﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
  color: #0D7A43;
}
a:hover {
  text-decoration: underline;
}

h1 {
  margin-bottom: 25px;
  line-height: 43px;
  font-size: 36px;
  font-weight: 500;
  color: rgb(157, 140, 132);
}
@media (min-width: 992px) {
  h1 {
    font-size: 55px;
    line-height: 57px;
  }
}

* {
  box-sizing: border-box;
}

.img-fluid {
  display: block;
  width: 100%;
}

.read-more {
  color: #0D7A43;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-popup {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #0D7A43;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 27px;
  cursor: pointer;
}
.btn-popup-video {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 33px;
  /*background-image: url('/img/ic-video.png');*/
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
}

.about p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

@media only screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.text-center {
  text-align: center;
}

.bottom-pagination {
  border-top: 1px solid #0D7A43;
}

.mobile-phone-link {
  padding: 10px 0;
}

address {
  font-style: normal;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.responsive-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  /*background: transparent url(../../src/images/play_btn.png) center center no-repeat;*/
  background-size: 35%;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-image img {
  width: 100% !important;
  height: auto !important;
}

.image-lightbox img {
  width: 100% !important;
  height: auto !important;
}

#bottom-menu {
  /*    .menu-search-section-item {
      transition: all .7s ease-in;
  }

  .bottom-menu-items {
      transition: all .4s ease-in;
  }

  svg {
      transition: all .4s ease-in;
  }*/
}
#bottom-menu.scrolled {
  /*        svg {
      width: 70%;
      height: 70%;
      margin-top: -20px;
  }*/
  /*        .bottom-menu-items {
      flex-direction: row;
  }*/
}
#bottom-menu.scrolled .header-logo {
  height: 35px;
  margin-top: 4px;
  margin-bottom: 4px;
}
#bottom-menu.scrolled .search-btn {
  position: absolute;
  left: -9999px;
}
#bottom-menu.scrolled .menu-search-section-item {
  height: 0;
  transform: scale(1, 0);
}
#bottom-menu.scrolled .bottom-menu-items {
  margin-top: 8px;
}
#bottom-menu .menu-search-section-item {
  transition: all 0.4s ease-in;
}
#bottom-menu .header-logo {
  height: 65px;
  transition: all 0.4s ease-in;
}
#bottom-menu .bottom-menu-items {
  transition: all 0.4s ease-in;
}

.search-btn {
  cursor: pointer;
}

