/* line 19, ../scss/_variables.scss */
.green {
  color: #80BC00;
}

/* line 22, ../scss/_variables.scss */
.green-back {
  background-color: #80BC00;
}

/* line 26, ../scss/_variables.scss */
.light-green {
  color: #9DC944;
}

/* line 29, ../scss/_variables.scss */
.light-green-back {
  background-color: #9DC944;
}

/* line 33, ../scss/_variables.scss */
.lightlightGreen {
  color: #C0E670;
}

/* line 36, ../scss/_variables.scss */
.blue {
  color: #b5c6ce;
}

/* line 39, ../scss/_variables.scss */
.blue-back {
  background-color: #b5c6ce;
}

/* line 42, ../scss/_variables.scss */
.orange {
  color: #79b700;
}

/* line 45, ../scss/_variables.scss */
.orange-back {
  background-color: #79b700;
}

/* line 48, ../scss/_variables.scss */
.white {
  color: #ffffff;
}

/* line 51, ../scss/_variables.scss */
.white-back {
  background-color: #ffffff;
}

/* line 54, ../scss/_variables.scss */
.grey {
  color: #5B6670;
}

/* line 57, ../scss/_variables.scss */
.grey-back {
  background-color: #5B6670;
}

/* line 60, ../scss/_variables.scss */
.light-grey {
  color: #BDCCD4;
}

/* line 63, ../scss/_variables.scss */
.light-grey-back {
  background-color: #BDCCD4;
}

/* line 66, ../scss/_variables.scss */
.dark-grey {
  color: #35424d;
}

/* line 69, ../scss/_variables.scss */
.dark-grey-back {
  background-color: #35424d;
}

/* line 73, ../scss/_variables.scss */
.light-light-grey-back {
  background-color: #eff2f4;
}

/* line 77, ../scss/_variables.scss */
.black {
  color: #000000;
}

/* line 80, ../scss/_variables.scss */
.black-back {
  background-color: #000000;
}

/* line 84, ../scss/_variables.scss */
.opacity-orange-back {
  background: rgba(249, 156, 52, 0.9);
}

/* line 87, ../scss/_variables.scss */
.livio_blue {
  color: #00a3e0;
}

@font-face {
  font-family: 'Avenir Next Medium';
  src: url("../fonts/AvenirNext-Medium.eot");
  src: url("../fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Medium.woff2") format("woff2"), url("../fonts/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium.ttf") format("truetype"), url("../fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Demi';
  src: url("../fonts/AvenirNext-DemiBold.eot");
  src: url("../fonts/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-DemiBold.woff2") format("woff2"), url("../fonts/AvenirNext-DemiBold.woff") format("woff"), url("../fonts/AvenirNext-DemiBold.ttf") format("truetype"), url("../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Italic';
  src: url("../fonts/AvenirNext-Italic.eot");
  src: url("../fonts/AvenirNext-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Italic.woff2") format("woff2"), url("../fonts/AvenirNext-Italic.woff") format("woff"), url("../fonts/AvenirNext-Italic.ttf") format("truetype"), url("../fonts/AvenirNext-Italic.svg#AvenirNext-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/AvenirNext-Regular.eot");
  src: url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Regular.woff2") format("woff2"), url("../fonts/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext-Regular.ttf") format("truetype"), url("../fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 152, ../scss/_variables.scss */
.avenir_next {
  font-family: "Avenir Next";
}

/* line 155, ../scss/_variables.scss */
.avenir_next_demi, strong, b {
  font-family: "Avenir Next Demi";
}

/* line 158, ../scss/_variables.scss */
.avenir_next_italic {
  font-family: "Avenir Next Italic";
}

/* line 162, ../scss/_variables.scss */
.avenir_next_medium {
  font-family: "Avenir Next Medium";
}

/* line 1, ../scss/_header.scss */
.logo {
  display: block;
  width: 100%;
  text-align: center;
}
/* line 5, ../scss/_header.scss */
.logo:focus {
  border: none;
  box-shadow: none;
}
/* line 9, ../scss/_header.scss */
.logo img {
  width: 220px;
}

/* line 15, ../scss/_header.scss */
header .menu {
  font-size: 16px;
}

/* line 19, ../scss/_header.scss */
header {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
}
@media (max-width: 768px) {
  /* line 19, ../scss/_header.scss */
  header {
    background-color: #4a4e53;
  }
}
/* line 27, ../scss/_header.scss */
header p a {
  color: inherit !important;
  background: url(../img/icon-mailx2.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 30px;
  background-size: 25px;
}
/* line 35, ../scss/_header.scss */
header .current-menu-item, header .current-menu-parent, header .current_page_item {
  color: #80BC00 !important;
}

/* line 41, ../scss/_header.scss */
header.smallHeader {
  background-color: #4a4e53;
}
/* line 43, ../scss/_header.scss */
header.smallHeader .contactsHeader {
  padding-top: 0.5rem !important;
}
/* line 47, ../scss/_header.scss */
header.smallHeader .logo img {
  width: 170px;
  padding: 0 0 1rem 0 !important;
}
/* line 51, ../scss/_header.scss */
header.smallHeader .menu_header_desktop {
  padding: 37px 0;
}
/* line 54, ../scss/_header.scss */
header.smallHeader .menu_header_desktop .sub-menu {
  padding-top: 37px;
}
/* line 56, ../scss/_header.scss */
header.smallHeader .menu_header_desktop .sub-menu li {
  background-color: #4a4e53;
}

/* line 62, ../scss/_header.scss */
.menu_header_desktop .nolink > a,
#menuForMobile li.nolink > a {
  cursor: default;
  text-decoration: none !important;
}

/* line 71, ../scss/_header.scss */
.menu_header_desktop {
  position: initial;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 40px 0;
}

/* line 81, ../scss/_header.scss */
.menu_header_desktop ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 88, ../scss/_header.scss */
.menu_header_desktop ul.menu > li {
  float: left;
  padding: 0;
}

/* line 93, ../scss/_header.scss */
.menu_header_desktop ul.menu > li:hover {
  color: #80BC00;
}
/* line 96, ../scss/_header.scss */
.menu_header_desktop ul.menu > li > a {
  padding: 0px 13px;
  border-right: 1px solid #ffffff;
}
@media (min-width: 992px) and (max-width: 1330px) {
  /* line 96, ../scss/_header.scss */
  .menu_header_desktop ul.menu > li > a {
    padding: 0 10px;
  }
}

/* line 105, ../scss/_header.scss */
.menu_header_desktop ul.menu > li:first-child > a {
  border-left: 1px solid #ffffff;
}

/* line 111, ../scss/_header.scss */
.menu_header_desktop .sub-menu {
  z-index: 99999;
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  padding-top: 40px;
  -webkit-box-shadow: 0px 60px 71px 7px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 60px 71px 7px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 60px 71px 7px rgba(0, 0, 0, 0.43);
}
/* line 122, ../scss/_header.scss */
.menu_header_desktop .sub-menu li {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
/* line 125, ../scss/_header.scss */
.menu_header_desktop .sub-menu li:hover {
  background-color: #eff2f4 !important;
  color: #5B6670;
}
/* line 130, ../scss/_header.scss */
.menu_header_desktop .sub-menu a {
  display: block;
  padding: 10px;
  height: 100%;
  width: 100%;
  padding: 13px 30px 13px;
  border: 1px solid #eff2f4;
}

@media (min-width: 2000px) {
  /* line 144, ../scss/_header.scss */
  ul.sub-menu {
  /*  left: 1000px !important; */
  }
}
/* line 148, ../scss/_header.scss */
.menu_header_desktop ul.menu li:hover .sub-menu {
  display: grid;
}

/* line 152, ../scss/_header.scss */
.menu_header_desktop .megamenu .sub-menu {
  /*z-index: 99999;
  width: 90%;
  max-width: 1300px;
  left: 50%;
  transform: translateX(-75%);
  font-size: 0;
  margin: 0 auto;
  display: none; */
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
}
@media (max-width: 768px) {
  /* line 152, ../scss/_header.scss */
  .menu_header_desktop .megamenu .sub-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 168, ../scss/_header.scss */
.menu_header_desktop .megamenu .sub-menu .custom-col {
  background-color: #ffffff !important;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* line 177, ../scss/_header.scss */
.menu_header_desktop .megamenu .sub-menu .custom-col img {
  height: auto;
  width: 150px;
}
/* line 183, ../scss/_header.scss */
.menu_header_desktop .megamenu .sub-menu .custom-col a {
  font-size: 16px;
  color: #80BC00;
  font-family: "Avenir Next Demi";
}
/* line 188, ../scss/_header.scss */
.menu_header_desktop .megamenu .sub-menu .custom-col a:hover {
  text-decoration: none !important;
}
/* line 191, ../scss/_header.scss */
.menu_header_desktop .megamenu .sub-menu .custom-col a .description {
  display: block;
  font-size: 12px;
  font-family: "Avenir Next";
  color: #000000;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* line 204, ../scss/_header.scss */
.menu_header_desktop .megamenu .sub-menu .custom-col.ctalink a {
  background-color: #F8981D;
  color: #ffffff;
  width: 80%;
  height: 40px;
  margin: 40px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 216, ../scss/_header.scss */
  .menu_header_desktop .megamenu .sub-menu .custom-col:hover .description {
    padding-top: 15px;
    padding-bottom: 0px;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
  }
}

/* line 232, ../scss/_header.scss */
.burger {
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  left: 17px;
  top: 37px;
  font-size: 14px;
  text-align: center;
  display: none;
  z-index: 12003;
}
/* line 243, ../scss/_header.scss */
.burger .first {
  margin-top: 0;
}
/* line 246, ../scss/_header.scss */
.burger span {
  height: 5px;
  width: 40px;
  background: rgba(250, 250, 250, 0.9);
  display: block;
  margin-top: 5px;
}
/* line 253, ../scss/_header.scss */
.burger.smallHeader {
  top: 25px;
}

/* line 258, ../scss/_header.scss */
#close-nav {
  top: 37px;
  width: 38px;
  height: 38px;
  background: url(../img/close.svg) center center no-repeat transparent;
  background-size: 80%;
}
/* line 264, ../scss/_header.scss */
#close-nav.smallHeader {
  top: 40px;
}

/* line 269, ../scss/_header.scss */
.headerMobile .phone {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 16px;
  z-index: 99;
}

/* line 276, ../scss/_header.scss */
#menuForMobile {
  position: absolute;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  overflow-y: scroll;
  z-index: 12004;
  padding: 40px 20px 80px;
  display: none;
  right: 0;
  background-color: #4a4e53;
  top: 0;
}
@media (min-width: 992px) {
  /* line 276, ../scss/_header.scss */
  #menuForMobile {
    display: none !important;
  }
}
/* line 297, ../scss/_header.scss */
#menuForMobile .menu-main-container {
  padding-top: 30px;
}
/* line 300, ../scss/_header.scss */
#menuForMobile ul {
  margin: 0;
  padding: 0;
}
/* line 304, ../scss/_header.scss */
#menuForMobile li {
  display: block;
  clear: both;
  padding: 10px;
}
/* line 308, ../scss/_header.scss */
#menuForMobile li a {
  border: none;
  color: #ffffff;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
}
/* line 318, ../scss/_header.scss */
#menuForMobile .menu > li > a {
  color: #80BC00;
  font-family: "Avenir Next Demi";
}
/* line 323, ../scss/_header.scss */
#menuForMobile .sub-menu li.current-menu-item > a,
#menuForMobile .sub-menu li a:focus {
  text-decoration: underline !important;
}
/* line 329, ../scss/_header.scss */
#menuForMobile .sub-menu .custom-col img,
#menuForMobile .sub-menu .custom-col .description {
  display: none;
}
/* line 333, ../scss/_header.scss */
#menuForMobile .current-menu-ancestor .sub-menu {
  display: block;
}
/* line 336, ../scss/_header.scss */
#menuForMobile .sub-menu {
  display: none;
}
/* line 339, ../scss/_header.scss */
#menuForMobile .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 0;
}
/* line 343, ../scss/_header.scss */
#menuForMobile .sub-menu li a {
  padding: 10px;
}

