/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease, -webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;-webkit-box-flex:1;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;-webkit-box-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;-webkit-box-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;-webkit-box-flex:0;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}@charset "UTF-8";
/*
 * Site: {SITE}
 * File: app
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 *
 * Contents
 *
 *  1. Settings                                                            29:1
 *  2. Colours                                                             43:1
 *  2. Helpers                                                             57:1
 *  3. Normalize                                                           72:1
 *  4. Base                                                                88:1
 *  5. Objects                                                             :1
 *  6. Components                                                          :1
 *  7. Sections                                                            :1
 *  8. Layout                                                              :1
 *  9. Templates                                                           :1
 * 10. Utilities                                                           :1
 * 11. Vendor                                                              :1
 * 12. Shame                                                               :1
 */
/*------------------------------------*\
	Settings
\*------------------------------------*/
/**
 * Some description...
 */
/*
 * Site: {SITE}
 * File: _settings
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 *
 * Contents
 *
 *  1. Base Values                                                         20:1
 *  2. Breakpoints                                                         40:1
 *  3. Font Families                                                       82:1
 *  4. Font Weights                                                       107:1
 *  5. Layers                                                             130:1
 *  6. Paths                                                              152:1
 */
/*------------------------------------*\
	Base Values
\*------------------------------------*/
/*------------------------------------*\
	Breakpoints
\*------------------------------------*/
/**
 * Some description...
 */
/**
 * Some description...
 */
/**
 * Some description...
 */
/*------------------------------------*\
	Font Families
\*------------------------------------*/
/**
 * Some description...
 */
/**
 * Some description...
 */
/*------------------------------------*\
	Font Weights
\*------------------------------------*/
/**
 * Some description...
 */
/*------------------------------------*\
	Layers
\*------------------------------------*/
/**
 * Some description...
 */
/*------------------------------------*\
	Paths
\*------------------------------------*/
/**
 * Some description...
 */
/**
 * Some description...
 */
/*------------------------------------*\
	Colours
\*------------------------------------*/
/**
 * Some description...
 */
/*
 * Site: {SITE}
 * File: _colours
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 *
 * Contents
 *
 *  1. Alerts                                                              18:1
 *  2. Brand                                                               30:1
 *  3. Neutral                                                             42:1
 *  5. Social Platforms                                                    60:1
 */
/*------------------------------------*\
	Alerts
\*------------------------------------*/
/*------------------------------------*\
	Brand
\*------------------------------------*/
/*------------------------------------*\
	Neutral
\*------------------------------------*/
/*------------------------------------*\
	Social Media
\*------------------------------------*/
/*------------------------------------*\
	Helpers
\*------------------------------------*/
/**
 * Some description...
 */
/*
 * Site: {SITE}
 * File: helpers/_functions
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 *
 * Contents
 *
 *  N.                                                                      N:1
 */
/*
 * Site: {SITE}
 * File: helpers/_mixins
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 *
 * Contents
 *
 *  1. Alignment                                                           NN:1
 *  2. Anchor States                                                       NN:1
 *  3. Background                                                          NN:1
 *  4. Breakpoints                                                         NN:1
 *  5. Container                                                           NN:1
 *  6. Display                                                             NN:1
 *  7. Font                                                                NN:1
 *  8. Positioning                                                         NN:1
 *  9. Sprite                                                              NN:1
 * 10. Transition                                                          NN:1
 * 11. Triangle                                                            NN:1
 * 12. Z-Index                                                             NN:1
 */
/*------------------------------------*\
	Alignment
\*------------------------------------*/
/**
 * Some description...
 */
/*------------------------------------*\
	Anchor States
\*------------------------------------*/
/**
 * Some description...
 */
/*------------------------------------*\
	Background
\*------------------------------------*/
/**
 * Some description...
 */
/*------------------------------------*\
	Breakpoints
\*------------------------------------*/
/**
 * Some description...
 */
/*------------------------------------*\
	Chevron
\*------------------------------------*/
/**
 * Some description...
 */
/*------------------------------------*\
	Container
\*------------------------------------*/
/**
 * Some description...
 */
/*------------------------------------*\
	Display
\*------------------------------------*/
/**
 * Some description...
 */
/*------------------------------------*\
	Font
\*------------------------------------*/
/*
 |
 | Some description...
 |
 */
/**
 * Some description...
 */
/**
 * Some description...
 */
/**
 * Some description...
 */
/*------------------------------------*\
	Positioning
\*------------------------------------*/
/**
 * Some description...
 */
/**
 * Some description...
 */
/*------------------------------------*\
	Sprite
\*------------------------------------*/
/**
 * Some description...
 */
/*------------------------------------*\
	Transition
\*------------------------------------*/
/*------------------------------------*\
	Triangle
\*------------------------------------*/
/**
 * Some description...
 */
/*------------------------------------*\
	Z-Index
\*------------------------------------*/
/**
 * Some description...
 */
/*
 |-----------------------------------------------------------------------------
 | Normalize.css
 |-----------------------------------------------------------------------------
 |
 | Some description...
 |
 */
/*------------------------------------*\
	Base
\*------------------------------------*/
/**
 * Some description...
 */
/**
 |-----------------------------------------------------------------------------
 | base/_fonts.scss
 | v1.0.0
 |-----------------------------------------------------------------------------
 |
 | Some description...
 |
 */
/*
 | Open Sans
 |
 | Weight/s: Light, normal, medium, semi-bold, bold and extra-bold
 |
 */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/open-sans-v15-latin-800.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-800.woff") format("woff");
}
/*
 * Site: {SITE
 * File: base/_reset
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  font-size: 16px;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/*
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
*/
/*
 * Site: {SITE}
 * File: base/_body
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #7C878E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
body::after {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  visibility: hidden;
}
body.is-blurred::after {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: visible;
}

/*
 * Site: {SITE}
 * File: base/_a
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
a {
  color: #3C1053;
}
a:focus, a:hover {
  text-decoration: none;
}

/*
 * Site: {SITE}
 * File: base/_blockquote
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
blockquote {
  margin: 0;
}

/*
 * Site: {SITE}
 * File: base/_button
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
button {
  -webkit-appearance: "";
     -moz-appearance: "";
          appearance: "";
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

/*
 * Site: {SITE}
 * File: base/_cite
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
cite {
  font-size: 20px;
  font-style: normal;
}
cite::before {
  content: "\2013";
  margin-right: 8px;
}

/*
 * Site: {SITE}
 * File: base/_code
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
code {
  font-family: "Consolas", "Courier New", monospace;
}

/*
 * Site: {SITE}
 * File: base/_em
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
em {
  font-style: italic;
}

/*
 * Site: {SITE}
 * File: base/_figcaption
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
figcaption {
  padding: 16px 0;
}

/*
 * Site: {SITE}
 * File: base/_figure
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
figure {
  margin: 64px 0;
}

/*
 * Site: {SITE}
 * File: base/_headings
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
h1,
h2,
h3,
h4 {
  font-weight: 700;
  color: #3C1053;
  margin: 0 0 16px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

/*
 * Site: {SITE}
 * File: base/_hr
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
hr {
  background-color: #CCCCCC;
  border: none;
  height: 1px;
  margin: 32px auto 64px;
  max-width: 1280px;
  width: calc(100% - (32px * 2));
}
@media only screen and (max-width: 414px) {
  hr {
    margin: 32px auto;
    width: calc(100% - 32px);
  }
}

/*
 * Site: {SITE
 * File: base/_iframe
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
iframe {
  border: none;
  width: 100%;
}

/*
 * Site: {SITE}
 * File: base/_img
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*
 * Site: {SITE}
 * File: base/input
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:not([type=checkbox]):not([type=radio]) {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #CCCCCC;
  min-height: 44px;
  padding: 0 8px;
  width: 85%;
}
input[type=checkbox], input[type=radio] {
  position: absolute;
  opacity: 0;
}

/*
 * Site: {SITE}
 * File: base/_lists
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol:not([class]),
ul:not([class]) {
  border-top: 1px solid #3C1053;
  margin-bottom: 32px;
  padding-top: 8px;
}
ol:not([class]) li,
ul:not([class]) li {
  border-bottom: 1px solid #3C1053;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
}

ol:not([class]) {
  margin-left: 21.3333333333px;
}
ol:not([class]) li {
  counter-increment: step-counter;
}
ol:not([class]) li::before {
  left: -21.3333333333px;
  position: absolute;
  top: 0;
  color: #3C1053;
  content: counter(step-counter) ".";
}

ul:not([class]) li {
  padding-left: 16px;
}
ul:not([class]) li::before {
  left: 0;
  position: absolute;
  top: 13px;
  display: block;
  height: 6px;
  width: 6px;
  background-color: #7C878E;
  border-radius: 50%;
  content: "";
}

@media only screen and (max-width: 1024px) {
  ol:not([class]) li,
ul:not([class]) li {
    font-size: 18px;
  }
}
/*
 * Site: {SITE}
 * File: base/_p
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 16px;
}
@media only screen and (max-width: 1024px) {
  p {
    font-size: 18px;
  }
}

/*
 * Site: {SITE}
 * File: base/select
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
select {
  display: none;
}

/*
 * Site: {SITE}
 * File: base/_selection
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
::-moz-selection {
  background-color: #3C1053;
  color: #FFFFFF;
}

::selection {
  background-color: #3C1053;
  color: #FFFFFF;
}

/*
 * Site: {SITE}
 * File: base/_strong
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
strong {
  font-weight: 700;
  color: #3C1053;
}

/*
 * Site: {SITE}
 * File: base/_table
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/*
 * Site: {SITE}
 * File: base/textarea
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #CCCCCC;
  min-height: 44px;
  margin-top: 8px;
  padding: 8px;
  resize: none;
  width: 100%;
}
textarea:focus, textarea:hover {
  background-color: #D5C2D7;
  color: #4C4C4C;
}

/*------------------------------------*\
	Layout
\*------------------------------------*/
/**
 * Some description...
 */
