@-webkit-keyframes drop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes drop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes hoverFx {
  0%, to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@keyframes hoverFx {
  0%, to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@-webkit-keyframes blogPosts {
  0% {
    opacity: 0.25;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  25% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  50%, to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes blogPosts {
  0% {
    opacity: 0.25;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  25% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
  }
  50%, to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  min-height: 100%;
  color: #000;
  font-family: "ariana-pro", sans-serif;
  font-weight: 300;
  margin: 0;
}

body.menu--is-active {
  overflow-y: hidden;
  position: relative;
}

.ll-main.menu--is-active html,
body.menu--is-active html {
  overflow-y: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px !important;
  padding: 0;
}

body,
div {
  width: 100%;
}

figure,
img,
video {
  max-width: 100%;
}

.menu {
  list-style-type: none;
}

.menu,
div,
p,
ul {
  padding: 0;
  margin: 0;
}

.menu,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
}

a,
a:active,
a:hover,
button,
div {
  outline: 0;
}

.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

.slick-slide.slick-loading img,
[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

.ll-footer__infolinks span a,
.ll-footer__logo span a,
optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

legend,
td,
th {
  padding: 0;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-slider {
  height: auto !important;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  height: auto !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: auto !important;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide,
body[lang=en-GB] .ll-sidebar__navigation ul li#en-only,
body[lang=uk] .ll-sidebar__navigation ul li#en-only {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

h1,
h2,
h3 {
  font-size: 1.875rem;
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 38px;
  white-space: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ariana-pro", sans-serif;
  margin: 0;
  font-weight: 700;
}

.ll-post--slide .ll-post__title h3,
p {
  font-family: "ariana-pro", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
}

.ll-main {
  min-height: 37.5rem;
  overflow-x: hidden;
}

.ll-main.menu--is-active {
  overflow-y: hidden;
  position: relative;
}

.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute;
  bottom: -999999px;
  right: -9999999999px;
}

.ll-row {
  width: 100%;
  clear: both;
  margin-bottom: 0;
}

.ll-row--sml {
  margin-bottom: 20px;
}

.ll-row--med {
  margin-bottom: 2.5rem;
}

.ll-row--lrg {
  margin-bottom: 3.75rem;
}

.ll-row--xl,
.ll-row--xlrg,
.ll-row--xxl,
.ll-row--xxxl {
  margin-bottom: 5rem;
}

.ll-row--pull-up {
  margin-top: -8rem;
  position: relative !important;
}

.ll-container {
  max-width: 940px;
  margin: 0 auto;
}

.ll-header,
.page-template-template-heading-alt .ll-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #2e9438;
  z-index: 999;
}

@media only screen and (min-width: 62.4375rem) {
  .ll-header {
    position: relative;
    margin-bottom: 0;
  }
}
.ll-header__top {
  display: none;
  text-align: right;
  padding: 1.125rem 0 0 0.625rem;
  max-width: 1400px;
  margin: auto;
}

@media only screen and (min-width: 62.4375rem) {
  .ll-header__top {
    display: block;
  }
}
.ll-header__inner {
  position: relative;
  padding: 1.25rem;
  max-width: 1400px;
  margin: auto;
}

@media only screen and (min-width: 62.4375rem) {
  .ll-header__inner {
    padding: 0;
    padding-left: 0.3125rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ll-header__brand {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 940px) {
  .ll-header__brand {
    padding-bottom: 1.25rem;
    max-width: 13.625rem;
  }
}
@media only screen and (min-width: 62.4375rem) {
  .ll-header__brand {
    margin: 0;
  }
}
.ll-header__brand svg {
  width: 100%;
  max-width: 200px;
  height: 30px;
}

.ll-header__brand img {
  width: auto;
  max-height: 30px;
}

@media only screen and (min-width: 62.4375rem) {
  .ll-header__brand svg {
    max-width: 100%;
    height: 66px;
  }
  .ll-header__brand img {
    max-height: 66px;
  }
}
@media only screen and (min-width: 62.4375rem) {
  .page-template-template-heading-alt .ll-header {
    background-color: transparent;
    position: absolute;
  }
  .ll-header.is--fixed,
  .page-template-template-heading-alt .ll-header.is--fixed {
    position: fixed;
    background-color: #2e9438;
    padding-top: 10px;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation: drop 0.8s normal ease;
    animation: drop 0.8s normal ease;
  }
  .ll-header.is--fixed .ll-header__top,
  .page-template-template-heading-alt .ll-header.is--fixed .ll-header__top {
    display: none;
  }
  .ll-header.is--fixed {
    box-shadow: 0 8px 17px -8px rgba(0, 0, 0, 0.58);
  }
}
.lang-switch-header,
.lang-switch-header .trp-language-switcher {
  width: auto !important;
  display: inline-block;
  text-align: left !important;
}

.lang-switch-header .trp-language-switcher a {
  color: #fff !important;
  font-weight: 500;
}

.lang-switch-header .trp-language-switcher .trp-ls-shortcode-current-language {
  width: auto !important;
  margin: 0;
  height: 38px;
  text-align: left !important;
}

.lang-switch-header .trp-ls-shortcode-current-language {
  width: auto !important;
  background: 0 0 !important;
  border: 0;
}

.lang-switch-header .trp-ls-shortcode-language {
  width: 10rem !important;
}

.lang-switch-header .trp-ls-shortcode-language a {
  color: #000 !important;
  font-weight: 500;
}

.ll-navicon {
  width: 3.4375rem;
  height: 3.4375rem;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  cursor: pointer;
  background: 0 0;
  margin-top: 0;
  position: absolute;
  right: 0.625rem;
  top: 0.3125rem;
}

.ll-navicon svg {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.ll-navicon__icon {
  stroke: #fff;
}

@media only screen and (min-width: 62.4375rem) {
  .ll-navicon {
    display: none;
  }
}
.ll-nav {
  display: none;
}

@media only screen and (min-width: 62.4375rem) {
  .ll-nav {
    display: block;
    color: #fff;
  }
}
.ll-nav .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.ll-nav .menu li {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0.3125rem 0.625rem;
  position: relative;
}

.ll-nav .menu li a {
  transition: color 300ms ease;
  font-weight: 400;
}

.ll-nav .menu li a:hover {
  color: #006d46;
}

.ll-nav .menu li a[href="/contact-us/"],
.ll-nav .menu li a[href="/contact/"] {
  line-height: 2.5 !important;
}

@media only screen and (min-width: 940px) {
  .ll-nav .menu li {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
    padding-bottom: 1.25rem;
    margin: 0 0.5625rem;
  }
  body:lang(nl) .ll-nav .menu li {
    font-size: 13px;
  }
}
@media only screen and (min-width: 77.5rem) {
  .ll-nav .menu li {
    margin: 0 0.5625rem;
  }
  body:lang(nl) .ll-nav .menu li {
    font-size: 15px;
  }
}
.ll-nav .menu .sub-menu {
  position: absolute;
  background: #006d46;
  padding: 1.875rem;
  border-radius: 1.875rem 1.25rem;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 0.625rem;
  width: auto;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 400ms ease-in;
}

.ll-nav .menu .sub-menu:after {
  content: "";
  position: absolute;
  left: 48%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -0.5625rem;
  width: 0;
  height: 0;
  border-left: 0.875rem solid transparent;
  border-right: 0.875rem solid transparent;
  border-top: 0.875rem solid #006d46;
  clear: both;
  -webkit-transform: rotate(90deg);
  transform: rotate(181deg);
}

.ll-nav .menu .sub-menu li {
  margin-bottom: 0.6rem;
  margin-top: 0.225rem;
  font-size: 1rem;
  text-align: left;
  display: block;
  padding: 0;
}

.ll-nav .menu .sub-menu li a {
  padding: 0;
  padding-bottom: 0.13rem;
}

.ll-nav .menu .sub-menu li a:hover {
  color: #ee7623;
}

.ll-nav .menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.ll-nav .menu .menu-item-has-children:focus-within .sub-menu {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.ll-footer {
  background: #2e9438;
  padding: 3.125rem 1.25rem 0.625rem;
  color: #fff;
  position: relative;
}

.ll-footer__nav {
  margin: 0 auto;
  max-width: 25rem;
  margin-bottom: 2.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}

@media only screen and (min-width: 40rem) {
  .ll-footer__nav {
    max-width: 90rem;
  }
}
@media only screen and (min-width: 999px) {
  .ll-footer__nav {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 57.5rem) {
  .ll-footer__nav {
    padding-top: 3.75rem;
  }
}
.ll-footer__nav .menu {
  width: 20rem;
  padding: 0 1.875rem;
  display: block;
  margin: 0 0 30px;
}

.ll-footer__nav .menu li {
  margin-bottom: 0.825rem;
  padding-left: 0.9375rem;
  font-weight: 400 !important;
  position: relative;
}

.ll-footer__nav .menu li::before {
  content: ">";
  font-weight: 700;
  font-size: 0.9375rem;
  position: absolute;
  left: -5px;
  top: -0.0625rem;
}

.ll-footer__bottom {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-bottom: 20px;
}

@media only screen and (min-width: 56.875rem) {
  .ll-footer__bottom {
    -webkit-flex-direction: row;
    flex-direction: row;
    max-width: 87.5rem;
    margin: 0.625rem auto;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 1.875rem;
  }
}
.ll-footer__infolinks {
  text-align: center;
  margin-bottom: 1.875rem;
}

.ll-footer__infolinks a {
  display: block;
  margin-bottom: 0.625rem;
}

@media only screen and (min-width: 56.875rem) {
  .ll-footer__infolinks a {
    margin: 0 0.625rem;
    display: inline;
  }
}
.ll-footer__logo {
  max-width: 16.25rem;
  margin: auto;
  margin-bottom: 1.25rem;
}

.ll-footer__copy,
h4,
h5,
h6 {
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}

.ll-footer__logo .hide-sm {
  display: none;
}

@media only screen and (min-width: 56.875rem) {
  .ll-footer__logo .hide-sm {
    display: block;
    position: relative;
    top: 20px;
  }
}
@media only screen and (min-width: 56.875rem) {
  .ll-footer__infolinks .hide-lg {
    display: none;
  }
}
.ll-footer__infolinks .menu {
  padding: 0;
  margin: 0;
}

.ll-footer__infolinks .menu li {
  display: inline;
}

.ll-offcanvas {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #2e9438;
  color: #fff;
  padding: 5.25rem 0.625rem 2.5rem;
  overflow-y: scroll;
  -webkit-transform: translateX(-999px);
  transform: translateX(-999px);
  opacity: 0;
  -webkit-transform: all 800ms ease;
  transform: all 800ms ease;
  visibility: hidden;
  z-index: 900;
}

@media only screen and (min-width: 62.4375rem) {
  .ll-offcanvas {
    display: none;
  }
}
.menu--is-active .ll-offcanvas {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transform: all 800ms ease;
  transform: all 800ms ease;
}

.ll-offcanvas__top-nav {
  text-align: center;
  padding: 0 5px;
  margin-bottom: 20px;
}

.ll-offcanvas__inner {
  max-width: 100%;
}

.ll-offcanvas .ll-nav--offcanvas {
  max-width: 300px;
  margin: auto;
}

.ll-offcanvas .ll-nav--offcanvas .menu {
  margin: 0;
  padding: 0;
}

.ll-offcanvas .ll-nav--offcanvas .menu li {
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  margin-bottom: 0.625rem;
  position: relative;
  font-weight: 400;
  font-size: 20px;
}

.ll-offcanvas .ll-nav--offcanvas .menu li:before {
  content: "";
  width: 12px;
  height: 12px;
  transition: -webkit-transform 340ms ease;
  transition: transform 340ms ease;
  transition: transform 340ms ease, -webkit-transform 340ms ease;
  display: inline-block;
  position: relative;
  left: -1.2125rem;
}

.ll-button:after,
.ll-offcanvas .ll-nav--offcanvas .menu li.menu-item-has-children:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ll-offcanvas .ll-nav--offcanvas .menu li.menu-item-has-children:before {
  width: 12px;
  height: 12px;
  background-image: url(../svg/more.svg);
  transition: -webkit-transform 340ms ease;
  transition: transform 340ms ease;
  transition: transform 340ms ease, -webkit-transform 340ms ease;
  position: relative;
  left: -1.2125rem;
}

.ll-offcanvas .ll-nav--offcanvas .menu li.menu-item-has-children.is--active:before {
  background-image: url(../svg/minus.svg);
}

.ll-offcanvas .ll-nav--offcanvas .menu .menu-item-has-children .sub-menu {
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: all 400ms ease;
  transform: all 400ms ease;
}

.ll-offcanvas .ll-nav--offcanvas .menu .menu-item-has-children .sub-menu li {
  font-size: 17px;
}

.ll-offcanvas .ll-nav--offcanvas .menu .menu-item-has-children .sub-menu li:before {
  content: none;
}

.ll-offcanvas .ll-nav--offcanvas .menu .menu-item-has-children.is--active .sub-menu,
.ll-offcanvas .ll-nav--offcanvas .menu .menu-item-has-children.is--clicked .sub-menu {
  padding-top: 0.625rem;
  height: auto;
  min-height: 0.625rem;
  max-height: 624.9375rem;
  overflow: visible;
  -webkit-transform: all 400ms ease;
  transform: all 400ms ease;
}

.ll-offcanvas .ll-nav--offcanvas .menu .menu-item-has-children.is--clicked .sub-menu {
  -webkit-transform: all 0ms linear;
  transform: all 0ms linear;
}

.ll-offcanvas__footer {
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.ll-offcanvas__footer svg {
  width: 30px;
  height: 30px;
}

.ll-offcanvas__footer .ll-social-icon {
  padding: 0 30px;
}

.ll-offcanvas .langswitch-nav {
  max-width: 18.75rem;
  margin: auto;
}

.ll-offcanvas .lang-switch-offcanvas {
  width: auto;
  position: relative;
  text-align: left;
  display: inline-block;
}

.ll-offcanvas .lang-switch-offcanvas .trp-language-switcher {
  width: auto;
  margin: 20px auto !important;
  display: inline-block;
  min-width: 160px !important;
}

.ll-offcanvas .lang-switch-offcanvas .trp-language-switcher .trp-ls-shortcode-current-language {
  width: auto !important;
  margin: 0;
  height: 38px;
  padding: px(10);
}

.ll-color--primary {
  color: #0ca643;
}

.ll-cards__card.ll-card--white ul li a:hover,
.ll-color--secondary {
  color: #ee7623;
}

.ll-cards__card.ll-card--muted ul li a:hover,
.ll-color--primary-alt {
  color: #006d46;
}

.ll-color--tertiary {
  color: #ffd100;
}

.ll-color--black {
  color: #000;
}

.ll-color--white {
  color: #fff;
}

.ll-color--gray {
  color: #a9a9a9;
}

.ll-color--muted {
  color: #cdcecf;
}

.ll-color--success {
  color: #0ca643;
}

.ll-color--warning {
  color: #b19c67;
}

.ll-color--error {
  color: red;
}

.ll-color--blue {
  color: #01549d;
}

.ll-color--green {
  color: #0ca643;
}

.ll-color--yellow {
  color: #b19c67;
}

.ll-color--red {
  color: red;
}

.ll-color--orange {
  color: #b19c67;
}

.ll-color--purple {
  color: #6d3c58;
}

.ll-color--x {
  color: red;
}

.ll-cards__card.ll-card--white ul li a,
.ll-color--z {
  color: #0ca643;
}

.ll-bg--primary {
  background-color: #0ca643 !important;
}

.ll-bg--secondary {
  background-color: #ee7623 !important;
}

.ll-bg--primary-alt {
  background-color: #006d46 !important;
}

.ll-bg--tertiary {
  background-color: #ffd100 !important;
}

.ll-bg--black {
  background-color: #000 !important;
}

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

.ll-bg--gray {
  background-color: #a9a9a9 !important;
}

.ll-bg--muted {
  background-color: #cdcecf !important;
}

.ll-bg--success {
  background-color: #0ca643 !important;
}

.ll-bg--warning {
  background-color: #b19c67 !important;
}

.ll-bg--error {
  background-color: red !important;
}

.ll-bg--blue {
  background-color: #01549d !important;
}

.ll-bg--green {
  background-color: #0ca643 !important;
}

.ll-bg--yellow {
  background-color: #b19c67 !important;
}

.ll-bg--red {
  background-color: red !important;
}

.ll-bg--orange {
  background-color: #b19c67 !important;
}

.ll-bg--purple {
  background-color: #6d3c58 !important;
}

.ll-bg--x {
  background-color: red !important;
}

.has-c-primary-color {
  color: #0ca643;
}

.ll-content {
  padding: 0 1.25rem;
  max-width: 53.75rem;
  margin: auto;
}

.ll-align--center,
.ll-text--center {
  text-align: center;
}

.ll-text--left {
  text-align: left;
}

.ll-text--right {
  text-align: right;
}

.ll-text--uc {
  text-transform: uppercase;
}

.ll-text--cap {
  text-transform: capitalize;
}

.ll-text--low {
  text-transform: lowercase;
}

.ll-font--serif {
  font-family: "ariana-pro", sans-serif;
}

.ll-font--sans {
  font-family: "ariana-pro", sans-serif;
}

.ll-font--custom,
.ll-font--display,
.ll-font--script,
.ll-grid__content i {
  font-family: "ariana-pro", sans-serif;
}

.ll-font--i {
  font-style: italic;
}

.ll-font--ob {
  font-style: oblique;
}

.ll-cards__text ul li,
.ll-font-w--norm {
  font-weight: 400 !important;
}

.ll-font-w--bold {
  font-weight: 700 !important;
}

.ll-font-w--medium {
  font-weight: 500 !important;
}

.ll-font-w--light {
  font-weight: 200 !important;
}

@media only screen and (min-width: 480px) {
  h1,
  h2,
  h3 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 560px) {
  h1,
  h2,
  h3 {
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 63.75rem) {
  h1,
  h2,
  h3 {
    font-size: 3.4375rem;
    line-height: 3.8125rem;
  }
}
h4,
h5,
h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media only screen and (min-width: 30rem) {
  h4,
  h5,
  h6 {
    margin-bottom: 1.25rem;
    margin-bottom: 20px;
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 63.75rem) {
  h4,
  h5,
  h6 {
    font-size: 2.1875rem;
    line-height: 2.5625rem;
  }
}
.ll-heading--med {
  margin-bottom: 1.75rem;
  font-size: 2.125rem;
  line-height: 2.5rem;
}

@media only screen and (min-width: 63.75rem) {
  .ll-heading--med {
    font-size: 2.6875rem;
    line-height: 3.125rem;
  }
}
.ll-heading--sml {
  font-size: 1.625rem;
  line-height: 2rem;
}

@media only screen and (min-width: 1020px) {
  .ll-heading--sml {
    font-size: 2.1875rem;
    line-height: 2.625rem;
  }
}
.ll-subheading--sml {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
}

.ll-button {
  background: #0ca643;
  color: #fff;
  display: inline-block;
  border-radius: 2.5rem;
  text-align: center;
  position: relative;
  font-weight: 500 !important;
  min-width: 6.25rem;
  box-shadow: -9px 14px 22px -4px rgba(0, 0, 0, 0.36);
  padding: 1.4375rem 1.875rem 1.4375rem 2.4375rem;
  font-size: 16px;
}

@media only screen and (min-width: 760px) {
  .ll-button {
    font-size: 22px;
  }
}
.ll-button:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url(../svg/right-chevron--white.svg);
  margin-left: 0.3125rem;
}

@media only screen and (min-width: 760px) {
  .ll-button {
    font-size: 1.125rem;
    transition: all 0.2s linear;
    padding: 1.05rem 2.5rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: -9px 14px 22px -4px transparent;
  }
  .ll-button:after {
    opacity: 0;
    width: 0;
    margin-left: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  .ll-button:hover {
    color: #fff;
    opacity: 0.95;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: -9px 14px 22px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.33s linear;
  }
  .ll-button:hover:after {
    opacity: 1;
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
    transition: all 0.2s linear;
    width: 0.6875rem;
    margin-left: 0.3125rem;
  }
}
.ll-button--primary-alt {
  background-color: #006d46;
}

.ll-button--secondary,
.ll-post--slide .ll-post__content.post-orange .ll-post__title {
  background-color: #ee7623;
}

.ll-button--tertiary {
  background-color: #ffd100;
}

.ll-button--black {
  background-color: #000;
}

.ll-button--white {
  background-color: #fff;
  color: #000;
}

.ll-button--white:after {
  background-image: url(../svg/right-chevron.svg);
}

@media only screen and (min-width: 43.0625rem) {
  .ll-button--icon {
    padding: 1.05rem 2.5rem;
  }
  .ll-button--icon:before {
    content: "" !important;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 10.5%;
    top: 37%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ll-button--icon.btn-facebook:before {
    background-image: url(../svg/facebook.svg);
  }
  .ll-button--icon.btn-twitter:before {
    background-image: url(../svg/twitter.svg);
  }
  .ll-button--icon.btn-instagram:before {
    background-image: url(../svg/instagram.svg);
  }
}
.ll-button--login {
  background: #006d46;
  display: inline-block;
  padding: 0.5rem 1.625rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 1.875rem;
  min-width: auto;
  box-shadow: none !important;
  color: #fff;
  margin-bottom: 0.8125rem;
  line-height: 100%;
  letter-spacing: 0.4px;
}

.ll-button--login::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 12px 0 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 100px;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNTguNzUgMjU4Ljc1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTguNzUgMjU4Ljc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij48Zz48Zz4KCTxjaXJjbGUgY3g9IjEyOS4zNzUiIGN5PSI2MCIgcj0iNjAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNBMkM2MTciLz4KCTxwYXRoIGQ9Ik0xMjkuMzc1LDE1MGMtNjAuMDYxLDAtMTA4Ljc1LDQ4LjY4OS0xMDguNzUsMTA4Ljc1aDIxNy41QzIzOC4xMjUsMTk4LjY4OSwxODkuNDM2LDE1MCwxMjkuMzc1LDE1MHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNBMkM2MTciLz4KPC9nPjwvZz4gPC9zdmc+Cg==);
  background-size: 0.9375rem 0.9375rem;
  background-position: center;
  background-repeat: no-repeat;
}

.ll-button--login:hover {
  opacity: 0.8;
}

.page-template-default {
  padding-top: 4.3125rem;
}

@media only screen and (min-width: 61.875rem) {
  .page-template-default {
    padding-top: 0;
  }
}
.ll-inline {
  display: inline;
  padding: 1.25rem;
}

.ll-hero,
.ll-hero:after {
  background-repeat: no-repeat;
}

.ll-hero {
  position: relative;
  height: calc(90vh + 3.125rem);
  color: #fff;
  background-size: cover;
  background-position: center;
  margin-bottom: 3.75rem;
  min-height: 53rem;
}

@media only screen and (min-width: 889px) {
  .ll-hero {
    min-height: 59.25rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 65rem) {
  .ll-hero {
    background-position: top;
  }
}
@media only screen and (min-width: 1140px) {
  .ll-hero {
    min-height: 64.375rem;
  }
}
.ll-hero__image {
  width: 100%;
  height: auto;
  display: none;
}

.ll-hero__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ll-hero:after {
  content: "";
  width: 130%;
  height: 130%;
  position: absolute;
  bottom: 0;
  left: -20%;
  background-position: bottom left;
  z-index: 0;
  background-size: 100%;
}

.ll-hero__inner {
  width: 100%;
  height: 100%;
  max-width: 56.1875rem;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  padding: 6.25rem 4.875rem 0.625rem;
}

@media only screen and (min-width: 889px) {
  .ll-hero__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-left: 1.875rem;
    padding-top: 13.75rem;
  }
}
@media only screen and (min-width: 65.5625rem) {
  .ll-hero__inner {
    display: block;
    padding-left: 0;
    padding-top: 16.75rem;
  }
}
.ll-hero__content {
  max-width: 30.5rem;
  margin: 0;
  position: relative;
}

@media only screen and (min-width: 55.5625rem) {
  .ll-hero__content {
    max-width: 28.5rem;
  }
}
.ll-hero__headings {
  margin-bottom: 2.5rem;
}

.ll-hero__heading {
  font-family: "ariana-pro", sans-serif;
  font-weight: 700;
  font-size: 2.8125rem !important;
  line-height: 3.875rem;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 63.75rem) {
  .ll-hero__heading {
    font-size: 3.4rem !important;
    line-height: 4.0625rem;
  }
}
.ll-hero__subheading {
  font-weight: 400;
  font-size: 20px !important;
  font-family: "ariana-pro", sans-serif;
  line-height: 2.125rem;
  max-width: 21.25rem;
}

.ll-slider--posts {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

@media only screen and (min-width: 660px) {
  .ll-slider--posts {
    max-width: 61.25rem;
  }
}
@media only screen and (min-width: 1190px) {
  .ll-slider--posts {
    max-width: 1190px;
  }
}
.ll-slider--posts .ll-slider__wrapper {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

@media only screen and (min-width: 760px) {
  .ll-slider--posts .ll-slider__wrapper {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 899px) {
  .ll-slider--posts .ll-slider__wrapper {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1040px) {
  .ll-slider--posts .ll-slider__wrapper {
    max-width: 1090px;
  }
}
.ll-slider--posts .ll-slider__slide {
  padding: 0;
  width: 18.75rem;
  margin: 0;
}

.ll-slider--next {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../svg/slider-left.svg);
  cursor: pointer;
  opacity: 1;
  display: none;
}

@media only screen and (min-width: 899px) {
  .ll-slider--next {
    display: block;
    left: -0.625rem;
  }
}
@media only screen and (min-width: 1445px) {
  .ll-slider--next {
    display: block;
    left: -0.625rem;
  }
}
.ll-slider--prev {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../svg/slider-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  cursor: pointer;
  opacity: 1;
  display: none;
}

@media only screen and (min-width: 899px) {
  .ll-slider--prev {
    display: block;
    right: 0.625rem;
  }
}
@media only screen and (min-width: 1445px) {
  .ll-slider--prev {
    display: block;
    right: -0.625rem;
  }
}
.slick-next,
.slick-prev {
  display: none !important;
}

.ll-post--slide {
  max-width: 22.5rem;
  position: relative;
}

@media only screen and (min-width: 900px) {
  .ll-post--slide {
    margin: 0 0.625rem;
    max-width: 15.625rem;
  }
}
.ll-post--slide .ll-post__inner {
  max-width: 250px;
}

.ll-post--slide .ll-post__image {
  width: 100%;
  height: 24.375rem;
  border-radius: 1.875rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ll-post--slide .ll-post__title {
  width: calc(100% - 3.125rem);
  background-color: #006d46;
  border-radius: 1.875rem;
  color: #fff !important;
  margin: 0 auto;
  position: relative;
  top: -1.875rem;
  margin-bottom: -1 0.875rem;
  width: 90%;
  height: 8.4375rem;
}

.ll-post--slide .ll-post__title h3 {
  display: block;
  width: 100%;
  padding: 30px;
  line-height: 1.3125rem;
  font-weight: 400;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ll-post--slide .ll-post__date {
  font-size: 14px;
  line-height: 1.375rem;
  color: #006d46 !important;
  font-weight: 400;
  text-align: center;
  opacity: 1;
  text-transform: capitalize;
}

.ll-post--slide .ll-post__content {
  position: relative;
  z-index: 4;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.2s linear;
}

.ll-post--slide .ll-post__content:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0.7;
  transition: all 0.3s linear;
}

.ll-post--slide .ll-post__content.post-green .ll-post__title {
  background-color: #0ca643;
}

.ll-text-block {
  text-align: center;
  color: #0ca643;
  padding: 0 40px;
}

.ll-text-block__inner {
  max-width: 42.125rem;
  margin: auto;
}

.ll-text-block__text-entry {
  max-width: 30.75rem;
  margin: auto;
  margin-bottom: 2.5rem;
  color: #006d46;
}

.ll-text-block__text-entry p {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}

@media only screen and (min-width: 56.25rem) {
  .ll-text-block__text-entry p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.ll-text-block__buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

.ll-contact__text.has-cols ul,
.ll-text-block__buttons .ll-button {
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 33.75rem) {
  .ll-text-block__buttons {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    margin: auto;
  }
  .ll-text-block__buttons .ll-button {
    margin: 0 0.9375rem;
  }
}
.ll-cards {
  color: #fff;
  position: relative;
}

.ll-cards__card {
  background-color: #0ca643;
  width: 90%;
  height: auto;
  padding: 2.5rem;
  max-width: 28.75rem;
  margin: 0 auto;
  border-radius: 1.875rem;
  margin-bottom: 1.875rem;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.is--ie .ll-cards__card {
  display: inline-table;
}

@media only screen and (min-width: 49.375rem) {
  .ll-cards__card {
    margin: 0 0.625rem;
  }
}
@media only screen and (min-width: 58.75rem) {
  .ll-cards__card {
    padding: 1.875rem 2.8125rem;
    margin: 0 2.5rem;
  }
}
.ll-cards__card.ll-card--primary-alt {
  background-color: #006d46;
}

.ll-cards__card.ll-card--secondary {
  background-color: #ee7623;
}

.ll-cards__card.ll-card--tertiary {
  background-color: #ffd100;
}

.ll-cards__card.ll-card--black {
  background-color: #000;
}

.ll-cards__card.ll-card--white {
  background-color: #fff;
  color: #0ca643;
}

.ll-cards__card.ll-card--muted {
  background-color: #cdcecf;
  color: #000;
}

.ll-cards__card.ll-card--muted ul li a {
  color: #000;
}

.ll-cards__icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 1.875rem;
}

.ll-cards__content {
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.ll-cards__headings {
  margin-bottom: 10px;
  max-width: 23.75rem;
}

.ll-cards__heading {
  margin-bottom: 0;
}

.translatepress-de_DE .ll-cards__heading {
  white-space: break-spaces;
  font-size: 28px;
  line-height: 33px;
}

@media only screen and (min-width: 40rem) {
  .translatepress-de_DE .ll-cards__heading {
    font-size: 34px;
    line-height: 39px;
  }
}
.ll-cards__text {
  margin-bottom: 1.875rem;
  font-weight: 400;
  height: 100%;
}

.ll-cards__text ul {
  max-width: 28.125rem;
  width: 100%;
}

.ll-cards__text ul li {
  margin-bottom: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
}

.ll-cards__text ul li:before {
  content: ">" !important;
  position: relative;
  font-weight: 600;
  left: -0.625rem;
}

.ll-cards__text ul .block-editor-rich-text__editable a,
.ll-cards__text ul li a {
  color: inherit !important;
}

.ll-cards__text ul li a:hover,
.ll-page--treatment-centres .ll-maplist .ll-maplist__item li.treatment-item--toggle a:hover {
  color: #ee7623;
}

.ll-cards--cta .ll-text--sml {
  font-weight: 400;
  display: block;
  margin-bottom: 1.125rem !important;
}

.ll-cards--cta .ll-text--sml small,
p {
  font-weight: 400;
}

@media only screen and (min-width: 28.75rem) {
  .list--inline ul,
  .ll-list--inline ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list--inline ul li,
  .ll-list--inline ul li {
    width: 50%;
  }
  .list--inline ul li a:hover,
  .ll-list--inline ul li a:hover {
    color: #ee7623;
  }
}
.bxta-cta-alt .ll-cards--cta {
  padding: 0 !important;
}

.bxta-cta-alt .ll-cards--cta .ll-cards__wrapper {
  max-width: 949px;
  margin: 0 0 60px;
  height: auto;
}

@media only screen and (min-width: 49.375rem) {
  .bxta-cta-alt .ll-cards--cta .ll-cards__wrapper {
    margin: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 61.875rem) {
  .bxta-cta-alt .ll-cards--cta .ll-cards__wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 30px 0 0;
  }
}
.bxta-cta-alt .ll-cards--cta .ll-cards__wrapper .ll-cards__card {
  width: 100%;
  max-width: 100%;
  background-color: rgba(205, 206, 207, 0.3);
  padding: 30px;
  height: auto;
  margin: 0 0 60px;
}

@media only screen and (min-width: 49.375rem) {
  .bxta-cta-alt .ll-cards--cta .ll-cards__wrapper .ll-cards__card {
    width: 45%;
    max-width: 360px;
    padding: 40px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
    height: auto;
    min-height: 500px;
  }
}
@media only screen and (min-width: 61.875rem) {
  .bxta-cta-alt .ll-cards--cta .ll-cards__wrapper .ll-cards__card {
    width: 48%;
    max-width: 420px;
    margin: 0;
  }
}
.bxta-cta-alt .ll-cards--cta .ll-cards__wrapper .no-icon {
  display: none !important;
}

.bxta-cta-alt .ll-cards--cta .ll-cards__wrapper .ll-cards__heading {
  font-size: 32px !important;
  line-height: 40px !important;
  margin-bottom: 16px;
}

.bxta-cta-alt .ll-cards--cta .ll-cards__wrapper .ll-cards__content {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}

.bxta-cta-alt .ll-cards--cta .ll-cards__wrapper .ll-cards__text small {
  font-size: 18px !important;
  line-height: 26px !important;
  color: #000 !important;
}

.ll-grid {
  width: 100%;
  padding: 0;
}

.ll-grid__row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 31.25rem;
  margin: 0 auto;
}

@media only screen and (min-width: 50rem) {
  .ll-grid__row {
    max-width: 54.2rem;
    -webkit-flex-wrap: none;
    flex-wrap: none;
  }
}
@media only screen and (min-width: 62.4375rem) {
  .ll-grid__row {
    max-width: 61.25rem;
    -webkit-flex-wrap: none;
    flex-wrap: none;
  }
}
.ll-grid__col {
  width: 50%;
}

@media only screen and (min-width: 50rem) {
  .ll-grid__col {
    width: 25%;
  }
  .ll-grid__col.sml-only {
    display: none !important;
  }
}
.ll-grid__col.col-lrg {
  width: 50%;
  display: none;
}

@media only screen and (min-width: 50rem) {
  .ll-grid__col.col-lrg {
    display: block;
  }
}
.ll-grid__inner.flex-row {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-flex;
  display: flex;
}

.ll-grid__inner.flex-row .ll-grid__content,
.ll-grid__inner.flex-row .ll-grid__image {
  width: 100%;
}

.ll-grid__content {
  width: 100%;
  height: 12.5rem;
  padding: 1.875rem;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.75rem;
  pointer-events: none;
}

.ll-grid__content i {
  font-size: 3.125rem;
  line-height: 3.4375rem;
  font-style: normal;
}

.ll-grid__content.lrg-only,
.ll-sidebar__navigation ul li#en-only {
  display: none;
}

@media only screen and (min-width: 50rem) {
  .ll-grid__content.lrg-only {
    display: block;
  }
}
.ll-grid__image {
  width: 100%;
  height: 12.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ll-grid__image.img-wide {
  width: 100%;
  height: 25rem;
}

@media only screen and (min-width: 50rem) {
  .ll-grid__image.img-tall {
    height: 25rem;
  }
}
.ll-grid__image.grid-image-sq {
  background-image: url(/wp-content/uploads/2020/08/grid-image-new400x400.jpg) !important;
}

@media only screen and (min-width: 50rem) {
  .ll-grid__image.grid-image-sq {
    background-image: url(/wp-content/uploads/2020/08/grid-image-new1.jpg) !important;
  }
}
.ll-posts {
  width: 100%;
  max-width: 54.375rem;
  margin: 0 auto;
  color: #0ca643;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 36.25rem) {
  .ll-posts {
    padding: 0;
  }
}
.ll-posts__headings {
  margin-bottom: 1.875rem;
  text-align: center;
}

@media only screen and (min-width: 36.25rem) {
  .ll-posts__headings {
    text-align: left;
  }
}
.ll-posts__heading {
  font-size: 1.99rem;
  line-height: 2.2875rem;
}

.ll-posts__feed {
  width: 100%;
}

@media only screen and (min-width: 36.25rem) {
  .ll-posts__feed {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ll-posts .ll-post {
  max-width: 17.5rem;
  margin: auto;
  display: block;
}

@media only screen and (min-width: 50rem) {
  .ll-posts .ll-post {
    margin: 1.25rem 0;
    width: 50%;
    max-width: 27.1875rem;
  }
  .ll-posts .ll-post__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ll-posts .ll-post__image {
  width: 100%;
  height: 11.875rem;
  background-image: url(/wp-content/uploads/2019/12/defocused-image-of-lights-255379.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.875rem;
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 50rem) {
  .ll-posts .ll-post__image {
    width: 13.75rem;
    height: 10.625rem;
    margin: 0;
  }
}
.ll-posts .ll-post__content {
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 50rem) {
  .ll-posts .ll-post__content {
    width: 190px;
    padding: 0;
    padding-left: 0.9375rem;
  }
}
.ll-posts .ll-post__date {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  color: #006d46;
}

.ll-posts .ll-post__title {
  font-size: 1.375rem;
  line-height: 2rem;
}

@media only screen and (min-width: 50rem) {
  .ll-posts .ll-post__title {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.ll-cta-banner {
  position: relative;
  color: #fff;
}

.ll-cta-banner__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 75%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
}

.ll-cta-banner__inner {
  position: relative;
  padding: 3.125rem 1.875rem;
  max-width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 55.625rem) {
  .ll-cta-banner__inner {
    max-width: 65rem;
    padding: 3.75rem 1.875rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ll-cta-banner__headings {
  width: 100%;
}

.cta-banner--alt .ll-cta-banner__heading {
  font-size: 1.875rem;
  line-height: 2.7625rem;
}

.ll-cta-banner__content {
  max-width: 21.75rem;
}

@media only screen and (min-width: 55.625rem) {
  .ll-cta-banner__content {
    padding-left: 1.875rem;
    padding-top: 0.9375rem;
  }
}
.ll-card--person .ll-card__text p,
.ll-cta-banner__text {
  margin-bottom: 1.875rem;
}

.ll-image-banner {
  width: 100%;
  height: 25rem;
  background-color: #f8f8ff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ll-card--case {
  width: 100%;
  max-width: 26.875rem;
  position: relative;
  margin: 0.625rem auto;
  display: block;
  text-align: center;
  padding: 3.75rem 1.25rem 1.25rem;
}

.ll-card--case .ll-card__inner {
  background-color: rgba(178, 191, 205, 0.1411764706);
  border-radius: 1.25rem;
  color: #0ca643;
  margin: auto;
  width: 100%;
  padding: 1.875rem;
}

.ll-card--case .ll-card__image {
  max-width: 11.875rem;
  width: 80%;
  height: auto;
  display: block;
  position: relative;
  margin: auto;
  margin-bottom: -2.5rem;
  top: -3.75rem;
}

.ll-card--case .ll-card__title {
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  display: inline;
  padding-bottom: 10px;
}

.ll-card--case .ll-card__link a:before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background-image: url(../svg/right-chevron--primary.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.ll-cards--case {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  padding: 1.25rem;
}

@media only screen and (min-width: 825px) {
  .ll-cards--case .ll-cards__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: auto;
  }
}
.ll-cards--case .ll-card--case {
  max-width: 19.375rem;
  margin: 0 auto;
  height: auto !important;
}

@media only screen and (min-width: 825px) {
  .ll-cards--case .ll-card--case {
    margin: 0 1.25rem;
  }
  .ll-cards--case .ll-card--case .ll-card__inner {
    height: 100%;
  }
}
.ll-card--partner,
.ll-card--product {
  width: 100%;
  max-width: 20.625rem;
  margin: 0 auto;
  height: 100%;
  padding: 0;
  margin-bottom: 3.125rem;
}

@media only screen and (min-width: 825px) {
  .ll-card--partner,
  .ll-card--product {
    max-width: 19.375rem;
    margin: 0.625rem 0.625rem 3.125rem;
  }
}
.ll-card--partner .ll-card__anchor,
.ll-card--product .ll-card__anchor {
  border-radius: 1.875rem;
  padding: 0;
  background-color: rgba(178, 191, 205, 0.1411764706);
  display: block;
  padding-bottom: 2.5rem;
}

.ll-card--partner .ll-card__image,
.ll-card--product .ll-card__image {
  width: 100%;
  height: 15.625rem;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  margin-bottom: 1.5625rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ll-card--partner .ll-card__content,
.ll-card--product .ll-card__content {
  padding: 0 1.875rem;
}

.ll-card--partner .ll-card__heading,
.ll-card--product .ll-card__heading {
  font-size: 1.875rem;
  line-height: 116%;
  color: #0ca643;
  margin-bottom: 0.9375rem;
}

@media only screen and (min-width: 62.4375rem) {
  .ll-card--partner .ll-card__heading,
  .ll-card--product .ll-card__heading {
    font-size: 2.0625rem;
  }
}
.ll-card--partner .ll-card__text-entry,
.ll-card--product .ll-card__text-entry {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.ll-card--partner .ll-card__anchor,
.ll-card--product .ll-card__anchor {
  height: 100%;
}

.ll-card--partner .ll-card__anchor:hover,
.ll-card--product .ll-card__anchor:hover {
  background: #006d46;
  transition: all 400ms ease;
}

.ll-card--partner .ll-card__anchor:hover .ll-card__heading,
.ll-card--partner .ll-card__anchor:hover .ll-card__text,
.ll-card--product .ll-card__anchor:hover .ll-card__heading,
.ll-card--product .ll-card__anchor:hover .ll-card__text {
  color: #fff;
}

.ll-cards--product {
  width: 100%;
  max-width: 69.375rem;
  margin: auto;
}

@media only screen and (min-width: 825px) {
  .ll-cards--product .ll-cards__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.video-cards .ll-cards--product {
  max-width: 100%;
}

.video-cards .ll-card--partner {
  max-width: 300px !important;
  height: auto;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 825px) {
  .video-cards .ll-card--partner {
    height: 537px;
  }
}
.video-cards .ll-card__anchor {
  height: auto;
}

@media only screen and (min-width: 825px) {
  .video-cards .ll-card__anchor {
    height: 100%;
  }
}
.video-cards .ll-card__content {
  padding-top: 20px;
}

.video-cards .ll-card__heading {
  font-size: 25px;
  line-height: 1.35;
}

@media only screen and (min-width: 825px) {
  .video-cards .ll-card__heading {
    font-size: 27px;
  }
}
.ll-card-col,
.ll-sidebar em,
.video-cards .ll-card__image {
  position: relative;
}

.ll-sidebar em:after,
.video-cards .ll-card__image:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center;
}

.video-cards .ll-card__image:after {
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  background-image: url(../icons/play-button.svg);
  background-repeat: no-repeat;
  opacity: 1;
}

.video-cards .ll-card__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0.2;
  transition: all 300ms ease;
}

.video-cards .ll-card--partner:hover .ll-card__image:before {
  opacity: 0.7;
  transition: all 300ms ease;
}

.ll-card-col {
  width: 100%;
  max-width: 87.5rem;
  margin: auto;
}

.ll-card-col .wp-block-columns {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 51.25rem) {
  .ll-card-col .wp-block-columns {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 0.625rem 1.25rem;
  }
}
.ll-card-col .wp-block-columns .wp-block-column {
  margin: 0;
  width: 100%;
}

@media only screen and (min-width: 51.25rem) {
  .ll-card-col .wp-block-columns .wp-block-column {
    margin: 0 0.9375rem;
  }
}
@media only screen and (min-width: 62.4375rem) {
  .ll-card-col .wp-block-columns .wp-block-column {
    margin: 0 1.25rem;
  }
}
.ll-cards--cta {
  padding: 0.625rem 0;
}

.ll-cards--cta .ll-cards__wrapper {
  height: auto;
  max-width: 68.75rem;
  margin: auto;
}

@media only screen and (min-width: 49.375rem) {
  .ll-cards--cta .ll-cards__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
  }
}
.ll-posts--latest {
  max-width: 68.0625rem;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3.125rem;
}

.ll-posts--latest .ll-posts__headings {
  text-align: center;
  margin-bottom: 3.125rem;
}

@media only screen and (min-width: 62.4375rem) {
  .ll-posts--latest .ll-posts__headings {
    text-align: left;
  }
}
.ll-posts--latest .ll-posts__inner {
  padding: 10px 20px;
}

@media only screen and (min-width: 62.4375rem) {
  .ll-posts--latest .ll-posts__inner {
    padding: 0 0 0 35px;
  }
}
.ll-posts--latest .ll-posts__heading {
  font-size: 2.825rem;
  color: #0ca643;
}

@media only screen and (min-width: 50rem) {
  .ll-posts--latest .ll-posts__heading {
    font-size: 2.375rem;
    max-width: 52.5rem;
  }
}
@media only screen and (min-width: 62.4375rem) {
  .ll-posts--latest .ll-posts__heading {
    max-width: 61.25rem;
  }
}
.ll-posts--latest .ll-posts__feed {
  display: block;
  width: 100%;
  padding: 0 0.625rem;
}

@media only screen and (min-width: 56.1875rem) {
  .ll-posts--latest .ll-posts__feed {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 999px) {
  .ll-posts--latest .ll-posts__feed {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }
}
.ll-posts--latest .ll-post {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0 0.625rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.ll-posts--latest .ll-post:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 899px) {
  .ll-posts--latest .ll-post {
    width: 30%;
    margin: 2px;
    margin-bottom: 2.5rem;
    max-width: 17.125rem;
  }
}
@media only screen and (min-width: 999px) {
  .ll-posts--latest .ll-post {
    padding: 0;
    width: 32%;
    margin: 0 1.25rem;
    max-width: 20.625rem;
  }
}
.ll-posts--latest .ll-post__image {
  width: 100%;
  height: 12.5rem;
  margin-bottom: 1.875rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.875rem;
}

.ll-posts--latest .ll-post__content {
  color: #0ca643;
}

@media only screen and (min-width: 50rem) {
  .ll-posts--latest .ll-post__content {
    padding-right: 2.25rem;
  }
}
.ll-posts--latest .ll-post__date {
  color: #006d46;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  text-transform: capitalize;
}

.ll-posts--latest .ll-post__title {
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 400;
  padding-right: 2.5rem;
}

@media only screen and (min-width: 50rem) {
  .bxta-post-cols {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    max-width: 70.625rem;
    margin: auto;
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 68.75rem) {
  .bxta-post-cols {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 50rem) {
  .bxta-post-cols .ll-posts--latest {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    max-width: 50rem;
    margin: 0;
  }
}
@media only screen and (min-width: 68.75rem) {
  .bxta-post-cols .ll-posts--latest {
    width: 80%;
    margin: 0 30px;
  }
}
.bxta-post-cols .ll-posts--latest .ll-post {
  width: 100%;
}

@media only screen and (min-width: 50rem) {
  .bxta-post-cols .ll-posts--latest .ll-post {
    padding: 0 0.3125rem;
    margin: 0;
  }
  .bxta-post-cols .ll-posts--latest .ll-posts__feed {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
  }
  .bxta-post-cols .ll-posts--latest .ll-post__title {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
}
@media only screen and (min-width: 38.75rem) {
  .ll-posts--latest.post--has-4 .ll-post:last-child {
    display: none;
  }
}
.ll-content {
  margin-bottom: 0;
}

.ll-content__inner {
  padding: 10px 0;
}

.ll-content p {
  font-size: 1.125rem;
  line-height: 1.85rem;
  margin-bottom: 1.2rem;
}

.ll-buttons-row .ll-button {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.ll-text-padded {
  max-width: 95%;
  padding: 1.875rem;
  margin: 30px auto;
  border-radius: 1.875rem;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 400;
}

.ll-text-padded p {
  margin-bottom: 0 !important;
}

.ll-content p a {
  color: #0ca643;
  text-decoration: underline;
}

.ll-sidebar--row {
  width: 100%;
  position: relative;
  top: 0;
  max-width: 100%;
  margin: auto;
  padding: 80px 30px 0;
  z-index: 10;
}

@media only screen and (min-width: 999px) {
  .ll-sidebar--row {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1190px) {
  .ll-sidebar--row {
    position: absolute;
    max-width: 100%;
    width: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
    top: 14.125rem;
    z-index: 10;
  }
  .ll-sidebar--row--product {
    position: absolute !important;
  }
}
.ll-sidebar,
.ll-sidebar--toggle {
  background: #f9fafc;
  padding: 30px;
  border-radius: 30px;
  color: #0ca643;
  pointer-events: all;
}

.ll-sidebar--toggle {
  position: absolute;
  top: 5.125rem;
  right: 0;
  width: 300px;
}

.ll-sidebar {
  width: 100%;
  max-width: 600px;
  margin: 0;
}

@media only screen and (min-width: 1190px) {
  .ll-sidebar {
    position: absolute;
    width: 270px;
    background: #f9fafc;
    z-index: 10;
    left: unset;
    right: 3%;
    top: 0.8125rem;
  }
}
@media only screen and (min-width: 1240px) {
  .ll-sidebar {
    width: 300px;
    right: 1%;
  }
}
@media only screen and (min-width: 1335px) {
  .ll-sidebar {
    width: 300px;
    right: 5%;
  }
}
@media only screen and (min-width: 1540px) {
  .ll-sidebar {
    right: 14%;
  }
}
@media only screen and (min-width: 1940px) {
  .ll-sidebar {
    right: 18%;
  }
}
.ll-sidebar em {
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 17px;
  cursor: pointer;
}

.ll-sidebar em:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  right: 0;
  background-image: url(../svg/down-chevron--primary.svg);
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.ll-sidebar em,
.ll-sidebar__links {
  margin-bottom: 16px;
}

.leaflet-popup-content ul li:last-child,
.ll-sidebar__links:last-child {
  margin-bottom: 0;
}

.ll-sidebar__nav {
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms linear;
}

.sidebar-nav-is--active .ll-sidebar__nav {
  height: auto;
  min-height: 100px;
  max-height: 999999px;
  transition: all 500ms linear;
}

.ll-sidebar__navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ll-sidebar__navigation ul li {
  padding: 5px 0;
  margin: 0 0 6px;
}

.ll-card--person .ll-card__text a:before,
.ll-sidebar__navigation ul li:before {
  content: "";
  background-image: url(../svg/right-chevron--primary.svg);
  background-size: contain;
  background-position: center;
}

.ll-sidebar__navigation ul li:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.ll-sidebar .sidebar-nav-is--active em:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.ll-sidebar-template-page {
  padding-top: 30px;
  height: auto;
  width: 100%;
  overflow: hidden;
}

#treatment {
  height: 400px;
  z-index: 1;
}

.leaflet-bottom.leaflet-right {
  display: none !important;
}

.leaflet-fade-anim .leaflet-popup {
  max-width: 460px !important;
}

.leaflet-popup-pane {
  max-width: 430px !important;
}

.leaflet-popup-content h1,
.leaflet-popup-content h2,
.leaflet-popup-content h3,
.leaflet-popup-content h4,
.leaflet-popup-content h5,
.leaflet-popup-content h6 {
  font-size: 24px;
  line-height: 1.3;
}

.leaflet-popup-content .address {
  font-size: 16px;
  line-height: 1.4;
}

.leaflet-popup-content ul li {
  margin-bottom: 10px;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
  border: 0 solid rgba(0, 0, 0, 0.2) !important;
  background-clip: padding-box;
  width: 50px;
  z-index: 10 !important;
}

.bxta-treatments h3 {
  font-size: 26px !important;
  line-height: 31px !important;
}

@media only screen and (min-width: 800px) {
  .bxta-treatments h3 {
    font-size: 34px !important;
    line-height: 41px !important;
  }
}
@media only screen and (min-width: 1020px) {
  .bxta-treatments h3 {
    font-size: 38px !important;
    line-height: 46px !important;
  }
}
.ll-card--person {
  width: 100%;
  position: relative;
  padding: 20px;
  padding-top: 5rem;
  max-width: 56.25rem;
  margin: auto;
}

@media only screen and (min-width: 55.625rem) {
  .ll-card--person {
    padding-top: 7.5rem;
  }
}
.ll-card--person .ll-card__inner {
  background-color: rgba(178, 191, 205, 0.1411764706);
  padding: 1.25rem;
  border-radius: 20px;
  color: #000;
  text-align: center;
}

.ll-card--person .ll-card__image {
  width: 130px;
  height: 130px;
  border-radius: 12.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
  top: -80px;
  margin-bottom: -2.5rem;
}

@media only screen and (min-width: 55.625rem) {
  .ll-card--person .ll-card__image {
    width: 10rem;
    height: 10rem;
    top: -6.25rem;
    margin-bottom: -60px;
  }
}
.ll-card--person .ll-card__heading {
  font-family: "ariana-pro", sans-serif;
  color: #0ca643;
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}

.ll-card--person .ll-card__text {
  max-width: 90%;
  margin: auto;
  margin-bottom: 1.875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.75rem !important;
}

.ll-card--person .ll-card__text a {
  color: #0ca643;
  position: relative;
}

.ll-card--person .ll-card__text a:before {
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  position: absolute;
  left: -1.4375rem;
  top: 0.25rem;
}

.ll-card--person .ll-card__text-entry {
  font-size: 18px;
  line-height: 2rem;
  font-weight: 400;
}

.ll-cards--quote {
  width: 100%;
  max-width: 1160px;
  margin: auto;
}

@media only screen and (min-width: 825px) {
  .ll-cards--quote .ll-cards__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 100%;
  }
}
.ll-cards--quote .ll-card--person {
  max-width: 22.5rem;
  margin: 0;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: stretch;
  align-content: stretch;
}

.ll-cards--quote .ll-card--person .ll-card__inner {
  height: 100%;
}

.ll-card--wide {
  max-width: 42.5rem !important;
}

.wp-block-cgb-block-ll-person-card {
  max-width: 23.625rem !important;
  margin: auto !important;
}

@media only screen and (min-width: 55.625rem) {
  .wp-block-cgb-block-ll-person-card {
    max-width: 21.25rem !important;
    margin: 0 !important;
  }
}
.ll-card--person.card--center {
  max-width: 26.25rem !important;
  margin: 0.625rem auto !important;
}

.ll-card--person a {
  color: #0ca643 !important;
}

.ll-search-bar {
  overflow: hidden;
  position: relative;
  display: none;
  z-index: 999;
  padding: 13px 20px 9px;
  background-color: #fff;
  text-align: right;
  box-shadow: -2px 10px 17px -5px rgba(0, 0, 0, 0.48);
  height: 0;
  max-height: 0;
  opacity: 0.3;
}

.ll-search-bar .search-form {
  max-width: 900px;
  margin: auto;
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
}

.ll-search-bar .search-form .search-field {
  width: 100%;
  border: 0;
  outline: 0;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #0ca643;
  border-bottom: 1px solid #efefef;
  border-radius: 1px;
  padding-left: 9px;
}

@media only screen and (min-width: 520px) {
  .ll-search-bar .search-form .search-field {
    height: 40px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 790px) {
  .ll-search-bar .search-form .search-field {
    font-size: 26px;
  }
}
.ll-search-bar .search-form .search-submit {
  width: 50px;
  height: 30px;
  border: 0;
  background-color: #0ca643;
  outline: 0;
  border-radius: 5px;
  background-image: url(../svg/search-white.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 520px) {
  .ll-search-bar .search-form .search-submit {
    background-size: 20px;
    height: 40px;
    width: 50px;
  }
}
@media only screen and (min-width: 790px) {
  .ll-search-bar .search-form .search-submit {
    background-size: 24px;
    width: 90px;
  }
}
.ll-search-bar .search-form .search-close,
.search-toggle,
.search-toggle-mb {
  border: 0;
  background-color: transparent;
  outline: 0;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
}

.ll-search-bar .search-form .search-close {
  width: 30px;
  height: 30px;
  background-image: url(../svg/close-black.svg);
  background-size: 13px;
  margin-left: 10px;
}

@media only screen and (min-width: 520px) {
  .ll-search-bar .search-form .search-close {
    height: 40px;
    background-size: 19px;
  }
}
@media only screen and (min-width: 790px) {
  .ll-search-bar .search-form .search-close {
    background-size: 20px;
  }
}
.ll-search-bar.is--active {
  display: block;
  height: auto;
  max-height: 200px;
  opacity: 1;
  overflow: visible;
}

.search-toggle,
.search-toggle-mb {
  padding: 10px 20px;
  background-image: url(../svg/search-white.svg);
  background-size: 15px;
}

.search-toggle {
  margin-left: 10px;
  position: relative;
  top: -6px;
}

.search-toggle-mb {
  position: absolute;
  top: 45%;
  right: 66px;
  -webkit-transform: translateY(-49%);
  transform: translateY(-49%);
}

@media only screen and (min-width: 999px) {
  .search-toggle-mb {
    display: none;
  }
}
.ll-content-cards .ll-cards__wrapper {
  height: auto;
  max-width: 71.875rem;
  margin: auto;
  padding: 0.625rem 1.875rem 1.875rem;
}

@media only screen and (min-width: 49.375rem) {
  .ll-content-cards .ll-cards__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
  }
}
.ll-card--content {
  max-width: 390px;
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
}

@media only screen and (min-width: 49.375rem) {
  .ll-card--content {
    width: 45%;
    margin: 0 5px 60px;
    height: inherit;
    max-width: 430px;
  }
}
@media only screen and (min-width: 980px) {
  .ll-card--content {
    margin: 0 16px 60px;
  }
}
@media only screen and (min-width: 1040px) {
  .ll-card--content {
    margin: 0 25px 60px;
  }
}
.ll-block-editor .ll-card--content {
  width: 100% !important;
  margin: 0 auto !important;
  padding-top: 0 !important;
}

.ll-card--content .ll-card__image {
  width: 100%;
  height: 270px;
  position: relative;
  margin-bottom: 23px;
}

@media only screen and (min-width: 980px) {
  .ll-card--content .ll-card__image {
    height: 300px;
    position: absolute;
    top: 0;
  }
}
.ll-card--content .ll-card__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ll-block-editor .ll-card--content .ll-card__image {
  width: 100% !important;
  max-width: 330px !important;
  height: auto !important;
  max-height: 300px !important;
  position: relative !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
}

.ll-card--content .ll-card__headings,
.ll-card--content .ll-card__text {
  height: auto;
}

.ll-card--content .ll-card__headings .ll-card__heading {
  color: #0ca643;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.3;
}

.ll-card--content .ll-card__text p {
  font-size: 18px;
  margin-bottom: 30px;
}

.ll-card--content .ll-card__content {
  padding: 0 4px;
}

@media only screen and (min-width: 49.375rem) {
  .ll-card--content .ll-card__content {
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 330px;
    padding-bottom: 50px;
  }
  .ll-block-editor .ll-card--content .ll-card__content {
    padding: 10px 0 !important;
  }
  .ll-card--content .ll-card__buttons {
    position: absolute;
    width: 100%;
    bottom: -30px;
  }
  .ll-block-editor .ll-card--content .ll-card__buttons {
    position: relative !important;
    bottom: 0 !important;
  }
}
.hero--homepage .ll-hero {
  background-image: url(/wp-content/uploads/2021/09/mobile-home-hero-bg.png);
}

@media only screen and (min-width: 50rem) {
  .hero--homepage .ll-hero {
    background-image: url(/wp-content/uploads/2021/09/home-hero-1.jpeg);
  }
}
.ll-articles {
  width: 100%;
  padding: 1.25rem;
  max-width: 67.75rem;
}

@media only screen and (min-width: 800px) {
  .ll-articles {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1040px) {
  .ll-articles {
    padding-left: 30px;
    max-width: 1384px;
  }
}
@media only screen and (min-width: 1330px) {
  .ll-articles {
    padding: 30px 1.25rem;
    max-width: 1384px;
    margin: auto;
  }
}
.ll-articles .ll-articles__title {
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 800px) {
  .ll-articles .ll-articles__title {
    text-align: left;
    margin: auto auto 20px;
  }
}
.ll-articles__inner {
  padding: 20px 0;
  margin: auto;
}

@media only screen and (min-width: 800px) {
  .ll-articles__posts {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 18px;
  }
}
@media only screen and (min-width: 1320px) {
  .ll-articles__posts {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.ll-articles__post {
  margin-bottom: 30px;
  display: block;
}

@media only screen and (min-width: 800px) {
  .ll-articles__post {
    display: -webkit-flex;
    display: flex;
    width: 50%;
  }
}
.ll-articles__post-img {
  width: 100%;
  max-width: 290px;
  border-radius: 10px;
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto auto 18px;
}

@media only screen and (min-width: 800px) {
  .ll-articles__post-img {
    margin: 0;
    width: 200px;
    height: 140px;
  }
}
@media only screen and (min-width: 999px) {
  .ll-articles__post-img {
    width: 260px;
    height: 136px;
  }
}
.ll-articles__post-content {
  max-width: 290px;
  margin: auto;
  padding-left: 10px;
}

@media only screen and (min-width: 800px) {
  .ll-articles__post-content {
    margin: auto 0;
    max-width: 230px;
    padding: 10px 10px 10px 20px;
  }
}
.ll-articles__post-content .post-date {
  font-size: 13px;
  color: #006d46;
}

.ll-articles__post-content .post-title {
  font-size: 16px;
  line-height: 24px;
  color: #0ca643;
}

.wp-block-cgb-block-ll-innerblock-text-padded {
  border-radius: 1.875rem;
  max-width: 95%;
  margin: auto;
}

.ll-content ul {
  list-style-type: disc;
  display: block;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}

.ll-content ol li,
.ll-content ul li {
  font-family: "ariana-pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 14px;
  padding-left: 10px;
}

.ll-content ol,
.ll-content ul {
  margin-left: 20px;
}

.ll-contact {
  padding: 0;
  max-width: 37.5rem;
  margin: auto;
}

@media only screen and (min-width: 51.875rem) {
  .ll-contact {
    max-width: 70rem;
    padding: 0 0.875rem;
  }
}
.ll-contact__inner {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 51.875rem) {
  .ll-contact__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.ll-contact__content {
  width: 100%;
  padding: 0 1.875rem;
}

@media only screen and (min-width: 67.5rem) {
  .ll-contact__content {
    padding-right: 1.875rem;
  }
}
.ll-contact__headings {
  color: #0ca643;
}

.ll-contact__headings h3 {
  font-size: 1.875rem;
}

.ll-contact__section {
  margin-bottom: 3.125rem;
  padding: 0 1.25rem;
}

.ll-contact__text {
  margin-bottom: 1.25rem;
  padding-right: 0.625rem;
  font-size: 17px;
  line-height: 1.6875rem;
  font-weight: 400;
  max-width: 30rem;
}

.ll-contact__text.has-cols {
  max-width: 100%;
}

@media only screen and (min-width: 67.5rem) {
  .ll-contact__text.has-cols {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .ll-contact__text.has-cols.regional-contacts {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ll-contact__text.has-cols.regional-contacts .ll-contact__col {
    width: 50%;
  }
  .ll-contact__text.has-cols.regional-contacts .ll-contact__col ul {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-right: 5px;
  }
  .ll-contact__text.has-cols.regional-contacts .ll-contact__col ul li i {
    font-size: 16px;
  }
  .ll-contact__text.has-cols.regional-contacts .ll-contact__col ul li.rc-title {
    font-size: 18px;
  }
}
.ll-contact__text a {
  color: #006d46;
}

.ll-contact__text b {
  display: block;
}

.ll-contact__text b,
.ll-contact__text ul li {
  margin-bottom: 0.3125rem;
}

.ll-contact__col {
  margin-bottom: 20px;
}

.ll-contact__col:last-child {
  margin-bottom: 0;
}

.ll-contact__form {
  width: 100%;
  max-width: 100%;
  margin: auto auto 50px;
  border-radius: 0;
  background-color: #0ca643;
  padding: 2.0625rem 1.875rem;
  height: auto;
}

@media only screen and (min-width: 51.875rem) {
  .ll-contact__form {
    max-width: 28.75rem;
    margin: 0;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 67.5rem) {
  .ll-contact__form {
    margin: 0;
    max-width: 25rem;
  }
}
.ll-contact .ll-form {
  width: 100%;
}

.ll-contact .ll-form__input,
.ll-contact .ll-form__textarea {
  display: block;
  padding: 0.625rem;
  margin-bottom: 0.3125rem;
}

.ll-contact .ll-form input,
.ll-contact .ll-form select {
  width: 100%;
  display: block;
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 15px 2.0625rem;
  border-radius: 1.25rem;
  font-weight: 400;
}

.ll-contact .ll-form select {
  height: 2.75rem;
}

.ll-contact .ll-form textarea {
  width: 100%;
  border-radius: 1.875rem;
  color: #000;
  border: 0;
  padding: 1.25rem;
  font-weight: 400;
}

.ll-contact .ll-form__submit {
  text-align: center;
  padding-top: 1.25rem;
}

.page--contact-us .wp-block-cgb-block-ll-hero-banner {
  display: none;
}

@media only screen and (min-width: 51.875rem) {
  .page--contact-us .wp-block-cgb-block-ll-hero-banner {
    display: block;
  }
}
.page--contact-us .ll-contact__heading--mb {
  padding: 20px 50px 24px;
  color: #fff;
  background-color: #0ca643;
  margin-bottom: 50px;
}

.page--contact-us .ll-contact__heading--mb h2 {
  font-size: 37px;
  line-height: 45px;
  margin: 0;
}

@media only screen and (min-width: 51.875rem) {
  .page--contact-us .ll-contact__heading--mb {
    display: none;
  }
}
.ll-page--treatment-centres .ll-filterbox__select.desktop-only,
.page--contact-us .ll-contact__headings {
  display: none;
}

@media only screen and (min-width: 51.875rem) {
  .page--contact-us .ll-contact__headings {
    display: block;
  }
}
.ll-post-page--sidebar {
  padding-top: 1.875rem;
  position: relative;
}

.ll-post-page--sidebar .ll-post-page__content {
  max-width: 55.5rem;
}

@media only screen and (min-width: 1240px) {
  .ll-post-page--sidebar .ll-post-page__content {
    max-width: 60.5rem;
  }
}
@media only screen and (min-width: 1330px) {
  .ll-post-page--sidebar .ll-post-page__content {
    max-width: 51.5rem;
    margin-left: 11%;
  }
}
.ll-page--treatment-centres {
  padding-top: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
}

@media only screen and (min-width: 850px) {
  .ll-page--treatment-centres {
    display: block;
    padding-top: 75px;
  }
}
@media only screen and (min-width: 999px) {
  .ll-page--treatment-centres {
    display: block;
    padding-top: 0;
  }
}
.ll-page--treatment-centres p {
  font-size: 18px;
  line-height: 29px;
}

.ll-page--treatment-centres .map-title {
  -webkit-order: 1;
  order: 1;
}

.ll-page--treatment-centres .map-map {
  -webkit-order: 2;
  order: 2;
}

.ll-page--treatment-centres .map-filter {
  -webkit-order: 3;
  order: 3;
}

.ll-page--treatment-centres .ll-filterbox {
  max-width: 450px;
}

.ll-page--treatment-centres .ll-filterbox__select {
  display: block;
}

@media only screen and (min-width: 850px) {
  .ll-page--treatment-centres .ll-filterbox__select {
    display: none;
  }
}
@media only screen and (min-width: 850px) {
  .ll-page--treatment-centres .ll-filterbox__select.desktop-only {
    display: block;
  }
}
.ll-page--treatment-centres .ll-filterbox__select select {
  width: 100%;
  height: 55px;
  display: block;
  border-radius: 30px;
  border: 0 !important;
  background-color: rgba(205, 206, 207, 0.3);
  color: #0ca643;
  text-indent: 1px;
  text-overflow: "";
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 9px 20px;
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 19px;
  background-image: url(../svg/light-chevron--down.svg);
  outline: 0;
  max-width: 300px;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 550;
}

.blog-post-filter__select::-ms-expand,
.ll-page--treatment-centres .ll-filterbox__select select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 640px) {
  .ll-page--treatment-centres .ll-heading--treatment {
    font-size: 36px;
  }
}
@media only screen and (min-width: 960px) {
  .ll-page--treatment-centres .ll-filterbox__cats {
    padding-left: 30px;
  }
}
.ll-page--treatment-centres .ll-filterbox__cats ul {
  padding-top: 16px;
}

.ll-page--treatment-centres .ll-filterbox__cats ul li {
  padding-left: 36px;
  padding-bottom: 37px;
  position: relative;
  font-weight: 400;
}

.ll-page--treatment-centres .ll-filterbox__cats ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ll-page--treatment-centres .ll-filterbox__cats ul li.primary:after {
  background-image: url(../icons/marker-primary.png);
}

.ll-page--treatment-centres .ll-filterbox__cats ul li.secondary:after {
  background-image: url(../icons/marker-secondary.png);
}

.ll-page--treatment-centres .ll-maplist {
  padding: 0 15px;
}

@media only screen and (min-width: 790px) {
  .ll-page--treatment-centres .ll-maplist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ll-page--treatment-centres .ll-maplist .ll-maplist__item,
.ll-post-page.posts--old-blog div {
  margin-bottom: 30px;
}

@media only screen and (min-width: 790px) {
  .ll-page--treatment-centres .ll-maplist .ll-maplist__item {
    width: 50%;
    padding-right: 37px;
  }
}
@media only screen and (min-width: 960px) {
  .ll-page--treatment-centres .ll-maplist .ll-maplist__item {
    width: 33%;
    padding-right: 80px;
  }
}
.ll-page--treatment-centres .ll-maplist .ll-maplist__item span {
  font-size: 19px;
  display: block;
  margin-bottom: 15px;
}

.ll-page--treatment-centres .ll-maplist .ll-maplist__item li {
  margin-bottom: 5px;
  padding: 8px 0 8px 25px;
  font-size: 18px;
  color: #0ca643;
  font-weight: 400;
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: 13px;
  position: relative;
  z-index: 1;
}

.ll-page--treatment-centres .ll-maplist .ll-maplist__item li.treatment-item--toggle {
  background-image: url(../svg/right-chevron--primary.svg);
}

.ll-page--treatment-centres .ll-maplist .ll-maplist__item li .treatment-toggle {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 13.5px;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background-position: 1%;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../svg/right-chevron--primary.svg);
  cursor: pointer;
}

@media only screen and (min-width: 850px) {
  .ll-page--treatment-centres .ll-cols--treatment {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ll-page--treatment-centres .ll-textbox--treatment {
  width: 100%;
  max-width: 100%;
}

.treatment-item {
  position: relative;
}

.treatment-item .treatment-info {
  position: absolute;
  overflow: hidden;
  min-height: 0;
  max-height: 0;
  visibility: hidden;
  padding: 10px;
  transition: all 10ms linear;
}

.treatment-item .treatment-info ul {
  padding: 0;
  margin: 0;
}

.treatment-item .treatment-info ul li {
  color: #000 !important;
  padding: 0 !important;
  background-image: none !important;
  margin: 0 0 13px !important;
  font-size: 16px !important;
}

.treatment-item .treatment-info ul li:after,
.treatment-item .treatment-info ul li:before {
  content: none;
}

.treatment-item .treatment-info ul li a {
  color: #0ca643 !important;
  text-decoration: underline;
}

.treatment-item .treatment-info ul li.hours {
  font-size: 15px;
  line-height: 26px;
}

.treatment-item.is-active .treatment-info {
  position: relative;
  min-height: 60px;
  max-height: 9999px;
  visibility: visible;
  transition: all 300ms linear;
}

@media only screen and (min-width: 790px) {
  .centre-location--UK .ll-maplist {
    -webkit-flex-direction: column;
    flex-direction: column;
    max-height: 1249px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .centre-location--UK .ll-maplist {
    max-height: 790px;
  }
}
@media only screen and (min-width: 790px) {
  .centre-location--AU .ll-maplist {
    -webkit-flex-direction: column;
    flex-direction: column;
    max-height: 1449px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .centre-location--AU .ll-maplist {
    max-height: 890px;
  }
}
.treatment-multi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.treatment-multi .bxta-treatments {
  width: 100%;
}

@media only screen and (min-width: 790px) {
  .treatment-multi .bxta-treatments {
    width: 50%;
  }
}
@media only screen and (min-width: 1090px) {
  .treatment-multi .bxta-treatments {
    width: 33%;
  }
}
.treatment-multi .bxta-treatments .ll-maplist,
.treatment-multi .bxta-treatments .ll-maplist__item {
  width: 100% !important;
}

.ll-container.content-template-container,
.top-space {
  padding-top: 4.125rem;
}

@media only screen and (min-width: 1020px) {
  .ll-container.content-template-container {
    padding-top: 3.875rem;
  }
}
@media only screen and (min-width: 1020px) {
  .top-space {
    padding-top: 3.875rem;
  }
}
.align-center {
  text-align: center !important;
}

.wp-block-image {
  padding: 30px 0;
}

.wp-block-image img {
  height: auto !important;
}

.blocks-gallery-grid {
  display: -webkit-flex !important;
  display: flex !important;
  padding: 30px 10px !important;
}

.ll-blogs {
  padding-top: 90px;
}

@media only screen and (min-width: 999px) {
  .ll-blogs {
    padding-top: 45px;
  }
}
.ll-blogs__inner {
  max-width: 1445px;
  margin: auto;
  padding: 0 70px;
}

@media only screen and (min-width: 780px) {
  .ll-blogs__inner {
    padding: 0 30px;
  }
}
.ll-blogs__row {
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (min-width: 780px) {
  .ll-blogs__row {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
  }
}
.ll-blogs__row.alt-row {
  display: block;
}

@media only screen and (min-width: 1125px) {
  .ll-blogs__row.alt-row {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 565px) {
  .ll-blogs__row.inner-row {
    display: -webkit-flex;
    display: flex;
  }
}
.ll-blogs__col {
  width: 100%;
  margin-bottom: 50px;
}

.ll-blogs__col.col-33 {
  width: 100%;
}

.ll-blogs__col.col-33:last-child {
  display: none;
}

@media only screen and (min-width: 1125px) {
  .ll-blogs__col.col-33:last-child {
    display: block;
    width: 33%;
    padding: 0;
  }
  .ll-blogs__col.col-33:last-child:first-child {
    margin-left: 0;
  }
  .ll-blogs__col.col-33:last-child:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 780px) {
  .ll-blogs__col.col-33 {
    width: 50%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1125px) {
  .ll-blogs__col.col-33 {
    width: 33%;
    padding: 0;
    margin: 0 20px;
  }
}
.ll-blogs__col.col-33-f {
  width: 100%;
}

@media only screen and (min-width: 1125px) {
  .ll-blogs__col.col-33-f {
    width: 33%;
    padding: 0;
    margin: 0 20px;
  }
  .ll-blogs__col.col-33-f:first-child {
    margin-right: 10px;
  }
  .ll-blogs__col.col-33-f:last-child {
    margin-left: 20px;
  }
}
.ll-blogs__col.col-50 {
  width: 100%;
}

@media only screen and (min-width: 565px) {
  .ll-blogs__col.col-50 {
    width: 50%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1125px) {
  .ll-blogs__col.col-50 {
    padding: 0;
    margin: 0;
  }
  .ll-blogs__col.col-50:first-child {
    margin-right: 10px;
  }
  .ll-blogs__col.col-50:last-child {
    margin-left: 10px;
  }
}
.ll-blogs .ll-article-post__img {
  width: 100%;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  margin-bottom: 25px;
}

.ll-blogs img,
.ll-post-page img {
  width: 100%;
  height: auto;
  display: block;
}

.ll-blogs .ll-article-post__date {
  font-size: 13px;
  font-style: normal !important;
  text-decoration: none;
  margin-bottom: 10px;
}

.ll-blogs .ll-article-post__date i,
.ll-post-page .ll-article-post__date i {
  font-style: normal !important;
  font-weight: 400;
  color: #006d46;
}

.ll-blogs .ll-article-post__title {
  max-width: 325px;
  padding-right: 10px;
  color: #0ca643;
}

.ll-blogs .ll-article-post__title p,
.ll-post-page .ll-article-post__title p {
  font-size: 20px !important;
  line-height: 25px !important;
}

.ll-blogs .col-33-f .ll-article-post__title p,
.ll-post-page .col-33-f .ll-article-post__title p {
  font-size: 17px !important;
  line-height: 25px !important;
}

.ll-blogs .col-33-f .ll-blogs__headings .ll-heading,
.ll-post-page .col-33-f .ll-blogs__headings .ll-heading {
  color: #0ca643 !important;
}

.ll-post-page {
  padding-top: 120px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 999px) {
  .ll-post-page {
    padding-top: 80px;
  }
}
.ll-post-page__inner {
  max-width: 1355px;
  margin: auto;
  padding: 0 70px;
}

@media only screen and (min-width: 780px) {
  .ll-post-page__inner {
    padding: 0 10px;
  }
}
.ll-post-page__row {
  width: 100%;
}

@media only screen and (min-width: 680px) {
  .ll-post-page__row {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ll-post-page__col {
  max-width: 417px;
  padding: 0;
  margin-bottom: 40px;
}

@media only screen and (min-width: 680px) {
  .ll-post-page__col {
    width: 50%;
    padding: 0 15px;
  }
}
.ll-post-page .ll-article-post__img {
  width: 100%;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  margin-bottom: 25px;
}

.ll-post-page .ll-article-post__date {
  font-size: 13px;
  font-style: normal !important;
  text-decoration: none;
  margin-bottom: 10px;
}

.ll-post-page .ll-article-post__title {
  max-width: 325px;
  padding-right: 10px;
  color: #0ca643;
}

.ll-post-page .blog-row-hidden {
  max-height: 200px;
  overflow: hidden;
}

.ll-post-page .blog-row-hidden .ll-post-page__col,
.ll-post-page__col.lazyload-true {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.3;
}

.ll-post-page .blog-row-hidden.is-in-view {
  max-height: 9000px;
}

.ll-post-page .blog-row-hidden.is-in-view .ll-post-page__col {
  animation: 1s ease 0s blogPosts forwards;
}

.ll-post-page .blog-row-hidden.is-in-view .ll-post-page__col:nth-child(1) {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.0722222222s;
  animation-delay: 0.0722222222s;
}

.ll-post-page .blog-row-hidden.is-in-view .ll-post-page__col:nth-child(2) {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.1444444444s;
  animation-delay: 0.1444444444s;
}

.ll-post-page .blog-row-hidden.is-in-view .ll-post-page__col:nth-child(3) {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.2166666667s;
  animation-delay: 0.2166666667s;
}

.ll-post-page .blog-row-hidden.is-in-view .ll-post-page__col:nth-child(4) {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.2888888889s;
  animation-delay: 0.2888888889s;
}

.ll-post-page .blog-row-hidden.is-in-view .ll-post-page__col:nth-child(5) {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.3611111111s;
  animation-delay: 0.3611111111s;
}

.ll-post-page .blog-row-hidden.is-in-view .ll-post-page__col:nth-child(6) {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.4333333333s;
  animation-delay: 0.4333333333s;
}

.ll-post-page__col.lazyload-true.is-in-view {
  -webkit-animation: 1s ease 0s blogPosts forwards;
  animation: 1s ease 0s blogPosts forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.blog-post-filter {
  width: 100%;
}

.blog-post-filter__select {
  display: block;
  height: 50px;
  width: 100%;
  max-width: 280px;
  margin: auto;
  padding: 10px 30px;
  border: 2px solid #0ca643;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  color: #0ca643;
  font-weight: 700;
  outline: 0;
  background-image: url(../svg/down-chevron--primary.svg);
  background-position: 95%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.blog-post-filter__select:after {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 5px;
  background-color: red;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ll-post-page__inner .ll-post-page__row.filter-results,
.ll-post-page__inner.filter-active .ll-post-page__row {
  display: none;
}

.ll-post-page__inner.filter-active .ll-post-page__row.filter-results {
  display: -webkit-flex;
  display: flex;
}

.no-cat-notice {
  display: none;
  text-align: center;
  padding: 0 30px 100px;
}

.no-cat-notice p {
  font-size: 20px;
  line-height: 26px !important;
  color: rgba(0, 0, 0, 0.8);
}

.no-cat-notice.is--active {
  display: block;
}

.cat-nav {
  width: 100%;
  text-align: center;
  padding-top: 16px;
}

.cat-nav__link {
  padding: 15px 22px;
  font-size: 18px;
  font-weight: 700;
  font-family: "ariana-pro", sans-serif;
  color: #0ca643;
  background-image: url(../svg/right-chevron--primary.svg);
  background-size: 12px;
  background-position: left;
  background-repeat: no-repeat;
}

.cat-nav__link:hover {
  color: #ee7623;
}

.incaloop20 {
  padding-top: 0 !important;
}

.incaloop20 .ll-footer,
.incaloop20 .ll-header {
  display: none;
}

.incaloop {
  height: 100vh;
  min-height: 495px;
  border: 0;
  margin: 0;
  top: 0;
}

.incaloop .fillWidth {
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -100;
}

.incaloop,
.incaloop .inner {
  position: relative;
  padding: 0;
  width: 100%;
}

.incaloop .inner {
  height: 100%;
}

.incaloop .content {
  background-color: #fff;
  padding: 20px;
  max-width: 250px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 640px) {
  .incaloop .content {
    max-width: 400px;
    padding: 30px 24px;
  }
}
.incaloop .logo {
  max-width: 160px;
  margin: auto;
}

@media only screen and (min-width: 640px) {
  .incaloop .logo {
    max-width: 180px;
  }
}
.incaloop .login-form {
  padding-top: 20px;
  text-align: center;
}

.incaloop .login-form .login-password,
.incaloop .login-form .login-username {
  margin-bottom: 15px;
}

.incaloop .login-form .login-remember {
  margin-bottom: 20px;
}

.incaloop .login-form label {
  margin-bottom: 5px !important;
  display: block;
}

.incaloop .login-form .input {
  height: 34px;
  border: 2px solid #221e41;
}

.incaloop .login-form .login-submit .button.button-primary {
  display: inline;
  border: 0 !important;
  background-color: #0bebb5;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 2px;
  letter-spacing: 2px;
}

.incaloop .return {
  display: inline;
  padding: 9px 10px;
  background-color: #0bebb5;
  font-size: 13px;
  position: absolute;
  top: 2px;
  right: 0;
  text-transform: uppercase;
  font-weight: 700;
  width: auto;
}

.bxta-search {
  padding: 102px 30px 30px;
  max-width: 100%;
}

@media only screen and (min-width: 890px) {
  .bxta-search {
    padding-top: 40px;
  }
}
.bxta-search .bxta-search__inner {
  max-width: 990px;
  padding-top: 20px;
  margin: auto;
}

.bxta-search .ll-search-post {
  width: 100%;
  margin-bottom: 80px;
}

.bxta-search .ll-search-post__inner {
  padding: 0;
  display: block;
}

@media only screen and (min-width: 790px) {
  .bxta-search .ll-search-post__inner {
    display: -webkit-flex;
    display: flex;
  }
}
.bxta-search .ll-search-post__image {
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  background-color: #0ca643;
  background-image: url(../svg/BXTA-icon.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (min-width: 790px) {
  .bxta-search .ll-search-post__image {
    width: 180px;
    height: 180px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 890px) {
  .bxta-search .ll-search-post__image {
    margin-right: 40px;
  }
}
.bxta-search .ll-search-post__img-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bxta-search .ll-search-post__content {
  max-width: 560px;
}

.bxta-search .ll-search-post__headings {
  margin-bottom: 20px;
}

.bxta-search .ll-search-post__heading {
  font-size: 23px;
  line-height: 28px;
}

.bxta-search .ll-search-post__text {
  padding-bottom: 20px;
}

.ll-post-page.posts--old-blog div:first-child {
  padding-top: 30px;
}

.ll-post-page.posts--old-blog p {
  line-height: 1.5 !important;
}

.ll-text-sm,
.text-small,
.text-small p,
ul.ll-text-sm li,
ul.ll-text-sm li em,
ul.text-small li,
ul.text-small li em {
  font-size: 14px;
  line-height: 22px;
}

.ll-card--person.ll-card--wide {
  max-width: 100% !important;
}

.ll-card--person.ll-card--wide .ll-card__inner {
  max-width: 50rem !important;
  margin: auto !important;
}

.ll-card--person.ll-card--wide .ll-card__text p {
  font-size: 18px !important;
  line-height: 26px !important;
}

.breakword-mb {
  display: block;
  padding: 4px;
}

@media only screen and (min-width: 760px) {
  .breakword-mb {
    display: none;
  }
}
.wp-block-embed-youtube {
  text-align: center !important;
}

.wp-block-embed-youtube iframe {
  width: 100% !important;
  height: 190px !important;
}

@media only screen and (min-width: 41.1875rem) {
  .wp-block-embed-youtube iframe {
    width: 500px !important;
    height: 281px !important;
  }
}
body:lang(nl) .ll-cards__wrapper {
  height: auto !important;
}

body:lang(nl) .ll-cards__heading {
  font-size: 22px !important;
  line-height: 30px !important;
}

@media only screen and (min-width: 42.5rem) {
  body:lang(nl) .ll-cards__heading {
    font-size: 38px !important;
    line-height: 46px !important;
  }
}

/*# sourceMappingURL=styles.css.map */