/* line 371, ../scss/_header.scss */
.social_networks {
  padding: 0;
  margin: 0;
}
/* line 374, ../scss/_header.scss */
.social_networks li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0 3px;
}
/* line 379, ../scss/_header.scss */
.social_networks li a {
  background: url(../img/sprite_socialnetworks.png) 0 0 no-repeat transparent;
  width: 20px;
  height: 20px;
  background-size: 400%;
  display: block;
  opacity: 0.8;
}
/* line 386, ../scss/_header.scss */
.social_networks li a:hover {
  opacity: 1;
}
/* line 390, ../scss/_header.scss */
.social_networks li a:focus {
  border: none;
  box-shadow: none;
}
/* line 396, ../scss/_header.scss */
.social_networks .facebook a {
  background-position: 0 0;
}
/* line 398, ../scss/_header.scss */
.social_networks .facebook a:hover {
  opacity: 1;
}
/* line 403, ../scss/_header.scss */
.social_networks .twitter a {
  background-position: -20px 0;
}
/* line 405, ../scss/_header.scss */
.social_networks .twitter a:hover {
  opacity: 1;
}
/* line 410, ../scss/_header.scss */
.social_networks .youtube a {
  background-position: -40px 0;
}
/* line 412, ../scss/_header.scss */
.social_networks .youtube a:hover {
  opacity: 1;
}
/* line 417, ../scss/_header.scss */
.social_networks .instagram a {
  background-position: -60px 0;
}
/* line 419, ../scss/_header.scss */
.social_networks .instagram a:hover {
  opacity: 1;
}

/* line 426, ../scss/_header.scss */
.menu_header_desktop .menu-main-container, .formSearch {
  display: inline-block;
  vertical-align: top;
}