/*
 * Site: {SITE}
 * File: layout/_container
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.l-container {
  margin: 0 auto;
  max-width: 1344px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .l-container {
    padding: 0 16px;
  }
}

/*
 * Site: {SITE}
 * File: layout/_library-content
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.l-library-content {
  padding: 32px 32px 32px 307px;
}
.l-library-content .page__description, .l-library-content .page__title {
  font-family: "Open Sans", sans-serif;
  color: #191919;
}

/*
 * Site: {SITE}
 * File: layout/_library-header
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.l-library-header {
  left: 0;
  position: fixed;
  top: 0;
  background-color: #333333;
  height: 100%;
  padding: 32px 0;
  width: 275px;
}
.l-library-header .brand {
  margin-bottom: 32px;
  padding: 0 32px;
  text-align: center;
}

/*
 * Site: {SITE}
 * File: layout/_site-content
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.l-site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/*
 * Site: {SITE}
 * File: layout/_site-footer
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.l-site-footer {
  z-index: 10;
  background-color: #7C878E;
  padding: 32px 0;
}
.l-site-footer .contact,
.l-site-footer .sign-off {
  margin: 0 auto;
  max-width: 1344px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 414px) {
  .l-site-footer .contact,
.l-site-footer .sign-off {
    padding: 0 16px;
  }
}
.l-site-footer .contact h2,
.l-site-footer .sign-off h2 {
  color: #CCCCCC;
  font-size: 33px;
}
.l-site-footer .contact p,
.l-site-footer .sign-off p {
  font-size: 15px;
  font-weight: 400;
}
.l-site-footer .contact {
  -ms-grid-columns: 323px 221px 215px 156px 150px auto;
  grid-template-columns: 323px 221px 215px 156px 150px auto;
}
.l-site-footer .contact p {
  color: #CCCCCC;
}
.l-site-footer .contact p a {
  color: #CCCCCC;
  text-decoration: none;
}
.l-site-footer .contact p a:focus, .l-site-footer .contact p a:hover {
  text-decoration: underline;
}
.l-site-footer .contact .o-logo {
  display: inline-block;
  margin-right: 32px;
  vertical-align: top;
}
.l-site-footer .registered-address {
  margin: 0 auto;
  max-width: 1344px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  margin-top: -16px;
}
@media only screen and (max-width: 414px) {
  .l-site-footer .registered-address {
    padding: 0 16px;
  }
}
.l-site-footer .registered-address p {
  color: #CCCCCC;
  font-size: 15px;
  margin-left: 323px;
}
.l-site-footer .sign-off {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 323px auto auto;
  grid-template-columns: 323px auto auto;
}
.l-site-footer .sign-off p {
  color: #3C1053;
  margin-bottom: 0;
}
.l-site-footer .sign-off p a {
  text-decoration: none;
}
.l-site-footer .sign-off p a:focus, .l-site-footer .sign-off p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .l-site-footer .contact {
    -ms-grid-columns: 210px 170px 180px 130px 150px 150px;
    grid-template-columns: 210px 170px 180px 130px 150px 150px;
  }
  .l-site-footer .contact h2 {
    font-size: 28px;
  }
  .l-site-footer .contact .o-logo {
    margin-right: 10.6666666667px;
  }
  .l-site-footer .contact .o-logo img {
    width: 40px;
  }
  .l-site-footer .registered-address p {
    margin-left: 210px;
  }
  .l-site-footer .sign-off {
    -ms-grid-columns: 210px auto auto;
    grid-template-columns: 210px auto auto;
  }
}
@media only screen and (max-width: 768px) {
  .l-site-footer .contact {
    -ms-grid-columns: 210px 170px 180px 130px 150px 150px;
    grid-template-columns: 210px 170px 180px 130px 150px 150px;
  }
  .l-site-footer .contact div:nth-of-type(5) {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .l-site-footer .contact div:nth-of-type(6) {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .l-site-footer .contact div:nth-of-type(5), .l-site-footer .contact div:nth-of-type(6) {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .l-site-footer .contact h2 {
    font-size: 28px;
  }
  .l-site-footer .contact .o-logo {
    margin-right: 10.6666666667px;
  }
  .l-site-footer .contact .o-logo img {
    width: 40px;
  }
  .l-site-footer .registered-address {
    margin-top: 0;
  }
  .l-site-footer .sign-off {
    -ms-grid-columns: 210px 500px auto;
    grid-template-columns: 210px 500px auto;
  }
  .l-site-footer .sign-off div:nth-of-type(1) {
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .l-site-footer .sign-off div:nth-of-type(3) {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
}
@media only screen and (max-width: 414px) {
  .l-site-footer .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-site-footer .contact div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .l-site-footer .contact div:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 75%;
  }
  .l-site-footer .contact div:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
  .l-site-footer .contact div:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 25%;
  }
  .l-site-footer .contact div:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
  }
  .l-site-footer .contact div:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    width: 100%;
  }
  .l-site-footer .registered-address p {
    margin-left: 0;
  }
  .l-site-footer .sign-off {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-site-footer .sign-off img {
    width: 56px;
  }
  .l-site-footer .sign-off div {
    margin-bottom: 16px;
    width: 100%;
  }
  .l-site-footer .sign-off p {
    font-size: 14px;
  }
  .l-site-footer .sign-off .c-footer-menu__item {
    font-size: 14px;
  }
  .l-site-footer .sign-off .c-footer-menu__item:last-child {
    margin-right: 0;
  }
}

/*
 * Site: {SITE}
 * File: layout/_site-header
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.l-site-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 32px 0;
}
.l-site-header i {
  position: absolute;
  right: 0;
  top: 16px;
  height: 21px;
  width: 21px;
  background: url("../images/icn_search.svg") no-repeat;
  direction: ltr;
  display: none;
  background-position: 0 0;
  background-size: 21px 63px;
  cursor: pointer;
}
.l-site-header i:focus, .l-site-header i:hover {
  background-position-y: -21px;
}
.l-site-header .l-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-site-header.headroom {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  will-change: opacity;
}
.l-site-header.headroom--pinned {
  background-color: #3C1053;
  opacity: 1;
}
.l-site-header.headroom--pinned.headroom--top {
  background-color: transparent;
}
.l-site-header.headroom--unpinned {
  opacity: 0;
}
.l-site-header .c-form--search {
  display: inline-block;
  margin: 0 16px 0 0;
}
.l-site-header .c-form--search .o-button {
  position: absolute;
  right: 0;
  top: 16px;
  height: 21px;
  width: 21px;
  background: url("../images/icn_search.svg") no-repeat;
  direction: ltr;
  display: block;
  background-position: 0 0;
  background-size: 21px 63px;
  border: none;
  font-size: 0;
  margin-left: 8px;
  min-height: auto;
  min-width: auto;
  padding: 0;
}
.l-site-header .c-form--search .o-button:focus, .l-site-header .c-form--search .o-button:hover {
  background-position-y: -21px;
}
.l-site-header .c-form--search .o-field {
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  visibility: hidden;
  width: calc(100% - 32px);
}
.l-site-header .c-form--search .o-field input {
  color: #FFFFFF;
}
.l-site-header .c-form--search .o-field input:focus, .l-site-header .c-form--search .o-field input:hover {
  background-color: transparent;
}
.l-site-header .c-form--search .o-field.is-visible {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  .l-site-header i {
    display: block;
  }
  .l-site-header .c-form--search .o-button {
    display: none;
  }
}

/*
 * Site: {SITE}
 * File: layout/_site-nav
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.l-site-nav--mobile {
  position: fixed;
  right: -375px;
  top: 0;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  z-index: 1000;
  background-color: #3C1053;
  height: 100%;
  overflow-y: auto;
  width: 375px;
}
.l-site-nav--mobile .o-button--close {
  margin: 32px auto 32px calc(100% - 32px - 32px);
}
.l-site-nav--mobile.is-open {
  right: 0;
}

/*------------------------------------*\
	Objects
\*------------------------------------*/
/**
 * Some description...
 */
