@charset "UTF-8";
/* Settings */
/* Tools */
/*----------------------------*/
/*----------- Mixins-----------*/
/*----------------------------*/
/* Sprites */
.svg-alert-sign,
.c-highlight--alert::before,
.svg-green-tick,
.c-dos-donts__dos li::before,
.svg-jump-top-arrow,
.svg-notice-close,
.c-emergency-notice__close::before,
.c-emergency-takeover__close::before,
.svg-notice-close--blue,
.c-message-popup__close::before,
.svg-red-cross,
.c-dos-donts__donts li::before,
.svg-tweet-like,
.svg-tweet-retweet,
.svg-twitter-icon,
.c-twitter-feed__title::before {
  background: url("../images/sprite.svg") no-repeat;
}

.svg-alert-sign,
.c-highlight--alert::before {
  background-position: 0 0;
}

.svg-alert-sign-dims,
.c-highlight--alert::before {
  width: 49px;
  height: 49px;
}

.svg-green-tick,
.c-dos-donts__dos li::before {
  background-position: 98.9130434783% 36.4705882353%;
}

.svg-green-tick-dims,
.c-dos-donts__dos li::before {
  width: 26px;
  height: 24px;
}

.svg-jump-top-arrow {
  background-position: 96.8085106383% 57.4916898376%;
}

.svg-jump-top-arrow-dims {
  width: 24px;
  height: 13.334px;
}

.svg-notice-close,
.c-emergency-notice__close::before,
.c-emergency-takeover__close::before {
  background-position: 64.4736842105% 0;
}

.svg-notice-close-dims,
.c-emergency-notice__close::before,
.c-emergency-takeover__close::before {
  width: 42px;
  height: 42px;
}

.svg-notice-close--blue,
.c-message-popup__close::before {
  background-position: 0 73.1343283582%;
}

.svg-notice-close--blue-dims,
.c-message-popup__close::before {
  width: 42px;
  height: 42px;
}

.svg-red-cross,
.c-dos-donts__donts li::before {
  background-position: 100% 0;
}

.svg-red-cross-dims,
.c-dos-donts__donts li::before {
  width: 27px;
  height: 31px;
}

.svg-tweet-like {
  background-position: 92.8571428571% 75.0923076923%;
}

.svg-tweet-like-dims {
  width: 20px;
  height: 18px;
}

.svg-tweet-retweet {
  background-position: 0 100%;
}

.svg-tweet-retweet-dims {
  width: 20px;
  height: 18px;
}

.svg-twitter-icon,
.c-twitter-feed__title::before {
  background-position: 53.8461538462% 64.4736842105%;
}

.svg-twitter-icon-dims,
.c-twitter-feed__title::before {
  width: 40px;
  height: 33px;
}

/* Generics */
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

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

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* Base */
html {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

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

body {
  -webkit-font-smoothing: antialiased;
  color: #231f20;
  font-family: "Frutiger LT W01_55 Roman", arial, sans-serif;
  min-height: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  font-size: 18px;
}

hr {
  border: 1px solid #e8edee;
}

img {
  height: auto;
  max-width: 100%;
}

a:focus,
button:focus,
input:focus {
  outline: 3px solid #ffb81c;
}

main {
  overflow: hidden;
}

video {
  width: 100% !important;
  height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
  font-weight: normal;
}

h1,
.h1 {
  font-size: 2em;
}

h2,
.h2 {
  font-size: 1.5em;
}

h3,
.h3 {
  font-size: 1.17em;
}

h5,
.h5 {
  font-size: 0.83em;
}

h6,
.h6 {
  font-size: 0.67em;
}

strong {
  font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
  font-weight: normal;
}

a {
  color: #005eb8;
}

a:hover {
  color: #005eb8;
}

/* Objects */
.o-grid,
.container {
  max-width: 1040px;
  margin: 0 auto;
}
.o-grid::after,
.container::after {
  clear: both;
  content: "";
  display: block;
}
.o-grid__col-2,
.container__col-2 {
  width: calc(16.66667% - 16.33333px);
  float: left;
  margin-left: 14px;
}
.o-grid__half, .o-grid__col-6,
.container__half,
.container__col-6 {
  width: calc(50% - 21px);
  float: left;
  margin-left: 14px;
}
.o-grid__full, .o-grid__col-12,
.container__full,
.container__col-12 {
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
}
.o-grid--debug,
.container--debug {
  background-image: repeating-linear-gradient(to right, transparent, transparent 14px, rgba(0, 212, 255, 0.25) 14px, rgba(0, 212, 255, 0.25) calc(8.33333% - 15.16667px + 14px));
}

.container-fluid {
  width: 100%;
}

.o-grid-col-1,
.col-xs-1 {
  width: calc(8.33333% - 15.16667px);
  float: left;
  margin-left: 14px;
}

.o-grid-col-2,
.col-xs-2 {
  width: calc(16.66667% - 16.33333px);
  float: left;
  margin-left: 14px;
}

.o-grid-col-3,
.col-xs-3 {
  width: calc(25% - 17.5px);
  float: left;
  margin-left: 14px;
}

.o-grid-col-4,
.col-xs-4 {
  width: calc(33.33333% - 18.66667px);
  float: left;
  margin-left: 14px;
}

.o-grid-col-5,
.col-xs-5 {
  width: calc(41.66667% - 19.83333px);
  float: left;
  margin-left: 14px;
}

.o-grid-col-6,
.col-xs-6 {
  width: calc(50% - 21px);
  float: left;
  margin-left: 14px;
}

.o-grid-col-7,
.col-xs-7 {
  width: calc(58.33333% - 22.16667px);
  float: left;
  margin-left: 14px;
}

.o-grid-col-8,
.col-xs-8 {
  width: calc(66.66667% - 23.33333px);
  float: left;
  margin-left: 14px;
}

.o-grid-col-9,
.col-xs-9 {
  width: calc(75% - 24.5px);
  float: left;
  margin-left: 14px;
}

.o-grid-col-10,
.col-xs-10 {
  width: calc(83.33333% - 25.66667px);
  float: left;
  margin-left: 14px;
}

.o-grid-col-11,
.col-xs-11 {
  width: calc(91.66667% - 26.83333px);
  float: left;
  margin-left: 14px;
}

.o-grid-col-12,
.col-xs-12 {
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
}

@media screen and (min-width: 768px) {
  .col-sm-1 {
    width: calc(8.33333% - 15.16667px);
    float: left;
    margin-left: 14px;
  }
  .col-sm-2 {
    width: calc(16.66667% - 16.33333px);
    float: left;
    margin-left: 14px;
  }
  .col-sm-3 {
    width: calc(25% - 17.5px);
    float: left;
    margin-left: 14px;
  }
  .col-sm-4 {
    width: calc(33.33333% - 18.66667px);
    float: left;
    margin-left: 14px;
  }
  .col-sm-5 {
    width: calc(41.66667% - 19.83333px);
    float: left;
    margin-left: 14px;
  }
  .col-sm-6 {
    width: calc(50% - 21px);
    float: left;
    margin-left: 14px;
  }
  .col-sm-7 {
    width: calc(58.33333% - 22.16667px);
    float: left;
    margin-left: 14px;
  }
  .col-sm-8 {
    width: calc(66.66667% - 23.33333px);
    float: left;
    margin-left: 14px;
  }
  .col-sm-9 {
    width: calc(75% - 24.5px);
    float: left;
    margin-left: 14px;
  }
  .col-sm-10 {
    width: calc(83.33333% - 25.66667px);
    float: left;
    margin-left: 14px;
  }
  .col-sm-11 {
    width: calc(91.66667% - 26.83333px);
    float: left;
    margin-left: 14px;
  }
  .col-sm-12 {
    width: calc(100% - 28px);
    float: left;
    margin-left: 14px;
  }
}
@media screen and (min-width: 1024px) {
  col-md-1 {
    width: calc(8.33333% - 15.16667px);
    float: left;
    margin-left: 14px;
  }
  .col-md-2 {
    width: calc(16.66667% - 16.33333px);
    float: left;
    margin-left: 14px;
  }
  .col-md-3 {
    width: calc(25% - 17.5px);
    float: left;
    margin-left: 14px;
  }
  .col-md-4 {
    width: calc(33.33333% - 18.66667px);
    float: left;
    margin-left: 14px;
  }
  .col-md-5 {
    width: calc(41.66667% - 19.83333px);
    float: left;
    margin-left: 14px;
  }
  .col-md-6 {
    width: calc(50% - 21px);
    float: left;
    margin-left: 14px;
  }
  .col-md-7 {
    width: calc(58.33333% - 22.16667px);
    float: left;
    margin-left: 14px;
  }
  .col-md-8 {
    width: calc(66.66667% - 23.33333px);
    float: left;
    margin-left: 14px;
  }
  .col-md-9 {
    width: calc(75% - 24.5px);
    float: left;
    margin-left: 14px;
  }
  .col-md-10 {
    width: calc(83.33333% - 25.66667px);
    float: left;
    margin-left: 14px;
  }
  .col-md-11 {
    width: calc(91.66667% - 26.83333px);
    float: left;
    margin-left: 14px;
  }
  .col-md-12 {
    width: calc(100% - 28px);
    float: left;
    margin-left: 14px;
  }
}
/* Top level nav */
/* Dropdowns */
.o-nav__list {
  position: absolute;
  top: 2.5em;
  left: -9999px;
  opacity: 0;
  -webkit-transition: 0.1s linear opacity;
  transition: 0.1s linear opacity;
  min-width: 150px;
}

.o-nav li {
  float: left;
  position: relative;
}

/* Top level nav items */
.o-nav li > a {
  float: left;
  padding: 10px 15px;
  text-decoration: none;
}

/* Top level hover state, preserve hover state when hovering dropdown  */
.o-nav li > a:hover,
.o-nav li > a:focus,
.o-nav li:focus > a,
.o-nav li:hover > a {
  background: #EFEFEF;
  outline: 0;
}

.o-nav li:hover ul,
.o-nav li:focus ul,
ul.show-menu {
  left: 0;
  opacity: 0.99;
}

.o-nav ul li {
  float: none;
  position: static;
}

.o-nav ul a {
  float: none;
  display: block;
  font-size: 12px;
  text-shadow: none;
  -webkit-transition: 0.1s linear all;
  transition: 0.1s linear all;
}

.o-nav ul a:hover,
.o-nav ul a:focus {
  text-shadow: none;
}

.o-icon {
  display: inline-block;
}
.o-icon svg {
  /* Lets the icon inherit the text color. */
  fill: currentColor;
  /* Inherit the text’s size too. Also allows sizing
         the icon by changing its font-size. */
  width: 1em;
  height: 1em;
  /* Nice visual alignment for icons alongside text.
         (I got a few questions about this and: with most
         fonts and styles, this works better than just
         vertical-align:middle. Try it and see what you
         like best. */
  vertical-align: -0.15em;
  /* Paths and strokes that overflow the viewBox can
         show in IE.*/
  overflow: hidden;
}

.o-media {
  overflow: hidden;
  padding: 1rem;
  margin: 0 0 1rem 0;
}
.o-media__image {
  margin: 0 0 1rem 0;
}
.o-media__content, .o-media__content-title {
  overflow: hidden;
}
.o-media__content-title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .o-media__image {
    float: left;
    height: 200px;
    width: 200px;
    margin: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .o-media__image {
    height: 220px;
    width: 220px;
  }
}

/* Components */
.c-top-bar {
  display: none;
  background: #005eb8;
  color: #ffffff;
  max-height: 38px;
}
.c-top-bar__menu-item.google-translate {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-top-bar {
    display: block;
    position: relative;
  }
  .c-top-bar .container {
    max-width: none;
  }
  .c-top-bar__menu {
    width: calc(100% - 28px);
    float: left;
    margin-left: 14px;
    margin-left: 0;
    width: 100%;
  }
  .c-top-bar__menu-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: right;
  }
  .c-top-bar__menu-item {
    float: left;
    border-right: 1px solid #76adda;
  }
  .c-top-bar__menu-item:first-of-type {
    border-left: 1px solid #76adda;
  }
  .c-top-bar__menu-item.google-translate {
    display: block;
    width: 180px;
  }
  .c-top-bar__menu-link {
    display: block;
    color: #ffffff;
    padding: 0 0.75em;
    line-height: 38px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
  }
  .c-top-bar__menu-link:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .c-top-bar.microsite .google-translate {
    width: 190px;
  }
}

.c-site-header {
  min-height: 100px;
  border-bottom: 2px solid #e8edee;
  padding: 20px 0;
  position: relative;
}
.c-site-header__logo {
  width: calc(83.33333% - 25.66667px);
  float: left;
  margin-left: 14px;
}
.c-site-header__right {
  width: calc(16.66667% - 16.33333px);
  float: left;
  margin-left: 14px;
}
.c-site-header__logo img {
  max-width: 218px;
}
.c-site-header__logo-link {
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url("../images/mft-logo.svg");
  height: 70px;
  width: 220px;
}
.c-site-header .c-button {
  float: right;
}
@media screen and (min-width: 768px) {
  .c-site-header__logo {
    width: calc(33.33333% - 18.66667px);
    float: left;
    margin-left: 14px;
  }
  .c-site-header__logo--lung {
    width: calc(50% - 21px);
    float: left;
    margin-left: 14px;
  }
  .c-site-header__right {
    width: calc(66.66667% - 23.33333px);
    float: left;
    margin-left: 14px;
  }
  .c-site-header__right--lung {
    width: calc(50% - 21px);
    float: left;
    margin-left: 14px;
  }
}
/* Settings */
/* Tools */
.c-site-nav {
  background: #005eb8;
  padding: 20px;
  display: none;
}
.c-site-nav.is-active {
  display: block;
}
.c-site-nav__menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 4px solid #76adda;
}
.c-site-nav__item {
  display: block;
}
.c-site-nav__item:not(:first-of-type) {
  margin-top: 6px;
}
.c-site-nav__item:last-of-type {
  margin-bottom: 36px;
}
.c-site-nav__link {
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  font-family: "Frutiger LT W01_55 Roman";
}
.c-site-nav__link:hover {
  color: #ffffff;
}
.c-site-nav__menu--secondary {
  border-bottom: none;
  display: block;
  margin-top: 24px;
}
.c-site-nav__menu--secondary .c-site-nav__link {
  font-size: 18px;
}
.c-site-nav__menu--social {
  border-bottom: none;
}
.c-site-nav__menu--social .c-site-nav__item:not(:last-of-type) {
  display: block;
  float: left;
  margin-right: 10px;
}
.c-site-nav__menu--social .c-site-nav__link {
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 38px;
  width: 38px;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}
