@charset "UTF-8";
/* TRANSFORM  */
/* BOX SHADOW */
/* TRANSITION  */
/* GRAYSCALE */
/* Icomoon */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Lato|Bitter:400,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */
  border-radius: 0; }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/* stylelint-disable color-no-hex */
.view-our-work .view-content .views-row .views-field span a {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.container:before, .socialContainer:before, .block-current-search:before,
.block-facetapi:before,
.search-form:before,
.spelling-suggestions:before, #site-map:before, .letbPicker .container:before, .letbPicker .socialContainer:before, .letbPicker .block-current-search:before,
.letbPicker .block-facetapi:before,
.letbPicker .search-form:before,
.letbPicker .spelling-suggestions:before, .clearfix:before, .view-news-listing .view-content:before, nav.top ul li:before, .letbPicker .selectBox:before, h1:before, .view-our-work form:before, .view-our-work .view-content .views-row:before, .container:after, .socialContainer:after, .block-current-search:after,
.block-facetapi:after,
.search-form:after,
.spelling-suggestions:after, #site-map:after, .letbPicker .container:after, .letbPicker .socialContainer:after, .letbPicker .block-current-search:after,
.letbPicker .block-facetapi:after,
.letbPicker .search-form:after,
.letbPicker .spelling-suggestions:after, .clearfix:after, .view-news-listing .view-content:after, nav.top ul li:after, .letbPicker .selectBox:after, h1:after, .view-our-work form:after, .view-our-work .view-content .views-row:after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden; }

.container:after, .socialContainer:after, .block-current-search:after,
.block-facetapi:after,
.search-form:after,
.spelling-suggestions:after, #site-map:after, .letbPicker .container:after, .letbPicker .socialContainer:after, .letbPicker .block-current-search:after,
.letbPicker .block-facetapi:after,
.letbPicker .search-form:after,
.letbPicker .spelling-suggestions:after, .clearfix:after, .view-news-listing .view-content:after, nav.top ul li:after, .letbPicker .selectBox:after, h1:after, .view-our-work form:after, .view-our-work .view-content .views-row:after {
  clear: both; }

.container, .socialContainer, .block-current-search,
.block-facetapi,
.search-form,
.spelling-suggestions, #site-map, .letbPicker .container, .letbPicker .socialContainer, .letbPicker .block-current-search,
.letbPicker .block-facetapi,
.letbPicker .search-form,
.letbPicker .spelling-suggestions, .clearfix, .view-news-listing .view-content, nav.top ul li, .letbPicker .selectBox, h1, .view-our-work form, .view-our-work .view-content .views-row {
  zoom: 1; }

.container, .socialContainer, .block-current-search,
.block-facetapi,
.search-form,
.spelling-suggestions, #site-map, .letbPicker .container, .letbPicker .socialContainer, .letbPicker .block-current-search,
.letbPicker .block-facetapi,
.letbPicker .search-form,
.letbPicker .spelling-suggestions {
  display: block;
  margin: 0 auto;
  max-width: 70em;
  overflow: hidden;
  padding: 0 4em;
  position: relative;
  width: 100%; }
  .lt-ie9 .container, .lt-ie9 .socialContainer, .lt-ie9 .block-current-search,
  .lt-ie9 .block-facetapi,
  .lt-ie9 .search-form,
  .lt-ie9 .spelling-suggestions, .lt-ie9 #site-map {
    min-width: 1000px; }
  @media (max-width: 46.24em) {
    .container, .socialContainer, .block-current-search,
    .block-facetapi,
    .search-form,
    .spelling-suggestions, #site-map, .letbPicker .container, .letbPicker .socialContainer, .letbPicker .block-current-search,
    .letbPicker .block-facetapi,
    .letbPicker .search-form,
    .letbPicker .spelling-suggestions {
      padding: 0 2em; } }

.masonry,
.u-container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 75em;
  overflow: hidden;
  padding: 0 10px; }
  @media (min-width: 25em) {
    .masonry,
    .u-container {
      padding: 0 20px; } }

.noContainer, .spotlight, .letbPicker {
  max-width: none;
  padding: 0; }

nav.top ul, .homeProgrammes ul, .footer nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.social-widget__icon span, .body-content-aside__meta--document i span, .body-content-aside__social-links span,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
	 Base styles: opinionated defaults
	 ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both; }

hr.orange {
  display: block;
  height: 5px;
  border: 0;
  border-top: 5px solid #e28c05;
  margin: 2em 0 0;
  padding: 0;
  clear: both; }

hr.violet {
  display: block;
  height: 5px;
  border: 0;
  border-top: 5px solid #a00054;
  margin: 2em 0 0;
  padding: 0;
  clear: both; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
	 Browser Upgrade Prompt
	 ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
	 Helper classes
	 ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

@media (max-width: 46.24em) {
  .hiddenOnMobile {
    display: none; } }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/* mobile / destkop classes */
.mobileOnly {
  display: none; }
  @media (max-width: 46.24em) {
    .mobileOnly {
      display: block; } }

@media (max-width: 46.24em) {
  .desktopOnly {
    display: none; } }

/* transition overrides */
.noTransition {
  transition: none !important; }

@media (max-width: 46.24em) {
  .noTransitionMobile {
    transition: none !important; } }

/* Floats */
.floatLeft {
  float: left; }

img.floatLeft, .spotlight.floatLeft {
  margin: 0 30px 30px 0; }

.floatRight {
  float: right; }

img.floatRight, .spotlight.floatRight {
  margin: 0 0 30px 30px; }

/*
 * Media query tester
 * we can use this to reliably test which media query is currently being
 * by firing the mediaQuery() function
 */
body:before {
  display: none;
  content: 'desktop'; }
  @media (max-width: 46.24em) {
    body:before {
      content: 'mobile'; } }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear {
  clear: both; }

/* Fix box-sizing */
html {
  box-sizing: border-box; }

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

/* Margin and padding classes */
.padding0 {
  padding: 0px; }

.paddingTop0 {
  padding-top: 0px; }

.paddingBottom0 {
  padding-bottom: 0px; }

.padding10 {
  padding: 10px; }

.paddingTop10 {
  padding-top: 10px; }

.paddingBottom10 {
  padding-bottom: 10px; }

.padding20 {
  padding: 20px; }

.paddingTop20 {
  padding-top: 20px; }

.paddingBottom20 {
  padding-bottom: 20px; }

.padding30 {
  padding: 30px; }

.paddingTop30 {
  padding-top: 30px; }

.paddingBottom30 {
  padding-bottom: 30px; }

.padding40 {
  padding: 40px; }

.paddingTop40 {
  padding-top: 40px; }

.paddingBottom40 {
  padding-bottom: 40px; }

.padding50 {
  padding: 50px; }

.paddingTop50 {
  padding-top: 50px; }

.paddingBottom50 {
  padding-bottom: 50px; }

.margin0 {
  margin: 0px !important; }

.marginTop0 {
  margin-top: 0px !important; }

.marginBottom0 {
  margin-bottom: 0px !important; }

.margin10 {
  margin: 10px !important; }

.marginTop10 {
  margin-top: 10px !important; }

.marginBottom10 {
  margin-bottom: 10px !important; }

.margin20 {
  margin: 20px !important; }

.marginTop20 {
  margin-top: 20px !important; }

.marginBottom20 {
  margin-bottom: 20px !important; }

.margin30 {
  margin: 30px !important; }

.marginTop30 {
  margin-top: 30px !important; }

.marginBottom30 {
  margin-bottom: 30px !important; }

.margin40 {
  margin: 40px !important; }

.marginTop40 {
  margin-top: 40px !important; }

.marginBottom40 {
  margin-bottom: 40px !important; }

.margin50 {
  margin: 50px !important; }

.marginTop50 {
  margin-top: 50px !important; }

.marginBottom50 {
  margin-bottom: 50px !important; }

/* Background colors */
.backgroundLightGrey {
  background-color: #eee; }

.backgroundDarkGrey {
  background-color: #4d4d4d; }

/* Columns */
.col50 {
  width: 50%;
  padding-right: 5%; }

@media (max-width: 46.24em) {
  .col {
    width: 100%;
    padding-right: 0; } }

/* ==========================================================================
	 EXAMPLE Media Queries for Responsive Design.
	 These examples override the primary ('mobile first') styles.
	 Modify as content requires.
	 ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
	 Print styles.
	 Inlined to avoid the additional HTTP request:
	 http://www.phpied.com/delay-loading-your-print-css/
	 ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
																	 http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
		 * Don't show links that are fragment identifiers,
		 * or use the `javascript:` pseudo protocol
		 */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
		 * Printing Tables:
		 * http://css-discuss.incutio.com/wiki/Printing_Tables
		 */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: -webkit-transform, height;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@font-face {
  font-family: 'icomoon';
  src: url("../../assets/icomoon/fonts/icomoon.eot?-ub6n8o");
  src: url("../../assets/icomoon/fonts/icomoon.eot?#iefix-ub6n8o") format("embedded-opentype"), url("../../assets/icomoon/fonts/icomoon.ttf?-ub6n8o") format("truetype"), url("../../assets/icomoon/fonts/icomoon.woff?-ub6n8o") format("woff"), url("../../assets/icomoon/fonts/icomoon.svg?-ub6n8o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-quote:before {
  content: "\e60d"; }

.icon-HEE .path1:before {
  content: "\e600";
  color: black; }

.icon-HEE .path2:before {
  content: "\e601";
  margin-left: -4.4306640625em;
  color: #007ac2; }

.icon-HEE .path3:before {
  content: "\e602";
  margin-left: -4.4306640625em;
  color: white; }

.icon-HEE .path4:before {
  content: "\e603";
  margin-left: -4.4306640625em;
  color: white; }

.icon-HEE .path5:before {
  content: "\e604";
  margin-left: -4.4306640625em;
  color: white; }

.icon-englandShape:before {
  content: "\e605"; }

.icon-maximize:before {
  content: "\e614"; }

.icon-minimize:before {
  content: "\e615"; }

.icon-menu:before {
  content: "\e613"; }

.icon-keyboard-arrow-up:before {
  content: "\e611"; }

.icon-facebook:before {
  content: "\e60e"; }

.icon-linkedin:before {
  content: "\e60f"; }

.icon-twitter:before {
  content: "\e610"; }

.icon-bracketDetail:before {
  content: "\e606"; }

.icon-search:before {
  content: "\e607"; }

.icon-file-download:before {
  content: "\e608"; }

.icon-keyboard-arrow-down:before {
  content: "\e609"; }

.icon-keyboard-arrow-left:before {
  content: "\e612"; }

.icon-keyboard-arrow-right:before {
  content: "\e60a"; }

.icon-close:before {
  content: "\e60b"; }

.icon-event-note:before {
  content: "\e60c"; }

.icon-double-arrow-left:before, .paginationContainer .item-list .pager .first a:before {
  content: "\e616"; }

.icon-double-arrow-right:before, .paginationContainer .item-list .pager .last a:after {
  content: "\e617"; }

.icon-single-arrow-left:before, .paginationContainer .item-list .pager .pager-prev a:before {
  content: "\e618"; }

.icon-single-arrow-right:before {
  content: "\e619"; }

@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.svg#29f3ff8a-1719-4e25-a757-53ee1a1114a5") format("svg");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-46LightItalic.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-46LightItalic.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-46LightItalic.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-46LightItalic.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-46LightItalic.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-46LightItalic.svg#cd75c3e3-c5b7-4a25-9498-cabe4e8a9076") format("svg");
  font-style: italic;
  font-weight: 300; }

@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-56Italic.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-56Italic.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-56Italic.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-56Italic.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-56Italic.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-56Italic.svg#141c0322-57c4-48ca-abb4-31688d659f7d") format("svg");
  font-style: italic;
  font-weight: 500; }

@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-66BoldItalic.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-66BoldItalic.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-66BoldItalic.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-66BoldItalic.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-66BoldItalic.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-66BoldItalic.svg#8ad009ab-a7e5-4acb-8ca5-326d2a759924") format("svg");
  font-style: italic;
  font-weight: 600; }

@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-75Black.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-75Black.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-75Black.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-75Black.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-75Black.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-75Black.svg#1c437efb-925e-4bc5-96d0-c706bb400696") format("svg");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-76BlackItalic.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-76BlackItalic.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-76BlackItalic.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-76BlackItalic.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-76BlackItalic.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-76BlackItalic.svg#24df08f2-b418-49de-8eca-745947092d72") format("svg");
  font-style: italic;
  font-weight: 700; }

@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-95UltraBlack.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-95UltraBlack.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-95UltraBlack.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-95UltraBlack.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-95UltraBlack.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-95UltraBlack.svg#3b96d0b6-5de6-4fb0-9884-b645e55d01c4") format("svg");
  font-style: normal;
  font-weight: 900; }

section + section {
  margin-top: 1em; }

.half {
  width: 50%;
  float: left;
  padding-right: 2em; }
  @media (max-width: 46.24em) {
    .half {
      width: 100%;
      padding-right: 0; } }
  .half + .half {
    padding-left: 2em; }
    @media (max-width: 46.24em) {
      .half + .half {
        margin-top: 2em;
        padding-left: 0; } }
  .half:nth-child(odd) {
    padding-left: 0;
    padding-right: 2em;
    clear: left; }
    @media (max-width: 46.24em) {
      .half:nth-child(odd) {
        padding-left: 0;
        padding-right: 0; } }
  .half:nth-child(even) {
    padding-right: 0;
    padding-left: 2em; }
    @media (max-width: 46.24em) {
      .half:nth-child(even) {
        padding-left: 0;
        padding-right: 0; } }

/* top nav bar */
.topBar {
  display: block;
  max-width: none;
  padding: 0;
  width: 100%; }
  .topBar .u-container {
    max-width: 75em;
    padding: .5em 10px;
    position: relative; }
    @media (min-width: 64em) {
      .topBar .u-container {
        padding: 0 13px; } }
  .topBar .container, .topBar .socialContainer, .topBar .block-current-search,
  .topBar .block-facetapi,
  .topBar .search-form,
  .topBar .spelling-suggestions, .topBar #site-map {
    padding: 1.2em 4em 1.6em;
    position: relative; }
    @media (max-width: 46.24em) {
      .topBar .container, .topBar .socialContainer, .topBar .block-current-search,
      .topBar .block-facetapi,
      .topBar .search-form,
      .topBar .spelling-suggestions, .topBar #site-map {
        max-height: 7.5em;
        padding: 1.2em 0 1.6em;
        padding-bottom: 0;
        transition: max-height .4s; }
        .topBar .container.show, .topBar .show.socialContainer, .topBar .show.block-current-search,
        .topBar .show.block-facetapi,
        .topBar .show.search-form,
        .topBar .show.spelling-suggestions, .topBar .show#site-map,
        .no-js .topBar .container,
        .no-js .topBar .socialContainer,
        .no-js .topBar .block-current-search,
        .no-js .topBar .block-facetapi,
        .no-js .topBar .search-form,
        .no-js .topBar .spelling-suggestions,
        .no-js .topBar #site-map {
          max-height: 22em; } }
    @media (max-width: 63.99em) {
      .topBar .container, .topBar .socialContainer, .topBar .block-current-search,
      .topBar .block-facetapi,
      .topBar .search-form,
      .topBar .spelling-suggestions, .topBar #site-map {
        padding-bottom: 0; } }