/*
 * Site: {SITE}
 * File: objects/_button
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.o-button {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #7C878E;
  border: 1px solid #7C878E;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  line-height: 44px;
  min-height: 44px;
  min-width: 44px;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
}
.o-button:focus, .o-button:hover {
  background-color: #586066;
}
.o-button--close {
  background-color: transparent;
  border-color: transparent;
  font-size: 32px;
  padding: 0 8px;
  position: relative;
}
.o-button--close::after, .o-button--close::before {
  left: 18px;
  position: absolute;
  top: 4px;
  background-color: #FFFFFF;
  position: absolute;
  content: "";
  height: 36px;
  width: 4px;
}
.o-button--close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.o-button--close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.o-button--close:focus, .o-button--close:hover {
  background-color: transparent;
}
.o-button--close:focus::after, .o-button--close:focus::before, .o-button--close:hover::after, .o-button--close:hover::before {
  background-color: #d9d9d9;
}
.o-button--disabled {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
  color: #B2B2B2;
  cursor: default;
}
.o-button--disabled:focus, .o-button--disabled:hover {
  background-color: #E5E5E5;
  color: #B2B2B2;
}
.o-button--drop-down {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 50px;
  width: 50px;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
}
.o-button--drop-down::after {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  position: relative;
  vertical-align: top;
  width: 10px;
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.o-button--drop-down:focus, .o-button--drop-down:hover {
  background-color: transparent;
}
.o-button--drop-down.is-open::after {
  top: 16px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.o-button--ghost {
  background-color: transparent;
  border-color: #7C878E;
  color: #7C878E;
}
.o-button--ghost:focus, .o-button--ghost:hover {
  background-color: #7C878E;
  color: #FFFFFF;
}
.o-button--hamburger {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  font-size: 11px;
  padding: 0;
}
.o-button--hamburger .hamburger {
  display: inline-block;
  height: 4px;
  width: 36px;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: relative;
}
.o-button--hamburger .hamburger::after, .o-button--hamburger .hamburger::before {
  left: 0;
  position: absolute;
  display: inline-block;
  height: 4px;
  width: 36px;
  content: "";
  background-color: #FFFFFF;
  border-radius: 4px;
}
.o-button--hamburger .hamburger::after {
  top: 12px;
}
.o-button--hamburger .hamburger::before {
  top: -12px;
}
.o-button--hamburger:focus, .o-button--hamburger:hover {
  background-color: transparent;
}
.o-button--hamburger:focus .hamburger, .o-button--hamburger:hover .hamburger {
  background-color: #d9d9d9;
}
.o-button--hamburger:focus .hamburger::after, .o-button--hamburger:focus .hamburger::before, .o-button--hamburger:hover .hamburger::after, .o-button--hamburger:hover .hamburger::before {
  background-color: #d9d9d9;
}
@media only screen and (max-width: 414px) {
  .o-button {
    font-size: 16px;
  }
  .o-button--hamburger {
    line-height: 38px;
    margin-bottom: 12px;
    min-height: 38px;
    min-width: 38px;
  }
  .o-button--hamburger .hamburger {
    display: inline-block;
    height: 4px;
    width: 34px;
  }
  .o-button--hamburger .hamburger::after, .o-button--hamburger .hamburger::before {
    display: inline-block;
    height: 4px;
    width: 34px;
  }
  .o-button--hamburger .hamburger::after {
    top: 12px;
  }
  .o-button--hamburger .hamburger::before {
    top: -12px;
  }
}

/*
 * Site: {SITE}
 * File: objects/_colour
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.o-colour {
  border: 1px solid #333333;
  border-radius: 4px;
  margin: 0 32px 32px 0;
  padding: 64px;
  position: relative;
}
.o-colour code {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 14px;
  padding: 8px;
  position: absolute;
}
.o-colour code:nth-of-type(1) {
  border-bottom-right-radius: 4px;
  left: 0;
  top: 0;
}
.o-colour code:nth-of-type(2) {
  border-top-left-radius: 4px;
  bottom: 0;
  right: 0;
}

/*
 * Site: {SITE}
 * File: objects/_field
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.o-field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #CCCCCC;
  color: #CCCCCC;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.o-field__indicator {
  left: 0;
  position: absolute;
  top: 0;
  display: block;
  height: 44px;
  width: 44px;
  background-color: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
.o-field__indicator::after {
  left: 18px;
  position: absolute;
  top: 15px;
  display: none;
  height: 10px;
  width: 5px;
  border: solid #CCCCCC;
  border-width: 0 3px 3px 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.o-field__options {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
}
.o-field__options div {
  background-color: #D5C2D7;
  border: 1px solid #D5C2D7;
  border-radius: 0;
  color: #4C4C4C;
  cursor: pointer;
  line-height: 44px;
  min-height: 44px;
  padding: 0 8px;
  width: 100%;
}
.o-field__options div:focus, .o-field__options div:hover {
  background-color: #3C1053;
  border-color: #3C1053;
  color: #FFFFFF;
}
.o-field__options div.is-selected {
  background-color: #3C1053;
  border-color: #3C1053;
  color: #FFFFFF;
}
.o-field__select {
  background-color: transparent;
  border-radius: 0;
  color: #CCCCCC;
  cursor: pointer;
  line-height: 44px;
  min-height: 44px;
  padding: 0 8px;
  width: 85%;
}
.o-field__select::after {
  position: absolute;
  right: 16px;
  top: 17px;
  border-color: #CCCCCC transparent transparent transparent;
  border-width: 10px 7.5px 0 7.5px;
  border-style: solid;
  height: 0;
  width: 0;
  content: "";
}
.o-field__select:focus, .o-field__select:hover {
  background-color: #D5C2D7;
  color: #4C4C4C;
}
.o-field__select:focus::after, .o-field__select:hover::after {
  border-color: #4C4C4C transparent transparent transparent;
  border-width: 10px 7.5px 0 7.5px;
  border-style: solid;
  height: 0;
  width: 0;
}
.o-field__select.is-open::after {
  background-position-x: 0;
}
.o-field--checkbox, .o-field--radio-button {
  border-bottom: none;
  line-height: 1.25;
  position: relative;
  padding-left: 76px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.o-field--checkbox input:checked ~ .o-field__indicator, .o-field--radio-button input:checked ~ .o-field__indicator {
  border-color: #CCCCCC;
}
.o-field--checkbox input:checked ~ .o-field__indicator::after, .o-field--radio-button input:checked ~ .o-field__indicator::after {
  display: block;
}
.o-field--honeypot {
  display: none;
}
.o-field--select {
  position: relative;
}
.o-field--textarea {
  display: block;
}
@media only screen and (max-width: 414px) {
  .o-field__indicator {
    height: 34px;
    width: 34px;
  }
}

/*
 * Site: {SITE}
 * File: objects/_icon
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.o-icon {
  height: 24px;
  width: 24px;
  background: url("../images/icn_sprite_socialMedia.svg") no-repeat;
  direction: ltr;
  display: inline-block;
  background-position-y: 0;
  background-size: 216px 48px;
}
.o-icon[href*=facebook] {
  background-position-x: 0;
}
.o-icon[href*=google] {
  background-position-x: -24px;
}
.o-icon[href*=instagram] {
  background-position-x: -48px;
}
.o-icon[href*=linkedin] {
  background-position-x: -72px;
}
.o-icon[href*=mailto] {
  background-position-x: -192px;
}
.o-icon[href*=pinterest] {
  background-position-x: -96px;
}
.o-icon[href*=twitter] {
  background-position-x: -120px;
}
.o-icon[href*=vimeo] {
  background-position-x: -144px;
}
.o-icon[href*=youtube] {
  background-position-x: -168px;
}
.o-icon[href*=mailto] {
  background-position-x: -192px;
}
.o-icon:focus, .o-icon:hover {
  background-position-y: -24px;
}

/*
 * Site: {SITE}
 * File: objects/_lead
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.o-lead {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .o-lead {
    font-size: 27px;
  }
}
@media only screen and (max-width: 768px) {
  .o-lead {
    font-size: 32px;
  }
}
@media only screen and (max-width: 414px) {
  .o-lead {
    font-size: 24px;
  }
}

/*
 * Site: {SITE}
 * File: components/_link
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.o-link {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  color: #7C878E;
  display: block;
  font-size: 20px;
  padding: 21.3333333333px 0;
  text-decoration: none;
}
.o-link div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-link div::after {
  height: 17px;
  width: 22px;
  background: url("../images/arw_sprite.svg") no-repeat;
  direction: ltr;
  display: inline-block;
  background-size: 22px 17px;
  content: "";
  margin-left: auto;
  margin-right: 8px;
}
.o-link div::before {
  height: 38px;
  width: 27.5px;
  background: url("../images/icn_document.svg") no-repeat;
  direction: ltr;
  display: inline-block;
  background-size: 27.5px 38px;
  content: "";
  margin-right: 32px;
}
.o-link p {
  font-size: 16px;
  margin: 21.3333333333px 0 0;
}
.o-link span {
  display: inline-block;
  width: 650px;
}
.o-link strong {
  color: #3C1053;
  font-size: 22px;
  margin-right: 16px;
}
.o-link:focus, .o-link:hover {
  background-color: #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .o-link {
    font-size: 18px;
  }
  .o-link span {
    width: 575px;
  }
  .o-link strong {
    font-size: 18px;
  }
}
@media only screen and (max-width: 414px) {
  .o-link div::after, .o-link div::before {
    display: none;
  }
  .o-link span {
    width: 75%;
  }
}

/*
 * Site: {SITE}
 * File: objects/_logo
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.o-logo {
  display: block;
}

/*
 * Site: {SITE}
 * File: objects/_map
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.o-map {
  height: 768px;
}

/*------------------------------------*\
	Components
\*------------------------------------*/
/**
 * Some description...
 */
