@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
------------------------------------------------------------------------------------------------
  _site_variables.scss - SASS VARIABLES AND MIXINS
------------------------------------------------------------------------------------------------
  Created:  20-04-2023
  Author:   Ember Interactive (www.emberinteractive.co.uk)
  Website:  Ember Interactive Limited
------------------------------------------------------------------------------------------------
*/
/* Colours */
/* Breakpoints */
/* Calculate REM based on pixel input */
/* Switch Font smoothing settings */
/* Screen reader only text */
/*
-------------------------------------------------------------------- HELPERS FOR GENERATING SVGS

------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------ MIXIN FOR GENERATING AN ARROW

------------------------------------------------------------------------------------------------
*/
/* SMALL ARROW RIGHT  */
/* SMALL ARROW LEFT  */
/* SMALL CHEVRON DOWN  */
/* SMALL CHEVRON UP  */
/* SMALL CHEVRON LEFT  */
/* SMALL CHEVRON RIGHT  */
/*
------------------------------------------------------------------------------------------------
  KELLANDS FRONT CSS - site_base.css
------------------------------------------------------------------------------------------------
  Created:  01-11-2023
  Author:   Ember Interactive (www.emberinteractive.co.uk)
  Website:  Ember Interactive Limited
------------------------------------------------------------------------------------------------
*/
html, body {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  color: #272727;
  min-width: 300px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

:root {
  --accent-color: #0acbb1;
}

/*
---------------------------------------------------------------------------------- TEXT DEFAULTS

------------------------------------------------------------------------------------------------
*/
/* Base Text */
p {
  line-height: 1.5;
  position: relative;
  margin: 0 0 1.25rem 0;
  padding: 0 4px 0 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 30em) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}

b, strong {
  font-weight: 600;
}

