@charset "UTF-8";
/**
 * Title:
 *    Main Stylesheet
 * Description:
 *    This is the main Scss file which will import all partials and
 *    compile into: assets/css/styles.css
 * Sections:
 *    $. Config
 *    $. Grunt Icons
 *    $. Base
 *    $. Layout
 *    $. Modules
 *    $. Interface
 *    $. Helpers
 *    $. Print
 */
/* $. Config - Variables, global mixins & Bower components
\*----------------------------------------------------------------*/
/**
* Title:
*    Variables
* Description:
*    Project variables go here
* Sections:
*    $. Breakpoints
*    $. Colours
*    $. Typography
*    $. Layout
*    $. Icons
*    $. Z axis
*/
/* $. Breakpoints
\*----------------------------------------------------------------*/
/* $. Colours
\*----------------------------------------------------------------*/
/**
 * Base colours
 */
/* Greyscale */
/**
 * UI colours
 */
/* shades */
/* states */
/* accessibility */
/* $. Layout
\*----------------------------------------------------------------*/
/* $. Font
\*----------------------------------------------------------------*/
/* $. Icons
\*----------------------------------------------------------------*/
/* $. Z axis
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Global Mixins
 * Description:
 *    This is an archive for all global mixins located within the
 *    'mixins' folder
 * Sections:
 *    $. Media Queries
 *    $. Your new mixins
 */
/* $. Media Queries - https://github.com/jakearchibald/sass-ie
\*----------------------------------------------------------------*/
/* $. Media Queries - https://github.com/jakearchibald/sass-ie
\*----------------------------------------------------------------*/
/* $. Font (IE8 weights not working)
\*----------------------------------------------------------------*/
/* $. Your new mixins
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Vendors
 * Description:
 *    Importing and using the bower components within your Sass
 * Sections:
 *    $. Variables
 *    $. Imports
 *    $. Configuration
 */
/* $. Variables
\*----------------------------------------------------------------*/
/**
 * GROOT
 */
/* $. Imports
\*----------------------------------------------------------------*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import '../grunticon/icons.fallback.css';
@import '../grunticon/icons.data.png.css';
@import '../grunticon/icons.data.svg.css';
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Groot v0.0.7 | MIT License | http://github.com/lukewhitehouse/groot */
/**
 ***************************************************************************
 * Groot > groot.scss
 ***************************************************************************
 *
 * Acting as a hub to build upon the components which make up the
 * Groot system.
 *
 * $. Variables
 * $. Base
 * $. Modifiers
 * $. Builder
 *
 */
/* $. Variables
\*----------------------------------------------------------------*/
/**
 ***************************************************************************
 * Groot > src/_variables.scss
 ***************************************************************************
 *
 * All available variables have present !default values which can be
 * overridden by the user. In addition, to prevent conflicts with 3rd
 * party packages, each variable is namespaced with `$gr`, short for
 * groot.
 *
 * $. Core
 * $. Modifiers
 * $. Sizing
 * $. Grid Alignment
 * $. Item Alignment
 *
 */
/* $. Core
\*----------------------------------------------------------------*/
/* $. Modifiers
\*----------------------------------------------------------------*/
/* $. Sizing
\*----------------------------------------------------------------*/
/* $. Grid Alignment
\*----------------------------------------------------------------*/
/* $. Item Alignment
\*----------------------------------------------------------------*/
/* $. Base
\*----------------------------------------------------------------*/
/**
 ***************************************************************************
 * Groot > src/_base.scss
 ***************************************************************************
 *
 * Create the main classes for the grid's container and its children.
 *
 * $. Container
 * $. Item
 *
 */
/* $. Container
\*----------------------------------------------------------------*/
.grid {
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0 0 0 -1em;
  direction: inherit;
  text-align: inherit;
}

/* $. Item
\*----------------------------------------------------------------*/
.grid__item {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin: 0 -0.25em 0 0;
  padding: 0 0 0 1em;
  direction: inherit;
  text-align: inherit;
  vertical-align: top;
}

/* $. Modifiers
\*----------------------------------------------------------------*/
/**
 ***************************************************************************
 * Groot > src/_modifiers.scss
 ***************************************************************************
 *
 * Styling to produce the various modifiers that come prebuilt into the
 * grid system.
 *
 * $. Spacing
 * $. Directional
 * $. Alignment
 *
 */
/* $. Spacing
\*----------------------------------------------------------------*/
.grid--spaced {
  margin: 0 0 0 -2em;
}
.grid--spaced > .grid__item {
  padding: 0 0 0 2em;
}

.grid--compact {
  margin: 0;
}
.grid--compact > .grid__item {
  padding: 0;
}

/* $. Directional
\*----------------------------------------------------------------*/
.grid--reversed {
  direction: rtl;
}
.grid--reversed:after {
  content: "";
  clear: both;
  display: table;
}
.grid--reversed .grid__item {
  margin: 0 0 0 -0.25em;
}

/* $. Alignment
\*----------------------------------------------------------------*/
.grid--centered {
  text-align: center;
}

.grid__item--centered {
  display: block;
  margin: 0 auto;
}

/* $. Build
\*----------------------------------------------------------------*/
/**
 ***************************************************************************
 * Groot > src/_builder.scss
 ***************************************************************************
 *
 * This Mixin is used to build out the Grid system. This takes two
 * parameters, one for the number of columns to create and the second
 * for at what breakpoint this should be created for.
 *
 * @param | int    | $cols   | Number of Columns to build
 * @param | string | $suffix | Suffix for the Class declaration
 *
 * @return class declartion
 *
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

/* $. Configuration
\*----------------------------------------------------------------*/
/**
 * Loop through $cols
 */
/**
 * Create a loop ending with 1 less than the $col parameter
 */
