@charset "UTF-8";
/* =================================================================
Styles for the base templates.
Buttery biscuit base - https://www.youtube.com/watch?v=OMg3epr53Ns
==================================================================== */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "usual", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

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

.row, .logo-menu {
  max-width: 78.25rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .logo-menu::before, .row::after, .logo-menu::after {
  display: table;
  content: " ";
}
.row::after, .logo-menu::after {
  clear: both;
}
.row.collapse > .column, .collapse.logo-menu > .column, .row.collapse > .columns, .row.collapse > .logo-menu-item, .collapse.logo-menu > .columns, .collapse.logo-menu > .logo-menu-item {
  padding-right: 0;
  padding-left: 0;
}
.row .row, .logo-menu .row, .row .logo-menu, .logo-menu .logo-menu {
  margin-right: -0.8125rem;
  margin-left: -0.8125rem;
}
@media print, screen and (min-width: 40em) {
  .row .row, .logo-menu .row, .row .logo-menu, .logo-menu .logo-menu {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media screen and (min-width: 64em) {
  .row .row, .logo-menu .row, .row .logo-menu, .logo-menu .logo-menu {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row .row.collapse, .logo-menu .row.collapse, .row .collapse.logo-menu, .logo-menu .collapse.logo-menu {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded, .expanded.logo-menu {
  max-width: none;
}
.row.expanded .row, .expanded.logo-menu .row, .row.expanded .logo-menu, .expanded.logo-menu .logo-menu {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row, .logo-menu:not(.expanded) .row, .row:not(.expanded) .logo-menu, .logo-menu:not(.expanded) .logo-menu {
  max-width: none;
}
.row.gutter-small > .column, .gutter-small.logo-menu > .column, .row.gutter-small > .columns, .row.gutter-small > .logo-menu-item, .gutter-small.logo-menu > .columns, .gutter-small.logo-menu > .logo-menu-item {
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
}
.row.gutter-medium > .column, .gutter-medium.logo-menu > .column, .row.gutter-medium > .columns, .row.gutter-medium > .logo-menu-item, .gutter-medium.logo-menu > .columns, .gutter-medium.logo-menu > .logo-menu-item {
  padding-right: 1rem;
  padding-left: 1rem;
}

.column, .columns, .logo-menu-item {
  width: 100%;
  float: left;
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns, .logo-menu-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .logo-menu-item:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child, .end.logo-menu-item:last-child:last-child {
  float: left;
}

.column.row.row, .column.logo-menu, .row.row.columns, .row.row.logo-menu-item, .columns.logo-menu, .logo-menu.logo-menu-item {
  float: none;
}

.row .column.row.row, .logo-menu .column.row.row, .row .column.logo-menu, .logo-menu .column.logo-menu, .row .row.row.columns, .row .row.row.logo-menu-item, .logo-menu .row.row.columns, .logo-menu .row.row.logo-menu-item, .row .columns.logo-menu, .row .logo-menu.logo-menu-item, .logo-menu .columns.logo-menu, .logo-menu .logo-menu.logo-menu-item {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns, .small-up-1 > .logo-menu-item {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n), .small-up-1 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1), .small-up-1 > .logo-menu-item:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child, .small-up-1 > .logo-menu-item:last-child {
  float: left;
}

.small-up-2 > .column, .logo-menu > .column, .small-up-2 > .columns, .small-up-2 > .logo-menu-item, .logo-menu > .columns, .logo-menu > .logo-menu-item {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .logo-menu > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n), .small-up-2 > .logo-menu-item:nth-of-type(1n), .logo-menu > .columns:nth-of-type(1n), .logo-menu > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .logo-menu > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1), .small-up-2 > .logo-menu-item:nth-of-type(2n+1), .logo-menu > .columns:nth-of-type(2n+1), .logo-menu > .logo-menu-item:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .logo-menu > .column:last-child, .small-up-2 > .columns:last-child, .small-up-2 > .logo-menu-item:last-child, .logo-menu > .columns:last-child, .logo-menu > .logo-menu-item:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns, .small-up-3 > .logo-menu-item {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n), .small-up-3 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1), .small-up-3 > .logo-menu-item:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child, .small-up-3 > .logo-menu-item:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns, .small-up-4 > .logo-menu-item {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n), .small-up-4 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1), .small-up-4 > .logo-menu-item:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child, .small-up-4 > .logo-menu-item:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns, .small-up-5 > .logo-menu-item {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n), .small-up-5 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1), .small-up-5 > .logo-menu-item:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child, .small-up-5 > .logo-menu-item:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns, .small-up-6 > .logo-menu-item {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n), .small-up-6 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1), .small-up-6 > .logo-menu-item:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child, .small-up-6 > .logo-menu-item:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns, .small-up-7 > .logo-menu-item {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n), .small-up-7 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1), .small-up-7 > .logo-menu-item:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child, .small-up-7 > .logo-menu-item:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns, .small-up-8 > .logo-menu-item {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n), .small-up-8 > .logo-menu-item:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1), .small-up-8 > .logo-menu-item:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child, .small-up-8 > .logo-menu-item:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns, .small-collapse > .logo-menu-item {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row, .small-collapse .logo-menu {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row, .expanded.logo-menu .small-collapse.row, .expanded.row .small-collapse.logo-menu, .expanded.logo-menu .small-collapse.logo-menu {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns, .small-uncollapse > .logo-menu-item {
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns, .medium-up-1 > .logo-menu-item {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n), .medium-up-1 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1), .medium-up-1 > .logo-menu-item:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child, .medium-up-1 > .logo-menu-item:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns, .medium-up-2 > .logo-menu-item {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n), .medium-up-2 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1), .medium-up-2 > .logo-menu-item:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child, .medium-up-2 > .logo-menu-item:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns, .medium-up-3 > .logo-menu-item {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n), .medium-up-3 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1), .medium-up-3 > .logo-menu-item:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child, .medium-up-3 > .logo-menu-item:last-child {
    float: left;
  }
  .medium-up-4 > .column, .logo-menu > .column, .medium-up-4 > .columns, .medium-up-4 > .logo-menu-item, .logo-menu > .columns, .logo-menu > .logo-menu-item {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .logo-menu > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n), .medium-up-4 > .logo-menu-item:nth-of-type(1n), .logo-menu > .columns:nth-of-type(1n), .logo-menu > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .logo-menu > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1), .medium-up-4 > .logo-menu-item:nth-of-type(4n+1), .logo-menu > .columns:nth-of-type(4n+1), .logo-menu > .logo-menu-item:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .logo-menu > .column:last-child, .medium-up-4 > .columns:last-child, .medium-up-4 > .logo-menu-item:last-child, .logo-menu > .columns:last-child, .logo-menu > .logo-menu-item:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns, .medium-up-5 > .logo-menu-item {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n), .medium-up-5 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1), .medium-up-5 > .logo-menu-item:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child, .medium-up-5 > .logo-menu-item:last-child {
    float: left;
  }
  .medium-up-6 > .column, .logo-menu--6-cols > .column, .medium-up-6 > .columns, .medium-up-6 > .logo-menu-item, .logo-menu--6-cols > .columns, .logo-menu--6-cols > .logo-menu-item {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .logo-menu--6-cols > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n), .medium-up-6 > .logo-menu-item:nth-of-type(1n), .logo-menu--6-cols > .columns:nth-of-type(1n), .logo-menu--6-cols > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .logo-menu--6-cols > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1), .medium-up-6 > .logo-menu-item:nth-of-type(6n+1), .logo-menu--6-cols > .columns:nth-of-type(6n+1), .logo-menu--6-cols > .logo-menu-item:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .logo-menu--6-cols > .column:last-child, .medium-up-6 > .columns:last-child, .medium-up-6 > .logo-menu-item:last-child, .logo-menu--6-cols > .columns:last-child, .logo-menu--6-cols > .logo-menu-item:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns, .medium-up-7 > .logo-menu-item {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n), .medium-up-7 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1), .medium-up-7 > .logo-menu-item:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child, .medium-up-7 > .logo-menu-item:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns, .medium-up-8 > .logo-menu-item {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n), .medium-up-8 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1), .medium-up-8 > .logo-menu-item:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child, .medium-up-8 > .logo-menu-item:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns, .medium-collapse > .logo-menu-item {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row, .medium-collapse .logo-menu {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row, .expanded.logo-menu .medium-collapse.row, .expanded.row .medium-collapse.logo-menu, .expanded.logo-menu .medium-collapse.logo-menu {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns, .medium-uncollapse > .logo-menu-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns, .large-up-1 > .logo-menu-item {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n), .large-up-1 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1), .large-up-1 > .logo-menu-item:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child, .large-up-1 > .logo-menu-item:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns, .large-up-2 > .logo-menu-item {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n), .large-up-2 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1), .large-up-2 > .logo-menu-item:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child, .large-up-2 > .logo-menu-item:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns, .large-up-3 > .logo-menu-item {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n), .large-up-3 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1), .large-up-3 > .logo-menu-item:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child, .large-up-3 > .logo-menu-item:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns, .large-up-4 > .logo-menu-item {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n), .large-up-4 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1), .large-up-4 > .logo-menu-item:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child, .large-up-4 > .logo-menu-item:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns, .large-up-5 > .logo-menu-item {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n), .large-up-5 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1), .large-up-5 > .logo-menu-item:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child, .large-up-5 > .logo-menu-item:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns, .large-up-6 > .logo-menu-item {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n), .large-up-6 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1), .large-up-6 > .logo-menu-item:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child, .large-up-6 > .logo-menu-item:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns, .large-up-7 > .logo-menu-item {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n), .large-up-7 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1), .large-up-7 > .logo-menu-item:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child, .large-up-7 > .logo-menu-item:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns, .large-up-8 > .logo-menu-item {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n), .large-up-8 > .logo-menu-item:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1), .large-up-8 > .logo-menu-item:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child, .large-up-8 > .logo-menu-item:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns, .large-collapse > .logo-menu-item {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row, .large-collapse .logo-menu {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row, .expanded.logo-menu .large-collapse.row, .expanded.row .large-collapse.logo-menu, .expanded.logo-menu .large-collapse.logo-menu {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns, .large-uncollapse > .logo-menu-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.625rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 2rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 78.25rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 2rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 3px solid #222;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #222;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print, .button,
  a.button, .cover-area-link, .feature-box__link {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.09375rem;
  margin: 0 0 1.4375rem;
  padding: 0.71875rem;
  border: 2px solid #eee;
  border-radius: 0;
  background-color: #eee;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #222;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #bbbbbb;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #222;
}

input::placeholder,
textarea::placeholder {
  color: #222;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1.4375rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.71875rem;
  margin-right: 1.4375rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.71875rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1.4375rem;
  padding: 0.84375rem 0;
}

.help-text {
  margin-top: -0.71875rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.4375rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 3.15625rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 3.15625rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.71875rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #eee;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

select {
  height: 3.09375rem;
  margin: 0 0 1.4375rem;
  padding: 0.71875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #eee;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #222;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.4375rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2.15625rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 2px solid #bbbbbb;
  background-color: #fefefe;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.71875rem;
  margin-bottom: 1.4375rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #222;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li, .menu.horizontal > li {
  display: table-cell;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical > li {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}
.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: " ";
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-top.vertical a > span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #222 transparent transparent;
  right: 5px;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #222 transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #222;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #222 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #222 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #222;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #222 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #222 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #222;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #222 transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #222;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1.875rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns, .reveal .logo-menu-item {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 78.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 78.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 78.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 78.25rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.has-sticky {
  padding-top: 120px;
}
@media screen and (max-width: 63.9375em) {
  .has-sticky {
    padding-top: 62px;
  }
}

.sticky {
  width: 100%;
  position: fixed;
  top: 25px;
  z-index: 20;
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (min-width: 64em) {
  .sticky {
    top: 40px;
  }
}
.sticky-mobile {
  margin-top: 62px;
}

.top-nav-desktop {
  background-color: white;
  color: #2a303c;
  text-align: left;
  height: 80px;
  z-index: 20;
  padding: 20px 1rem 0;
  font-size: 0;
  /* ================================================================================
  Partner logos in the topbar
  =================================================================================== */
}
.top-nav-desktop .menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.top-nav-desktop .menu > li {
  text-align: left;
  min-height: 44px;
  display: flex;
  align-items: center;
  border-right: 1px solid #d3d3d3;
}
.top-nav-desktop .menu > li:last-child {
  border: 0;
}
.top-nav-desktop .menu > li:first-child > a {
  padding-left: 0;
}
.top-nav-desktop .menu > li > a {
  color: #2a303c;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
  padding: 0 18px;
  position: relative;
  border: 0;
  transition: color 200ms, background 200ms;
  font-size: 1rem;
  padding: 0 25px;
}
.top-nav-desktop .menu > li > a:visited {
  color: #2a303c;
}
.top-nav-desktop .menu > li > a:after {
  transition: border-color 200ms;
}
.top-nav-desktop .menu > li > a:hover, .top-nav-desktop .menu > li > a:active, .top-nav-desktop .menu > li > a:focus {
  color: black;
  background: transparent;
  outline: none;
  cursor: pointer;
}
.top-nav-desktop .menu > li > a:hover:after, .top-nav-desktop .menu > li > a:active:after, .top-nav-desktop .menu > li > a:focus:after {
  border-top-color: black !important;
}
.top-nav-desktop .menu .active > a {
  background: none;
  color: black;
}
.top-nav-desktop .menu.submenu {
  box-shadow: 0px 4px 4px rgba(77, 77, 77, 0.25);
}
.top-nav-desktop .menu.submenu li a {
  line-height: 1.5em;
  padding: 0.6rem 1rem;
  border-bottom: 0;
  color: #222;
  padding: 0.75rem 1rem;
}
.top-nav-desktop .menu.submenu li a:hover, .top-nav-desktop .menu.submenu li a:active, .top-nav-desktop .menu.submenu li a:focus {
  color: #222;
  background: #bababa;
}
.top-nav-desktop .menu.submenu li:last-child a {
  border-bottom: 0;
}
.top-nav-desktop .menu.submenu li:last-child:after {
  display: none;
}
.top-nav-desktop .menu > li.is-active > a {
  background: transparent;
  color: black;
}
.top-nav-desktop .menu > li.is-active > a:after {
  border-top-color: #2a303c;
}
.top-nav-desktop .menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.25rem;
  padding-right: 1.8rem;
}
.top-nav-desktop .menu > li.is-dropdown-submenu-parent > a:after {
  right: 0.5rem;
  border-left-width: 4px !important;
  border-right-width: 4px !important;
  border-top-color: #2a303c;
  right: 1rem;
}
.top-nav-desktop > .menu {
  display: inline-block;
  margin-left: 1rem;
}
.top-nav-desktop > .menu > li > a {
  line-height: 44px;
  border-right: 1px solid #d3d3d3;
}
.top-nav-desktop > .menu > li:last-child > a {
  border: 0;
}
.top-nav-desktop .is-dropdown-submenu {
  z-index: 20;
  border: 0;
  background: #d9d9d9;
}
.top-nav-desktop__menu-wrapper {
  display: flex;
  justify-content: space-between;
}

.site-logo-desktop {
  display: flex;
  align-items: center;
}
.site-logo-desktop img {
  width: auto;
  height: 38px;
}

.top-nav-mobile {
  background-color: #F0F0F0;
  color: #222;
  transition: transform 300ms ease-in;
  transition-delay: 200ms;
  max-height: calc(100vh - 62px);
  transform: translateY(calc(-100% - 62px));
  overflow-y: scroll;
  z-index: 10;
  margin-top: 62px;
}
.top-nav-mobile--initial {
  transition: transform 0s;
}
.top-nav-mobile--active {
  transform: translateY(0);
  transition: transform 300ms ease-out;
  transition-delay: 200ms;
}
.top-nav-mobile__button {
  width: 100%;
  background: #34a1e7;
  color: white !important;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.7;
  transition: background 200ms;
  display: block;
  padding: 12px 1rem;
  text-decoration: none;
  position: relative;
}
.top-nav-mobile__button:hover, .top-nav-mobile__button:active {
  background: #1988cf;
}
.top-nav-mobile__button:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(/images/arrow-right-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 17px;
  right: 15px;
}
.top-nav-mobile .menu {
  padding: 0 1rem;
}
.top-nav-mobile .menu > li > a {
  color: #222;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9375rem;
  padding: 14px 0;
  position: relative;
  border-bottom: 1px solid #d3d3d3;
  background: #F0F0F0;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.7;
}
.top-nav-mobile .menu > li > a:visited {
  color: #222;
}
.top-nav-mobile .menu > li > a:hover, .top-nav-mobile .menu > li > a:active, .top-nav-mobile .menu > li > a:focus {
  color: #555555;
  background: #F0F0F0;
  outline: none;
  cursor: pointer;
}
.top-nav-mobile .menu > li > a:before {
  border: 0;
}
.top-nav-mobile .menu > li > a:after {
  border: 0;
}
.top-nav-mobile .menu > li.is-drilldown-submenu-parent > a {
  position: relative;
}
.top-nav-mobile .menu > li.is-drilldown-submenu-parent > a:after {
  content: "";
  width: 10px;
  height: 12px;
  background: url("/images/icons/arrow-right-black.svg") no-repeat center;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: 0;
}
.top-nav-mobile .menu > li.js-drilldown-back > a {
  position: relative;
  padding-left: 1rem;
}
.top-nav-mobile .menu > li.js-drilldown-back > a:before {
  content: "";
  width: 10px;
  height: 12px;
  background: url("/images/icons/arrow-right-black.svg") no-repeat center;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  transform: rotate(180deg);
  z-index: 1;
  top: calc(50% - 12px / 2);
}
.top-nav-mobile .menu li:last-child > a {
  border-bottom: 0;
}
.top-nav-mobile .menu .active > a {
  background: none;
  color: #555555;
}
.top-nav-mobile .menu.submenu {
  min-height: 100%;
}

.title-bar {
  background: white;
  height: 62px;
  z-index: 1000;
}
.title-bar__menu-icon {
  position: absolute;
  top: 12px;
  left: 1rem;
  margin: 0;
}

.site-logo-mobile {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: absolute;
  top: 16px;
  right: 1rem;
}
.site-logo-mobile img {
  width: auto;
  height: 28px;
}

.desktop-search-box {
  display: none;
  background: #cacaca;
  height: 55px;
  color: #fff;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
}
.desktop-search-box__content {
  border-bottom: 1px solid #bcbcbc;
  position: absolute;
  bottom: 11px;
  right: 66px;
  width: 445px;
  padding-right: 18px;
}
.desktop-search-box__submit {
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 31px;
  height: 31px;
  background: url(/images//icons/magnifying-glass-fa.svg) no-repeat center;
  background-size: contain;
  text-indent: -1000px;
  text-align: left;
  transition: opacity 200ms;
  overflow: hidden;
  border: 6px solid transparent;
}
.desktop-search-box__submit:hover, .desktop-search-box__submit:active {
  opacity: 0.8;
}
.desktop-search-box__input {
  margin: 0;
  border: 0;
  padding: 6px;
  text-align: left;
  font-size: 1.125rem;
  color: #222;
  background: transparent !important;
  height: 32px;
}
.desktop-search-box__input:focus {
  border: 0;
  background: transparent;
}
.desktop-search-box__input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.6);
}
.desktop-search-box__input:-moz-placeholder { /* Firefox 18- */
  color: rgba(34, 34, 34, 0.6);
}
.desktop-search-box__input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(34, 34, 34, 0.6);
}
.desktop-search-box__input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.6);
}
.desktop-search-box__close-btn {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 14px;
  right: 1.5rem;
  text-indent: -1000px;
  overflow: hidden;
  text-align: left;
  background: url(/images/icons/cross-dark.svg) no-repeat;
  background-size: contain;
  transition: opacity 200ms;
  border: 6px solid transparent;
}
.desktop-search-box__close-btn:hover {
  opacity: 0.8;
}