.sub-nav .logo {
  margin-bottom: 10px; }
  @media (min-width: 64em) {
    .sub-nav .logo {
      float: none;
      text-align: right;
      width: 100%; } }
  @media (max-width: 63.99em) {
    .sub-nav .logo {
      margin-top: 12px; } }
  .sub-nav .logo img {
    height: auto;
    width: 10.6em; }

.sub-nav h1,
.sub-nav .location-title {
  display: block;
  float: left;
  font-size: 1.5em;
  margin: 0;
  margin-bottom: -3px;
  width: 220px; }
  @media (max-width: 63.99em) {
    .sub-nav h1,
    .sub-nav .location-title {
      margin: 15px 0 30px;
      width: 100%; } }
  @media (max-width: 46.24em) {
    .sub-nav h1,
    .sub-nav .location-title {
      margin-left: 20px; } }
  .sub-nav h1:after,
  .sub-nav .location-title:after {
    display: none; }
  .sub-nav h1 a,
  .sub-nav .location-title a {
    color: black; }

@media (min-width: 64em) {
  .sub-nav .top-inner {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0; }
  .sub-nav nav.top {
    clear: none;
    float: none;
    margin-left: 200px;
    position: relative; }
    .sub-nav nav.top li:last-child i {
      left: 0;
      margin-left: -7px;
      padding-right: 0; } }

nav.top {
  float: left;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  max-width: none; }
  nav.top * {
    max-width: none; }
  @media (max-width: 61.24em) {
    nav.top {
      margin-top: 0; } }
  @media (max-width: 63.99em) {
    nav.top {
      background-color: white;
      border-top: 1px solid #959595;
      clear: both;
      float: none;
      width: 100%; }
      nav.top.hiddenOnMobile {
        display: none; } }
  @media (max-width: 63.99em) {
    nav.top .top-inner {
      padding-top: 10px; } }
  @media (max-width: 63.99em) {
    nav.top ul {
      width: 100%; } }
  nav.top ul li {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    float: left;
    position: relative; }
    @media (min-width: 64em) {
      nav.top ul li {
        border-left: 1px solid #dcdadb;
        height: 30px;
        padding-left: 9px; } }
    nav.top ul li:first-child {
      border-left: 0;
      margin-left: 0;
      padding-left: 0; }
    @media (max-width: 63.99em) {
      nav.top ul li:last-child a {
        margin-bottom: 10px; } }
    @media (max-width: 63.99em) {
      nav.top ul li {
        clear: both;
        display: block;
        margin: 0;
        max-width: 100%;
        width: 100%; } }
    nav.top ul li > a {
      color: #222;
      display: inline-block;
      padding: 0 .5em;
      position: relative;
      text-decoration: none; }
      @media (max-width: 63.99em) {
        nav.top ul li > a {
          padding: 1em .5em; } }
      @media (min-width: 64em) {
        nav.top ul li > a {
          height: 40px;
          line-height: 40px;
          padding-right: 1em; } }
      @media (max-width: 56.24em) {
        nav.top ul li > a {
          padding: 1em .2em; } }
      @media (max-width: 63.99em) {
        nav.top ul li > a {
          display: block;
          padding: 15px 20px;
          width: 100%;
          width: calc(100% - 67px); } }
      nav.top ul li > a:before {
        background-color: transparent;
        bottom: .3em;
        content: ' ';
        height: .3em;
        max-width: 30%;
        position: absolute;
        transition: bottom .3s, background-color .3s;
        width: 3em; }
        @media (max-width: 63.99em) {
          nav.top ul li > a:before {
            bottom: .5em; } }
      nav.top ul li > a:hover:before, nav.top ul li > a:focus:before {
        background-color: #fbaf39;
        bottom: -2px; }
        @media (max-width: 63.99em) {
          nav.top ul li > a:hover:before, nav.top ul li > a:focus:before {
            bottom: .5em; } }
      nav.top ul li > a.current:before {
        background-color: #e28c05;
        bottom: -2px; }
        @media (max-width: 63.99em) {
          nav.top ul li > a.current:before {
            bottom: .5em; } }
        @media (min-width: 64em) {
          nav.top ul li > a.current:before {
            max-width: none;
            width: 27.641px; } }
    nav.top ul li i {
      color: #a00054;
      cursor: pointer;
      display: inline-block;
      font-size: 26px;
      font-weight: bold;
      transition: background-color 0.3s; }
      @media (max-width: 63.99em) {
        nav.top ul li i {
          color: white;
          font-size: 40px;
          font-weight: normal;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); } }
      @media (min-width: 64em) {
        nav.top ul li i {
          transition: background-color 0.3s, -webkit-transform 0.3s;
          transition: background-color 0.3s, transform 0.3s;
          position: relative; } }
    nav.top ul li .open-sub {
      -ms-flex-align: center;
      align-items: center;
      background: none;
      border: 0;
      display: -ms-flexbox;
      display: flex;
      height: 40px;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 7px;
      width: 40px; }
      nav.top ul li .open-sub:hover, nav.top ul li .open-sub:focus {
        background-color: #e2e2e2; }
        @media (max-width: 63.99em) {
          nav.top ul li .open-sub:hover, nav.top ul li .open-sub:focus {
            background-color: #6d0039; } }
      nav.top ul li .open-sub.active i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      @media (max-width: 63.99em) {
        nav.top ul li .open-sub {
          background-color: #a00054;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media (min-width: 64em) {
        nav.top ul li .open-sub {
          left: -2px;
          margin-left: -.5em;
          position: relative; } }

/* sub nav */
@media (max-width: 63.99em) {
  nav.top.subOpen {
    display: none; } }

.subNav {
  margin-top: 0;
  width: 100%;
  z-index: 2; }
  @media (min-width: 64em) {
    .subNav {
      position: absolute; } }
  @media (max-width: 63.99em) {
    .subNav {
      background-color: #f1f1f1;
      left: 0;
      margin-top: 80px;
      right: 0; } }

.subNavPane {
  background-color: #f1f1f1;
  display: none;
  padding: 20px 55px; }
  @media (max-width: 63.99em) {
    .subNavPane {
      padding: 20px 20px 25px;
      position: relative;
      text-align: center; } }
  .subNavPane h2 {
    display: none; }

.subNavItems .close-sub {
  border: 0;
  display: none; }
  @media (max-width: 63.99em) {
    .subNavItems .close-sub {
      display: block;
      font-size: 18px;
      left: 12px;
      margin-bottom: 5px;
      margin-left: 0;
      position: absolute;
      top: 21px; }
      .subNavItems .close-sub i {
        background-color: #a00054;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 24px;
        vertical-align: middle; }
        .subNavItems .close-sub i:hover, .subNavItems .close-sub i:focus {
          background-color: #54002c; } }

.subNavItems > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 64em) {
    .subNavItems > ul {
      margin-left: -10px;
      margin-right: -10px;
      overflow: hidden; } }
  .subNavItems > ul:after {
    content: '';
    display: block; }
  @media (min-width: 64em) {
    .subNavItems > ul > li {
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
      .subNavItems > ul > li + li {
        border-left: 1px solid #E28C05; } }
  @media (max-width: 63.99em) {
    .subNavItems > ul > li {
      display: block;
      padding: 5px 0; } }
  .subNavItems > ul > li a {
    color: inherit; }
  .subNavItems > ul > li .icon-keyboard-arrow-left {
    display: none; }
  .subNavItems > ul > li .icon-keyboard-arrow-right {
    color: #9f0054;
    cursor: pointer;
    display: inline-block;
    display: none;
    font-size: 22px;
    height: 22px;
    margin-left: 1px;
    margin-top: -2px;
    transition: all .3s;
    vertical-align: middle;
    width: 22px; }
    .subNavItems > ul > li .icon-keyboard-arrow-right:hover, .subNavItems > ul > li .icon-keyboard-arrow-right:focus {
      background-color: #e2e2e2; }
    .subNavItems > ul > li .icon-keyboard-arrow-right.active {
      content: '\e611'; }
  .subNavItems > ul ul {
    display: none; }

/* Header Separator */
.headerSeparator {
  background-color: #e28c05;
  height: 15px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  .headerSeparator i.icon-bracketDetail {
    color: #e28c05;
    font-size: 19px;
    left: 2em;
    position: absolute;
    top: 14px;
    z-index: 9; }
    @media (max-width: 63.99em) {
      .headerSeparator i.icon-bracketDetail {
        display: none; } }

.logo {
  float: left; }
  @media (max-width: 63.99em) {
    .logo {
      margin-bottom: 15px; } }
  @media (min-width: 64em) {
    .logo {
      margin-right: 7px;
      margin-top: 18px; } }
  .logo a {
    display: -ms-flexbox;
    display: flex;
    color: #222;
    -ms-flex-direction: column;
    flex-direction: column; }
  .logo .nhsuk-organisation-name {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .2px;
    line-height: 23px;
    margin-top: 3px; }
  .logo .nhsuk-organisation-descriptor {
    font-size: 15px;
    font-weight: bold;
    line-height: 21px; }
  .logo svg,
  .logo img {
    height: auto;
    max-width: none;
    width: 80px; }

.topBar > .container, .topBar > .socialContainer, .topBar > .block-current-search,
.topBar > .block-facetapi,
.topBar > .search-form,
.topBar > .spelling-suggestions, .topBar > #site-map {
  overflow: visible; }

.topBar .block-search-api-page {
  float: right; }
  @media (max-width: 63.99em) {
    .topBar .block-search-api-page {
      width: 100%; } }

.topBar #search-api-page-search-form-site-search {
  margin: -6px 0 0 7px;
  padding-bottom: 10px; }
  @media (max-width: 63.99em) {
    .topBar #search-api-page-search-form-site-search {
      clear: both;
      display: block;
      margin-left: 0;
      margin-top: 1px;
      position: static !important;
      width: 100%; } }
  .topBar #search-api-page-search-form-site-search input[type=submit] {
    display: none; }
  .topBar #search-api-page-search-form-site-search .form-item {
    display: inline-block;
    border-radius: 4px 0 0 4px;
    margin-top: 25px;
    overflow: visible; }
    @media (max-width: 63.99em) {
      .topBar #search-api-page-search-form-site-search .form-item {
        display: block;
        float: left;
        margin-top: 0;
        position: static !important;
        width: 90%;
        width: calc(100% - 70px); } }
  .topBar #search-api-page-search-form-site-search .form-type-textfield input[type='text'] {
    appearance: none;
    border-radius: 4px 0 0 4px;
    height: 40px; }
    @media (min-width: 64em) {
      .topBar #search-api-page-search-form-site-search .form-type-textfield input[type='text'] {
        max-width: none;
        width: 200px; } }
  .topBar #search-api-page-search-form-site-search .form-actions {
    display: none; }
    @media (max-width: 63.99em) {
      .topBar #search-api-page-search-form-site-search .form-actions {
        display: block;
        float: left;
        position: static !important;
        width: 70px; } }
  .topBar #search-api-page-search-form-site-search .form-actions {
    margin: 0; }
    .topBar #search-api-page-search-form-site-search .form-actions input[type='submit'] {
      background-color: #a00054;
      border: 0;
      color: #fff;
      display: block;
      height: 40px;
      text-align: center;
      width: 70px; }
      .topBar #search-api-page-search-form-site-search .form-actions input[type='submit']:hover, .topBar #search-api-page-search-form-site-search .form-actions input[type='submit']:focus {
        background-color: #54002c; }
  .topBar #search-api-page-search-form-site-search .toggle_search_form {
    background-color: #a00054;
    border: 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    height: 40px;
    left: -4px;
    line-height: 40px;
    position: relative;
    text-align: center;
    top: 3px;
    width: 40px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .topBar #search-api-page-search-form-site-search .toggle_search_form {
        top: -13px; } }
    .topBar #search-api-page-search-form-site-search .toggle_search_form:hover, .topBar #search-api-page-search-form-site-search .toggle_search_form:focus {
      background-color: #6d0039; }
    .topBar #search-api-page-search-form-site-search .toggle_search_form:focus {
      outline: 2px solid #e28c05; }
    @media (max-width: 63.99em) {
      .topBar #search-api-page-search-form-site-search .toggle_search_form {
        top: 0; } }
    .topBar #search-api-page-search-form-site-search .toggle_search_form i {
      line-height: 37px; }

.topBar.searchOpen form#search-block-form {
  position: absolute;
  right: 329px; }
  .topBar.searchOpen form#search-block-form .form-item {
    display: block;
    float: left;
    height: 40px; }
  .topBar.searchOpen form#search-block-form .form-actions {
    display: block;
    float: left;
    margin-top: 25px; }
  .topBar.searchOpen form#search-block-form .toggle_search_form {
    float: left; }

.topBar.searchOpen #search-block-form #edit-actions {
  display: block; }

.topBar.searchOpen form#search-block-form .form-item-search-block-form input[type='text'] {
  display: block; }

.topBar.searchOpen form#search-block-form #edit-actions input[type='submit'] {
  display: block; }

