@charset "utf-8";

@font-face {
  font-family: 'Surannna';
  src:
    url('../fonts/suranna.woff2') format('woff2'),
    url('../fonts/suranna.woff') format('woff');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fahkwang';
  src:
    url('../fonts/fahkwang-regular.woff2') format('woff2'),
    url('../fonts/fahkwang-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fahkwang';
  src:
    url('../fonts/fahkwang-medium.woff2') format('woff2'),
    url('../fonts/fahkwang-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fahkwang';
  src:
    url('../fonts/fahkwang-bold.woff2') format('woff2'),
    url('../fonts/fahkwang-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'mfn-icons';
  src: url('../fonts/mfn-icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
b,
u,
i,
center,
ol,
ul,
li,
article,
aside,
embed,
footer,
header,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  background-color: #f9f9f9;
}

body {
  margin: 0;
  font-family: "Fahkwang";
  color: #212529;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-width: 1240px;
  padding: 25px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
}

body:not(.template-slider) #Content {
  padding-top: 30px;
}

article,
aside,
footer,
header,
section {
  display: block
}

*,
::after,
::before {
  box-sizing: border-box
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

#Wrapper {
  width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
  box-shadow: 0 0 15px rgba(0, 0, 0, .06);
}

#Wrapper,
#Content {
  background-color: #f9f9f9;
}

#Content {
  width: 100%;
}

.layout-full-width {
  padding: 0;
}

.layout-full-width #Wrapper {
  width: 100% !important;
  margin: 0 !important;
}

.section {
  position: relative;
}

.section.center {
  text-align: center;
}

body.nice-scroll {
  position: relative;
}

.nice-scroll #configurator,
.nice-scroll #Sliding-top a.sliding-top-control {
  margin-right: 10px;
}

.nice-scroll .nicescroll-rails {
  background: #666;
  z-index: 9001 !important;
}

body:not(.template-slider) #Header_wrapper {
  background-repeat: no-repeat;
  background-position: top center;
}

body:not(.template-slider) #Header_wrapper.bg-fixed {
  background-attachment: fixed;
}

#Header_wrapper {
  position: relative;
}

#Header {
  position: relative;
}

body:not(.template-slider) #Header {
  min-height: 120px;
}

