:root {
  --light-sky-blue: #73baf5;
  --white: white;
  --steel-blue: #4093d6;
  --dark-grey: #333;
  --black: black;
  --lavender: #d0e6f7;
  --sea-green: #349e3b;
  --lighter-blue-for-menu: #86c4f7;
  --blue: #1400ff;
  --button-blue: #73baf5b3;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  clear: none;
  color: #73baf5;
  margin: 20px 10px 20px 0;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  display: block;
}

h2 {
  color: #73baf5;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  clear: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

h4 {
  color: var(--light-sky-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-align: justify;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

a {
  color: #00e;
}

img {
  max-width: 100%;
  display: inline-block;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #349e3b;
  border-radius: 10px;
  margin: 10px auto;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: static;
  bottom: 0;
  left: auto;
  right: auto;
  box-shadow: 1px 1px 3px #000;
}

.button:hover {
  background-color: #74db7b;
}

.button.print-button {
  background-color: #73baf5;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button.details-button {
  box-shadow: none;
  color: #4093d6;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #4093d6;
  border-radius: 30px;
  height: 60px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  transition: all .4s ease-in-out;
  display: inline-block;
}

.button.details-button:hover {
  color: #fff;
  background-color: #73baf5;
  border-style: solid;
  border-color: #73baf5;
}

.hero {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/Mr-Machin-sm.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.hero-text {
  text-align: center;
  background-color: #0000;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: 50px;
  bottom: 0;
  left: 0%;
}

.about-text {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.hero-heading {
  color: #000;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 100px;
  font-weight: 300;
}

.section-about {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#fff, #73baf54d);
  margin-top: 75px;
  padding-bottom: 0;
}

.section-intro {
  margin: 75px 0 0;
  padding-top: 20px;
}

.about-heading {
  text-align: center;
}

.text-block {
  text-align: left;
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.4px;
}

.text-block.text-about {
  color: #fff;
  font-size: 16px;
}

.intro-row {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.about-row {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.membership-list {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.membership-list-div {
  background-color: #73baf5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-contact {
  background-color: #0000;
  background-image: linear-gradient(#fff, #73baf54d);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.heading-section {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  display: block;
}

.heading-section.blue-bg {
  color: #73baf5;
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 50px;
  font-size: 52px;
  font-weight: 300;
  line-height: 60px;
}

.heading-section.white-bg {
  color: #73baf5;
}

.contact-nhs {
  margin-bottom: 10px;
}

.contact-private {
  background-color: var(--white);
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  box-shadow: 4px 4px 6px -2px #33333380;
}

.heading-contact {
  color: #73baf5;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.section-footer {
  background-color: #73baf5;
}

.row-contact {
  margin-bottom: 20px;
}

.text-footer {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.navbar {
  z-index: 1;
  background-color: #fffffff2;
  border-top-width: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px 2px #333;
}

.bmi-link {
  text-align: left;
}

.divblock-intro {
  border: 2px solid #73baf5;
  border-radius: 0;
  margin: 0 5px;
  padding: 20px;
}

.h2-intro {
  color: #73baf5;
  background-color: #0000;
  border-radius: 5px;
  margin-top: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
}

.subheading-hero {
  text-align: center;
  margin-bottom: 11px;
  font-size: 30px;
  line-height: 40px;
}

.nav-menu {
  align-self: center;
  align-items: center;
  display: block;
}

.img-in-a-column {
  margin-left: auto;
  margin-right: auto;
}

.brand {
  flex: 1;
  align-self: flex-start;
  margin-top: 10px;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 400;
}

.brand.w--current {
  flex: 1;
  align-self: flex-start;
  margin-top: 0;
}

.intro-cols {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 25px;
}

.brand-text {
  font-style: normal;
  font-weight: 700;
}

.brand-text:hover {
  color: #fff;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.conditions-section {
  background-image: linear-gradient(#fff, #73baf54d);
  margin-top: 70px;
  padding-bottom: 50px;
}

.paragraph-standard-white-bg {
  margin-bottom: 20px;
  display: inline-block;
}

.conditions-boxes {
  border: 1px solid #73baf5;
  border-radius: 8px;
  max-width: 200px;
  min-height: 170px;
  margin: 20px auto;
  padding: 10px;
  display: block;
}

.conditions-info-section {
  margin-top: 20px;
  padding-top: 0;
}

.conditions-boxes-heading {
  color: #73baf5;
  text-align: center;
  display: block;
}

.conditions-list {
  color: #000;
  margin-bottom: 20px;
  padding-left: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.conditions-main-section {
  background-color: #0000;
  background-image: linear-gradient(#fff, #73baf54d);
  margin-top: 75px;
  padding-bottom: 60px;
}

.conditions-title {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}

.conditions-title.centered {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.conditions-subtitle {
  color: #aaa;
  text-align: left;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 25px;
  font-style: italic;
}

.conditions-subheadings {
  color: #73baf5;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.conditions-text-blocks {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.conditions-container {
  padding-bottom: 60px;
}

.nav-link {
  background-color: #0000;
}

.nav-link:hover {
  color: #73baf5;
  text-decoration: none;
}

.nav-link.w--current:active {
  color: #fff;
}

.nav-link.dropdown-link {
  background-color: #0000;
  padding: 7px;
  font-size: 14px;
}

.nav-link.dropdown-link:hover {
  color: #4093d6;
  background-color: #fff;
}

.nav-link.dropdown-link:active {
  color: #fff;
}

.link-plain-text {
  color: #333;
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  transition: all .2s ease-in-out;
}

.link-plain-text:hover {
  color: #73baf5;
  text-decoration: none;
}

.link-plain-text:active {
  color: #aaa;
}

.dropdown-header {
  color: #73baf5;
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 25px;
  font-weight: 300;
}

.hero-portrait-img {
  float: right;
  clear: left;
  text-align: justify;
  position: static;
  top: 50px;
  bottom: 0;
  right: 0;
}

.hero-textandimg-div {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 75%;
  margin-top: 50px;
  display: flex;
}

.hero-logo {
  max-height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-list.w--open {
  color: #0000;
  background-color: #fffffff2;
  box-shadow: 4px 4px 3px #000;
}

.conditions-richtext-block {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.conditions-paragraph {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 140%;
}

.conditions-top-logo {
  float: right;
  clear: both;
}

.dynamic-list-s {
  flex: 1;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.dynamic-list {
  justify-content: space-around;
  margin: 20px 10px;
  display: flex;
}

.dynamic-item {
  text-align: center;
  border: 1px solid #73baf5;
  border-radius: 10px;
  margin: 10px;
  padding: 15px;
  transition: all .2s;
}

.dynamic-item:hover {
  transform-origin: 50%;
  transform: translate(-3px, -3px);
  box-shadow: 2px 2px 3px #000;
}

.dynamic-item-h3-title {
  color: #73baf5;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.dynamic-item-h4-subtitle {
  color: #aaa;
  text-align: center;
  font-style: italic;
  font-weight: 300;
}

.dynamic-list-title {
  color: #73baf5;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 40px;
  font-weight: 400;
}

.dynamic-item-linkblock {
  color: #000;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.memberships-div {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: block;
}

.gradient-div {
  background-image: linear-gradient(#fff, #73baf54d);
  flex: 1;
}

.org-logo {
  align-self: center;
  margin: 10px;
}

.col-centered-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-blue-bg {
  color: #333;
  transition: all .2s ease-in-out;
}

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

.map-section-width {
  margin-top: 40px;
}

.h3-centered {
  color: #73baf5;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  display: block;
}

.org-logos-div {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.org-link-blocks {
  color: #333;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: flex-end;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.org-link-blocks:hover {
  color: #73baf5;
}

.img-circular {
  border-radius: 50%;
}

.emphasised-big-text {
  align-self: center;
  padding: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.about-col-text {
  text-align: justify;
  margin-top: 20px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.about-flexbox-holder {
  flex-flow: column wrap;
  justify-content: space-around;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-top-row-flex {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
}

.about-flex-children {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.about-flex-2nd-row {
  flex: 1;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.contact-row {
  padding: 35px 20px;
}

.contact-col {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.dynamic-item-thumbnail-img {
  margin: 10px;
}

.collection-page-image {
  margin: 20px 15px;
}

.image-2 {
  margin: 20px;
}

.block-quote {
  text-align: justify;
  border-color: #86c4f7;
  border-left-width: 10px;
  width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  display: block;
}

.h2-left {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 300;
  line-height: 49px;
}

.list-item {
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.info-buttons {
  color: #4093d6;
  text-align: center;
  background-color: #0000;
  border: 2px solid #4093d6;
  border-radius: 40px;
  width: 280px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  transition: all .4s;
  display: inline-block;
}

.info-buttons:hover {
  color: #fff;
  background-color: #73baf5;
  border-color: #73baf5;
}

.column, .column-2, .column-3 {
  text-align: center;
}

.info-buttons-row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.info-buttons-col {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-link {
  color: #000;
  background-color: #fffffff2;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: color .4s;
}

.dropdown-link:hover {
  color: #73baf5;
}

.map-div {
  border: 2px none var(--white);
  background-color: var(--white);
  border-radius: 0;
  width: 100%;
  padding-top: 40px;
  box-shadow: 4px 4px 6px -2px #33333380;
}

.rt-block h3 {
  color: #4093d6;
  font-weight: 400;
}

.rt-block h4 {
  color: #4093d6;
  text-align: left;
}

.rt-block a {
  color: #000;
  transition: all .4s;
}

.rt-block a:hover {
  color: #4093d6;
  text-decoration: none;
}

.section {
  background-color: #0000;
  background-image: linear-gradient(#fff, #73baf54d);
  padding-top: 20px;
  padding-bottom: 60px;
}

.div-centered-content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.collection-page-image---condition {
  max-height: 400px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
}

.announcement {
  border-top: 5px solid var(--light-sky-blue);
  border-left: 5px solid var(--steel-blue);
  box-shadow: 4px 4px 6px 1px var(--dark-grey);
  width: 75%;
  margin: 50px auto;
  padding: 25px;
  font-size: 24px;
  line-height: 33.6px;
}

.body {
  font-family: Open Sans, sans-serif;
}

.embed__doctify {
  width: 75%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.text-block__memberships--big {
  color: var(--light-sky-blue);
  padding: 10px;
  font-size: 32px;
  font-weight: 700;
}

.grid__about--top-section {
  align-items: center;
}

.h2-centered {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 140%;
}

.grid__conditions--videos {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.yt__conditions {
  margin-bottom: 40px;
}

.img__conditions--logo {
  float: right;
  clear: both;
  display: inline-block;
}

.img__conditions--xr {
  margin-left: auto;
  margin-right: auto;
}

.grid__conditions--img-text {
  grid-template-rows: auto;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.grid-3 {
  grid-template-rows: auto;
}

.div-video-50pc {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.grid__conditions--link-cards {
  margin-top: 60px;
}

.div__conditions--region-card {
  border: 2px solid var(--steel-blue);
  border-radius: 5px;
  padding: 10px 20px;
}

.div__conditions--condtion {
  border: 1px solid var(--light-sky-blue);
  color: var(--black);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  text-decoration: none;
  transition: transform .2s;
  box-shadow: 0 2px 5px #0003;
}

.div__conditions--condtion:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 5px #0003;
}

.div__conditions--condtion:active {
  transform: translate(0);
  box-shadow: 0 0 5px #0003;
}

.paragraph__condtions--condition {
  text-align: left;
  margin-bottom: 10px;
  line-height: 140%;
}

.flex__info--buttons-wrapper {
  justify-content: space-around;
}

.div__about--video-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block--centered {
  text-align: center;
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.text-block--centered.text-about {
  color: #fff;
  font-size: 16px;
}

.text--bold {
  font-weight: 700;
}

.hero__buttons-wrapper {
  margin: 20px;
  display: flex;
}

.list-item-2 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

html.w-mod-js [data-ix="display-none"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load-300ms-delay"] {
  opacity: 0;
  transform: scale(.75);
}

html.w-mod-js [data-ix="fade-in-on-scroll"] {
  opacity: 0;
  transform: scale(.8);
}

@media screen and (max-width: 991px) {
  a {
    padding-top: 5px;
    transition: all .5s;
    display: inline;
  }

  .button.details-button {
    border-radius: 20px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .hero {
    background-position: 0 0, 81%;
  }

  .about-text, .text-block, .text-block.text-about {
    font-size: 14px;
  }

  .intro-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .membership-list {
    font-size: 14px;
  }

  .heading-section.blue-bg {
    padding-top: 50px;
    padding-bottom: 15px;
    font-size: 45px;
    line-height: 63px;
  }

  .text-footer {
    font-size: 13px;
  }

  .h2-intro {
    font-size: 25px;
  }

  .menu-button.w--open {
    color: #73baf5;
    background-color: #0000;
  }

  .nav-menu {
    color: #000;
    background-color: #fffffff2;
    display: inline-block;
  }

  .img-in-a-column {
    align-self: center;
    max-height: none;
  }

  .intro-cols {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    background-color: #0000;
  }

  .menu-icon {
    color: #73baf5;
  }

  .dropdown-header {
    color: #73baf5;
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    font-weight: 300;
    text-decoration: none;
  }

  .dropdown-header:hover {
    color: #000000fa;
  }

  .dropdown-list.w--open {
    background-color: #0000;
  }

  .dynamic-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .dynamic-item {
    margin: 10px;
  }

  .emphasised-big-text {
    font-size: 18px;
    line-height: 25px;
  }

  .about-col-text {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 23px;
  }

  .about-col, .about-flexbox-holder {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-top-row-flex {
    place-content: flex-start space-around;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .about-flex-children {
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 15px;
    display: block;
  }

  .about-flex-2nd-row {
    flex-direction: column;
  }

  .map-div {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .announcement {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 40.6px;
  }

  .embed__doctify {
    width: 100%;
  }

  .grid__about--top-section {
    grid-template-columns: 1fr;
  }

  .div-video-50pc {
    width: 75%;
  }

  .text-block--centered, .text-block--centered.text-about {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  .button.details-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    background-position: 0 0, 74%;
  }

  .hero-text {
    left: 10px;
  }

  .membership-list-box {
    margin-bottom: 10px;
  }

  .membership-list-div {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-contact {
    padding-left: 1px;
    padding-right: 1px;
  }

  .heading-section.blue-bg {
    font-size: 36px;
    line-height: 50.4px;
  }

  .img-in-a-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .conditions-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-logo {
    margin-top: 50px;
  }

  .conditions-top-logo {
    display: none;
  }

  .dynamic-list-title {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img-circular {
    width: 150px;
  }

  .emphasised-big-text {
    padding: 20px;
    font-size: 15px;
  }

  .about-col-text {
    font-size: 15px;
    line-height: 21px;
    display: block;
  }

  .about-flex-children {
    align-self: flex-start;
  }

  .about-flex-2nd-row {
    flex-wrap: nowrap;
  }

  .collection-page-image {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .info-buttons {
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .info-buttons-col {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid {
    grid-row-gap: 25px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 25.2px;
  }

  .embed__doctify {
    height: 550px;
  }

  .grid__about--top-section {
    grid-template-columns: 1fr;
  }

  .grid__conditions--videos {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-video-50pc {
    width: 100%;
  }

  .img--doctify-xp {
    max-width: 50%;
  }

  .hero__buttons-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 27px;
  }

  h2 {
    font-size: 24px;
    line-height: 33px;
  }

  h3 {
    max-width: 50%;
    font-size: 14px;
    line-height: 20px;
  }

  p {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  a {
    background-color: #0000;
    padding-top: 5px;
  }

  .hero {
    background-position: 0 0, 66%;
    min-height: 180px;
    margin-top: 60px;
  }

  .hero-text {
    display: block;
    top: 5px;
  }

  .about-text {
    max-width: 900px;
    display: block;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 25px;
  }

  .text-block {
    font-size: 14px;
  }

  .intro-row {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .membership-list {
    padding-right: 5px;
    font-size: 12px;
  }

  .membership-list-box {
    padding-left: 25px;
  }

  .membership-list-div {
    margin-bottom: 10px;
  }

  .heading-section.blue-bg {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 32px;
  }

  .heading-contact {
    max-width: 100%;
    display: block;
  }

  .text-footer {
    font-size: 11px;
  }

  .h2-intro {
    margin-bottom: auto;
    padding: 5px;
    font-size: 20px;
  }

  .subheading-hero {
    max-width: 90%;
    font-size: 14px;
  }

  .menu-button.w--open {
    background-color: #73baf5;
  }

  .nav-menu {
    background-color: #73baf5e3;
  }

  .intro-cols {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-standard-white-bg {
    max-width: 100%;
    font-size: 14px;
    line-height: 140%;
  }

  .conditions-title {
    font-size: 40px;
    line-height: 56px;
  }

  .conditions-title.centered {
    font-size: 50px;
  }

  .conditions-subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .conditions-subheadings {
    max-width: 100%;
    font-size: 18px;
    line-height: 25.2px;
  }

  .conditions-text-blocks {
    margin-left: 0;
    margin-right: 0;
  }

  .conditions-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-portrait-img {
    display: none;
    overflow: visible;
  }

  .hero-logo {
    margin-top: 0;
  }

  .dynamic-list-s {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 11px;
  }

  .dynamic-list {
    flex-wrap: wrap;
  }

  .dynamic-item {
    margin: 10px;
  }

  .dynamic-item-h3-title {
    max-width: 100%;
    font-size: 18px;
    line-height: 140%;
    display: block;
  }

  .dynamic-item-h4-subtitle {
    font-size: 16px;
    line-height: 140%;
  }

  .dynamic-item-linkblock {
    text-align: center;
  }

  .memberships-div {
    text-align: center;
    justify-content: space-around;
    width: 90%;
  }

  .h3-centered {
    color: #73baf5;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .org-link-blocks {
    margin-bottom: 20px;
  }

  .about-col-text {
    margin-top: auto;
    font-size: 14px;
    line-height: 140%;
  }

  .about-top-row-flex {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .about-flex-children {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .about-flex-2nd-row {
    flex-direction: column;
  }

  .contact-row {
    padding: 25px 10px;
  }

  .collection-page-image {
    max-width: 95%;
    margin: 10px;
  }

  .block-quote {
    font-size: 15px;
    line-height: 21px;
  }

  .h2-left {
    font-size: 20px;
    line-height: 140%;
  }

  .info-buttons {
    width: 80%;
    padding: 15px;
    font-size: 20px;
  }

  .rt-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .rt-block h3 {
    max-width: 80%;
    font-size: 16px;
  }

  .section {
    padding-top: 77px;
  }

  .section.no-nav {
    padding-top: 0;
  }

  .grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 16px;
    line-height: 22.4px;
  }

  .announcement {
    width: 95%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 22.4px;
  }

  .embed__doctify {
    height: auto;
  }

  .grid__conditions--videos, .grid__conditions--img-text {
    grid-template-columns: 1fr;
  }

  .grid__conditions--link-cards {
    margin-top: 40px;
  }

  .div__conditions--region-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex__info--buttons-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .div__about--video-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block--centered {
    font-size: 14px;
  }

  .img--doctify-xp {
    max-width: 75%;
  }

  .image-3 {
    max-width: 80%;
  }

  .list-item-2 {
    font-size: 15px;
  }
}

#w-node-_11d1859e-4eb3-b0df-5041-f2e3f568ad17-5734b3a9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1f223807-f71f-305d-b3b1-40fc90170c4e-6c1dfbe9 {
  place-self: center;
}

#w-node-_4fdbdba8-6055-5c90-5fc1-6f7e42c8afba-6c1dfbe9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8333ef9b-1744-5238-2778-4d78cc7e1ef3-6c1dfbe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c12daf4-d9b3-4de3-a7f5-d5edf101132f-6c1dfbe9, #w-node-_6679ea0b-0be0-0f8e-354f-c932f4319dca-6c1dfbe9, #w-node-cd91cc6c-cef0-cbff-a277-1b033ae98ff1-6c1dfbe9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c7a0bc8e-703c-df6f-a85a-811547b56c08-6c1dfbe9 {
  place-self: center;
}

#w-node-_489c40b4-b2ce-8c4d-c7c1-77f926ddb0bd-6c1dfbe9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_04de189b-fafa-bab5-df39-c8bb12c8e5cc-6c1dfbe9 {
  place-self: center;
}

#w-node-b4479880-2d2e-13ed-79da-b596be877c9f-6c1dfbe9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_72158011-aa77-9a4f-03fa-9367599c91fc-6c1dfbe9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-acd31772-27cb-e099-704f-1b8bf6515a04-8fed7ea1, #w-node-acd31772-27cb-e099-704f-1b8bf6515a05-8fed7ea1, #w-node-acd31772-27cb-e099-704f-1b8bf6515a06-8fed7ea1, #w-node-acd31772-27cb-e099-704f-1b8bf6515a07-8fed7ea1, #w-node-acd31772-27cb-e099-704f-1b8bf6515a08-8fed7ea1, #w-node-acd31772-27cb-e099-704f-1b8bf6515a09-8fed7ea1, #w-node-acd31772-27cb-e099-704f-1b8bf6515a0a-8fed7ea1, #w-node-acd31772-27cb-e099-704f-1b8bf6515a0b-8fed7ea1, #w-node-acd31772-27cb-e099-704f-1b8bf6515a0c-8fed7ea1, #w-node-bb0f655b-62c1-fba6-c59e-2ea0fa5da244-466b5bef, #w-node-bb0f655b-62c1-fba6-c59e-2ea0fa5da244-6ba7392a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_11d1859e-4eb3-b0df-5041-f2e3f568ad17-5734b3a9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1f223807-f71f-305d-b3b1-40fc90170c4e-6c1dfbe9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_4fdbdba8-6055-5c90-5fc1-6f7e42c8afba-6c1dfbe9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cd91cc6c-cef0-cbff-a277-1b033ae98ff1-6c1dfbe9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c7a0bc8e-703c-df6f-a85a-811547b56c08-6c1dfbe9 {
    align-self: start;
  }

  #w-node-_489c40b4-b2ce-8c4d-c7c1-77f926ddb0bd-6c1dfbe9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_04de189b-fafa-bab5-df39-c8bb12c8e5cc-6c1dfbe9 {
    align-self: start;
  }

  #w-node-b4479880-2d2e-13ed-79da-b596be877c9f-6c1dfbe9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6679ea0b-0be0-0f8e-354f-c932f4319dca-6c1dfbe9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_72158011-aa77-9a4f-03fa-9367599c91fc-6c1dfbe9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f223807-f71f-305d-b3b1-40fc90170c4e-6c1dfbe9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4fdbdba8-6055-5c90-5fc1-6f7e42c8afba-6c1dfbe9, #w-node-_7c12daf4-d9b3-4de3-a7f5-d5edf101132f-6c1dfbe9, #w-node-_6679ea0b-0be0-0f8e-354f-c932f4319dca-6c1dfbe9, #w-node-cd91cc6c-cef0-cbff-a277-1b033ae98ff1-6c1dfbe9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c7a0bc8e-703c-df6f-a85a-811547b56c08-6c1dfbe9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_489c40b4-b2ce-8c4d-c7c1-77f926ddb0bd-6c1dfbe9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04de189b-fafa-bab5-df39-c8bb12c8e5cc-6c1dfbe9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-b4479880-2d2e-13ed-79da-b596be877c9f-6c1dfbe9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