/* line 433, ../scss/_header.scss */
.formSearch {
  font-size: 16px;
  margin-left: 3%;
  width: 29%;
}
@media (max-width: 992px) {
  /* line 433, ../scss/_header.scss */
  .formSearch {
    width: 85%;
  }
}
@media (min-width: 992px) and (max-width: 1330px) {
  /* line 433, ../scss/_header.scss */
  .formSearch {
    margin-left: 1%;
    width: auto;
  }
}
/* line 444, ../scss/_header.scss */
.formSearch input[type=text] {
  background: none;
  border: 0;
  border-bottom: 1px solid #5B6670;
  color: #ffffff;
  width: calc(100% - 40px);
}
/* line 94, ../scss/_variables.scss */
.formSearch input[type=text].placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
/* line 95, ../scss/_variables.scss */
.formSearch input[type=text]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
/* line 96, ../scss/_variables.scss */
.formSearch input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
/* line 97, ../scss/_variables.scss */
.formSearch input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
/* line 98, ../scss/_variables.scss */
.formSearch input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
/* line 464, ../scss/_header.scss */
.formSearch input[type=submit] {
  cursor: pointer;
  text-indent: -99999px;
  width: 27px;
  padding: 0;
  height: 27px;
  background: url(../img/icon-search.png) 50% center no-repeat;
  background-size: 95%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
/* line 476, ../scss/_header.scss */
.formSearch input[type=submit]:hover, .formSearch input[type=submit]:focus {
  background-size: 100%;
  border: none;
  box-shadow: none;
}

/* line 484, ../scss/_header.scss */
.headerMobile .formSearch {
  display: block;
  margin: 0 0 0 auto;
  width: 85%;
}

@media (min-width: 992px) and (max-width: 1330px) {
  /* line 492, ../scss/_header.scss */
  header .formSearch input[type=text] {
    display: none;
  }
}

/* line 500, ../scss/_header.scss */
.searchPage .formSearch {
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 504, ../scss/_header.scss */
.searchPage .formSearch input[type=text] {
  color: black;
  max-width: 300px;
  width: 80%;
  height: 40px;
  vertical-align: text-bottom;
}
/* line 94, ../scss/_variables.scss */
.searchPage .formSearch input[type=text].placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
/* line 95, ../scss/_variables.scss */
.searchPage .formSearch input[type=text]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
/* line 96, ../scss/_variables.scss */
.searchPage .formSearch input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
/* line 97, ../scss/_variables.scss */
.searchPage .formSearch input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
/* line 98, ../scss/_variables.scss */
.searchPage .formSearch input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
/* line 515, ../scss/_header.scss */
.searchPage .formSearch input[type=submit] {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #5B6670;
  border-right: 1px solid #5B6670;
  font-size: 0;
  vertical-align: text-bottom;
}

/* line 527, ../scss/_header.scss */
.contactsHeader {
  text-align: right;
  position: absolute;
  right: 20px;
}
/* line 532, ../scss/_header.scss */
.contactsHeader h3 {
  font-size: 22px;
}
/* line 535, ../scss/_header.scss */
.contactsHeader p {
  font-size: 16px;
}
@media (max-width: 992px) {
  /* line 527, ../scss/_header.scss */
  .contactsHeader {
    text-align: left;
    right: auto;
    left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1020px) {
  /* line 527, ../scss/_header.scss */
  .contactsHeader {
    right: 4px;
  }
}

/* line 1, ../scss/_general.scss */
html {
  padding: 0;
  margin: 0;
}

/* line 6, ../scss/_general.scss */
body {
  padding: 0;
  color: #35424d;
  font-family: 'Avenir Next';
  margin: 0;
  font-size: 16px;
}
@media (max-width: 992px) {
  /* line 6, ../scss/_general.scss */
  body {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  /* line 6, ../scss/_general.scss */
  body {
    font-size: 16px;
  }
}

/* line 22, ../scss/_general.scss */
.mobile-only {
  display: none;
}

/* line 25, ../scss/_general.scss */
iframe {
  width: 100%;
  max-width: 100%;
}

/* line 31, ../scss/_general.scss */
b,
strong,
.bold {
  font-weight: bold;
  font-family: 'Avenir Next Demi';
}

/* line 37, ../scss/_general.scss */
.meri {
  font-family: 'Merriweather', serif;
  font-size: 80%;
}

/* line 41, ../scss/_general.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 44, ../scss/_general.scss */
a {
  color: inherit;
  text-decoration: none !important;
}

/* line 49, ../scss/_general.scss */
a:active,
a:focus,
a:hover,
a:visited,
a:focus-within {
  text-decoration: none !important;
  color: inherit;
}

/* line 59, ../scss/_general.scss */
button:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: rgba(128, 188, 0, 0.8);
  box-shadow: 0 1px 1px rgba(128, 188, 0, 0.075) inset, 0 0 8px rgba(128, 188, 0, 0.6);
  outline: 0 none;
}

/* line 68, ../scss/_general.scss */
a:focus, input.datepicker:focus {
  outline: 0;
  border-color: transparent;
  box-shadow: none;
}

/* line 74, ../scss/_general.scss */
a[href^=tel] {
  text-decoration: none;
}

/* line 78, ../scss/_general.scss */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* line 87, ../scss/_general.scss */
img {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/* line 92, ../scss/_general.scss */
.flex-center {
  justify-content: center;
  display: flex;
  align-items: center;
}

/** fonts **/
/* line 99, ../scss/_general.scss */
h1 {
  font-size: 32px;
}
@media (max-width: 992px) {
  /* line 99, ../scss/_general.scss */
  h1 {
    font-size: 29px;
  }
}
@media (min-width: 1600px) {
  /* line 99, ../scss/_general.scss */
  h1 {
    font-size: 32px;
  }
}

/* line 109, ../scss/_general.scss */
h2 {
  font-size: 2.5vw;
}
@media (max-width: 992px) {
  /* line 109, ../scss/_general.scss */
  h2 {
    font-size: 29px;
  }
}
@media (min-width: 1600px) {
  /* line 109, ../scss/_general.scss */
  h2 {
    font-size: 40px;
  }
}

/* line 119, ../scss/_general.scss */
h3 {
  font-size: 1.5vw;
}
@media (max-width: 992px) {
  /* line 119, ../scss/_general.scss */
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  /* line 119, ../scss/_general.scss */
  h3 {
    font-size: 24px;
  }
}

/* line 128, ../scss/_general.scss */
h4 {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 992px) {
  /* line 128, ../scss/_general.scss */
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  /* line 128, ../scss/_general.scss */
  h4 {
    font-size: 16px;
  }
}

/* line 139, ../scss/_general.scss */
p a {
  color: #80BC00 !important;
  font-weight: bold;
}

/* line 145, ../scss/_general.scss */
p a.button.orange {
  color: #79b700 !important;
}

/* line 148, ../scss/_general.scss */
p a.button.orange:hover {
  color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
  /* line 154, ../scss/_general.scss */
  .mobile-only {
    display: block;
  }
}
/* line 161, ../scss/_general.scss */
.single .breadcrumbs span {
  display: inline;
}
/* line 164, ../scss/_general.scss */
.single .breadcrumbs ul, .single .breadcrumbs li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

/* line 172, ../scss/_general.scss */
.single_thumbnail {
  max-width: 350px;
}

/* line 177, ../scss/_general.scss */
.single .img_single_article img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  /* line 184, ../scss/_general.scss */
  .single .img_single_article {
    max-width: 60%;
    margin: 0 auto;
  }
}
/* line 191, ../scss/_general.scss */
.nobanner .title {
  border-top: 10px solid #80BC00;
  background-color: #ebecee;
}
/* line 194, ../scss/_general.scss */
.nobanner .title h1 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 201, ../scss/_general.scss */
  .overlay::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(69deg, white 0%, white 0%, white 14%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(56%, rgba(255, 255, 255, 0)), color-stop(86%, white), color-stop(100%, white), color-stop(100%, white));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(69deg, white 0%, white 0%, white 14%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(69deg, white 0%, white 0%, white 14%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(69deg, white 0%, white 0%, white 14%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* ie10+ */
    background: linear-gradient(21deg, white 0%, white 0%, white 14%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#ffffff',GradientType=0 );
    /* ie6-9 */
    height: 100%;
    width: 100%;
    content: '';
  }
}
/* line 220, ../scss/_general.scss */
.container-fluid.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/backoffice/banner_page.jpg);
  width: 100%;
  overflow: hidden;
  height: 640px;
}
/* line 228, ../scss/_general.scss */
.container-fluid.hero p.banner {
  color: #35424d;
  font-size: 5vw;
  line-height: normal;
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  /* line 228, ../scss/_general.scss */
  .container-fluid.hero p.banner {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  /* line 228, ../scss/_general.scss */
  .container-fluid.hero p.banner {
    font-size: 80px;
  }
}
/* line 240, ../scss/_general.scss */
.container-fluid.hero .contentBanner {
  position: absolute;
}
/* line 243, ../scss/_general.scss */
.container-fluid.hero.bottomleft {
  background-position: center center;
}
/* line 245, ../scss/_general.scss */
.container-fluid.hero.bottomleft .contentBanner {
  bottom: 2%;
  left: 5%;
}
/* line 251, ../scss/_general.scss */
.container-fluid.hero.secondBanner {
  background-position: bottom left;
}
/* line 253, ../scss/_general.scss */
.container-fluid.hero.secondBanner .contentBanner {
  top: 10%;
  left: 5%;
}
@media (max-width: 767px) {
  /* line 220, ../scss/_general.scss */
  .container-fluid.hero {
    background: #fff !important;
    height: auto !important;
  }
  /* line 280, ../scss/_general.scss */
  .container-fluid.hero .contentBanner {
    position: initial;
  }
}

@media (max-width: 767px) {
  /* line 291, ../scss/_general.scss */
  .main {
    padding-top: 126px;
  }
}
/* line 297, ../scss/_general.scss */
.main.nobanner {
  padding-top: 126px;
}

/* line 303, ../scss/_general.scss */
.smallbanner .container-fluid.hero {
  max-height: 500px;
}

/* line 311, ../scss/_general.scss */
.modal {
  padding-right: 0 !important;
  z-index: 30000 !important;
}

/* line 315, ../scss/_general.scss */
.modal-dialog {
  margin: 5rem auto;
}

/* line 318, ../scss/_general.scss */
.modal-content {
  border-radius: 0px;
  border: none;
}

/* line 324, ../scss/_general.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

/* line 333, ../scss/_general.scss */
button.allWidth {
  width: 100%;
}

/* line 337, ../scss/_general.scss */
.button {
  display: inline-block;
  cursor: pointer;
  background-color: #ffffff;
  border: 3px solid #5B6670;
  color: #5B6670;
  padding: 5px 30px;
  margin-top: 10px;
  font-size: 20px;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
/* line 350, ../scss/_general.scss */
.button:hover {
  color: #79b700;
  border-color: #79b700;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
/* line 358, ../scss/_general.scss */
.button:focus {
  border-color: rgba(248, 152, 29, 0.8);
  box-shadow: 0 1px 1px rgba(248, 152, 29, 0.075) inset, 0 0 8px rgba(248, 152, 29, 0.6);
  outline: 0 none;
}
/* line 363, ../scss/_general.scss */
.button.orange {
  border-color: #79b700;
  color: #79b700;
  background: #ffffff;
}
/* line 371, ../scss/_general.scss */
.button.orange:hover {
  color: #ffffff;
  background-color: #79b700;
}
/* line 376, ../scss/_general.scss */
.button.green {
  border-color: #80BC00;
  color: #80BC00;
  background-color: #ffffff;
}
/* line 381, ../scss/_general.scss */
.button.green:hover {
  color: #ffffff;
  background-color: #80BC00;
}
/* line 385, ../scss/_general.scss */
.button.green:focus {
  border-color: rgba(128, 188, 0, 0.8);
  box-shadow: 0 1px 1px rgba(128, 188, 0, 0.075) inset, 0 0 8px rgba(128, 188, 0, 0.6);
  outline: 0 none;
}

/* line 397, ../scss/_general.scss */
.page_findaclinic .sticky-right .findClinic {
  display: none;
}

/* line 401, ../scss/_general.scss */
.cta-test {
  color: #ffffff;
  background: rgba(249, 156, 52, 0.9);
  z-index: 2000;
  text-transform: uppercase;
  font-weight: normal;
  background-image: url(../img/hearing-test.png);
  border: none;
  background-repeat: no-repeat;
  padding: 25px 35px 25px 150px;
  background-position: 12%;
  text-align: left;
  background-size: 26%;
  font-size: 1.25vw;
}
@media (max-width: 992px) {
  /* line 401, ../scss/_general.scss */
  .cta-test {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  /* line 401, ../scss/_general.scss */
  .cta-test {
    font-size: 20px;
  }
}

/* line 423, ../scss/_general.scss */
.cta-apple {
  color: #ffffff;
  background: rgba(249, 156, 52, 0.9);
  z-index: 2000;
  text-transform: uppercase;
  font-size: 1.25vw;
  font-weight: normal;
  background-image: url(../img/app-store-white.png);
  border: none;
  background-repeat: no-repeat;
  padding: 25px 35px 25px 150px;
  background-position: 12%;
  text-align: left;
  background-size: 32%;
}
@media (max-width: 992px) {
  /* line 423, ../scss/_general.scss */
  .cta-apple {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  /* line 423, ../scss/_general.scss */
  .cta-apple {
    font-size: 20px;
  }
}

/* line 445, ../scss/_general.scss */
.cta-news {
  color: #ffffff;
  background: rgba(249, 156, 52, 0.9);
  z-index: 2000;
  font-size: 1.25vw;
  font-weight: normal;
  background-image: url(../img/newsletter.png);
  border: none;
  background-repeat: no-repeat;
  padding: 175px 35px 25px 35px;
  background-position: top 17% center;
  text-align: center;
  background-size: 32%;
}
@media (max-width: 992px) {
  /* line 445, ../scss/_general.scss */
  .cta-news {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  /* line 445, ../scss/_general.scss */
  .cta-news {
    font-size: 20px;
  }
}
/* line 466, ../scss/_general.scss */
.cta-news span {
  text-transform: uppercase;
}

/* line 470, ../scss/_general.scss */
.cta-google {
  color: #ffffff;
  background: rgba(249, 156, 52, 0.9);
  z-index: 2000;
  text-transform: uppercase;
  font-size: 1.25vw;
  font-weight: normal;
  background-image: url(../img/google-play-white.png);
  border: none;
  background-repeat: no-repeat;
  padding: 25px 35px 25px 150px;
  background-position: 12%;
  text-align: left;
  background-size: 32%;
}
@media (max-width: 992px) {
  /* line 470, ../scss/_general.scss */
  .cta-google {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  /* line 470, ../scss/_general.scss */
  .cta-google {
    font-size: 20px;
  }
}

/* line 494, ../scss/_general.scss */
.cta-test, .cta-apple, .cta-google {
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* line 498, ../scss/_general.scss */
.cta-test:hover, .cta-apple:hover, .cta-google:hover {
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: #79b700;
}

@media only screen and (max-width: 992px) {
  /* line 507, ../scss/_general.scss */
  .cta-google, .cta-apple, .cta-test {
    padding: 50px 35px 50px 200px;
    background-size: 16%;
  }

  /* line 511, ../scss/_general.scss */
  .cta-news {
    background-size: 16%;
  }
}
@media only screen and (max-width: 450px) {
  /* line 517, ../scss/_general.scss */
  .cta-google, .cta-apple, .cta-test {
    padding: 25px;
    background-size: 0%;
    min-width: 100%;
    margin-bottom: 2px !important;
    text-align: center;
  }

  /* line 524, ../scss/_general.scss */
  .cta-news {
    display: none;
  }
}
/* line 532, ../scss/_general.scss */
.faq.card {
  border-radius: 0;
  border: none;
}
/* line 535, ../scss/_general.scss */
.faq.card .card-header {
  padding: 0;
}
/* line 538, ../scss/_general.scss */
.faq.card button {
  text-align: left;
  width: 100%;
  padding: .75rem 1.25rem;
  opacity: 0.7;
}
/* line 544, ../scss/_general.scss */
.faq.card button:hover, .faq.card button[aria-expanded=true] {
  opacity: 1;
  color: #80BC00;
  -webkit-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* line 552, ../scss/_general.scss */
.faq.card button:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}

/* line 561, ../scss/_general.scss */
.content_wordpress a {
  color: #80BC00 !important;
}

@media (max-width: 767px) {
  /* line 569, ../scss/_general.scss */
  .category_product h3 {
    padding-bottom: 3rem;
    border-bottom: 1px solid #BDCCD4;
  }

  /* line 573, ../scss/_general.scss */
  .category_product a:last-child {
    padding-bottom: 0 !important;
  }
  /* line 575, ../scss/_general.scss */
  .category_product a:last-child h3 {
    border: none;
  }
}
/* line 584, ../scss/_general.scss */
.single .smaller {
  font-size: 0.8em;
}

/* line 591, ../scss/_general.scss */
.single-products .features {
  padding: 0;
  list-style-position: inside;
}
/* line 595, ../scss/_general.scss */
.single-products .accessory {
  text-align: center;
  border: 1px solid transparent;
  padding: 15px;
}
/* line 599, ../scss/_general.scss */
.single-products .accessory:hover {
  border-color: #5B6670;
}

/* line 606, ../scss/_general.scss */
.list_accessories img {
  max-height: 130px;
  width: auto;
}

@media (min-width: 768px) {
  /* line 613, ../scss/_general.scss */
  .pdf_title {
    height: 70px;
  }
}
/* line 620, ../scss/_general.scss */
.testimonial figure {
  position: relative;
}
/* line 622, ../scss/_general.scss */
.testimonial figure:hover figcaption {
  opacity: 1;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* line 629, ../scss/_general.scss */
.testimonial figcaption {
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 80%;
  background-color: #ffffff;
  padding: 5px;
}

/* line 642, ../scss/_general.scss */
.page_tabs .border-bottom {
  border-color: #ffffff !important;
}
/* line 645, ../scss/_general.scss */
.page_tabs .content {
  position: relative;
}
/* line 647, ../scss/_general.scss */
.page_tabs .content h2 {
  max-width: 90%;
}
@media (max-width: 768px) {
  /* line 647, ../scss/_general.scss */
  .page_tabs .content h2 {
    max-width: 75%;
  }
}
/* line 654, ../scss/_general.scss */
.page_tabs .scrollBack {
  font-size: 1.2em;
  color: #35424d;
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
  padding-right: 25px;
  background: url(../img/arrow_up.svg) right center no-repeat transparent;
  background-size: 20px;
}
@media (max-width: 768px) {
  /* line 654, ../scss/_general.scss */
  .page_tabs .scrollBack {
    font-size: 1em;
    top: 8px;
  }
}
/* line 670, ../scss/_general.scss */
.page_tabs .container-navlist.fixed {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 900;
}
/* line 677, ../scss/_general.scss */
.page_tabs .navlist {
  justify-content: center;
}
/* line 679, ../scss/_general.scss */
.page_tabs .navlist li {
  display: block;
  padding: 10px 50px;
  text-align: center;
  font-size: 22px;
  position: relative;
  cursor: pointer;
}
/* line 687, ../scss/_general.scss */
.page_tabs .navlist li:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: #ffffff;
}
/* line 696, ../scss/_general.scss */
.page_tabs .navlist li:hover {
  color: #80BC00;
  text-decoration: underline !important;
}
@media (max-width: 768px) {
  /* line 703, ../scss/_general.scss */
  .page_tabs .navlist li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 60%;
    background-color: #ffffff;
  }
  /* line 714, ../scss/_general.scss */
  .page_tabs .navlist li {
    font-size: 16px;
    padding: 10px;
  }
}

/* line 3, ../scss/_sticky-buttons.scss */
.sticky-right button {
  z-index: 990;
  display: block;
  position: fixed;
  color: #ffffff;
  background-color: #79b700;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  text-align: left;
  margin-left: auto;
  transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
}
/* line 18, ../scss/_sticky-buttons.scss */
.sticky-right button:hover {
  right: 0 !important;
  color: #000000;
  background-color: #79b700;
  transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
}
/* line 25, ../scss/_sticky-buttons.scss */
.sticky-right button.reduce {
  right: -200px;
  transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
}
/* line 30, ../scss/_sticky-buttons.scss */
.sticky-right button:focus, .sticky-right button a:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}
/* line 37, ../scss/_sticky-buttons.scss */
.sticky-right .newsletter {
  display: none;
  right: 0;
  background-image: url(../img/newsletter.png);
}
/* line 43, ../scss/_sticky-buttons.scss */
.sticky-right .hearingTest {
  right: 0;
  background-image: url(../img/icon-hearing-test.png);
}
/* line 47, ../scss/_sticky-buttons.scss */
.sticky-right .findClinic {
  right: 0;
  background-image: url(../img/icon-appointment.png);
}
/* line 51, ../scss/_sticky-buttons.scss */
.sticky-right .stories {
  right: 0;
}

@media only screen and (min-width: 1100px) {
  /* line 60, ../scss/_sticky-buttons.scss */
  .sticky-right button {
    background-size: 18%;
    padding: 25px 35px 25px 100px;
    font-size: 20px;
  }
  /* line 65, ../scss/_sticky-buttons.scss */
  .sticky-right .newsletter {
    top: 295px;
    background-position: 9%;
  }
  /* line 68, ../scss/_sticky-buttons.scss */
  .sticky-right .newsletter.reduce {
    right: -207px;
  }
  /* line 73, ../scss/_sticky-buttons.scss */
  .sticky-right .hearingTest {
    top: 175px;
    background-position: 6%;
  }
  /* line 76, ../scss/_sticky-buttons.scss */
  .sticky-right .hearingTest.reduce {
    right: -256px;
  }
  /* line 81, ../scss/_sticky-buttons.scss */
  .sticky-right .findClinic {
    top: 295px;
    background-position: 12%;
  }
  /* line 84, ../scss/_sticky-buttons.scss */
  .sticky-right .findClinic.reduce {
    right: -200px;
  }
  /* line 88, ../scss/_sticky-buttons.scss */
  .sticky-right .stories {
    top: 415px;
    right: 0;
    background-image: url(../img/icon-stories.png);
    background-position: 5% 66%;
    background-size: 29%;
    width: 316px;
    padding-left: 116px;
  }
  /* line 96, ../scss/_sticky-buttons.scss */
  .sticky-right .stories .reduce {
    right: -200px;
  }
}
@media only screen and (min-width: 890px) and (max-width: 1100px) {
  /* line 107, ../scss/_sticky-buttons.scss */
  .sticky-right button {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    background-size: 12%;
    font-size: 16px;
  }
  /* line 114, ../scss/_sticky-buttons.scss */
  .sticky-right .newsletter {
    top: 235px;
    background-position: 4%;
  }
  /* line 117, ../scss/_sticky-buttons.scss */
  .sticky-right .newsletter.reduce {
    right: -177px;
  }
  /* line 121, ../scss/_sticky-buttons.scss */
  .sticky-right .hearingTest {
    top: 175px;
    background-position: 2%;
  }
  /* line 124, ../scss/_sticky-buttons.scss */
  .sticky-right .hearingTest.reduce {
    right: -216px;
  }
  /* line 128, ../scss/_sticky-buttons.scss */
  .sticky-right .findClinic {
    top: 235px;
    background-position: 6%;
  }
  /* line 131, ../scss/_sticky-buttons.scss */
  .sticky-right .findClinic.reduce {
    right: -170px;
  }
  /* line 135, ../scss/_sticky-buttons.scss */
  .sticky-right .stories {
    top: 295px;
    background-image: url(../img/icon-stories.png);
    background-size: 18%;
    background-position: 7%;
    padding-left: 61px;
  }
  /* line 141, ../scss/_sticky-buttons.scss */
  .sticky-right .stories.reduce {
    right: -170px;
  }
}
@media only screen and (max-width: 890px) {
  /* line 150, ../scss/_sticky-buttons.scss */
  .main .sticky-right {
    display: none;
  }

  /* line 154, ../scss/_sticky-buttons.scss */
  header .sticky-right button {
    display: inline-block;
    position: initial;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    background-size: 12%;
    font-size: 16px;
    margin-left: 0;
  }
  /* line 164, ../scss/_sticky-buttons.scss */
  header .sticky-right .newsletter {
    background-position: 4%;
  }
  /* line 167, ../scss/_sticky-buttons.scss */
  header .sticky-right .hearingTest {
    background-position: 2%;
  }
  /* line 170, ../scss/_sticky-buttons.scss */
  header .sticky-right .findClinic {
    background-position: 6%;
  }
}
/* line 182, ../scss/_sticky-buttons.scss */
.article_blog .sticky-right .newsletter,
.page_blog .sticky-right .newsletter {
  display: block;
}
/* line 185, ../scss/_sticky-buttons.scss */
.article_blog .sticky-right .findClinic,
.page_blog .sticky-right .findClinic {
  top: 415px;
}

@media only screen and (min-width: 890px) and (max-width: 1100px) {
  /* line 195, ../scss/_sticky-buttons.scss */
  .article_blog .sticky-right .newsletter,
  .page_blog .sticky-right .newsletter {
    display: block;
  }
  /* line 198, ../scss/_sticky-buttons.scss */
  .article_blog .sticky-right .findClinic,
  .page_blog .sticky-right .findClinic {
    top: 295px !important;
  }
  /* line 201, ../scss/_sticky-buttons.scss */
  .article_blog .sticky-right .blog .stories,
  .page_blog .sticky-right .blog .stories {
    top: 235px !important;
  }
}
@media only screen and (max-width: 890px) {
  /* line 209, ../scss/_sticky-buttons.scss */
  body.blog header .sticky-right .newsletter {
    display: none;
  }
}
/* line 2, ../scss/_forms.scss */
input,
textarea,
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 11, ../scss/_forms.scss */
.gform_wrapper.orange_wrapper a:focus,
.gform_wrapper.orange_wrapper button:focus,
.gform_wrapper.orange_wrapper input:focus,
.gform_wrapper.orange_wrapper textarea:focus,
.gform_wrapper.orange_wrapper select:focus {
  border-color: rgba(248, 152, 29, 0.8);
  box-shadow: 0 1px 1px rgba(248, 152, 29, 0.075) inset, 0 0 8px rgba(248, 152, 29, 0.6);
  outline: 0 none;
}
/* line 21, ../scss/_forms.scss */
.gform_wrapper.orange_wrapper input, .gform_wrapper.orange_wrapper .gform_body textarea {
  border: 2px solid #79b700;
}
/* line 24, ../scss/_forms.scss */
.gform_wrapper.orange_wrapper input[type=submit] {
  color: #79b700;
  width: 300px !important;
}
@media (max-width: 768px) {
  /* line 24, ../scss/_forms.scss */
  .gform_wrapper.orange_wrapper input[type=submit] {
    width: 100% !important;
    max-width: 350px;
  }
}
/* line 31, ../scss/_forms.scss */
.gform_wrapper.orange_wrapper input[type=submit]:hover {
  background-color: #F8981D;
  color: #ffffff;
}
/* line 37, ../scss/_forms.scss */
.gform_wrapper.orange_wrapper .gfield_label {
  color: #5B6670 !important;
}

/* line 43, ../scss/_forms.scss */
.gform_wrapper {
  margin: 0 !important;
}
/* line 46, ../scss/_forms.scss */
.gform_wrapper input, .gform_wrapper .gform_body textarea {
  border: 2px solid #5B6670;
  margin-top: 0 !important;
  padding: 10px !important;
}
/* line 52, ../scss/_forms.scss */
.gform_wrapper input[type=submit] {
  cursor: pointer;
  text-transform: uppercase;
  color: #5B6670;
}
/* line 56, ../scss/_forms.scss */
.gform_wrapper input[type=submit]:hover {
  background-color: #5B6670;
  color: #ffffff;
}
/* line 62, ../scss/_forms.scss */
.gform_wrapper .gform_footer {
  padding-top: 0 !important;
}
/* line 66, ../scss/_forms.scss */
.gform_wrapper .validation_error {
  border: none !important;
}
/* line 71, ../scss/_forms.scss */
.gform_wrapper .gfield_error .gfield_label {
  color: #790000 !important;
}
/* line 75, ../scss/_forms.scss */
.gform_wrapper .gfield_error {
  border: none !important;
  background: inherit !important;
  padding: 0 !important;
  margin-top: 16px !important;
}
/* line 80, ../scss/_forms.scss */
.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border: 2px solid #790000 !important;
}
/* line 84, ../scss/_forms.scss */
.gform_wrapper .validation_message {
  color: #790000 !important;
  font-size: 14px !important;
  text-align: center;
}
/* line 90, ../scss/_forms.scss */
.gform_wrapper .gfield_required {
  color: inherit !important;
}
/* line 94, ../scss/_forms.scss */
.gform_wrapper .field_admin_only {
  display: none !important;
}

/* line 100, ../scss/_forms.scss */
.modal .gform_wrapper.enter_postcode_wrapper {
  margin: 0 auto !important;
  max-width: 300px;
}

/* line 110, ../scss/_forms.scss */
.modal .gform_wrapper.enter_postcode_wrapper ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_right_half),
.main .subscribe_form_wrapper.gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_right_half) {
  padding: 0 !important;
}
/* line 113, ../scss/_forms.scss */
.modal .gform_wrapper.enter_postcode_wrapper input[type=submit],
.main .subscribe_form_wrapper.gform_wrapper input[type=submit] {
  width: 100% !important;
}
/* line 115, ../scss/_forms.scss */
.modal .gform_wrapper.enter_postcode_wrapper input[type=submit]:hover,
.main .subscribe_form_wrapper.gform_wrapper input[type=submit]:hover {
  color: #ffffff;
  background-color: #79b700;
}
/* line 120, ../scss/_forms.scss */
.modal .gform_wrapper.enter_postcode_wrapper .validation_error,
.main .subscribe_form_wrapper.gform_wrapper .validation_error {
  display: none;
}
/* line 123, ../scss/_forms.scss */
.modal .gform_wrapper.enter_postcode_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.main .subscribe_form_wrapper.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

/* line 129, ../scss/_forms.scss */
.cta-news .gform_confirmation_message {
  font-size: 16px;
  padding-top: 10px;
  color: #ffffff;
}

/* line 134, ../scss/_forms.scss */
.cta-news #gform_submit_button_2:hover {
  border-color: #ffffff !important;
}

/* line 140, ../scss/_forms.scss */
.join_us .subscribe_form_wrapper form input {
  max-width: 350px;
  margin: 0 auto !important;
}
/* line 144, ../scss/_forms.scss */
.join_us .subscribe_form_wrapper form .gform_body, .join_us .subscribe_form_wrapper form .gform_footer {
  text-align: center;
}
/* line 147, ../scss/_forms.scss */
.join_us .subscribe_form_wrapper form input[type=submit] {
  max-width: 175px;
  border-color: #ffffff !important;
}
/* line 151, ../scss/_forms.scss */
.join_us .subscribe_form_wrapper form input[type=submit]:hover {
  border-color: #ffffff !important;
}

/* line 165, ../scss/_forms.scss */
.contactus_wrapper .gform_footer {
  text-align: center;
}

/* line 172, ../scss/_forms.scss */
.book_appointment_wrapper li.gfield {
  display: inline-block;
  width: 50% !important;
  vertical-align: top;
  margin-top: 0 !important;
  color: #ffffff;
}
/* line 178, ../scss/_forms.scss */
.book_appointment_wrapper li.gfield .medium {
  width: 100% !important;
}
@media (max-width: 768px) {
  /* line 172, ../scss/_forms.scss */
  .book_appointment_wrapper li.gfield {
    width: 100% !important;
  }
}
/* line 185, ../scss/_forms.scss */
.book_appointment_wrapper li.section {
  text-transform: uppercase;
  display: block;
  width: 100% !important;
  border: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 0 10px 0 !important;
}
/* line 194, ../scss/_forms.scss */
.book_appointment_wrapper input[type=text], .book_appointment_wrapper input[type=date], .book_appointment_wrapper input[type=email], .book_appointment_wrapper input[type=tel], .book_appointment_wrapper .gform_body textarea {
  border: none;
  border-bottom: 1px solid #ffffff;
  background: none;
  color: #ffffff;
}
/* line 94, ../scss/_variables.scss */
.book_appointment_wrapper input[type=text].placeholder, .book_appointment_wrapper input[type=date].placeholder, .book_appointment_wrapper input[type=email].placeholder, .book_appointment_wrapper input[type=tel].placeholder, .book_appointment_wrapper .gform_body textarea.placeholder {
  color: #ffffff;
  opacity: 1;
}
/* line 95, ../scss/_variables.scss */
.book_appointment_wrapper input[type=text]:-moz-placeholder, .book_appointment_wrapper input[type=date]:-moz-placeholder, .book_appointment_wrapper input[type=email]:-moz-placeholder, .book_appointment_wrapper input[type=tel]:-moz-placeholder, .book_appointment_wrapper .gform_body textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
/* line 96, ../scss/_variables.scss */
.book_appointment_wrapper input[type=text]::-moz-placeholder, .book_appointment_wrapper input[type=date]::-moz-placeholder, .book_appointment_wrapper input[type=email]::-moz-placeholder, .book_appointment_wrapper input[type=tel]::-moz-placeholder, .book_appointment_wrapper .gform_body textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
/* line 97, ../scss/_variables.scss */
.book_appointment_wrapper input[type=text]::-webkit-input-placeholder, .book_appointment_wrapper input[type=date]::-webkit-input-placeholder, .book_appointment_wrapper input[type=email]::-webkit-input-placeholder, .book_appointment_wrapper input[type=tel]::-webkit-input-placeholder, .book_appointment_wrapper .gform_body textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
/* line 98, ../scss/_variables.scss */
.book_appointment_wrapper input[type=text]:-ms-input-placeholder, .book_appointment_wrapper input[type=date]:-ms-input-placeholder, .book_appointment_wrapper input[type=email]:-ms-input-placeholder, .book_appointment_wrapper input[type=tel]:-ms-input-placeholder, .book_appointment_wrapper .gform_body textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
/* line 204, ../scss/_forms.scss */
.book_appointment_wrapper .gfield_error {
  border: none !important;
  background: inherit !important;
}
/* line 207, ../scss/_forms.scss */
.book_appointment_wrapper .gfield_error input, .book_appointment_wrapper .gfield_error select, .book_appointment_wrapper .gfield_error textarea {
  border: none !important;
  border-bottom: 1px solid #790000 !important;
}
/* line 94, ../scss/_variables.scss */
.book_appointment_wrapper .gfield_error input.placeholder, .book_appointment_wrapper .gfield_error select.placeholder, .book_appointment_wrapper .gfield_error textarea.placeholder {
  color: #790000;
  opacity: 0.8;
}
/* line 95, ../scss/_variables.scss */
.book_appointment_wrapper .gfield_error input:-moz-placeholder, .book_appointment_wrapper .gfield_error select:-moz-placeholder, .book_appointment_wrapper .gfield_error textarea:-moz-placeholder {
  color: #790000;
  opacity: 0.8;
}
/* line 96, ../scss/_variables.scss */
.book_appointment_wrapper .gfield_error input::-moz-placeholder, .book_appointment_wrapper .gfield_error select::-moz-placeholder, .book_appointment_wrapper .gfield_error textarea::-moz-placeholder {
  color: #790000;
  opacity: 0.8;
}
/* line 97, ../scss/_variables.scss */
.book_appointment_wrapper .gfield_error input::-webkit-input-placeholder, .book_appointment_wrapper .gfield_error select::-webkit-input-placeholder, .book_appointment_wrapper .gfield_error textarea::-webkit-input-placeholder {
  color: #790000;
  opacity: 0.8;
}
/* line 98, ../scss/_variables.scss */
.book_appointment_wrapper .gfield_error input:-ms-input-placeholder, .book_appointment_wrapper .gfield_error select:-ms-input-placeholder, .book_appointment_wrapper .gfield_error textarea:-ms-input-placeholder {
  color: #790000;
  opacity: 0.8;
}
/* line 216, ../scss/_forms.scss */
.book_appointment_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
}
/* line 220, ../scss/_forms.scss */
.book_appointment_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 16px !important;
}
/* line 224, ../scss/_forms.scss */
.book_appointment_wrapper .gform_footer {
  text-align: center;
}
@media (max-width: 768px) {
  /* line 224, ../scss/_forms.scss */
  .book_appointment_wrapper .gform_footer {
    margin-top: 40px !important;
  }
}
/* line 231, ../scss/_forms.scss */
.book_appointment_wrapper input[type=submit] {
  width: 200px !important;
  color: #79b700;
  border: 2px solid #79b700;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 100px);
}
/* line 238, ../scss/_forms.scss */
.book_appointment_wrapper input[type=submit]:hover {
  background-color: #79b700;
  color: #ffffff;
}
@media (max-width: 768px) {
  /* line 231, ../scss/_forms.scss */
  .book_appointment_wrapper input[type=submit] {
    position: initial;
  }
}
/* line 248, ../scss/_forms.scss */
.book_appointment_wrapper .gfield_checkbox input[type="checkbox"]:not(:checked),
.book_appointment_wrapper .gfield_checkbox input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
/* line 253, ../scss/_forms.scss */
.book_appointment_wrapper .gfield_checkbox input[type="checkbox"]:not(:checked) + label,
.book_appointment_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: black;
  font-size: 16px;
  background: #ffffff;
  width: 100%;
  padding: 5px;
  text-align: center;
  max-width: 100%;
}
/* line 267, ../scss/_forms.scss */
.book_appointment_wrapper .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after,
.book_appointment_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #80BC00;
}
/* line 278, ../scss/_forms.scss */
.book_appointment_wrapper .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}
/* line 281, ../scss/_forms.scss */
.book_appointment_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/* line 288, ../scss/_forms.scss */
#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
  background: #80BC00;
  color: #ffffff;
  border-color: #80BC00;
}
/* line 294, ../scss/_forms.scss */
#ui-datepicker-div .ui-datepicker-today a {
  color: #F8981D !important;
}

