:root {
  --deep-sky-blue: #34a6d6;
  --dark-slate-blue: #25408f;
  --navy: #0a0059;
  --white: white;
  --grey-heading: #333;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

a {
  text-decoration: underline;
}

.section {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 70px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.section.phone {
  display: none;
}

.button {
  background-color: var(--deep-sky-blue);
  letter-spacing: .5px;
  margin-right: 10px;
  font-family: Mukta, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
}

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

.button.construction {
  margin-left: 10px;
}

.button.spacing {
  text-align: center;
  width: 210px;
  margin-top: 12px;
}

.button.margin-b-s {
  margin-bottom: 2rem;
}

.link-sub2 {
  color: #505050;
  letter-spacing: 0;
  font-family: Mukta, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

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

.facebook {
  flex-direction: row;
  align-items: center;
  width: 61px;
  margin-left: 20px;
  display: flex;
}

.section-2 {
  background-color: var(--navy);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  width: 100vw;
}

.div-block-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  display: flex;
}

.nav-bar {
  color: #fff;
  font-family: Mukta, sans-serif;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.nav-bar:hover {
  font-size: 16px;
}

.nav-bar.single {
  padding: 20px 25px;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
}

.nav-bar.single:hover {
  color: var(--deep-sky-blue);
  font-size: 16px;
  font-weight: 400;
}

.nav-bar.single.w--current:hover {
  font-size: 16px;
}

.nav-bar.single.patp {
  display: none;
}

.icon {
  color: #fff;
}

.dropdown-list {
  background-color: var(--navy);
}

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

.dropdown-link {
  color: #fff;
  letter-spacing: .5px;
  font-family: Mukta, sans-serif;
  font-size: 15px;
  transition: background-color .25s cubic-bezier(.47, 0, .745, .715);
  display: block;
}

.dropdown-link:hover {
  background-color: var(--deep-sky-blue);
}

.dropdown-link.w--current {
  display: block;
}

.dropdown-link.hide {
  display: none;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle.level-2:hover {
  background-color: var(--deep-sky-blue);
}

.section-3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/photo-1558929996-da64ba858215.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  padding-left: 120px;
  display: flex;
}

.heading-3 {
  max-width: 50%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading-3.white {
  color: #fff;
}

.heading-3.white.footer {
  max-width: none;
  margin-bottom: 21px;
}

.heading-3.white.utility-page {
  max-width: 40vw;
}

.heading-3.white.centred {
  text-align: center;
}

.heading-3._2-columns {
  max-width: none;
  margin-bottom: 17px;
  padding-left: 0;
}

.heading-3._100 {
  max-width: 100%;
}

.heading-3.course-availability {
  max-width: 60%;
  margin-top: -8px;
  margin-bottom: 2px;
  font-size: 19px;
  display: block;
}

.heading-3.play-button {
  color: var(--white);
  text-decoration: none;
  position: absolute;
  inset: auto;
}

.heading-1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: none;
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.heading-1.white {
  color: #fff;
}

.heading-1.white.utility-page {
  max-width: 40vw;
}

.heading-1.banner-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
}

.heading-1.banner-heading.text-height {
  line-height: 64px;
}

.heading-1.centred {
  text-align: center;
}

.heading-1.bottom-padding {
  margin-bottom: 17px;
}

.paragraph {
  font-family: Mukta, sans-serif;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white._30 {
  max-width: 30%;
  margin-top: 16px;
}

.paragraph.white._30.centred {
  text-align: center;
}

.paragraph.white._50 {
  width: 50%;
  margin-top: 20px;
}

.body-copy {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.body-copy.centred {
  text-align: center;
}

.body-copy.centred.white {
  color: #fff;
}

.section-4 {
  background-color: #252525;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 50px;
  padding-top: 50px;
  display: flex;
}

.columns {
  margin: 50px 25px;
}

.heading-2 {
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading-2.centred {
  text-align: center;
}

.heading-2.centred.pullquote {
  padding-top: 70px;
  padding-bottom: 70px;
}

.heading-2._30 {
  max-width: none;
}

.heading-2.white {
  color: #474747;
}

.heading-2.bold {
  color: var(--deep-sky-blue);
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.heading-2.bold.margin_bottom_20 {
  margin-bottom: 40px;
}

.heading-2.height {
  line-height: 30px;
}

.heading-2.color-white {
  color: var(--white);
  font-weight: 600;
}

.body {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Mukta, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.body.centred {
  text-align: center;
}

.body._50 {
  max-width: 50%;
}

.body._80 {
  width: 80%;
}

.body.white {
  color: #fff;
}

.body.white.footer {
  margin-top: 23px;
}

.body.white.footer.centred {
  color: #858585;
  margin-top: 10px;
  margin-bottom: 10px;
}

.body.white.centred._60 {
  width: 60%;
}

.body.white.upcoming-courses {
  margin-bottom: 0;
}

.body.large {
  font-size: 21px;
}

.body.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.body.remove-margin {
  margin-bottom: 0;
}

.column {
  flex-direction: column;
  align-items: center;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.column.centred {
  padding-left: 60px;
  padding-right: 60px;
}

.column.centred.hidden {
  display: block;
}

.column-2, .column-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-5 {
  margin: 132px 50px;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  width: 40vw;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-4 {
  background-image: url('../images/ImageHandler.jpg');
  background-position: 8%;
  background-size: cover;
  width: 60vw;
  height: 670px;
}

.navbar {
  background-color: var(--navy);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.body-link {
  color: var(--deep-sky-blue);
  font-weight: 600;
  text-decoration: none;
  transition: color .2s cubic-bezier(.55, .055, .675, .19);
}

.body-link:hover {
  color: var(--dark-slate-blue);
}

.copy-section {
  flex-direction: column;
  justify-content: center;
  padding-top: 59px;
  padding-left: 125px;
  padding-right: 125px;
  display: block;
}

.copy-section.horizontal {
  flex-direction: row;
  display: flex;
}

.copy-section.horizontal.centred {
  justify-content: center;
}

.copy-section.centred {
  align-items: center;
}

.copy-section.single {
  padding-left: 200px;
  padding-right: 200px;
}

.copy-section.single.color-test {
  background-color: var(--deep-sky-blue);
  color: var(--dark-slate-blue);
}

.copy-section.hidden {
  display: none;
}

.div-block-5 {
  align-self: center;
  max-width: 50%;
}

.section-7 {
  background-color: var(--deep-sky-blue);
  align-items: center;
  height: 170px;
  margin-left: 0;
  padding-left: 50px;
  display: flex;
}

.section-7.flex {
  height: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-right: 50px;
}

.div-block-6 {
  background-color: #fff;
  width: 100px;
  height: 15px;
  margin-right: 23px;
}

.paragraph-2 {
  white-space: normal;
}

.section-8 {
  padding-left: 100px;
  padding-right: 100px;
}

.columns-2 {
  width: 80%;
}

.subheading-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 0;
  font-family: Mukta, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.subheading-4.centred {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

.subheading-4.centred.underlined {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

.subheading-4.tabs.centred {
  color: #fff;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.subheading-4.tabs.centred:focus, .subheading-4.white {
  color: #fff;
}

.subheading-4.smaller {
  object-fit: fill;
  font-size: 18px;
  position: static;
}

.subheading-4.smaller.box {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  width: 80px;
  margin-bottom: 6px;
}

.subheading-4.smaller.boxed {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  width: 125px;
  margin-bottom: 6px;
}

.form-block {
  width: 50%;
  padding: 30px;
}

.div-block-7 {
  display: block;
}

.div-block-7.vertical-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-block-2 {
  width: 50%;
  padding: 30px;
}

.form-block-2._100 {
  width: 100%;
  padding-left: 150px;
  padding-right: 150px;
}

.form-block-2._100.np-padding {
  padding: 0;
}

.form-block-2._100.np-padding.padding {
  padding-left: 125px;
  padding-right: 125px;
}

.text-field {
  height: 190px;
}

.paragraph-3 {
  margin-top: 32px;
  padding-top: 0;
}

.section-9 {
  padding-left: 200px;
  padding-right: 200px;
}

.column-4 {
  padding-left: 0;
}

.columns-3 {
  margin-top: 49px;
  margin-bottom: 49px;
}

.paragraph-4 {
  margin-top: 21px;
}

.subheading-5 {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.subheading-5.course-availability {
  margin-top: -10px;
}

.form {
  margin-top: 20px;
}

.div-block-8 {
  background-image: url('../images/photo-1492235276442-80d2360d7faa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 70vh;
  margin: 65px 0;
}

.div-block-9 {
  width: 30%;
  max-width: 50%;
}

.image-2 {
  max-width: none;
  max-height: 30vh;
}

.div-block-10 {
  background-image: url('../images/photo-1491930722919-a5fc9ad49a75.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 710px;
  margin: 50px auto;
}

.availability {
  height: auto;
  margin-bottom: -20px;
  line-height: 20px;
}

.availability.result {
  margin-left: 15px;
}

.list-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: disc;
  display: flex;
}

.list-item-2 {
  display: flex;
}

.list-item-3 {
  flex-direction: row;
  display: flex;
}

.heading-4 {
  margin-left: 10px;
}

.heading-4.subheading-4.bold {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 15px;
  font-weight: 700;
}

.list {
  list-style-type: disc;
}

.div-block-11 {
  background-color: var(--deep-sky-blue);
  height: 2px;
  margin-top: 5px;
  margin-bottom: 23px;
}

.collection-item {
  margin-bottom: 0;
}

.column-6 {
  height: 100%;
}

.columns-4 {
  flex: 0 auto;
  align-self: auto;
}

.column-7 {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.text-span {
  padding-left: 0;
}

.tabs {
  max-width: none;
  height: 290px;
  margin-top: 28px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-content {
  max-width: 60%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.tab-link-tab-1 {
  width: 30%;
}

.tab-link-tab-1.customised {
  background-color: var(--deep-sky-blue);
}

.tab-link-tab-1.customised.w--current {
  background-color: var(--dark-slate-blue);
  transition: background-color .4s cubic-bezier(.55, .085, .68, .53);
}

.tab-link-tab-1.customised.w--current:focus {
  background-color: var(--dark-slate-blue);
}

.tab-link-tab-2, .tab-link-tab-3 {
  width: 30%;
}

.div-block-12 {
  width: 40%;
  padding-left: 30px;
}

.div-block-12.centred {
  flex-direction: column;
  display: flex;
}

.div-block-13 {
  width: 50%;
  height: 60vh;
}

.div-block-13.mlc {
  background-image: url('../images/photo-1492235276442-80d2360d7faa.jpg');
  background-position: 50%;
  background-size: auto;
}

.div-block-13.ft {
  background-image: url('../images/photo-1549291981-56d443d5e2a2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.paragraph-5 {
  padding-right: 20px;
  font-family: Mukta, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.map {
  height: 100%;
}

.div-block-14 {
  display: block;
}

.section-10 {
  display: none;
}

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

.link-block {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .35s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block:hover {
  opacity: 1;
  background-color: #34a6d6c2;
}

.image-3, .collection-item-2 {
  position: relative;
}

.heading-5 {
  position: static;
}

.section-11 {
  z-index: 500;
  background-color: var(--deep-sky-blue);
  width: 100vw;
  height: 100vh;
  display: block;
  position: sticky;
  inset: 0%;
}

.section-12 {
  background-color: var(--deep-sky-blue);
  width: 100vw;
  height: 100vh;
  display: none;
}

.dropdown-toggle-2, .dropdown-toggle-3 {
  position: static;
}

.dropdown-toggle-4 {
  display: none;
  position: static;
}

.drop-down-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  display: flex;
}

.column-8 {
  padding-left: 30px;
  padding-right: 30px;
}

.styled-column {
  padding-left: 50px;
  padding-right: 50px;
}

.styled-column.even {
  margin-top: 50px;
}

.columns-5 {
  margin: 50px -50px;
}

.section-13 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/photo-1492235276442-80d2360d7faa.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-17 {
  background-color: var(--deep-sky-blue);
  width: 180px;
  height: 5px;
  margin-bottom: 14px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-14 {
  height: 80vh;
}

.map-2 {
  height: 320px;
}

.column-9 {
  margin-top: 58px;
}

.paragraph-6 {
  color: #d3d3d3;
  text-align: center;
  background-color: #252525;
  padding-top: 30px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.paragraph-6.post-footer {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 9px;
}

.link {
  color: #ff7300;
  text-decoration: none;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/photo-1447684808650-354ae64db5b8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 76px;
  display: flex;
}

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

.div-block-19 {
  background-image: url('../images/photo-1558231585-262086891e09.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.rich-text-block {
  margin-left: 0;
}

.rich-text {
  text-indent: 0;
  margin-left: 0;
}

.rich-text.indent {
  padding-left: 63px;
}

.div-block-20 {
  background-color: #000;
  width: 2px;
  height: 14px;
  margin-left: 13px;
  margin-right: 13px;
}

.div-block-21 {
  background-color: var(--deep-sky-blue);
  width: 80px;
  height: 6px;
  margin-bottom: 25px;
}

.collection-list-2 {
  grid-column-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.slider {
  height: 80vh;
}

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/photo-1447684808650-354ae64db5b8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/photo-1558929996-da64ba858215.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-23 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 160px;
  display: flex;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 30px;
  display: flex;
}

.rich-text-block-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.phone-unavailable {
  background-image: linear-gradient(#00000080, #00000080), url('../images/photo-1447684808650-354ae64db5b8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-4, .image-5 {
  max-width: 40%;
}

.lightbox-link {
  justify-content: flex-end;
  display: flex;
}

.slide-3, .mask, .slide-4, .slide-5, .slider-2, .image-6 {
  max-width: 40%;
}

.lightbox-link-2 {
  justify-content: flex-end;
  display: flex;
}

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

.image-8, .image-9 {
  max-width: 30%;
}

.header-course-content {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.columns-6, .columns-6.hidden {
  display: block;
}

.flyer-header {
  background-image: url('../images/dog-background.jpg');
  background-position: 50%;
  background-size: cover;
  height: 65vh;
}

.image-10 {
  min-width: 100%;
}

.columns-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-1 {
  padding-left: 40px;
  padding-right: 40px;
}

.columns-8 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div {
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-26 {
  width: 80%;
}

.facebook-2 {
  color: #fff;
  margin-bottom: -18px;
  padding-bottom: 0;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}

.link-2 {
  color: var(--deep-sky-blue);
  font-weight: 600;
  text-decoration: none;
}

.section-15 {
  background-color: var(--deep-sky-blue);
  padding: 100px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.text-span-2 {
  color: #6a6a6a;
}

.cell-centerd-top {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.body-section {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.cell-centered-t-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.hide {
  display: none;
}

.code-embed {
  width: 100%;
  height: 100vh;
}

.testbutton {
  text-align: center;
  background-color: #ec383b;
  border-radius: 20px;
  width: 15%;
}

.testbutton:hover {
  background-color: #691416;
}

@media screen and (max-width: 991px) {
  .section {
    display: none;
  }

  .section.phone {
    display: flex;
  }

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

  .nav-bar.single.phone {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
  }

  .dropdown-list.phone.w--open {
    background-color: #0000;
    flex-direction: column;
    display: flex;
    position: static;
  }

  .dropdown-link.phone {
    text-align: center;
    width: 100%;
  }

  .dropdown-toggle.level-2.phone {
    width: 100%;
  }

  .heading-3._100 {
    max-width: 100%;
  }

  .heading-3._100.centred {
    text-align: center;
  }

  .heading-1.white {
    max-width: 90%;
  }

  .paragraph.white._30 {
    max-width: 80%;
  }

  .heading-2.centred.white {
    color: #fff;
    margin-top: 0;
    font-size: 25px;
  }

  .body._80 {
    width: auto;
  }

  .section-5 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-4 {
    width: 100%;
    height: 470px;
  }

  .copy-section {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy-section.horizontal {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .copy-section.single, .copy-section.single.padding_reduce {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-5 {
    max-width: none;
  }

  .image {
    max-width: 40%;
    display: none;
  }

  .section-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block-2._100.np-padding.padding {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-9 {
    padding: 0 10px;
  }

  .div-block-8 {
    height: 66vh;
  }

  .div-block-9 {
    width: auto;
    max-width: none;
  }

  .image-2 {
    max-width: 100vw;
    max-height: none;
  }

  .tabs {
    max-width: 100%;
  }

  .tabs-content {
    max-width: none;
  }

  .div-block-12, .div-block-13 {
    width: 80%;
  }

  .paragraph-5 {
    padding-right: 0;
  }

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

  .section-12 {
    z-index: 5;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .drop-down-menu {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown.phone {
    position: static;
  }

  .dropdown-2 {
    align-self: center;
    width: 100%;
  }

  .div-block-15 {
    z-index: 5;
    background-color: var(--dark-slate-blue);
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 50px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .div-block-16 {
    background-color: var(--dark-slate-blue);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .column-9 {
    margin-top: 2px;
  }

  .div-block-23 {
    padding-left: 90px;
  }

  .div {
    margin-left: 50px;
    margin-right: 50px;
  }

  .section-15 {
    padding: 40px 60px;
  }

  .quick-stack {
    padding: 0;
  }

  .body-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    flex-direction: column;
    justify-content: center;
  }

  .div-block {
    display: none;
  }

  .section-3 {
    height: 60vh;
    padding: 0 15px;
  }

  .heading-3.white, .heading-3.white.utility-page, .heading-1.white, .heading-1.white.utility-page {
    max-width: none;
  }

  .heading-1.banner-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph.white._30 {
    max-width: none;
  }

  .heading-2.centred.pullquote {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-2.color-white {
    text-align: center;
  }

  .body._80 {
    width: auto;
  }

  .copy-section.single {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    display: none;
  }

  .section-7 {
    padding-left: 20px;
  }

  .div-block-6 {
    display: none;
  }

  .subheading-4.tabs {
    font-size: 15px;
  }

  .subheading-4.tabs.centred {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .form-block {
    width: auto;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .form-block-2 {
    width: auto;
  }

  .form-block-2._100 {
    width: 100%;
  }

  .column-5 {
    padding-left: 0;
  }

  .div-block-8 {
    height: 39vh;
  }

  .div-block-10 {
    height: 290px;
  }

  .tabs {
    height: auto;
  }

  .tabs-content {
    max-width: 100%;
  }

  .tab-link-tab-1.customised {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-12 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    width: 100%;
    height: 30vh;
  }

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

  .utility-page-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-23 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

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

  .columns-7 {
    flex-direction: column;
    justify-content: center;
  }

  .columns-8 {
    flex-direction: column;
  }

  .cell, .quick-stack-2 {
    padding: 0;
  }

  .body-section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .button.construction {
    margin-bottom: 19px;
  }

  .nav-bar.single.phone {
    letter-spacing: 1px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 17px;
  }

  .nav-bar.single.phone.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .section-3 {
    height: 35vh;
  }

  .heading-3.white {
    font-size: 22px;
  }

  .heading-1 {
    font-size: 28px;
  }

  .heading-1.white {
    font-size: 30px;
  }

  .heading-1.banner-heading {
    font-size: 38px;
  }

  .heading-1.centred {
    font-size: 35px;
  }

  .body-copy {
    display: block;
  }

  .body-copy.mobile {
    display: none;
  }

  .body-copy.centred.white {
    font-size: 18px;
  }

  .column.centred, .column.centred.hidden {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    display: none;
  }

  .copy-section {
    padding-top: 20px;
  }

  .copy-section.horizontal, .copy-section.single {
    padding-left: 5px;
    padding-right: 5px;
  }

  .copy-section.hidden {
    display: none;
  }

  .section-7 {
    padding-left: 10px;
  }

  .div-block-7 {
    padding-left: 0;
    display: flex;
  }

  .div-block-7.vertical-flex {
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-block-2._100.np-padding.padding {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-8 {
    height: 21vh;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .tab-link-tab-1.customised {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tab-link-tab-1.customised.w--current {
    width: 100%;
  }

  .div-block-13 {
    height: 15vh;
  }

  .dropdown-toggle-2, .dropdown-toggle-3, .dropdown-toggle-4 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .column-8, .styled-column {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .column-10, .column-11 {
    display: none;
  }

  .div-block-23 {
    padding-left: 10px;
  }

  .div-block-24 {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .div {
    margin-left: 25px;
    margin-right: 25px;
  }

  .cell {
    padding: 0;
  }

  .section-15 {
    padding: 20px 10px;
  }

  .quick-stack-3 {
    padding: 0;
  }
}

#w-node-_23e2944c-5dcf-c890-bb00-f2ba0fc0ae4e-6f829ac1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_23e2944c-5dcf-c890-bb00-f2ba0fc0ae4e-6f829ac1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