img {
  vertical-align: middle;
  border-style: none
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Suranna";
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.offer_li .title h3 {
  font-family: "Fahkwang";
}

.h1,
h1 {
  font-size: 48px;
  line-height: 50px;
}

.h2,
h2 {
  font-size: 64px;
  line-height: 62px;
}

.h3,
h3 {
  font-size: 48px;
  line-height: 46px;
}

.h4,
h4 {
  font-size: 32px;
  line-height: 32px;
}

.h5,
h5 {
  font-family: "Fahkwang";
  font-size: 20px;
  line-height: 30px;
}

.h6,
h6 {
  font-family: "Fahkwang";
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 4px;
}

p {
  margin-top: 0;
  margin: 0 0 15px;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

a {
  color: #007bff;
  background-color: transparent
}

a,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}


p a,
p a:visited {
  line-height: inherit;
}

img.scale-with-grid,
#Content img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

button {
  margin: 0;
  font-family: "Fahkwang";
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  appearance: button;
  -webkit-appearance: button
}

button:focus:not(:focus-visible) {
  outline: 0
}

[role=button] {
  cursor: pointer
}

button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

[hidden] {
  display: none !important
}

a.button,
button {
  display: inline-block;
  padding: 11px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 7px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
  background-image: url(../images/box_shadow_button.png);
  background-repeat: repeat-x;
}

a.button_js {
  padding: 0;
}

a.button .button_label {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  padding: 11px 20px;
}

@media only screen and (min-width:768px) {

  a.button:after,
  button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: rgba(0, 0, 0, .05)
  }

  a:hover.button {
    text-decoration: none
  }

  a.button:hover:after button:hover:after {
    width: 100%
  }
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "mfn-icons";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: none !important;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-address:before {
  content: '\e801'
}

.icon-call:before {
  content: '\e827'
}

.icon-check:before {
  content: '\e841'
}

.icon-clock:before {
  content: '\e843'
}

.icon-down:before {
  content: '\e863'
}

.icon-down-bold:before {
  content: '\e864'
}

.icon-down-circled:before {
  content: '\e865'
}

.icon-down-dir:before {
  content: '\e866'
}

.icon-down-open:before {
  content: '\e867'
}

.icon-down-open-big:before {
  content: '\e868'
}

.icon-down-open-mini:before {
  content: '\e869'
}

.icon-down-thin:before {
  content: '\e86a'
}

.icon-left:before {
  content: '\e8b3'
}

.icon-left-bold:before {
  content: '\e8b4'
}

.icon-left-circled:before {
  content: '\e8b5'
}

.icon-left-dir:before {
  content: '\e8b6'
}

.icon-left-open:before {
  content: '\e8b7'
}

.icon-left-open-big:before {
  content: '\e8b8'
}

.icon-left-open-mini:before {
  content: '\e8b9'
}

.icon-left-thin:before {
  content: '\e8ba'
}

.icon-lego:before {
  content: '\e8bb'
}

.icon-level-down:before {
  content: '\e8bc'
}

.icon-level-up:before {
  content: '\e8bd'
}

.icon-light-down:before {
  content: '\e8bf'
}

.icon-light-up:before {
  content: '\e8c0'
}

.icon-location:before {
  content: '\e8c6'
}

.icon-location-line:before {
  content: '\e8c7'
}

.icon-map:before {
  content: '\e8d2'
}

.icon-minus:before {
  content: '\e8d8'
}

.icon-minus-circled:before {
  content: '\e8d9'
}

.icon-minus-squared:before {
  content: '\e8da'
}

.icon-phone:before {
  content: '\e8f4'
}

.icon-right:before {
  content: '\e911'
}

.icon-right-bold:before {
  content: '\e912'
}

.icon-right-circled:before {
  content: '\e913'
}

.icon-right-dir:before {
  content: '\e914'
}

.icon-right-open:before {
  content: '\e915'
}

.icon-right-open-big:before {
  content: '\e916'
}

.icon-right-open-mini:before {
  content: '\e917'
}

.icon-right-thin:before {
  content: '\e918'
}

.icon-up:before {
  content: '\e941'
}

.icon-up-bold:before {
  content: '\e942'
}

.icon-up-circled:before {
  content: '\e943'
}

.icon-up-dir:before {
  content: '\e944'
}

.icon-up-open:before {
  content: '\e945'
}

.icon-up-open-big:before {
  content: '\e946'
}

.icon-up-open-mini:before {
  content: '\e947'
}

.icon-up-thin:before {
  content: '\e948'
}

.icon-youtube:before {
  content: '\e95f'
}

.icon-plus-fine:before {
  content: '\e964'
}

.icon-minus-fine:before {
  content: '\e965'
}

.icon-instagram:before {
  content: '\f16d'
}

.icon-google:before {
  content: '\f1a0'
}

.icon-twitter:before {
  content: '\f309'
}

.icon-twitter-circled:before {
  content: '\f30a'
}

.icon-facebook:before {
  content: '\f30c'
}

.icon-facebook-circled:before {
  content: '\f30d'
}

.icon-facebook-squared:before {
  content: '\f30e'
}

.icon-linkedin:before {
  content: '\f318'
}

.icon-linkedin-circled:before {
  content: '\f319'
}

.image_frame {
  display: block;
  margin: 0;
  max-width: 100%;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.image_frame .image_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.image_frame a {
  display: block
}

.image_frame .image_wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
}

.image_frame .image_wrapper img:not(.ls-l) {
  position: relative;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
  margin-bottom: -15px !important
}

.image_frame:hover .image_wrapper img,
.image_frame.hover .image_wrapper img {
  top: -15px
}

.image_frame:hover .image_wrapper .ls-container img,
.image_frame.no_link:hover .image_wrapper img {
  top: 0
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block
}

.aligncenter img {
  display: inline
}

.image_frame .image_wrapper img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.image_frame.hover-disable .image_wrapper img {
  margin-bottom: 0 !important;
  top: 0 !important;
  transform: scale(0);
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important
}

.image_frame.hover-disable:not(.no_link) .image_wrapper img:not(.ls-l) {
  margin-bottom: 0 !important
}

hr {
  box-sizing: content-box;
  overflow: visible;
  display: block;
  border: none;
  outline: none;
  height: 1px;
  width: 100%;
  margin: 0 auto 15px;
  clear: both;
  color: rgba(0, 0, 0, .08)
}

.hr_wide {
  margin: 0 auto 15px;
  clear: both;
  position: relative;
  height: 1px
}

.hr_wide hr {
  position: absolute;
  left: -1000px;
  top: 0;
  width: 3000px
}

ul {
  list-style: none outside
}

ol {
  list-style: decimal
}

.mfn-acc ul,
.mfn-acc ol {
  margin: 0 0 15px 30px
}

.mfn-acc ul li {
  list-style: disc outside
}

.mfn-acc ul li,
.mfn-acc ol li {
  margin-bottom: 10px
}

.mfn-acc ul li ul,
.mfn-acc ol li ol {
  margin-top: 10px;
  margin-bottom: 0
}

.faq .question {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, .02)
}