.side-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .side-nav .menu li {
    background-color: #eee;
    display: block;
    font-size: 16px;
    margin-bottom: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 11px;
    padding-left: 12px;
    padding-right: 36px;
    padding-top: 11px;
    position: relative; }
    .side-nav .menu li {
      background-color: #eee; }
      .side-nav .menu li a {
        color: #222;
        font-family: 'Bitter', sans-serif; }
    .side-nav .menu li.has-child {
      cursor: pointer; }
      .side-nav .menu li.has-child:hover, .side-nav .menu li.has-child:focus {
        background-color: #e1e1e1;
        text-decoration: none; }
      .side-nav .menu li.has-child a {
        color: #222;
        font-family: 'Bitter', sans-serif; }
        .side-nav .menu li.has-child a:focus {
          text-decoration: underline; }
        .side-nav .menu li.has-child a:focus + .menu {
          display: block; }
      .side-nav .menu li.has-child:after {
        content: '+';
        cursor: pointer;
        display: block;
        font-size: 20px;
        position: absolute;
        right: 12px;
        top: 7px; }
      .side-nav .menu li.has-child.activeState:after {
        content: '-'; }
    .side-nav .menu li ul {
      margin: 11px -36px -11px -12px;
      max-width: none; }
    .side-nav .menu li li {
      background-color: #fff;
      cursor: default;
      margin-bottom: 0;
      padding: 0;
      padding-bottom: 10px;
      padding-left: 12px;
      padding-right: 36px;
      padding-top: 10px; }
      .side-nav .menu li li + li {
        border-top: 1px solid #eee; }
      .side-nav .menu li li:after {
        content: '';
        display: none; }
      .side-nav .menu li li a {
        font-family: inherit;
        font-size: 16px;
        line-height: 22px; }
      .side-nav .menu li li:hover, .side-nav .menu li li:focus {
        background-color: #fff; }
  .side-nav .menu > li.active, .side-nav .menu > li.active-trail {
    background-color: #a00054 !important; }
    .side-nav .menu > li.active > a, .side-nav .menu > li.active-trail > a {
      color: #fff !important; }
    .side-nav .menu > li.active:after, .side-nav .menu > li.active-trail:after {
      color: #fff; }
  .side-nav .menu > li > a + .menu {
    border-bottom: 3px solid #a00054; }
    .side-nav .menu > li > a + .menu * {
      background-color: white !important; }
    .side-nav .menu > li > a + .menu > li.active-trail:after,
    .side-nav .menu > li > a + .menu > li.active-trail > a {
      color: #a00054 !important; }
    .side-nav .menu > li > a + .menu > li.active > a {
      color: #a00054 !important; }
    .side-nav .menu > li > a + .menu > li.active:after {
      color: #a00054 !important; }

.side-nav .content > .menu > li.activeState > .menu {
  display: block; }

.side-nav .content > .menu > li > .menu {
  display: none; }

.side-nav .content > .menu > li > ul > li a {
  font-family: sans-serif; }

.side-nav .content > .menu > li > ul > li.has-child.activeState > a, .side-nav .content > .menu > li > ul > li.activeState:after {
  color: #a00054; }
  .side-nav .content > .menu > li > ul > li.has-child.activeState > a, .side-nav .content > .menu > li > ul > li.has-child.activeState > a:hover, .side-nav .content > .menu > li > ul > li.has-child.activeState > a, .side-nav .content > .menu > li > ul > li.has-child.activeState > a:focus, .side-nav .content > .menu > li > ul > li.activeState:after, .side-nav .content > .menu > li > ul > li.activeState:after:hover, .side-nav .content > .menu > li > ul > li.activeState:after, .side-nav .content > .menu > li > ul > li.activeState:after:focus {
    background: transparent; }

.side-nav .content > .menu > li > ul > li > .menu {
  border-bottom: 0; }
  .side-nav .content > .menu > li > ul > li > .menu > li:last-child {
    border-bottom: 4px solid #a00054; }

.side-nav .content > .menu > li > ul > li.activeState > .menu li {
  display: block; }

.side-nav .content > .menu > li > ul > li > .menu li {
  display: none; }

.side-nav .contextual-links-wrapper {
  width: 200px; }
  .side-nav .contextual-links-wrapper a.contextual-links-trigger {
    position: relative;
    right: -90px; }

.side-nav .menu .menu li.has-child:hover,
.side-nav .menu .menu li.has-child:focus {
  background-color: #fff !important; }

.side-nav .menu .menu .menu li {
  padding-left: 18px; }

.nhse-global-menu .nhse-global-menu__maskheader {
  background-color: #005eb8;
  width: 100%; }

.nhse-global-menu .nhse-global-menu__container {
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0; }

.nhse-global-menu .nhse-global-menu__subheader__top {
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.nhse-global-menu .nhse-global-menu__logo {
  text-decoration: none; }
  .nhse-global-menu .nhse-global-menu__logo:hover .nhse-global-menu__logo__name {
    text-decoration: underline; }

.nhse-global-menu .nhse-global-menu__logo__img {
  background-image: url('data:image/svg+xml,<svg width="157" height="64" viewBox="0 0 157 64" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_536_8802)"><path d="M1.27135 1.28677V62.7132H155.528V1.28677H1.27135Z" fill="%23005EB8"/><path d="M157 64V0H0V64H157ZM63.1212 6.18554L52.2813 57.7016H35.2631L24.5793 22.0557H24.4455L17.3304 57.7016H4.43856L15.3454 6.18554H32.4082L42.8912 41.8991H43.025L50.207 6.18554H63.0989H63.1212ZM111.767 6.18554L101.15 57.7016H87.4552L92.0052 35.6459H75.8123L71.2623 57.7016H57.5674L68.1843 6.18554H81.8791L77.8643 25.8935H94.0572L98.0943 6.18554H111.789H111.767ZM151.112 7.58519L147.811 17.8342C145.179 16.5926 141.588 15.4864 136.525 15.4864C131.105 15.4864 126.711 16.2991 126.711 20.4303C126.711 27.722 146.562 25.0131 146.562 40.6575C146.562 54.9023 133.447 58.582 121.581 58.582C116.295 58.582 110.228 57.3178 105.767 55.9182L109.001 45.4434C111.7 47.2268 117.142 48.4007 121.603 48.4007C126.064 48.4007 132.51 47.588 132.51 42.2829C132.51 34.0205 112.659 37.1132 112.659 22.5975C112.659 9.30088 124.235 5.32769 135.454 5.32769C141.766 5.32769 147.699 6.00494 151.134 7.60776L151.112 7.58519Z" fill="white"/></g><defs><clipPath id="clip0_536_8802"><rect width="157" height="64" fill="white"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 50px; }
  @media (min-width: 375px) {
    .nhse-global-menu .nhse-global-menu__logo__img {
      height: 24px;
      width: 60px; } }
  @media (min-width: 450px) {
    .nhse-global-menu .nhse-global-menu__logo__img {
      height: 32px;
      width: 80px; } }

.nhse-global-menu .nhse-global-menu__logo__name {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.45px;
  line-height: 13px;
  margin-left: -1px;
  padding-top: 5px; }
  @media (min-width: 375px) {
    .nhse-global-menu .nhse-global-menu__logo__name {
      font-size: 17px;
      line-height: 17px; } }
  @media (min-width: 450px) {
    .nhse-global-menu .nhse-global-menu__logo__name {
      font-size: 22px;
      line-height: 22px; } }

.nhse-global-menu .nhse-global-menu__btn {
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 1px solid #ffffff;
  border-bottom: none;
  border-top: none;
  color: #ffffff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font: inherit;
  outline: inherit;
  padding: 4px 16px 4px 8px;
  position: relative; }
  @media (min-width: 450px) {
    .nhse-global-menu .nhse-global-menu__btn {
      padding: 8px 16px 8px 8px; } }
  .nhse-global-menu .nhse-global-menu__btn:before {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 10.3333C7.8 10.3333 7.66667 10.2666 7.53333 10.1333L4.2 6.79998C3.93333 6.53331 3.93333 6.13331 4.2 5.86665C4.46667 5.59998 4.86667 5.59998 5.13333 5.86665L8 8.73331L10.8667 5.86665C11.1333 5.59998 11.5333 5.59998 11.8 5.86665C12.0667 6.13331 12.0667 6.53331 11.8 6.79998L8.46667 10.1333C8.33333 10.2666 8.2 10.3333 8 10.3333Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    margin-right: 4px;
    width: 24px; }
  .nhse-global-menu .nhse-global-menu__btn:focus-visible {
    background-color: #ffeb3b;
    border-color: #212b32 !important;
    color: #212b32 !important; }
  .nhse-global-menu .nhse-global-menu__btn.open:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .nhse-global-menu .nhse-global-menu__btn.open:focus:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.nhse-global-menu[data-theme="white"] .nhse-global-menu__maskheader {
  background-color: #ffffff;
  border-bottom: 4px solid #005eb8; }

.nhse-global-menu[data-theme="white"] .nhse-global-menu__logo__name {
  color: #212b32; }

.nhse-global-menu[data-theme="white"] .nhse-global-menu__logo__img {
  background-image: url('data:image/svg+xml,<svg class="nhsuk-logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" role="presentation" focusable="false" viewBox="0 0 40 16"><path fill="%23005eb8" d="M0 0h40v16H0z"></path><path fill="%23fff" class="nhsuk-logo__text" d="M3.9 1.5h4.4l2.6 9h.1l1.8-9h3.3l-2.8 13H9l-2.7-9h-.1l-1.8 9H1.1M17.3 1.5h3.6l-1 4.9h4L25 1.5h3.5l-2.7 13h-3.5l1.1-5.6h-4.1l-1.2 5.6h-3.4M37.7 4.4c-.7-.3-1.6-.6-2.9-.6-1.4 0-2.5.2-2.5 1.3 0 1.8 5.1 1.2 5.1 5.1 0 3.6-3.3 4.5-6.4 4.5-1.3 0-2.9-.3-4-.7l.8-2.7c.7.4 2.1.7 3.2.7s2.8-.2 2.8-1.5c0-2.1-5.1-1.3-5.1-5 0-3.4 2.9-4.4 5.8-4.4 1.6 0 3.1.2 4 .6"></path></svg>'); }

.nhse-global-menu[data-theme="white"] .nhse-global-menu__btn {
  border: 1px solid #005eb8;
  border-bottom: none;
  border-top: none;
  color: #005eb8; }
  .nhse-global-menu[data-theme="white"] .nhse-global-menu__btn:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="%23005eb8" d="M8 10.333a.605.605 0 0 1-.467-.2L4.2 6.8a.644.644 0 0 1 0-.933.644.644 0 0 1 .933 0L8 8.733l2.867-2.866a.644.644 0 0 1 .933 0 .644.644 0 0 1 0 .933l-3.333 3.333a.605.605 0 0 1-.467.2Z"/></svg>'); }

.nhse-global-menu .nhse-global-menu-descriptor {
  background-color: #ffffff;
  color: #222;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 40px; }
  @media (min-width: 40.0625em) {
    .nhse-global-menu .nhse-global-menu-descriptor {
      font-size: 32px;
      font-size: 2rem; } }
  @media print {
    .nhse-global-menu .nhse-global-menu-descriptor {
      font-size: 24pt; } }

.nhse-global-menu .nhse-global-menu__logo:focus-visible,
.nhse-global-menu .nhse-global-menu-descriptor:focus-visible {
  background: #ffeb3b;
  box-shadow: 0 1px 0 2px #ffeb3b;
  outline: 2px solid #ffeb3b; }

.navBreakShow {
  display: none; }
  @media (max-width: 63.99em) {
    .navBreakShow {
      display: block; } }

@media (max-width: 63.99em) {
  .navBreakHide {
    display: none; } }

@media (max-width: 63.99em) {
  nav.top {
    background-color: #f0f4f5;
    border-bottom: 2px solid #aeb7bd;
    border-top: none;
    margin: -.5em -10px 40px;
    width: auto; }
  .nhse-global-menu__subheader__top {
    margin-bottom: 30px; } }

@media (min-width: 64em) {
  .nhse-global-menu__subheader {
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.secondary-nav > .region.region-sidenav > .block.block-menu-block > .content {
  background: #e2e2e2;
  margin: 30px 0; }
  .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content > ul.menu {
    margin: 0; }
    .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content > ul.menu.is-overflow-nav {
      height: 86px;
      overflow: hidden;
      position: relative; }
      .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content > ul.menu.is-overflow-nav:after {
        content: "";
        background: linear-gradient(rgba(0, 0, 0, 0), #e2e2e2);
        position: absolute;
        left: 0;
        top: 43px;
        right: 0;
        bottom: 0; }
    .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content > ul.menu > li {
      margin: 0; }
      @media (min-width: 46.25em) {
        .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content > ul.menu > li {
          display: -ms-flexbox;
          display: flex; } }
      .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content > ul.menu > li > a {
        color: #222;
        border: none;
        box-sizing: border-box;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0.5em 1.5em 0.5em 1em;
        position: relative; }
        @media (min-width: 46.25em) {
          .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content > ul.menu > li > a:after {
            content: "\000BB";
            position: absolute;
            right: 0;
            top: 0.5em; } }
      .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content > ul.menu > li > ul.menu {
        box-sizing: border-box;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (min-width: 46.25em) {
          .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content > ul.menu > li > ul.menu {
            display: -ms-flexbox;
            display: flex;
            overflow: hidden; } }
      .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content > ul.menu > li.expanded > ul.menu {
        display: block; }
        @media (min-width: 46.25em) {
          .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content > ul.menu > li.expanded > ul.menu {
            display: -ms-flexbox;
            display: flex;
            overflow: hidden; } }
  .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content button {
    background: transparent;
    border: none;
    font-size: 1.125em;
    font-weight: bold;
    float: right;
    margin: 0 1em;
    padding: 0.5em 1em;
    position: relative; }
    .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content button:focus, .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content button:active {
      outline: none;
      text-decoration: underline; }
    .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content button:after {
      content: "\000BB";
      position: absolute;
      right: 0;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content button[data-active="false"]:after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content button[data-active="false"] [data-active-show] {
      display: none; }
    .secondary-nav > .region.region-sidenav > .block.block-menu-block > .content button[data-active="true"] [data-active-hide] {
      display: none; }

.secondary-nav ul.menu {
  padding: 0; }
  .secondary-nav ul.menu > li {
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    margin: 0.5em 0;
    overflow: hidden; }
    .secondary-nav ul.menu > li.expanded ul.menu {
      display: none; }
    .secondary-nav ul.menu > li > a {
      display: block;
      padding: 0 1em; }
      .secondary-nav ul.menu > li > a.active {
        text-decoration: underline; }
      @media (min-width: 46.25em) {
        .secondary-nav ul.menu > li > a {
          border-left: 1px solid #222; } }
    .secondary-nav ul.menu > li.has-child > ul.menu {
      margin: 0; }
      .secondary-nav ul.menu > li.has-child > ul.menu > li {
        font-size: 1em; }
        @media (min-width: 46.25em) {
          .secondary-nav ul.menu > li.has-child > ul.menu > li {
            margin-left: -1px; } }

.secondary-nav__expand-button, .secondary-nav__back-button {
  background: none;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0;
  transition: 0.3s background-color;
  width: 28px; }
  .secondary-nav__expand-button:hover, .secondary-nav__expand-button:focus, .secondary-nav__back-button:hover, .secondary-nav__back-button:focus {
    background-color: #e2e2e2; }

.secondary-nav__back-button:hover, .secondary-nav__back-button:focus {
  background-color: #fff; }

.date {
  font-size: .8em;
  margin-bottom: 10px; }

.column {
  width: 100%; }
  @media (min-width: 46.25em) {
    .column {
      width: 49%; } }

.gutter {
  width: 2%; }
  .gutter.wide {
    width: 2%; }

.masonryWrapper {
  display: block;
  margin: 0 auto;
  max-width: 70em;
  padding: 0 4em;
  padding-top: 30px;
  position: relative;
  width: 100%; }
  .masonryWrapper.paddingTopHalf {
    padding-top: 1.5em; }
  .container .masonryWrapper, .socialContainer .masonryWrapper, .block-current-search .masonryWrapper, .block-facetapi .masonryWrapper, .search-form .masonryWrapper, .spelling-suggestions .masonryWrapper, #site-map .masonryWrapper {
    padding-left: 0;
    padding-right: 0; }

.masonry__column {
  width: 100%; }
  @media (min-width: 46.25em) {
    .masonry__column {
      width: 49%; } }

.masonry__gutter {
  width: 2%; }
  .masonry__gutter.wide {
    width: 2%; }

.u-container .masonry {
  padding: 0; }

.spotlightHalf .spotlight {
  width: 48%; }
  @media (max-width: 46.24em) {
    .spotlightHalf .spotlight {
      width: 100%; }
      .spotlightHalf .spotlight:last-child {
        margin-bottom: 0; } }

.promoSpotlight {
  margin-top: 30px; }
  .promoSpotlight .eventTitle p {
    margin-bottom: 0; }
  .promoSpotlight h2:after {
    display: none; }
  .promoSpotlight h2 a {
    color: #222; }
  .promoSpotlight .left {
    background-color: #eee;
    float: left;
    padding: 20px;
    width: 70%; }
    @media (max-width: 46.24em) {
      .promoSpotlight .left {
        float: none;
        width: 100%; } }
    .promoSpotlight .left p:last-child {
      margin-bottom: 0; }
  .promoSpotlight .right {
    background-color: #eee;
    float: right;
    width: 30%; }
    @media (max-width: 46.24em) {
      .promoSpotlight .right {
        float: none;
        width: 100%; } }
    .promoSpotlight .right img {
      display: block;
      padding: 20px; }
      @media (max-width: 46.24em) {
        .promoSpotlight .right img {
          height: auto;
          width: 100%; } }

.eventTitle {
  background-color: #3360a9;
  color: #fff;
  font-family: 'Bitter', sans-serif;
  font-size: 1em;
  padding: .5em .8em; }

.spotlight {
  background-color: #eee;
  color: #222;
  display: block;
  float: left;
  margin-bottom: 1.2em;
  margin-top: 0;
  position: relative;
  text-decoration: none; }
  @media (max-width: 46.24em) {
    .spotlight:last-child {
      margin-bottom: 0; } }
  @media (min-width: 46.25em) {
    .spotlight {
      width: 48%; } }
  @media (min-width: 56.25em) {
    .spotlight {
      width: 32%; } }
  @media (min-width: 56.25em) {
    .spotlight--half {
      width: 48%; } }
  .spotlight__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Bitter', sans-serif;
    font-size: 1.25em; }
    .spotlight__meta span {
      background: #d5d5d5;
      float: left;
      padding: 1em; }
      .spotlight__meta span:nth-of-type(2n) {
        background: #bbbbbb; }
      .spotlight__meta span:empty {
        display: none; }
  .spotlight__media img {
    background: #eee;
    height: auto;
    min-height: 3.3em;
    width: 100%; }
  .spotlight__text {
    overflow: hidden;
    padding: 0 1em; }
    .spotlight__text:last-child {
      margin-bottom: 1em; }
    .spotlight__text > a {
      display: block; }
    .spotlight__text p {
      font-size: 1.1875em; }
  .no-js .spotlight:nth-of-type(2n+1) {
    clear: left; }
  .lt-ie9 .spotlight {
    margin-bottom: 20px; }
  .spotlight img {
    width: 100%; }
  .spotlight h2 {
    font-size: 1.625em;
    margin: 1.30769em 0; }
    .spotlight h2 a {
      color: #222; }
    .spotlight h2 span {
      max-width: none; }
    .spotlight h2 span + span {
      display: block; }
    .spotlight h2:after {
      display: none; }
  .spotlight .date {
    margin-bottom: 10px; }
    .spotlight .date span {
      border-right: 1px solid #222;
      margin-right: 5px;
      padding-right: 5px; }
  .spotlight .imgContainer {
    position: relative; }
    .spotlight .imgContainer h2 {
      background-color: #eee;
      border-radius: 0 .3em 0 0;
      bottom: 0;
      left: 0;
      margin-bottom: 0;
      padding: .4em .53em 0;
      position: absolute; }
  .spotlight .textContainer {
    padding: 1em .8em 1.6em; }
  .spotlight.quote {
    background-color: transparent; }
  .spotlight.graphic .imgContainer {
    background-color: white;
    border: 3px solid #eee;
    border-width: 3px 3px 0;
    padding: 1.8em; }
  .spotlight.graphic h2:after {
    background-color: #e28c05; }
  .spotlight.event .textContainer h2 {
    margin-bottom: .4em; }
    .spotlight.event .textContainer h2:after {
      display: none; }
  .spotlight.event p {
    margin-bottom: 1em; }
    .spotlight.event p:last-child {
      margin-bottom: 0; }
  .spotlight.calendar {
    position: relative; }
    .spotlight.calendar .calendarDateContainer {
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      z-index: 1000; }
      .spotlight.calendar .calendarDateContainer .calendarDateMonth {
        background-color: #0091c9;
        text-align: center; }
        .spotlight.calendar .calendarDateContainer .calendarDateMonth .month {
          color: white;
          font-family: 'Bitter', sans-serif;
          font-size: 1.1em;
          line-height: 1em;
          margin: 0;
          padding: 15px 0 0;
          text-transform: uppercase; }
        .spotlight.calendar .calendarDateContainer .calendarDateMonth .day {
          color: white;
          font-family: 'Bitter', sans-serif;
          font-size: 2em;
          line-height: 1em;
          margin: 0;
          padding: 0 0 10px; }
      .spotlight.calendar .calendarDateContainer .calendarTypeContainer .calendarType {
        background-color: #a00054;
        color: white;
        font-family: 'Bitter', sans-serif;
        font-size: 1em;
        line-height: 1em;
        margin: 0;
        padding: 5px 0;
        text-align: center; }
    .spotlight.calendar .textContainer h2 {
      margin-bottom: .4em;
      padding-right: 75px; }
      .spotlight.calendar .textContainer h2:after {
        display: none; }
    .spotlight.calendar p {
      margin-bottom: 1em; }
      .spotlight.calendar p:last-child {
        margin-bottom: 0; }
  .spotlight.grey, .spotlight.purple {
    color: white; }
    .spotlight.grey .button, .spotlight.purple .button {
      background-color: transparent;
      color: white;
      padding: 0; }
    .spotlight.grey h2:after, .spotlight.purple h2:after {
      background-color: white; }
    .spotlight.grey h2 a, .spotlight.purple h2 a {
      color: #fff;
      text-decoration: none; }
      .spotlight.grey h2 a:hover, .spotlight.grey h2 a:focus, .spotlight.purple h2 a:hover, .spotlight.purple h2 a:focus {
        color: #fff;
        text-decoration: underline; }
    .spotlight.grey a, .spotlight.purple a {
      color: #fff;
      text-decoration: underline; }
      .spotlight.grey a:hover, .spotlight.grey a:focus, .spotlight.purple a:hover, .spotlight.purple a:focus {
        color: #d0d0d0; }
  .spotlight.grey {
    background-color: #3b3b3b; }
    .spotlight.grey h2 {
      background-color: #3b3b3b; }
  .spotlight.purple {
    background-color: #a00054; }
    .spotlight.purple h2 {
      background-color: #a00054; }
  .spotlight.white {
    background-color: white;
    margin-bottom: 3.2em; }
    .lt-ie9 .spotlight.white {
      margin-bottom: 50px; }
  .spotlight.vid h2:after {
    background-color: #e28c05; }
  .spotlight .videoPlay {
    background-color: #e28c05;
    background-color: rgba(226, 140, 5, 0.8);
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 5.5em;
    position: absolute;
    transition: background-color .3s;
    width: 7em; }
    @media (max-width: 46.24em) {
      .spotlight .videoPlay {
        height: 4.12em;
        width: 5.25em; } }
    .spotlight .videoPlay:before {
      border-bottom: 1.3em solid transparent;
      border-left: 2.6em solid white;
      border-top: 1.3em solid transparent;
      content: '';
      height: 0;
      left: 50%;
      margin-left: -1.3em;
      margin-top: -1.3em;
      position: absolute;
      top: 50%;
      width: 0; }
      @media (max-width: 46.24em) {
        .spotlight .videoPlay:before {
          border-bottom: 0.8em solid transparent;
          border-left: 1.6em solid white;
          border-top: 0.8em solid transparent;
          margin-left: -0.8em;
          margin-top: -0.8em; } }
    .spotlight .videoPlay:hover, .spotlight .videoPlay:focus {
      background-color: #d38305;
      background-color: rgba(211, 131, 5, 0.8); }

.singular-spotlight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .singular-spotlight > .spotlight {
    position: relative !important; }
  .singular-spotlight .column:empty,
  .singular-spotlight .gutter:empty {
    display: none; }

#cookie-banner {
  background-color: #4d4d4d;
  color: white;
  text-align: center;
  font-size: 0.8em;
  padding: 0.5em 1em;
  border-bottom: 2px solid #DEDEDE; }
  .js #cookie-banner {
    display: none; }
  #cookie-banner a {
    color: #fff;
    text-decoration: underline; }
    #cookie-banner a:hover {
      color: #d0d0d0; }

header .messageBar {
  padding: 1em;
  color: #fff; }
  header .messageBar.violet {
    background-color: #a00054; }
  header .messageBar.blue {
    background-color: #3360a9; }
  header .messageBar a {
    color: #fff;
    text-decoration: underline; }
  header .messageBar div > *:last-child {
    margin-bottom: 0; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  max-width: 75em;
  margin: 0 auto; }
  @media (min-width: 25em) {
    .breadcrumb {
      padding: 10px 20px; } }
  .breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumb ol li {
      display: inline; }
      .breadcrumb ol li + li:before {
        color: #979797;
        content: '\e60a';
        display: inline-block;
        font-family: icomoon;
        font-size: 30px;
        line-height: 1;
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px); }

svg {
  fill: currentColor; }

.buttonContainer {
  overflow: hidden; }

.button {
  background-color: #a00054;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: .4em .7em;
  position: relative; }
  .button.button-big {
    font-size: 1.1em;
    padding: .8em 1.1em; }
  .button.button-stack {
    display: block;
    float: left;
    margin-bottom: 10px; }

.button.arrow:after,
.link.arrow:after {
  content: '\ \>'; }

.button.expand-collapse.expand .expand-text,
.link.expand-collapse.expand .expand-text {
  display: block; }

.button.expand-collapse.expand .collapse-text,
.link.expand-collapse.expand .collapse-text {
  display: none; }

.button.expand-collapse.collapse .collapse-text,
.link.expand-collapse.collapse .collapse-text {
  display: block; }

.button.expand-collapse.collapse .expand-text,
.link.expand-collapse.collapse .expand-text {
  display: none; }

@media (max-width: 46.24em) {
  .button.expand-collapse,
  .link.expand-collapse {
    font-size: 1.8em;
    padding: 5px 10px; }
    .button.expand-collapse > span > span,
    .link.expand-collapse > span > span {
      display: none; } }

.lt-ie9 .button.expand-collapse i, .lt-ie9
.link.expand-collapse i {
  display: none; }

.button.backToTop,
.link.backToTop {
  font-size: 2em;
  margin-top: 20px;
  padding: 5px 13px; }
  .button.backToTop:hover,
  .link.backToTop:hover {
    text-decoration: none; }
  .button.backToTop:focus,
  .link.backToTop:focus {
    background-color: #6d0039; }

.borderBottomBlue {
  border-bottom: 0.3em solid #3360a9; }

.borderBottomViolet {
  border-bottom: 0.3em solid #a00054; }

.borderTopOrange {
  border-top: 0.3em solid #e28c05; }

@media (min-width: 46.25em) {
  .relativeContainer {
    position: relative;
    overflow: hidden; } }

.hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5em; }
  .hero img {
    position: absolute;
    z-index: 0;
    left: 0;
    width: auto;
    min-height: 100%;
    max-width: none;
    min-width: 100%; }
    @media (max-width: 46.24em) {
      .hero img {
        bottom: -50%; } }
    @media (max-width: 31.865em) {
      .hero img {
        bottom: -37%; } }
    @media (max-width: 24.99em) {
      .hero img {
        max-height: 100%;
        bottom: auto; } }
  .hero h1 {
    position: relative;
    padding-top: 7em;
    font-weight: normal; }
    @media (max-width: 46.24em) {
      .hero h1 {
        padding-top: 4em; } }
    @media (max-width: 31.865em) {
      .hero h1 {
        padding-top: 3em; } }
    .hero h1:after {
      margin-left: 0.5em; }
    .hero h1 span {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.95);
      padding: .35em .5em;
      margin-left: 0.5em; }
    .hero h1 span + span {
      margin-top: .3em;
      max-width: 15em; }
      .hero h1 span + span + span {
        padding-top: .1em;
        padding-bottom: .35em;
        margin-top: 0; }

.titleIntro p {
  font-size: 1.375em;
  line-height: 1.6em; }
  @media (max-width: 46.24em) {
    .titleIntro p {
      font-size: 1em; } }

.letbPicker {
  max-width: none;
  background-color: #eee;
  padding: 2em 0; }
  .letbPicker .container, .letbPicker .socialContainer, .letbPicker .block-current-search,
  .letbPicker .block-facetapi,
  .letbPicker .search-form,
  .letbPicker .spelling-suggestions, .letbPicker #site-map {
    position: relative; }
  .letbPicker h2 {
    margin-bottom: .8em; }
  .letbPicker form {
    width: 100%;
    margin-top: 1.8em; }
    .letbPicker form .selectBox, .letbPicker form input {
      font-size: 1.2em; }
      @media (max-width: 61.24em) {
        .letbPicker form .selectBox, .letbPicker form input {
          font-size: 1em; } }
  .letbPicker .selectBox {
    position: relative;
    width: calc(100% - 4.8em);
    float: left; }
    @media (max-width: 24.99em) {
      .letbPicker .selectBox {
        width: 100%;
        margin-bottom: 10px; } }
    .lt-ie9 .letbPicker .selectBox {
      width: 600px; }
  .letbPicker select {
    width: 100%;
    border: 0;
    background-color: #e2e2e2;
    padding: .55em .8em;
    border-radius: 0;
    transition: background-color .3s;
    max-width: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    .letbPicker select::-ms-expand {
      display: none; }
    .letbPicker select:hover {
      background-color: #dadada; }
    .letbPicker select:focus {
      outline: none;
      background-color: #dadada; }
  .letbPicker .selectArrow {
    position: absolute;
    top: 5px;
    right: .5em;
    pointer-events: none;
    /* svg, img {
            .lt-ie10 & {
                display: none;
            }
            height: 2.5em;
            width: 2em;
            pointer-events: none;
        } */ }
    .letbPicker .selectArrow i {
      font-size: 38px; }
      .lt-ie10 .letbPicker .selectArrow i {
        display: none; }
  .letbPicker input[type="submit"] {
    float: right;
    padding: .6em .5em;
    background-color: #3360a9;
    border: 0;
    color: white;
    width: 4em; }
    @media (max-width: 24.99em) {
      .letbPicker input[type="submit"] {
        width: 100%; } }
    .lt-ie9 .letbPicker input[type="submit"] {
      float: none;
      margin-left: 10px; }
  .letbPicker .left, .letbPicker .right {
    display: inline-block; }
  .letbPicker .left {
    width: 70%;
    min-height: 12.7em; }
    @media (max-width: 46.24em) {
      .letbPicker .left {
        width: 100%;
        min-height: none; } }
  .letbPicker .right {
    width: 30%;
    height: 14.7em;
    position: absolute;
    top: 50%;
    margin-top: -7.4em;
    right: 0;
    text-align: center; }
    .letbPicker .right .svg-image {
      display: none; }
      .svg .letbPicker .right .svg-image {
        display: inline-block; }
    .letbPicker .right .svg-replacement {
      display: inline-block; }
      .svg .letbPicker .right .svg-replacement {
        display: none; }
    .letbPicker .right svg, .letbPicker .right img {
      height: 96%;
      margin-top: 2%;
      color: #e28c05; }
    @media (max-width: 46.24em) {
      .letbPicker .right {
        display: none; } }

.homeNews {
  width: 50%;
  float: left; }
  @media (max-width: 46.24em) {
    .homeNews {
      width: 100%; } }

.region-content {
  position: relative; }

.content {
  overflow: hidden;
  position: relative; }

/* social section */
.socialIcons {
  margin-bottom: 1em; }
  .socialIcons a {
    background: #a00054;
    display: block;
    float: left;
    height: 45px;
    line-height: 57px;
    margin-right: 10px;
    text-align: center;
    width: 45px; }
    .socialIcons a i {
      color: white;
      font-size: 30px; }
    .socialIcons a.smallerIcon i {
      font-size: 20px;
      position: relative;
      top: -4px; }
    .socialIcons a span {
      display: none; }

.socialWidget input {
  border: none;
  float: left;
  margin-right: 5px;
  padding: 8px; }
  @media (max-width: 31.865em) {
    .socialWidget input {
      margin-bottom: 10px;
      width: 100%; } }

@media (max-width: 31.865em) {
  .socialWidget .button {
    text-align: center;
    width: 100%; } }

.container .socialContainer, .socialContainer .socialContainer, .block-current-search .socialContainer, .block-facetapi .socialContainer, .search-form .socialContainer, .spelling-suggestions .socialContainer, #site-map .socialContainer {
  padding-left: 0;
  padding-right: 0; }

.socialContainer .ContentTools {
  padding-left: 0 !important; }

@media (min-width: 61.25em) {
  .social-widget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.social-widget__content {
  -ms-flex-align: center;
  align-items: center;
  background: #eee;
  margin: 1.875em 0;
  padding: 1.25em; }
  @media (min-width: 61.25em) {
    .social-widget__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .social-widget__content label,
  .social-widget__content p {
    font-family: 'Bitter', sans-serif;
    font-size: 1.625em;
    margin: 0; }

.social-widget__icon {
  background: #a00054;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 70px;
  text-align: center;
  width: 70px; }
  .social-widget__icon:hover, .social-widget__icon:focus {
    text-decoration: none; }
  .social-widget__icon i {
    color: #fff;
    font-size: 34px;
    line-height: 70px; }

.social-widget__input {
  border: 1px solid #4d4d4d;
  font-size: 1.1875em;
  padding: 1em; }

/* related documents */
.relatedDocumentsContainer:not(.expanded) {
  cursor: pointer; }
  .relatedDocumentsContainer:not(.expanded):hover .expand-collapse span span, .relatedDocumentsContainer:not(.expanded):focus .expand-collapse span span {
    text-decoration: underline; }

.relatedDocuments {
  opacity: 1;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.6s, -webkit-transform 0.3s;
  z-index: 10;
  transition: height 0.6s, transform 0.3s; }
  .relatedDocuments.noTransitions {
    transition: none; }
    .relatedDocuments.noTransitions h2 {
      transition: none; }
      .relatedDocuments.noTransitions h2:after {
        transition: none; }
  .relatedDocuments.fixed {
    border-bottom-width: .35em;
    border-top: 1px solid #dadada;
    bottom: -1px;
    left: 0;
    position: fixed;
    width: 100%; }
    .relatedDocuments.fixed.collapsed {
      height: 53px !important; }
      .relatedDocuments.fixed.collapsed h2 {
        font-size: 1.3em;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px); }
        .relatedDocuments.fixed.collapsed h2:after {
          opacity: 0; }
        .lt-ie10 .relatedDocuments.fixed.collapsed h2 {
          position: relative;
          top: -20px; }
          .lt-ie10 .relatedDocuments.fixed.collapsed h2:after {
            margin-top: .4em; }
        @media (max-width: 46.24em) {
          .relatedDocuments.fixed.collapsed h2 {
            font-size: 1em;
            -webkit-transform: translateY(-18px);
            -ms-transform: translateY(-18px);
            transform: translateY(-18px); } }
    .relatedDocuments.fixed .expand-collapse {
      display: block; }
      .relatedDocuments.fixed .expand-collapse:hover span span, .relatedDocuments.fixed .expand-collapse:focus span span {
        text-decoration: underline; }
  .relatedDocuments.offBottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
    .lt-ie10 .relatedDocuments.offBottom {
      left: -100%; }
  .relatedDocuments .container, .relatedDocuments .socialContainer, .relatedDocuments .block-current-search,
  .relatedDocuments .block-facetapi,
  .relatedDocuments .search-form,
  .relatedDocuments .spelling-suggestions, .relatedDocuments #site-map {
    position: relative; }
    .relatedDocuments .container ul li, .relatedDocuments .socialContainer ul li, .relatedDocuments .block-current-search ul li, .relatedDocuments .block-facetapi ul li, .relatedDocuments .search-form ul li, .relatedDocuments .spelling-suggestions ul li, .relatedDocuments #site-map ul li {
      margin-bottom: 1.3em; }
  .relatedDocuments h2 {
    transition: font-size 0.6s, transform 0.6s;
    -webkit-transition: font-size 0.6s, -webkit-transform 0.6s; }
    .relatedDocuments h2:after {
      transition: opacity 1.3s; }
    @media (max-width: 46.24em) {
      .relatedDocuments h2 {
        font-size: 1.2em;
        margin-bottom: 30px; } }

.documentList {
  list-style-type: none;
  margin: 20px 0;
  padding: 0; }
  @media (max-width: 46.24em) {
    .documentList {
      margin-bottom: 0;
      margin-top: 0; } }
  .fixed .documentList {
    max-height: 400px;
    overflow-y: scroll; }
  @media screen and (max-height: 600px) {
    .fixed .documentList {
      max-height: 300px; } }
  @media screen and (max-height: 500px) {
    .fixed .documentList {
      max-height: 200px; } }
  @media screen and (max-height: 400px) {
    .fixed .documentList {
      max-height: 100px; } }
  .documentList li {
    float: left;
    width: 50%; }
    .documentList li:nth-child(odd) {
      clear: left; }
    @media (max-width: 46.24em) {
      .documentList li {
        float: none;
        width: 100%; } }
    .documentList li:last-child a {
      margin-bottom: 0; }
    .documentList li a {
      color: #222;
      display: block;
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 20px;
      padding-left: 50px;
      padding-right: 20px;
      position: relative; }
      .documentList li a i {
        color: #4d4d4d;
        display: block;
        font-size: 40px;
        left: 0;
        position: absolute;
        top: 0; }
      @media (max-width: 46.24em) {
        .documentList li a {
          font-size: .9em; } }

.expand-collapse {
  display: none;
  position: absolute;
  right: 4em;
  top: 0;
  z-index: 20; }
  @media (max-width: 46.24em) {
    .expand-collapse {
      right: 30px; } }

.related-documents h2, .related-content h2 {
  border-bottom: 1px solid #222;
  font-size: 2.25em; }
  .related-documents h2:after, .related-content h2:after {
    height: 0.33333em;
    width: 2.77778em; }

.document-list {
  font-size: 1.375em;
  list-style: none;
  padding: 0; }
  .document-list__item {
    margin: 1em 0; }
    .document-list__item a {
      display: block; }
  .document-list__meta {
    display: block;
    font-weight: bold; }

ul.document-list {
  padding: 0; }

.related-content h3 {
  font-size: 1.625em; }

.related-content p {
  font-size: 1.1875em; }

.ContentTools {
  margin-bottom: 0; }

.content-tools ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.content-tools__item {
  font-family: 'Bitter', sans-serif;
  font-size: 1.1875em; }

.u-responsive-embed {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  position: relative; }
  .u-responsive-embed iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.search-results {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0; }

.search-result-title h2 {
  font-size: 1.17em; }
  .search-result-title h2:after {
    display: none; }

.search-snippet-info {
  margin-left: 26px; }

.view-news-listing .container, .view-news-listing .socialContainer, .view-news-listing .block-current-search,
.view-news-listing .block-facetapi,
.view-news-listing .search-form,
.view-news-listing .spelling-suggestions, .view-news-listing #site-map,
.view-news-listing .masonryWrapper {
  padding: 0; }

.personImage {
  position: relative; }
  .personImage * {
    max-width: none; }
  .personImage h3 {
    bottom: 0;
    font-size: 1.3em;
    left: 0;
    letter-spacing: -.05em;
    line-height: 1.2em;
    margin: 0;
    position: static;
    z-index: 10; }
    .personImage h3 span {
      background-color: #4a4a4a;
      color: white;
      display: block;
      padding: 7px 15px; }
  .personImage p {
    clear: both;
    font-family: 'Bitter', sans-serif;
    font-size: .9em;
    position: absolute;
    top: 100%;
    top: calc(100% - 1px);
    width: 100%; }
    .personImage p span {
      background-color: #a00054;
      color: white;
      display: inline-block;
      padding: 5px 15px;
      width: 100%; }
  .personImage img {
    height: auto;
    max-width: 300px;
    width: 100%; }

.personLarge {
  clear: both;
  margin-bottom: 50px; }
  .personLarge .personImage {
    width: 25%; }
  .personLarge .personText {
    padding: 35px 35px 15px;
    width: 75%; }
  .personLarge.imageOnLeft .personImage {
    float: left; }
  .personLarge.imageOnLeft .personText {
    float: right;
    width: 75%; }
  .personLarge.imageOnRight .personImage {
    float: right; }
  .personLarge.imageOnRight .personText {
    float: left;
    width: 75%; }
  @media (max-width: 61.24em) {
    .personLarge.imageOnLeft .personImage, .personLarge.imageOnRight .personImage {
      width: 33.333%; }
    .personLarge.imageOnLeft .personText, .personLarge.imageOnRight .personText {
      width: 66.666%; } }
  @media (max-width: 56.24em) {
    .personLarge.imageOnLeft .personImage, .personLarge.imageOnRight .personImage {
      margin-bottom: 40px; }
    .personLarge.imageOnLeft .personText, .personLarge.imageOnRight .personText {
      float: none;
      padding-top: 50px;
      width: 100%; }
    .personLarge.imageOnLeft .personImage {
      margin-right: 30px; }
    .personLarge.imageOnRight .personImage {
      margin-left: 30px; } }
  @media (max-width: 46.24em) {
    .personLarge.imageOnLeft .personImage, .personLarge.imageOnRight .personImage {
      width: 50%; } }
  @media (max-width: 31.865em) {
    .personLarge.imageOnLeft .personImage, .personLarge.imageOnRight .personImage {
      margin-bottom: 0;
      width: 100%; }
    .personLarge.imageOnLeft .personText, .personLarge.imageOnRight .personText {
      clear: both;
      padding: 50px 20px 10px; } }

.peopleSmall {
  margin-bottom: 70px; }
  .peopleSmall.grayscale .personSmall:not(.active) {
    opacity: .33; }
    .peopleSmall.grayscale .personSmall:not(.active) img {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
      -webkit-filter: grayscale(1);
      -moz-filter: grayscale(1);
      filter: grayscale(1); }
    .peopleSmall.grayscale .personSmall:not(.active) p span {
      background-color: #eee; }

.personSmall {
  cursor: pointer;
  float: left;
  margin-bottom: 30px;
  margin-left: 1%;
  overflow: visible;
  position: relative;
  -webkit-transition: -webkit-filter 0.2s;
  width: 24%;
  transition: filter 0.2s;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0); }
  .personSmall h3 {
    margin: 0; }
  .personSmall .toggle-person {
    background: none;
    border: 0;
    padding: 0;
    text-align: left;
    width: 100%; }
    .personSmall .toggle-person:focus {
      border: 2px dotted #e28c05; }
  .personSmall .personImage p {
    width: 100%;
    z-index: 10; }
    .personSmall .personImage p span {
      display: block;
      padding-right: 30px; }
      .personSmall .personImage p span i {
        font-size: 30px;
        margin-top: -15px;
        position: absolute;
        right: 5px;
        top: 50%; }
        .personSmall .personImage p span i.icon-keyboard-arrow-up {
          display: none; }
  .personSmall .personImage .personImageWrap {
    overflow: hidden; }
  .personSmall .personText {
    height: 0;
    max-width: none;
    overflow: hidden;
    visibility: hidden;
    width: 413%;
    transition: height 0.2s; }
    .personSmall .personText .personTextInner {
      padding: 40px 40px 20px; }
  @media (min-width: 61.25em) {
    .personSmall:nth-child(4n+1) {
      clear: left;
      margin-left: 0; }
    .personSmall:nth-child(4n+2) .personText {
      margin-left: -104.2%; }
    .personSmall:nth-child(4n+3) .personText {
      margin-right: -104.2%; }
    .personSmall:nth-child(4n+3) .personText, .personSmall:nth-child(4n+4) .personText {
      border-left: none;
      float: right; }
      .personSmall:nth-child(4n+3) .personText:before, .personSmall:nth-child(4n+4) .personText:before {
        border-left: 0; } }
  @media (max-width: 61.24em) {
    .personSmall {
      margin-left: 2%;
      width: 32%; }
      .personSmall .personText {
        width: 312.5%; }
      .personSmall:nth-child(3n+1) {
        clear: left;
        margin-left: 0; }
      .personSmall:nth-child(3n+2) .personText {
        margin-left: -106.3%; }
      .personSmall:nth-child(3n+3) .personText {
        border-left: none;
        float: right; }
        .personSmall:nth-child(3n+3) .personText:before {
          border-left: 0; } }
  @media (max-width: 56.24em) {
    .personSmall {
      margin-left: 2%;
      width: 49%; }
      .personSmall .personText {
        width: 204%; }
      .personSmall:nth-child(3n+1) {
        clear: none;
        margin-left: 2%; }
      .personSmall:nth-child(3n+2) .personText {
        margin-left: 0; }
      .personSmall:nth-child(3n+3) .personText {
        border-right: none;
        float: left; }
        .personSmall:nth-child(3n+3) .personText:before {
          border-right: 0; }
      .personSmall:nth-child(2n+1) {
        clear: left;
        margin-left: 0; }
      .personSmall:nth-child(2n+2) .personText {
        border-left: none;
        float: right; }
        .personSmall:nth-child(2n+2) .personText:before {
          border-left: 0; } }
  @media (max-width: 31.865em) {
    .personSmall {
      margin-left: 0 !important;
      width: 100%; }
      .personSmall .personText {
        width: 100%; }
      .personSmall:nth-child(2n+2) .personText {
        border-right: none; }
        .personSmall:nth-child(2n+2) .personText:before {
          border-right: 0; } }
  .no-js .personSmall {
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-left: 0; }
    .no-js .personSmall .personText {
      border-right: none;
      display: block;
      float: left;
      height: auto;
      margin-bottom: 30px; }
      .no-js .personSmall .personText:before {
        border-right: 0;
        display: block; }
  .personSmall.active {
    margin-bottom: 40px; }
    .personSmall.active .personImage p span i.icon-keyboard-arrow-up {
      display: block; }
    .personSmall.active .personImage p span i.icon-keyboard-arrow-down {
      display: none; }
    .personSmall.active .personText:before {
      display: block; }

.lt-ie9 .personSmall:nth-child(4n+1) {
  clear: left;
  margin-left: 0; }

.lt-ie9 .personSmall:nth-child(4n+3) .personText, .lt-ie9 .personSmall:nth-child(4n+4) .personText {
  border-left: none;
  float: right; }
  .lt-ie9 .personSmall:nth-child(4n+3) .personText:before, .lt-ie9 .personSmall:nth-child(4n+4) .personText:before {
    border-left: 0; }

.lt-ie10 .peopleSmall.grayscale .personSmall img {
  -webkit-filter: gray;
  filter: gray; }

.lt-ie10 .peopleSmall.grayscale .personSmall.active img {
  -webkit-filter: none;
  filter: none; }

.ie10-11 .peopleSmall .personSmall h3 span,
.ie10-11 .peopleSmall .personSmall p span {
  transition: background-color 0.2s; }

.ie10-11 .peopleSmall .personSmall .grayscale {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s; }

.ie10-11 .peopleSmall.grayscale .personSmall:not(.active) h3 span {
  background-color: #DBDBDB; }

.ie10-11 .peopleSmall.grayscale .personSmall:not(.active) p span {
  background-color: #4A4A4A; }

.ie10-11 .peopleSmall.grayscale .personSmall:not(.active) .grayscale {
  opacity: 1; }

.personSmall {
  text-align: left; }
  .personSmall .personJobTitle {
    background-color: #a00054;
    color: white;
    display: block;
    font-size: .9em;
    font-size: 16px;
    padding: 10px 15px; }
  .personSmall .personImage .personImageWrap img {
    max-width: none; }
  .personSmall .personImage > p {
    margin-bottom: 0;
    position: static; }
    .personSmall .personImage > p span {
      background-color: #eee;
      color: #000;
      display: block;
      font-size: 16px;
      padding: 10px 15px; }
      .personSmall .personImage > p span i {
        display: none; }
  .personSmall .personText .personTextInner {
    border-top: 4px solid #e28c05;
    position: relative; }
    .personSmall .personText .personTextInner .personTextClose {
      background: none;
      border: 0;
      color: #333;
      font-size: 14px;
      font-weight: bold;
      position: absolute;
      right: 14px;
      text-transform: uppercase;
      top: 14px; }
      .personSmall .personText .personTextInner .personTextClose:focus {
        color: #e28c05; }
  .personSmall:hover .personImage > p span, .personSmall:focus .personImage > p span, .personSmall.active .personImage > p span {
    background-color: #e28c05; }
  .personSmall.active .personText {
    visibility: visible; }

@media (min-width: 56.25em) {
  .feedbackForm .form-item {
    width: 50%; } }

.feedbackForm .form-item label {
  margin-bottom: 0.4em; }

.feedbackForm.is-hidden {
  display: none; }

.footer {
  background-color: #eee;
  margin-top: 20px; }
  .footer .u-container {
    display: block;
    margin: 0 auto;
    max-width: 70em;
    overflow: hidden;
    padding: 0 4em;
    position: relative;
    width: 100%; }
    .footer .u-container .icon-bracketDetail {
      color: #e28c05;
      font-size: 19px;
      position: absolute;
      right: 12.5%;
      top: -1px; }
  .footer .container, .footer .socialContainer, .footer .block-current-search,
  .footer .block-facetapi,
  .footer .search-form,
  .footer .spelling-suggestions, .footer #site-map {
    position: relative; }
    .footer .container i.icon-bracketDetail, .footer .socialContainer i.icon-bracketDetail, .footer .block-current-search i.icon-bracketDetail, .footer .block-facetapi i.icon-bracketDetail, .footer .search-form i.icon-bracketDetail, .footer .spelling-suggestions i.icon-bracketDetail, .footer #site-map i.icon-bracketDetail {
      color: #e28c05;
      font-size: 19px;
      position: absolute;
      right: 12.5%;
      top: -1px; }
      @media (max-width: 46.24em) {
        .footer .container i.icon-bracketDetail, .footer .socialContainer i.icon-bracketDetail, .footer .block-current-search i.icon-bracketDetail, .footer .block-facetapi i.icon-bracketDetail, .footer .search-form i.icon-bracketDetail, .footer .spelling-suggestions i.icon-bracketDetail, .footer #site-map i.icon-bracketDetail {
          right: 3.2em; } }
      @media (max-width: 24.99em) {
        .footer .container i.icon-bracketDetail, .footer .socialContainer i.icon-bracketDetail, .footer .block-current-search i.icon-bracketDetail, .footer .block-facetapi i.icon-bracketDetail, .footer .search-form i.icon-bracketDetail, .footer .spelling-suggestions i.icon-bracketDetail, .footer #site-map i.icon-bracketDetail {
          margin-right: -2em;
          right: 50%; } }
  .footer nav {
    margin-right: 2%;
    width: 28%; }
    .footer nav ul a {
      color: #222;
      text-decoration: none; }
      .footer nav ul a:hover, .footer nav ul a:focus {
        text-decoration: underline; }
    .footer nav ul li + li {
      margin-top: .5em; }
    @media (max-width: 46.24em) {
      .footer nav {
        padding: 1em 0; } }
  .footer .centre {
    margin-right: 2%;
    width: 48%; }
    .footer .centre a {
      color: #3360a9;
      text-decoration: none; }
      .footer .centre a:hover, .footer .centre a:focus {
        text-decoration: underline; }
    .footer .centre p {
      margin: 0; }
    .footer .centre form {
      margin-top: 2em;
      position: relative;
      width: 100%; }
      .footer .centre form label {
        display: block;
        margin-bottom: .4em; }
      .footer .centre form .form-item {
        margin-right: 5em; }
        .footer .centre form .form-item input[type='email'] {
          border: none;
          border: 1px solid white;
          padding: .6em;
          transition: background-color .3s, border-color .3s; }
          .footer .centre form .form-item input[type='email']:focus {
            border-bottom-color: #4d4d4d;
            outline: none; }
      .footer .centre form input[type='submit'] {
        background-color: #4d4d4d;
        border-color: #4d4d4d;
        bottom: 0;
        color: white;
        position: absolute;
        right: 0;
        width: 5em; }
        .footer .centre form input[type='submit']:focus, .footer .centre form input[type='submit']:hover {
          background-color: #555555;
          border-color: #555555; }
  .footer .centre,
  .footer .right,
  .footer nav {
    display: inline-block;
    float: right;
    padding: 2em 0; }
    @media (max-width: 46.24em) {
      .footer .centre,
      .footer .right,
      .footer nav {
        clear: both;
        margin-right: 0;
        width: 100%; } }
  .footer .right {
    padding-top: 3em;
    width: 20%; }
    .footer .right img {
      margin-left: calc((100% - 6em)/2);
      width: 6em; }
      @media (max-width: 46.24em) {
        .footer .right img {
          float: right;
          margin-top: 2.6em; } }
    @media (max-width: 46.24em) {
      .footer .right {
        padding: 0;
        width: 100%; } }
    @media (min-width: 25em) and (max-width: 46.24em) {
      .footer .right {
        padding: 0 2em;
        position: absolute;
        right: 0;
        width: 100%; } }
    @media (max-width: 24.99em) {
      .footer .right img {
        display: block;
        float: none;
        margin: 2.6em auto 1.5em; } }
  @media (max-width: 46.24em) {
    .footer .centre {
      margin: 1em 0 0;
      padding: 0; }
      .footer .centre form {
        margin-top: 1em; } }
  @media (min-width: 25em) and (max-width: 46.24em) {
    .footer .centre {
      padding-top: 6em; }
      .footer .centre p {
        padding-right: 7em; } }
  .footer #footer-social {
    margin-bottom: 20px;
    margin-top: 40px; }
    .footer #footer-social ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer #footer-social ul li {
        background-color: #686868;
        display: inline-block;
        opacity: 1;
        text-align: center;
        transition: opacity .3s; }
        .footer #footer-social ul li:hover, .footer #footer-social ul li:focus {
          opacity: .7; }
        .footer #footer-social ul li a {
          color: #fff;
          display: block;
          font-size: 1.777em;
          height: 45px;
          position: relative;
          width: 45px; }
          .footer #footer-social ul li a i {
            line-height: 45px; }
    .footer #footer-social .anchor-icon {
      background-image: url(/sites/all/themes/hee/assets/icons/PNG/anchor-logo.png);
      background-size: contain;
      line-height: 45px; }

html {
  font-family: 'Frutiger W01', Arial, sans-serif; }
  html input,
  html textarea,
  html p,
  html a {
    font-family: inherit; }

.homeSpot li + li a {
  margin-top: .5em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
  font-family: 'Bitter', sans-serif;
  font-weight: 500;
  display: block; }
  h1:after,
  h2:after,
  h3:after,
  h4:after,
  h5:after,
  h6:after {
    content: ""; }

h1 {
  font-size: 2em;
  max-width: none !important; }
  @media (max-width: 24.99em) {
    h1 {
      font-size: 1.7em; } }
  h1 span {
    display: inline-block;
    float: left;
    clear: left;
    padding: .35em 0;
    max-width: none !important; }
  h1.lineViolet:after {
    background-color: #a00054; }

h2:after {
  height: .2em;
  display: -ms-flexbox;
  display: flex;
  width: 2.2em;
  background-color: #e28c05;
  margin-top: 0.2em; }

h2.lineViolet:after {
  background-color: #a00054; }

h2.colorViolet {
  color: #a00054; }

h2.pageTitle {
  font-size: 1.8em;
  margin-bottom: 0; }
  @media (max-width: 46.24em) {
    h2.pageTitle {
      font-size: 1.6em; } }
  @media (max-width: 24.99em) {
    h2.pageTitle {
      font-size: 1.2em; } }
  h2.pageTitle:after {
    display: none; }
  h2.pageTitle + hr {
    margin-top: 0; }

p {
  margin-top: 0;
  margin-bottom: 1em; }

a {
  color: #a00054;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

img {
  -ms-interpolation-mode: bicubic; }

blockquote {
  background-color: #eee;
  margin: 50px 0 30px;
  padding: 55px 20px 20px 20px;
  position: relative;
  clear: both; }
  @media (max-width: 46.24em) {
    blockquote {
      padding-top: 45px; } }
  .lt-ie9 blockquote {
    background-color: #e2e2e2; }
  blockquote:before {
    content: '\e60d';
    font-size: 74px;
    color: #e28c05;
    position: absolute;
    top: -44px;
    left: 17px;
    display: block;
    font-family: icomoon; }
    @media (max-width: 46.24em) {
      blockquote:before {
        font-size: 50px;
        top: -31px; } }
  blockquote footer {
    font-size: 1.1em;
    font-family: 'Bitter', sans-serif; }

.social-links a + a {
  margin-left: 10px; }

.clearfix, .view-news-listing .view-content {
  clear: left; }

.node-campaign-page.blue h1:after,
.node-campaign-page.blue h2:after {
  background-color: #0091c9; }

.node-campaign-page.blue hr.orange {
  border-top-color: #0091c9; }

@media (min-width: 46.25em) {
  .content-header {
    display: block; } }

@media (min-width: 46.25em) {
  .content-header__img {
    -ms-flex-item-align: center;
    align-self: center;
    max-height: 7.5em;
    width: auto; } }

.content-header h1 {
  font-size: 2.25em;
  margin: 1em 0 0; }
  @media (min-width: 46.25em) {
    .content-header h1 {
      display: block; } }

.content-header p {
  font-size: 1.375em;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 1em; }
  .content-header p:last-child {
    margin-bottom: 1.63636em; }

.body-content ul, .body-content ol {
  margin: 0 0 40px; }
  .body-content ul li, .body-content ol li {
    margin: 0 0 10px; }
  .body-content ul ul, .body-content ul ol, .body-content ol ul, .body-content ol ol {
    margin: 20px 0; }
    .body-content ul ul li, .body-content ul ol li, .body-content ol ul li, .body-content ol ol li {
      font-size: 1em !important; }

.u-container .u-container {
  padding: 0; }

/* Events Styles */
.eventTitleHeader {
  float: left;
  width: 70%; }
  @media (max-width: 46.24em) {
    .eventTitleHeader {
      float: none;
      width: 100%; } }
  .eventTitleHeader h1 {
    margin-bottom: 0.5em; }
  .eventTitleHeader .date {
    color: #a00054;
    font-size: 1em;
    margin-bottom: 10px; }
    .eventTitleHeader .date:after {
      display: none; }

.eventTitleExtra {
  float: right;
  width: 28%; }
  @media (max-width: 46.24em) {
    .eventTitleExtra {
      float: none;
      width: 100%; } }
  .eventTitleExtra .headings {
    font-size: 0.9em;
    margin-bottom: 0.9em; }
    .eventTitleExtra .headings span {
      padding: 5px 0.7em;
      background-color: #eee;
      display: inline-block;
      color: black; }
  .eventTitleExtra .addressWrapper .title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.45em; }
  .eventTitleExtra .addressWrapper address {
    font-size: 1em;
    font-style: normal; }

/* Top of Page Info Container */
.topOfPageInfoContainer {
  background-color: #f1f1f1; }
  .topOfPageInfoContainer .topOfPageInfoWrapper {
    padding-top: 1.5em;
    overflow: hidden;
    display: none; }
    @media (max-width: 56.24em) {
      .topOfPageInfoContainer .topOfPageInfoWrapper {
        padding: 1.5em 0; } }
    .topOfPageInfoContainer .topOfPageInfoWrapper .topOfPageInfo {
      float: left;
      width: 65%;
      padding-right: 20px; }
      @media (max-width: 56.24em) {
        .topOfPageInfoContainer .topOfPageInfoWrapper .topOfPageInfo {
          width: 100%;
          padding-right: 0px; } }
  .topOfPageInfoContainer .toggleBar {
    background-color: #d8d6d7;
    position: relative;
    padding: 0.8em 0 1em;
    clear: both; }
    .topOfPageInfoContainer .toggleBar p {
      margin-bottom: 0;
      font-size: 0.9em;
      font-family: 'Bitter', sans-serif;
      font-weight: bold;
      color: #4d4d4d; }
      @media (max-width: 46.24em) {
        .topOfPageInfoContainer .toggleBar p {
          text-align: center; } }
      .topOfPageInfoContainer .toggleBar p em {
        font-family: 'Lato', sans-serif; }
    .topOfPageInfoContainer .toggleBar a {
      position: absolute;
      bottom: -8px;
      right: 4em;
      color: #4d4d4d;
      font-family: 'Bitter', sans-serif;
      font-weight: bold;
      font-size: 0.9em;
      padding: 0.5em 0.6em 0.6em 1em;
      transition: background-color 0.3s; }
      .topOfPageInfoContainer .toggleBar a:hover {
        text-decoration: none;
        background: #f1f1f1; }
      @media (max-width: 46.24em) {
        .topOfPageInfoContainer .toggleBar a {
          position: relative;
          bottom: inherit;
          right: inherit;
          display: block;
          padding: 10px;
          text-align: center; } }
      .topOfPageInfoContainer .toggleBar a i {
        font-size: 1.2em;
        position: relative;
        left: 0px;
        top: 3px;
        cursor: pointer;
        font-weight: bold;
        transition: all 0.3s; }
    .topOfPageInfoContainer .toggleBar a.active i:before {
      content: "\e611"; }

/* Filter Panel */
.filterPanelContainer {
  margin-top: 30px; }
  .filterPanelContainer .toggleBar {
    background-color: #a00054;
    overflow: hidden; }
    .filterPanelContainer .toggleBar button {
      background: none;
      border: 0;
      color: #fff;
      float: right;
      padding: 10px;
      transition: background-color 0.3s; }
      .filterPanelContainer .toggleBar button:hover, .filterPanelContainer .toggleBar button:focus {
        background-color: #6d0039;
        text-decoration: none; }
      .filterPanelContainer .toggleBar button i {
        position: relative;
        top: 3px; }
    .filterPanelContainer .toggleBar button.active i:before {
      content: '\e611'; }
  .filterPanelContainer .view-filters {
    display: none;
    padding: 30px 0; }
    .filterPanelContainer .view-filters.open {
      display: block; }
    .filterPanelContainer .view-filters .views-exposed-form {
      overflow: hidden; }
      .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets {
        margin: 0;
        width: 100%; }
        .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets .filterBarContainer {
          margin-bottom: 20px; }
          .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets .filterBarContainer .views-exposed-widget {
            margin: 0 2% 0 0;
            padding: 0;
            width: 23.5%; }
            .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets .filterBarContainer .views-exposed-widget:nth-child(4n) {
              margin-right: 0; }
            @media (max-width: 46.24em) {
              .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets .filterBarContainer .views-exposed-widget {
                margin-bottom: 10px;
                width: 48%; } }
            @media (max-width: 31.865em) {
              .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets .filterBarContainer .views-exposed-widget {
                width: 100%; } }
            .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets .filterBarContainer .views-exposed-widget .container-inline-date > .form-item,
            .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets .filterBarContainer .views-exposed-widget .container-inline-date .date-padding,
            .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets .filterBarContainer .views-exposed-widget .container-inline-date .form-item .form-item {
              float: none;
              margin: 0;
              padding: 0;
              width: 100%; }
            .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets .filterBarContainer .views-exposed-widget label {
              display: block;
              font-weight: normal; }
            .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets .filterBarContainer .views-exposed-widget input[type='text'],
            .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets .filterBarContainer .views-exposed-widget input[type='password'],
            .filterPanelContainer .view-filters .views-exposed-form .views-exposed-widgets .filterBarContainer .views-exposed-widget select {
              margin: 0;
              padding: 5px;
              width: 100%; }
      .filterPanelContainer .view-filters .views-exposed-form .filters .left,
      .filterPanelContainer .view-filters .views-exposed-form .filters .right {
        float: left;
        width: 49%; }
        @media (max-width: 46.24em) {
          .filterPanelContainer .view-filters .views-exposed-form .filters .left,
          .filterPanelContainer .view-filters .views-exposed-form .filters .right {
            width: 100%; } }
      .filterPanelContainer .view-filters .views-exposed-form .filters .right {
        float: right; }
      .filterPanelContainer .view-filters .views-exposed-form .filters .filterBlock .filterRow {
        margin: 0 0 10px; }
        .filterPanelContainer .view-filters .views-exposed-form .filters .filterBlock .filterRow input[type='checkbox'],
        .filterPanelContainer .view-filters .views-exposed-form .filters .filterBlock .filterRow input[type='radio'] {
          border: 0;
          height: 20px;
          margin-right: 5px;
          position: relative;
          top: 5px;
          width: 20px; }
        .filterPanelContainer .view-filters .views-exposed-form .filters .filterBlock .filterRow label {
          font-weight: normal;
          position: relative; }
      .filterPanelContainer .view-filters .views-exposed-form .buttonContainer {
        clear: both;
        margin-top: 20px; }
        .filterPanelContainer .view-filters .views-exposed-form .buttonContainer .views-exposed-widget {
          margin: 0 20px 0 0;
          padding: 0;
          width: auto; }
        .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='submit'],
        .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='reset'] {
          border: none;
          border: 1px solid white;
          margin: 0;
          padding: .6em;
          transition: background-color .3s, border-color .3s;
          width: calc(100% - 5em); }
          .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='submit']:focus,
          .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='reset']:focus {
            border-bottom-color: #a00054;
            outline: none; }
        .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='submit'],
        .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='reset'] {
          background-color: #a00054;
          border-color: #a00054;
          color: white;
          width: 5em; }
          .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='submit']:focus, .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='submit']:hover,
          .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='reset']:focus,
          .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='reset']:hover {
            background-color: #54002c;
            border-color: #54002c; }
        .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='reset'] {
          background-color: #eee;
          border-color: #eee;
          color: black; }
          .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='reset']:focus, .filterPanelContainer .view-filters .views-exposed-form .buttonContainer input[type='reset']:hover {
            background-color: #dadada;
            border-color: #dadada; }

/* Pagination */
.allFilter {
  padding: 0; }

.paginationContainer {
  margin-bottom: 60px; }
  .paginationContainer .item-list {
    /* UL */ }
    .paginationContainer .item-list .pager {
      list-style: none;
      margin: 0;
      overflow: hidden;
      padding: 0; }
      .paginationContainer .item-list .pager li {
        float: left;
        margin: 0 6px 0 0;
        padding: 0; }
        .paginationContainer .item-list .pager li a, .paginationContainer .item-list .pager li.pager-current {
          background: #fff;
          display: block;
          padding: 6px 12px; }
          .paginationContainer .item-list .pager li a:focus, .paginationContainer .item-list .pager li.pager-current:focus {
            background-color: #4d4d4d;
            color: #fff; }
        .paginationContainer .item-list .pager li.pager-current {
          background-color: #a00054;
          color: #fff; }
      .paginationContainer .item-list .pager .first a {
        font-size: 0; }
        .paginationContainer .item-list .pager .first a:before {
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          font-size: 1rem;
          display: block;
          font-size: 10px;
          padding: 6px;
          position: relative;
          top: 1px; }
      .paginationContainer .item-list .pager .last a {
        font-size: 0; }
        .paginationContainer .item-list .pager .last a:after {
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          font-size: 1rem;
          display: block;
          font-size: 10px;
          padding: 6px;
          position: relative;
          top: 1px; }
      .paginationContainer .item-list .pager .pager-prev a {
        font-size: 0; }
        .paginationContainer .item-list .pager .pager-prev a:before {
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          font-size: 1rem;
          display: block;
          font-size: 10px;
          padding: 6px;
          position: relative;
          top: 1px; }
      .paginationContainer .item-list .pager .pager-next a {
        display: block;
        padding: 6px;
        position: relative;
        top: 1px; }

.block-current-search h2 {
  margin: 1em 0 0 0; }

.block-current-search .current-search-item-result-count {
  margin: 1em 0; }

.block-facetapi h2 {
  margin: 1em 0 0 0; }

.block-facetapi ul.facetapi-facetapi-links {
  list-style: none;
  padding: 0; }

.block-facetapi li {
  display: inline-block;
  margin-right: 1em; }
  .block-facetapi li a {
    display: block; }

.search-form .container-inline {
  position: relative; }
  .search-form .container-inline .form-item input {
    margin-right: 5em; }

.search-form label {
  margin-bottom: 0.4em; }

.search-form input[type="submit"] {
  width: 5em;
  border: none;
  background-color: #4d4d4d;
  color: white;
  padding: .6em .6em;
  position: absolute;
  right: 0;
  transition: background-color .3s, border-color .3s;
  bottom: 0;
  width: 5em; }

a {
  cursor: pointer; }

@media (min-width: 61.25em) {
  body.has-sidebar .body-content,
  body.node-type-campaign-page .body-content {
    margin: 0 auto;
    max-width: 49.0625em;
    width: 74%; } }

body.has-sidebar .body-content > section > p,
body.node-type-campaign-page .body-content > section > p {
  font-size: 1.1875em; }

body.has-sidebar .body-content > section > ul li,
body.node-type-campaign-page .body-content > section > ul li {
  font-size: 1.1875em; }

body.has-sidebar .body-content--full,
body.node-type-campaign-page .body-content--full {
  max-width: 100%; }

@media (min-width: 61.25em) {
  body.has-sidebar .body-content-container--has-aside,
  body.node-type-campaign-page .body-content-container--has-aside {
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 61.25em) {
  body.has-sidebar .body-content-container--has-aside .body-content,
  body.node-type-campaign-page .body-content-container--has-aside .body-content {
    -ms-flex-preferred-size: 74%;
    flex-basis: 74%;
    margin: 0; } }

body.has-sidebar .body-content-container--has-aside .body-content--full,
body.node-type-campaign-page .body-content-container--has-aside .body-content--full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

@media (min-width: 61.25em) {
  body.has-sidebar .body-content-container--has-aside .body-content-aside,
  body.node-type-campaign-page .body-content-container--has-aside .body-content-aside {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    margin-left: 4em; } }

@media (min-width: 61.25em) {
  body.has-sidebar .body-content-container--has-aside .body-content-aside:nth-of-type(2),
  body.node-type-campaign-page .body-content-container--has-aside .body-content-aside:nth-of-type(2) {
    margin-left: 1em; } }

@media (max-width: 61.24em) {
  .body-content-aside__meta {
    margin: 1.875em 0; } }

@media (min-width: 61.25em) {
  .body-content-aside__meta--document {
    text-align: center; } }

.body-content-aside__meta--document a {
  color: #222; }
  .body-content-aside__meta--document a span {
    display: block; }

.body-content-aside__meta--document p {
  font-size: 1em; }

.body-content-aside__meta--document i {
  font-size: 2.25em; }

@media (max-width: 61.24em) {
  .body-content-aside__social-links {
    margin: 1.875em 0; } }

.body-content-aside__social-links ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px;
  text-align: left;
  background-color: #eeeeee; }
  .body-content-aside__social-links ul li {
    display: inline-block; }
    .body-content-aside__social-links ul li a {
      background: #a00054;
      display: block;
      height: 40px;
      text-align: center;
      width: 40px; }
      .body-content-aside__social-links ul li a i {
        color: #fff;
        line-height: 40px; }

.body-content-aside--hide {
  display: none; }

/* Forms */
.form-item {
  margin-top: 30px; }
  .form-item .description {
    font-size: .9em;
    margin-top: 4px; }
  .form-item label {
    display: block;
    font-weight: 600; }
  .form-item input[type='text'],
  .form-item input[type='email'],
  .form-item input[type='password'],
  .form-item textarea {
    display: block;
    width: 100%; }
  .form-item input,
  .form-item textarea,
  .form-item select {
    border: 1px solid #a00054;
    box-sizing: border-box;
    max-width: 100%;
    padding: 7px 10px 10px !important; }
    .form-item input:focus,
    .form-item textarea:focus,
    .form-item select:focus {
      background-color: #f5f5f5;
      outline: 4px solid #e28c05; }
  .form-item input[type='image'] {
    border: 0; }
  .form-item input[type='checkbox'],
  .form-item input[type='radio'] {
    border: 0;
    float: left;
    height: 15px;
    position: relative;
    top: 4px;
    width: 15px; }
  .form-item input[type='checkbox'] + label,
  .form-item input[type='radio'] + label {
    overflow: hidden;
    padding-left: 5px;
    position: relative; }
  .form-item .form-checkboxes label,
  .form-item .form-radios label {
    font-weight: 400; }
  .form-item .form-checkboxes .form-item,
  .form-item .form-radios .form-item {
    margin-top: 10px; }
  .form-item .webform-datepicker {
    position: relative; }
    .form-item .webform-datepicker input[type='image'] {
      left: 90%;
      position: absolute;
      top: 5px; }
      @media (max-width: 46.24em) {
        .form-item .webform-datepicker input[type='image'] {
          left: 88%; } }
  .form-item .webform-container-inline {
    overflow: hidden;
    vertical-align: top;
    width: 50%; }
    @media (max-width: 46.24em) {
      .form-item .webform-container-inline {
        width: 100%; } }
  .form-item .form-type-select {
    display: inline-block !important;
    margin-left: 1%;
    margin-right: .5%;
    margin-top: 0;
    width: 28%; }
    .form-item .form-type-select:first-child {
      margin-left: 0; }
    .form-item .form-type-select select {
      margin: 0;
      padding: 0;
      width: 100%; }

@media (max-width: 24.99em) {
  .webform-component-time .form-type-select {
    width: 46%; } }

.form-actions {
  margin: 30px 0; }
  .form-actions input[type='submit'],
  .form-actions input[type='reset'] {
    background-color: #4d4d4d;
    border: none;
    border: 1px solid white;
    border-color: #4d4d4d;
    color: white;
    margin: 0;
    padding: .6em;
    transition: background-color .3s, border-color .3s;
    width: calc(100% - 5em);
    width: 5em; }
    .form-actions input[type='submit']:focus, .form-actions input[type='submit']:hover,
    .form-actions input[type='reset']:focus,
    .form-actions input[type='reset']:hover {
      background-color: #555555; }
    .form-actions input[type='submit']:focus,
    .form-actions input[type='reset']:focus {
      outline: 4px solid #e28c05; }
  .form-actions input[type='submit'] {
    background-color: #a00054;
    border-color: #a00054; }
    .form-actions input[type='submit']:focus, .form-actions input[type='submit']:hover {
      background-color: #54002c; }

.captcha {
  margin-top: 30px; }

.form-error-message {
  background-color: #ff0000;
  color: #fff;
  display: block;
  padding: 5px; }

.form-error {
  border-color: #ff0000 !important; }

@media (min-width: 56.25em) {
  .feedbackForm .form-item {
    width: 50%; } }

.feedbackForm .form-item label {
  margin-bottom: 0.4em; }

.feedbackForm.is-hidden {
  display: none; }

#site-map .site-map-message {
  margin-top: 1.3em; }

#site-map .site-map-front-page a {
  font-weight: bold; }

#site-map .site-map-menus > .site-map-box > .content > .site-map-menu {
  padding: 0;
  list-style: none; }
  #site-map .site-map-menus > .site-map-box > .content > .site-map-menu > li > a {
    font-weight: bold; }

/* CMS */
nav.tabs {
  margin-top: 100px; }
  nav.tabs ul.tabs.primary {
    background-color: #e1e1e1;
    margin: 0;
    padding: 20px;
    list-style: none;
    text-align: center; }
    nav.tabs ul.tabs.primary li {
      margin: 0 5px;
      padding: 0;
      list-style: none;
      display: inline-block;
      border: 1px solid #aaa;
      background-color: #f1f1f1; }
      nav.tabs ul.tabs.primary li.active {
        background-color: #555;
        border: 1px solid #555; }
        nav.tabs ul.tabs.primary li.active a {
          color: white; }
      nav.tabs ul.tabs.primary li a {
        display: inline-block;
        padding: 8px 25px; }

@media (min-width: 56.25em) {
  .loginForm .form-item {
    width: 50%; } }

.loginForm .form-item label {
  margin-bottom: 0.4em; }

.messages {
  border: 1px solid #A00054;
  margin: 1em 0;
  padding: 1em; }
  .messages > ul {
    margin: 0;
    padding-left: 1.1em; }
  .messages.status {
    background: #c4e0c1;
    border-color: #4d8f46; }
  .messages.error {
    background: #efcdcd;
    border-color: #b73939; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.comment-wrapper {
  margin-top: 30px; }
  .comment-wrapper .comment {
    margin: 2em 0; }
    .comment-wrapper .comment.comment-unpublished {
      padding: 1em;
      background-color: #f3f3f3; }
  .comment-wrapper h3 {
    font-size: 20px;
    margin-top: 0; }
  .comment-wrapper ul.links {
    margin: 1em 0 0 0;
    list-style: none;
    padding: 0; }
    .comment-wrapper ul.links li {
      display: inline-block;
      padding: .5em 1em;
      margin: 1em .3em 0 0;
      background-color: #eee; }

.CommentForm {
  margin-top: 4em; }
  .CommentForm form {
    width: 50%; }
    @media (max-width: 46.24em) {
      .CommentForm form {
        width: 100%; } }

.title.comment-form {
  margin-bottom: 0.3em; }

.AuthorDetails {
  font-size: 14px; }
  .AuthorDetails .username {
    font-weight: bold; }

.node-type-campaign-page .region-content {
  padding-top: 0; }

.swiper-container {
  height: 300px;
  width: 100%; }
  .swiper-container .swiper-wrapper {
    list-style: none;
    margin: 0;
    padding: 0; }
    .swiper-container .swiper-wrapper .swiper-slide {
      background-color: #222;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content {
        bottom: 40px;
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        width: 100%; }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .container, .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .socialContainer, .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .block-current-search,
        .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .block-facetapi,
        .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .search-form,
        .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .spelling-suggestions, .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content #site-map {
          max-width: 75em;
          padding: 0 10px 7px; }
          @media (min-width: 25em) {
            .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .container, .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .socialContainer, .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .block-current-search,
            .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .block-facetapi,
            .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .search-form,
            .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .spelling-suggestions, .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content #site-map {
              padding: 0 20px 7px; } }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-content-inner {
          background-color: #fff;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 25px;
          position: relative; }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content .swiper-slide-content-inner:after {
            background-color: #e28c05;
            bottom: -7px;
            content: '';
            display: block;
            height: 7px;
            left: 0;
            position: absolute;
            width: 80px; }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content h1,
        .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content p {
          margin-bottom: 0;
          max-width: 75%; }
          @media (max-width: 61.24em) {
            .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content h1,
            .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content p {
              max-width: 100%; } }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content h1:after,
          .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content p:after {
            content: none; }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content a {
          color: #222; }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content h1 {
          color: #222;
          margin: 0; }
          @media (max-width: 46.24em) {
            .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content h1 {
              font-size: 20px; } }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content a + a {
          color: #222; }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content p {
          color: #222;
          font-size: 18px;
          text-decoration: none; }
          @media (max-width: 46.24em) {
            .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content p {
              font-size: 14px; } }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content p.slide-title {
            font-family: 'Bitter', sans-serif;
            font-size: 2em;
            font-weight: 500; }
            @media (max-width: 46.24em) {
              .swiper-container .swiper-wrapper .swiper-slide .swiper-slide-content p.slide-title {
                font-size: 20px; } }
  .swiper-container .swiper-button-white {
    background-color: rgba(0, 0, 0, 0.4);
    background-size: 13.5px 22px;
    border: 0;
    height: 40px;
    width: 40px; }
    .swiper-container .swiper-button-white:hover, .swiper-container .swiper-button-white:focus {
      background-color: rgba(0, 0, 0, 0.75); }
    .swiper-container .swiper-button-white:focus {
      outline: 2px solid #e28c05; }
    @media (max-width: 61.24em) {
      .swiper-container .swiper-button-white {
        background-color: rgba(0, 0, 0, 0.15);
        margin-top: 0;
        top: 10px; } }
  .swiper-container .swiper-button-prev {
    left: 20px; }
  .swiper-container .swiper-button-next {
    right: 20px; }

.accordions {
  margin-bottom: 20px; }

.accordion {
  border: 2px solid #e9e9e9;
  margin-top: 20px;
  position: relative; }
  .accordion:before {
    background-color: #9f0054;
    bottom: -2px;
    content: '';
    display: block;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 7px;
    z-index: 1; }
  .accordion h4 {
    margin: 0; }

.accordion-header {
  margin: 0; }

.accordion-title {
  background-color: transparent;
  border: 0;
  position: relative;
  display: block;
  font-family: Bitter, sans-serif;
  font-size: 16px;
  color: inherit;
  padding: 20px 69px 20px 32px;
  text-align: left;
  width: 100%; }

.accordion + .accordion {
  margin-top: 20px; }

.accordion-toggle {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -17px;
  font-family: "Frutiger W01", Arial, sans-serif; }
  .accordion-toggle:hover, .accordion-toggle:focus {
    background-color: #eee; }
  .accordion-toggle:focus {
    outline: 2px dotted #e28c05; }

.accordion-button {
  background-color: #4d4d4d;
  color: #fff;
  display: inline-block;
  font-style: normal;
  height: 34px;
  line-height: 31px;
  margin-left: 10px;
  padding-right: 1px;
  text-align: center;
  vertical-align: middle;
  width: 34px; }
  .accordion-button:before {
    content: '+';
    font-family: sans-serif; }
    .open .accordion-button:before {
      content: '—'; }

.accordion-body {
  display: block;
  padding: 30px 25px 45px 32px; }
  .js .accordion-body {
    display: none; }
  .js .open .accordion-body {
    display: block; }

.view-our-work form label {
  color: #222222;
  display: block;
  font-family: 'Bitter', sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 33px;
  margin-bottom: 1rem; }

.view-our-work form .views-widget {
  float: left;
  width: calc(100% - 75px); }
  @media (min-width: 61.25em) {
    .view-our-work form .views-widget {
      width: calc(100% - 200px); } }

.view-our-work form input[type="text"].form-text {
  background: #FFFEFE;
  border: 1px solid #979797;
  border-right: 0;
  color: #767676;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  height: 55px;
  line-height: 26px;
  width: 100%; }

.view-our-work form .views-submit-button {
  float: left;
  margin: 0;
  padding: 0;
  width: 75px; }
  @media (min-width: 61.25em) {
    .view-our-work form .views-submit-button {
      width: 200px; } }

.view-our-work form input[type="submit"].form-submit {
  background: #A00054;
  border: 0;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  height: 55px;
  line-height: 26px;
  margin-top: 0;
  text-align: center;
  width: 100%; }

.view-our-work .attachment {
  margin-bottom: 20px;
  margin-top: 10px;
  overflow: hidden; }
  .view-our-work .attachment .view-content ol {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (max-width: 46.24em) {
      .view-our-work .attachment .view-content ol {
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .view-our-work .attachment .view-content ol li + li {
          margin-left: 10px; } }
  .view-our-work .attachment .view-content .views-summary {
    display: block;
    padding: 0 2px; }
    @media (max-width: 46.24em) {
      .view-our-work .attachment .view-content .views-summary {
        height: 25px; } }
    .view-our-work .attachment .view-content .views-summary a.current {
      font-family: 'Bitter', sans-serif;
      height: 25px;
      text-decoration: underline;
      text-decoration-thickness: 2px; }
      @media (min-width: 46.25em) {
        .view-our-work .attachment .view-content .views-summary a.current {
          border-bottom: 5px solid #a00054;
          font-size: 3em;
          height: auto;
          text-decoration: none; } }
    @media (max-width: 46.24em) {
      .view-our-work .attachment .view-content .views-summary {
        float: left; } }
    .view-our-work .attachment .view-content .views-summary:first-child {
      padding-left: 0; }
    .view-our-work .attachment .view-content .views-summary:last-child {
      padding-right: 0; }
  .view-our-work .attachment .view-content a,
  .view-our-work .attachment .view-content span {
    font-size: 18px; }
  .view-our-work .attachment .view-content a {
    color: #a00054;
    font-weight: 600; }
    .view-our-work .attachment .view-content a:hover, .view-our-work .attachment .view-content a:focus {
      color: #ba0061;
      text-decoration: underline; }
  .view-our-work .attachment .view-content span {
    color: #767676; }
  .view-our-work .attachment .view-content > a:last-child {
    color: #A00054; }
    @media (max-width: 46.24em) {
      .view-our-work .attachment .view-content > a:last-child {
        float: right; } }
    .view-our-work .attachment .view-content > a:last-child:hover, .view-our-work .attachment .view-content > a:last-child:focus {
      color: #870047; }

.view-our-work .view-content {
  display: block; }
  .view-our-work .view-content .views-row {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    max-width: none; }
    .view-our-work .view-content .views-row > .our-work-letter {
      color: #a00054;
      font-family: 'Bitter', sans-serif;
      font-size: 1.7em;
      font-weight: 700;
      height: 25px;
      margin: .7em 0 .35em;
      padding: 0 10px;
      width: 100%; }
      @media (min-width: 46.25em) {
        .view-our-work .view-content .views-row > .our-work-letter {
          font-size: 3.2em;
          height: auto;
          line-height: 28px;
          text-decoration: none; } }
      .view-our-work .view-content .views-row > .our-work-letter:after {
        display: none; }
    .view-our-work .view-content .views-row .views-field {
      display: block;
      height: 1px;
      min-height: 135px;
      padding: 10px;
      width: 100%; }
      @media (min-width: 31.875em) and (max-width: 61.24em) {
        .view-our-work .view-content .views-row .views-field {
          float: left;
          width: 50%; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        .view-our-work .view-content .views-row .views-field {
          float: left;
          width: 33.333333333333333333%; } }
      @media (min-width: 61.25em) {
        .view-our-work .view-content .views-row .views-field {
          float: left;
          width: 25%; } }
      .view-our-work .view-content .views-row .views-field span {
        display: block;
        display: table;
        height: 100%;
        width: 100%; }
        .view-our-work .view-content .views-row .views-field span a {
          background-color: #f5f5f5;
          color: #a00054;
          display: block;
          display: table-cell;
          font-size: 18px;
          height: 100%;
          padding: 20px;
          position: relative;
          text-align: center;
          text-decoration: none;
          vertical-align: middle; }
          .view-our-work .view-content .views-row .views-field span a:hover, .view-our-work .view-content .views-row .views-field span a:focus {
            background-color: #e8e8e8; }
  .view-our-work .view-content thead {
    display: none; }

.view-our-work .paginationContainer {
  display: none; }

.contents-wrapper {
  padding: 30px 0; }
  .contents-wrapper h2 {
    font-family: 'Frutiger W01';
    font-size: 20px;
    margin-bottom: 0; }
    .contents-wrapper h2:after {
      display: none; }
  .contents-wrapper .menu {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    font-size: 18px;
    list-style: none;
    margin-top: 5px;
    padding: 0; }
    @media (min-width: 25em) {
      .contents-wrapper .menu {
        -webkit-column-count: 2;
        column-count: 2; } }
    @media (min-width: 46.25em) {
      .contents-wrapper .menu {
        -webkit-column-count: 3;
        column-count: 3; } }
    .contents-wrapper .menu li {
      line-height: 45px; }
      .contents-wrapper .menu li:before {
        content: '- '; }

/**
  @landing page
---------------------------------------------------------
  core/_landing-page.scss
--------------------------------------------------------

  - Category Listing/Landing page styling
    - Sections with headings and link panels

------------------------------------------------------ */
.category-listing--section--title {
  color: #e28c05;
  display: -ms-flexbox;
  display: flex;
  font-family: Bitter, sans-serif;
  font-size: 1.5em;
  margin: 1.5rem 0; }
  .category-listing--section--title:after {
    visibility: hidden; }

.category-listing--section--link {
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 1rem;
  transition: background-color .3s;
  width: 100%; }
  .category-listing--section--link:hover, .category-listing--section--link:focus {
    background-color: #e8e8e8;
    text-decoration: none; }
    .category-listing--section--link:hover svg, .category-listing--section--link:focus svg {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  .category-listing--section--link:focus {
    outline: 2px dotted #a00054; }
  .category-listing--section--link p {
    margin: 0;
    padding-right: 5px; }
  .category-listing--section--link svg {
    height: 30px;
    min-width: 30px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    width: 30px; }

@media (max-width: 46.24em) {
  .category-listing--section--links > * + * {
    margin-top: 1rem; } }

@media (min-width: 46.25em) {
  .category-listing--section + .category-listing--section {
    margin-top: -20px; }
  .category-listing--section--title {
    font-size: 2.2rem;
    line-height: 1; }
  .category-listing--section--links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    .category-listing--section--links > * + * {
      margin-left: 1rem; }
  .category-listing--section--link {
    margin: 0 10px 20px 10px;
    max-width: calc(100% / 3 - 20px);
    padding-bottom: 3rem;
    padding-top: 3rem; } }

@media (min-width: 61.25em) {
  .category-listing--section--link {
    max-width: calc(100% / 4 - 20px); } }

@media (max-width: 46.24em) {
  .node-type-category-listing-page .masonryWrapper {
    padding: 0; } }