/* line 300, ../scss/_forms.scss */
#bookNowModal .modal-content {
  background-color: transparent;
}

/* line 304, ../scss/_forms.scss */
#bookNowModal.show {
  display: block;
}

/* line 308, ../scss/_forms.scss */
.form_in_page {
  position: initial;
  display: block;
}
/* line 311, ../scss/_forms.scss */
.form_in_page .modal-header {
  display: none;
}
/* line 314, ../scss/_forms.scss */
.form_in_page .modal-dialog, .form_in_page .modal-content, .form_in_page .modal-body {
  position: initial;
  margin: 0;
  padding: 0;
}

/* line 324, ../scss/_forms.scss */
#bookThisClinic .validation_error,
#bookThisClinic .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#bookThisClinic .gfield_error select,
#bookThisClinic .gfield_error textarea,
#bookThisClinic .validation_message {
  color: #8e0202 !important;
}
/* line 94, ../scss/_variables.scss */
#bookThisClinic .validation_error.placeholder,
#bookThisClinic .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).placeholder,
#bookThisClinic .gfield_error select.placeholder,
#bookThisClinic .gfield_error textarea.placeholder,
#bookThisClinic .validation_message.placeholder {
  color: #8e0202;
  opacity: 0.8;
}
/* line 95, ../scss/_variables.scss */
#bookThisClinic .validation_error:-moz-placeholder,
#bookThisClinic .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
#bookThisClinic .gfield_error select:-moz-placeholder,
#bookThisClinic .gfield_error textarea:-moz-placeholder,
#bookThisClinic .validation_message:-moz-placeholder {
  color: #8e0202;
  opacity: 0.8;
}
/* line 96, ../scss/_variables.scss */
#bookThisClinic .validation_error::-moz-placeholder,
#bookThisClinic .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
#bookThisClinic .gfield_error select::-moz-placeholder,
#bookThisClinic .gfield_error textarea::-moz-placeholder,
#bookThisClinic .validation_message::-moz-placeholder {
  color: #8e0202;
  opacity: 0.8;
}
/* line 97, ../scss/_variables.scss */
#bookThisClinic .validation_error::-webkit-input-placeholder,
#bookThisClinic .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
#bookThisClinic .gfield_error select::-webkit-input-placeholder,
#bookThisClinic .gfield_error textarea::-webkit-input-placeholder,
#bookThisClinic .validation_message::-webkit-input-placeholder {
  color: #8e0202;
  opacity: 0.8;
}
/* line 98, ../scss/_variables.scss */
#bookThisClinic .validation_error:-ms-input-placeholder,
#bookThisClinic .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
#bookThisClinic .gfield_error select:-ms-input-placeholder,
#bookThisClinic .gfield_error textarea:-ms-input-placeholder,
#bookThisClinic .validation_message:-ms-input-placeholder {
  color: #8e0202;
  opacity: 0.8;
}
/* line 335, ../scss/_forms.scss */
#bookThisClinic .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#bookThisClinic .gfield_error textarea {
  border-bottom-color: #8e0202 !important;
}
@media (max-width: 768px) {
  /* line 340, ../scss/_forms.scss */
  #bookThisClinic #field_1_9 {
    margin-top: 30px !important;
  }
}