/*
 * Site: {SITE}
 * File: components/_accordion
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-accordion {
  overflow: hidden;
}
.c-accordion__summary {
  font-size: 30px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #3C1053;
  color: #3C1053;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 21.3333333333px 16px 21.3333333333px 0;
  text-align: left;
  width: 100%;
}
.c-accordion__summary::after {
  border-color: #7C878E;
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  position: relative;
  vertical-align: top;
  width: 10px;
  top: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-accordion__summary.is-selected::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-accordion__panel {
  padding-bottom: 16px;
}

/*
 * Site: {SITE}
 * File: components/_alert
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-alert {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  background-color: #E5E5E5;
  margin-bottom: 16px;
  min-height: 44px;
  padding: 0 44px 0 16px;
  position: relative;
  width: 100%;
}
.c-alert__text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
.c-alert .o-button--close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.5;
}
.c-alert .o-button--close::after, .c-alert .o-button--close::before {
  background-color: #000000;
}
.c-alert .o-button--close:focus, .c-alert .o-button--close:hover {
  opacity: 1;
}
.c-alert .o-button--close:focus::after, .c-alert .o-button--close:focus::before, .c-alert .o-button--close:hover::after, .c-alert .o-button--close:hover::before {
  background-color: #000000;
}
.c-alert--error {
  background-color: #E81C4F;
}
.c-alert--success {
  background-color: #19CF86;
}
.c-alert--warning {
  background-color: #ED734A;
}

/*
 * Site: {SITE}
 * File: components/_article
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-article {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-article__more-link {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.c-article__more-link:focus .c-article__thumbnail, .c-article__more-link:hover .c-article__thumbnail {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.c-article__byline {
  color: #7C878E;
  font-size: 18px;
  margin-bottom: 8px;
}
.c-article__frame {
  height: 336px;
  margin-bottom: 32px;
  overflow: hidden;
}
.c-article__title {
  font-size: 30px;
  line-height: 1.25;
}
.c-article__thumbnail {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-article--latest {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 524px auto;
  grid-template-columns: 524px auto;
}
.c-article--latest p {
  display: inline;
}
.c-article--latest .c-article__excerpt {
  margin-bottom: 32px;
}
.c-article--latest .c-article__thumbnail {
  margin-bottom: 0;
}
.c-article--latest .c-article__title {
  color: #3C1053;
  font-size: 26px;
}
.c-article--latest .o-button--ghost {
  display: block;
  margin-top: 16px;
  width: 155px;
}
.c-article--latest .wrapper {
  padding: 64px;
}
@media only screen and (max-width: 1024px) {
  .c-article__title {
    font-size: 22px;
  }
  .c-article__frame {
    height: 214px;
  }
  .c-article--latest {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
  }
  .c-article--latest p {
    font-size: 18px;
  }
  .c-article--latest .c-article__title {
    font-size: 26px;
  }
  .c-article--latest .wrapper {
    padding: 0 64px;
  }
}
@media only screen and (max-width: 768px) {
  .c-article--latest {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .c-article--latest .wrapper {
    padding: 64px 64px 0;
  }
}
@media only screen and (max-width: 414px) {
  .c-article--latest .c-article__title {
    font-size: 27px;
  }
  .c-article--latest .o-button--ghost {
    margin-top: 32px;
    width: 145px;
  }
  .c-article--latest .wrapper {
    padding: 48px 16px 32px;
  }
}

/*
 * Site: {SITE}
 * File: components/_banner
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-banner {
  position: relative;
}
.c-banner__background {
  height: 768px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-banner__foreground {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.c-banner__strapline {
  font-size: 27px;
  font-weight: 300;
  color: #CCCCCC;
  margin-bottom: 64px;
}
.c-banner__title {
  font-size: 54px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.c-banner .l-container {
  max-width: 880px;
}
.c-banner .o-logo {
  margin-bottom: 128px;
}
@media only screen and (max-width: 1024px) {
  .c-banner__background {
    height: 768px;
  }
  .c-banner__strapline {
    font-size: 24px;
    margin-bottom: 160px;
  }
  .c-banner__title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .c-banner__background {
    height: 1024px;
  }
  .c-banner__strapline {
    margin-bottom: 384px;
  }
}
@media only screen and (max-width: 414px) {
  .c-banner__background {
    height: 736px;
  }
  .c-banner__strapline {
    font-size: 18px;
    margin-bottom: 192px;
  }
  .c-banner__title {
    font-size: 30px;
  }
  .c-banner .o-logo {
    display: inline-block;
    margin-bottom: 64px;
    width: 180px;
  }
}
@media only screen and (max-width: 375px) {
  .c-banner__background {
    height: 667px;
  }
  .c-banner__strapline {
    margin-bottom: 48px;
  }
  .c-banner .o-logo {
    margin-bottom: 48px;
  }
}

/*
 * Site: {SITE}
 * File: components/_breadcrumbs
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-breadcrumbs {
  padding: 32px 0;
}
.c-breadcrumbs__item {
  color: #3C1053;
  display: inline-block;
  font-size: 14px;
}
.c-breadcrumbs__item a {
  color: #7C878E;
  text-decoration: none;
}
.c-breadcrumbs__item a:focus, .c-breadcrumbs__item a:hover {
  text-decoration: underline;
}
.c-breadcrumbs__item:not(:last-child)::after {
  color: #7C878E;
  content: "/";
  margin: 0 5.3333333333px;
}

/*
 * Site: {SITE}
 * File: components/_figure
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-figure--2-objects, .c-figure--3-objects, .c-figure--4-objects {
  display: -ms-grid;
  display: grid;
  grid-gap: 32px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.c-figure--3-objects picture:first-child {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}
.c-figure--3-objects picture:last-child {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

/*
 * Site: {SITE}
 * File: components/_form
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-form--enquiries .o-button {
  border-color: #CCCCCC;
  color: #CCCCCC;
  margin-top: 32px;
}
.c-form--enquiries .o-button:focus, .c-form--enquiries .o-button:hover {
  background-color: #CCCCCC;
  color: #3C1053;
}
.c-form--search {
  margin-top: 64px;
  position: relative;
}
.c-form--search .o-button,
.c-form--search .o-field {
  display: inline-block;
}
.c-form--search .o-button {
  height: 44px;
  margin-left: 32px;
}
.c-form--search .o-field {
  width: calc(60% - (128px + 32px));
}
.c-form--search .o-field input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.c-form--unsubscribes span:not([class]) {
  width: 25%;
}
.c-form--unsubscribes .o-field--checkbox {
  margin-bottom: 64px;
}

/*
 * Site: {SITE}
 * File: components/_footer-menu
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-footer-menu__item {
  font-size: 15px;
  font-weight: 400;
  color: #3C1053;
  display: inline-block;
  margin-right: 16px;
}
.c-footer-menu__item a {
  text-decoration: none;
}
.c-footer-menu__item a:focus, .c-footer-menu__item a:hover {
  text-decoration: underline;
}

/*
 * Site: {SITE}
 * File: components/_header-menu
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-header-menu__item {
  position: relative;
}
.c-header-menu__item a {
  display: block;
  text-decoration: none;
}
.c-header-menu--lvl-0 > .c-header-menu__item {
  font-size: 18px;
}
.c-header-menu--lvl-0 > .c-header-menu__item > a {
  color: #FFFFFF;
  min-height: 44px;
  padding: 16px 32px;
}
.c-header-menu--lvl-0 > .c-header-menu__item > a:focus, .c-header-menu--lvl-0 > .c-header-menu__item > a:hover {
  background-color: #2d0c3e;
}
.c-header-menu--lvl-0 > .c-header-menu__item.is-selected > a {
  background-color: #2d0c3e;
}
.c-header-menu--lvl-1 {
  background-color: #2d0c3e;
  display: none;
}
.c-header-menu--lvl-1 > .c-header-menu__item {
  font-size: 15px;
}
.c-header-menu--lvl-1 > .c-header-menu__item > a {
  color: #75598E;
  min-height: auto;
  padding: 10.6666666667px 32px;
}
.c-header-menu--lvl-1 > .c-header-menu__item > a:focus, .c-header-menu--lvl-1 > .c-header-menu__item > a:hover {
  color: #FFFFFF;
}
.c-header-menu--lvl-1 > .c-header-menu__item .o-button--drop-down {
  height: 36px;
  min-height: auto;
}
.c-header-menu--lvl-1 > .c-header-menu__item .o-button--drop-down::after {
  top: 16px;
}
.c-header-menu--lvl-1 > .c-header-menu__item .o-button--drop-down.is-open::after {
  top: 14px;
}
.c-header-menu--lvl-1 > .c-header-menu__item:not(:last-child) {
  border-bottom: 1px solid #75598E;
}
.c-header-menu--lvl-2 {
  background-color: #260B38;
  display: none;
}
.c-header-menu--lvl-2 > .c-header-menu__item {
  font-size: 15px;
}
.c-header-menu--lvl-2 > .c-header-menu__item > a {
  color: #75598E;
  min-height: auto;
  padding: 10.6666666667px 32px;
}
.c-header-menu--lvl-2 > .c-header-menu__item > a:focus, .c-header-menu--lvl-2 > .c-header-menu__item > a:hover {
  color: #FFFFFF;
}
.c-header-menu--lvl-2 > .c-header-menu__item:not(:last-child) {
  border-bottom: 1px solid #75598E;
}

/*
 * Site: {SITE}
 * File: components/_library-menu
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-library-menu__item a {
  border-color: #666666 #333333;
  border-style: solid;
  border-width: 1px 1px 1px 10.6666666667px;
  color: #CCCCCC;
  display: block;
  padding: 16px 32px;
  text-decoration: none;
}
.c-library-menu__item a:focus, .c-library-menu__item a:hover {
  border-left-color: #3C1053;
}
.c-library-menu__item.is-selected a {
  border-left-color: #3C1053;
  cursor: default;
}
.c-library-menu__title h2 {
  color: #FFFFFF;
  padding: 16px 32px;
}

/*
 * Site: {SITE}
 * File: components/_links
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-links {
  margin-bottom: 64px;
}
.c-links__item {
  border-bottom: 1px solid #3C1053;
}

/*
 * Site: {SITE}
 * File: components/_modals
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-modal {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  background-color: #3C1053;
  opacity: 0;
  padding: 64px;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  visibility: hidden;
}
.c-modal__content {
  margin: 0 auto;
  max-width: 832px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .c-modal__content {
    padding: 0 16px;
  }
}
.c-modal__content h2 {
  color: #FFFFFF;
  font-size: 34px;
}
.c-modal__content h2 span {
  font-weight: 300;
  font-size: 22px;
}
.c-modal__content p {
  color: #CCCCCC;
}
.c-modal__content p:last-child {
  margin-bottom: 0;
}
.c-modal .o-button--close {
  margin-bottom: 64px;
}
.c-modal .o-button--close::after, .c-modal .o-button--close::before {
  background-color: #FFFFFF;
}
.c-modal .wrapper {
  height: calc(100vh - (32px * 8));
  overflow-y: auto;
}
.c-modal.is-open {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  .c-modal__content h2 {
    font-size: 30px;
  }
  .c-modal__content h2 span {
    font-size: 20px;
  }
  .c-modal__content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 414px) {
  .c-modal {
    padding: 64px 32px;
  }
}
@media only screen and (max-width: 375px) {
  .c-modal {
    padding-bottom: 32px;
  }
  .c-modal .wrapper {
    height: calc(100vh - (32px * 7));
  }
}

/*
 * Site: {SITE}
 * File: components/_pattern
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-pattern {
  margin: 0 0 64px 32px;
  width: 100%;
}
.c-pattern__container {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 32px;
}
.c-pattern__description, .c-pattern__title {
  font-family: "Open Sans", sans-serif;
  color: #191919;
}
.c-pattern--dark .c-pattern__container {
  background-color: #000000;
}
.c-pattern--half-width {
  width: calc(50% - 32px);
}
.c-pattern--snap .c-pattern__container {
  padding-left: 0;
  padding-right: 0;
}

/*
 * Site: {SITE}
 * File: components/_person
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-person {
  position: relative;
}
.c-person p {
  color: #CCCCCC;
}
.c-person p:last-child {
  margin-bottom: 0;
}
.c-person__background {
  height: 768px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-person__foreground {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 64px 0;
}
.c-person__title {
  color: #3C1053;
  font-size: 34px;
}
.c-person__title span {
  font-weight: 300;
  font-size: 22px;
}
.c-person .o-button--ghost {
  border-color: #CCCCCC;
  color: #CCCCCC;
  margin-top: 32px;
}
.c-person .o-button--ghost:focus, .c-person .o-button--ghost:hover {
  background-color: #CCCCCC;
  color: #7C878E;
}
.c-person .wrapper {
  background-color: rgba(124, 135, 142, 0.9);
  padding: 64px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .c-person__background {
    height: 668px;
  }
  .c-person__title {
    font-size: 30px;
  }
  .c-person__title span {
    font-size: 20px;
  }
  .c-person .wrapper {
    padding: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .c-person__foreground p {
    font-size: 16px;
  }
  .c-person__title {
    font-size: 26px;
  }
  .c-person__title span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 414px) {
  .c-person__background {
    height: auto;
  }
  .c-person__foreground {
    padding: 0;
    position: static;
  }
  .c-person__foreground .l-container {
    padding: 0;
  }
  .c-person .wrapper {
    width: 100%;
  }
  .c-person .o-button--ghost {
    padding: 0;
    width: 144px;
  }
}
@media only screen and (max-width: 375px) {
  .c-person__background {
    height: 225px;
  }
}

/*
 * Site: {SITE}
 * File: components/_result
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-result {
  border-bottom: 1px solid #3C1053;
}
.c-result a {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  padding: 32px;
  text-decoration: none;
}
.c-result a:focus, .c-result a:hover {
  background-color: #E5E5E5;
}
.c-result__description {
  color: #4C4C4C;
  margin: 16px 0 0;
}
.c-result__title {
  color: #3C1053;
  margin-bottom: 8px;
}
.c-result__url {
  color: #B2B2B2;
  font-size: 16px;
  margin-bottom: 0;
}

/*
 * Site: {SITE}
 * File: components/_review
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-review__cite {
  color: #D5C2D7;
  font-size: 18px;
  font-style: italic;
}
.c-review__cite::before {
  display: none;
}
.c-review__cite span {
  color: #E5E5E5;
  display: block;
  font-size: 18px;
  padding-top: 8px;
}
.c-review__quote {
  color: #CCCCCC;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .c-review__cite {
    font-size: 18px;
  }
  .c-review__cite span {
    font-size: 16px;
  }
  .c-review__quote {
    font-size: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .c-review__cite {
    font-size: 16px;
  }
  .c-review__cite span {
    font-size: 14px;
  }
  .c-review__quote {
    font-size: 18px;
  }
}

/*
 * Site: {SITE}
 * File: components/_service
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-service {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 58% auto;
  grid-template-columns: 58% auto;
  margin-bottom: 96px;
}
.c-service__summary, .c-service__title {
  margin-bottom: 32px;
}
.c-service__title {
  color: #3C1053;
  font-size: 34px;
  text-transform: capitalize;
}
.c-service .wrapper {
  padding: 64px;
}
@media only screen and (max-width: 1024px) {
  .c-service {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    margin-top: 64px;
  }
  .c-service .wrapper {
    padding: 0 64px;
  }
}
@media only screen and (max-width: 768px) {
  .c-service {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin: 0;
  }
  .c-service .wrapper {
    padding: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .c-service__title {
    font-size: 27px;
    margin-bottom: 16px;
  }
  .c-service .wrapper {
    padding: 48px 16px;
  }
}

/*
 * Site: {SITE}
 * File: components/_sharing-buttons
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-sharing-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}
.c-sharing-buttons__item {
  margin-right: 8px;
}
.c-sharing-buttons__item:first-child {
  font-size: 17px;
  margin-right: 16px;
}

/*
 * Site: {SITE}
 * File: components/_social-media
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-social-media__item {
  display: inline-block;
  margin-right: 8px;
}

/*
 * Site: {SITE}
 * File: components/_sub-service
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-sub-service {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #7C878E;
  color: #7C878E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  padding: 16px 0;
  text-decoration: none;
}
.c-sub-service::after {
  height: 17px;
  width: 22px;
  background: url("../images/arw_sprite.svg") no-repeat;
  direction: ltr;
  display: inline-block;
  background-size: 22px 17px;
  content: "";
  margin-left: auto;
  margin-right: 0;
}
.c-sub-service:focus, .c-sub-service:hover {
  color: #3C1053;
}
@media only screen and (max-width: 768px) {
  .c-sub-service {
    font-size: 18px;
  }
}

/*
 * Site: {SITE}
 * File: components/_table
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.c-table--display td,
.c-table--display th {
  padding: 16px;
  width: 50%;
}
.c-table--display td {
  font-size: 16px;
}
.c-table--display th {
  color: #CCCCCC;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
}
.c-table--display tbody tr {
  border-bottom: 1px solid #CCCCCC;
}
.c-table--display tbody tr:focus, .c-table--display tbody tr:hover {
  background-color: #E5E5E5;
}
.c-table--display thead tr {
  background-color: #333333;
}

/*------------------------------------*\
	Sections
\*------------------------------------*/
/**
 * Some description...
 */
