/* Spacing */
/* Grid settings */
/* Useful calculation variabls */
/* Row inner box */
/* Columns in px - this is to set max-widths and should correspond to the widths set in the theme's image options */
/* Breakpoint options */
/* Calculated variables - do not edit unless you are a space cowboy */
/**
    Colours also need to be updated in:
    - functions-template-helpers.php 158-162
    - functions-template-helpers.php 190-230
    - acf-layout-selector/class-uu-acf-field-layout-selector.php 180
    - In the colour selector component
*/
/* Split colours - set colours when using .row.split */
/* Overlays - for modals, cookie popups */
/* Type */
/* Quotes */
/* Icons - see font-awesome.scss for more info */
/* Buttons */ /* Woocommerce */ /* Notifications */ /* Pagination */ /* Logo */ /* Header */
/* Header navigation */
/* Footer */
/* Mobile menu */ /* Cookie bar */ /* Social links */ /* Transitions */ /* Loader */ /* Modals */ /* Dots */
/* Tables */
.row-type-text_and_image .content-wrap, .row-type-map_locations .content-wrap {
  display: flex;
}
.row-type-text_and_image .col-txt, .row-type-map_locations .col-txt {
  display: flex;
}
.row-type-text_and_image .col-txt .content-inner, .row-type-map_locations .col-txt .content-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.row-type-text_and_image .col-img img, .row-type-map_locations .col-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.row-type-text_and_image.image-position-right .row-inner, .row-type-map_locations.image-position-right .row-inner {
  flex-direction: row-reverse;
}
.row-type-text_and_image.layout-full-width .row-inner, .row-type-map_locations.layout-full-width .row-inner {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
  align-items: stretch !important;
}
@media (max-width: 768px) {
  .row-type-text_and_image.layout-full-width .content-inner, .row-type-map_locations.layout-full-width .content-inner {
    padding-right: 4.5%;
    padding-left: 4.5%;
  }
}
@media (min-width: 768px) {
  .row-type-text_and_image.layout-full-width.image-width-half .col-6, .row-type-map_locations.layout-full-width.image-width-half .col-6 {
    width: 50%;
  }
  .row-type-text_and_image.layout-full-width.image-width-half .content-inner, .row-type-map_locations.layout-full-width.image-width-half .content-inner {
    max-width: 800px;
    width: 100%;
    padding-right: 9%;
    padding-left: 4.5%;
  }
  .row-type-text_and_image.layout-full-width.image-width-half.image-position-right .col-txt, .row-type-map_locations.layout-full-width.image-width-half.image-position-right .col-txt {
    justify-content: flex-end;
  }
  .row-type-text_and_image.layout-full-width.image-width-half.image-position-right .content-inner, .row-type-map_locations.layout-full-width.image-width-half.image-position-right .content-inner {
    padding-left: 9%;
    padding-right: 4.5%;
  }
  .row-type-text_and_image.layout-full-width.vert-mid .col-txt, .row-type-map_locations.layout-full-width.vert-mid .col-txt {
    align-items: center;
  }
  .row-type-text_and_image.layout-full-width.vert-btm .col-txt, .row-type-map_locations.layout-full-width.vert-btm .col-txt {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .row-type-text_and_image.layout-full-width.image-width-third .col-5, .row-type-map_locations.layout-full-width.image-width-third .col-5 {
    width: 41.66%;
  }
  .row-type-text_and_image.layout-full-width.image-width-third .col-7, .row-type-map_locations.layout-full-width.image-width-third .col-7 {
    width: 58.33%;
  }
}
.row-type-text_and_image.layout-full-width.image-width-third .content-inner, .row-type-map_locations.layout-full-width.image-width-third .content-inner {
  max-width: 928px;
  padding-right: 7.11%;
  padding-left: 4.5%;
}
@media (min-width: 1600px) {
  .row-type-text_and_image.layout-full-width.image-width-third .content-inner, .row-type-map_locations.layout-full-width.image-width-third .content-inner {
    padding-right: 6.03%;
    max-width: calc(100% - (100vw - 1600px) / 2);
  }
}
.row-type-text_and_image.layout-full-width.image-width-third.image-position-right .col-txt, .row-type-map_locations.layout-full-width.image-width-third.image-position-right .col-txt {
  justify-content: flex-end;
}
.row-type-text_and_image.layout-full-width.image-width-third.image-position-right .content-inner, .row-type-map_locations.layout-full-width.image-width-third.image-position-right .content-inner {
  padding-left: 7.11%;
  padding-right: 4.5%;
}
@media (min-width: 1600px) {
  .row-type-text_and_image.layout-full-width.image-width-third.image-position-right .content-inner, .row-type-map_locations.layout-full-width.image-width-third.image-position-right .content-inner {
    padding-left: 6.03%;
  }
}
@media (max-width: 768px) {
  .row-type-text_and_image.layout-full-width.image-width-third .row-content, .row-type-map_locations.layout-full-width.image-width-third .row-content {
    row-gap: 0 !important;
  }
  .row-type-text_and_image.layout-full-width.image-width-third .content-inner, .row-type-map_locations.layout-full-width.image-width-third .content-inner {
    padding-right: 4.5% !important;
    padding-left: 4.5% !important;
  }
}
@media (min-width: 768px) {
  .row-type-text_and_image.layout-full-width.image-width-thirds .col-4, .row-type-map_locations.layout-full-width.image-width-thirds .col-4 {
    width: 34%;
  }
  .row-type-text_and_image.layout-full-width.image-width-thirds .col-8, .row-type-map_locations.layout-full-width.image-width-thirds .col-8 {
    width: 66%;
  }
}
.row-type-text_and_image.layout-full-width.image-width-thirds .content-inner, .row-type-map_locations.layout-full-width.image-width-thirds .content-inner {
  max-width: 656px;
  padding-right: 6.345%;
  padding-left: 4.5%;
}
@media (min-width: 1600px) {
  .row-type-text_and_image.layout-full-width.image-width-thirds .content-inner, .row-type-map_locations.layout-full-width.image-width-thirds .content-inner {
    padding-right: 5vw;
    max-width: calc(41.66vw - (100vw - 1600px) / 2 + 12px);
  }
}
.row-type-text_and_image.layout-full-width.image-width-thirds.image-position-right .col-txt, .row-type-map_locations.layout-full-width.image-width-thirds.image-position-right .col-txt {
  justify-content: flex-end;
}
.row-type-text_and_image.layout-full-width.image-width-thirds.image-position-right .content-inner, .row-type-map_locations.layout-full-width.image-width-thirds.image-position-right .content-inner {
  padding-left: 6.345%;
  padding-right: 4.5%;
}
@media (min-width: 1600px) {
  .row-type-text_and_image.layout-full-width.image-width-thirds.image-position-right .content-inner, .row-type-map_locations.layout-full-width.image-width-thirds.image-position-right .content-inner {
    padding-left: 5vw;
  }
}
@media (max-width: 768px) {
  .row-type-text_and_image.layout-full-width.image-width-thirds .row-content, .row-type-map_locations.layout-full-width.image-width-thirds .row-content {
    row-gap: 0 !important;
  }
  .row-type-text_and_image.layout-full-width.image-width-thirds .content-inner, .row-type-map_locations.layout-full-width.image-width-thirds .content-inner {
    padding-right: 4.5% !important;
    padding-left: 4.5% !important;
  }
}
.row-type-text_and_image.layout-full-width .img-wrap, .row-type-map_locations.layout-full-width .img-wrap {
  border-radius: 0;
}
.row-type-text_and_image.layout-box-out .row-box-outer, .row-type-map_locations.layout-box-out .row-box-outer {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 !important;
}
.row-type-text_and_image.layout-box-out .row-content, .row-type-map_locations.layout-box-out .row-content {
  padding: 0;
}
@media (max-width: 768px) {
  .row-type-text_and_image.layout-box-out .row-content, .row-type-map_locations.layout-box-out .row-content {
    row-gap: 0;
  }
}
.row-type-text_and_image.layout-box-out .col-img .img-wrap, .row-type-map_locations.layout-box-out .col-img .img-wrap {
  border-radius: 0;
}
.row-type-text_and_image.layout-box-out .col-txt, .row-type-map_locations.layout-box-out .col-txt {
  padding: 30px !important;
}
@media (max-width: 768px) {
  .row-type-text_and_image.layout-box-out .col-txt, .row-type-map_locations.layout-box-out .col-txt {
    padding-top: 70px;
    padding-bottom: 72px;
  }
}
@media (min-width: 768px) {
  .row-type-text_and_image.layout-box-out.image-position-right .col-txt, .row-type-map_locations.layout-box-out.image-position-right .col-txt {
    padding-right: 0 !important;
  }
  .row-type-text_and_image.layout-box-out.image-position-left .col-txt, .row-type-map_locations.layout-box-out.image-position-left .col-txt {
    padding-left: 0 !important;
  }
}
.row-type-text_and_image.layout-full-width .col-txt, .row-type-map_locations.layout-full-width .col-txt {
  padding-top: 70px;
  padding-bottom: 70px;
}
.row-type-text_and_image.layout-full-width.no-pd-top .col-txt, .row-type-map_locations.layout-full-width.no-pd-top .col-txt {
  padding-top: 0;
}
.row-type-text_and_image.layout-full-width.half-pd-top .col-txt, .row-type-map_locations.layout-full-width.half-pd-top .col-txt {
  padding-top: 60px;
}
.row-type-text_and_image.layout-full-width.no-pd-btm .col-txt, .row-type-map_locations.layout-full-width.no-pd-btm .col-txt {
  padding-bottom: 0;
}
.row-type-text_and_image.layout-full-width.half-pd-btm .col-txt, .row-type-map_locations.layout-full-width.half-pd-btm .col-txt {
  padding-bottom: 62px;
}
@media (max-width: 768px) {
  .row-type-text_and_image.layout-full-width .col-txt, .row-type-map_locations.layout-full-width .col-txt {
    padding-top: 70px;
    padding-bottom: 72px;
  }
  .row-type-text_and_image.layout-full-width.half-pd-top .col-txt, .row-type-map_locations.layout-full-width.half-pd-top .col-txt {
    padding-top: 35px;
  }
  .row-type-text_and_image.layout-full-width.half-pd-btm .col-txt, .row-type-map_locations.layout-full-width.half-pd-btm .col-txt {
    padding-bottom: 37px;
  }
}