/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--1-12 {
  width: 8.3333333333%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--2-12 {
  width: 16.6666666667%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--3-12 {
  width: 25%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--4-12 {
  width: 33.3333333333%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--5-12 {
  width: 41.6666666667%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--6-12 {
  width: 50%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--7-12 {
  width: 58.3333333333%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--8-12 {
  width: 66.6666666667%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--9-12 {
  width: 75%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--10-12 {
  width: 83.3333333333%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--11-12 {
  width: 91.6666666667%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--12-12 {
  width: 100%;
}

@media screen and (min-width: 30em) {
  /**
   * Loop through $cols
   */
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-12-bp1 {
    width: 8.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-12-bp1 {
    width: 16.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-12-bp1 {
    width: 25%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-12-bp1 {
    width: 33.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-12-bp1 {
    width: 41.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--6-12-bp1 {
    width: 50%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--7-12-bp1 {
    width: 58.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--8-12-bp1 {
    width: 66.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--9-12-bp1 {
    width: 75%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--10-12-bp1 {
    width: 83.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--11-12-bp1 {
    width: 91.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--12-12-bp1 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  /**
   * Loop through $cols
   */
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-12-bp2 {
    width: 8.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-12-bp2 {
    width: 16.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-12-bp2 {
    width: 25%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-12-bp2 {
    width: 33.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-12-bp2 {
    width: 41.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--6-12-bp2 {
    width: 50%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--7-12-bp2 {
    width: 58.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--8-12-bp2 {
    width: 66.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--9-12-bp2 {
    width: 75%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--10-12-bp2 {
    width: 83.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--11-12-bp2 {
    width: 91.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--12-12-bp2 {
    width: 100%;
  }
}
@media screen and (min-width: 62em) {
  /**
   * Loop through $cols
   */
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-12-bp3 {
    width: 8.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-12-bp3 {
    width: 16.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-12-bp3 {
    width: 25%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-12-bp3 {
    width: 33.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-12-bp3 {
    width: 41.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--6-12-bp3 {
    width: 50%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--7-12-bp3 {
    width: 58.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--8-12-bp3 {
    width: 66.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--9-12-bp3 {
    width: 75%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--10-12-bp3 {
    width: 83.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--11-12-bp3 {
    width: 91.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--12-12-bp3 {
    width: 100%;
  }
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-5-bp3 {
    width: 20%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-5-bp3 {
    width: 40%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-5-bp3 {
    width: 60%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-5-bp3 {
    width: 80%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-5-bp3 {
    width: 100%;
  }
}
@media screen and (min-width: 78em) {
  /**
   * Loop through $cols
   */
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-12-bp4 {
    width: 8.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-12-bp4 {
    width: 16.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-12-bp4 {
    width: 25%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-12-bp4 {
    width: 33.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-12-bp4 {
    width: 41.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--6-12-bp4 {
    width: 50%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--7-12-bp4 {
    width: 58.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--8-12-bp4 {
    width: 66.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--9-12-bp4 {
    width: 75%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--10-12-bp4 {
    width: 83.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--11-12-bp4 {
    width: 91.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--12-12-bp4 {
    width: 100%;
  }
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-5-bp4 {
    width: 20%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-5-bp4 {
    width: 40%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-5-bp4 {
    width: 60%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-5-bp4 {
    width: 80%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-5-bp4 {
    width: 100%;
  }
}
@media screen and (min-width: 87em) {
  /**
   * Loop through $cols
   */
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-12-bp5 {
    width: 8.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-12-bp5 {
    width: 16.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-12-bp5 {
    width: 25%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-12-bp5 {
    width: 33.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-12-bp5 {
    width: 41.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--6-12-bp5 {
    width: 50%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--7-12-bp5 {
    width: 58.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--8-12-bp5 {
    width: 66.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--9-12-bp5 {
    width: 75%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--10-12-bp5 {
    width: 83.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--11-12-bp5 {
    width: 91.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--12-12-bp5 {
    width: 100%;
  }
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-5-bp5 {
    width: 20%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-5-bp5 {
    width: 40%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-5-bp5 {
    width: 60%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-5-bp5 {
    width: 80%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-5-bp5 {
    width: 100%;
  }
}
@media screen and (min-width: 96em) {
  /**
   * Loop through $cols
   */
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-12-bp6 {
    width: 8.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-12-bp6 {
    width: 16.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-12-bp6 {
    width: 25%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-12-bp6 {
    width: 33.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-12-bp6 {
    width: 41.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--6-12-bp6 {
    width: 50%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--7-12-bp6 {
    width: 58.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--8-12-bp6 {
    width: 66.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--9-12-bp6 {
    width: 75%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--10-12-bp6 {
    width: 83.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--11-12-bp6 {
    width: 91.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--12-12-bp6 {
    width: 100%;
  }
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-5-bp6 {
    width: 20%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-5-bp6 {
    width: 40%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-5-bp6 {
    width: 60%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-5-bp6 {
    width: 80%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-5-bp6 {
    width: 100%;
  }
}
.grid__item--omega {
  float: right;
}

/**
 * Cookie Policy
 */
#cookie-law-info-bar {
  font-size: 100%;
}
#cookie-law-info-bar .cli_messagebar_head {
  font-weight: bold;
  font-size: 1.3em;
  margin: 1em 0 1.25em 0;
}
#cookie-law-info-bar .cli_mixd_message {
  display: block;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 0;
}
#cookie-law-info-bar .cli_mixd_message a {
  text-decoration: underline;
  color: #1d70b8;
}
#cookie-law-info-bar .cli_mixd_message a:hover {
  color: #003078;
}
#cookie-law-info-bar .cli_mixd_buttons a {
  font-size: 1.1em;
  padding: 0.8em 2em;
  background-color: #00703c;
  color: white;
  font-weight: normal;
  margin: 0 0.5em 1em 0.5em;
  line-height: 1.25;
  min-width: 12em;
  display: inline-block;
}
#cookie-law-info-bar .cli_mixd_buttons a:hover {
  background-color: rgb(0, 86.5, 46.3392857143) !important;
}

@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 200;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
}
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
}
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
}
/* $. Grunt Icons
\*----------------------------------------------------------------*/
/* $. Base - Project defaults & Element styling
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Defaults
 * Description:
 *    These are the base styles for the project
 * Sections:
 *    $. Defaults
 *    $. Selections
 */
/* $. Defaults
\*----------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1.5;
  font-size: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
}
@media screen and (min-width: 62em) {
  html {
    font-size: 112.5%;
  }
}

body {
  color: #415463;
  background-color: #FFFFFF;
}

/* $. Selections
\*----------------------------------------------------------------*/
::-moz-selection {
  background: rgba(102, 102, 102, 0.5);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(102, 102, 102, 0.5);
  color: #fff;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: rgba(102, 102, 102, 0.5);
}

:focus {
  outline: 2px solid #FFB81C;
  box-shadow: 0 0 1px rgb(229.5, 229.5, 229.5);
}

/**
 * Title:
 *    Elements
 * Description:
 *    The styling of basic element tags
 * Sections:
 *    $. Basics
 *    $. Links
 *    $. Blockquotes
 *    $. Embedded
 */
/* $. Basics
\*----------------------------------------------------------------*/
hr {
  border: 0;
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
}

ins {
  text-decoration: none;
  color: #000;
  background: #ff9;
}

mark {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}

pre {
  overflow-x: auto;
}

address {
  white-space: pre-line;
}

/* $. Links
\*----------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #006BC2;
}
a:hover {
  color: rgb(0, 78.8711340206, 143);
}

/* $. Blockquotes
\*----------------------------------------------------------------*/
blockquote, .corona-faq-article__answer blockquote,
.cms-content .blockquote {
  position: relative;
  display: block;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.5em 0;
  background: #FFFFFF;
  color: #415463;
  padding: 1.25em;
  border-radius: 0.5em;
}
blockquote p, .corona-faq-article__answer blockquote p,
.cms-content .blockquote p {
  display: block;
  color: #0072CE;
  line-height: 1.3;
  margin: 0 0 0.3333333333em 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 48em) {
  blockquote p, .corona-faq-article__answer blockquote p,
  .cms-content .blockquote p {
    font-size: 1.375rem;
  }
}
blockquote p:before, .corona-faq-article__answer blockquote p:before,
.cms-content .blockquote p:before {
  display: inline;
  content: "“";
}
blockquote p:after, .corona-faq-article__answer blockquote p:after,
.cms-content .blockquote p:after {
  display: inline;
  content: "”";
}
blockquote cite, .corona-faq-article__answer blockquote cite,
.cms-content .blockquote cite {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  blockquote cite, .corona-faq-article__answer blockquote cite,
  .cms-content .blockquote cite {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 78em) {
  blockquote cite, .corona-faq-article__answer blockquote cite,
  .cms-content .blockquote cite {
    font-size: 1.125rem;
  }
}
blockquote strong, .corona-faq-article__answer blockquote strong,
.cms-content .blockquote strong {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}
blockquote strong, .corona-faq-article__answer blockquote strong,
blockquote em,
.corona-faq-article__answer blockquote em,
.cms-content .blockquote strong,
.cms-content .blockquote em {
  line-height: 1.3;
  display: block;
  font-style: normal;
}
blockquote em, .corona-faq-article__answer blockquote em,
.cms-content .blockquote em {
  color: #415463;
}

code {
  background-color: #415463;
  color: #FFFFFF;
  padding: 0.5em;
  margin: 1.5em 0;
  display: block;
  position: relative;
  font-size: 0.875rem;
}
code:before {
  background-color: #415463;
  color: #FFFFFF;
  font-size: 0.875rem;
  position: absolute;
  content: "code";
  top: -1.5em;
  left: 0;
  padding: 0.2em 0.5em;
}

/* $. Embedded
\*----------------------------------------------------------------*/
img {
  display: inline-block;
  margin: 0 auto;
  font-style: italic;
  color: #666;
  vertical-align: middle;
}
img[width] {
  width: auto !important;
}
img[height] {
  height: auto !important;
}

img,
audio,
canvas,
embed,
object,
video {
  max-width: 100%;
}

iframe {
  display: block;
}

/**
 * Title: Typography
 * Description: Base typography styles dealing with Vertical Rhythm and Hierarchy
 * Sections:
 *    $. Vertical Rhythm
 *    $. Headings and Common Styles
 */
/* $. Vertical Rhythm
\*----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.2;
}

blockquote, .corona-faq-article__answer blockquote, pre, p, ul, ol, dl, hr {
  margin-top: 0;
}

p, ul, ol, dl, hr, form, table, blockquote, .corona-faq-article__answer blockquote, pre {
  margin-bottom: 1em;
}

ul > :last-child,
ol > :last-child,
dl > :last-child,
blockquote > :last-child {
  margin-bottom: 0;
}

/* $. Headings and Common Styles
\*----------------------------------------------------------------*/
h1, .alpha {
  font-size: 2.25rem;
}

h2, .beta {
  font-size: 1.875rem;
}

h3, .gamma {
  font-size: 1.5rem;
}

h4, .delta {
  font-size: 1.25rem;
}

h5, .epsilon {
  font-size: 1rem;
}

h6, .zeta {
  font-size: 0.875rem;
}

.intro {
  font-size: 1.25em;
}

.headline {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  padding-bottom: 0.45em;
}

/**
 * Title:
 *    Lists
 * Description:
 *    Styling of <ul>, <ol>, <dl> and its children
 * Sections:
 *    $. Basics
 *    $. Your Styles
 */
/* $. Lists
\*----------------------------------------------------------------*/
ul, ol {
  margin-left: 2em;
  padding-left: 0;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}

li {
  margin-bottom: 0.5em;
}

dt {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
}

dd {
  margin-left: 0;
  margin-bottom: 0.5em;
  font-style: italic;
}

/* $. Your Styles
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Forms
 * Description:
 *    Styling of forms and form variations
 * Sections:
 *    $. Basics
 *    $. Placeholders
 */
/* $. Basics
\*----------------------------------------------------------------*/
form {
  margin: 0 0 1.5em 0;
}

fieldset {
  margin-bottom: 1.5em;
  padding: 0 1em;
}
fieldset:last-child {
  margin-top: 0;
}

legend {
  font-size: 1.25em;
  margin-bottom: 1em;
  padding: 0 1em;
}

label,
.fauxlabel {
  display: block;
  padding-bottom: 0.25em;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
  background: none;
  border: none;
  height: 0.8em;
  width: 0.8em;
}

input,
select,
textarea,
.select {
  width: 100%;
  padding: 0.5em;
  border: 1px solid;
  border-radius: 0;
  color: #666;
  box-sizing: border-box !important;
  background-color: #fff;
  border-color: #ccc;
}
input:focus,
select:focus,
textarea:focus,
.select:focus {
  outline: 2px solid #FFB81C !important;
}

.select:focus-within {
  outline: 2px solid #FFB81C !important;
}

textarea {
  resize: vertical;
}

form ul,
form ol {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1em;
}

form li {
  margin-bottom: 0.5em;
}

form li:last-child,
fieldset:last-child {
  margin-bottom: 0;
}

/* $. Search form
\*----------------------------------------------------------------*/
.form--search {
  margin: 0;
}
.form--search .form__input {
  width: 100%;
  border-color: #768692;
  color: #415463;
  line-height: 35px;
  height: 35px;
  border-radius: 35px;
  padding: 0 40px 0 0.6666666667em;
  box-shadow: none;
  -webkit-appearance: none;
}
.form--search .form__input:focus {
  outline: 2px solid #FFB81C !important;
}
.form--search .search-input-group {
  position: relative;
}
.form--search .search-input-group:focus {
  outline: 2px solid #FFB81C !important;
}
.form--search .form__submit {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
  background-position: 45% 45%;
  background-size: 20px auto;
  background-color: #0072CE;
  display: block;
  max-width: 100%;
}
.form--search .form__submit:focus {
  outline: 2px solid #FFB81C !important;
}

/* $. Form Directions
\*----------------------------------------------------------------*/
.form--directions {
  margin-top: 1.125em;
  margin-bottom: 1em;
}
@media screen and (min-width: 62em) {
  .form--directions {
    margin-bottom: 0;
  }
}
.form--directions label,
.form--directions .fauxlabel {
  font-size: 1.125rem;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 30em) {
  .form--directions label,
  .form--directions .fauxlabel {
    font-size: 1.25rem;
  }
}
.form--directions .search-input-group {
  max-width: 400px;
}
.form--directions .form__input {
  height: 45px;
  line-height: 45px;
  font-size: 1.125rem;
  padding-right: 55px;
}
.form--directions .icon--medium {
  width: 45px;
  height: 45px;
  background-size: 24px;
  background-position: 60%;
}

/* $. Form Filter
\*----------------------------------------------------------------*/
.form--filter label,
.form--filter .fauxlabel {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 1em;
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  .form--filter label,
  .form--filter .fauxlabel {
    margin-top: 0;
  }
}
@media screen and (min-width: 62em) {
  .form--filter label,
  .form--filter .fauxlabel {
    margin-top: 0;
  }
}
.form--filter label.radio {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1.25;
}
.form--filter label.radio span {
  font-size: 1rem;
}
.form--filter .label--first {
  margin-top: 0;
}
.form--filter .btn {
  margin-top: 1.5em;
  color: #006BC2;
  background: white;
}
.form--filter .btn:focus {
  outline: 2px solid #FFB81C !important;
}
.form--filter .btn:hover, .form--filter .btn:focus {
  background: #141B4D;
  color: white;
}

.form--filter.form--events label,
.form--filter.form--publications label {
  margin-top: 1em;
}
.form--filter.form--events label.label--first-line,
.form--filter.form--publications label.label--first-line {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .form--filter.form--events label,
  .form--filter.form--publications label {
    margin-top: 1em;
  }
}
@media screen and (min-width: 62em) {
  .form--filter.form--events label,
  .form--filter.form--publications label {
    margin-top: 0;
  }
}

/* $. Form Accordion
\*----------------------------------------------------------------*/
.form--accordion .form__wrap {
  position: relative;
  padding-bottom: 60px;
}
.form--accordion label,
.form--accordion .fauxlabel {
  margin-top: 0.75em;
}
.form--accordion .btn {
  margin-top: 1em;
}
.form--accordion .input-group {
  margin-bottom: 1em;
}
.form--accordion .grid__item--btn {
  position: absolute;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 62em) {
  .form--accordion .form__wrap {
    padding-bottom: 0;
  }
  .form--accordion .btn {
    margin-top: 1.5em;
  }
  .form--accordion label {
    margin-top: 0;
  }
  .form--accordion .input-group {
    margin-bottom: 0;
  }
  .form--accordion .grid__item--btn {
    padding-left: 1em !important;
    position: static;
  }
}

/* $. Custom Select
\*----------------------------------------------------------------*/
.select {
  position: relative;
  display: block;
  border-width: 1px;
  border-style: solid;
  z-index: 1;
  width: 100%;
  padding: 0.5em 1em;
  padding-right: 2em;
  background-position: 97% 50%;
  background-size: 17px;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* $. Gravity Forms
\*----------------------------------------------------------------*/
.gform_wrapper ul {
  margin: 0 0 1.5em;
}
.gform_wrapper li {
  margin-bottom: 0.75em;
  list-style-position: outside;
}
.gform_wrapper .instruction {
  font-size: 0.875rem;
}
.gform_wrapper .gfield_label,
.gform_wrapper .ginput_container_address label {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.gform_wrapper .gfield_label_before_complex {
  font-size: 1.125rem;
  margin-top: 0.25em;
  padding-top: 0.25em;
}
.gform_wrapper .ginput_complex > span {
  display: block;
  margin-bottom: 0.5em;
}
.gform_wrapper .gform_hidden {
  display: none;
}
.gform_wrapper .gfield_radio label,
.gform_wrapper .gfield_checkbox label {
  display: inline;
  margin-left: 0.5rem;
  padding-bottom: 0;
}
.gform_wrapper .alert--error {
  background-color: red;
  color: white;
  font-weight: 700;
  padding: 1rem;
  margin-bottom: 1rem;
}
.gform_wrapper input[value=gf_other_choice] + input {
  width: 80%;
  margin-left: 0.5rem;
}

.cms-content .gform_wrapper .gfield_html ul {
  padding-left: 1em;
}

.form--gdpr .gfield_checkbox input,
.form--gdpr .gfield_checkbox label {
  display: inline;
}

/* $. Awards
\*----------------------------------------------------------------*/
.cms-content .gform_wrapper ul {
  margin-left: 0;
}
.cms-content .gform_wrapper .gfield_label {
  font-size: 1.25rem;
  padding: 0;
}
.cms-content .gform_wrapper .ginput_container {
  margin-top: 0.3333333333em;
}
.cms-content .gform_wrapper li {
  margin-bottom: 1.5em;
}
.cms-content .gform_wrapper .gfield_radio {
  margin-bottom: 0;
}
.cms-content .gform_wrapper .gfield_radio li {
  margin-bottom: 0;
}
.cms-content .gform_wrapper .gfield_html p,
.cms-content .gform_wrapper .gfield_html ul {
  font-size: 1rem;
}
.cms-content .gform_wrapper .gfield_html ul {
  list-style: inside square;
}
.cms-content .gform_wrapper .gfield_html li {
  margin-bottom: 0.3333333333em;
}
/* $. Placeholders
\*----------------------------------------------------------------*/
/* $. GDPR Checkbox
\*----------------------------------------------------------------*/
.form--gdpr .gfield_checkbox input,
.form--gdpr .gfield_checkbox label {
  display: inline;
}
.form--gdpr .gfield_checkbox input {
  margin-right: 0.5em;
}

/**
 * Title:
 *    Tables
 * Description:
 *    Styling of tables and their variations
 * Sections:
 *    $. Basics
 *    $. Your Styles
 */
/* $. Basics
\*----------------------------------------------------------------*/
table {
  width: 100%;
}

td, th, caption {
  background-color: #FFFFFF;
  padding: 0.5em;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  vertical-align: top;
}

td {
  font-size: 1rem;
}
@media screen and (min-width: 30em) {
  td {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 62em) {
  td {
    font-size: 1rem;
  }
}
@media screen and (min-width: 78em) {
  td {
    font-size: 1.125rem;
  }
}

td:first-child {
  width: 30%;
}

tr:nth-child(odd) td {
  background: rgb(248.625, 248.625, 248.625);
}

th {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #0072CE;
  color: #FFFFFF;
}

caption {
  background: rgb(223.125, 223.125, 223.125);
}

/* $. Your Styles
\*----------------------------------------------------------------*/
.table--hovered tr:hover td {
  background: rgb(235.875, 235.875, 235.875);
}

.grid__item--no-padding {
  padding: 0;
}

.grid__item--padding-right {
  padding: 0 1em 0 0;
}

.grid--whitespace-nowrap {
  white-space: nowrap;
}

/* $. Layout - Page based layouts i.e. .header, .page-86, etc
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Header
 * Description:
 *    Header layout module, used to define the header at the top of each page.
 *    This could be used in combination with other components to create a
 *    fully-fledged design.
 * Sections:
 *    $. Base
 *    $. Logo
 *    $. Nav
 *    $. Toggle
 *    $. Search
 */
/* $. Base
\*----------------------------------------------------------------*/
.header {
  padding-top: 1em;
  display: block;
  margin-bottom: 1em;
  position: relative;
}
.header .container {
  position: relative;
  padding-top: 4em;
}
@media screen and (min-width: 48em) {
  .header .container {
    padding-top: 3.5em;
  }
}
@media screen and (min-width: 62em) {
  .header {
    margin-bottom: 0.5em;
  }
  .header .container {
    padding-top: 0;
  }
}

/* $. Logo
\*----------------------------------------------------------------*/
.header__logo {
  display: block;
  width: 100%;
  max-width: 180px;
  height: 65px;
  margin: 0 0 0 auto;
  background-position: top right;
  background-size: 100% auto;
}
@media screen and (min-width: 30em) {
  .header__logo {
    max-width: 250px;
    height: 90px;
  }
}
@media screen and (min-width: 78em) {
  .header__logo {
    max-width: 350px;
    height: 126px;
  }
}
.header__logo:focus {
  outline: 2px solid #FFB81C !important;
}

.header__logo--print {
  display: none !important;
}

/* $. Nav
\*----------------------------------------------------------------*/
.header__nav {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100%;
  bottom: -4em;
  padding: 4em 4em 4em 0;
  right: -100%;
  background: #0072CE;
  transition: right 600ms;
  overflow-y: scroll;
}
@media screen and (min-width: 30em) {
  .header__nav {
    max-width: 360px;
  }
}
@media screen and (min-width: 62em) {
  .header__nav {
    width: 100%;
    max-width: 100%;
    top: auto;
    right: auto;
    position: static;
    padding: 0;
    transition: none;
    background-color: transparent;
    overflow-y: visible;
    margin-top: 2em;
  }
}

@media screen and (max-width: 62em) {
  .header__nav.active {
    right: 0;
  }
}

/* $. Header container
\*----------------------------------------------------------------*/
.header__tools {
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .header__tools {
    width: 66%;
    top: 0;
    max-width: 310px;
  }
}

/* $. Recite me
\*----------------------------------------------------------------*/
.header__recite {
  margin-right: 0.5405405405em;
}
@media screen and (min-width: 48em) {
  .header__recite {
    margin-right: 1em;
  }
}
.header__recite img {
  width: 5.5em;
}
@media screen and (min-width: 48em) {
  .header__recite img {
    top: 0;
  }
}
.header__recite a:focus {
  outline: 2px solid #FFB81C !important;
}

/* $. Skip Link
\*----------------------------------------------------------------*/
.skip-link {
  color: black;
  position: absolute;
  top: -100%;
  padding: 0.5em 1em;
  left: 0;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  border: 2px solid #415463;
  background: #FFB81C;
  text-decoration: none;
  z-index: 10000;
}

.skip-link:focus {
  left: 0;
  top: 0;
  text-decoration: underline;
  color: black;
}

/**
 * Title:
 *    Footer
 * Description:
 *    Used to define the sites main footer at the bottom of the page.
 *    Don't use this as a place to put generic <footer> tags.
 * Sections:
 *    $. Footer
 *    $. Social
 *    $. Copyright
 */
/* $. Footer
\*----------------------------------------------------------------*/
.footer {
  overflow-x: hidden;
  position: relative;
  z-index: 10;
  padding-top: 1.5em;
}
.footer .curve {
  display: none;
}
@media screen and (min-width: 48em) {
  .footer {
    padding-top: 0;
    margin-top: -3em;
  }
  .footer .curve {
    display: block;
    z-index: 1;
    margin-top: 0;
  }
}

.footer__upper {
  position: relative;
  z-index: 10;
}

.footer__lower {
  padding: 1.5em 0 1em;
}
.footer__lower a {
  color: #0072CE;
  border-bottom: 1px solid #19D3FD;
}

.curve {
  position: relative;
  display: block;
  width: 120%;
  margin-left: -10%;
  z-index: 1;
  margin-top: -3em;
  margin-bottom: -7.5%;
  padding-bottom: 12.5%;
  background-color: #FFFFFF;
  border-radius: 50% 50% 0 0;
}

.curve--hero {
  display: none;
}
@media screen and (min-width: 48em) {
  .curve--hero {
    display: block;
    margin-top: -10em;
    padding-bottom: 18%;
    margin-bottom: -11.5%;
  }
}
@media screen and (min-width: 62em) {
  .curve--hero {
    margin-top: -11em;
  }
}
@media screen and (min-width: 78em) {
  .curve--hero {
    margin-top: -12em;
    margin-bottom: -11%;
  }
}

.footer__address {
  font-size: 0.875rem;
}
.footer__address .icon {
  display: none;
}
.footer__address span {
  display: block;
}
.footer__address span:after {
  content: ",";
}
.footer__address span:last-child:after {
  content: "";
}
@media screen and (min-width: 48em) {
  .footer__address {
    font-size: 1.125rem;
    text-align: left;
  }
  .footer__address .icon,
  .footer__address .adr {
    display: table-cell;
    vertical-align: middle;
  }
  .footer__address .adr {
    padding-left: 0.5em;
  }
  .footer__address .icon {
    background-position: left top;
  }
  .footer__address span {
    display: inline;
  }
}
.footer__tel {
  font-size: 1.5rem;
  margin: 0.5em 0;
}
.footer__tel .contain {
  display: inline-block;
}
.footer__tel .icon,
.footer__tel .contain div {
  display: table-cell;
  vertical-align: middle;
}
.footer__tel .contain div {
  padding-left: 0.5em;
}
.footer__tel .icon {
  background-position: left center;
}
.footer__tel .or {
  display: none;
}
.footer__tel a {
  display: block;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0072CE;
}
.footer__tel a:focus {
  outline: 2px solid #FFB81C !important;
}
@media screen and (min-width: 48em) {
  .footer__tel {
    text-align: left;
  }
  .footer__tel a,
  .footer__tel .or {
    display: inline-block;
  }
}

/* $. Social
\*----------------------------------------------------------------*/
.footer__social {
  list-style: none;
  margin: 0 auto 0.3333333333em;
}
.footer__social li {
  display: inline;
  margin-left: 0.25em;
}
.footer__social li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 48em) {
  .footer__social {
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
  }
}
.footer__social .icon {
  border: 2px solid transparent;
}
.footer__social .icon:focus {
  outline: 2px solid #FFB81C !important;
}

/* $. Logo
\*----------------------------------------------------------------*/
.footer__logo .icon {
  width: 189px;
  height: 131px;
  display: block;
}
@media screen and (min-width: 62em) {
  .footer__logo .icon {
    width: 245px;
    height: 170px;
    margin: 0 0 0 auto;
  }
}

.awards__logo .icon {
  display: block;
  width: 189px;
  height: 131px;
}
@media screen and (min-width: 62em) {
  .awards__logo .icon {
    width: 245px;
    height: 170px;
    margin: 0 0 0 auto;
  }
}

.bloom__logo {
  display: block;
  height: 100px;
  width: auto;
}

/* $. Copyright
\*----------------------------------------------------------------*/
.footer__meta {
  margin: 0 auto;
  text-align: center;
  font-size: 0.75rem;
  color: #415463;
}
.footer__meta p {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .footer__meta {
    font-size: 0.875rem;
  }
  .footer__meta p {
    display: inline-block;
    line-height: 1;
  }
  .footer__meta p:first-child {
    margin-right: 4px;
    padding-right: 8px;
    border-right: 1px solid #415463;
  }
}
@media screen and (min-width: 62em) {
  .footer__meta {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 78em) {
  .footer__meta {
    font-size: 0.625rem;
    text-align: right;
  }
}
@media screen and (min-width: 87em) {
  .footer__meta {
    font-size: 0.75rem;
  }
}

.footer__author a:focus {
  outline: 2px solid #FFB81C !important;
}

.cqc-widget a:focus {
  outline: 2px solid #FFB81C;
}

/**
 * Title:
 *    Containers
 * Description:
 *    Container based layout modules
 * Sections:
 *    $. Base
 *    $. Modifications
 */
/* $. Base
\*----------------------------------------------------------------*/
.main {
  overflow-x: hidden;
  position: relative;
}

.container {
  margin: 0 auto;
  width: 92.5%;
  min-width: 15em;
  max-width: 68.5em;
}
@media screen and (min-width: 30em) {
  .container {
    width: 85%;
  }
}

.container--overlap {
  z-index: 5;
}

/* $. Modifications
\*----------------------------------------------------------------*/
.container--small {
  max-width: 850px;
}

.container--large {
  width: 97.5%;
  max-width: 75em;
}
@media screen and (min-width: 30em) {
  .container--large {
    width: 90%;
  }
}

.container--flush {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 62em) {
  .container--flush {
    width: 85%;
  }
}

/**
 * Title:
 *    Content
 * Description:
 *    Content coming from the CMS
 * Sections:
 *    $. Content
 */
/* $. Content
\*----------------------------------------------------------------*/
.content {
  max-width: 850px;
}
.content > *:last-child {
  margin-bottom: 0;
}
/**
 * Title:
 *    Page
 * Description:
 *
 * Sections:

 */
.page__head {
  margin-top: 1em;
}
@media screen and (min-width: 30em) {
  .page__head {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 48em) {
  .page__head {
    margin-top: 2em;
  }
}
@media screen and (min-width: 62em) {
  .page__head {
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 78em) {
  .page__head {
    margin-top: 3em;
  }
}
@media screen and (min-width: 87em) {
  .page__head {
    margin-top: 3.5em;
  }
}

.page__headline {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #FFFFFF;
}

.page__title {
  font-size: 2.25rem;
  margin-bottom: 0;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media screen and (min-width: 30em) {
  .page__title {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 48em) {
  .page__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 62em) {
  .page__title {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 78em) {
  .page__title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 87em) {
  .page__title {
    font-size: 2.825rem;
  }
}

.page__subtitle {
  font-size: 1.125rem;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  .page__subtitle {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .page__subtitle {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 62em) {
  .page__subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 78em) {
  .page__subtitle {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 87em) {
  .page__subtitle {
    font-size: 1.75rem;
  }
}

.page__date {
  font-size: 1.25rem;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: 1em;
}

.page__intro {
  font-size: 1.125rem;
  margin-bottom: 0;
  max-width: 900px;
}
@media screen and (min-width: 30em) {
  .page__intro {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .page__intro {
    font-size: 1.375rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 62em) {
  .page__intro {
    font-size: 1.5rem;
  }
}

.main .adr {
  font-style: normal;
}
.main .adr span {
  display: block;
}
.main .adr span:after {
  content: ",";
}
.main .adr span:last-child:after {
  content: "";
}

.main .adr--inline span {
  display: inline-block;
}

.location {
  background-color: #FFFFFF;
  margin-bottom: 1.5em;
}
.location a {
  border-bottom: 1px solid #19D3FD;
}
.location a:focus, .location a:hover {
  border-bottom-color: rgb(1.9568965517, 183.9482758621, 225.0431034483);
}

.location__meta {
  margin-bottom: 0;
}
.location__meta div {
  margin-top: 2em;
}
.location__meta div:first-child {
  margin-top: 0;
}
.location__meta .adr,
.location__meta .telephone,
.location__meta .icon {
  display: table-cell;
}
.location__meta .adr,
.location__meta .telephone {
  padding-left: 0.5em;
}
.location__meta .telephone a {
  color: #0072CE;
  font-style: normal;
  font-size: 1.5rem;
  display: block;
}
.location__meta .telephone a:focus {
  outline: 2px solid #FFB81C !important;
}
@media screen and (min-width: 48em) {
  .location__meta .telephone a {
    display: inline-block;
    margin-left: 0.25em;
  }
  .location__meta .telephone a:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 30em) {
  .location__meta .adr {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  .location__meta .adr {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 62em) {
  .location__meta .adr {
    font-size: 1rem;
  }
}
@media screen and (min-width: 78em) {
  .location__meta .adr {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 87em) {
  .location__meta .adr {
    font-size: 1.5rem;
  }
}

.home__separator {
  margin-top: 4.5em;
  border-top: 1px solid #D9E1E2;
}

.location,
.location__image img {
  border-radius: 0.5em;
}

@media screen and (min-width: 48em) {
  .location--single .location__content,
  .location--single .location__image {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 62em) {
  .location--single .location__content,
  .location--single .location__image {
    float: left;
  }
  .location--single .location__content {
    width: 65%;
  }
  .location--single .location__image {
    width: 35%;
  }
}
@media screen and (min-width: 78em) {
  .location--single .location__content {
    width: 52.5%;
  }
  .location--single .location__image {
    width: 47.5%;
  }
}
@media screen and (min-width: 87em) {
  .location--single .location__content,
  .location--single .location__image {
    width: 50%;
  }
}

.location__content {
  padding: 1em;
}
.location__content .list {
  font-size: 1.25rem;
}
@media screen and (min-width: 48em) {
  .location__content .list {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 78em) {
  .location__content .list {
    font-size: 1rem;
  }
}
@media screen and (min-width: 78em) {
  .location__content {
    padding: 1.5em;
  }
}

@media screen and (min-width: 48em) {
  .location__image {
    width: 50%;
  }
}
.location__image a:focus {
  outline: 2px solid #FFB81C !important;
}

@media screen and (min-width: 48em) {
  .location__content {
    width: 50%;
  }
}

.location__list a:focus {
  outline: 2px solid #FFB81C !important;
}

@media screen and (min-width: 48em) {
  .location--left .location__image,
  .location--left .location__content {
    float: left;
  }
}
@media screen and (min-width: 78em) {
  .location--left .location__image {
    float: right;
  }
  .location--left .location__content {
    float: left;
  }
}

@media screen and (min-width: 48em) {
  .location--right .location__image,
  .location--right .location__content {
    float: left;
  }
}
@media screen and (min-width: 78em) {
  .location--right .location__image {
    float: left;
  }
  .location--right .location__content {
    float: right;
  }
}

.location__title {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.75rem;
}
@media screen and (min-width: 30em) {
  .location__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .location__title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 62em) {
  .location__title {
    font-size: 1.5rem;
    margin-bottom: 0.75em;
  }
}
@media screen and (min-width: 78em) {
  .location__title {
    font-size: 1.875rem;
  }
}
.location__title a:focus {
  outline: 2px solid #FFB81C !important;
}

.location__excerpt {
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .location__excerpt {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 78em) {
  .location__excerpt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 87em) {
  .location__excerpt {
    font-size: 1rem;
  }
}

/**
 * Title:
 *    Sidebar
 * Description:
 *    Used to display the Sidebar's styling on pages or posts
 *    which have one.
 * Sections:
 *    $. Base
 */
/* $. Base
\*----------------------------------------------------------------*/
.sidebar {
  margin-top: 1.5em;
}
@media screen and (min-width: 62em) {
  .sidebar {
    min-width: 280px;
    max-width: 320px;
    float: right;
    margin: 0 auto 0 0;
  }
}

.sidebar--left {
  margin-top: 0;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 62em) {
  .sidebar--left {
    float: left;
    margin: 0 0 auto 0;
  }
}

@media screen and (min-width: 62em) {
  .sidebar--doctors {
    min-width: 300px;
    max-width: 350px;
  }
}

/* $. Elements
\*----------------------------------------------------------------*/
.sidebar-item {
  background-color: #FFFFFF;
  border-radius: 0.5em;
  margin-bottom: 1.5em;
}
.sidebar-item .list {
  font-size: 1.125rem;
}
.sidebar-item li {
  margin: 0.3333333333em 0 0;
}
.sidebar-item li:first-child {
  margin-top: 0;
}
.sidebar-item a {
  color: #0072CE;
  border-bottom: 1px solid #19D3FD;
}
.sidebar-item a:focus {
  outline: 2px solid #FFB81C !important;
}
.sidebar-item .is-current {
  color: #415463;
}

.sidebar-item__title {
  padding: 0.5em 1em;
  background-color: #0072CE;
  color: #FFFFFF;
  border-radius: 0.5em 0.5em 0.3333333333em 0.3333333333em;
}
.sidebar-item__title .title {
  font-size: 1.25rem;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

.sidebar-item__lower {
  padding: 1em;
}

.sidebar__link ul {
  font-size: 75%;
  margin: 0.2em 0 0.2em 2rem !important;
}
.sidebar__link ul li {
  margin: 0.7rem 0;
}

/**
 * Title:
 *    CMS
 * Description:
 *    Fields and selectors that come through WordPress or a plugin
 * Sections:
 *    $. Gravity Forms
 *    $. WYSIWIG
 */
/* $. Gravity Forms
\*----------------------------------------------------------------*/
.gform_fields {
  margin-bottom: 0;
}

.gfield_required {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 0.85rem;
  color: #006BC2;
}

.validation_message {
  margin-top: 0;
  padding: 0.3333333333em;
  margin-bottom: 0;
  font-size: 0.85rem;
  background-color: #0072CE;
  color: #FFFFFF;
  text-align: right;
  width: 150px;
  float: right;
}
.ginput_container_textarea + .validation_message {
  margin-top: -3em;
}

.gform_validation_container {
  display: none;
  user-select: none;
}

/* $. WYSIWIG
\*----------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  text-align: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

article.lined {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #415463;
}

/* $. Other
\*----------------------------------------------------------------*/
.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5 {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
  padding-bottom: 0.3333333333em;
  margin: 0.5em 0 0.6666em;
  border-bottom: 1px solid #FFFFFF;
}
.cms-content h2 {
  font-size: 1.675rem;
}
@media screen and (min-width: 48em) {
  .cms-content h2 {
    font-size: 1.825rem;
  }
}
@media screen and (min-width: 62em) {
  .cms-content h2 {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 78em) {
  .cms-content h2 {
    font-size: 2.375rem;
  }
}
.cms-content img {
  margin-bottom: 1.5em;
}
.cms-content .btn {
  color: #141B4D;
  border-bottom: 1px solid #19D3FD;
}
.cms-content .btn:hover, .cms-content .btn:focus {
  color: rgb(14.7422680412, 19.9020618557, 56.7577319588);
  border-bottom-color: rgb(2.1767241379, 204.6120689655, 250.3232758621);
}
.cms-content .btn {
  margin-bottom: 1em;
}
.cms-content > p,
.cms-content ul,
.cms-content ol {
  margin-bottom: 1.5em;
  font-size: 1rem;
}
@media screen and (min-width: 30em) {
  .cms-content > p,
  .cms-content ul,
  .cms-content ol {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 62em) {
  .cms-content > p,
  .cms-content ul,
  .cms-content ol {
    font-size: 1rem;
  }
}
@media screen and (min-width: 78em) {
  .cms-content > p,
  .cms-content ul,
  .cms-content ol {
    font-size: 1.125rem;
  }
}
.cms-content .strapline {
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.cms-content ul,
.cms-content ol {
  margin-left: 1.5rem;
}
.cms-content ul li,
.cms-content ol li {
  margin-bottom: 0.25em;
}
.cms-content ul li:last-child,
.cms-content ol li:last-child {
  margin-bottom: 0;
}
.cms-content .check-list li,
.cms-content .cross-list li,
.cms-content .download-list li,
.cms-content .arrow-list li {
  list-style: none;
  background-repeat: no-repeat;
  padding-left: 1.5em;
  background-size: 1em;
  background-position: 0 2px;
}
.cms-content .check-list li a,
.cms-content .cross-list li a,
.cms-content .download-list li a,
.cms-content .arrow-list li a {
  color: rgb(0, 92.9355670103, 168.5);
}
.cms-content .check-list li {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2221%22%20viewBox%3D%22289.1%20410.4%2017%2021%22%20enable-background%3D%22new%20289.1%20410.4%2017%2021%22%3E%3Cpath%20fill%3D%22%2385B227%22%20d%3D%22M305.8%20414.6c0%20.9-.3%201.6-1.1%202.3l-.1.1-6.4%206.8c-1.4%201.4-2.6%202.6-3.5%203.3-1%20.7-1.6%201.2-2%201.2s-1-.2-1.6-.6c-.6-.4-1.1-.7-1.2-1.2-.1-.3-.3-1.1-.4-2.2-.1-1.2-.2-2.3-.2-3.6%200-.6.3-1.4.9-1.9.6-.6%201.3-1%202-1%20.6%200%201.1.6%201.3%201.9%200%20.1%200%20.2%200%20.3.1%201%20.2%201.6.4%202%20.1.4.3.5.6.5.1%200%20.3-.1.5-.3.3-.2.6-.5%201.1-1l6.6-6.5c.5-.5%201.1-1%201.5-1.3.4-.3.9-.4%201.1-.4.2%200%20.4.1.5.2.1.2.1.4.1.9v.4h-.1z%22%2F%3E%3C%2Fsvg%3E");
}
.cms-content .cross-list li {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2221%22%20viewBox%3D%22291.6%20410.4%2012%2021%22%20enable-background%3D%22new%20291.6%20410.4%2012%2021%22%3E%3Cpath%20fill%3D%22%23E73433%22%20d%3D%22M303.6%20414.1c-.7.9-1.3%201.8-2.1%202.7-.7.9-1.3%201.8-2%202.6.3.7.7%201.5%201%202.3.3.8.7%201.7%201.1%202.5l-.3.2v.2c-.1.1-.1.1-.2.2s-.1.1-.2.1l.1.4c-.1.1-.2.2-.3.3-.1.1-.2.1-.4.2-.1%200-.4-.3-.9-1-.4-.6-1-1.7-1.9-2.9-.7%201-1.5%202-2.1%203.1s-1.3%202.2-2%203.2c-.2.1-.3.1-.5.2%200%200-.2%200-.4%200h-.1c-.2-.2-.3-.4-.5-.6-.1-.2-.2-.4-.2-.5%200-.1%200-.1%200-.2s0-.2.1-.3l-.1-.3c.2-.6.7-1.5%201.6-2.6s1.9-2.5%203.2-4.2c-.3-.8-.5-1.6-.8-2.3s-.6-1.7-.9-2.7c.1-.2.2-.3.3-.4.1-.1.2-.2.3-.2.1%200%20.1%200%20.2%200s.1.1.2.1l.1-.1c.1%200%20.1%200%20.2%200h.1c0-.1.1-.1.1-.2%200%20.1%200%200%20.1%200%20.2%200%20.5.5%201.1%201.8.3.7.6%201.2.8%201.8.4-.4.9-1%201.6-1.8%201.1-1.6%201.9-2.3%202-2.3.1%200%20.2%200%20.3.1.1.1.2.2.4.3l.4-.4c.1.1.2.2.3.4.2.2.3.2.3.3z%22%2F%3E%3C%2Fsvg%3E");
}
.cms-content .download-list li {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23005EB8%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.8%203.5v6.3H6.6l8.6%208.6%208.7-8.6h-5.3V3.5h-6.8zM0%2012.5v14h30v-14h-4.1v9.9H4.1v-9.9H0z%22%2F%3E%3C%2Fsvg%3E");
}
.cms-content .arrow-list li {
  background-size: 13px;
  background-position: 0 5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAWCAYAAAAb+hYkAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAdpJREFUOI2NkstqU1EUhr+1TuqF6jMkqY6cBpwJSY8KRRTvmJMoGSkIoiOH4hOIOHNkFZIgSMAWFYpJg0gF8RXMZSxOtLXY9qzt4OQkMZe2a7T22vvj///FlqCeSiKUBP1cnm/V2UepqLwSkceGW8k30oV9QWZYRKMqvCzUU9f3hBLGHcx+9M4euHJQn7u8GyQAQeNYxrmdVVU9CmBm23h6pZptL0+FAAqNOR8J34EejCa25YSLlWz3w5i9uIk2p0VzUUbQAy7UWrGZPjMVAijn2m8Ud7d/qRxyIW+DZjI3FYoUO8/BPRp6cdg5XS4006fGMo1W0Eg/E+Fef2C2bh5nq9nulzGluCq59n3g9UBRj+D0xUR7cV1rnpgFd3x4JvFHmATc/paZmXEbNZBM3x32yzlKkyGHbPz+uSiig1WbrXuWWKiebn8FSIwy+dX0E4RgoMAfQc6V/e9r/XjDQNBIPVThwUCBTc/kfMXvfPovW9wU66lbDllE45n9xeRC2e+sjLqJPmwzuSAhS6j27NqWmXep6rfej2UGJP8xfRKPhsJslNm2Fbla9jtLkwAAVeVpDGC2I3g3dgMA1Inb7PWhEylW/FZtNwAgEapXSoR2E7G1yny3uRcA8A/NgK67sA+zkQAAAABJRU5ErkJggg==");
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.6%22%20height%3D%2222.2%22%20viewBox%3D%22-477.9%20229.7%2012.6%2022.2%22%20enable-background%3D%22new%20-477.9%20229.7%2012.6%2022.2%22%3E%3Cpath%20fill%3D%22%235BBF21%22%20d%3D%22M-477.3%20249c-.6.7-.6%201.7%200%202.4.6.6%201.7.6%202.3%200l9.2-9.4c.6-.7.6-1.7%200-2.4l-9.2-9.4c-.6-.6-1.7-.6-2.3%200-.6.6-.6%201.7%200%202.3l7.5%208.2-7.5%208.3z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.cms-content hr {
  margin-bottom: 1.25em;
  background: white;
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  width: 100%;
}
.cms-content .adr--block span {
  display: block;
}
.cms-content .adr--block span:after {
  content: ",";
}
.cms-content .adr--block span:last-child:after {
  content: "";
}
.cms-content .panel, .cms-content .mwm-aal-container, .cms-content .form--filter {
  margin-bottom: 1.5em;
  clear: both;
}
.cms-content .flexible--video {
  margin-bottom: 1.5em;
}
.cms-content > p a:focus {
  outline: 2px solid #FFB81C !important;
}
.cms-content a {
  text-decoration: underline;
}

/**
 * Title:
 *    Service
 * Description:
 *    
 * Sections:

 */
.service-head {
  background-color: #FFFFFF;
}
@media screen and (min-width: 48em) {
  .service-head .service-head__content,
  .service-head .service-head__image {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 62em) {
  .service-head .service-head__content,
  .service-head .service-head__image {
    float: left;
  }
  .service-head .service-head__content {
    width: 65%;
  }
  .service-head .service-head__image {
    width: 35%;
  }
}
@media screen and (min-width: 78em) {
  .service-head .service-head__content {
    width: 45%;
  }
  .service-head .service-head__image {
    width: 55%;
  }
}

.service-head,
.service-head img {
  border-radius: 0.5em;
}

.service-head__content {
  padding: 1em;
}
@media screen and (min-width: 78em) {
  .service-head__content {
    padding: 1.5em;
  }
}

.service-head__title {
  font-size: 2.25rem;
  margin-bottom: 0.5em;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media screen and (min-width: 30em) {
  .service-head__title {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 48em) {
  .service-head__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 62em) {
  .service-head__title {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 78em) {
  .service-head__title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 87em) {
  .service-head__title {
    font-size: 2.825rem;
  }
}

.service-head__subtitle {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

.service-head__excerpt {
  font-size: 1rem;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 0;
}

.service-head__meta {
  margin: 1.5em 0 0;
}
.service-head__meta dl {
  margin: 0;
}
.service-head__meta div {
  margin-top: 0.5em;
}
.service-head__meta div:first-child {
  margin-top: 0;
}
.service-head__meta dt,
.service-head__meta dd {
  display: table-cell;
  vertical-align: middle;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.service-head__meta dt a,
.service-head__meta dt .faux-link,
.service-head__meta dd a,
.service-head__meta dd .faux-link {
  color: #0072CE;
  border-bottom: 1px solid #19D3FD;
}
.service-head__meta dt a:focus, .service-head__meta dt a:hover,
.service-head__meta dt .faux-link:focus,
.service-head__meta dt .faux-link:hover,
.service-head__meta dd a:focus,
.service-head__meta dd a:hover,
.service-head__meta dd .faux-link:focus,
.service-head__meta dd .faux-link:hover {
  color: rgb(0, 99.8883495146, 180.5);
  border-bottom-color: rgb(2.1767241379, 204.6120689655, 250.3232758621);
}
.service-head__meta dt {
  padding-right: 0.25em;
  font-size: 1.25rem;
  margin-bottom: 0.3333333333em;
}
.service-head__meta strong:after {
  content: ":";
}
.service-head__meta p {
  margin: 0;
}

.service-head__telephone,
.service-head__fax {
  font-size: 1.5rem;
}

/* $. Modules - Global objects i.e. .btn, .island, etc
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Icon Module
 * Description:
 *    Responsible for all sizes and styling of Grunticon based icons
 * Sections:
 *    $. Setup
 *    $. Base
 *    $. Variations
 *
 * TODO:
 *    - Change .svg sizes based on this file for better IE8 support
 */
/* $. Setup
\*----------------------------------------------------------------*/
/* $. Base
\*----------------------------------------------------------------*/
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
}

/* $. Variations
\*----------------------------------------------------------------*/
/* Generic sizing */
.icon--small {
  width: 16px;
  height: 16px;
}

.icon--medium {
  width: 35px;
  height: 35px;
}

.icon--large {
  width: 45px;
  height: 45px;
}

.icon--xlarge {
  width: 65px;
  height: 65px;
}

.icon--external {
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
}

/* Styling */
.icon--transparent {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* Custom */
.icon--siren {
  width: 96px;
  height: 96px;
}

.icon--chat,
.icon--chat-white,
.icon--hearts,
.icon--hearts-white,
.icon--document {
  width: 150px;
  height: 130px;
}

/* Logos */
/**
 * Title:
 *    Media Module - http://goo.gl/Xf6MJ
 * Description:
 *    The .media module and its extensions
 * Sections:
 *    $. Setup
 *    $. Component
 *    $. Modifications
 */
/* $. Setup
\*----------------------------------------------------------------*/
/* $. Component
\*----------------------------------------------------------------*/
.media {
  margin-bottom: 1em;
}

.media__body:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .media__body {
    overflow: hidden;
  }
}

.media__img {
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .media__img {
    float: left;
    margin-bottom: 0;
    margin-right: 2em;
  }
}

/* $. Modifications
\*----------------------------------------------------------------*/
@media screen and (min-width: 48em) {
  .media--flipped .media__img {
    float: right;
    margin-left: 2em;
    margin-right: 0;
  }
}

/**
 * Title:
 *    List variations
 * Description:
 *    Styling for different types of lists throughout the site.
 * Sections:
 *    $. Resets
 *    $. Components
 */
/* $. Reset
\*----------------------------------------------------------------*/
.list--unset,
.nav-mobile-primary__item,
.nav-mobile-secondary__item,
.nav-secondary,
.alphabet {
  list-style: none;
  margin: 0;
}
.list--unset ul,
.nav-mobile-primary__item ul,
.nav-mobile-secondary__item ul,
.nav-secondary ul,
.alphabet ul,
.list--unset ol,
.nav-mobile-primary__item ol,
.nav-mobile-secondary__item ol,
.nav-secondary ol,
.alphabet ol {
  list-style: none;
  margin: 0;
}

.list--inline li,
.list--inline dt,
.list--inline dd {
  display: inline-block;
  margin: 0 0.25em;
}
.list--inline li:first-child,
.list--inline dt:first-child,
.list--inline dd:first-child {
  margin-left: 0;
}
.list--inline li:last-child,
.list--inline dt:last-child,
.list--inline dd:last-child {
  margin-right: 0;
}
.list--inline dt,
.list--inline dd {
  font-style: normal;
}

.list--centre {
  text-align: center;
}

/* $. Components
\*----------------------------------------------------------------*/
.list--links a {
  border-bottom: 1px solid #19D3FD;
}
.list--links a:focus {
  outline: 2px solid #FFB81C !important;
}

.list--large {
  font-size: 1.5rem;
}

/**
 * Title:
 *    Button Module
 * Description:
 *    The .btn module and its extensions
 * Sections:
 *    $. Setup
 *    $. Component
 *    $. Modifications
 */
/* $. Setup
\*----------------------------------------------------------------*/
.cookie-banner-button--reject, .cookie-banner-button--accept,
.cookie-banner-accept--hide,
.govuk-button, button,
input[type=button],
input[type=submit],
.btn {
  display: inline-block;
  padding: 0.5em 1em;
  border: 0;
  transition: all 0.15s ease-out;
}

.btn--slim {
  padding-top: 0.3333333333em;
  padding-bottom: 0.3333333333em;
}

/* $. Component
\*----------------------------------------------------------------*/
/* $. Modifications
\*----------------------------------------------------------------*/
/**
 * Themes
 */
.btn--primary,
.btn--white {
  color: #0072CE !important;
  background: #FFFFFF !important;
}
.btn--primary:hover, .btn--primary:focus,
.btn--white:hover,
.btn--white:focus {
  color: #0072CE !important;
  background: rgb(229.5, 229.5, 229.5) !important;
}

.btn--secondary,
.btn--blue {
  color: #FFFFFF !important;
  background: #0072CE !important;
}
.btn--secondary:hover, .btn--secondary:focus,
.btn--blue:hover,
.btn--blue:focus {
  color: #FFFFFF !important;
  background: rgb(0, 85.7766990291, 155) !important;
}

.btn--dark-blue {
  color: #FFFFFF !important;
  background: #141B4D !important;
}
.btn--dark-blue:hover, .btn--dark-blue:focus {
  color: #FFFFFF !important;
  background: rgb(9.4845360825, 12.8041237113, 36.5154639175) !important;
}

.btn--sky-blue {
  color: #0072CE !important;
  background: #ADF0FF !important;
}
.btn--sky-blue:hover, .btn--sky-blue:focus {
  color: #0072CE !important;
  background: rgb(122, 230.6707317073, 255) !important;
}

.btn--purple {
  color: #FFFFFF !important;
  background: #C4408A !important;
}
.btn--purple:hover, .btn--purple:focus {
  color: #FFFFFF !important;
  background: rgb(159.676, 49.324, 111.188) !important;
}

.btn--dark-purple {
  color: #FFFFFF !important;
  background: #B72274 !important;
}
.btn--dark-purple:hover, .btn--dark-purple:focus {
  color: #FFFFFF !important;
  background: rgb(139.9907834101, 26.0092165899, 88.7373271889) !important;
}

.btn--green {
  color: #FFFFFF !important;
  background: #2d7502 !important;
}
.btn--green:hover, .btn--green:focus {
  color: #FFFFFF !important;
  background: rgb(25.7142857143, 66.8571428571, 1.1428571429) !important;
}

.btn--lime-green {
  color: #000000 !important;
  background: #4fa71c !important;
}
.btn--lime-green:hover, .btn--lime-green:focus {
  color: #000000 !important;
  background: rgb(58.3384615385, 123.3230769231, 20.6769230769) !important;
}

.btn--orange {
  color: #000000 !important;
  background: #FFB81C !important;
}
.btn--orange:hover, .btn--orange:focus {
  color: #000000 !important;
  background: rgb(232, 159.436123348, 0) !important;
}

.btn--red {
  color: #FFFFFF !important;
  background: #C2020A !important;
}
.btn--red:hover, .btn--red:focus {
  color: #FFFFFF !important;
  background: rgb(143.5204081633, 1.4795918367, 7.3979591837) !important;
}

.btn--teal {
  color: #000000 !important;
  background: #71DBD4 !important;
}
.btn--teal:hover, .btn--teal:focus {
  color: #000000 !important;
  background: rgb(72.3146067416, 208.6853932584, 199.6797752809) !important;
}

/**
 * Position and size
 */
.btn--blocked {
  width: 100%;
}

.btn--medium {
  font-size: 1.125rem;
}

.btn--large {
  font-size: 1.25rem;
}

.btn--xlarge {
  font-size: 1.375rem;
}

.btn--small {
  font-size: 0.875rem;
}

.btn--centre,
.btn--center {
  text-align: center;
}

/**
 * Icons
 */
.btn--icon {
  position: relative;
  padding-right: 2.5em;
}
.btn--icon .icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.btn--icon.btn--icon-right .icon {
  right: 1em;
}

.btn--rounded {
  border-radius: 0.5em;
}

.btn--bold {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.btn--shadow {
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.33);
}

.btn--shadow-bottom {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.21);
}

/**
 * Title:
 *    Panels
 * Description:
 *    Used to provide emphasis for a section of content
 * Sections:
 *    $. Setup
 *    $. Component
 *    $. Themes
 *    $. Sizing
 *    $. Grid
 */
/* $. Setup
\*----------------------------------------------------------------*/
/**
 * Mixin to give colors and backgrounds for your panel.
 *
 * @param  $text   Colour of the Text
 * @param  $bg     Colour of the Background
 */
/* $. Component
\*----------------------------------------------------------------*/
.panel, .mwm-aal-container, .form--filter {
  position: relative;
  display: block;
  padding: 1em;
}
@media screen and (min-width: 48em) {
  .panel, .mwm-aal-container, .form--filter {
    padding: 1.25em;
  }
}
.panel h1, .mwm-aal-container h1, .form--filter h1,
.panel h2,
.mwm-aal-container h2,
.form--filter h2,
.panel h3,
.mwm-aal-container h3,
.form--filter h3,
.panel h4,
.mwm-aal-container h4,
.form--filter h4,
.panel h5,
.mwm-aal-container h5,
.form--filter h5 {
  margin: 0 0 0.5em;
  padding: 0;
  border: 0;
}
.panel p:last-child, .mwm-aal-container p:last-child, .form--filter p:last-child,
.panel ul:last-child,
.mwm-aal-container ul:last-child,
.form--filter ul:last-child,
.panel ol:last-child,
.mwm-aal-container ol:last-child,
.form--filter ol:last-child {
  margin-bottom: 0;
}
.panel a, .mwm-aal-container a, .form--filter a {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.panel a:focus, .mwm-aal-container a:focus, .form--filter a:focus {
  outline: 2px solid #FFB81C !important;
}

/* $. Sizing
\*----------------------------------------------------------------*/
.panel--constant {
  padding: 1em;
}
@media screen and (min-width: 48em) {
  .panel--constant {
    padding: 1em;
  }
}

.panel--large {
  padding: 2em;
}
@media screen and (min-width: 48em) {
  .panel--large {
    padding: 4em;
  }
}

.panel--small {
  padding: 0.5em;
}
@media screen and (min-width: 48em) {
  .panel--small {
    padding: 1em;
  }
}

.panel--slim, .mwm-aal-container {
  padding: 0.75em;
}
@media screen and (min-width: 48em) {
  .panel--slim, .mwm-aal-container {
    padding: 1.5em;
  }
}

.panel--rounded, .mwm-aal-container, .form--filter {
  border-radius: 0.5em;
}

/* $. Themes
\*----------------------------------------------------------------*/
.panel--white, .mwm-aal-container {
  color: #415463;
  background-color: #FFFFFF;
  transition: background-color 0.15s ease-out;
}
.panel--white[href]:hover, [href].mwm-aal-container:hover, .panel--white[href]:focus, [href].mwm-aal-container:focus {
  color: #415463;
  background-color: rgb(242.25, 242.25, 242.25);
}

.panel--dark-blue {
  color: #FFFFFF;
  background-color: #141B4D;
  transition: background-color 0.15s ease-out;
}
.panel--dark-blue[href]:hover, .panel--dark-blue[href]:focus {
  color: #FFFFFF;
  background-color: rgb(14.7422680412, 19.9020618557, 56.7577319588);
}

.panel--blue, .form--filter {
  color: #FFFFFF;
  background-color: #0072CE;
  transition: background-color 0.15s ease-out;
}
.panel--blue[href]:hover, [href].form--filter:hover, .panel--blue[href]:focus, [href].form--filter:focus {
  color: #FFFFFF;
  background-color: rgb(0, 99.8883495146, 180.5);
}

.panel--grey {
  color: #415463;
  background-color: #D9E1E2;
  transition: background-color 0.15s ease-out;
}
.panel--grey[href]:hover, .panel--grey[href]:focus {
  color: #415463;
  background-color: rgb(202.5373134328, 213.5820895522, 214.9626865672);
}

.panel--purple {
  color: #FFFFFF;
  background-color: #C4408A;
  transition: background-color 0.15s ease-out;
}
.panel--purple[href]:hover, .panel--purple[href]:focus {
  color: #FFFFFF;
  background-color: rgb(179.158, 55.342, 124.754);
}

.panel--dark-purple {
  color: #FFFFFF;
  background-color: #B72274;
  transition: background-color 0.15s ease-out;
}
.panel--dark-purple[href]:hover, .panel--dark-purple[href]:focus {
  color: #FFFFFF;
  background-color: rgb(161.4953917051, 30.0046082949, 102.3686635945);
}

.panel--green {
  color: #FFFFFF;
  background-color: #2d7502;
  transition: background-color 0.15s ease-out;
}
.panel--green[href]:hover, .panel--green[href]:focus {
  color: #FFFFFF;
  background-color: rgb(35.3571428571, 91.9285714286, 1.5714285714);
}

.panel--lime-green {
  color: #000000;
  background-color: #4fa71c;
  transition: background-color 0.15s ease-out;
}
.panel--lime-green[href]:hover, .panel--lime-green[href]:focus {
  color: #000000;
  background-color: rgb(68.6692307692, 145.1615384615, 24.3384615385);
}

.panel--orange {
  color: #000000;
  background-color: #FFB81C;
  transition: background-color 0.15s ease-out;
}
.panel--orange[href]:hover, .panel--orange[href]:focus {
  color: #000000;
  background-color: rgb(255, 176.0242290749, 2.5);
}

.panel--teal {
  color: #000000;
  background-color: #71DBD4;
  transition: background-color 0.15s ease-out;
}
.panel--teal[href]:hover, .panel--teal[href]:focus {
  color: #000000;
  background-color: rgb(92.6573033708, 213.8426966292, 205.8398876404);
}

.panel--blue a, .form--filter a,
.panel--blue a:hover,
.panel--blue a:focus,
.panel--purple a,
.panel--purple a:hover,
.panel--purple a:focus,
.panel--dark-purple a,
.panel--dark-purple a:hover,
.panel--dark-purple a:focus,
.panel--green a,
.panel--green a:hover,
.panel--green a:focus,
.panel--lime-green a,
.panel--lime-green a:hover,
.panel--lime-green a:focus {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.panel--success {
  border-color: #2ECC71;
}

.panel--error {
  border-color: #E74C3C;
}

/* $. Elements
\*----------------------------------------------------------------*/
.panel__title {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

/* $. Varients
\*----------------------------------------------------------------*/
.panel--icon {
  position: relative;
  padding-left: 4.5em;
  min-height: 95px;
}
.panel--icon .icon {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
}

.panel--file {
  min-height: 70px;
  padding-left: 4.5em;
}
.panel--file h3 {
  margin: 0;
}
.panel--file .icon {
  top: 1em;
  left: 1.5em;
}
.panel--file p {
  margin-bottom: 0;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/**
 * Title:
 *    Strip
 * Description:
 *    Used to separate content into different coloured strips
 * Sections:
 *    $. Setup
 *    $. Component
 *    $. Themes
 *    $. Sizing
 *    $. Grid
 */
/* $. Setup
\*----------------------------------------------------------------*/
/**
 * Mixin to give colors and backgrounds for your panel.
 *
 * @param  $text   Colour of the Text
 * @param  $bg     Colour of the Background
 */
/* $. Component
\*----------------------------------------------------------------*/
.strip {
  position: relative;
  display: block;
  padding: 1em 0;
}
@media screen and (min-width: 48em) {
  .strip {
    padding: 2em 0;
  }
}

/* $. Sizing
\*----------------------------------------------------------------*/
.strip--xlarge {
  padding: 3.5em 0;
}
@media screen and (min-width: 48em) {
  .strip--xlarge {
    padding: 7em 0;
  }
}

.strip--xlarge-top {
  padding-top: 3.5em;
}
@media screen and (min-width: 48em) {
  .strip--xlarge-top {
    padding-top: 7em;
  }
}

.strip--xlarge-bottom {
  padding-bottom: 3.5em;
}
@media screen and (min-width: 48em) {
  .strip--xlarge-bottom {
    padding-bottom: 7em;
  }
}

.strip--large {
  padding: 1.5em 0;
}
@media screen and (min-width: 48em) {
  .strip--large {
    padding: 3em 0;
  }
}

.strip--large-top {
  padding-top: 1.5em;
}
@media screen and (min-width: 48em) {
  .strip--large-top {
    padding-top: 3em;
  }
}

.strip--large-bottom {
  padding-bottom: 1.5em;
}
@media screen and (min-width: 48em) {
  .strip--large-bottom {
    padding-bottom: 3em;
  }
}

.strip--small {
  padding: 0.5em 0;
}
@media screen and (min-width: 48em) {
  .strip--small {
    padding: 1em 0;
  }
}

.strip--small-top {
  padding-top: 0.5em;
}
@media screen and (min-width: 48em) {
  .strip--small-top {
    padding-top: 1em;
  }
}

.strip--small-bottom {
  padding-bottom: 0.5em;
}
@media screen and (min-width: 48em) {
  .strip--small-bottom {
    padding-bottom: 1em;
  }
}

.strip--slim {
  padding: 0.75em 0;
}
@media screen and (min-width: 48em) {
  .strip--slim {
    padding: 1.5em 0;
  }
}

.strip--slim-top {
  padding-top: 0.75em;
}
@media screen and (min-width: 48em) {
  .strip--slim-top {
    padding-top: 1.5em;
  }
}

.strip--slim-bottom {
  padding-bottom: 0.75em;
}
@media screen and (min-width: 48em) {
  .strip--slim-bottom {
    padding-bottom: 1.5em;
  }
}

.strip--flush {
  padding: 0;
}
@media screen and (min-width: 48em) {
  .strip--flush {
    padding: 0;
  }
}

.strip--flush-top {
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  .strip--flush-top {
    padding-top: 0;
  }
}

.strip--flush-bottom {
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  .strip--flush-bottom {
    padding-bottom: 0;
  }
}

.strip--image {
  background-size: cover;
  background-repeat: no-repeat;
}

/* $. Themes
\*----------------------------------------------------------------*/
.strip--white {
  color: #415463;
  background-color: #FFFFFF;
  transition: background-color 0.15s ease-out;
}
.strip--white[href]:hover, .strip--white[href]:focus {
  color: #415463;
  background-color: rgb(242.25, 242.25, 242.25);
}

.strip--grey {
  color: #415463;
  background-color: #D9E1E2;
  transition: background-color 0.15s ease-out;
}
.strip--grey[href]:hover, .strip--grey[href]:focus {
  color: #415463;
  background-color: rgb(202.5373134328, 213.5820895522, 214.9626865672);
}

.strip--light-grey {
  color: #415463;
  background-color: #E8EDEE;
  transition: background-color 0.15s ease-out;
}
.strip--light-grey[href]:hover, .strip--light-grey[href]:focus {
  color: #415463;
  background-color: rgb(217.3375, 225.525, 227.1625);
}

.strip--dark-grey {
  color: #FFFFFF;
  background-color: #415463;
  transition: background-color 0.15s ease-out;
}
.strip--dark-grey[href]:hover, .strip--dark-grey[href]:focus {
  color: #FFFFFF;
  background-color: rgb(54.8932926829, 70.9390243902, 83.6067073171);
}

.strip--red, .strip--alert {
  color: #FFFFFF;
  background-color: #C2020A;
  transition: background-color 0.15s ease-out;
}
.strip--red[href]:hover, .strip--red[href]:focus, .strip--alert[href]:hover, .strip--alert[href]:focus {
  color: #FFFFFF;
  background-color: rgb(168.7602040816, 1.7397959184, 8.6989795918);
}

.strip--success {
  border-color: #2ECC71;
}

.strip--error {
  border-color: #E74C3C;
}

/* $. Elements
\*----------------------------------------------------------------*/
.strip__title {
  font-size: 1.75rem;
}

.strip__title--center,
.strip__title--centre {
  text-align: center;
}

.tile {
  padding: 1em;
  display: block;
  margin-bottom: 1em;
}
.tile:focus {
  outline: 2px solid #FFB81C !important;
}

.tile--no-pad {
  padding: 0;
}

.tile--double-pad {
  padding: 1.5em 1.75em;
}

.tile--section {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 48em) {
  .tile--section {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 62em) {
  .tile--section {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 87em) {
  .tile--section {
    margin-bottom: 1.75em;
  }
}
.tile--section .tile__title {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.tile--padded {
  padding: 1.5em;
  margin-bottom: 1.5em;
}

.tile--home .tile__container {
  position: relative;
  padding-bottom: 5em;
}
.tile--home .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.333rem;
}
@media screen and (min-width: 30em) {
  .tile--home .btn {
    font-size: 1.125rem;
  }
}
.tile--home .list {
  font-size: 1.375rem;
}
@media screen and (min-width: 62em) {
  .tile--home .list {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 78em) {
  .tile--home .list {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 87em) {
  .tile--home .list {
    font-size: 1.25rem;
  }
}

.tile--rounded {
  border-radius: 0.5em;
}

.tile--flush {
  padding: 0;
  margin-bottom: 2em;
}

.tile--white {
  background-color: #FFFFFF;
}
.tile--white .tile__title--lined {
  border-bottom-color: #19D3FD;
}
.tile--white .tile__excerpt {
  color: #415463;
}

a.tile--white:focus, a.tile--white:hover {
  background-color: rgb(252.45, 252.45, 252.45);
}
a.tile--white:focus .tile__title--lined, a.tile--white:hover .tile__title--lined {
  border-bottom-color: rgb(2.1767241379, 204.6120689655, 250.3232758621);
}

.tile--blue {
  background-color: #0072CE;
  color: #FFFFFF;
}
.tile--blue .tile__title--lined {
  border-bottom-color: #19D3FD;
}

a.tile--blue:focus, a.tile--blue:hover {
  color: #FFFFFF;
  background-color: #141B4D;
}
a.tile--blue:focus .tile__title--lined, a.tile--blue:hover .tile__title--lined {
  border-bottom-color: rgb(1.9568965517, 183.9482758621, 225.0431034483);
}

.tile--dark-blue {
  background-color: #141B4D;
  color: #FFFFFF;
}

a.tile--dark-blue:focus, a.tile--dark-blue:hover {
  color: #FFFFFF;
  background-color: rgb(9.4845360825, 12.8041237113, 36.5154639175);
}
a.tile--dark-blue:focus .tile__title--lined, a.tile--dark-blue:hover .tile__title--lined {
  border-bottom-color: rgb(1.9568965517, 183.9482758621, 225.0431034483);
}

.tile--sky-blue {
  background-color: #ADF0FF;
  color: #415463;
}

a.tile--sky-blue:focus, a.tile--sky-blue:hover {
  background-color: #ADF0FF;
  color: #415463;
}

.tile--mute-red {
  background-color: #B55A73;
  color: #FFFFFF;
}

a.tile--mute-red:focus, a.tile--mute-red:hover {
  color: #FFFFFF;
  background-color: #B55A73;
}

.tile--purple {
  background-color: #C4408A;
  color: #FFFFFF;
}

a.tile--purple:focus, a.tile--purple:hover {
  color: #FFFFFF;
  background-color: #C4408A;
}

.tile--dark-purple {
  background-color: #B72274;
  color: #FFFFFF;
}

a.tile--dark-purple:focus, a.tile--dark-purple:hover {
  color: #FFFFFF;
  background-color: #B72274;
}

.tile--green {
  background-color: #2d7502;
  color: #FFFFFF;
}

a.tile--green:focus, a.tile--green:hover {
  color: #FFFFFF;
  background-color: #2d7502;
}

.tile--teal {
  background-color: #71DBD4;
  color: #415463;
}

a.tile--teal:focus, a.tile--teal:hover {
  color: #415463;
  background-color: #71DBD4;
}

.tile--yellow {
  background-color: #FFD100;
  color: #415463;
}
.tile--yellow:focus, .tile--yellow:hover {
  background-color: #FFD100;
  color: #415463;
}

a.tile--yellow:focus, a.tile--yellow:hover {
  background-color: #FFD100;
  color: #415463;
}

.tile--orange {
  background-color: #FFB81C;
  color: #415463;
}

a.tile--orange:focus, a.tile--orange:hover {
  background-color: #FFB81C;
  color: #415463;
}

.tile--purple a,
.tile--green a,
.tile--mute-red a {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.tile--purple a:focus, .tile--purple a:hover,
.tile--green a:focus,
.tile--green a:hover,
.tile--mute-red a:focus,
.tile--mute-red a:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.tile--orange a:not(.btn),
.tile--yellow a:not(.btn),
.tile--sky-blue a:not(.btn) {
  color: #415463;
  border-bottom: 1px solid #415463;
  border-bottom: 1px solid rgba(65, 84, 99, 0.5);
}
.tile--orange a:not(.btn):focus, .tile--orange a:not(.btn):hover,
.tile--yellow a:not(.btn):focus,
.tile--yellow a:not(.btn):hover,
.tile--sky-blue a:not(.btn):focus,
.tile--sky-blue a:not(.btn):hover {
  color: #415463;
  border-bottom: 1px solid #415463;
  border-bottom: 1px solid rgba(65, 84, 99, 0.5);
}

.tile__icon--centre {
  margin: 0 auto;
  display: block;
}

.tile__lower {
  padding: 1em;
}

.tile__image {
  display: block;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  width: 100%;
}

.tile__title {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.5em;
  font-size: 1.25rem;
}
@media screen and (min-width: 30em) {
  .tile__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 48em) {
  .tile__title {
    font-size: 1.5rem;
  }
}

.tile__title--lined {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: inline;
}

.tile__title--centre,
.tile__title--center {
  text-align: center;
}

.tile__title--bold {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tile__excerpt {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 30em) {
  .tile__excerpt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 87em) {
  .tile__excerpt {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}
.tile--arrowed .tile__excerpt {
  padding-left: 25px;
}

.tile__button {
  color: #006BC2;
  background: white;
}
.tile__button:hover, .tile__button:focus {
  background: #141B4D;
  color: white;
}

.hero {
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 48em) {
  .hero .form--search .form__input {
    height: 45px;
    line-height: 45px;
    font-size: 1.125rem;
    padding-right: 55px;
  }
  .hero .form--search .icon--medium {
    width: 45px;
    height: 45px;
    background-size: 24px;
    background-position: 47.5%;
  }
}

.hero__container {
  color: #FFFFFF;
}
.hero__container a:not(.btn) {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.hero__container a:not(.btn):hover, .hero__container a:not(.btn):focus {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.hero__container .list a {
  color: #ADF0FF;
  border-bottom: 1px solid #FFFFFF;
}
.hero__container .list a:hover, .hero__container .list a:focus {
  color: rgb(147.5, 235.3353658537, 255);
  border-bottom-color: rgb(242.25, 242.25, 242.25);
}

.hero__container--title,
.hero__container--search {
  padding: 1em;
}
@media screen and (min-width: 48em) {
  .hero__container--title,
  .hero__container--search {
    border-left: 1px solid #FFFFFF;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.hero__container--alert {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  border-left: 0;
  padding-left: 0;
}
.hero__container--alert .hero__title {
  margin-bottom: 0.5em;
}
.hero__container--alert .hero__text {
  max-width: 750px;
  margin: 0 auto;
}
.hero__container--alert .hero__text p:last-child {
  margin-bottom: 0;
}

.hero__container--title {
  max-width: 1100px;
}
@media screen and (min-width: 48em) {
  .hero__container--title {
    margin-top: 0.3333333333em;
  }
}
@media screen and (min-width: 62em) {
  .hero__container--title {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 78em) {
  .hero__container--title {
    margin-top: 1em;
  }
}
@media screen and (min-width: 87em) {
  .hero__container--title {
    margin-top: 2em;
  }
}

.hero__container--search form {
  max-width: 275px;
}
@media screen and (min-width: 48em) {
  .hero__container--search form {
    max-width: 400px;
  }
}
@media screen and (min-width: 48em) {
  .hero__container--search {
    margin-bottom: 2em;
  }
}

.hero__title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media screen and (min-width: 30em) {
  .hero__title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  .hero__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 62em) {
  .hero__title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 78em) {
  .hero__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.hero__search-label {
  margin-bottom: 0.5em;
  font-size: 0.875rem;
}
@media screen and (min-width: 30em) {
  .hero__search-label {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .hero__search-label {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 62em) {
  .hero__search-label {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 78em) {
  .hero__search-label {
    font-size: 1.375rem;
  }
}

.hero__popular {
  margin-top: 1em;
}
.hero__popular .title {
  font-size: 1rem;
  margin-bottom: 0.25em;
}
.hero__popular .list {
  font-size: 0.875rem;
}
.hero__popular .list li a:focus {
  outline: 2px solid #FFB81C;
}
@media screen and (min-width: 30em) {
  .hero__popular .list li {
    display: inline-block;
    margin-left: 5px;
  }
  .hero__popular .list li:first-child {
    margin-left: 0;
  }
}

.hero__date {
  font-size: 1rem;
}

.opening {
  margin-bottom: 4em;
  position: relative;
  z-index: 5;
}

.opening__headline {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 0.25em;
  font-size: 1.5rem;
}
@media screen and (min-width: 30em) {
  .opening__headline {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 48em) {
  .opening__headline {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 62em) {
  .opening__headline {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 78em) {
  .opening__headline {
    font-size: 2rem;
  }
}

.opening__text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
}
.opening__text a {
  border-bottom: 1px solid #19D3FD;
}
@media screen and (min-width: 30em) {
  .opening__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  .opening__text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 62em) {
  .opening__text {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 78em) {
  .opening__text {
    font-size: 1.5;
  }
}

.cta {
  text-align: center;
}
.cta a:not(.btn) {
  color: #0072CE;
  border-bottom: 1px solid #19D3FD;
}
.cta .btn {
  margin-top: 1em;
}

.cta--first {
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .cta--first {
    margin-bottom: 0;
  }
}

.cta__container {
  margin: 0 auto;
}
@media screen and (min-width: 30em) {
  .cta__container {
    max-width: 400px;
  }
}
@media screen and (min-width: 48em) {
  .cta__container {
    max-width: 500px;
  }
}

.cta__icon {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 48em) {
  .cta__icon--samaritan {
    height: 105px;
  }
}

.cta__title {
  margin-bottom: 0.5em;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.25rem;
}
@media screen and (min-width: 30em) {
  .cta__title {
    font-size: 1.375rem;
    margin: 0 auto 0.5em;
  }
}
.cta--large .cta__title {
  font-size: 2rem;
}
@media screen and (min-width: 30em) {
  .cta--large .cta__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .cta--large .cta__title {
    font-size: 1.675rem;
  }
}
@media screen and (min-width: 87em) {
  .cta--large .cta__title {
    font-size: 1.875rem;
  }
}

.cta__text {
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 30em) {
  .cta__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 78em) {
  .cta__text {
    font-size: 1.125rem;
  }
}
.cta--large .cta__text {
  font-size: 1rem;
}
@media screen and (min-width: 30em) {
  .cta--large .cta__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 62em) {
  .cta--large .cta__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 78em) {
  .cta--large .cta__text {
    font-size: 1.125rem;
  }
}

.cta__button {
  color: #FFFFFF;
  background: #0072CE;
}
.cta__button:hover, .cta__button:focus {
  color: #FFFFFF;
  background: #141B4D;
}

/**
 * Slider
 */
.slider {
  position: relative;
}

.slider__control {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.slider__dot-container {
  display: inline-block;
}

.slider__dots {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.slider__dots li {
  display: inline-block;
  margin-bottom: 0;
}
.slider__dots button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0rem 0.2rem;
  border: 0;
  border: 1px solid #0072CE;
  border-radius: 100%;
  text-indent: -99999px;
  background-color: white;
  padding: 0;
}
.slider__dots button:focus {
  background-color: #0072CE;
  outline: 2px solid #FFB81C;
}
.slider__dots li.slick-active button {
  background-color: #0072CE;
}

.slider__shim:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.slider__slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 460px;
  border-radius: 13px;
}
@media screen and (min-width: 30em) {
  .slider__slide {
    height: 460px;
  }
}
@media screen and (min-width: 62em) {
  .slider__slide {
    height: 576px;
  }
}
.slider__slide:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slider__image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slider__group {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  margin: 15px;
  padding: 20px;
  min-width: 15em;
  max-width: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: #0072CE;
  border-radius: 11px;
}
@media screen and (min-width: 30em) {
  .slider__group {
    max-width: 70%;
    width: 70%;
  }
}
@media screen and (min-width: 48em) {
  .slider__group {
    max-width: 60%;
    width: 60%;
  }
}
@media screen and (min-width: 62em) {
  .slider__group {
    max-width: 50%;
    width: 50%;
    margin: 30px;
    padding: 30px;
    height: calc(100% - 60px);
  }
}
@media screen and (min-width: 78em) {
  .slider__group {
    max-width: 40%;
    width: 40%;
    margin: 40px;
    padding: 40px;
    height: calc(100% - 80px);
  }
}

.slider__title {
  color: white;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 62em) {
  .slider__title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

.slider__caption {
  flex-grow: 1;
  color: white;
  font-size: 1.15rem;
  line-height: 1.2;
}

.slider__arrows {
  text-align: center;
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
}
.slider__arrows button {
  text-indent: -99999px;
  background-color: transparent;
  width: 1.7rem;
  height: 1.7rem;
  transform: translateY(-0.25rem);
  border-radius: 100%;
  background-color: transparent;
  padding: 0;
}
.slider__arrows button:hover {
  cursor: pointer;
}
.slider__arrows button:focus {
  outline: 2px solid #FFB81C;
}

.slider__prev {
  background-image: url(../../app/icons/previous.svg);
  background-repeat: no-repeat;
}

.slider__next {
  background-image: url(../../app/icons/next.svg);
  background-repeat: no-repeat;
}

.slider__toggle--pause {
  background-image: url(../../app/icons/pause.svg);
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center;
}

.slider__toggle--play {
  background-image: url(../../app/icons/play-alt.svg);
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center;
}

.mwm-aal-container {
  display: block;
  max-width: 800px;
  margin-bottom: 2em;
}
.mwm-aal-container ul,
.mwm-aal-container ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mwm-aal-container ul li,
.mwm-aal-container ol li {
  padding-left: 0;
}
.mwm-aal-container li > a {
  display: inline;
  line-height: 1.25;
  color: #0072CE;
}
.mwm-aal-container li > a:focus {
  outline: 2px solid #FFB81C !important;
}
.mwm-aal-container li > a:hover {
  color: rgb(0, 85.7766990291, 155);
}

.mwm-aal-title {
  font-size: 1.375rem;
  margin-bottom: 0.5em;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/**
 * Title:
 *    Cookies Module
 * Description:
 *    The cookies notice bar generated by the Cookie Notice WP Plugin
 */
/** Cookie banner **/
#cmplz-cookiebanner-container {
  /** Override visual bug where chevron is repeated twice as an SVG and a background image **/
}
#cmplz-cookiebanner-container .cmplz-cookiebanner {
  border-radius: 0;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-description,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-size: 1rem;
  line-height: 1.5;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  font-size: 1rem;
  border-radius: 0;
}
#cmplz-cookiebanner-container .cmplz-btn:hover {
  background-color: rgb(0, 112.3066019417, 202.94);
  color: white;
}
#cmplz-cookiebanner-container .cmplz-btn:focus {
  background-color: #FFD100;
  outline: 2px solid black;
}
#cmplz-cookiebanner-container .cmplz-btn:focus:hover {
  color: black;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: #2d6ba4;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
  background-color: rgb(43.8428571429, 113.9914285714, 1.9485714286);
  color: white;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:focus {
  background-color: #FFD100;
  outline: 2px solid black;
  color: black;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:focus:hover {
  color: black;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link {
  font-size: 1rem;
  color: #2d6ba4;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before {
  background-color: #888;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before {
  background-color: #2d6ba4;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
  background: none;
}

/** Blocked content container - renders if user has not accepted cookies needed for video content **/
.cmplz-blocked-content-container button.cmplz-blocked-content-notice,
.cmplz-wp-video .cmplz-blocked-content-notice {
  border: solid rem-calc(5) white;
  background-color: rgb(0, 92.9355670103, 168.5);
  font-size: 1rem;
}

button.cmplz-blocked-content-notice:focus {
  outline: 4px solid #FFB81C;
}

.cmplz-close:focus {
  outline: 2px solid #FFB81C;
}

/** Cookie manage consent **/
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories details.cmplz-category {
  background-color: #e6e7e8;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories details.cmplz-category .cmplz-category-header .cmplz-category-title, #cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories details.cmplz-category .cmplz-category-header .cmplz-always-active {
  font-size: 1rem;
  line-height: 1.5;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
}

/** Cookie overview **/
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy,
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header {
  background-color: #e6e7e8;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy * {
  font-size: 1rem;
  line-height: 1.5;
}

.gallery__images {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}

/**
* Adds clearfix for when Flexbox is not supported
*/
.gallery__image {
  width: 100%;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.gallery__image img {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .gallery__image {
    width: 50%;
  }
}
@media screen and (min-width: 62em) {
  .gallery__image {
    width: 33.3333%;
  }
}

/**
* Adds float if flexbox not supported
*/
@media screen and (min-width: 48em) {
  .test--no-flexbox .gallery__image {
    float: left;
  }
}

.gallery__link {
  display: block;
  text-align: center;
}
.gallery__link:hover {
  box-shadow: 0px 0px 10px 0.5px #0072CE;
}

/**
* Box shadow not supported in IE8
*/
.lt-ie9 .gallery__link:hover {
  border: 1px solid #0072CE;
}

.gallery__btn,
.gallery__preview {
  display: none;
}

img.gallery__preview {
  position: relative;
  margin-bottom: 0;
  box-shadow: 0px 0px 10px 0.5px black;
}

/**
* Box shadow not supported in IE8
*/
.lt-ie9 img.gallery__preview {
  border: 1px solid black;
}

.gallery__btn {
  text-indent: -9999px;
  font-size: 1px;
  width: 2rem;
  height: 2rem;
  background-color: white;
}

.gallery__btn:after {
  display: flex;
  justify-content: center;
  width: 100%;
  color: black;
  text-align: center;
  text-indent: 0px;
  font-size: 20px;
}

.gallery__next:after {
  content: ">";
}

.gallery__prev:after {
  content: "<";
}

.gallery__close:after {
  content: "x";
}

.u-lock-scroll .nav--primary .nav__link--mega .link {
  z-index: -1;
}

/**
 * JS Styles on click
 */
.js-modal-open.gallery__inner {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  padding: 2rem;
  overflow-y: scroll;
}
.js-modal-open.gallery__inner .gallery__images {
  z-index: 2000;
  display: block;
  position: relative;
  width: 92.5%;
  max-width: 78em;
  margin: auto;
  padding: 0;
  max-height: 100%;
  max-height: 100vh;
}
.js-modal-open.gallery__inner .gallery__preview {
  z-index: 3000;
}
.js-modal-open.gallery__inner .gallery__next,
.js-modal-open.gallery__inner .gallery__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.js-modal-open.gallery__inner .gallery__next {
  right: -2rem;
}
.js-modal-open.gallery__inner .gallery__prev {
  left: -2rem;
}
.js-modal-open.gallery__inner .gallery__close {
  margin: 0 auto 1rem auto;
}
.js-modal-open.gallery__inner .gallery__image {
  display: none;
}
.js-modal-open.gallery__inner .gallery__btn,
.js-modal-open.gallery__inner .gallery__preview {
  display: block;
}

.gallery__caption {
  display: none;
}

.gallery__fig {
  margin: 0;
}
.gallery__fig figcaption {
  background-color: white;
}

.gallery__fig--pad figcaption {
  padding: 1rem;
}

.gallery__fig--hidden {
  display: none;
}

.banners {
  position: relative;
  z-index: 11;
  padding: 3rem 0 4.5rem;
}

.banner__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.banner__item:last-of-type {
  margin-bottom: 0;
}

.banners .banner__item .banner__content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 48em) {
  .banners .banner__item .banner__content {
    order: 2;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.banner__title {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #4c6272;
}
@media screen and (min-width: 48em) {
  .banner__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 78em) {
  .banner__title {
    font-size: 3rem;
  }
}

.banner__caption * {
  font-size: 1.15rem;
}
.banner__caption a {
  text-decoration: underline;
}

.banners .banner__item .banner__image-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 48em) {
  .banners .banner__item .banner__image-wrapper {
    order: 1;
    margin-bottom: 20px;
  }
}

.banner__image {
  width: 100%;
  border-radius: 13px;
}

@media screen and (min-width: 62em) {
  .banner__center-vertical {
    top: 50%;
    width: calc(100% - 1em);
  }
}

.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 3rem 0 1rem;
}
@media screen and (min-width: 62em) {
  .partners {
    padding: 5rem 0 3rem;
  }
}

.partner {
  padding: 0 2rem 2rem 0;
  max-width: 33.3333333333%;
}
@media screen and (min-width: 62em) {
  .partner {
    padding: 0 3rem 2rem 0;
    max-width: 16.6666666667%;
  }
}
.partner:nth-child(6n) {
  padding: 0 0 2rem 0;
}

.partner__image {
  max-width: 100%;
  max-height: 200px;
}

/**
 * Component: Twitter Feed
 */
.twitter-feed {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .twitter-feed {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}

.twitter-feed__block {
  display: flex;
  position: relative;
  background-color: #2152ab;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 13px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.21);
}
@media screen and (min-width: 48em) {
  .twitter-feed__block {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 62em) {
  .twitter-feed__block {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.twitter-feed__block:after {
  content: "";
  position: absolute;
  top: 34%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #2152ab;
}
@media screen and (min-width: 62em) {
  .twitter-feed__block:after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #2152ab;
  }
}

.twitter-feed__icon {
  display: block;
  width: 2rem;
  background-image: url("../../app/icons/twitter-feed-icon.svg");
  background-position: top center;
  background-repeat: no-repeat;
}

.twitter-feed__post {
  font-size: 1rem;
  flex: 1;
  padding-left: 1rem;
  line-height: 1.25;
}
.twitter-feed__post p {
  color: white;
  margin-bottom: 0;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.twitter-feed__post a {
  color: #FFD100;
}
@media screen and (min-width: 62em) {
  .twitter-feed__post {
    font-size: 1.1rem;
  }
}

.twitter-feed__title {
  font-size: 2rem;
  font-weight: 200;
  margin-bottom: 20px;
}
@media screen and (min-width: 62em) {
  .twitter-feed__title {
    font-size: 3rem;
  }
}

.carousel {
  margin-bottom: 2.5rem;
}

.related-pages {
  margin-bottom: 5.5rem;
}

.related-page {
  margin-bottom: 0.5714285714em;
}
@media screen and (min-width: 30em) {
  .related-page {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 62em) {
  .related-page {
    margin-bottom: 0.3333333333em;
  }
}

.page-template-tpl-careers .related-page:nth-child(3) .tile {
  background-color: #0072CE;
  color: white;
}
.page-template-tpl-careers .related-page:nth-child(3) .tile:hover {
  background-color: rgb(0, 105.5330097087, 190.7);
}
.page-template-tpl-careers .related-page:nth-child(3) .tile__excerpt {
  color: white;
}

/* $. Interface - Project specific objects i.e. .work, .product, etc
\*----------------------------------------------------------------*/
.alphabet {
  line-height: 1;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.5rem;
  margin: 0;
}

.alphabet__item {
  display: block;
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 5px 0.2em 0;
}
@media screen and (min-width: 48em) {
  .alphabet__item {
    width: 45px;
    height: 45px;
    margin: 0 7px 0.25em 0;
  }
}

.alphabet .alphabet__label {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 0.3333333333em;
  background-color: #FFFFFF;
  color: #0072CE;
  border: 1px solid #BBC3C9;
  border-radius: 0.3333333333em;
}
.alphabet .alphabet__label:hover, .alphabet .alphabet__label:focus {
  background-color: #0072CE;
  color: #FFFFFF;
  border-color: #0072CE;
}

.alphabet__item--current .alphabet__label,
.alphabet__item--current .alphabet__label:hover,
.alphabet__item--current .alphabet__label:focus {
  background-color: rgb(0, 85.7766990291, 155);
  color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(0, 85.7766990291, 155);
}

.alphabet .alphabet__item--empty .alphabet__label {
  cursor: default;
  border-color: #888888;
  background: #FFFFFF;
  color: #768692;
}
.alphabet .alphabet__item--empty .alphabet__label:hover, .alphabet .alphabet__item--empty .alphabet__label:focus {
  border-color: #888888;
  background: #FFFFFF;
  color: #768692;
}

.alphabet--radio input[type=radio]:focus + .alphabet__label {
  outline: 2px solid #FFB81C !important;
}
.alphabet--radio .alphabet__label {
  border-color: #FFFFFF;
}
.alphabet--radio .alphabet__label:hover,
.alphabet--radio .alphabet__label:focus {
  border-color: #141B4D;
  background-color: #141B4D;
  color: #FFFFFF;
}
.alphabet--radio .alphabet__item--current .alphabet__label {
  border-color: #141B4D;
  background-color: #141B4D;
  color: #FFFFFF;
}
.alphabet--radio .alphabet__item--current .alphabet__label:hover,
.alphabet--radio .alphabet__item--current .alphabet__label:focus {
  border-color: rgb(9.4845360825, 12.8041237113, 36.5154639175);
  background-color: rgb(9.4845360825, 12.8041237113, 36.5154639175);
  color: rgb(229.5, 229.5, 229.5);
}

.alphabet__item--double {
  width: 85px;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .alphabet__item--double {
    width: 97px;
  }
}

/**
 * Title:
 *    Section object
 * Description:
 *    Used to visually define a different section. This is to be used as a main object that
 *    everything sits within.
 * Sections:
 *    $. Setup
 *    $. Base
 *    $. Elements
 *    $. Themes
 *    $. Sizing
 */
/* $. Setup
\*----------------------------------------------------------------*/
/**
 * Mixin to give colors and backgrounds for your section.
 *
 * @param  $text   Colour of the Text
 * @param  $bg     Colour of the Background
 */
/* $. Base
\*----------------------------------------------------------------*/
.section {
  position: relative;
  padding: 1em 0;
}
@media screen and (min-width: 48em) {
  .section {
    padding: 2em 0;
  }
}

/* $. Elements
\*----------------------------------------------------------------*/
.section__title {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 2rem;
}

.section__title--lined {
  padding-bottom: 0.3333333333em;
  border-bottom: 1px solid #FFFFFF;
}

/* $. Themes
\*----------------------------------------------------------------*/
/* $. Sizing
\*----------------------------------------------------------------*/
.section--small {
  padding: 1em 0;
}

.section--large {
  padding: 2em 0 2em 0;
}
@media screen and (min-width: 48em) {
  .section--large {
    padding: 4em 0 4em 0;
  }
}

/**
 * Title:
 *    Navigation
 * Description:
 *    The .nav module and its extensions
 * Sections:
 *    $. Variables
 *    $. Container
 *    $. Component
 *    $. Primary
 *    $. Secondary
 *    $. Tertiary
 */
/* $. Variables
\*----------------------------------------------------------------*/
/* $. Component
\*----------------------------------------------------------------*/
.nav {
  list-style: none;
  margin: 0;
}

.nav-main {
  display: none;
}
@media screen and (min-width: 62em) {
  .nav-main {
    display: block;
  }
}

.nav__link {
  display: block;
}
@media screen and (min-width: 62em) {
  .nav__link {
    display: inline-block;
  }
}

/**
 * Default behaviour should be to hide mega menu as the media query below will enable it if the browser supports hover
 */
.nav__dropdown {
  display: none;
}

/**
 * Specifically targets non-touch devices to enable mega menu functionality due to limited support
 */
@media (hover: hover) and (pointer: fine) {
  .nav-primary .nav__link--mega:hover .nav-primary__link,
  .nav-primary .nav__link--mega:focus .nav-primary__link,
  .nav-primary .nav__link--mega:focus-within .nav-primary__link {
    border-color: #BBC3C9;
  }
  .nav-primary .nav__link--mega:hover .nav-primary__link:after,
  .nav-primary .nav__link--mega:focus .nav-primary__link:after,
  .nav-primary .nav__link--mega:focus-within .nav-primary__link:after {
    border-color: white;
  }
  .nav-primary .nav__link--mega:hover .nav__dropdown,
  .nav-primary .nav__link--mega:focus .nav__dropdown,
  .nav-primary .nav__link--mega:focus-within .nav__dropdown {
    z-index: 2;
    top: 100%;
  }
  .nav-primary .nav__dropdown {
    display: block;
    position: absolute;
    top: -9999px;
    background: white;
    width: 100%;
    max-width: 820px;
  }
  .nav-primary .nav__link--right .nav__dropdown {
    right: 0;
  }
  .nav-primary .nav__link--left .nav__dropdown {
    left: 0;
  }
}
/* $. Primary
\*----------------------------------------------------------------*/
@media screen and (min-width: 62em) {
  .nav-primary {
    font-family: "Frutiger W01", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}

@media screen and (min-width: 62em) {
  .nav-primary .nav__link {
    margin-left: 0.5em;
    margin-bottom: 0;
  }
  .nav-primary .nav__link:first-child {
    margin-left: 0;
  }
}

.nav-primary .nav__link .nav-primary__link {
  padding: 0.5em 1em;
  color: #FFFFFF;
  display: block;
  border-bottom: 0;
}
.nav-primary .nav__link .nav-primary__link:hover {
  background-color: rgb(0, 85.7766990291, 155);
  color: #FFFFFF;
}
@media screen and (min-width: 62em) {
  .nav-primary .nav__link .nav-primary__link {
    text-decoration: none;
    color: #006BC2;
  }
  .nav-primary .nav__link .nav-primary__link:focus {
    outline: 2px solid #FFB81C !important;
  }
  .nav-primary .nav__link .nav-primary__link:hover {
    background-color: white;
    color: #415463;
  }
}

.nav-primary .nav__link--active .nav-primary__link {
  background-color: rgb(0, 85.7766990291, 155);
  color: #FFFFFF;
}
@media screen and (min-width: 62em) {
  .nav-primary .nav__link--active .nav-primary__link {
    background-color: transparent;
    color: #415463;
  }
}

.nav-primary .nav__link--home .nav-primary__link {
  background-color: transparent;
}
.nav-primary .nav__link--home .nav-primary__link:hover {
  background-color: rgb(0, 85.7766990291, 155);
}
@media screen and (min-width: 62em) {
  .nav-primary .nav__link--home .nav-primary__link {
    background-color: transparent;
    padding: 0;
    display: inline-block;
    border-bottom: 0;
    margin-bottom: 0;
    width: 20px;
    height: 20px;
  }
  .nav-primary .nav__link--home .nav-primary__link:focus {
    outline: 2px solid #FFB81C !important;
  }
  .nav-primary .nav__link--home .nav-primary__link:hover {
    background-color: transparent;
  }
}

@media screen and (min-width: 62em) {
  .nav-primary .nav__link--parent .nav-primary__link,
  .nav-primary .nav__link--mega .nav-primary__link {
    color: #0072CE;
    display: block;
    font-size: 1.125rem;
    padding: 0.2em 0.5714285714em 0.4em 0.5714285714em;
    border-radius: 0.4em 0.4em 0 0;
    border: 1px solid transparent;
    position: relative;
    z-index: 20;
  }
  .nav-primary .nav__link--parent .nav-primary__link span,
  .nav-primary .nav__link--mega .nav-primary__link span {
    border-bottom: 1px solid #19D3FD;
  }
}
@media screen and (min-width: 78em) {
  .nav-primary .nav__link--parent .nav-primary__link,
  .nav-primary .nav__link--mega .nav-primary__link {
    font-size: 1.5rem;
    padding: 0.2em 0.5em 0.4em 0.5em;
  }
}
@media screen and (min-width: 87em) {
  .nav-primary .nav__link--parent .nav-primary__link,
  .nav-primary .nav__link--mega .nav-primary__link {
    padding: 0.2em 0.6666666667em 0.4em 0.6666666667em;
  }
}

@media screen and (min-width: 62em) {
  .nav-primary .nav__link--mega .nav-primary__link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    border: 2px solid transparent;
  }
  .nav-primary .nav__link--mega .nav-primary__link:hover, .nav-primary .nav__link--mega .nav-primary__link:focus {
    border-color: #BBC3C9;
  }
  .nav-primary .nav__link--mega .nav-primary__link:hover:after, .nav-primary .nav__link--mega .nav-primary__link:focus:after {
    border-color: white;
  }
}

@media screen and (min-width: 62em) {
  .nav-primary .nav__link--parent.nav__link--active .nav-primary__link {
    color: #415463;
  }
}

.nav-primary .nav__link--home i {
  display: none;
}
@media screen and (min-width: 62em) {
  .nav-primary .nav__link--home {
    display: block;
    float: left;
    margin-top: 0.7em;
  }
  .nav-primary .nav__link--home i {
    display: inline-block;
  }
  .nav-primary .nav__link--home span {
    display: none;
  }
}
@media screen and (min-width: 78em) {
  .nav-primary .nav__link--home {
    margin-top: 1em;
  }
}

/* $. Secondary
\*----------------------------------------------------------------*/
.nav-secondary .nav-secondary__link {
  padding: 0.5em 1em;
  color: #FFFFFF;
  display: block;
  border-bottom: 0;
}
.nav-secondary .nav-secondary__link:focus {
  outline: 2px solid #FFB81C !important;
}
.nav-secondary .is-current .nav-secondary__link,
.nav-secondary .nav-secondary__link:hover,
.nav-secondary .nav-secondary__link:focus {
  background-color: rgb(0, 85.7766990291, 155);
  color: #FFFFFF;
}
@media screen and (min-width: 62em) {
  .nav-secondary {
    font-size: 0.875rem;
    position: absolute;
    left: 0;
    top: 3.5em;
  }
  .nav-secondary .nav-secondary__item {
    display: inline-block;
    margin-left: 0.75em;
  }
  .nav-secondary .nav-secondary__item:first-child {
    margin-left: 0;
  }
  .nav-secondary .nav-secondary__link {
    padding: 0;
    color: #0072CE;
    border-bottom: 1px solid #19D3FD;
    background-color: transparent;
  }
  .nav-secondary .is-current .nav-secondary__link,
  .nav-secondary .nav-secondary__link:focus,
  .nav-secondary .nav-secondary__link:hover {
    color: #415463;
    background-color: transparent;
  }
}
@media screen and (min-width: 87em) {
  .nav-secondary {
    top: 0;
    margin-top: 0;
    left: 330px;
  }
}

/* $. Tertiary
\*----------------------------------------------------------------*/
.nav--tertiary {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1em;
  list-style: none;
  margin-left: 0;
}
.nav--tertiary .nav__link {
  display: inline-block;
  position: relative;
}
.nav--tertiary .nav__link:focus {
  outline: 2px solid #FFB81C !important;
}
@media screen and (min-width: 30em) {
  .nav--tertiary {
    font-size: 0.875rem;
    line-height: 1;
  }
  .nav--tertiary .nav__item {
    display: inline;
    margin-left: 4px;
    padding-left: 6px;
    border-left-color: #888888;
    border-left-style: solid;
    border-left-width: 1px;
  }
  .nav--tertiary .nav__item:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left-width: 0;
  }
}
@media screen and (min-width: 62em) {
  .nav--tertiary {
    font-size: 1rem;
  }
}
@media screen and (min-width: 78em) {
  .nav--tertiary {
    font-size: 0.875rem;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }
  .nav--tertiary .nav__item {
    margin-left: 6px;
    padding-left: 8px;
    border-left-width: 1px;
  }
  .nav--tertiary .nav__item:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left-width: 0;
  }
}
@media screen and (min-width: 87em) {
  .nav--tertiary {
    font-size: 1rem;
  }
  .nav--tertiary .nav__item {
    margin-left: 8px;
    padding-left: 10px;
    border-left-width: 1px;
  }
  .nav--tertiary .nav__item:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left-width: 0;
  }
}

.nav-mobile {
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 62em) {
  .nav-mobile {
    display: none;
  }
}

.mobile-menu-content {
  display: none;
}
.mobile-menu-content.open {
  display: block;
  background-color: #0072CE;
  padding: 1.5rem;
  text-align: right;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 62em) {
  .mobile-menu-content.open {
    display: none;
  }
}

.nav-mobile-primary__item:hover,
.nav-mobile-secondary__item:hover {
  background-color: rgb(0, 85.7766990291, 155);
}
.nav-mobile-primary__item .nav-mobile-primary__link,
.nav-mobile-primary__item .nav-mobile-secondary__link,
.nav-mobile-secondary__item .nav-mobile-primary__link,
.nav-mobile-secondary__item .nav-mobile-secondary__link {
  color: white;
}
.nav-mobile-primary__item .nav-mobile-primary__link:focus,
.nav-mobile-primary__item .nav-mobile-secondary__link:focus,
.nav-mobile-secondary__item .nav-mobile-primary__link:focus,
.nav-mobile-secondary__item .nav-mobile-secondary__link:focus {
  outline: 2px solid #FFB81C;
}
.nav-mobile-primary__item .nav-mobile-primary__link,
.nav-mobile-secondary__item .nav-mobile-primary__link {
  font-size: 22px;
}
.nav-mobile-primary__item .nav-mobile-secondary__link,
.nav-mobile-secondary__item .nav-mobile-secondary__link {
  font-size: 19px;
}

.child-pages-menu {
  width: 100%;
}

.child-pages-menu__item {
  margin-bottom: 4px;
}

.child-pages-menu__link {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
  position: relative;
  text-decoration: underline;
}
.child-pages-menu__link:focus {
  outline: 2px solid #FFB81C !important;
}

.mega-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1em;
  background-color: #FFFFFF;
  border: 1px solid #BBC3C9;
  width: 100%;
  border-radius: 0.4em;
}

.mega-menu__description {
  font-size: 1.125rem;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
}

@media screen and (min-width: 62em) {
  .mobile-menu-toggle {
    display: none;
  }
}

.button-menu-toggle {
  display: block;
  width: 100%;
  border: none;
  background-color: #0072CE;
  text-align: right;
  color: white;
  font-size: 1.375rem;
  padding: 3px;
  cursor: pointer;
}
.button-menu-toggle:focus {
  outline: 2px solid #FFB81C;
}

.button-menu-toggle__svg {
  vertical-align: middle;
  display: inline-block;
  height: 38px;
  width: 38px;
  border-radius: 0;
}

.button-menu-toggle__line {
  stroke: white;
  stroke-width: 9;
  transform-origin: 50% 50%;
  transition: transform 200ms;
}

.button-menu-toggle__line--1 {
  transform: translateY(-20px) rotate(0deg);
}

.button-menu-toggle__line--1--open {
  transform: rotate(45deg);
  transition: transform 200ms;
  stroke: white;
}

.button-menu-toggle__line--2 {
  opacity: 1;
  transition: opacity 200ms;
}

.button-menu-toggle__line--2--open {
  opacity: 0;
  transition: opacity 0.125s;
  stroke: white;
}

.button-menu-toggle__line--3 {
  transform: translateY(20px) rotate(0deg);
}

.button-menu-toggle__line--3--open {
  transform: rotate(-45deg);
  transition: transform 200ms;
  stroke: white;
}

/**
 * Title:
 *    Breadcrumbs
 * Description:
 *    Styling the breadcrumbs component.
 * Sections:
 *    $. Variables
 *    $. Base
 */
/* $. Variables
\*----------------------------------------------------------------*/
/* $. Base
\*----------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.breadcrumbs a {
  color: #006BC2;
  border-bottom: 1px solid #006BC2;
  border-bottom-color: rgba(0, 114, 206, 0.15);
}
.breadcrumbs a:focus {
  outline: 2px solid #FFB81C !important;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  border-bottom-color: #006BC2;
}

.pagination {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 2em;
  padding: 0.5em 0;
  font-size: 1.2rem;
  border-top: 1px solid #D9E1E2;
  border-bottom: 1px solid #D9E1E2;
}
.pagination a, .pagination span {
  display: inline-block;
}
.pagination .current,
.pagination .page {
  width: 25px;
  border-bottom: 0;
  text-align: center;
}
.pagination a {
  margin: 0 0.25em;
  line-height: 1;
}
.pagination a:focus {
  outline: 2px solid #FFB81C !important;
}
.pagination .pages {
  display: block;
  font-size: 0.85rem;
}
.pagination .first,
.pagination .last {
  border-bottom: 0;
}
.pagination .last,
.pagination .extend {
  display: none;
}
.pagination .previouspostslink {
  margin-left: 0;
}
.pagination .nextpostslink {
  margin-right: 0;
}

.pagination,
.wp-pagenavi {
  margin-left: 0;
}
.pagination .pagination__item,
.wp-pagenavi .pagination__item {
  display: inline-block;
  background: #0072CE;
  margin: 0.2rem 0;
}
.pagination .pagination__item.active_page,
.wp-pagenavi .pagination__item.active_page {
  background: #141B4D;
}
.pagination .pagination__item a,
.pagination a.pagination__item,
.pagination span.pagination__item,
.wp-pagenavi .pagination__item a,
.wp-pagenavi a.pagination__item,
.wp-pagenavi span.pagination__item {
  padding: 0.5em;
  color: white;
  border: 0;
}

.wp-pagenavi .pagination__item {
  line-height: 1;
  min-width: 40px;
  text-align: center;
  margin: 0.2rem;
}

.share__page-container {
  display: inline-block;
  width: 100%;
  margin: 2rem 0 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.share__page-container span {
  font-size: 1.2rem;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  vertical-align: super;
}
@media screen and (min-width: 62em) {
  .share__page-container .print__page,
  .share__page-container .share-this__icons {
    display: inline-block;
  }
}

.print__page {
  margin: 1rem 1rem 1rem 0;
  padding: 0;
  display: block;
  background: transparent;
}
.print__page:focus {
  outline: 2px solid #FFB81C !important;
}

.share-this__list {
  margin: 0;
  list-style: none;
  display: inline;
}

.share-this__item {
  margin: 1rem 0.25rem 1rem 0;
  display: inline-block;
}

.share-this__icon:focus {
  outline: 2px solid #FFB81C !important;
}

/*
 * Component: Accordion Group
 */
.accordion-group {
  margin: 0;
  padding: 0;
}

.accordion-group__item {
  display: block;
  width: 100%;
}

/**
 * Component: Accordion
 */
.accordion {
  margin: 0;
  margin-bottom: rem-calc(10);
}
.accordion:last-child {
  border: 0;
}

.accordion .accordion__heading {
  margin-bottom: 0;
}

.accordion__trigger {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #0072CE;
  cursor: pointer;
  display: block;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
  font-size: 1.125rem;
  padding: 0.5em 1em;
  background-color: white;
}
.accordion__trigger:focus {
  outline: 2px solid #FFB81C !important;
}
@media screen and (min-width: 62em) {
  .accordion__trigger {
    font-size: 1.11rem;
  }
}

.accordion__trigger:after {
  content: "";
  position: absolute;
  background-image: url("../../app/icons/plus.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
  right: 10px;
  top: 33%;
}

.accordion__trigger[aria-expanded=true]:after {
  transform: rotate(45deg);
}

.accordion__panel {
  max-height: 0vh;
  overflow: hidden;
  position: relative;
  visibility: hidden;
  z-index: 1;
  font-size: 1rem;
}

.accordion__panel img {
  display: block;
  margin-top: 5px;
}

.accordion__panel iframe {
  display: block;
  margin-top: 5px;
}

.accordion__panel--transition {
  transition: max-height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
}

.accordion__panel > :last-child {
  margin-bottom: 0;
}

.accordion__panel[aria-hidden=false] {
  max-height: 100vh;
  overflow: auto;
  visibility: visible;
  padding: 0.5em;
}

@media print {
  .accordion__panel,
  .accordion__panel[aria-hidden=false] {
    max-height: none;
    overflow: visible;
    visibility: visible;
  }
}
.article--loop {
  margin-top: 1.5em;
  background-color: #FFFFFF;
  padding: 1.3333333333em 1em;
}
@media screen and (min-width: 48em) {
  .article--loop {
    padding: 1em 1.25em;
  }
}
.article--loop:first-child {
  margin-top: 0;
}
.article--loop.article--carer {
  padding: 1em;
  margin-top: 1em;
  background-color: #FFFFFF;
}

.article--hero {
  margin-bottom: 1.5em;
  position: relative;
}
@media screen and (min-width: 62em) {
  .article--hero .btn {
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
}

.article--border {
  border-width: 1px;
  border-style: solid;
  border-color: #D9E1E2;
}

.article--loop,
.article--featured {
  background-color: #FFFFFF;
}

.article--featured {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 78em) {
  .article--featured {
    margin-bottom: 0;
  }
}

.article--rounded {
  border-radius: 0.5em;
}
.article--rounded .article__highlight {
  border-radius: 0.5em 0.5em 0 0;
}

.article--flush {
  padding: 0;
}

.article__upper {
  position: relative;
  padding-left: 70px;
  min-height: 55px;
}

@media screen and (min-width: 48em) {
  .article__upper {
    min-height: 60px;
    padding-left: 75px;
  }
}
@media screen and (min-width: 62em) {
  .article__upper {
    min-height: 65px;
    padding-left: 80px;
  }
}
@media screen and (min-width: 78em) {
  .article__upper {
    min-height: 70px;
    padding-left: 85px;
  }
}
@media screen and (min-width: 87em) {
  .article__upper {
    min-height: 75px;
    padding-left: 90px;
  }
}
@media screen and (min-width: 96em) {
  .article__upper {
    min-height: 80px;
    padding-left: 95px;
  }
}

@media screen and (min-width: 48em) {
  .article--event.article--loop .article__meta {
    left: 6.75em;
  }
}
@media screen and (min-width: 62em) {
  .article--event.article--loop .article__meta {
    left: 6.5em;
  }
}
@media screen and (min-width: 78em) {
  .article--event.article--loop .article__meta {
    left: 6.75em;
  }
}
@media screen and (min-width: 87em) {
  .article--event.article--loop .article__meta {
    left: 7em;
  }
}
@media screen and (min-width: 96em) {
  .article--event.article--loop .article__meta {
    left: 7.5em;
  }
}

.article__contain {
  position: relative;
}

.article--alert {
  background-color: #C2020A;
  color: #FFFFFF;
  position: relative;
  padding-left: 6.25em;
}
.article--alert .icon {
  position: absolute;
  top: 1em;
  left: 1em;
}
.article--alert .article__title a {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.article--alert .article__title a:focus, .article--alert .article__title a:hover {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.article--alert .article__excerpt {
  font-size: 1.15em;
}

.article--event .date {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #D9E1E2;
  border-radius: 0.3333333333em;
  font-size: 1.375rem;
  padding: 0.6666666667em 0.3333333333em 0.25em;
  line-height: 0.675;
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 48em) {
  .article--event .date {
    font-size: 1.5rem;
    padding: 0.6666666667em 0.3333333333em 0.25em;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 62em) {
  .article--event .date {
    padding: 0.5em 0.3333333333em 0.25em;
    width: 65px;
    height: 65px;
  }
}
@media screen and (min-width: 78em) {
  .article--event .date {
    font-size: 1.625rem;
    padding: 0.5714285714em 0.3333333333em 0.25em;
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 87em) {
  .article--event .date {
    font-size: 1.625rem;
    padding: 0.6666666667em 0.3333333333em 0.25em;
    width: 75px;
    height: 75px;
  }
}
@media screen and (min-width: 96em) {
  .article--event .date {
    font-size: 1.75rem;
    padding: 0.5714285714em 0.3333333333em 0.25em;
    width: 80px;
    height: 80px;
  }
}
.article--event .date dt {
  display: none;
}
.article--event .date dd {
  display: block;
}
.article--event .day {
  display: block;
}
.article--event .month {
  font-size: 50%;
  text-transform: uppercase;
}

.article__title {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.article__title a {
  color: #0072CE;
  border-bottom: 1px solid #19D3FD;
}
.article__title a:focus {
  outline: 2px solid #FFB81C !important;
}
.article__title a:hover {
  color: rgb(0, 85.7766990291, 155);
  border-bottom: 1px solid rgb(1.9568965517, 183.9482758621, 225.0431034483);
}

.article__subtitle {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.article__subtitle--bold {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.article__image {
  display: block;
  margin-bottom: 1em;
}
.article__image:focus {
  outline: 2px solid #FFB81C !important;
}
@media screen and (min-width: 48em) {
  .article__image {
    margin-bottom: 0;
  }
}

.article__image--rounded {
  border-radius: 1em;
}
.article__image--rounded img {
  border-radius: 1em;
}

.article__excerpt {
  margin-top: 0.5em;
}
.article__excerpt p {
  margin-bottom: 0;
}
.article--people .article__excerpt {
  margin-top: 1em;
}

.article__excerpt--small {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #D9E1E2;
}
@media screen and (min-width: 48em) {
  .article__excerpt--small {
    margin-top: 0.75em;
    padding-top: 0.75em;
  }
}
.article__excerpt--small p {
  font-size: 0.75rem;
}
@media screen and (min-width: 30em) {
  .article__excerpt--small p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48em) {
  .article__excerpt--small p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 62em) {
  .article__excerpt--small p {
    font-size: 0.875rem;
  }
}

.article__lower {
  padding: 1.3333333333em 1em;
}
@media screen and (min-width: 48em) {
  .article__lower {
    padding: 1em 1.25em;
  }
}

.article__meta {
  margin: 0;
  font-size: 16px;
}
.article__meta dl {
  margin-bottom: 0;
  margin-top: 0.3333333333em;
}
.article__meta dl:first-child {
  margin-top: 0;
}
.article__meta .adr {
  margin-bottom: 0;
}
.article__meta .adr span {
  display: block;
}
.article__meta .adr span:after {
  content: ",";
}
.article__meta .adr span:last-child:after {
  content: "";
}
.article__meta dt,
.article__meta dd {
  margin: 0;
  display: table-cell;
  font-style: normal;
}
.article__meta dt {
  width: 100px;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.article__meta dt:after {
  content: ":";
}
.article__meta ul li {
  margin: 0 0 0 0.25em;
}
.article__meta ul li:after {
  content: ",";
}
.article__meta ul li:last-child:after {
  content: "";
}
.article__meta a {
  word-break: break-all;
  border-bottom: 1px solid #19D3FD;
}
.article__meta a:focus {
  outline: 2px solid #FFB81C !important;
}

.page__head .article__meta a {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #006BC2;
  border-bottom: 1px solid #006BC2;
  border-bottom-color: rgba(0, 114, 206, 0.15);
}
.page__head .article__meta a:hover, .page__head .article__meta a:focus {
  border-bottom-color: #006BC2;
}

.article__meta--contact {
  font-size: 1rem;
}
.article__meta--contact div {
  margin-top: 1em;
}
.article__meta--contact div:first-child {
  margin-top: 0;
}

.article__meta--block dt,
.article__meta--block dd {
  margin: 0;
  display: block;
  font-style: normal;
}
.article__meta--block dt {
  width: auto;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.article__meta--block dt:after {
  content: ":";
}

.article__meta--inline {
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .article__meta--inline {
    font-size: 0.875rem;
  }
  .article__meta--inline dl {
    display: inline-block;
    margin-top: 0;
    margin-right: 1em;
  }
  .article__meta--inline dl:first-child {
    margin-right: 0;
  }
  .article__meta--inline dt,
  .article__meta--inline dd {
    display: inline-block;
  }
  .article__meta--inline dt {
    width: auto;
    margin-right: 3px;
  }
  .article__meta--inline dt:after {
    content: ":";
  }
}

.article__meta--large {
  font-size: 1.125rem;
}
.article__meta--large dt {
  display: block;
  width: auto;
}

.article__meta--doctors {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.article__meta--doctors div {
  margin-top: 0.5em;
}
.article__meta--doctors div:first-child {
  margin-top: 0;
}
.article__meta--doctors ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.article__meta--doctors ul li:before {
  content: "– ";
}
.article__meta--doctors ul li:after {
  content: "";
}
@media screen and (min-width: 48em) {
  .article__meta--doctors {
    font-size: 1.25rem;
  }
  .article__meta--doctors dt,
  .article__meta--doctors dd {
    display: table-cell;
  }
  .article__meta--doctors dt {
    width: 155px;
  }
  .article__meta--doctors ul li:before {
    content: "";
  }
}

.article__highlight {
  display: block;
  background-color: #768692;
  color: #FFFFFF;
  padding: 0.5em 1em;
}
.article__highlight .title {
  font-size: 0.875rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .article__highlight {
    padding: 0.6666666667em 1.5em;
  }
}

.article__img--head {
  margin-top: 1.5em;
}
@media screen and (min-width: 48em) {
  .article__img--head {
    margin-top: 0;
  }
}
@media screen and (min-width: 62em) {
  .article__img--head {
    float: right;
    max-width: 280px;
  }
}

.article__img--rounded {
  border-radius: 1em;
}

.carer {
  background-color: #FFFFFF;
  margin-bottom: 1em;
  padding: 1.5em;
  border-radius: 0.5em;
}

.carer--flush {
  padding: 0;
}
.carer--flush .carer__inner {
  padding: 1.5em;
}

.carer__content {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #D9E1E2;
}

.carer__title {
  font-size: 2rem;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.carer__meta {
  margin: 0 0 1.5em;
}
.carer__meta a:focus {
  outline: 2px solid #FFB81C !important;
}
.carer__meta dl {
  margin-top: 0.6666666667em;
}
.carer__meta dl:first-child {
  margin-top: 0;
}
.carer__meta dt,
.carer__meta dd {
  display: table-cell;
  vertical-align: middle;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.carer__meta dt a,
.carer__meta dt .faux-link,
.carer__meta dd a,
.carer__meta dd .faux-link {
  color: #0072CE;
  border-bottom: 1px solid #19D3FD;
}
.carer__meta dt a:focus, .carer__meta dt a:hover,
.carer__meta dt .faux-link:focus,
.carer__meta dt .faux-link:hover,
.carer__meta dd a:focus,
.carer__meta dd a:hover,
.carer__meta dd .faux-link:focus,
.carer__meta dd .faux-link:hover {
  color: rgb(0, 99.8883495146, 180.5);
  border-bottom-color: rgb(2.1767241379, 204.6120689655, 250.3232758621);
}
.carer__meta dt {
  padding-right: 0.25em;
  font-size: 1.25rem;
  margin-bottom: 0.3333333333em;
}
.carer__meta strong:after {
  content: ":";
}
.carer__meta p {
  margin: 0;
}

.carer__telephone,
.carer__fax {
  font-size: 1.5rem;
}

.carer__email,
.carer__website {
  font-size: 0.75rem;
}
@media screen and (min-width: 30em) {
  .carer__email,
  .carer__website {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .carer__email,
  .carer__website {
    font-size: 1.125rem;
  }
}

.carer__address dt span,
.carer__address dt i,
.carer__time dt span,
.carer__time dt i {
  display: table-cell;
  vertical-align: middle;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.carer__address dt span,
.carer__time dt span {
  padding-left: 0.25em;
}
.carer__address dt,
.carer__address dd,
.carer__time dt,
.carer__time dd {
  display: block;
}
.carer__address dd,
.carer__time dd {
  margin-left: 35px;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.carer__time {
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .carer__time {
    font-size: 1rem;
  }
}
.carer__time span {
  display: block;
}
.carer__time strong {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  display: inline-block;
  width: 105px;
  margin-right: 0.25em;
}

/**
 * Styling for the Civic Cookie Control plugin.
*/
.cookie-banner {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: #edf0f2;
}

/**
* styling for when users are logged in and admin bar is visible
*/
.admin-bar .cookie-banner {
  top: 32px;
}

.cookie-banner--main,
.cookie-banner--accept,
.cookie-banner--reject {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 0;
}

.cookie-banner--main > *:not(.govuk-button-group),
.cookie-banner--accept,
.cookie-banner--reject {
  max-width: 800px;
}

.cookie-banner h2 {
  font-size: 24px;
}

.cbg-hidden {
  display: none;
}

.cookie-banner-button--accept,
.cookie-banner-accept--hide,
.govuk-button {
  margin-right: 12px;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  color: #FFFFFF;
  background: #0072CE;
  border-radius: 0.5em;
  font-weight: 700;
  background-position: top 9px right 12px;
}
.cookie-banner-button--accept:hover, .cookie-banner-button--accept:focus,
.cookie-banner-accept--hide:hover,
.cookie-banner-accept--hide:focus,
.govuk-button:hover,
.govuk-button:focus {
  background-position: top 9px right 12px;
}
@media screen and (min-width: 62em) {
  .cookie-banner-button--accept,
  .cookie-banner-accept--hide,
  .govuk-button {
    display: inline-block;
    width: auto;
    background-position: top 13px right 12px;
  }
  .cookie-banner-button--accept:hover, .cookie-banner-button--accept:focus,
  .cookie-banner-accept--hide:hover,
  .cookie-banner-accept--hide:focus,
  .govuk-button:hover,
  .govuk-button:focus {
    background-position: top 13px right 12px;
  }
}

.cookie-banner-accept--hide {
  margin-bottom: 0;
}

.cookie-banner-button--reject {
  background-position: top 9px right 12px;
  display: block;
  width: 100%;
  color: #FFFFFF;
  background: #0072CE;
  border-radius: 0.5em;
  font-weight: 700;
}
.cookie-banner-button--reject:hover, .cookie-banner-button--reject:focus {
  background-position: top 9px right 12px;
}
@media screen and (min-width: 62em) {
  .cookie-banner-button--reject {
    display: inline-block;
    width: auto;
    background-position: top 13px right 12px;
  }
  .cookie-banner-button--reject:hover, .cookie-banner-button--reject:focus {
    background-position: top 13px right 12px;
  }
}

.govuk-body,
.govuk-fieldset__legend {
  font-size: 16px;
  margin-bottom: 12px;
}
@media screen and (min-width: 62em) {
  .govuk-body,
  .govuk-fieldset__legend {
    font-size: 19px;
  }
}

.govuk-body:last-child {
  margin-bottom: 24px;
}

.govuk-cookiecontrol-radios {
  margin-bottom: 24px;
}

.govuk-radios__item {
  display: flex;
  margin-bottom: 10px;
}

.govuk-radios__label {
  padding: 2px 3px;
  line-height: 1;
}

#ccc {
  display: none;
}

.govuk-link {
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (min-width: 78em) {
  .govuk-link {
    font-size: 19px;
  }
}

.govuk-notification-banner {
  border: 5px solid #005eb8;
  background-color: #005eb8;
  margin-bottom: 20px;
}

.govuk-notification-banner--success {
  border-color: #007f3b;
  background-color: #007f3b;
}

.govuk-notification-banner__header {
  padding: 2px 15px 5px;
  border-bottom: 1px solid;
  color: white;
}
@media screen and (min-width: 78em) {
  .govuk-notification-banner__header {
    padding: 2px 20px 5px;
  }
}

.govuk-notification-banner__content {
  background: white;
  padding: 15px;
  font-size: 16px;
}
@media screen and (min-width: 78em) {
  .govuk-notification-banner__content {
    font-size: 19px;
    padding: 20px;
  }
}

.govuk-notification-banner__title {
  margin-bottom: 0;
}

.govuk-fieldset {
  border: none;
  font-size: 16px;
}
@media screen and (min-width: 78em) {
  .govuk-fieldset {
    font-size: 19px;
  }
}

/* $. Helpers - i.e. Clearfixes, accessbility hidden, etc
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Extras
 * Description:
 *    Any other helpers which will be used throughout the project
 * Sections:
 *    $. Clearfix
 *    $. Flexible
 *    $. States
 *    $. Breakpoint Visibility
 */
/* $. Clearfix - http://goo.gl/5Fvrh
\*----------------------------------------------------------------*/
code:after, form:after, .header:after, .footer:after, .panel:after, .form--filter:after, .strip:after, .mwm-aal-container:after, .test--no-flexbox .gallery__images:after, .section:after, .nav:after,
.cf:after,
.gform_wrapper .ginput_complex > span:after,
.cms-content .gform_wrapper .gfield_error:after,
.gfield:after,
.cms-content hr:after,
.media:after,
.alphabet:after {
  content: "";
  display: table;
  clear: both;
}

/* $. Flexible
\*----------------------------------------------------------------*/
.flexible {
  position: relative;
  height: 250px;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .flexible {
    height: 300px;
  }
}
@media screen and (min-width: 62em) {
  .flexible {
    height: 400px;
  }
}
.flexible iframe,
.flexible object,
.flexible embed,
.flexible .flexible__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flexible--careers {
  margin-bottom: 2em;
}

.silhouette__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.silhouette {
  position: relative;
  overflow: hidden;
  display: block;
}

.silhouette--footer {
  padding-bottom: 5%;
  margin: 0.5em 0 1em;
}
@media screen and (min-width: 48em) {
  .silhouette--footer {
    position: relative;
    z-index: 10;
  }
}
.illustration {
  position: relative;
  margin-top: 1em;
}
@media screen and (min-width: 30em) {
  .illustration {
    margin-top: 2em;
  }
}
@media screen and (min-width: 48em) {
  .illustration {
    margin-top: 0;
  }
}

.illustration__wrap {
  position: relative;
  bottom: 0;
  left: 0;
}

.illustration__waves {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 1em;
  padding-bottom: 10%;
}
.illustration__waves .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}

.illustration__lighthouse {
  position: absolute;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 44px;
  bottom: 18%;
  right: 20.5%;
}
@media screen and (min-width: 30em) {
  .illustration__lighthouse {
    width: 60px;
    height: 67px;
    bottom: 18%;
    right: 19%;
  }
}
@media screen and (min-width: 48em) {
  .illustration__lighthouse {
    width: 90px;
    height: 100px;
    bottom: 18%;
    right: 19%;
  }
}
@media screen and (min-width: 62em) {
  .illustration__lighthouse {
    width: 150px;
    height: 167px;
    bottom: 18%;
    right: 17%;
  }
}
@media screen and (min-width: 78em) {
  .illustration__lighthouse {
    width: 183px;
    height: 204px;
    bottom: 18%;
    right: 18%;
  }
}

/* $. States
\*----------------------------------------------------------------*/
/* Visually Hidden */
.is-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  color: black;
  background: white;
}

.is-current,
.is-current a {
  color: #415463;
}

/* $. Breakpoint Visibility
\*----------------------------------------------------------------*/
.is-visible--bp2 {
  display: none;
}
@media screen and (min-width: 48em) {
  .is-visible--bp2 {
    display: block;
  }
}

.is-visible--bp4 {
  display: none;
}
@media screen and (min-width: 78em) {
  .is-visible--bp4 {
    display: block;
  }
}

@media screen and (max-width: 48em) {
  .is-hidden--bp2 {
    display: none;
  }
}

@media screen and (max-width: 62em) {
  .is-hidden--bp3 {
    display: none;
  }
}

/* $. Fix for blurry images
\*----------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}
/* Unset for Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}
/**
 * Title:
 *    Overrides
 * Description:
 *    Global overrides to be used throughout a project. Using !important as
 *    we always want them to override existing styles.
 * Sections:
 *    $. Box Model
 *    $. Positioning
 *    $. Type Styling
 */
/* $. Box Model
\*----------------------------------------------------------------*/
.u-zero-top {
  margin-top: 0 !important;
}

.u-zero-bottom {
  margin-bottom: 0 !important;
}

.u-push-top {
  margin-top: 1em;
}

.u-push-top\@2 {
  margin-top: 2em;
}

.u-push-top\@3 {
  margin-top: 3em;
}

.u-push-top\/2 {
  margin-top: 0.5em;
}

.u-push-top\/3 {
  margin-top: 0.3333333333em;
}

.u-push-bottom {
  margin-bottom: 1em;
}

.u-push-bottom\@2 {
  margin-bottom: 2em;
}

.u-push-bottom\@3 {
  margin-bottom: 3em;
}

.u-push-bottom\/2 {
  margin-bottom: 0.5em;
}

.u-push-bottom\/3 {
  margin-bottom: 0.3333333333em;
}

.u-display-block {
  display: block;
}

.u-display-inline {
  display: inline-block;
}

.u-display-none {
  display: none;
}

.u-vertical-top {
  vertical-align: top;
}

.u-vertical-middle {
  vertical-align: middle;
}

/* $. Positioning
\*----------------------------------------------------------------*/
/* Alignment */
.u-align-left {
  text-align: left;
}

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

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

/* Floats */
.u-float-none {
  float: none;
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

/* Size specific */
@media screen and (min-width: 78em) {
  .u-float-right-bp4 {
    float: right;
  }
}

/* $. Type Styling
\*----------------------------------------------------------------*/
/* Families */
/* Sizing */
.u-size-small {
  font-size: 0.8rem;
}

.u-size-large {
  font-size: 1.3rem;
}

/* Weight */
.u-weight-light {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.u-weight-normal {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-weight-bold {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* Style */
.u-style-italic {
  font-style: italic;
}

.u-style-uppercase {
  text-transform: uppercase;
}

.u-style-underline {
  text-decoration: underline;
}

/* $. Styling
\*----------------------------------------------------------------*/
/* Borders */
.u-rounded {
  border-radius: 100%;
}

.u-curved {
  border-radius: 1em;
}

.u-bordered {
  border: 0.5em solid #FFFFFF;
}

/* $. Code Snippet
\*----------------------------------------------------------------*/
.snippet-code {
  min-height: 100px;
  margin-bottom: 2em;
  font-family: Consolas, monaco, monospace;
  font-size: 0.85rem;
  color: #FFFFFF;
  background-color: #415463;
  white-space: nowrap;
}
.snippet-code:hover, .snippet-code:focus {
  color: #FFFFFF;
  background-color: #415463;
}

.u-lock-scroll {
  position: fixed !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

/* $. Print
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Print Stylesheet
 * Description:
 *    Use to override print based styles
 */
/* $. Config - Variables, global mixins & Bower components
\*----------------------------------------------------------------*/
/**
* Title:
*    Variables
* Description:
*    Project variables go here
* Sections:
*    $. Breakpoints
*    $. Colours
*    $. Typography
*    $. Layout
*    $. Icons
*    $. Z axis
*/
/* $. Breakpoints
\*----------------------------------------------------------------*/
/* $. Colours
\*----------------------------------------------------------------*/
/**
 * Base colours
 */
/* Greyscale */
/**
 * UI colours
 */
/* shades */
/* states */
/* accessibility */
/* $. Layout
\*----------------------------------------------------------------*/
/* $. Font
\*----------------------------------------------------------------*/
/* $. Icons
\*----------------------------------------------------------------*/
/* $. Z axis
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Global Mixins
 * Description:
 *    This is an archive for all global mixins located within the
 *    'mixins' folder
 * Sections:
 *    $. Media Queries
 *    $. Your new mixins
 */
/* $. Media Queries - https://github.com/jakearchibald/sass-ie
\*----------------------------------------------------------------*/
/* $. Media Queries - https://github.com/jakearchibald/sass-ie
\*----------------------------------------------------------------*/
/* $. Font (IE8 weights not working)
\*----------------------------------------------------------------*/
/* $. Your new mixins
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Vendors
 * Description:
 *    Importing and using the bower components within your Sass
 * Sections:
 *    $. Variables
 *    $. Imports
 *    $. Configuration
 */
/* $. Variables
\*----------------------------------------------------------------*/
/**
 * GROOT
 */
/* $. Imports
\*----------------------------------------------------------------*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Groot v0.0.7 | MIT License | http://github.com/lukewhitehouse/groot */
/**
 ***************************************************************************
 * Groot > groot.scss
 ***************************************************************************
 *
 * Acting as a hub to build upon the components which make up the
 * Groot system.
 *
 * $. Variables
 * $. Base
 * $. Modifiers
 * $. Builder
 *
 */
/* $. Variables
\*----------------------------------------------------------------*/
/**
 ***************************************************************************
 * Groot > src/_variables.scss
 ***************************************************************************
 *
 * All available variables have present !default values which can be
 * overridden by the user. In addition, to prevent conflicts with 3rd
 * party packages, each variable is namespaced with `$gr`, short for
 * groot.
 *
 * $. Core
 * $. Modifiers
 * $. Sizing
 * $. Grid Alignment
 * $. Item Alignment
 *
 */
/* $. Core
\*----------------------------------------------------------------*/
/* $. Modifiers
\*----------------------------------------------------------------*/
/* $. Sizing
\*----------------------------------------------------------------*/
/* $. Grid Alignment
\*----------------------------------------------------------------*/
/* $. Item Alignment
\*----------------------------------------------------------------*/
/* $. Base
\*----------------------------------------------------------------*/
/**
 ***************************************************************************
 * Groot > src/_base.scss
 ***************************************************************************
 *
 * Create the main classes for the grid's container and its children.
 *
 * $. Container
 * $. Item
 *
 */
/* $. Container
\*----------------------------------------------------------------*/
.grid {
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0 0 0 -1em;
  direction: inherit;
  text-align: inherit;
}

/* $. Item
\*----------------------------------------------------------------*/
.grid__item {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin: 0 -0.25em 0 0;
  padding: 0 0 0 1em;
  direction: inherit;
  text-align: inherit;
  vertical-align: top;
}

/* $. Modifiers
\*----------------------------------------------------------------*/
/**
 ***************************************************************************
 * Groot > src/_modifiers.scss
 ***************************************************************************
 *
 * Styling to produce the various modifiers that come prebuilt into the
 * grid system.
 *
 * $. Spacing
 * $. Directional
 * $. Alignment
 *
 */
/* $. Spacing
\*----------------------------------------------------------------*/
.grid--spaced {
  margin: 0 0 0 -2em;
}
.grid--spaced > .grid__item {
  padding: 0 0 0 2em;
}

.grid--compact {
  margin: 0;
}
.grid--compact > .grid__item {
  padding: 0;
}

/* $. Directional
\*----------------------------------------------------------------*/
.grid--reversed {
  direction: rtl;
}
.grid--reversed:after {
  content: "";
  clear: both;
  display: table;
}
.grid--reversed .grid__item {
  margin: 0 0 0 -0.25em;
}

/* $. Alignment
\*----------------------------------------------------------------*/
.grid--centered {
  text-align: center;
}

.grid__item--centered {
  display: block;
  margin: 0 auto;
}

/* $. Build
\*----------------------------------------------------------------*/
/**
 ***************************************************************************
 * Groot > src/_builder.scss
 ***************************************************************************
 *
 * This Mixin is used to build out the Grid system. This takes two
 * parameters, one for the number of columns to create and the second
 * for at what breakpoint this should be created for.
 *
 * @param | int    | $cols   | Number of Columns to build
 * @param | string | $suffix | Suffix for the Class declaration
 *
 * @return class declartion
 *
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

/* $. Configuration
\*----------------------------------------------------------------*/
/**
 * Loop through $cols
 */
/**
 * Create a loop ending with 1 less than the $col parameter
 */
/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--1-12 {
  width: 8.3333333333%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--2-12 {
  width: 16.6666666667%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--3-12 {
  width: 25%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--4-12 {
  width: 33.3333333333%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--5-12 {
  width: 41.6666666667%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--6-12 {
  width: 50%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--7-12 {
  width: 58.3333333333%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--8-12 {
  width: 66.6666666667%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--9-12 {
  width: 75%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--10-12 {
  width: 83.3333333333%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--11-12 {
  width: 91.6666666667%;
}

/**
 * Get the length of the $suffix parameter
 */
/**
 * If a breakpoint has been declared, declare the class
 * for that breakpoint.
 */
/**
 * Declare a class based on $col number
 */
.grid__item--12-12 {
  width: 100%;
}

@media screen and (min-width: 30em) {
  /**
   * Loop through $cols
   */
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-12-bp1 {
    width: 8.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-12-bp1 {
    width: 16.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-12-bp1 {
    width: 25%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-12-bp1 {
    width: 33.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-12-bp1 {
    width: 41.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--6-12-bp1 {
    width: 50%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--7-12-bp1 {
    width: 58.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--8-12-bp1 {
    width: 66.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--9-12-bp1 {
    width: 75%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--10-12-bp1 {
    width: 83.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--11-12-bp1 {
    width: 91.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--12-12-bp1 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  /**
   * Loop through $cols
   */
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-12-bp2 {
    width: 8.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-12-bp2 {
    width: 16.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-12-bp2 {
    width: 25%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-12-bp2 {
    width: 33.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-12-bp2 {
    width: 41.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--6-12-bp2 {
    width: 50%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--7-12-bp2 {
    width: 58.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--8-12-bp2 {
    width: 66.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--9-12-bp2 {
    width: 75%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--10-12-bp2 {
    width: 83.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--11-12-bp2 {
    width: 91.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--12-12-bp2 {
    width: 100%;
  }
}
@media screen and (min-width: 62em) {
  /**
   * Loop through $cols
   */
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-12-bp3 {
    width: 8.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-12-bp3 {
    width: 16.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-12-bp3 {
    width: 25%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-12-bp3 {
    width: 33.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-12-bp3 {
    width: 41.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--6-12-bp3 {
    width: 50%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--7-12-bp3 {
    width: 58.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--8-12-bp3 {
    width: 66.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--9-12-bp3 {
    width: 75%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--10-12-bp3 {
    width: 83.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--11-12-bp3 {
    width: 91.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--12-12-bp3 {
    width: 100%;
  }
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-5-bp3 {
    width: 20%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-5-bp3 {
    width: 40%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-5-bp3 {
    width: 60%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-5-bp3 {
    width: 80%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-5-bp3 {
    width: 100%;
  }
}
@media screen and (min-width: 78em) {
  /**
   * Loop through $cols
   */
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-12-bp4 {
    width: 8.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-12-bp4 {
    width: 16.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-12-bp4 {
    width: 25%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-12-bp4 {
    width: 33.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-12-bp4 {
    width: 41.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--6-12-bp4 {
    width: 50%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--7-12-bp4 {
    width: 58.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--8-12-bp4 {
    width: 66.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--9-12-bp4 {
    width: 75%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--10-12-bp4 {
    width: 83.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--11-12-bp4 {
    width: 91.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--12-12-bp4 {
    width: 100%;
  }
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-5-bp4 {
    width: 20%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-5-bp4 {
    width: 40%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-5-bp4 {
    width: 60%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-5-bp4 {
    width: 80%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-5-bp4 {
    width: 100%;
  }
}
@media screen and (min-width: 87em) {
  /**
   * Loop through $cols
   */
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-12-bp5 {
    width: 8.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-12-bp5 {
    width: 16.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-12-bp5 {
    width: 25%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-12-bp5 {
    width: 33.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-12-bp5 {
    width: 41.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--6-12-bp5 {
    width: 50%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--7-12-bp5 {
    width: 58.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--8-12-bp5 {
    width: 66.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--9-12-bp5 {
    width: 75%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--10-12-bp5 {
    width: 83.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--11-12-bp5 {
    width: 91.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--12-12-bp5 {
    width: 100%;
  }
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-5-bp5 {
    width: 20%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-5-bp5 {
    width: 40%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-5-bp5 {
    width: 60%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-5-bp5 {
    width: 80%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-5-bp5 {
    width: 100%;
  }
}
@media screen and (min-width: 96em) {
  /**
   * Loop through $cols
   */
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-12-bp6 {
    width: 8.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-12-bp6 {
    width: 16.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-12-bp6 {
    width: 25%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-12-bp6 {
    width: 33.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-12-bp6 {
    width: 41.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--6-12-bp6 {
    width: 50%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--7-12-bp6 {
    width: 58.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--8-12-bp6 {
    width: 66.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--9-12-bp6 {
    width: 75%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--10-12-bp6 {
    width: 83.3333333333%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--11-12-bp6 {
    width: 91.6666666667%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--12-12-bp6 {
    width: 100%;
  }
  /**
   * Create a loop ending with 1 less than the $col parameter
   */
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--1-5-bp6 {
    width: 20%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--2-5-bp6 {
    width: 40%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--3-5-bp6 {
    width: 60%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--4-5-bp6 {
    width: 80%;
  }
  /**
   * Get the length of the $suffix parameter
   */
  /**
   * If a breakpoint has been declared, declare the class
   * for that breakpoint.
   */
  /**
   * Declare a class based on $col number AND breakpoint
   */
  .grid__item--5-5-bp6 {
    width: 100%;
  }
}
.grid__item--omega {
  float: right;
}

/**
 * Cookie Policy
 */
#cookie-law-info-bar {
  font-size: 100%;
}
#cookie-law-info-bar .cli_messagebar_head {
  font-weight: bold;
  font-size: 1.3em;
  margin: 1em 0 1.25em 0;
}
#cookie-law-info-bar .cli_mixd_message {
  display: block;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 0;
}
#cookie-law-info-bar .cli_mixd_message a {
  text-decoration: underline;
  color: #1d70b8;
}
#cookie-law-info-bar .cli_mixd_message a:hover {
  color: #003078;
}
#cookie-law-info-bar .cli_mixd_buttons a {
  font-size: 1.1em;
  padding: 0.8em 2em;
  background-color: #00703c;
  color: white;
  font-weight: normal;
  margin: 0 0.5em 1em 0.5em;
  line-height: 1.25;
  min-width: 12em;
  display: inline-block;
}
#cookie-law-info-bar .cli_mixd_buttons a:hover {
  background-color: rgb(0, 86.5, 46.3392857143) !important;
}

/**
 * Title:
 *    Extras
 * Description:
 *    Any other helpers which will be used throughout the project
 * Sections:
 *    $. Clearfix
 *    $. Flexible
 *    $. States
 *    $. Breakpoint Visibility
 */
/* $. Clearfix - http://goo.gl/5Fvrh
\*----------------------------------------------------------------*/
code:after, form:after, .header:after, .footer:after, .panel:after, .form--filter:after, .strip:after, .mwm-aal-container:after, .test--no-flexbox .gallery__images:after, .section:after, .nav:after,
.cf:after,
.gform_wrapper .ginput_complex > span:after,
.cms-content .gform_wrapper .gfield_error:after,
.gfield:after,
.cms-content hr:after,
.media:after,
.alphabet:after {
  content: "";
  display: table;
  clear: both;
}

/* $. Flexible
\*----------------------------------------------------------------*/
.flexible {
  position: relative;
  height: 250px;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .flexible {
    height: 300px;
  }
}
@media screen and (min-width: 62em) {
  .flexible {
    height: 400px;
  }
}
.flexible iframe,
.flexible object,
.flexible embed,
.flexible .flexible__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flexible--careers {
  margin-bottom: 2em;
}

.silhouette__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.silhouette {
  position: relative;
  overflow: hidden;
  display: block;
}

.silhouette--footer {
  padding-bottom: 5%;
  margin: 0.5em 0 1em;
}
@media screen and (min-width: 48em) {
  .silhouette--footer {
    position: relative;
    z-index: 10;
  }
}
.illustration {
  position: relative;
  margin-top: 1em;
}
@media screen and (min-width: 30em) {
  .illustration {
    margin-top: 2em;
  }
}
@media screen and (min-width: 48em) {
  .illustration {
    margin-top: 0;
  }
}

.illustration__wrap {
  position: relative;
  bottom: 0;
  left: 0;
}

.illustration__waves {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 1em;
  padding-bottom: 10%;
}
.illustration__waves .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}

.illustration__lighthouse {
  position: absolute;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 44px;
  bottom: 18%;
  right: 20.5%;
}
@media screen and (min-width: 30em) {
  .illustration__lighthouse {
    width: 60px;
    height: 67px;
    bottom: 18%;
    right: 19%;
  }
}
@media screen and (min-width: 48em) {
  .illustration__lighthouse {
    width: 90px;
    height: 100px;
    bottom: 18%;
    right: 19%;
  }
}
@media screen and (min-width: 62em) {
  .illustration__lighthouse {
    width: 150px;
    height: 167px;
    bottom: 18%;
    right: 17%;
  }
}
@media screen and (min-width: 78em) {
  .illustration__lighthouse {
    width: 183px;
    height: 204px;
    bottom: 18%;
    right: 18%;
  }
}

/* $. States
\*----------------------------------------------------------------*/
/* Visually Hidden */
.is-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  color: black;
  background: white;
}

.is-current,
.is-current a {
  color: #415463;
}

/* $. Breakpoint Visibility
\*----------------------------------------------------------------*/
.is-visible--bp2 {
  display: none;
}
@media screen and (min-width: 48em) {
  .is-visible--bp2 {
    display: block;
  }
}

.is-visible--bp4 {
  display: none;
}
@media screen and (min-width: 78em) {
  .is-visible--bp4 {
    display: block;
  }
}

@media screen and (max-width: 48em) {
  .is-hidden--bp2 {
    display: none;
  }
}

@media screen and (max-width: 62em) {
  .is-hidden--bp3 {
    display: none;
  }
}

/* $. Fix for blurry images
\*----------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}
/* Unset for Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}
/**
 * Title:
 *    Defaults
 * Description:
 *    These are the base styles for the project
 * Sections:
 *    $. Defaults
 *    $. Selections
 */
/* $. Defaults
\*----------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1.5;
  font-size: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
}
@media screen and (min-width: 62em) {
  html {
    font-size: 112.5%;
  }
}

body {
  color: #415463;
  background-color: #FFFFFF;
}

/* $. Selections
\*----------------------------------------------------------------*/
::-moz-selection {
  background: rgba(102, 102, 102, 0.5);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(102, 102, 102, 0.5);
  color: #fff;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: rgba(102, 102, 102, 0.5);
}

:focus {
  outline: 2px solid #FFB81C;
  box-shadow: 0 0 1px rgb(229.5, 229.5, 229.5);
}

/**
 * Title:
 *    Elements
 * Description:
 *    The styling of basic element tags
 * Sections:
 *    $. Basics
 *    $. Links
 *    $. Blockquotes
 *    $. Embedded
 */
/* $. Basics
\*----------------------------------------------------------------*/
hr {
  border: 0;
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
}

ins {
  text-decoration: none;
  color: #000;
  background: #ff9;
}

mark {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}

pre {
  overflow-x: auto;
}

address {
  white-space: pre-line;
}

/* $. Links
\*----------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #006BC2;
}
a:hover {
  color: rgb(0, 78.8711340206, 143);
}

/* $. Blockquotes
\*----------------------------------------------------------------*/
blockquote, .corona-faq-article__answer blockquote,
.cms-content .blockquote {
  position: relative;
  display: block;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.5em 0;
  background: #FFFFFF;
  color: #415463;
  padding: 1.25em;
  border-radius: 0.5em;
}
blockquote p, .corona-faq-article__answer blockquote p,
.cms-content .blockquote p {
  display: block;
  color: #0072CE;
  line-height: 1.3;
  margin: 0 0 0.3333333333em 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 48em) {
  blockquote p, .corona-faq-article__answer blockquote p,
  .cms-content .blockquote p {
    font-size: 1.375rem;
  }
}
blockquote p:before, .corona-faq-article__answer blockquote p:before,
.cms-content .blockquote p:before {
  display: inline;
  content: "“";
}
blockquote p:after, .corona-faq-article__answer blockquote p:after,
.cms-content .blockquote p:after {
  display: inline;
  content: "”";
}
blockquote cite, .corona-faq-article__answer blockquote cite,
.cms-content .blockquote cite {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  blockquote cite, .corona-faq-article__answer blockquote cite,
  .cms-content .blockquote cite {
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 78em) {
  blockquote cite, .corona-faq-article__answer blockquote cite,
  .cms-content .blockquote cite {
    font-size: 1.125rem;
  }
}
blockquote strong, .corona-faq-article__answer blockquote strong,
.cms-content .blockquote strong {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}
blockquote strong, .corona-faq-article__answer blockquote strong,
blockquote em,
.corona-faq-article__answer blockquote em,
.cms-content .blockquote strong,
.cms-content .blockquote em {
  line-height: 1.3;
  display: block;
  font-style: normal;
}
blockquote em, .corona-faq-article__answer blockquote em,
.cms-content .blockquote em {
  color: #415463;
}

code {
  background-color: #415463;
  color: #FFFFFF;
  padding: 0.5em;
  margin: 1.5em 0;
  display: block;
  position: relative;
  font-size: 0.875rem;
}
code:before {
  background-color: #415463;
  color: #FFFFFF;
  font-size: 0.875rem;
  position: absolute;
  content: "code";
  top: -1.5em;
  left: 0;
  padding: 0.2em 0.5em;
}

/* $. Embedded
\*----------------------------------------------------------------*/
img {
  display: inline-block;
  margin: 0 auto;
  font-style: italic;
  color: #666;
  vertical-align: middle;
}
img[width] {
  width: auto !important;
}
img[height] {
  height: auto !important;
}

img,
audio,
canvas,
embed,
object,
video {
  max-width: 100%;
}

iframe {
  display: block;
}

/**
 * Title: Typography
 * Description: Base typography styles dealing with Vertical Rhythm and Hierarchy
 * Sections:
 *    $. Vertical Rhythm
 *    $. Headings and Common Styles
 */
/* $. Vertical Rhythm
\*----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.2;
}

blockquote, .corona-faq-article__answer blockquote, pre, p, ul, ol, dl, hr {
  margin-top: 0;
}

p, ul, ol, dl, hr, form, table, blockquote, .corona-faq-article__answer blockquote, pre {
  margin-bottom: 1em;
}

ul > :last-child,
ol > :last-child,
dl > :last-child,
blockquote > :last-child {
  margin-bottom: 0;
}

/* $. Headings and Common Styles
\*----------------------------------------------------------------*/
h1, .alpha {
  font-size: 2.25rem;
}

h2, .beta {
  font-size: 1.875rem;
}

h3, .gamma {
  font-size: 1.5rem;
}

h4, .delta {
  font-size: 1.25rem;
}

h5, .epsilon {
  font-size: 1rem;
}

h6, .zeta {
  font-size: 0.875rem;
}

.intro {
  font-size: 1.25em;
}

.headline {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  padding-bottom: 0.45em;
}

/**
 * Title:
 *    Lists
 * Description:
 *    Styling of <ul>, <ol>, <dl> and its children
 * Sections:
 *    $. Basics
 *    $. Your Styles
 */
/* $. Lists
\*----------------------------------------------------------------*/
ul, ol {
  margin-left: 2em;
  padding-left: 0;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}

li {
  margin-bottom: 0.5em;
}

dt {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
}

dd {
  margin-left: 0;
  margin-bottom: 0.5em;
  font-style: italic;
}

/* $. Your Styles
\*----------------------------------------------------------------*/
/**
 * Title:
 *    Tables
 * Description:
 *    Styling of tables and their variations
 * Sections:
 *    $. Basics
 *    $. Your Styles
 */
/* $. Basics
\*----------------------------------------------------------------*/
table {
  width: 100%;
}

td, th, caption {
  background-color: #FFFFFF;
  padding: 0.5em;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  vertical-align: top;
}

td {
  font-size: 1rem;
}
@media screen and (min-width: 30em) {
  td {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 62em) {
  td {
    font-size: 1rem;
  }
}
@media screen and (min-width: 78em) {
  td {
    font-size: 1.125rem;
  }
}

td:first-child {
  width: 30%;
}

tr:nth-child(odd) td {
  background: rgb(248.625, 248.625, 248.625);
}

th {
  font-family: "Frutiger W01", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #0072CE;
  color: #FFFFFF;
}

caption {
  background: rgb(223.125, 223.125, 223.125);
}

/* $. Your Styles
\*----------------------------------------------------------------*/
.table--hovered tr:hover td {
  background: rgb(235.875, 235.875, 235.875);
}

/* $. Print
\*----------------------------------------------------------------*/
/* Print Styles */
@media print and (color) {
  * {
    print-color-adjust: economy;
  }
}
@media print {
  @page {
    size: A4;
  }
  * {
    page-break-before: avoid;
    page-break-after: avoid;
    break-inside: avoid;
    color: #000000;
  }
  .strip {
    background: none !important;
    padding-bottom: 0 !important;
  }
  .cookie-notice-container,
  .nav--tertiary,
  .icon--telephone,
  .awards__logo,
  .accordion-group__button *:empty,
  .header__logo,
  .header__tools,
  #mobileNavToggle,
  #js-toggle-nav,
  .breadcrumbs,
  .share__page-container,
  .sidebar,
  .panel--file,
  .bloom__logo,
  .footer__social,
  .footer__upper {
    display: none !important;
  }
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
  html {
    font-family: sans-serif;
    background: white;
    color: #252525;
    font-size: 12pt;
  }
  div[class^=grid],
  .container {
    min-width: unset !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
    display: inline;
  }
  header,
  section,
  aside,
  article,
  div,
  article {
    float: none;
  }
  a[href^="#"]:after {
    content: "";
  }
  blockquote, .corona-faq-article__answer blockquote {
    background: none;
    margin: 1em 0;
    padding: 1em;
  }
  a {
    padding: 0;
    margin: 0;
  }
  .header__logo--print,
  .sidebar--doctors,
  .footer__logo {
    display: block !important;
  }
  .header__logo--print {
    width: 300px;
    max-width: none;
    height: auto;
  }
  .header,
  .header .container,
  .page__headline,
  .accordion-group__button,
  .accordion-group__content,
  .footer,
  .footer__lower {
    padding: 0;
  }
  .accordion-group__open .accordion-group__content {
    padding: 0;
  }
  .accordion-group__item {
    break-inside: avoid;
  }
  .article__meta {
    padding-top: 1em;
  }
  .main,
  .main .container,
  .page__head,
  .cms-content,
  .accordion-group__content {
    margin: 0 !important;
  }
  .content .panel, .content .form--filter, .content .mwm-aal-container {
    background-color: #D9E1E2;
    color: #000000;
  }
  #recite-header {
    display: none;
  }
}
/* $. Coronavirus Module
\*----------------------------------------------------------------*/
.corona-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
 * Component: Example
 *
 * Scss for this component goes here
 *
 * include this file in style.scss -
 * e.g. '// @import "components/_example/_index";'
 * New components should not use underscores.
 */
.corona-alert {
  background: #fae100;
  padding: 0.8888888889rem 0;
  margin-bottom: 1.7777777778rem;
}

.corona-alert__inner {
  width: 92.5%;
  min-width: 15em;
  max-width: 68.5em;
  margin: 0 auto 0 auto;
}
@media screen and (min-width: 30em) {
  .corona-alert__inner {
    width: 85%;
  }
}

.corona-alert__title {
  font-size: 1.0555555556rem;
  font-weight: bold;
  color: #231f20;
}
@media (min-width: 62em) {
  .corona-alert__title {
    font-size: 1.2222222222rem;
  }
}
@media (min-width: 87em) {
  .corona-alert__title {
    font-size: 1.4444444444rem;
  }
}

.corona-alert__content {
  max-width: 47.2222222222rem;
}
.corona-alert__content p {
  font-size: 1.0555555556rem;
  color: #231f20;
  margin-bottom: 0;
}
@media (min-width: 87em) {
  .corona-alert__content p {
    font-size: 1.1111111111rem;
  }
}
.corona-alert__content p a {
  text-decoration: none;
  color: #005fac;
  font-family: "Frutiger W01", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.corona-alert__content p a:hover,
.corona-alert__content p a:focus {
  text-decoration: underline;
}

/**
 * Component: content-sidebar-group
 */
.corona-content-sidebar-group {
  background-color: white;
}

.corona-content-sidebar-group__grid {
  display: flex;
  margin-left: -1.6666666667rem;
  flex-direction: column;
}
@media (min-width: 62em) {
  .corona-content-sidebar-group__grid {
    flex-direction: row;
  }
}

.corona-content-sidebar-group__sidebar {
  width: 100%;
  order: 1;
  padding-left: 1.6666666667rem;
}
.corona-content-sidebar-group__sidebar > * {
  margin-bottom: 1.1111111111rem;
}
@media (min-width: 62em) {
  .corona-content-sidebar-group__sidebar > * {
    margin-bottom: 1.6666666667rem;
  }
}
@media (min-width: 62em) {
  .corona-content-sidebar-group__sidebar {
    width: 30%;
    order: 0;
  }
  .corona-content-sidebar-group__sidebar .button--blocky {
    width: 100%;
  }
}

.corona-content-sidebar-group__content {
  width: 100%;
  padding-left: 1.6666666667rem;
  position: relative;
}
.corona-content-sidebar-group__content > * {
  margin-bottom: 2.5555555556rem;
}
@media (min-width: 62em) {
  .corona-content-sidebar-group__content {
    width: 70%;
  }
}

.corona-content-sidebar-group__second {
  order: 2;
}

.corona-content-sidebar-group--extra-padding {
  padding-top: 1.1111111111rem;
}

.corona-content-sidebar-group--bottom-padding {
  padding-bottom: 5rem;
}
@media (min-width: 62em) {
  .corona-content-sidebar-group--bottom-padding {
    padding-bottom: 7.7777777778rem;
  }
}

.corona-content-sidebar-group--top-padding {
  padding-top: 5rem;
  top: 5rem;
}
@media (min-width: 62em) {
  .corona-content-sidebar-group--top-padding {
    padding-top: 5.5555555556rem;
    top: -5.5555555556rem;
  }
}

/**
 * Component: Example
 *
 * Scss for this component goes here
 * 
 * include this file in style.scss - 
 * e.g. '// @import "components/_example/_index";'
 * New components should not use underscores.
 */
.corona-excerpt {
  max-width: 800px;
  font-size: 1.0555555556rem;
  color: #231f20;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 62em) {
  .corona-excerpt {
    font-size: 1.2222222222rem;
  }
}
@media (min-width: 87em) {
  .corona-excerpt {
    font-size: 1.4444444444rem;
  }
}

.corona-faq-article {
  padding: 0.6666666667rem 0;
  border-bottom: 1px solid #ccc;
  padding: 1.3333333333rem 0;
}

.corona-faq-article__question {
  font-size: 1.1111111111rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.3333333333rem;
  color: #231f20;
}
@media (min-width: 62em) {
  .corona-faq-article__question {
    font-size: 1.1666666667rem;
  }
}
@media (min-width: 87em) {
  .corona-faq-article__question {
    font-size: 1.3333333333rem;
  }
}

.corona-faq-article__answer {
  color: #231f20;
}
.corona-faq-article__answer p {
  margin-bottom: 1.3333333333rem;
}
.corona-faq-article__answer ul,
.corona-faq-article__answer ol {
  margin: 0 0 1.3333333333rem 0;
  padding-left: 1.3333333333rem;
}
.corona-faq-article__answer > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 62em) {
  .corona-faq-article__answer {
    font-size: 0.9444444444rem;
  }
}
@media (min-width: 87em) {
  .corona-faq-article__answer {
    font-size: 1.0555555556rem;
  }
}

.corona-faq-article-group__title {
  color: #231F20;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.corona-faq-article-group__list {
  list-style: none;
  margin: 0;
}

.corona-featured-panel-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.corona-featured-panel-group__item {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 87em) {
  .corona-featured-panel-group__item {
    width: 33.33333%;
  }
}

.corona-featured-panel {
  display: flex;
  flex-direction: column;
  background: #0072ce;
  height: 100%;
  color: white;
  padding: 1.1111111111rem;
}

.corona-featured-panel__title {
  font-size: 1.1111111111rem;
  line-height: 1.3;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 62em) {
  .corona-featured-panel__title {
    font-size: 1.2222222222rem;
  }
}
@media (min-width: 87em) {
  .corona-featured-panel__title {
    font-size: 1.3333333333rem;
  }
}

.corona-featured-panel__title a {
  color: white;
  text-decoration: underline;
}

.corona-featured-panel__excerpt {
  font-size: 1rem;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 87em) {
  .corona-featured-panel__excerpt {
    font-size: 1.1666666667rem;
  }
}

.corona-featured-panel__date {
  margin-top: auto;
  font-size: 1rem;
}
@media (min-width: 87em) {
  .corona-featured-panel__date {
    font-size: 1.1666666667rem;
  }
}

.corona-faq-panel {
  display: flex;
  flex-direction: column;
  background: #0072ce;
  height: 100%;
  color: white;
  padding: 1.1111111111rem;
}

.corona-faq-panel__title {
  font-size: 1.1111111111rem;
  line-height: 1.3;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 62em) {
  .corona-faq-panel__title {
    font-size: 1.2222222222rem;
  }
}
@media (min-width: 87em) {
  .corona-faq-panel__title {
    font-size: 1.3333333333rem;
  }
}

.corona-faq-panel__title a {
  color: white;
  text-decoration: underline;
}

.corona-faq-panel__faqs-list {
  font-size: 1rem;
  margin-bottom: 1.3333333333rem;
  list-style: none;
}
@media (min-width: 87em) {
  .corona-faq-panel__faqs-list {
    font-size: 1.1666666667rem;
  }
}

.corona-faq-panel__faqs-list-item {
  margin: 0;
}
.corona-faq-panel__faqs-list-item a {
  color: white;
  text-decoration: underline;
}

.corona-faq-panel__date {
  margin-top: auto;
  font-size: 1rem;
}
@media (min-width: 87em) {
  .corona-faq-panel__date {
    font-size: 1.1666666667rem;
  }
}

.corona-faq-panel {
  display: flex;
  flex-direction: column;
  background: #0072ce;
  height: 100%;
  color: white;
  padding: 1.1111111111rem;
}

.corona-faq-panel__title {
  font-size: 1.1111111111rem;
  line-height: 1.3;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 62em) {
  .corona-faq-panel__title {
    font-size: 1.2222222222rem;
  }
}
@media (min-width: 87em) {
  .corona-faq-panel__title {
    font-size: 1.3333333333rem;
  }
}

.corona-faq-panel__title a {
  color: white;
  text-decoration: underline;
}

.corona-faq-panel__faqs-list {
  font-size: 1rem;
  margin-bottom: 1.3333333333rem;
  list-style: none;
}
@media (min-width: 87em) {
  .corona-faq-panel__faqs-list {
    font-size: 1.1666666667rem;
  }
}

.corona-faq-panel__faqs-list-item {
  margin: 0;
}
.corona-faq-panel__faqs-list-item a {
  color: white;
  text-decoration: underline;
}

.corona-faq-panel__date {
  margin-top: auto;
  font-size: 1rem;
}
@media (min-width: 87em) {
  .corona-faq-panel__date {
    font-size: 1.1666666667rem;
  }
}

.corona-last-updated {
  display: inline-block;
  background: black;
  padding: 0.4444444444rem 1.1111111111rem;
  margin-bottom: 1.3333333333rem;
}
.corona-last-updated p {
  margin: 0;
  color: white;
}

.corona-news-feed__title {
  color: #231f20;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  font-size: 1.1111111111rem;
}
@media (min-width: 62em) {
  .corona-news-feed__title {
    font-size: 1.2222222222rem;
  }
}
@media (min-width: 87em) {
  .corona-news-feed__title {
    font-size: 1.3333333333rem;
  }
}

.corona-news-feed__list {
  list-style: none;
  margin: 0;
}

.corona-news-feed__archive-link {
  display: block;
  font-size: 1rem;
  text-align: right;
}
@media (min-width: 87em) {
  .corona-news-feed__archive-link {
    font-size: 1.1666666667rem;
  }
}

.corona-news-feed-article {
  padding: 0.6666666667rem 0;
  border-bottom: 1px solid #ccc;
}

.corona-news-feed-article__title {
  font-size: 1.1111111111rem;
  line-height: 1.3;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 62em) {
  .corona-news-feed-article__title {
    font-size: 1.2222222222rem;
  }
}
@media (min-width: 87em) {
  .corona-news-feed-article__title {
    font-size: 1.3333333333rem;
  }
}

.corona-news-feed-article__title a {
  text-decoration: underline;
}

.corona-news-feed-article__date {
  font-size: 1rem;
  line-height: 1.3;
}
@media (min-width: 87em) {
  .corona-news-feed-article__date {
    font-size: 1.1666666667rem;
  }
}

.corona-news-feed-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.corona-news-feed-group__item {
  width: 100%;
  padding-left: 30px;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 87em) {
  .corona-news-feed-group__item {
    width: 50%;
  }
}

.corona-page-title {
  margin-bottom: 1.6666666667rem;
}

.corona-page-title__title {
  font-size: 1.4444444444rem;
  font-weight: bold;
  line-height: 1.3;
  color: #231f20;
}
@media (min-width: 62em) {
  .corona-page-title__title {
    font-size: 2rem;
  }
}
@media (min-width: 87em) {
  .corona-page-title__title {
    font-size: 2.6666666667rem;
  }
}

.corona-page-title__excerpt {
  font-size: 1.1111111111rem;
  color: #231f20;
  margin-top: 0.6666666667rem;
  max-width: 46.5555555556rem;
}
@media (min-width: 62em) {
  .corona-page-title__excerpt {
    font-size: 1.3333333333rem;
  }
}

.corona-pagination {
  display: flex;
  align-items: center;
  margin-bottom: 2.2222222222rem;
  font-weight: normal;
  justify-content: center;
}

.corona-pagination__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8888888889rem;
}
@media (min-width: 62em) {
  .corona-pagination__list {
    font-size: 1.0555555556rem;
  }
}

.corona-pagination__list--narrow {
  width: 100%;
  justify-content: center;
}
@media (min-width: 62em) {
  .corona-pagination__list--narrow {
    width: 66.66666%;
  }
}

.pagination__item {
  margin-right: 0.2777777778rem;
}

.corona-pagination__item--hidden-mobile {
  display: none;
}
@media (min-width: 62em) {
  .corona-pagination__item--hidden-mobile {
    display: block;
  }
}

.corona-pagination__button {
  display: block;
  color: #005eb8;
  padding: 0.3333333333rem 0.8888888889rem;
  border: 0.0555555556rem solid #e8edee;
  font-weight: bold;
}
.corona-pagination__button:hover {
  background: #003087;
  color: white;
  text-decoration: none;
}

.corona-pagination__button--disabled {
  background: #425563;
  color: rgb(45.6, 58.7272727273, 68.4);
  border: 0.0555555556rem solid transparent;
}

.corona-pagination__button--active {
  background: #005eb8;
  border: 1px solid #005eb8;
  color: white;
}

.corona-pagination__item--disabled .corona-pagination__button--next,
.corona-pagination__item--disabled .corona-pagination__button--prev {
  color: #425563;
}
.corona-pagination__item--disabled .corona-pagination__button--next:hover,
.corona-pagination__item--disabled .corona-pagination__button--prev:hover {
  color: inherit;
  text-decoration: none;
}

.corona-pagination__button--next,
.corona-pagination__button--prev {
  background: none;
  border: 0.0555555556rem solid transparent;
  font-weight: normal;
  color: #005eb8;
}
.corona-pagination__button--next:hover,
.corona-pagination__button--prev:hover {
  background: none;
  text-decoration: underline;
  color: rgb(0, 80.972826087, 158.5);
}

.corona-pagination__ellipsis {
  display: block;
  background: #425563;
  color: white;
  padding: 0.3333333333rem 0.6111111111rem;
}

.corona-pinned-links {
  list-style: none;
  margin: 0 0 2.6666666667rem 0;
  padding: 0;
}
.corona-pinned-links li {
  margin: 0 0 0.6666666667rem 0;
}

.corona-pinned-links-item {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1111111111rem;
}
@media (min-width: 62em) {
  .corona-pinned-links-item {
    font-size: 1.2222222222rem;
  }
}
@media (min-width: 87em) {
  .corona-pinned-links-item {
    font-size: 1.4444444444rem;
  }
}

.corona-wrapper {
  margin: 0 auto 2.6666666667rem auto;
  width: 92.5%;
  min-width: 15em;
  max-width: 68.5em;
}
@media screen and (min-width: 30em) {
  .corona-wrapper {
    width: 85%;
  }
}

/**
 * Component: Standard Content
 */
/**
 * The following element styles are primarily used to
 * format and style Gutenberg block styles.
 */
.corona-standard-content {
  /**
  * File download block styles
  */
  /**
  * Gutenberg Button styles
  */
}
.corona-standard-content p {
  margin-bottom: 1.1111111111rem;
}
.corona-standard-content h1,
.corona-standard-content h2,
.corona-standard-content h3,
.corona-standard-content h4,
.corona-standard-content h5,
.corona-standard-content h6 {
  font-weight: bold;
  margin-bottom: 0.8333333333rem;
}
.corona-standard-content ul,
.corona-standard-content ol {
  margin: 0;
  padding: 0 0 0 1.3333333333rem;
  margin-bottom: 1.1111111111rem;
}
.corona-standard-content ul li ul,
.corona-standard-content ul li ol,
.corona-standard-content ol li ul,
.corona-standard-content ol li ol {
  margin-bottom: 0;
}
.corona-standard-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.1111111111rem;
}
.corona-standard-content table tr {
  border-bottom: 1px solid #ccc;
}
.corona-standard-content table tr:last-child {
  border-bottom: 2px solid rgb(178.5, 178.5, 178.5);
}
.corona-standard-content thead,
.corona-standard-content tbody:first-child tr {
  text-align: left;
  font-size: 0.8888888889rem;
}
.corona-standard-content thead:first-child td, .corona-standard-content thead:first-child th,
.corona-standard-content tbody:first-child tr:first-child td,
.corona-standard-content tbody:first-child tr:first-child th {
  border-bottom: 2px solid rgb(178.5, 178.5, 178.5);
  font-weight: bold;
  padding: 0.4444444444rem;
}
.corona-standard-content tr td,
.corona-standard-content tr th {
  font-size: 0.8888888889rem;
  vertical-align: top;
  padding: 0.4444444444rem;
  text-align: left;
  font-weight: normal;
}
.corona-standard-content .wp-caption-text {
  padding: 0.5555555556rem 0;
  font-size: 0.7777777778rem;
  color: #ccc;
  border-bottom: 0.0555555556rem solid #ccc;
}
.corona-standard-content .wp-block-image {
  margin-bottom: 1.1111111111rem;
}
.corona-standard-content .wp-block-image .alignleft {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62em) {
  .corona-standard-content .wp-block-image .alignleft {
    float: left;
    margin-right: 1.3333333333rem;
  }
}
.corona-standard-content .wp-block-image .alignright {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62em) {
  .corona-standard-content .wp-block-image .alignright {
    float: right;
    margin-left: 1.3333333333rem;
  }
}
.corona-standard-content .wp-block-image figcaption {
  margin-top: 0.2777777778rem;
  font-size: 0.8888888889rem;
}
@media (min-width: 62em) {
  .corona-standard-content .wp-block-image figcaption {
    font-size: 1rem;
  }
}
@media (min-width: 87em) {
  .corona-standard-content .wp-block-image figcaption {
    font-size: 1.0555555556rem;
  }
}
.corona-standard-content .wp-block-file {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 1.3333333333rem;
  margin-bottom: 1.1111111111rem;
}
.corona-standard-content .wp-block-file a:first-child {
  color: #425563;
  margin-right: 0.5555555556rem;
}
.corona-standard-content .wp-block-file .wp-block-file__button {
  color: white;
  background-color: #005eb8;
  padding: 0.2777777778rem 1.1111111111rem;
  border-radius: 0;
  font-size: 1.0555555556rem;
  font-weight: bold;
}
.corona-standard-content .wp-block-file .wp-block-file__button:hover {
  background-color: rgb(0, 80.972826087, 158.5);
  text-decoration: none;
}
.corona-standard-content .wp-block-button__link {
  color: white;
  background-color: #005eb8;
  padding: 0.2777777778rem 1.1111111111rem;
  border-radius: 0;
  font-size: 1.0555555556rem;
  font-weight: bold;
  margin-bottom: 1.3888888889rem;
}
.corona-standard-content .wp-block-button__link:hover {
  background-color: rgb(0, 80.972826087, 158.5);
  text-decoration: none;
}

/**
 * Excerpt box within Standard Content
 */
.standard-content__excerpt {
  font-size: 1.3333333333rem;
  font-weight: normal;
}

.wp-block-audio {
  margin-bottom: 1.1111111111rem;
}
.wp-block-audio audio {
  width: 100%;
}

/**
 * Embeded 16x9 content
 *
 * For embedded Videos e.t.c.
 */
.wp-embed-aspect-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1.1111111111rem;
}
.wp-embed-aspect-16-9 iframe,
.wp-embed-aspect-16-9 object,
.wp-embed-aspect-16-9 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Embeded 4x3 content
 *
 * For embedded Videos e.t.c.
 */
.wp-embed-aspect-4-3 {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1.1111111111rem;
}
.wp-embed-aspect-4-3 iframe,
.wp-embed-aspect-4-3 object,
.wp-embed-aspect-4-3 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Embeded Image blocks
 */
.wp-block-image {
  margin-bottom: 1.1111111111rem;
}

.tooltip {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}
.tooltip:hover:after {
  position: absolute;
  left: 50%;
  bottom: 1.6666666667rem;
  transform: translateX(-50%);
  content: attr(data-description);
  background: #005eb8;
  color: white;
  padding: 0.2777777778rem;
  font-size: 0.7777777778rem;
  text-align: center;
  font-weight: normal;
  width: 13.8888888889rem;
}

/**
 * Add additional margin to Facebook, Twitter and Instagram Gutenberg blocks
 */
.wp-block-embed-twitter,
.wp-block-embed-facebook,
.wp-block-embed-instagram {
  margin-bottom: 1.1111111111rem;
}