/*
 * Site: {SITE}
 * File: sections/_about
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-about {
  position: relative;
}
.s-about__background {
  height: 768px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.s-about__foreground {
  bottom: 64px;
  left: 50%;
  position: absolute;
  background-color: rgba(60, 16, 83, 0.6);
  margin-left: -460px;
  padding: 64px;
  width: 920px;
}
.s-about__footer, .s-about__header, .s-about__main {
  text-align: center;
}
.s-about__header h2 {
  color: #FFFFFF;
  font-size: 47px;
}
.s-about__main p {
  color: #D5C2D7;
  font-size: 22px;
  margin-bottom: 32px;
}
.s-about .o-button--ghost {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.s-about .o-button--ghost:focus, .s-about .o-button--ghost:hover {
  background-color: #FFFFFF;
  color: #3C1053;
}
@media only screen and (max-width: 1024px) {
  .s-about__foreground {
    padding: 32px;
  }
  .s-about__header h2 {
    font-size: 40px;
  }
  .s-about__main p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .s-about__foreground {
    margin-left: -333.5px;
    width: 667px;
  }
}
@media only screen and (max-width: 414px) {
  .s-about__background {
    display: block;
    height: 248px;
  }
  .s-about__foreground {
    background-color: #3C1053;
    margin-left: 0;
    position: static;
    width: 100%;
  }
  .s-about__header h2 {
    font-size: 30px;
  }
  .s-about__main p {
    font-size: 18px;
  }
}

/*
 * Site: {SITE}
 * File: sections/_articles
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-articles__footer, .s-articles__main {
  margin: 0 auto;
  max-width: 1344px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .s-articles__footer, .s-articles__main {
    padding: 0 16px;
  }
}
.s-articles__main {
  display: -ms-grid;
  display: grid;
  grid-gap: 64px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.s-articles__footer {
  padding: 96px;
  text-align: center;
}
.s-articles__footer a {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .s-articles__main {
    grid-gap: 32px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .s-articles__main {
    grid-gap: 64px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 414px) {
  .s-articles__main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/*
 * Site: {SITE}
 * File: sections/_banner
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-banner {
  background-color: #3C1053;
  padding-top: 224px;
}
.s-banner img {
  height: 386px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.s-banner__text, .s-banner__title {
  color: #FFFFFF;
}
.s-banner__date {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 32px;
}
.s-banner__text {
  font-size: 28px;
  margin-bottom: 0;
}
.s-banner__title {
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 64px;
}
.s-banner__title--no-margin {
  margin-bottom: 16px;
}
.s-banner .wrapper {
  max-width: 760px;
}
.s-banner--neutral-01 .s-banner__title, .s-banner--neutral-05 .s-banner__title {
  color: #3C1053;
}
.s-banner--neutral-01 {
  background-color: #E5E5E5;
}
.s-banner--neutral-05 {
  background-color: #7C878E;
}
.s-banner--no-picture {
  padding-bottom: 128px;
}
@media only screen and (max-width: 1024px) {
  .s-banner img {
    height: 286px;
  }
  .s-banner__text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 414px) {
  .s-banner {
    padding-top: 160px;
  }
  .s-banner img {
    height: 232px;
  }
  .s-banner__text {
    font-size: 18px;
  }
  .s-banner__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .s-banner img {
    height: 211px;
  }
}

/*
 * Site: {SITE}
 * File: sections/_body
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-body {
  padding: 64px;
}
.s-body ol:not([class]) + h2,
.s-body ol:not([class]) + h3,
.s-body p + h2,
.s-body p + h3,
.s-body ul:not([class]) + h2,
.s-body ul:not([class]) + h3 {
  margin-top: 64px;
}
.s-body p:last-child {
  margin-bottom: 0;
}
.s-body__footer, .s-body__main {
  margin: 0 auto;
  max-width: 1344px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .s-body__footer, .s-body__main {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .s-body {
    padding: 64px 32px;
  }
}

/*
 * Site: {SITE}
 * File: sections/_latest-news
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-latest-news {
  background-color: #E5E5E5;
  padding: 96px 0;
}
.s-latest-news__header, .s-latest-news__main {
  margin: 0 auto;
  max-width: 1344px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .s-latest-news__header, .s-latest-news__main {
    padding: 0 16px;
  }
}
.s-latest-news__header {
  text-align: center;
}
.s-latest-news__header h2 {
  color: #3C1053;
  font-size: 47px;
}
@media only screen and (max-width: 1024px) {
  .s-latest-news__header h2 {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 414px) {
  .s-latest-news {
    padding: 48px 0;
  }
  .s-latest-news__header h2 {
    font-size: 30px;
    margin-bottom: 8px;
  }
}

/*
 * Site: {SITE}
 * File: sections/_links
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-links {
  padding-top: 64px;
}
.s-links__main {
  margin: 0 auto;
  max-width: 914px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .s-links__main {
    padding: 0 16px;
  }
}

/*
 * Site: {SITE}
 * File: sections/_palettes
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-palettes {
  padding-bottom: 64px;
}
.s-palettes h2,
.s-palettes p {
  font-family: "Open Sans", sans-serif;
  color: #191919;
}
.s-palettes .wrapper {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 32px 0;
}

/*
 * Site: {SITE}
 * File: sections/_patterns
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-patterns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -32px;
}

/*
 * Site: {SITE}
 * File: sections/_people
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-people .slick-list {
  padding: 0 !important;
}
.s-people .slick-dots {
  bottom: 21.3333333333px;
  left: 0;
  position: absolute;
}
.s-people .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 414px) {
  .s-people {
    background-color: #7C878E;
  }
  .s-people .slick-dots li button {
    background-color: #FFFFFF;
  }
  .s-people .slick-dots li.slick-active button {
    background-color: #3C1053;
  }
}

/*
 * Site: {SITE}
 * File: sections/_results
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-results__main {
  margin: 0 auto;
  max-width: 978px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .s-results__main {
    padding: 0 16px;
  }
}

/*
 * Site: {SITE}
 * File: sections/_reviews
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-reviews {
  background-color: #3C1053;
  position: relative;
}
.s-reviews__background {
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.s-reviews__foreground {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-reviews__main {
  margin: 0 auto;
  max-width: 1024px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 414px) {
  .s-reviews__main {
    padding: 0 16px;
  }
}
.s-reviews .slick-list {
  padding: 0 !important;
}
.s-reviews .slick-dots {
  bottom: -48px;
  left: 0;
  position: absolute;
}
.s-reviews .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .s-reviews__background {
    height: 360px;
  }
  .s-reviews__main {
    max-width: 860px;
  }
}

/*
 * Site: {SITE}
 * File: sections/_settings
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-settings {
  padding-bottom: 64px;
}
.s-settings h2,
.s-settings p {
  font-family: "Open Sans", sans-serif;
  color: #191919;
}
.s-settings .wrapper {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 32px;
}

/*
 * Site: {SITE}
 * File: sections/_services
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-services__main {
  margin: 0 auto;
  max-width: 1344px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .s-services__main {
    padding: 0 16px;
  }
}
.s-services .c-service:nth-child(even) {
  -ms-grid-columns: auto 58%;
  grid-template-columns: auto 58%;
}
.s-services .c-service:nth-child(even) picture {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.s-services .c-service:nth-child(even) .wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 1024px) {
  .s-services .c-service:nth-child(even) {
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
  }
}
@media only screen and (max-width: 768px) {
  .s-services .c-service:nth-child(even) {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .s-services .c-service:nth-child(even) picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .s-services .c-service:nth-child(even) .wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*
 * Site: {SITE}
 * File: sections/_sub-services
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.s-sub-services {
  margin-bottom: 80px;
}
.s-sub-services__header, .s-sub-services__main {
  margin: 0 auto;
  max-width: 914px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .s-sub-services__header, .s-sub-services__main {
    padding: 0 16px;
  }
}
.s-sub-services__header h2 {
  font-size: 18px;
  margin-bottom: 32px;
}
.s-sub-services__main ul {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 64px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.s-sub-services .wrapper {
  margin: 0 auto;
  max-width: 1344px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  background-color: #E5E5E5;
  padding: 64px 0;
}
@media only screen and (max-width: 414px) {
  .s-sub-services .wrapper {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .s-sub-services__main ul {
    grid-column-gap: 32px;
  }
  .s-sub-services .wrapper {
    padding: 64px 32px;
  }
}
@media only screen and (max-width: 414px) {
  .s-sub-services {
    margin-bottom: 0;
  }
  .s-sub-services__main ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/*------------------------------------*\
	Templates
\*------------------------------------*/
/**
 * Some description...
 */