.faq .question:before {
  content: "";
  width: 60px;
  height: 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, .1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.faq .question:after {
  content: "";
  width: 60px;
  height: 100%;
  background: rgba(0, 0, 0, .03);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.faq .question:last-child {
  margin-bottom: 0
}

.faq .question .title {
  padding: 20px 40px 20px 80px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  z-index: 2;
  color: #444
}

.faq .question .title>.acc-icon-plus,
.faq .question .title>.acc-icon-minus {
  font-size: 17px;
  line-height: 17px;
  display: block;
  position: absolute;
  right: 15px;
  top: 21px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, .25)
}

.faq .question .title>.acc-icon-plus:before,
.faq .question .title>.acc-icon-minus:before {
  margin: 0 !important
}

.faq .question .title>.acc-icon-plus {
  display: block
}

.faq .question .title>.acc-icon-minus {
  display: none
}

.faq .question .title .num {
  font-weight: 700;
  position: absolute;
  left: 27px;
  top: 20px;
  font-weight: bold
}

.faq .question .answer {
  padding: 0 20px 20px 80px;
  overflow: hidden;
  display: none
}

.faq .question.active .title>.acc-icon-plus {
  display: none
}

.faq .question.active .title>.acc-icon-minus {
  display: block
}

.faq .question.active p:last-child {
  margin-bottom: 0
}

.widget:after {
  border-color: rgba(0, 0, 0, .08)
}

.image_frame .image_wrapper {
  border-color: #e2e2e2
}



a.button.button_size_4 .button_label {
  padding: 18px 33px;
}

a.button.button_size_4 .button_icon {
  padding: 18px 16px
}

a.button.button_size_4,
button.button_size_4 {
  font-size: 120%;
  line-height: 120%
}

button::-moz-focus-inner {
  border: 0;
  padding: 0
}

#back_to_top {
  float: right;
  margin: -9px 0 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
}

.dark .widget:after {
  border-color: rgba(255, 255, 255, .08)
}

.dark hr {
  background-color: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .08)
}

.dark .faq .question .title {
  color: #fff
}

.logo-no-sticky-padding #Top_bar.is-sticky #logo {
  padding: 0 !important
}

.logo-no-sticky-padding #Top_bar.is-sticky #logo img.logo-sticky {
  max-height: 60px
}

#Top_bar.is-sticky #logo img.logo-sticky {
  display: inline;
  max-height: 100px;
}


#Top_bar {
  position: absolute;
  left: 0;
  top: 0 !important;
  width: 100%;
  z-index: 30;
}

#Top_bar .column {
  margin-bottom: 0;
}

.layout-full-width.header-fw #Action_bar .container,
.layout-full-width.header-fw #Top_bar .container {
  width: 100%;
}

