:root {
  --_colours---color: white;
  --_colours---color-2: #0b0b0b;
  --_colours---blue: #066a8b;
  --_colours---color-3: #009edd;
  --_colours---color-4: #006b8b;
  --_colours---blue-box: #dcebf1;
  --_colours---transparent: transparent;
}

.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;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.rich-text-block {
  color: var(--_colours---color);
  font-family: basic-sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.rich-text-block.contact {
  color: var(--_colours---color-2);
}

.h1-blue {
  color: var(--_colours---blue);
  margin-bottom: 20px;
  font-weight: 400;
}

.h1-blue.gallery {
  padding-bottom: 20px;
}

.h2-blue {
  font-size: 30px;
  font-weight: 400;
}

.h3-blue {
  font-size: 24px;
  font-weight: 600;
}

.paragraph {
  color: var(--_colours---color-2);
  padding-top: 10px;
  font-family: basic-sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph.sans {
  margin-bottom: 42px;
  font-family: basic-sans, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
}

.paragraph.sans.classes {
  margin-bottom: 20px;
}

.paragraph-bold {
  color: var(--_colours---color-2);
  font-size: 17px;
  line-height: 1.6;
}

.nav-menu {
  color: var(--_colours---color);
  text-transform: uppercase;
  font-size: 15px;
}

.section-background {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.nav-div {
  background-image: linear-gradient(180deg, var(--_colours---color-3), var(--_colours---color-4));
  width: 360px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-holder {
  width: auto;
  display: flex;
}

.content-div {
  background-color: #ffffffe0;
  border-radius: 0;
  width: 530px;
  margin-top: 0;
  padding: 120px 40px;
}

.content-div.blue {
  background-color: var(--_colours---blue-box);
  opacity: 100;
}

.logo-div {
  margin-top: 40px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.address-div {
  flex-flow: column;
  margin-top: 40px;
  margin-right: 0;
  padding-left: 10px;
  display: flex;
}

.address-text {
  color: var(--_colours---color);
  font-size: 17px;
}

.image {
  width: 250px;
  max-width: none;
  padding-bottom: 30px;
  padding-left: 0;
}

.paragraph-2 {
  color: var(--_colours---color-2);
  padding-top: 20px;
  font-family: basic-sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
}

.paragraph-2.link-white {
  color: var(--_colours---color);
  font-size: 16px;
}

.paragraph-2.small {
  font-size: 14px;
}

.dancer-div {
  padding-top: 0;
  position: absolute;
  top: 724.766px;
  left: 9px;
}

.adresscopy-div {
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 30px;
  position: static;
}

.image-2 {
  max-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.vertical-nav-div {
  flex-flow: column;
  padding-top: 40px;
  padding-left: 0;
  display: flex;
}

.nav-menu-2 {
  color: var(--_colours---color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-link {
  opacity: 1;
  color: var(--_colours---color);
  text-transform: uppercase;
  border-bottom: 2px solid #73c0da;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: basic-sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  transition: opacity .2s, opacity .2s;
}

.nav-link:hover {
  opacity: .52;
  color: var(--_colours---color);
}

.nav-link.w--current {
  color: var(--_colours---color);
}

.navbar {
  background-color: var(--_colours---transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-3 {
  width: 70px;
  margin-top: 84px;
}

.fb-div {
  z-index: 10;
  padding-top: 0;
  position: relative;
}

.image-4 {
  width: 35px;
}

.section-image-wrapper {
  z-index: -1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: 0% 0 0% 0%;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bckgrnd-image {
  z-index: -1;
  opacity: 1;
  width: 100%;
  height: 100vh;
  padding-left: 360px;
  position: absolute;
}

.email-icon {
  display: flex;
}

.text-block-2 {
  color: var(--_colours---color);
  font-family: basic-sans, sans-serif;
  font-weight: 700;
}

.image-6 {
  width: 30px;
  padding-right: 10px;
}

.image-7 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.nav-button-animated-2 {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated-2.w--open {
  background-color: #0000;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.footer {
  display: none;
}

.link.white {
  color: var(--_colours---color);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link.white.k {
  color: var(--_colours---color-2);
  font-size: 17px;
}

.section-slide-show-wrapper {
  z-index: -1;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: 0% 0 0% 0%;
}

.slider {
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-a {
  background-image: url('../images/slide2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.slide-b {
  background-image: url('../images/slide5_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-c {
  background-image: url('../images/slide7_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-d {
  background-image: url('../images/slide4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-e {
  background-image: url('../images/slide6_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-f {
  background-image: url('../images/slide3_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.dropdown-single {
  background-color: #0000;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .1s;
}

.dropdown-single:hover {
  background-color: #0000;
}

.dropdown-toggle-3 {
  width: 100%;
  padding: 0;
}

.dropdown-toggle-3.w--open {
  transition: background-color .2s;
}

.dropdown-toggle-3.w--open:hover {
  background-color: var(--_colours---transparent);
}

.drop-icon {
  color: #fff;
  margin-top: 15px;
  margin-bottom: auto;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}

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

.dropdown-list-single.w--open {
  border-left: 2px #333;
  margin-top: 0;
}

.drop-down-list-content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-dropdown {
  background-color: var(--_colours---blue);
  opacity: 1;
  color: var(--_colours---color);
  text-transform: uppercase;
  border-bottom: 2px solid #73c0da;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: basic-sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  transition: background-color .2s;
}

.nav-link-dropdown:hover {
  background-color: var(--_colours---color-3);
  color: var(--_colours---color);
}

.nav-link-dropdown.w--current {
  color: var(--_colours---color);
}

.text-block-3 {
  font-family: basic-sans, sans-serif;
  font-size: 22px;
}

.text-block-4 {
  font-family: basic-sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.header-div-wrapper {
  flex-flow: column;
  display: flex;
}

.header-image {
  align-items: flex-start;
  width: auto;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
}

.text-span {
  font-size: 16px;
  font-weight: 400;
}

.paragraph-6 {
  color: var(--_colours---blue);
  font-family: basic-sans, sans-serif;
  font-size: 22px;
}

.paragraph-7 {
  color: var(--_colours---color-2);
}

.button-blue {
  background-color: var(--_colours---color-3);
  opacity: 1;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: basic-sans, sans-serif;
  font-size: 16px;
  transition: background-color .2s;
  position: relative;
}

.button-blue:hover, .button-blue.dark {
  background-color: var(--_colours---blue);
}

.button-description {
  color: var(--_colours---blue);
  padding-bottom: 20px;
  font-family: basic-sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.h3 {
  color: var(--_colours---blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: basic-sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  position: relative;
}

.classes-div {
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.div-block-6 {
  padding-bottom: 40px;
}

.button-div {
  padding-bottom: 40px;
  display: flex;
}

.blue-button {
  margin-bottom: 20px;
  padding-right: 10px;
}

.text-block-5 {
  color: var(--_colours---color-3);
  margin-top: 20px;
  font-family: basic-sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.text-block-6 {
  padding-top: 10px;
  font-family: basic-sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
}

.text-block-7 {
  padding-top: 10px;
}

.code-embed {
  width: 100%;
}

.contacts-para {
  color: var(--_colours---color-2);
  padding-top: 20px;
  font-family: basic-sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

.text-span-2, .text-span-3 {
  font-size: 20px;
  font-weight: 700;
}

.form-block {
  margin-top: 20px;
}

.field-label {
  color: var(--_colours---blue);
  font-family: basic-sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-field {
  background-color: var(--_colours---blue-box);
  border-radius: 20px;
}

.text-field.ballet.last {
  margin-bottom: 20px;
}

.text-block-8 {
  color: var(--_colours---color-3);
  font-family: basic-sans, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.text-span-4 {
  color: var(--_colours---color);
}

.form-field {
  border: 1px solid var(--_colours---color-3);
  background-color: var(--_colours---blue-box);
  color: var(--_colours---color-2);
  border-radius: 20px;
  min-height: 50px;
  margin-bottom: 20px;
  padding: 12px 15px;
  font-family: basic-sans, sans-serif;
}

.form-field.ballet.last {
  margin-bottom: 20px;
}

.form-field.long {
  min-height: 180px;
}

.form-field.short {
  width: 65%;
}

.form-label {
  color: var(--_colours---blue);
  font-family: basic-sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-9 {
  color: var(--_colours---color-4);
  font-family: basic-sans, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.success-message {
  background-color: var(--_colours---blue-box);
}

.gallery-wrapper {
  opacity: 1;
  background-color: #dcebf1b8;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  margin-top: 0;
  padding: 120px 40px;
}

.gallery-wrapper.blue {
  background-color: var(--_colours---blue-box);
  opacity: 100;
}

.grid {
  width: 100%;
}

.gallery-div-holder-copy {
  width: 100%;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-13 {
  object-fit: cover;
  min-width: 100%;
  height: 300px;
  min-height: 100%;
  position: absolute;
  inset: auto 0%;
}

.section {
  display: flex;
}

.text-block-10 {
  color: var(--_colours---color-4);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: basic-sans, sans-serif;
  font-size: 19px;
}

.show-gallery-div {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.image-13-copy {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: auto 0%;
}

.image-malificent {
  min-width: 100%;
  height: 300px;
}

.lm-image, .exams, .peter {
  object-fit: cover;
  min-width: 100%;
  height: 300px;
  min-height: 100%;
  position: absolute;
  inset: auto 0%;
}

.text-block-11 {
  font-family: basic-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.facilities-pic-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 500px;
  min-height: 100%;
  position: absolute;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  min-width: 100%;
  height: 1000px;
  min-height: 100%;
}

.image-15 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  position: absolute;
}

.quick-stack {
  flex: 0 auto;
  width: 100%;
  min-width: 100%;
  padding: 0;
}

.image-16 {
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.gallery-pic-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.image-17 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: auto;
}

.mask {
  height: 100%;
}

.facilities-img {
  margin-top: 40px;
}

.enrolment-div {
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.mobile-hero-img-wrap {
  display: none;
}

.link-block-3.w--current {
  margin-left: 0;
}

.text-block-12 {
  color: var(--_colours---blue);
  margin-top: 40px;
  font-family: basic-sans, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.text-block-13 {
  font-family: basic-sans, sans-serif;
}

.full-width-img {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1440px) {
  .rich-text-block {
    font-weight: 400;
  }

  .paragraph-2 {
    padding-top: 0;
  }

  .paragraph-2.small {
    padding-top: 20px;
  }

  .dancer-div {
    z-index: 3;
    object-fit: cover;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: -38px;
    display: flex;
    position: static;
  }

  .adresscopy-div {
    margin-top: -26px;
    padding-top: 0;
  }

  .nav-link {
    transition: opacity .2s;
  }

  .nav-link.w--current {
    color: var(--_colours---color);
  }

  .email-icon {
    justify-content: flex-start;
    align-items: center;
  }

  .image-6 {
    padding-right: 6px;
  }

  .about-section-image-wrapper {
    flex-flow: row;
    width: 100%;
    height: 100vh;
    padding-left: 360px;
    display: flex;
    position: fixed;
  }

  .about-background-image {
    z-index: 0;
    background-image: linear-gradient(180deg, var(--_colours---color-3), var(--_colours---color-4));
    width: 100%;
    height: 100vh;
    padding-left: 360px;
    display: block;
    position: absolute;
  }

  .image-12 {
    opacity: .1;
    height: 100vw;
    max-height: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .dropdown-toggle-3 {
    padding-left: 0;
  }

  .dropdown-toggle-3.w--open {
    padding-bottom: 0;
  }

  .drop-icon {
    margin-right: 20px;
    padding-left: 0;
  }

  .dropdown-list-single.w--open {
    background-color: #0000;
    border: 1px #000;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
  }

  .drop-down-list-content-wrapper {
    border-left: 1px #b61d02;
    margin-left: 0;
    padding: 0;
  }

  .nav-link-dropdown {
    transition: opacity .2s;
  }

  .contacts-para {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-background {
    flex-flow: column;
  }

  .nav-div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-holder {
    flex-flow: column;
  }

  .content-div {
    width: 100%;
    padding-top: 60px;
  }

  .logo-div {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .address-div {
    display: none;
    position: relative;
  }

  .image {
    width: 220px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .paragraph-2, .adresscopy-div {
    display: none;
  }

  .image-2 {
    max-width: 40%;
  }

  .vertical-nav-div {
    width: 100%;
    padding-bottom: 40px;
  }

  .nav-menu-2 {
    background-color: var(--_colours---blue);
    margin-top: 40px;
  }

  .nav-link {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .navbar {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .fb-div, .image-4 {
    display: none;
  }

  .section-image-wrapper {
    height: 800px;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .bckgrnd-image {
    min-width: 100%;
    min-height: 100%;
    padding-left: 0;
  }

  .email-icon {
    padding-right: 10px;
  }

  .text-block-2 {
    display: none;
  }

  .image-6 {
    flex: 0 auto;
    display: none;
  }

  .image-7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bottom-line {
    width: 35px;
    top: 40px;
  }

  .nav-button-animated-2 {
    background-color: var(--_colours---blue);
    width: 65px;
    height: 65px;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: -40px;
    right: 0;
  }

  .nav-button-animated-2.w--open {
    background-color: var(--_colours---blue);
    transition: background-color .2s;
    right: 0;
  }

  .top-line {
    width: 35px;
    top: 20px;
  }

  .middle-line {
    width: 35px;
    top: 30px;
  }

  .footer {
    background-image: linear-gradient(180deg, var(--_colours---color-3), var(--_colours---color-4));
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .footer-logo-div {
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    width: 175px;
    margin-top: -40px;
    margin-bottom: 20px;
  }

  .footer-addresses {
    flex-flow: column;
    padding-top: 20px;
    display: flex;
  }

  .paragraph-5 {
    color: var(--_colours---color);
    font-family: basic-sans, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .footer-dancer {
    display: none;
    position: relative;
    inset: -55px 0 0;
  }

  .image-9 {
    width: 45px;
  }

  .image-10 {
    width: 25px;
  }

  .image-11 {
    width: 25px;
    margin-top: -10px;
  }

  .div-block-4 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .link {
    color: var(--_colours---color);
    font-family: basic-sans, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

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

  .section-slide-show-wrapper {
    flex: 0 auto;
    height: 75vh;
    margin-bottom: -40px;
    display: flex;
  }

  .dropdown-single {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .drop-icon {
    margin-top: 24px;
    margin-right: 30px;
  }

  .dropdown-list-single {
    background-color: var(--_colours---color-3);
  }

  .dropdown-list-single.w--open {
    background-color: var(--_colours---transparent);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .drop-down-list-content-wrapper {
    background-color: #7c7676;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .nav-link-dropdown {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .button-blue {
    transition: none;
  }

  .button-blue:hover {
    background-color: var(--_colours---color-3);
  }

  .gallery-wrapper {
    width: 100%;
    padding-top: 60px;
  }

  .gallery-div-holder-copy, .section {
    flex-flow: column;
  }

  .facilities-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-hero-img-wrap {
    justify-content: center;
    align-items: center;
    height: 500px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .mobile-hero-img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    inset: auto 0%;
  }

  .link-block-3 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .content-div {
    padding-bottom: 60px;
  }

  .image-2 {
    max-width: 50%;
  }

  .nav-button-animated-2 {
    width: 60px;
    height: 60px;
    position: absolute;
  }

  .nav-button-animated-2.w--open {
    margin-right: 0;
    position: absolute;
  }

  .footer {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .footer-logo-div {
    margin-right: 0;
  }

  .image-8 {
    margin-top: 10px;
  }

  .footer-addresses {
    padding-top: 0;
  }

  .paragraph-5 {
    text-align: center;
  }

  .image-10 {
    width: 22px;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-5 {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
    position: relative;
  }

  .link {
    text-align: center;
    font-size: 14px;
  }

  .gallery-wrapper {
    padding-bottom: 60px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .facilities-img {
    width: 100%;
  }

  .mobile-hero-img-wrap {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .h1-blue {
    margin-top: 20px;
    font-size: 32px;
    line-height: 1.2;
  }

  .paragraph.sans {
    font-size: 16px;
  }

  .nav-div {
    padding-left: 0;
    padding-right: 0;
  }

  .content-div {
    padding: 20px 20px 40px;
  }

  .image {
    width: 200px;
  }

  .image-2 {
    max-width: 75%;
  }

  .nav-link {
    font-size: 19px;
  }

  .nav-button-animated-2 {
    width: 60px;
    height: 60px;
    margin-top: -40px;
    margin-right: 0;
    position: absolute;
    top: 0%;
  }

  .nav-button-animated-2.w--open {
    margin-right: 0;
    position: absolute;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-div {
    margin-top: 10px;
  }

  .image-8 {
    width: 150px;
    margin-top: 40px;
  }

  .div-block-4 {
    padding-bottom: 20px;
  }

  .section-slide-show-wrapper {
    height: 60vh;
  }

  .nav-link-dropdown {
    font-size: 19px;
  }

  .form-field.short {
    width: 100%;
  }

  .gallery-wrapper {
    padding: 20px 20px 40px;
  }

  .mobile-hero-img-wrap {
    height: 240px;
  }
}