/*
 * Site: {SITE}
 * File: templates/_404
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-404 .s-banner {
  padding-bottom: 32px;
}
.t-404 .s-body__main {
  max-width: 914px;
  text-align: center;
}

/*
 * Site: {SITE}
 * File: templates/_about
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-about .o-picture {
  height: 768px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.t-about .s-body__main {
  padding-left: 400px;
}
@media only screen and (max-width: 1024px) {
  .t-about .s-body__main {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .t-about .s-banner--no-picture .wrapper {
    padding: 0 32px;
  }
  .t-about .s-body {
    padding: 64px;
  }
  .t-about .s-body__main {
    padding: 0;
  }
}
@media only screen and (max-width: 414px) {
  .t-about .o-picture {
    height: 233px;
  }
  .t-about .s-body {
    padding: 64px 32px;
  }
  .t-about .s-banner--no-picture .wrapper {
    padding: 0 16px;
  }
}

/*
 * Site: {SITE}
 * File: templates/_article
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-article .l-site-header .c-form--search i,
.t-article .l-site-header .c-form--search .o-button {
  background-position-y: -42px;
}
.t-article .l-site-header .c-form--search i:focus, .t-article .l-site-header .c-form--search i:hover,
.t-article .l-site-header .c-form--search .o-button:focus,
.t-article .l-site-header .c-form--search .o-button:hover {
  background-position-y: -21px;
}
.t-article .l-site-header .c-form--search .o-field {
  border-color: #7C878E;
}
.t-article .l-site-header .c-form--search .o-field input {
  color: #7C878E;
}
.t-article .l-site-header .o-button--hamburger {
  background-color: transparent;
  border-color: transparent;
}
.t-article .l-site-header .o-button--hamburger .hamburger {
  background-color: #7C878E;
}
.t-article .l-site-header .o-button--hamburger .hamburger::after, .t-article .l-site-header .o-button--hamburger .hamburger::before {
  background-color: #7C878E;
}
.t-article .l-site-header .o-button--hamburger:focus .hamburger, .t-article .l-site-header .o-button--hamburger:hover .hamburger {
  background-color: #586066;
}
.t-article .l-site-header .o-button--hamburger:focus .hamburger::after, .t-article .l-site-header .o-button--hamburger:focus .hamburger::before, .t-article .l-site-header .o-button--hamburger:hover .hamburger::after, .t-article .l-site-header .o-button--hamburger:hover .hamburger::before {
  background-color: #586066;
}
.t-article .o-lead {
  color: #3C1053;
  font-size: 26px;
}
.t-article .s-body__footer, .t-article .s-body__main {
  max-width: 914px;
}
.t-article .s-body__footer {
  padding-top: 64px;
}
.t-article .s-body__footer p {
  font-size: 28px;
}
.t-article .s-body__footer p a {
  color: #7C878E;
  text-decoration: none;
}
.t-article .s-body__footer p a:focus, .t-article .s-body__footer p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 414px) {
  .t-article .s-body__footer, .t-article .s-body__main {
    padding-left: 0;
    padding-right: 0;
  }
  .t-article .s-body__footer p {
    font-size: 18px;
  }
}

/*
 * Site: {SITE}
 * File: templates/_contact
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-contact .s-body {
  background-color: #3C1053;
  padding-top: 224px;
}
.t-contact .s-body h1 {
  color: #E5E5E5;
  font-size: 93px;
  margin-bottom: 64px;
}
.t-contact .s-body p {
  color: #D5C2D7;
}
.t-contact .s-body p a {
  color: #CCCCCC;
  text-decoration: none;
}
.t-contact .s-body p a:focus, .t-contact .s-body p a:hover {
  text-decoration: underline;
}
.t-contact .s-body__main {
  padding: 0;
}
.t-contact .s-body__main .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin: 64px 0 0;
}
.t-contact .s-body__main .wrapper p {
  color: #CCCCCC;
  font-size: 17px;
}
.t-contact .s-body .l-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.t-contact .s-body .l-container > div {
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  .t-contact .s-body {
    padding-top: 160px;
  }
  .t-contact .s-body h1 {
    font-size: 73px;
  }
  .t-contact .s-body .l-container {
    grid-gap: 64px;
  }
  .t-contact .s-body .l-container > div {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .t-contact .s-body .l-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 414px) {
  .t-contact .s-body h1 {
    font-size: 63px;
  }
  .t-contact .s-body .l-container {
    padding: 0;
  }
}

/*
 * Site: {SITE}
 * File: templates/_default
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-default .s-body__main {
  max-width: 914px;
}

/*
 * Site: {SITE}
 * File: templates/_home
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-home .l-site-header .o-logo {
  visibility: hidden;
}
.t-home .l-site-header.headroom--pinned .o-logo {
  visibility: visible;
}
.t-home .l-site-header.headroom--pinned.headroom--top .o-logo {
  visibility: hidden;
}
.t-home .s-body__main {
  max-width: 1134px;
  text-align: center;
}
@media only screen and (max-width: 414px) {
  .t-home .s-body__main {
    max-width: 1280px;
    padding: 0;
  }
}

/*
 * Site: {SITE}
 * File: templates/_library
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-library {
  background-color: #E5E5E5;
}
.t-library .l-site-header {
  position: static;
}

/*
 * Site: {SITE}
 * File: templates/_links
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-links .s-body__main {
  max-width: 914px;
}
.t-links .s-body__main h2 {
  font-size: 20px;
}
.t-links .s-body__main p {
  font-size: 17px;
}
@media only screen and (max-width: 414px) {
  .t-links .s-body__main {
    padding: 0;
  }
}

/*
 * Site: {SITE}
 * File: templates/_news
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-news .s-banner--no-picture {
  background-color: #7C878E;
  height: 760px;
  padding-bottom: 0;
}
.t-news .s-articles {
  margin-top: -256px;
}
@media only screen and (max-width: 1024px) {
  .t-news .s-banner--no-picture {
    height: 480px;
  }
  .t-news .s-articles {
    margin-top: -128px;
  }
}

/*
 * Site: {SITE}
 * File: templates/_reviews
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-reviews .s-articles {
  padding: 96px 0;
}
.t-reviews .c-review__cite {
  color: #3C1053;
}
.t-reviews .c-review__cite span {
  color: #D5C2D7;
}
.t-reviews .c-review__quote {
  color: #7C878E;
  margin-bottom: 16px;
}

/*
 * Site: {SITE}
 * File: templates/_search
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-search .s-banner {
  padding: 200px 0 32px;
}
.t-search .s-banner__title {
  font-size: 38px;
  margin-bottom: 0;
}
.t-search .s-banner .wrapper {
  max-width: 100%;
}
.t-search .s-body {
  padding: 0;
}
.t-search .s-body__main {
  max-width: 980px;
}

/*
 * Site: {SITE}
 * File: templates/_service
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-service .o-lead {
  color: #3C1053;
  font-size: 26px;
}
.t-service .s-body__footer, .t-service .s-body__main {
  max-width: 914px;
}
.t-service .s-body__footer {
  padding-top: 64px;
}
.t-service--neutral-01 .l-site-header .c-form--search .o-button {
  background-position-y: -42px;
}
.t-service--neutral-01 .l-site-header .c-form--search .o-button:focus, .t-service--neutral-01 .l-site-header .c-form--search .o-button:hover {
  background-position-y: -21px;
}
.t-service--neutral-01 .l-site-header .c-form--search .o-field {
  border-color: #7C878E;
}
.t-service--neutral-01 .l-site-header .c-form--search .o-field input {
  color: #7C878E;
}
.t-service--neutral-01 .l-site-header .o-button--hamburger {
  background-color: transparent;
  border-color: transparent;
}
.t-service--neutral-01 .l-site-header .o-button--hamburger .hamburger {
  background-color: #7C878E;
}
.t-service--neutral-01 .l-site-header .o-button--hamburger .hamburger::after, .t-service--neutral-01 .l-site-header .o-button--hamburger .hamburger::before {
  background-color: #7C878E;
}
.t-service--neutral-01 .l-site-header .o-button--hamburger:focus .hamburger, .t-service--neutral-01 .l-site-header .o-button--hamburger:hover .hamburger {
  background-color: #586066;
}
.t-service--neutral-01 .l-site-header .o-button--hamburger:focus .hamburger::after, .t-service--neutral-01 .l-site-header .o-button--hamburger:focus .hamburger::before, .t-service--neutral-01 .l-site-header .o-button--hamburger:hover .hamburger::after, .t-service--neutral-01 .l-site-header .o-button--hamburger:hover .hamburger::before {
  background-color: #586066;
}
@media only screen and (max-width: 414px) {
  .t-service .o-lead {
    font-size: 24px;
  }
  .t-service .s-body {
    padding-bottom: 0;
  }
  .t-service .s-body__footer, .t-service .s-body__main {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
 * Site: {SITE}
 * File: templates/_unsubscribe
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.t-unsubscribe .s-body__main {
  max-width: 914px;
}

/*------------------------------------*\
	Utilities
\*------------------------------------*/
/**
 * Some description...
 */