/* ====================================================
Changes to a cross when opened
======================================================= */
.animated-menu-icon {
  width: 36px;
  height: 36px;
  padding: 3px;
  outline: none;
  cursor: pointer;
}
.animated-menu-icon__top, .animated-menu-icon__middle, .animated-menu-icon__bottom {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #222;
  transition: transform 200ms ease, top 200ms ease 200ms, bottom 200ms ease 200ms, opacity 200ms;
}
.animated-menu-icon__top {
  top: 7px;
}
.animated-menu-icon__middle {
  top: 17px;
}
.animated-menu-icon__bottom {
  bottom: 6px;
}
.animated-menu-icon--active .animated-menu-icon__top, .animated-menu-icon:active .animated-menu-icon__top {
  transform: rotate(45deg);
  top: 17px;
  transition: transform 200ms ease 200ms, top 200ms ease;
}
.animated-menu-icon--active .animated-menu-icon__middle, .animated-menu-icon:active .animated-menu-icon__middle {
  opacity: 0;
}
.animated-menu-icon--active .animated-menu-icon__bottom, .animated-menu-icon:active .animated-menu-icon__bottom {
  transform: rotate(-45deg);
  bottom: 17px;
  transition: transform 200ms ease 200ms, bottom 200ms ease;
}

.footer {
  background: #2a303c;
  text-align: left;
  color: white;
  position: relative;
  font-weight: 300;
}
.footer p {
  margin-bottom: 0.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 40em) {
  .footer p {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .footer p {
    line-height: 1;
  }
}
.footer__logo {
  width: 90px;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 40em) {
  .footer__logo {
    width: 100px;
  }
}
@media screen and (min-width: 64em) {
  .footer__logo {
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .footer__logo-wrapper {
    float: left;
  }
}
.footer__top {
  background: #ebebeb;
}
.footer__top-content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
}
@media screen and (min-width: 40em) {
  .footer__top-content {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.footer__semicircle-logo {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 132px;
  height: auto;
  left: 1rem;
}
@media screen and (min-width: 40em) {
  .footer__semicircle-logo {
    width: calc(100% - 1rem);
    max-width: 187px;
    bottom: -60px;
  }
}
.footer__semicircle-logo-wrapper {
  position: relative;
}
.footer__bottom {
  background: #2a303c;
  padding: 30px 0;
}
@media screen and (min-width: 40em) {
  .footer__bottom {
    padding: 30px 0;
  }
}
@media screen and (min-width: 64em) {
  .footer__avoid-logo {
    margin-left: 135px;
  }
}
.footer__title {
  font-size: 1.25rem;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.1;
}
.footer__title a,
.footer__title a:visited {
  text-decoration: none;
  transition: border 200ms;
  border-bottom: 1px solid transparent;
  font-size: inherit;
}
.footer__title a:hover,
.footer__title a:active {
  border-color: white;
}
@media screen and (max-width: 39.9375em) {
  .footer__nav-col {
    margin: 0 0 1rem;
  }
  .footer__nav-col:last-child {
    margin-bottom: 0;
  }
}
.footer__nav {
  margin: 0;
  padding: 0;
}
.footer__top .columns:last-child .footer__nav, .footer__top .logo-menu-item:last-child .footer__nav {
  margin-bottom: 0;
}
.footer__nav a,
.footer__nav a:visited {
  font-size: 1rem;
  text-decoration: none;
}
.footer__nav a:hover,
.footer__nav a:active {
  color: white;
}
.footer__nav li {
  list-style-type: none;
  margin: 0 0 0.45rem;
}
@media screen and (max-width: 63.9375em) {
  .footer__social-icons {
    margin-top: 8px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 40em) {
  .footer__social-icons {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .footer__social-icons {
    text-align: right;
  }
}
.footer__social-icons a {
  width: 25px;
  height: 25px;
}
.footer__links {
  display: block;
  font-size: 0;
}
@media screen and (min-width: 40em) {
  .footer__links {
    display: inline-block;
    float: left;
  }
}
.footer__links a,
.footer__links a:visited {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 39.9375em) {
  .footer__links a,
  .footer__links a:visited {
    display: block;
    line-height: 1.8;
    text-decoration: underline;
  }
}
@media screen and (min-width: 40em) {
  .footer__links a,
  .footer__links a:visited {
    line-height: 1.1;
  }
  .footer__links a:not(:last-of-type),
  .footer__links a:visited:not(:last-of-type) {
    margin-right: 0.75rem;
  }
}
.footer__links a:hover,
.footer__links a:active {
  color: #34a1e7;
}
.footer__partner-logo {
  width: 100%;
  max-width: 140px;
  height: auto;
  margin-top: 15px;
}
@media screen and (min-width: 40em) {
  .footer__partner-logo {
    max-width: 186px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2em;
  letter-spacing: 0.025em;
}
.wrapper--dark h1, .wrapper--darkGrey h1, .wrapper--dark h2, .wrapper--darkGrey h2, .wrapper--dark h3, .wrapper--darkGrey h3, .wrapper--dark h4, .wrapper--darkGrey h4, .wrapper--dark h5, .wrapper--darkGrey h5, .wrapper--dark h6, .wrapper--darkGrey h6 {
  color: #fff;
}
@media screen and (min-width: 40em) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 3rem;
    line-height: 1.6em;
  }
}

body, html {
  letter-spacing: 0.025em;
}

h1, h2, h3 {
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 40em) {
  h1, h2, h3 {
    font-size: 3.25rem;
  }
}

a,
a:visited {
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
  transition: color 200ms;
}

a:not([href]) {
  cursor: default;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
}

hr {
  border-color: #d3d3d3;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.top-bar {
  background: #2a303c;
  height: 25px;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
@media screen and (min-width: 64em) {
  .top-bar {
    height: 40px;
    padding: 8px 0;
  }
}
.top-bar a,
.top-bar a:visited {
  color: white;
  font-size: 0.875rem;
  opacity: 1;
  transition: opacity 200ms;
  line-height: 25px;
  text-decoration: none;
}
.top-bar a:hover,
.top-bar a:active {
  opacity: 0.75;
}
.top-bar__arrow {
  display: inline-block;
  width: 7px;
  height: 12px;
  vertical-align: middle;
  background: url(/images/arrow-right-white.svg) no-repeat;
  background-size: contain;
  margin: -1px 0 0 10px;
}

/* ================================================
Global classes that might be used anywhere
=================================================== */
.text-center {
  text-align: center;
}

.no-margin {
  margin: 0 !important;
}

.large-text {
  font-size: 1.125rem;
  line-height: 1.4em;
}
@media screen and (min-width: 40em) {
  .large-text {
    font-size: 1.75rem;
  }
}

.no-decoration {
  text-decoration: none !important;
}

.no-wrap {
  white-space: nowrap;
}

.sr-only, .contact-form label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover-area-link, .feature-box__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 39.9375em) {
  .fullwidth-on-small,
  .button.fullwidth-on-small {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .fullwidth-on-small,
  .button.fullwidth-on-small {
    min-width: 240px;
  }
}

.remove-last:last-child {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .text-left-on-small {
    text-align: left !important;
  }
}

@media screen and (min-width: 40em) {
  .text-center-on-medium {
    text-align: center !important;
  }
  .text-center-on-medium p {
    text-align: inherit !important;
  }
}

/* ================================================================================
The main copy - a large bit of rich text & styles for links, lists etc
=================================================================================== */
.copy, .copy p, .copy li {
  color: #505050;
  font-family: "usual", sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: 1rem;
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
}
@media screen and (min-width: 40em) {
  .copy, .copy p, .copy li {
    font-size: 1rem;
  }
}
.copy .subtitle {
  font-size: 1.5rem;
}
.copy h1, .copy h2, .copy h3, .copy h4, .copy h5 {
  font-size: 1rem;
  color: #222;
  text-transform: none;
  font-weight: 600;
}
@media screen and (min-width: 40em) {
  .copy h1, .copy h2, .copy h3, .copy h4, .copy h5 {
    font-size: 1.25rem;
  }
}
.copy__title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .copy__title {
    font-size: 2.75rem;
    margin-bottom: 1rem;
    color: #222;
    font-weight: normal;
    line-height: 1.2;
  }
}
@media screen and (min-width: 40em) {
  .copy__title {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}
.copy__title:last-child {
  margin-bottom: 0;
}
.wrapper--blue .copy__title {
  color: #fff;
  font-weight: 600;
  font-size: 1.875rem;
}
@media screen and (min-width: 40em) {
  .wrapper--blue .copy__title {
    margin-bottom: 0.75rem;
    font-size: 2.5rem;
  }
}
.copy__abstract, .copy__abstract p {
  font-size: 1.125rem;
  max-width: 812px;
  margin: 10px auto 0;
  line-height: 1.66;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .copy__abstract, .copy__abstract p {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
.copy__abstract:last-child p, .copy__abstract p:last-child p {
  margin-bottom: 0;
}
.copy__buttons {
  margin-top: 1.5rem;
}
.copy p, .copy li {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color: #505050;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 40em) {
  .copy p, .copy li {
    margin-bottom: 1.5rem;
    line-height: 1.6em;
  }
}
.copy ul, .copy ol {
  margin-left: 0;
}
.copy ul {
  margin-left: 0.25rem;
}
.copy li {
  margin-bottom: 0;
  text-align: left;
  margin-left: 1rem;
}
.copy a,
.copy a:visited {
  color: #222;
  font-weight: inherit;
  transition: color 200ms, border-color 200ms;
  word-wrap: break-word;
  text-decoration: underline;
}
.copy a:hover,
.copy a:active {
  color: black;
}
.copy blockquote {
  font-size: 1.125rem;
  padding-top: 0;
  padding-bottom: 4px;
  margin: 1.5rem 0;
}
@media screen and (min-width: 40em) {
  .copy blockquote {
    font-size: 1.375rem;
    margin: 2rem 0;
  }
}
.copy img:last-child,
.copy figure:last-child {
  margin-bottom: 0;
}
.copy img img,
.copy figure img {
  margin-bottom: 0;
}
.copy > ul:last-child, .copy p > ul:last-child, .copy li > ul:last-child,
.copy > p:last-child,
.copy p > p:last-child,
.copy li > p:last-child {
  margin-bottom: 0;
}
.copy iframe {
  max-width: 100%;
  max-height: 570px;
}
.copy.text-center, .copy p.text-center, .copy li.text-center {
  text-align: center;
}
.copy.text-center p, .copy p.text-center p, .copy li.text-center p {
  text-align: inherit;
}
.copy .align-center,
.copy .center-img {
  text-align: center;
}
.copy .align-center img,
.copy .center-img img {
  margin-left: auto;
  margin-right: auto;
}
.copy .bordered {
  padding: 5px;
  border: 1px solid #DBE3E3;
}
.copy img {
  margin-bottom: 1.5rem;
}
.copy .medium, .copy .small {
  text-align: center;
}
.copy .medium img, .copy .small img {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.copy .small img {
  width: 300px;
}
.copy .medium img {
  width: 600px;
}
@media screen and (min-width: 40em) {
  .copy .left {
    float: left;
    max-width: calc(50% - 1.875rem);
    margin: 0 1.875rem 1.875rem 0;
  }
}
@media screen and (min-width: 40em) {
  .copy .right {
    float: right;
    max-width: calc(50% - 1.875rem);
    margin: 0 0 1.875rem 1.875rem;
  }
}
.copy ol {
  counter-reset: section;
  list-style-type: none;
  margin-left: 0;
}
.copy ol li {
  margin: 0.5rem 0 1rem;
}
.copy ol li > strong + p {
  margin-top: 0.6rem;
}
.copy ol ul {
  margin: 0.5rem 0 0 1.4rem !important;
}
.copy ol table {
  border: 0 none;
}
.copy ol table td {
  padding: 0;
}
.copy ol table td:first-child {
  width: 25%;
}
.copy ol table td img {
  margin: 0 3rem !important;
}
.copy ol table tbody {
  background: none;
  border: none;
}
.copy ol ol {
  margin-left: 1.4rem;
}
.copy ol > li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  font-weight: bold;
}
.copy--dark, .wrapper--dark .copy, .wrapper--dark .copy p, .copy .wrapper--dark p, .wrapper--dark .copy li, .copy .wrapper--dark li, .wrapper--blue .copy, .wrapper--blue .copy p, .copy .wrapper--blue p, .wrapper--blue .copy li, .copy .wrapper--blue li {
  color: #fff;
}
.copy--dark a, .wrapper--dark .copy a, .copy .wrapper--dark p a, .copy .wrapper--dark li a, .wrapper--blue .copy a, .copy .wrapper--blue p a, .copy .wrapper--blue li a,
.copy--dark a:visited {
  color: #fff;
}
.copy--dark a:hover, .wrapper--dark .copy a:hover, .copy .wrapper--dark p a:hover, .copy .wrapper--dark li a:hover, .wrapper--blue .copy a:hover, .copy .wrapper--blue p a:hover, .copy .wrapper--blue li a:hover,
.copy--dark a:active,
.wrapper--dark .copy a:active,
.copy .wrapper--dark p a:active,
.copy .wrapper--dark li a:active,
.wrapper--blue .copy a:active,
.copy .wrapper--blue p a:active,
.copy .wrapper--blue li a:active,
.copy--dark a:focus,
.wrapper--dark .copy a:focus,
.copy .wrapper--dark p a:focus,
.copy .wrapper--dark li a:focus,
.wrapper--blue .copy a:focus,
.copy .wrapper--blue p a:focus,
.copy .wrapper--blue li a:focus {
  color: #d9d9d9;
}
.copy--dark .copy__title, .wrapper--dark .copy .copy__title, .copy .wrapper--dark p .copy__title, .copy .wrapper--dark li .copy__title, .wrapper--blue .copy .copy__title, .copy .wrapper--blue p .copy__title, .copy .wrapper--blue li .copy__title {
  color: #fff !important;
}
.copy--center {
  text-align: center;
}
.copy--center h1, .copy--center h2, .copy--center h3, .copy--center p, .copy--center li {
  text-align: center;
}
.copy-with-image {
  text-align: left;
}
.copy-with-image > .row, .copy-with-image > .logo-menu {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .copy-with-image {
    display: flex;
    align-items: center;
  }
}
.copy-with-image--image-right {
  flex-direction: row-reverse;
}
.copy-with-image__image {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .copy-with-image__image {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 40em) {
  .copy-with-image__title {
    text-align: left;
  }
}
.copy-with-image__abstract {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .copy-with-image__abstract {
    font-size: 1.75rem;
    line-height: 1.42;
    margin-bottom: 30px;
  }
}
.copy-with-image__abstract p:last-child {
  margin-bottom: 0;
}
.copy-with-image__buttons {
  margin-top: 1.5rem;
  text-align: left;
}
.copy-with-image .button {
  margin: 0;
}
@media screen and (min-width: 64em) {
  .copy-with-image__content {
    max-width: 500px;
  }
}
.copy-with-image .image-right {
  margin-right: auto;
}
.copy-with-image .image-left {
  margin-left: auto;
}

/* =====================================================================
   Numbered blocks of content - with large number floated left
   Displayed in 2 cols (on medium) automatically based on content
   ======================================================================== */
.copy-bullets {
  text-align: left;
}
@media screen and (min-width: 40em) {
  .copy-bullets {
    text-align: left;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
.copy-bullets__abstract {
  text-align: left;
}
@media screen and (min-width: 40em) {
  .copy-bullets__abstract {
    text-align: center;
  }
}
.copy-bullets__item {
  position: relative;
  margin: 0;
  padding-left: 3.625rem;
  min-height: 42px;
  display: table;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
@media screen and (min-width: 40em) {
  .copy-bullets__item {
    padding-left: 4.4375rem;
  }
}
.copy-bullets__content h2 {
  font-size: 1.25rem;
}
.copy-bullets__content p {
  margin-bottom: 2rem !important;
}
.copy-bullets__number {
  font-size: 1.6875rem;
  color: #6b6b6b;
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  display: block;
  margin: 0 0 0.5rem;
  background: #e1e1e1;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 40em) {
  .copy-bullets__number {
    font-size: 2.25rem;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
.copy-bullets__top {
  margin-bottom: 2rem;
}

html {
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #2a303c;
}

a.social-icon {
  background: transparent;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 4px;
  line-height: 25px !important;
  text-align: center;
  transition: background 200ms;
  position: relative;
}
a.social-icon:first-child {
  margin-left: 0;
}
a.social-icon:last-child {
  margin-right: 0;
}
@media screen and (min-width: 40em) {
  a.social-icon {
    margin: 0 5px;
  }
}
a.social-icon img, a.social-icon svg {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
a.social-icon svg path {
  transition: fill 200ms;
  fill: white;
}
a.social-icon:hover svg path, a.social-icon:active svg path {
  fill: #34a1e7;
}

.social-strip {
  display: none;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 12;
}
@media screen and (min-width: 82.8125em) {
  .social-strip {
    display: block;
  }
}
.social-strip a {
  display: block;
  margin-bottom: 0;
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: background 200ms;
  outline: 0;
  background-color: #363636;
}
.social-strip a:nth-child(1) {
  background-color: #363636;
}
.social-strip a:nth-child(2), .social-strip a:nth-child(8) {
  background-color: #464646;
}
.social-strip a:nth-child(3) {
  background-color: #636363;
}
.social-strip a:nth-child(4) {
  background-color: #898989;
}
.social-strip a:nth-child(5) {
  background-color: #E1E1E1;
}
.social-strip a:nth-child(5) svg path {
  fill: #5a5a5a;
}
.social-strip a:nth-child(5):hover svg path {
  fill: #fff;
}
.social-strip a:nth-child(6) {
  background-color: #898989;
}
.social-strip a:hover.facebook {
  background-color: #4d70a8;
}
.social-strip a:hover.twitter {
  background-color: #00baf2;
}
.social-strip a:hover.linkedin {
  background-color: #1687b1;
}
.social-strip a:hover.google-plus {
  background-color: #e2411d;
}
.social-strip a:hover.instagram {
  background-color: #517fa4;
}
.social-strip a:hover.youtube {
  background-color: #bb0000;
}
.social-strip a:hover.pinterest {
  background-color: #CB2026;
}
.social-strip a:hover.snapchat {
  background-color: #FFCE05;
}
.social-strip a:hover.envelope {
  background-color: #2a8189;
}
.social-strip a:hover.envelope i {
  color: #fff;
}
.social-strip--coloured a.facebook {
  background-color: #4d70a8;
}
.social-strip--coloured a.facebook:hover, .social-strip--coloured a.facebook:active {
  background-color: #3d5985;
}
.social-strip--coloured a.twitter {
  background-color: #00baf2;
}
.social-strip--coloured a.twitter:hover, .social-strip--coloured a.twitter:active {
  background-color: #0093bf;
}
.social-strip--coloured a.linkedin {
  background-color: #1687b1;
}
.social-strip--coloured a.linkedin:hover, .social-strip--coloured a.linkedin:active {
  background-color: #106484;
}
.social-strip--coloured a.google-plus {
  background-color: #e2411d;
}
.social-strip--coloured a.google-plus:hover, .social-strip--coloured a.google-plus:active {
  background-color: #b53417;
}
.social-strip--coloured a.instagram {
  background-color: #517fa4;
}
.social-strip--coloured a.instagram:hover, .social-strip--coloured a.instagram:active {
  background-color: #406582;
}
.social-strip--coloured a.youtube {
  background-color: #bb0000;
}
.social-strip--coloured a.youtube:hover, .social-strip--coloured a.youtube:active {
  background-color: #880000;
}
.social-strip--coloured a.pinterest {
  background-color: #CB2026;
}
.social-strip--coloured a.pinterest:hover, .social-strip--coloured a.pinterest:active {
  background-color: #9f191e;
}
.social-strip--coloured a.snapchat {
  background-color: #FFCE05;
}
.social-strip--coloured a.snapchat:hover, .social-strip--coloured a.snapchat:active {
  background-color: #d1a800;
}
.social-strip--coloured a.envelope {
  background-color: #58595b;
}
.social-strip--coloured.social-strip path {
  fill: #fff !important;
}
.social-strip .social-icon {
  color: white;
  font-size: 1.25rem;
  width: 24px;
  line-height: 48px;
  height: auto;
  display: block;
  margin: auto;
}
.social-strip .social-icon path {
  fill: #fff;
}
.social-strip .social-icon--facebook {
  width: 18px;
  margin-top: 0.6875rem;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.social-strip .social-icon--twitter {
  margin-top: 0.9375rem;
}
.social-strip .social-icon--linkedin {
  width: 1.375rem;
  margin-top: 0.75rem;
}
.social-strip .social-icon--gplus {
  width: 30px;
  margin-top: 0.875rem;
}
.social-strip .social-icon--youtube {
  margin-top: 0.9375rem;
}
.social-strip .social-icon--pinterest {
  margin-top: 0.75rem;
}
.social-strip .social-icon--instagram {
  margin-top: 0.6875rem;
}
.social-strip .social-icon--snapchat {
  margin-top: 0.6875rem;
}
.social-strip .social-icon--envelope {
  margin-top: 0.8125rem;
}

/* ====================================================
Button styles
======================================================= */
.button,
a.button {
  font-size: 1rem;
  padding: 6px 2rem 7px;
  transition: background 200ms, color 200ms, border 200ms;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #d3d3d3;
  background-color: transparent;
  font-weight: normal;
  font-family: "usual", sans-serif;
  margin: 0 0 20px;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .button,
  a.button {
    padding: 0.5rem 2rem 0.5625rem;
  }
}
.button--wide,
a.button--wide {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .button--wide,
  a.button--wide {
    width: auto;
  }
}
.button--fullwidth,
a.button--fullwidth {
  width: 100%;
  display: block;
}
.button--highlighted.button,
a.button--highlighted.button {
  border-color: #d3d3d3;
  background-color: #d3d3d3;
  color: #fff;
}
.button--highlighted.button:focus, .button--highlighted.button:hover, .button--highlighted.button:active,
a.button--highlighted.button:focus,
a.button--highlighted.button:hover,
a.button--highlighted.button:active {
  border-color: #a0a0a0;
  background-color: #a0a0a0;
}
.button__download-icon,
a.button__download-icon {
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url(/images/icons/download-icon-white.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}

/* ====================================================
Different button styles - for extending into components
======================================================= */
.button--light, .wrapper--darkGrey .related-case-studies__button, .download--dark .download__button, .wrapper--dark .download .download__button, .wrapper--darkGrey .download .download__button, .wrapper--dark .cta-bar__button, .wrapper--darkGrey .cta-bar__button, .contact-form--dark .button, .wrapper--dark .contact-form .button, .wrapper--darkGrey .contact-form .button,
a.button--light {
  border-color: #a5a7a7;
  color: #fff;
}
.button--light:hover, .wrapper--darkGrey .related-case-studies__button:hover, .download--dark .download__button:hover, .wrapper--dark .download .download__button:hover, .wrapper--darkGrey .download .download__button:hover, .wrapper--dark .cta-bar__button:hover, .wrapper--darkGrey .cta-bar__button:hover, .contact-form--dark .button:hover, .wrapper--dark .contact-form .button:hover, .wrapper--darkGrey .contact-form .button:hover, .button--light:focus, .wrapper--darkGrey .related-case-studies__button:focus, .download--dark .download__button:focus, .wrapper--dark .download .download__button:focus, .wrapper--darkGrey .download .download__button:focus, .wrapper--dark .cta-bar__button:focus, .wrapper--darkGrey .cta-bar__button:focus, .contact-form--dark .button:focus, .wrapper--dark .contact-form .button:focus, .wrapper--darkGrey .contact-form .button:focus, .button--light:active, .wrapper--darkGrey .related-case-studies__button:active, .download--dark .download__button:active, .wrapper--dark .download .download__button:active, .wrapper--darkGrey .download .download__button:active, .wrapper--dark .cta-bar__button:active, .wrapper--darkGrey .cta-bar__button:active, .contact-form--dark .button:active, .wrapper--dark .contact-form .button:active, .wrapper--darkGrey .contact-form .button:active,
a.button--light:hover,
a.button--light:focus,
a.button--light:active {
  color: #222;
  border-color: #d9d9d9;
  background: #d9d9d9;
}

.button--white, .case-study__button.button, .wrapper--blue .cta-bar__button,
a.button--white {
  border-color: white;
  color: white;
  font-weight: 600;
}
.button--white:hover, .case-study__button.button:hover, .wrapper--blue .cta-bar__button:hover, .button--white:focus, .case-study__button.button:focus, .wrapper--blue .cta-bar__button:focus, .button--white:active, .case-study__button.button:active, .wrapper--blue .cta-bar__button:active,
a.button--white:hover,
a.button--white:focus,
a.button--white:active {
  color: #34a1e7;
  border-color: white;
  background: white;
}

.button.button--blue,
a.button.button--blue {
  border-color: #34a1e7;
  background: #34a1e7;
  color: white;
}
.button.button--blue:hover, .button.button--blue:focus, .button.button--blue:active,
a.button.button--blue:hover,
a.button.button--blue:focus,
a.button.button--blue:active {
  color: #fff;
  border-color: #136aa2;
  background: #136aa2;
}

.button.button--ghost-blue,
a.button.button--ghost-blue {
  border-color: #34a1e7;
  background: transparent;
  color: #34a1e7;
}
.button.button--ghost-blue:hover, .button.button--ghost-blue:focus, .button.button--ghost-blue:active,
a.button.button--ghost-blue:hover,
a.button.button--ghost-blue:focus,
a.button.button--ghost-blue:active {
  color: #fff;
  border-color: #136aa2;
  background: #136aa2;
}

.button--dark, .wrapper--light .related-case-studies__button, .wrapper--light .cta-bar__button, .button,
a.button,
a.button--dark {
  border-color: #d3d3d3;
  color: #222;
}
.button--dark:hover, .wrapper--light .related-case-studies__button:hover, .wrapper--light .cta-bar__button:hover, .button:hover, .button--dark:focus, .wrapper--light .related-case-studies__button:focus, .wrapper--light .cta-bar__button:focus, .button:focus, .button--dark:active, .wrapper--light .related-case-studies__button:active, .wrapper--light .cta-bar__button:active, .button:active,
a.button--dark:hover,
a.button--dark:focus,
a.button--dark:active {
  color: #fff;
  border-color: #a0a0a0;
  background: #a0a0a0;
}

.inline-buttons {
  font-size: 0;
}
@media screen and (min-width: 40em) {
  .inline-buttons {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .inline-buttons .button:first-child {
    margin-left: 0;
  }
  .inline-buttons .button:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 40em) {
  .inline-buttons .button {
    min-width: 240px;
    margin: 0 10px 20px;
  }
  .inline-buttons .button:first-child {
    margin-left: 0;
  }
  .inline-buttons .button:last-child {
    margin-right: 0;
  }
}

/* =============================================================
For the 404 template
================================================================ */
.not-found__title {
  font-size: 1.75rem;
  font-weight: normal;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .not-found__title {
    font-size: 1.25rem;
  }
}
.not-found__title:after {
  content: "";
  width: 80px;
  display: block;
  margin: 0 auto;
  border-bottom: 2px solid #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 39.9375em) {
  .not-found__title:after {
    width: 60px;
    border-bottom: 1px solid #A5A7A7;
  }
}
.not-found p {
  font-size: 1.25rem;
}
.not-found__big {
  font-size: 4.625rem !important;
  line-height: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 40em) {
  .not-found__big {
    font-size: 9.1875rem !important;
  }
}
.not-found__content {
  margin-bottom: 44px;
}
.not-found__buttons {
  margin-top: 2.25rem;
}

/* =============================================================
Generic forms. Basic Foundation styles are in _settings.scss
================================================================ */
@media screen and (min-width: 40em) {
  form ::-webkit-input-placeholder {
    color: rgba(34, 34, 34, 0.6);
  }
}
form :-moz-placeholder { /* Firefox 18- */ }
@media screen and (min-width: 40em) {
  form :-moz-placeholder {
    color: rgba(34, 34, 34, 0.6);
  }
}
form ::-moz-placeholder { /* Firefox 19+ */ }
@media screen and (min-width: 40em) {
  form ::-moz-placeholder {
    color: rgba(34, 34, 34, 0.6);
  }
}
@media screen and (min-width: 40em) {
  form :-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.6);
  }
}
@media screen and (max-width: 63.9375em) {
  form input[type=text],
  form input[type=email],
  form textarea {
    border-radius: 5px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 40em) {
  form input[type=text],
  form input[type=email],
  form textarea {
    background: transparent;
  }
}
form select {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}

/* =========================================================
Used for the contact form - mostly for validation.
Most form styles can be applied as variables in _settings
============================================================ */
.contact-form {
  /* ================================================================
  Different themed versions
  =================================================================== */
}
.contact-form__abstract {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 40em) {
  .contact-form__abstract {
    margin-bottom: 2.75rem;
  }
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  font-weight: 400;
  background: #eee;
  border: 2px solid #eee;
}
@media screen and (min-width: 40em) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form textarea {
    margin-bottom: 12px;
    background: transparent;
    border: 2px solid #dcdcdc;
  }
}
.contact-form textarea {
  min-height: 195px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .contact-form textarea {
    margin-bottom: 2rem;
  }
}
.contact-form .form-error {
  text-align: left;
  margin-bottom: 12px;
}
.contact-form .file-upload-input {
  font-size: 0.75rem;
}
.contact-form .checkbox-text {
  font-size: 1.125rem;
  margin-right: 1rem;
}
@media screen and (min-width: 40em) {
  .contact-form--light .button, .wrapper--light .contact-form .button {
    background: #a5a7a7;
    color: #fff;
    border-color: #a5a7a7;
  }
}
.contact-form--dark, .wrapper--dark .contact-form, .wrapper--darkGrey .contact-form {
  color: #fff;
}
.contact-form--dark .contact-form__title, .wrapper--dark .contact-form .contact-form__title, .wrapper--darkGrey .contact-form .contact-form__title {
  color: #fff;
}
.contact-form--dark .contact-form__subtitle, .wrapper--dark .contact-form .contact-form__subtitle, .wrapper--darkGrey .contact-form .contact-form__subtitle {
  color: #fff;
}
.contact-form--dark input[type=text], .wrapper--dark .contact-form input[type=text], .wrapper--darkGrey .contact-form input[type=text],
.contact-form--dark input[type=email],
.wrapper--dark .contact-form input[type=email],
.wrapper--darkGrey .contact-form input[type=email],
.contact-form--dark textarea,
.wrapper--dark .contact-form textarea,
.wrapper--darkGrey .contact-form textarea {
  background: #fff;
  border-color: #fff;
}
.contact-form--dark textarea, .wrapper--dark .contact-form textarea, .wrapper--darkGrey .contact-form textarea {
  color: #222;
}
/* ====================================================
Vacancy form mostly uses styles from contact-form, but
here are some specific exceptions
======================================================= */
.vacancy-form__msg {
  margin-bottom: 0.5rem !important;
}

/* ================================================================
A coloured area for giving consistent top & bottom padding to
components - white by default
=================================================================== */
.wrapper {
  padding: 2.1875rem 0 2.375rem;
  text-align: center;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 40em) {
  .wrapper {
    padding: 4.6875rem 0 5rem;
  }
}
.wrapper p,
.wrapper li,
.wrapper .copy__abstract,
.wrapper .copy__abstract p {
  color: inherit;
}
@media screen and (min-width: 40em) {
  .wrapper--even-padding {
    padding-top: 5rem;
  }
}
.wrapper--dark {
  background: #212527;
  color: #fff;
}
.wrapper--blue {
  background: #34a1e7;
  color: #fff;
}
.wrapper--lightGrey {
  background: #ebebeb;
  color: #222;
}

/* ================================================================================
A testimonial with cited author which is in a carousel if there's more than 1
=================================================================================== */
.testimonial {
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
}
.testimonial__content {
  text-align: center;
  font-size: 1.25rem;
  border: none;
  font-family: "usual", sans-serif;
  font-weight: 400;
  line-height: 1.45em;
  color: #222;
  flex: 1;
  margin: 0;
}
@media screen and (min-width: 40em) {
  .testimonial__content {
    font-size: 1.75rem;
  }
}
.testimonial__content p {
  line-height: 1.45em !important;
}
.testimonial__content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonial__author {
  font-size: 0.875rem;
  font-family: "usual", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 1.5rem;
  color: rgba(34, 34, 34, 0.55);
}
@media screen and (min-width: 40em) {
  .testimonial__author {
    font-size: 1.125rem;
  }
}
.testimonial__author:before {
  content: "- ";
}
.testimonial__icon:after {
  display: block;
  content: "";
  background: url(/images/quotemark-dark.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 23px;
  text-align: center;
  margin: 0 auto 1rem;
}
.wrapper--dark .testimonial__icon:after {
  background: url(/images/quotemark-light.svg) no-repeat;
}
@media screen and (min-width: 40em) {
  .testimonial__icon:after {
    margin-bottom: 1.5rem;
  }
}
.testimonial--dark, .wrapper--dark .testimonial__content, .wrapper--dark .testimonial__author {
  color: #fff;
}
.testimonial--dark a, .wrapper--dark .testimonial__content a, .wrapper--dark .testimonial__author a,
.testimonial--dark a:visited {
  color: #e6e6e6;
}
.testimonial--dark a:hover, .wrapper--dark .testimonial__content a:hover, .wrapper--dark .testimonial__author a:hover,
.testimonial--dark a:active,
.wrapper--dark .testimonial__content a:active,
.wrapper--dark .testimonial__author a:active,
.testimonial--dark a:focus,
.wrapper--dark .testimonial__content a:focus,
.wrapper--dark .testimonial__author a:focus {
  color: #fff;
}
.testimonial--dark .testimonial__author, .wrapper--dark .testimonial__content .testimonial__author, .wrapper--dark .testimonial__author .testimonial__author {
  color: rgba(255, 255, 255, 0.55);
}

.testimonial-carousel__slide:active, .testimonial-carousel__slide:focus {
  outline: none;
}
.testimonial-carousel .slick-dots {
  margin-top: 1rem;
  margin-bottom: -1rem;
}
@media screen and (min-width: 40em) {
  .testimonial-carousel .slick-dots {
    margin-top: 1.5rem;
    margin-bottom: -2rem;
  }
}
.testimonial-carousel .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
.wrapper--light .testimonial-carousel .slick-dots li button {
  background-color: rgba(34, 34, 34, 0.2);
}
.testimonial-carousel .slick-dots li.slick-active button {
  background-color: white;
}
.wrapper--light .testimonial-carousel .slick-dots li.slick-active button {
  background-color: rgba(34, 34, 34, 0.8);
}

@media screen and (min-width: 40em) {
  .testimonials-list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
    columns-gap: 1.25rem;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media screen and (min-width: 64em) {
  .testimonials-list {
    -moz-column-count: 3;
    column-count: 3;
  }
}

.testimonials-list-item {
  background: #45494a;
  border-radius: 10px;
  padding: 2.5rem 1rem;
  margin-bottom: 1.875rem;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .testimonials-list-item {
    padding: 4rem 2rem 3rem;
    margin: 0;
  }
}
@media screen and (min-width: 40em) {
  .testimonials-list-item__wrapper {
    padding-bottom: 1.5rem;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media screen and (max-width: 39.9375em) {
  .testimonials-list-item__wrapper:last-child .testimonials-list-item {
    margin-bottom: 0;
  }
}
.testimonials-list-item__content {
  color: #fff;
  margin-bottom: 2rem;
}
.testimonials-list-item__content p {
  font-size: 1.375rem;
}
@media screen and (max-width: 39.9375em) {
  .testimonials-list-item__content p {
    font-weight: 300;
  }
}
@media screen and (min-width: 40em) {
  .testimonials-list-item__content p {
    font-size: 1.5rem;
  }
}
.testimonials-list-item__author {
  color: #cccccc !important;
  font-size: 1.125rem;
  margin: 0;
}
.testimonials-list-item__icon, .testimonials-list-item__icon-default {
  width: 56px;
  height: 56px;
  margin: 0 auto 0.75rem;
}
.testimonials-list-item__icon {
  background: white no-repeat center;
  background-size: cover;
  border-radius: 50%;
  text-align: left;
  text-indent: -2000px;
  overflow: hidden;
}

.testimonials-list-wrapper .inline-buttons {
  margin-top: 1.5rem;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  z-index: 1;
  transition: opacity 200ms;
  padding: 0;
  width: 13px;
  height: 24px;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}
.slick-prev:focus, .slick-prev:active,
.slick-next:focus,
.slick-next:active {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  background: url(/images/arrow-right-white.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.slick-prev {
  left: 4.3rem;
}
.slick-prev:before {
  transform: rotate(180deg);
}

.slick-next {
  right: 4.3rem;
}
/* Dots - original slick styles */
/* ================================================================
Custom global dot styles
=================================================================== */
.slick-dotted.slick-slider {
  margin: 1.875rem 0;
}

.slick-dots {
  margin: 1.875rem 0;
}
.slick-dots li {
  margin: 0 5px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  height: 11px;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  text-indent: -5000px;
  background: rgb(255, 255, 255);
  transition: transform 200ms;
  vertical-align: top;
}
.slick-dots li button:hover {
  transform: scale(1.5, 1.5);
}
.slick-dots li.slick-active button {
  background-color: #003261;
}

/* ====================================================
A main carousel, with slides of content, maybe buttons
======================================================= */
.carousel {
  width: 100%;
  background-color: #ebebeb;
  text-align: center;
  height: 400px;
  margin: 0px !important;
}
.carousel--light {
  background-color: #fff;
}
.carousel--tall {
  height: 600px;
}
@media screen and (max-width: 39.9375em) {
  .carousel--tall {
    height: 100vh;
    height: calc(100vh - 62px - 60px);
  }
}
.carousel--full {
  height: 100vh;
  height: calc(100vh - 62px - 60px);
}
@media screen and (min-width: 40em) {
  .carousel--full {
    min-height: 600px;
    height: calc(100vh - 62px);
  }
}
@media screen and (min-width: 64em) {
  .carousel--full {
    height: calc(100vh - 120px);
  }
}
.carousel-hint {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 200ms;
}
.carousel-hint:hover, .carousel-hint:active {
  opacity: 0.85;
}
.carousel-hint img {
  display: block;
  width: 19px;
  height: 11px;
  margin: auto;
}
.carousel .slick-list,
.carousel .slick-track {
  height: 100%;
}
.carousel .slide {
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel .slide-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.carousel .slide-tint {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
}
.carousel .slide-content {
  padding: 0;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 39.9375em) and (orientation: landscape) {
  .carousel .slide-content {
    margin-top: 1.875rem;
  }
}
.carousel .slide-content--dark-text h1, .carousel .slide-content--dark-text h2, .carousel .slide-content--dark-text p {
  color: #222;
}
.carousel .slide-content__top-title {
  margin: 0 auto 5px;
  color: #34a1e7;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.25rem;
  line-height: 1.3;
}
.carousel .slide-content__title {
  color: #fff;
  font-size: 3.375rem;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 64em) and (orientation: landscape) {
  .carousel .slide-content__title {
    font-size: 4.375rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 64em) and (min-height:801px) {
  .carousel .slide-content__title {
    font-size: 4.375rem;
    line-height: 1.2;
  }
}
.carousel .slide-content__subtitle, .carousel .slide-content__top-subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (min-width: 64em) {
  .carousel .slide-content__subtitle, .carousel .slide-content__top-subtitle {
    font-size: 1.25rem;
  }
}
.carousel .slide-content__content-wrapper {
  position: relative;
  max-width: 602px;
  margin: 0 auto;
}
.carousel .slide-content__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.carousel .slide-content__top-subtitle {
  padding-bottom: 25px;
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  margin-top: 0;
}
.carousel .slide-content__top-subtitle:after {
  content: "";
  width: 33px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.carousel .slide-content__buttons {
  margin-top: 27px;
}
@media screen and (min-width: 64em) {
  .carousel .slide-content__buttons {
    margin-top: 30px;
  }
}
.carousel .slide-content .button {
  min-width: auto;
  text-transform: uppercase;
}
.carousel .slick-next {
  right: 4.3rem;
}
.carousel .slick-prev {
  left: 4.3rem;
}

/* ====================================================
Dots
======================================================= */
.carousel .slick-dots {
  margin: 0;
  display: block;
  position: absolute;
  left: 15px;
}
@media screen and (max-width: 63.9375em) {
  .carousel .slick-dots {
    bottom: 20px;
  }
}
@media screen and (min-width: 64em) {
  .carousel .slick-dots {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 64em) {
  .carousel .slick-dots li {
    display: block;
    margin: 10px 0;
  }
}
.carousel .slick-dots li button {
  background: white;
}
.carousel .slick-dots li.slick-active button {
  background: #34a1e7;
}

/* ============================================================
Wrapper around carousel to add other things, like share button
=============================================================== */
.carousel-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/* ====================================================
Large image which will fit edge to edge with container
======================================================= */
.fullwidth-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

/* =======================================================
A button which expands when clicked to show share icons
- Used on blog and project page
========================================================== */
.share-btn {
  height: 33px;
  width: 73px;
  font-size: 0.9375rem;
  line-height: 15px;
  font-weight: 400;
  overflow: hidden;
  transition: width 200ms, background 200ms;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 40em) {
  .share-btn {
    width: 99px;
    height: 45px;
  }
}
.share-btn__slider {
  background: #F3F3F3;
  font-size: inherit;
  color: #222;
  line-height: inherit;
  font-weight: inherit;
  width: 223px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 40em) {
  .share-btn__slider {
    width: 249px;
  }
}
.share-btn__button {
  padding: 8px 10px;
  width: 73px;
  outline: 0;
}
@media screen and (max-width: 39.9375em) {
  .share-btn__button {
    font-family: "usual", sans-serif;
  }
}
@media screen and (min-width: 40em) {
  .share-btn__button {
    padding: 14px 15px;
    width: 99px;
  }
}
.share-btn__aro {
  display: inline-block;
  margin-left: 5px;
  margin-top: -3px;
  width: 9px;
  height: 12px;
  background: url(/images/arrow-right-black.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 40em) {
  .share-btn__aro {
    height: 14px;
    margin-left: 7px;
  }
}
.share-btn__sharers {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 73px;
  overflow: hidden;
  width: 0;
  transition: width 200ms;
}
@media screen and (min-width: 40em) {
  .share-btn__sharers {
    left: 99px;
  }
}
.share-btn--expanded {
  width: 223px;
}
@media screen and (min-width: 40em) {
  .share-btn--expanded {
    width: 249px;
  }
}
.share-btn--expanded .share-btn__sharers {
  width: 150px;
}
.share-btn a.sharer {
  width: 50px;
  border-left: 1px solid #cecece;
  background: #f4f4f4;
  display: inline-block;
  margin: 0;
  line-height: 35px !important;
  text-align: center;
  transition: background 200ms;
  position: absolute;
  height: 100%;
  left: 0;
}
.share-btn a.sharer:nth-child(2) {
  left: 50px;
}
.share-btn a.sharer:nth-child(3) {
  left: 100px;
}
.share-btn a.sharer:nth-child(4) {
  left: 150px;
}
.share-btn a.sharer img, .share-btn a.sharer svg {
  max-height: 55%;
  max-width: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 40em) {
  .share-btn a.sharer img, .share-btn a.sharer svg {
    max-height: 40%;
    max-width: 40%;
  }
}
.share-btn a.sharer svg path {
  transition: fill 200ms;
  fill: #222;
}
.share-btn a.sharer:hover, .share-btn a.sharer:active {
  background: #da2129;
}
.share-btn a.sharer:hover svg path, .share-btn a.sharer:active svg path {
  fill: #fff;
}

/* ============================================================
Different types of share button e.g. ghost
=============================================================== */
.share-btn.share-btn--ghost {
  border: 1px solid #2a303c;
  border-radius: 0;
  background: #fff;
  color: #505050;
  width: 75px;
}
@media screen and (min-width: 40em) {
  .share-btn.share-btn--ghost {
    width: 101px;
  }
}
.share-btn.share-btn--ghost .share-btn__button {
  background: transparent;
  color: #505050;
}
.share-btn.share-btn--ghost .share-btn__aro {
  background-image: url(/images/arrow-right-black.svg);
  opacity: 0.2;
  transition: opacity 200ms;
}
.share-btn.share-btn--ghost .share-btn__slider {
  background: transparent;
}
.share-btn.share-btn--ghost a.sharer {
  background: transparent;
  border-left: 1px solid #2a303c;
}
.share-btn.share-btn--ghost a.sharer svg path {
  transition: fill 200ms;
  fill: #505050;
}
.share-btn.share-btn--ghost.share-btn--expanded {
  width: 225px;
}
@media screen and (min-width: 40em) {
  .share-btn.share-btn--ghost.share-btn--expanded {
    width: 251px;
  }
}

/* ================================================================
A big box with a newsletter signup form
=================================================================== */
.subscribe {
  color: white;
}
.subscribe__title {
  color: white;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .subscribe__title {
    margin-top: -1rem;
  }
}
.subscribe__abstract {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .subscribe__abstract {
    margin-bottom: 2.75rem;
  }
}
.subscribe-form {
  margin-top: 1rem;
}
.subscribe-form__email {
  text-align: left;
  background: white;
}
@media screen and (min-width: 40em) {
  .subscribe-form__email {
    padding-right: 1rem;
    height: 42px;
    margin: 0;
  }
}
.subscribe-form__button {
  width: 100%;
  color: white;
  margin-bottom: 0;
}

/* ================================================================================
Full-width cta (usually at the bottom of a page with a coloured bg, title, text
& button
=================================================================================== */
.cta-bar, .cta-bar p {
  color: #222;
  font-family: "usual", sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 1.0625rem;
  position: relative;
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
  /* =============================================================
  A version with an image background and a tint
  ================================================================ */
}
@media screen and (min-width: 40em) {
  .cta-bar, .cta-bar p {
    font-size: 1.3125rem;
  }
}
.cta-bar__content p:last-child {
  margin-bottom: 0;
}
.cta-bar--dark, .wrapper--dark .cta-bar, .wrapper--dark .cta-bar p, .cta-bar .wrapper--dark p,
.cta-bar .wrapper--blue, .wrapper--fixedBg .cta-bar, .wrapper--fixedBg .cta-bar p, .cta-bar .wrapper--fixedBg p, .wrapper--darkGrey .cta-bar, .wrapper--darkGrey .cta-bar p, .cta-bar .wrapper--darkGrey p {
  color: #fff;
}
.cta-bar__tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2a303c;
}
.cta-bar__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent no-repeat center;
  background-size: cover;
}
.cta-bar__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent no-repeat center;
  background-size: cover;
}
.cta-bar--with-image {
  background: transparent;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  .cta-bar--with-image {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* ====================================================
The scroll thing on the homepage
======================================================= */
.scroll-instruction {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 70px;
  height: 35px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .scroll-instruction {
    width: 100px;
    height: 50px;
  }
}
.scroll-instruction:after {
  content: "";
  display: block;
  border-radius: 50% 50% 0 0;
  width: 100%;
  height: 70px;
  background: #da2129;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: background 200ms;
}
@media screen and (min-width: 40em) {
  .scroll-instruction:after {
    height: 100px;
  }
}
.scroll-instruction__arrow {
  background: url(/images/down-arrow-white.svg) center no-repeat;
  width: 100%;
  height: 40%;
  display: block;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  bottom: 15%;
}
.scroll-instruction:hover:after, .scroll-instruction:active:after {
  background-color: #ae1a21;
}

a.scroll-instruction {
  transition: background-color 200ms;
}

/* =============================================================
A full-width google map
================================================================ */
.google-map {
  background: beige;
}

.location {
  background: #ebebeb;
  padding: 0;
  padding-top: 2.1875rem;
}
@media screen and (min-width: 40em) {
  .location {
    margin-bottom: 0;
    padding-top: 4.6875rem;
  }
}
@media screen and (min-width: 64em) {
  .location {
    background: #ebebeb;
  }
}
.location__map {
  width: 100%;
  height: 25rem;
}
.location-info {
  margin-left: 1.875rem;
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 40em) {
  .location-info {
    margin-left: 3.75rem;
    padding-bottom: 5rem;
  }
}
.location-info__title, .location-info__address, .location-info__phone, .location-info__email {
  display: block;
  color: #222;
  font-size: 1.125rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .location-info__title, .location-info__address, .location-info__phone, .location-info__email {
    font-size: 1rem;
  }
}
.location-info__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #222;
}
@media screen and (min-width: 64em) {
  .location-info__title {
    font-size: 2.25rem;
  }
}
.location-info__address, .location-info__phone {
  margin-bottom: 0.375rem;
}
.location-info__clearer {
  border: 1px solid white;
  max-width: 65px;
  margin-top: 26px;
  margin-bottom: 15px;
  margin-left: 0;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .location-info__clearer {
    border: 1px solid #212527;
  }
}
.location-info__email {
  font-size: 1rem;
}
@media screen and (min-width: 40em) {
  .location-info__email {
    margin-bottom: 0;
  }
}
.location-info__phone a {
  text-decoration: none;
}
.location-info__phone a:hover {
  color: whitesmoke;
}
.location-info__phone .location-info__email a {
  text-decoration: none;
}
.location-info__phone .location-info__email a:hover {
  color: whitesmoke;
}

.map-wrapper--fullWidth {
  padding-bottom: 0;
}

.map-row--fullWidth {
  max-width: none;
}
.map-row--fullWidth .location-info {
  margin-left: 0;
}

/* =======================================================
A component with several feature boxes, an image, title,
content, and link.
========================================================== */
.feature-box {
  background: #ebebeb;
  position: relative;
  padding: 0;
  margin-bottom: 1.875rem;
  text-align: left;
  color: #505050;
}
@media screen and (min-width: 40em) {
  .feature-box {
    max-height: 518px;
  }
}
.feature-box:hover, .feature-box:active {
  color: black;
}
.feature-box__title {
  font-size: 1.3125rem;
  margin-bottom: 0.25rem;
  font-weight: normal;
  color: #222;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-transform: none;
}
@media screen and (min-width: 40em) {
  .feature-box__title {
    margin-bottom: 0.5rem;
    margin-top: 0.25rem;
  }
}
.feature-box__content {
  padding: 0.75rem 1rem 1.25rem;
  font-size: 1rem;
  color: #505050;
}
@media screen and (min-width: 40em) {
  .feature-box__content {
    padding: 0.75rem 30px 30px;
    font-size: 1rem;
  }
}
.feature-box__image-wrapper {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.feature-box__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature-box__link {
  text-decoration: none;
}
.feature-box__abstract {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 64em) {
  .feature-box__abstract {
    max-height: 100px;
    min-height: 100px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .feature-box__abstract {
    max-height: 50px;
    min-height: 50px;
  }
}
@media screen and (max-width: 39.9375em) {
  .columns:last-child > .feature-box, .logo-menu-item:last-child > .feature-box {
    margin-bottom: 0;
  }
}

/* =======================================================
The surrounding component
========================================================== */
@media screen and (max-width: 39.9375em) {
  .feature-boxes .inline-buttons {
    max-width: 205px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.feature-boxes__title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  max-width: 812px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .feature-boxes__title {
    font-size: 2.75rem;
  }
}
.feature-boxes__abstract {
  font-size: 1.125rem;
  max-width: 812px;
  margin: 10px auto 0;
  line-height: 1.66;
  font-weight: 300;
}
@media screen and (min-width: 64em) {
  .feature-boxes__abstract {
    margin-top: 15px;
    font-size: 1.25rem;
  }
}
.feature-boxes__hr {
  width: 77px;
  border: 0;
  border-bottom: 1px solid #34a1e7;
  margin: 25px auto 30px;
}
@media screen and (min-width: 64em) {
  .feature-boxes__hr {
    margin: 35px auto 35px;
  }
}

.multi-icons-copy {
  margin-bottom: 1.875rem;
}
.multi-icons-copy__title {
  font-size: 2.25rem;
}
@media screen and (min-width: 40em) {
  .multi-icons-copy__title {
    font-size: 3.25rem;
  }
}
.multi-icons-copy__abstract {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .multi-icons-wrapper {
    float: none !important;
    text-align: center;
    display: inline-block;
  }
}
.multi-icons-icon {
  margin: 0 auto;
  margin-top: 1rem;
}
@media screen and (min-width: 40em) {
  .multi-icons-icon {
    display: table;
  }
}
@media screen and (min-width: 40em) {
  .multi-icons-icon__btn-wrapper {
    display: table-footer-group;
  }
}
.multi-icons-icon__title {
  margin-top: 1rem;
  font-size: 1.4375rem;
}
@media screen and (min-width: 40em) {
  .multi-icons-icon__title {
    font-size: 1.625rem;
  }
}
.multi-icons-icon p {
  text-align: center;
  font-size: 1rem;
}
.multi-icons-icon img {
  width: 70px;
  height: auto;
}
@media screen and (max-width: 39.9375em) {
  .multi-icons .column:last-child .button, .multi-icons .columns:last-child .button, .multi-icons .logo-menu-item:last-child .button {
    margin-bottom: 0;
  }
}

/* =======================================================
A component with several news boxes, an image, title,
content, and link.
========================================================== */
.news-box {
  position: relative;
  background: #ebebeb;
  margin-bottom: 1.875rem;
  text-align: left;
  border: none;
  transition: color 200ms, border 200ms;
  box-shadow: none;
  color: #222;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print {
  .news-box {
    border: 1px solid grey;
  }
}
.wrapper--dark .news-box, .wrapper--darkGrey .news-box {
  color: #fff;
  background: transparent;
  border: none;
}
.news-box__title {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (min-width: 40em) {
  .news-box__title {
    font-size: 1.25rem;
  }
}
.wrapper--dark .news-box__title, .wrapper--darkGrey .news-box__title {
  color: #fff;
}
.news-box__categories {
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  font-size: 0;
}
@media screen and (min-width: 64em) {
  .news-box__categories {
    left: 30px;
  }
}
.news-box__category {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-weight: 600;
  z-index: 1;
  position: relative;
}
.news-box__content {
  font-size: 1.25rem;
  width: 100%;
  z-index: 10;
  margin: 0 0 20px;
  position: absolute;
  top: 50px;
  padding-left: 30px;
  padding-right: 10px;
}
@media screen and (min-width: 40em) {
  .news-box__content {
    font-size: 1.25rem;
  }
}
.news-box__link {
  position: absolute;
  bottom: 20px;
  margin-left: 20px;
}
.news-box__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 200ms, filter 200ms;
}
.news-box__image-wrapper {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.news-box__link {
  width: -moz-fit-content;
  width: fit-content;
}
.news-box__tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(42, 48, 60, 0.8);
  z-index: 1;
  pointer-events: none;
}
.news-box:hover, .news-box:active {
  color: black;
  border-color: #b2b2b2;
}
.news-box:hover .news-box__image, .news-box:active .news-box__image {
  filter: brightness(115%);
  transform: scale(1.1);
}
.wrapper--dark .news-box:hover, .wrapper--darkGrey .news-box:hover, .wrapper--dark .news-box:active, .wrapper--darkGrey .news-box:active {
  color: #d9d9d9;
}

/* =======================================================
The surrounding component
========================================================== */
.news-boxes__title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
@media screen and (min-width: 40em) {
  .news-boxes__title {
    margin-bottom: 2.25rem;
    font-size: 2.0625rem;
  }
}
@media screen and (min-width: 40em) {
  .news-boxes.wrapper {
    padding-bottom: 3.125rem;
  }
}

/* =======================================================
News in a carousel - e.g. "Related news" component, also
used for "related case studies"
========================================================== */
.slick-news-carousel .slick-slide {
  outline: none;
}
.slick-news-carousel .slick-dots {
  margin: 0;
}
.slick-news-carousel .slick-dots li.slick-active button {
  background-color: #222;
}
.wrapper--darkGrey .slick-news-carousel .slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-news-carousel .slick-dots li button {
  background-color: rgba(34, 34, 34, 0.35);
}
.wrapper--darkGrey .slick-news-carousel .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.35);
}
.slick-news-carousel .slick-prev {
  left: -1.5rem;
}
.slick-news-carousel .slick-next {
  right: -1.5rem;
}
.slick-news-carousel .slick-prev:before,
.slick-news-carousel .slick-next:before {
  background-image: url(/images/icons/carousel-arrow-black.svg);
}
.wrapper--darkGrey .slick-news-carousel .slick-prev:before,
.wrapper--darkGrey .slick-news-carousel .slick-next:before {
  background-image: url(/images/icons/carousel-arrow-white.svg);
}

/* =======================================================
For the related news component - box styles are in "news box"
and carousel styles are in "news carousel"
========================================================== */
.related-news__title {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.wrapper--dark .related-news__title, .wrapper--darkGrey .related-news__title {
  color: #fff;
}
@media screen and (min-width: 40em) {
  .related-news__title {
    font-size: 2.25rem;
    margin-bottom: 2.75rem;
  }
}
.related-news__abstract {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .related-news__abstract {
    margin-bottom: 1.25rem;
  }
}
.related-news__button .wrapper--dark, .wrapper--darkGrey .related-news__button {
  color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .related-news .slick-news-carousel .columns:nth-child(n+4), .related-news .slick-news-carousel .logo-menu-item:nth-child(n+4) {
    display: none;
  }
}
.related-news .slick-dots {
  height: 11px;
}
@media screen and (min-width: 81.25em) {
  .related-news .slick-dots {
    display: none !important;
  }
}
@media screen and (min-width: 40em) {
  .related-news.wrapper {
    padding-bottom: 3.125rem;
  }
}

/* ================================================================================
A menu of logos in borders (logos can be any aspect ratio)
=================================================================================== */
.logo-menu {
  padding: 0 0.40625rem;
  margin-bottom: 0;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
.logo-menu:hover, .logo-menu:focus, .logo-menu:active {
  outline: none;
}
@media screen and (min-width: 40em) {
  .logo-menu {
    padding: 0 0.8125rem;
  }
}
.logo-menu__wrapper:not(first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 40em) {
  .logo-menu__wrapper:not(first-child) {
    margin-top: 2rem;
  }
}

.logo-menu-item {
  margin: 0 0 0.8125rem;
  padding: 0 0.40625rem;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .logo-menu-item:last-child:nth-child(odd) {
    float: none !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 40em) {
  .logo-menu-item {
    margin: 0 0 1.625rem;
    padding: 0 0.8125rem;
    display: inline-block !important;
    float: none !important;
  }
}
.logo-menu-item__logo-wrapper {
  display: block;
  text-align: center;
  padding-bottom: 50%;
  position: relative;
  transition: border 200ms;
  border: 1px solid #e5e5e5;
}
.logo-menu-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 80%;
  max-height: 65%;
  filter: saturate(0);
  transition: filter 200ms;
}
.logo-menu-item--with-link:hover, .logo-menu-item--with-link:active, .logo-menu-item--with-link:focus {
  outline: none;
}
.logo-menu-item--with-link:hover img, .logo-menu-item--with-link:active img, .logo-menu-item--with-link:focus img {
  filter: none;
}
.logo-menu-item--with-link:hover .logo-menu-item__logo-wrapper, .logo-menu-item--with-link:active .logo-menu-item__logo-wrapper, .logo-menu-item--with-link:focus .logo-menu-item__logo-wrapper {
  border-color: #b2b2b2;
}

a.logo-menu-item:hover {
  border-color: #b2b2b2;
}

/* =====================================================================
Very specific logo sizings - because there'll always be some exceptions
======================================================================== */
.logo-menu-item--narrow .logo-menu-item__logo {
  max-width: 47%;
}

/* ================================================================
If logos are in a carousel
=================================================================== */
.logo-menu-wrapper.slick-slide {
  outline: none;
}

.logo-carousel:last-child {
  margin-bottom: -0.8125rem;
}
@media screen and (min-width: 40em) {
  .logo-carousel:last-child {
    margin-bottom: -1.625rem;
  }
}
.logo-carousel .slick-track:active, .logo-carousel .slick-track:focus, .logo-carousel .slick-track:hover {
  outline: none;
}
.logo-carousel .slick-dots {
  margin: 0;
}
.logo-carousel .slick-dots li.slick-active button {
  background-color: #222;
}
.logo-carousel .slick-dots li button {
  background-color: rgba(34, 34, 34, 0.35);
}

/* ================================================================
Default <figure> & <figcaption> styles
- used as caption on copy images
=================================================================== */
figure {
  margin: 0 0 1.5rem;
}

figcaption {
  font-style: italic;
  margin-top: 1rem;
}

/* ================================================================
Download component - light theme by default
=================================================================== */
.download {
  border: none;
  color: #222;
  padding: 1rem;
  /* ================================================================
    Different themed versions
    =================================================================== */
}
@media screen and (min-width: 40em) {
  .download {
    padding: 50px;
    border: 2px solid #222;
  }
}
@media screen and (min-width: 64em) {
  .download-icon-wrapper:after {
    content: "";
    border-right: 2px solid #4d4d4d;
    position: absolute;
    display: inline;
    height: 7rem;
    margin-left: 1.875rem;
  }
}
.download__icon {
  margin-bottom: 1.875rem;
  width: 56px;
  height: auto;
}
@media screen and (min-width: 40em) {
  .download__icon {
    margin-top: 13px;
  }
}
.download-info {
  font-size: 1.0625rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .download-info {
    text-align: left;
    font-size: 1.25rem;
  }
}
.download__abstract {
  font-size: 1rem;
}
.download__title {
  font-size: 2.25rem;
  color: #222;
}
@media screen and (min-width: 40em) {
  .download__title {
    margin: 0 0 0.25rem;
  }
}
.download__link, .download__kind, .download__size {
  font-size: 1.0625rem;
}
@media screen and (min-width: 40em) {
  .download__link, .download__kind, .download__size {
    font-size: 1.3125rem;
  }
}
.download__link:after, .download__kind:after, .download__size:after {
  padding-right: 10px;
  padding-left: 10px;
  content: "|";
  color: rgba(34, 34, 34, 0.7);
}
.download__link:last-child:after, .download__kind:last-child:after, .download__size:last-child:after {
  content: "";
  padding-right: 0;
}
.download__button {
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .download__button {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .download__button {
    font-size: 0.8125rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 40em) {
  .download__wrapper.wrapper--light + .download__wrapper.wrapper--light, .download__wrapper.wrapper--dark + .download__wrapper.wrapper--dark {
    margin-top: -2.5rem;
  }
}
.download--dark, .wrapper--dark .download, .wrapper--darkGrey .download {
  color: #fff;
  border-color: #fff;
}
.download--dark .download-icon-wrapper:after, .wrapper--dark .download .download-icon-wrapper:after, .wrapper--darkGrey .download .download-icon-wrapper:after {
  border-color: white;
}
.download--dark .download__title, .wrapper--dark .download .download__title, .wrapper--darkGrey .download .download__title {
  color: #fff;
}
.download--dark .download__link:after, .wrapper--dark .download .download__link:after, .wrapper--darkGrey .download .download__link:after, .download--dark .download__kind:after, .wrapper--dark .download .download__kind:after, .wrapper--darkGrey .download .download__kind:after, .download--dark .download__size:after, .wrapper--dark .download .download__size:after, .wrapper--darkGrey .download .download__size:after {
  color: rgba(255, 255, 255, 0.7);
}
.faqs {
  text-align: left;
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
}
.faqs a {
  text-decoration: none;
  color: #222;
}
.faqs-filter {
  display: inline;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .faqs-filter {
    width: 250px;
    margin-right: 1rem;
  }
}
.faqs-item {
  border: 1px solid #B9BABA;
  margin-left: 0 !important;
  position: relative;
}
.faqs-item:not(:last-of-type) {
  border-bottom: 0;
}
.wrapper--lightGrey .faqs-item {
  border-color: #acadad;
}
.faqs .accordion {
  margin-bottom: 0;
}
.is-active > .faqs__question:before {
  transform: rotate(90deg);
  content: "";
}
.faqs__question {
  border: 0 !important;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 60px;
  background: transparent;
  padding-right: 30px;
}
@media screen and (min-width: 40em) {
  .faqs__question {
    font-size: 1.3125rem;
  }
}
.faqs__question:before {
  margin-left: auto;
  margin-top: -0.25rem;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(/images/faq-arrow-right.svg) no-repeat center;
  background-size: contain;
  transition: transform 200ms;
}
@media screen and (min-width: 40em) {
  .faqs__question:before {
    width: 12px;
    height: 12px;
  }
}
.faqs__question:hover, .faqs__question:active, .faqs__question:focus {
  background: transparent;
}
.faqs:last-child > .faqs__answer {
  border-bottom: none;
}
.faqs__answer {
  margin-left: 60px;
  border: 0 !important;
  font-size: 1.125rem;
  padding-top: 2px;
}
@media screen and (min-width: 40em) {
  .faqs__answer {
    font-size: 1rem;
  }
}
.faqs__answer p {
  margin-bottom: 0;
}
.faqs__number {
  display: inline-block;
  background: gainsboro;
  color: white;
  padding-top: 1rem;
  text-align: center;
  width: 60px;
  position: absolute;
  font-weight: bold;
  font-size: 1.125rem;
  top: 0;
  bottom: 0;
  transition: background 200ms;
}
.wrapper--lightGrey .faqs__number {
  background: #cfcfcf;
}
.is-active > .faqs__number {
  background: grey;
}
.wrapper--lightGrey .is-active > .faqs__number {
  background: #737373;
}
.faqs__top {
  margin-bottom: 2rem;
}
.faqs.wrapper--lightGrey .accordion {
  background: #ebebeb;
}

/* ================================================================
A full-width image banner which loads a video in lightbox when
button is clicked
=================================================================== */
.video {
  max-width: 100vw;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.video__play {
  margin: 0 auto;
  width: 120px;
}
.video__overlay {
  background: rgba(109, 125, 131, 0.2);
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 400px;
  height: 31.25rem;
  width: 100vw;
}
@media screen and (min-width: 64em) {
  .video__overlay {
    background: rgba(165, 167, 167, 0.2);
  }
}
.video__lightbox {
  text-align: center;
}
.video__lightbox .close-button {
  transition: color 200ms;
  color: #e6e6e6;
}
.video__lightbox .close-button:hover, .video__lightbox .close-button:active, .video__lightbox .close-button:focus {
  color: #fff;
}
.video__embed {
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.video__embed textarea {
  display: none;
}

.image-carousel-wrapper {
  max-height: 100vh;
  overflow: hidden;
}

.image-carousel__slide-img {
  background: #BEBFBF url(/images/default600x300.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
}
@media screen and (min-width: 40em) {
  .image-carousel__slide-img {
    padding-bottom: 42.857%;
  }
}
.image-carousel--fixed-height .image-carousel__slide-img {
  padding-bottom: 330px;
}
@media screen and (min-width: 40em) {
  .image-carousel--fixed-height .image-carousel__slide-img {
    padding-bottom: 330px;
  }
}
.image-carousel .slick-prev,
.image-carousel .slick-next {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 12px;
  width: auto;
  height: auto;
  transition: background 200ms;
  opacity: 1;
}
@media screen and (min-width: 40em) {
  .image-carousel .slick-prev,
  .image-carousel .slick-next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 12px;
  }
}
@media screen and (min-width: 64em) {
  .image-carousel .slick-prev,
  .image-carousel .slick-next {
    width: 55px;
    height: 55px;
    padding: 14px;
  }
}
@media screen and (max-width: 39.9375em) {
  .image-carousel .slick-prev:before,
  .image-carousel .slick-next:before {
    width: 17px;
    padding-bottom: 133.33%;
  }
}
.image-carousel .slick-prev:hover, .image-carousel .slick-prev:active, .image-carousel .slick-prev:focus,
.image-carousel .slick-next:hover,
.image-carousel .slick-next:active,
.image-carousel .slick-next:focus {
  opacity: 1;
}
@media screen and (min-width: 40em) {
  .image-carousel .slick-prev:hover, .image-carousel .slick-prev:active, .image-carousel .slick-prev:focus,
  .image-carousel .slick-next:hover,
  .image-carousel .slick-next:active,
  .image-carousel .slick-next:focus {
    background: rgba(0, 0, 0, 0.7);
  }
}
.image-carousel .slick-prev {
  left: 0;
}
@media screen and (max-width: 39.9375em) {
  .image-carousel .slick-prev {
    padding-right: 21px;
  }
}
@media screen and (min-width: 40em) {
  .image-carousel .slick-prev {
    left: 1.875rem;
  }
}
.image-carousel .slick-next {
  right: 0;
}
@media screen and (max-width: 39.9375em) {
  .image-carousel .slick-next {
    padding-left: 21px;
  }
}
@media screen and (min-width: 40em) {
  .image-carousel .slick-next {
    right: 1.875rem;
  }
}

.search-result {
  text-align: left;
  border-bottom: 2px solid #a2a2a2;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.search-result:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.search-result__title {
  font-size: 1.75rem;
}
.search-result__title a,
.search-result__title a:visited {
  text-decoration: none;
}
.search-result__title a:hover,
.search-result__title a:active,
.search-result__title a:focus {
  text-decoration: none;
  color: black;
}
.search-result__content {
  font-size: 1.125rem;
}
.search-result__link {
  text-decoration: none;
  margin: 0;
}
.search-result__link:hover, .search-result__link:active, .search-result__link:focus {
  text-decoration: none;
  color: black;
}

.search-results__title {
  font-size: 2.875rem;
  color: #222;
  margin-bottom: 2rem;
}
.search-results__summary {
  text-align: left;
  font-size: 1.125rem;
}
.search-results__pagination {
  text-align: left;
}
@media screen and (min-width: 64em) {
  .search-results__pagination {
    text-align: right;
  }
}
.search-results__next, .search-results__prev {
  text-indent: -1000px;
  display: inline-block;
  border: 1px solid #b9baba;
  height: 49px;
  width: 44px;
  overflow: hidden;
  position: relative;
  margin: 0 2px;
  text-align: left;
  vertical-align: middle;
  transition: border-color 200ms;
}
.search-results__next:after, .search-results__prev:after {
  content: "";
  background: url(/images/arrow-right-black.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 15px;
  right: 15px;
}
.search-results__next.disabled, .search-results__prev.disabled {
  opacity: 0.25;
}
.search-results__next:hover, .search-results__next:active, .search-results__prev:hover, .search-results__prev:active {
  border-color: #2f2f2f;
}
.search-results__prev:after {
  transform: rotate(180deg);
}
.search-results__paginate-amount {
  border-color: #555555;
  border-width: 1px;
  display: inline;
  margin-left: 6px;
  width: auto;
  min-width: 140px;
}

.case-study {
  padding-bottom: 100%;
  background: #717171 no-repeat center;
  background-size: cover;
  text-align: center;
  font-size: 0.9375rem;
  color: #fff;
  position: relative;
  margin: 0 1rem 1rem;
}
@media screen and (max-width: 63.9375em) {
  .case-study {
    margin-bottom: 2rem;
    padding-bottom: calc(100% - 2rem);
  }
}
@media screen and (min-width: 64em) {
  .case-study {
    font-size: 0.9375rem;
    margin: 0;
  }
}
@media screen and (min-width: 75em) {
  .case-study {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .case-study--2x1 {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 64em) {
  .case-study--dark-lg {
    background-color: #5d5d5d;
  }
}
@media screen and (min-width: 64em) {
  .case-study--light-lg {
    background-color: #9b9b9b;
  }
}
.case-study__title {
  color: #fff;
  line-height: 1.2;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media screen and (min-width: 64em) {
  .case-study__title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .case-study__title {
    font-size: 2.625rem;
  }
}
.case-study__panel-title {
  color: #fff;
  line-height: 1.2;
  font-size: 1.75rem;
}
@media screen and (min-width: 64em) {
  .case-study__panel-title {
    font-size: 1.5625rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .case-study__panel-title {
    font-size: 2.625rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .case-study--1x1 .case-study__panel-title {
    font-size: 1.5625rem;
  }
}
.case-study__panel {
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: opacity 200ms;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .case-study__panel {
    padding: 0 1.5rem;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    opacity: 0;
  }
}
@media screen and (min-width: 75em) {
  .case-study__panel {
    padding: 0 3rem;
    top: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
.case-study__logo {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.case-study__logo-wrapper {
  width: 200px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 63.9375em) {
  .case-study__logo-wrapper {
    display: none;
  }
}
.case-study__logo-wrapper--padding-1 {
  padding: 1rem;
}
.case-study__logo-wrapper--padding-2 {
  padding: 2rem;
}
.case-study__inner-logo-wrapper {
  width: 100px;
  height: 40px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 40em) {
  .case-study__inner-logo-wrapper {
    width: 300px;
    height: 120px;
  }
}
@media screen and (min-width: 64em) {
  .case-study__inner-logo-wrapper {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  .case-study__inner-logo-wrapper {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .case-study--2x1 .case-study__inner-logo-wrapper, .case-study--1x1 .case-study__inner-logo-wrapper {
    margin-bottom: 1rem;
  }
}
.case-study__content-wrapper {
  margin: auto;
}
.case-study__content {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .case-study__content {
    font-size: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .case-study__content {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .case-study--1x1 .case-study__content {
    margin-bottom: 0.5rem;
  }
}
.case-study__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center;
  background-size: cover;
}
.case-study__button {
  margin: 0;
}
@media screen and (min-width: 64em) {
  .case-study--1x1 .case-study__button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.case-study__line {
  border-color: #fff;
  border-width: 2px;
  margin: 0 auto 1rem;
  width: 40px;
}
@media screen and (min-width: 64em) {
  .case-study__line {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .case-study__line {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .case-study--1x1 .case-study__line {
    display: none;
  }
}
.case-study:hover .case-study__panel, .case-study:active .case-study__panel {
  opacity: 1;
}
.case-study:hover .case-study__title, .case-study:hover .case-study__logo-wrapper, .case-study:active .case-study__title, .case-study:active .case-study__logo-wrapper {
  opacity: 0;
}

/* ====================================================
The complicated, fullscreen case studies page
======================================================= */
.case-studies-list {
  background: #6d6d6d;
}
@media screen and (min-width: 64em) {
  .case-studies-list {
    background: #646464;
    padding: 0;
    margin: 0;
  }
}
.case-studies-list .row, .case-studies-list .logo-menu {
  max-width: none;
}

/* ====================================================
A set of 3 case studies, in a carousel similar to
related news
======================================================= */
.related-case-studies {
  /* =====================================================
  Use the "case study" styles, but here's a few overrides
  ======================================================== */
}
.related-case-studies__title {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.wrapper--darkGrey .related-case-studies__title {
  color: #fff;
}
@media screen and (min-width: 40em) {
  .related-case-studies__title {
    font-size: 2.25rem;
    margin-bottom: 2.75rem;
  }
}
.related-case-studies__abstract {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .related-case-studies__abstract {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 40em) {
  .related-case-studies .inline-buttons {
    margin-top: 1rem;
  }
}
.related-case-studies .case-study {
  margin: 0 0 1.875rem;
}
.related-case-studies .case-study__panel {
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}

@media screen and (max-width: 63.9375em) {
  .image-blocks {
    padding: 0;
  }
}
.image-blocks__indent {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .image-blocks__top-col {
    padding: 0;
  }
}

.image-block {
  width: 100%;
  padding-bottom: 100%;
  background: url(/images/) no-repeat center;
  background-size: cover;
  margin-bottom: 1.875rem;
  text-align: left;
  overflow: hidden;
}
.image-block--1x1 {
  padding-bottom: 100%;
}
.image-block--2x1 {
  padding-bottom: 50%;
}
.image-block--1x2 {
  padding-bottom: calc(200% + 1.875rem);
}
.image-block + .image-block {
  margin-top: 1.875rem;
}
.row:last-child .image-block, .logo-menu:last-child .image-block {
  margin-bottom: 0;
}

.grid-item {
  padding: 6px;
  width: 50%;
}
@media screen and (min-width: 40em) {
  .grid-item {
    padding: 12px;
  }
}
@media screen and (min-width: 64em) {
  .grid-item {
    width: 25%;
  }
}

.grid-item--width2 {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .grid-item--width2 {
    width: 50%;
  }
}

.gallery {
  margin-bottom: 1rem;
  text-align: center;
}
.gallery-filter {
  display: inline;
  width: 100%;
  float: left;
}
@media screen and (min-width: 64em) {
  .gallery-filter {
    width: 250px;
    margin-right: 1rem;
  }
}
.gallery-item {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  height: 300px;
  float: left !important;
}
@media screen and (min-width: 40em) {
  .gallery-item:hover .gallery-item-text--slide-in, .gallery-item:active .gallery-item-text--slide-in {
    transform: translateY(0%);
  }
}
.gallery-item-wrapper:last-child:not(:first-child) {
  float: left;
}
.gallery-item-text {
  position: absolute;
  bottom: 0;
  font-size: 1.125rem;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  color: white;
  text-align: left;
  height: 49px;
  padding-left: 10px;
}
@media screen and (min-width: 40em) {
  .gallery-item-text--slide-in {
    transform: translateY(100%);
    transition: transform 200ms;
  }
}
.gallery-item-text__title {
  line-height: 49px;
}
@media screen and (max-width: 39.9375em) {
  .gallery-item-image {
    height: 12rem !important;
  }
}
.gallery-item__play {
  line-height: 300px;
}
.gallery-item__close-btn-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gallery-item__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* =============================================================
Display text and images next to each other - vertically align
the text to the image. Default is image on left.
================================================================ */
@media screen and (max-width: 63.9375em) {
  .copy-full-img {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .copy-full-img {
    min-height: 430px;
  }
}
.copy-full-img--white {
  background: white;
}
.copy-full-img__content-wrapper {
  margin-bottom: 2.375rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .copy-full-img__content-wrapper {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .copy-full-img__content-wrapper {
    margin-bottom: 0;
    min-height: 17.1875rem;
    display: flex;
    align-items: center;
  }
}
.copy-full-img__content {
  text-align: left;
}
.copy-full-img__img {
  background: #BEBFBF url(/images/default600x300.png) no-repeat center;
  background-size: cover;
  padding-bottom: 68%;
}
@media screen and (min-width: 64em) {
  .copy-full-img__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    padding: 0;
  }
  .copy-full-img--right .copy-full-img__img {
    left: 50%;
    right: 0;
  }
}
.copy-full-img.wrapper + .wrapper {
  padding-top: 2.1875rem !important;
}
@media screen and (min-width: 40em) {
  .copy-full-img.wrapper + .wrapper {
    padding-top: 4.6875rem !important;
  }
}

/* ===========================================================================
   A 2 col grid (on medium) of numbered copy items with a title and abstract.
   =========================================================================== */
.copy-grid {
  margin-bottom: -2.25rem;
}
.copy-grid__abstract {
  text-align: left;
}
@media screen and (min-width: 40em) {
  .copy-grid__abstract {
    text-align: center;
  }
}
.copy-grid__top {
  margin-bottom: 2rem;
}
.copy-grid-item {
  border-bottom: 1px solid #dcdede;
  margin-bottom: 2.25rem;
  text-align: left;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .copy-grid-item {
    margin-left: 36px;
  }
}
@media screen and (max-width: 39.9375em) {
  .copy-grid-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.copy-grid-item__title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.copy-grid-item__content {
  padding-left: 33px;
}
.copy-grid-item__content p {
  font-size: 1rem;
}
.copy-grid-item__content p:last-of-type {
  margin-bottom: 0;
}

/* =======================================================
Pagination for the news list (with pagination)
========================================================== */
.pagination {
  text-align: center;
  font-size: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .pagination {
    margin-bottom: 2rem;
    text-align: right;
  }
}
.pagination__item {
  display: inline-block;
  border: 0;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #505050;
  font-size: 1.125rem;
  margin: 0 5px;
  text-align: center;
  font-weight: normal;
  background: white;
  position: relative;
  transition: color 200ms;
  outline: none;
  line-height: 1;
}
.pagination__item:hover, .pagination__item:active, .pagination__item:focus {
  z-index: 1;
  color: #34a1e7;
}
.pagination__item.current {
  z-index: 2;
  color: #34a1e7;
  border-bottom: 2px solid rgba(52, 161, 231, 0.5);
}
.pagination__pages {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 40em) {
  .pagination__pages {
    margin: 0;
  }
}
.pagination__prev-next {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 64em) {
  .pagination__prev-next {
    display: inline-block;
  }
}
.pagination__prev, .pagination__next {
  display: inline-block;
  width: 9px;
  height: 32px;
  background: url(/images/arrow-right-black.svg) no-repeat center;
  background-size: contain;
  opacity: 0.25;
  transition: opacity 200ms;
  padding: 0;
  vertical-align: middle;
  margin-top: 1px;
}
.pagination__prev:hover, .pagination__prev:active, .pagination__prev:focus, .pagination__next:hover, .pagination__next:active, .pagination__next:focus {
  opacity: 1;
}
.pagination__prev {
  transform: rotate(180deg);
}

/* ==============================================
Displaying team members with a circular image
- desktop has a 3, 4 or 5 cols as user options
================================================= */
.team-member {
  margin: 2rem auto 0;
}
@media screen and (min-width: 40em) {
  .team-member {
    display: table;
  }
}
@media screen and (min-width: 40em) {
  .team-member--2-col {
    max-width: 500px;
  }
}
.team-member__title {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  color: black;
}
.team-member__subtitle {
  font-size: 1.3125rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: black;
}
.team-member__abstract {
  font-size: 1rem;
}
.team-member__link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  color: black;
  display: inline-block;
  line-height: 1;
}
.team-member__link:hover, .team-member__link:active, .team-member__link:focus {
  color: black;
}
.team-member__copy {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  color: #222;
  line-height: 1.5;
}
.team-member__img {
  width: 180px;
  height: 180px;
  margin: 0 auto 1rem;
  background: #aaa url(/images/icons/testimonial-icon-grey.svg) no-repeat center;
  background-size: cover;
  display: block;
  transition: filter 300ms, transform 300ms;
}
.team-member__img:hover, .team-member__img:active {
  outline: none;
  filter: brightness(115%);
  transform: scale(1.15);
}
.team-member--4-col .team-member__img, .team-member--5-col .team-member__img {
  width: 135px;
  height: 135px;
}
.team-member__img-wrapper {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: block;
  outline: none;
  overflow: hidden;
}
.team-member--4-col .team-member__img-wrapper, .team-member--5-col .team-member__img-wrapper {
  width: 135px;
  height: 135px;
}

.team-member-modal {
  border: transparent;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  outline: none;
  height: auto;
  min-height: 0;
}
@media screen and (max-width: 39.9375em) {
  .team-member-modal {
    margin: 1rem;
    width: calc(100% - 2rem);
    padding: 2.25rem 0.5rem 1rem;
    top: 0 !important;
  }
}
@media screen and (min-width: 40em) {
  .team-member-modal {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.team-member-modal__title {
  font-size: 1.625rem;
  line-height: 1.2;
}
@media screen and (min-width: 40em) {
  .team-member-modal__title {
    font-size: 2.25rem;
  }
}
.team-member-modal__img {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
@media screen and (max-width: 39.9375em) {
  .team-member-modal__img {
    margin-bottom: 0.5rem;
  }
}
.team-member-modal__links {
  margin-top: 1rem;
}
.team-member-modal__social-logo {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0 2px;
  line-height: 22px !important;
  position: relative;
}
.team-member-modal__social-logo img, .team-member-modal__social-logo svg {
  max-height: 100%;
  max-width: 100%;
  z-index: 1;
}
.team-member-modal__social-logo svg path {
  fill: #222;
  transition: fill 200ms;
}
.team-member-modal__social-logo.facebook {
  margin: 0;
}
.team-member-modal__social-logo.linkedin {
  width: 17px;
  height: 17px;
}
.team-member-modal__social-logo.linkedin svg {
  margin-bottom: -2px;
}
.team-member-modal__social-logo.email svg, .team-member-modal__social-logo.twitter svg {
  margin-bottom: -5px;
}
.team-member-modal__social-logo.inactive {
  opacity: 0.25;
}
.team-member-modal__social-logo.inactive:hover svg path, .team-member-modal__social-logo.inactive:active svg path {
  fill: #222;
}

/* ====================================================================
Events in a carousel - e.g. "Events" component
Not currently used - as Base template events use "slick-news-carousel"
styles instead. If needs to be bespoke, copy here & replace classes
======================================================================= */
/* ================================================================
Not currently used, as Base template events use "news-box" styles
=================================================================== */
.copy-with-sidecol__sidecol {
  background: #1C2840;
  text-align: left;
  padding: 2rem 1rem;
  color: white;
}
@media screen and (max-width: 63.9375em) {
  .copy-with-sidecol__sidecol {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 40em) {
  .copy-with-sidecol__sidecol {
    padding: 1.25rem 1rem 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .copy-with-sidecol__sidecol {
    padding: 34px 40px 40px;
  }
}
.copy-with-sidecol__sidecol h1, .copy-with-sidecol__sidecol h2, .copy-with-sidecol__sidecol h3, .copy-with-sidecol__sidecol h4 {
  font-weight: normal;
  font-size: 1.25rem;
  color: white;
}
.copy-with-sidecol__sidecol a,
.copy-with-sidecol__sidecol a:visited {
  color: #34a1e7;
}
.copy-with-sidecol__sidecol a:hover,
.copy-with-sidecol__sidecol a:active {
  color: white;
}
.copy-with-sidecol__button.button {
  margin: 0;
  text-transform: uppercase;
}
.copy-with-sidecol__title {
  margin-bottom: 1.5rem;
  font-size: 1.3125rem !important;
  font-weight: 400 !important;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .copy-with-sidecol__title {
    margin-bottom: 1.5rem;
    font-size: 1.75rem !important;
  }
}
.copy-with-sidecol__abstract {
  font-weight: 400 !important;
}
@media screen and (min-width: 64em) {
  .copy-with-sidecol__abstract {
    font-size: 1.25rem;
  }
}
.copy-with-sidecol__abstract p {
  font-weight: inherit;
  font-size: inherit;
  margin-bottom: 1rem;
}

.news-item {
  position: relative;
  text-align: left;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d3d3d3;
  color: #505050;
}
.news-item:first-of-type {
  padding-top: 1.5rem;
}
.news-item__title {
  font-weight: 300;
  font-size: 1rem;
  text-transform: none;
  color: #505050;
  margin: 0;
  line-height: 1.5;
}
.news-item__thumb {
  width: 90px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
@media screen and (min-width: 64em) {
  .news-item__thumb {
    width: 105px;
    height: 59px;
  }
}
@media screen and (max-width: 39.9375em) {
  .news-item__date {
    margin-top: 15px;
  }
  .news-item__date .news-item__cell {
    margin-left: 105px;
  }
}
.news-item__cell {
  font-weight: 300;
}
.news-item__content {
  margin-left: 105px;
}
.news-item__content a {
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .news-item__content {
    margin-left: 125px;
  }
}
.news-item__cell-title {
  font-weight: 600;
}
@media screen and (max-width: 39.9375em) {
  .news-item__categories {
    margin-top: 15px;
  }
  .news-item__categories .news-item__cell {
    margin-left: 105px;
  }
}
.news-item__category {
  font-size: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .news-item__category {
    color: #bebebe;
  }
}
.news-item__category:after {
  content: "|";
  margin: 0 5px;
  color: #505050;
}
@media screen and (max-width: 39.9375em) {
  .news-item__category:after {
    margin: 0 10px;
  }
}
.news-item__category:last-child:after {
  display: none;
}
.news-item__external-title {
  color: #34a1e7 !important;
  margin: 0;
}

.news-list {
  text-align: left;
  position: relative;
}
.news-list__title {
  margin: 0;
  font-weight: 600;
  text-transform: none;
  color: #505050;
  text-align: left;
}
.news-list__top {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-right: 1.875rem;
  margin-top: 38px;
  position: relative;
}
@media screen and (min-width: 40em) {
  .news-list__top {
    margin-top: 30px;
  }
}
.news-list__top:before {
  content: "";
  display: block;
  border-top: 1px solid #d3d3d3;
  position: absolute;
  top: 0;
  width: calc(100% - 2rem);
}
.news-list__top:after {
  content: "";
  display: block;
  border-bottom: 1px solid #d3d3d3;
  position: absolute;
  bottom: 0;
  width: calc(100% - 2rem);
}
.news-list__filters {
  text-align: left;
}
.news-list__filter {
  display: block;
  background-image: url(/images/down-arrow-blue.svg);
  background-size: 14px 8px;
  border: 1px solid #d3d3d3;
  width: 100%;
  margin-bottom: 0;
}
.news-list__filter:hover, .news-list__filter:active, .news-list__filter:focus {
  border: 1px solid #d3d3d3;
}
.news-list__filter:not(:last-child) {
  margin-right: 1.5rem;
}
.news-list__filter + .news-list__filter {
  margin-top: 15px;
}
@media screen and (min-width: 64em) {
  .news-list__filter + .news-list__filter {
    margin-top: 0;
  }
}
@media screen and (min-width: 40em) {
  .news-list__filter {
    margin-right: 1rem;
    display: inline-block;
    flex: 1;
    max-width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.news-list__header {
  margin-top: 20px;
  background-color: #F0F0F0;
  border: 1px solid #d3d3d3;
  text-align: left;
  padding: 5px 5px 5px 10px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.news__back {
  text-align: left;
  color: #bebebe !important;
  transition: color 200ms;
  text-decoration: none;
  margin-bottom: 0.75rem;
  display: block;
  margin-top: -2.25rem;
}
@media screen and (max-width: 39.9375em) {
  .news__back {
    display: none;
  }
}
.news__back:hover, .news__back:active, .news__back:focus {
  color: #bdbdbd;
}
.news__categories {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 0;
  margin-right: 90px;
}
@media screen and (min-width: 40em) {
  .news__categories {
    margin-right: 65px;
  }
}
.news__title {
  font-weight: normal;
  font-size: 1.25rem;
  margin: 0 0 0.25rem;
  text-transform: none;
  text-align: left;
}
@media screen and (min-width: 40em) {
  .news__title {
    font-size: 2.125rem;
    margin-bottom: 0.5rem;
  }
}
.news__date {
  font-size: 1rem;
  color: #bebebe;
  margin-bottom: 1.25rem;
  text-align: left;
}
@media screen and (min-width: 40em) {
  .news__date {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 40em) {
  .news__copy img {
    height: auto;
    margin-left: -10%;
    width: 120%;
    min-width: 120%;
  }
}
.news__share-row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.news__share {
  position: absolute;
  top: 2.1875rem;
  right: 1rem;
}
@media screen and (min-width: 40em) {
  .news__share {
    top: 4.6875rem;
  }
}

/* ================================================================================
The top info on blue - which might or might not have news
=================================================================================== */
.main-info {
  text-align: left;
  /* ======================================================================
  Main image with text inside
  ========================================================================= */
  /* ======================================================================
  Featured images - next to main image if no news, or below if there is
  ========================================================================= */
  /* ======================================================================
  News
  ========================================================================= */
}
.main-info__title {
  text-transform: uppercase;
  color: white;
  text-align: left;
  font-size: 1.875rem;
  margin: 0 0 1rem;
  padding: 0;
}
@media screen and (min-width: 64em) {
  .main-info__title {
    font-size: 3.25rem;
    margin-bottom: 1.5rem;
  }
}
.wrapper--lightGrey .main-info__title {
  color: #222;
}
.main-info__title:before {
  content: "/";
  display: inline;
  font-family: "usual", sans-serif;
  font-weight: normal;
  margin-right: 10px;
}
@media screen and (min-width: 40em) {
  .main-info__title:before {
    margin-right: 12px;
  }
}
.main-info__main-image {
  position: relative;
  padding: 0;
  margin: 0 0 1.5rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #62b6ec;
}
@media screen and (min-width: 40em) {
  .main-info__main-image {
    margin-bottom: 0;
  }
  .main-info--show-news .main-info__main-image {
    margin-bottom: 2.5rem;
  }
}
.main-info__main-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.main-info__main-image:before {
  content: "";
  display: block;
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 57%;
}
@media screen and (min-width: 40em) {
  .main-info__main-image:before {
    padding-top: 75%;
  }
  .main-info--show-news .main-info__main-image:before {
    padding-top: 56.25%;
  }
}
.main-info__main-image-content {
  color: white;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, rgba(42, 48, 60, 0) 0%, rgba(42, 48, 60, 0.85) 100%);
  padding: 1rem 1rem;
  text-transform: none;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 1.1;
}
@media screen and (min-width: 64em) {
  .main-info__main-image-content {
    padding: 2rem 2.25rem;
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .main-info__images {
    margin-bottom: 2rem;
  }
}
.main-info__image {
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .main-info__image {
    width: 75px;
    min-width: 75px;
    display: table-cell;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 40em) {
  .main-info__image {
    margin-bottom: 1rem;
  }
}
.main-info__image-wrapper {
  margin-bottom: 1.5rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .main-info__image-wrapper {
    display: table;
  }
  .main-info__image-col:not(:last-child) .main-info__image-wrapper {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.wrapper--lightGrey .main-info__image-wrapper {
  border-color: rgba(34, 34, 34, 0.5) !important;
}
.main-info__image-col:last-child .main-info__image-wrapper {
  margin-bottom: 0;
}
.main-info--show-news .main-info__image-wrapper {
  margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  .main-info__image-content {
    line-height: 1.2;
    display: table-cell;
    vertical-align: top;
    width: 100%;
  }
}
.main-info__news-copy {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .main-info__news-copy {
    margin-top: -0.25em;
  }
}
.main-info__news-image {
  margin-bottom: 0.5rem;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 40em) {
  .main-info__news-image {
    margin-top: 1rem;
  }
}
.main-info__news-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  position: relative;
}
.wrapper--lightGrey .main-info__news-item {
  color: #222;
  border-color: rgba(34, 34, 34, 0.5) !important;
}
.main-info__news-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.main-info__news-item--featured {
  padding-top: 0;
}
.wrapper--lightGrey .main-info__news-item {
  color: #222;
}
.main-info__news-date {
  font-size: 1rem;
  color: #e7e6e6 !important;
  transition: color 200ms;
  margin: 0;
}
.main-info__news-item:hover .main-info__news-date {
  color: rgba(231, 230, 230, 0.75) !important;
}
.wrapper--lightGrey .main-info__news-item:hover .main-info__news-date {
  color: #222 !important;
}
.wrapper--lightGrey .main-info__news-date {
  color: rgba(34, 34, 34, 0.6) !important;
}
.main-info__news-title {
  font-size: 1rem;
  margin: 0;
  color: white;
  transition: color 200ms;
}
.main-info__news-item:hover .main-info__news-title {
  color: rgba(255, 255, 255, 0.75);
}
.wrapper--lightGrey .main-info__news-item:hover .main-info__news-title {
  color: #222 !important;
}
@media screen and (max-width: 39.9375em) {
  .main-info__news-item--featured .main-info__news-title {
    font-size: 1.125rem;
    font-weight: 600;
  }
}
.reports-carousel .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .reports-carousel .slick-dots {
    margin-top: 20px;
  }
}
.reports-carousel .slick-dots:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #2a303c;
  top: 6px;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
}
.reports-carousel .slick-dots li button {
  background: #2a303c;
  width: 13px;
  height: 13px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
.reports-carousel .slick-dots li.slick-active button {
  background: #34a1e7;
}
.reports-carousel__wrapper {
  overflow: hidden;
}
.reports-carousel .slick-dots {
  margin: 1rem auto 0;
  height: 12px;
}

.reports__top .margin-below {
  margin-bottom: 15px;
}

.report-slide {
  text-align: left;
  outline: none;
  display: flex;
  padding: 0 20px;
  position: relative;
}
.report-slide.fixForOneSlide {
  width: 100% !important;
}
@media screen and (max-width: 757px) {
  .report-slide.fixForOneSlide {
    width: 100vw !important;
  }
}
@media screen and (min-width: 1025px) {
  .report-slide.fixForOneSlide {
    width: 100% !important;
  }
}
@media screen and (min-width: 64em) {
  .report-slide {
    aspect-ratio: 830/552;
  }
}
@media screen and (min-width: 90em) {
  .report-slide {
    padding: 0 40px 40px;
  }
}
@media screen and (max-width: 63.9375em) {
  .report-slide {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .report-slide {
    height: 375px !important;
    min-height: 375px !important;
    max-height: 375px !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .report-slide__row {
    background: white;
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .report-slide__row {
    display: grid;
    grid-template-columns: 48% 1fr;
    height: 100%;
  }
}
.report-slide__credit {
  font-size: 0.875rem;
  text-align: left;
  position: absolute;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 63.9375em) {
  .report-slide__credit {
    top: 10px;
    left: 40px;
  }
}
@media screen and (min-width: 64em) {
  .report-slide__credit {
    top: 0;
    left: 0;
    font-size: 0.75rem;
    transform-origin: top left;
    transform: rotate(90deg) translateY(-100%);
  }
}
@media screen and (min-width: 90em) {
  .report-slide__credit {
    left: 20px;
  }
}
.report-slide__content-wrapper {
  background: white;
}
@media screen and (min-width: 900px) and (max-width: 1550px) {
  .report-slide__content-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
.report-slide__content {
  padding: 37px 20px 20px;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .report-slide__content {
    padding: 20px 30px 30px;
  }
}
@media screen and (min-width: 1225px) {
  .report-slide__content {
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 63.9375em) {
  .report-slide__categories {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 64em) {
  .report-slide__categories {
    margin-bottom: 10px;
  }
}
.report-slide__title {
  text-transform: none;
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .report-slide__title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1225px) {
  .report-slide__title {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1425px) {
  .report-slide__title {
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
}
.report-slide__abstract {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  clear: both;
}
.report-slide__abstract p {
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (min-width: 40em) {
  .report-slide__abstract {
    text-align: left;
  }
}
.report-slide__image {
  margin: 0 auto;
}
@media screen and (max-width: 63.9375em) {
  .report-slide__image {
    width: 90px;
    height: auto;
    float: left;
    margin: 0 20px 10px 0;
  }
}
@media screen and (min-width: 64em) {
  .report-slide__image {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .report-slide__image-wrapper {
    background: #ccc;
  }
}
.report-slide__shadow {
  width: calc(100% - 120px);
  position: absolute;
  bottom: 20px;
  left: 60px;
  height: 40px;
  border-radius: 20px;
  opacity: 0.2;
  z-index: -1;
  background: #848484;
  filter: blur(12px);
}

.category {
  display: inline-block;
  background: #f7941d;
  font-size: 0.875rem;
  color: white;
  padding: 9px 6px 10px;
  line-height: 1;
  font-family: "usual", sans-serif;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
  font-weight: 600;
}
.category.purple {
  background: #662d91;
}
.category.green {
  background: #05908e;
}
.category.blue {
  background: #07345E;
}

.thumb-carousel-wrapper {
  overflow: hidden;
}

.thumb-carousel {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .thumb-carousel {
    margin-bottom: 1.5rem;
  }
}
.thumb-carousel__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.thumb-carousel__slide-img {
  background: #BEBFBF url(/images/default600x300.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding-bottom: 50%;
}
@media screen and (min-width: 40em) {
  .thumb-carousel__slide-img {
    padding-bottom: 50%;
  }
}
.thumb-carousel__thumb {
  outline: none;
  display: inline-block;
  width: 200px;
  vertical-align: top;
  cursor: pointer;
}
.thumb-carousel__image-wrapper {
  outline: none;
  padding: 0 0.25rem;
  aspect-ratio: 8/5;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .thumb-carousel__image-wrapper {
    padding: 0 0.75rem;
  }
}
.thumb-carousel__image-wrapper img {
  border: 2px solid transparent;
}
.thumb-carousel__image-wrapper img:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background: gray;
  display: block;
}
.slick-current .thumb-carousel__image-wrapper img {
  border-color: #2a303c;
}
.thumb-carousel .slick-slide {
  outline: none;
}
.thumb-carousel__nav {
  padding: 0;
}
@media screen and (min-width: 40em) {
  .thumb-carousel__nav {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 1rem;
  }
  .thumb-carousel__nav.thumb-carousel-nav--with-arrows {
    padding: 0 2.75rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.thumb-carousel__nav .slick-prev,
.thumb-carousel__nav .slick-next {
  background: #003261;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 8px 6px 8px 8px;
  top: 50%;
}
@media screen and (max-width: 39.9375em) {
  .thumb-carousel__nav .slick-prev,
  .thumb-carousel__nav .slick-next {
    top: 150px;
  }
}
.thumb-carousel__nav .slick-prev {
  left: 0;
}
@media screen and (min-width: 40em) {
  .thumb-carousel__nav .slick-prev {
    left: 0;
  }
}
.thumb-carousel__nav .slick-prev:before {
  margin-left: -2px;
}
.thumb-carousel__nav .slick-next {
  right: 0.75rem;
}
@media screen and (min-width: 40em) {
  .thumb-carousel__nav .slick-next {
    right: 0;
  }
}
.thumb-carousel__caption {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  max-width: 100%;
  color: white;
  font-size: 0.9375rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.75rem 1rem;
  text-align: left;
}
@media screen and (max-width: 39.9375em) {
  .thumb-carousel__caption {
    display: none;
  }
}
.thumb-carousel__video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.thumb-carousel__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper--light + .project-table {
  padding-top: 0;
  margin-top: -30px;
}
@media screen and (min-width: 40em) {
  .wrapper--light + .project-table {
    margin-top: -30px;
  }
}
.project-table__filters {
  text-align: left;
}
@media screen and (min-width: 40em) {
  .project-table__filters {
    display: flex;
    align-items: flex-end;
  }
}
.project-table__filter, .project-table__sort {
  display: block;
  background-image: url(/images/down-arrow-blue.svg);
  background-size: 14px 8px;
  border: 1px solid #d3d3d3;
  width: 100%;
  margin-bottom: 0;
}
.project-table__filter:hover, .project-table__sort:hover, .project-table__filter:active, .project-table__sort:active, .project-table__filter:focus, .project-table__sort:focus {
  border: 1px solid #d3d3d3;
}
.project-table__filter:not(:last-child), .project-table__sort:not(:last-child) {
  margin-right: 1.5rem;
}
.project-table__filter + .project-table__filter, .project-table__sort + .project-table__filter, .project-table__filter + .project-table__sort, .project-table__sort + .project-table__sort {
  margin-top: 15px;
}
@media screen and (min-width: 64em) {
  .project-table__filter + .project-table__filter, .project-table__sort + .project-table__filter, .project-table__filter + .project-table__sort, .project-table__sort + .project-table__sort {
    margin-top: 0;
  }
}
@media screen and (min-width: 40em) {
  .project-table__filter, .project-table__sort {
    margin-right: 1rem;
    display: inline-block;
    flex: 1;
    max-width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.project-table__sort {
  margin-top: 15px;
}
@media screen and (min-width: 40em) {
  .project-table__sort {
    margin: 0;
  }
}
.project-table__top {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-right: 1.875rem;
  margin-top: 38px;
  position: relative;
}
@media screen and (min-width: 40em) {
  .project-table__top {
    margin-top: 30px;
  }
}
.project-table__top:before {
  content: "";
  display: block;
  border-top: 1px solid #d3d3d3;
  position: absolute;
  top: 0;
  width: calc(100% - 2rem);
}
.project-table__top:after {
  content: "";
  display: block;
  border-bottom: 1px solid #d3d3d3;
  position: absolute;
  bottom: 0;
  width: calc(100% - 2rem);
}
.project-table__title {
  text-align: left;
  font-family: "usual", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
}
.project-table__list {
  margin-top: 30px;
  font-family: "usual", sans-serif;
}
@media screen and (min-width: 40em) {
  .project-table__list {
    margin-top: unset;
  }
}
@media screen and (max-width: 39.9375em) {
  .project-table__header {
    margin-top: 20px;
  }
}
.project-table__header p {
  background-color: #F0F0F0;
  border: 1px solid #d3d3d3;
  text-align: left;
  padding: 5px 5px 5px 10px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.project-table-item {
  position: relative;
  text-align: left;
  padding-bottom: 15px;
  font-family: "usual", sans-serif;
}
@media screen and (max-width: 39.9375em) {
  .project-table-item {
    margin: 0 13px;
    border: 1px solid #d3d3d3;
    border-top: 0;
    width: calc(100% - 26px);
  }
}
@media screen and (min-width: 40em) {
  .project-table-item {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 64em) {
  .project-table-item:after {
    content: "";
    display: block;
    border-bottom: 1px solid #d3d3d3;
    position: absolute;
    bottom: 0;
    width: calc(100% - 2rem);
  }
}
.project-table-item__title {
  font-size: 1rem;
  text-transform: none;
  margin: 0;
  line-height: 1.625;
  font-family: "usual", sans-serif;
  font-weight: 300;
}
.project-table-item__span {
  font-weight: 600;
  margin-right: 15px;
}
.project-table-item__content p {
  margin: 0;
}
.project-table-item__cell {
  font-weight: 300;
  line-height: 1.625;
  font-size: 16px;
  margin-top: 12px;
}
@media screen and (min-width: 40em) {
  .project-table-item__cell {
    margin-top: 0;
  }
  .project-table-item__cell--tags {
    word-spacing: 100px;
  }
}
.heading__main {
  position: relative;
}
.heading__main:after {
  content: " ";
  position: absolute;
  width: 75px;
  border: 1px solid #33A2E8;
  transform: translateX(-50%);
}
.heading__title {
  font-size: 2rem;
  line-height: 1;
  font-family: "usual", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 40em) {
  .heading__title {
    font-size: 2.75rem;
  }
}
.heading__copy {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 10px;
  font-family: "usual", sans-serif;
}
@media screen and (min-width: 40em) {
  .heading__copy {
    font-size: 1.1875rem;
  }
}
.heading br {
  margin-top: 30px;
  border-top: 1px solid blue;
  width: 78px;
}

.copy-3-col__title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  max-width: 812px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .copy-3-col__title {
    font-size: 2.75rem;
  }
}
.copy-3-col__abstract {
  font-size: 1.125rem;
  max-width: 812px;
  margin: 10px auto 0;
  line-height: 1.66;
  font-weight: 300;
}
@media screen and (min-width: 64em) {
  .copy-3-col__abstract {
    margin-top: 15px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .copy-3-col__copy {
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}
.copy-3-col__hr {
  width: 77px;
  border: 0;
  border-bottom: 1px solid #34a1e7;
  margin: 25px auto 30px;
}
@media screen and (min-width: 64em) {
  .copy-3-col__hr {
    margin: 35px auto 35px;
  }
}

/* ================================================================================
Full-width cta (usually at the bottom of a page with a coloured bg, title, text
& button
=================================================================================== */
.cta {
  color: #222;
  font-family: "usual", sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 1.0625rem;
  position: relative;
  /* =============================================================
  Different versions, eg. inside coloured wrappers
  ================================================================ */
  /* =============================================================
  A version with an image background and a tint
  ================================================================ */
}
@media screen and (min-width: 40em) {
  .cta {
    font-size: 1.3125rem;
  }
}
.cta__top-title {
  color: #34a1e7 !important;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.62;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  margin: 0 auto 10px;
}
.cta__title {
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  font-size: 1.25rem;
  text-transform: none;
  margin: 0 auto 8px;
}
@media screen and (min-width: 64em) {
  .cta__title {
    font-size: 1.75rem;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}
.wrapper--dark .cta__title {
  color: #fff;
}
.cta__wrapper {
  border-top: 0 !important;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .cta__wrapper {
    min-height: 460px;
  }
}
.cta__button {
  margin: 22px auto 0 !important;
  text-transform: uppercase;
}
.cta__content p:last-child {
  margin-bottom: 0;
}
.cta p {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.025em;
  text-align: center;
}
.cta--dark {
  color: #fff;
}
.cta__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent no-repeat center;
  background-size: cover;
}
.cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent no-repeat center;
  background-size: cover;
}
.cta--with-image {
  background: transparent;
  background-size: cover;
}

.nb {
  min-height: 300px;
}
@media screen and (max-width: 39.9375em) {
  .nb__wrapper {
    padding-top: 0;
  }
}
.nb__tint {
  background: linear-gradient(0deg, rgba(28, 40, 64, 0.9) 50%, rgba(28, 40, 64, 0) 100%);
}
@media screen and (max-width: 63.9375em) {
  .nb__news {
    margin-top: 20px;
  }
}
.nb__f2-wrapper {
  margin-top: 15px;
}
@media screen and (min-width: 64em) {
  .nb__f2-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 30px;
  }
}

.nb-news {
  display: flex;
  margin: 0 0 24px;
  text-align: left;
  gap: 15px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.nb-news:last-child {
  margin-bottom: 0;
}
.nb-news__title {
  color: #34a1e7;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.625;
  margin: 0;
  letter-spacing: 0.02em;
}
.wrapper--dark .nb-news__title {
  color: white;
}
.nb-news__copy {
  margin: 0 0 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  color: #2a303c;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .nb-news__copy {
    font-size: 0.875rem;
  }
}
.wrapper--dark .nb-news__copy {
  color: white;
}
.nb-news__thumb {
  width: 90px;
  height: 90px;
}
@media screen and (min-width: 64em) {
  .nb-news__thumb {
    width: 105px;
    height: 105px;
  }
}

.nb-f1 {
  position: relative;
  padding: 15px;
  background: #2a303c;
  text-align: left;
  aspect-ratio: 4/3;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 39.9375em) {
  .nb-f1 {
    margin: 0 -13px;
  }
}
@media screen and (min-width: 40em) {
  .nb-f1 {
    aspect-ratio: 812/406;
  }
}
@media screen and (min-width: 64em) {
  .nb-f1 {
    padding: 30px;
  }
}
.nb-f1__title {
  color: white;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.025em;
  position: relative;
  z-index: 1;
  text-transform: none;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .nb-f1__title {
    font-size: 1.5625rem;
  }
}
.nb-f1__tint {
  background: linear-gradient(0deg, rgb(42, 48, 60) 0%, rgba(42, 48, 60, 0) 95%);
}
@media screen and (min-width: 64em) {
  .nb-f1__tint {
    background: linear-gradient(0deg, rgb(42, 48, 60) 0%, rgba(42, 48, 60, 0) 80%);
  }
}

.nb-f2 {
  position: relative;
  text-align: left;
  text-transform: none;
  line-height: 1.5;
  background: white;
  z-index: 1;
}
@media screen and (max-width: 63.9375em) {
  .nb-f2:last-child {
    margin-top: 15px;
  }
}
.nb-f2__top-title {
  color: #34a1e7 !important;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.nb-f2__title {
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  margin: 0;
  text-transform: none;
  font-weight: 400;
  line-height: 1.7;
  color: #2a303c !important;
}
.nb-f2__thumb-wrapper {
  position: relative;
  aspect-ratio: 7/4;
}
@media screen and (min-width: 64em) {
  .nb-f2__thumb-wrapper {
    aspect-ratio: 4/3;
  }
}
.nb-f2__more-link {
  margin-top: 15px;
}
@media screen and (min-width: 64em) {
  .nb-f2__more-link {
    margin-top: 25px;
  }
}
.nb-f2__content {
  padding: 20px;
}
@media screen and (min-width: 64em) {
  .nb-f2__content {
    padding: 30px;
  }
}

.text-button {
  color: #34a1e7 !important;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  line-height: 1;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.text-button:after {
  content: "";
  display: block;
  border-top: 2px solid #34a1e7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: transform 200ms;
}
.text-button:hover:after, .text-button:active:after {
  transform: translateY(5px);
}

.notify-banner {
  text-align: left;
}
.notify-banner__wrapper {
  padding: 20px 15px;
}
@media screen and (min-width: 64em) {
  .notify-banner__wrapper {
    padding: 50px 0;
  }
}
.notify-banner__thumb {
  width: 132px;
}
@media screen and (min-width: 40em) {
  .notify-banner__thumb {
    width: 182px;
  }
}
.notify-banner__title {
  font-size: 1.5625rem;
  line-height: 1.12;
  font-weight: 300;
  color: #2a303c;
  text-transform: none;
  margin: 0;
}
.notify-banner__copy {
  margin-top: 10px;
  color: #2a303c;
}
.notify-banner__copy p {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.025em;
  color: inherit;
  font-weight: 100;
}
.notify-banner__copy p:last-child {
  margin-bottom: 0;
}
.notify-banner__container {
  background: white;
  padding: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .notify-banner__container {
    max-width: 812px;
    gap: 40px;
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (min-width: 64em) {
  .stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

.stat {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 18px 0;
  display: flex;
}
@media screen and (max-width: 63.9375em) {
  .stat {
    margin-top: -1px;
  }
}
.stat h2 {
  font-weight: 300;
  color: #34a1e7;
  text-transform: none;
  margin: 0 0 10px;
}
.stat__title-lg {
  font-size: 3.375rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.stat__title-sm {
  font-size: 1.75rem;
  line-height: 1.14;
  letter-spacing: 0.05em;
}
.stat__copy {
  margin: 0;
  font-weight: 100;
}
.stat__content {
  margin: auto;
  width: 100%;
}

.fwi {
  min-height: 100px;
  background: #2a303c;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
@media screen and (min-width: 64em) {
  .fwi {
    min-height: 658px;
    display: flex;
    align-items: center;
  }
}
.fwi .row, .fwi .logo-menu {
  width: 100%;
}
.fwi__title {
  color: white;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 18px;
  font-size: 2rem;
}
@media screen and (min-width: 64em) {
  .fwi__title {
    font-size: 2.75rem;
  }
}
.fwi__copy {
  color: white;
}
@media screen and (min-width: 64em) {
  .fwi__copy {
    font-size: 1.25rem;
  }
}
.fwi__button {
  text-transform: uppercase;
}
.fwi__content {
  position: relative;
  z-index: 10;
  max-width: 497px;
}
.fwi__line {
  width: 77px;
  margin: 0 0 18px;
  border-color: #34a1e7;
}
.fwi__image-wrapper {
  position: absolute;
  top: 0;
  left: 70%;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .fwi__image-wrapper {
    left: calc(50% - 225px);
  }
}
.fwi__grad {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 70%;
  bottom: 0;
  background: linear-gradient(90deg, rgb(42, 48, 60) 0%, rgba(42, 48, 60, 0) 100%);
  width: 375px;
  pointer-events: none;
}
@media screen and (min-width: 64em) {
  .fwi__grad {
    width: 650px;
    left: calc(50% - 225px);
  }
}

.fbg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}
@media screen and (min-width: 48em) {
  .fbg {
    grid-template-columns: repeat(4, 1fr);
  }
}

.fbg-item {
  background: #2a303c;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  padding: 15px 15px 20px;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .fbg-item {
    height: 315px;
  }
}
@media screen and (min-width: 64em) {
  .fbg-item {
    padding: 23px 30px 30px;
  }
}
.fbg-item--blue {
  background: #34a1e7;
}
.fbg-item--lightGrey {
  background: #F0F0F0;
  color: #2A303C;
}
.fbg-item__title {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.3;
  color: inherit;
}
@media screen and (min-width: 64em) {
  .fbg-item__title {
    font-size: 1.75rem;
  }
}
.fbg-item__link {
  text-transform: uppercase;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9375rem;
  color: inherit !important;
}
.fbg-item--lightGrey .fbg-item__link {
  color: #34a1e7 !important;
}
.fbg-item__link:after {
  border-width: 1px;
}
.fbg-item--blue .fbg-item__link:after {
  border-color: white;
}
.fbg-item--darkBlue .fbg-item__link:after {
  border-color: white;
}
.fbg-item__copy {
  line-height: 1.6;
  margin: 0;
}
.fbg-item__content-wrapper {
  position: relative;
  z-index: 1;
}
.fbg-item__tint {
  background: rgba(42, 48, 60, 0.75);
}
.fbg-item--blue .fbg-item__tint {
  background: rgba(52, 161, 231, 0.75);
}
.fbg-item--lightGrey .fbg-item__tint {
  background: #F0F0F0;
}
.fbg-item--transparentGrey .fbg-item__tint {
  background: rgba(42, 48, 60, 0.5607843137);
}
.fbg-item--transparentBlue .fbg-item__tint {
  background: rgba(0, 78, 128, 0.7411764706);
}

.i-carousel .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.i-carousel .slick-dots:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #2a303c;
  top: 6px;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
}
.i-carousel .slick-dots li button {
  background: #2a303c;
  width: 13px;
  height: 13px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
.i-carousel .slick-dots li.slick-active button {
  background: #34a1e7;
}
.i-carousel__wrapper {
  overflow: hidden;
}

.i-carousel-item {
  padding: 0 10px 20px;
  position: relative;
}
@media screen and (min-width: 64em) {
  .i-carousel-item {
    padding: 0 26px 20px;
  }
}
.i-carousel-item__image-wrapper {
  padding-bottom: 15px;
  overflow: hidden;
  aspect-ratio: 660/730;
  position: relative;
}
@media screen and (min-width: 64em) {
  .i-carousel-item__image-wrapper {
    aspect-ratio: 1200/750;
  }
}
.i-carousel-item__copy {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 15px 0 0;
}
.i-carousel-item__copy p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.i-carousel-item__credit {
  font-size: 0.875rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 63.9375em) {
  .i-carousel-item__credit {
    padding-bottom: 10px;
    height: 31px;
  }
}
@media screen and (min-width: 64em) {
  .i-carousel-item__credit {
    position: absolute;
    top: 0;
    left: 8px;
    font-size: 0.75rem;
    transform-origin: top left;
    transform: rotate(90deg) translateY(-100%);
  }
}

/* ====================================================
How components work next to each other - collapse padding
if two components have same background
======================================================= */
.wrapper--light + .wrapper--light,
.wrapper--lightGrey + .wrapper--lightGrey,
.wrapper--darkGrey + .wrapper--darkGrey {
  padding-top: 0;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
