/*
    Theme Name: Water UK Theme by Soapbox
    Theme URI: http://www.soapbox.co.uk
    Description: Water UK Theme by Soapbox
    Author: Soapbox
    Version: 1.0
*/
/*
    ===============================
    1. SETTINGS
    ===============================
*/
@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist-regular-webfont.woff2") format("woff2"), url("../fonts/geomanist-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist-regular-italic-webfont.woff2") format("woff2"), url("../fonts/geomanist-regular-italic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist-book-webfont.woff2") format("woff2"), url("../fonts/geomanist-book-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist-book-italic-webfont.woff2") format("woff2"), url("../fonts/geomanist-book-italic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 500; }

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist-medium-webfont.woff2") format("woff2"), url("../fonts/geomanist-medium-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist-medium-italic-webfont.woff2") format("woff2"), url("../fonts/geomanist-medium-italic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 600; }

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist-bold-webfont.woff2") format("woff2"), url("../fonts/geomanist-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist-bold-italic-webfont.woff2") format("woff2"), url("../fonts/geomanist-bold-italic-webfont.woff") format("woff");
  font-style: italic;
  font-weight: 700; }

/*
    ===============================
    2. TOOLS
    ===============================
*/
/*
    ===============================
    COMMON CODE
    ===============================
*/
/*
    ===============================
    TYPOGRAPHY
    ===============================
*/
/* Font families */
/* Body text */
/*
    ===============================
    GRID
    ===============================
*/
/*
    ===============================
    3. RESET
    ===============================
*/
/* * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Reset styling on inputs */
input {
  margin: 0; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer; }

button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none; }
  button:focus {
    outline: none; }

/*
    ===============================
    4. BASE
    ===============================
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  background-color: #119CA9;
  font-size: 16px; }
  body.is-fixed {
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%; }
  body.is-scroll-locked {
    overflow: hidden;
    position: relative; }

main {
  background-color: #FFFFFF;
  min-height: 600px; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5, h6 {
  font-size: 16px; }

p {
  font-size: 16px; }

a {
  color: inherit;
  text-decoration: none; }

a,
p a,
ol li a,
ul li a {
  cursor: pointer;
  text-decoration: none; }
  a:hover, a:focus,
  p a:hover,
  p a:focus,
  ol li a:hover,
  ol li a:focus,
  ul li a:hover,
  ul li a:focus {
    outline: 0;
    text-decoration: none; }

b, strong, body.webkit strong, body.webkit b {
  font-weight: 600; }

i, em {
  font-style: italic; }

button, input, textarea, select {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif; }

input {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  outline: 0;
  vertical-align: top; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*
    ===============================
    5. OBJECTS
    ===============================
*/
/* #General body
================================================== */
.ts-body {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 36px; }
  @media only screen and (max-width: 767px) {
    .ts-body {
      font-size: 19px;
      line-height: 30px; } }
  .ts-body a {
    color: inherit;
    font-size: inherit;
    word-wrap: break-word; }
  .ts-body--small {
    font-size: 19px;
    letter-spacing: 0.1px;
    line-height: 30px; }
    @media only screen and (max-width: 767px) {
      .ts-body--small {
        font-size: 17px; } }
  .ts-body--smaller {
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 24px; }
  .ts-body--smallest {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 24px; }

/* #Headings
================================================== */
.ts-hero-heading, .ts-hero-heading p {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  color: inherit;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 54px; }
  @media only screen and (max-width: 767px) {
    .ts-hero-heading, .ts-hero-heading p {
      font-size: 30px;
      letter-spacing: 0.2px;
      line-height: 36px; } }

.ts-heading-1 {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  color: inherit;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 42px; }
  @media only screen and (max-width: 767px) {
    .ts-heading-1 {
      font-size: 24px;
      letter-spacing: 0.5px;
      line-height: 30px; } }

.ts-heading-2 {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  color: inherit;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 36px; }

.ts-heading-3 {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  color: inherit;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 30px; }
  .ts-heading-3--bold {
    font-weight: 700; }

.ts-heading-4 {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  color: inherit;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 30px; }
  @media only screen and (max-width: 767px) {
    .ts-heading-4 {
      font-size: 19px;
      line-height: 24px; } }

.ts-heading-5 {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  color: inherit;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px; }