/* line 347, ../scss/_forms.scss */
body.modal-open div#ui-datepicker-div[style] {
  z-index: 40000 !important;
}

/* line 351, ../scss/_forms.scss */
.modal#bookThisClinic .modal-content {
  background-color: transparent;
}
/* line 354, ../scss/_forms.scss */
.modal#bookThisClinic #field_1_15 {
  display: none !important;
}

/* line 359, ../scss/_forms.scss */
div#gform_confirmation_message_2 {
  color: #fff;
  text-align: center;
  background: rgba(250, 250, 250, 0.1);
  padding: 10px;
}

/* line 368, ../scss/_forms.scss */
.book_appointment_wrapper.general_form_wrapper li.gfield {
  color: #000000;
  margin: 10px auto !important;
  padding: 0 !important;
}
/* line 374, ../scss/_forms.scss */
.book_appointment_wrapper.general_form_wrapper #field_5_6 {
  width: 100% !important;
}
/* line 377, ../scss/_forms.scss */
.book_appointment_wrapper.general_form_wrapper input[type=text], .book_appointment_wrapper.general_form_wrapper input[type=date], .book_appointment_wrapper.general_form_wrapper input[type=email], .book_appointment_wrapper.general_form_wrapper input[type=tel], .book_appointment_wrapper.general_form_wrapper .gform_body textarea {
  color: #000000;
  border-bottom: 1px solid #000000;
}
/* line 94, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper input[type=text].placeholder, .book_appointment_wrapper.general_form_wrapper input[type=date].placeholder, .book_appointment_wrapper.general_form_wrapper input[type=email].placeholder, .book_appointment_wrapper.general_form_wrapper input[type=tel].placeholder, .book_appointment_wrapper.general_form_wrapper .gform_body textarea.placeholder {
  color: #000000;
  opacity: 0.8;
}
/* line 95, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper input[type=text]:-moz-placeholder, .book_appointment_wrapper.general_form_wrapper input[type=date]:-moz-placeholder, .book_appointment_wrapper.general_form_wrapper input[type=email]:-moz-placeholder, .book_appointment_wrapper.general_form_wrapper input[type=tel]:-moz-placeholder, .book_appointment_wrapper.general_form_wrapper .gform_body textarea:-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}
/* line 96, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper input[type=text]::-moz-placeholder, .book_appointment_wrapper.general_form_wrapper input[type=date]::-moz-placeholder, .book_appointment_wrapper.general_form_wrapper input[type=email]::-moz-placeholder, .book_appointment_wrapper.general_form_wrapper input[type=tel]::-moz-placeholder, .book_appointment_wrapper.general_form_wrapper .gform_body textarea::-moz-placeholder {
  color: #000000;
  opacity: 0.8;
}
/* line 97, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper input[type=text]::-webkit-input-placeholder, .book_appointment_wrapper.general_form_wrapper input[type=date]::-webkit-input-placeholder, .book_appointment_wrapper.general_form_wrapper input[type=email]::-webkit-input-placeholder, .book_appointment_wrapper.general_form_wrapper input[type=tel]::-webkit-input-placeholder, .book_appointment_wrapper.general_form_wrapper .gform_body textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
}
/* line 98, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper input[type=text]:-ms-input-placeholder, .book_appointment_wrapper.general_form_wrapper input[type=date]:-ms-input-placeholder, .book_appointment_wrapper.general_form_wrapper input[type=email]:-ms-input-placeholder, .book_appointment_wrapper.general_form_wrapper input[type=tel]:-ms-input-placeholder, .book_appointment_wrapper.general_form_wrapper .gform_body textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 0.8;
}
/* line 386, ../scss/_forms.scss */
.book_appointment_wrapper.general_form_wrapper .gfield_checkbox input[type="checkbox"]:not(:checked) + label,
.book_appointment_wrapper.general_form_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  border: 1px solid #000000;
}
/* line 390, ../scss/_forms.scss */
.book_appointment_wrapper.general_form_wrapper .gfield_checkbox li {
  padding: 0 5% !important;
  display: inline-block;
  width: 50%;
}
/* line 397, ../scss/_forms.scss */
.book_appointment_wrapper.general_form_wrapper input[type=submit] {
  position: initial;
}
@media (min-width: 768px) {
  /* line 403, ../scss/_forms.scss */
  .book_appointment_wrapper.general_form_wrapper li.gfield {
    margin: 20px auto !important;
    padding: 0 20px !important;
  }
  /* line 407, ../scss/_forms.scss */
  .book_appointment_wrapper.general_form_wrapper input.hasDatepicker {
    max-width: 250px !important;
  }
}
/* line 413, ../scss/_forms.scss */
.book_appointment_wrapper.general_form_wrapper .gfield_error input, .book_appointment_wrapper.general_form_wrapper .gfield_error select, .book_appointment_wrapper.general_form_wrapper .gfield_error textarea {
  border-color: red !important;
}
/* line 94, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper .gfield_error input.placeholder, .book_appointment_wrapper.general_form_wrapper .gfield_error select.placeholder, .book_appointment_wrapper.general_form_wrapper .gfield_error textarea.placeholder {
  color: red;
}
/* line 95, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper .gfield_error input:-moz-placeholder, .book_appointment_wrapper.general_form_wrapper .gfield_error select:-moz-placeholder, .book_appointment_wrapper.general_form_wrapper .gfield_error textarea:-moz-placeholder {
  color: red;
}
/* line 96, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper .gfield_error input::-moz-placeholder, .book_appointment_wrapper.general_form_wrapper .gfield_error select::-moz-placeholder, .book_appointment_wrapper.general_form_wrapper .gfield_error textarea::-moz-placeholder {
  color: red;
}
/* line 97, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper .gfield_error input::-webkit-input-placeholder, .book_appointment_wrapper.general_form_wrapper .gfield_error select::-webkit-input-placeholder, .book_appointment_wrapper.general_form_wrapper .gfield_error textarea::-webkit-input-placeholder {
  color: red;
}
/* line 98, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper .gfield_error input:-ms-input-placeholder, .book_appointment_wrapper.general_form_wrapper .gfield_error select:-ms-input-placeholder, .book_appointment_wrapper.general_form_wrapper .gfield_error textarea:-ms-input-placeholder {
  color: red;
}
/* line 420, ../scss/_forms.scss */
.book_appointment_wrapper.general_form_wrapper .validation_error,
.book_appointment_wrapper.general_form_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.book_appointment_wrapper.general_form_wrapper .gfield_error select,
.book_appointment_wrapper.general_form_wrapper .gfield_error textarea,
.book_appointment_wrapper.general_form_wrapper .gfield_error label,
.book_appointment_wrapper.general_form_wrapper .validation_message {
  color: red !important;
}
/* line 94, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper .validation_error.placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error select.placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error textarea.placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error label.placeholder,
.book_appointment_wrapper.general_form_wrapper .validation_message.placeholder {
  color: red;
  opacity: 0.8;
}
/* line 95, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper .validation_error:-moz-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error select:-moz-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error textarea:-moz-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error label:-moz-placeholder,
.book_appointment_wrapper.general_form_wrapper .validation_message:-moz-placeholder {
  color: red;
  opacity: 0.8;
}
/* line 96, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper .validation_error::-moz-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error select::-moz-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error textarea::-moz-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error label::-moz-placeholder,
.book_appointment_wrapper.general_form_wrapper .validation_message::-moz-placeholder {
  color: red;
  opacity: 0.8;
}
/* line 97, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper .validation_error::-webkit-input-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error select::-webkit-input-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error textarea::-webkit-input-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error label::-webkit-input-placeholder,
.book_appointment_wrapper.general_form_wrapper .validation_message::-webkit-input-placeholder {
  color: red;
  opacity: 0.8;
}
/* line 98, ../scss/_variables.scss */
.book_appointment_wrapper.general_form_wrapper .validation_error:-ms-input-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error select:-ms-input-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error textarea:-ms-input-placeholder,
.book_appointment_wrapper.general_form_wrapper .gfield_error label:-ms-input-placeholder,
.book_appointment_wrapper.general_form_wrapper .validation_message:-ms-input-placeholder {
  color: red;
  opacity: 0.8;
}
/* line 432, ../scss/_forms.scss */
.book_appointment_wrapper.general_form_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.book_appointment_wrapper.general_form_wrapper .gfield_error textarea {
  border-bottom-color: red !important;
}

