body {
  font-family: Roboto;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin-top: -80px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
}

.nav.nav-scroll {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  border-bottom: 1px solid #000;
  background-color: rgba(0, 0, 0, .75);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.nav.nav-scroll.homepage-nav-scroll {
  display: block;
}

.nav-container {
  width: 100%;
  height: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  background-image: url('../images/amber-dragon-header_1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-transform: none;
}

.hero-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.media-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #205b28;
  background-image: -webkit-linear-gradient(270deg, #0d540c, #0d540c);
  background-image: linear-gradient(180deg, #0d540c, #0d540c);
}

.wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  -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;
  text-align: center;
}

.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 15px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
  text-align: center;
}

.heading-1 {
  font-family: 'Cinzel Decorative', sans-serif;
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.subhead-1 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.paragraph-3 {
  max-width: 280px;
  font-size: 14px;
  line-height: 20px;
}

.icon {
  margin-top: 10px;
  margin-bottom: 40px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none hsla(0, 0%, 100%, .2);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}

.nav-link:hover {
  border-style: none;
  border-right-width: 1px;
  border-right-color: hsla(0, 0%, 100%, .2);
  border-left-width: 1px;
  border-left-color: hsla(0, 0%, 100%, .2);
  background-color: #2a7935;
  background-image: none;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.nav-link:active {
  overflow: visible;
}

.nav-link.w--current {
  border-style: none solid;
  border-right-width: 1px;
  border-right-color: hsla(0, 0%, 100%, .2);
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-left-width: 1px;
  border-left-color: hsla(0, 0%, 100%, .2);
  background-color: #000;
  background-image: none;
  color: #fff;
  font-size: 16px;
  text-transform: none;
}

.nav-link.w--current:hover {
  background-color: #000;
}

.nav-link.home-current-link.w--current {
  border-right: 1px solid hsla(0, 0%, 100%, .2);
  border-left: 1px solid hsla(0, 0%, 100%, .2);
  background-color: #000;
}

.hero-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #000;
  font-weight: 500;
}

.button:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
}

.class {
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px 5px;
  border-radius: 2px;
  background-color: #3b79c3;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
}

.benefits-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #205b28;
  background-image: none;
  color: #000;
}

.wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
}

.wrap-2.a {
  width: 100%;
  max-width: 990px;
}

.logos-section {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #34363b;
}

.logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0.19;
}

.left-1 {
  width: 65%;
  padding: 0px;
}

