@charset "UTF-8";
/* Settings */
/* Tools */
/*----------------------------*/
/*----------- Mixins-----------*/
/*----------------------------*/
/* Sprites */
 .c-breadcrumbs i::before, .c-event-detail__availability::before, .c-event-detail__content-where::before, .c-event-detail__content-date::before, .c-emergency-notice__close, .c-sub-nav__item::before {
  background: url("../images/sprite.svg") no-repeat;
}

 .c-breadcrumbs i::before {
  background-position: 89.39393939393939% 40.77669902912621%;
}

 .c-breadcrumbs i::before {
  width: 6px;
  height: 11px;
}

 .c-event-detail__availability::before {
  background-position: 36.69724770642202% 59.75609756097561%;
}

 .c-event-detail__availability::before {
  width: 29px;
  height: 32px;
}

 .c-event-detail__content-where::before {
  background-position: 81.98198198198199% 0;
}

 .c-event-detail__content-where::before {
  width: 27px;
  height: 34px;
}

 .c-event-detail__content-date::before {
  background-position: 29.62962962962963% 95.34883720930233%;
}

 .c-event-detail__content-date::before {
  width: 30px;
  height: 28px;
}

 .c-emergency-notice__close {
  background-position: 0 100%;
}

 .c-sub-nav__item::before {
  background-position: 58.47457627118644% 51.578947368421055%;
}

 .c-sub-nav__item::before {
  width: 20px;
  height: 19px;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/**
 * Add the correct font style in Android 4.3-.
 */

/**
 * Add the correct background and color in IE 9-.
 */

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

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

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

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */

iframe,
img,
svg {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

/**
 * Add the correct display in iOS 4-7.
 */

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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

/*
 * Add the correct display in all browsers.
 */

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

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

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

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */

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

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

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

/* Base */
html {
  background-color: #ffffff;
  box-sizing: border-box;
  height: 100%;
  font-size: 10px;
}

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

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

hr {
  border: 1px solid #e8edee;
}

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

a:focus,
button:focus,
input:focus {
  outline: 2px solid #41b6e6;
}

main {
  overflow: hidden;
}

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

h1, .h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  font-family: "Frutiger LT W01_65 Bold";
}

h2, .h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  line-height: 3.4rem;
  padding-bottom: 20px;
  font-family: "Frutiger LT W01_65 Bold";
}

h3, .h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
}

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

a {
  color: #006ab4;
}

a:hover {
  color: #006ab4;
}

p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Frutiger LT W01_45 Light";
}

@media screen and (min-width: 375px) {
  p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}

/* Objects */
.o-grid, .container {
  max-width: 1040px;
  margin: 0 auto;
}

.o-grid::after, .container::after {
  clear: both;
  content: "";
  display: block;
}

.o-grid__full {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
}

.o-grid.align-center, .container.align-center {
  align-items: center;
  display: flex;
}

.o-grid-col-4 {
  width: calc(33.33333% - 20px);
  float: left;
  margin-left: 15px;
}

 .col-xs-12 {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
}

@media screen and (min-width: 1024px) {
  .col-md-6 {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .o-grid, .container {
    max-width: 1200px;
  }
}

/* Top level nav */
/* Dropdowns */

/* Top level nav items */

/* Top level hover state, preserve hover state when hovering dropdown  */

.o-icon {
  display: inline-block;
}

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

.o-media {
  overflow: hidden;
  padding: 1rem;
  margin: 0 0 1rem 0;
}

.o-media__image {
  margin: 0 0 1rem 0;
}

.o-media__content, .o-media__content-title {
  overflow: hidden;
}

.o-media__content-title {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .o-media__image {
    float: left;
    height: 200px;
    width: 200px;
    margin: 0 1rem 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .o-media__image {
    height: 220px;
    width: 220px;
  }
}

/*#########################*/
/*#########################*/
/* VC Components */
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #36353e;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  font-family: "Frutiger LT W01_65 Bold";
  padding-left: 38px;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel {
  border-top: 0;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #36353e;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border: 0;
  border-radius: 0;
  background-color: transparent !important;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent !important;
  border: 0;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  border: 0;
  border-radius: 0;
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 0;
}

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 1px;
}

body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid #707070;
  transform: rotate(-90deg);
}

body.wpb-js-composer .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  transform: rotate(0deg);
}

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 1120px) {
  body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    margin-left: 17px;
  }
  body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
    padding: 22px 20px;
  }
  body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: -23px;
  }
}

/* Print */
.print-only {
  display: none;
}

@media print {
  .print-only {
    display: block !important;
  }
  .c-emergency-notice,
  .c-skip-links,
  .c-top-bar,
  .c-site-header,
  .c-site-nav,
  .c-breadcrumbs,
  .c-section-nav-link.u-mobile-only,
  .c-page-header,
  .c-page-header--location,
  .c-site-footer__links,
  .c-site-footer__logos,
  .c-site-footer__social,
  .c-site-footer__content,
  .c-side-nav,
  .c-print-page {
    display: none !important;
  }
  .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
    display: block !important;
    height: auto !important;
  }
}

/*#########################*/
/*#########################*/
/* Components */
.c-top-bar {
  display: none;
}

@media screen and (min-width: 1024px) {
  .c-top-bar {
    color: #36353e;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: #f0f5f6;
    z-index: 1001;
    transition: top 0.3s ease-in-out;
    top: 0;
    vertical-align: middle;
  }
  .c-top-bar span {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .c-top-bar img {
    height: 25px;
    width: auto;
  }
  .c-top-bar__menu {
    margin-left: 0;
    width: 100%;
  }
  .c-top-bar__menu-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: right;
  }
  .c-top-bar__menu-item {
    float: left;
    border-right: 1px solid #ffffff;
  }
  .c-top-bar__menu-item:first-of-type {
    border-left: 1px solid #ffffff;
  }
  .c-top-bar__menu-link {
    display: block;
    color: #ffffff;
    padding: 0 0.75em;
    line-height: 38px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
  }
  .c-top-bar__menu-link:hover {
    background-color: #006ab4;
    color: #ffffff;
  }
  .c-top-bar--menu {
    display: block;
    position: relative;
    max-height: 38px;
    background-color: #312783;
  }
  .c-top-bar--menu img {
    height: auto;
  }
}

.c-site-header {
  height: 72px;
  border-bottom: 1px #312783 solid;
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1001;
  background-color: #ffffff;
  top: 0;
  transition: top 0.3s ease-in-out;
}

.c-site-header__inner {
  background-color: #ffffff;
  width: 100%;
  display: flex;
}

.c-site-header__logo {
  padding-left: 15px;
}

.c-site-header__right {
  align-self: flex-end;
  position: relative;
  margin-left: auto;
  display: flex;
}

.c-site-header__right .search-container {
  display: none;
}

.c-site-header__right-right {
  display: none;
}

.c-site-header__logo img {
  max-width: 220px;
}

.c-site-header__logo-link {
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url("../images/lco-logo.svg");
  height: 49px;
  margin-top: 14px;
  width: 225px;
  background-size: 206px;
}