/* line 3, ../scss/_frontpage.scss */
.frontPage h2 {
  font-size: 3.7vw;
}
@media (max-width: 992px) {
  /* line 3, ../scss/_frontpage.scss */
  .frontPage h2 {
    font-size: 29px;
  }
}
@media (min-width: 1600px) {
  /* line 3, ../scss/_frontpage.scss */
  .frontPage h2 {
    font-size: 59px;
  }
}
/* line 12, ../scss/_frontpage.scss */
.frontPage h3 {
  font-family: "Avenir Next Demi";
  font-size: 2vw;
}
@media (max-width: 992px) {
  /* line 12, ../scss/_frontpage.scss */
  .frontPage h3 {
    font-size: 23px;
  }
}
@media (min-width: 1600px) {
  /* line 12, ../scss/_frontpage.scss */
  .frontPage h3 {
    font-size: 32px;
  }
}
/* line 23, ../scss/_frontpage.scss */
.frontPage .bigP {
  font-size: 2vw;
}
@media (max-width: 992px) {
  /* line 23, ../scss/_frontpage.scss */
  .frontPage .bigP {
    font-size: 23px;
  }
}
@media (min-width: 1600px) {
  /* line 23, ../scss/_frontpage.scss */
  .frontPage .bigP {
    font-size: 32px;
  }
}
/* line 33, ../scss/_frontpage.scss */
.frontPage .text {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

/* line 47, ../scss/_frontpage.scss */
.blocks {
  font-size: 1.5vw;
  padding: 0;
}
/* line 52, ../scss/_frontpage.scss */
.blocks img {
  padding: 1vw;
  max-width: 40%;
}
@media (max-width: 992px) {
  /* line 47, ../scss/_frontpage.scss */
  .blocks {
    font-size: 17px;
  }
  /* line 59, ../scss/_frontpage.scss */
  .blocks img {
    padding: 0;
    margin: 0.5rem;
    max-width: 20%;
  }
}
@media (min-width: 1600px) {
  /* line 47, ../scss/_frontpage.scss */
  .blocks {
    font-size: 24px;
  }
}
/* line 70, ../scss/_frontpage.scss */
.blocks .col {
  max-height: 300px;
}
/* line 73, ../scss/_frontpage.scss */
.blocks .block {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
/* line 77, ../scss/_frontpage.scss */
.blocks .block p {
  font-size: 1em;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (min-width: 769px) {
  /* line 85, ../scss/_frontpage.scss */
  .blocks .block:hover p {
    padding-top: 20px;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
  }
}
/* line 95, ../scss/_frontpage.scss */
.blocks .block > div {
  text-align: center;
  width: 100%;
  padding: 1vw;
}

/* line 106, ../scss/_frontpage.scss */
.home_blocklinks .text > div {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 114, ../scss/_frontpage.scss */
.home_blocklinks h3, .home_blocklinks .bigP {
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 124, ../scss/_frontpage.scss */
  .home_blocklinks h3, .home_blocklinks .bigP {
    text-align: left;
  }
  /* line 127, ../scss/_frontpage.scss */
  .home_blocklinks .bigP {
    padding: 0 0 0 3rem !important;
    text-align: left;
  }
  /* line 141, ../scss/_frontpage.scss */
  .home_blocklinks .image a {
    display: block;
  }
  /* line 144, ../scss/_frontpage.scss */
  .home_blocklinks .image::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(0deg, white 0%, white 31%, rgba(255, 255, 255, 0) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(31%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, white 0%, white 31%, rgba(255, 255, 255, 0) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, white 0%, white 31%, rgba(255, 255, 255, 0) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, white 0%, white 31%, rgba(255, 255, 255, 0) 100%);
    /* ie10+ */
    background: linear-gradient(90deg, white 0%, white 31%, rgba(255, 255, 255, 0) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FFFFFF',GradientType=1 );
    /* ie6-9 */
    height: 101%;
    width: 60%;
    content: '';
  }
  /* line 162, ../scss/_frontpage.scss */
  .home_blocklinks .row:last-child {
    margin-bottom: 5px !important;
  }
  /* line 167, ../scss/_frontpage.scss */
  .home_blocklinks .row:nth-child(odd) h3, .home_blocklinks .row:nth-child(odd) .bigP {
    text-align: right;
  }
  /* line 170, ../scss/_frontpage.scss */
  .home_blocklinks .row:nth-child(odd) .bigP {
    padding: 0 3rem 0 0 !important;
  }
  /* line 176, ../scss/_frontpage.scss */
  .home_blocklinks .row:nth-child(odd) .image::after {
    left: auto;
    right: 0;
    background: -moz-linear-gradient(181deg, white 0%, white 31%, rgba(255, 255, 255, 0) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(69%, white), color-stop(100%, white));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(181deg, white 0%, white 31%, rgba(255, 255, 255, 0) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(181deg, white 0%, white 31%, rgba(255, 255, 255, 0) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(181deg, white 0%, white 31%, rgba(255, 255, 255, 0) 100%);
    /* ie10+ */
    background: linear-gradient(269deg, white 0%, white 31%, rgba(255, 255, 255, 0) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#ffffff',GradientType=1 );
    /* ie6-9 */
  }
}
@media (max-width: 992px) {
  /* line 191, ../scss/_frontpage.scss */
  .home_blocklinks h3, .home_blocklinks .bigP {
    text-align: center;
  }
  /* line 195, ../scss/_frontpage.scss */
  .home_blocklinks .text {
    background-color: #ebecee;
  }
}

/* line 203, ../scss/_frontpage.scss */
.readyTxt {
  padding-left: 3rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  /* line 203, ../scss/_frontpage.scss */
  .readyTxt {
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  /* line 215, ../scss/_frontpage.scss */
  .mobile-center {
    text-align: center;
  }
}
/* line 220, ../scss/_frontpage.scss */
.readyButtons {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
/* line 224, ../scss/_frontpage.scss */
.readyButtons:last-child {
  margin-right: 0;
}

/* line 7, ../scss/_maps.scss */
.loader {
  border: 10px solid #eff2f4;
  border-top: 10px solid #F8981D;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 23, ../scss/_maps.scss */
#map, #map_global, #SingleMap {
  padding-top: 45%;
}
@media (max-width: 768px) {
  /* line 23, ../scss/_maps.scss */
  #map, #map_global, #SingleMap {
    padding-top: 75%;
  }
}

/* line 29, ../scss/_maps.scss */
.form_bookAppointment, .list_clinics {
  display: none;
}

/* line 33, ../scss/_maps.scss */
.message-noclinic, .message-noclinic-in-area {
  display: none;
  font-size: 22px;
  text-align: center;
}
/* line 37, ../scss/_maps.scss */
.message-noclinic .locality, .message-noclinic-in-area .locality {
  text-transform: lowercase;
}

/* line 43, ../scss/_maps.scss */
.div-container-map {
  min-height: 300px;
}
/* line 45, ../scss/_maps.scss */
.div-container-map .row {
  display: none;
}

/* line 50, ../scss/_maps.scss */
.map_container.errorForm {
  display: grid !important;
}

/* line 54, ../scss/_maps.scss */
.choice_state button {
  margin: 10px 10px;
  text-transform: uppercase;
}
/* line 57, ../scss/_maps.scss */
.choice_state button[disabled] {
  opacity: 0.8;
  cursor: initial;
  color: #5B6670;
  border-color: #5B6670;
}
/* line 62, ../scss/_maps.scss */
.choice_state button[disabled]:hover {
  background-color: #ffffff;
  color: #5B6670;
}

/* line 68, ../scss/_maps.scss */
.close_form {
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
/* line 74, ../scss/_maps.scss */
.close_form:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}

/* line 82, ../scss/_maps.scss */
.error_postcode {
  margin: 15px auto 0;
  max-width: 300px;
  color: #790000;
  font-size: 16px;
}

/* line 89, ../scss/_maps.scss */
.form_opened {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 992px) {
  /* line 89, ../scss/_maps.scss */
  .form_opened {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  /* line 89, ../scss/_maps.scss */
  .form_opened {
    display: flex;
    flex-direction: column;
  }
}
/* line 101, ../scss/_maps.scss */
.form_opened .form_bookAppointment {
  display: block;
  position: relative;
  background-color: #5B6670;
  vertical-align: top;
  padding: 15px;
  color: #ffffff;
  padding-bottom: 40px;
}
/* line 109, ../scss/_maps.scss */
.form_opened .form_bookAppointment a {
  color: #ffffff !important;
}
/* line 113, ../scss/_maps.scss */
.form_opened .details {
  margin-bottom: 20px;
}
/* line 116, ../scss/_maps.scss */
.form_opened .name_clinic {
  font-size: 24px;
  margin-bottom: 0;
}
/* line 120, ../scss/_maps.scss */
.form_opened p {
  font-size: 15px;
}

/* line 125, ../scss/_maps.scss */
#legend {
  display: none;
  padding: 1rem 1rem 0px 1rem;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 992px) {
  /* line 125, ../scss/_maps.scss */
  #legend {
    background-color: #f2f2f2;
  }
  /* line 131, ../scss/_maps.scss */
  #legend p {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  /* line 125, ../scss/_maps.scss */
  #legend {
    position: absolute;
    bottom: 187px;
    right: 0px;
  }
}

@media (min-width: 992px) {
  /* line 146, ../scss/_maps.scss */
  .map + #legend {
    display: none !important;
  }
}
/* line 151, ../scss/_maps.scss */
.list_opened {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
@media (max-width: 992px) {
  /* line 151, ../scss/_maps.scss */
  .list_opened {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 768px) {
  /* line 151, ../scss/_maps.scss */
  .list_opened {
    display: flex;
    flex-direction: column;
  }
}
/* line 162, ../scss/_maps.scss */
.list_opened .list_clinics {
  display: block;
  position: relative;
  border-top: 1px solid #bcd8f8;
  border-right: 1px solid #bcd8f8;
  border-bottom: 1px solid #bcd8f8;
  vertical-align: top;
  padding: 15px;
}
/* line 171, ../scss/_maps.scss */
.list_opened .list_clinics ul {
  overflow-y: scroll;
  max-height: 600px;
  max-height: 50vh;
  list-style: none;
  padding: 0;
}
/* line 178, ../scss/_maps.scss */
.list_opened .list_clinics ul a {
  color: inherit;
}
/* line 181, ../scss/_maps.scss */
.list_opened .list_clinics ul li {
  cursor: pointer;
  border-bottom: 1px solid #5B6670;
  padding: 1rem;
  width: 90%;
}
/* line 186, ../scss/_maps.scss */
.list_opened .list_clinics ul li p {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  /* line 181, ../scss/_maps.scss */
  .list_opened .list_clinics ul li {
    width: 95%;
  }
}
@media (max-width: 768px) {
  /* line 162, ../scss/_maps.scss */
  .list_opened .list_clinics {
    border: none;
  }
  /* line 204, ../scss/_maps.scss */
  .list_opened .list_clinics ul {
    max-height: none;
  }
}

/* line 211, ../scss/_maps.scss */
.form_opened.list_opened {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 992px) {
  /* line 211, ../scss/_maps.scss */
  .form_opened.list_opened {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  /* line 211, ../scss/_maps.scss */
  .form_opened.list_opened {
    display: flex;
    flex-direction: column;
  }
}
/* line 221, ../scss/_maps.scss */
.form_opened.list_opened .list_clinics {
  display: none;
}

/* line 228, ../scss/_maps.scss */
.gmaps_infoWindowContent p {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  /* line 3, ../scss/_compare_products.scss */
  .compare_products table {
    display: none;
  }
}
/* line 8, ../scss/_compare_products.scss */
.compare_products thead th, .compare_products td {
  border-top: none;
  width: 13%;
  text-align: center;
}
/* line 13, ../scss/_compare_products.scss */
.compare_products td {
  border-top: 1px solid #ddd;
  border-right: solid 1px #e1e1e1;
}
/* line 17, ../scss/_compare_products.scss */
.compare_products td:last-child {
  border-right: none;
}
/* line 20, ../scss/_compare_products.scss */
.compare_products .styles, .compare_products .header {
  text-align: left;
}
/* line 23, ../scss/_compare_products.scss */
.compare_products .image-holder img {
  max-width: 150px;
  width: 100%;
}
/* line 27, ../scss/_compare_products.scss */
.compare_products .link-header {
  color: #80BC00;
  font-size: 14px;
}
/* line 31, ../scss/_compare_products.scss */
.compare_products .checked {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/checkmark.png) no-repeat center center;
  background-size: 12%;
}
/* line 37, ../scss/_compare_products.scss */
.compare_products td a {
  color: #80BC00;
}

/* line 3, ../scss/_blog.scss */
.single-post .content_wordpress h2,
.single-post .content_wordpress h3,
.single-post .content_wordpress h4,
.single-post .content_wordpress bold,
.single-post .content_wordpress b,
.single-post .content_wordpress strong {
  color: #80BC00 !important;
}

/* line 12, ../scss/_blog.scss */
.blogs img {
  width: 100%;
  height: auto;
  position: absolute;
  clip: rect(0px, 601px, 200px, 0px);
  left: 0;
  top: 0;
}

/* line 20, ../scss/_blog.scss */
.blog .stories {
  top: 295px !important;
}

/* line 23, ../scss/_blog.scss */
.single .stories {
  top: 295px !important;
}

/* line 26, ../scss/_blog.scss */
p.category {
  font-size: 1.5vw;
  color: #80BC00;
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 992px) {
  /* line 26, ../scss/_blog.scss */
  p.category {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  /* line 26, ../scss/_blog.scss */
  p.category {
    font-size: 24px;
  }
}

/* line 38, ../scss/_blog.scss */
.blogs h4 {
  font-size: 1.5vw;
  padding: 0 15px;
}
@media (max-width: 992px) {
  /* line 38, ../scss/_blog.scss */
  .blogs h4 {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  /* line 38, ../scss/_blog.scss */
  .blogs h4 {
    font-size: 24px;
  }
}

/* line 48, ../scss/_blog.scss */
.col-lg-4.light-grey-back {
  border: 10px solid #ffffff;
  padding-top: 205px;
  background: #f2f2f2;
}

/* line 54, ../scss/_blog.scss */
.blogs ul.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 60, ../scss/_blog.scss */
.article_blog .post-categories a {
  pointer-events: none;
}

/* line 64, ../scss/_blog.scss */
.blogs p {
  padding: 0 15px;
}

/* line 69, ../scss/_blog.scss */
.join_us {
  background: rgba(249, 156, 52, 0.8);
}
/* line 71, ../scss/_blog.scss */
.join_us h3 {
  margin-bottom: 1rem;
  text-align: center;
  color: #ffffff !important;
}

/* line 3, ../scss/_page_clinic.scss */
.single-clinics .team.border {
  border: none !important;
  margin-top: 20px;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  /* line 3, ../scss/_page_clinic.scss */
  .single-clinics .team.border {
    margin-bottom: 120px;
    border-right: 1px solid #ffffff !important;
  }
}
/* line 13, ../scss/_page_clinic.scss */
.single-clinics .team.border:nth-child(2n), .single-clinics .team.border:last-child {
  border-right: 0 !important;
}
/* line 16, ../scss/_page_clinic.scss */
.single-clinics .team.border:last-child {
  margin-bottom: 0;
}
/* line 20, ../scss/_page_clinic.scss */
.single-clinics .cropper {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #ffffff;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  /* line 20, ../scss/_page_clinic.scss */
  .single-clinics .cropper {
    margin-top: -102px;
  }
}
/* line 35, ../scss/_page_clinic.scss */
.single-clinics .cropper img {
  display: inline;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
/* line 43, ../scss/_page_clinic.scss */
.single-clinics .bigButtonClinic {
  padding: 15px 50px;
}
@media (min-width: 768px) {
  /* line 43, ../scss/_page_clinic.scss */
  .single-clinics .bigButtonClinic {
    margin-bottom: 30px;
  }
}
/* line 53, ../scss/_page_clinic.scss */
.single-clinics .positionning {
  margin: 0 auto -20px;
}
/* line 56, ../scss/_page_clinic.scss */
.single-clinics .container-fluid.hero.bottomleft {
  background-position: right center;
}
/* line 60, ../scss/_page_clinic.scss */
.single-clinics .hero .container {
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 64, ../scss/_page_clinic.scss */
.single-clinics .hero .container .contentBanner {
  left: 0;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  /* line 71, ../scss/_page_clinic.scss */
  .single-clinics .container-fluid.hero.TabletPortraitTopLeft .contentBanner {
    bottom: auto;
    top: 140px;
    left: 0;
  }
  /* line 76, ../scss/_page_clinic.scss */
  .single-clinics .container-fluid.hero.TabletPortraitTopLeft .overlay::after {
    top: 120px;
    background: -moz-linear-gradient(300deg, white 0%, white 14%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, white), color-stop(14%, white), color-stop(44%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(300deg, white 0%, white 14%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(300deg, white 0%, white 14%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(300deg, white 0%, white 14%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* ie10+ */
    background: linear-gradient(150deg, white 0%, white 14%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    /* ie6-9 */
  }
}
/* line 89, ../scss/_page_clinic.scss */
.single-clinics .hero p {
  font-size: 22px;
  line-height: 29px;
}
@media (max-width: 768px) {
  /* line 89, ../scss/_page_clinic.scss */
  .single-clinics .hero p {
    font-size: 17px;
    line-height: 20px;
  }
}

/* line 3, ../scss/_landingPage.scss */
.page-template-template-landing-page header {
  position: initial;
}
/* line 5, ../scss/_landingPage.scss */
.page-template-template-landing-page header .menu_header_desktop, .page-template-template-landing-page header .burger, .page-template-template-landing-page header #menuForMobile {
  display: none !important;
}
/* line 9, ../scss/_landingPage.scss */
.page-template-template-landing-page .main.nobanner {
  padding-top: 0;
}
/* line 12, ../scss/_landingPage.scss */
.page-template-template-landing-page footer {
  display: none !important;
}
/* line 15, ../scss/_landingPage.scss */
.page-template-template-landing-page a.logo {
  margin-top: 0 !important;
  pointer-events: none;
}

/* line 27, ../scss/_landingPage.scss */
.landingPage .content_wordpress h1, .landingPage .content_wordpress h2, .landingPage .content_wordpress h3, .landingPage .content_wordpress h4, .landingPage .content_wordpress h5 {
  font-family: "Avenir Next Demi";
  color: #80BC00;
}
/* line 32, ../scss/_landingPage.scss */
.landingPage .content_wordpress.green-back, .landingPage .content_wordpress.orange-back, .landingPage .content_wordpress.grey-back {
  color: #ffffff !important;
}
/* line 34, ../scss/_landingPage.scss */
.landingPage .content_wordpress.green-back h1, .landingPage .content_wordpress.green-back h2, .landingPage .content_wordpress.green-back h3, .landingPage .content_wordpress.green-back h4, .landingPage .content_wordpress.green-back h5, .landingPage .content_wordpress.orange-back h1, .landingPage .content_wordpress.orange-back h2, .landingPage .content_wordpress.orange-back h3, .landingPage .content_wordpress.orange-back h4, .landingPage .content_wordpress.orange-back h5, .landingPage .content_wordpress.grey-back h1, .landingPage .content_wordpress.grey-back h2, .landingPage .content_wordpress.grey-back h3, .landingPage .content_wordpress.grey-back h4, .landingPage .content_wordpress.grey-back h5 {
  color: inherit;
}
/* line 40, ../scss/_landingPage.scss */
.landingPage .container-fluid.hero {
  height: 650px;
  background-position: top;
}
/* line 44, ../scss/_landingPage.scss */
.landingPage .banner_title {
  padding: 30px;
  color: #ffffff;
}
/* line 50, ../scss/_landingPage.scss */
.landingPage .banner_title h1, .landingPage .banner_title h2, .landingPage .banner_title h3, .landingPage .banner_title h4, .landingPage .banner_title h5 {
  color: inherit;
}
/* line 55, ../scss/_landingPage.scss */
.landingPage .banner_title.white-back {
  color: #5B6670;
}
/* line 58, ../scss/_landingPage.scss */
.landingPage .banner_title *:last-child {
  margin-bottom: 0;
}
/* line 62, ../scss/_landingPage.scss */
.landingPage .banner_content {
  position: absolute;
  right: 3%;
  top: 50px;
  padding: 30px 40px 30px;
  width: 30%;
  border-bottom: 1px solid #c8c8c8;
  background-color: white;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, white 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, white 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
}
/* line 78, ../scss/_landingPage.scss */
.landingPage .testimonials {
  background-color: #eff2f4;
}
/* line 81, ../scss/_landingPage.scss */
.landingPage .testimonials .content_testimonials {
  line-height: normal;
}
/* line 85, ../scss/_landingPage.scss */
.landingPage .testimonials .quote_text {
  text-align: center;
  padding: 0 70px;
  font-size: 20px;
}
/* line 90, ../scss/_landingPage.scss */
.landingPage .testimonials .quote {
  text-indent: -999999px;
  background-image: url(../img/quotation-marks.png);
  background-size: 200%;
  width: 50px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
}
/* line 99, ../scss/_landingPage.scss */
.landingPage .testimonials .quote.before {
  margin-bottom: -10px;
}
/* line 102, ../scss/_landingPage.scss */
.landingPage .testimonials .quote.after {
  margin: -30px 0 0 auto;
  background-position: right;
}
/* line 107, ../scss/_landingPage.scss */
.landingPage .testimonials .author {
  text-align: right;
  padding-right: 100px;
}
/* line 111, ../scss/_landingPage.scss */
.landingPage .testimonials hr {
  margin: 2rem auto;
  width: 60%;
}
/* line 115, ../scss/_landingPage.scss */
.landingPage .testimonials .row:last-child hr {
  opacity: 0;
}
/* line 122, ../scss/_landingPage.scss */
.landingPage .buttons h3 {
  color: #5B6670;
  text-align: center;
}
/* line 126, ../scss/_landingPage.scss */
.landingPage .buttons .button {
  width: 100%;
  text-align: center;
  padding: 15px;
}
/* line 133, ../scss/_landingPage.scss */
.landingPage .gform_wrapper {
  opacity: 0;
  margin-top: 30px !important;
}
/* line 137, ../scss/_landingPage.scss */
.landingPage .gform_wrapper ul li.gfield {
  margin-top: 30px !important;
  padding-right: 0 !important;
}
/* line 141, ../scss/_landingPage.scss */
.landingPage .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
/* line 144, ../scss/_landingPage.scss */
.landingPage .contactus_wrapper .gform_footer {
  text-align: left;
  margin-top: 30px;
}
/* line 148, ../scss/_landingPage.scss */
.landingPage .gform_wrapper.orange_wrapper input[type=submit] {
  width: 100% !important;
  margin: 0 !important;
}
/* line 152, ../scss/_landingPage.scss */
.landingPage .validation_message {
  display: none;
}
/* line 155, ../scss/_landingPage.scss */
.landingPage .validation_error {
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 769px) and (max-width: 992px) {
  /* line 165, ../scss/_landingPage.scss */
  .landingPage .overlay {
    display: none;
  }
  /* line 168, ../scss/_landingPage.scss */
  .landingPage .container-fluid.hero {
    height: auto;
    background-image: none !important;
  }
  /* line 173, ../scss/_landingPage.scss */
  .landingPage .banner_title {
    position: initial;
    width: 100%;
  }
  /* line 178, ../scss/_landingPage.scss */
  .landingPage .banner_content {
    margin-top: 30px;
    position: initial;
    width: 100%;
  }
  /* line 183, ../scss/_landingPage.scss */
  .landingPage .gform_wrapper {
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* line 191, ../scss/_landingPage.scss */
.landing-video button.btn {
  background: #fff;
  margin-top: 18px;
  padding: 15px;
  border-radius: 0px;
  border: 3px solid #79b700;
  color: #79b700;
  text-transform: uppercase;
  text-align: center;
}

/* line 202, ../scss/_landingPage.scss */
.landing-video .modal-header {
  border-bottom: 0px;
}

@media (max-width: 768px) {
  /* line 208, ../scss/_landingPage.scss */
  .landingPage .overlay {
    display: none;
  }
  /* line 211, ../scss/_landingPage.scss */
  .landingPage .container-fluid.hero {
    height: auto;
    padding: 0;
    background-image: none !important;
  }
  /* line 216, ../scss/_landingPage.scss */
  .landingPage .banner_title, .landingPage .banner_content {
    position: initial;
    width: 100%;
  }
  /* line 220, ../scss/_landingPage.scss */
  .landingPage .gform_wrapper {
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 225, ../scss/_landingPage.scss */
  .landingPage .gform_wrapper.orange_wrapper input[type=submit] {
    width: 100% !important;
  }
  /* line 230, ../scss/_landingPage.scss */
  .landingPage .testimonials .quote {
    width: 30px;
    height: 20px;
  }
  /* line 234, ../scss/_landingPage.scss */
  .landingPage .testimonials .quote_text {
    padding: 0 35px;
  }
  /* line 237, ../scss/_landingPage.scss */
  .landingPage .testimonials .author {
    text-align: center;
    padding-right: 0;
  }
}
/* line 3, ../scss/_footer.scss */
footer {
  background-color: #ebecee;
}
/* line 5, ../scss/_footer.scss */
footer .row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 1fr;
  max-width: 1200px;
}
@media only screen and (max-width: 992px) {
  /* line 5, ../scss/_footer.scss */
  footer .row {
    display: flex;
  }
}
/* line 15, ../scss/_footer.scss */
footer .grid {
  justify-self: center;
}
/* line 19, ../scss/_footer.scss */
footer .grid-logo {
  grid-column-start: 1;
  grid-column-end: 3;
}
/* line 24, ../scss/_footer.scss */
footer h5 {
  margin-top: 3px;
}
/* line 27, ../scss/_footer.scss */
footer h5, footer #menu-footer {
  font-size: 22px;
  font-family: "Avenir Next Demi";
}
@media only screen and (max-width: 1200px) {
  /* line 27, ../scss/_footer.scss */
  footer h5, footer #menu-footer {
    font-size: 19px;
  }
}
/* line 40, ../scss/_footer.scss */
footer p {
  font-size: 12px;
  margin: 0 0 5px 0;
}
/* line 44, ../scss/_footer.scss */
footer ul {
  font-size: 12px;
  padding: 0;
  margin: 0;
}
/* line 49, ../scss/_footer.scss */
footer li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 5px;
}
/* line 55, ../scss/_footer.scss */
footer #menu-footer li {
  padding-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  /* line 55, ../scss/_footer.scss */
  footer #menu-footer li {
    display: inline-block;
    font-size: 14px;
    border-right: 1px solid grey;
    padding: 0 10px 0 5px;
  }
  /* line 62, ../scss/_footer.scss */
  footer #menu-footer li:last-child {
    border: none;
  }
}
@media only screen and (max-width: 340px) {
  /* line 55, ../scss/_footer.scss */
  footer #menu-footer li {
    font-size: 12px;
  }
}
/* line 71, ../scss/_footer.scss */
footer #menu-footer a:hover {
  text-decoration: underline !important;
}
/* line 83, ../scss/_footer.scss */
footer .footer-logo {
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  /* line 90, ../scss/_footer.scss */
  footer .footer-menu {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

/* line 101, ../scss/_footer.scss */
.menu-footer-privacy-policy-container li {
  display: inline-block;
  vertical-align: top;
  color: #80BC00;
}
/* line 105, ../scss/_footer.scss */
.menu-footer-privacy-policy-container li:after {
  content: "-";
  margin-left: 5px;
  display: inline-block;
}
/* line 110, ../scss/_footer.scss */
.menu-footer-privacy-policy-container li:last-child:after {
  display: none;
}

/* line 117, ../scss/_footer.scss */
footer img {
  width: 200px;
}