/* Links */
a {
  color: var(--link-color, #0acbb1);
  font-weight: 700;
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: underline;
  word-wrap: break-word;
}

a:hover,
a.active {
  color: var(--link-color-hover, #05bea5);
  text-decoration: none;
}

a:focus {
  outline: none;
  color: var(--link-color-hover, #05bea5);
  text-decoration: none;
}

.text-link {
  color: inherit !important;
  text-decoration: none;
}

.text-link:hover {
  color: inherit !important;
  text-decoration: underline;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  line-height: 1.4;
  font-weight: 500;
  color: #404040;
  margin: 0;
  margin-bottom: 18px;
  margin-bottom: 1.25rem;
  position: relative;
}

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
  color: #404040;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus {
  text-decoration: none;
  color: var(--link-color-hover, #05bea5);
}

h1, .h-1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000000;
}

h2, .h-2 {
  font-size: 18px;
  font-size: 1.125rem;
}

h3, .h-3 {
  font-size: 16px;
  font-size: 1rem;
}

h4, .h-4 {
  font-size: 15px;
  font-size: 0.9375rem;
}

h5, .h-5 {
  font-size: 14px;
  font-size: 0.875rem;
}

h6, .h-6 {
  font-size: 14px;
  font-size: 0.875rem;
}

.h-hero {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 45em) {
  .h-0 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2;
  }
  .h-0.large {
    font-size: 48px;
    font-size: 3rem;
  }
  h1, .h-1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h2, .h-2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h3, .h-3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h4, .h-4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h5, .h-5 {
    font-size: 16px;
    font-size: 1rem;
  }
  h6, .h-6 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .h-hero {
    font-size: 48px;
    font-size: 3rem;
  }
}
.h-white {
  color: #ffffff;
}

.h-primary {
  color: #0acbb1;
}

.h-secondary {
  color: #348eda;
}

.h-disabled {
  color: #404040;
  opacity: 0.6;
}

.h-strong {
  font-weight: 500;
}

.h-light {
  font-weight: 300;
}

.h-block {
  margin-bottom: 1.25rem;
}

.h-block h1,
.h-block h2,
.h-block h3,
.h-block h4,
.h-block h5 {
  margin-bottom: 4px;
}

.h-block p:last-child {
  margin-bottom: 0;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
  padding-top: 14px;
}

ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5 {
  padding-top: 10px;
}

/* LISTS */
ul, ol, dl,
ol ol, ol ul, ul ol, ul ul {
  margin: 0 0 1.25em 0;
  padding-left: 1.5em;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (min-width: 30em) {
  ul, ol, dl,
  ol ol, ol ul, ul ol, ul ul {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 2.5em;
  }
}

li {
  padding-bottom: 4px;
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0.7em;
  padding-left: 2em;
  padding-top: 10px;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 1rem;
  margin-left: 0;
}

/* IMAGES */
img {
  display: block;
}

.image-ratio {
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.image-ratio img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.image-ratio.ratio-16-9 {
  padding-top: 56.25%;
}

.image-ratio.ratio-4-3 {
  padding-top: 75%;
}

.map {
  width: 100%;
  height: 400px;
}

/*
----------------------------------------------------------------------------------- TEXT HELPERS

------------------------------------------------------------------------------------------------
*/
.hidden {
  display: none;
}

.sr-only,
.skip-link {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

span.text-smaller,
p.text-smaller,
.text-smaller p,
ul.text-smaller,
.text-smaller ul {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 30em) {
  span.text-smaller,
  p.text-smaller,
  .text-smaller p,
  ul.text-smaller,
  .text-smaller ul {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

span.text-smallest,
p.text-smallest,
.text-smallest p,
ul.text-smallest,
.text-smallest ul {
  font-size: 13px;
  font-size: 0.8125rem;
}

span.text-larger,
p.text-larger,
.text-larger p,
p.lrgr,
.lrgr p,
ul.text-larger,
.text-larger ul {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 30em) {
  span.text-larger,
  p.text-larger,
  .text-larger p,
  p.lrgr,
  .lrgr p,
  ul.text-larger,
  .text-larger ul {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 45em) {
  span.text-larger,
  p.text-larger,
  .text-larger p,
  p.lrgr,
  .lrgr p,
  ul.text-larger,
  .text-larger ul {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 58em) {
  span.text-larger,
  p.text-larger,
  .text-larger p,
  p.lrgr,
  .lrgr p,
  ul.text-larger,
  .text-larger ul {
    font-size: 16px;
    font-size: 1rem;
  }
}

.lrgr p,
.lrgrp {
  font-weight: 700;
}

span.text-largest,
p.text-largest,
.text-largest p,
ul.text-largest,
.text-largest ul {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 30em) {
  span.text-largest,
  p.text-largest,
  .text-largest p,
  ul.text-largest,
  .text-largest ul {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 45em) {
  span.text-largest,
  p.text-largest,
  .text-largest p,
  ul.text-largest,
  .text-largest ul {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 58em) {
  span.text-largest,
  p.text-largest,
  .text-largest p,
  ul.text-largest,
  .text-largest ul {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.text-centered {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-strong {
  font-weight: 500;
}

.text-primary {
  color: #0acbb1;
}

.text-secondary {
  color: #0acbb1;
}

p.foot-note,
.foot-note p {
  font-size: 0.6875rem;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.text-centered {
  text-align: center;
}

.full-width-content-image img {
  display: block;
  width: 100%;
  height: auto;
}

/*
----------------------------------------------------------------------------------------- LAYOUT

------------------------------------------------------------------------------------------------
*/
.row {
  padding: 0 1rem;
  max-width: 82rem;
  margin: 0 auto;
}

.main-content .row {
  padding-left: 0;
  padding-right: 0;
}

.row-flush {
  padding: 0;
}

.row.row-thin {
  max-width: 60rem;
}

.row.row-thinner {
  max-width: 50rem;
}

.max-width-940 {
  max-width: 940px;
}

@media screen and (min-width: 58em) {
  .row {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row-flush {
    padding: 0;
  }
  .row-grid {
    display: flex;
    gap: 32px;
  }
  .row-grid .side-panel {
    flex: 0 0 260px;
    order: 1;
  }
  .row-grid .main-panel {
    flex: 1;
    order: 2;
  }
  .side-panel.side-panel-padding {
    padding-top: 40px;
  }
}
section,
article {
  padding: 30px 0;
}
@media screen and (min-width: 45em) {
  section,
  article {
    padding: 40px 0;
  }
}

.main-content img {
  display: inline-block;
  margin-bottom: 1.25rem;
  max-width: 100%;
  height: auto;
}

.max-readable {
  max-width: 840px;
}

/*
-------------------------------------------------------------------------------- SECTION HELPERS

------------------------------------------------------------------------------------------------
*/
.section-collapse {
  padding-top: 0;
  padding-bottom: 0;
}

.section-collapse-top {
  padding-top: 0;
}

.section-collapse-bottom {
  padding-bottom: 0;
}

.section-collapse-top-half {
  padding-top: 16px;
}

.section-collapse-bottom-half {
  padding-bottom: 16px;
}

.bg-grey-pale {
  background: #f2f4f7;
}

.bg-grey-mid {
  background: #dadfe4;
}

.bg-primary {
  background-color: #0acbb1;
}

.bg-secondary {
  background-color: #348eda;
}

.cta {
  padding-top: 6px;
  margin-bottom: 18px;
}

/*
--------------------------------------------------------------------------------------- ARTICLES

------------------------------------------------------------------------------------------------
*/
@media screen and (min-width: 45em) {
  .article-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .article-header .article-date {
    display: block;
    margin-bottom: 16px;
  }
  .article-header-share {
    order: 2;
  }
  .article-header-content {
    order: 1;
  }
}
.article-date {
  font-size: 0.9375rem;
}

.news-inline-img {
  float: right;
  width: 40%;
  min-width: 300px;
  margin-left: 20px;
  z-index: 2;
  position: relative;
}

/*
-------------------------------------------------------------------------------- VIDEO CONTAINER

------------------------------------------------------------------------------------------------
*/
.video-container {
  max-width: 640px;
}

.video-ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
---------------------------------------------------------------------------- ACCREDITATION LOGOS

------------------------------------------------------------------------------------------------
*/
.accreditation-logos-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (min-width: 30em) {
  .accreditation-logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 58em) {
  .accreditation-logos-grid {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
.accreditation-logos-grid-item {
  display: block;
  flex: 1 1 auto;
}

.accreditation-logos-grid img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 0 auto;
}

/*
---------------------------------------------------------------------------- PAGE SPECIFIC

------------------------------------------------------------------------------------------------
*/
@media screen and (min-width: 45em) {
  .page-template-page_client_survey-php .hero-caption-heading .h-0.large {
    font-size: 2.5rem;
  }
}
/*
------------------------------------------------------------------------------------------------
  _site_forms.scss - FORM ELEMENTS BASE STYLES
------------------------------------------------------------------------------------------------
  Created:  01-03-2016
  Author:   Ember Interactive (www.emberinteractive.co.uk)
  Website:  Ember Interactive Limited
------------------------------------------------------------------------------------------------
*/
input, textarea, select, label {
  font-family: inherit;
}

/* Labels */
label.control-label {
  color: #272727;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 4px;
  margin-bottom: 6px;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
}

/* Fields */
input, textarea, button, .btn {
  box-sizing: border-box;
  outline: none;
}

textarea {
  resize: none;
}

.form-control {
  color: #272727;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 5px 14px;
  margin: 0;
  border: 2px solid #adb3bc;
  background-color: #ffffff;
  width: 100%;
  height: 38px;
  outline: none;
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
  border-radius: 2px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.form-control:focus,
.form-control.wpcf7-not-valid:focus {
  border-color: #0acbb1;
  background-color: #fafafc;
  outline: 2px solid #348eda;
  outline-offset: 2px;
}

.form-control:focus:not(:focus-visible),
.form-control.wpcf7-not-valid:focus:not(:focus-visible) {
  outline: none;
}

.form-control:focus-visible,
.form-control.wpcf7-not-valid:focus-visible {
  outline: 2px solid #348eda;
  outline-offset: 2px;
}

textarea,
textarea.form-control {
  min-height: 110px;
  margin: 0;
  vertical-align: top;
  padding-top: 8px;
}

.help-text {
  padding-top: 6px;
  font-size: 0.875rem;
  margin: 0;
}

input[type=radio] {
  margin-right: 10px;
}

input[type=checkbox], input[type=radio] {
  padding: 0 0 0 0;
  margin: -2px 6px 0 0;
  height: 16px;
  cursor: pointer;
}

.form-control-static {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  min-height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}

/* Disabled */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f7f7f7;
  opacity: 0.8;
}

input[readonly]:focus {
  border-color: #adb3bc;
  background-color: #f7f7f7;
}

/* Placeholder */
::-webkit-input-placeholder { /* Chrome */
  color: #d0d0d0;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #d0d0d0;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #d0d0d0;
  opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
  color: #d0d0d0;
  opacity: 1;
}

/* Checkboxes and Selects */
.checkbox label, .radio label {
  min-height: 20px;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 400;
  cursor: pointer;
  float: none;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

select.form-control {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -o-appearance: menulist;
  appearance: menulist;
}
select.form-control:focus {
  background-color: #ffffff;
}

select[multiple], select[size] {
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* Layout */
.form-group {
  clear: both;
  margin-bottom: 22px;
}
.form-group:after {
  clear: both;
  content: "";
  display: table;
}

.form-group.form-submit {
  margin-bottom: 0;
}

.form-group.form-submit .btn:last-child {
  margin-right: 0;
}

@media screen and (min-width: 45em) {
  .form-horizontal .form-group {
    display: flex;
  }
  .form-horizontal .control-label {
    flex: 0 0 130px;
    box-sizing: border-box;
    padding-right: 20px;
  }
  .feature .form-horizontal .control-label {
    flex: 0 0 90px;
  }
  .form-horizontal .form-input-container {
    flex: 1;
  }
  .form-horizontal .checkbox,
  .form-horizontal .radio {
    min-height: 27px;
    padding-top: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-horizontal .checkbox label,
  .form-horizontal .radio label {
    float: none;
    width: auto;
    padding-top: 0;
  }
  .form-horizontal .checkbox-group .checkbox,
  .form-horizontal .radio-group .radio {
    width: auto;
    margin-left: 0;
  }
  .split-form {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 30px;
  }
  .form-horizontal .form-indent {
    padding-left: 130px;
  }
  .form-horizontal .radio {
    padding-left: 30px;
  }
}
/* Inline Form */
@media screen and (min-width: 45em) {
  .form-inline .control-label {
    width: auto;
    padding-right: 10px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-right: 20px;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .btn {
    margin-bottom: 0;
  }
}
/* Validation */
.form-group .required .control-label:after {
  content: " *";
  font-size: 11px;
  font-size: 0.6875rem;
  vertical-align: top;
}

.form-group .required {
  font-size: 11px;
  font-size: 0.6875rem;
  vertical-align: top;
  color: #e0001b;
  padding-left: 2px;
}

.error label.error,
.error label.error-message {
  color: #e0001b;
  font-weight: 500;
  text-align: left;
  float: none;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}

.error .form-control {
  border-color: #e0001b;
  border-width: 2px;
}

.valid .form-control {
  border-color: #5ab54a;
  border-width: 2px;
}

.error label.control-label {
  color: #e0001b;
}

/*.note {@include fontSize(13px);}
.small-label {@include fontSize(13px);}*/
.form-container:after {
  clear: both;
  content: "";
  display: table;
}

.form-container-result {
  display: none;
}

/* Validate error in button group */
.form-group-btn-group label.error {
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
}

:root {
  --form-control-color: var(--accent-color, $btn-primary);
  --form-control-disabled: #959495;
}

.custom-check {
  display: flex;
  align-items: center;
}

.custom-check input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 1.15em;
  border: 0.15em solid #adb3bc;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.custom-check input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

.custom-check input[type=checkbox]:checked::before {
  transform: scale(1);
}

.custom-check input[type=checkbox]:focus {
  border-color: #0acbb1;
  outline: 2px solid #348eda;
  outline-offset: 2px;
}

.custom-check input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.custom-check label {
  padding-left: 10px;
}

.recaptcha-notice {
  padding: 16px 0;
}

.recaptcha-notice {
  background-color: #f2f4f7;
}

.recaptcha-notice p {
  margin: 0;
  padding: 0;
}

.contact-form + .recaptcha-notice {
  background-color: #fff;
}

/*
------------------------------------------------------------------------------------------------
  _site_buttons.scss - BUTTON ELEMENT BASE STYLES
------------------------------------------------------------------------------------------------
  Created:  01-03-2016
  Author:   Ember Interactive (www.emberinteractive.co.uk)
  Website:  Ember Interactive Limited
------------------------------------------------------------------------------------------------
*/
/* DEFAULT */
.btn {
  font-size: 16px;
  font-size: 1rem;
  line-height: strip-unit(22px/16px);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 7px 14px 7px 14px;
  margin: 0 20px 16px 0;
  background-color: #f2f4f7;
  border: 1px solid #f2f4f7;
  color: #272727;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  opacity: 1;
  transition: background-color 100ms linear, color 100ms linear, border-color 100ms linear, padding 200ms ease-in-out, opacity 100ms linear;
  white-space: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.btn:hover,
.btn:focus {
  background-color: #dadada;
  border-color: #dadada;
  text-decoration: none;
}

.btn:focus {
  outline: 2px solid #348eda;
  outline-offset: 2px;
}

.btn:focus:not(:focus-visible) {
  outline: none;
}

.btn:focus-visible {
  outline: 2px solid #348eda;
  outline-offset: 2px;
}

.btn:active {
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}

.btn.active {
  box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
}

.btn:disabled,
.btn.disabled,
.btn:disabled:hover,
.btn.disabled:hover,
a:hover .btn.disabled {
  background-color: #eeeeed;
  border-color: #c5c5c5;
  color: #7a7a7a;
  cursor: not-allowed;
  pointer-events: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* COLOUR - PRIMARY */
.btn-primary {
  background-color: var(--accent-color, #0acbb1);
  border-color: var(--accent-color, #0acbb1);
  border-bottom: 1px solid var(--btn-border-color, #05bea5);
  color: var(--btn-text-color, #ffffff);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--accent-color-hover, #05bea5);
  border-color: var(--accent-color-hover, #05bea5);
  border-bottom: 1px solid var(--btn-border-color, #05bea5);
  color: var(--btn-text-color, #ffffff);
  text-decoration: none;
}

/* COLOUR - WHITE */
.btn-invert {
  background-color: #fff;
  border-color: #fff;
  color: var(--header-bg-color, #348eda);
}

.btn-invert:hover,
.btn-invert:focus {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: var(--header-bg-color, #348eda);
  text-decoration: none;
}

/* TEXT ONLY */
.btn-link,
.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  border-color: transparent;
  color: #0acbb1;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
}

/* REVERSED - PRIMARY */
.btn-primary.btn-rev {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--accent-color, #0acbb1);
}

.btn-primary.btn-rev:hover,
.btn-primary.btn-rev:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-primary.btn-outline.btn-rev {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-primary.btn-outline.btn-rev:hover,
.btn-primary.btn-outline.btn-rev:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--accent-color, #0acbb1);
}

/* BUTTON SIZES */
.btn-sm {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px 16px 5px 16px;
}

.btn-xs {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 12px 4px 12px;
}

.btn-lg,
.btn-xl {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 30px 10px 30px;
}

@media all and (max-width: 500px) {
  .btn-lg,
  .btn-xl {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 20px 10px 20px;
  }
}
@media screen and (min-width: 45em) {
  .btn-xl {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px 40px 12px 40px;
  }
}
.btn-block,
.btn-sm.btn-block {
  width: 100%;
}

/* BUTTON WITH SVG ICON */
.btn .icon-ratio {
  float: left;
  margin-right: 8px;
  margin-top: 3px;
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.top-nav-bar .btn-primary {
  border: none;
  border-bottom: 1px solid var(--btn-border-color, #05bea5);
}

.social-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.social-nav li {
  margin: 0;
  padding: 0;
}

.social-nav a {
  color: var(--accent-color, #0acbb1);
}

.social-nav a:hover {
  color: var(--accent-color-hover, #05bea5);
}

article .social-nav a {
  color: #272727;
}

article .social-nav a:hover {
  color: #272727;
}

.icon-social {
  display: block;
  box-sizing: border-box;
  padding: 6px;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.icon-social svg {
  display: block;
  width: 100%;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------
  _site_carousel.scss - CAROUSEL BASE STYLES
------------------------------------------------------------------------------------------------
  Created:  01-03-2016
  Author:   Ember Interactive (www.emberinteractive.co.uk)
  Website:  Ember Interactive Limited
------------------------------------------------------------------------------------------------
*/
/* DEFAULT */
:root {
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #9e9e9e;
  --swiper-theme-color: #fff;
  --swiper-pagination-top: auto;
  --swiper-pagination-bottom: 8px;
}

.swiper-outer {
  position: relative;
}

.swiper-slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  color: var(--accent-color, #0acbb1);
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: block;
  width: 26px;
  height: auto;
}

.swiper-button-next .circle,
.swiper-button-prev .circle {
  fill: var(--btn-text-color, #ffffff);
}

@media all and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
  }
}
@media all and (max-width: 500px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 20px;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* HAMBURGER / CROSS */
.menu-btn {
  padding: 10px 6px 9px 6px;
  height: 44px;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.menu-btn-box {
  width: 32px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.menu-btn-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.menu-btn-inner,
.menu-btn-inner::before,
.menu-btn-inner::after {
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 0;
  position: absolute;
}

.menu-btn-inner::before, .menu-btn-inner::after {
  content: "";
  display: block;
}

.menu-btn-inner::before {
  top: -8px;
}

.menu-btn-inner::after {
  bottom: -8px;
}

/* ANIMATION */
/* STATE CHANGE */
.mob-nav-open .menu-btn .menu-btn-inner {
  transform: rotate(45deg);
}

.mob-nav-open .menu-btn .menu-btn-inner::before {
  top: 0;
  opacity: 0;
}

.mob-nav-open .menu-btn .menu-btn-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.top-nav-bar {
  background-color: #283547;
  color: #fff;
  padding: 8px 0;
}

.top-nav-bar .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-nav-bar-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-right: 30px;
}

.top-nav-bar-item:last-child {
  padding-right: 0;
}

.top-nav-bar-item > span {
  font-size: 0.875rem;
}

.top-nav-bar-item .btn {
  margin: 0;
}

.top-nav-phone {
  gap: 10px;
}

.top-nav-phone a {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  color: var(--accent-color, #0acbb1);
}

.top-nav-phone a:hover,
.top-nav-phone a:focus {
  color: var(--accent-color-hover, #05bea5);
}

.branch-cheltenham .top-nav-phone a {
  color: #0acbb1;
}

.branch-cheltenham .top-nav-phone a {
  color: #05bea5;
}

.top-nav-bar-item .icon-social {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 38rem) {
  .top-nav-bar-item > span {
    display: none;
  }
}
@media screen and (max-width: 30rem) {
  .top-nav-bar-item {
    padding-right: 16px;
  }
  .top-nav-phone a {
    font-size: 0.875rem;
  }
  .top-nav-bar-item .btn-sm {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.main-nav {
  margin: 0 -16px;
}

.main-nav-bar {
  background-color: var(--header-bg-color, #536878);
  color: #ffffff;
  display: flex;
  padding: 10px 0;
}

.main-nav-bar .row {
  width: 100%;
}

.logo {
  display: block;
  width: 80px;
}

.logo-with-menu-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* NAVIGATION WITHOUT JS */
.header .menu-btn {
  display: none;
}

.primary-nav-container ul {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  font-size: 0.9375rem;
}

.primary-nav-container li {
  padding: 0;
}

.primary-nav-container a {
  color: #fff;
  text-decoration: none;
  padding: 10px 10px 10px 15px;
  display: block;
  position: relative;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.primary-nav-container a:hover,
.primary-nav-container a.active {
  color: #272727;
  background-color: #f2f4f7;
}

.primary-nav-container ul ul {
  padding-bottom: 0;
}

.primary-nav-container ul ul a {
  padding-left: 25px;
}

.primary-nav-container ul ul ul a {
  padding-left: 35px;
}

/* NAVIGATION WITH JS */
.js .header .menu-btn {
  display: block;
}

.js .primary-nav-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out, height 0.25s ease-out;
}

.js .primary-nav {
  position: relative;
  transition: transform 0.3s ease-out;
}

/* MULTI LEVEL NAVIGATION WITH JS */
.js .nav-container ul ul {
  padding-bottom: 20px;
}

.js .primary-nav ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
}

.js .nav-container ul ul a,
.js .nav-container ul ul ul a {
  padding-left: 15px;
}

.js .menu-pos-0 {
  transform: translateX(0);
}

.js .menu-pos-1 {
  transform: translateX(-100%);
}

.js .menu-pos-2 {
  transform: translateX(-200%);
}

.js .menu-pos-3 {
  transform: translateX(-300%);
}

.js .menu-pos-4 {
  transform: translateX(-400%);
}

.js .icon-sub:after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7px' height='10px' viewBox='0 0 7 10'%3E%3Cpolygon fill='%23ffffff' points='7,5 0,10 0,0'/%3E%3C/svg%3E") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.js .icon-sub:before {
  display: none;
}

.js .icon-sub-back,
.js .nav-container ul ul a.icon-sub-back,
.js .nav-container ul ul ul a.icon-sub-back {
  padding-left: 35px;
}

.js .icon-sub-back:before {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7px' height='10px' viewBox='0 0 7 10'%3E%3Cpolygon fill='%23ffffff' points='0,5 7,0 7,10'/%3E%3C/svg%3E") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.header .secondary-logo {
  display: block;
  float: left;
  width: 46px;
  margin: 0 0 0 40px;
}

li.has-sub > a > svg {
  display: none;
}

@media screen and (min-width: 45em) {
  .main-nav {
    margin: 0 -10px 0 0;
  }
  .logo {
    width: 100px;
  }
  .logo-with-menu-btn {
    display: block;
    width: auto;
  }
  .main-nav-bar .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .primary-nav li {
    border-right: 1px solid var(--nav-divider-color, #fff);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .primary-nav li:last-child {
    border: 0;
  }
  .primary-nav-container a span {
    display: block;
  }
  .primary-nav-container a:hover,
  .primary-nav-container a.active,
  .primary-nav-container .current-menu-item > a,
  .primary-nav-container .current-page-ancestor > a,
  .single-updates .primary-nav-container .nav-updates > a,
  .tax-updates_type .primary-nav-container .nav-updates > a {
    color: var(--accent-color, #0acbb1);
    background-color: transparent;
  }
  .branch-cheltenham .primary-nav-container a:hover,
  .branch-cheltenham .primary-nav-container a.active,
  .branch-cheltenham .primary-nav-container .current-menu-item > a,
  .branch-cheltenham .primary-nav-container .current-page-ancestor > a,
  .branch-cheltenham .single-updates .primary-nav-container .nav-updates > a,
  .branch-cheltenham .tax-updates_type .primary-nav-container .nav-updates > a {
    color: #0acbb1;
    background-color: transparent;
  }
  .menu-btn,
  .nav-mob,
  .js .icon-sub:after {
    display: none !important;
  }
  .primary-nav-container {
    max-height: none !important;
    height: auto !important;
  }
  .primary-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .js .menu-pos-0,
  .js .menu-pos-1,
  .js .menu-pos-2,
  .js .menu-pos-3,
  .js .menu-pos-4 {
    transform: none;
  }
  .header .secondary-logo {
    width: 65px;
  }
  .main-nav.desktop-dropdown .primary-nav-container {
    overflow: visible;
  }
  .main-nav li.has-sub.desktop-dropdown {
    position: relative;
  }
  .main-nav.desktop-dropdown li.has-sub.desktop-dropdown > a > svg {
    display: block !important;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 10px;
    height: auto;
    transform: translateY(-50%);
    fill: currentColor;
  }
  .main-nav.desktop-dropdown li.has-sub.desktop-dropdown > a {
    padding-right: 25px;
  }
  .main-nav.desktop-dropdown ul ul {
    display: none;
    width: 200px;
    left: 0;
    top: 100%;
    z-index: 10;
    background-color: var(--header-bg-color, #536878);
    padding-top: 0;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .main-nav.desktop-dropdown li.has-sub.desktop-dropdown:hover > ul {
    display: block;
  }
  .main-nav.desktop-dropdown .primary-nav-container ul ul a {
    padding-left: 15px;
    color: #fff;
    transition: background-color 0.15s linear;
    text-align: left;
  }
  .main-nav.desktop-dropdown .primary-nav-container ul ul li {
    border: 0;
  }
  .main-nav.desktop-dropdown .primary-nav-container ul ul a:hover {
    background-color: #778693;
  }
}
@media screen and (min-width: 58em) {
  .main-nav-bar {
    padding: 18px 0;
  }
  .logo {
    width: 120px;
  }
}
@media screen and (min-width: 65em) {
  .logo {
    width: 140px;
  }
}
@media screen and (max-width: 73rem) {
  .primary-nav-container ul {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 69rem) {
  .primary-nav-container ul {
    font-size: 0.8125rem;
  }
  .primary-nav-container ul a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-nav.desktop-dropdown li.has-sub > a {
    padding-right: 20px;
  }
  .primary-nav-container ul a svg {
    right: 4px;
  }
}
.footer-nav-container {
  background-color: #283547;
  color: #ffffff;
  padding: 4px 0;
}

.footer-nav-container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-nav li {
  padding: 0;
}

.footer-nav li a {
  display: block;
  padding: 6px 0;
  color: #fff;
  text-decoration: none;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
  text-decoration: underline;
}

.footer-nav-container .social-nav li a {
  color: #fff;
}

.footer-copy {
  background-color: #212b3a;
  color: #ffffff;
  padding: 10px 0;
  box-shadow: #212b3a 0 500px 0 500px;
}

.footer-copy p {
  font-size: 0.8125rem;
  margin: 0;
}

.footer-secondary-text {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.footer-secondary-text p {
  font-size: 0.8125rem;
  margin: 0;
}

.hero-container {
  background-color: #f2f4f7;
}

.hero-ratio {
  position: relative;
  width: 100%;
}

.hero-ratio img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 30em) {
  .hero-ratio {
    padding-top: 280px;
    overflow: hidden;
  }
  .hero-ratio img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 45em) {
  .hero-ratio {
    padding-top: 37.5%;
  }
}
@media screen and (min-width: 58em) {
  .hero-ratio {
    padding-top: 420px;
  }
}
.hero-ratio .hero-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.hero-ratio .hero-caption .row {
  flex: 1;
}

.hero-caption-inner {
  max-width: 640px;
}

.swiper-initialized .row {
  padding: 0 70px;
  display: flex;
}

@media screen and (max-width: 500px) {
  .swiper-initialized .row {
    padding: 0 40px;
  }
}
.hero-caption h1 {
  color: var(--secondary, #348eda);
}

@media screen and (max-width: 500px) {
  .hero-caption h1 {
    font-size: 16px;
  }
  .hero-caption h1.large {
    font-size: 24px;
  }
}
.hero-caption-content {
  color: #536878;
  font-style: italic;
}

.hero-caption .cta,
.hero-caption .btn {
  margin: 0;
}

.hero-ratio .hero-caption.align-right .row {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}

.hero-caption.color-white h1,
.hero-caption.color-white p {
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.hero-caption.color-yellow h1,
.hero-caption.color-yellow p {
  color: #FBFF82;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.feature {
  margin-bottom: 32px;
  background-color: #f1f2f2;
  padding: 16px 16px 0 16px;
}
.feature:after {
  clear: both;
  content: "";
  display: table;
}

.feature .date {
  font-size: 0.875rem;
  margin: 0 0 4px 0;
  padding: 0;
}

.feature p + h1,
.feature p + h2,
.feature p + h3,
.feature p + h4,
.feature p + h5 {
  padding-top: 0;
}

.feature h3 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.feature .cta {
  margin: 0;
}

.feature-invert {
  background-color: var(--header-bg-color, #348eda);
  color: #fff;
}

.feature-invert h1,
.feature-invert h1 a,
.feature-invert h2,
.feature-invert h2 a,
.feature-invert h3,
.feature-invert h3 a {
  color: #fff;
}

.feature-ratio {
  position: relative;
  width: 100%;
  padding-top: 37.5%;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.feature-ratio img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 45em) {
  .feature-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 32px;
  }
  .section-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .section-feature-grid.four-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-grid .feature,
  .section-feature-grid .feature {
    display: flex;
    flex-direction: column;
  }
  .feature-grid .feature-content,
  .section-feature-grid .feature-content {
    flex: 1;
  }
}
@media screen and (min-width: 58em) {
  .section-feature-grid.four-col {
    grid-template-columns: repeat(4, 1fr);
  }
}
.feature-heading-height {
  min-height: 86px;
}

.secondary-menu {
  display: none;
  background-color: #536878;
  list-style: none;
  margin: 0 0 32px 0;
  padding: 10px 20px 10px 20px;
}

.branch-hale .secondary-menu {
  background-color: var(--header-bg-color, #536878);
}

.secondary-menu li {
  padding: 0;
  border-bottom: 1px solid var(--nav-divider-color, #fff);
}

.secondary-menu li:last-child {
  border: 0;
}

.secondary-menu a {
  display: block;
  color: #ffffff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 12px 0;
  text-decoration: none;
}

.secondary-menu a:hover,
.secondary-menu a:focus,
.secondary-menu a.active,
.secondary-menu li.active a,
.secondary-menu li.current-menu-item a {
  color: var(--accent-color, #0acbb1);
}

@media screen and (min-width: 58em) {
  .secondary-menu {
    display: block;
  }
}
.branch-cheltenham .secondary-menu {
  background-color: var(--header-bg-color, #348eda);
}

.branch-cheltenham .secondary-menu li {
  border-color: #57a1e0;
}

.branch-cheltenham .secondary-menu a:hover,
.branch-cheltenham .secondary-menu a:focus,
.branch-cheltenham .secondary-menu a.active,
.branch-cheltenham .secondary-menu li.active a,
.branch-cheltenham .secondary-menu li.current-menu-item a {
  color: #283547;
}

.news-date {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 10px;
}

.news-item {
  border-top: 1px solid #adb3bc;
  padding-bottom: 14px;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.news-item-list .news-item:last-child {
  border-bottom: 1px solid #adb3bc;
}

.news-item .news-content {
  flex: 1;
}

.news-item .news-side {
  display: block;
  flex: 0 0 210px;
  padding-top: 30px;
}

.download-link {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-link svg {
  display: block;
  height: 56px;
  width: auto;
  margin-bottom: 10px;
}

.download-link.small {
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}

.download-link.small svg {
  height: 28px;
  margin: 0;
}

@media all and (max-width: 560px) {
  .news-item {
    display: block;
  }
  .news-side {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 6px;
  }
}
.news-year-nav {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
}

.news-year-nav li {
  margin: 0;
}

.news-year-nav li a {
  display: block;
  padding: 4px 6px;
}

.news-year-nav li a.active {
  color: #272727;
}

@media screen and (min-width: 58em) {
  .branch-bristol .home-intro .row,
  .branch-gloucester .home-intro .row,
  .branch-hale .home-intro .row,
  .branch-corporate .home-intro .row {
    display: flex;
    gap: 32px;
  }
}
.home-intro-title {
  flex: 0 0 41.6666%;
}

.home-intro-content {
  flex: 1;
}

.home-main-features h2 {
  float: left;
  text-align: right;
}

.home-main-features p {
  clear: both;
}

.home-main-features h2 span {
  display: block;
  color: var(--link-color, #0acbb1);
  font-style: normal;
}

@media screen and (min-width: 58em) {
  .home-main-features .row {
    gap: 60px;
  }
  .home-main-features .row > div {
    box-sizing: border-box;
    flex: 0 0 calc((100% - 60px) / 2);
  }
  .home-main-features .row {
    position: relative;
  }
  .home-main-features .row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #dadfe4;
  }
}
.contact-disclaimer {
  font-style: italic;
  font-size: 0.625rem;
}

.contact-content-container {
  flex: 0 0 calc(50% - 16px);
}

.contact-map-container {
  flex: 0 0 calc(50% - 16px);
}

.address span {
  font-weight: 700;
  font-size: 1.0625rem;
}

.map {
  height: 400px;
  background-color: #f2f4f7;
}

.map img, .gmnoprint img {
  max-width: none;
}

.gmnoprint, .gm-style-cc {
  margin-bottom: 4px;
}

.gmnoprint .gm-style-cc {
  margin-bottom: 0;
}

.map h4, .map p {
  margin-bottom: 4px;
}

.map p {
  font-size: 14px;
  font-size: 0.875rem;
}

.testimonial-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 20px;
}

@media all and (max-width: 45em) {
  .testimonial-row {
    display: block;
  }
}
.blockquote-container {
  background: #dadfe4;
  padding: 20px 24px;
  margin-bottom: 20px;
  text-align: center;
}

.blockquote-container figure,
.blockquote-container blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

.blockquote {
  font-style: italic;
}

.blockquote p:first-child::before,
.blockquote p:last-child::after {
  content: "“";
  font-size: 46px;
  line-height: 1px;
  overflow: visible;
  font-weight: 700;
  display: inline-block;
  transform: translateY(18px);
  font-family: helvetica, arial, sans-serif;
}

.blockquote p:first-child::before {
  content: "“";
  padding-right: 6px;
}

.blockquote p:last-child::after {
  content: "”";
}

.blockquote p:last-child {
  margin-bottom: 12px;
}

.quote-source {
  font-style: italic;
  font-weight: 700;
  color: var(--link-color, #0acbb1);
}

/*
--------------------------------------------------------------------------------- CONTACT FORM 7

------------------------------------------------------------------------------------------------
*/
/* CONTACT FORM 7 MESSAGES */
.wpcf7-response-output {
  padding: 10px !important;
  font-size: 1rem;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  border: 1px solid #ffffff;
}

div.wpcf7-response-output {
  margin-top: 1em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

span.wpcf7-not-valid-tip {
  color: #ef4b4b !important;
  font-size: 0.875rem !important;
  padding-top: 6px !important;
}

span.wpcf7-list-item {
  margin-left: 0;
}

/* CONTACT FORM 7 SPINNER */
div.wpcf7 .ajax-loader {
  background-image: none !important;
}

div.wpcf7 .ajax-loader,
div.wpcf7 .ajax-loader:after {
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
}

div.wpcf7 .ajax-loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(50, 50, 50, 0.2) !important;
  border-right: 3px solid rgba(50, 50, 50, 0.2) !important;
  border-bottom: 3px solid rgba(50, 50, 50, 0.2) !important;
  border-left: 3px solid #272727 !important;
  transform: translateZ(0);
  animation: spinnerAnim 0.5s infinite linear;
  opacity: 1;
  transition: opacity 0.4s linear;
}

.bg-red div.wpcf7 .ajax-loader,
.footer-newsletter div.wpcf7 .ajax-loader {
  border-top: 3px solid rgba(255, 255, 255, 0.2) !important;
  border-right: 3px solid rgba(255, 255, 255, 0.2) !important;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2) !important;
  border-left: 3px solid #ffffff !important;
}

@keyframes spinnerAnim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.brief-form div.wpcf7 .ajax-loader {
  border-left: 3px solid #ffffff !important;
}

.wpcf7-response-output:empty {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #5ab54a;
  background-color: #e0ece1;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #fcd671;
  background-color: #f2efe5;
}

.form-control.wpcf7-not-valid {
  border-color: #e0001b;
}

.wpcf7-checkbox label {
  display: flex;
  align-items: center;
}

.wpcf7-checkbox input {
  margin-top: 0;
}

.custom-check.gdpr-acceptance {
  align-items: flex-start;
}

.wpcf7-list-item .gdpr-acceptance label {
  font-weight: 400;
  font-size: 0.875rem;
  text-align: left;
}

/* RADIO FIELD */
.wpcf7-form-control.wpcf7-radio {
  display: flex;
}

.wpcf7-list-item label {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 30px;
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0 auto;
  font: inherit;
  color: currentColor;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #adb3bc;
  border-radius: 50%;
  /* transform: translateY(-0.075em); */
  display: grid;
  place-content: center;
  z-index: 2;
}

input[type=radio]::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--accent-color, #0acbb1);
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=radio]:focus {
  outline: 2px solid #348eda;
  outline-offset: 2px;
}

input[type=radio]:focus:not(:focus-visible) {
  outline: none;
}

input[type=radio]:focus-visible {
  outline: 2px solid #348eda;
  outline-offset: 2px;
}

legend {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
  text-align: left;
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0 0 20px 0;
  min-width: 0;
}

fieldset.form-group {
  margin-bottom: 44px;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

/*
--------------------------------------------------------------------------------- HIDE RECAPTCHA

------------------------------------------------------------------------------------------------
*/
.grecaptcha-badge {
  visibility: hidden;
}

/*
------------------------------------------------------------------------------------------- FAQS

------------------------------------------------------------------------------------------------
*/
.faqs {
  background-color: #283547;
}

.faqs .faqs-link {
  display: block;
  padding: 10px 16px;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}

.faqs .faqs-link::before {
  content: "";
  width: 22px;
  height: 13px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  background-image: url("data:image/svg+xml,svg-chevron-down(%23ffffff)");
  margin-top: -6px;
}

.faqs .faqs-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 16px;
  right: 16px;
  height: 1px;
  background-color: #ffffff;
}

.faqs .faqs-link h2 {
  margin-bottom: 0;
  color: #ffffff;
}

.faqs .faqs-content {
  background-color: #dadfe4;
  padding: 20px 16px;
}

.faqs .faqs-content p:last-child,
.faqs .faqs-content ul:last-child {
  margin-bottom: 0;
}

.js .faqs .faqs-content {
  display: none;
}

.js .faqs .js-faqs-item.open .faqs-content {
  display: block;
}

.faqs .js-faqs-item.open .faqs-link::before {
  background-image: url("data:image/svg+xml,svg-chevron-up(%23ffffff)");
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.team-grid-item-thumb-ratio,
.team-page-thumb-ratio {
  display: block;
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.team-grid-item-thumb-ratio img,
.team-page-thumb-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-grid-item-thumb-ratio.v-align-top img,
.team-page-thumb-ratio.v-align-top img {
  -o-object-position: top center;
  object-position: top center;
}

.team-grid-item-thumb-ratio.v-align-bottom img,
.team-page-thumb-ratio.v-align-bottom img {
  -o-object-position: bottom center;
  object-position: bottom center;
}

.team-grid-item-title {
  margin-bottom: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}

.team-grid-item p {
  margin-bottom: 4px;
}

@media all and (max-width: 990px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 500px) {
  .team-grid {
    display: block;
  }
  .team-grid-item {
    max-width: 360px;
    margin-bottom: 16px;
  }
}
.team-page-thumb-wrapper {
  max-width: 600px;
}

.team-page-thumb-ratio {
  margin-bottom: 1.25rem;
}

.people-page-grid {
  display: flex;
  gap: 30px;
}

.people-page-grid-side {
  flex: 0 0 280px;
}

.people-page-grid-main {
  flex: 1;
}

.team-title {
  margin-bottom: 0;
}

.team-role {
  margin-bottom: 4px;
}

.team-page-secondary {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  max-width: 130px;
  border: 1px solid #f1f2f2;
}

@media all and (max-width: 990px) {
  .people-page-grid {
    display: block;
  }
  .team-page-thumb-wrapper {
    max-width: 400px;
  }
}
/*
---------------------------------------------------------------------------------- CAMPAIGN PAGE

------------------------------------------------------------------------------------------------
*/
.campaign-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.campaign-logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.campaign-link {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}

.campaign-link:hover,
.campaign-link:focus {
  color: #fff;
  text-decoration: underline;
}

.break-out p b,
.break-out p strong {
  display: block;
  background-color: #f2f4f7;
  padding: 18px 24px 20px 24px;
  font-size: 1.8em;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 55em) {
  .break-out p b,
  .break-out p strong {
    font-size: 1.8em;
  }
}

.break-out p b::before,
.break-out p strong::before {
  content: "“";
  color: #0acbb1;
  font-size: 1.6em;
  line-height: 1;
  padding-right: 4px;
}

.break-out p b::after,
.break-out p strong::after {
  content: "”";
  color: #0acbb1;
  font-size: 1.6em;
  line-height: 1;
}

.break-out p i,
.break-out p em {
  color: #0acbb1;
  font-size: 1.1em;
  font-style: normal;
}

#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 84rem;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: content-box;
}

#cc-main {
  --cc-btn-primary-bg: #348eda;
  --cc-btn-primary-border-color: #348eda;
  --cc-btn-primary-hover-bg: #297ec7;
  --cc-btn-primary-hover-border-color: #297ec7;
}

/*
------------------------------------------------------------------------------------------------
  _site_buttons.scss - BUTTON ELEMENT BASE STYLES
------------------------------------------------------------------------------------------------
  Created:  07-08-2025
  Author:   Ember Interactive (www.emberinteractive.co.uk)
  Website:  Ember Interactive Limited
------------------------------------------------------------------------------------------------
*/
/* DEFAULT */
.main-content table {
  width: 100%;
  border-collapse: collapse;
  /* table-layout: fixed;
  white-space: nowrap; */
  /* font-size: 1rem; */
  font-weight: normal;
  /* border: 2px solid #ccc; */
  margin-bottom: 1rem;
}

.main-content table th,
.main-content table td {
  border: 1px solid #ccc;
  padding: 0.4em;
  text-align: left;
  /* vertical-align: text-top; */
}

.main-content table th {
  font-weight: 700;
}

.main-content table thead th {
  vertical-align: bottom;
}

.main-content table tfoot tr > * {
  vertical-align: top;
}

.main-content table tbody tr td {
  vertical-align: top;
}
/*# sourceMappingURL=../maps/front-app-69c07ae49b.css.map */