@media screen and (min-width: 768px) {
  .c-site-header__logo-link {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .c-site-header {
    height: 115px;
    top: 0;
    border-bottom: 0;
  }
  .c-site-header__inner {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    background-color: #ffffff;
  }
  .c-site-header__inner > div {
    flex-basis: 50%;
  }
  .c-site-header__logo-link {
    height: 80px;
    margin-top: 28px;
    margin-left: 0px;
    width: 280px;
    background-size: 100%;
  }
  .c-site-header__right {
    margin-top: 0;
    justify-content: flex-end;
    height: 100%;
    padding-top: 32px;
    padding-right: 15px;
  }
  .c-site-header__right-right {
    display: flex;
  }
  .c-site-header__right .c-button {
    height: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .c-site-header__inner {
    width: 1200px;
  }
}
.c-site-nav {
  background: #312783;
  padding: 36px 20px 20px;
  display: none;
}

.c-site-nav.is-active {
  display: block;
}

.c-site-nav__menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-site-nav__item {
  display: block;
}

.c-site-nav__item:not(:first-of-type) {
  margin-top: 6px;
}

.c-site-nav__item:last-of-type {
  margin-bottom: 36px;
}

.c-site-nav__link {
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  font-family: "Frutiger LT W01_55 Roman";
}

.c-site-nav__link:hover {
  color: #ffffff;
}

.c-site-nav__dropdown {
  display: none;
}

.c-site-nav__dropdown h3, .c-site-nav__dropdown-link {
  color: #fff;
}

.c-site-nav__menu--secondary {
  border-bottom: none;
  display: block;
  margin-top: 24px;
}

.c-site-nav__menu--secondary .c-site-nav__link {
  font-size: 18px;
}

.c-site-nav__menu--social {
  border-bottom: none;
}

.c-site-nav__menu--social .c-site-nav__item:not(:last-of-type) {
  display: block;
  float: left;
  margin-right: 10px;
}

.c-site-nav__menu--social .c-site-nav__link {
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 38px;
  width: 38px;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}

.c-site-nav__menu--social .c-site-nav__link--facebook {
  background-image: url("../images/social-icon-facebook--white.png");
}

.c-site-nav__menu--social .c-site-nav__link--twitter {
  background-image: url("../images/social-icon-twitter--white.png");
}

@media screen and (max-width: 767px) {
  .c-site-nav__dropdown {
    padding-top: 0.5em;
    padding-bottom: 2em;
  }
  .c-site-nav__dropdown-link {
    display: block;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .c-site-nav__dropdown--services {
    padding: 0;
    padding-bottom: 24px;
    margin: 0;
    list-style: none;
  }
}

@media screen and (min-width: 1024px) {
  .c-site-nav {
    background-color: #312783;
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 10011;
    transition: top 0.3s ease-in-out;
  }
  .c-site-nav .show-menu,
  .c-site-nav .show-menu-focussed {
    display: block;
  }
  .c-site-nav__nav-up {
    top: 0;
  }
  .c-site-nav__nav-down {
    top: 0;
  }
  .c-site-nav__home-link {
    padding-left: 0;
  }
  .c-site-nav__home-link svg {
    margin-top: -6px;
  }
  .c-site-nav__home-link svg polygon {
    fill: #ffffff;
  }
  .c-site-nav__menu {
    border: none;
    padding: 0;
    margin: 0;
    width: 1024px;
    margin: 0 auto;
    display: flex;
    position: relative;
  }
  .c-site-nav .search-container {
    display: none;
  }
  .c-site-nav__item {
    display: inline-block;
    margin: 0;
  }
  .c-site-nav__item:last-of-type {
    margin-bottom: 0;
  }
  .c-site-nav__item:not(:first-of-type) {
    margin-top: 0;
  }
  .c-site-nav__link {
    display: block;
    color: #ffffff;
    padding: 4px 15px 2px;
    vertical-align: middle;
    line-height: 2.5;
    font-size: 20px;
    min-height: 55px;
  }
  .c-site-nav__link:hover {
    color: #36353e;
    position: static;
  }
  .c-site-nav__link:hover, .c-site-nav__link:focus,
  .c-site-nav__item.is-current .c-site-nav__link {
    background-color: #312783;
    color: #ffffff;
  }
  .c-site-nav__item.current-menu-item .c-site-nav__link {
    position: relative;
    background-color: #009bbd;
  }
  .c-site-nav__item.menu-item-has-children .c-site-nav__link {
    position: relative;
    padding-right: 1.6em;
  }
  .c-site-nav__item.menu-item-has-children .c-site-nav__link::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../images/menu-dropdown-arrow.svg");
    background-position: center;
    width: 9px;
    height: 9px;
    right: 0.6em;
    top: 26px;
    background-repeat: no-repeat;
    background-size: 9px;
  }
  .c-site-nav__dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    background: #ffffff;
    min-height: 200px;
    z-index: 10;
    border-bottom: 6px solid #312783;
    padding: 20px 5px;
    color: #522583;
  }
  .c-site-nav__dropdown h3 {
    color: #36353e;
    border-bottom: 4px solid #768692;
    padding-bottom: 6px;
  }
  .c-site-nav__dropdown::before, .c-site-nav__dropdown::after {
    content: '';
    background: inherit;
    position: absolute;
    top: 6px;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: inherit;
  }
  .c-site-nav__dropdown::before {
    left: 0;
    top: 6px;
    margin-left: -100%;
    border: 6px solid #312783;
    border-right: none;
    border-top: none;
  }
  .c-site-nav__dropdown::after {
    right: 0;
    margin-right: -100%;
    border: 6px solid #312783;
    border-left: none;
    border-top: none;
  }
  .c-site-nav__dropdown-link {
    color: #231f20;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
    padding: 0.2em 0;
  }
  .c-site-nav__dropdown-link:hover {
    text-decoration: underline;
    color: #36353e;
    margin-left: 2px;
  }
  .c-site-nav__menu--secondary, .c-site-nav__menu--social {
    display: none;
  }
  .c-site-nav__dropdown--sub-menu {
    width: 340px;
    border: 6px solid #312783;
    left: auto;
  }
  .c-site-nav__dropdown--sub-menu::before, .c-site-nav__dropdown--sub-menu::after {
    content: none;
  }
  .c-site-nav__dropdown--services {
    padding-bottom: 40px !important;
    border-top: 6px solid #312783;
    top: 50px;
    padding-bottom: 20px;
  }
  .c-site-nav__dropdown--services > div {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 10px;
  }
  .c-site-nav__dropdown--services::before, .c-site-nav__dropdown--services::after {
    bottom: -6px;
    border-top: 3px solid #312783;
    height: auto;
    top: -3px;
  }
  .c-site-nav__dropdown--services .c-site-nav__dropdown-list {
    padding-left: 0;
  }
  .c-site-nav__dropdown--services .c-site-nav__dropdown-item {
    padding-left: 0;
  }
  .c-site-nav__dropdown--services .c-site-nav__dropdown-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  .c-site-nav__dropdown--services .c-sub-nav {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .c-site-nav__dropdown--services .c-sub-nav__item::before {
    top: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .c-site-nav__menu {
    width: 1170px;
  }
  .c-site-nav__dropdown--courses .c-site-nav__dropdown-link {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  .c-site-nav__dropdown--courses .c-sub-nav__item::before {
    top: 4px;
  }
}
.c-site-footer {
  background: #ffffff;
  min-height: 200px;
  border-top: 1px solid #707070;
  padding-top: 25px;
  margin-top: 80px;
}

.c-site-footer::after {
  clear: both;
  content: "";
  display: block;
}

.c-site-footer .container {
  position: relative;
}

.c-site-footer__scroll-to-top {
  display: none;
  background: #e8edee;
  padding: .5em .5em;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: -66px;
  left: 0;
  z-index: 0;
  color: #36353e;
}

.c-site-footer__scroll-to-top:hover {
  background: #d9e2e3;
}

.c-site-footer__main, .c-site-footer__links {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
}

.c-site-footer__main p, .c-site-footer__links p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}

.c-site-footer__main {
  margin-bottom: 0px;
}

.c-site-footer__brand img {
  width: 205px;
}

.c-site-footer__content {
  margin-top: 36px;
}

.c-site-footer__content-text {
  color: #231f20;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-site-footer__social {
  margin-top: 24px;
}

.c-site-footer__social-link {
  text-decoration: none;
}

.c-site-footer__social-link:not(:last-of-type) {
  margin-right: 10px;
}

.c-site-footer__social svg {
  width: 38px;
  height: 38px;
}

.c-site-footer__social svg .icon-bg {
  fill: #009bbd;
}

.c-site-footer__links {
  margin-bottom: 24px;
  border-top: 2px solid #e8edee;
  font-size: 13px;
  font-size: 1.3rem;
}

.c-site-footer__links p {
  margin-top: 10px;
}

.c-site-footer__links-item {
  line-height: 2;
}

.c-site-footer__links-item a {
  color: #36353e;
}

.c-site-footer__every1 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
}

.c-site-footer__every1 a {
  color: #36353e;
}

.c-site-footer__logos {
  padding: 15px 0 5px;
  display: flex;
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
  list-style: none;
  flex: 0 0 100%;
  align-items: center;
  margin-top: 0;
}

.c-site-footer__logos img {
  max-height: 70px;
  display: block;
}

.c-site-footer__logo-wrapper {
  width: 26%;
  margin-right: 15px;
  max-width: 180px;
  height: 65px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .c-site-footer__content-text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .c-site-footer__scroll-to-top {
    padding: 1em 2em;
    font-size: 16px;
    font-size: 1.6rem;
    top: -84px;
  }
  .c-site-footer__main {
    padding: 30px 0 10px;
  }
  .c-site-footer__links {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
  }
  .c-site-footer__links p {
    margin-top: 0;
  }
  .c-site-footer__links-item:not(:last-of-type)::after {
    content: '/';
    color: #e8edee;
    margin-left: 10px;
    margin-right: 10px;
  }
  .c-site-footer__social-link {
    margin-bottom: 5px;
  }
  .c-site-footer__logos {
    justify-content: left;
    padding-top: 30px;
  }
  .c-site-footer__logo-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
  .c-site-footer__social {
    display: flex;
    flex-direction: column;
  }
  .c-site-footer__social-link:hover svg .icon-bg {
    fill: #0086a4;
  }
}

@media screen and (min-width: 1024px) {
  .c-site-footer__brand {
    width: calc(33.33333% - 20px);
    float: left;
    margin-left: 15px;
  }
  .c-site-footer__brand img {
    width: 280px;
  }
  .c-site-footer__main {
    padding-top: 100px;
  }
  .c-site-footer__content {
    width: calc(58.33333% - 23.75px);
    float: left;
    margin-left: 15px;
    margin-top: 0;
    display: flex;
  }
  .c-site-footer__content-text p {
    margin-top: 0;
    padding-right: 10px;
    padding-left: 15px;
  }
  .c-site-footer__social {
    width: calc(8.33333% - 16.25px);
    float: left;
    margin-left: 15px;
    margin-top: 0;
  }
  .c-site-footer__social-link {
    float: right;
    margin-right: 0;
  }
  .c-site-footer__social-link:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .c-site-footer__links {
    border-width: 1px;
  }
  .c-site-footer__links ul {
    display: flex;
  }
  .c-site-footer__links ul li {
    line-height: 1.5;
  }
  .c-site-footer__logos {
    width: 100%;
    border-width: 1px;
    padding-top: 35px;
    padding-bottom: 20px;
  }
}

.c-page-header {
  background: #d7c8df;
  min-height: 88px;
}

.c-page-header__content {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: left;
  min-height: 100px;
  flex-direction: column;
}

.c-page-header__title {
  display: block;
  color: #36353e;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.c-page-header__sub-title {
  display: inline-block;
  color: #312783;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Frutiger LT W01_65 Bold";
}

.c-page-header__image {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-page-header {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .c-page-header > .container {
    display: flex;
    flex-wrap: wrap;
  }
  .c-page-header__content {
    min-height: 140px;
    flex-basis: 62%;
    padding-left: 3.2em;
  }
  .c-page-header__image {
    display: block;
    flex-basis: 50%;
    width: 50%;
    margin-left: auto;
  }
  .c-page-header--article .c-page-header__image::before {
    background: #e8edee;
  }
  .c-page-header__map {
    display: block;
    flex-basis: 50%;
    width: 50%;
    margin-left: auto;
  }
  .c-page-header__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-page-header {
    max-height: 432px;
    min-height: 200px;
  }
  .c-page-header__content {
    padding-right: 30px;
  }
  .c-page-header__title--custom {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
  .c-page-header__content {
    padding-left: 1em;
    position: absolute;
    height: 100%;
    width: 518px;
    right: 50%;
  }
  .c-page-header__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
  .c-page-header--article {
    max-height: 250px;
  }
}

@media screen and (min-width: 1200px) {
  .c-page-header__title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 39px;
    line-height: 3.9rem;
  }
}

@media screen and (min-width: 1200px) {
  .c-page-header__content {
    width: 595px;
  }
}

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

.c-side-nav {
  margin-bottom: 2em;
  padding: 15px;
  background-color: #f0f5f6;
}

.c-side-nav__title {
  padding: 0.2em 0 .5em 15px;
  margin: 0;
}

.c-side-nav__nav {
  padding: 10px 20px 20px;
  margin-top: 0;
}

.c-side-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-side-nav__link, .c-side-nav a {
  display: block;
  color: #231f20;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
  background-image: url("../images/side-nav--grey.svg");
  background-position: center left;
  background-size: 9px;
  background-repeat: no-repeat;
  padding: 0.5em 0 0.5em 1.5em;
}

.c-side-nav__link:hover, .c-side-nav a:hover {
  text-decoration: underline;
  color: #006ab4;
}

.c-side-nav .children {
  display: none;
  background-color: #ffffff;
  margin: 5px 0 5px 30px;
  padding: 10px 10px 10px 15px;
}

.c-side-nav .children .children {
  padding: 0 10px 0 15px;
  margin: 0;
  display: block;
}

.c-side-nav .children .children a {
  font-family: "Frutiger LT W01_55 Roman";
  padding-left: 15px;
  position: relative;
  text-decoration: underline;
}

.c-side-nav .children .children a::before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  background-color: #36353e;
  left: -8px;
  top: 22px;
}

.c-side-nav .children a {
  background: none;
  font-family: "Frutiger LT W01_65 Bold";
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .c-side-nav__link, .c-side-nav a {
    text-decoration: none;
  }
}

.c-accordion {
  margin: 20px 0;
}

.c-accordion__item {
  border-top: 8px solid #009bbd;
}

.c-accordion__title {
  display: block;
  padding: 0.8em 0 0.8em 0;
  text-decoration: none;
  color: #231f20;
  position: relative;
}

.c-accordion__title:hover {
  text-decoration: underline;
}

.c-accordion__title-heading {
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  padding-left: 37px;
}

.c-accordion__arrow svg {
  position: absolute;
  height: 14px;
  width: 14px;
  transform: rotate(-90deg);
  margin-top: 10px;
  vertical-align: middle;
  transition: all 0.2s ease;
}

.c-accordion__arrow svg path {
  fill: #707070;
}

.c-accordion__content {
  display: none;
  padding-bottom: 20px;
}

.c-accordion__item.is-active .c-accordion__arrow svg {
  transform: rotate(0deg);
}

.c-accordion--sidebar .c-accordion__title {
  padding: 0.8em 0 0.8em 0;
  margin-left: -40px;
}

.c-accordion--sidebar .c-accordion__title-heading {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding-left: 54px;
  padding-top: 3px;
  color: #ffffff;
}

.c-accordion--sidebar .c-accordion__title-heading:hover {
  text-decoration: none;
}

.c-accordion--sidebar .c-accordion__arrow {
  margin-left: 20px;
}

@media screen and (min-width: 1024px) {
  .c-accordion--sidebar .c-accordion__title-heading {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-accordion__title-heading {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.c-accordion--highlighted__item {
  background-color: #eae2ee;
  padding-left: 15px;
  padding-right: 15px;
}

.c-accordion--highlighted__content h3 {
  color: #707070;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 5px;
}

.c-accordion--highlighted__content__address {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.c-accordion--highlighted__content__address p {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .c-accordion--highlighted__item {
    padding: 5px 25px 25px;
  }
}

.c-accordion--location {
  position: relative;
}

.c-accordion--location iframe {
  width: 50%;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .c-accordion--location .c-accordion--highlighted__content__address {
    position: absolute;
    top: 50px;
    left: 55%;
  }
}

.c-accordion--services .c-accordion__item {
  border-top: none;
}

.c-accordion--latest-posts {
  border-top: 4px solid #009bbd;
}

.c-accordion--latest-posts__title-heading {
  color: #36353e !important;
  padding-left: 34px !important;
  font-family: "Frutiger LT W01_65 Bold";
}

.c-accordion--latest-posts__item {
  border-top: none;
  margin-left: 40px;
  margin-right: 20px;
  padding-bottom: 0;
}

.c-accordion--latest-posts__item:last-of-type {
  border-bottom: none;
}

.c-accordion--latest-posts__content {
  margin-left: -20px;
  padding-top: 15px;
}

.c-accordion--latest-posts__arrow {
  margin-left: 3px !important;
}

.c-accordion--latest-posts__arrow svg path {
  fill: #36353e;
}

.c-accordion--latest-posts__item.is-active .c-accordion--latest-posts__arrow svg path {
  fill: #36353e;
}

@media screen and (min-width: 768px) {
  .c-accordion--latest-posts__title-heading {
    font-size: 20px;
  }
}

.c-accordion--resources .c-accordion__item {
  margin-left: 0;
  border-top: none;
}

.c-accordion--resources .c-accordion__item.is-active .c-accordion__arrow img {
  transform: rotate(45deg);
}

.c-accordion--resources .c-accordion__content {
  margin-left: 0;
  padding-left: 40px;
}

.c-accordion--resources .c-accordion__arrow svg,
.c-accordion--resources .c-accordion__arrow img {
  position: absolute;
  height: 18px;
  width: 18px;
  transform: rotate(-90deg);
  margin-top: 10px;
  vertical-align: middle;
  transition: all 0.2s ease;
}

@media (min-width: 1024px) {
  .c-accordion--resources .c-accordion__arrow svg,
  .c-accordion--resources .c-accordion__arrow img {
    margin-top: 6px;
  }
}

.c-accordion--resources .c-accordion__arrow svg path {
  fill: transparent;
}

.c-accordion--resources .c-accordion__title:focus {
  outline: none;
}

/*#########################*/
/*#########################*/
.c-emergency-notice {
  position: relative;
  width: 100%;
  padding: 24px 45px 20px 15px;
  transition: all 0.2s ease;
  background-color: #ffff00;
  display: none;
}

.c-emergency-notice__message-box {
  position: relative;
}

.c-emergency-notice__message-box h2,
.c-emergency-notice__message-box h3 {
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 3px;
}

.c-emergency-notice__message-box p {
  margin: 0;
  font-size: 18px;
}

.c-emergency-notice__message-box a {
  color: #231f20;
}

.c-emergency-notice__close {
  color: #ffffff;
  position: absolute;
  right: -46px;
  top: 0;
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  border: 0;
}

@media screen and (min-width: 768px) {
  .c-emergency-notice {
    padding-right: 60px;
  }
  .c-emergency-notice__message-box {
    margin-left: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .c-emergency-notice {
    padding-left: 15px;
  }
  .c-emergency-notice__message-box {
    margin-left: 15px;
    margin-top: 0;
  }
}

.c-breadcrumbs {
  display: none;
  background-color: #f0f5f6;
}

.c-breadcrumbs__nav {
  padding: 5px 15px 5px;
  color: #707070;
  text-align: left;
}

.c-breadcrumbs__nav > div span[itemprop="itemListElement"]:first-child a {
  display: inline-block;
  position: relative;
  margin-left: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.c-breadcrumbs__nav > div span[itemprop="itemListElement"]:first-child a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f0f5f6;
  height: 1px;
  bottom: 3px;
  width: 100%;
}

.c-breadcrumbs .current-item span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.c-breadcrumbs a {
  color: #707070;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.c-breadcrumbs i {
  width: 15px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.c-breadcrumbs i::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
}

.c-breadcrumbs__divider {
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .c-breadcrumbs {
    display: block;
    padding: 13px 0 7px;
  }
}

.c-twitter-feed__heading, .c-twitter-feed__content {
  width: 100%;
}

.c-twitter-feed__heading {
  border-bottom: 1px #bac2c8 solid;
  padding-left: 15px;
  padding-right: 15px;
}

.c-twitter-feed__title {
  font-size: 24px;
  background-size: 32px;
  vertical-align: middle;
  line-height: 25px;
  height: 25px;
  padding: 0;
  margin-top: 10px;
  position: relative;
}

.c-twitter-feed__title a {
  text-decoration: none;
  color: #36353e;
}

.c-twitter-feed__title a:hover {
  text-decoration: underline;
}

.c-twitter-feed__title::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: -4px;
}

@media screen and (min-width: 768px) {
  .c-twitter-feed {
    margin-left: 0;
    clear: both;
    margin-top: 20px;
    height: 380px;
    overflow-y: auto;
  }
  .c-twitter-feed--hub {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  .c-twitter-feed--hub .c-twitter-feed__tweet {
    width: 100%;
    padding-right: 25px;
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .c-twitter-feed {
    background: none;
  }
  .c-twitter-feed__title {
    padding-top: 0;
  }
}

.c-twitter-feed--sidebar {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .c-twitter-feed--sidebar {
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .c-twitter-feed--sidebar {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .c-twitter-feed--hub {
    width: 100%;
    margin-left: 0;
  }
}

#google_translate_element {
  padding: 0 0.5em;
}

.goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
}

.goog-te-gadget-simple span a span {
  color: #fff;
  font-family: "Frutiger LT W01_55 Roman","Arial, sans-serif";
  font-size: 16px;
  line-height: 38px;
  vertical-align: middle;
}

.goog-te-gadget-icon {
  display: none;
}

.goog-te-gadget-simple {
  padding: 0 !important;
}

.goog-te-gadget-simple {
  color: #fff !important;
}

.goog-te-gadget-simple a span {
  border: none !important;
}

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

.c-modal .c-video {
  padding-top: 0;
}

.c-modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.c-modal--audio {
  height: 50px;
}

.c-modal--audio audio {
  width: 100%;
}

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

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

.c-form {
  background-color: #e8edee;
  padding: 15px 15px 30px;
  margin: 20px -15px 35px;
}

.c-form form {
  margin: 0 auto;
  max-width: 470px;
  padding-bottom: 20px;
}

.c-form .gform_heading h3 {
  color: #231f20;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 40px;
}

.c-form .gfield_visibility_hidden {
  display: none !important;
}

.c-form .gfield {
  position: relative;
  min-height: 58px;
  margin-bottom: 20px;
  padding: 0;
}

.c-form .gfield.field_sublabel_below {
  min-height: inherit;
}

.c-form .gfield::before {
  background-image: none;
}

.c-form .gfield.is-focused label {
  top: -16px;
}

.c-form .gfield.is-focused input,
.c-form .gfield.is-focused select {
  border: 2px solid #009bbd;
}

.c-form .gfield.hidden_label {
  margin: 0;
}

.c-form .gfield.hidden_label .gfield_label {
  display: none;
}

.c-form .gfield.gfield_error {
  margin-bottom: 40px;
}

.c-form .gfield.gfield_error input {
  border: 2px solid #dd4242;
}

.c-form .gfield .ginput_container {
  margin-top: 5px;
  position: relative;
}

.c-form .gfield_required {
  color: #707070;
}

.c-form .gsection {
  margin-bottom: 15px;
  min-height: inherit;
}

.c-form .gsection h2 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 23px;
  line-height: 2.3rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-form .gform_footer {
  position: relative;
  margin-top: 0;
  max-width: 285px;
  margin-left: 0;
}

.c-form .gform_footer::before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  width: 17px;
  background-position: center;
  height: 28px;
  background-size: 8px;
  top: 37px;
  background-image: url("../images/button-arrow--white.png");
}

.c-form .gform_button {
  background-color: #312783;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  border: none;
  margin-top: 20px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  height: 60px;
  font-family: "Frutiger LT W01_65 Bold";
}

.c-form .gform_button:hover {
  background-color: #009bbd;
}

.c-form ul {
  list-style: none;
  padding-left: 0;
}

.c-form .validation_error {
  color: #dd4242;
}

.c-form .validation_message {
  color: #dd4242;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  padding-top: 5px;
}

.c-form .gform_validation_container {
  display: none;
}

.c-form .gform_validation_error .gfield label {
  top: -16px;
}

.c-form .gfield_description.validation_message {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 10px;
  position: relative;
  width: 100%;
  top: 12px;
  z-index: 1;
}

.c-form .gfield_description.validation_message::before {
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  top: -7px;
  right: 14px;
  background-color: #ffffff;
  z-index: -1;
}

.c-form label {
  transition: all 0.3s ease;
  vertical-align: middle;
  padding: 6px 12px 0 0;
  color: #231f20;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: "Frutiger LT W01_55 Roman";
}

.c-form input {
  border-radius: 2px;
  border: 0;
  width: 100%;
  height: 60px;
  padding: 0 25px 0 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  background-color: #ffffff;
  color: #36353e;
  -webkit-appearance: none;
  outline: none;
}

.c-form input::-ms-clear {
  display: none;
}

.c-form textarea {
  width: 100%;
  padding: 15px 15px 0 14px;
  border-radius: 2px;
  border: 0;
  height: 170px;
  color: #36353e;
  -webkit-appearance: none;
  font-family: "Frutiger LT W01_55 Roman";
  background-color: #ffffff;
}

.c-form__check-box {
  margin-bottom: 0;
  max-width: 350px;
}

.c-form__check-box.gfield_contains_required::before {
  top: 22px;
  right: -7px;
}

.c-form__check-box .gfield_label {
  display: none;
}

.c-form__check-box .LV_valid_field + .LV_validation_message {
  display: none !important;
}

.c-form__check-box .gfield_description.validation_message {
  top: 60px;
}

.c-form select {
  width: 100%;
  padding: 2px 50px 0 14px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 0;
  -webkit-appearance: none;
  outline-style: none;
  height: 60px;
  background-image: url("../images/filter-arrow.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #36353e;
}

.c-form .select label {
  display: none;
}

.c-form .select .ginput_container {
  position: relative;
}

.c-form .ginput_container_address label {
  margin-bottom: 5px;
  display: inline-block;
}

.c-form .ginput_container_address input {
  margin-bottom: 20px;
}

.c-form .ginput_container_checkbox {
  background-image: none;
  height: auto;
  min-height: 40px;
}

.c-form .ginput_container_checkbox input[type='checkbox'] {
  -webkit-appearance: inherit;
  position: absolute;
  opacity: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px;
  line-height: 1.9rem;
  height: 40px;
}

.c-form .ginput_container_checkbox input[type='checkbox'] + label::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 13px;
  margin: -3px 12px 0 -30px;
  background: url(../images/checkbox-sprite.svg);
  vertical-align: middle;
  background-size: 100%;
  padding: 0;
}

.c-form .ginput_container_checkbox input[type='checkbox']:disabled + label {
  opacity: 0.5;
  cursor: default;
}

.c-form .ginput_container_checkbox input[type='checkbox']:not(:checked):hover + label::before {
  background-position: 0 -15px;
}

.c-form .ginput_container_checkbox input[type='checkbox']:checked + label::before {
  background-position: 0 -30px;
}

.c-form .ginput_container_checkbox .gfield_checkbox {
  position: relative;
}

.c-form .ginput_container_checkbox .gfield_checkbox li {
  padding-left: 0;
  position: relative;
  min-height: 40px;
}

.c-form .ginput_container_checkbox .gfield_checkbox li::before {
  content: none !important;
  background-image: none;
}

.c-form .ginput_container_checkbox .gfield_checkbox label {
  display: block;
  color: #707070;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}

.c-form .ginput_container_checkbox .gfield_checkbox label a {
  color: #2f3e3b;
  font-weight: 700;
  text-decoration: underline;
}

@media \0screen {
  .c-form .ginput_container_checkbox input[type='checkbox'] {
    position: static;
  }
}

.c-form .ginput_container_radio {
  background-image: none;
  height: auto;
}

.c-form .ginput_container_radio input[type='radio'] {
  -webkit-appearance: inherit;
  position: absolute;
  opacity: 0;
  background-color: #ffffff;
}

.c-form .ginput_container_radio input[type='radio'] ~ label::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 13px;
  margin: 6px 0 0;
  background-image: url("../images/radio-sprite.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  vertical-align: middle;
  padding: 0;
  left: 15px;
  border-radius: 50%;
  background-color: transparent;
}

.c-form .ginput_container_radio input[type='radio']:disabled ~ label {
  opacity: 0.5;
  cursor: default;
}

.c-form .ginput_container_radio input[type='radio']:not(:checked):hover ~ label::before {
  background-position: 0 -19px;
}

.c-form .ginput_container_radio input[type='radio']:checked ~ label {
  background-color: #009bbd;
  color: #ffffff;
}

.c-form .ginput_container_radio input[type='radio']:checked ~ label::before {
  background-position: 0 -38px;
  border: none !important;
}

.c-form .ginput_container_radio .gfield_radio li {
  padding-left: 0;
  position: relative;
  display: inline-block;
  width: 160px;
  height: 60px;
}

.c-form .ginput_container_radio .gfield_radio li::before {
  content: none !important;
  background-image: none;
}

.c-form .ginput_container_radio .gfield_radio label {
  display: block;
  color: #36353e;
  vertical-align: middle;
  cursor: pointer;
  padding: 13px 15px 13px 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-right: 10px;
  border-radius: 2px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  background-color: #ffffff;
}

.c-form .ginput_container_radio .gfield_radio label a {
  color: #2f3e3b;
  font-weight: 700;
  text-decoration: underline;
}

.c-form .ginput_container_radio .gfield_radio .LV_validation_message {
  display: none !important;
}

@media \0screen {
  .c-form .ginput_container_radio input[type='radio'] {
    position: static;
  }
}

.c-form__file-upload .gfield_label {
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.c-form__file-upload .gfield_label:hover {
  border: 2px solid #009bbd;
}

.c-form__file-upload .ginput_container_fileupload input[type='file'] {
  display: none;
}

.c-form__file-upload .ginput_container_fileupload {
  background: none;
  padding: 0;
  border-radius: none;
}

.c-form__file-upload .ginput_container_fileupload .screen-reader-text {
  display: inline;
}

.c-form__file-upload span.gform_drop_instructions {
  display: block;
  margin: 0 0 1em 0;
}

.c-form__file-upload .ginput_container_fileupload > div + span.screen-reader-text {
  display: block;
  text-align: center;
  margin: 1em 0 0 0;
}

.c-form__file-upload .ginput_container_fileupload span.screen-reader-text + div li {
  padding: 0.25em 0 0 0;
}

@media (max-width: 767px) {
  .c-form__file-upload .ginput_container_fileupload .screen-reader-text {
    display: block;
    font-size: 0.7em;
    padding: 1em 0.75em;
  }
  .c-form__file-upload span.gform_drop_instructions {
    display: none;
  }
}

.c-form__multifile-upload .gfield_label {
  display: inline-block;
  padding: 15px 20px 15px 0;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease-in-out;
}

.c-form__multifile-upload .gfield_label:hover {
  border: none;
}

.c-form__multifile-upload .ginput_container_fileupload {
  background: #f6f6f6;
  padding: 0.75em;
  border-radius: 6px;
}

.c-form__multifile-upload .ginput_container_fileupload input[type='file'] {
  display: block;
}

.c-form__multifile-upload .ginput_container_fileupload > div:first-of-type {
  text-align: center;
  padding: 2em 0;
  border: 3px dashed #ddd;
}

.c-form__multifile-upload .gform_button_select_files {
  max-width: 200px;
  cursor: pointer;
}

.c-form__multifile-upload .gform_button_select_files:hover {
  border: 2px solid #009bbd;
}

.c-form__multifile-upload gform_fileupload_multifile input:hover {
  border: 2px solid #009bbd;
}

.c-form input.LV_valid_field,
.c-form select.LV_valid_field {
  border: 2px solid #00a499 !important;
}

.c-form input.LV_invalid_field,
.c-form select.LV_invalid_field {
  border: 2px solid #dd4242 !important;
}

.c-form .LV_validation_message {
  right: 0;
  top: 0;
  display: block !important;
  width: 38px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}

.c-form .LV_validation_message.LV_invalid {
  background-color: #dd4242;
  background-image: url("../images/input-invalid.svg");
}

.c-form .LV_validation_message.LV_valid {
  background-color: #009bbd;
  background-image: url("../images/input-valid.svg");
}

@media screen and (min-width: 768px) {
  .c-form {
    padding-bottom: 50px;
  }
  .c-form form {
    max-width: 670px;
    margin-bottom: 20px;
  }
  .c-form .gsection {
    min-height: inherit !important;
    height: auto;
  }
  .c-form input {
    height: 66px;
  }
  .c-form label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .c-form select {
    height: 66px;
  }
  .c-form textarea {
    height: 260px;
  }
  .c-form .gform_heading h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
    margin-bottom: 60px;
  }
  .c-form .gfield_description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.9rem;
    padding-top: 5px;
  }
  .c-form .gform_wrapper .gfield {
    width: 100%;
    min-height: 66px;
  }
  .c-form .gform_wrapper .gfield.textarea-field {
    padding-left: 15px;
  }
  .c-form .gform_wrapper .gfield.adjustment-field {
    margin-top: 0;
  }
  .c-form .gform_wrapper .gfield.c-form__check-box {
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    min-height: 68px;
  }
  .c-form .gform_wrapper .gfield.c-form__check-box.gfield_contains_required::before {
    top: 24px;
    right: 32px;
  }
  .c-form .gform_wrapper .gfield.c-form__check-box.gfield_error {
    min-height: 90px;
  }
  .c-form .gform_wrapper .gfield .ginput_container {
    margin-top: 10px;
  }
  .c-form .gform_wrapper .gform_fields {
    display: flex;
    padding-left: 0px;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: space-around;
    list-style-type: none;
  }
  .c-form .gform_wrapper li.gfield.gf_left_half {
    width: 50%;
    margin-right: 0px;
    flex: 0 auto;
  }
  .c-form .gform_wrapper li.gfield.gf_right_half {
    width: 50%;
    margin-right: 0px;
    flex: 0 auto;
  }
  .c-form .gform_wrapper li.gfield.gf_right_half,
  .c-form .gform_wrapper li.gfield.gf_left_half {
    padding-left: 15px;
  }
  .c-form .gform_wrapper li.gfield.gf_left_half {
    padding-left: 0;
  }
  .c-form .tooltip-field > div {
    position: absolute;
    right: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .c-form {
    margin: 40px 0 35px;
    padding: 15px 20px 60px;
  }
  .c-form form {
    padding: 0 0px 70px;
    max-width: 830px;
  }
  .c-form label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .c-form .gfield {
    margin-bottom: 40px;
  }
  .c-form textarea {
    margin-bottom: 10px;
  }
  .c-form__check-box {
    max-width: inherit;
  }
  .c-form .gsection {
    min-height: inherit !important;
    height: auto;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .c-form {
    padding: 15px 60px 60px;
  }
}

.c-form--resource-filters {
  padding: 10px;
  padding-top: 20px;
}

.c-form--resource-filters select {
  max-width: 300px;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .c-form--resource-filters select {
    max-width: 280px;
  }
}

@media screen and (min-width: 1024px) {
  .c-form--resource-filters {
    padding-left: 20px;
    display: flex;
  }
  .c-form--resource-filters select {
    width: 50%;
    max-width: none;
    margin-bottom: 8px;
  }
}

.c-tabs {
  margin-bottom: 1em;
}

.c-tabs__list {
  display: block;
}

.c-tabs__item {
  display: inline;
}

.c-tabs__item-link {
  background: #f0f5f6;
  display: inline-block;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  color: #36353e;
  font-family: "Frutiger LT W01_55 Roman";
  border-radius: 2px;
}

.c-tabs__item.is-active .c-tabs__item-link {
  background: #768692;
  color: #ffffff;
  text-decoration: none;
}

.c-sub-nav {
  padding: 0;
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .c-sub-nav__panel {
    display: none;
  }
  .c-sub-nav__link {
    display: block;
    color: #ffffff;
    padding: 0.25em 0;
  }
}

@media screen and (min-width: 1024px) {
  .c-sub-nav {
    display: block;
    position: relative;
    padding: 10px 0 10px;
    margin: 0;
    overflow: hidden;
  }
  .c-sub-nav__item {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 5px;
    padding-left: 30px;
    position: relative;
  }
  .c-sub-nav__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
  }
  .c-sub-nav__item > .c-sub-nav__link {
    display: block;
    padding: 0.5em 0.25em;
  }
  .c-sub-nav__link {
    text-decoration: none;
    transition: all 0.2s;
    font-family: "Frutiger LT W01_55 Roman", arial, sans-serif;
    color: #36353e;
  }
  .c-sub-nav__link:hover {
    text-decoration: underline;
    color: #36353e;
  }
  .c-sub-nav__panel--level-2 .c-sub-nav__link {
    font-family: "Frutiger LT W01_55 Roman", arial, sans-serif;
    color: #707070;
    padding: 0;
  }
  .c-sub-nav__item.has-children > .c-sub-nav__link {
    position: relative;
  }
  .c-sub-nav__item.has-children > .c-sub-nav__link:hover {
    text-decoration: underline;
    color: #36353e;
  }
  .c-sub-nav__panel {
    padding: 5px 0 0;
    padding-left: 0;
    width: 100%;
    left: 33.333%;
    top: 0;
    height: 100%;
  }
  .c-sub-nav__panel--level-2 .c-sub-nav__item {
    margin-bottom: 2px;
  }
  .c-sub-nav__panel--level-2 .c-sub-nav__item::before {
    content: none;
  }
  .c-sub-nav__item.is-active > .c-sub-nav__panel,
  .c-sub-nav__item > .c-sub-nav__link:focus > .c-sub-nav__panel {
    display: block;
  }
}

.c-search-form {
  margin-top: 1em;
  margin-bottom: 1em;
  height: 40px;
  display: block;
  max-width: 280px;
  position: relative;
}

.c-search-form__field {
  outline: none;
  background: #ffffff;
  border: 1px solid #707070;
  padding: 0.25em 0.5em;
  border-radius: 0 !important;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  -webkit-appearance: none;
}

.c-search-form__field-wrapper {
  width: 99%;
  float: left;
}

.c-search-form__submit-wrapper {
  float: left;
  width: 1%;
  position: relative;
}

.c-search-form__submit {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2px;
  background: transparent;
  color: #ffffff;
  border: none;
  text-indent: -5000px;
  overflow: hidden;
}

.c-search-form__submit svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.c-search-form__submit svg path {
  fill: #ffffff;
}

.c-search-form--mobile {
  max-width: 350px;
}

.c-search-form--desktop {
  display: none;
}

.c-search-form--mobile .c-search-form__submit {
  background: #ffffff;
}

.c-search-form--mobile .c-search-form__submit svg path {
  fill: #005eb8;
}

.c-search-form--mobile .c-search-form__field {
  border: 1px solid #ffffff;
}

.c-search-form--services-search {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.c-search-form--services-search__submit {
  background-color: #707070;
  height: 53px;
  width: 50px;
  top: 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.c-search-form--services-search__submit svg {
  left: auto;
  right: 0px;
}

.c-search-form--services-search__field-wrapper {
  padding: 15px 0;
}

.c-search-form--services-search__field {
  height: 53px;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  -webkit-appearance: none;
}

.c-search-form--header .c-search-form__submit svg path {
  fill: #36353e;
}

@media screen and (min-width: 768px) {
  .c-search-form--services-search {
    max-width: 680px;
  }
  .c-search-form--services-search__submit {
    background-color: #707070;
    width: 130px;
  }
  .c-search-form--services-search__submit::before {
    content: "Search";
    position: absolute;
    width: 60px;
    height: 43px;
    right: 54px;
    top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    text-indent: 1px;
    color: #ffffff;
  }
  .c-search-form--services-search__submit svg {
    left: auto;
    right: 4px;
  }
  .c-search-form--services-search__field {
    height: 53px;
  }
}

@media screen and (min-width: 1024px) {
  .c-search-form {
    position: absolute;
    right: 220px;
    top: 32px;
    width: 280px;
    margin-top: 5px;
  }
  .c-search-form--services-search {
    position: relative;
    width: auto;
    right: auto;
    top: auto;
  }
  .c-search-form--mobile {
    display: none;
  }
  .c-search-form--desktop {
    display: block;
  }
  .c-search-form--header {
    margin-right: 30px;
  }
  .c-search-form--results {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
}

/*#########################*/
/*#########################*/
.c-print-page {
  display: inline-block;
  text-decoration: none;
  color: #36353e;
  margin-bottom: 1em;
  margin-top: 8px;
  padding: 5px 10px;
}

.c-print-page__icon svg {
  fill: #36353e;
  width: 20px;
  height: 20px;
  margin-top: -3px;
}

.c-print-page__text {
  margin-left: 0.5em;
  font-size: 17px;
}

.c-print-page:hover .c-print-page__icon svg {
  fill: #36353e;
}

.c-pagination__pages {
  display: inline-block;
}

.c-pagination__pages.u-list-reset {
  padding: 10px 0 0 !important;
}

.c-pagination__page {
  display: inline-block;
  margin-bottom: 10px;
}

.c-pagination__prev, .c-pagination__next, .c-pagination__page-number {
  display: inline-block;
  padding: 0.5em .8em;
  background-color: #cbdde0;
  text-decoration: none;
  color: #36353e;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Frutiger LT W01_55 Roman";
}

.c-pagination__prev:hover, .c-pagination__next:hover, .c-pagination__page-number:hover {
  background-color: #005b9b;
  color: #ffffff;
}

.c-pagination__prev.is-current, .c-pagination__next.is-current, .c-pagination__page-number.is-current {
  background-color: #006ab4;
  color: white;
}

.c-pagination__prev, .c-pagination__next {
  display: block;
  width: 75px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-pagination__page {
    margin-left: 10px;
  }
  .c-pagination__page:first-of-type {
    margin-left: 0;
  }
  .c-pagination__pages.u-list-reset {
    padding: 0 !important;
  }
  .c-pagination__next {
    margin-left: 10px;
  }
  .c-pagination__prev, .c-pagination__next {
    display: inline-block;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  .c-pagination__pages.u-list-reset {
    margin-top: 10px !important;
  }
}

.c-search-results {
  width: 100%;
}

.c-search-results--filter > span {
  margin-bottom: 10px;
  display: inline-block;
}

.c-search-results--filter ul li a {
  text-decoration: none;
}

.c-search-results--filter ul span {
  display: block;
  margin-bottom: 6px;
}

.c-search-results__item {
  border-top: 2px solid #768692;
  padding: 8px 0;
}

.c-search-results__item:first-child {
  border-top: none;
}

.c-search-results__item span {
  margin-top: 5px;
  margin-bottom: 5px;
}

.c-search-results__item-link {
  margin-top: 10px;
  display: block;
}

.c-search-results__item-label {
  font-size: 14px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .c-search-results__item {
    padding: 12px 0;
    display: flex;
  }
  .c-search-results__item-wrapper {
    display: flex;
    flex-direction: column;
  }
  .c-search-results__item-label-wrapper {
    display: inline;
    margin-right: 20px;
    min-width: 80px;
  }
  .c-search-results__item-label {
    font-size: 16px;
  }
  .c-search-results__item-link {
    display: inline;
  }
}

.c-content {
  font-family: "Frutiger LT W01_45 Light";
  font-weight: normal;
  overflow-wrap: break-word;
}

.c-content__body .c-content__lead {
  font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 0;
  padding-left: 0.75em;
  position: relative;
  margin-right: 0.5em;
}

.c-content__body .c-content__lead::before {
  content: '';
  width: 4px;
  background: #522583;
  position: absolute;
  top: 0.2em;
  bottom: 0.2em;
  left: 0;
}

.c-content__highlight {
  font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
  border-top: 8px solid #e8edee;
  padding-top: 0.75em;
  margin-left: 1em;
  margin-right: 2em;
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .c-content {
    font-size: 20px;
  }
  .c-content__body .c-content__lead {
    font-family: "Frutiger LT W01_65 Bold", arial, sans-serif;
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .c-content__body .c-content__lead {
    margin-top: 25px;
    margin-bottom: 2em;
  }
}

.c-skip-links a {
  position: absolute;
  left: -9999em;
  display: inline-block;
  margin: 0.75em 0 0 30px;
}

.c-skip-links a:focus {
  left: 97px;
  top: -11px;
  z-index: 1;
  background-color: #ffbf47;
  outline: 3px solid #ffbf47;
}

.c-filters {
  width: 100%;
  margin: 0 auto 30px;
}

.c-filters label {
  margin-bottom: 5px;
  display: block;
}

.c-filters__filter {
  margin-bottom: 5px;
}

.c-filters__filter a {
  color: #ffffff;
  padding: 10px 0;
  display: inline-block;
}

.c-filters__list {
  padding-left: 0;
  list-style: none;
  position: relative;
  padding-top: 0;
  width: 270px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}

.c-filters__title {
  position: relative;
  display: block;
  text-align: left;
  padding: 14px 15px 10px;
  height: 52px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #36353e;
  cursor: pointer;
  width: 270px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 2px solid #006ab4;
}

.c-filters__title::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/button-arrow--grey.png);
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: 9px;
  top: 16px;
  right: 20px;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}

.c-filters__title.active {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.c-filters__title.active::before {
  transform: rotate(-90deg);
}

.c-filters__menu {
  background-color: #ffffff;
  list-style: none;
  border-top: 0;
  margin-top: 0px;
  padding: 20px 0 20px;
  border-radius: 4px;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 9999;
  display: none;
  height: 260px;
  overflow: hidden;
  overflow-y: auto;
  border: 2px solid #006ab4;
}

.c-filters__menu-item {
  float: left;
  width: 100%;
  cursor: pointer;
  padding: 0 10px;
  text-align: left;
}

.c-filters__menu-item a {
  padding: 10px 7px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-align: left;
  display: inline-block;
  float: left;
  width: 100%;
  color: #36353e;
  text-decoration: none;
}

.c-filters__neighbourhoods {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 20px;
  z-index: 9;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}

.c-filters__neighbourhoods .c-filters__list {
  width: auto;
  box-shadow: none;
}

.c-filters__neighbourhoods .c-filters__title {
  width: auto;
  border: 2px solid #cbdde0;
}

.c-filters__neighbourhoods .c-filters__title::before {
  width: 16px;
  height: 16px;
  background-size: 7px;
  top: 18px;
}

.c-filters__neighbourhoods .c-filters__title.active {
  border-color: #009bbd;
  border-bottom: 0;
  background-color: #009bbd;
  color: #ffffff;
}

.c-filters__neighbourhoods .c-filters__title.active::before {
  transform: rotate(-90deg);
  background-image: url(../images/button-arrow--white.png);
}

.c-filters__neighbourhoods .c-filters__menu {
  position: static;
  height: 200px;
  float: none;
  padding-bottom: 2px;
  border-color: #009bbd;
}

.c-filters__neighbourhoods .c-filters__menu a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

.c-filters__neighbourhoods .c-filters__menu-item:hover {
  background-color: #edf3f4 !important;
}

.c-filters__resources {
  box-shadow: none;
  padding: 0;
  padding-bottom: 40px;
  border-bottom: 8px solid #009bbd;
  border-radius: 0;
}

.c-filters__resources__title {
  font-size: 22px;
  padding-bottom: 0;
}

.c-filters__resources__search-input {
  border-radius: 2px;
  border: 1px solid;
  width: 200px;
  height: 43px;
  padding: 0 15px 0 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  background-color: #ffffff;
  color: #768692;
  -webkit-appearance: none;
  outline: none;
  margin-top: 4px;
}

.c-filters__resources__search-input::-ms-clear {
  display: none;
}

.c-filters__resources__search .c-button {
  border: none;
  padding: 0.7em 3em 0.65em 1.75em;
  border-radius: 4px;
  margin-top: 4px;
}

.c-filters__resources .c-filters__menu {
  height: auto;
  padding-top: 2px;
  margin-top: -2px;
}

@media (min-width: 768px) {
  .c-filters {
    margin-top: 30px;
  }
  .c-filters label {
    text-align: left;
  }
  .c-filters__menu {
    width: 450px;
  }
  .c-filters__filter {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
  .c-filters__menu-item a {
    padding: 10px 10px;
  }
  .c-filters__menu-item a:hover {
    background-color: #768692;
  }
  .c-filters__neighbourhoods {
    width: 300px;
    margin-left: 0;
    left: 100px;
    top: 30px;
    position: absolute;
  }
  .c-filters__neighbourhoods .c-filters__filter {
    margin-right: 0;
  }
  .c-filters__neighbourhoods .c-filters__menu {
    width: auto;
  }
  .c-filters__neighbourhoods .c-filters__menu-item {
    padding-left: 0;
    padding-right: 0;
  }
  .c-filters__neighbourhoods .c-filters__menu-item a:hover {
    background-color: #edf3f4;
  }
  .c-filters__resources {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
  .c-filters__resources .c-filters__menu {
    height: auto;
    padding-top: 2px;
    margin-top: -2px;
  }
  .c-filters__resources .c-filters__filter {
    max-width: 415px;
  }
}

@media (min-width: 1024px) {
  .c-filters {
    margin-bottom: 30px;
  }
  .c-filters__title::before {
    top: 22px;
    right: 26px;
  }
  .c-filters__neighbourhoods {
    width: 350px;
    left: 150px;
    top: 40px;
  }
  .c-filters__resources {
    width: 100%;
    left: auto;
    top: auto;
  }
  .c-filters__resources .c-filters__filter {
    max-width: 415px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .c-filters {
    margin-bottom: 30px;
  }
}

.c-button {
  min-height: 41px;
  display: inline-block;
  padding: 0.6em 3em 0.55em 1.75em;
  text-decoration: none;
  border-radius: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Frutiger LT W01_55 Roman";
  font-weight: normal;
  cursor: pointer;
  background-color: #312783;
  color: #ffffff;
  margin-bottom: 0.8em;
  background-position: right;
  background-size: 8px;
  background-position: center right 1.45em;
  background-repeat: no-repeat;
  background-image: url("../images/button-arrow--white.png");
  transition: all 0.15s ease, outline 0s;
}

.c-button__icon {
  margin-right: 0.5em;
}

.c-button--header {
  border-color: transparent;
  background-color: #312783;
  color: #ffffff;
  background-image: url("../images/button-arrow--white.png");
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-family: "Frutiger LT W01_55 Roman";
  padding: 11px 48px 6px 20px;
  text-align: left;
  width: 200px;
  height: 48px !important;
}

.c-button--white {
  color: #36353e;
  background-color: #ffffff;
  background-image: url("../images/button-arrow--black.png");
}

.c-button--service-search-all {
  background-color: #312783;
  color: #ffffff;
  background-image: url("../images/button-arrow--white.png");
  border-radius: 4px;
  height: 53px;
  border: 0;
  padding: 17px 17px 17px 23px;
  font-family: "Frutiger LT W01_55 Roman";
}

.c-button--icon-button {
  border: none;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 1em 1.75em 0.95em 3.9em;
  color: #36353e;
  font-family: "Frutiger LT W01_55 Roman";
  background-image: url("../images/button-arrow--teal.png");
  display: flex;
  align-items: center;
}

.c-button--icon-button span {
  display: block;
}

.c-button--icon-button:hover {
  color: #36353e;
}

.c-button--icon-button .o-icon {
  margin-left: -47px;
}

.c-button--icon-button .o-icon svg {
  width: 35px;
  height: auto;
  vertical-align: middle;
}

.c-button--icon-button .o-icon svg path {
  fill: #009bbd;
}

.c-button--block {
  display: block;
  width: 100%;
}

.c-button--nav {
  display: block;
  background-color: transparent;
  background-image: none;
  width: 50px;
  height: 45px;
  padding: 13px 10px 14px;
  margin-top: 12px;
  vertical-align: middle;
  overflow: hidden;
  border: 0;
}

.c-button--nav span {
  background: #36353e;
  height: 4px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  transition: all 0.15s ease, outline 0s;
}

.c-button--nav:hover, .c-button--nav:active {
  transform: translateY(0);
  background-image: none !important;
}

.c-button--nav:hover span, .c-button--nav:active span {
  background: #ffffff;
}

.c-button--nav.is-active span:first-child {
  display: none;
}

.c-button--nav.is-active span:nth-child(2) {
  transform: rotate(45deg);
  margin-top: 8px;
}

.c-button--nav.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -8px;
}

@media screen and (min-width: 768px) {
  .c-button:hover {
    background-position: center right 1.2em;
    color: #ffffff;
    background-color: #006ab4;
    background-image: url("../images/button-arrow--white.png");
    cursor: pointer;
  }
  .c-button--white:hover {
    color: #36353e;
    background-color: #f2f2f2;
    background-image: url("../images/button-arrow--black.png");
  }
  .c-button--icon-button {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    padding: 1em 2em 0.95em 3.9em;
    width: 100%;
    color: #36353e;
  }
  .c-button--icon-button:hover {
    color: #ffffff;
    background-color: #009bbd;
  }
  .c-button--icon-button:hover .o-icon svg path {
    fill: #ffffff;
  }
  .c-button--icon-button span:last-of-type {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-button--icon-button .o-icon {
    margin-left: -57px;
  }
  .c-button--icon-button .o-icon svg {
    width: 40px;
  }
  .c-button--icon-button .o-icon svg path {
    fill: #009bbd;
  }
}

.c-resource-list {
  margin-top: 2em;
}

.c-resource-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-resource-list__item {
  padding: 0.75em 0;
  margin: 0;
  font-family: "Frutiger LT W01_55 Roman";
}

.c-resource-list__item::before {
  display: none;
}

.c-resource-list__item:not(:last-of-type) {
  border-bottom: 1px solid #bac2c8;
}

.c-resource-list__item-link {
  margin: 0;
  color: #231f20;
  font-family: "Frutiger LT W01_65 Bold";
}

.c-resource-list__item-link:hover {
  color: #522583;
}

.c-resource-list--services {
  background-color: #eae2ee;
  padding: 15px;
  margin-top: 15px;
}

.c-resource-list--services .c-resource-list__item-link {
  font-family: "Frutiger LT W01_55 Roman";
  color: #312783;
}

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

.c-news-events {
  padding: 48px 0;
}

.c-news-events::after {
  clear: both;
  content: "";
  display: block;
}

.c-news-events__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
}

.c-news-events__item {
  border-top: 8px solid #009bbd;
  padding-top: 20px;
  padding-bottom: 10px;
}

.c-news-events__item::after {
  clear: both;
  content: "";
  display: table;
}

.c-news-events__item-image {
  display: none;
}

.c-news-events__item-content h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #707070;
  margin: 0;
  font-family: "Frutiger LT W01_55 Roman";
}

.c-news-events__item-content p {
  color: #707070;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}

.c-news-events__item:first-child {
  border-top: 0;
}

.c-news-events__item-category {
  background-color: #f0f5f6;
  padding: 6px 12px;
  color: #36353e;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: "Frutiger LT W01_55 Roman";
  display: inline-block;
  border-radius: 2px;
  text-decoration: none;
  margin-right: 3px;
}

.c-news-events__item-category:hover {
  color: #5e6c77;
  text-decoration: underline;
}

.c-news-events__item-date {
  color: #36353e;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-family: "Frutiger LT W01_55 Roman";
  margin-right: 10px;
}

.c-news-events__item-link {
  text-decoration: none;
}

.c-news-events__item-link:hover {
  text-decoration: underline;
}

.c-news-events__item-title {
  color: #36353e;
  font-family: "Frutiger LT W01_65 Bold";
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  margin: 15px 0 0;
}

.c-news-events--front {
  max-width: 414px;
  margin: 0 auto;
}

.c-news-events--front .c-news-events__item .c-news-events__item-image {
  display: block;
}

.c-news-events--front .c-news-events__item .c-news-events__item-image img {
  width: 100%;
}

.c-news-events--front .c-news-events__item-content {
  margin-top: -65px;
  background-color: #ffffff;
  z-index: 99;
  position: relative;
  padding-top: 25px;
}

.c-news-events--module__item {
  background-color: #eae2ee;
  padding: 15px;
  margin-bottom: 15px;
}

.c-news-events--module__item-date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.c-news-events--module__item-category {
  background-color: #ffffff;
  color: #36353e;
  padding: 5px;
  text-decoration: none;
  margin-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.c-news-events--module__item-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Frutiger LT W01_55 Roman";
}

@media screen and (min-width: 768px) {
  .c-news-events {
    padding-top: 0;
    padding-left: 15px;
  }
  .c-news-events__item {
    padding-top: 0;
    display: flex;
  }
  .c-news-events__item-image {
    max-width: 220px;
    display: block;
    margin-left: 0;
  }
  .c-news-events__item-image img {
    width: 100%;
    height: auto;
  }
  .c-news-events__item-title {
    margin-top: 5px;
  }
  .c-news-events__item-content {
    width: calc(66.66667% - 25px);
    float: left;
    margin-left: 15px;
    padding-top: 24px;
    padding-left: 14px;
  }
  .c-news-events__item-link {
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
  .c-news-events--front {
    max-width: inherit;
    margin: 0;
  }
  .c-news-events--front .c-news-events__list {
    margin-left: 0;
    width: 100%;
  }
  .c-news-events--front .c-news-events__item-content {
    margin-top: 0;
    padding-top: 25px;
  }
  .c-news-events--front .c-news-events__item:nth-of-type(2n) {
    padding-left: 24px;
  }
  .c-news-events--front .c-news-events__item:nth-of-type(2n) .c-news-events__item-image {
    order: 2;
  }
  .c-news-events--front .c-news-events__item:nth-of-type(2n) .c-news-events__item-content {
    order: 1;
    margin-left: 0;
    padding-left: 0;
    padding-right: 15px;
  }
  .c-news-events--module__items {
    display: flex;
    flex-flow: row wrap;
  }
  .c-news-events--module__item-image {
    order: 4;
    margin-left: auto;
  }
  .c-news-events--module__item-image img {
    width: 220px;
    height: auto;
    max-width: inherit;
  }
  .c-news-events--module__item-content {
    width: 100%;
    padding: 20px 15px 25px;
  }
  .c-news-events--module__item {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    flex: 1 0 100%;
    justify-content: space-between;
  }
  .c-news-events--module__item:nth-child(2), .c-news-events--module__item:nth-child(3) {
    flex: 1 1 auto;
    width: 49%;
    min-height: 170px;
  }
  .c-news-events--module__item:nth-child(2) .c-news-events--module__item-image, .c-news-events--module__item:nth-child(3) .c-news-events--module__item-image {
    display: none;
  }
  .c-news-events--module__item:nth-child(2) .c-news-events--module__item-title, .c-news-events--module__item:nth-child(3) .c-news-events--module__item-title {
    font-family: "Frutiger LT W01_65 Bold";
  }
  .c-news-events--module__item:nth-child(3) {
    margin-left: 2%;
  }
  .c-news-events--module__item:nth-child(4) .c-news-events--module__item-image {
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .c-news-events--module__item:nth-child(4) .c-news-events--module__item-content {
    order: 2;
  }
  .c-news-events--module__item-title {
    font-family: "Frutiger LT W01_55 Roman";
    margin-top: 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-news-events {
    padding-top: 0;
  }
  .c-news-events__item-content {
    padding-top: 35px;
    padding-left: 10px;
  }
  .c-news-events--module__item-content {
    padding-top: 15px;
  }
}

.c-latest-posts-block {
  background-color: #768692;
  color: #ffffff;
  padding: 0;
}

.c-latest-posts-block__item {
  padding: 15px;
  border-top: 6px solid #006ab4;
}

.c-latest-posts-block__item:not(:last-of-type) {
  border-bottom: 4px solid rgba(232, 237, 238, 0.2);
}

.c-latest-posts-block__item-date {
  font-size: 18px;
}

.c-latest-posts-block__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-latest-posts-block__item-category {
  background-color: #ffffff;
  padding: 6px 12px;
  color: #36353e;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: "Frutiger LT W01_55 Roman";
  display: inline-block;
  border-radius: 2px;
}

.c-latest-posts-block__item-date {
  color: #707070;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: "Frutiger LT W01_55 Roman";
  margin-right: 10px;
}

.c-latest-posts-block__link {
  color: #36353e;
  text-decoration: none;
  display: block;
  padding-right: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Frutiger LT W01_65 Bold";
  padding-bottom: 1em;
  padding-top: 10px;
}

.c-latest-posts-block__link:hover {
  text-decoration: underline;
  color: #36353e;
}

.c-latest-posts-block__title {
  margin-top: 0;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .c-latest-posts-block {
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .c-latest-posts-block__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    line-height: 3.4rem;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .c-latest-posts-block__list {
    display: flex;
  }
  .c-latest-posts-block__item {
    flex: 1;
    margin: 0;
    padding: 20px 15px;
    position: relative;
  }
  .c-latest-posts-block__item:before {
    content: "";
    display: block;
    position: absolute;
    height: 104%;
    width: 5px;
    background-color: #ffffff;
    left: -4px;
    top: -6px;
    bottom: -6px;
  }
  .c-latest-posts-block__item:not(:last-of-type) {
    border-bottom: none;
    margin-left: 0;
  }
  .c-latest-posts-block__item:not(:last-of-type):before {
    content: none;
  }
  .c-latest-posts-block__link {
    text-decoration: none;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
  .c-latest-posts-block .c-button {
    margin-top: 24px;
    display: inline-block;
    max-width: 340px;
  }
}

@media screen and (min-width: 1024px) {
  .c-latest-posts-block {
    padding: 0;
    background-color: transparent;
  }
  .c-latest-posts-block__title {
    text-align: center;
    font-size: 24px;
  }
  .c-latest-posts-block__link {
    padding-right: 0;
    padding-top: 25px;
  }
  .c-latest-posts-block__item-date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .c-latest-posts-block__list {
    flex-direction: column;
    height: 580px;
  }
  .c-latest-posts-block__item {
    flex: 1;
    padding: 30px 25px 20px;
    text-align: left;
    background-color: #768692;
  }
  .c-latest-posts-block__item:before {
    content: none;
  }
  .c-latest-posts-block__item:not(:last-of-type) {
    margin-bottom: 35px;
  }
}

.c-event-detail {
  padding: 0 1em 1em;
  margin: 0 -15px 30px;
}

.c-event-detail span {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #36353e;
  font-family: "Frutiger LT W01_55 Roman";
}

.c-event-detail__content p {
  font-family: "Frutiger LT W01_55 Roman";
  margin-top: 5px;
}

.c-event-detail__content-date {
  min-width: 200px;
  margin-bottom: 10px;
  border: 1px solid #768692;
  border-radius: 2px;
  padding: 10px;
  position: relative;
}

.c-event-detail__content-where {
  min-width: 200px;
  margin-top: 0;
  border: 1px solid #768692;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}

.c-event-detail__availability {
  padding-bottom: 25px;
  border: 1px solid #768692;
  border-radius: 2px;
  padding: 10px;
  position: relative;
}

.c-event-detail__content-label {
  color: #707070 !important;
  font-family: "Frutiger LT W01_55 Roman";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}

.c-event-detail__content-details {
  padding-top: 30px;
}

.c-event-detail__register {
  background-color: #006ab4;
  padding: 15px;
  margin-top: 30px;
}

.c-event-detail__register h2 {
  color: #ffffff;
  padding-bottom: 2px;
}

.c-event-detail__register p {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .c-event-detail {
    padding-bottom: 40px;
  }
  .c-event-detail::after {
    clear: both;
    content: "";
    display: table;
  }
  .c-event-detail__content-date, .c-event-detail__content-where, .c-event-detail__availability {
    padding: 15px 60px 15px 15px;
  }
  .c-event-detail__content-date::before, .c-event-detail__content-where::before, .c-event-detail__availability::before {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
  }
  .c-event-detail__content-where::before {
    top: 14px;
  }
  .c-event-detail__availability::before {
    top: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .c-event-detail {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .c-event-detail span {
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    color: #36353e;
    font-family: "Frutiger LT W01_55 Roman";
  }
  .c-event-detail__content-date::before {
    top: 17px;
  }
  .c-event-detail__content-where::before {
    top: 15px;
  }
  .c-event-detail__availability::before {
    top: 15px;
  }
  .c-event-detail__register {
    padding: 20px 40px 40px;
    margin-top: 60px;
  }
  .c-event-detail__register .c-button {
    margin-top: 20px;
  }
}

.c-resource-posts {
  padding: 20px 0;
}

.c-resource-posts__content ol {
  list-style: none;
  padding-left: 0;
}

.c-resource-posts__content ol li {
  margin-bottom: 2px;
}

.c-resource-posts__ajax-spinner {
  display: none;
  width: 30px;
  height: 30px;
  text-align: center;
  overflow: auto;
}

@media (min-width: 768px) {
  .c-resource-posts__ajax-spinner {
    position: absolute;
    top: 105px;
    left: 445px;
    z-index: 10;
  }
}

.c-resource-posts__filter-wrapper {
  position: relative;
}

/*#########################*/
/*#########################*/
.c-carousel {
  position: relative;
  margin-top: 0;
  background-color: #36353e;
  margin-bottom: 20px;
}

.c-carousel__arrows {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 10000;
}

.c-carousel__arrows button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  height: 46px;
  width: 46px;
  float: left;
  background-color: transparent;
  border: 3px solid #ffffff;
  background-size: 12px;
  background-position: center;
  transition: opacity 0.4s ease;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 0;
}

.c-carousel__arrows button:not(:first-of-type) {
  margin-left: 10px;
}

.c-carousel__arrows button:hover {
  background-color: #393234;
}

.c-carousel__arrows button:first-of-type {
  margin-right: 2px;
  background-image: url("../images/carousel-arrow-prev.png");
}

.c-carousel__arrows button:last-of-type {
  background-image: url("../images/carousel-arrow-next.png");
}

.c-carousel__arrows button.slick-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.c-carousel__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-carousel__item {
  background: #36353e;
  color: #ffffff;
  transition: opacity 0.4s ease;
}

.c-carousel__item::after {
  clear: both;
  content: "";
  display: table;
}

.c-carousel__item-caption {
  padding: 10px 15px;
}

.c-carousel__item-category {
  background-color: #ffffff;
  padding: 6px 12px;
  color: #36353e;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: "Frutiger LT W01_55 Roman";
}

.c-carousel__item-image-container {
  display: none;
}

.c-carousel__item-image-image {
  width: 100%;
}

.c-carousel__item-image-caption {
  padding: 5px 10px;
  position: absolute;
  background-color: #666666;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 8px;
  left: 0;
  right: 0;
  z-index: 1000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}

.c-carousel__item-image {
  height: 200px;
  position: relative;
  background-size: cover;
}

.c-carousel__item-image:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #999999;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  height: 100%;
}

.c-carousel__item-content {
  padding: 15px 20px 32px;
}

.c-carousel__item-title {
  margin-top: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  line-height: 1.2;
}

.c-carousel__item-title:hover {
  color: #ffffff;
}

.c-carousel__item-text {
  display: none;
}

.c-carousel__item-link {
  color: #ffffff;
}

.c-carousel__dots-container {
  display: none;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.c-carousel__dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.c-carousel__dots li {
  float: left;
}

.c-carousel__dots li:not(:last-of-type) {
  margin-right: 4px;
}

.c-carousel__dots button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 14px;
  height: 13px;
  background: #ffffff;
  border: 2px solid #231f20;
  padding: 0;
  border-radius: 0;
}

.c-carousel__dots li.slick-active button {
  background: #36353e;
  border-color: #ffffff;
}

.c-carousel--m-wide-content-slider__item-image::before {
  content: none;
}

.c-carousel--m-wide-content-slider__item-content {
  background-color: #4a4951;
  background-color: rgba(54, 53, 62, 0.9);
  margin-top: -40px;
  padding: 30px;
  text-align: center;
  z-index: 99;
  position: relative;
}

.c-carousel--m-wide-content-slider__item-content p {
  -moz-columns: #ffffff;
  columns: #ffffff;
}

.c-carousel--m-wide-content-slider__item-text {
  display: block;
}

.c-carousel--m-wide-content-slider__item-text-name {
  font-family: "Frutiger LT W01_45 Light";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.c-carousel--m-wide-content-slider__item-text-role {
  font-family: "Frutiger LT W01_65 Bold";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.c-carousel--m-wide-content-slider__dots-container {
  display: block;
}

.c-carousel--m-wide-content-slider__dots-container ul {
  margin-bottom: 40px;
}

.c-carousel--m-wide-content-slider__arrows {
  display: none;
}

.c-carousel--nav {
  padding-left: 20px;
  padding-right: 20px;
}

.c-carousel--nav .slick-slider {
  margin: 0;
  padding: 15px 0 0;
}

.c-carousel--nav .slick-track {
  margin-left: 0;
  width: 100% !important;
}

.c-carousel--nav .c-carousel__item-image-caption {
  display: none;
}

.c-carousel--nav .c-carousel__item {
  height: 68px;
  width: 68px !important;
  margin-right: 10px;
}

.c-carousel--nav .c-carousel__item-image-container {
  height: 68px;
  width: 68px;
}

.c-carousel--nav .c-carousel__item-image {
  height: 68px;
  width: 68px;
  background-size: cover;
}

.c-carousel--nav .c-carousel__item-image::before {
  content: none;
}

.c-carousel--m-image-slider {
  background-color: transparent;
  margin-bottom: 40px;
}

.c-carousel--m-image-slider__item {
  background: transparent;
}

.c-carousel--m-image-slider__item-image-container {
  display: block !important;
}

.c-carousel--m-image-slider__item-image {
  height: 300px;
  background-position: center;
  background-size: cover;
}

.c-carousel--m-image-slider__item-image::before {
  content: none;
}

.c-carousel--m-image-slider__item-image-image {
  display: none !important;
}

.c-carousel--m-image-slider__dots-container {
  display: block;
  margin: 0;
  padding: 8px 0;
  bottom: 0px;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .c-carousel {
    position: relative;
  }
  .c-carousel__arrows {
    left: 36px;
    top: 20px;
  }
  .c-carousel__item {
    margin-left: 0;
    margin-right: 0;
    height: 456px;
    position: relative;
  }
  .c-carousel__item:not(.slick-current) {
    opacity: 1;
  }
  .c-carousel__item-image {
    height: 100%;
    overflow: visible;
  }
  .c-carousel__item-image-caption {
    padding: 10px;
    bottom: -3px;
  }
  .c-carousel__item-category {
    margin-bottom: 10px;
    display: inline-block;
  }
  .c-carousel__item-content {
    position: absolute;
    bottom: 0;
    padding-left: 36px;
    padding-bottom: 64px;
  }
  .c-carousel__item-title {
    max-width: 450px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
    margin: 0;
  }
  .c-carousel__item-text {
    display: block;
    opacity: 0.9;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    max-width: 550px;
  }
  .c-carousel__dots-container {
    position: absolute;
    bottom: 12px;
    left: 36px;
    display: block;
  }
  .c-carousel__dots button {
    background: none;
    border: 2px solid #ffffff;
  }
  .c-carousel__dots li.slick-active button {
    background: #ffffff;
    border-color: #ffffff;
  }
  .c-carousel__item-image-container {
    display: block !important;
    height: 100%;
  }
  .c-carousel__item-image-image {
    display: none !important;
  }
  .c-carousel--m-wide-content-slider__item {
    padding-top: 30px;
    background: #ffffff;
  }
  .c-carousel--m-wide-content-slider__item-image {
    background-position: center;
  }
  .c-carousel--m-wide-content-slider__item-content-wrapper {
    width: 730px;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .c-carousel--m-wide-content-slider__item-content {
    right: 0;
    width: 50%;
    height: 100%;
    text-align: left;
    padding-top: 80px;
    padding-bottom: 15px;
  }
  .c-carousel--m-wide-content-slider__item-content p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
  .c-carousel--m-wide-content-slider__item-text-name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .c-carousel--m-wide-content-slider__arrows {
    left: 0;
    right: -203px;
    top: 30px;
    width: 130px;
    margin: 0 auto;
    display: block;
  }
  .c-carousel--m-wide-content-slider__dots-container {
    width: 300px;
    bottom: 0;
    right: 0;
    width: 300px;
    display: block;
    left: 378px;
    margin: 0 auto;
    text-align: left;
  }
  .c-carousel--m-image-slider__item-image {
    height: 460px;
  }
  .c-carousel--m-image-slider__item-image-image {
    display: none !important;
  }
  .c-carousel--m-image-slider__dots-container {
    display: none;
  }
  .c-carousel--m-image-slider__arrows {
    right: 20px;
    left: 20px;
    top: auto;
    bottom: 43%;
  }
  .c-carousel--m-image-slider__arrows .slick-arrow.slick-prev {
    right: 0;
  }
  .c-carousel--m-image-slider__arrows .slick-arrow.slick-next {
    float: right;
  }
}

@media screen and (min-width: 1024px) {
  .c-carousel--m-wide-content-slider__item {
    height: 467px;
  }
  .c-carousel--m-wide-content-slider__item-content-wrapper {
    width: 994px;
  }
  .c-carousel--m-wide-content-slider__item-content {
    width: 540px;
    padding-left: 40px;
  }
  .c-carousel--m-wide-content-slider__item-content p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
  .c-carousel--m-wide-content-slider__arrows {
    right: -128px;
  }
  .c-carousel--m-wide-content-slider__dots-container {
    left: 293px;
  }
}

/*#########################*/
/*#########################*/
.c-explore {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .c-explore__secondary {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .c-explore__secondary {
    margin-bottom: 12px;
  }
  .c-explore__secondary .c-card {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .c-explore {
    max-height: 560px;
    position: relative;
    z-index: 2;
    background: #ffffff;
  }
  .c-explore__primary {
    width: calc(66.66667% - 25px);
    float: left;
    margin-left: 15px;
  }
  .c-explore__primary .c-carousel__item {
    height: 580px;
  }
  .c-explore__secondary {
    width: calc(33.33333% - 20px);
    float: left;
    margin-left: 15px;
    margin-left: 25px;
  }
  .c-explore__secondary .c-card {
    margin: 0;
    width: 100%;
    padding-left: 38px;
    padding-top: 12px;
    min-height: 260px;
  }
}

@media screen and (min-width: 1024px) {
  .c-explore {
    max-width: 1200px;
  }
}

.c-az-links__item {
  display: inline-block;
  margin-bottom: 0.2em;
}

.c-az-links__link {
  display: inline-block;
  background-color: #312783;
  padding: 0.2em;
  color: #ffffff;
  width: 2em;
  text-align: center;
  text-decoration: none;
  font-family: "Frutiger LT W01_55 Roman", arial, sans-serif;
}

.c-az-links__link:hover {
  background-color: #221b5c;
  color: white;
}

.c-az-links .is-active {
  background-color: #231F20;
  color: #ffffff;
}

.c-az-links--services-menu {
  padding-bottom: 20px;
}

.c-az-links--services-menu .c-az-links__link {
  width: 2.6em;
  padding: 0.54em;
}

.c-latest-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-latest-sidebar__item {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f5f6;
}

.c-latest-sidebar__item:last-of-type {
  border-bottom: none;
}

.c-latest-sidebar__icon svg {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-left: 0px;
}

.c-latest-sidebar__icon svg path {
  fill: #768692;
}

.c-latest-sidebar__date {
  color: #768692;
  font-family: "Frutiger LT W01_55 Roman";
  padding-left: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

.c-latest-sidebar__item-link {
  text-decoration: none !important;
  display: block;
}

.c-latest-sidebar__item-link:hover {
  text-decoration: underline;
}

.c-latest-sidebar__item-title {
  margin-top: 5px;
  color: #36353e;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: "Frutiger LT W01_65 Bold";
}

.c-latest-sidebar__item-title:hover {
  text-decoration: underline;
}

.c-social-share {
  margin-right: 25px;
}

.c-social-share__title {
  padding-bottom: 15px;
  display: block;
  font-family: "Frutiger LT W01_55 Roman";
}

.c-latest-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-latest-sidebar__item {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f5f6;
}

.c-latest-sidebar__item:last-of-type {
  border-bottom: none;
}

.c-latest-sidebar__icon svg {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-left: 0px;
}

.c-latest-sidebar__icon svg path {
  fill: #768692;
}

.c-latest-sidebar__date {
  color: #768692;
  font-family: "Frutiger LT W01_55 Roman";
  padding-left: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

.c-latest-sidebar__item-link {
  text-decoration: none !important;
  display: block;
}

.c-latest-sidebar__item-link:hover {
  text-decoration: underline;
}

.c-latest-sidebar__item-title {
  margin-top: 5px;
  color: #36353e;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: "Frutiger LT W01_65 Bold";
}

.c-latest-sidebar__item-title:hover {
  text-decoration: underline;
}

.c-title {
  padding: 24px 0;
  margin-top: 12px;
}

.c-title--homepage__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 2px;
}

.c-title--homepage__sub-title {
  text-align: center;
  font-size: 18px;
  color: #768692;
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-title--homepage__title {
    font-size: 32px;
  }
  .c-title--homepage__sub-title {
    font-size: 24px;
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 1024px) {
  .c-title {
    padding: 36px 0;
  }
  .c-title--homepage__sub-title {
    margin-bottom: 70px;
  }
}

/*#########################*/
/*#########################*/
/* Modules */
.c-masonry-grid {
  padding: 20px 0 40px;
}

.c-masonry-grid__col-lrg {
  margin-left: auto;
  margin-right: auto;
}

.c-masonry-grid__col-sml {
  width: calc(50% - 5px);
  float: left;
  margin-left: 0;
}

.c-masonry-grid__col-sml::after {
  clear: both;
  content: "";
  display: table;
}

.c-masonry-grid__a, .c-masonry-grid__b {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.c-masonry-grid__a::after, .c-masonry-grid__b::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 767px) {
  .c-masonry-grid__block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-masonry-grid__a div:nth-child(3) {
    margin-left: 10px;
  }
  .c-masonry-grid__a .c-masonry-grid__col-lrg {
    margin-bottom: 15px;
  }
  .c-masonry-grid__b div:nth-child(2) {
    margin-left: 10px;
  }
}

.c-masonry-grid .o-icon {
  margin-right: 0;
}

.c-masonry-grid .o-icon svg {
  width: 1.9em;
  height: 1.9em;
}

.c-masonry-grid .o-icon path {
  fill: #768692;
}

.c-masonry-grid .c-button--primary {
  background-color: #005eb8;
  color: white;
  background-image: url("../images/button-arrow--white.png");
  margin-bottom: 10px;
  margin-top: 5px;
  min-height: 34px;
  padding: 10px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 34px;
  line-height: 3.4rem;
}

.c-masonry-grid__block {
  background-color: #ffffff;
  text-align: center;
  height: 100%;
}

.c-masonry-grid--large-block.color-blue, .c-masonry-grid--small-block.color-blue {
  background-color: #006ab4;
}

.c-masonry-grid--large-block.color-lilac, .c-masonry-grid--small-block.color-lilac {
  background-color: #eae2ee;
}

.c-masonry-grid--large-block.color-maroon, .c-masonry-grid--small-block.color-maroon {
  background-color: #92456a;
}

.c-masonry-grid--small-block {
  display: block;
  text-align: center;
  text-decoration: none;
  height: 130px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 22px;
  margin-bottom: 20px;
}

.c-masonry-grid--small-block.color-blue .o-icon svg path, .c-masonry-grid--small-block.color-maroon .o-icon svg path {
  fill: #ffffff;
}

.c-masonry-grid--small-block.color-blue .c-masonry-grid__title, .c-masonry-grid--small-block.color-maroon .c-masonry-grid__title {
  color: #ffffff;
}

.c-masonry-grid--small-block.color-lilac .o-icon svg path {
  fill: #312783;
}

.c-masonry-grid--small-block.color-lilac .c-masonry-grid__title {
  color: #312783;
}

.c-masonry-grid--small-block .c-masonry-grid__title {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  line-height: 1em;
  display: block;
  font-family: "Frutiger LT W01_65 Bold";
}

.c-masonry-grid--small-block .o-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-masonry-grid--small-block .o-icon svg {
  width: 30px;
  height: auto;
}

.c-masonry-grid--small-block.text-icon-color-white .o-icon svg path {
  fill: #ffffff;
}

.c-masonry-grid--small-block.text-icon-color-white .c-masonry-grid__title {
  color: #ffffff;
}

.c-masonry-grid--small-block.text-icon-color-blue .o-icon svg path {
  fill: #312783;
}

.c-masonry-grid--small-block.text-icon-color-blue .c-masonry-grid__title {
  color: #312783;
}

.c-masonry-grid__content-container {
  padding: 30px 0;
}

.c-masonry-grid__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-top: 8px;
  margin-bottom: 30px;
}

.c-masonry-grid__text {
  color: #ffffff;
}

.c-masonry-grid__image-container {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-masonry-grid {
    padding: 20px 15px 40px;
  }
  .c-masonry-grid__a, .c-masonry-grid__b {
    max-width: inherit;
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
    position: relative;
  }
  .c-masonry-grid__a .c-masonry-grid__col-sml:nth-child(2) {
    margin-left: 0;
  }
  .c-masonry-grid__a .c-masonry-grid__col-sml {
    margin-top: 20px;
  }
  .c-masonry-grid__b .c-masonry-grid__col-sml:nth-child(1) {
    margin-left: 0;
  }
  .c-masonry-grid__b .c-masonry-grid__content-container {
    margin-top: 185px;
  }
  .c-masonry-grid__col-lrg .o-icon svg {
    width: 2.6em;
    height: 2.6em;
  }
  .c-masonry-grid__col-lrg .o-icon svg path {
    fill: #ffffff;
  }
  .c-masonry-grid__col-sml {
    margin-left: 2.002%;
    width: 49%;
  }
  .c-masonry-grid__col-sml .o-icon svg {
    width: 1.6em;
    height: 1.6em;
  }
  .c-masonry-grid .c-button--primary {
    background-color: #ffffff;
    color: #36353e;
    background-image: url("../images/button-arrow--black.png");
    margin-bottom: 12px;
    padding: 5px 0 4px;
    max-width: 300px;
  }
  .c-masonry-grid .c-button--primary:hover {
    color: #ffffff;
    background-color: #005b9b;
    background-image: url("../images/button-arrow--white.png");
  }
  .c-masonry-grid__title {
    color: #ffffff;
  }
  .c-masonry-grid--large-block {
    height: 450px;
    position: relative;
  }
  .c-masonry-grid--small-block {
    height: 150px;
    padding-top: 27px;
  }
  .c-masonry-grid--small-block .c-masonry-grid__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    line-height: 1.2em;
  }
  .c-masonry-grid__content-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-top: 40px;
  }
  .c-masonry-grid__image-container {
    display: block;
  }
  .c-masonry-grid__image {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-color: #003087;
  }
}

@media screen and (min-width: 1024px) {
  .c-masonry-grid .o-icon svg {
    width: 3em;
    height: 3em;
  }
  .c-masonry-grid__b .c-masonry-grid__content-container {
    margin-top: 300px;
  }
  .c-masonry-grid--large-block {
    height: 580px;
  }
  .c-masonry-grid--small-block {
    height: 225px;
    padding-top: 43px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .c-masonry-grid--small-block .c-masonry-grid__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
    line-height: 1em;
  }
  .c-masonry-grid__image {
    height: 580px;
  }
  .c-masonry-grid__title {
    margin-bottom: 52px;
  }
  .c-masonry-grid__content-container {
    width: 390px;
    margin-top: 70px;
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .c-masonry-grid {
    padding: 20px 14px 40px;
  }
  .c-masonry-grid--small-block {
    height: 280px;
    padding-top: 65px;
  }
  .c-masonry-grid__b .c-masonry-grid__content-container {
    margin-top: 375px;
  }
}

.m-services-search {
  background-color: #ffffff;
  padding: 20px 0 5px;
  z-index: 98;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

.m-services-search__wrapper {
  padding: 0 15px;
}

.m-services-search__title {
  color: #36353e;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding-bottom: 15px;
  font-family: "Frutiger LT W01_65 Bold";
}

.m-services-search .c-button {
  min-width: 240px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .m-services-search {
    text-align: left;
  }
  .m-services-search__wrapper {
    display: flex;
    justify-content: center;
  }
  .m-services-search__title {
    display: inline-block;
    width: auto;
    text-align: left;
    padding-right: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
    padding-bottom: 0;
    padding-top: 12px;
    margin-top: 0;
  }
  .m-services-search form {
    flex-basis: 60%;
    margin: 0;
  }
  .m-services-search .c-button {
    flex-basis: 35%;
    margin-left: 10px;
    margin-top: 61px;
  }
}

@media screen and (min-width: 1024px) {
  .m-services-search {
    padding-bottom: 35px;
    padding-top: 30px;
  }
  .m-services-search__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    line-height: 4rem;
  }
  .m-services-search .c-button {
    margin-top: 67px;
    max-width: 286px;
  }
}

.m-summary-bordered-text {
  border: 6px solid #312783;
  padding: 15px;
}

.m-image-cta {
  margin: 1em 0;
  display: block;
  position: relative;
}

.m-image-cta__content-wrapper {
  background-color: #92456a;
  color: #fff;
  padding: .5em 1.5em 1em;
  margin: 0;
  position: relative;
  padding: 30px;
}

.m-image-cta__content-wrapper p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Frutiger LT W01_55 Roman";
}

.m-image-cta__content-wrapper h2, .m-image-cta__content-wrapper h3 {
  margin-bottom: 0;
  margin-top: 2px;
}

.m-image-cta .c-button {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .m-image-cta {
    display: flex;
  }
  .m-image-cta__image {
    flex-basis: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .m-image-cta__content-wrapper {
    margin-top: 0;
    width: 50%;
    margin-left: 0;
    min-height: 300px;
    flex-basis: 50%;
    padding: 70px 30px;
    display: flex;
    justify-content: flex-end;
  }
  .m-image-cta__content-wrapper-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 430px;
    align-content: right;
  }
}

@media screen and (min-width: 1024px) {
  .m-image-cta__image {
    flex-basis: 60%;
  }
  .m-image-cta__content-wrapper {
    flex-basis: 40%;
  }
}

.m-news-events-grid__heading {
  text-align: center;
  margin-bottom: 0;
  padding: 15px 15px 0;
}

.m-news-events-grid__events {
  padding: 15px 15px 10px;
  background-color: #009bbd;
}

.m-news-events-grid__events > h3 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0em;
}

.m-news-events-grid__event {
  position: relative;
  padding: 18px 20px 2px;
  text-align: center;
}

.m-news-events-grid__event a {
  text-decoration: none;
}

.m-news-events-grid__event h3 {
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: "Frutiger LT W01_65 Bold";
  padding: 0 20px 10px;
  text-decoration: none;
  margin-top: 0;
}

.m-news-events-grid__event:nth-child(2)::before {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 64px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.3);
}

.m-news-events-grid__event:nth-child(3) h3 {
  margin-bottom: 0;
}

.m-news-events-grid__event-date {
  color: #ffffff;
  padding: 7px 15px;
  text-align: center;
  display: inline-block;
  font-family: "Frutiger LT W01_55 Roman";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}

.m-news-events-grid__news > h3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-news-events-grid__all-news, .m-news-events-grid__all-events {
    max-width: 414px;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
  }
  .m-news-events-grid__all-events {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .m-news-events-grid {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    margin: 50px 15px 0;
  }
  .m-news-events-grid.wide {
    display: block;
  }
  .m-news-events-grid__events-tweets {
    width: 35%;
    order: 1;
    padding-top: 0;
  }
  .m-news-events-grid__events > h3 {
    text-align: center;
  }
  .m-news-events-grid__event:nth-child(3) h3 {
    padding-bottom: 0;
  }
  .m-news-events-grid__news {
    width: 63%;
    order: 2;
  }
  .m-news-events-grid__news > h3 {
    text-align: left;
    margin-bottom: 50px;
  }
  .m-news-events-grid__news.wide {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-news-events-grid__news.wide .c-news-events {
    padding-left: 0;
  }
  .m-news-events-grid__all-news, .m-news-events-grid__all-events {
    text-align: center;
  }
  .m-news-events-grid__all-events {
    margin-top: 30px;
  }
}

.m-locations {
  background-color: #eae2ee;
  padding: 15px;
  margin-bottom: 15px;
}

.m-locations__item {
  border-bottom: 1px solid #bac2c8;
  padding-bottom: 10px;
  padding-top: 10px;
}

.m-locations__item:last-of-type {
  border: 0;
}

.m-locations__item h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 0;
  font-family: "Frutiger LT W01_65 Bold";
}

.m-locations__item span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
}

.m-locations__item a {
  display: block;
  margin-top: 15px;
  font-family: "Frutiger LT W01_55 Roman";
}

@media screen and (min-width: 1024px) {
  .m-locations__item {
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .m-locations__item-content {
    padding-left: 30px;
    padding-right: 15px;
  }
  .m-locations__item h3 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .l-content-page__aside .m-locations__item {
    flex-direction: column;
  }
  .l-content-page__aside .m-locations__item img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100px;
  }
  .l-content-page__aside .m-locations__item-content {
    padding-left: 0;
  }
}

.c-useful-links {
  background-color: #009bbd;
}

.c-useful-links.color-sky-blue {
  background-color: #009bbd;
}

.c-useful-links.color-blue {
  background-color: #006ab4;
}

.c-useful-links--in-header {
  background-color: #009bbd;
  width: 100%;
}

.c-useful-links--in-header .c-accordion {
  margin: 0;
}

.c-useful-links--in-header .c-accordion--useful-links {
  background-image: none;
}

.c-useful-links--in-header .c-resource-list--useful-links__item-link {
  text-decoration: underline;
  font-size: 16px;
  color: #e8edee;
}

.c-useful-links--in-header .c-resource-list--useful-links__items {
  padding-left: 0;
}

.c-useful-links--in-header .c-accordion--useful-links__item {
  margin-left: 0;
  margin-right: 0;
}

.c-useful-links--in-header .c-accordion--useful-links__title {
  margin-left: 0;
  padding: 0.6em 0 .6em 0;
}

.c-useful-links--in-header .c-accordion--useful-links__content {
  margin-left: 0;
  padding-left: 15px;
}

.c-useful-links--in-header .c-accordion--useful-links__title-heading {
  font-size: 20px;
  color: #e8edee;
}

.c-useful-links--in-header .c-accordion--useful-links__arrow svg path {
  fill: #768692;
}

.c-useful-links--in-header .c-accordion--useful-links__item.is-active .c-accordion--useful-links__arrow svg path {
  fill: #768692;
}

.c-useful-links--in-header .c-resource-list--useful-links__item-icon svg path {
  fill: #727172;
}

@media screen and (min-width: 1024px) {
  .c-useful-links--in-header {
    width: auto;
    margin-left: 0;
    position: relative;
    margin-top: -366px;
    height: 330px;
  }
  .c-useful-links--in-header .c-accordion--useful-links__item {
    padding-left: 10px;
    padding-right: 15px;
  }
  .c-useful-links--in-header .c-accordion--useful-links {
    background-image: none;
  }
  .c-useful-links--in-header .c-accordion--useful-links__title {
    padding: 0.8em 0 .8em 0;
  }
  .c-useful-links--in-header .c-accordion--useful-links__title-heading {
    font-size: 24px;
  }
  .c-useful-links--in-header .c-accordion--useful-links__content {
    display: block !important;
  }
  .c-useful-links--in-header .c-accordion--useful-links__arrow {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .c-useful-links--in-header {
    width: 380px;
  }
}

.m-featured-cta {
  margin: 1em 0;
  display: block;
  position: relative;
}

.m-featured-cta__content-wrapper {
  margin-top: -1px;
  background-color: #4a4951;
  background-color: rgba(54, 53, 62, 0.9);
  color: #fff;
  padding: .5em 1.5em 1em;
  margin: -60px 15px 30px;
  position: relative;
  border-radius: 2px;
  padding: 30px;
}

.m-featured-cta__content-wrapper p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Frutiger LT W01_55 Roman";
}

.m-featured-cta__content-wrapper h2, .m-featured-cta__content-wrapper h3 {
  margin-bottom: 0;
  margin-top: 2px;
}

.m-featured-cta__image img {
  border-radius: 2px;
}

.m-featured-cta .c-button {
  margin-top: 30px;
}

.m-featured-cta--blue .m-featured-cta__content-wrapper {
  background-color: #1a79bc;
  background-color: rgba(0, 106, 180, 0.9);
}

@media screen and (min-width: 768px) {
  .m-featured-cta__image {
    margin-left: 30px;
    text-align: right;
  }
  .m-featured-cta__content-wrapper {
    position: absolute;
    top: 30px;
    margin-top: 0;
    width: 50%;
    left: 0;
    margin-left: 0;
    min-height: 300px;
  }
  .m-featured-cta--blue .m-featured-cta__image {
    margin-right: 30px;
    text-align: left;
    margin-left: 0;
  }
  .m-featured-cta--blue .m-featured-cta__content-wrapper {
    left: auto;
    right: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .m-featured-cta__image {
    margin-left: 50px;
  }
  .m-featured-cta__content-wrapper {
    width: 60%;
    min-height: 255px;
  }
  .m-featured-cta--blue .m-featured-cta__image {
    margin-right: 50px;
    text-align: left;
  }
}

.m-bio {
  margin: 1em 0;
  position: relative;
  border-top: 4px solid #009bbd;
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
}

.m-bio__image {
  flex: 0 0 40%;
}

.m-bio__image img {
  border-radius: 2px;
}

.m-bio__name {
  flex: 1 0 0;
}

.m-bio__name h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-top: 15px;
  margin-bottom: 0;
}

.m-bio__name span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #707070;
  font-family: "Frutiger LT W01_65 Bold";
}

.m-bio__content-wrapper {
  padding-top: 25px;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Frutiger LT W01_45 Light";
}

.m-bio__content-wrapper p {
  margin: 0;
  padding: 5px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Frutiger LT W01_45 Light";
}

.m-bio__content-wrapper h2,
.m-bio__content-wrapper h3 {
  margin-bottom: 0;
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .m-bio {
    flex-direction: row;
  }
  .m-bio__image {
    max-width: 270px;
  }
  .m-bio__name {
    padding-left: 30px;
  }
  .m-bio__name h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 29px;
    line-height: 2.9rem;
  }
  .m-bio__name span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 29px;
    line-height: 2.9rem;
  }
  .m-bio__content-wrapper {
    padding-top: 25px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
  .m-bio__content-wrapper p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
    line-height: 2.7rem;
  }
}

@media screen and (min-width: 1024px) {
  .m-bio__name {
    padding-top: 15px;
  }
  .m-bio__image img {
    width: 270px;
  }
  .m-bio__content-wrapper {
    padding-top: 45px;
  }
}

.m-latest-news {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-top: -2px;
  position: relative;
}

.m-latest-news__view-all {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  display: block;
  color: #006ab4;
  position: absolute;
  right: 15px;
  top: -15px;
  font-family: "Frutiger LT W01_65 Bold";
}

.m-latest-news__view-all::before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 12px;
  background-image: url("../images/button-arrow--blue.png");
  background-size: 7px;
  background-position: center;
  top: 6px;
  left: -15px;
  right: auto;
  margin: 0 auto;
}

.m-page-contents {
  padding: 20px 20px 20px 0px;
  margin-bottom: 20px;
  border-bottom: 6px solid #009bbd;
}

.m-page-contents__list {
  padding-left: 15px;
  counter-reset: line;
}

.m-page-contents__title {
  font-family: "Frutiger LT W01_65 Bold";
  color: #36353e;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.m-page-contents__list-item {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.m-page-contents__list-item-link {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Frutiger LT W01_55 Roman";
  color: #36353e;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-page-contents__list-item-link {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .m-page-contents__list-item-link:hover {
    background-color: #ffffff;
    text-decoration: underline;
  }
  .m-page-contents__list-item {
    margin-bottom: 8px;
  }
  .m-page-contents__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 29px;
    line-height: 2.9rem;
  }
  .m-page-contents__two-col {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
  }
}

.c-masonry-grid {
  padding: 20px 0 40px;
}

.c-masonry-grid__col-lrg {
  margin-left: auto;
  margin-right: auto;
}

.c-masonry-grid__col-sml {
  width: calc(50% - 5px);
  float: left;
  margin-left: 0;
}

.c-masonry-grid__col-sml::after {
  clear: both;
  content: "";
  display: table;
}

.c-masonry-grid__a, .c-masonry-grid__b {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.c-masonry-grid__a::after, .c-masonry-grid__b::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 767px) {
  .c-masonry-grid__block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-masonry-grid__a div:nth-child(3) {
    margin-left: 10px;
  }
  .c-masonry-grid__a .c-masonry-grid__col-lrg {
    margin-bottom: 15px;
  }
  .c-masonry-grid__b div:nth-child(2) {
    margin-left: 10px;
  }
}

.c-masonry-grid .o-icon {
  margin-right: 0;
}

.c-masonry-grid .o-icon svg {
  width: 1.9em;
  height: 1.9em;
}

.c-masonry-grid .o-icon path {
  fill: #768692;
}

.c-masonry-grid .c-button--primary {
  background-color: #005eb8;
  color: white;
  background-image: url("../images/button-arrow--white.png");
  margin-bottom: 10px;
  margin-top: 5px;
  min-height: 34px;
  padding: 10px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 34px;
  line-height: 3.4rem;
}

.c-masonry-grid__block {
  background-color: #ffffff;
  text-align: center;
  height: 100%;
}

.c-masonry-grid--large-block.color-blue, .c-masonry-grid--small-block.color-blue {
  background-color: #006ab4;
}

.c-masonry-grid--large-block.color-lilac, .c-masonry-grid--small-block.color-lilac {
  background-color: #eae2ee;
}

.c-masonry-grid--large-block.color-maroon, .c-masonry-grid--small-block.color-maroon {
  background-color: #92456a;
}

.c-masonry-grid--small-block {
  display: block;
  text-align: center;
  text-decoration: none;
  height: 130px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 22px;
  margin-bottom: 20px;
}

.c-masonry-grid--small-block.color-blue .o-icon svg path, .c-masonry-grid--small-block.color-maroon .o-icon svg path {
  fill: #ffffff;
}

.c-masonry-grid--small-block.color-blue .c-masonry-grid__title, .c-masonry-grid--small-block.color-maroon .c-masonry-grid__title {
  color: #ffffff;
}

.c-masonry-grid--small-block.color-lilac .o-icon svg path {
  fill: #312783;
}

.c-masonry-grid--small-block.color-lilac .c-masonry-grid__title {
  color: #312783;
}

.c-masonry-grid--small-block .c-masonry-grid__title {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  line-height: 1em;
  display: block;
  font-family: "Frutiger LT W01_65 Bold";
}

.c-masonry-grid--small-block .o-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-masonry-grid--small-block .o-icon svg {
  width: 30px;
  height: auto;
}

.c-masonry-grid--small-block.text-icon-color-white .o-icon svg path {
  fill: #ffffff;
}

.c-masonry-grid--small-block.text-icon-color-white .c-masonry-grid__title {
  color: #ffffff;
}

.c-masonry-grid--small-block.text-icon-color-blue .o-icon svg path {
  fill: #312783;
}

.c-masonry-grid--small-block.text-icon-color-blue .c-masonry-grid__title {
  color: #312783;
}

.c-masonry-grid__content-container {
  padding: 30px 0;
}

.c-masonry-grid__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-top: 8px;
  margin-bottom: 30px;
}

.c-masonry-grid__text {
  color: #ffffff;
}

.c-masonry-grid__image-container {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-masonry-grid {
    padding: 20px 15px 40px;
  }
  .c-masonry-grid__a, .c-masonry-grid__b {
    max-width: inherit;
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
    position: relative;
  }
  .c-masonry-grid__a .c-masonry-grid__col-sml:nth-child(2) {
    margin-left: 0;
  }
  .c-masonry-grid__a .c-masonry-grid__col-sml {
    margin-top: 20px;
  }
  .c-masonry-grid__b .c-masonry-grid__col-sml:nth-child(1) {
    margin-left: 0;
  }
  .c-masonry-grid__b .c-masonry-grid__content-container {
    margin-top: 185px;
  }
  .c-masonry-grid__col-lrg .o-icon svg {
    width: 2.6em;
    height: 2.6em;
  }
  .c-masonry-grid__col-lrg .o-icon svg path {
    fill: #ffffff;
  }
  .c-masonry-grid__col-sml {
    margin-left: 2.002%;
    width: 49%;
  }
  .c-masonry-grid__col-sml .o-icon svg {
    width: 1.6em;
    height: 1.6em;
  }
  .c-masonry-grid .c-button--primary {
    background-color: #ffffff;
    color: #36353e;
    background-image: url("../images/button-arrow--black.png");
    margin-bottom: 12px;
    padding: 5px 0 4px;
    max-width: 300px;
  }
  .c-masonry-grid .c-button--primary:hover {
    color: #ffffff;
    background-color: #005b9b;
    background-image: url("../images/button-arrow--white.png");
  }
  .c-masonry-grid__title {
    color: #ffffff;
  }
  .c-masonry-grid--large-block {
    height: 450px;
    position: relative;
  }
  .c-masonry-grid--small-block {
    height: 150px;
    padding-top: 27px;
  }
  .c-masonry-grid--small-block .c-masonry-grid__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    line-height: 1.2em;
  }
  .c-masonry-grid__content-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-top: 40px;
  }
  .c-masonry-grid__image-container {
    display: block;
  }
  .c-masonry-grid__image {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-color: #003087;
  }
}

@media screen and (min-width: 1024px) {
  .c-masonry-grid .o-icon svg {
    width: 3em;
    height: 3em;
  }
  .c-masonry-grid__b .c-masonry-grid__content-container {
    margin-top: 300px;
  }
  .c-masonry-grid--large-block {
    height: 580px;
  }
  .c-masonry-grid--small-block {
    height: 225px;
    padding-top: 43px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .c-masonry-grid--small-block .c-masonry-grid__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
    line-height: 1em;
  }
  .c-masonry-grid__image {
    height: 580px;
  }
  .c-masonry-grid__title {
    margin-bottom: 52px;
  }
  .c-masonry-grid__content-container {
    width: 390px;
    margin-top: 70px;
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .c-masonry-grid {
    padding: 20px 14px 40px;
  }
  .c-masonry-grid--small-block {
    height: 280px;
    padding-top: 65px;
  }
  .c-masonry-grid__b .c-masonry-grid__content-container {
    margin-top: 375px;
  }
}

.m-neighbourhood-map {
  padding: 30px 25px 20px;
  background-color: #d7c8df;
}

.m-neighbourhood-map__title {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Frutiger LT W01_65 Bold";
  padding-bottom: 10px;
}

.m-neighbourhood-map svg,
.m-neighbourhood-map img {
  display: none;
}

@media (min-width: 768px) {
  .m-neighbourhood-map {
    height: 513px;
    padding: 0;
    margin-top: -35px;
    overflow: hidden;
  }
  .m-neighbourhood-map svg {
    display: block;
    margin-left: 36%;
    height: 513px;
  }
  .m-neighbourhood-map svg #North,
  .m-neighbourhood-map svg #Central,
  .m-neighbourhood-map svg #South {
    cursor: pointer;
  }
  .m-neighbourhood-map svg #North.is-active #North_Hover {
    opacity: 1;
    visibility: visible;
  }
  .m-neighbourhood-map svg #North.click-active #North_Hover {
    opacity: 1;
    visibility: visible;
  }
  .m-neighbourhood-map svg #North.click-active #North_Hover .cls-5 {
    fill: #009bbd !important;
  }
  .m-neighbourhood-map svg #Central.is-active #Central_Hover {
    opacity: 1;
    visibility: visible;
  }
  .m-neighbourhood-map svg #Central.click-active #Central_Hover {
    opacity: 1;
    visibility: visible;
  }
  .m-neighbourhood-map svg #Central.click-active #Central_Hover .cls-5 {
    fill: #009bbd !important;
  }
  .m-neighbourhood-map svg #South.is-active #South_Hover {
    opacity: 1;
    visibility: visible;
  }
  .m-neighbourhood-map svg #South.click-active #South_Hover {
    opacity: 1;
    visibility: visible;
  }
  .m-neighbourhood-map svg #South.click-active #South_Hover .cls-5 {
    fill: #009bbd !important;
  }
  .m-neighbourhood-map svg #North_Hover,
  .m-neighbourhood-map svg #Central_Hover,
  .m-neighbourhood-map svg #South_Hover {
    opacity: 0;
    visibility: hidden;
  }
  .m-neighbourhood-map svg #North_Hover .cls-5,
  .m-neighbourhood-map svg #Central_Hover .cls-5,
  .m-neighbourhood-map svg #South_Hover .cls-5 {
    fill: #8ec9d6;
  }
}

.searchwp-live-search-results {
  min-height: 63px !important;
}

/* Layouts */
.l-layout__main {
  padding-top: 0px;
}

@media screen and (min-width: 1024px) {
  .l-layout__main {
    padding-top: 0;
  }
  .l-layout__main--home {
    width: 1024px;
    margin: 0 auto;
    overflow: initial;
  }
}

@media screen and (min-width: 1200px) {
  .l-layout__main--home {
    width: 1170px;
    max-width: 1200px;
  }
}

.l-content-page {
  margin-top: 2em;
}

.l-content-page__main, .l-content-page__aside, .l-content-page__wide {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px;
  margin-left: 15px;
}

.l-content-page__aside {
  margin-top: 2em;
}

.l-content-page__aside > p {
  margin: 0;
}

.l-content-page__main table, .l-content-page__main th, .l-content-page__main td, .l-content-page__wide table, .l-content-page__wide th, .l-content-page__wide td {
  border: none;
}

.l-content-page__main table, .l-content-page__wide table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

.l-content-page__main table > thead tr, .l-content-page__main table > thead th, .l-content-page__wide table > thead tr, .l-content-page__wide table > thead th {
  background-color: #e8edee;
}

.l-content-page__main table > tbody > tr:nth-child(odd), .l-content-page__wide table > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.l-content-page__main table > tbody > tr > td, .l-content-page__wide table > tbody > tr > td {
  border-radius: 0;
  border-top: 1px solid #bac2c8;
}

.l-content-page__main table.centered thead tr th, .l-content-page__main table.centered tbody tr td, .l-content-page__wide table.centered thead tr th, .l-content-page__wide table.centered tbody tr td {
  text-align: center;
}

.l-content-page__main tr, .l-content-page__wide tr {
  border-bottom: none;
}

.l-content-page__main td, .l-content-page__main th, .l-content-page__wide td, .l-content-page__wide th {
  padding: 15px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.l-content-page.post-type-service .l-content-page__main {
  padding-right: 0;
}

@media screen and (min-width: 1024px) {
  .l-content-page__main {
    width: calc(66.66667% - 25px);
    float: left;
    margin-left: 15px;
    position: relative;
    padding-right: 50px;
  }
  .l-content-page__main.archive-event:before, .l-content-page__main.article-detail:before, .l-content-page__main.category-news:before {
    content: none;
  }
  .l-content-page__aside {
    width: calc(33.33333% - 20px);
    float: left;
    margin-left: 15px;
    margin-top: 0;
    margin-left: 25px;
  }
  .l-content-page__wide {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

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

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

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

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

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

.u-desktop-only {
  display: none !important;
}

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

.u-fill-mobile {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

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

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

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

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

.u-top-border {
  padding-top: 0.4em;
  border-top: 8px solid #522583;
}

.u-top-border--secondary {
  border-top: 2px solid #e8edee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-clearboth {
  clear: both;
}

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

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

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

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

.row-visible {
  overflow: inherit !important;
}

/*#########################*/
/*#########################*/

/*# sourceMappingURL=style.min.css.map */