.right-1 {
  display: block;
  width: 35%;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.column-1-title {
  margin-bottom: 20px;
}

.left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.right-2 {
  width: 50%;
  padding: 50px 20px;
  text-align: left;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 990px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #34363b;
  background-image: url('../images/amber-dragon-footer.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.footer-top-wrap {
  display: block;
  width: 90%;
  max-width: 990px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-bottom {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  background-color: #111;
}

.footer-bottom-wrap {
  width: 80%;
}

.legal {
  margin-top: 20px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  color: #d1cdcd;
  font-size: 12px;
}

.testimonials-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  border-top: 5px solid #286630;
  border-bottom: 5px solid #286630;
  background-color: #163c1b;
  font-family: Lato, sans-serif;
  color: #fff;
}

.wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.column-wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.heading-3 {
  text-align: left;
}

.subhead-3 {
  margin-bottom: 40px;
  text-align: left;
}

.column-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-4 {
  margin-top: 30px;
}

.heading-2 {
  font-family: Roboto;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

.screenshot {
  border-radius: 3px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .2);
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
}

.caption-2 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.footer-logo {
  margin-top: 0px;
  margin-bottom: 0px;
}

.footer-link-wrap {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-link-wrap.footer-right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.footer-link {
  margin-left: 50px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.footer-link.w--current {
  margin-left: 50px;
}

.footer-link.footer-home-link {
  margin-left: 0px;
}

.footer-link.home-footer-link {
  margin-left: 0px;
}

.footer-link.home-footer-link.w--current {
  font-family: Lato, sans-serif;
}

.hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.caption-1 {
  max-width: 320px;
  margin-top: 20px;
  color: rgba(0, 0, 0, .5);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.customers-logo {
  margin: 10px;
}

.caption-4 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.caption-3 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
}

.heading-6 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 2px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  margin-left: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #3ea53e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
}

.button-2:hover {
  background-color: #fff;
  color: #3ea53e;
}

.button-2.orange-button {
  height: 50px;
  margin-top: 30px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e98024;
}

.button-2.orange-button:hover {
  background-color: #fff;
}

.button-2.orange-button.more-about-amber-button {
  width: 275px;
  margin-top: 0px;
  float: none;
  background-color: #e98024;
  font-family: Lato, sans-serif;
  text-align: left;
  letter-spacing: 2px;
}

.button-2.orange-button.more-about-amber-button:hover {
  background-color: #fff;
}

.button-2.mobile-button {
  float: left;
  background-color: #3ea53e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  text-decoration: none;
}

.button-2.mobile-button:hover {
  background-color: #fff;
}

.button-2.buy-packages-btn {
  margin-left: 0px;
  border: 1px none #fff;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #3ea53e;
  text-align: center;
}

.button-2.buy-packages-btn:hover {
  border-color: #0a4709;
  background-color: #3ea53e;
  background-image: none;
  color: #fff;
}

.get-in-touch {
  width: 100%;
  margin-bottom: 0px;
}

.get-in-touch.hours {
  margin-top: 20px;
}

.get-in-touch.hours.monthly-special {
  display: none;
}

.get-in-touch.section-2-column {
  height: 300px;
}

.get-in-touch.media {
  height: 264px;
}

.heading-7 {
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, .25);
  border-left: 1px solid hsla(0, 0%, 100%, .25);
  background-color: #e98024;
  background-image: none;
  background-position: 0px 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-7.sec-2-header-bg {
  height: 45px;
  border-top: 1px solid hsla(0, 0%, 100%, .5);
  border-left: 1px solid hsla(0, 0%, 100%, .25);
  background-color: #885485;
  background-image: none;
  background-position: 0px 0px;
}

.heading-7.wellness-heading-bg {
  border-bottom: 1px none #fff;
  border-radius: 0px;
  background-image: none;
  font-size: 18px;
}

.heading-7.services-heading {
  border-bottom: 1px none #fff;
  border-radius: 0px;
  background-image: none;
  background-position: 0px 0px;
  font-size: 18px;
}

.heading-7.packages-heading {
  border-bottom: 1px none #fff;
  border-radius: 0px;
  background-image: none;
  background-position: 0px 0px;
  font-size: 18px;
}

.div-block {
  padding: 5px 20px 10px 10px;
  background-color: #fff;
  text-align: center;
}

.div-block.monthly-special {
  overflow: visible;
  width: 100%;
  height: 219px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.div-block.monthly-special.media {
  position: relative;
  height: 219px;
  padding: 0px;
}

.get-in-touch-row {
  padding-bottom: 0px;
}

.text-block {
  margin-top: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.text-block.office-hrs {
  margin-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  text-align: right;
}

.text-block-2 {
  margin-top: 5px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.text-block-3 {
  margin-top: 5px;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-align: left;
}

.link {
  display: inline-block;
  margin-top: 10px;
  color: #3ea53e;
}

.link:hover {
  text-decoration: none;
}

.div-block-2 {
  width: 200px;
  height: 2px;
  margin-top: 5px;
  background-color: #ce721c;
}

.div-block-3 {
  padding: 20px;
  background-color: #fff;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.list-item {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: Lato, sans-serif;
}

.list-item-2 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.list-item-3 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.list-item-4 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.list-item-5 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.list-item-6 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.list-item-7 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.list-item-8 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.list-item-9 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.list-item-10 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.list-item-11 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.list-item-12 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.list-item-13 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.list-item-14 {
  padding-left: 20px;
  background-image: url('../images/green-checkmark.png');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.column-4 {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.column-5 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.column-6 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.nav-scroll-div {
  position: fixed;
  z-index: 1000;
  display: block;
  width: 100%;
  text-align: center;
}

.unordered-list {
  margin-bottom: 15px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.text-block-5 {
  margin-top: 5px;
  font-family: Lato, sans-serif;
  color: #e98024;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: underline;
}

.text-block-5:hover {
  color: #3ea53e;
  text-decoration: none;
}

.text-block-6 {
  margin-top: 20px;
  padding-top: 10px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #e98024 #000 #000;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.link-2 {
  color: #a3a2a2;
}

.row {
  width: 100%;
  max-width: 990px;
}

.image {
  margin-top: 15px;
}

.row-2 {
  height: 33.3%;
  border-top: 1px solid hsla(0, 0%, 100%, .33);
  border-bottom: 1px solid rgba(0, 0, 0, .35);
  border-left: 1px solid hsla(0, 0%, 100%, .15);
  background-color: #885485;
  background-image: none;
  background-position: 0px 0px;
}

.row-2.gift-cert-row {
  display: none;
  height: 33.3%;
  background-color: #784a75;
  background-image: none;
  background-position: 0px 0px;
}

.row-2.memberships-row {
  display: none;
  height: 33.3%;
  background-color: #673f64;
  background-image: none;
  background-position: 0px 0px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px none #000;
}

.column-8 {
  min-height: 75px;
  border-bottom: 1px none #000;
  text-align: left;
}

.text-block-7 {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

.title-centered {
  display: block;
  margin-top: 0px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

.title-centered.med-svcs-title {
  margin-top: 50px;
  background-image: -webkit-linear-gradient(270deg, rgba(32, 91, 40, .65), rgba(32, 91, 40, .65)), url('../images/briefcase.svg');
  background-image: linear-gradient(180deg, rgba(32, 91, 40, .65), rgba(32, 91, 40, .65)), url('../images/briefcase.svg');
  background-position: 0px 0px, 239px 0px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-weight: 300;
}

.title-centered.wellness-svc-title {
  margin-top: 20px;
  padding-bottom: 0px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #e98024;
  background-image: -webkit-linear-gradient(270deg, rgba(32, 91, 40, .65), rgba(32, 91, 40, .65)), url('../images/heartbeat.png');
  background-image: linear-gradient(180deg, rgba(32, 91, 40, .65), rgba(32, 91, 40, .65)), url('../images/heartbeat.png');
  background-position: 0px 0px, 237px 0px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.div-block-4 {
  display: block;
  width: 100px;
  height: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e98024;
  text-align: center;
}

.div-block-4.orange-line {
  margin-top: 15px;
}

.text-block-8 {
  padding-top: 30px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.text-block-8.quote-marks {
  font-family: Catamaran;
  font-size: 100px;
}

.text-block-8.quote-sig {
  padding-top: 10px;
}

.image-2 {
  text-align: left;
}

.column-9 {
  height: 264px;
  padding-left: 0px;
}

.html-embed {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  padding: 5px 5px 0px;
}

.about-section {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  border-width: 0px;
  border-top-style: solid;
  border-top-color: #286630;
  border-bottom-style: solid;
  border-bottom-color: #286630;
  background-color: #205b28;
}

.container {
  max-width: 990px;
}

.column-10 {
  height: 264px;
  padding-right: 0px;
}

.block-quote {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.above-footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #205b28;
  background-image: url('../images/live-well-bg.png');
  background-position: 50% 100%;
  background-size: 500px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
}

.text-block-9 {
  margin-bottom: 18px;
  font-family: 'Great Vibes', cursive;
  color: #b8b6b6;
  font-size: 28px;
  letter-spacing: 1px;
}

.column-11 {
  height: 264px;
}

.div-block-5 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-4 {
  margin-top: 48px;
}

.div-block-6 {
  margin-top: 21px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-5 {
  margin-top: 0px;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8.nav-mobile-footer {
  display: none;
}

.div-block-8.nav-footer {
  font-family: Lato, sans-serif;
}

.secondary-main-nav {
  display: none;
}

.column-22 {
  margin-top: 0px;
}

.div-block-11 {
  padding-top: 35px;
  padding-bottom: 35px;
  border-style: solid none;
  border-top-width: 5px;
  border-top-color: #286630;
  border-bottom-width: 5px;
  border-bottom-color: #286630;
  background-color: #163c1b;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/amber-dragon-header_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/amber-dragon-header_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.body {
  background-color: transparent;
}

.secondary-header {
  display: block;
  height: 250px;
  background-image: url('../images/secondary-header.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.services-section {
  background-color: #205b28;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Lato, sans-serif;
}

.container-2 {
  padding-top: 30px;
  padding-bottom: 50px;
}

.div-block-12 {
  width: 100%;
  height: 50px;
  background-color: #e98024;
}

.service-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.service-list-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-list-item {
  padding-left: 50px;
  font-family: Lato, sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
}

.services-list-item.services-list-price {
  padding-left: 50px;
}

.services-list-item.services-list-price.package-list-price {
  padding-left: 0px;
}

.services-list-item.services-list-price.package-price {
  padding-left: 0px;
}

.services-list-item.package-list-item {
  padding-left: 40px;
}

.service-row-dark {
  border-color: #0d540c;
  background-color: #0d540c;
}

.service-row-dark.service-row {
  border-style: none;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color: #25682e;
  background-image: none;
}

.subtitle-centered {
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-block-13 {
  padding: 15px 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #0a4709;
  background-color: #0d540c;
}

.text-block-10 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.25px;
}

.package-list-row {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: transparent;
  background-image: none;
}

.package-list-row.package-list-row-darker {
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background-image: none;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-11 {
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-14 {
  border: 1px none #3ea53e;
  border-radius: 0px;
  background-image: url('../images/starburst.png'), -webkit-linear-gradient(270deg, #0d540c, #0d540c);
  background-image: url('../images/starburst.png'), linear-gradient(180deg, #0d540c, #0d540c);
  background-position: 50% 50%, 0px 0px;
  background-size: 150%, auto;
  background-repeat: no-repeat, repeat;
}

.packages-div {
  margin-top: 30px;
}

.house-calls {
  margin-top: 30px;
  padding: 15px 20px;
  border: 2px none #0d540c;
  border-radius: 10px;
  background-color: #0d540c;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: -5px;
  padding-bottom: 0px;
  border-bottom: 1px none #fff;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.content-wrap {
  margin-top: 20px;
  padding: 30px;
  border: 1px none #0d540c;
  border-radius: 10px;
  background-color: #2a7935;
  color: #fff;
  text-align: left;
}

.content-wrap.faq-answer-wrap {
  margin-top: 25px;
}

.content-wrap.services-wrap {
  margin-top: 20px;
  padding-bottom: 35px;
  border-style: none;
  border-radius: 10px;
  background-color: #2a7935;
}

.content-wrap.contact-content-wrap {
  margin-top: 30px;
}

.med-svcs-titles {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px none #3ea53e;
  border-radius: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.med-svcs-titles.top-med-svcs-title {
  margin-top: 0px;
  padding-left: 10px;
  border: 1px none #0a4709;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
  color: #fff;
  text-align: left;
}

.text-block-12 {
  margin-top: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
}

.med-svcs-text {
  padding: 20px;
  border: 1px solid #3ea53e;
  background-color: #155f1f;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2));
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.heading-10 {
  margin-top: 0px;
  margin-left: -52px;
  padding-top: 76px;
  padding-left: 0px;
  font-family: 'Cinzel Decorative', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.heading-10.amber-dragon-tablet {
  display: block;
}

.container-3 {
  font-family: Lato, sans-serif;
}

.heading-11 {
  margin-top: 10px;
  margin-left: -30px;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 2px;
}

.heading-11.about-page-heading {
  margin-left: -10px;
}

.heading-11.faq-page-heading {
  margin-left: 10px;
}

.heading-11.contact-page-heading {
  margin-left: -22px;
}

.heading-11.privacy-policy-heading {
  margin-left: -56px;
}

.heading-11.schedule-page-heading {
  margin-left: -36px;
}

.heading-11.testimonials-page-heading {
  margin-left: -52px;
}

.heading-11.shop-page-heading {
  margin-left: 0px;
}

.heading-11.newsletter-page-heading {
  margin-left: -54px;
}

.div-block-16 {
  width: 200px;
  height: 3px;
  margin-left: -52px;
  background-color: #e98024;
}

.div-block-17 {
  display: none;
}

.div-block-18 {
  background-image: url('../images/bowl.svg');
  background-position: 0px 0px;
  background-size: 75px;
}

.link-3 {
  display: inline-block;
  color: #a3a2a2;
}

.link-3:hover {
  color: #fff;
  text-decoration: none;
}

.link-3:focus {
  color: #fff;
}

.heading-12 {
  margin-bottom: 25px;
  padding-left: 20px;
  border-left: 3px solid #e98024;
  font-family: Lato, sans-serif;
  color: #fff;
}

.paragraph-5 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-6 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.paragraph-7 {
  margin-top: 20px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.row-5 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  border: 1px none #205b28;
  border-radius: 10px;
}

.column-28 {
  padding: 30px;
  border-radius: 10px;
  background-color: #0d540c;
  text-align: left;
}

.image-9 {
  border-radius: 20px;
}

.image-10 {
  border-radius: 20px;
}

.column-29 {
  text-align: center;
}

.faq-questions {
  -webkit-transition: font-size 200ms ease;
  transition: font-size 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.faq-questions:hover {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: underline;
}

.faq-li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #e98024;
}

.faq-answer {
  margin-bottom: 20px;
  padding: 0px;
  background-image: none;
}

.text-block-13 {
  padding: 0px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.text-block-14 {
  text-align: right;
}

.link-block {
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: right;
}

.link-block:hover {
  border: 1px none #000;
  opacity: 1;
}

.div-block-19 {
  margin-top: 10px;
  text-align: right;
}

.top-link {
  padding-bottom: 0px;
  color: #e98024;
  font-weight: 500;
  text-decoration: underline;
}

.heading-13 {
  margin-top: 0px;
}

.faq-question-below {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px 10px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 3px;
  border-color: #25682e #25682e #25682e #e98024;
  border-radius: 0px;
  background-image: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.faq-text-div {
  padding: 20px;
  border: 1px none #3ea53e;
  background-color: #0d540c;
  background-image: none;
}

.unordered-list-4 {
  margin-top: 10px;
  text-align: left;
}

.unordered-list-5 {
  color: #3ea53e;
  text-align: left;
}

.div-block-20 {
  border: 1px solid #0d540c;
}

.div-block-21 {
  padding: 25px;
  border-radius: 5px;
  background-color: #205b28;
}

.privacy-text-block {
  color: #fff;
  font-style: normal;
  font-weight: 300;
}

.column-30 {
  text-align: center;
}

.link-4 {
  font-family: Lato, sans-serif;
  color: #3ea53e;
  font-size: 16px;
  font-weight: 700;
}

.link-4:hover {
  color: #3ea53e;
  text-decoration: none;
}

.text-block-15 {
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.heading-14 {
  margin-top: 15px;
  margin-bottom: 0px;
  border-bottom: 1px none #e98024;
  font-family: Lato, sans-serif;
  color: #0a4709;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.column-31 {
  text-align: center;
}

.row-6 {
  margin-top: 20px;
}

.column-32 {
  text-align: center;
}

.column-33 {
  text-align: center;
}

.column-34 {
  margin-top: -20px;
  padding-top: 0px;
  text-align: center;
}

.image-11 {
  width: 200px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  float: none;
  text-align: left;
}

.image-12 {
  margin-top: 30px;
}

.contact-form-wrap {
  padding: 35px 25px 25px;
  border: 1px solid #0a4709;
  border-radius: 10px;
  background-color: #0d540c;
  text-align: left;
}

.field-label {
  font-family: Lato, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
}

.text-field.message-field {
  min-height: 135px;
}

.submit-button {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #3ea53e;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 16px;
  letter-spacing: 1px;
}

.submit-button:hover {
  background-color: #fff;
  color: #3ea53e;
}

.image-13 {
  width: 300px;
  margin-top: 30px;
  float: none;
  text-align: left;
}

.building-images-div {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  /*background-color: #3ea53e;*/
  text-align: center;
}

.row-7 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.social-block {
  display: inline-block;
  width: 100%;
  height: 63px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border: 1px solid #2a7935;
  border-radius: 5px;
  background-color: #0d540c;
  background-image: none;
  text-align: center;
}

.image-14 {
  border: 1px none #485a91;
  border-radius: 10px;
  background-color: #fff;
}

.image-14.social-icons {
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.image-14.social-icons:hover {
  border: 2px none #fff;
}

.image-14.social-icons.facebook {
  margin-top: 0px;
  -webkit-transition-property: none;
  transition-property: none;
}

.image-14.social-icons.facebook:hover {
  margin-top: -2px;
  margin-right: 12px;
  margin-left: 12px;
}

.social-icons {
  margin-right: 12px;
  margin-left: 12px;
  padding-right: 0px;
}

.social-icons.twitter:hover {
  margin-top: -2px;
  margin-right: 12px;
  margin-left: 12px;
}

.social-icons.yelp:hover {
  margin-top: -2px;
  margin-right: 12px;
  margin-left: 12px;
}

.social-icons.blog:hover {
  margin-top: -2px;
  margin-right: 12px;
  margin-left: 12px;
}

.text-block-16 {
  margin-left: 23px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.row-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

.column-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.link-block-3 {
  display: none;
  width: 100%;
}

.link-block-4 {
  width: 100%;
  margin-top: -5px;
  border-top: 1px solid #cc9fc9;
}

.link-block-5 {
  width: 100%;
  margin-top: -5px;
  border-top: 1px solid #cc9fc9;
}

.paypal-layout {
  font-family: Lato, sans-serif;
  color: #000;
  text-align: center;
}

.heading-15 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e98024;
  font-weight: 300;
  text-align: center;
}

.div-block-23 {
  background-color: #25682e;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.contact-info-wrap {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  color: #000;
}

.html-embed-2 {
  display: block;
  height: 90px;
  margin-bottom: 5px;
  border-top: 1px solid #cc9fc9;
  border-bottom: 1px solid #472645;
  background-image: none;
  background-size: auto;
}

.newsletter-month {
  display: block;
  width: 47%;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  padding-left: 0px;
  float: left;
  border-top: 3px solid #000;
  background-color: #0a4709;
  text-align: center;
}

.newsletter-thumb {
  margin-top: 20px;
  margin-right: 20px;
}

.text-block-17 {
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.text-block-17.gift-cert-text {
  padding-top: 40px;
}

.html-embed-3 {
  display: block;
  text-align: center;
}

.text-block-18 {
  width: 25px;
  padding-left: 10px;
  float: left;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.link-5 {
  margin-left: 20px;
  float: left;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.link-6 {
  padding-bottom: 0px;
  float: left;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.column-37 {
  padding-top: 0px;
  padding-bottom: 30px;
}

.text-block-19 {
  font-family: Lato, sans-serif;
  color: #fff;
}

.column-38 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-20 {
  font-size: 18px;
  text-align: right;
}

.testimonial {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 3px none #e98024;
  border-left-width: 3px;
  border-left-color: #3ea53e;
  background-color: #0d540c;
  font-family: Lato, sans-serif;
}

.block-quote-2 {
  padding-top: 20px;
  border-top: 3px solid #e98024;
  background-color: #0d540c;
}

.block-quote-3 {
  border-top: 3px solid #e98024;
  background-color: #0d540c;
}

.html-embed-4 {
  position: relative;
  height: 100%;
  min-height: 300px;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.div-block-24 {
  position: relative;
  min-height: 300px;
}

.column-40 {
  text-align: center;
}

.column-41 {
  text-align: center;
}

.column-42 {
  text-align: center;
}

.row-9 {
  text-align: center;
}

.image-15 {
  width: 50px;
  float: left;
}

.div-block-25 {
  display: none;
  height: auto;
  margin-top: 35px;
  padding: 3px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-width: 1px;
  border-color: #2a7935 #25682e #25682e;
  background-color: transparent;
  background-image: -webkit-linear-gradient(170deg, #2a7935 15%, #39c039 50%, #2a7935 85%);
  background-image: linear-gradient(280deg, #2a7935 15%, #39c039 50%, #2a7935 85%);
  text-align: center;
}

.text-block-21 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
  color: #fff;
  text-align: center;
}

.div-block-26 {
  margin-top: 30px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #e98024 #0a4709 #0a4709;
  background-color: #0d540c;
}

.div-block-27 {
  display: none;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px dashed #3ea53e;
  border-radius: 10px;
}

.link-7 {
  color: #a3a2a2;
  font-style: normal;
  font-weight: 700;
}

.text-block-22 {
  float: left;
  font-family: Lato, sans-serif;
}

.image-16 {
  width: 50px;
}

.div-block-28 {
  float: left;
}

.div-block-29 {
  float: left;
}

.rich-text-block {
  font-family: Lato, sans-serif;
  color: #fff;
}

.nav-scroll-2 {
  position: fixed;
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  text-align: center;
}

.image-17 {
  height: 90px;
  max-width: 309px;
  margin-bottom: 5px;
  border-top: 1px none #cc9fc9;
  border-bottom: 1px solid #472645;
}

.image-18 {
  height: 90px;
  border-top: 1px none #cc9fc9;
  border-bottom: 1px solid #472645;
}

.div-block-30 {
  text-align: center;
}

.html-embed-5 {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-31 {
  display: none;
}

.announcement-section {
  display: block;
  margin-bottom: 0px;
  padding: 10px 20px;
  border-top: 1px solid #bb1b1b;
  border-bottom: 1px solid #bb1b1b;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.image-20 {
  float: right;
  text-align: left;
}

.row-10 {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-43 {
  text-align: left;
}

.heading-16 {
  margin-bottom: 10px;
  padding: 5px 10px 5px 0px;
  background-color: #0a4709;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.text-span {
  padding: 5px;
  background-color: #fff;
  color: #205b28;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.about-span {
  padding: 5px 5px 5px 0px;
  background-color: transparent;
  color: #3ea53e;
  font-style: italic;
  font-weight: 700;
}

.text-span-2 {
  padding-right: 1px;
  font-size: 30px;
}

.heading-17 {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px none #3ea53e;
  background-color: transparent;
  font-weight: 500;
  text-align: center;
}

.div-block-32 {
  text-align: center;
}

.div-block-33 {
  display: inline-block;
  width: 75%;
  height: 1px;
  background-color: #fff;
}

.block-quote-4 {
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-left-style: none;
  border-left-color: #0a4709;
  font-family: Lato, sans-serif;
  color: #0a4709;
  font-style: italic;
  font-weight: 500;
}

.column-44 {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  border: 1px none #3ea53e;
  border-radius: 10px;
  background-color: #0d540c;
}

.div-block-34 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.div-block-35 {
  display: inline-block;
  float: left;
}

.container-4 {
  text-align: center;
}

.div-block-36 {
  display: inline-block;
  text-align: center;
}

.text-block-23 {
  margin-top: 5px;
  margin-left: 10px;
}

.div-block-37 {
  width: 100%;
  text-align: center;
}

.div-block-38 {
  margin-top: 20px;
  padding: 20px;
  border: 1px none #fff;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.link-block-6 {
  text-decoration: none;
}

.image-22 {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.row-11 {
  display: none;
}

.row-12 {
  display: none;
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  opacity: 0.25;
  -webkit-transform: translate(0px, 5px) scale(0.95, 0.95);
  -ms-transform: translate(0px, 5px) scale(0.95, 0.95);
  transform: translate(0px, 5px) scale(0.95, 0.95);
}

html.w-mod-js *[data-ix="new-interaction-4"] {
  opacity: 0.25;
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0.25;
  -webkit-transform: translate(0px, -5px) scale(0.95, 0.95);
  -ms-transform: translate(0px, -5px) scale(0.95, 0.95);
  transform: translate(0px, -5px) scale(0.95, 0.95);
}

@media (max-width: 991px) {
  .nav {
    display: none;
  }
  .nav.nav-scroll {
    display: block;
    margin-top: 0px;
    background-color: #000;
  }
  .nav-container {
    padding-right: 30px;
    padding-left: 30px;
    background-color: transparent;
    text-align: center;
  }
  .nav-menu {
    background-color: transparent;
  }
  .hero-section {
    margin-top: 0px;
    padding-top: 0px;
    background-position: 50% 56%, 50% 100%, 50% 0px;
  }
  .heading-1 {
    font-size: 56px;
  }
  .nav-link {
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .85);
    text-align: center;
  }
  .hero-full {
    margin-top: 0px;
  }
  .benefits-section {
    margin-top: 0px;
  }
  .wrap-2 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .logos-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .right-1 {
    display: block;
    padding-left: 10px;
  }
  .legal {
    margin-left: 0px;
    text-align: left;
  }
  .column-wrap-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-wrap-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-2 {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .paragraph-2 {
    line-height: 24px;
  }
  .footer-link-wrap.footer-right {
    text-align: left;
  }
  .footer-link {
    margin-left: 30px;
  }
  .footer-link.w--current {
    margin-left: 30px;
  }
  .heading-6 {
    font-size: 24px;
  }
  .button-2.orange-button.more-about-amber-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
  .button-2.mobile-button {
    width: 50%;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .button-2.buy-packages-btn {
    margin-bottom: 0px;
  }
  .heading-7.wellness-heading-bg {
    margin-top: 10px;
    margin-right: 10px;
  }
  .heading-7.services-heading {
    margin-top: 10px;
    margin-left: 10px;
  }
  .heading-7.packages-heading {
    margin-right: 10px;
  }
  .div-block {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .text-block {
    padding-left: 0px;
  }
  .text-block-2 {
    padding-left: 0px;
  }
  .text-block-3 {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }
  .link {
    font-size: 11px;
  }
  .div-block-3 {
    padding: 15px;
  }
  .list-item-8 {
    font-size: 13px;
  }
  .list-item-12 {
    font-size: 13px;
  }
  .list-item-14 {
    font-size: 13px;
  }
  .nav-scroll-div {
    z-index: 0;
    display: none;
  }
  .row {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .text-block-7 {
    font-size: 20px;
  }
  .title-centered {
    margin-top: 0px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/bowl.svg');
    background-image: linear-gradient(180deg, null, null), url('../images/bowl.svg');
    background-position: 0px 0px, 108px 0px;
  }
  .title-centered.med-svcs-title {
    background-image: -webkit-linear-gradient(270deg, rgba(32, 91, 40, .6), rgba(32, 91, 40, .6)), url('../images/briefcase.svg');
    background-image: linear-gradient(180deg, rgba(32, 91, 40, .6), rgba(32, 91, 40, .6)), url('../images/briefcase.svg');
    background-position: 0px 0px, 131px 0px;
  }
  .title-centered.wellness-svc-title {
    background-image: -webkit-linear-gradient(270deg, rgba(32, 91, 40, .6), rgba(32, 91, 40, .6)), url('../images/heartbeat.png');
    background-image: linear-gradient(180deg, rgba(32, 91, 40, .6), rgba(32, 91, 40, .6)), url('../images/heartbeat.png');
    background-position: 0px 0px, 125px 0px;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .column-9 {
    padding-left: 10px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-11 {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #885485;
  }
  .div-block-6 {
    text-align: right;
  }
  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-15 {
    padding-left: 0px;
  }
  .div-block-7 {
    text-align: left;
  }
  .column-18 {
    font-size: 13px;
  }
  .div-block-8.nav-mobile-footer {
    display: none;
  }
  .secondary-main-nav {
    position: fixed;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: -70px;
  }
  .div-block-11 {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/amber-dragon-header.jpg'), url('../images/secondary-header.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/amber-dragon-header.jpg'), url('../images/secondary-header.jpg');
    background-position: 0px 0px, 0px 50%, 100% 50%;
    background-size: auto, cover, auto;
    background-repeat: repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .services-list-item.services-list-price {
    padding-left: 20px;
  }
  .services-list-item.package-list-item {
    padding-left: 30px;
  }
  .div-block-13 {
    margin-right: 10px;
  }
  .div-block-14 {
    margin-right: 10px;
  }
  .house-calls {
    margin-left: 10px;
  }
  .heading-9 {
    background-color: #0d540c;
    font-size: 22px;
  }
  .content-wrap.services-wrap {
    padding: 0px 0px 20px;
    border-style: none;
    background-color: #2a7935;
  }
  .heading-10 {
    margin-left: 0px;
  }
  .heading-10.amber-dragon-tablet {
    display: block;
    margin-left: 0px;
  }
  .container-3 {
    display: none;
    padding-left: 0px;
  }
  .image-8 {
    margin-left: 23px;
  }
  .heading-11.heading-tablet {
    margin-left: 0px;
  }
  .heading-11.heading-tablet.heading-services {
    margin-left: 20px;
  }
  .heading-11.faq-page-heading {
    margin-left: 55px;
  }
  .heading-11.contact-page-heading {
    margin-left: 0px;
  }
  .div-block-16.orange-line-tablet {
    margin-left: 0px;
  }
  .div-block-17 {
    display: block;
    padding-left: 30px;
  }
  .div-block-18 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  ._2nd-nav-button-wrap {
    padding-bottom: 30px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    text-align: center;
  }
  .div-block-20 {
    margin-left: 10px;
  }
  .heading-14 {
    font-size: 26px;
  }
  .building-images-div {
    text-align: center;
  }
  .social-icons {
    margin-right: 10px;
    margin-left: 10px;
  }
  .link-block-4 {
    overflow: hidden;
    margin-top: 0px;
    background-color: #764e74;
    text-align: left;
  }
  .link-block-5 {
    overflow: hidden;
    background-color: #654262;
    text-align: left;
  }
  .html-embed-2 {
    margin-bottom: 0px;
    background-image: url('../images/pay-your-bill.jpg');
    background-position: 0px 0px;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .newsletter-month {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-39 {
    display: block;
  }
  .div-block-25 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-image: none;
  }
  .nav-scroll-2 {
    display: none;
  }
  .image-17 {
    margin-bottom: 0px;
  }
  .image-18 {
    max-width: 309px;
  }
  .div-block-31 {
    display: block;
  }
  .announcement-section {
    display: none;
    width: 100%;
    margin-top: 70px;
  }
  .row-10 {
    text-align: center;
  }
  .heading-17 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .nav {
    display: none;
    margin-top: 0px;
  }
  .hero-section {
    height: auto;
  }
  .hero-wrap {
    -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;
  }
  .wrap-1 {
    text-align: center;
  }
  .heading-1 {
    font-size: 36px;
  }
  .hero-full {
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .benefits-section {
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .wrap-2 {
    -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;
  }
  .wrap-2.a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .left-1 {
    width: 80%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .right-1 {
    width: 80%;
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .right-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .footer-top.new-footer-top {
    max-width: 990px;
  }
  .legal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-3 {
    text-align: center;
  }
  .subhead-3 {
    text-align: center;
  }
  .footer-link-wrap.footer-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .heading-6 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .button-2.orange-button.more-about-amber-button {
    display: block;
    margin-left: 0px;
    float: none;
    text-align: center;
  }
  .get-in-touch {
    width: 100%;
    float: none;
    text-align: left;
  }
  .get-in-touch.hours {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .get-in-touch.media {
    margin-top: 30px;
    padding-right: 0px;
  }
  .heading-7.wellness-heading-bg {
    margin-right: 0px;
  }
  .heading-7.services-heading {
    margin-left: 0px;
  }
  .heading-7.packages-heading {
    margin-right: 0px;
  }
  .div-block {
    text-align: center;
  }
  .get-in-touch-row {
    margin-right: 0px;
    margin-left: -134px;
    float: none;
    text-align: left;
  }
  .get-in-touch-row.office-hours {
    margin-left: 0px;
  }
  .text-block.office-hrs {
    text-align: right;
  }
  .div-block-3 {
    text-align: center;
  }
  .list-item {
    width: 100%;
    padding-left: 20px;
  }
  .list-item-8 {
    text-align: left;
  }
  .list-item-9 {
    text-align: left;
  }
  .list-item-10 {
    text-align: left;
  }
  .list-item-11 {
    text-align: left;
  }
  .list-item-12 {
    text-align: left;
  }
  .list-item-13 {
    text-align: left;
  }
  .list-item-14 {
    text-align: left;
  }
  .column-4 {
    padding-right: 0px;
  }
  .nav-scroll-div {
    display: none;
  }
  .row {
    width: 80%;
  }
  .row-2.gift-cert-row {
    display: none;
  }
  .column-7 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .title-centered {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .title-centered.med-svcs-title {
    margin-top: 50px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .title-centered.wellness-svc-title {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-10 {
    padding-left: 0px;
  }
  .column-11 {
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid #cc9fc9;
    background-color: #885485;
    text-align: center;
  }
  .column-12 {
    text-align: left;
  }
  .column-13 {
    text-align: left;
  }
  .column-14 {
    text-align: left;
  }
  .row-3 {
    width: 100%;
    text-align: left;
  }
  .unordered-list-2 {
    text-align: left;
  }
  .unordered-list-3 {
    text-align: left;
  }
  .image-5 {
    text-align: left;
  }
  .column-16 {
    display: none;
    text-align: center;
  }
  .column-17 {
    display: none;
    text-align: center;
  }
  .image-6 {
    display: block;
  }
  .column-19 {
    height: 85px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-20 {
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-21 {
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-8.nav-mobile-footer {
    display: none;
  }
  .div-block-8.nav-footer {
    margin-top: 25px;
  }
  .column-22 {
    text-align: center;
  }
  .row-4 {
    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-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-11 {
    background-image: url('../images/amber-dragon-header.jpg'), -webkit-linear-gradient(270deg, transparent, transparent), url('../images/secondary-header.jpg');
    background-image: url('../images/amber-dragon-header.jpg'), linear-gradient(180deg, transparent, transparent), url('../images/secondary-header.jpg');
    background-position: 0px 50%, 0px 0px, 100% 50%;
    background-size: cover, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .column-23 {
    text-align: left;
  }
  .container-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .services-list-item.package-list-item {
    padding-left: 50px;
  }
  .subtitle-centered {
    padding-right: 20px;
    padding-left: 10px;
  }
  .div-block-13 {
    margin-right: 0px;
  }
  .text-block-11 {
    padding-left: 20px;
  }
  .div-block-14 {
    margin-right: 0px;
  }
  .column-26 {
    margin-top: 50px;
    padding-left: 10px;
  }
  .column-27 {
    padding-left: 10px;
  }
  .house-calls {
    margin-left: 0px;
  }
  .heading-9 {
    font-size: 22px;
  }
  .content-wrap {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-11.contact-page-heading {
    margin-left: 0px;
  }
  .heading-12 {
    margin-top: 0px;
    margin-left: 38px;
    font-size: 30px;
    line-height: 35px;
  }
  .div-block-20 {
    margin-left: 0px;
  }
  .column-30 {
    padding-bottom: 20px;
  }
  .image-11 {
    margin-top: 30px;
  }
  .contact-form-wrap {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .text-block-16 {
    display: none;
  }
  .column-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-block-3 {
    background-color: #885485;
  }
  .link-block-4 {
    border-top: 1px solid #cc9fc9;
    border-bottom: 1px solid #472645;
    background-color: #774c74;
    text-align: left;
  }
  .link-block-5 {
    background-color: #664163;
    text-align: left;
  }
  .div-block-23 {
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .column-36 {
    margin-top: 20px;
  }
  .html-embed-2 {
    max-width: 309px;
    border-top-style: none;
    background-size: contain;
  }
  .newsletter-month {
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-scroll-2 {
    display: none;
  }
  .image-17 {
    max-width: 309px;
    border-top-style: none;
    border-bottom-style: none;
    text-align: left;
  }
  .image-19 {
    margin-top: 70px;
  }
  .image-20 {
    margin-top: 5px;
  }
  .block-quote-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-34 {
    width: 15%;
    float: left;
  }
  .div-block-35 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .column-45 {
    padding-top: 20px;
    text-align: center;
  }
  .column-46 {
    padding-top: 10px;
  }
}

@media (max-width: 479px) {
  .nav-container {
    padding-left: 0px;
  }
  .logo {
    padding-left: 0px;
  }
  .heading-1 {
    font-size: 30px;
  }
  .benefits-section {
    padding-top: 30px;
  }
  .left-1 {
    width: 100%;
  }
  .right-1 {
    width: 100%;
  }
  .footer-top-wrap {
    padding-bottom: 33px;
    -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;
  }
  .legal {
    margin-top: 31px;
  }
  .legal.privacy-policy {
    margin-top: -34px;
  }
  .column-wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-2 {
    width: 100%;
  }
  .footer-link {
    margin-left: 20px;
  }
  .footer-link.w--current {
    margin-right: 0px;
    margin-left: 20px;
  }
  .footer-link.faq-footer-link {
    margin-left: 0px;
  }
  .button-2.orange-button {
    margin-left: 0px;
  }
  .button-2.mobile-button {
    width: 250px;
  }
  .unordered-list {
    margin-bottom: 0px;
  }
  .row {
    width: 100%;
  }
  .title-centered {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 26px;
  }
  .above-footer-section {
    height: 100px;
  }
  .text-block-9 {
    font-size: 18px;
  }
  .column-11 {
    background-color: #885485;
  }
  .row-3 {
    margin-top: 20px;
    margin-left: 28px;
  }
  .unordered-list-2 {
    margin-bottom: 0px;
  }
  .column-19 {
    margin-top: 22px;
  }
  .column-21 {
    margin-top: 46px;
  }
  .div-block-8 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-8.nav-mobile-footer {
    display: block;
    margin-top: 17px;
  }
  .div-block-8.nav-footer {
    display: none;
  }
  .div-block-9 {
    padding-top: 24px;
    text-align: center;
  }
  .div-block-10 {
    margin-top: 30px;
    padding-top: 37px;
    text-align: center;
  }
  .secondary-main-nav {
    position: fixed;
    z-index: 1000;
    width: 100%;
  }
  .div-block-11 {
    background-image: url('../images/amber-dragon-header.jpg'), -webkit-linear-gradient(270deg, transparent, transparent), url('../images/secondary-header.jpg');
    background-image: url('../images/amber-dragon-header.jpg'), linear-gradient(180deg, transparent, transparent), url('../images/secondary-header.jpg');
    background-position: 0px 50%, 0px 0px, 0px 50%;
    background-size: cover, auto, auto;
    background-repeat: no-repeat, repeat, repeat;
  }
  .services-list-item {
    padding-left: 10px;
  }
  .services-list-item.services-list-price {
    padding-left: 20px;
  }
  .services-list-item.package-list-item {
    padding-left: 10px;
  }
  .text-block-11 {
    padding-left: 10px;
  }
  .column-26 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-27 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-9 {
    font-size: 22px;
  }
  .content-wrap {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 0px 0px;
  }
  .text-block-12 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .heading-11.heading-tablet {
    margin-left: 0px;
  }
  .heading-11.faq-page-heading {
    margin-left: -3px;
  }
  .heading-11.contact-page-heading {
    margin-left: 10px;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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;
    text-align: center;
  }
  .heading-12 {
    margin-left: 20px;
    padding-left: 10px;
    font-size: 24px;
  }
  .row-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-28 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .faq-questions {
    font-size: 14px;
  }
  .unordered-list-5 {
    padding-left: 0px;
  }
  .privacy-text-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-33 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-34 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-form-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-36 {
    margin-top: 20px;
  }
  .html-embed-2 {
    background-size: auto 100%;
  }
  .newsletter-thumb {
    margin-top: 20px;
  }
  .image-20 {
    margin-top: 10px;
  }
  .div-block-39 {
    overflow: hidden;
    height: 80px;
  }
  .image-21 {
    width: 800px;
  }
}