#Top_bar .top_bar_left {
  position: relative;
  float: left;
}

#Top_bar .top_bar_right {
  float: right;
  position: relative;
  padding: 0;
}

#Top_bar .logo {
  float: left;
}

#Top_bar .logo h1 {
  margin: 0;
}

#Top_bar .logo:not(.text-logo) h1 {
  line-height: 0;
  font-size: 0;
  margin: 0;
}

.text-logo #logo {
  font-family: "Suranna";
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 0;
}

#Top_bar #logo {
  display: block;
  line-height: 60px;
  height: 120px;
  padding: 5px 0;
}

#Top_bar #logo:hover {
  text-decoration: none;
}

#Top_bar #logo img {
  vertical-align: middle;
  max-height: 100%;
}

#Top_bar #logo img.logo-sticky {
  display: none;
}

#Top_bar .top_bar_right a:not(.action_button) {
  color: #333;
}

#Top_bar #logo img.logo-sticky,
#Top_bar #logo img.logo-mobile,
#Top_bar #logo img.logo-mobile-sticky {
  display: none;
}

#Top_bar.is-sticky {
  position: fixed !important;
  width: 100%;
  left: 0;
  height: 110px;
  z-index: 701;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

#Top_bar.is-sticky .logo {
  width: auto;
  margin: 0 30px 0 20px;
  padding: 0;
}

#Top_bar.is-sticky #logo {
  padding: 5px 0 !important;
  height: 50px !important;
  line-height: 50px !important;
}

#Top_bar.is-sticky #logo img.logo-main {
  display: none;
}

a#back_to_top.button .button_icon {
  padding: 2px 7px;
}

a.action_button {
  display: block;
  padding: 11px 20px;
  line-height: 21px;
  float: left;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  top: 35px;
  color: #fff;
  font-family: "Fahkwang";
}

a.action_button:hover {
  text-decoration: none
}

.is-sticky a.action_button {
  top: 35px;
}

/*SLIDER*/

.bg-grey {
  background-color: #eee !important;
}

.bg-white {
  background-color: #fff !important;
}

.border-left {
  border-radius: 10px 0 0 10px;
}

.border-right {
  border-radius: 0 10px 10px 0;
}

.slider-promo-text {
  background-color: rgba(255, 255, 255, .65);
  padding: 40px 20px;
  text-align: center;
}

.slider-promo-text h2 {
  color: #262D69 !important;
  font-size: 62px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.slider-promo-text h3 {
  color: #A12A45 !important;
  font-size: 46px;
  line-height: 48px;
  text-align: center;
}

.slider-promo-text h3.h3-2 {
  color: #212E4F !important;
  font-size: 50px;
  line-height: 48px;
}

.slider-promo-text h4 {
  font-family: Fahkwang;
  color: #05572A !important;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}

.slider-promo-text h5 {
  font-family: Fahkwang;
  color: #111 !important;
  font-size: 26px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.bg-image-1 {
  background-image: url(../images/womens-functional-medicine.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#Subheader {
  background-color: rgba(247, 247, 247, 1);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 30px 0;
  position: relative;
}

#Subheader .column {
  margin-bottom: 0;
}

#Subheader .title {
  margin-bottom: 0;
  width: 70%;
  float: left;
  color: #444;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 1px;
  font-style: italic;
  font-family: "Fahkwang";
}

#Subheader ul.breadcrumbs {
  display: block;
  width: 30%;
  margin: 1px 0 0;
  font-size: 1em !important;
  float: right;
  text-align: right;
}

#Subheader ul.breadcrumbs li {
  display: inline-block;
}

#Subheader ul.breadcrumbs li,
#Subheader ul.breadcrumbs li a {
  color: rgba(0, 0, 0, .3);
}

#Subheader ul.breadcrumbs li span {
  margin: 0 10px;
  opacity: .4;
  filter: alpha(opacity=40);
}

#Subheader:after {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
  background: url(../images/box_shadow.png) repeat-x left top;
}


#Subheader ul.breadcrumbs li,
#Subheader ul.breadcrumbs li a {
  color: rgba(68, 68, 68, .6);
}

