:root {
  --navy-blue: #050325;
  --white: white;
  --silver: #cbcfd1;
  --mid-grey: #7a7a7a;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--navy-blue);
  color: var(--navy-blue);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

.main-slider {
  z-index: 0;
  height: 100vh;
}

.logo-section {
  z-index: 5;
  background-color: #ffffffd9;
  height: 140px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 1px 10px #000;
}

.logo-section.grey {
  z-index: 0;
  background-color: var(--white);
  position: relative;
  box-shadow: 0 0 5px #7a7a7a4d;
}

.navbar {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 140px;
  display: flex;
  position: absolute;
}

.navbar.no-padding {
  margin-top: 0;
  position: static;
}

.nav-menu {
  text-align: center;
  width: 100%;
  max-width: none;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.nav-link {
  text-align: center;
  width: auto;
  padding: 10px;
  transition: color .2s, background-color .2s;
}

.nav-link:hover, .nav-link.w--current {
  background-color: var(--navy-blue);
  color: var(--white);
}

.top-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-1 {
  background-image: url('../images/e4dfa6df-d090-4010-aeae-5e7ddc6d6174.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/IMG-20200701-WA0006.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tel-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  margin-top: 5px;
  display: flex;
}

.co-logo-link {
  width: 50%;
  max-width: 300px;
}

.top-tel-link {
  color: var(--navy-blue);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.top-email-link {
  color: var(--navy-blue);
  font-weight: 400;
  text-decoration: none;
}

.h1-section {
  background-color: var(--silver);
  color: var(--navy-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.h1-div {
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  color: var(--navy-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 300;
  line-height: 44px;
}

.black-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.body-div {
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.body-div.centred {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p {
  color: var(--white);
  margin-bottom: 0;
}

.p.black {
  color: var(--navy-blue);
}

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

.full-image {
  border: 5px solid var(--white);
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.full-image.no-pad {
  margin-top: 0;
  margin-bottom: 0;
}

.full-image.no-border {
  border-width: .5px;
}

.h2 {
  color: var(--silver);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}

.h2.black {
  color: var(--navy-blue);
}

.grey-section {
  background-color: var(--silver);
  padding-top: 40px;
  padding-bottom: 40px;
}

._3-col-image-div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

._3-images {
  border: 5px solid var(--white);
  width: 31%;
}

.trade-section {
  background-color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.trade-logo {
  width: 10%;
}

.trade-div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-text {
  color: var(--mid-grey);
  text-align: center;
  margin-bottom: 0;
}

.footer-text.black {
  color: var(--navy-blue);
}

.h3 {
  color: var(--navy-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.footer-section {
  background-color: var(--navy-blue);
  color: var(--mid-grey);
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 40px;
  padding-bottom: 40px;
}

.white-list {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 20px;
}

.white-list.right {
  margin-left: 60px;
}

.list-item {
  margin-bottom: 5px;
}

.list-item.last {
  margin-bottom: 0;
}

._2-col-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

._2-col-div.nobot {
  margin-bottom: 0;
}

.h3-section {
  background-color: var(--silver);
  padding-top: 40px;
  padding-bottom: 40px;
}

.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: 300px;
  display: flex;
}

.body-2 {
  font-family: Montserrat, sans-serif;
  display: flex;
}

.bold {
  text-transform: uppercase;
}

.areas-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 980px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.areas-list {
  color: var(--white);
  margin-bottom: 0;
  line-height: 36px;
}

.areas-list.black {
  color: var(--navy-blue);
}

.areas-map {
  width: 80%;
}

.black-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.black-list.toppad {
  margin-top: 20px;
}

.contact-map {
  margin-top: 40px;
}

.no-line {
  color: var(--white);
  text-decoration: none;
}

.site-map-link {
  color: var(--white);
  margin-bottom: 15px;
  text-decoration: none;
}

.site-map-link.w--current {
  margin-bottom: 0;
}

.footer-link {
  color: var(--mid-grey);
  text-decoration: none;
}

.body-link {
  color: var(--white);
}

.body-link.black {
  color: var(--black);
}

.h3-link {
  color: var(--navy-blue);
  text-decoration: none;
}

.mapform-div {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.home-form {
  width: 48%;
  margin-top: -5px;
  margin-bottom: 0;
  margin-left: -5px;
}

.home-map {
  width: 48%;
}

.area-list-div {
  width: 20%;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.lb-img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .main-slider {
    height: 400px;
  }

  .logo-section {
    position: static;
  }

  .logo-section.grey {
    background-color: var(--silver);
  }

  .navbar {
    z-index: 10;
    margin-top: 0;
    position: relative;
  }

  .navbar.no-padding {
    position: relative;
  }

  .nav-link {
    width: 100%;
  }

  .top-tel-link, .top-email-link {
    text-align: right;
  }

  .areas-map {
    width: 70%;
  }

  .menu-button {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .icon {
    color: var(--black);
    text-align: center;
  }

  .area-list-div {
    width: 30%;
  }

  .menu-button-2 {
    width: 100%;
  }

  .menu-button-2.w--open {
    background-color: var(--white);
  }

  .icon-2 {
    color: var(--black);
    text-align: center;
  }

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

@media screen and (max-width: 767px) {
  .main-slider {
    height: 300px;
  }

  .logo-section {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-div {
    flex-direction: column;
  }

  .tel-div {
    align-items: center;
    width: 100%;
  }

  .top-tel-link {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
  }

  .top-email-link {
    text-align: center;
  }

  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .white-list {
    width: 100%;
  }

  .white-list.right {
    margin-left: 0;
  }

  ._2-col-div.nobot.vertical, ._2-col-div.vertical {
    flex-direction: column;
  }

  .areas-map {
    width: 65%;
  }

  .mapform-div {
    flex-direction: column;
  }

  .home-form {
    width: 100%;
  }

  .home-map {
    width: 100%;
    margin-top: 30px;
  }

  .area-list-div {
    width: 35%;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

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

@media screen and (max-width: 479px) {
  .main-slider {
    height: 200px;
  }

  .co-logo-link {
    width: 100%;
    max-width: 280px;
  }

  .h1-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .black-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .full-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .grey-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._3-col-image-div {
    flex-direction: column;
  }

  ._3-images {
    width: 100%;
  }

  ._3-images.middle {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .white-list {
    width: 100%;
  }

  .white-list.right {
    margin-left: 0;
  }

  ._2-col-div {
    flex-direction: column;
  }

  .h3-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .areas-div {
    flex-direction: column;
  }

  .areas-map {
    width: 100%;
    margin-top: 30px;
  }

  .menu-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .area-list-div {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button-2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

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

#w-node-eed71c39-fc08-f80b-1411-a7610b3c66e7-feb1bdcf, #w-node-c153493d-ea9a-5d26-4472-d9139d0a4b32-feb1bdcf, #w-node-_101f1156-6ab2-3148-44df-8f90b58cc2ef-feb1bdcf, #w-node-_3b937b5e-93f2-c9ba-95fb-b258f4f646f4-feb1bdcf, #w-node-_50ddf6f0-7ef7-5d96-2d93-b60fda960156-feb1bdcf, #w-node-_41a4fb54-1b14-98d2-c901-a5254737b88b-feb1bdcf, #w-node-_20dc0726-a5d7-7dcd-52ed-ec61716e7e8f-feb1bdcf, #w-node-_04a70997-068e-a4db-0e2a-af32a2848c54-feb1bdcf, #w-node-_7414eb58-d998-9588-7405-c00125ea648a-feb1bdcf, #w-node-d469624b-14aa-5ff0-c5a9-9a681a5f2f68-feb1bdcf, #w-node-_0a7df14c-330a-627c-94ea-0ee9594014ff-feb1bdcf, #w-node-e8591afc-9920-c622-441b-08a2987ece18-feb1bdcf, #w-node-_01319aad-65ba-023a-e853-80b6c921093b-feb1bdcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