.c-site-nav__menu--social .c-site-nav__link--facebook {
  background-image: url("../images/social-icon-facebook--white.png");
}
.c-site-nav__menu--social .c-site-nav__link--twitter {
  background-image: url("../images/social-icon-twitter--white.png");
}
.c-site-nav--microsite .c-site-nav__dropdown {
  display: none;
}
.c-site-nav--microsite .c-site-nav__dropdown h3, .c-site-nav--microsite .c-site-nav__dropdown-link {
  color: #fff;
}
.c-site-nav--standard .c-site-nav__dropdown-list {
  display: none;
  padding: 20px 0;
  list-style: none;
}
.c-site-nav--standard .c-site-nav__dropdown-list h3, .c-site-nav--standard .c-site-nav__dropdown-list-link {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .c-site-nav__dropdown {
    padding-top: 0.5em;
    padding-bottom: 2em;
  }
  .c-site-nav__dropdown-link {
    display: block;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .c-site-nav__item.menu-item-has-children .c-site-nav__dropdown-submenu-link {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    bottom: 10px;
    width: 60px;
    height: 44px;
    cursor: pointer;
    text-indent: -9999px;
  }
  .c-site-nav__item.menu-item-has-children .c-site-nav__dropdown-submenu-link::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../images/submenu-arrow.svg");
    background-size: 10px;
    background-position: center;
    width: 11px;
    height: 100%;
    right: 22px;
    top: 0;
    bottom: 0;
    -webkit-transition: transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .c-site-nav__item.is-open {
    background-color: #003087;
  }
  .c-site-nav__item.is-open.menu-item-has-children .c-site-nav__dropdown-submenu-link::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 1024px) {
  .c-site-nav {
    background: none;
    display: block;
    padding: 0;
    position: relative;
    width: calc(100% - 28px);
    float: left;
    margin-left: 14px;
  }
  .c-site-nav__menu {
    border: none;
    padding: 0;
    margin: 0;
  }
  .c-site-nav__item {
    display: inline-block;
    margin: 0;
  }
  .c-site-nav__item:last-of-type {
    margin-bottom: 0;
  }
  .c-site-nav__item:not(:first-of-type) {
    margin-top: 0;
  }
  .c-site-nav__link {
    display: block;
    color: #231f20;
    padding: 0 0.6em;
    vertical-align: middle;
    line-height: 2.5;
    font-size: 18px;
    min-height: 54px;
  }
  .c-site-nav__link:hover {
    color: #231f20;
  }
  .c-site-nav__link:hover, .c-site-nav__link:focus, .c-site-nav__item.is-active .c-site-nav__link {
    background-color: #e8edee;
    position: relative;
  }
  .c-site-nav__link:hover::before, .c-site-nav__link:focus::before, .c-site-nav__item.is-active .c-site-nav__link::before {
    background-color: #005eb8;
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
  }
  .c-site-nav__item.current-menu-item .c-site-nav__link {
    position: relative;
  }
  .c-site-nav__item.current-menu-item .c-site-nav__link::before {
    background-color: #005eb8;
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
  }
  .c-site-nav__item.menu-item-has-children .c-site-nav__link {
    background-image: url("../images/menu-dropdown-arrow.png");
    background-position: 90% 1.05em;
    background-repeat: no-repeat;
    background-size: 9px;
    padding-right: 1.6em;
  }
  .c-site-nav--standard .c-site-nav__item.is-active .c-site-nav__dropdown-list, .c-site-nav--standard .c-site-nav__link:focus ~ .c-site-nav__dropdown-list {
    display: block;
  }
  .c-site-nav--standard .c-site-nav__dropdown-list {
    position: absolute;
    width: 100%;
    background: #e8edee;
    min-height: 200px;
    z-index: 10;
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    color: #005eb8;
  }
  .c-site-nav--standard .c-site-nav__dropdown-list.show-menu {
    display: block;
  }
  .c-site-nav--standard .c-site-nav__dropdown-list h3 {
    color: #000;
  }
  .c-site-nav--standard .c-site-nav__dropdown-list-link {
    color: #005eb8;
  }
  .c-site-nav--standard .c-site-nav__dropdown-list::before, .c-site-nav--standard .c-site-nav__dropdown-list::after {
    content: "";
    background: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
  }
  .c-site-nav--standard .c-site-nav__dropdown-list::before {
    left: 0;
    margin-left: -100%;
  }
  .c-site-nav--standard .c-site-nav__dropdown-list::after {
    right: 0;
    margin-right: -100%;
  }
  .c-site-nav--microsite .c-site-nav__item.is-active .c-site-nav__dropdown, .c-site-nav--microsite .c-site-nav__link:focus ~ .c-site-nav__dropdown {
    display: block;
  }
  .c-site-nav--microsite .c-site-nav__dropdown {
    position: absolute;
    width: 100%;
    min-height: 200px;
    z-index: 10;
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    color: #005eb8;
  }
  .c-site-nav--microsite .c-site-nav__dropdown h3 {
    color: #000;
  }
  .c-site-nav--microsite .c-site-nav__dropdown-link {
    color: #005eb8;
  }
  .c-site-nav--microsite .c-site-nav__dropdown::before, .c-site-nav--microsite .c-site-nav__dropdown::after {
    content: "";
    background: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
  }
  .c-site-nav--microsite .c-site-nav__dropdown::before {
    left: 0;
    margin-left: -100%;
  }
  .c-site-nav--microsite .c-site-nav__dropdown::after {
    right: 0;
    margin-right: -100%;
  }
  .c-site-nav__dropdown-list--alternative .c-site-nav__dropdown-link {
    color: #005eb8;
    font-family: "Frutiger LT W01_55 Roman";
  }
  .c-site-nav__dropdown-link {
    color: #231f20;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 0.2em 0;
  }
  .c-site-nav__dropdown-link:hover {
    text-decoration: underline;
    color: #005eb8;
    margin-left: 2px;
  }
  .c-site-nav__dropdown--hospitals {
    padding-top: 2em;
  }
  .c-site-nav__dropdown--hospitals-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 3 equal columns */
    grid-gap: 20px; /* Space between cards */
    padding: 0 15px;
  }
  .c-site-nav__dropdown--hospitals .c-site-nav__hospital-link {
    display: block;
    min-height: 100px;
    padding: 0.5em;
    text-decoration: none;
    color: #231f20;
    border-top-style: solid;
    border-top-width: 6px;
    margin-bottom: 1em;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    padding-right: 2em;
    background-position: 90% 50%;
  }
  .c-site-nav__dropdown--hospitals .c-site-nav__hospital-link:hover {
    background-color: #ffffff;
    background-image: url("../images/cta-arrow--black.png");
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }
  .c-site-nav__menu--secondary, .c-site-nav__menu--social {
    display: none;
  }
  .c-site-nav__dropdown--services {
    padding-bottom: 40px !important;
  }
  .c-site-nav__dropdown--services .c-site-nav__dropdown-list {
    padding-left: 0;
  }
  .c-site-nav__dropdown--services .c-site-nav__dropdown-item {
    padding-left: 0;
  }
  .c-site-nav__dropdown--consultants {
    padding-bottom: 40px !important;
  }
  .c-site-nav__dropdown--consultants .c-form--col-2 .c-form__field {
    width: 60%;
    margin-left: 0;
  }
}
.c-page-intro {
  background: #e8edee;
  padding: 18px 0;
}
.c-page-intro__text {
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .c-page-intro {
    background-image: url("../images/trust-header--hive2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 75px 0 45px 0;
    text-align: center;
  }
  .c-page-intro .o-grid__full {
    margin-left: 0;
  }
  .c-page-intro__text {
    color: #ffffff;
    display: block;
    font-size: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 34px;
  }
  .c-page-intro__button {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .c-page-intro {
    background-position: bottom center;
    padding: 75px 0 55px 0;
  }
  .c-page-intro__text {
    max-width: 700px;
    margin-bottom: 40px;
    font-size: 24px;
  }
}

/* Settings */
/* Tools */
.c-page-intro--v2 {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 18px 0;
}
.c-page-intro--v2__text,
.c-page-intro--v2 p {
  font-size: 18px;
}
.c-page-intro--v2 h2,
.c-page-intro--v2 p {
  color: #231f20;
  margin-right: auto;
}
.c-page-intro--v2 h2 {
  margin-bottom: 10px;
}
.c-page-intro--v2 .c-page-intro--v2__text {
  margin-top: 5px;
}
.c-page-intro--v2__button.button-color--black {
  background-color: #231f20;
  border: 0;
}
.c-page-intro--v2__button.button-color--blue {
  background-color: #005eb8;
  border: 0;
}
.c-page-intro--v2__button.button-color--dark-green {
  background-color: #006747;
  border: 0;
}
.c-page-intro--v2__button.button-color--white {
  background-color: #ffffff;
  border: 0;
  color: #005eb8;
  background-image: url(../images/button-arrow--blue.png);
}
.c-page-intro--v2__button.button-color--transparent {
  background-color: transparent;
  border-color: #ffffff;
}
.c-page-intro--v2.background-color--black {
  background-color: #231f20;
}
.c-page-intro--v2.background-color--blue {
  background-color: #005eb8;
}
.c-page-intro--v2.background-color--dark-green {
  background-color: #006747;
}
.c-page-intro--v2.background-color--white {
  background-color: #ffffff;
}
.c-page-intro--v2.text-size--small h2 {
  font-size: 1.2rem;
}
.c-page-intro--v2.text-size--small p {
  font-size: 1rem;
}
.c-page-intro--v2.text-size--large h2 {
  font-size: 1.75rem;
}
.c-page-intro--v2.text-size--large p {
  font-size: 1.2rem;
}
.c-page-intro--v2.text-color--black h2,
.c-page-intro--v2.text-color--black p {
  color: #231f20;
}
.c-page-intro--v2.text-color--blue h2,
.c-page-intro--v2.text-color--blue p {
  color: #005eb8;
}
.c-page-intro--v2.text-color--dark-green h2,
.c-page-intro--v2.text-color--dark-green p {
  color: #006747;
}
.c-page-intro--v2.text-color--white h2,
.c-page-intro--v2.text-color--white p {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-page-intro--v2 {
    background-image: none !important;
  }
}
@media screen and (min-width: 768px) {
  .c-page-intro--v2 {
    padding: 55px 0 45px 0;
    text-align: center;
  }
  .c-page-intro--v2__no-content {
    min-height: 340px;
  }
  .c-page-intro--v2 .o-grid__full {
    margin-left: 0;
    width: 100%;
    float: none;
    padding: 0 25px;
    max-width: 800px;
    margin: 0 auto;
  }
  .c-page-intro--v2__mobile-image {
    display: none;
  }
  .c-page-intro--v2__text,
  .c-page-intro--v2 p {
    color: #ffffff;
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 34px;
  }
  .c-page-intro--v2 h2 {
    font-size: 1.75rem;
  }
  .c-page-intro--v2__button {
    text-align: left;
  }
  .c-page-intro--v2 .text-align--left {
    text-align: left;
  }
  .c-page-intro--v2 .text-align--left h2,
  .c-page-intro--v2 .text-align--left p {
    text-align: left;
  }
  .c-page-intro--v2__content--no-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .c-page-intro--v2 {
    padding: 75px 0 45px 0;
    background-color: #ffffff;
  }
  .c-page-intro--v2__no-content {
    min-height: 620px;
  }
  .c-page-intro--v2.text-size--large h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .c-page-intro--v2.text-size--large p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-page-intro--v2 {
    background-position: bottom center;
    padding: 75px 0 55px 0;
  }
  .c-page-intro--v2__text {
    max-width: 700px;
    margin-bottom: 40px;
    font-size: 24px;
  }
}
/* Settings */
/* Tools */
.c-button {
  min-height: 50px;
  display: inline-block;
  padding: 0.8em 1em;
  text-decoration: none;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Frutiger LT W01_55 Roman";
  font-weight: normal;
  cursor: pointer;
  background-color: #e8edee;
  color: #005eb8;
  margin-bottom: 0.8em;
  background-position: right;
  background-size: 8px;
  background-position: center right 1em;
  background-repeat: no-repeat;
  padding-right: 2.5em;
  background-image: url("../images/button-arrow--blue.png");
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s ease, outline 0s;
  transition: all 0.15s ease, outline 0s;
}
.c-button__icon {
  margin-right: 0.5em;
}
.c-button:hover {
  background-position: center right 0.75em;
  color: #005eb8;
  background-color: #d9e2e3;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  cursor: pointer;
}
.c-button--primary {
  background-color: #005eb8;
  color: #ffffff;
  min-width: 240px;
  margin-top: 12px;
  background-image: url("../images/button-arrow--white.png");
}
.c-button--primary:hover {
  color: #ffffff;
  background-color: #00519f;
}
.c-button--white {
  background-color: #ffffff;
  color: #231f20;
  background-image: url("../images/button-arrow--black.png");
}
.c-button--white:hover {
  color: #231f20;
  background-color: #f2f2f2;
}
.c-button--grey {
  background-color: #e8edee;
  color: #231f20;
  background-image: url("../images/button-arrow--black.png");
}
.c-button--grey:hover {
  color: #231f20;
  background-color: #d9e2e3;
}
.c-button--block {
  display: block;
  width: 100%;
}
.c-button--contact {
  height: 45px;
  margin-top: 8px;
  padding: 0.65em 3em 0 0.65em;
  float: right;
  display: none;
}
.c-button--nav {
  display: block;
  background-color: #005eb8;
  background-image: none;
  width: 50px;
  height: 45px;
  padding: 14px 10px;
  float: right;
  margin-top: 8px;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 1em;
}
.c-button--nav span {
  background: #ffffff;
  height: 4px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.c-button--nav:hover {
  background-color: #00519f;
}
.c-button--nav.is-active span:first-child {
  display: none;
}
.c-button--nav.is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 8px;
}
.c-button--nav.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .c-button--contact {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .c-button--transparent {
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #e8edee;
    color: #ffffff;
  }
  .c-button--transparent:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

/* Settings */
/* Tools */
.c-carousel {
  position: relative;
  margin-top: 24px;
}
.c-carousel__arrows {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 10000;
}
.c-carousel__arrows button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  height: 46px;
  width: 46px;
  float: left;
  background-color: #231f20;
  border: none;
  background-size: 12px;
  background-position: center;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  cursor: pointer;
  border-radius: 0;
}
.c-carousel__arrows button:hover {
  background-color: #393234;
}
.c-carousel__arrows button:first-of-type {
  margin-right: 2px;
  background-image: url("../images/carousel-arrow-prev.png");
}
.c-carousel__arrows button:last-of-type {
  background-image: url("../images/carousel-arrow-next.png");
}
.c-carousel__arrows button.slick-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.c-carousel__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-carousel__item {
  background: #005eb8;
  color: #ffffff;
  margin-left: -10px;
  margin-right: 20px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.c-carousel__item::after {
  clear: both;
  content: "";
  display: table;
}
.c-carousel__item:not(.slick-current) {
  opacity: 0.2;
}
.c-carousel__item-image {
  height: 200px;
  background-size: cover;
}
.c-carousel__item-content {
  padding: 0 20px 32px;
}
.c-carousel__item-title {
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.2;
}
.c-carousel__item-text {
  display: none;
}
.c-carousel__item-link {
  color: #ffffff;
}
.c-carousel__item-link-button {
  background-color: #ffffff;
  color: #005eb8;
  display: inline-block;
  padding: 8px 14px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-carousel__item-link-button {
    color: #ffffff;
    background-color: #005eb8;
    margin-bottom: 6px;
  }
  .c-carousel__item-link-button:hover {
    background-color: #ffffff;
    color: #005eb8;
    text-decoration: underline;
  }
}
.c-carousel__dots-container {
  display: block;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.c-carousel__dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.c-carousel__dots li {
  float: left;
}
.c-carousel__dots li:not(:last-of-type) {
  margin-right: 4px;
}
.c-carousel__dots > li:only-child {
  display: none;
}
.c-carousel__dots button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 14px;
  height: 13px;
  background: #ffffff;
  border: 2px solid #231f20;
  padding: 0;
  border-radius: 0;
}
.c-carousel__dots li.slick-active button {
  background: #005eb8;
  border-color: #005eb8;
}
@media screen and (min-width: 768px) {
  .c-carousel {
    position: relative;
  }
  .c-carousel__item {
    margin-left: 0;
    margin-right: 0;
    height: 456px;
    position: relative;
  }
  .c-carousel__item:not(.slick-current) {
    opacity: 1;
  }
  .c-carousel__item-image {
    height: 100%;
    overflow: visible;
  }
  .c-carousel__item-image::after {
    content: "";
    display: block;
    height: 370px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    width: 100%;
    background-image: url("../images/carousel-bg-gradient.png");
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.8) 50%);
  }
  .c-carousel__item-content {
    position: absolute;
    bottom: 0;
    padding-left: 36px;
    padding-bottom: 64px;
  }
  .c-carousel__item-title {
    max-width: 450px;
    font-size: 28px;
    margin: 0;
  }
  .c-carousel__item-text {
    display: block;
    opacity: 0.9;
    font-size: 18px;
    max-width: 500px;
  }
  .c-carousel__dots-container {
    position: absolute;
    bottom: 12px;
    left: 36px;
  }
  .c-carousel__dots button {
    background: none;
    border: 2px solid #ffffff;
  }
  .c-carousel__dots li.slick-active button {
    background: #ffffff;
    border-color: #ffffff;
  }
}

.c-wayfinder {
  background: #e8edee;
  padding: 24px 0;
}
.c-wayfinder__container::after {
  clear: both;
  content: "";
  display: block;
}
.c-wayfinder__links {
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
}
.c-wayfinder__links p {
  color: #ffffff;
}
.c-wayfinder__content {
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
}
.c-wayfinder__content p {
  display: none;
}
.c-wayfinder--primary {
  background: #005eb8;
}
.c-wayfinder--primary .c-wayfinder__content {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-wayfinder {
    padding: 48px 0;
  }
  .c-wayfinder__content {
    width: calc(100% - 28px);
    float: left;
    margin-left: 14px;
  }
  .c-wayfinder__content p {
    display: block;
  }
  .c-wayfinder__links-item {
    width: 50%;
    float: left;
    padding-right: 6px;
  }
  .c-wayfinder__links-item:nth-child(2n) {
    padding-left: 6px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-wayfinder--overlap-top {
    margin-top: -130px;
    padding-top: 230px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
  }
  .c-wayfinder__content {
    width: calc(33.33333% - 18.66667px);
    float: left;
    margin-left: 14px;
    padding-right: 1em;
  }
  .c-wayfinder__title {
    font-size: 28px;
  }
  .c-wayfinder__links {
    width: calc(66.66667% - 23.33333px);
    float: left;
    margin-left: 14px;
  }
  .c-wayfinder__links .c-button {
    margin-top: 0;
  }
  .c-wayfinder--community {
    background: #005eb8;
  }
  .c-wayfinder--community .c-wayfinder__content {
    color: #ffffff;
    width: calc(100% - 28px);
    float: left;
    margin-left: 14px;
  }
  .c-wayfinder--community .c-wayfinder__title {
    width: calc(41.66667% - 19.83333px);
    float: left;
    margin-left: 14px;
  }
  .c-wayfinder--community .c-wayfinder__text {
    width: calc(58.33333% - 22.16667px);
    float: left;
    margin-left: 14px;
  }
  .c-wayfinder--community .c-wayfinder__links::after {
    clear: both;
    content: "";
    display: block;
  }
  .c-wayfinder--community .c-wayfinder__links {
    margin-left: -14px;
    margin-right: -14px;
    width: calc(100% + 28px);
    width: calc(58.33333% - 22.16667px);
    float: left;
    margin-left: 14px;
    margin-left: calc(41.66667% - 19.83333px + 28px);
  }
  .c-wayfinder--community .c-button {
    color: #231f20;
    background-color: #ffffff;
    font-size: 16px;
  }
}

/* Settings */
/* Tools */
.c-hospitals {
  background: #ffffff;
  padding: 24px 0;
}
.c-hospitals__title {
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
}
.c-hospitals__links {
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
}
.c-hospitals__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-hospitals__item {
  display: block;
  border-left: 8px solid;
  margin-top: 12px;
  padding-left: 12px;
  position: relative;
  text-decoration: none;
}
.c-hospitals__item:hover .c-hospitals__link, .c-hospitals__item:focus .c-hospitals__link {
  color: #005eb8;
}
.c-hospitals__item--infirmary {
  border-color: #8c1237;
}
.c-hospitals__item--childrens {
  border-color: #78be20;
}
.c-hospitals__item--dental {
  border-color: #00a499;
}
.c-hospitals__item--marys {
  border-color: #b11f74;
}
.c-hospitals__item--eye {
  border-color: #fbe201;
}
.c-hospitals__item--trafford {
  border-color: #15bdef;
}
.c-hospitals__item--wythenshawe {
  border-color: #77c001;
}
.c-hospitals__item--withington {
  border-color: #ffb901;
}
.c-hospitals__item--lung {
  border-color: #34bcee;
}
.c-hospitals__link span {
  display: block;
  position: absolute;
  bottom: 25px;
  font-size: 16px;
  text-align: center;
  left: 0;
  right: 0;
}
.c-hospitals__link {
  display: inline-block;
  padding: 12px 0;
}
.c-hospitals__link-website {
  display: none;
  font-size: 16px;
  color: #231f20;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .c-hospitals__title {
    text-align: center;
    font-size: 28px;
  }
  .c-hospitals__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    grid-gap: 20px; /* Space between cards */
    padding: 0 15px;
  }
  .c-hospitals__link {
    display: block;
    text-decoration: none;
    font-size: 20px;
    padding-right: 22px;
    min-height: 95px;
  }
  .c-hospitals__item {
    border-left: none;
    border-top-width: 8px;
    border-top-style: solid;
    padding-left: 0;
    min-height: 150px;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
  }
  .c-hospitals__item:hover, .c-hospitals__item:focus {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .c-hospitals {
    background: #e8edee;
    padding-bottom: 120px;
  }
  .c-hospitals__links {
    width: calc(83.33333% - 25.66667px);
    float: left;
    margin-left: 14px;
    margin-left: calc(8.33333% - 15.16667px + 28px);
  }
  .c-hospitals__item {
    background: #ffffff;
    padding: 12px;
    text-align: center;
    font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
    color: #231f20;
  }
  .c-hospitals__link {
    color: #231f20;
    line-height: 1.2;
    padding: 0;
    padding-top: 12px;
  }
  .c-hospitals__link-website {
    padding: 0.8em 2.5em 0.8em 1em;
    display: inline;
  }
}

.c-board-meetings {
  background: #005eb8;
  color: #ffffff;
  padding: 24px 0;
}
.c-board-meetings__item {
  padding-top: 1.5em;
}
.c-board-meetings__item:not(:last-of-type) {
  border-bottom: 4px solid rgba(232, 237, 238, 0.2);
}
.c-board-meetings__item-date {
  font-size: 16px;
}
.c-board-meetings__link {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-board-meetings {
    padding: 0;
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
  .c-board-meetings__title {
    font-size: 28px;
  }
  .c-board-meetings__list::after {
    clear: both;
    content: "";
    display: block;
  }
  .c-board-meetings__item {
    width: calc(50% - 21px);
    float: left;
    margin-left: 14px;
    border-left: 4px solid rgba(232, 237, 238, 0.2);
    margin: 0;
    padding-left: 15px;
    padding-top: 0;
  }
  .c-board-meetings__item:not(:last-of-type) {
    border-bottom: none;
  }
  .c-board-meetings__link {
    text-decoration: none;
  }
  .c-board-meetings .c-button {
    margin-top: 24px;
    display: inline-block;
    max-width: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .c-board-meetings {
    padding-left: 12px;
    padding-right: 12px;
  }
  .c-board-meetings__title {
    text-align: center;
  }
  .c-board-meetings__item {
    width: calc(100% - 28px);
    float: left;
    margin-left: 14px;
    border: none;
    padding-left: 0;
    text-align: center;
    padding-top: 1em;
  }
  .c-board-meetings__item:not(:last-of-type) {
    border-bottom: 4px solid rgba(232, 237, 238, 0.2);
  }
}

/* Settings */
/* Tools */
.c-news-events {
  padding: 48px 0;
}
.c-news-events::after {
  clear: both;
  content: "";
  display: block;
}
.c-news-events .c-pagination {
  display: none;
}
.c-news-events__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
}
.c-news-events__item {
  margin-left: -14px;
  margin-right: -14px;
  width: calc(100% + 28px);
  border-top: 4px solid #005eb8;
  padding-top: 8px;
  padding-bottom: 18px;
}
.c-news-events__item::after {
  clear: both;
  content: "";
  display: block;
}
.c-news-events__item-image {
  display: none;
}
.c-news-events__item-content {
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
}
.c-news-events__item-category {
  border-left: 4px solid #768692;
  padding-left: 8px;
  color: #231f20;
  font-size: 16px;
}
.c-news-events__item-link:hover {
  text-decoration: underline;
}
.c-news-events__item-title {
  color: #231f20;
  font-family: "Frutiger LT W01_55 Roman", arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 1em 0;
  line-height: 1.4;
}
.c-news-events__item-date {
  color: #425563;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-news-events__item {
    padding-top: 0;
  }
  .c-news-events__item-image {
    width: calc(33.33333% - 18.66667px);
    float: left;
    margin-left: 14px;
    display: block;
    margin-left: 0;
  }
  .c-news-events__item-image img {
    width: 100%;
    height: auto;
  }
  .c-news-events__item-content {
    width: calc(66.66667% - 23.33333px);
    float: left;
    margin-left: 14px;
    padding-top: 24px;
    padding-left: 14px;
  }
  .c-news-events__item-link {
    text-decoration: none;
    font-size: 20px;
  }
  .c-news-events__item-link:focus {
    outline: 3px solid #ffb81c;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .c-news-events {
    padding-top: 0;
  }
  .c-news-events--alternate .c-news-events__item:nth-of-type(2n) {
    padding-left: 24px;
  }
  .c-news-events--alternate .c-news-events__item:nth-of-type(2n) .c-news-events__item-image {
    float: right;
    text-align: right;
  }
  .c-news-events--group .c-news-events__item-image img {
    width: auto;
  }
  .c-news-events--group .c-pagination {
    display: none;
  }
}

.c-twitter-feed__heading, .c-twitter-feed__content {
  width: 100%;
}
.c-twitter-feed__heading {
  border-bottom: 1px #bac2c8 solid;
  padding-left: 15px;
  padding-right: 15px;
}
.c-twitter-feed__title {
  font-size: 24px;
  background-size: 32px;
  vertical-align: middle;
  line-height: 25px;
  height: 25px;
  padding: 0;
  margin-top: 10px;
  position: relative;
}
.c-twitter-feed__title::before {
  content: "";
  display: block;
  position: absolute;
  background-position: 53.8461538462% 64.4736842105%;
  width: 40px;
  height: 33px;
  right: 10px;
  top: -4px;
}
@media screen and (min-width: 768px) {
  .c-twitter-feed {
    margin-left: 15px;
    clear: both;
    margin-top: 20px;
    height: 380px;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-twitter-feed {
    background: none;
  }
}
.c-twitter-feed--sidebar {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .c-twitter-feed--sidebar {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-twitter-feed--sidebar {
    margin-left: 0;
    width: 100%;
  }
}

/* Settings */
/* Tools */
.c-site-footer {
  background: #ffffff;
  min-height: 200px;
  border-top: 1px solid #768692;
  border-bottom: 10px solid #005eb8;
  padding-top: 36px;
  margin-top: 180px;
}
.c-site-footer::after {
  clear: both;
  content: "";
  display: block;
}
.c-site-footer .container {
  position: relative;
}
.c-site-footer__scroll-to-top {
  display: none;
  background: #e8edee;
  padding: 1em 2em;
  font-size: 16px;
  position: absolute;
  top: -93px;
  left: 14px;
  z-index: 0;
  color: #231f20;
}
.c-site-footer__main, .c-site-footer__links {
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
}
.c-site-footer__links {
  margin-top: 36px;
  margin-bottom: 24px;
  border-top: 1px solid #e8edee;
}
.c-site-footer__brand img {
  width: 218px;
}
.c-site-footer__content {
  margin-top: 36px;
}
.c-site-footer__content-text {
  color: #231f20;
  font-size: 14px;
}
.c-site-footer__social {
  margin-top: 24px;
}
.c-site-footer__social-link {
  text-decoration: none;
}
.c-site-footer__social-link:not(:last-of-type) {
  margin-right: 10px;
}
.c-site-footer__social-icon {
  width: 38px;
  height: 38px;
}
.c-site-footer__links {
  font-size: 14px;
}
.c-site-footer__links-item {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-site-footer__content-text {
    font-size: 16px;
  }
  .c-site-footer__links-item {
    float: left;
  }
  .c-site-footer__links-item:not(:last-of-type)::after {
    content: "/";
    color: #e8edee;
    margin-left: 10px;
    margin-right: 10px;
  }
  .c-site-footer__every1 {
    display: block;
    margin-top: 64px;
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .c-site-footer__brand {
    width: calc(33.33333% - 18.66667px);
    float: left;
    margin-left: 14px;
  }
  .c-site-footer__content {
    width: calc(58.33333% - 22.16667px);
    float: left;
    margin-left: 14px;
    margin-top: 0;
  }
  .c-site-footer__content-text {
    margin-top: 0;
  }
  .c-site-footer__social {
    width: calc(8.33333% - 15.16667px);
    float: left;
    margin-left: 14px;
    margin-top: 0;
  }
  .c-site-footer__social-link {
    float: right;
    margin-right: 0;
  }
  .c-site-footer__social-link:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .c-site-footer__social-icon {
    margin-right: 5px;
  }
}

/* Settings */
/* Tools */
.c-explore {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 14px;
}
.c-explore__title {
  float: left;
  margin-left: 14px;
}
.c-explore__primary {
  float: left;
  margin-left: 14px;
}
.c-explore__secondary {
  float: left;
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .c-explore__secondary {
    width: calc(100% - 28px);
    float: left;
    margin-left: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-explore__secondary {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .c-explore__secondary .c-card {
    width: calc(50% - 21px);
    float: left;
    margin-left: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .c-explore {
    max-height: 560px;
    position: relative;
    z-index: 2;
    background: #ffffff;
  }
  .c-explore__primary {
    width: calc(66.66667% - 23.33333px);
    float: left;
    margin-left: 14px;
  }
  .c-explore__primary .c-carousel__item {
    height: 523px;
  }
  .c-explore__secondary {
    width: calc(33.33333% - 18.66667px);
    float: left;
    margin-left: 14px;
  }
  .c-explore__secondary .c-card {
    margin: 0;
    width: 100%;
    padding-left: 38px;
    padding-top: 12px;
    min-height: 260px;
  }
}

/* Settings */
/* Tools */
.c-card {
  border-top: 8px solid #005eb8;
  margin-top: 1em;
  padding-bottom: 0.5em;
}
.c-card::after {
  clear: both;
  content: "";
  display: table;
}
.c-card__image {
  height: 100px;
  width: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1em;
}
.c-card__content {
  display: block;
  float: left;
  padding-top: 0.5em;
}
.c-card__content-title, .c-card__content-subtitle {
  margin: 0;
  font-size: 18px;
  font-family: "Frutiger LT W01_55 Roman", arial, sans-serif;
}
.c-card__content-subtitle {
  color: #425563;
  margin-bottom: 1em;
}
.c-card__content-subtitle--board {
  max-width: 270px;
}
.c-card__icon {
  color: #768692;
  margin-right: 0.2em;
}
.c-card__icon svg {
  height: 1.2em;
  width: 1.2em;
}
.c-card__subtitle {
  display: block;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  margin-top: 12px;
}
.c-card__title {
  color: #231f20;
  font-size: 20px;
  max-width: 90%;
}
.c-card--secondary {
  background: #e8edee;
  padding: 0.5em 1.5em 1.5em;
}
.c-card--tertiary {
  border-top: 4px solid #005eb8;
}
.c-card--profile {
  border: none;
  margin-bottom: 2em;
}
.c-card--profile .c-card__content {
  padding: 0;
  margin: 0;
  width: 100%;
}
.c-card .c-button {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-card__image {
    height: 200px;
    width: 200px;
    float: left;
  }
  .c-card--profile__bio {
    clear: both;
    padding-top: 20px;
  }
  .c-card--profile__image {
    max-width: 25%;
  }
  .c-card--profile .c-card__content {
    width: 70%;
  }
  .c-card--profile .c-card__content h2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-card__image {
    margin-right: 2em;
  }
  .c-card__content {
    margin-top: 1em;
  }
  .c-card--profile .c-card__content-title, .c-card--profile .c-card__content-subtitle {
    font-size: 24px;
  }
  .c-card--profile .c-card__content {
    width: 60%;
  }
  .c-card--profile__image {
    max-width: 30%;
  }
}
.c-card .c-news-events__item-title {
  font-size: 20px;
  font-family: "Frutiger LT W01_65 Bold";
}
.c-card .c-news-events__item-content {
  width: 100%;
  margin-left: -14px;
  padding-top: 14px;
  margin-bottom: 14px;
}

.c-title {
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
  padding: 24px 0;
  margin-top: 12px;
}
.c-title__heading {
  font-family: "Frutiger LT W01_65 Bold";
  font-weight: normal;
  font-size: 24px;
  color: #231f20;
  margin: 0;
}
.c-title .c-icon {
  display: none;
}
.c-title--homepage__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 2px;
}
.c-title--homepage__sub-title {
  text-align: center;
  font-size: 18px;
  color: #768692;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-title__heading {
    font-size: 28px;
    text-align: center;
  }
  .c-title--homepage__title {
    font-size: 32px;
  }
  .c-title--homepage__sub-title {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .c-title {
    padding: 36px 0;
  }
  .c-title .c-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .c-title--homepage__sub-title {
    margin-bottom: 70px;
  }
}

/* Settings */
/* Tools */
.c-page-header {
  background: #005eb8;
  min-height: 88px;
}
.c-page-header__content {
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
}
.c-page-header__title {
  display: block;
  color: #ffffff;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 0;
}
.c-page-header__category-title {
  padding-bottom: 1em;
  display: block;
  color: #ffffff;
}
.c-page-header__image {
  display: none;
}
.c-page-header--article {
  background: #e8edee;
  padding: 2em 0;
}
.c-page-header--article .c-page-header__meta {
  font-size: 16px;
  border-left: 4px solid #005eb8;
  line-height: 1.2;
  vertical-align: middle;
  color: #768692;
  padding-left: 10px;
}
.c-page-header--article .c-page-header__title {
  font-size: 28px;
  color: #231f20;
  font-family: "Frutiger LT W01_55 Roman";
  line-height: 1.25;
  padding: 0;
}
.c-page-header__intro {
  color: #ffffff;
}
.c-page-header__logo {
  position: absolute;
  width: 230px;
  bottom: -130px;
  right: -75px;
}
.c-page-header__logo svg {
  width: 230px;
  height: auto;
}
.c-page-header--extended {
  min-height: inherit;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.c-page-header--extended .c-page-header__content {
  padding-bottom: 5.4em;
}
.c-page-header--extended .c-page-header__title {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-page-header__logo {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-page-header {
    position: relative;
    overflow: hidden;
  }
  .c-page-header__content {
    width: calc(41.66667% - 19.83333px);
    float: left;
    margin-left: 14px;
  }
  .c-page-header__content.no-image {
    width: 80%;
  }
  .c-page-header__title {
    font-size: 32px;
    padding: 1.2em 0;
  }
  .c-page-header__category-title {
    padding-bottom: 1.6em;
  }
  .c-page-header__image {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 55%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 45%;
    max-width: 750px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .c-page-header__image::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 110%;
    background: #005eb8;
    left: -60px;
    top: -5%;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
  .c-page-header--article {
    border-bottom: 1px solid #d0d4d5;
  }
  .c-page-header--article .c-page-header__content {
    width: calc(41.66667% - 19.83333px);
    float: left;
    margin-left: 14px;
  }
  .c-page-header--article .c-page-header__meta {
    font-size: 16px;
  }
  .c-page-header--article .c-page-header__title {
    font-size: 28px;
  }
  .c-page-header--article .c-page-header__image::before {
    background: #e8edee;
  }
  .c-page-header--extended {
    min-height: 290px;
  }
  .c-page-header--extended .c-page-header__title {
    padding-top: 1.2em;
  }
  .c-page-header--extended .c-page-header__content {
    width: calc(66.66667% - 23.33333px);
    float: left;
    margin-left: 14px;
  }
  .c-page-header--with-image .c-page-header__content {
    width: calc(58.33333% - 22.16667px);
    float: left;
    margin-left: 14px;
    padding-right: 50px;
    position: relative;
    z-index: 9;
  }
  .c-page-header__logo {
    width: 400px;
    top: auto;
    bottom: auto;
    height: 100%;
    right: -230px;
  }
  .c-page-header__logo svg {
    width: inherit;
    height: inherit;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@media screen and (min-width: 1024px) {
  .c-page-header__title {
    font-size: 44px;
    padding: 1.4em 0 0.7em;
  }
  .c-page-header__category-title {
    padding-bottom: 1.4em;
    font-size: 24px;
  }
  .c-page-header__ .c-page-header__intro {
    font-size: 22px;
  }
  .c-page-header--extended {
    min-height: 320px;
  }
  .c-page-header--extended .c-page-header__title {
    padding-top: 1em;
  }
  .c-page-header--extended .c-page-header__content {
    width: calc(66.66667% - 23.33333px);
    float: left;
    margin-left: 14px;
  }
  .c-page-header--with-image .c-page-header__content {
    width: calc(58.33333% - 22.16667px);
    float: left;
    margin-left: 14px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .c-page-header--with-image .c-page-header__content {
    padding-right: 110px;
  }
}

/* Settings */
/* Tools */
.c-breadcrumbs {
  background: #e8edee;
}
.c-breadcrumbs__nav {
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
  font-size: 16px;
  padding: 0.75em 0 0.75em;
  list-style: none;
}
.c-breadcrumbs__nav::after {
  clear: both;
  content: "";
  display: table;
}
.c-breadcrumbs__nav li {
  display: inline-block;
}
.c-breadcrumbs__nav li:not(:last-of-type) {
  margin-right: 12px;
}
.c-breadcrumbs__label {
  float: left;
  margin: 0;
  margin-right: 12px;
}
.c-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-breadcrumbs__item {
  float: left;
}
.c-breadcrumbs__item:not(:last-of-type) {
  margin-right: 12px;
}
.c-breadcrumbs__link.is-active {
  text-decoration: none;
  color: #768692;
}
.c-breadcrumbs a {
  color: #425563;
}
.c-breadcrumbs__divider {
  padding-left: 6px;
  padding-right: 6px;
  width: 6px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
}
.c-breadcrumbs__divider--white {
  background-image: url("../images/breadcrumb-arrow--white.svg");
}
.c-breadcrumbs__divider--grey {
  background-image: url("../images/breadcrumb-arrow--grey.svg");
}

/* Settings */
/* Tools */
.c-content {
  font-family: "Frutiger LT W01_45 Light";
  font-weight: normal;
  font-size: 18px;
  overflow-wrap: break-word;
}
.c-content__body .c-content__lead {
  font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  padding: 0;
  padding-left: 0.75em;
  position: relative;
  margin-right: 0.5em;
}
.c-content__body .c-content__lead::before {
  content: "";
  width: 4px;
  background: #005eb8;
  position: absolute;
  top: 0.2em;
  bottom: 0.2em;
  left: 0;
}
.c-content__body .c-content__image {
  margin: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-top: 8px solid #005eb8;
}
.c-content__body .c-content__image::after {
  clear: both;
  content: "";
  display: table;
}
.c-content__body .c-content__image img {
  width: 100%;
}
.c-content__body .c-content__image-caption {
  margin-top: 0.5em;
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
  font-size: 14px;
}
.c-content__highlight {
  font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
  border-top: 8px solid #e8edee;
  padding-top: 0.75em;
  margin-left: 1em;
  margin-right: 2em;
  margin-top: 2em;
}
.c-content__body .wpb_content_element h1,
.c-content__body .wpb_content_element h2,
.c-content__body .wpb_content_element h3,
.c-content__body .wpb_content_element h4,
.c-content__body .wpb_content_element h5,
.c-content__body .wpb_content_element h6 {
  margin-top: 1.5em;
  margin-bottom: 0.25em;
}
.c-content__body .wpb_content_element p {
  margin-top: 0.5em;
}
.c-content__body .wpb_content_element ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 1em;
  margin-right: 3em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.c-content__body .wpb_content_element ul li {
  padding-left: 1em;
  text-indent: -1.3em;
  margin-top: 0.5em;
}
.c-content__body .wpb_content_element ul li::before {
  content: "• ";
  margin-right: 0.5em;
  color: #005eb8;
}
.c-content__body .wpb_content_element li {
  margin-top: 0.5em;
}
.c-content__body .wpb_content_element li::before {
  content: none;
}
.c-content__body figure.wp-caption {
  margin: 0;
}
.c-content__small-lead {
  color: #768692;
  margin-top: 0;
  padding-bottom: 30px;
  border-bottom: 8px solid #e8edee;
}
@media screen and (max-width: 768px) {
  .c-content__body .c-content__image {
    margin-left: -14px;
    margin-right: -14px;
    width: calc(100% + 28px);
  }
}
@media screen and (min-width: 768px) {
  .c-content {
    font-size: 20px;
  }
  .c-content__body .c-content__lead {
    font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
    font-size: 24px;
  }
  .c-content__body img.alignright {
    float: right;
    margin: 1em 0 1em 1em;
  }
  .c-content__body img.alignleft {
    float: left;
    margin: 1em 1em 1em 0;
  }
  .c-content__body .wp-caption.alignright {
    float: right;
    margin: 1em 0 1em 1em;
  }
  .c-content__body .wp-caption.alignleft {
    float: left;
    margin: 1em 1em 1em 0;
  }
  .c-content__body img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .c-content__body .wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .c-content__body .alignright {
    float: right;
  }
  .c-content__body .alignleft {
    float: left;
  }
  .c-content__body .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-content__body .c-content__lead {
    margin-top: 25px;
    margin-bottom: 2em;
  }
  .c-content__body .c-content__image-caption {
    margin-left: 0;
  }
}

/* Settings */
/* Tools */
.c-section-nav-link {
  background-color: #231f20;
  width: 100%;
}

.c-side-nav {
  margin-bottom: 2em;
}
.c-side-nav__title {
  border-top: 8px solid #005eb8;
  padding: 0.5em 0;
  margin: 0;
  font-size: 1.17em;
}
.c-side-nav__nav {
  background: #e8edee;
  padding: 20px;
  margin-top: 12px;
}
.c-side-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-side-nav__link,
.c-side-nav a {
  display: block;
  color: #231f20;
  font-size: 16px;
  font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
  background-image: url("../images/button-arrow--blue.png");
  background-position: center left;
  background-size: 8px;
  background-repeat: no-repeat;
  padding: 0.5em 0 0.5em 1.2em;
}
.c-side-nav__link:hover,
.c-side-nav a:hover {
  text-decoration: underline;
  color: #005eb8;
}
.c-side-nav .children {
  display: none;
}
.c-side-nav .current_page_ancestor > .children,
.c-side-nav .current_page_item > .children {
  display: block;
}
.c-side-nav .children a {
  background: none;
  font-family: "Frutiger LT W01_55 Roman";
  padding-left: 0;
}
.c-side-nav .current_page_item > a {
  color: #005eb8;
}
.c-side-nav__nav--jobs {
  padding-left: 0;
  background-color: transparent;
}
.c-side-nav__nav--jobs .page_item {
  border-bottom: 1px solid #bac2c8;
}
.c-side-nav__nav--jobs a {
  padding-left: 0;
  background-image: none;
}
@media screen and (min-width: 768px) {
  .c-side-nav__link,
  .c-side-nav a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .c-side-nav__link,
  .c-side-nav a {
    text-decoration: none;
  }
}

/* Settings */
/* Tools */
.c-accordion {
  margin: 20px 0;
}
.c-accordion__item {
  border-top: 8px solid #005eb8;
}
.c-accordion__title {
  display: block;
  padding: 0.8em 0 0.8em 0;
  text-decoration: none;
  color: #231f20;
  position: relative;
}
.c-accordion__title:hover {
  text-decoration: underline;
}
.c-accordion__title-heading {
  margin: 0;
  font-size: 22px;
  padding-left: 37px;
}
.c-accordion__arrow svg {
  position: absolute;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-accordion__arrow svg path {
  fill: #005eb8;
}
.c-accordion__content {
  display: none;
  padding-bottom: 20px;
}
.c-accordion__item.is-active .c-accordion__arrow svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.c-accordion__item.is-active .c-accordion__arrow-icon {
  fill: #768692;
}
.c-accordion.close-it .c-accordion__content {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-accordion__title-heading {
    font-size: 24px;
  }
}
.c-accordion--highlighted__item {
  background-color: #e8edee;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  .c-accordion--highlighted__item {
    padding-left: 25px;
  }
}
.c-accordion--faqs__item {
  border-top: none;
  border-bottom: 1px solid #bac2c8;
  margin-left: 40px;
  margin-right: 20px;
  padding-bottom: 8px;
}
.c-accordion--faqs__item:last-of-type {
  border-bottom: none;
}
.c-accordion--faqs__title {
  padding-top: 1em;
  padding-bottom: 0.8em;
  margin-left: -40px;
}
.c-accordion--faqs__title-heading {
  font-size: 20px;
  padding-left: 40px;
}
.c-accordion--faqs__arrow svg path {
  fill: #768692;
}
.c-accordion--faqs__item.is-active .c-accordion--faqs__arrow svg path {
  fill: #005eb8;
}
.c-accordion--useful-links {
  background-image: url(../images/corner-fold-blue.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 31px;
}
.c-accordion--useful-links__item {
  border-top: none;
  margin-left: 40px;
  margin-right: 20px;
  padding-bottom: 0;
}
.c-accordion--useful-links__item:last-of-type {
  border-bottom: none;
}
.c-accordion--useful-links__content {
  margin-left: -30px;
  padding-top: 15px;
}
.c-accordion--useful-links__title {
  padding: 0.8em 0 0.8em 0;
  margin-left: -40px;
}
.c-accordion--useful-links__title-heading {
  font-size: 24px;
  padding-left: 54px;
  color: #ffffff;
}
.c-accordion--useful-links__arrow {
  margin-left: 20px;
}
.c-accordion--useful-links__arrow svg path {
  fill: #ffffff;
}
.c-accordion--useful-links__item.is-active .c-accordion--useful-links__arrow svg path {
  fill: #ffffff;
}

/* Settings */
/* Tools */
.c-resource-list {
  margin-top: 2em;
  border-top: 8px solid #005eb8;
}
.c-resource-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-resource-list__item {
  padding: 0.75em 0;
  margin: 0;
  font-family: "Frutiger LT W01_55 Roman";
}
.c-resource-list__item::before {
  display: none;
}
.c-resource-list__item:not(:last-of-type) {
  border-bottom: 1px solid #bac2c8;
}
.c-resource-list__item-icon {
  display: block;
  float: left;
  margin-right: 1em;
  margin-top: 0.2em;
  color: #bac2c8;
}
.c-resource-list__item-icon svg {
  width: 2em;
  height: 2em;
}
.c-resource-list__item-link {
  margin: 0;
  color: #231f20;
  font-family: "Frutiger LT W01_65 Bold";
}
.c-resource-list__item-link:hover {
  color: #005eb8;
}
.c-resource-list__item-link-sub {
  margin: 0;
  color: #231f20;
  font-family: "Frutiger LT W01_45 Light";
  display: block;
}
.c-resource-list__item-date {
  margin: 0;
  padding: 0;
  color: #768692;
}
.c-resource-list__item--pdf, .c-resource-list__item--event {
  padding-left: 60px;
  background-size: 37px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.c-resource-list__item--pdf {
  background-image: url("../images/icon-resource--pdf.png");
}
.c-resource-list__item--event {
  background-image: url("../images/icon-resource--event.png");
}
.c-resource-list--useful-links__items {
  padding-left: 10px;
}
.c-resource-list--useful-links__item {
  border-bottom: none;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.c-resource-list--useful-links__item-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  display: table-cell;
  padding-top: 10px;
}
.c-resource-list--useful-links__item-link:hover {
  color: #ffffff;
}
.c-resource-list--useful-links__item-icon svg path {
  fill: #8bb3d8;
}
.c-resource-list--useful-links__item-link-sub {
  color: #ffffff;
  font-size: 14px;
  font-family: "Frutiger LT W01_55 Roman";
  margin-left: 54px;
}
.c-resource-list--filtered {
  border: 0;
}
.c-resource-list__spinner {
  width: 80px;
  height: 80px;
  margin: 20px auto 0;
}
.c-resource-list__filter-wrap {
  padding-top: 40px;
  border-top: 8px solid #005eb8;
}
.c-resource-list__filter-wrap .c-form__field-select {
  max-width: 300px;
  margin-top: 3px;
}

.c-resource-list--locations {
  margin-top: 0;
  border-top: none;
}
.c-resource-list--locations .c-resource-list__item {
  padding: 0.8em 0;
  border-top: 1px solid #bac2c8;
  min-height: 116px;
}
.c-resource-list--locations .c-resource-list__item:first-child {
  border-top: none;
}
.c-resource-list--locations .c-resource-list__image {
  width: 80px;
  float: left;
  margin-top: 5px;
}
.c-resource-list--locations .c-resource-list__image img {
  margin-bottom: 20px;
}
.c-resource-list--locations .c-resource-list__content {
  padding-left: 100px;
  padding-right: 15px;
}
.c-resource-list--locations .c-resource-list__location-name {
  font-size: 16px;
  margin: 0;
}
.c-resource-list--locations .c-resource-list__hospital-name {
  font-size: 16px;
  display: block;
  font-family: "Frutiger LT W01_55 Roman";
}
.c-resource-list--locations .c-resource-list__item-link {
  color: #005eb8;
  text-decoration: underline;
  font-family: "Frutiger LT W01_55 Roman";
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .c-resource-list--locations .c-resource-list__item {
    min-height: 193px;
  }
  .c-resource-list--locations .c-resource-list__content {
    padding-left: 190px;
    padding-bottom: 30px;
  }
  .c-resource-list--locations .c-resource-list__image {
    width: 155px;
  }
  .c-resource-list--locations .c-resource-list__location-name {
    font-size: 20px;
  }
  .c-resource-list--locations .c-resource-list__hospital-name {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .c-resource-list--locations .c-resource-list__item-link {
    font-size: 20px;
  }
}

.c-resource-list--consultants {
  margin-top: 0;
  border-top: none;
}
.c-resource-list--consultants .c-resource-list__items {
  padding-right: 30px;
}
.c-resource-list--consultants .c-resource-list__item {
  padding: 0.3em 0;
  border-top: 1px solid #bac2c8;
}
.c-resource-list--consultants .c-resource-list__item:first-child {
  border-top: none;
}
.c-resource-list--consultants .c-resource-list__item-link {
  font-family: "Frutiger LT W01_55 Roman";
  text-decoration: none;
  font-size: 16px;
}
.c-resource-list--consultants .c-resource-list__item-span {
  font-family: "Frutiger LT W01_45 Light";
  color: #425563;
  font-size: 16px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .c-resource-list--consultants .c-resource-list__items {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .c-resource-list--consultants .c-resource-list__item {
    padding: 0.5em 0;
  }
  .c-resource-list--consultants .c-resource-list__item-link {
    font-size: 20px;
  }
  .c-resource-list--consultants .c-resource-list__item-span {
    font-size: 20px;
  }
}

.c-resource-list--services {
  margin-top: 0;
  border-top: none;
}

/* Settings */
/* Tools */
#google_translate_element {
  background-color: transparent;
  position: absolute;
  right: 90px;
  width: 30px;
  height: 30px;
  top: 37px;
  background-image: url("../images/language-icon--globe.svg");
  background-size: 30px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  #google_translate_element {
    top: -39px;
    right: 0;
    width: auto;
    height: auto;
    background-image: none;
  }
  #google_translate_element.google-microsite {
    top: 6px;
  }
  #google_translate_element.google-microsite .goog-te-gadget > div::after {
    border-top: 8px solid #231f20;
  }
  #google_translate_element.google-microsite .goog-te-gadget select.goog-te-combo {
    color: #231f20 !important;
  }
}

div.goog-te-gadget {
  color: #000000 !important;
  overflow: hidden !important;
  height: 30px !important;
  font-size: 16px !important;
}
@media screen and (min-width: 1024px) {
  div.goog-te-gadget {
    height: 38px !important;
  }
}
div.goog-te-gadget {
  cursor: pointer;
}
.goog-te-gadget > div {
  display: block !important;
  height: 100% !important;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .goog-te-gadget > div::after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ffffff;
    position: absolute;
    right: 1.3em;
    top: 16px;
  }
}

.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget select.goog-te-combo {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  position: relative;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  border-radius: 0;
  outline: none;
  font-size: 18px !important;
  border: none !important;
  background: inherit !important;
  font-weight: 400 !important;
  padding: 0.75em 0.75em 0.75em 30px !important;
  cursor: pointer;
  width: 180px !important;
}
.goog-te-gadget select.goog-te-combo option {
  color: #000000 !important;
}
@media screen and (min-width: 1024px) {
  .goog-te-gadget select.goog-te-combo {
    padding: 0.25em 0.75em !important;
    font-size: 16px !important;
    color: white !important;
    font-family: "Frutiger LT W01_55 Roman", arial, sans-serif;
  }
}
.goog-te-gadget select.goog-te-combo:hover {
  text-decoration: underline;
}

.c-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.c-icon--hospital {
  background-image: url("../images/icon--hospital.png");
}
.c-icon--news {
  background-image: url("../images/icon--news.png");
}
.c-icon__image {
  width: 30px;
  margin: 0 auto;
  display: block;
}

.c-skip-links a {
  position: absolute;
  left: -9999em;
  display: inline-block;
  margin: 0.75em 0 0 30px;
}
.c-skip-links a:focus {
  left: 97px;
  top: -11px;
  z-index: 1;
  background-color: #ffffff;
  outline: 3px solid #ffbf47;
}

.c-video {
  padding-top: 1em;
  margin: 0;
}
.c-video__caption {
  background-color: #e8edee;
  padding: 1em;
  font-size: 20px;
  font-family: "Frutiger LT W01_55 Roman";
}

/* Settings */
/* Tools */
.c-highlight {
  margin: 1em 0;
  background: #e8edee;
  border-left: 8px solid #005eb8;
  padding: 1.5em;
}
.c-highlight--important {
  background-color: #005eb8;
  background-image: url("../images/corner-fold.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 31px;
  padding: 2em 1.5em;
  color: #ffffff;
}
.c-highlight--important a {
  color: #ffffff;
}
.c-highlight--important a:hover {
  color: white;
}
.c-highlight--important li::before {
  color: #ffffff;
}
.c-highlight--bordered {
  background: #ffffff;
  border: 8px solid #005eb8;
}
.c-highlight--alert {
  background: #005eb8;
  border: none;
  background-image: url("../images/corner-fold.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 31px;
  padding-left: 100px;
}
.c-highlight--alert::before {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  margin-left: -80px;
  width: 49px;
  height: 49px;
}
.c-highlight--blue {
  background: #006eb6;
  color: #ffffff;
  border: 0;
}
.c-highlight--blue p {
  margin: 0;
}
.c-highlight--blue h2,
.c-highlight--blue h3 {
  font-size: 20px;
  margin-top: 0;
  font-weight: 700;
}
.c-highlight--blue a {
  color: #ffffff;
}

/* Settings */
/* Tools */
.c-featured-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 1em 0;
  display: block;
  position: relative;
}
.c-featured-content__content-wrapper {
  margin-top: -1px;
  background: #005eb8;
  color: #fff;
  padding: 1em;
}
.c-featured-content__image {
  display: none;
}
.c-featured-content__title {
  font-size: 18px;
  font-family: "Frutiger LT W01_65 Bold";
  font-weight: normal;
  display: block;
}
.c-featured-content__cta {
  font-size: 16px;
  font-family: "Frutiger LT W01_55 Roman";
  font-weight: normal;
  text-decoration: underline;
}
.c-featured-content--opaque .c-featured-content__content-wrapper {
  background: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(0, 0, 0, 0.75)), color-stop(70%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  .c-featured-content__image {
    width: auto;
    display: block;
  }
  .c-featured-content__image img {
    width: 100%;
  }
}

/* Settings */
/* Tools */
.c-featured-content-slider {
  background-color: #e8edee;
  padding-bottom: 20px;
}
.c-featured-content-slider__item-content {
  position: relative;
  padding-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 80px;
}
.c-featured-content-slider__title {
  margin-top: 0;
}
.c-featured-content-slider__image {
  display: none;
}
.c-featured-content-slider__arrow-button {
  overflow: hidden;
  text-indent: 125% !important;
  white-space: nowrap;
  display: block;
  height: 32px;
  width: 32px;
  background-color: #4a4849;
  border: none;
  background-size: 12px;
  background-position: center;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  cursor: pointer;
  border-radius: 2px;
  position: absolute;
  top: 15px;
}
.c-featured-content-slider__arrow-button:first-of-type {
  margin-right: 2px;
  background-image: url("../images/carousel-arrow-prev.png");
  left: 15px;
  z-index: 999;
}
.c-featured-content-slider__arrow-button:last-of-type {
  background-image: url("../images/carousel-arrow-next.png");
  left: 50px;
}
.c-featured-content-slider__arrow-button:hover {
  opacity: 0.8;
}
.c-featured-content-slider .c-featured-content-slider__dots > li:only-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-featured-content-slider {
    height: 300px;
  }
  .c-featured-content-slider__item {
    height: 300px;
  }
  .c-featured-content-slider__item-content {
    width: 100%;
    margin: 0;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    padding: 0 15px;
  }
  .c-featured-content-slider__item-content-inner {
    width: 51%;
  }
  .c-featured-content-slider__image {
    width: 41%;
    margin-left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
  }
  .c-featured-content-slider__image-inner {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .c-featured-content-slider__title-header {
    margin-top: 20px;
  }
  .c-featured-content-slider__copy {
    margin-top: 0;
  }
  .c-featured-content-slider__dots {
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -5px;
  }
  .c-featured-content-slider__dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
  }
  .c-featured-content-slider__dots button {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: transparent;
    border: 2px solid #768692;
    padding: 0;
  }
  .c-featured-content-slider__dots li.slick-active button {
    background: #768692;
    border-color: #768692;
  }
}
@media screen and (min-width: 1024px) {
  .c-featured-content-slider {
    height: 400px;
  }
  .c-featured-content-slider__item {
    height: 400px;
  }
  .c-featured-content-slider__item-content {
    padding: 0 30px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-featured-content-slider__image-inner {
    height: 400px;
  }
  .c-featured-content-slider__title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .c-featured-content-slider__copy {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .c-featured-content-slider {
    height: 500px;
  }
  .c-featured-content-slider__item {
    height: 500px;
  }
  .c-featured-content-slider__title {
    font-size: 48px;
  }
  .c-featured-content-slider__image-inner {
    height: 500px;
  }
}

.c-testimonial-box {
  margin: 20px -15px;
  background-color: #1f91ff;
  width: auto;
  padding: 1.2em 1em;
  position: relative;
}
.c-testimonial-box svg path {
  fill: #ffffff;
}
.c-testimonial-box__text-sub {
  font-family: "Frutiger LT W01_45 Light";
  font-size: 24px;
  padding-left: 3.3em;
  width: 100%;
  margin-top: -40px;
  display: block;
}
.c-testimonial-box__text {
  color: #231f20;
  font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
  padding-left: 2.8em;
  padding-right: 1em;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 28px;
}
@media screen and (min-width: 1024px) {
  .c-testimonial-box {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Settings */
/* Tools */
.c-emergency-notice {
  position: relative;
  width: 100%;
  padding: 24px 45px 20px 15px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-emergency-notice__message-box {
  position: relative;
  margin-top: 15px;
}
.c-emergency-notice__message-box p {
  margin: 0;
  font-size: 18px;
}
.c-emergency-notice__message-box a {
  color: #231f20;
}
.c-emergency-notice__message-title {
  display: block;
  font-size: 24px;
  font-family: "Frutiger LT W01_65 Bold";
  margin-bottom: 0;
}
.c-emergency-notice--alert-level__green {
  background-color: #acea6e;
}
.c-emergency-notice--alert-level__amber {
  background-color: #f5c223;
}
.c-emergency-notice--alert-level__red {
  background-color: #dd4242;
}
.c-emergency-notice--alert-level__red svg path.weather {
  fill: #ffffff;
}
.c-emergency-notice--alert-level__red span,
.c-emergency-notice--alert-level__red p,
.c-emergency-notice--alert-level__red a {
  color: #ffffff;
}
.c-emergency-notice__close {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 37px;
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
  text-indent: -9999px;
  height: 42px;
  width: 42px;
}
.c-emergency-notice__close::before {
  content: "";
  display: block;
  position: absolute;
  background-position: 64.4736842105% 0;
  width: 42px;
  height: 42px;
  top: -7px;
}
.c-emergency-notice.is-closed {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .c-emergency-notice {
    padding-right: 60px;
  }
  .c-emergency-notice__message-box {
    margin-left: 66px;
    margin-top: -53px;
  }
}
@media screen and (min-width: 1024px) {
  .c-emergency-notice {
    padding-left: 15px;
  }
  .c-emergency-notice__icon {
    margin-left: 30px;
  }
  .c-emergency-notice__message-box {
    margin-left: 96px;
    margin-top: -53px;
  }
}

/* Settings */
/* Tools */
.c-emergency-takeover__modal {
  position: fixed;
  width: 100%;
  background-color: #231f20;
  background-color: rgba(35, 31, 32, 0.8);
  -webkit-box-shadow: 0 0 22px #000;
  box-shadow: 0 0 22px #000;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.32, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.32, 1);
  visibility: hidden;
  opacity: 0;
  color: #333;
  height: 100%;
  z-index: 99999;
}
.c-emergency-takeover__close {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 37px;
  margin-right: 92px;
  font-size: 16px;
  cursor: pointer;
}
.c-emergency-takeover__close::before {
  content: "";
  display: block;
  position: absolute;
  background-position: 64.4736842105% 0;
  width: 42px;
  height: 42px;
  top: -7px;
  margin-left: 120px;
}
@media screen and (min-width: 768px) {
  .c-emergency-takeover__title {
    font-size: 37px;
  }
}

input:checked ~ .c-emergency-takeover__modal {
  -webkit-filter: none;
  filter: none;
  visibility: visible;
  opacity: 1;
}

.c-emergency-takeover-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 200px;
  width: 100%;
  padding: 30px;
  border: 1px #979797 solid;
}
.c-emergency-takeover-box__message {
  position: relative;
  margin-top: 0;
  text-align: center;
}
.c-emergency-takeover-box__message p {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
}
.c-emergency-takeover-box__message a {
  color: #231f20;
}
.c-emergency-takeover-box__message .c-button {
  color: #231f20;
  margin-top: 40px;
}
.c-emergency-takeover-box__title {
  display: block;
  font-size: 24px;
  font-family: "Frutiger LT W01_65 Bold";
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}
.c-emergency-takeover-box__icon {
  text-align: center;
}
.c-emergency-takeover-box--alert-level__green {
  background-color: #93e441;
}
.c-emergency-takeover-box--alert-level__green *,
.c-emergency-takeover-box--alert-level__green p {
  color: #231f20;
}
.c-emergency-takeover-box--alert-level__amber {
  background-color: #f5c223;
}
.c-emergency-takeover-box--alert-level__red {
  background-color: #dd4242;
}
.c-emergency-takeover-box--alert-level__red span,
.c-emergency-takeover-box--alert-level__red p,
.c-emergency-takeover-box--alert-level__red a {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-emergency-takeover-box {
    width: 70%;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .c-emergency-takeover-box__title {
    font-size: 37px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .c-emergency-takeover-box {
    max-width: 1100px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* Settings */
/* Tools */
.c-message-popup__modal {
  position: fixed;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 22px #000;
  box-shadow: 0 0 22px #000;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.32, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.32, 1);
  visibility: hidden;
  opacity: 0;
  color: #333;
  height: 100%;
  z-index: 99999;
}
.c-message-popup__close {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 1px;
  width: 92px;
  margin-right: 0;
  font-size: 16px;
  cursor: pointer;
  color: #005eb8;
}
.c-message-popup__close::before {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 73.1343283582%;
  width: 42px;
  height: 42px;
  top: -23px;
  right: 0;
  border-radius: 50%;
  z-index: 9;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-message-popup__title {
    font-size: 37px;
  }
  .c-message-popup__close {
    margin-right: -32px;
    top: 8px;
  }
  .c-message-popup__close::before {
    top: -32px;
    right: 9px;
  }
}

input:checked ~ .c-message-popup__modal {
  -webkit-filter: none;
  filter: none;
  visibility: visible;
  opacity: 1;
}

.c-message-popup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 200px;
  width: 100%;
  padding: 30px;
  border: 6px #005eb8 solid;
  border-radius: 10px;
  background-color: #ffffff;
}
.c-message-popup-box__message {
  position: relative;
  margin-top: 0;
  text-align: left;
}
.c-message-popup-box__message h2 {
  color: #005eb8;
  margin-top: 0;
}
.c-message-popup-box__message p {
  margin: 0;
  font-size: 18px;
  color: #231f20;
}
.c-message-popup-box__message a {
  color: #005eb8;
}
.c-message-popup-box__message .c-button {
  color: #231f20;
  margin-top: 40px;
}
.c-message-popup-box__title {
  display: block;
  font-size: 24px;
  font-family: "Frutiger LT W01_65 Bold";
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}
.c-message-popup-box__icon {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-message-popup-box {
    width: 70%;
    padding: 50px 60px 40px;
  }
  .c-message-popup-box__title {
    font-size: 37px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .c-message-popup-box {
    max-width: 1100px;
    padding: 50px 100px 60px;
  }
}

.c-jump-link {
  margin-bottom: 20px;
  display: block;
}
.c-jump-link svg {
  margin-right: 5px;
}

.c-highlighted-bullets {
  padding: 0.5em 1em 1em 0.5em;
  background-color: #e8edee;
  margin-bottom: 20px;
}
.c-highlighted-bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0;
  margin-bottom: 1em;
}
.c-highlighted-bullets li {
  padding-left: 2em;
  text-indent: -1.8em;
  margin-top: 0.5em;
}
.c-highlighted-bullets li::before {
  content: "• ";
  margin-right: 0.5em;
  color: #231f20;
  font-size: 28px;
  line-height: 1;
}

.c-author-profile {
  padding: 1.4em 0 1em 0;
  border-top: 8px solid #005eb8;
}
.c-author-profile__image {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.c-author-profile__top {
  margin-bottom: 20px;
  display: inline-block;
}
.c-author-profile__title {
  display: block;
  color: #768692;
  font-size: 28px;
  font-family: "Frutiger LT W01_55 Roman";
  line-height: 1;
}
.c-author-profile__sub-title {
  display: block;
  color: #768692;
  line-height: 1.2;
  font-family: "Frutiger LT W01_55 Roman";
  font-size: 18px;
}
.c-author-profile h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .c-author-profile__top {
    display: block;
  }
}

.c-dos-donts {
  background-color: #e8edee;
  padding: 0.5em 1.6em 1.4em 1.2em;
}
.c-dos-donts h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 28px;
}
.c-dos-donts ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.c-dos-donts ul li {
  position: relative;
  margin-left: 45px;
  vertical-align: top;
  border-bottom: 1px solid #bac2c8;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Frutiger LT W01_55 Roman";
}
.c-dos-donts ul li::before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -45px;
  margin-top: 8px;
}
.c-dos-donts__dos li::before {
  background-position: 98.9130434783% 36.4705882353%;
  width: 26px;
  height: 24px;
}
.c-dos-donts__donts li::before {
  background-position: 100% 0;
  width: 27px;
  height: 31px;
}
.c-dos-donts__donts li:last-child {
  border-bottom: none;
}

.c-faqs {
  padding: 0.5em 1em 1em 1em;
  background-color: #e8edee;
  margin-bottom: 20px;
}
.c-faqs h3 {
  margin-top: 0;
}

.c-useful-links {
  background-color: #005eb8;
}
.c-useful-links--in-header {
  background-color: #231f20;
  width: 100%;
}
.c-useful-links--in-header .c-accordion {
  margin: 0;
}
.c-useful-links--in-header .c-accordion--useful-links {
  background-image: none;
}
.c-useful-links--in-header .c-resource-list--useful-links__item-link {
  text-decoration: underline;
  font-size: 16px;
  color: #e8edee;
}
.c-useful-links--in-header .c-resource-list--useful-links__items {
  padding-left: 0;
}
.c-useful-links--in-header .c-accordion--useful-links__item {
  margin-left: 0;
  margin-right: 0;
}
.c-useful-links--in-header .c-accordion--useful-links__title {
  margin-left: 0;
  padding: 0.6em 0 0.6em 0;
}
.c-useful-links--in-header .c-accordion--useful-links__content {
  margin-left: 0;
  padding-left: 15px;
}
.c-useful-links--in-header .c-accordion--useful-links__title-heading {
  font-size: 20px;
  color: #e8edee;
}
.c-useful-links--in-header .c-accordion--useful-links__arrow svg path {
  fill: #768692;
}
.c-useful-links--in-header .c-accordion--useful-links__item.is-active .c-accordion--useful-links__arrow svg path {
  fill: #768692;
}
.c-useful-links--in-header .c-resource-list--useful-links__item-icon svg path {
  fill: #727172;
}
@media screen and (min-width: 1024px) {
  .c-useful-links--in-header {
    width: auto;
    margin-left: 0;
    position: relative;
    margin-top: -366px;
    height: 330px;
  }
  .c-useful-links--in-header .c-accordion--useful-links__item {
    padding-left: 10px;
    padding-right: 15px;
  }
  .c-useful-links--in-header .c-accordion--useful-links {
    background-image: none;
  }
  .c-useful-links--in-header .c-accordion--useful-links__title {
    padding: 0.8em 0 0.8em 0;
  }
  .c-useful-links--in-header .c-accordion--useful-links__title-heading {
    font-size: 24px;
  }
  .c-useful-links--in-header .c-accordion--useful-links__content {
    display: block !important;
  }
  .c-useful-links--in-header .c-accordion--useful-links__arrow {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .c-useful-links--in-header {
    width: 380px;
  }
}

/* Settings */
/* Tools */
.c-page-contents {
  border-bottom: 8px solid #e8edee;
}
.c-page-contents__list {
  padding-left: 0;
  list-style: none;
  counter-reset: line;
}
.c-page-contents__list-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.c-page-contents__list-item:before {
  position: absolute;
  content: "";
  display: inline-block;
  content: counter(line) ".";
  counter-increment: line;
  left: 0em;
  width: 27px;
  font-size: 18px;
  line-height: 1.7;
  counter-increment: line;
  font-family: "Frutiger LT W01_55 Roman";
}
.c-page-contents__list-item-link {
  font-size: 18px;
  font-family: "Frutiger LT W01_55 Roman";
}
@media screen and (min-width: 768px) {
  .c-page-contents__two-col {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
  }
}
/* Settings */
/* Tools */
.c-masonry-grid {
  padding: 20px 15px 40px;
}
.c-masonry-grid__col-lrg {
  margin-left: auto;
  margin-right: auto;
}
.c-masonry-grid__col-sml {
  width: calc(50% - 5px);
  float: left;
  margin-left: 0;
}
.c-masonry-grid__col-sml::after {
  clear: both;
  content: "";
  display: table;
}
.c-masonry-grid__a, .c-masonry-grid__b {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.c-masonry-grid__a::after, .c-masonry-grid__b::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 767px) {
  .c-masonry-grid__a div:nth-child(3) {
    margin-left: 10px;
  }
  .c-masonry-grid__b div:nth-child(2) {
    margin-left: 10px;
  }
}
.c-masonry-grid .o-icon {
  margin-right: 0;
}
.c-masonry-grid .o-icon svg {
  width: 1.9em;
  height: 1.9em;
}
.c-masonry-grid .o-icon path {
  fill: #768692;
}
.c-masonry-grid .c-button--primary {
  background-color: #005eb8;
  color: white;
  background-image: url("../images/button-arrow--white.png");
  margin-bottom: 10px;
  margin-top: 5px;
  min-height: 48px;
  padding-top: 0.4em;
  display: block;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.c-masonry-grid__block {
  background-color: #ffffff;
  text-align: center;
}
.c-masonry-grid--large-block.color-blue, .c-masonry-grid--small-block.color-blue {
  background-color: #005eb8;
}
.c-masonry-grid--large-block.color-light-blue, .c-masonry-grid--small-block.color-light-blue {
  background-color: #41b6e6;
}
.c-masonry-grid--large-block.color-grey, .c-masonry-grid--small-block.color-grey {
  background-color: #e8edee;
}
.c-masonry-grid--large-block.color-dental-green, .c-masonry-grid--small-block.color-dental-green {
  background-color: #00a499;
}
.c-masonry-grid--large-block.color-marys-maroon, .c-masonry-grid--small-block.color-marys-maroon {
  background-color: #b11f74;
}
.c-masonry-grid--large-block.color-mri-burgundy, .c-masonry-grid--small-block.color-mri-burgundy {
  background-color: #8c1237;
}
.c-masonry-grid--large-block.color-altrincham-green, .c-masonry-grid--small-block.color-altrincham-green {
  background-color: #00ac9f;
}
.c-masonry-grid--large-block.color-rmch-green, .c-masonry-grid--small-block.color-rmch-green {
  background-color: #78be20;
}
.c-masonry-grid--large-block.color-withington-orange, .c-masonry-grid--small-block.color-withington-orange {
  background-color: #ffb901;
}
.c-masonry-grid--large-block.color-wythenshawe-green, .c-masonry-grid--small-block.color-wythenshawe-green {
  background-color: #77c001;
}
.c-masonry-grid--large-block.color-careers-green, .c-masonry-grid--small-block.color-careers-green {
  background-color: #00a499;
}
.c-masonry-grid--large-block.color-burgundy, .c-masonry-grid--small-block.color-burgundy {
  background-color: #8c1237;
}
.c-masonry-grid--large-block.color-dark-blue, .c-masonry-grid--small-block.color-dark-blue {
  background-color: #003087;
}
.c-masonry-grid--large-block.color-lung-gradient, .c-masonry-grid--small-block.color-lung-gradient {
  background: linear-gradient(16.29deg, #006eb6 0%, #00a4ce 95.03%);
}
.c-masonry-grid--small-block {
  display: block;
  text-align: center;
  text-decoration: none;
  height: 130px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 22px;
  margin-bottom: 20px;
}
.c-masonry-grid--small-block.color-light-blue .o-icon svg path, .c-masonry-grid--small-block.color-blue .o-icon svg path, .c-masonry-grid--small-block.color-burgundy .o-icon svg path, .c-masonry-grid--small-block.color-dental-green .o-icon svg path, .c-masonry-grid--small-block.color-marys-maroon .o-icon svg path, .c-masonry-grid--small-block.color-mri-burgundy .o-icon svg path, .c-masonry-grid--small-block.color-altrincham-green .o-icon svg path, .c-masonry-grid--small-block.color-rmch-green .o-icon svg path, .c-masonry-grid--small-block.color-careers-green .o-icon svg path {
  fill: #ffffff;
}
.c-masonry-grid--small-block.color-light-blue .c-masonry-grid__title, .c-masonry-grid--small-block.color-blue .c-masonry-grid__title, .c-masonry-grid--small-block.color-burgundy .c-masonry-grid__title, .c-masonry-grid--small-block.color-dental-green .c-masonry-grid__title, .c-masonry-grid--small-block.color-marys-maroon .c-masonry-grid__title, .c-masonry-grid--small-block.color-mri-burgundy .c-masonry-grid__title, .c-masonry-grid--small-block.color-altrincham-green .c-masonry-grid__title, .c-masonry-grid--small-block.color-rmch-green .c-masonry-grid__title, .c-masonry-grid--small-block.color-careers-green .c-masonry-grid__title {
  color: #ffffff;
}
.c-masonry-grid--small-block.color-withington-orange .o-icon svg path, .c-masonry-grid--small-block.color-wythenshawe-green .o-icon svg path {
  fill: #231f20;
}
.c-masonry-grid--small-block.color-withington-orange .c-masonry-grid__title, .c-masonry-grid--small-block.color-wythenshawe-green .c-masonry-grid__title {
  color: #231f20;
}
.c-masonry-grid--small-block.color-grey .o-icon svg path {
  fill: #005eb8;
}
.c-masonry-grid--small-block.color-grey .c-masonry-grid__title {
  color: #005eb8;
}
.c-masonry-grid--small-block .c-masonry-grid__title {
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
  display: block;
  font-family: "Frutiger LT W01_65 Bold";
}
.c-masonry-grid--small-block .o-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.c-masonry-grid--small-block .o-icon svg {
  width: 30px;
  height: auto;
}
.c-masonry-grid--small-block.text-icon-color-white .o-icon svg path {
  fill: #ffffff;
}
.c-masonry-grid--small-block.text-icon-color-white .c-masonry-grid__title {
  color: #ffffff;
}
.c-masonry-grid--small-block.text-icon-color-blue .o-icon svg path {
  fill: #005eb8;
}
.c-masonry-grid--small-block.text-icon-color-blue .c-masonry-grid__title {
  color: #005eb8;
}
.c-masonry-grid--small-block.text-icon-color-burgundy .o-icon svg path {
  fill: #8c1237;
}
.c-masonry-grid--small-block.text-icon-color-burgundy .c-masonry-grid__title {
  color: #8c1237;
}
.c-masonry-grid--small-block.text-icon-color-green-aqua .o-icon svg path {
  fill: #00a499;
}
.c-masonry-grid--small-block.text-icon-color-green-aqua .c-masonry-grid__title {
  color: #00a499;
}
.c-masonry-grid--small-block.text-icon-color-lung-blue .o-icon svg path {
  fill: #006eb6;
}
.c-masonry-grid--small-block.text-icon-color-lung-blue .c-masonry-grid__title {
  color: #006eb6;
}
.c-masonry-grid__content-container {
  padding: 30px 0;
}
.c-masonry-grid__title {
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 30px;
}
.c-masonry-grid__text {
  color: #ffffff;
}
.c-masonry-grid__image-container {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-masonry-grid__a, .c-masonry-grid__b {
    max-width: inherit;
    width: calc(50% - 21px);
    float: left;
    margin-left: 14px;
    width: calc(50% - 20px);
    position: relative;
  }
  .c-masonry-grid__a .c-masonry-grid__col-sml:nth-child(2) {
    margin-left: 0;
  }
  .c-masonry-grid__a .c-masonry-grid__col-sml {
    margin-top: 20px;
  }
  .c-masonry-grid__b .c-masonry-grid__col-sml:nth-child(1) {
    margin-left: 0;
  }
  .c-masonry-grid__b .c-masonry-grid__content-container {
    margin-top: 185px;
  }
  .c-masonry-grid__col-lrg .o-icon svg {
    width: 2.6em;
    height: 2.6em;
  }
  .c-masonry-grid__col-lrg .o-icon svg path {
    fill: #ffffff;
  }
  .c-masonry-grid__col-sml {
    margin-left: 2.002%;
    width: 49%;
  }
  .c-masonry-grid__col-sml .o-icon svg {
    width: 1.6em;
    height: 1.6em;
  }
  .c-masonry-grid .c-button--primary {
    background-color: #ffffff;
    color: #231f20;
    background-image: url("../images/button-arrow--black.png");
    margin-bottom: 20px;
  }
  .c-masonry-grid__title {
    color: #ffffff;
  }
  .c-masonry-grid--large-block {
    height: 450px;
    position: relative;
  }
  .c-masonry-grid--small-block {
    height: 150px;
    padding-top: 27px;
  }
  .c-masonry-grid--small-block .c-masonry-grid__title {
    font-size: 16px;
    line-height: 1.2em;
  }
  .c-masonry-grid__content-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-top: 40px;
  }
  .c-masonry-grid__image-container {
    display: block;
  }
  .c-masonry-grid__image {
    width: 100%;
    height: 450px;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .c-masonry-grid .o-icon svg {
    width: 3em;
    height: 3em;
  }
  .c-masonry-grid__b .c-masonry-grid__content-container {
    margin-top: 300px;
  }
  .c-masonry-grid--large-block {
    height: 580px;
  }
  .c-masonry-grid--small-block {
    height: 225px;
    padding-top: 43px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .c-masonry-grid--small-block .c-masonry-grid__title {
    font-size: 22px;
    line-height: 1em;
  }
  .c-masonry-grid__image {
    height: 580px;
    background-color: #003087;
  }
  .c-masonry-grid__title {
    font-size: 32px;
    margin-bottom: 52px;
  }
  .c-masonry-grid__content-container {
    width: 390px;
    margin-top: 70px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .c-masonry-grid--small-block {
    height: 280px;
    padding-top: 65px;
  }
  .c-masonry-grid__b .c-masonry-grid__content-container {
    margin-top: 375px;
  }
}

.c-az-links__item {
  display: inline-block;
  margin-bottom: 0.2em;
}
.c-az-links__link {
  display: inline-block;
  background-color: #005eb8;
  padding: 0.2em;
  color: #ffffff;
  width: 2em;
  text-align: center;
  text-decoration: none;
  font-family: "Frutiger LT W01_55 Roman", arial, sans-serif;
}
.c-az-links__link:hover {
  background-color: #004485;
  color: white;
}
.c-az-links .is-active {
  background-color: #231f20;
  color: #ffffff;
}
.c-az-links .is-disabled {
  background-color: #d1d8dc;
  color: #768692;
}
.c-az-links--services-menu, .c-az-links--consultants-menu {
  padding-bottom: 20px;
}
.c-az-links--services-menu .c-az-links__link, .c-az-links--consultants-menu .c-az-links__link {
  width: 2.6em;
  padding: 0.54em;
}

/* Settings */
/* Tools */
.c-event-detail {
  padding: 0 1em 1em;
  border-top: 8px solid #005eb8;
  background-color: #e8edee;
  margin: 30px -15px 30px;
}
.c-event-detail__content p {
  font-family: "Frutiger LT W01_55 Roman";
  margin-top: 5px;
}
.c-event-detail__content-location {
  min-width: 200px;
  margin-top: -8px;
}
.c-event-detail__content-location p {
  margin-bottom: 0;
}
.c-event-detail__content-link {
  color: #005eb8;
  font-family: "Frutiger LT W01_55 Roman";
}
.c-event-detail__content-date {
  min-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-event-detail__content-date p {
  margin-bottom: 5px;
}
.c-event-detail__content-label {
  color: #768692;
  font-family: "Frutiger LT W01_65 Bold";
  font-size: 16px;
}
.c-event-detail__organiser {
  padding-bottom: 25px;
}
.c-event-detail__map {
  width: 100%;
  height: 320px;
  overflow: hidden;
  margin: 20px 0;
  border: 1px solid #005eb8;
}
.c-event-detail__map img {
  max-width: inherit !important;
}
@media screen and (min-width: 768px) {
  .c-event-detail {
    padding-bottom: 40px;
  }
  .c-event-detail::after {
    clear: both;
    content: "";
    display: table;
  }
  .c-event-detail__map {
    width: 50%;
    float: left;
    margin-top: 0;
  }
  .c-event-detail__content {
    float: left;
    width: 50%;
    padding-left: 20px;
  }
  .c-event-detail__content p {
    font-size: 20px;
  }
  .c-event-detail__content-details {
    float: left;
    clear: both;
  }
}
@media screen and (min-width: 1024px) {
  .c-event-detail {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .c-event-detail__map {
    width: 100%;
  }
  .c-event-detail__content {
    width: 100%;
    padding-left: 0;
  }
  .c-event-detail__content-location, .c-event-detail__content-date {
    min-width: inherit;
    width: 50%;
    float: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .c-event-detail__content {
    width: 265px;
  }
  .c-event-detail__map {
    width: 360px;
  }
  .c-event-detail__content-location, .c-event-detail__content-date {
    width: 100%;
    padding-left: 20px;
  }
  .c-event-detail__content-date {
    margin-top: 15px;
  }
  .c-event-detail__content-details {
    margin-top: 15px;
  }
}

/* Settings */
/* Tools */
.c-form {
  width: 100%;
}
.c-form__field {
  font-size: 18px;
  width: 100%;
  max-width: 300px;
}
.c-form__field-select {
  overflow: hidden;
  height: 60px;
  position: relative;
  margin-bottom: 10px;
}
.c-form select {
  width: 100%;
  border-radius: 4px;
  height: 60px;
  border: none;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #e8edee;
}
.c-form select option {
  color: #231f20;
}
.c-form select::-ms-expand {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-form--col-2 .c-form__field {
    width: 49%;
    margin-left: 2%;
  }
  .c-form--col-2 .c-form__field:first-child {
    margin-left: 0;
  }
  .c-form--col-3 .c-form__field {
    width: 32.66666%;
    margin-left: 1%;
  }
  .c-form--col-3 .c-form__field:first-child {
    margin-left: 0;
  }
  .c-form__field {
    max-width: inherit;
    float: left;
  }
}

.ie9 .c-form__field-select::before {
  content: none;
}

form.c-form {
  background-color: #e8edee;
  padding: 15px 15px 30px;
}
form.c-form ul {
  list-style: none;
  padding-left: 0;
}
form.c-form label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  padding: 6px 12px 0 0;
  color: #231f20;
  font-size: 20px;
  font-family: "Frutiger LT W01_55 Roman";
}
form.c-form input {
  border-radius: 2px;
  border: 0;
  width: 100%;
  height: 60px;
  padding: 0 25px 0 15px;
  font-size: 20px;
  background-color: #ffffff;
  color: #231f20;
  -webkit-appearance: none;
  outline: none;
}
form.c-form input::-ms-clear {
  display: none;
}
form.c-form textarea {
  width: 100%;
  padding: 15px 15px 0 14px;
  border-radius: 2px;
  border: 0;
  height: 170px;
  color: #231f20;
  -webkit-appearance: none;
  background-color: #ffffff;
  font-size: 16px;
  font-family: "Frutiger LT W01_55 Roman";
}
form.c-form select {
  width: 100%;
  padding: 2px 50px 0 14px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 0;
  -webkit-appearance: none;
  outline-style: none;
  height: 60px;
  background-image: url("../images/filter-arrow.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto;
  font-size: 20px;
  color: #231f20;
}
form.c-form select.small {
  width: 140px;
  background-position: 84% center;
}
form.c-form .select label {
  display: none;
}
form.c-form .select .ginput_container {
  position: relative;
}
form.c-form .gform_heading h3 {
  color: #231f20;
  font-size: 24px;
  margin-bottom: 40px;
}
form.c-form .gfield_visibility_hidden {
  display: none !important;
}
form.c-form .gfield_label {
  margin-bottom: 10px;
  display: block;
}
form.c-form .gfield {
  position: relative;
  min-height: 58px;
  margin-bottom: 20px;
  padding: 0;
}
form.c-form .gfield h3 {
  font-size: 20px;
}
form.c-form .gfield.field_sublabel_below {
  min-height: inherit;
}
form.c-form .gfield::before {
  background-image: none;
}
form.c-form .gfield.is-focused label {
  top: -16px;
}
form.c-form .gfield.is-focused input,
form.c-form .gfield.is-focused select {
  border: 2px solid #005eb8;
}
form.c-form .gfield.hidden_label {
  margin: 0;
}
form.c-form .gfield.hidden_label .gfield_label {
  display: none;
}
form.c-form .gfield.gfield_error {
  margin-bottom: 40px;
}
form.c-form .gfield.gfield_error input {
  border: 2px solid #dd4242;
}
form.c-form .gfield .ginput_container {
  margin-top: 5px;
  position: relative;
}
form.c-form .gfield_required {
  color: #425563;
}
form.c-form .gsection {
  margin-bottom: 15px;
  min-height: inherit;
}
form.c-form .gsection h2.gsection_title {
  color: #768692;
  font-size: 24px;
  font-family: "Frutiger LT W01_65 Bold";
}
form.c-form .gfield_html hr {
  margin: 40px 0 30px;
  border: 0;
  height: 1px;
  background-color: #bac2c8;
}
form.c-form .gform_footer {
  position: relative;
  margin-top: 0;
  max-width: 285px;
  margin-left: 0;
}
form.c-form .gform_footer::before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  width: 17px;
  background-position: center;
  height: 28px;
  background-size: 8px;
  top: 37px;
  background-image: url("../images/button-arrow--white.png");
}
form.c-form .gform_button {
  background-color: #005eb8;
  color: #ffffff;
  font-size: 24px;
  border: none;
  margin-top: 20px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  height: 60px;
  font-family: "Frutiger LT W01_65 Bold";
}
form.c-form .gform_button:hover {
  background-color: #005eb8;
}
form.c-form .validation_error {
  color: #dd4242;
}
form.c-form .validation_message {
  color: #dd4242;
  font-size: 15px;
  padding-top: 5px;
}
form.c-form .gform_validation_container {
  display: none;
}
form.c-form .gform_validation_error .gfield label {
  top: -16px;
}
form.c-form .gfield_description.validation_message {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 10px;
  position: relative;
  width: 100%;
  top: 15px;
  z-index: 1;
}
form.c-form .gfield_description.validation_message::before {
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
  left: 14px;
  background-color: #ffffff;
  z-index: -1;
}
form.c-form__check-box {
  margin-bottom: 0;
  max-width: 350px;
}
form.c-form__check-box.gfield_contains_required::before {
  top: 22px;
  right: -7px;
}
form.c-form__check-box .gfield_label {
  display: none;
}
form.c-form__check-box .LV_valid_field + .LV_validation_message {
  display: none !important;
}
form.c-form__check-box .gfield_description.validation_message {
  top: 60px;
}
form.c-form .ginput_container_address label {
  margin-bottom: 5px;
  display: inline-block;
}
form.c-form .ginput_container_address input {
  margin-bottom: 20px;
}
form.c-form .ginput_container_checkbox,
form.c-form .ginput_container_consent {
  background-image: none;
  height: auto;
  min-height: 40px;
}
form.c-form .ginput_container_checkbox input[type=checkbox],
form.c-form .ginput_container_consent input[type=checkbox] {
  -webkit-appearance: inherit;
  position: absolute;
  opacity: 0;
  font-size: 15px;
  height: 40px;
}
form.c-form .ginput_container_checkbox input[type=checkbox] + label::before,
form.c-form .ginput_container_consent input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 13px;
  margin: -3px 12px 0 -30px;
  background: url(../images/checkbox-sprite.svg);
  vertical-align: middle;
  background-size: 100%;
  padding: 0;
}
form.c-form .ginput_container_checkbox input[type=checkbox]:disabled + label,
form.c-form .ginput_container_consent input[type=checkbox]:disabled + label {
  opacity: 0.5;
  cursor: default;
}
form.c-form .ginput_container_checkbox input[type=checkbox]:not(:checked):hover + label::before,
form.c-form .ginput_container_consent input[type=checkbox]:not(:checked):hover + label::before {
  background-position: 0 -15px;
}
form.c-form .ginput_container_checkbox input[type=checkbox]:checked + label::before,
form.c-form .ginput_container_consent input[type=checkbox]:checked + label::before {
  background-position: 0 -30px;
}
form.c-form .ginput_container_checkbox .gfield_checkbox,
form.c-form .ginput_container_consent .gfield_checkbox {
  position: relative;
}
form.c-form .ginput_container_checkbox .gfield_checkbox li,
form.c-form .ginput_container_consent .gfield_checkbox li {
  padding-left: 0;
  position: relative;
  min-height: 40px;
}
form.c-form .ginput_container_checkbox .gfield_checkbox li::before,
form.c-form .ginput_container_consent .gfield_checkbox li::before {
  content: none !important;
  background-image: none;
}
form.c-form .ginput_container_checkbox .gfield_checkbox label,
form.c-form .ginput_container_consent .gfield_checkbox label {
  display: block;
  color: #425563;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
  font-size: 16px;
}
form.c-form .ginput_container_checkbox .gfield_checkbox label a,
form.c-form .ginput_container_consent .gfield_checkbox label a {
  color: #2f3e3b;
  font-weight: 700;
  text-decoration: underline;
}
@media \0 screen {
  form.c-form .ginput_container_checkbox input[type=checkbox],
  form.c-form .ginput_container_consent input[type=checkbox] {
    position: static;
  }
}
form.c-form .ginput_container_consent {
  padding-left: 32px;
}
form.c-form .gfield_consent_label a {
  color: #005eb8;
}
form.c-form .ginput_container_radio {
  background-image: none;
  height: auto;
}
form.c-form .ginput_container_radio input[type=radio] {
  -webkit-appearance: inherit;
  position: absolute;
  opacity: 0;
  background-color: #ffffff;
}
form.c-form .ginput_container_radio input[type=radio] ~ label::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 13px;
  margin: 6px 0 0;
  background-image: url("../images/radio-sprite.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  vertical-align: middle;
  padding: 0;
  left: 15px;
  border-radius: 50%;
  background-color: transparent;
}
form.c-form .ginput_container_radio input[type=radio]:disabled ~ label {
  opacity: 0.5;
  cursor: default;
}
form.c-form .ginput_container_radio input[type=radio]:not(:checked):hover ~ label::before {
  background-position: 0 -19px;
}
form.c-form .ginput_container_radio input[type=radio]:checked ~ label {
  background-color: #005eb8;
  color: #ffffff;
}
form.c-form .ginput_container_radio input[type=radio]:checked ~ label::before {
  background-position: 0 -38px;
  border: none !important;
}
form.c-form .ginput_container_radio .gfield_radio li {
  padding-left: 0;
  position: relative;
  display: inline-block;
  width: 160px;
  height: 60px;
}
form.c-form .ginput_container_radio .gfield_radio li::before {
  content: none !important;
  background-image: none;
}
form.c-form .ginput_container_radio .gfield_radio label {
  display: block;
  color: #231f20;
  vertical-align: middle;
  cursor: pointer;
  padding: 13px 15px 13px 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-right: 10px;
  border-radius: 2px;
  font-size: 20px;
  line-height: 30px;
  background-color: #ffffff;
}
form.c-form .ginput_container_radio .gfield_radio label a {
  color: #231f20;
  font-weight: 700;
  text-decoration: underline;
}
form.c-form .ginput_container_radio .gfield_radio .LV_validation_message {
  display: none !important;
}
@media \0 screen {
  form.c-form .ginput_container_radio input[type=radio] {
    position: static;
  }
}
form.c-form__file-upload .gfield_label {
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form.c-form__file-upload .gfield_label:hover {
  border: 2px solid #005eb8;
}
form.c-form__file-upload .ginput_container_fileupload input[type=file] {
  display: none;
}
form.c-form__file-upload .ginput_container_fileupload {
  background: none;
  padding: 0;
  border-radius: none;
}
form.c-form__file-upload .ginput_container_fileupload .screen-reader-text {
  display: inline;
}
form.c-form__file-upload span.gform_drop_instructions {
  display: block;
  margin: 0 0 1em 0;
}
form.c-form__file-upload .ginput_container_fileupload > div + span.screen-reader-text {
  display: block;
  text-align: center;
  margin: 1em 0 0 0;
}
form.c-form__file-upload .ginput_container_fileupload span.screen-reader-text + div li {
  padding: 0.25em 0 0 0;
}
@media (max-width: 767px) {
  form.c-form__file-upload .ginput_container_fileupload .screen-reader-text {
    display: block;
    font-size: 0.7em;
    padding: 1em 0.75em;
  }
  form.c-form__file-upload span.gform_drop_instructions {
    display: none;
  }
}
form.c-form__multifile-upload .gfield_label {
  display: inline-block;
  padding: 15px 20px 15px 0;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form.c-form__multifile-upload .gfield_label:hover {
  border: none;
}
form.c-form__multifile-upload .ginput_container_fileupload {
  background: #f6f6f6;
  padding: 0.75em;
  border-radius: 6px;
}
form.c-form__multifile-upload .ginput_container_fileupload input[type=file] {
  display: block;
}
form.c-form__multifile-upload .ginput_container_fileupload > div:first-of-type {
  text-align: center;
  padding: 2em 0;
  border: 3px dashed #ddd;
}
form.c-form__multifile-upload .gform_button_select_files {
  max-width: 200px;
  cursor: pointer;
}
form.c-form__multifile-upload .gform_button_select_files:hover {
  border: 2px solid #005eb8;
}
form.c-form__multifile-upload .gform_fileupload_multifile input:hover {
  border: 2px solid #005eb8;
}
form.c-form input.LV_valid_field,
form.c-form select.LV_valid_field {
  border: 2px solid #009639 !important;
}
form.c-form input.LV_invalid_field,
form.c-form select.LV_invalid_field {
  border: 2px solid #dd4242 !important;
}
form.c-form .LV_validation_message {
  right: 0;
  top: 0;
  display: block !important;
  width: 38px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
form.c-form .LV_validation_message.LV_invalid {
  background-color: #dd4242;
  background-image: url("../images/input-invalid.svg");
}
form.c-form .LV_validation_message.LV_valid {
  background-color: #005eb8;
  background-image: url("../images/input-valid.svg");
}
form.c-form--SRFform #field_1_14 .ginput_container_radio .gfield_radio li {
  width: 247px;
}
form.c-form--SRFform #field_1_10 .gfield_description {
  font-size: 20px;
  padding-top: 25px;
  font-family: "Frutiger LT W01_55 Roman";
}
form.c-form--SRFnmgh .ginput_container_checkbox .gfield_checkbox label {
  line-height: 1.2;
}
form.c-form--SRFnmgh #field_2_7 .ginput_container_radio .gfield_radio li {
  width: 247px;
}
form.c-form--SRFnmgh select.small {
  width: 200px;
}
form.c-form--SRFnmgh #field_1_10 .gfield_description {
  font-size: 20px;
  padding-top: 25px;
  font-family: "Frutiger LT W01_55 Roman";
}
form.c-form--SRFnmgh .gfield_container_input .gfield_checkbox li {
  min-height: 50px;
}
form.c-form--SRFnmgh .ginput_container_radio .gfield_radio li {
  width: 100%;
  max-width: 260px;
  display: block;
}
form.c-form--SRFnmgh #field_2_11 label {
  font-family: "Frutiger LT W01_45 Light";
}
@media screen and (min-width: 768px) {
  form.c-form {
    padding-bottom: 50px;
    max-width: 670px;
    margin-bottom: 20px;
  }
  form.c-form input {
    height: 66px;
  }
  form.c-form input.small {
    width: 50%;
  }
  form.c-form select {
    height: 66px;
  }
  form.c-form textarea {
    height: 360px;
  }
  form.c-form .gsection {
    min-height: inherit !important;
    height: auto;
  }
  form.c-form .gform_heading h3 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  form.c-form .gform_wrapper .gfield {
    width: 100%;
    min-height: 66px;
  }
  form.c-form .gform_wrapper .gfield.textarea-field {
    padding-left: 15px;
  }
  form.c-form .gform_wrapper .gfield.adjustment-field {
    margin-top: 0;
  }
  form.c-form .gform_wrapper .gfield.c-form__check-box {
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    min-height: 68px;
  }
  form.c-form .gform_wrapper .gfield.c-form__check-box.gfield_contains_required::before {
    top: 24px;
    right: 32px;
  }
  form.c-form .gform_wrapper .gfield.c-form__check-box.gfield_error {
    min-height: 90px;
  }
  form.c-form .gform_wrapper .gfield .ginput_container {
    margin-top: 10px;
  }
  form.c-form .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    list-style-type: none;
  }
  form.c-form .gform_wrapper li.gfield.gf_left_half {
    width: 50%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  form.c-form .gform_wrapper li.gfield.gf_right_half {
    width: 50%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  form.c-form .gform_wrapper li.gfield.gf_right_half,
  form.c-form .gform_wrapper li.gfield.gf_left_half {
    padding-left: 15px;
  }
  form.c-form .gform_wrapper li.gfield.gf_left_half {
    padding-left: 0;
  }
  form.c-form .tooltip-field > div {
    position: absolute;
    right: 10px;
  }
  form.c-form--SRFnmgh .ginput_container_radio .gfield_radio li {
    display: inline-block;
    width: 210px;
  }
  form.c-form--SRFnmgh .ginput_container_radio .gfield_radio li label {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  form.c-form {
    margin: 40px 0 35px;
    padding: 15px 25px 60px;
    max-width: 830px;
  }
  form.c-form label {
    font-size: 20px;
  }
  form.c-form textarea {
    margin-bottom: 10px;
  }
  form.c-form .gfield {
    margin-bottom: 40px;
  }
  form.c-form .gfield.c-form__signature {
    margin-bottom: 10px;
  }
  form.c-form .gfield.c-form__signature .gfield_label {
    margin-bottom: 0;
  }
  form.c-form .gfield.c-form__signature .gfield_description {
    position: absolute;
    top: 14px;
    left: 131px;
  }
  form.c-form__check-box {
    max-width: inherit;
  }
  form.c-form .gsection {
    min-height: inherit !important;
    height: auto;
    margin-top: 0;
    margin-bottom: 15px;
  }
  form.c-form .gform_wrapper li.gfield.gf_right_half {
    padding-left: 30px;
  }
  form.c-form .gform_wrapper .gfield.textarea-field {
    padding-left: 30px;
  }
}
/* Settings */
/* Tools */
.c-search-results {
  width: 100%;
}
.c-search-results--filter ul li a {
  text-decoration: none;
}
.c-search-results--filter ul span {
  display: block;
  margin-bottom: 6px;
}
.c-search-results__showing {
  border-top: 8px solid #e8edee;
  padding-top: 10px;
  font-size: 18px;
}
.c-search-results__item {
  border-top: 2px solid #e8edee;
  padding: 8px 0;
}
.c-search-results__item:first-child {
  border-top: none;
}
.c-search-results__item span {
  margin-top: 5px;
  margin-bottom: 5px;
}
.c-search-results__item-link {
  margin-top: 10px;
  display: block;
}
.c-search-results__item-label {
  font-size: 14px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-search-results__item {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-search-results__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-search-results__item-label-wrapper {
    display: inline;
    margin-right: 20px;
    min-width: 130px;
  }
  .c-search-results__item-label {
    font-size: 16px;
  }
  .c-search-results__item-link {
    display: inline;
  }
  .c-search-results__item-sub-title {
    display: inline;
  }
}

.c-latest-sidebar {
  margin: 1em 0 0;
}
.c-latest-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-latest-sidebar__item {
  border-top: 1px solid #e8edee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-latest-sidebar__item:first-child {
  border-top: none;
}
.c-latest-sidebar__icon svg {
  width: 36px;
  margin-top: -5px;
  margin-left: -5px;
}
.c-latest-sidebar__icon svg path {
  fill: #768692;
}
.c-latest-sidebar__date {
  color: #768692;
  font-size: 18px;
}
.c-latest-sidebar__item-title {
  margin-top: 5px;
}

/* Settings */
/* Tools */
.c-homepage-header {
  background-color: #005eb8;
  padding: 15px 20px 80px;
}
.c-homepage-header__titles {
  text-align: center;
}
.c-homepage-header__title {
  color: #ffffff;
  font-size: 1.3em;
  line-height: 1.2em;
  text-align: left;
}
.c-homepage-header__sub-title {
  display: none;
  color: #ffffff;
}
.c-homepage-header__links {
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-top: 35px;
}
.c-homepage-header__link {
  text-align: left;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  height: 65px;
}
.c-homepage-header__link:first-child .c-homepage-header__link-text {
  border-top: 0;
}
.c-homepage-header__link-icon {
  width: 53px;
  height: 53px;
  border-radius: 27px;
  background-color: #e8edee;
  padding: 15px 14px 12px;
  margin-right: 20px;
}
.c-homepage-header__link-icon svg {
  width: 1.4em;
  height: 1.4em;
}
.c-homepage-header__link-icon svg path {
  fill: #005eb8;
}
.c-homepage-header__link-text {
  color: #ffffff;
  position: relative;
  top: -58px;
  left: 70px;
  vertical-align: top;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  padding-top: 16px;
  border-top: 1px solid #5e99d2;
  width: 100%;
}
.c-homepage-header .c-button {
  display: none;
}
.c-homepage-header--alt__content img {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .c-homepage-header {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .c-homepage-header__title {
    text-align: center;
    margin-bottom: 5px;
  }
  .c-homepage-header__sub-title {
    display: block;
    font-size: 1em;
  }
  .c-homepage-header__links {
    text-align: center;
    margin-bottom: 30px;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-homepage-header__link {
    display: inline-block;
    text-align: center;
    height: auto;
    margin-bottom: 20px;
    vertical-align: top;
  }
  .c-homepage-header__link:hover .c-homepage-header__link-icon {
    background-color: #e8edee;
  }
  .c-homepage-header__link-icon {
    margin-right: 0;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    padding-top: 28px;
    background-color: #ffffff;
  }
  .c-homepage-header__link-icon svg {
    width: 2em;
    height: 2em;
  }
  .c-homepage-header__link-text {
    left: auto;
    border: 0;
    top: 0;
    padding-top: 5px;
    text-decoration: underline;
  }
  .c-homepage-header .c-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    background-image: url(../images/button-arrow--black--down.png);
    background-size: 18px;
  }
  .c-homepage-header--alt__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .c-homepage-header--alt__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 30px;
  }
  .c-homepage-header--alt__image img {
    max-width: inherit;
    width: 100%;
  }
  .c-homepage-header--alt__title {
    padding-bottom: 10px;
  }
  .c-homepage-header--alt__titles {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .c-homepage-header--alt__links {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-homepage-header__title {
    font-size: 1.778em;
  }
  .c-homepage-header__sub-title {
    font-size: 1.333em;
  }
  .c-homepage-header__links {
    width: auto;
    margin-top: 45px;
  }
  .c-homepage-header__link {
    width: 189px;
  }
  .c-homepage-header__link-icon {
    width: 135px;
    height: 135px;
    border-radius: 145px;
    padding-top: 40px;
  }
  .c-homepage-header__link-icon svg {
    width: 3.5em;
    height: 3.5em;
  }
  .c-homepage-header__link-text {
    padding-top: 25px;
  }
  .c-homepage-header--alt__image {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-homepage-header {
    padding-top: 40px;
  }
  .c-homepage-header__links {
    margin-top: 55px;
    margin-bottom: 45px;
  }
  .c-homepage-header__link-text {
    font-size: 1.222em;
  }
  .c-homepage-header--alt__titles {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .c-homepage-header--alt__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}

/* Settings */
/* Tools */
.c-latest-posts-block {
  background: #005eb8;
  color: #ffffff;
  padding: 24px 0 30px;
}
.c-latest-posts-block__item {
  padding-top: 1em;
}
.c-latest-posts-block__item:not(:last-of-type) {
  border-bottom: 4px solid rgba(232, 237, 238, 0.2);
}
.c-latest-posts-block__item-date {
  font-size: 18px;
}
.c-latest-posts-block__link {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding-right: 15px;
  font-size: 18px;
  font-family: "Frutiger LT W01_65 Bold";
  padding-bottom: 1em;
  padding-top: 10px;
}
.c-latest-posts-block__link:hover {
  text-decoration: underline;
  color: #ffffff;
}
.c-latest-posts-block__title {
  margin-top: 0;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-latest-posts-block {
    padding: 0;
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
  .c-latest-posts-block__title {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .c-latest-posts-block__list::after {
    clear: both;
    content: "";
    display: block;
  }
  .c-latest-posts-block__item {
    width: calc(50% - 21px);
    float: left;
    margin-left: 14px;
    border-left: 4px solid rgba(232, 237, 238, 0.2);
    margin: 0;
    padding-left: 15px;
    padding-top: 0;
  }
  .c-latest-posts-block__item:not(:last-of-type) {
    border-bottom: none;
  }
  .c-latest-posts-block__link {
    text-decoration: none;
  }
  .c-latest-posts-block .c-button {
    margin-top: 24px;
    display: inline-block;
    max-width: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .c-latest-posts-block {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    width: calc(33.33333% - 18.66667px);
    float: left;
    margin-left: 14px;
  }
  .c-latest-posts-block__title {
    text-align: center;
    font-size: 24px;
  }
  .c-latest-posts-block__link {
    padding-right: 0;
    font-size: 24px;
    line-height: 1.4;
  }
  .c-latest-posts-block__item {
    width: calc(100% - 28px);
    float: left;
    margin-left: 14px;
    border: none;
    padding-left: 0;
    text-align: center;
    padding-top: 1em;
  }
  .c-latest-posts-block__item:not(:last-of-type) {
    border-bottom: 4px solid rgba(232, 237, 238, 0.2);
  }
}

.c-print-page {
  display: block;
  text-decoration: none;
  color: #231f20;
  margin-bottom: 1em;
  margin-top: 1em;
}
.c-print-page__icon svg {
  fill: #231f20;
  width: 30px;
  height: 30px;
}
.c-print-page__text {
  margin-left: 0.5em;
  text-decoration: underline;
}
.c-print-page:hover .c-print-page__icon svg {
  fill: #005eb8;
}

/* Settings */
/* Tools */
.c-pagination__pages {
  display: inline-block;
}
.c-pagination__pages.u-list-reset {
  padding: 10px 0 0 !important;
}
.c-pagination__page {
  display: inline-block;
  margin-bottom: 10px;
}
.c-pagination__page span:hover {
  background-color: #e8edee;
}
.c-pagination__prev, .c-pagination__next, .c-pagination__page-number {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #e8edee;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
}
.c-pagination__prev:hover, .c-pagination__next:hover, .c-pagination__page-number:hover {
  background-color: #d9e2e3;
}
.c-pagination__prev.is-current, .c-pagination__next.is-current, .c-pagination__page-number.is-current {
  background-color: #005eb8;
  color: white;
}
.c-pagination__prev, .c-pagination__next {
  width: 75px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-pagination__prev, .c-pagination__next, .c-pagination__page-number {
    font-size: 18px;
  }
  .c-pagination__pages.u-list-reset {
    padding: 0 !important;
  }
  .c-pagination__prev, .c-pagination__next {
    display: inline-block;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-pagination__pages.u-list-reset {
    margin-top: 10px !important;
  }
}

.c-consultant-list {
  min-height: 95px;
  padding: 10px 0;
  border-bottom: 1px solid #e8edee;
}
.c-consultant-list__image {
  float: left;
  width: 60px;
  margin-right: 15px;
}
.c-consultant-list__image img {
  width: 60px;
  height: auto;
}
.c-consultant-list__details {
  padding-left: 75px;
}

/* Settings */
/* Tools */
.c-search-form {
  margin-top: 1em;
  margin-bottom: 1em;
  height: 40px;
  display: block;
}
.c-search-form__field {
  outline: none;
  background: #ffffff;
  border: 1px solid #768692;
  padding: 0.25em 0.5em;
  border-radius: 0 !important;
  width: 100%;
  height: 40px;
  font-size: 18px;
}
.c-search-form__field-wrapper {
  width: 99%;
  float: left;
}
.c-search-form__submit-wrapper {
  float: left;
  width: 1%;
  position: relative;
}
.c-search-form__submit {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  background: #005eb8;
  color: #ffffff;
  border: none;
  text-indent: -5000px;
  overflow: hidden;
}
.c-search-form__submit svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.c-search-form__submit svg path {
  fill: #ffffff;
}
.c-search-form--mobile {
  max-width: 350px;
}
.c-search-form--desktop {
  display: none;
}
.c-search-form--mobile .c-search-form__submit {
  background: #ffffff;
}
.c-search-form--mobile .c-search-form__submit svg path {
  fill: #005eb8;
}
.c-search-form--mobile .c-search-form__field {
  border: 1px solid #ffffff;
}
@media screen and (min-width: 1024px) {
  .c-search-form--microsite {
    position: absolute;
    right: 190px;
    top: 31px;
    width: 300px;
  }
  .c-search-form--trust {
    width: 300px;
    float: right;
    margin-top: 1.2em;
  }
  .c-search-form--mobile {
    display: none;
  }
  .c-search-form--desktop {
    display: block;
  }
}

.c-tabs {
  margin-bottom: 1em;
}
.c-tabs__list {
  display: block;
}
.c-tabs__item {
  display: inline;
}
.c-tabs__item-link {
  background: #e8edee;
  display: inline-block;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.c-tabs__item.is-active .c-tabs__item-link {
  background: #bac2c8;
  text-decoration: none;
}

/* Settings */
/* Tools */
.c-patient-library__document {
  display: block;
  border-bottom: 2px solid #e8edee;
}
.c-patient-library__title {
  display: block;
  margin: 1em 0;
}
.c-patient-library__file-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
}
.c-patient-library__file {
  display: block;
  width: 33.333%;
  float: left;
  text-align: center;
}
.c-patient-library__file:not(:first-of-type) {
  padding-left: 10px;
}
.c-patient-library__file-link {
  display: block;
  padding: 0.5em;
  border-radius: 3px;
  background: #e8edee;
}
.c-patient-library__file-link span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-patient-library__title {
    width: 55%;
    float: left;
  }
  .c-patient-library__file-list {
    width: 45%;
    float: left;
  }
  .c-patient-library__file {
    float: right;
  }
  .c-patient-library__file--detail {
    float: left;
  }
  .c-patient-library__file-link span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .c-patient-library__file {
    width: 55%;
  }
}

/* Settings */
/* Tools */
.c-modal,
.c-modal-grid {
  z-index: 1010;
  display: block;
  /* Probably need media queries here */
  width: 640px;
  max-width: 100%;
  height: 360px;
  max-height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* If known, negative margins are probably better (less chance of blurry text). */
  /* margin: -200px 0 0 -200px; */
  background: white;
  -webkit-box-shadow: 0 0 48px 1px rgba(0, 0, 0, 0.41);
  box-shadow: 0 0 48px 1px rgba(0, 0, 0, 0.41);
}
.c-modal .c-video,
.c-modal-grid .c-video {
  padding-top: 0;
}
.c-modal__inner,
.c-modal-grid__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.c-modal--audio,
.c-modal-grid--audio {
  height: 50px;
}
.c-modal--audio audio,
.c-modal-grid--audio audio {
  width: 100%;
}
.c-modal iframe,
.c-modal-grid iframe {
  width: 100% !important;
}

.c-modal-overlay {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-modal.is-closed,
.c-modal-overlay.is-closed,
.c-modal-grid.is-closed {
  display: none;
}

@media screen and (max-width: 1023px) {
  .c-sub-nav__panel {
    display: none;
  }
  .c-sub-nav__link {
    display: block;
    color: #ffffff;
    padding: 0.25em 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-sub-nav {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .c-sub-nav__item {
    width: 33.333%;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 1em;
  }
  .c-sub-nav__item > .c-sub-nav__link {
    display: block;
    padding: 0.5em 0.25em;
  }
  .c-sub-nav__link {
    font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
  }
  .c-sub-nav__panel--level-2 .c-sub-nav__link {
    font-family: "Frutiger LT W01_55 Roman", arial, sans-serif;
  }
  .c-sub-nav__item.has-children > .c-sub-nav__link {
    position: relative;
  }
  .c-sub-nav__item.has-children > .c-sub-nav__link::after {
    content: "";
    height: 100%;
    width: 10px;
    display: block;
    position: absolute;
    top: 0;
    right: 0.5em;
    background: url("../images/button-arrow--blue.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 9px;
    opacity: 0.5;
  }
  .c-sub-nav__panel {
    padding: 0;
    padding-left: 0;
    display: none;
    width: 100%;
    float: left;
    position: absolute;
    left: 33.333%;
    top: 0;
    height: 100%;
    border-left: 2px solid #e8edee;
  }
  .c-sub-nav__item.is-active > .c-sub-nav__panel, .c-sub-nav__item > .c-sub-nav__link:focus > .c-sub-nav__panel {
    display: block;
  }
  .c-sub-nav__link {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .c-sub-nav__item.is-active > .c-sub-nav__link, .c-sub-nav__link:hover {
    background: #e8edee;
    padding-left: 0.5em;
  }
  .c-sub-nav__item.has-children .c-sub-nav__link:hover::after {
    opacity: 1;
  }
}
.c-table table,
.c-table th,
.c-table td {
  border: none;
}
.c-table table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table table > thead tr,
.c-table table > thead th {
  background-color: #e8edee;
}
.c-table table > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.c-table table > tbody > tr > td {
  border-radius: 0;
  border-top: 1px solid #bac2c8;
}
.c-table table.centered thead tr th,
.c-table table.centered tbody tr td {
  text-align: center;
}
.c-table tr {
  border-bottom: none;
}
.c-table td,
.c-table th {
  padding: 15px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

/* Settings */
/* Tools */
.c-category-filters {
  width: 100%;
  margin-bottom: 30px;
}
.c-category-filters label {
  margin-bottom: 5px;
  display: block;
}
.c-category-filters__filter {
  margin-bottom: 5px;
}
.c-category-filters__list {
  padding-left: 0;
  list-style: none;
  position: relative;
  padding-top: 0;
  width: 270px;
}
.c-category-filters__title {
  position: relative;
  display: block;
  text-align: left;
  padding: 10px 15px 10px;
  height: 42px;
  border-radius: 4px;
  font-size: 18px;
  color: #231f20;
  cursor: pointer;
  width: 270px;
  border-radius: 3px;
  background-color: #e8edee;
}
.c-category-filters__title.active {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-category-filters__title.active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-category-filters__title::before {
  background-image: url(../images/select-arrow-system.svg);
  height: 11px;
  width: 11px;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 20px;
  -webkit-transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.c-category-filters__menu {
  background-color: #e8edee;
  list-style: none;
  border-top: 0;
  margin-top: 0px;
  padding: 20px;
  border-radius: 3px;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 9999;
  display: none;
}
.c-category-filters__menu-item {
  float: left;
  width: 100%;
  cursor: pointer;
  padding-left: 18px;
  text-align: left;
}
.c-category-filters__menu-item a {
  padding: 10px 7px;
  font-size: 18px;
  text-align: left;
  display: inline-block;
  float: left;
  width: 100%;
  color: #231f20;
  text-decoration: none;
}
.c-category-filters__menu-item.parent {
  padding-left: 0;
}
.c-category-filters__menu-item.parent a {
  font-size: 17px;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  .c-category-filters {
    margin-top: 30px;
  }
  .c-category-filters label {
    text-align: left;
  }
  .c-category-filters__menu {
    width: 450px;
  }
  .c-category-filters__filter {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    margin-right: 20px;
  }
  .c-category-filters__search {
    display: inline-block;
    vertical-align: top;
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .c-category-filters {
    margin-bottom: 30px;
  }
}

.c-countdown {
  padding-top: 35px;
  text-align: center;
}
.c-countdown h3 {
  color: #34bcee;
}
.c-countdown #clockdiv {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}
.c-countdown #clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
}
.c-countdown #clockdiv div > span {
  padding: 15px;
  border-radius: 3px;
  color: #768692;
  background-color: #e8edee;
  display: inline-block;
}
.c-countdown .smalltext {
  padding-top: 5px;
  font-size: 16px;
  color: #768692;
}

.c-fl-gallery-image img {
  width: 100%;
}

/* Settings */
/* Tools */
.c-info-banner {
  background-color: #003279;
  display: block;
  background-position: bottom center;
  background-size: auto;
  padding-bottom: 130px;
  text-decoration: none;
}
.c-info-banner__image-container {
  display: none;
}
.c-info-banner__content {
  padding: 15px;
  color: #ffffff;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.c-info-banner__content p {
  color: #ffffff;
  font-size: 22px;
  margin-top: 3px;
}
.c-info-banner__content h2 {
  color: #5e99d2;
  text-transform: uppercase;
  font-size: 44px;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-info-banner {
    background-image: none !important;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-info-banner__content {
    padding: 25px 0 25px 30px;
    color: #ffffff;
    text-align: left;
    width: 45%;
    max-width: inherit;
  }
  .c-info-banner__content h2 {
    font-size: 62px;
    line-height: 50px;
  }
  .c-info-banner__image-container {
    display: block;
    width: 55%;
  }
  .c-info-banner__image {
    height: 100%;
    width: auto;
    background-size: auto;
    background-position: center left;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .c-info-banner__content {
    width: 650px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .c-info-banner__image {
    background-position: center right;
  }
}

/* Settings */
/* Tools */
.c-fixed-list {
  background-color: transparent;
  margin-left: 30px;
  margin-top: 15px;
  overflow: auto;
  position: relative;
  height: auto;
  max-height: 209px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-fixed-list__wrapper {
  overflow: hidden;
}
.c-fixed-list__item {
  background-color: #ffffff;
}
.c-fixed-list__item:first-child, .c-fixed-list__item:last-child {
  border-radius: 0;
}
.c-fixed-list__item:last-child a {
  border-bottom: 0;
}
.c-fixed-list__item a {
  padding: 15px;
  display: block;
  border-bottom: 1px solid #006eb6;
  color: #006eb6;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.c-fixed-list__item a:hover {
  background-color: #b5d7ee;
}
.c-fixed-list__item a.gp-selected {
  background-color: #006eb6;
  color: #ffffff;
}
.c-fixed-list__item.gp-hidden {
  display: none;
}
.c-fixed-list .mCSB_container {
  border: 1px solid #006eb6;
  border-radius: 4px;
}
.c-fixed-list .mCSB_scrollTools {
  background-color: transparent;
  width: 30px;
  opacity: 100;
}
.c-fixed-list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #006eb6;
  width: 7px;
  border-radius: 0;
}
.c-fixed-list .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 7px;
}

/* Layouts */
.l-news-meetings-events .c-twitter-feed,
.l-news-events .c-twitter-feed {
  margin-top: 0;
}
.l-news-meetings-events .c-twitter-feed__follow,
.l-news-events .c-twitter-feed__follow {
  padding: 0.8em 1em;
  min-width: 200px;
}
@media screen and (min-width: 768px) {
  .l-news-meetings-events,
  .l-news-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 50px 0 0;
    width: 100%;
  }
  .l-news-meetings-events__news-events,
  .l-news-events__news-events {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 20px;
  }
  .l-news-meetings-events__news-events .c-news-events,
  .l-news-events__news-events .c-news-events {
    padding-top: 0;
  }
  .l-news-meetings-events__meetings-twitter,
  .l-news-events__meetings-twitter {
    width: 44%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
  }
  .l-news-meetings-events__meetings-twitter .c-twitter-feed,
  .l-news-events__meetings-twitter .c-twitter-feed {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-news-meetings-events__news-events,
  .l-news-events__news-events {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1024px) {
  .l-on-page-news {
    width: calc(100% - 28px);
    float: left;
    margin-left: 14px;
    max-width: 1200px;
    min-height: 780px;
    position: relative;
  }
  .l-on-page-news .c-news-events {
    width: calc(100% - 28px);
    float: left;
    margin-left: 14px;
    float: none;
  }
}

@media screen and (min-width: 768px) {
  .site-id-1 .l-news-meetings-events__news-events,
  .site-id-1 .l-news-events__news-events {
    width: 56%;
  }
  .site-id-1 .l-news-meetings-events__meetings-twitter,
  .site-id-1 .l-news-events__meetings-twitter {
    width: 44%;
  }
}

.l-content-page {
  margin-top: 2em;
}
.l-content-page__main, .l-content-page__aside, .l-content-page__wide {
  width: calc(100% - 28px);
  float: left;
  margin-left: 14px;
}
.l-content-page__aside {
  margin-top: 2em;
}
.l-content-page__main table,
.l-content-page__main th,
.l-content-page__main td, .l-content-page__wide table,
.l-content-page__wide th,
.l-content-page__wide td {
  border: none;
}
.l-content-page__main table, .l-content-page__wide table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.l-content-page__main table > thead tr,
.l-content-page__main table > thead th, .l-content-page__wide table > thead tr,
.l-content-page__wide table > thead th {
  background-color: #e8edee;
}
.l-content-page__main table > tbody > tr:nth-child(odd), .l-content-page__wide table > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.l-content-page__main table > tbody > tr > td, .l-content-page__wide table > tbody > tr > td {
  border-radius: 0;
  border-top: 1px solid #bac2c8;
}
.l-content-page__main table.centered thead tr th,
.l-content-page__main table.centered tbody tr td, .l-content-page__wide table.centered thead tr th,
.l-content-page__wide table.centered tbody tr td {
  text-align: center;
}
.l-content-page__main tr, .l-content-page__wide tr {
  border-bottom: none;
}
.l-content-page__main td,
.l-content-page__main th, .l-content-page__wide td,
.l-content-page__wide th {
  padding: 15px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.l-content-page--no-padding {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1024px) {
  .l-content-page {
    margin-top: 4em;
  }
  .l-content-page__main {
    width: calc(58.33333% - 22.16667px);
    float: left;
    margin-left: 14px;
  }
  .l-content-page__aside {
    width: calc(33.33333% - 18.66667px);
    float: left;
    margin-left: 14px;
    margin-left: calc(8.33333% - 15.16667px + 28px);
    margin-top: 0;
  }
  .l-content-page__wide {
    width: calc(100% - 28px);
    float: left;
    margin-left: 14px;
  }
  .l-content-page__no-max-width {
    max-width: inherit !important;
  }
}

/* Utilities */
.u-block {
  display: block !important;
}

.u-list-reset {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.u-hide-text {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.u-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (min-width: 1024px) {
  .u-mobile-only {
    display: none !important;
  }
}

.u-desktop-only {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .u-desktop-only {
    display: block !important;
  }
}

.u-fill-mobile {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media screen and (min-width: 1024px) {
  .u-fill-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.u-small-text,
.u-text-small {
  font-size: 16px !important;
}

.u-bg-nhs-grey-pale {
  background-color: #e8edee;
}

.u-indent {
  padding-left: 1em;
  border-left: 4px solid #425563;
  margin-bottom: 1em;
}

.u-top-border {
  padding-top: 0.4em;
  border-top: 8px solid #005eb8;
}
.u-top-border--secondary {
  border-top: 2px solid #e8edee;
}

.u-border-trust {
  border-color: #005eb8 !important;
}

.u-border-wchm,
.u-border-wythenshawe {
  border-color: #77c001 !important;
}

.u-border-rmch,
.u-border-childrens {
  border-color: #78be20 !important;
}

.u-border-dental {
  border-color: #00a499 !important;
}

.u-border-marys {
  border-color: #b11f74 !important;
}

.u-border-eye {
  border-color: #fbe201 !important;
}

.u-border-trafford {
  border-color: #15bdef !important;
}

.u-border-withington {
  border-color: #ffb901 !important;
}

.u-border-infirmary {
  border-color: #8c1237 !important;
}

.u-border-lung {
  border-color: #34bcee !important;
}

.u-w-full {
  display: block;
  width: 100%;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-1 {
  margin-top: 1em !important;
}

.u-mt-2 {
  margin-top: 2em !important;
}

.u-mt-3 {
  margin-top: 3em !important;
}

.u-mb-1 {
  margin-bottom: 1em !important;
}

.u-mb-2 {
  margin-bottom: 2em !important;
}

.u-mb-3 {
  margin-bottom: 3em !important;
}

.u-mb-4 {
  margin-bottom: 4em !important;
}

.u-ml-1 {
  margin-left: 1em !important;
}

.u-p-05,
.u-p-small {
  padding: 0.5em !important;
}

.u-pt-1 {
  padding-top: 1em !important;
}

.u-color-blue {
  color: #005eb8 !important;
}

.u-color-white {
  color: #ffffff !important;
}

.u-clearfix::after,
.cf::after,
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.u-clearboth {
  clear: both;
}

.u-hidden,
.is-hidden {
  display: none !important;
}

.u-no-underline {
  text-decoration: none;
}

.u-no-overflow {
  overflow: visible;
}

.u-hide-dropdown .c-site-nav__dropdown {
  display: none !important;
}

.u-list {
  list-style: disc !important;
  padding: 15px 15px 20px 25px !important;
}

/* third party specific */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647; /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff; /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  /* preventing text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* IE9 hack, otherwise navigation doesn't appear */
  background: rgba(0, 0, 0, 0);
}

.featherlight-previous {
  left: 25px;
  right: 80%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25);
}

.featherlight-next span,
.featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  /* center horizontally */
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  /* center vertically */
  margin-top: -40px;
  text-shadow: 0px 0px 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}

.featherlight-next span {
  right: 5%;
  left: auto;
}

.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block;
}

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: none;
}

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous,
.featherlight-loading .featherlight-next {
  display: none;
}

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none;
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.featherlight-previous span, .featherlight-next span {
  background-color: #005eb8;
  width: auto;
}

#hj-main-section ul li {
  background-color: #e8edee !important;
}
#hj-main-section ul li::before {
  content: none !important;
}
#hj-main-section ul li {
  text-indent: inherit !important;
}
#hj-main-section h3 {
  color: #768692;
  margin-top: 10px !important;
}
#hj-main-section .pagination .page-item {
  padding: 10px 15px;
  display: inline-block;
}
#hj-main-section .pagination .page-link {
  display: inline-block;
}

.t-trac-styles ul li::before,
.t-trac-styles ol li::before,
.t-trac-styles .hj-job::before {
  content: none !important;
}
.t-trac-styles ul li,
.t-trac-styles ol li,
.t-trac-styles .hj-job {
  text-indent: inherit !important;
}
.t-trac-styles h3 {
  color: #768692;
  margin-top: 10px !important;
}
.t-trac-styles .hf-box-content {
  clear: both;
}
.t-trac-styles #hj-account-menu li::before {
  content: none !important;
}
.t-trac-styles #hj-select-sector ul li::before {
  content: none !important;
}
.t-trac-styles #hj-select-sector h2 {
  display: none !important;
}
.t-trac-styles #hj-account-menu li {
  text-indent: inherit !important;
}
.t-trac-styles .hj-login.hj-button {
  min-height: 50px !important;
  display: inline-block !important;
  text-decoration: none !important;
  font-size: 18px !important;
  line-height: 34px !important;
  font-family: "Frutiger LT W01_55 Roman" !important;
  font-weight: normal !important;
  cursor: pointer !important;
  background-color: #e8edee !important;
  color: #005eb8 !important;
  margin-bottom: 0.8em !important;
  background-position: right !important;
  background-size: 8px !important;
  background-position: center right 1em !important;
  background-repeat: no-repeat !important;
  padding-right: 2.5em !important;
  background-image: url("../images/button-arrow--blue.png") !important;
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: all 0.15s ease, outline 0s !important;
  transition: all 0.15s ease, outline 0s !important;
  white-space: inherit !important;
  min-height: 45px !important;
  padding: 0.35em 2.5em 0.3em 1.1em !important;
  border-radius: 22px !important;
}
.t-trac-styles .hj-login.hj-button:hover {
  background-position: center right 0.75em !important;
  color: #005eb8 !important;
  background-color: #d9e2e3 !important;
  -webkit-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
  cursor: pointer !important;
}
.t-trac-styles #hj-content #JobSearch_default input#JobSearch\.q {
  background-color: #e8edee !important;
  border: 0 !important;
  padding: 5px 8px;
  font-size: 20px !important;
  margin: 0 !important;
  float: left !important;
  height: 44px !important;
}
.t-trac-styles #hj-content #JobSearch_default input#JobSearch\.QueryIntegratedSubmit {
  min-width: inherit !important;
  width: 40px !important;
  background-color: #e8edee !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  float: left !important;
  height: 44px !important;
  text-indent: -9999px !important;
  background-image: url("../images/search-icon.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: 50%;
}
.t-trac-styles #hj-content #JobSearch_default {
  margin: 0 !important;
  padding: 0 !important;
}
.t-trac-styles #hj-content #hj-job-list ol li a:hover,
.t-trac-styles #hj-content #hj-job-list ol li a:focus {
  background-color: #e4f3ea !important;
}
.t-trac-styles #hj-content .hj-job-list ol li {
  border-color: #00a499 !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 600px) {
  .t-trac-styles #hj-content #JobSearch_default {
    width: 400px !important;
  }
}
@media screen and (min-width: 768px) {
  .t-trac-styles #hj-content #JobSearch_default {
    width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .t-trac-styles .hj-box-content {
    clear: both;
  }
}
@media screen and (min-width: 1024px) {
  .t-trac-styles #hj-content #JobSearch_default {
    width: 740px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.c-icon {
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 36px;
}
.c-icon--careers {
  background-image: url("../images/icon-careers.png");
}
.c-icon--research {
  background-image: url("../images/icon-research.png");
}

.cc-window {
  -webkit-box-shadow: 0px -1px 3px 0px rgba(35, 31, 32, 0.2);
  box-shadow: 0px -1px 3px 0px rgba(35, 31, 32, 0.2);
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 5px !important;
}

.cc-banner .cc-message {
  padding-right: 90px;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .cc-banner .cc-message {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .cc-window.cc-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .cc-compliance {
    margin-top: 5px;
  }
}
.child-page a {
  color: red !important;
}

#__ba_floatingLaunch {
  margin-top: -60px;
  margin-left: -15px;
}

/*

#__ba_panel {
    display: none !important;
}
*/
/*# sourceMappingURL=main.min.css.map */