/*
 * Site: {SITE}
 * File: utilities/_accessibility
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
/**
 * Some description...
 */
.u-screen-reader {
  left: -9999px;
  position: absolute;
  top: auto;
  height: 1px;
  overflow: hidden;
  width: 1px;
}

/*
 * Site: {SITE}
 * File: utilities/_visibility
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
/**
 * Some description...
 */
.u-hide {
  display: none;
}

/**
 * Some description...
 */
@media only screen and (max-width: 414px) {
  .u-hide-on-mobile {
    display: none;
  }
}

/**
 * Some description...
 */
.u-show-on-mobile {
  display: none;
}
@media only screen and (max-width: 414px) {
  .u-show-on-mobile {
    display: block;
  }
}

/*
 * Site: {SITE}
 * File: utilities/_debug
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
/**
 * Some description...
 */
img[alt=""]:not([role=presentation]), img:not([alt]):not([role=presentation]) {
  border: 2px dashed #E81C4F;
}

/*
 |-----------------------------------------------------------------------------
 | Vendor
 |-----------------------------------------------------------------------------
 |
 | Some description...
 |
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 * Site: {SITE}
 * File: vendor/overwrite/_slick
 * ============================================================================
 * Some description...
 * ============================================================================
 * Built by Xanthe Studios | xanthestudios.co.uk
 * ============================================================================
 */
.slick {
  /*
  &-next,
  &-prev {
  	$count-x: 2;
  	$count-y: 2;
  	$height: 64px;
  	$width: 41px;

  	@include absolute($t: 50%);
  	@include sprite('block', 'arw_sprite.svg', $width, $height);
  	@include z-index('above');
  	background-position-y: -$height;
  	background-size: ($count-x * $width) ($count-y * $height);
  	font-size: 0;
  }

  &-next {
  	background-position-x: -41px;
  	right: 14.5vw;
  }

  &-prev {
  	background-position-x: 0;
  	left: 14.5vw;
  }
  */
}
.slick-list {
  padding: 64px 0;
}
.slick-slider {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.slick-dots {
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  height: 16px;
  width: 16px;
}
.slick-dots li button {
  background-color: #7C878E;
  border-radius: 50%;
  font-size: 0;
  padding: 6px;
}
.slick-dots li.slick-active button {
  background-color: #3C1053;
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  .slick-list {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 414px) {
  .slick-list {
    padding-bottom: 0;
  }
}

/*------------------------------------*\
	Shame
\*------------------------------------*/
/**
 * Some description...
 */
/*# sourceMappingURL=main.css.map*/