/* #Editor headings
================================================== */
.ts-editor-heading, .o-content-from-editor h1 {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  color: #155277;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 36px; }
  @media only screen and (max-width: 767px) {
    .ts-editor-heading, .o-content-from-editor h1 {
      font-size: 24px;
      line-height: 34px; } }

.ts-editor-subheading, .o-content-from-editor h2, .o-content-from-editor h3, .o-content-from-editor h4, .o-content-from-editor h5, .o-content-from-editor h6 {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  color: #155277;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 36px; }
  @media only screen and (max-width: 767px) {
    .ts-editor-subheading, .o-content-from-editor h2, .o-content-from-editor h3, .o-content-from-editor h4, .o-content-from-editor h5, .o-content-from-editor h6 {
      font-size: 20px;
      line-height: 30px; } }

/* #Misc
================================================== */
.ts-main-menu {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: 0.3px; }
  @media only screen and (max-width: 1017px) {
    .ts-main-menu {
      color: #FFFFFF;
      font-size: 18px; } }

.ts-social-label {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 18px; }
  .ts-social-label--large {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 20px; }

.ts-footer-credit {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px; }
  .ts-footer-credit a:hover, .ts-footer-credit a:focus {
    text-decoration: underline; }

.ts-button {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 20px; }

.ts-tile-meta {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  letter-spacing: 0.1px;
  line-height: 24px; }
  .ts-tile-meta--small {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px; }
  .ts-tile-meta--medium {
    font-size: 15.5px;
    font-weight: 400; }
  .ts-tile-meta--large {
    font-size: 16px;
    font-weight: 500; }

.ts-page-link-description {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 30px; }
  @media only screen and (max-width: 767px) {
    .ts-page-link-description {
      font-weight: 400; } }

.ts-cta {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 48px; }
  @media only screen and (max-width: 767px) {
    .ts-cta {
      font-size: 30px;
      line-height: 36px; } }

.ts-breadcrumb {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px; }

.ts-meta-title {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px; }

.o-content-from-editor {
  color: #151515;
  /* Block Quotes
  ================================================== */
  /* Captioned Images
  ================================================== */
  /* Aligned Images
  ================================================== */
  /* Lists
  ================================================== */
  /* Tables
  ================================================== */
  /* Miscellaneous
  ================================================== */
  /* Wordpress Galleries - Ew!
  ================================================== */ }
  .o-content-from-editor p {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 36px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .o-content-from-editor p {
        font-size: 19px;
        line-height: 30px; } }
    .o-content-from-editor p a {
      color: inherit;
      font-size: inherit;
      word-wrap: break-word; }
    .o-content-from-editor p a {
      color: #155277;
      text-decoration: underline; }
      .o-content-from-editor p a:hover, .o-content-from-editor p a:focus {
        color: #006C78;
        text-decoration: underline; }
  .o-content-from-editor h1, .o-content-from-editor h2, .o-content-from-editor h3, .o-content-from-editor h4, .o-content-from-editor h5, .o-content-from-editor h6, .o-content-from-editor p, .o-content-from-editor ol, .o-content-from-editor ul, .o-content-from-editor a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .o-content-from-editor h1 {
    margin-bottom: 24px; }
  .o-content-from-editor h2, .o-content-from-editor h3, .o-content-from-editor h4, .o-content-from-editor h5, .o-content-from-editor h6 {
    margin-bottom: 18px; }
  .o-content-from-editor > :last-child {
    margin-bottom: 0; }
  .o-content-from-editor img {
    display: block;
    height: auto;
    max-width: 100%; }
  .o-content-from-editor iframe {
    width: 100%; }
  .o-content-from-editor blockquote {
    margin: 48px 0 42px 24px; }
    .o-content-from-editor blockquote p {
      color: #155277;
      font-weight: 500;
      margin-bottom: 0; }
    .o-content-from-editor blockquote footer {
      margin-top: 18px; }
  .o-content-from-editor .wp-caption {
    display: inline-block;
    margin: 0 18px 18px 0;
    vertical-align: top; }
    .o-content-from-editor .wp-caption img {
      display: block;
      height: auto;
      max-width: 100%; }
  .o-content-from-editor .wp-caption-text {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
    text-align: left; }
    .o-content-from-editor .wp-caption-text p:last-child,
    .o-content-from-editor .wp-caption-text ul:last-child,
    .o-content-from-editor .wp-caption-text ol:last-child {
      margin-bottom: 0; }
  .o-content-from-editor .alignleft {
    float: left;
    margin: 12px 18px 12px 0; }
    .o-content-from-editor .alignleft .wp-caption-text {
      padding-left: 0;
      text-align: left; }
  .o-content-from-editor .aligncenter {
    display: block;
    margin: 12px auto 18px; }
    .o-content-from-editor .aligncenter .wp-caption-text {
      text-align: center; }
  .o-content-from-editor .alignright {
    float: right;
    margin: 12px 0 12px 18px; }
    .o-content-from-editor .alignright .wp-caption-text {
      padding-right: 0;
      text-align: right; }
  .o-content-from-editor .alignnone {
    display: block;
    margin: 18px 0 18px;
    height: auto;
    max-width: 100%; }
    .o-content-from-editor .alignnone .wp-caption-text {
      padding-left: 0; }
  @media only screen and (max-width: 767px) {
    .o-content-from-editor .alignleft,
    .o-content-from-editor .alignright,
    .o-content-from-editor .alignnone {
      display: block;
      float: none;
      margin-bottom: 12px;
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .o-content-from-editor .alignleft .wp-caption-text,
    .o-content-from-editor .alignright .wp-caption-text,
    .o-content-from-editor .alignnone .wp-caption-text {
      padding-left: 0;
      text-align: left; } }
  .o-content-from-editor ol {
    list-style: decimal; }
    .o-content-from-editor ol ul {
      list-style: disc; }
    .o-content-from-editor ol ol {
      list-style: lower-latin; }
  .o-content-from-editor ul {
    list-style: disc; }
    .o-content-from-editor ul ul {
      list-style: circle; }
    .o-content-from-editor ul ol {
      list-style: decimal; }
  .o-content-from-editor ol, .o-content-from-editor ul {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 36px;
    margin: 18px 0 24px 24px; }
    @media only screen and (max-width: 767px) {
      .o-content-from-editor ol, .o-content-from-editor ul {
        font-size: 19px;
        line-height: 30px; } }
    .o-content-from-editor ol a, .o-content-from-editor ul a {
      color: inherit;
      font-size: inherit;
      word-wrap: break-word; }
    @media only screen and (max-width: 767px) {
      .o-content-from-editor ol, .o-content-from-editor ul {
        margin-bottom: 12px;
        margin-top: 12px; } }
    .o-content-from-editor ol a, .o-content-from-editor ul a {
      color: #155277;
      text-decoration: underline; }
      .o-content-from-editor ol a:hover, .o-content-from-editor ol a:focus, .o-content-from-editor ul a:hover, .o-content-from-editor ul a:focus {
        color: #006C78;
        text-decoration: underline; }
    .o-content-from-editor ol ul, .o-content-from-editor ol ol, .o-content-from-editor ul ul, .o-content-from-editor ul ol {
      margin: 4px 0 5px 18px; }
    .o-content-from-editor ol li, .o-content-from-editor ul li {
      margin-bottom: 3px;
      padding-left: 3px; }
  .o-content-from-editor table {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 36px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    width: 100%;
    /* Cells in even rows (2,4,6...) are one color */ }
    @media only screen and (max-width: 767px) {
      .o-content-from-editor table {
        font-size: 19px;
        line-height: 30px; } }
    .o-content-from-editor table a {
      color: inherit;
      font-size: inherit;
      word-wrap: break-word; }
    .o-content-from-editor table td, .o-content-from-editor table th {
      border: 1px solid #000000;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 6px; }
    .o-content-from-editor table th {
      font-weight: 600; }
    .o-content-from-editor table td {
      text-align: center; }
    .o-content-from-editor table tr:nth-child(even) td {
      background-color: #EFEFEF; }
  .o-content-from-editor address {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 36px;
    font-style: italic;
    margin-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      .o-content-from-editor address {
        font-size: 19px;
        line-height: 30px; } }
    .o-content-from-editor address a {
      color: inherit;
      font-size: inherit;
      word-wrap: break-word; }
  .o-content-from-editor big {
    font-size: 22px;
    line-height: 32px; }
  .o-content-from-editor small {
    font-size: 14px;
    line-height: 22px; }
  .o-content-from-editor cite {
    font-weight: 600; }
  .o-content-from-editor q {
    font-style: italic; }
  .o-content-from-editor code, .o-content-from-editor var {
    font-family: Consolas, monospace; }
  .o-content-from-editor .gallery {
    display: block;
    margin-bottom: 30px; }
  .o-content-from-editor .gallery-item {
    display: inline-block;
    vertical-align: top; }

.o-layout {
  padding: 30px 0 48px;
  /* Elements
  ================================================== */
  /* Modifiers
  ================================================== */ }
  .o-layout__full {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px; }
    @media only screen and (max-width: 767px) {
      .o-layout__full {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
  .o-layout__column {
    width: calc(66.66667% - 40px);
    float: left;
    margin-left: 24px; }
    @media only screen and (max-width: 767px) {
      .o-layout__column {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
  .o-layout__aside {
    width: calc(25% - 30px);
    float: left;
    margin-left: 24px;
    margin-left: calc(8.33333% - 26px + 48px); }
    @media only screen and (max-width: 767px) {
      .o-layout__aside {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
  .o-layout__aside-heading {
    color: #2F3739;
    margin-bottom: 12px; }
  @media only screen and (max-width: 767px) {
    .o-layout__column + .o-layout__aside {
      margin-top: 24px; }
      .o-layout__column + .o-layout__aside:empty {
        margin-top: 0; } }
  .o-layout--column-content-block {
    padding-bottom: 30px; }
  .o-layout + .o-layout {
    padding-top: 0; }
  .o-layout:last-child {
    padding-bottom: 48px; }
    .o-layout:last-child.o-layout--with-background {
      padding-bottom: 0; }

.o-section {
  padding: 0 0 36px; }
  @media only screen and (max-width: 767px) {
    .o-section--share-links {
      padding-bottom: 18px; } }
  .o-section:last-child {
    padding-bottom: 0; }

.o-svg {
  /* #Logo
  ================================================== */
  /* Button icons
  ================================================== */
  /* #Social
  ================================================== */
  /* #Breadcrumbs
  ================================================== */ }
  .o-svg--water-uk-logo {
    height: 50px;
    width: 100px; }
  .o-svg--download {
    height: 31px;
    width: 25px; }
  .o-svg--arrow-right {
    height: 13px;
    width: 14px; }
  .o-svg--external {
    height: 13px;
    width: 12px; }
  .o-svg--search {
    height: 15px;
    width: 15px; }
  .o-svg--chevron-right {
    height: 12px;
    width: 8px; }
  .o-svg--filter {
    height: 12px;
    width: 22px; }
  .o-svg--cross {
    height: 18px;
    width: 18px; }
  .o-svg--twitter {
    height: 18px;
    width: 23px; }
    .o-svg--twitter--large {
      height: 18px;
      width: 23px; }
    .o-svg--twitter--small {
      height: 16px;
      width: 20px; }
  .o-svg--linkedin {
    height: 18px;
    width: 19px; }
    .o-svg--linkedin--large {
      height: 18px;
      width: 19px; }
    .o-svg--linkedin--small {
      height: 16px;
      width: 17px; }
  .o-svg--linkedin-2 {
    height: 19px;
    width: 20px; }
  .o-svg--facebook {
    height: 22px;
    width: 11px; }
  .o-svg--email {
    height: 15px;
    width: 19px; }
  .o-svg--single-backwards-chevron {
    height: 12px;
    width: 9px; }
  .o-svg--double-backwards-chevron {
    height: 12px;
    width: 13px; }

/*
    ===============================
    6. COMPONENTS
    ===============================
*/
.c-accordion {
  color: #151515; }
  .c-accordion__item {
    border-bottom: 1px solid #D5D7D7;
    padding-top: 24px; }
  .c-accordion__heading {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 24px;
    width: 100%; }
    .c-accordion__heading:focus {
      color: #006C78; }
  .c-accordion__icon {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: 23px;
    margin-left: 6px;
    margin-top: 7px;
    position: relative;
    width: 23px; }
    @media only screen and (max-width: 767px) {
      .c-accordion__icon {
        margin-top: 3px; } }
    .c-accordion__icon:before {
      background-color: #119CA9;
      content: '';
      height: 100%;
      left: 11px;
      position: absolute;
      top: 0;
      width: 2px; }
      .is-clicked .c-accordion__icon:before {
        display: none; }
    .c-accordion__icon:after {
      background-color: #119CA9;
      content: '';
      height: 2px;
      position: absolute;
      left: 0;
      top: 11px;
      width: 100%; }
  .c-accordion__content {
    display: none;
    padding-bottom: 24px; }
    .c-accordion__content ol {
      list-style: decimal; }
      .c-accordion__content ol ul {
        list-style: disc; }
      .c-accordion__content ol ol {
        list-style: lower-latin; }
    .c-accordion__content ul {
      list-style: disc; }
      .c-accordion__content ul ul {
        list-style: circle; }
      .c-accordion__content ul ol {
        list-style: decimal; }
    .c-accordion__content ol, .c-accordion__content ul {
      font-family: 'Geomanist', Arial, Helvetica, sans-serif;
      font-size: 22px;
      font-weight: 400;
      letter-spacing: 0.4px;
      line-height: 36px;
      margin: 18px 0 24px 24px; }
      @media only screen and (max-width: 767px) {
        .c-accordion__content ol, .c-accordion__content ul {
          font-size: 19px;
          line-height: 30px; } }
      .c-accordion__content ol a, .c-accordion__content ul a {
        color: inherit;
        font-size: inherit;
        word-wrap: break-word; }
      @media only screen and (max-width: 767px) {
        .c-accordion__content ol, .c-accordion__content ul {
          margin-bottom: 12px;
          margin-top: 12px; } }
      .c-accordion__content ol a, .c-accordion__content ul a {
        color: #155277;
        text-decoration: underline; }
        .c-accordion__content ol a:hover, .c-accordion__content ol a:focus, .c-accordion__content ul a:hover, .c-accordion__content ul a:focus {
          color: #006C78;
          text-decoration: underline; }
      .c-accordion__content ol ul, .c-accordion__content ol ol, .c-accordion__content ul ul, .c-accordion__content ul ol {
        margin: 4px 0 5px 18px; }
      .c-accordion__content ol li, .c-accordion__content ul li {
        margin-bottom: 3px;
        padding-left: 3px; }
    .c-accordion__content p, .c-accordion__content ul, .c-accordion__content ol {
      font-family: 'Geomanist', Arial, Helvetica, sans-serif;
      font-size: 17px;
      letter-spacing: 0.2px;
      line-height: 24px;
      margin-bottom: 24px; }
      .c-accordion__content p a, .c-accordion__content ul a, .c-accordion__content ol a {
        color: #155277;
        text-decoration: underline; }
        .c-accordion__content p a:hover, .c-accordion__content p a:focus, .c-accordion__content ul a:hover, .c-accordion__content ul a:focus, .c-accordion__content ol a:hover, .c-accordion__content ol a:focus {
          color: #006C78; }
      .c-accordion__content p:last-child, .c-accordion__content ul:last-child, .c-accordion__content ol:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .c-accordion__content {
        padding-right: 36px; } }

.c-active-filter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  margin-right: 12px; }
  .c-active-filter__label {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #155277;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #155277;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14.5px;
    height: 30px;
    letter-spacing: 0.1px;
    padding: 6px 10px;
    -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
    transition: background-color 0.3s, border 0.3s, color 0.3s; }
    .c-active-filter__label:after {
      background-image: url("../img/cross-blue.svg");
      content: '';
      display: block;
      height: 8px;
      margin-left: 6px;
      -webkit-transition: background 0.3s;
      transition: background 0.3s;
      width: 8px; }
    .c-active-filter__label:hover, .c-active-filter__label:focus {
      background-color: #155277;
      border: 1px solid #155277;
      color: #FFFFFF; }
      .c-active-filter__label:hover:after, .c-active-filter__label:focus:after {
        background-image: url("../img/cross-white.svg"); }
  .c-active-filter__remove {
    display: none; }

.c-active-filters {
  margin-top: 24px; }
  .c-active-filters__form {
    font-size: 0; }
  .c-active-filters .c-filters__buttons {
    display: inline-block;
    float: none;
    margin-left: 0;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .c-active-filters .c-filters__buttons {
        margin-bottom: 12px;
        margin-top: 0;
        padding-right: 0;
        text-align: left;
        width: auto; } }

.c-breadcrumbs {
  color: #155277;
  padding: 18px 0; }
  .c-breadcrumbs__inner {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    font-size: 0; }
    @media only screen and (max-width: 767px) {
      .c-breadcrumbs__inner {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
  .c-breadcrumbs__crumb {
    display: inline-block;
    margin-right: 10px; }
  .c-breadcrumbs__crumb-link:hover, .c-breadcrumbs__crumb-link:focus {
    text-decoration: underline; }
  .c-breadcrumbs__divider {
    margin-right: 10px;
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px); }
  .c-breadcrumbs + .o-layout {
    padding-top: 0; }

.c-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11px 14px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* Elements
  ================================================== */
  /* Modifiers
  ================================================== */
  /* State changes
  ================================================== */ }
  .c-button__text {
    margin-right: 6px; }
  .c-button__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .c-button__icon--chevron-right {
      margin-top: 2px; }
  .c-button--blue {
    background-color: #155277;
    color: #FFFFFF; }
    .c-button--blue:hover, .c-button--blue:focus {
      background-color: #119CA9; }
  .c-button--light-blue {
    background-color: #2B96DD;
    color: #FFFFFF; }
    .c-button--light-blue:hover, .c-button--light-blue:focus {
      background-color: #119CA9; }
.c-button--green {
  background-color: #008282;
  color: #FFFFFF;
  font-family: 'Geomanist',Arial,Helvetica,sans-serif;
  padding: 11px 14px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 3px;
}
  .c-button:hover .c-button__icon, .c-button:focus .c-button__icon {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px); }

.c-call-to-action {
  background: url("../img/waves-white.svg") no-repeat right center #F4F5F5;
  padding: 42px 0 54px; }
  @media only screen and (max-width: 767px) {
    .c-call-to-action {
      background-image: none;
      padding: 30px 0 36px; } }
  .c-call-to-action__text {
    width: calc(91.66667% - 46px);
    float: left;
    margin-left: 24px;
    color: #2F3739; }
    @media only screen and (max-width: 767px) {
      .c-call-to-action__text {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
  .c-call-to-action__button-wrapper {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .c-call-to-action__button-wrapper {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px;
        margin-top: 24px; } }

.c-download {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #008282;
  border-radius: 5px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  @media only screen and (max-width: 767px) {
    .c-download {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 24px 18px; } }
  .c-download__meta {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    display: block;
    font-size: 15px;
    letter-spacing: 0.1px;
    margin-bottom: 12px; }
  .c-download__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 12px; }
    @media only screen and (max-width: 767px) {
      .c-download__icon {
        margin-top: 18px;
        margin-left: 0; } }
  .c-download + .c-download {
    margin-top: 24px; }

.c-filters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 90px);
  /* Filter wrapper
  ================================================== */
  /* Button wrapper
  ================================================== */
  /* Individual buttons
  ================================================== */ }
  @media only screen and (max-width: 767px) {
    .c-filters {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      width: 100%; } }
  .c-filters__filter {
    width: calc(25% - 30px);
    float: left;
    margin-left: 24px;
    width: calc(25% - 8px);
    /* Heading of filter
	================================================== */
    /* Dropdown list
	================================================== */ }
    @media only screen and (max-width: 767px) {
      .c-filters__filter {
        margin-left: 0;
        margin-top: -1px;
        width: 100%; } }
    .c-filters__filter__heading {
      font-family: 'Geomanist', Arial, Helvetica, sans-serif;
      color: #151515;
      font-size: 17px;
      font-weight: 500;
      letter-spacing: .2px;
      line-height: 20px;
      background-color: #F4F5F5;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer;
      padding: 11px 36px 11px 12px;
      position: relative;
      text-align: left;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .c-filters__filter__heading {
          background-color: #FFFFFF;
          border-bottom: 1px solid #D5D7D7;
          border-top: 1px solid #D5D7D7;
          height: 58px;
          padding: 20px; } }
      .c-filters__filter__heading__icon {
        background-image: url("../img/filter-chevron.svg");
        display: block;
        height: 9px;
        position: absolute;
        right: 12px;
        top: 17px;
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        width: 15px; }
        @media only screen and (max-width: 767px) {
          .c-filters__filter__heading__icon {
            right: 20px;
            top: 25px; } }
        .is-open .c-filters__filter__heading__icon {
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
      .c-filters__filter__heading__count {
        display: none; }
      .c-filters__filter__heading:hover, .c-filters__filter__heading:focus, .is-open .c-filters__filter__heading {
        background-color: #E1E2E2; }
        @media only screen and (max-width: 767px) {
          .c-filters__filter__heading:hover, .c-filters__filter__heading:focus, .is-open .c-filters__filter__heading {
            background-color: #FFFFFF; } }
    .c-filters__filter__list {
      border-radius: 0 0 3px 3px;
      display: none;
      max-height: 252px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .c-filters__filter__list {
          border-radius: 0;
          max-height: 262px;
          -webkit-overflow-scrolling: touch; } }
      .c-filters__filter__list__item__checkbox {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .c-filters__filter__list__item__label {
        font-family: 'Geomanist', Arial, Helvetica, sans-serif;
        color: #151515;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: .2px;
        line-height: 20px;
        background-color: #F4F5F5;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        cursor: pointer;
        display: block;
        padding: 11px 12px 11px 38px;
        position: relative;
        -webkit-transition: background-color 0.3s, color 0.3s;
        transition: background-color 0.3s, color 0.3s;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .c-filters__filter__list__item__label {
            background-color: #FFFFFF;
            border-bottom: 1px solid #D5D7D7;
            height: 58px;
            padding: 20px 20px 20px 54px; } }
        .c-filters__filter__list__item__label:before {
          background: #FFFFFF;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          outline: 1px solid #979B9C;
          content: '';
          display: block;
          height: 10px;
          left: 15px;
          position: absolute;
          top: 16px;
          width: 10px; }
          @media only screen and (max-width: 767px) {
            .c-filters__filter__list__item__label:before {
              height: 18px;
              left: 20px;
              top: 20px;
              width: 18px; } }
        .c-filters__filter__list__item__label:hover, .c-filters__filter__list__item__label:focus {
          background-color: #119CA9;
          color: #FFFFFF; }
      .c-filters__filter__list__item__checkbox:focus + .c-filters__filter__list__item__label, .c-filters__filter__list__item__label:hover, .c-filters__filter__list__item__label:focus {
        background-color: #119CA9;
        color: #FFFFFF; }
      .c-filters__filter__list__item__checkbox:checked + .c-filters__filter__list__item__label:before {
        background-color: #3CB9C5;
        border: 2px solid #FFFFFF; }
        @media only screen and (max-width: 767px) {
          .c-filters__filter__list__item__checkbox:checked + .c-filters__filter__list__item__label:before {
            border: 4px solid #FFFFFF; } }
      .c-filters__filter__list__item--child .c-filters__filter__list__item__label {
        padding-left: 60px; }
        @media only screen and (max-width: 767px) {
          .c-filters__filter__list__item--child .c-filters__filter__list__item__label {
            padding-left: 77px; } }
        .c-filters__filter__list__item--child .c-filters__filter__list__item__label:before {
          left: 33px; }
          @media only screen and (max-width: 767px) {
            .c-filters__filter__list__item--child .c-filters__filter__list__item__label:before {
              left: 43px; } }
  .c-filters__buttons {
    float: left;
    margin-left: 24px; }
    @media only screen and (max-width: 767px) {
      .c-filters__buttons {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 12px;
        margin-left: 0;
        margin-bottom: 12px;
        margin-top: 12px;
        text-align: right;
        width: 100%; } }
  .c-filters__button {
    height: 42px; }
    .c-filters__button--submit {
      background-color: #155277;
      color: #FFFFFF;
      cursor: pointer; }
      .c-filters__button--submit .c-filters__button-text {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.2px; }
      .c-filters__button--submit:hover, .c-filters__button--submit:focus {
        background-color: #119CA9; }
    .c-filters__button--clear {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #155277;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #155277;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 14.5px;
      height: 30px;
      letter-spacing: 0.1px;
      padding: 0 10px;
      -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
      transition: background-color 0.3s, border 0.3s, color 0.3s; }
      .c-filters__button--clear:after {
        background-image: url("../img/cross-blue.svg");
        content: '';
        display: block;
        height: 8px;
        margin-left: 6px;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
        width: 8px; }
      .c-filters__button--clear:hover, .c-filters__button--clear:focus {
        background-color: #155277;
        border: 1px solid #155277;
        color: #FFFFFF; }
        .c-filters__button--clear:hover:after, .c-filters__button--clear:focus:after {
          background-image: url("../img/cross-white.svg"); }

.c-find-your-supplier {
  background-color: #F4F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 36px 42px; }
  @media only screen and (max-width: 767px) {
    .c-find-your-supplier {
      padding: 24px 24px 36px; } }
  .c-find-your-supplier__heading {
    color: #155277; }
  .c-find-your-supplier__content {
    color: #151515;
    margin-top: 18px; }
    .c-find-your-supplier__content ol {
      list-style: decimal; }
      .c-find-your-supplier__content ol ul {
        list-style: disc; }
      .c-find-your-supplier__content ol ol {
        list-style: lower-latin; }
    .c-find-your-supplier__content ul {
      list-style: disc; }
      .c-find-your-supplier__content ul ul {
        list-style: circle; }
      .c-find-your-supplier__content ul ol {
        list-style: decimal; }
    .c-find-your-supplier__content ol, .c-find-your-supplier__content ul {
      font-family: 'Geomanist', Arial, Helvetica, sans-serif;
      font-size: 22px;
      font-weight: 400;
      letter-spacing: 0.4px;
      line-height: 36px;
      margin: 18px 0 24px 24px; }
      @media only screen and (max-width: 767px) {
        .c-find-your-supplier__content ol, .c-find-your-supplier__content ul {
          font-size: 19px;
          line-height: 30px; } }
      .c-find-your-supplier__content ol a, .c-find-your-supplier__content ul a {
        color: inherit;
        font-size: inherit;
        word-wrap: break-word; }
      @media only screen and (max-width: 767px) {
        .c-find-your-supplier__content ol, .c-find-your-supplier__content ul {
          margin-bottom: 12px;
          margin-top: 12px; } }
      .c-find-your-supplier__content ol a, .c-find-your-supplier__content ul a {
        color: #155277;
        text-decoration: underline; }
        .c-find-your-supplier__content ol a:hover, .c-find-your-supplier__content ol a:focus, .c-find-your-supplier__content ul a:hover, .c-find-your-supplier__content ul a:focus {
          color: #006C78;
          text-decoration: underline; }
      .c-find-your-supplier__content ol ul, .c-find-your-supplier__content ol ol, .c-find-your-supplier__content ul ul, .c-find-your-supplier__content ul ol {
        margin: 4px 0 5px 18px; }
      .c-find-your-supplier__content ol li, .c-find-your-supplier__content ul li {
        margin-bottom: 3px;
        padding-left: 3px; }
    .c-find-your-supplier__content p, .c-find-your-supplier__content ul, .c-find-your-supplier__content ol {
      font-family: 'Geomanist', Arial, Helvetica, sans-serif;
      font-size: 17px;
      letter-spacing: 0.2px;
      line-height: 24px;
      margin-bottom: 24px; }
      .c-find-your-supplier__content p a, .c-find-your-supplier__content ul a, .c-find-your-supplier__content ol a {
        color: #155277;
        text-decoration: underline; }
        .c-find-your-supplier__content p a:hover, .c-find-your-supplier__content p a:focus, .c-find-your-supplier__content ul a:hover, .c-find-your-supplier__content ul a:focus, .c-find-your-supplier__content ol a:hover, .c-find-your-supplier__content ol a:focus {
          color: #006C78; }
      .c-find-your-supplier__content p:last-child, .c-find-your-supplier__content ul:last-child, .c-find-your-supplier__content ol:last-child {
        margin-bottom: 0; }
  .c-find-your-supplier__form {
    font-size: 0;
    margin-top: 30px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .c-find-your-supplier__form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .c-find-your-supplier__input {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border-radius: 3px 0 0 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    height: 36px;
    padding: 10px;
    width: 230px; }
    .c-find-your-supplier__input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #A9ADAE; }
    .c-find-your-supplier__input::-moz-placeholder {
      /* Firefox 19+ */
      color: #A9ADAE; }
    .c-find-your-supplier__input:-ms-input-placeholder {
      /* IE 10+ */
      color: #A9ADAE; }
    .c-find-your-supplier__input:-moz-placeholder {
      /* Firefox 18- */
      color: #A9ADAE; }
    .c-find-your-supplier__input.has-error {
      border: 2px solid red; }
  .c-find-your-supplier__submit {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #155277;
    border-radius: 0 3px 3px 0;
    color: #FFFFFF;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 36px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 48px; }
    .c-find-your-supplier__submit:hover, .c-find-your-supplier__submit:focus {
      background-color: #119CA9; }
  .c-find-your-supplier__loader {
    -webkit-animation: rotate 0.8s linear infinite;
            animation: rotate 0.8s linear infinite;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    display: none;
    left: 290px;
    position: absolute;
    top: 2px; }
    @media only screen and (max-width: 767px) {
      .c-find-your-supplier__loader {
        margin-left: 18px;
        position: static; } }
  .c-find-your-supplier__search-result {
    color: #151515; }
    .c-find-your-supplier__search-result p, .c-find-your-supplier__search-result ul, .c-find-your-supplier__search-result ol {
      font-family: 'Geomanist', Arial, Helvetica, sans-serif;
      font-size: 17px;
      letter-spacing: 0.2px;
      line-height: 24px;
      margin-bottom: 24px; }
      .c-find-your-supplier__search-result p a, .c-find-your-supplier__search-result ul a, .c-find-your-supplier__search-result ol a {
        color: #155277;
        text-decoration: underline; }
        .c-find-your-supplier__search-result p a:hover, .c-find-your-supplier__search-result p a:focus, .c-find-your-supplier__search-result ul a:hover, .c-find-your-supplier__search-result ul a:focus, .c-find-your-supplier__search-result ol a:hover, .c-find-your-supplier__search-result ol a:focus {
          color: #006C78; }
      .c-find-your-supplier__search-result p:last-child, .c-find-your-supplier__search-result ul:last-child, .c-find-your-supplier__search-result ol:last-child {
        margin-bottom: 0; }
    .c-find-your-supplier__search-result p {
      margin-bottom: 6px; }
    .c-find-your-supplier__search-result.is-success {
      margin-top: 24px; }
    .c-find-your-supplier__search-result.is-error {
      color: red;
      margin-top: 24px; }
  .c-find-your-supplier + .o-section {
    margin-top: 36px; }

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

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

.c-footer {
  background-color: #008282;
  color: #FFFFFF; }
  .c-footer__main {
    padding: 24px 0 30px;
    position: relative; }
    @media only screen and (max-width: 1017px) {
      .c-footer__main {
        padding: 18px 0 24px; } }
  .c-footer__logo-container {
    width: calc(25% - 30px);
    float: left;
    margin-left: 24px; }
    @media only screen and (max-width: 767px) {
      .c-footer__logo-container {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
  .c-footer__menu-container {
    width: calc(75% - 42px);
    float: left;
    margin-left: 24px; }
    @media only screen and (max-width: 767px) {
      .c-footer__menu-container {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px;
        margin-bottom: 6px;
        margin-top: 24px; } }
  .c-footer__menu {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px; }
    @media only screen and (max-width: 767px) {
      .c-footer__menu {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 16px;
           -moz-column-gap: 16px;
                column-gap: 16px; } }
    .c-footer__menu li {
      display: inline-block;
      margin-bottom: 24px;
      width: 100%; }
      .c-footer__menu li a {
        font-family: 'Geomanist', Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.3px;
        line-height: 18px; }
        .c-footer__menu li a:hover, .c-footer__menu li a:focus {
          text-decoration: underline; }
  .c-footer__social {
    width: calc(25% - 30px);
    float: left;
    margin-left: 24px;
    left: 24px;
    margin-left: 0;
    position: absolute;
    top: 95px; }
    @media only screen and (max-width: 767px) {
      .c-footer__social {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px;
        position: static; } }
  .c-footer__credit {
    border-top: 1px solid #FFFFFF;
    padding: 18px 0; }
    @media only screen and (max-width: 767px) {
      .c-footer__credit {
        border-top: 0;
        padding-top: 6px; } }
  @media only screen and (max-width: 767px) {
    .c-footer__credit-inner {
      width: calc(100% - 32px);
      float: left;
      margin-left: 16px;
      display: block; } }
  .c-footer__credit-text {
    display: inline; }
    .c-footer__credit-text--copyright {
      width: calc(70% - 42px);
      float: left;
      margin-left: 24px; }
      @media only screen and (max-width: 767px) {
        .c-footer__credit-text--copyright {
          float: none;
          margin-left: 0;
          width: auto; } }
    .c-footer__credit-text--soapbox {
      width: calc(30% - 30px);
      float: left;
      text-align: right;
      margin-left: 24px; }
      @media only screen and (max-width: 767px) {
        .c-footer__credit-text--soapbox {
          float: none;
          margin-left: 0;
          width: auto; } }

.c-hamburger {
  display: none; }
  @media only screen and (max-width: 1017px) {
    .c-hamburger {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 18px;
      margin-top: 1px;
      position: relative;
      width: 24px; } }
  .c-hamburger__line {
    background-color: #FFFFFF;
    display: block;
    height: 2px;
    position: absolute;
    width: 100%; }
    .c-hamburger__line--top {
      top: 0;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: top 0.2s 0.3s ease, -webkit-transform 0.2s ease;
      transition: top 0.2s 0.3s ease, -webkit-transform 0.2s ease;
      transition: transform 0.2s ease, top 0.2s 0.3s ease;
      transition: transform 0.2s ease, top 0.2s 0.3s ease, -webkit-transform 0.2s ease; }
    .c-hamburger__line--middle {
      top: 7px; }
    .c-hamburger__line--bottom {
      top: 14px;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: top 0.2s 0.3s ease, -webkit-transform 0.2s ease;
      transition: top 0.2s 0.3s ease, -webkit-transform 0.2s ease;
      transition: transform 0.2s ease, top 0.2s 0.3s ease;
      transition: transform 0.2s ease, top 0.2s 0.3s ease, -webkit-transform 0.2s ease;
      margin-bottom: 0; }
  .c-hamburger.is-cross .c-hamburger__line {
    top: 6px; }
  .c-hamburger.is-cross .c-hamburger__line--top {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.3s ease;
    transition: top 0.2s ease, -webkit-transform 0.2s 0.3s ease;
    transition: top 0.2s ease, transform 0.2s 0.3s ease;
    transition: top 0.2s ease, transform 0.2s 0.3s ease, -webkit-transform 0.2s 0.3s ease; }
  .c-hamburger.is-cross .c-hamburger__line--middle {
    background-color: transparent; }
  .c-hamburger.is-cross .c-hamburger__line--bottom {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.3s ease;
    transition: top 0.2s ease, -webkit-transform 0.2s 0.3s ease;
    transition: top 0.2s ease, transform 0.2s 0.3s ease;
    transition: top 0.2s ease, transform 0.2s 0.3s ease, -webkit-transform 0.2s 0.3s ease; }

.c-header {
  background-color: #008282;
  padding: 12px 0; }
  @media only screen and (max-width: 767px) {
    .c-header.menu-open {
      border-bottom: 1px solid #FFFFFF; } }
  .c-header__container {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .c-header__container {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
  .c-header__interactions {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 1017px) {
      .c-header__interactions {
        display: none; } }
  .c-header__social-links {
    margin-top: 6px; }

.c-header-button {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  background-color: #2C6A76;
  border-radius: 2px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  margin-right: 36px;
  margin-top: 2px;
  padding: 5px 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  @media only screen and (max-width: 1017px) {
    .c-header-button {
      margin-top: 18px; } }
  .c-header-button:hover, .c-header-button:focus {
    background-color: #006C78; }

.c-home-banner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 366px;
  padding: 48px 0 78px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .c-home-banner {
      height: auto;
      min-height: 200px;
      padding: 30px 0 36px; } }
  .c-home-banner__text {
    width: calc(91.66667% - 46px);
    float: left;
    margin-left: 24px;
    z-index: 2;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .c-home-banner__text {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
  .c-home-banner__button-wrapper {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    z-index: 2;
    margin-top: 36px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .c-home-banner__button-wrapper {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px;
        margin-top: 24px; } }
  .c-home-banner__background-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .c-home-banner__background {
    z-index: 1;
    background-color: #008282;
    height: 100%;
    opacity: 0.75;
    width: 100%; }
  .c-home-banner__waves {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 380px; }
    @media only screen and (max-width: 767px) {
      .c-home-banner__waves {
        display: none; } }
  .c-home-banner .u-container {
    width: 100%; }

.c-listing {
  /* Listing title
  ================================================== */
  /* Filters
  ================================================== */
  /* Active filters
  ================================================== */
  /* Mobile filters
  ================================================== */
  /* Number of results/sorters
  ================================================== */
  /* Empty state
  ================================================== */ }
  .c-listing__title {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    color: #2F3739;
    margin-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      .c-listing__title {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px;
        margin-bottom: 12px; } }
  @media only screen and (max-width: 767px) {
    .c-listing__filters-wrapper {
      z-index: 40;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
      height: 100vh;
      overflow-y: scroll;
      position: fixed;
      right: 0;
      top: 0;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.7s;
      transition: -webkit-transform 0.7s;
      transition: transform 0.7s;
      transition: transform 0.7s, -webkit-transform 0.7s;
      -webkit-transition-timing-function: cubic-bezier(0.9, 0.01, 0.5, 1);
              transition-timing-function: cubic-bezier(0.9, 0.01, 0.5, 1);
      width: calc(100% - 56px);
      -webkit-overflow-scrolling: touch; }
      .c-listing__filters-wrapper.is-displayed {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }
  .c-listing__filters-title {
    color: #151515;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 24px;
    margin-top: 11px; }
    @media only screen and (max-width: 767px) {
      .c-listing__filters-title {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: 2px solid #D5D7D7;
        color: #155277;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 19px;
        font-weight: 600;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        line-height: 24px;
        letter-spacing: 0.1px;
        margin-left: 0;
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        padding: 18px 16px 20px; } }
  .c-listing__filters-title-button {
    display: none; }
    @media only screen and (max-width: 767px) {
      .c-listing__filters-title-button {
        color: #155277;
        cursor: pointer;
        display: block; } }
  .c-listing__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .c-listing__filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .c-listing__active-filters {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px; }
    @media only screen and (max-width: 767px) {
      .c-listing__active-filters {
        border-bottom: 1px solid #D5D7D7;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-left: 0;
        padding: 0 16px 12px 16px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        width: 100%; } }
  .c-listing__show-filters-button {
    display: none; }
    @media only screen and (max-width: 767px) {
      .c-listing__show-filters-button {
        background-color: #F4F5F5;
        cursor: pointer;
        display: block;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        width: 100%; }
        .c-listing__show-filters-button:hover, .c-listing__show-filters-button:focus {
          background-color: #E1E2E2; } }
  @media only screen and (max-width: 767px) {
    .c-listing__show-filters-button-inner {
      width: calc(100% - 32px);
      float: left;
      margin-left: 16px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #155277;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 48px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .c-listing__show-filters-button-text {
    color: #151515; }
  .c-listing__overlay {
    z-index: 30;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%; }
    .c-listing__overlay.is-visible {
      display: block; }
  .c-listing__result-count {
    color: #2F3739; }
  .c-listing__sorter-wrapper {
    margin: 18px 0 12px; }
    @media only screen and (max-width: 767px) {
      .c-listing__sorter-wrapper {
        margin-top: 12px; } }
  .c-listing__sorter {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .c-listing__sorter {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
    @media only screen and (max-width: 420px) {
      .c-listing__sorter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .c-listing__no-results {
    width: calc(66.66667% - 40px);
    float: left;
    margin-left: 24px;
    margin-top: 18px; }
    @media only screen and (max-width: 767px) {
      .c-listing__no-results {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }

.c-main-menu {
  z-index: 20;
  background-color: #FFFFFF;
  /* #The <ul>
  ================================================== */
  /* #The <li>
  ================================================== */
  /* #The <a>
  ================================================== */
  /* #Sub menu
  ================================================== */
  /* #Mobile specific elements and styling
  ================================================== */
  /* #Nav animation
  ================================================== */
  /* #Template specific style
  ================================================== */ }
  @media only screen and (max-width: 1017px) {
    .c-main-menu {
      background-color: #008282;
      display: none;
      height: calc(100vh - 68px);
      -webkit-overflow-scrolling: touch;
      position: absolute;
      width: 100%; } }
  .c-main-menu__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1048px; }
    .c-main-menu__container::after {
      clear: both;
      content: "";
      display: block; }
  .c-main-menu__list {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6px; }
    @media only screen and (max-width: 1017px) {
      .c-main-menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: 0;
        width: 100%; } }
  .c-main-menu__list-item {
    color: #2F3739; }
    @media only screen and (max-width: 1017px) {
      .c-main-menu__list-item {
        border-bottom: 1px solid #FFFFFF;
        position: relative; } }
    @media only screen and (min-width: 1018px) {
      .c-main-menu__list-item:hover, .c-main-menu__list-item:focus {
        background-color: #008282;
        color: #FFFFFF; }
        .c-main-menu__list-item:hover > .c-main-menu__sub-menu, .c-main-menu__list-item:focus > .c-main-menu__sub-menu {
          z-index: 20;
          background-color: #008282;
          display: block;
          opacity: 1;
          position: absolute;
          -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s; } }
    .c-main-menu__list-item.current-page-ancestor {
      background-color: #008282;
      color: #FFFFFF; }
  .c-main-menu__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    padding: 0 18px; }
    @media only screen and (min-width: 1018px) {
      .c-main-menu__link {
        white-space: nowrap; } }
    @media only screen and (max-width: 1100px) {
      .c-main-menu__link {
        padding: 0 16px; } }
    @media only screen and (max-width: 1017px) {
      .c-main-menu__link {
        padding: 0 24px;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        width: 100%; }
        .c-main-menu__link:hover,
        .current-page-ancestor .c-main-menu__link {
          background-color: #008282; } }
    @media only screen and (max-width: 767px) {
      .c-main-menu__link {
        padding: 0 18px; } }
    .c-main-menu__link:focus {
      background-color: #008282;
      color: #FFFFFF; }
    .c-main-menu__link--sub {
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      @media only screen and (max-width: 1017px) {
        .current-page-ancestor .c-main-menu__link--sub {
          background-color: #3CB9C5; } }
  .c-main-menu__sub-menu {
    display: none;
    min-width: 200px;
    opacity: 0; }
    @media only screen and (max-width: 1017px) {
      .c-main-menu__sub-menu {
        display: none;
        opacity: 1;
        position: static; } }
  @media only screen and (max-width: 1017px) {
    .c-main-menu__sub-menu-list {
      margin: 0 0 12px; } }
  .c-main-menu__sub-menu-item {
    -webkit-animation: slideInLeft 0.3s ease-in-out backwards;
            animation: slideInLeft 0.3s ease-in-out backwards;
    color: #FFFFFF; }
    @media only screen and (max-width: 1017px) {
      .c-main-menu__sub-menu-item .c-main-menu__link {
        height: 54px; } }
    .c-main-menu__sub-menu-item:hover > .c-main-menu__link, .c-main-menu__sub-menu-item:focus > .c-main-menu__link {
      background-color: #119CA9; }
  @media only screen and (max-width: 1017px) {
    .c-main-menu__list-item-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .c-main-menu__list-item-expand {
    display: none; }
    @media only screen and (max-width: 1017px) {
      .menu-item-has-children .c-main-menu__list-item-expand {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 54px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 24px 0;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s; }
        .menu-item-has-children .c-main-menu__list-item-expand:hover {
          background-color: #119CA9; } }
    @media only screen and (max-width: 767px) {
      .menu-item-has-children .c-main-menu__list-item-expand {
        padding: 0 20px; } }
    .current-page-ancestor .c-main-menu__list-item-expand {
      background-color: #119CA9; }
  .c-main-menu__list-item-expand-icon {
    background: url("../img/arrow-mobile.svg") no-repeat;
    display: block;
    height: 10px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 18px; }
    .is-clicked .c-main-menu__list-item-expand-icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .c-main-menu__extra-content {
    display: none; }
    @media only screen and (max-width: 1017px) {
      .c-main-menu__extra-content {
        display: block;
        padding: 18px 24px; } }
    @media only screen and (max-width: 767px) {
      .c-main-menu__extra-content {
        padding: 18px 16px 100px; } }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate(-18px, 0);
            transform: translate(-18px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate(-18px, 0);
            transform: translate(-18px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }
  .page-template-search .c-main-menu,
  .error404 .c-main-menu,
  .single .c-main-menu,
  .search-no-results .c-main-menu,
  .search-results .c-main-menu {
    border-bottom: 1px solid #D5D7D7; }
    @media only screen and (max-width: 1017px) {
      .page-template-search .c-main-menu,
      .error404 .c-main-menu,
      .single .c-main-menu,
      .search-no-results .c-main-menu,
      .search-results .c-main-menu {
        border-bottom: 0; } }

.c-members-block {
  margin-bottom: 42px; }
  .c-members-block__title {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    color: #2F3739; }
    @media only screen and (max-width: 767px) {
      .c-members-block__title {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px;
        margin-bottom: 0; } }
  .c-members-block__image-wrapper {
    width: calc(25% - 30px);
    float: left;
    margin-left: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 136px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px; }
    @media only screen and (max-width: 767px) {
      .c-members-block__image-wrapper {
        width: calc(50% - 24px);
        float: left;
        margin-left: 16px; }
        .c-members-block__image-wrapper:nth-child(n + 4) {
          margin-top: 24px; } }
    @media only screen and (max-width: 420px) {
      .c-members-block__image-wrapper {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; }
        .c-members-block__image-wrapper:nth-child(n + 3) {
          margin-top: 24px; } }
    .c-members-block__image-wrapper:nth-child(n + 6) {
      margin-top: 24px; }
    .c-members-block__image-wrapper:focus {
      border: 2px solid #119CA9; }
  .c-members-block__image {
    font-family: "object-fit: scale-down;";
    -o-object-fit: scale-down;
       object-fit: scale-down;
    height: auto;
    width: 100%; }
  .c-members-block:last-child {
    margin-bottom: 0; }

.c-page-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .c-page-banner__heading {
    width: calc(91.66667% - 46px);
    float: left;
    margin-left: 24px;
    z-index: 2;
    color: #FFFFFF;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .c-page-banner__heading {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
  .c-page-banner--standard {
    padding: 36px 0; }
    @media only screen and (max-width: 767px) {
      .c-page-banner--standard {
        padding: 18px 0; } }
    .c-page-banner--standard:after {
      background-color: #008282;
      opacity: 0.75; }
  .c-page-banner--large {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    min-height: 300px;
    padding: 36px 0; }
    @media only screen and (max-width: 767px) {
      .c-page-banner--large {
        min-height: 200px; } }
    .c-page-banner--large .c-page-banner__container {
      width: 100%; }
    .c-page-banner--large:after {
      background-color: #2F3739;
      opacity: 0.55; }
  .c-page-banner:after {
    z-index: 1;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.c-page-link {
  background: url("../img/waves.svg") no-repeat right center #008282;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 325px;
  padding: 30px 24px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  @media only screen and (max-width: 767px) {
    .c-page-link {
      background-size: 300px 100%;
      min-height: 0;
      padding: 30px 18px; } }
.c-page-link-grey {
  background: url("../img/waves-white.svg") no-repeat right center #F4F5F5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 325px;
  padding: 30px 24px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
.c-page-link-grey.c-page-link--has-image {
  color: #FFF;
}
.c-page-link-grey.c-page-link--has-image .gform_button {
  background: inherit;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .c-page-link-grey {
    background-size: 300px 100%;
    min-height: 0;
    padding: 30px 18px; } }
  .c-page-link__top {
    z-index: 2;
    position: relative; }
  .c-page-link__heading {
    margin-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      .c-page-link__heading {
        margin-bottom: 12px; } }
  .c-page-link__description {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .c-page-link__description {
        margin-bottom: 18px; } }
  .c-page-link__button {
    z-index: 2;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .c-page-link__button-icon {
    margin-left: 6px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .c-page-link__button-icon--chevron-right {
      margin-top: 2px; }
  .c-page-link--has-image {
    background-position: 50% 50%;
    background-size: auto;
    overflow: hidden;
    position: relative; }
    .c-page-link--has-image .c-page-link__background-image {
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      width: 100%; }
    .c-page-link--has-image:after {
      z-index: 1;
      background-color: #155277;
      border-radius: 5px;
      content: '';
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.75;
      width: 100%; }
  .c-page-link:nth-child(n + 3) {
    margin-top: 24px; }
  .c-page-link-grey {
    margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    .c-page-link:nth-child(n + 2) {
      margin-top: 18px; } }
    .c-page-link__button-icon, .c-page-link:focus .c-page-link__button-icon {
      -webkit-transform: translateX(3px);
          -ms-transform: translateX(3px);
              transform: translateX(3px); }
    .c-page-link__background-image, .c-page-link:focus .c-page-link__background-image {
      -webkit-transform: scale3d(1.05, 1.05, 1);
              transform: scale3d(1.05, 1.05, 1); }

.c-page-links__heading {
  width: calc(100% - 48px);
  float: left;
  margin-left: 24px;
  color: #2F3739;
  margin-bottom: 12px; }
  @media only screen and (max-width: 767px) {
    .c-page-links__heading {
      width: calc(100% - 32px);
      float: left;
      margin-left: 16px; } }

.c-page-links__link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }

.c-page-links__link {
  width: calc(50% - 36px);
  float: left;
  margin-left: 24px; }
  @media only screen and (max-width: 767px) {
    .c-page-links__link {
      width: calc(100% - 32px);
      float: left;
      margin-left: 16px; } }

.c-page-links__button-wrapper {
  width: calc(100% - 48px);
  float: left;
  margin-left: 24px;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .c-page-links__button-wrapper {
      width: calc(100% - 32px);
      float: left;
      margin-left: 16px; } }

.c-pagination {
  width: calc(100% - 48px);
  float: left;
  margin-left: 24px;
  font-size: 0;
  margin-top: 48px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .c-pagination {
      width: calc(100% - 32px);
      float: left;
      margin-left: 16px;
      margin-top: 42px;
      text-align: left; } }
  .c-pagination__button {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #155277;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 32px;
    min-width: 34px;
    padding: 12px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    @media only screen and (max-width: 767px) {
      .c-pagination__button {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        min-width: 42px;
        padding: 0; } }
    .c-pagination__button.is-current, .c-pagination__button:hover, .c-pagination__button:focus {
      color: #119CA9; }
    .c-pagination__button--previous .o-svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .c-pagination__icon {
    height: 15px;
    width: 11px; }

@media only screen and (max-width: 767px) {
  .c-partners {
    margin-top: 18px; } }

.c-partners__label {
  color: #006C78; }

.c-partners__block {
  margin-top: 18px; }
  @media only screen and (max-width: 767px) {
    .c-partners__block {
      font-size: 0; } }

.c-partners__block-heading {
  color: #151515; }

.c-partners__image-wrapper {
  display: block; }
  @media only screen and (max-width: 767px) {
    .c-partners__image-wrapper {
      display: inline-block;
      vertical-align: top;
      width: calc(50% - ((18px / 2))); }
      .c-partners__image-wrapper:nth-child(even) {
        margin-right: 18px; } }

.c-partners__image {
  height: auto;
  margin-top: 18px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .c-partners__image {
      max-width: 200px; } }

@media only screen and (max-width: 767px) {
  .c-partners--in-sidebar {
    display: none; } }

.c-partners--in-content {
  display: none; }
  @media only screen and (max-width: 767px) {
    .c-partners--in-content {
      display: block; } }

.c-people-block {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat( 5, 1fr ); }
@media only screen and (max-width: 767px) {
  .c-people-block {
    grid-template-columns: repeat( 2, 1fr );
  }
}
  .c-people-block__title {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    color: #2F3739; }
    @media only screen and (max-width: 767px) {
      .c-people-block__title {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px;
        margin-bottom: 0; } }
  .c-people-block__person {
    float: left;
    margin-left: 24px;
    margin-top: 12px;
    background: #F4F5F5; }
    @media only screen and (max-width: 767px) {
      .c-people-block__person {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px;
        margin-bottom: 0;
        margin-top: 18px; } }
    .c-people-block__person:nth-child(n + 4) {
      margin-top: 18px; }
  .c-people-block__person-image {
    border-radius: 4px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 767px) {
      .c-people-block__person-image {
        height: auto;
        width: 100%; } }
    .c-people-block__person-image--placeholder {
      background-color: #D5D7D7; }
  .c-people-block__person-name {
    color: #155277;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .c-people-block__person-name {
        font-size: 22px;
        line-height: 30px; } }
  .c-people-block__person-link {
    color: #155277;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .c-people-block__person-link:hover, .c-people-block__person-link:focus {
      color: #006C78; }
  .c-people-block__person-company {
    color: #151515;
    margin-top: 6px; }
.c-people-block__person-job-title {
  color: #797979;
  margin-top: 6px; }
.c-people-block__person-bio {
  color: #151515;
  margin-top: 6px; }
.c-people-block__person-leads-on {
  color: #797979;
  margin-top: 6px; }
  .c-people-block:last-child {
    margin-bottom: 0; }

.c-people-block__person-content {
  padding: 10px;
}

.c-person-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 42px;
  margin-top: 12px; }
  @media only screen and (max-width: 767px) {
    .c-person-header {
      margin-bottom: 24px; } }
  .c-person-header__person-image {
    border-radius: 4px;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: 120px;
    margin-right: 24px;
    width: 120px; }
    @media only screen and (max-width: 767px) {
      .c-person-header__person-image {
        height: 84px;
        margin-right: 18px;
        width: 84px; } }
    .c-person-header__person-image--placeholder {
      background-color: #D5D7D7; }
  .c-person-header__heading {
    color: #155277; }
  .c-person-header__meta {
    color: #151515;
    margin-top: 6px; }

.c-public-comment {
  padding: 18px 0; }
  @media only screen and (max-width: 767px) {
    .c-public-comment {
      padding-top: 30px; } }
  .c-public-comment__inner {
    width: calc(66.66667% - 40px);
    float: left;
    margin-left: 24px; }
    @media only screen and (max-width: 767px) {
      .c-public-comment__inner {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
  .c-public-comment__text {
    color: #151515;
    margin-bottom: 36px; }
    .c-public-comment__text p, .c-public-comment__text ul, .c-public-comment__text ol {
      font-family: 'Geomanist', Arial, Helvetica, sans-serif;
      font-size: 17px;
      letter-spacing: 0.2px;
      line-height: 24px;
      margin-bottom: 24px; }
      .c-public-comment__text p a, .c-public-comment__text ul a, .c-public-comment__text ol a {
        color: #155277;
        text-decoration: underline; }
        .c-public-comment__text p a:hover, .c-public-comment__text p a:focus, .c-public-comment__text ul a:hover, .c-public-comment__text ul a:focus, .c-public-comment__text ol a:hover, .c-public-comment__text ol a:focus {
          color: #006C78; }
      .c-public-comment__text p:last-child, .c-public-comment__text ul:last-child, .c-public-comment__text ol:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .c-public-comment__text {
        margin-bottom: 30px; } }

.c-search-form {
  margin-left: 36px;
  position: relative; }
  @media only screen and (max-width: 1017px) {
    .c-search-form {
      margin-left: 0; } }
  .c-search-form__input {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #2F3739;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    height: 36px;
    min-width: 230px;
    padding: 6px 12px; }
    .c-search-form__input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #A9ADAE; }
    .c-search-form__input::-moz-placeholder {
      /* Firefox 19+ */
      color: #A9ADAE; }
    .c-search-form__input:-ms-input-placeholder {
      /* IE 10+ */
      color: #A9ADAE; }
    .c-search-form__input:-moz-placeholder {
      /* Firefox 18- */
      color: #A9ADAE; }
    @media only screen and (max-width: 1017px) {
      .c-search-form__input {
        font-size: 18px;
        letter-spacing: 0.4px;
        height: 42px;
        width: 100%; } }
  .c-search-form__button {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #2F3739;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 12px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    width: 36px; }
    @media only screen and (max-width: 1017px) {
      .c-search-form__button {
        height: 42px;
        width: 42px; } }
    .c-search-form__button:hover, .c-search-form__button:focus {
      color: #3CB9C5; }

.c-search-form-large {
  padding: 72px 0 54px; }
  @media only screen and (max-width: 1017px) {
    .c-search-form-large {
      padding: 48px 0 30px; } }
  @media only screen and (max-width: 767px) {
    .c-search-form-large {
      padding: 42px 0 18px; } }
  .c-search-form-large__inner {
    width: calc(58.33333% - 38px);
    float: left;
    margin-left: 24px;
    border-bottom: 1px solid #D5D7D7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .c-search-form-large__inner {
        width: calc(83.33333% - 29.33333px);
        float: left;
        margin-left: 16px; } }
    @media only screen and (max-width: 420px) {
      .c-search-form-large__inner {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
  .c-search-form-large__input {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    color: #2F3739;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-bottom: 12px;
    width: 100%; }
    .c-search-form-large__input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #979B9C; }
    .c-search-form-large__input::-moz-placeholder {
      /* Firefox 19+ */
      color: #979B9C; }
    .c-search-form-large__input:-ms-input-placeholder {
      /* IE 10+ */
      color: #979B9C; }
    .c-search-form-large__input:-moz-placeholder {
      /* Firefox 18- */
      color: #979B9C; }
  .c-search-form-large__button {
    color: #2F3739;
    cursor: pointer;
    padding: 0 12px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .c-search-form-large__button:hover, .c-search-form-large__button:focus {
      color: #119CA9; }
  .c-search-form-large__icon {
    height: 22px;
    width: 22px; }

.c-share {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px 0 36px; }
  @media only screen and (max-width: 767px) {
    .c-share {
      margin: 6px 0 0; } }
  .c-share__heading {
    color: #151515;
    font-weight: 500;
    margin-right: 36px; }
  .c-share__links {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .c-share__link {
    color: #119CA9;
    display: block;
    margin-right: 24px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .c-share__link:hover, .c-share__link:focus {
      color: #006C78; }
  .c-share__icon--twitter {
    height: 15px;
    width: 19px; }

.c-single-header__post-type {
  display: none; }
  @media only screen and (max-width: 767px) {
    .c-single-header__post-type {
      color: #006C78;
      display: block;
      margin-bottom: 6px; } }

.c-single-header picture {
  display: block;
  font-size: 0;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .c-single-header picture {
      margin-bottom: 18px; } }

.c-single-header__image {
  height: auto;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .c-single-header__image {
      font-family: "object-fit: cover;";
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 200px; } }

.c-single-header__heading {
  color: #155277;
  margin-bottom: 18px; }
  @media only screen and (max-width: 767px) {
    .c-single-header__heading {
      margin-bottom: 12px; } }

.c-single-header__authors {
  color: #2F3739;
  margin-bottom: 18px; }

.c-single-header__author {
  margin-bottom: 12px; }
  .c-single-header__author--link {
    color: #155277;
    text-decoration: underline;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .c-single-header__author--link:hover, .c-single-header__author--link:focus {
      color: #006C78;
      text-decoration: underline; }

.c-single-header__author-separator {
  margin-left: -3px; }

.c-single-header__event-info {
  color: #151515;
  margin-bottom: 18px; }
  .c-single-header__event-info p, .c-single-header__event-info ul, .c-single-header__event-info ol {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 24px;
    margin-bottom: 24px; }
    .c-single-header__event-info p a, .c-single-header__event-info ul a, .c-single-header__event-info ol a {
      color: #155277;
      text-decoration: underline; }
      .c-single-header__event-info p a:hover, .c-single-header__event-info p a:focus, .c-single-header__event-info ul a:hover, .c-single-header__event-info ul a:focus, .c-single-header__event-info ol a:hover, .c-single-header__event-info ol a:focus {
        color: #006C78; }
    .c-single-header__event-info p:last-child, .c-single-header__event-info ul:last-child, .c-single-header__event-info ol:last-child {
      margin-bottom: 0; }

.c-single-meta {
  color: #151515;
  /* Elements
  ================================================== */
  /* Modifiers
  ================================================== */ }
  @media only screen and (max-width: 767px) {
    .c-single-meta {
      display: none; } }
  .c-single-meta__post-type {
    color: #006C78;
    margin-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      .c-single-meta__post-type {
        display: none; } }
  .c-single-meta__meta-wrapper {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .c-single-meta__meta-wrapper {
        border-bottom: 1px solid #D5D7D7;
        border-top: 1px solid #D5D7D7;
        margin-bottom: 24px;
        padding: 18px 0 24px; } }
  .c-single-meta__row {
    margin-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      .c-single-meta__row:last-child {
        margin-bottom: 0; } }
  .c-single-meta__label {
    color: #2F3739; }
  .c-single-meta__links--block .c-single-meta__link {
    display: block; }
  .c-single-meta__links--inline .c-single-meta__link {
    display: inline-block; }
  .c-single-meta__link {
    color: #155277;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .c-single-meta__link:hover, .c-single-meta__link:focus {
      color: #006C78; }
  .c-single-meta__link-text {
    position: relative;
    text-decoration: underline; }
  .c-single-meta__separator {
    margin-left: -3px; }
  .c-single-meta__link-icon {
    padding-left: 6px;
    position: absolute;
    right: -20px;
    top: 4px; }
  .c-single-meta__buttons {
    margin: 36px 0; }
    @media only screen and (max-width: 767px) {
      .c-single-meta__buttons {
        margin: 0; } }
  .c-single-meta__button {
    margin-bottom: 12px; }
    @media only screen and (max-width: 767px) {
      .c-single-meta__button {
        margin-bottom: 0;
        margin-right: 6px;
        margin-top: 12px; } }
  @media only screen and (max-width: 767px) {
    .c-single-meta__related {
      margin-bottom: 30px; } }
  .c-single-meta--in-header {
    display: none; }
    @media only screen and (max-width: 767px) {
      .c-single-meta--in-header {
        display: block; } }

.c-skip-button {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }
  .c-skip-button:focus {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #155277;
    border-radius: 0 0 4px 0;
    color: #FFFFFF;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-height: 36px;
    padding: 10px 12px;
    height: auto;
    left: auto;
    width: auto; }

.c-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Elements
  ================================================== */
  /* Modifiers
  ================================================== */ }
  .c-social__link {
    display: inline-block;
    margin-left: 14px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .c-social__link:hover, .c-social__link:focus {
      opacity: 0.7; }
    .c-social__link:first-child {
      margin-left: 0; }
  .c-social__label {
    color: #FFFFFF;
    margin-bottom: 18px; }
  .c-social__icon {
    color: #FFFFFF; }
  .c-social--mobile-header {
    margin-top: 18px; }
  .c-social--footer {
    width: calc(25% - 30px);
    float: left;
    margin-left: 24px;
    left: 24px;
    margin-left: 0;
    position: absolute;
    top: 95px; }

.c-sorter {
  color: #2F3739;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media only screen and (max-width: 420px) {
    .c-sorter {
      margin-top: 6px; } }
  .c-sorter__title {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 24px; }
  .c-sorter__form {
    margin-left: 6px; }
  .c-sorter__radio {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px; }
  .c-sorter__radio:checked + .c-sorter__label,
  .c-sorter__radio:focus + .c-sorter__label {
    font-weight: 600; }
    .c-sorter__radio:checked + .c-sorter__label:hover,
    .c-sorter__radio:focus + .c-sorter__label:hover {
      color: #2F3739;
      text-decoration: none; }
  .c-sorter__label {
    font-family: 'Geomanist', Arial, Helvetica, sans-serif;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 24px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .c-sorter__label:hover {
      color: #155277;
      text-decoration: underline; }
  .c-sorter__divider {
    font-size: 16px;
    line-height: 24px; }
  .c-sorter__submit {
    display: none; }

.c-tile {
  background-color: #F4F5F5;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
  /* Elements
  ================================================== */
  /* Modifiers
  ================================================== */
  /* State changes
  ================================================== */ }
  @media only screen and (max-width: 767px) {
    .c-tile {
      margin-bottom: 18px; }
      .c-tile:last-child {
        margin-bottom: 0; } }
  .c-tile__post-type {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #008282;
    border-radius: 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    min-width: 40px;
    padding: 0 10px;
    position: absolute;
    top: 0; }
.c-tile__post-type-grey {
  background-color: #797979;
}
  .c-tile picture {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 0;
    overflow: hidden;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .c-tile picture {
        max-height: 170px; } }
  .c-tile__image {
    border-radius: 5px 5px 0 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    width: 100%; }
  .c-tile__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 42px 18px 12px;
    width: 100%; }
  .c-tile__heading {
    color: #155277;
    margin-bottom: 6px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    @media only screen and (max-width: 767px) {
      .c-tile__heading {
        font-size: 19px;
        line-height: 24px; } }
  .c-tile__excerpt {
    color: #151515;
    margin-top: 6px; }
  .c-tile__extra-meta {
    font-size: 0;
    margin-top: 6px; }
  .c-tile__extra-meta-item {
    color: #006C78;
    display: inline-block;
    margin-right: 18px;
    vertical-align: top; }
  .c-tile__topics {
    font-size: 0; }
    .c-tile__topics:last-child {
      margin-right: 0; }
  .c-tile__topic {
    color: #006C78;
    display: inline-block;
    margin-right: 18px;
    margin-top: 4px; }
  .c-tile__date {
    color: #63696B;
    margin-top: 12px; }
  .c-tile--full {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .c-tile--full {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 18px; } }
    .c-tile--full .c-tile__image {
      border-radius: 5px 0 0 5px; }
      @media only screen and (max-width: 767px) {
        .c-tile--full .c-tile__image {
          border-radius: 5px 5px 0 0; } }
    .c-tile--full .c-tile__content {
      height: auto;
      padding: 54px 24px 18px; }
      @media only screen and (max-width: 767px) {
        .c-tile--full .c-tile__content {
          padding: 48px 18px 12px; } }
    .c-tile--full .c-tile__content-top {
      padding-right: 154px; }
      @media only screen and (max-width: 767px) {
        .c-tile--full .c-tile__content-top {
          padding-right: 0; } }
    .c-tile--full picture {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: calc(50% - 12px); }
      @media only screen and (max-width: 767px) {
        .c-tile--full picture {
          width: 100%; } }
    .c-tile--full.single-tile {
      margin-bottom: 0; }
    .c-tile--full.c-tile--has-image .c-tile__content-top {
      padding-right: 0; }
  .c-tile--half {
    width: calc(50% - 36px);
    float: left;
    margin-left: 24px; }
    @media only screen and (max-width: 767px) {
      .c-tile--half {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; }
        .c-tile--half + .c-tile--half {
          margin-bottom: 0; } }
    .c-tile--half .c-tile__content {
      padding: 54px 24px 18px; }
      @media only screen and (max-width: 767px) {
        .c-tile--half .c-tile__content {
          padding: 48px 18px 12px; } }
    .c-tile--half.c-tile--has-image .c-tile__content {
      padding: 18px 24px; }
      @media only screen and (max-width: 767px) {
        .c-tile--half.c-tile--has-image .c-tile__content {
          padding: 18px 18px 12px; } }
  .c-tile--third {
    width: calc(33.33333% - 32px);
    float: left;
    margin-left: 24px; }
    @media only screen and (max-width: 767px) {
      .c-tile--third {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
  .c-tile--quarter {
    width: calc(50% - 32px);
    float: left;
    margin-left: 24px;
    margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    .c-tile--quarter {
      width: calc(100% - 32px);
      float: left;
      margin-left: 16px; } }
  .c-tile--in-sidebar {
    margin-bottom: 18px; }
  .c-tile--in-listing {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    margin-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      .c-tile--in-listing {
        width: calc(100% - 32px);
        float: left;
        margin-left: 16px; } }
    .c-tile--in-listing:last-child {
      margin-bottom: 0; }
  .c-tile--has-image .c-tile__content {
    padding-top: 24px; }
    @media only screen and (max-width: 767px) {
      .c-tile--has-image .c-tile__content {
        padding-top: 18px; } }
  .c-tile--in-sidebar.c-tile--has-image picture {
    display: none; }
  .c-tile--in-sidebar.c-tile--has-image .c-tile__content {
    padding-top: 42px; }
  .c-tile:hover, .c-tile:focus {
    background-color: #E1E2E2; }
    .c-tile:hover .c-tile__heading, .c-tile:focus .c-tile__heading {
      color: #006C78; }
  .c-tile--no-link:hover, .c-tile--no-link:focus {
    background-color: #F4F5F5; }
    .c-tile--no-link:hover .c-tile__heading, .c-tile--no-link:focus .c-tile__heading {
      color: #155277; }

.c-tile-block__heading {
  width: calc(100% - 48px);
  float: left;
  margin-left: 24px;
  color: #2F3739;
  margin-bottom: 12px; }
  @media only screen and (max-width: 767px) {
    .c-tile-block__heading {
      width: calc(100% - 32px);
      float: left;
      margin-left: 16px; } }

.c-tile-block__tile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }

.c-tile-block__button-wrapper {
  width: calc(100% - 48px);
  float: left;
  margin-left: 24px; }
  @media only screen and (max-width: 767px) {
    .c-tile-block__button-wrapper {
      width: calc(100% - 32px);
      float: left;
      margin-left: 16px;
      margin-top: 24px; } }

.c-twitter-embed__heading {
  color: #2F3739;
  margin-bottom: 12px; }

.c-twitter-embed__embed-container {
  height: 280px;
  overflow: scroll; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

.envMap-holder {
  background: #fff; }

.envMap-tabs {
  padding: 0 1rem; }

.envMap-tab {
  display: inline-block;
  padding: 1rem 1.5rem;
  margin-right: 0.5rem;
  font-family: "Geomanist"; }
  .envMap-tab.active {
    background: #F4F5F5;
    color: #155277; }
  @media only screen and (max-width: 550px) {
    .envMap-tab {
      font-size: 14px;
      padding: 0.5rem;
      margin-right: 0; } }
  @media only screen and (max-width: 340px) {
    .envMap-tab {
      font-size: 12px; } }

.envMap-tabContent {
  background: #F4F5F5;
  display: none;
  padding: 2rem 0; }
  .envMap-tabContent.active {
    display: block; }
  .envMap-tabContent .o-layout__column {
    width: calc(60% - 40px); }
  .envMap-tabContent .o-layout__aside {
    width: calc(40% - 30px);
    padding: 2rem 0;
    margin-left: 0;
    padding-left: 2rem; }
    .envMap-tabContent .o-layout__aside .small-description {
      line-height: 22px !important; }
  @media only screen and (max-width: 767px) {
    .envMap-tabContent > .u-container > .o-content-from-editor {
      padding: 0 1rem; }
    .envMap-tabContent .o-layout__column {
      width: calc(100% - 32px); }
    .envMap-tabContent .o-layout__aside {
      padding: 2rem;
      width: calc(100% - 4rem); } }

.envMap-mapHolder img {
  width: 100%;
  max-width: 100%; }

.envMap-companyDetails {
  display: none;
  -webkit-box-shadow: 0 3px 6px #e8e8e8;
          box-shadow: 0 3px 6px #e8e8e8;
  background-color: #ffffff;
  padding: 40px;
  font-family: Geomanist, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 22px; }

.envMap-mapHolder {
  position: relative; }
  .envMap-mapHolder img {
    z-index: 10; }

.envMap-mapHolder-company {
  position: absolute;
  font-family: Geomanist, Arial, Helvetica, sans-serif;
  font-size: 11px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .envMap-mapHolder-company::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #155277;
    border: 1px solid #fff;
    border-radius: 9999px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 5px; }
  .envMap-mapHolder-company.no-pin::before {
    display: none; }
  .envMap-mapHolder-company span {
    color: #155277;
    padding: 3px; }
  .envMap-mapHolder-company.active span {
    background: #155277;
    color: #fff; }

.envMap-companyDetails-logoHolder,
.envMap-companyDetails-addressHolder,
.envMap-companyDetails-faxHolder {
  margin-bottom: 1rem; }

.envMap-companyDetails-website {
  color: #155277; }

.envMap-caseStudy-holder {
  padding: 2rem; }
  .envMap-caseStudy-holder .u-container {
    display: none; }

.envMap-caseStudies-holder .c-tile,
.caseStudyTab .c-tile {
  margin-bottom: 2rem;
  background: #fff; }

.envMap-caseStudies-holder .c-tile__date,
.caseStudyTab .c-tile__date {
  font-family: Geomanist, Arial, Helvetica, sans-serif;
  font-size: 14px; }

.envMap-caseStudies-holder .c-tile__expanded-content,
.caseStudyTab .c-tile__expanded-content {
  display: none;
  background: #fff;
  padding: 2rem;
  border: 2px solid #F4F5F5;
  border-radius: 0 0 5px 5px; }

.envMap-caseStudies-holder .o-content-from-editor p,
.caseStudyTab .o-content-from-editor p {
  font-size: 16px;
  line-height: 22px; }

.envMap-caseStudies-holder {
  display: none;
  padding-top: 2rem; }
  .envMap-caseStudies-holder .envMap-companyDetails-name {
    font-family: Geomanist, Arial, Helvetica, sans-serif;
    color: #155277;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 36px;
    margin-bottom: 2rem; }

/*
    ===============================
    7. OVERRIDES
    ===============================
*/
/* #Positioning
================================================== */
.u-clear::after {
  clear: both;
  content: "";
  display: block; }

/* #Miscellaneous
================================================== */
.u-hidden {
  display: none; }

.u-accessible-hide {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.u-anchor {
  display: block;
  margin-top: -140px;
  position: absolute;
  visibility: hidden; }

.u-relative {
  position: relative; }

.u-font-zero {
  font-size: 0; }

.u-width-auto {
  width: auto; }

.u-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1048px; }
  .u-container::after {
    clear: both;
    content: "";
    display: block; }

/* Fonts
================================================== */
#optanon, #optanon *, #optanon div, #optanon span, #optanon ul, #optanon li, #optanon a, #optanon p, .optanon-alert-box-wrapper * {
  font-family: 'Geomanist', 'Roboto', Arial, Helvetica, sans-serif !important; }

.optanon-alert-box-wrapper .optanon-alert-box-bg p.optanon-alert-box-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  line-height: 20px !important; }

.optanon-alert-box-wrapper .optanon-alert-box-bg p {
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0.3px !important;
  line-height: 24px !important; }

.optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button {
  border-bottom: 0 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  line-height: 20px !important; }
  .optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button:before {
    top: 0 !important; }

.optanon-alert-box-wrapper .optanon-alert-box-button-middle button {
  font-size: 17px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  line-height: 20px !important; }

#optanon #optanon-popup-top .optanon-close, .optanon-alert-box-wrapper .optanon-alert-box-corner-close button {
  background: url("../img/cross-white.svg") 15px 15px !important;
  height: 15px !important;
  right: 5px !important;
  top: 11px !important;
  width: 15px !important;
  z-index: 50; }
  @media only screen and (max-width: 47em) {
    #optanon #optanon-popup-top .optanon-close, .optanon-alert-box-wrapper .optanon-alert-box-corner-close button {
      top: 0 !important; } }

@media only screen and (max-width: 47em) {
  .optanon-alert-box-wrapper .optanon-alert-box-corner-close {
    bottom: 17px !important; } }

@media only screen and (max-width: 47em) {
  .optanon-alert-box-bg .optanon-alert-box-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media only screen and (max-width: 47em) {
  .optanon-alert-box-wrapper .optanon-alert-box-button.optanon-button-more {
    padding-left: 33px; } }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  opacity: 1;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  opacity: 1;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.9; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: transparent;
  opacity: 1; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #006C78;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #006C78;
  width: 10px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
  opacity: 0.9; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #006c77;
  height: 10px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  opacity: 1;
  width: 10px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

@page {
  size: A4;
  margin: 0 24px 24px; }

@media print {
  html, body {
    min-height: 297mm;
    min-width: 270mm; }
  main {
    margin-top: 0; }
  .c-button,
  .c-download,
  .c-filters,
  .c-footer,
  .c-main-menu,
  .c-search-form,
  .c-search-form-large,
  .c-share,
  .c-social,
  .c-sorter,
  .c-twitter-embed {
    display: none; }
  .c-home-banner {
    min-height: 0; }
    .c-home-banner__waves {
      display: none; }
  .c-accordion__content {
    display: block !important; }
  .c-listing__filters-title {
    display: none; }
  .c-filters__button {
    display: none; }
  .c-listing__pagination {
    display: none; } }

#submit-proposal-header {
  margin-top: 48px;
  margin-bottom: 0;
}

.ginput_container,
.gfield_html p {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
}

.gfield_label {
  display: none !important;
}

.ginput_container_text input,
.ginput_container_email input,
.ginput_container_textarea textarea,
.ginput_container_select select,
.ginput_container_fileupload {
  background: #F4F5F5;
  border: none;
  border-radius: 5px;
  padding: 10px !important;
  font-size: 1rem !important;
}

.ginput_container select:focus,
.ginput_container textarea:focus {
  outline: none;
}

.gform_button {
  background: #155277;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 17px !important;
}

.validation_error,
.gfield_description,
h2.gform_title,
.gform_description,
.gform_confirmation_message {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif !important;
}

h2.gform_title {
  color: #155277;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 36px;
}

.gform_description {
  display: block;
  margin-bottom: 16px;
}

.gform_description,
.gform_confirmation_message {
  font-size: 22px;
  line-height: 36px;
}

.gform_description a {
  text-decoration: underline;
  color: #008282;
}

#gform_wrapper_1 {
  margin-top: 3rem;
}

#gform_wrapper_1 .gform_heading,
#gform_wrapper_1 .gform_heading .gform_description {
  margin-bottom: 0;
}

.gform_confirmation_message {
  margin-top: 20px;
  text-align: center;
  color: #FF0000;
}
span.gform_fileupload_rules {
  display: none;
}

.ginput_container_email input {
  width: 100% !important;
}

.document-meta span:not(:first-child) {
  margin-left: 2rem;
}

#board-meetings-login input[type="text"],
#board-meetings-login input[type="password"] {
  background: #F4F5F5;
  padding: 10px;
  font-size: 1rem;
  display: block;
  width: 100%;
}

#board-meetings-login input#rememberme {
  display: inline;
}

#board-meetings-login .login-remember input[type=checkbox] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

#board-meetings-login .login-remember label {
  display: block;
}

#board-meetings-login #wp-submit {
 background: #155277;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 17px;
}

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.searchandfilter[data-sf-form-id="68"] ul {
  float: left;
  margin-left: 24px;
  margin-bottom: .2rem;
}

.searchandfilter[data-sf-form-id="68"] ul li {
  float: left;
}

.searchandfilter > ul > li > ul > li {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

@media (max-width: 639px) {
  .searchandfilter ul li {
    padding: 0;
  }
}

input.sf-input-checkbox {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

.single-cta {
  padding: 24px !important;
}

.single-cta {
  background: url("../img/waves-white.svg") no-repeat right center #F4F5F5;
}

.single-cta h2 {
  margin-bottom: 18px;
}

.single-cta p {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 30px;
  margin-bottom: 30px;
}

.single-cta ul {
  padding-left: 50px;
  margin-bottom: 30px;
}

.single-cta li {
  font-family: 'Geomanist', Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.3px;
  list-style-type: disc;
}

.layout-video {
  width: calc(33% - 24px);
  margin-left: 24px;
  float: left;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .layout-video {
    width: calc(100% - 32px);
    margin-left: 16px;
    float: left;
  }
}

.layout-key-points {
  width: calc(66% - 24px);
  margin-left: 24px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .layout-key-points {
    width: calc(100% - 32px);
    margin-left: 16px;
    float: left;
  }
}

.layout-50 {
  width: calc(50% - 24px);
  margin-left: 24px;
  float: left;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .layout-50 {
    width: calc(100% - 32px);
    margin-left: 16px;
    float: left;
  }
}

.key-points-text p {
  font-size: 14px;
  line-height: 18px;
}

/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-weight: 600;
  border-bottom: 6px solid #E1E2E2;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 6px solid #008282;
}

/* Style the tab content */
.tabcontent {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.o-content-from-editor table a:hover {
  text-decoration: underline;
}