#Footer {
  background-image: url(../images/footer-logo.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: #e1e1e1;
}

#Footer .widgets_wrapper {
  padding: 100px 0 75px;
}

#Footer .widgets_wrapper .column {
  margin-bottom: 0;
}

#Footer .widgets_wrapper .widget {
  padding: 15px 0;
  margin-bottom: 0;
}

#Footer .widgets_wrapper .widget:after {
  display: none;
}

#Footer .footer_copy {
  border-top: 1px solid rgba(255, 255, 255, .1);
  text-align: center;
}

#Footer .footer_copy .one {
  margin-bottom: 20px;
  padding-top: 30px;
}

#Footer .footer_copy .copyright,
#Footer .footer_copy .social {
  float: none;
}

#Footer .footer_copy a#back_to_top {
  float: right;
  margin: -10px 0 0;
}

#Footer .footer_copy .social li {
  display: inline-block;
  margin-right: 6px;
}

#Footer .footer_copy .social li:last-child {
  margin-right: 0;
}

#Footer .footer_copy .social li a {
  color: rgba(255, 255, 255, .3);
  font-size: 15px;
  line-height: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#Footer .footer_copy .social li a:hover {
  color: #fff;
}

.footer-copy-center #Footer .footer_copy {
  text-align: center;
}

.footer-copy-center #Footer .footer_copy .copyright {
  float: none;
  margin: 0 0 10px;
}

.footer-copy-center #Footer .footer_copy a#back_to_top {
  float: none;
  margin: -10px 0 10px;
}

.footer-copy-center #Footer .footer_copy .social {
  float: none;
  margin: 0;
}

a#back_to_top.button.button_js {
  color: #65666c;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a#back_to_top.button.button_js:after {
  display: none;
}

@media only screen and (min-width:1240px) {

  #Top_bar.is-sticky .top_bar_left,
  #Top_bar.is-sticky .top_bar_right,
  #Top_bar.is-sticky .top_bar_right:before {
    background: none
  }

  #Top_bar.is-sticky .top_bar_right {
    top: -4px
  }

  #Top_bar.is-sticky .logo {
    width: auto;
    margin: 0 30px 0 20px;
    padding: 0
  }

  #Top_bar.is-sticky #logo {
    padding: 5px 0;
    height: 50px;
    line-height: 50px
  }

  #Top_bar.is-sticky #logo img {
    max-height: 35px;
    width: auto !important
  }

  #Top_bar.is-sticky #logo img.logo-main {
    display: none
  }

  #Top_bar.is-sticky #logo img.logo-sticky {
    display: inline
  }

  #Top_bar.is-sticky a.button.action_button {
    top: 13px
  }

  .sticky-dark #Top_bar.is-sticky {
    background: rgba(0, 0, 0, .8)
  }

  .sticky-dark #Top_bar.is-sticky .menu>li>a {
    color: #fff
  }

  .sticky-dark #Top_bar.is-sticky .top_bar_right a {
    color: rgba(255, 255, 255, .5)
  }
}

@media only screen and (min-width:960px) and (max-width:1239px) {
  body {
    min-width: 0
  }

  #Wrapper {
    width: 960px
  }
}

@media only screen and (min-width:768px) and (max-width:959px) {
  body {
    min-width: 0
  }

  #Wrapper {
    width: 728px
  }

  .container {
    width: 708px
  }

  #Subheader .title {
    width: 100%
  }

  #Subheader ul.breadcrumbs {
    display: none
  }
}