/*#main-carousel {
  display: none;
  @media (min-width: 768px) {
    display: block;
  }
}*/
.swiper-wrapper {
  max-height: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide {
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

.swiper-pagination {
  justify-content: flex-end;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  background-clip: border-box;
  box-sizing: border-box;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.map {
  overflow: hidden;
  position: relative;
  height: 360px;
  width: 100%;
}
.map .map-holder,
.map .map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.map .map-holder .gm-map-label {
  margin-right: 15px;
}
.map .map-holder .gm-map-label-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.map .map-holder .gm-map-label-text {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

.main-content {
  order: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .main-content {
    order: 2;
  }
}
.main-content h2 {
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #0D7A43;
}
@media (min-width: 992px) {
  .main-content h2 {
    font-size: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.main-content h3 {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.main-content h4 {
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.main-content p {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
.main-content ul, .main-content ol {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
}
.main-content ul li, .main-content ol li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-left: 1.25rem;
}
.main-content ul {
  list-style-type: disc;
}
.main-content ul ul {
  list-style-type: "-";
  padding-left: 15px;
}
.main-content ul ul li {
  padding-left: 15px;
}
.main-content ol {
  list-style-type: decimal;
}
.main-content ol li {
  padding-left: 15px;
}
.main-content b, .main-content strong {
  font-weight: bolder;
}
.main-content a {
  text-decoration-line: underline;
}

.banner {
  display: none;
}
@media (min-width: 768px) {
  .banner {
    display: block;
  }
}
.banner-wrapper {
  position: relative;
  height: 100%;
}
.banner-wrapper .banner-img {
  height: 470px;
}
.banner-wrapper .banner-img img {
  height: 100%;
  object-fit: cover;
}
.banner-img {
  position: relative;
  display: block;
}
.banner-img::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.banner-caption {
  display: flex;
  align-items: center;
  min-height: 100px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.56);
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 11px;
  color: #fff;
  text-align: left;
}
.banner .banner-title, .banner h5.banner-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  color: #ffffff;
}
.banner .banner-subtitle, .banner p.banner-subtitle {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 18px;
  font-family: "Quicksand", sans-serif;
}

.services {
  padding-bottom: 15px;
}
@media (min-width: 767px) {
  .services {
    padding-top: 68px;
    padding-bottom: 0;
  }
}

.service {
  margin-bottom: 25px;
}
.service .service-img {
  display: block;
  margin-bottom: 3px;
}
.service .service-title {
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: rgb(157, 140, 132);
}
.service .service-title a {
  color: rgb(157, 140, 132);
  text-decoration: none;
}
.service .service-title a:hover {
  color: #0D7A43;
  text-decoration: none;
}
.service .read-more {
  display: none;
}
@media (min-width: 576px) {
  .service .service-divider {
    margin-bottom: 20px;
    border-top: 2px solid #0D7A43;
  }
  .service .service-item {
    padding-bottom: 46px;
  }
  .service .service-img {
    margin-bottom: 19px;
  }
  .service .read-more {
    display: inline;
    color: #0D7A43;
  }
}

.section {
  padding-top: 28px;
  padding-bottom: 34px;
}
.section-title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: normal;
  color: #0D7A43;
}
.section-grey {
  background-color: rgba(157, 140, 132, 0.25);
}
@media (min-width: 576px) {
  .section {
    padding-top: 34px;
    padding-bottom: 42px;
  }
}

.aside {
  /*    display: flex;
      flex-flow: column;
      order: 2;*/
  /*    @media (min-width: 992px) {
          max-width: 305px;


          & + .main-content {
              margin-left: 27px;
          }

          &-nav {
              order: 2;
          }
      }*/
}
.aside-title {
  color: #0D7A43;
}
.aside-nav {
  /*        order: 2;

          @media (min-width: 450px) {
              min-width: 304px;
          }*/
}
.aside-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
.aside-menu li {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  line-height: 36px;
}
.aside-menu li .dropdown-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-menu li.open > a {
  color: #0D7A43;
}
.aside-menu li.open > a.has-submenu::before {
  content: "-";
}
.aside-menu li.open .dropdown-menu {
  display: block;
}
.aside-menu li.active > a {
  color: #0D7A43;
  background-color: #e6e2e0;
}
.aside-menu li a {
  display: block;
  text-decoration: none;
  color: rgb(157, 140, 132);
}
.aside-menu li a.has-submenu::before {
  content: "+";
  display: inline-block;
  margin-right: 6px;
}
.aside-menu li a.has-submenu + .dropdown-menu li a {
  padding-left: 35px;
}
.aside-menu li a.has-submenu + .dropdown-menu li a:hover {
  background-color: rgba(157, 140, 132, 0.2);
  color: #0D7A43;
}

.promo {
  order: 1;
  min-width: 304px;
  margin-bottom: 35px;
  padding: 26px 18px 26px 18px;
}
.promo.green-light {
  background-color: #0D7A43;
  color: #fff;
}
.promo-title {
  color: inherit;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
}
.promo ul {
  margin: 25px 0;
  padding-left: 20px;
}
.promo ul li + li {
  margin-top: 20px;
}
.promo input[type=text], .promo select {
  width: 100%;
}
@media (min-width: 992px) {
  .promo {
    order: 2;
  }
}
@media (min-width: 768px) {
  .promo {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .promo {
    margin-top: 30px;
  }
}

.content {
  display: flex;
  flex-flow: column;
}
.content-thumbnail img {
  width: 100%;
}
.image-right-align {
  float: right;
  display: block;
  margin-right: 0;
  margin-left: 20px;
  margin-bottom: 10px;
}

.image-left-align {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 10px;
}

.content-section .content-el p {
  margin-bottom: 10px;
}
.content-section .content-el p {
  font-family: OpenSans, sans-serif;
  font-size: inherit;
  margin-bottom: 11px;
}
.content-section .content-el ul, .content-section .content-el ol {
  font-family: OpenSans, sans-serif;
  font-size: inherit;
}
.content-section .content-el ul li, .content-section .content-el ol li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-left: 1.25rem;
}
.content-section .content-el ul {
  list-style-type: disc;
}
.content-section .content-el ul ul {
  list-style-type: "-";
  padding-left: 15px;
}
.content-section .content-el ul ul li {
  padding-left: 15px;
}
.content-section .content-el ol {
  list-style-type: decimal;
}
.content-section .content-el ol li {
  padding-left: 15px;
}
.content-section .content-el b, .content-section .content-el strong {
  font-weight: bolder;
}
.content-section .content-el a {
  text-decoration-line: underline;
}

.colored-box {
  margin-top: 25px;
  padding: 25px;
  clear: both;
  background-color: #0D7A43;
  color: #ffffff;
  display: flex;
}
.colored-box h2, .colored-box h3, .colored-box h4, .colored-box h5, .colored-box h6, .colored-box p {
  color: #ffffff;
}
.colored-box a {
  color: #ffffff;
  text-decoration: underline;
}
.colored-box h2, .colored-box h3, .colored-box h4, .colored-box h5, .colored-box h6 {
  margin-top: 0;
}
.colored-box.bg-grey {
  background-color: rgba(157, 140, 132, 0.2);
  color: #000000;
}
.colored-box.bg-grey p {
  color: #000000;
}
.colored-box.bg-grey h2, .colored-box.bg-grey h3, .colored-box.bg-grey h4, .colored-box.bg-grey h5, .colored-box.bg-grey h6 {
  color: #0D7A43 !important;
}
.colored-box.bg-grey a {
  color: #0D7A43;
}
.colored-box.bg-green {
  background-color: #0D7A43;
  color: #ffffff;
}
.colored-box.bg-green h2, .colored-box.bg-green h3, .colored-box.bg-green h4, .colored-box.bg-green h5, .colored-box.bg-green h6, .colored-box.bg-green p {
  color: #ffffff;
}
.colored-box.bg-green a {
  color: #ffffff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .colored-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.colored-box .image-left-align {
  margin-bottom: 0;
}

label {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 29px;
}

.select select {
  display: block;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 21.5px;
  background-color: #fff;
  border: 0.25px solid #000;
  /*color: $grey;*/
  font-size: 18px;
}

.select {
  position: relative;
}
.select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #0D7A43 transparent transparent transparent;
}

.select-filter {
  position: relative;
  display: inline-block;
}
.select-filter select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 30px;
  padding: 0 26px 0 10px;
  border: 1px solid #0D7A43;
  color: #0D7A43;
}
.select-filter::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #0D7A43 transparent transparent transparent;
}

.search-provider {
  margin-top: 15px;
}
.search-provider .btn {
  margin-top: 20px;
}
.search-provider [type=submit].btn-grey {
  background-color: rgb(157, 140, 132);
  color: #000000;
}

.form-filter {
  color: #0D7A43;
  margin-top: 35px;
  padding-top: 25px;
  padding-bottom: 40px;
  border-top: 2px solid #0D7A43;
}
.form-filter label {
  display: inline-block;
  text-transform: none;
}

.patient-forms-categories .select-filter {
  width: 100%;
  margin-bottom: 50px;
}
.patient-forms-categories select {
  width: 100%;
  height: 51px;
  font-size: 18px;
}

.table-documents {
  font-size: 18px;
}
.table-documents > div {
  border-top: 1px solid #0D7A43;
  min-height: 51px;
}
.table-documents .row {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.table-documents .row > div:not(:first-child) {
  text-align: center;
}
.table-documents .table-header {
  font-weight: 700;
  display: none;
}
@media (min-width: 576px) {
  .table-documents .table-header {
    display: flex;
  }
}
.table-documents .category-name {
  background-color: #e6e2e0;
  padding-left: 18px;
}
.table-documents .document-name {
  padding-left: 18px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.search-heading {
  margin: 0;
  padding: 9px 0;
  background-color: rgba(157, 140, 132, 0.2);
  color: #0D7A43;
}

.provider {
  margin-bottom: 25px;
  padding-top: 25px;
}
.provider + .provider, .provider + .provider-info {
  padding-top: 25px;
  border-top: 2px solid #0D7A43;
}
.provider-info h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.provider-info h2 a {
  color: inherit;
}
.provider-info .accepting-new-patients {
  color: #0D7A43;
}
.provider-info address {
  font-style: normal;
}
.provider-info-group p {
  margin-bottom: 0;
}
.provider-info-group + .provider-info-group {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .provider-info h2 {
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .provider-info {
    padding-right: 0;
  }
}
.provider-info + .provider-info {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 2px solid #0D7A43;
}
.provider-contact p {
  margin-bottom: 0;
}

.provider-photo {
  max-width: 240px;
}

.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .footer-info {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
@media (min-width: 576px) {
  .footer {
    font-size: 16px;
    line-height: 27px;
  }
  .footer a {
    color: #0D7A43;
    text-decoration: none;
  }
  .footer a:hover {
    text-decoration: underline;
  }
  .footer-info {
    padding-top: 48px;
    padding-bottom: 23px;
  }
}
@media (max-width: 575px) {
  .footer {
    font-size: 11px;
    line-height: 18px;
  }
  .footer a {
    color: #000;
  }
}

.contact-info {
  font-style: normal;
}
.contact-info p {
  padding-bottom: 8px;
}
.contact-info-title {
  font-size: 16px;
  font-family: Oswald, sans-serif;
  padding-bottom: 16px;
  margin: 0;
}
.contact-info + .contact-info {
  margin-top: 15px;
}

.accordion {
  color: #000000;
  line-height: 36px;
  font-size: 18px;
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}
.accordion.active, .accordion:hover {
  color: #0D7A43;
  background-color: #e6e2e0;
}
.accordion:before {
  content: "+";
  position: absolute;
  font-size: 18px;
  color: #777;
  left: 5px;
  top: -1px;
}
.accordion.active:before {
  content: "-";
}

.accordion-panel {
  padding: 0 22px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  opacity: 0;
  margin-top: 18px;
  margin-bottom: 18px;
  position: absolute;
  left: -9999px;
}
.accordion-panel.show {
  opacity: 1;
  max-height: 2500px;
  position: static;
}

._form input[type=text] {
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 0.5em 0;
  border-radius: 0;
}
._form input[type=checkbox], ._form input[type=radio] {
  margin-right: 5px;
  margin-top: 1px\9 ;
  line-height: normal;
  display: inline;
  height: auto;
  appearance: auto;
}
._form input::after {
  content: "";
  display: table;
  clear: both;
}
._form ._checkbox-radio {
  margin-left: 16px;
}
._form ._checkbox-radio label {
  display: inline;
}
._form ._form-label, ._form label {
  font-size: 18px;
  color: #00652f;
  font-weight: normal;
  margin-top: 14px;
}
._form select {
  margin: 3px 0 0 0;
  font-size: 18px;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  background: url(/images/select1.png) no-repeat right #fff;
  background-size: 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  background-position: 97%;
  padding: 3px 10% 6px 12px;
  border: 1px solid #00652f;
  height: 51px;
  line-height: 1.42857143;
  color: #555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
._form textarea {
  z-index: auto;
  position: relative;
  line-height: 25.7143px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  transition: none 0s ease 0s;
  background: transparent;
  font-size: 18px;
  max-width: 100%;
  width: 100%;
  height: 120px;
  border: 1px solid #00652f;
  padding: 6px 12px;
  color: #555;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 0.5em 0;
}
._form ._submit {
  background-color: #D1D1D2;
  font-size: 18px;
  color: #000000;
  border-radius: 0;
  padding: 12px 20px;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
}
._form ._button-wrapper._full_width ._submit {
  width: 100%;
}
._form ._error-inner {
  color: #f5821f;
}
._form input[type=text].input-validation-error._has_error {
  background: none;
  border-color: #f5821f;
  margin-bottom: 0;
}

.our-care-team h2 {
  margin-top: 0;
}
.our-care-team .our-care-team-details {
  display: flex;
}
.our-care-team .our-care-team-details + .our-care-team-details {
  margin-top: 18px;
}
.our-care-team .our-care-team-name-title {
  margin-left: 18px;
}

.embed-video-play {
  position: absolute;
  width: 68px;
  height: 48px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.embed-video-play:hover {
  background-color: #f00;
}
.embed-video-play:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.responsive-video {
  position: relative;
}
.responsive-video > a {
  position: relative;
}

.element-Element_text table td, .element-Element_text table th {
  padding: 8px 26px;
  border: 1px solid #777;
}

.hero-video-homepage {
  background-color: black;
  padding-top: 119px;
  /*    @media (min-width: 767px) {
      min-height: 85vh;
  }*/
}
@media (min-width: 992px) {
  .hero-video-homepage {
    padding-top: 157px;
  }
}
.hero-video-homepage .background-video {
  position: relative;
  padding-bottom: 66.7%;
  height: 0;
}
@media (min-width: 900px) {
  .hero-video-homepage .background-video {
    /*  padding-bottom: 31.25%; */ /* 1920 x 600  */
    /*  padding-bottom: 56.25%; */ /* 1920 x 1080 */
    padding-bottom: 33.85%; /* 1920 x 650 33.85*/
    /*  padding-bottom: 35.16%; */ /* 1920 x 675 */
    /*  padding-bottom: 36.46%; */ /* 1920 x 700 */
    /*  padding-bottom: 41.66%; */ /* 1920 x 800 */
    /* ratio equals video height divided by 1920 multiplied by 100 e.g. 700/1920*100 = 36.46 padding-bottom: 36.46% */
  }
}
.hero-video-homepage video {
  background: transparent;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*        @media (min-width: 767px) {
      height: 80vh;
  }*/
  /*        @media (min-width: 1535px) {
      min-height: 460px;
      //min-height: 50vh;
  }*/
}

.content-el.video-wrap video {
  object-fit: fill;
  width: 100%;
}
.content-el .embed-responsive {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.content-el .embed-responsive img {
  position: absolute;
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
  cursor: pointer;
}
.content-el .embed-responsive iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.btn {
  width: 100%;
  height: 50px;
  border: none;
  cursor: pointer;
}
.btn-grey {
  background-color: rgb(157, 140, 132);
  color: #fff;
}

.main-content .pagination, .content-section .pagination {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 20px 0;
}
.main-content .pagination .current, .content-section .pagination .current {
  font-weight: bold;
}
.main-content .pagination > li, .content-section .pagination > li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-left: 1.25rem;
}
.main-content .pagination > li > a, .main-content .pagination > li > span, .content-section .pagination > li > a, .content-section .pagination > li > span {
  border: none;
  color: #0D7A43;
  padding: 0 5px;
  text-decoration: none;
}
.main-content .pagination > li > a:hover, .main-content .pagination > li > a:focus, .main-content .pagination > li > span:hover, .main-content .pagination > li > span:focus, .content-section .pagination > li > a:hover, .content-section .pagination > li > a:focus, .content-section .pagination > li > span:hover, .content-section .pagination > li > span:focus {
  background-color: #eee;
}

.location-map .map {
  height: 360px;
  width: 100%;
}

.our-locations {
  padding-top: 20px;
}
.our-locations h2 {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.our-locations address {
  font-style: normal;
}
.our-locations address p {
  margin: 0;
}
.our-locations .clinic {
  padding-top: 20px;
  padding-bottom: 10px;
}
.our-locations .clinic .clinic-image {
  max-width: 350px;
}

.at-this-location h4 {
  font-size: 24px;
}
.at-this-location address {
  padding-bottom: 5px;
}
.at-this-location .sublocation-title {
  margin-bottom: 5px;
}

.nav-tabs {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-tabs > li {
  padding-right: 10px;
}
.nav-tabs > li.active a {
  color: #0D7A43;
  background-color: #e6e2e0;
  margin: -5px;
  padding: 5px;
}
.nav-tabs > li.active a:hover {
  text-decoration: none;
  cursor: default;
}
.nav-tabs > li a span {
  color: rgb(157, 140, 132);
}
.nav-tabs > li + li {
  padding-right: 9px;
}
.nav-tabs > li + li:before {
  content: "|";
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

.search-results-tab ul {
  list-style-type: none;
}
.search-results-tab ul li {
  margin-left: 0;
}

.class-item {
  font-size: 18px;
  /*    .class-title {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin-bottom: 20px;

          h2 {
              margin: 0 0 15px 0;

              @media (min-width: 767px) {
                  margin: 0;
              }
          }

          p {
              margin: 0 0 15px 0;

              @media (min-width: 767px) {
                  margin: 0;
              }
          }
      }*/
}
.class-item .class-cover-picture {
  max-width: 308px;
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .class-item .class-cover-picture {
    max-width: 100%;
  }
}
.class-item .classes-category-register.bulk-button {
  max-width: 288px;
}

.classes-category-register.bulk-button {
  background-color: rgb(157, 140, 132);
  text-align: center;
  height: 41px;
}
@media (min-width: 767px) {
  .classes-category-register.bulk-button {
    max-width: 100%;
  }
}
.classes-category-register.bulk-button a {
  width: 100%;
  color: #ffffff;
  line-height: 39px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.class-details {
  font-size: 18px;
}
.class-details .class-datetime-box {
  padding-bottom: 15px;
}
.class-details .class-datetime-box p {
  margin: 0;
}
.class-details .class-image {
  padding-top: 20px;
  padding-bottom: 30px;
}
.class-details .date-month-calendar .month {
  border-radius: 10px 10px 0 0;
  width: 80px;
  line-height: 30px;
  background-color: #C63E39;
  text-align: center;
  color: #ffffff;
  border-bottom: 1px solid #C63E39;
  vertical-align: middle;
}
.class-details .date-month-calendar .days {
  border-radius: 0 0 10px 10px;
  width: 80px;
  font-size: 32px;
  line-height: 50px;
  background-color: #E8E8E8;
  text-align: center;
  vertical-align: middle;
}

.contact-us .map {
  height: 280px;
  width: 100%;
}

.widget.aside-widget {
  order: 1;
  min-width: 304px;
  max-width: 304px;
  margin-bottom: 35px;
  padding: 26px 18px 26px 18px;
  color: #fff;
}
@media (min-width: 767px) {
  .widget.aside-widget.islast {
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .widget.aside-widget {
    order: 2;
  }
}
.widget.aside-widget label {
  color: #fff;
}
.widget.aside-widget h1 a, .widget.aside-widget h2 a, .widget.aside-widget h3 a, .widget.aside-widget h4 a, .widget.aside-widget h5 a, .widget.aside-widget h6 a {
  color: #ffffff;
  text-decoration-line: none;
}
.widget.aside-widget a {
  color: #ffffff;
  text-decoration-line: underline;
}
.widget.aside-widget-title {
  color: inherit;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
}
.widget.aside-widget ul {
  margin: 25px 0;
  padding-left: 20px;
}
.widget.aside-widget ul li + li {
  margin-top: 20px;
}

.widget-providers {
  padding: 1px 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.widget-providers h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 26px;
  margin-top: 24px;
}
.widget-providers .provider-name {
  font-size: 18px;
}
.widget-providers .location {
  font-size: 16px;
}
.widget-providers .phone {
  font-size: 16px;
}
.widget-providers.bg-grey {
  background-color: #eee;
  color: #000000;
}
.widget-providers.bg-grey p {
  color: #000000;
}
.widget-providers.bg-grey h2, .widget-providers.bg-grey h3, .widget-providers.bg-grey h4, .widget-providers.bg-grey h5, .widget-providers.bg-grey h6 {
  color: #0D7A43 !important;
}
.widget-providers.bg-grey a {
  color: #0D7A43;
}
.widget-providers.bg-light-green {
  background-color: #0D7A43;
  color: #ffffff;
}
.widget-providers.bg-light-green h2, .widget-providers.bg-light-green h3, .widget-providers.bg-light-green h4, .widget-providers.bg-light-green h5, .widget-providers.bg-light-green h6, .widget-providers.bg-light-green p {
  color: #ffffff;
}
.widget-providers.bg-light-green a {
  color: #ffffff;
  text-decoration: underline;
}
.widget-providers.bg-green {
  background-color: #0D7A43;
  color: #ffffff;
}
.widget-providers.bg-green h2, .widget-providers.bg-green h3, .widget-providers.bg-green h4, .widget-providers.bg-green h5, .widget-providers.bg-green h6, .widget-providers.bg-green p {
  color: #ffffff;
}
.widget-providers.bg-green a {
  color: #ffffff;
  text-decoration: underline;
}

.widget-phone-directory .phone-wrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  align-items: baseline;
}
@media (min-width: 767px) {
  .widget-phone-directory .phone-wrap {
    flex-direction: row;
  }
}
.widget-phone-directory .phone-wrap h3 {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .widget-phone-directory .phone-wrap h3 {
    font-size: 36px;
  }
}
.widget-phone-directory .phone-wrap .phone-title {
  font-size: 18px;
  margin-bottom: 5px;
  flex: 0 0 60%;
  max-width: 60%;
}
.widget-phone-directory .phone-wrap .phone-line {
  font-size: 18px;
  flex: 0 0 40%;
  max-width: 40%;
}

.widget-brand {
  font-size: 18px;
}
.widget-brand h2 {
  font-size: 32px;
}

.widget-featured-providers {
  font-size: 18px;
}
.widget-featured-providers h2 {
  font-size: 32px;
}
.widget-featured-providers h3 {
  font-size: 28px;
}
.widget-featured-providers .photo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.widget.aside-widget.widget-raw-html {
  font-size: 18px;
}
.widget.aside-widget.widget-raw-html h2 {
  color: inherit;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
}
.widget.aside-widget.widget-raw-html h2 strong {
  font-weight: normal;
}
.widget.aside-widget.widget-raw-html h2 u {
  text-decoration: none;
}
.widget.aside-widget.widget-raw-html h3 {
  font-size: 20px;
}
.widget.aside-widget.widget-raw-html h3 strong {
  font-weight: normal;
}
.widget.aside-widget.widget-raw-html .widget-providers .widget-providers-container {
  flex-direction: column;
}
.widget.aside-widget.widget-raw-html .widget-providers .widget-providers-container .provider-container {
  flex: 0 0 100%;
  max-width: 278px;
}
.widget.aside-widget.widget-raw-html ul, .widget.aside-widget.widget-raw-html ol {
  list-style: disc;
  margin: 0;
}
.widget.aside-widget.widget-raw-html button._submit {
  font-family: Oswald, sans-serif;
  background-color: #E3E4E6;
  color: #000000;
}
.widget.aside-widget.widget-raw-html input {
  color: black;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/vendor/import/_normalize.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_general.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_variables.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_header.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_carousel.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/components/_google-map.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_main-content.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_banner.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/mixins/opacityBg.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_services.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/mixins/borderGreen.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_section.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_aside.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/mixins/unstyledList.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_content.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_coloredBox.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_form.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_provider.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_footer.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_accordion.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_activehosted-form.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_our-team.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_video.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/common/_tables.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/modules/hero_video.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/modules/element_video.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/components/_button.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/components/_pagination.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/components/_location.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/components/_tab.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/components/_classes.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/components/_contact-us.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/widgets/_widget.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/widgets/_widget-providers.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/widgets/_widget-phone-directory.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/widgets/_widget-brand.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/widgets/_widget-featured-providers.scss%22,%22file:///D:/Projects/Kevin/wch/wch-v13/wch/wch.cms/src/scss/widgets/_widget-raw-html.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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cqIF;;AAGJ;EACI;EACA;EACA;;;AC/IR;EACE;EACA;EACA;EACA,OfJM;;;AeOR;EACI;EACA;;AAEA;EAEI;EPXJ;;AOgBI;EACI;EACA;;AAEA;EACI;;AAIR;EACI,Of3BE;;Ae8BN;EACI;;AAIA;EACI;;AAIR;EACI;;AAGJ;EACI;IACI;;;AAIR;EAlCJ;IAmCQ;;;AAIR;EACI;EACA;EPxDJ;;AO6DI;EACI;;;AAKZ;EACI;;;ACrEA;EACI;;AAEA;EACI;;AAIR;EACI;IACI;IACA;;;AAIR;EAhBJ;IAiBQ;IACA;;EAEA;IACI,OhBrBJ;IgBsBI;;EAEA;IACI;;EAIR;IACI;IACA;;;AAIR;EAnCJ;IAoCQ;IACA;;EAEA;IACI;;;;AAKZ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;;AC5DR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,OjBTA;EiBUA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;ACzCJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKI;EACI;;AAKZ;EACI,OlBhHC;;AkBmHL;EACI;EACA,clBrHC;EkBsHD;;;AC3HJ;EACI;;AAGJ;EAC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%22%7D */