/*!
* 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 {
  --pager-item-bg-color: #cccccc;
  --pager-item-bg-color-hover: #1a1a1a;
  --pager-item-bg-color-active: #1a1a1a;
  --pager-item-text-color: #1a1a1a;
  --pager-item-text-color-hover: #ffffff;
  --pager-item-text-color-active: #ffffff;
}
:root .dark-mode {
  --pager-item-bg-color: #1782c5;
}

.cycle-pager,
.dots,
.splide__pagination {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  text-align: right;
  padding: 0;
  padding: 20px 0 10px;
  padding: 1.25rem 0 0.625rem;
  z-index: 1;
}
.cycle-pager span,
.cycle-pager .splide__pagination__page,
.dots span,
.dots .splide__pagination__page,
.splide__pagination span,
.splide__pagination .splide__pagination__page {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px 0 0;
  margin: 0 0.4375rem 0 0;
  border-radius: 50%;
  background: var(--pager-item-bg-color);
  text-decoration: none;
  font-size: 0px;
  font-size: 0;
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cycle-pager span.cycle-pager-active, .cycle-pager span.active, .cycle-pager span.is-active,
.cycle-pager .splide__pagination__page.cycle-pager-active,
.cycle-pager .splide__pagination__page.active,
.cycle-pager .splide__pagination__page.is-active,
.dots span.cycle-pager-active,
.dots span.active,
.dots span.is-active,
.dots .splide__pagination__page.cycle-pager-active,
.dots .splide__pagination__page.active,
.dots .splide__pagination__page.is-active,
.splide__pagination span.cycle-pager-active,
.splide__pagination span.active,
.splide__pagination span.is-active,
.splide__pagination .splide__pagination__page.cycle-pager-active,
.splide__pagination .splide__pagination__page.active,
.splide__pagination .splide__pagination__page.is-active {
  background: var(--pager-item-bg-color-active);
  color: transparent;
  font-size: 0px;
  font-size: 0;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.cycle-carousel-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pager {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.pager span,
.pager 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;
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  border-radius: 3.125rem;
  background: var(--pager-item-bg-color);
  color: var(--pager-item-text-color);
  margin-right: 5px;
  margin-right: 0.3125rem;
  cursor: pointer;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  border: 0;
}
.pager span:last-child,
.pager a:last-child {
  margin-right: 0;
}
.pager span::before,
.pager a::before {
  content: none !important;
}
.pager a:not(.next-prev) {
  color: var(--pager-item-text-color);
}
.pager a:not(.next-prev):hover, .pager a:not(.next-prev):focus {
  background: var(--pager-item-bg-color-hover);
  color: var(--pager-item-text-color-hover);
}
.pager span:not(.next):not(.prev) {
  background: var(--pager-item-bg-color-hover);
  color: var(--pager-item-text-color-active);
}
.pager .next-prev {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  background: transparent;
}
.pager .next-prev .next,
.pager .next-prev .prev {
  position: relative;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  margin: 0;
}
.pager .next-prev .next:before,
.pager .next-prev .prev:before {
  content: "";
  position: absolute;
  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;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 18px;
  font-size: 1.125rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  border-radius: 3.125rem;
}
.pager .next-prev .next:before {
  content: "\f054";
}
.pager .next-prev .prev:before {
  content: "\f053";
}
.pager .next-prev:hover .next, .pager .next-prev:focus .next {
  background: var(--pager-item-bg-color-hover);
}
.pager .next-prev:hover .next:before, .pager .next-prev:focus .next:before {
  color: var(--pager-item-text-color-hover);
}
.pager .next-prev:hover .prev, .pager .next-prev:focus .prev {
  background: var(--pager-item-bg-color-hover);
}
.pager .next-prev:hover .prev:before, .pager .next-prev:focus .prev:before {
  color: var(--pager-item-text-color-hover);
}

:root {
  --sp-banner-background-color: #414141;
  --sp-banner-title-color: #fff;
}
:root .dark-mode {
  --sp-banner-background-color: #414141;
  --sp-banner-title-color: #fff;
}

.sp-banner-wrapper {
  position: relative;
  min-height: 15px;
  min-height: 0.9375rem;
  background-color: var(--sp-banner-background-color);
}
.sp-banner-wrapper--center-text * {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-banner-wrapper h1 {
  position: relative;
  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;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: var(--sp-banner-title-color);
  min-height: 150px;
  min-height: 9.375rem;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  width: auto;
  max-width: calc(100% - 35px);
  max-width: calc(100% - 2.1875rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  .sp-banner-wrapper h1 {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}

:root {
  --breadcrumb-caption-color: #fff;
  --breadcrumb-title-color: #fff;
  --breadcrumb-item-color: #1a1a1a;
  --breadcrumb-link-color: #1a1a1a;
  --breadcrumb-link-color-hover: #1a1a1a;
  --breadcrumb-link-color-active: #1a1a1a;
  --breadcrumb-link-divider: #d9d9d9;
}
:root .dark-mode {
  --breadcrumb-text-color: #000;
  --breadcrumb-title-color: #000;
}

.breadcrumbs-container {
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: auto;
  max-width: calc(100% - 35px);
  max-width: calc(100% - 2.1875rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  .breadcrumbs-container {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}
@media all and (min-width: 800px) {
  .breadcrumbs-container {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.breadcrumb {
  position: relative;
  padding: 0;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.breadcrumb li::after {
  content: "/";
  position: relative;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: var(--breadcrumb-link-divider);
  margin: 0 5px;
  margin: 0 0.3125rem;
}
.breadcrumb li:last-of-type {
  margin-right: 0;
}
.breadcrumb li:last-of-type::after {
  content: none;
}
.breadcrumb a {
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  color: var(--breadcrumb-link-color);
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: var(--breadcrumb-link-color-hover);
  text-decoration: underline;
}

:root {
  --subnavigation-caption-color: #fff;
  --subnavigation-title-color: #fff;
  --subnavigation-link-color: #737373;
  --subnavigation-link-color-hover: #1a1a1a;
  --subnavigation-link-color-active: #1a1a1a;
  --subnavigation-link-border-color: #818181;
  --subnavigation-link-border-color-hover: #1a1a1a;
  --subnavigation-link-border-color-active: #e06079;
  --subnavigation-more-toggle-color: #1a1a1a;
  --subnavigation-bg-color-desktop: transparent;
  --subnavigation-bg-color-mobile: #fff;
}
:root .dark-mode {
  --subnavigation-caption-color: #fff;
  --subnavigation-title-color: #fff;
  --subnavigation-link-color: #737373;
  --subnavigation-link-color-hover: #1a1a1a;
  --subnavigation-link-color-active: #1a1a1a;
  --subnavigation-link-border-color: #818181;
  --subnavigation-link-border-color-hover: #818181;
  --subnavigation-more-toggle-color: #1a1a1a;
  --subnavigation-bg-color-desktop: transparent;
  --subnavigation-bg-color-mobile: #fff;
}

.subnavigation {
  position: relative;
  margin: 40px auto;
  margin: 2.5rem auto;
  width: auto;
  max-width: calc(100% - 60px);
  max-width: calc(100% - 3.75rem);
  margin: 0 auto;
  width: 1270px;
  width: 79.375rem;
}
@media all and (min-width: 800px) {
  .subnavigation {
    max-width: calc(100% - 80px);
    max-width: calc(100% - 5rem);
  }
}
@media screen and (min-width: 1024px) {
  .subnavigation {
    margin: 40px auto 0;
    margin: 2.5rem auto 0;
  }
}
.subnavigation + main .main-content {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .subnavigation + main .main-content {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
body.landing-page .subnavigation {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  background: var(--subnavigation-lp-bg-color);
}
@media screen and (min-width: 1024px) {
  body.landing-page .subnavigation {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 35px 60px 20px;
    padding: 2.1875rem 3.75rem 1.25rem;
    margin: 0 auto 70px;
    margin: 0 auto 4.375rem;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
body.landing-page .subnavigation__title {
  display: block;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
  margin: 0;
  color: white;
  text-align: center;
  background: transparent;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  body.landing-page .subnavigation__title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 225px;
    min-width: 14.0625rem;
    padding: 0;
    color: var(--subnavigation-lp-title-color);
    text-align: left;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-style: normal;
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
body.landing-page .subnavigation__title::before {
  position: relative;
  display: inline-block;
  width: 31px;
  width: 1.9375rem;
  height: 16px;
  height: 1rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  background: url(/themes/Atlas/assets/dist/images/icn-more.svg) no-repeat;
  background-size: contain;
  content: "";
}
body.landing-page .subnavigation ul {
  padding: 70px 20px 20px;
  padding: 4.375rem 1.25rem 1.25rem;
  text-align: center;
  background: var(--subnavigation-lp-bg-color-mobile);
}
@media screen and (min-width: 1024px) {
  body.landing-page .subnavigation ul {
    position: relative;
    top: -7px;
    top: -0.4375rem;
    width: 100%;
    padding: 0;
    margin: 0 0 0 35px;
    margin: 0 0 0 2.1875rem;
    text-align: left;
    background: var(--subnavigation-lp-bg-color-desktop);
  }
}
@media screen and (min-width: 1024px) {
  body.landing-page .subnavigation ul {
    margin: 0 0 0 70px;
    margin: 0 0 0 4.375rem;
  }
}
body.landing-page .subnavigation li {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  body.landing-page .subnavigation li {
    width: calc(50% - 40px);
    width: calc(50% - 2.5rem);
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  body.landing-page .subnavigation li {
    width: calc(33% - 40px);
    width: calc(33% - 2.5rem);
  }
}
@media screen and (min-width: 1200px) {
  body.landing-page .subnavigation li {
    width: calc(25% - 40px);
    width: calc(25% - 2.5rem);
  }
}
body.landing-page .subnavigation li.active a::after {
  color: white;
}
body.landing-page .subnavigation span.more::before {
  color: var(--subnavigation-lp-more-toggle-color);
}
body.landing-page .subnavigation a {
  color: var(--subnavigation-lp-link-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 24px;
  line-height: 1.5rem;
}
body.landing-page .subnavigation a:hover, body.landing-page .subnavigation a:focus {
  color: var(--subnavigation-lp-link-color-hover);
}
body.landing-page .subnavigation a:hover::after, body.landing-page .subnavigation a:focus::after {
  margin-left: 12px;
  margin-left: 0.75rem;
  color: white;
}
body.landing-page .subnavigation a::after {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 7px;
  margin-left: 0.4375rem;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 700;
  color: #737373;
  border: 0;
  content: "\f061";
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.subnavigation__title {
  position: relative;
  display: block;
  padding: 18px 20px 10px;
  padding: 1.125rem 1.25rem 0.625rem;
  letter-spacing: normal;
  color: #262626;
  background: white;
  border-radius: 5px;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .subnavigation__title {
    display: none;
  }
}
.subnavigation h2:not(.subnavigation__title) {
  display: none;
}
.subnavigation ul {
  display: none;
  padding: 50px 20px 20px;
  padding: 3.125rem 1.25rem 1.25rem;
  margin: -50px 0 0;
  margin: -3.125rem 0 0;
  background: var(--subnavigation-bg-color-mobile);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  .subnavigation ul {
    display: block;
    padding: 0;
    margin: 0;
    background: var(--subnavigation-bg-color-desktop);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.subnavigation li {
  display: block;
  margin-right: 30px;
  margin-right: 1.875rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .subnavigation li {
    display: inline-block;
  }
}
.subnavigation li:last-of-type {
  margin-right: 0;
}
.subnavigation li.active a {
  color: var(--subnavigation-link-color-active);
}
.subnavigation li.active a::after {
  border-color: var(--subnavigation-link-border-color-active);
  opacity: 1;
}
.subnavigation span.more {
  position: absolute;
  top: 8px;
  top: 0.5rem;
  display: block;
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: right;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .subnavigation span.more {
    display: none;
  }
}
.subnavigation span.more:before {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 700;
  color: var(--subnavigation-more-toggle-color);
  -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;
  content: "\f078";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 34px;
  line-height: 2.125rem;
}
.subnavigation a {
  color: var(--subnavigation-link-color);
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .subnavigation a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.subnavigation a::after {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  border-bottom: 1px solid var(--subnavigation-link-border-color);
  border-bottom: 0.0625rem solid var(--subnavigation-link-border-color);
  border-radius: 30px;
  border-radius: 1.875rem;
  content: "";
  opacity: 0.3;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .subnavigation a::after {
    height: 3px;
    height: 0.1875rem;
    border-bottom: 3px solid var(--subnavigation-link-border-color);
    border-bottom: 0.1875rem solid var(--subnavigation-link-border-color);
  }
}
.subnavigation a:hover, .subnavigation a:focus {
  color: var(--subnavigation-link-color-hover);
}
.subnavigation a:hover::after, .subnavigation a:focus::after {
  border-color: var(--subnavigation-link-border-color-hover);
  opacity: 1;
}
.subnavigation .ul2 {
  display: none !important;
}

:root {
  --team-name-color: #1a1a1a;
  --team-title-color: #1a1a1a;
  --team-link-color: #1a1a1a;
  --team-link-color-hover: #cccccc;
}
:root .dark-mode {
  --bc-background-color: #efefef;
  --bc-text-color: #1a1a1a;
}

.employees__employee {
  width: 100%;
}
.employees__employee::before {
  content: none;
}
.employees__employee:hover figure::before, .employees__employee:focus figure::before {
  border: 15px solid rgba(255, 255, 255, 0.35);
  border: 0.9375rem solid rgba(255, 255, 255, 0.35);
}
.employees__employee:hover .employees__employee--link::after, .employees__employee:focus .employees__employee--link::after {
  width: 100%;
}
.employees__employee figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px solid rgba(255, 255, 255, 0.5);
  border: 0 solid rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.employees__employee--name {
  color: var(--team-name-color) !important;
  margin-bottom: 0 !important;
}
.employees__employee--name::after {
  display: none !important;
}
.employees__employee--title {
  color: var(--team-title-color);
  font-style: normal;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}
.employees__employee--link {
  position: relative;
  color: var(--team-link-color);
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.employees__employee--link::before {
  content: none;
}
.employees__employee--link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  height: 0.125rem;
  background: black;
  bottom: 5px;
  bottom: 0.3125rem;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.employee-modal {
  text-align: left;
}
.employee-modal .employees__employee--image {
  border-radius: 10px;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .employee-modal .employees__employee--image {
    min-width: 240px;
    min-width: 15rem;
    margin-right: 25px !important;
    margin-right: 1.5625rem !important;
  }
}
.employee-modal .employees__employee--name {
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}
.employee-modal .employees__employee--title {
  font-style: normal;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.employee-modal .summary {
  font-style: normal;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.employee-modal a.btn-connect {
  color: #009696;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.employee-modal a.btn-connect:hover, .employee-modal a.btn-connect:focus {
  color: var(--team-link-color-hover);
}

.employee-info {
  text-align: left !important;
  padding: 60px 40px 80px;
  padding: 3.75rem 2.5rem 5rem;
}
@media all and (min-width: 1280px) {
  .employee-info {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
}

:root {
  --news-item-border: #1a1a1a;
  --news-item-heading-color: #1a1a1a;
  --news-item-text-color: #1a1a1a;
  --news-item-link-color: #1a1a1a;
  --news-item-link-color-hover: #cccccc;
  --news-view-all-link-color: #1a1a1a;
  --news-view-all-link-color-hover: #cccccc;
  --news-post-date-color: #595959;
}

.news-posts {
  width: 100%;
  max-width: 1588px;
  max-width: 99.25rem;
  padding: 0 50px 55px;
  padding: 0 3.125rem 3.4375rem;
  margin: 58px auto 0;
  margin: 3.625rem auto 0;
}
@media (min-width: 768px) {
  .news-posts .news-items .news-item {
    width: calc(33% - 30px) !important;
    width: calc(33% - 1.875rem) !important;
  }
}
.news-posts .news-items .news-item:last-of-type {
  margin-right: 30px !important;
  margin-right: 1.875rem !important;
}
.news-posts .news-items .news-item .news-item-info .date-title {
  width: 100%;
}
.news-posts .news-items .news-item .news-item-info .date-title .news-item-date {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.news-posts .news-items .news-item .news-item-info .date-title h2 {
  min-height: auto !important;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.news-posts h2 {
  margin-bottom: 0;
}
.news-posts__news-item {
  width: 100%;
}
@media (min-width: 768px) {
  .news-posts__news-item {
    width: calc(33% - 20px);
    width: calc(33% - 1.25rem);
  }
}
.news-posts__news-item .card {
  padding: 20px 40px 80px;
  padding: 1.25rem 2.5rem 5rem;
}
@media all and (min-width: 1280px) {
  .news-posts__news-item .card {
    padding: 20px 40px 40px;
    padding: 1.25rem 2.5rem 2.5rem;
  }
}
.news-posts .news-items .news-item {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--news-item-border);
  border-bottom: 0.0625rem solid var(--news-item-border);
}

.news-posts__news-item-info {
  text-align: center;
}
@media all and (min-width: 1280px) {
  .news-posts__news-item-info {
    text-align: left;
  }
}
.news-posts__news-item-info h2,
.news-posts__news-item-info h3 {
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--news-heading-text-color);
}
@media all and (min-width: 1280px) {
  .news-posts__news-item-info h2,
  .news-posts__news-item-info h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.news-posts__news-item-blurb {
  margin: 10px 0 23px;
  margin: 0.625rem 0 1.4375rem;
}
.news-posts__news-item-blurb p {
  font-style: normal;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--news-item-text-color);
}
@media all and (min-width: 1280px) {
  .news-posts__news-item-blurb p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.news-posts__news-item-date {
  font-style: normal;
  font-weight: 300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 12px;
  line-height: 0.75rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.news-posts__view-all-news {
  position: relative;
  width: 100%;
  text-align: right;
  top: -80px;
  top: -5rem;
  padding: 0 35px;
  padding: 0 2.1875rem;
}
@media all and (min-width: 1280px) {
  .news-posts__view-all-news {
    top: -100px;
    top: -6.25rem;
    padding: 0 15%;
    width: calc(100% - 360px);
    width: calc(100% - 22.5rem);
    margin-left: 360px;
    margin-left: 22.5rem;
  }
}
.news-posts__view-all-news a {
  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(--news-view-all-link-color);
}

.news-detail__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.news-detail__image img {
  width: 100%;
}
.news-detail__date {
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.news-posts-listing__news-item {
  width: 100%;
}
.news-posts-listing__news-headline {
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: var(--news-heading-text-color);
}
.news-posts-listing__news-date {
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.news-posts-listing__news-blurb {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.news-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.news-search input[type=text] {
  margin: 0 15px 0 0;
  margin: 0 0.9375rem 0 0;
}

.featured-news__news-items {
  display: block;
  width: 100%;
}
@media all and (min-width: 800px) {
  .featured-news__news-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.featured-news__news-item {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media all and (min-width: 800px) {
  .featured-news__news-item {
    margin-right: 30px;
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
}
.featured-news__news-item:last-of-type {
  margin-right: 0;
}
.featured-news__news-item-date {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.featured-news__view-all-news {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media all and (min-width: 800px) {
  .featured-news__view-all-news {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

:root {
  --calendar-prev-next-color: #464646;
  --calendar-prev-next-color-hover: #1a1a1a;
  --calendar-text-color: #1a1a1a;
  --calendar-other-month-bg: #f5f5f5;
  --calendar-other-month-text-color: #a7a7a7;
  --calendar-link-color: #464646;
  --calendar-link-color-hover: #1a1a1a;
}
:root .dark-mode {
  --calendar-prev-next-color: #464646;
  --calendar-prev-next-color-hover: #1a1a1a;
  --calendar-text-color: #1a1a1a;
  --calendar-other-month-bg: #f5f5f5;
  --calendar-other-month-text-color: #a7a7a7;
  --calendar-link-color: #464646;
  --calendar-link-color-hover: #1a1a1a;
}

.events-calendar-view h2 {
  margin: 0 15px;
  margin: 0 0.9375rem;
}
.events-calendar-view .events-month-nav {
  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;
  width: 100%;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  text-align: center;
}
.events-calendar-view .events-month-nav .prev-month,
.events-calendar-view .events-month-nav .next-month {
  position: relative;
  color: var(--calendar-prev-next-color);
  font-weight: 700;
  text-decoration: none;
}
.events-calendar-view .events-month-nav .prev-month:hover, .events-calendar-view .events-month-nav .prev-month:focus,
.events-calendar-view .events-month-nav .next-month:hover,
.events-calendar-view .events-month-nav .next-month:focus {
  color: var(--calendar-prev-next-color-hover);
}
.events-calendar-view .events-month-nav .prev-month::before,
.events-calendar-view .events-month-nav .next-month::before {
  content: "";
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  top: -15px;
  top: -0.9375rem;
}
@media screen and (min-width: 1024px) {
  .events-calendar-view .events-month-nav .prev-month::before,
  .events-calendar-view .events-month-nav .next-month::before {
    top: -5px;
    top: -0.3125rem;
  }
}
.events-calendar-view .events-month-nav .prev-month span,
.events-calendar-view .events-month-nav .next-month span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .events-calendar-view .events-month-nav .prev-month span,
  .events-calendar-view .events-month-nav .next-month span {
    display: block;
  }
}
.events-calendar-view .events-month-nav .prev-month {
  margin-right: 15px;
  margin-right: 0.9375rem;
}
.events-calendar-view .events-month-nav .prev-month::before {
  content: "\f053";
  left: -20px;
  left: -1.25rem;
}
.events-calendar-view .events-month-nav .next-month {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
.events-calendar-view .events-month-nav .next-month::before {
  content: "\f054";
  right: -20px;
  right: -1.25rem;
}
.events-calendar-view .events-month-nav .month-year,
.events-calendar-view .events-month-nav > span {
  display: inline-block;
  color: var(--calendar-text-color);
  font-weight: 700;
  margin: 0 5px;
  margin: 0 0.3125rem;
}
.events-calendar-view table.events-calendar thead tr th {
  border-color: transparent;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .events-calendar-view table.events-calendar tbody tr {
    height: 100px;
    height: 6.25rem;
  }
}
.events-calendar-view table.events-calendar tbody tr:empty {
  display: none !important;
}
.events-calendar-view table.events-calendar tbody td.other-month {
  color: var(--calendar-other-month-text-color);
}
@media screen and (min-width: 1024px) {
  .events-calendar-view table.events-calendar tbody td.other-month {
    background: var(--calendar-other-month-bg);
  }
}
.events-calendar-view table.events-calendar tbody td {
  text-align: left;
  vertical-align: top;
  width: 100% !important;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .events-calendar-view table.events-calendar tbody td {
    width: 14.2857% !important;
  }
}
.events-calendar-view table.events-calendar tbody td .cell-content {
  width: 100%;
}
.events-calendar-view table.events-calendar tbody td .day-content {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.events-calendar-view table.events-calendar tbody td .day-content a {
  display: block;
  color: var(--calendar-link-color);
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.15);
}
.events-calendar-view table.events-calendar tbody td .day-content a:hover, .events-calendar-view table.events-calendar tbody td .day-content a:focus {
  color: var(--calendar-link-color-hover);
}
.events-calendar-view table.events-calendar tbody td .day-content a:first-of-type {
  padding-bottom: 0;
  margin-top: 0;
  border-top: 0;
}

:root {
  --location-name: #aa4492;
  --location-icon-color: #aa4492;
  --location-category-name: #595959;
  --location-caption-text: #595959;
  --location-section-title: #1a1a1a;
  --location-directions-underline: #aa4492;
  --location-link-color: #aa4492;
  --location-link-color-hover: #262626;
}

.locations-map {
  border: 20px solid white;
  border: 1.25rem solid white;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 2.1875rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2.1875rem 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  max-height: 350px;
  max-height: 21.875rem;
  overflow: hidden;
}
.locations-map #map_canvas {
  margin-bottom: 0;
  height: 310px;
  height: 19.375rem;
  max-height: 310px;
  max-height: 19.375rem;
}

.locations-list__category-name {
  color: var(--location-category-name);
}
.locations-list__location-name {
  color: var(--location-name) !important;
}
.locations-list__location-caption p {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: var(--location-caption-text);
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.locations-list__location-information {
  padding-top: 0;
}
.locations-list__location-phone {
  position: relative;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  margin: 15px 0;
  margin: 0.9375rem 0;
}
.locations-list__location-phone svg {
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: #e6e6e6;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  padding: 7px;
  padding: 0.4375rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
.locations-list__location-phone a {
  color: var(--location-link-color) !important;
  border-bottom: 0 !important;
}
.locations-list__location-phone a:hover, .locations-list__location-phone a:focus {
  color: var(--location-link-color-hover) !important;
}
.locations-list__location-description {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-left: 1.875rem;
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
.locations-list__location-description svg {
  top: 5px;
  top: 0.3125rem;
}
.locations-list__location-direction::after {
  position: relative;
  display: block;
  width: 60px;
  width: 3.75rem;
  height: 3px;
  height: 0.1875rem;
  margin: 30px 0;
  margin: 1.875rem 0;
  background: var(--location-directions-underline);
  border-radius: 50px;
  border-radius: 3.125rem;
  content: "";
}
.locations-list__location-details-link {
  text-align: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

:root {
  --error-background-color: #172446;
  --error-transition-color: rgba(23, 36, 70, 0.75);
  --error-font-color: #fff;
}

.subpage--error-page .sp-banner-wrapper {
  display: none;
}
.subpage--error-page .main-content.content-section {
  padding: 0;
}
.subpage--error-page .footer {
  margin: 0;
}
.subpage--error-page p:empty {
  display: none;
}

.error {
  width: 100vw;
  height: auto;
  min-height: calc(100vh - 497px);
  min-height: calc(100vh - 31.0625rem);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  background: var(--error-background-color);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--error-font-color);
}
@media all and (min-width: 800px) {
  .error {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.error__image {
  min-width: 50%;
  height: auto;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.error__image figure {
  height: 100%;
}
.error__image figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.error__image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 21px;
  height: 1.3125rem;
  z-index: 55;
  background: var(--error-transition-color);
  left: 0;
  bottom: 0;
}
@media all and (min-width: 800px) {
  .error__image::after {
    width: 21px;
    width: 1.3125rem;
    height: 100%;
    right: -1px;
    right: -0.0625rem;
    top: 0;
    left: auto;
    bottom: auto;
  }
}
.error__content {
  padding: 80px;
  padding: 5rem;
}
@media all and (min-width: 1280px) {
  .error__content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 160px;
    padding-left: 10rem;
    padding-right: 160px;
    padding-right: 10rem;
  }
}
.error__title, .error__text {
  color: #fff;
}

#map_canvas {
  height: 600px;
  height: 37.5rem;
  width: 100%;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

:root {
  --sp-banner-background-color: #182D02;
  --sp-banner-title-color: #191919;
}

.sp-banner-wrapper {
  position: relative;
  min-height: 240px;
  min-height: 15rem;
  background-color: var(--sp-banner-background-color);
  background: url(/themes/Atlas/assets/dist/images/_hannibal/subpage-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sp-banner-wrapper--center-text * {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subpage-featured-content .sp-banner-wrapper, .weight-management .sp-banner-wrapper {
  min-height: 430px;
  min-height: 26.875rem;
}
.subpage-featured-content .sp-banner-wrapper .sp-banner-wrapper__container, .weight-management .sp-banner-wrapper .sp-banner-wrapper__container {
  min-height: 430px;
  min-height: 26.875rem;
}
.subpage-featured-content .sp-banner-wrapper figure img, .weight-management .sp-banner-wrapper figure img {
  max-height: 430px;
  max-height: 26.875rem;
}
.sp-banner-wrapper__container {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  max-width: calc(100% - 35px);
  max-width: calc(100% - 2.1875rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
  min-height: 240px;
  min-height: 15rem;
}
@media all and (min-width: 800px) {
  .sp-banner-wrapper__container {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}
.sp-banner-wrapper h1,
.sp-banner-wrapper span {
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.8)));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%);
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: var(--sp-banner-title-color);
  min-height: 0;
  padding: 16px 40px;
  padding: 1rem 2.5rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  border-radius: 15px;
  border-radius: 0.9375rem;
  z-index: 1;
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  width: auto;
  max-width: calc(100% - 0px);
  max-width: calc(100% - 0);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
  width: auto;
  max-width: none;
}
@media all and (min-width: 800px) {
  .sp-banner-wrapper h1,
  .sp-banner-wrapper span {
    max-width: calc(100% - 0px);
    max-width: calc(100% - 0);
  }
}
@media all and (min-width: 800px) {
  .sp-banner-wrapper h1,
  .sp-banner-wrapper span {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
    line-height: 2.75rem;
    width: auto;
    max-width: none;
    margin: 0;
  }
}
.sp-banner-wrapper figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sp-banner-wrapper figure img {
  width: 100%;
  height: 100%;
  max-height: 280px;
  max-height: 17.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

:root {
  --subnavigation-caption-color: #fff;
  --subnavigation-title-color: #fff;
  --subnavigation-link-color: #498401;
  --subnavigation-link-color-hover: #1a1a1a;
  --subnavigation-link-color-active: #1a1a1a;
  --subnavigation-link-border-color: #818181;
  --subnavigation-link-border-color-hover: #1a1a1a;
  --subnavigation-link-border-color-active: #e06079;
  --subnavigation-more-toggle-color: #1a1a1a;
  --subnavigation-bg-color-desktop: #fff;
  --subnavigation-bg-color-mobile: #fff;
}
:root .dark-mode {
  --subnavigation-caption-color: #fff;
  --subnavigation-title-color: #fff;
  --subnavigation-link-color: #737373;
  --subnavigation-link-color-hover: #1a1a1a;
  --subnavigation-link-color-active: #1a1a1a;
  --subnavigation-link-border-color: #818181;
  --subnavigation-link-border-color-hover: #818181;
  --subnavigation-more-toggle-color: #1a1a1a;
  --subnavigation-bg-color-desktop: transparent;
  --subnavigation-bg-color-mobile: #fff;
}

.subnavigation {
  position: relative;
  margin: 40px auto;
  margin: 2.5rem auto;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border-radius: 0.9375rem;
  width: auto;
  max-width: calc(100% - 0px);
  max-width: calc(100% - 0);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  .subnavigation {
    max-width: calc(100% - 80px);
    max-width: calc(100% - 5rem);
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .subnavigation {
    max-width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .subnavigation {
    margin: 0 auto 50px;
    margin: 0 auto 3.125rem;
    padding: 10px;
    padding: 0.625rem;
    width: 100%;
    max-width: 100%;
    background: var(--subnavigation-bg-color-desktop);
  }
}
.subnavigation.active ul {
  display: block;
}
.subnavigation.active span.more::before {
  background: url(/themes/Atlas/assets/dist/images/_hannibal/minus.svg) no-repeat;
}
.subnavigation + main .main-content {
  padding-top: 0;
}
@media screen and (min-width: 980px) {
  .subnavigation + main .main-content {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
body.landing-page .subnavigation {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  background: var(--subnavigation-lp-bg-color);
}
@media screen and (min-width: 980px) {
  body.landing-page .subnavigation {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 35px 60px 20px;
    padding: 2.1875rem 3.75rem 1.25rem;
    margin: 0 auto 70px;
    margin: 0 auto 4.375rem;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
body.landing-page .subnavigation__title {
  display: block;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
  margin: 0;
  color: white;
  text-align: center;
  background: transparent;
  border-radius: 0;
}
@media screen and (min-width: 980px) {
  body.landing-page .subnavigation__title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 225px;
    min-width: 14.0625rem;
    padding: 0;
    color: var(--subnavigation-lp-title-color);
    text-align: left;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-style: normal;
    font-weight: 700;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
body.landing-page .subnavigation__title::before {
  position: relative;
  display: inline-block;
  width: 31px;
  width: 1.9375rem;
  height: 16px;
  height: 1rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  background: url(/themes/Atlas/assets/dist/images/icn-more.svg) no-repeat;
  background-size: contain;
  content: "";
}
body.landing-page .subnavigation ul {
  padding: 70px 20px 20px;
  padding: 4.375rem 1.25rem 1.25rem;
  text-align: center;
  background: var(--subnavigation-lp-bg-color-mobile);
}
@media screen and (min-width: 980px) {
  body.landing-page .subnavigation ul {
    position: relative;
    top: -7px;
    top: -0.4375rem;
    width: 100%;
    padding: 0;
    margin: 0 0 0 35px;
    margin: 0 0 0 2.1875rem;
    text-align: left;
    background: var(--subnavigation-lp-bg-color-desktop);
  }
}
@media screen and (min-width: 980px) {
  body.landing-page .subnavigation ul {
    margin: 0 0 0 70px;
    margin: 0 0 0 4.375rem;
  }
}
body.landing-page .subnavigation li {
  margin-right: 0;
}
@media screen and (min-width: 980px) {
  body.landing-page .subnavigation li {
    width: calc(50% - 40px);
    width: calc(50% - 2.5rem);
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 980px) {
  body.landing-page .subnavigation li {
    width: calc(33% - 40px);
    width: calc(33% - 2.5rem);
  }
}
@media screen and (min-width: 1200px) {
  body.landing-page .subnavigation li {
    width: calc(25% - 40px);
    width: calc(25% - 2.5rem);
  }
}
body.landing-page .subnavigation li.active a::after {
  color: white;
}
body.landing-page .subnavigation span.more::before {
  color: var(--subnavigation-lp-more-toggle-color);
}
body.landing-page .subnavigation a {
  color: var(--subnavigation-lp-link-color);
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 24px;
  line-height: 1.5rem;
}
body.landing-page .subnavigation a:hover, body.landing-page .subnavigation a:focus {
  color: var(--subnavigation-lp-link-color-hover);
}
body.landing-page .subnavigation a:hover::after, body.landing-page .subnavigation a:focus::after {
  margin-left: 12px;
  margin-left: 0.75rem;
  color: white;
}
body.landing-page .subnavigation a::after {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 7px;
  margin-left: 0.4375rem;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 700;
  color: #737373;
  border: 0;
  content: "\f061";
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.subnavigation__title {
  position: relative;
  display: block;
  padding: 12px 20px 10px;
  padding: 0.75rem 1.25rem 0.625rem;
  letter-spacing: normal;
  color: #262626;
  background: white;
  border-radius: 15px;
  border-radius: 0.9375rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: capitalize;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 980px) {
  .subnavigation__title {
    display: block;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
.subnavigation h2:not(.subnavigation__title) {
  display: none;
}
.subnavigation ul {
  display: none;
  padding: 50px 20px 20px;
  padding: 3.125rem 1.25rem 1.25rem;
  margin: -50px 0 0;
  margin: -3.125rem 0 0;
  background: var(--subnavigation-bg-color-mobile);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.15);
  text-indent: 0;
  border-bottom-left-radius: 15px;
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 15px;
  border-bottom-right-radius: 0.9375rem;
}
@media screen and (min-width: 980px) {
  .subnavigation ul {
    display: block;
    padding: 0 20px 15px;
    padding: 0 1.25rem 0.9375rem;
    margin: 0;
    background: var(--subnavigation-bg-color-desktop);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.subnavigation li {
  display: block;
  margin-right: 30px;
  margin-right: 1.875rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 980px) {
  .subnavigation li {
    display: block;
    margin-bottom: 0;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}
.subnavigation li::before {
  display: none;
}
.subnavigation li:last-of-type {
  margin-right: 0;
}
.subnavigation li.active a {
  color: var(--subnavigation-link-color-active);
}
.subnavigation li.active a::after {
  border-color: var(--subnavigation-link-border-color-active);
  opacity: 1;
}
.subnavigation span.more {
  position: absolute;
  top: 8px;
  top: 0.5rem;
  display: block;
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: right;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .subnavigation span.more {
    display: none;
  }
}
.subnavigation span.more::before {
  position: relative;
  display: inline-block;
  top: 6px;
  top: 0.375rem;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  background: url(/themes/Atlas/assets/dist/images/_hannibal/plus.svg) no-repeat;
  background-size: contain;
  content: "";
}
.subnavigation a {
  color: var(--subnavigation-link-color);
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  border-bottom: 0;
}
@media screen and (min-width: 980px) {
  .subnavigation a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.subnavigation a::after {
  position: relative;
  display: none;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  border-bottom: 1px solid var(--subnavigation-link-border-color);
  border-bottom: 0.0625rem solid var(--subnavigation-link-border-color);
  border-radius: 30px;
  border-radius: 1.875rem;
  content: "";
  opacity: 0.3;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
@media screen and (min-width: 980px) {
  .subnavigation a::after {
    height: 3px;
    height: 0.1875rem;
    border-bottom: 3px solid var(--subnavigation-link-border-color);
    border-bottom: 0.1875rem solid var(--subnavigation-link-border-color);
  }
}
.subnavigation a:hover, .subnavigation a:focus {
  color: var(--subnavigation-link-color-hover);
}
.subnavigation a:hover::after, .subnavigation a:focus::after {
  border-color: var(--subnavigation-link-border-color-hover);
  opacity: 1;
}
.subnavigation .ul2 {
  display: none !important;
}

:root {
  --breadcrumb-item-color: #191919;
  --breadcrumb-link-color: #498401;
  --breadcrumb-link-color-hover: #191919;
  --breadcrumb-link-color-active: #498401;
  --breadcrumb-link-divider: #98A4AE;
}

.breadcrumbs-container {
  width: auto;
  max-width: calc(100% - 35px);
  max-width: calc(100% - 2.1875rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  .breadcrumbs-container {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}

.breadcrumb li {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.breadcrumb li::after {
  top: 2px;
  top: 0.125rem;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><circle cx='8' cy='8' r='8' fill='%2398A4AE'/><path d='M10.7908 7.52935C11.0697 7.78967 11.0697 8.21242 10.7908 8.47273L7.22015 11.8048C6.9412 12.0651 6.48817 12.0651 6.20922 11.8048C5.93026 11.5444 5.93026 11.1217 6.20922 10.8614L9.2755 8L6.21145 5.13862C5.93249 4.8783 5.93249 4.45555 6.21145 4.19524C6.4904 3.93492 6.94343 3.93492 7.22238 4.19524L10.793 7.52727L10.7908 7.52935Z' fill='white'/></svg>") no-repeat center;
  background-size: contain;
  font-family: "Source Sans 3", sans-serif;
  color: var(--breadcrumb-link-divider);
  margin: 0 10px;
  margin: 0 0.625rem;
  content: "";
}
.breadcrumb a {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  color: var(--breadcrumb-link-color);
  border-bottom: 0;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: var(--breadcrumb-link-color-hover);
}

.main-content .physicians {
  width: 100%;
}
@media all and (min-width: 980px) {
  .main-content .physicians {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 60px;
    gap: 3.75rem;
  }
}

.physicians-search {
  padding: 30px 25px;
  padding: 1.875rem 1.5625rem;
  margin: 0 0 40px 0;
  margin: 0 0 2.5rem 0;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 1px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 35px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.0625rem 2.1875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.0625rem 2.1875rem rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 980px) {
  .physicians-search {
    max-width: 300px;
    max-width: 18.75rem;
    min-width: 300px;
    min-width: 18.75rem;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    -webkit-flex: 0 0 18.75rem;
        -ms-flex: 0 0 18.75rem;
            flex: 0 0 18.75rem;
  }
}
.physicians-search h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.physicians-search .button {
  width: 100%;
  margin: 10px auto 15px;
  margin: 0.625rem auto 0.9375rem;
}
.physicians-search .btn.btn-text {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
}
.physicians-search .btn.btn-text:hover, .physicians-search .btn.btn-text:focus {
  color: #78be21;
}
.physicians-search.content-form .sm-full {
  padding-right: 0;
}
.physicians-search .form-field.dropdown {
  position: relative;
}
.physicians-search .form-field.dropdown label {
  position: absolute;
  top: 18px;
  top: 1.125rem;
  left: 10px;
  left: 0.625rem;
  z-index: 1;
  width: calc(100% - 50px);
  width: calc(100% - 3.125rem);
  padding: 0 10px;
  padding: 0 0.625rem;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.physicians-search .form-field.dropdown:hover label, .physicians-search .form-field.dropdown:focus label, .physicians-search .form-field.dropdown:focus-within label, .physicians-search .form-field.dropdown.has-content label, .physicians-search .form-field.dropdown.focused label {
  top: -13px;
  top: -0.8125rem;
  width: auto;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.physicians-list {
  margin: 0 0 100px 0;
  margin: 0 0 6.25rem 0;
  overflow: visible;
}
@media all and (min-width: 980px) {
  .physicians-list {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
  }
}
.physicians-list.content-form .sm-full {
  padding-right: 0;
}
.physicians-list input[type=text] {
  height: auto;
  padding: 35px 110px 35px 35px;
  padding: 2.1875rem 6.875rem 2.1875rem 2.1875rem;
  font-size: 21px;
  font-size: 1.3125rem;
  border: 0;
  -webkit-box-shadow: 0 1px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 35px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.0625rem 2.1875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.0625rem 2.1875rem rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-radius: 0.625rem;
}
.physicians-list .form-field.textfield.textfield-search label {
  position: absolute;
  top: 34px;
  top: 2.125rem;
  left: 30px;
  left: 1.875rem;
  z-index: 1;
  width: calc(100% - 80px);
  width: calc(100% - 5rem);
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  background: 0 0;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
@media all and (min-width: 560px) {
  .physicians-list .form-field.textfield.textfield-search label {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.physicians-list .form-field.textfield.textfield-search:focus-within label, .physicians-list .form-field.textfield.textfield-search.has-content label {
  top: 5px;
  top: 0.3125rem;
  left: 25px;
  left: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
}
.physicians-list .textfield-search .textfield-search-button-container {
  position: absolute;
  top: 50%;
  right: 30px;
  right: 1.875rem;
  display: block;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.physicians-list .textfield-search .textfield-search-button-container:before {
  position: absolute;
  top: 0;
  left: -20px;
  left: -1.25rem;
  display: block;
  width: 2px;
  width: 0.125rem;
  height: 100%;
  background: #9aa4ad;
  content: "";
  opacity: 0.25;
}
.physicians-list .textfield-search button,
.physicians-list .textfield-search input[type=submit].btn.btn-primary {
  position: relative;
  right: 0;
  display: block;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  padding: 0;
  font-size: 0;
  color: #fff;
  cursor: pointer;
  background: #78be21 url("/themes/Atlas/assets/dist/images/_hannibal/search-hover.svg") no-repeat center center;
  background-size: 20px 20px;
  background-size: 1.25rem 1.25rem;
  border: 0;
  border-radius: 50%;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.physicians-list .textfield-search button:hover, .physicians-list .textfield-search button:focus,
.physicians-list .textfield-search input[type=submit].btn.btn-primary:hover,
.physicians-list .textfield-search input[type=submit].btn.btn-primary:focus {
  background-color: #1d3c34;
}
.physicians-list .no-results {
  background: #f1f4f5;
  border-radius: 15px;
  border-radius: 0.9375rem;
  padding: 60px 20px;
  padding: 3.75rem 1.25rem;
}
.physicians-list .no-results p {
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #191919;
}
.physicians-list .no-results::before {
  display: none;
}

.physician {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  overflow: hidden;
  background: #eaedee;
  border-radius: 10px;
  border-radius: 0.625rem;
}
@media all and (min-width: 560px) {
  .physician {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.physician .physician-image {
  position: relative;
  max-height: 480px;
  max-height: 30rem;
  margin: 0;
  overflow: hidden;
}
@media all and (min-width: 560px) {
  .physician .physician-image {
    width: 220px;
    width: 13.75rem;
    max-height: none;
    min-height: 0;
    margin-right: 40px;
    margin-right: 2.5rem;
  }
}
.physician .physician-image img {
  width: 100%;
  max-height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (min-width: 560px) {
  .physician .physician-image img {
    height: 312px;
    height: 19.5rem;
    -o-object-position: center top;
       object-position: center top;
  }
}
.physician .physician-image img[src*=noImage] {
  display: none;
}
.physician .physician-image img[src*=noImage] + div {
  top: 0;
  height: 100%;
  background: transparent url("/themes/Hannibal/assets/dist/images/placeholder-image.jpg") no-repeat center center;
  background-size: cover;
}
.physician .physician-image img + div {
  position: absolute;
  top: 277px;
  top: 17.3125rem;
  display: none;
  width: 100%;
  height: 35px;
  height: 2.1875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
@media all and (min-width: 560px) {
  .physician .physician-image img + div {
    display: block;
  }
}
.physician .physician-info h2,
.physician .locations h2 {
  padding: 0;
  margin-bottom: 0;
}
.physician .physician-info h2 a,
.physician .locations h2 a {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  border-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #243b34;
  text-decoration: none;
}
.physician .physician-info .list-departments,
.physician .locations .list-departments {
  display: none;
}
.physician .physician-info .list-specialties,
.physician .physician-info .list-locations,
.physician .locations .list-specialties,
.physician .locations .list-locations {
  margin: 0;
  text-indent: 0;
  padding-left: 0;
}
.physician .physician-info .list-specialties li,
.physician .physician-info .list-locations li,
.physician .locations .list-specialties li,
.physician .locations .list-locations li {
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  padding: 0;
  margin: 0;
}
.physician .physician-info .list-specialties li:before,
.physician .physician-info .list-locations li:before,
.physician .locations .list-specialties li:before,
.physician .locations .list-locations li:before {
  content: none;
}
.physician .physician-info .list-specialties,
.physician .locations .list-specialties {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.physician .physician-info .list-specialties li,
.physician .locations .list-specialties li {
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-style: italic;
}
.physician .physician-info .list-specialties li:after,
.physician .locations .list-specialties li:after {
  content: ",";
}
.physician .physician-info .list-specialties li:last-child:after,
.physician .locations .list-specialties li:last-child:after {
  content: "";
}
.physician .physician-info .list-locations,
.physician .locations .list-locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.physician .physician-info .list-locations li,
.physician .locations .list-locations li {
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.physician .physician-info .list-locations li:nth-child(n+3),
.physician .locations .list-locations li:nth-child(n+3) {
  display: none;
}
@media all and (min-width: 1100px) {
  .physician .physician-info .list-locations li,
  .physician .locations .list-locations li {
    width: auto;
  }
}
.physician .physician-info .list-locations li a,
.physician .locations .list-locations li a {
  text-decoration: none;
  color: #407401;
  border-bottom: 0;
}
.physician .physician-info .list-locations li a:hover, .physician .physician-info .list-locations li a:focus,
.physician .locations .list-locations li a:hover,
.physician .locations .list-locations li a:focus {
  color: #243b34;
}
.physician .physician-info .list-locations li h4,
.physician .locations .list-locations li h4 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.physician .physician-info .list-locations li:before,
.physician .locations .list-locations li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  width: 0.625rem;
  height: 100%;
  background: #d8dcdf;
  border-radius: 10px;
  border-radius: 0.625rem;
  content: "";
}
.physician .physician-info .videos .flex-container,
.physician .locations .videos .flex-container {
  overflow: hidden;
  border-radius: 15px;
  border-radius: 0.9375rem;
}
.physician .locations {
  width: 100%;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.physician .physician-details {
  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%;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
}
@media all and (min-width: 560px) {
  .physician .physician-details {
    max-width: calc(100% - 260px);
    max-width: calc(100% - 16.25rem);
    padding-left: 0;
  }
}
.physician .quick-info {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-top: auto;
  border-top: 0.125rem solid rgba(154, 164, 173, 0.25);
}
.physician .quick-info > div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 200px;
  width: 12.5rem;
}
.physician .quick-info .new-patients,
.physician .quick-info .multiple-locations {
  font-style: normal;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  display: none;
  width: 100%;
  padding: 0 0 0 22px;
  padding: 0 0 0 1.375rem;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 30px;
  line-height: 1.875rem;
  color: #1d3c34;
  text-align: center;
  white-space: nowrap;
  background: transparent url("/themes/Hannibal/assets/dist/images/new-patients.svg") no-repeat center left;
  background-size: 18px;
  background-size: 1.125rem;
}
@media all and (min-width: 560px) {
  .physician .quick-info .new-patients,
  .physician .quick-info .multiple-locations {
    width: auto;
    margin: 0;
    text-align: left;
  }
}
.physician .quick-info .new-patients.true,
.physician .quick-info .multiple-locations.true {
  display: block;
}
.physician .quick-info .multiple-locations {
  background-image: url("/themes/Hannibal/assets/dist/images/multiple-locations.svg");
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  bottom: 1.25rem;
  right: 20px;
  right: 1.25rem;
  background: #1C3D34;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -webkit-border-radius: 2.1875rem;
  -moz-border-radius: 35px;
  -moz-border-radius: 2.1875rem;
  border-radius: 35px;
  border-radius: 2.1875rem;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
#return-to-top .fa-arrow-up {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  left: 1rem;
  top: 13px;
  top: 0.8125rem;
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover .fa-arrow-up {
  color: #fff;
  top: 5px;
  top: 0.3125rem;
}

.physicians .main-content,
.providers .main-content {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.physicians .main-content .physician-sidebar,
.providers .main-content .physician-sidebar {
  width: 100%;
  padding-bottom: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (min-width: 980px) {
  .physicians .main-content .physician-sidebar,
  .providers .main-content .physician-sidebar {
    max-width: 340px;
    max-width: 21.25rem;
    margin-left: 0;
    padding-top: 70px;
    padding-top: 4.375rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.physicians .main-content .physician-sidebar::before,
.providers .main-content .physician-sidebar::before {
  top: 0;
}
.physicians .main-content .physician-sidebar__image,
.providers .main-content .physician-sidebar__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media all and (min-width: 980px) {
  .physicians .main-content .physician-sidebar__image,
  .providers .main-content .physician-sidebar__image {
    width: 220px;
    width: 13.75rem;
    margin-right: 40px;
    margin-right: 2.5rem;
  }
}
@media all and (min-width: 1020px) {
  .physicians .main-content .physician-sidebar__image,
  .providers .main-content .physician-sidebar__image {
    margin-right: 60px;
    margin-right: 3.75rem;
  }
}
.physicians .main-content .physician-sidebar__image figure,
.providers .main-content .physician-sidebar__image figure {
  position: relative;
  width: 100%;
  border-radius: 15px;
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media all and (min-width: 980px) {
  .physicians .main-content .physician-sidebar__image figure,
  .providers .main-content .physician-sidebar__image figure {
    width: 280px;
    width: 17.5rem;
    max-width: 280px;
    max-width: 17.5rem;
    height: 280px;
    height: 17.5rem;
  }
}
.physicians .main-content .physician-sidebar__image figure img,
.providers .main-content .physician-sidebar__image figure img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.physicians .main-content .physician-sidebar__phone,
.providers .main-content .physician-sidebar__phone {
  position: relative;
  background: #ffffff;
  border-radius: 15px;
  border-radius: 0.9375rem;
  padding: 14px 20px 20px 67px;
  padding: 0.875rem 1.25rem 1.25rem 4.1875rem;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}
.physicians .main-content .physician-sidebar__phone::before,
.providers .main-content .physician-sidebar__phone::before {
  content: "";
  position: absolute;
  top: 14px;
  top: 0.875rem;
  left: 20px;
  left: 1.25rem;
  width: 37px;
  width: 2.3125rem;
  height: 37px;
  height: 2.3125rem;
  background: url(/themes/Atlas/assets/dist/images/_hannibal/icn-phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.physicians .main-content .physician-sidebar__phone strong,
.providers .main-content .physician-sidebar__phone strong {
  display: block;
}
.physicians .main-content .physician-sidebar__phone a,
.providers .main-content .physician-sidebar__phone a {
  border-bottom: 0;
}
.physicians .main-content .physician-sidebar .button__appointment,
.providers .main-content .physician-sidebar .button__appointment {
  position: relative;
  width: 100%;
  text-transform: none;
  padding: 20px 5px 35px 17px;
  padding: 1.25rem 0.3125rem 2.1875rem 1.0625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-radius: 15px;
  border-radius: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media all and (min-width: 980px) {
  .physicians .main-content .physician-sidebar .button__appointment,
  .providers .main-content .physician-sidebar .button__appointment {
    max-width: 280px;
    max-width: 17.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.physicians .main-content .physician-sidebar .button__appointment::after,
.providers .main-content .physician-sidebar .button__appointment::after {
  content: "";
  position: absolute;
  bottom: 5px;
  bottom: 0.3125rem;
  left: 5px;
  left: 0.3125rem;
  right: 5px;
  right: 0.3125rem;
  background: #78BE21;
  width: calc(100% - 10px);
  width: calc(100% - 0.625rem);
  height: 10px;
  height: 0.625rem;
  border-top-left-radius: 5px;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 5px;
  border-top-right-radius: 0.3125rem;
  border-bottom-left-radius: 35px;
  border-bottom-left-radius: 2.1875rem;
  border-bottom-right-radius: 35px;
  border-bottom-right-radius: 2.1875rem;
}
.physicians .main-content .physician-sidebar .button__appointment:hover, .physicians .main-content .physician-sidebar .button__appointment:focus,
.providers .main-content .physician-sidebar .button__appointment:hover,
.providers .main-content .physician-sidebar .button__appointment:focus {
  background-color: #191919;
}
.physicians .main-content .physician-sidebar .button__appointment svg,
.providers .main-content .physician-sidebar .button__appointment svg {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.physician-detail-container {
  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: 980px) {
  .physician-detail-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.physician-detail-container .physician-detail {
  width: 100%;
  margin: 0 0 40px 0;
  margin: 0 0 2.5rem 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (min-width: 980px) {
  .physician-detail-container .physician-detail {
    margin: 0 0 150px 0;
    margin: 0 0 9.375rem 0;
  }
}
.physician-detail-container .physician-detail .physician {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background: transparent;
  border-radius: 0;
}
.physician-detail-container .physician-detail .physician-details {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-right: 0;
  padding-left: 0;
}
@media all and (min-width: 560px) {
  .physician-detail-container .physician-detail .physician-details {
    max-width: 100%;
  }
}
@media all and (min-width: 980px) {
  .physician-detail-container .physician-detail .physician-details {
    padding-top: 70px;
    padding-top: 4.375rem;
  }
}
.physician-detail-container .physician-detail .physician-info .embed-responsive {
  margin-top: 25px;
  margin-top: 1.5625rem;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.625rem;
}
.physician-detail-container .physician-detail .physician-info .content-list-item::after {
  content: none;
}
@media all and (min-width: 980px) {
  .physician-detail-container .physician-detail .physician-info .videos .thumbnail-preview {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.physician-detail-container .physician-detail .physician-info .videos .button__physicianvideo {
  color: #498401;
  line-height: 20px;
  line-height: 1.25rem;
  border: 2px solid #d7dadd;
  border: 0.125rem solid #d7dadd;
  padding: 9px 50px 11px;
  padding: 0.5625rem 3.125rem 0.6875rem;
}
.physician-detail-container .physician-detail .physician-info .videos .image-list {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.physician-detail-container .physician-detail .physician-info .videos .image-list__content h2 {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media all and (min-width: 560px) {
  .physician-detail-container .physician-detail .physician-info .videos .image-list__content h2 {
    text-align: left;
  }
}
.physician-detail-container .physician-detail .physician-info .videos .image-list__content p {
  text-align: center;
}
@media all and (min-width: 560px) {
  .physician-detail-container .physician-detail .physician-info .videos .image-list__content p {
    text-align: left;
  }
}
.physician-detail-container .physician-detail .physician-info .physician-bio div:not(.tab-con) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.physician-detail-container .physician-detail .physician-info hr {
  margin: 35px 0 55px 0;
  margin: 2.1875rem 0 3.4375rem 0;
}
.physician-detail-container .physician-detail .physician-info h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 0;
}
@media all and (min-width: 980px) {
  .physician-detail-container .physician-detail .physician-info__name {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
}
.physician-detail-container .physician-detail .physician-info__list-specialties {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-style: italic;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin: 0 20px 30px 0;
  margin: 0 1.25rem 1.875rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  border-bottom: 2px solid rgba(152, 164, 174, 0.5);
  border-bottom: 0.125rem solid rgba(152, 164, 174, 0.5);
  text-indent: 0;
}
.physician-detail-container .physician-detail .physician-info__list-specialties li {
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 362x;
  padding: 0;
}
.physician-detail-container .physician-detail .physician-info__list-specialties li:before {
  content: none;
}
.physician-detail-container .physician-detail .physician-info__list-specialties li:after {
  content: ",";
}
.physician-detail-container .physician-detail .physician-info__list-specialties li:last-child:after {
  content: "";
}
.physician-detail-container .physician-detail .physician-info__locations {
  padding: 0;
}
.physician-detail-container .physician-detail .physician-info__locations .list-locations {
  display: block;
}
@media all and (min-width: 980px) {
  .physician-detail-container .physician-detail .physician-info__locations .list-locations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 40px;
    gap: 2.5rem;
  }
}
.physician-detail-container .physician-detail .physician-info__locations .list-locations li {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding: 20px;
  padding: 1.25rem;
  border: 2px solid rgba(152, 164, 174, 0.4);
  border: 0.125rem solid rgba(152, 164, 174, 0.4);
  border-left-width: 20px;
  border-left-width: 1.25rem;
  border-radius: 15px;
  border-radius: 0.9375rem;
}
@media all and (min-width: 980px) {
  .physician-detail-container .physician-detail .physician-info__locations .list-locations li {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    -webkit-flex: 0 0 calc(50% - 1.25rem);
        -ms-flex: 0 0 calc(50% - 1.25rem);
            flex: 0 0 calc(50% - 1.25rem);
  }
}
.physician-detail-container .physician-detail .physician-info__locations .list-locations li::before {
  display: none;
}
@media all and (min-width: 980px) {
  .physician-detail-container .physician-detail .physician-info__locations .list-locations li:first-child {
    width: auto;
  }
}
.physician-detail-container .physician-detail .physician-info__locations .list-locations li strong {
  display: block;
}
.physician-detail-container .physician-detail .physician-info__locations .list-locations li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #407401;
}
.physician-detail-container .physician-detail .physician-info__specialties .list-specialties {
  border: 2px solid rgba(152, 164, 174, 0.4);
  border: 0.125rem solid rgba(152, 164, 174, 0.4);
  border-left-width: 20px;
  border-left-width: 1.25rem;
  border-radius: 15px;
  border-radius: 0.9375rem;
  padding: 20px;
  padding: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media all and (min-width: 980px) {
  .physician-detail-container .physician-detail .physician-info__specialties .list-specialties {
    width: calc(50% - 20px);
    width: calc(50% - 1.25rem);
  }
}
.physician-detail-container .physician-detail .physician-info__specialties .list-specialties li {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.physician-detail-container .physician-detail .physician-info__specialties .list-specialties li::after {
  display: none;
}
.physician-detail-container .physician-detail .physician-info__specialties .list-specialties li:last-child {
  margin-bottom: 0;
}
.physician-detail-container .physician-detail .physician-info__specialties .list-specialties a {
  border-bottom: 0;
}
.physician-detail-container .physician-detail .button-google-reviews {
  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;
  border: 2px solid rgba(152, 164, 174, 0.4);
  border: 0.125rem solid rgba(152, 164, 174, 0.4);
  border-radius: 15px;
  border-radius: 0.9375rem;
  height: 80px;
  height: 5rem;
  color: #191919;
  padding-left: 85px;
  padding-left: 5.3125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.physician-detail-container .physician-detail .button-google-reviews::before {
  position: absolute;
  top: 8px;
  top: 0.5rem;
  left: 8px;
  left: 0.5rem;
  bottom: 10px;
  bottom: 0.625rem;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  background: rgba(120, 190, 33, 0.2);
  border-radius: 12px;
  border-radius: 0.75rem;
  content: "";
}
.physician-detail-container .physician-detail .button-google-reviews::after {
  position: absolute;
  top: 50%;
  left: 20px;
  left: 1.25rem;
  width: 39px;
  width: 2.4375rem;
  height: 28px;
  height: 1.75rem;
  background: url(/themes/Atlas/assets/dist/images/_hannibal/icn-review.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.physician-detail-container .physician-detail .social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 15px 0 45px;
  margin: 0.9375rem 0 2.8125rem;
  list-style: none;
}
.physician-detail-container .physician-detail .social-share li {
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  padding: 0;
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0;
}
.physician-detail-container .physician-detail .social-share li a {
  display: inline-block;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  background: transparent url("/themes/Atlas/assets/dist/images/_hannibal/facebook-circle.svg") no-repeat center;
  background-size: 100% auto;
  border-bottom: 0;
}
.physician-detail-container .physician-detail .social-share li a.twitter {
  background-image: url("/themes/Atlas/assets/dist/images/_hannibal/x-twitter.svg");
}
.physician-detail-container .physician-detail .social-share li a.email {
  background-image: url("/themes/Atlas/assets/dist/images/_hannibal/mail.svg");
}
.physician-detail-container .physician-detail .social-share li:before {
  content: none;
}

.tag-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  color: #fff;
  background: #768692;
}
@media all and (min-width: 750px) {
  .tag-info {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.tag-info > div {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: #fcfcfc;
  text-align: center;
}
@media all and (min-width: 750px) {
  .tag-info > div {
    margin-bottom: 0;
    border-right: 2px solid rgba(253, 253, 253, 0.31);
    border-right: 0.125rem solid rgba(253, 253, 253, 0.31);
  }
}
.tag-info > div:last-child {
  margin-bottom: 0;
  border: 0;
}
.tag-info > div span:before {
  display: inline-block;
  width: 24px;
  width: 1.5rem;
  height: 25px;
  height: 1.5625rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
  vertical-align: text-bottom;
  background-color: transparent;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.tag-info > div.False {
  display: none;
}
.tag-info .primary-care-provider span:before {
  background-image: url(/themes/Hannibal/assets/dist/images/check-square-solid.svg);
}
.tag-info .accepting-new-patients span:before {
  background-image: url(/themes/Hannibal/assets/dist/images/new-patients-light.svg);
}
.tag-info .age-limitation-details span:before {
  background-image: url(/themes/Hannibal/assets/dist/images/child-solid.svg);
  background-size: auto 100%;
}

.physician-back {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.05rem;
  color: #498401;
  text-decoration: none;
  text-transform: none;
  padding-top: 25px;
  padding-top: 1.5625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  border-top: 2px solid #DFE2E4;
  border-top: 0.125rem solid #DFE2E4;
  border-bottom: 0;
}

.show-mobile {
  border-top: 0;
}
@media all and (min-width: 980px) {
  .show-mobile {
    display: none;
  }
}

.show-desktop {
  display: none;
}
@media all and (min-width: 980px) {
  .show-desktop {
    display: block;
  }
}

.physician-news-posts,
.physician-related-posts {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.physician-news-posts__title,
.physician-related-posts__title {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  border-bottom: 2px solid #DFE2E4;
  border-bottom: 0.125rem solid #DFE2E4;
}

.physician-news-post__headline,
.physician-related-post__headline {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  color: #243B34;
}
.physician-news-post__date,
.physician-related-post__date {
  font-style: normal;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  color: #498401;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.physician-news-post__blurb,
.physician-related-post__blurb {
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

:root {
  --pager-item-bg-color: rgba(152, 164, 174, 0.6);
  --pager-item-bg-color-hover: #1A3C34;
  --pager-item-bg-color-active: #1A3C34;
  --pager-item-text-color: #191919;
  --pager-item-text-color-hover: #ffffff;
  --pager-item-text-color-active: #ffffff;
}

.cycle-pager,
.dots,
.splide__pagination {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  text-align: right;
  padding: 0;
  padding: 20px 0 10px;
  padding: 1.25rem 0 0.625rem;
  z-index: 1;
}
.cycle-pager span,
.cycle-pager .splide__pagination__page,
.dots span,
.dots .splide__pagination__page,
.splide__pagination span,
.splide__pagination .splide__pagination__page {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px 0 0;
  margin: 0 0.4375rem 0 0;
  border-radius: 50%;
  background: var(--pager-item-bg-color);
  text-decoration: none;
  font-size: 0px;
  font-size: 0;
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cycle-pager span.cycle-pager-active, .cycle-pager span.active, .cycle-pager span.is-active,
.cycle-pager .splide__pagination__page.cycle-pager-active,
.cycle-pager .splide__pagination__page.active,
.cycle-pager .splide__pagination__page.is-active,
.dots span.cycle-pager-active,
.dots span.active,
.dots span.is-active,
.dots .splide__pagination__page.cycle-pager-active,
.dots .splide__pagination__page.active,
.dots .splide__pagination__page.is-active,
.splide__pagination span.cycle-pager-active,
.splide__pagination span.active,
.splide__pagination span.is-active,
.splide__pagination .splide__pagination__page.cycle-pager-active,
.splide__pagination .splide__pagination__page.active,
.splide__pagination .splide__pagination__page.is-active {
  background: var(--pager-item-bg-color-active);
  color: transparent;
  font-size: 0px;
  font-size: 0;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.cycle-carousel-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pager {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.pager span,
.pager 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;
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  border-radius: 3.125rem;
  background: var(--pager-item-bg-color);
  color: var(--pager-item-text-color);
  margin-right: 5px;
  margin-right: 0.3125rem;
  cursor: pointer;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  border: 0;
}
.pager span:last-child,
.pager a:last-child {
  margin-right: 0;
}
.pager span::before,
.pager a::before {
  content: none !important;
}
.pager a:not(.next-prev) {
  color: var(--pager-item-text-color);
}
.pager a:not(.next-prev):hover, .pager a:not(.next-prev):focus {
  background: var(--pager-item-bg-color-hover);
  color: var(--pager-item-text-color-hover);
}
.pager span:not(.next):not(.prev) {
  background: var(--pager-item-bg-color-hover);
  color: var(--pager-item-text-color-active);
}
.pager .next-prev {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  background: transparent;
}
.pager .next-prev .next,
.pager .next-prev .prev {
  position: relative;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  margin: 0;
}
.pager .next-prev .next:before,
.pager .next-prev .prev:before {
  content: "";
  position: absolute;
  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;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 18px;
  font-size: 1.125rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  border-radius: 3.125rem;
}
.pager .next-prev .next:before {
  content: "\f054";
}
.pager .next-prev .prev:before {
  content: "\f053";
}
.pager .next-prev:hover .next, .pager .next-prev:focus .next {
  background: var(--pager-item-bg-color-hover);
}
.pager .next-prev:hover .next:before, .pager .next-prev:focus .next:before {
  color: var(--pager-item-text-color-hover);
}
.pager .next-prev:hover .prev, .pager .next-prev:focus .prev {
  background: var(--pager-item-bg-color-hover);
}
.pager .next-prev:hover .prev:before, .pager .next-prev:focus .prev:before {
  color: var(--pager-item-text-color-hover);
}

ul.page-subnav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0 0 80px 0;
  margin: 0 0 5rem 0;
  list-style: none;
}
@media all and (min-width: 800px) {
  ul.page-subnav-tabs {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
ul.page-subnav-tabs li {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-width: 100%;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin: 0 2px;
  margin: 0 0.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #1d3c34;
  text-align: center;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  cursor: pointer;
}
@media all and (min-width: 800px) {
  ul.page-subnav-tabs li {
    min-width: 0;
  }
}
ul.page-subnav-tabs li:before {
  content: none !important;
}
ul.page-subnav-tabs li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  background: #dde1e3;
  border-radius: 33px;
  border-radius: 2.0625rem;
  content: "";
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
ul.page-subnav-tabs li:first-child {
  margin-left: 0;
}
ul.page-subnav-tabs li:last-child {
  margin-right: 0;
}
ul.page-subnav-tabs li.active {
  color: #4e8c01;
}
ul.page-subnav-tabs li.active a {
  color: #4e8c01;
}
ul.page-subnav-tabs li.active:after {
  background: #78be21;
}
ul.page-subnav-tabs li:hover, ul.page-subnav-tabs li:focus {
  color: #1d3c34;
}
ul.page-subnav-tabs li:hover a, ul.page-subnav-tabs li:focus a {
  color: #1d3c34;
}
ul.page-subnav-tabs li:hover:after, ul.page-subnav-tabs li:focus:after {
  background: #1d3c34;
}
ul.page-subnav-tabs li a {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #1d3c34;
  -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;
}

.locations-selector {
  display: none;
  padding: 25px 35px;
  padding: 1.5625rem 2.1875rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  background: #fff;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.0625rem 0.9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.0625rem 0.9375rem rgba(0, 0, 0, 0.1);
}
.locations-selector label {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #243b34;
}
@media all and (min-width: 800px) {
  .locations-selector label {
    margin-bottom: 0;
  }
}
.locations-selector select {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  width: 280px;
  width: 17.5rem;
  height: 50px;
  height: 3.125rem;
  max-width: 100%;
  padding: 12px 40px 15px 25px;
  padding: 0.75rem 2.5rem 0.9375rem 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  color: #243b24;
  cursor: pointer;
  background: #fff url("/themes/Hannibal/assets/dist/images/dd-arrow.svg") no-repeat calc(100% - 20px) center;
  background: #fff url("/themes/Hannibal/assets/dist/images/dd-arrow.svg") no-repeat calc(100% - 1.25rem) center;
  background-size: 11px 18px;
  background-size: 0.6875rem 1.125rem;
  border: 2px solid #d7dadd;
  border: 0.125rem solid #d7dadd;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.locations-list {
  margin-bottom: 85px;
  margin-bottom: 5.3125rem;
}

.loc-banner-wrapper {
  margin-top: 65px;
  margin-top: 4.0625rem;
  width: auto;
  max-width: calc(100% - 80px);
  max-width: calc(100% - 5rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  .loc-banner-wrapper {
    max-width: calc(100% - 160px);
    max-width: calc(100% - 10rem);
  }
}
@media all and (min-width: 800px) {
  .loc-banner-wrapper {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
}

.sidebar-layout {
  width: auto;
  max-width: calc(100% - 80px);
  max-width: calc(100% - 5rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  .sidebar-layout {
    max-width: calc(100% - 160px);
    max-width: calc(100% - 10rem);
  }
}
@media all and (min-width: 800px) {
  .sidebar-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.location {
  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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.625rem;
}
@media all and (min-width: 880px) {
  .location {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .location:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.loc-banner-wrapper .location {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0;
}
@media all and (min-width: 880px) {
  .loc-banner-wrapper .location {
    margin-bottom: 95px;
    margin-bottom: 5.9375rem;
  }
}
.location .location-image {
  position: relative;
  min-height: 318px;
  min-height: 19.875rem;
  background: transparent url("/themes/Hannibal/assets/dist/images/Location-Placeholder.jpg") no-repeat center;
  background-size: cover;
}
@media all and (min-width: 880px) {
  .location .location-image {
    max-width: 50%;
    min-width: 50%;
  }
}
.location .location-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.location .location-information {
  width: 100%;
  padding: 30px;
  padding: 1.875rem;
  background: #eaedee;
}
@media all and (min-width: 800px) {
  .location .location-information {
    padding: 50px 120px 60px 60px;
    padding: 3.125rem 7.5rem 3.75rem 3.75rem;
  }
}
.location .location-information > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.location .location-information h2 {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
}
.location .location-information p[itemprop=address],
.location .location-information span[itemprop=telephone],
.location .location-information span[itemprop=email] {
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.location .location-information p[itemprop=address] a,
.location .location-information span[itemprop=telephone] a,
.location .location-information span[itemprop=email] a {
  text-decoration: none;
  color: #407401;
}
@media all and (min-width: 1140px) {
  .location .location-information p[itemprop=address],
  .location .location-information span[itemprop=telephone],
  .location .location-information span[itemprop=email] {
    max-width: 50%;
    margin: 0;
  }
}
.location .location-information p[itemprop=address]:before,
.location .location-information span[itemprop=telephone]:before,
.location .location-information span[itemprop=email]:before {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  position: static;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  content: "Address";
}
.location .location-information p[itemprop=address]:after,
.location .location-information span[itemprop=telephone]:after,
.location .location-information span[itemprop=email]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  width: 0.625rem;
  height: 100%;
  background: #d8dcdf;
  border-radius: 10px;
  border-radius: 0.625rem;
  content: "";
}
.location .location-information span[itemprop=telephone]:before {
  content: "Phone";
}
.location .location-information span[itemprop=email] {
  max-width: none;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.location .location-information span[itemprop=email]:before {
  content: "Email";
}
.location .location-information span[itemprop=url] {
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media all and (min-width: 800px) {
  .location .location-information span[itemprop=url] {
    width: auto;
    max-width: 50%;
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
.location .location-information span[itemprop=url]:last-of-type {
  margin-right: 0;
}
.location .location-information span[itemprop=url] a {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
@media all and (min-width: 800px) {
  .location .location-information span[itemprop=url] a {
    width: auto;
  }
}
.location .location-information span[itemprop=url] a.btn.btn-primary {
  padding: 10px 40px;
  padding: 0.625rem 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.location .location-information span[itemprop=url] a.btn.btn-primary:hover, .location .location-information span[itemprop=url] a.btn.btn-primary:focus {
  color: #fff;
}
.location .location-information span[itemprop=url] a.btn-details {
  color: #fff;
  background: #697682;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.location .location-information span[itemprop=url] a.btn-details:hover, .location .location-information span[itemprop=url] a.btn-details:focus {
  background: #1d3c34;
}
.location .location-description {
  display: none;
}

.location-detail .main-content {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  width: 100%;
}
@media all and (min-width: 880px) {
  .location-detail .main-content {
    width: calc(100% - 280px);
    width: calc(100% - 17.5rem);
  }
}
.location-detail .sidebar-content {
  width: 100%;
  max-width: none;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin: 0;
  background: transparent;
}
@media all and (min-width: 880px) {
  .location-detail .sidebar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.location-detail .sidebar {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media all and (min-width: 580px) {
  .location-detail .sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 880px) {
  .location-detail .sidebar {
    display: block;
    max-width: 180px;
    max-width: 11.25rem;
    min-width: 180px;
    min-width: 11.25rem;
    margin-left: 100px;
    margin-left: 6.25rem;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all and (min-width: 980px) {
  .location-detail .sidebar::before {
    display: none;
  }
}
.location-detail .sidebar h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
.location-detail .sidebar > div {
  margin-right: 80px;
  margin-right: 5rem;
}
@media all and (min-width: 880px) {
  .location-detail .sidebar > div {
    margin-right: 0;
  }
}
.location-detail .sidebar ul {
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
  margin-left: 0;
  padding-left: 0;
  text-indent: 0;
}
.location-detail .sidebar li {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.location-detail .sidebar li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  width: 0.625rem;
  height: 100%;
  background: #d8dcdf;
  border-radius: 10px;
  border-radius: 0.625rem;
  content: "";
}
.location-detail .sidebar li a {
  text-decoration: none;
  border-bottom: 0;
}
.location-detail h3 {
  font-size: 30px;
  font-size: 1.875rem;
}
.location-detail .return-link {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  padding-left: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  border-bottom: 0;
}

.sidebar-content {
  margin-bottom: 210px;
  margin-bottom: 13.125rem;
}

.location-card {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
}
.location-card iframe {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.location-card h2,
.location-card h3 {
  padding: 0 40px;
  padding: 0 2.5rem;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.location-card p {
  padding: 0 40px 30px;
  padding: 0 2.5rem 1.875rem;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.location-card a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.location .departments,
.location .providers,
.locations .departments,
.locations .providers,
.services .departments,
.services .providers,
.location-detail .departments,
.location-detail .providers {
  margin-bottom: 75px;
  margin-bottom: 4.6875rem;
}
.location .departments li,
.location .providers li,
.locations .departments li,
.locations .providers li,
.services .departments li,
.services .providers li,
.location-detail .departments li,
.location-detail .providers li {
  font-weight: bold;
}
.location .departments a,
.location .providers a,
.locations .departments a,
.locations .providers a,
.services .departments a,
.services .providers a,
.location-detail .departments a,
.location-detail .providers a {
  text-decoration: none;
  border-bottom: 0;
}
.location .departments a:hover, .location .departments a:focus,
.location .providers a:hover,
.location .providers a:focus,
.locations .departments a:hover,
.locations .departments a:focus,
.locations .providers a:hover,
.locations .providers a:focus,
.services .departments a:hover,
.services .departments a:focus,
.services .providers a:hover,
.services .providers a:focus,
.location-detail .departments a:hover,
.location-detail .departments a:focus,
.location-detail .providers a:hover,
.location-detail .providers a:focus {
  text-decoration: none;
  cursor: pointer;
}
.location .providers,
.locations .providers,
.services .providers,
.location-detail .providers {
  width: 100%;
  overflow: hidden;
}
.location .providers h3,
.locations .providers h3,
.services .providers h3,
.location-detail .providers h3 {
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
.location .providers ul,
.locations .providers ul,
.services .providers ul,
.location-detail .providers ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-indent: 0;
  overflow: hidden;
}
.location .providers li,
.locations .providers li,
.services .providers li,
.location-detail .providers li {
  padding: 20px 20px 30px 20px;
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  margin: 10px;
  margin: 0.625rem;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
}
.location .providers li:before,
.locations .providers li:before,
.services .providers li:before,
.location-detail .providers li:before {
  content: none;
}

.owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.owl-item > li {
  height: calc(100% - 20px);
  height: calc(100% - 1.25rem);
}

.owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px;
  margin: 1.25rem;
}

.owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.owl-nav button {
  margin: 0 10px;
  margin: 0 0.625rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 30px;
  border-radius: 1.875rem;
  background: #78be21 !important;
  border: 0;
}
.owl-nav button:hover, .owl-nav button:focus {
  background: #243b34 !important;
  outline: none;
}
.owl-nav button span {
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: white;
}

.owl-carousel .owl-dots button.owl-dot {
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  margin: 0 5px;
  margin: 0 0.3125rem;
  background: #dde1e3;
  border-radius: 35px;
  border-radius: 2.1875rem;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background: #4e8c01;
}

.doctor-details {
  min-height: calc(100% - 20px);
  min-height: calc(100% - 1.25rem);
}
.doctor-details .profile-photo {
  width: calc(100% + 40px);
  width: calc(100% + 2.5rem);
  height: 400px;
  height: 25rem;
  margin: -20px -20px 20px -20px;
  margin: -1.25rem -1.25rem 1.25rem -1.25rem;
  background: transparent url("/themes/Hannibal/assets/dist/images/placeholder-image.jpg") no-repeat center center;
  background-size: cover;
}
@media all and (min-width: 800px) {
  .doctor-details .profile-photo {
    max-height: 50vw;
  }
}
.doctor-details .profile-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.doctor-details .profile-photo img[src*=noImage] {
  display: none;
}
.doctor-details h3 {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: #4e8c01;
}
.doctor-details .specialties {
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  color: #333;
  text-transform: none;
}
.doctor-details a.learn-more {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.loc-show-all {
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center;
  display: none;
}
.loc-show-all .show-more,
.loc-show-all .collapse-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.loc-show-all .collapse-list {
  display: none;
}
.loc-show-all .btn.btn-hollow {
  padding: 15px;
  padding: 0.9375rem;
}
.loc-show-all .btn.btn-hollow .icon {
  display: inline-block;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  padding: 5px;
  padding: 0.3125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  background: #78be21;
  border-radius: 25px;
  border-radius: 1.5625rem;
}
.loc-show-all .btn.btn-hollow .icon img {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.location-news > h2 {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.location-news .news-post {
  display: block;
  padding: 40px;
  padding: 2.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  background: #eaedee;
}
.location-news .news-post-headline a {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #243b34;
  text-decoration: none;
}
.location-news .news-post-blurb p {
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}
.location-news .news-post-image,
.location-news .news-post-date {
  display: none;
}

.featured-services .col {
  text-align: center;
}
.featured-services .col svg {
  width: auto;
  height: 12rem;
  margin: 30px auto;
  margin: 1.875rem auto;
  color: #4e8c01;
}

.accordion ul.page-subnav-tabs {
  display: block;
  text-indent: 0;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media all and (min-width: 800px) {
  .accordion ul.page-subnav-tabs {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media all and (min-width: 1280px) {
  .accordion ul.page-subnav-tabs {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.accordion ul.page-subnav-tabs li.li1 {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.accordion ul.page-subnav-tabs li.li1 a {
  color: #003326;
}
.accordion ul.page-subnav-tabs li.li1 a:hover {
  color: #4e8c01;
}
.accordion ul.page-subnav-tabs li.li1:after {
  content: none;
}
.accordion ul.page-subnav-tabs li.li1 ul {
  margin-bottom: 0;
  text-indent: 20px;
  text-indent: 1.25rem;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.accordion ul.page-subnav-tabs li.li1 ul li {
  text-align: left;
}
.accordion ul.page-subnav-tabs li.li1 ul li a {
  font-weight: 400;
}
.accordion ul.page-subnav-tabs li.li1 ul li:after {
  padding-left: 20px;
  padding-left: 1.25rem;
  content: none;
}

body.search .subpage-header .banner-wrapper,
body.search .subpage-header .banner {
  height: 296px;
  height: 18.5rem;
}
body.search:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 70;
  width: 100vw;
  height: 0;
  background: rgba(0, 0, 0, 0.75);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
body.search .breadcrumbs {
  display: none !important;
}
body.search main {
  min-height: 500px;
  min-height: 31.25rem;
}
body.search.search-active::after {
  height: 100vh;
  opacity: 1;
}

main {
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.filter-menu-open main {
  background-image: -o-linear-gradient(top, rgb(234, 237, 239) 300px, #fff 100%);
  background-image: linear-gradient(to bottom, rgb(234, 237, 239) 300px, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18.75rem, rgb(234, 237, 239)), to(#fff));
  background-image: -o-linear-gradient(top, rgb(234, 237, 239) 18.75rem, #fff 100%);
  background-image: linear-gradient(to bottom, rgb(234, 237, 239) 18.75rem, #fff 100%);
}

.search-results .search-results-search {
  position: relative;
  z-index: 75;
  height: 55px;
  height: 3.4375rem;
  margin-top: -180px;
  margin-top: -11.25rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  overflow: visible;
  background: #fff;
  border-radius: 50px;
  border-radius: 3.125rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
@media all and (min-width: 800px) {
  .search-results .search-results-search {
    height: 85px;
    height: 5.3125rem;
  }
}
.main-content .search-results .search-results-search {
  margin-top: 0 !important;
}
@media all and (min-width: 800px) {
  .search-results .search-results-search {
    margin-top: -155px;
    margin-top: -9.6875rem;
  }
}
.search-active .search-results .search-results-search {
  border-radius: 30px 30px 0 0;
  border-radius: 1.875rem 1.875rem 0 0;
}
.search-results .search-results-search:focus-within {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.25);
}
.search-results .search-results-search input[type=search] {
  width: 100%;
  height: 55px;
  height: 3.4375rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  color: #222;
  background: transparent;
  outline: none;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
@media all and (min-width: 800px) {
  .search-results .search-results-search input[type=search] {
    height: 85px;
    height: 5.3125rem;
    padding: 0 60px;
    padding: 0 3.75rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.search-results .search-results-search input[type=search]::-webkit-search-cancel-button {
  display: none !important;
}
.search-results .search-results-search input[type=search]::-webkit-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 18px;
  line-height: 1.125rem;
  color: #243b34;
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
.search-results .search-results-search input[type=search]::-moz-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 18px;
  line-height: 1.125rem;
  color: #243b34;
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
.search-results .search-results-search input[type=search]:-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 18px;
  line-height: 1.125rem;
  color: #243b34;
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
.search-results .search-results-search input[type=search]::-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 18px;
  line-height: 1.125rem;
  color: #243b34;
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
.search-results .search-results-search input[type=search]::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 18px;
  line-height: 1.125rem;
  color: #243b34;
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
@media all and (min-width: 800px) {
  .search-results .search-results-search input[type=search]::-webkit-input-placeholder {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .search-results .search-results-search input[type=search]::-moz-placeholder {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .search-results .search-results-search input[type=search]:-ms-input-placeholder {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .search-results .search-results-search input[type=search]::-ms-input-placeholder {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .search-results .search-results-search input[type=search]::placeholder {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.search-results .search-results-search input[type=submit] {
  position: absolute;
  top: 50%;
  right: 40px;
  right: 2.5rem;
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  padding: 0;
  font-size: 0;
  color: #fff;
  cursor: pointer;
  background: transparent url("/themes/Hannibal/assets/dist/images/Taxonomy-Search-Icon.svg") no-repeat center center;
  background-size: 30px 30px;
  background-size: 1.875rem 1.875rem;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.search-results .search-results-search input[type=submit]:hover, .search-results .search-results-search input[type=submit]:focus {
  background: transparent url("/themes/Hannibal/assets/dist/images/Taxonomy-Search-Icon-Hover.svg");
}
.search-results .search-results-search .search-clear {
  position: absolute;
  top: 50%;
  right: 80px;
  right: 5rem;
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  padding: 0;
  font-size: 0;
  color: #fff;
  cursor: pointer;
  background: transparent url("/themes/Hannibal/assets/dist/images/Taxonomy-Search-Icon-Clear.svg") no-repeat center center;
  background-size: 30px 30px;
  background-size: 1.875rem 1.875rem;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.search-results .search-results-search .search-clear:hover, .search-results .search-results-search .search-clear:focus {
  background-image: url("/themes/Hannibal/assets/dist/images/Taxonomy-Search-Icon-Clear-Hover.svg");
}

.tag-container {
  position: absolute;
  top: calc(100% - 15px);
  top: calc(100% - 0.9375rem);
  width: 100%;
  height: auto;
  max-height: 0;
  padding: 10px 60px 40px 40px;
  padding: 0.625rem 3.75rem 2.5rem 2.5rem;
  overflow: auto;
  background: #fff;
  border-top: 2px solid #eaedef;
  border-top: 0.125rem solid #eaedef;
  border-radius: 0 0 30px 30px;
  border-radius: 0 0 1.875rem 1.875rem;
  opacity: 0;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1.25rem 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.25rem 1.875rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.search-active .tag-container {
  top: 100%;
  max-height: 450px;
  max-height: 28.125rem;
  opacity: 1;
}
.tag-container a {
  display: inline-block;
  width: auto;
  height: 45px;
  height: 2.8125rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin: 20px 0 0 20px;
  margin: 1.25rem 0 0 1.25rem;
  line-height: 41px;
  line-height: 2.5625rem;
  color: #003326;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #d7dadd;
  border: 0.125rem solid #d7dadd;
  border-radius: 30px;
  border-radius: 1.875rem;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.tag-container a:hover {
  background-color: #78be21;
  border-color: #78be21;
}

.no-results:before {
  position: static;
  display: block;
  width: 90px;
  width: 5.625rem;
  height: 90px;
  height: 5.625rem;
  margin: 0 auto;
  background: transparent url("/themes/Hannibal/assets/dist/images/search-page-results-icon.svg") no-repeat center;
  background-size: cover;
  content: "";
}
.no-results p {
  max-width: 450px;
  max-width: 28.125rem;
  margin: 20px auto;
  margin: 1.25rem auto;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #768692;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
}

.search-results-header {
  margin-top: -50px;
  margin-top: -3.125rem;
}
@media all and (min-width: 800px) {
  .search-results-header {
    margin-top: 0;
  }
}
.search-results-header .mobile-filter-dropdown {
  padding: 0 0 22px 0;
  padding: 0 0 1.375rem 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #003326;
  text-align: left;
  cursor: pointer;
  background: transparent url("/themes/Hannibal/assets/dist/images/filter-menu-icon.svg") no-repeat right 10px;
  background: transparent url("/themes/Hannibal/assets/dist/images/filter-menu-icon.svg") no-repeat right 0.625rem;
  background-size: 20px 15px;
  background-size: 1.25rem 0.9375rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}
.filter-menu-open .search-results-header .mobile-filter-dropdown {
  background-image: url("/themes/Hannibal/assets/dist/images/filter-menu-close.svg");
}
.search-results-header .mobile-filter-dropdown .filter-text {
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #003326;
}
.search-results-header .mobile-filter-dropdown:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  background: #78be21;
  border-radius: 33px;
  border-radius: 2.0625rem;
  content: "";
}
@media all and (min-width: 800px) {
  .search-results-header .mobile-filter-dropdown {
    display: none;
  }
}
.search-results-header .filter {
  height: auto;
  padding: 15px 0;
  padding: 0.9375rem 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
@media all and (max-width: 799px) {
  .search-results-header .filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .filter-menu-open .search-results-header .filter {
    height: 66px;
    height: 4.125rem;
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
  .search-results-header .filter:after {
    height: 2px;
    height: 0.125rem;
  }
}
.search-results-header .filter-text {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #003326;
}
.search-results-header .count {
  width: 63px;
  width: 3.9375rem;
  padding: 0 9px;
  padding: 0 0.5625rem;
  margin: 0 0 0 7px;
  margin: 0 0 0 0.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #003326;
  background: #fff;
  border-radius: 20px;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.05);
}
@media all and (min-width: 800px) {
  .search-results-header .count {
    width: auto;
    background: #78be21;
    border-radius: 15px;
    border-radius: 0.9375rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.search-results-header .page-subnav-tabs li.active {
  color: #003326;
}

.search-results .results {
  padding-top: 0;
}
.search-results .results:before {
  content: none;
}
.search-results .results-container a.result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 30px 18px;
  padding: 2.1875rem 1.875rem 1.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 800px) {
  .search-results .results-container a.result {
    padding: 40px;
    padding: 2.5rem;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.search-results .results-container a.result .stub {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-top: 0.625rem;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #003326;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (min-width: 800px) {
  .search-results .results-container a.result .stub {
    width: auto;
    min-width: 160px;
    min-width: 10rem;
    padding: 0;
    margin-right: 35px;
    margin-right: 2.1875rem;
    margin-left: -40px;
    margin-left: -2.5rem;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.search-results .results-container a.result .stub:after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: #eaedef;
  border-radius: 8px;
  border-radius: 0.5rem;
  content: "";
}
@media all and (min-width: 800px) {
  .search-results .results-container a.result .stub:after {
    top: 50%;
    right: 0;
    width: 2px;
    width: 0.125rem;
    height: 70px;
    height: 4.375rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.search-results .results-container a.result .text {
  display: block;
  width: 100%;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media all and (min-width: 800px) {
  .search-results .results-container a.result .text {
    padding-bottom: 0;
  }
}
.search-results .results-container a.result .description {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.search-results .results-container a.result:nth-of-type(n + 20) {
  display: none;
  opacity: 0;
}
.search-results .results-container a.result:nth-of-type(n + 20).show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 100;
}
.search-results .results-container a.loadMore {
  display: block;
  padding: 20px;
  padding: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #4e8c01;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.search-results .results-container a.loadMore:hover, .search-results .results-container a.loadMore:focus {
  color: #4e8c01;
  background: white;
  outline: 2px solid #4e8c01;
  outline: 0.125rem solid #4e8c01;
}

._txr-results-container ._txr-module-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: calc(100% - 30px);
  max-width: calc(100% - 1.875rem);
  padding-left: 0;
  margin: 0 15px;
  margin: 0 0.9375rem;
  margin-right: 0;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (max-width: 800px) {
  ._txr-results-container ._txr-module-list {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
._txr-results-container ._txr-module-list.open li:not(.filter-dropdown-toggle) {
  max-height: 70px;
  max-height: 4.375rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  opacity: 1;
  visibility: visible;
}
._txr-results-container ._txr-module-list.open li:not(.filter-dropdown-toggle):last-of-type {
  border-bottom-right-radius: 20px;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 20px;
  border-bottom-left-radius: 1.25rem;
}
._txr-results-container ._txr-module-list.open li:not(.filter-dropdown-toggle).active {
  background: #78BE21;
}
._txr-results-container ._txr-module-list.open li:not(.filter-dropdown-toggle).active .filter-text {
  color: #fff;
}
._txr-results-container ._txr-module-list.open li:not(.filter-dropdown-toggle).active::after {
  background: #78BE21;
}
._txr-results-container ._txr-module-list.open .filter-dropdown-toggle {
  border-top-right-radius: 20px;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
  border-top-left-radius: 1.25rem;
}
._txr-results-container ._txr-module-list.open .filter-dropdown-toggle::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
._txr-results-container ._txr-module-list .filter-dropdown-toggle {
  width: 100%;
  min-width: auto;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  background: #dee3e5;
  border-radius: 20px;
  border-radius: 1.25rem;
}
@media all and (max-width: 800px) {
  ._txr-results-container ._txr-module-list .filter-dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 35px;
    right: 2.1875rem;
    left: auto;
    display: block;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    background: #78BE21 url(/themes/Hannibal/assets/dist/images/icn-arrow-down-white.svg) no-repeat;
    background-position: center;
    border-radius: 50%;
    content: "";
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
  }
}
@media all and (min-width: 1280px) {
  ._txr-results-container ._txr-module-list .filter-dropdown-toggle {
    display: none;
  }
}
@media all and (max-width: 800px) {
  ._txr-results-container ._txr-module-list li {
    display: block;
    margin: 0;
  }
}
._txr-results-container ._txr-module-list li:not(.filter-dropdown-toggle) {
  position: relative;
  max-height: 0;
  margin: 0 4px 0 0;
  margin: 0 0.25rem 0 0;
  overflow: hidden;
  background: #dee3e5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
@media all and (min-width: 1280px) {
  ._txr-results-container ._txr-module-list li:not(.filter-dropdown-toggle) {
    max-height: none;
    overflow: visible;
    background: transparent;
    opacity: 1;
    visibility: visible;
  }
}
._txr-results-container ._txr-module-list li::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: calc(100% - 40px);
  width: calc(100% - 2.5rem);
  height: 2px;
  height: 0.125rem;
  background: #c9d0d5;
  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 800px) {
  ._txr-results-container ._txr-module-list li::before {
    display: none;
  }
}
._txr-results-container ._txr-module-list li::after {
  position: absolute;
  left: 0;
  height: 5px;
  height: 0.3125rem;
  content: "";
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}

.working {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 56;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  -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;
}
.working.hide {
  display: none;
}
.working__msg svg {
  min-width: 470px;
  min-width: 29.375rem;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.working__msg svg .ekg {
  fill: none;
  stroke: #78be21;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: miter;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  opacity: 0;
  -webkit-animation: ekg 1.5s linear forwards infinite;
          animation: ekg 1.5s linear forwards infinite;
}

@-webkit-keyframes ekg {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 2000;
  }
  99% {
    stroke-dashoffset: 3000;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}

@keyframes ekg {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 2000;
  }
  99% {
    stroke-dashoffset: 3000;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
.team-list .cta-card,
.testimonial-list .cta-card {
  border-bottom: 0;
}
.team-list .cta-card__content,
.testimonial-list .cta-card__content {
  text-align: center;
}
.team-list .cta-card p.team-list__read-more,
.team-list .cta-card p.testimonial-list__read-more,
.testimonial-list .cta-card p.team-list__read-more,
.testimonial-list .cta-card p.testimonial-list__read-more {
  font-weight: 700;
  color: #498401;
}
.team-list .cta-card:hover p.team-list__read-more,
.team-list .cta-card:hover p.testimonial-list__read-more, .team-list .cta-card:focus p.team-list__read-more,
.team-list .cta-card:focus p.testimonial-list__read-more,
.testimonial-list .cta-card:hover p.team-list__read-more,
.testimonial-list .cta-card:hover p.testimonial-list__read-more,
.testimonial-list .cta-card:focus p.team-list__read-more,
.testimonial-list .cta-card:focus p.testimonial-list__read-more {
  color: #191919;
}
.team-list.video-list .cta-card__image:before,
.testimonial-list.video-list .cta-card__image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  background: transparent url("/themes/Atlas/assets/dist/images/_hannibal/video-play-icon.png") no-repeat center center;
  background-size: cover;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.team-list.video-list .cta-card__image img,
.testimonial-list.video-list .cta-card__image img {
  width: 100%;
  height: 290px;
  height: 18.125rem;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.team-list-carousel .splide__track {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
.team-list-carousel .splide__arrow--next {
  right: -45px;
  right: -2.8125rem;
}
.team-list-carousel .splide__arrow--prev {
  left: -45px;
  left: -2.8125rem;
}
.team-list-carousel .splide__pagination li::before {
  display: none;
}

.bmi-calculator {
  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;
  gap: 30px;
  gap: 1.875rem;
  padding: 20px 20px 0px 20px;
  padding: 1.25rem 1.25rem 0 1.25rem;
  margin: auto;
  max-width: 600px;
  max-width: 37.5rem;
  font-family: "Source Sans 3", sans-serif;
}
.bmi-calculator__title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.bmi-calculator__title::after {
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20rem;
  height: 5px;
  height: 0.3125rem;
  background: #78be21;
  border-radius: 0.1875rem;
  content: "";
}
.bmi-calculator__instructions {
  text-align: center;
  background: rgba(154, 164, 173, 0.25);
  padding: 20px;
  padding: 1.25rem;
  margin: 0;
  border-radius: 0.625rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #234b34;
  font-weight: 600;
}
.bmi-calculator__measurements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 365px) {
  .bmi-calculator__measurements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    gap: 0.625rem;
  }
}
.bmi-calculator__weight {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media (max-width: 500px) and (min-width: 365px) {
  .bmi-calculator__weight {
    width: 40%;
  }
}
@media (max-width: 365px) {
  .bmi-calculator__weight {
    width: 100%;
  }
}
.bmi-calculator__height {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media (max-width: 500px) and (min-width: 365px) {
  .bmi-calculator__height {
    width: 60%;
  }
}
@media (max-width: 365px) {
  .bmi-calculator__height {
    width: 100%;
  }
}
.bmi-calculator__input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
}
.bmi-calculator__input {
  height: 3.125rem;
  padding: 1.25rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border: 0.125rem solid #d7dadd;
  border-radius: 0.625rem;
}
.bmi-calculator__weight-input {
  width: 90px;
  width: 5.625rem;
}
.bmi-calculator__height-input-container {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bmi-calculator__height-input {
  width: 75px;
  width: 4.6875rem;
}
.bmi-calculator__btn-calculate {
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
}
.bmi-calculator__results {
  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;
  font-weight: 700;
}
.bmi-calculator__results-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  text-align: center;
  padding: 0.4em 15px;
  padding: 0.4em 0.9375rem;
  background: #e9eaeb;
  border-bottom: 1px solid #ccc;
  border-bottom: 0.0625rem solid #ccc;
}
.bmi-calculator__result {
  text-align: center;
  background: #243b34;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 15px;
  padding: 0.9375rem;
  color: white;
}
.bmi-calculator__results-column {
  width: 50%;
  font-size: 16px;
  font-size: 1rem;
}
.bmi-calculator__results-header {
  background: #757575;
  color: white;
}
.bmi-calculator__results-category {
  color: #3e3e3e;
}
.bmi-calculator__results-category--active {
  background: #78be21;
}

body.subpage-featured-content .banner-wrapper .banner::after,
body.weight-management .banner-wrapper .banner::after {
  display: none;
}
body.subpage-featured-content .banner-wrapper .banner img,
body.weight-management .banner-wrapper .banner img {
  -o-object-position: center;
     object-position: center;
  padding-bottom: 0;
}
body.subpage-featured-content .breadcrumbs,
body.weight-management .breadcrumbs {
  position: absolute;
  bottom: 0;
  z-index: 9;
}
@media all and (min-width: 1280px) {
  body.subpage-featured-content .breadcrumbs,
  body.weight-management .breadcrumbs {
    bottom: -3px;
    bottom: -0.1875rem;
  }
}
body.subpage-featured-content .page-heading.wm,
body.weight-management .page-heading.wm {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 30px;
  padding: 1.875rem;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media all and (min-width: 1280px) {
  body.subpage-featured-content .page-heading.wm,
  body.weight-management .page-heading.wm {
    padding: 40px 0;
    padding: 2.5rem 0;
    width: 1160px;
    width: 72.5rem;
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
body.subpage-featured-content .page-heading.wm h1,
body.subpage-featured-content .page-heading.wm span,
body.weight-management .page-heading.wm h1,
body.weight-management .page-heading.wm span {
  margin-bottom: 0;
  line-height: 38px;
  line-height: 2.375rem;
}
body.subpage-featured-content .content-sidebar-layout,
body.weight-management .content-sidebar-layout {
  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;
}
@media all and (min-width: 980px) {
  body.subpage-featured-content .content-sidebar-layout,
  body.weight-management .content-sidebar-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.subpage-featured-content .content-sidebar-layout .sidebar,
body.weight-management .content-sidebar-layout .sidebar {
  padding: 40px 0 0;
  padding: 2.5rem 0 0;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (min-width: 980px) {
  body.subpage-featured-content .content-sidebar-layout .sidebar,
  body.weight-management .content-sidebar-layout .sidebar {
    position: relative;
    min-width: 340px;
    min-width: 21.25rem;
    max-width: 340px;
    max-width: 21.25rem;
    padding: 90px 60px 100px 0;
    padding: 5.625rem 3.75rem 6.25rem 0;
    margin-right: 81px;
    margin-right: 5.0625rem;
    z-index: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  body.subpage-featured-content .content-sidebar-layout .sidebar::before,
  body.weight-management .content-sidebar-layout .sidebar::before {
    content: "";
    position: absolute;
    top: 40px;
    top: 2.5rem;
    bottom: 0;
    left: calc(-50vw + 50%);
    right: 100%;
    width: calc(50vw - 50% + 100%);
    height: 700px;
    height: 43.75rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 164, 174, 0.3)), to(rgba(152, 164, 174, 0)));
    background-image: -o-linear-gradient(top, rgba(152, 164, 174, 0.3) 0%, rgba(152, 164, 174, 0) 100%);
    background-image: linear-gradient(180deg, rgba(152, 164, 174, 0.3) 0%, rgba(152, 164, 174, 0) 100%);
    border-top-right-radius: 60px;
    border-top-right-radius: 3.75rem;
    z-index: -1;
  }
}
body.subpage-featured-content .content-sidebar-layout .content-section,
body.weight-management .content-sidebar-layout .content-section {
  position: relative;
  padding: 40px 0 100px;
  padding: 2.5rem 0 6.25rem;
  background: #fff;
}
@media all and (min-width: 980px) {
  body.subpage-featured-content .content-sidebar-layout .content-section,
  body.weight-management .content-sidebar-layout .content-section {
    padding-top: 80px;
    padding-top: 5rem;
    width: calc(100% - 421px);
    width: calc(100% - 26.3125rem);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
body.subpage-featured-content .featured-content,
body.weight-management .featured-content {
  width: 100%;
  padding-top: 15px;
  padding-top: 0.9375rem;
  margin: 0 auto;
}
body.weight-management__subpage .featured-content {
  padding-top: 0;
}

body.subpage-featured-content .featured-content .highlighted-box.quick-links,
body.weight-management .featured-content .highlighted-box.quick-links {
  position: relative;
  padding-bottom: 0;
}
body.subpage-featured-content .featured-content .highlighted-box.quick-links.fullwidth,
body.weight-management .featured-content .highlighted-box.quick-links.fullwidth {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
body.subpage-featured-content .featured-content .highlighted-box.quick-links.green,
body.weight-management .featured-content .highlighted-box.quick-links.green {
  color: #003326;
  background: #78be21;
}
body.subpage-featured-content .featured-content .highlighted-box.quick-links .grid,
body.weight-management .featured-content .highlighted-box.quick-links .grid {
  width: auto;
  max-width: calc(100% - 80px);
  max-width: calc(100% - 5rem);
  margin: 0 auto;
  width: 1360px;
  width: 85rem;
}
@media all and (min-width: 800px) {
  body.subpage-featured-content .featured-content .highlighted-box.quick-links .grid,
  body.weight-management .featured-content .highlighted-box.quick-links .grid {
    max-width: calc(100% - 160px);
    max-width: calc(100% - 10rem);
  }
}
body.subpage-featured-content .featured-content .highlighted-box.quick-links p,
body.weight-management .featured-content .highlighted-box.quick-links p {
  margin-bottom: 0;
}
body.subpage-featured-content .featured-content .highlighted-box.quick-links .button,
body.weight-management .featured-content .highlighted-box.quick-links .button {
  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;
  width: 100%;
  max-width: 325px;
  max-width: 20.3125rem;
  min-height: 70px;
  min-height: 4.375rem;
  border-radius: 15px;
  border-radius: 0.9375rem;
  margin-bottom: 0;
}
body.subpage-featured-content .featured-content .highlighted-box.quick-links .column,
body.weight-management .featured-content .highlighted-box.quick-links .column {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
  margin: 0;
}
body.subpage-featured-content h1,
body.weight-management h1 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 50px;
  line-height: 3.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
body.subpage-featured-content p,
body.weight-management p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
}
body.subpage-featured-content .splide__track,
body.weight-management .splide__track {
  padding: 30px 40px 30px 30px !important;
  padding: 1.875rem 2.5rem 1.875rem 1.875rem !important;
}
body.subpage-featured-content .splide .ic-text p,
body.subpage-featured-content .splide .ic-text > div,
body.weight-management .splide .ic-text p,
body.weight-management .splide .ic-text > div {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 15px 5px;
  margin: 0 0.9375rem 0.3125rem;
}
body.subpage-featured-content .splide__pagination li,
body.weight-management .splide__pagination li {
  padding-left: 5px;
  padding-left: 0.3125rem;
}
body.subpage-featured-content .splide__pagination li::before,
body.weight-management .splide__pagination li::before {
  display: none;
}
body.subpage-featured-content .splide__arrows,
body.weight-management .splide__arrows {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
body.subpage-featured-content .splide__arrow--prev,
body.weight-management .splide__arrow--prev {
  left: -10px;
  left: -0.625rem;
}
body.subpage-featured-content .splide__arrow--next,
body.weight-management .splide__arrow--next {
  right: 0;
}

.dots,
.splide__pagination {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 100%;
  text-align: right;
  padding: 0;
  padding: 20px 0 10px;
  padding: 1.25rem 0 0.625rem;
  z-index: 1;
  text-indent: 0;
}
.dots span,
.dots .splide__pagination__page,
.splide__pagination span,
.splide__pagination .splide__pagination__page {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px 0 0;
  margin: 0 0.4375rem 0 0;
  border-radius: 50%;
  background: #ccc;
  text-decoration: none;
  font-size: 0px;
  font-size: 0;
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dots span.cycle-pager-active, .dots span.active, .dots span.is-active,
.dots .splide__pagination__page.cycle-pager-active,
.dots .splide__pagination__page.active,
.dots .splide__pagination__page.is-active,
.splide__pagination span.cycle-pager-active,
.splide__pagination span.active,
.splide__pagination span.is-active,
.splide__pagination .splide__pagination__page.cycle-pager-active,
.splide__pagination .splide__pagination__page.active,
.splide__pagination .splide__pagination__page.is-active {
  background: #78be21;
  color: transparent;
  font-size: 0px;
  font-size: 0;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.subpage.news .news-detail {
  margin-bottom: 185px;
  margin-bottom: 11.5625rem;
}
.subpage .news-posts {
  margin-top: 0;
}
.subpage .news-detail-headline {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #003326;
}
.subpage .news-detail-date {
  font-style: normal;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  color: #4e8c01;
  text-indent: 50px;
  text-indent: 3.125rem;
  white-space: nowrap;
}
.subpage .news-detail-date:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background: #78be21 url("/themes/Hannibal/assets/dist/images/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%);
}
.subpage hr {
  margin: 55px 0 45px 0;
  margin: 3.4375rem 0 2.8125rem 0;
}
.subpage .news-detail-image {
  float: right;
  width: 320px;
  width: 20rem;
  max-width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-left: 60px;
  margin-left: 3.75rem;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.625rem;
}

.news-search {
  display: none;
}

.news-post {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 20px;
  padding: 1.25rem;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2.1875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2.1875rem rgba(0, 0, 0, 0.1);
  text-decoration: none;
  border-bottom: 0;
}
@media all and (min-width: 1028px) {
  .news-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-post:hover, .news-post:focus {
  text-decoration: none;
}
.news-post:hover .news-post-details .news-post-headline, .news-post:focus .news-post-details .news-post-headline {
  color: #243b34;
}
.news-post:hover .news-post-details .news-post-read-more, .news-post:focus .news-post-details .news-post-read-more {
  color: #4e8c01;
  border-color: #78be21;
}
.news-post .news-post-image {
  width: 100%;
}
@media all and (min-width: 1028px) {
  .news-post .news-post-image {
    max-width: 320px;
    max-width: 20rem;
    min-width: 320px;
    min-width: 20rem;
    min-height: 220px;
    min-height: 13.75rem;
  }
}
.news-post .news-post-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border-radius: 0.625rem;
}
.news-post .news-post-date {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  color: #003326;
}
.news-post .news-post-details {
  right: 0;
  padding: 40px;
  padding: 2.5rem;
  overflow: hidden;
}
@media all and (min-width: 1028px) {
  .news-post .news-post-details {
    padding: 10px 10px 10px 40px;
    padding: 0.625rem 0.625rem 0.625rem 2.5rem;
  }
}
.news-post .news-post-details .news-post-headline {
  margin: 5px 0 10px 0;
  margin: 0.3125rem 0 0.625rem 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  color: #4E8C01;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-post .news-post-details .news-post-blurb {
  font-style: normal;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.news-post .news-post-details .news-post-blurb p {
  margin: 0;
}
.news-post .news-post-details .news-post-read-more {
  display: inline-block;
  padding: 9px 50px 11px;
  padding: 0.5625rem 3.125rem 0.6875rem;
  border: 2px solid #d7dadd;
  border: 0.125rem solid #d7dadd;
  border-radius: 100px;
  border-radius: 6.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #498401;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

: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);
}

.timeline .tabs .timeline-label {
  font-style: normal;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media all and (min-width: 1280px) {
  .timeline .tabs .timeline-label {
    display: none;
  }
}
.timeline .tabs .tab-label {
  border: 2px solid #E3E7EB;
  border: 0.125rem solid #E3E7EB;
  border-radius: 10px;
  border-radius: 0.625rem;
  padding: 15px;
  padding: 0.9375rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
.timeline .tabs .tab-label::before {
  display: none;
}
.timeline .tabs .tab-label::after {
  top: 7px;
  top: 0.4375rem;
  right: 5px;
  right: 0.3125rem;
}
.timeline .tabs .tab-content {
  padding: 30px 0 !important;
  padding: 1.875rem 0 !important;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.timeline .tabs .tab-content .time-snippet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  overflow: hidden;
  background: #eaedee;
  border-radius: 10px;
  border-radius: 0.625rem;
}
.timeline .tabs .tab-content .time-snippet:nth-child(odd) .year {
  background: #243b34;
}
.timeline .tabs .tab-content .time-snippet:nth-child(odd) .year p {
  color: #78be21;
}
.timeline .tabs .tab-content .time-snippet .year {
  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;
  max-width: 160px;
  max-width: 10rem;
  min-width: 160px;
  min-width: 10rem;
  font-weight: bold;
  text-align: center;
  background: #78be21;
}
.timeline .tabs .tab-content .time-snippet .year p {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #243b34;
}
.timeline .tabs .tab-content .time-snippet .timeline-image {
  float: right;
  max-width: 240px;
  max-width: 15rem;
  margin: -20px -20px 20px 20px;
  margin: -1.25rem -1.25rem 1.25rem 1.25rem;
}
.timeline .tabs .tab-content .time-snippet .time-content {
  width: 100%;
  padding: 60px 30px 30px;
  padding: 3.75rem 1.875rem 1.875rem;
}
@media all and (min-width: 1280px) {
  .timeline .tabs .tab-content .time-snippet .time-content {
    padding: 60px;
    padding: 3.75rem;
  }
}
.timeline .tabs .tab-content .time-snippet .time-content h2 {
  margin: 0 0 5px 0;
  margin: 0 0 0.3125rem 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 24px;
  line-height: 1.5rem;
}
.timeline .tabs .tab-content .time-snippet .time-content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-nav p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #98a4ae;
  text-transform: uppercase;
  opacity: 0.9;
}
.tab-nav .prev-tab {
  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;
  cursor: default;
}
.tab-nav .prev-tab p {
  margin-left: 10px;
  margin-left: 0.625rem;
}
.tab-nav .prev-tab svg path {
  opacity: 0.35;
  fill: #98a4ae;
}
.tab-nav .prev-tab.has-prev {
  cursor: pointer;
}
.tab-nav .prev-tab.has-prev:hover, .tab-nav .prev-tab.has-prev:focus {
  text-decoration: underline;
}
.tab-nav .prev-tab.has-prev p {
  color: #333;
  opacity: 1;
}
.tab-nav .prev-tab.has-prev svg path {
  opacity: 1;
  fill: #78be21;
}
.tab-nav .next-tab {
  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-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  cursor: default;
}
.tab-nav .next-tab p {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.tab-nav .next-tab svg path {
  opacity: 0.35;
  fill: #98a4ae;
}
.tab-nav .next-tab.has-next {
  cursor: pointer;
}
.tab-nav .next-tab.has-next:hover, .tab-nav .next-tab.has-next:focus {
  text-decoration: underline;
}
.tab-nav .next-tab.has-next p {
  color: #333;
  opacity: 1;
}
.tab-nav .next-tab.has-next svg path {
  opacity: 1;
  fill: #78be21;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  min-height: 0.0625rem;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  height: 5rem;
  width: 80px;
  width: 5rem;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-left: -2.5rem;
  margin-top: -40px;
  margin-top: -2.5rem;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px;
  margin: 0.3125rem;
  padding: 4px 7px;
  padding: 0.25rem 0.4375rem;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  border-radius: 0.1875rem;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  margin: 5px 7px;
  margin: 0.3125rem 0.4375rem;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border-radius: 1.875rem;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.sidebar {
  padding: 40px 0 0;
  padding: 2.5rem 0 0;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (min-width: 980px) {
  .sidebar {
    position: relative;
    min-width: 340px;
    min-width: 21.25rem;
    max-width: 340px;
    max-width: 21.25rem;
    padding: 90px 60px 100px 0;
    padding: 5.625rem 3.75rem 6.25rem 0;
    margin-right: 81px;
    margin-right: 5.0625rem;
    z-index: 1;
  }
  .sidebar::before {
    content: "";
    position: absolute;
    top: 40px;
    top: 2.5rem;
    bottom: 0;
    left: calc(-50vw + 50%);
    right: 100%;
    width: calc(50vw - 50% + 100%);
    height: 700px;
    height: 43.75rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 164, 174, 0.3)), to(rgba(152, 164, 174, 0)));
    background-image: -o-linear-gradient(top, rgba(152, 164, 174, 0.3) 0%, rgba(152, 164, 174, 0) 100%);
    background-image: linear-gradient(180deg, rgba(152, 164, 174, 0.3) 0%, rgba(152, 164, 174, 0) 100%);
    border-top-right-radius: 60px;
    border-top-right-radius: 3.75rem;
    z-index: -1;
  }
}