@media only screen and (max-width:767px) {
  body {
    min-width: 0
  }

  #Wrapper {
    width: 300px
  }

  .container .column,
  .sections_group {
    margin: 0;
    width: 100% !important;
    clear: both
  }

  .container {
    width: 260px !important
  }

  .section {
    background-attachment: scroll !important;
    height: auto !important
  }

  #Top_bar {
    background: #fff !important;
    position: static
  }

  #Top_bar .top_bar_left {
    float: none;
    width: 100% !important;
    margin-top: 10px;
    background: none !important
  }

  #Top_bar .top_bar_right {
    float: none;
    top: 0
  }

  a.action_button {
    top: 0 !important;
    text-align: center;
    float: none;
    margin: 5px
  }

  #Top_bar .logo {
    position: static;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0
  }

  #Top_bar .logo #logo {
    padding: 0
  }

  #Top_bar .logo #logo img {
    height: auto !important
  }

  #Top_bar.is-sticky .logo,
  #Top_bar.is-sticky #logo img.logo-sticky {
    display: none !important;
  }

  #Subheader .title {
    width: 100%
  }

  #Subheader ul.breadcrumbs {
    display: none
  }

  .image_frame {
    margin-top: 0 !important
  }

  #Footer .footer_copy {
    text-align: center
  }

  #Footer .footer_copy .copyright {
    float: none;
    margin: 0 0 10px
  }

  #Footer .footer_copy a#back_to_top {
    float: none;
    margin: 0 0 10px
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  #Wrapper {
    width: 420px
  }

  .container {
    width: calc(100% - 67px) !important
  }
}

@media only screen and (max-width:479px) {
  #Top_bar a.button.action_button {
    margin-right: 0
  }
}

@media only screen and (max-width:991px) {

  #Footer .footer_copy .copyright,
  #Footer .footer_copy .social,
  #Footer h3,
  #Footer h4,
  h3,
  h4,
  h5 {
    text-align: center !important;
  }

  img.scale-with-grid {
    display: flex;
    margin: 0 auto;
  }

  .border-left {
    border-radius: 10px 10px 0 0;
  }

  .border-right {
    border-radius: 0 0 10px 10px;
  }

  .slider-promo-text {
    margin: 0 10px 0;
  }

  .slider-promo-text.border-right {
    padding: 0px 10px 20px;
  }

  .slider-promo-text.border-left {
    padding: 20px 10px 0px;
  }

  .bg-image-1 {
    background-image: url(../images/womens-functional-medicine-mobile.webp);
  }

  .hide-tablet {
    display: none !important;
  }
}

@media only screen and (max-width:767px) {

  .container .column,
  .sections_group {
    margin: 0;
    width: 100% !important;
    clear: both;
  }

  #Footer .widgets_wrapper {
    padding: 15px 0;
  }

  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (max-width:500px) {
  .slider-promo-text h2 {
    font-size: 48px;
    line-height: 50px;
  }

  h2 {
    font-size: 52px;
    line-height: 52px;
  }

  h3 {
    font-size: 42px;
    line-height: 42px;
  }
}

@media only screen and (max-width:484px) {
  h2 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media only screen and (max-width:375px) {
  h2 {
    font-size: 42px;
    line-height: 42px;
  }

  h4 {
    font-size: 28px;
    line-height: 28px;
  }
}

.dark,
.dark h1,
.dark h1 a,
.dark h1 a:hover,
.dark h2,
.dark h2 a,
.dark h2 a:hover,
.dark h3,
.dark h3 a,
.dark h3 a:hover,
.dark h4,
.dark h4 a,
.dark h4 a:hover,
.dark h5,
.dark h5 a,
.dark h5 a:hover,
.dark h6,
.dark h6 a,
.dark h6 a:hover,
.dark .faq .question .title {
  color: #fff;
}

.dark hr {
  background-color: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .08);
}

.theme-color2-bg,
a.button,
a.action_button {
  background-color: #079F6D !important;
}

a.button,
a.action_button,
a.button_js i {
  color: #212E4F !important;
}

.theme-color1-bg,
a.action_button.theme-color1-bg {
  background-color: #212E4F !important;
}

h2,
h3,
h4,
h5,
#Footer h3,
#Footer h4,
#Footer {
  color: #212E4F !important;
}

#Footer a,
#Footer i,
#Footer .footer_copy .social li a {
  color: #079F6D;
}

#Footer a:hover,
#Footer .footer_copy .social li a:hover {
  color: #079F6D;
}

a.action_button.theme-color1-bg {
  color: #fff !important;
}
