@charset "UTF-8";/*
 * Component Global Colour Settings / assignments 
 * - All component colours should be defined here to enable quick theming
 *
*//*
 * Blocks - block content, block spacing etc..
*//*
 * Navigation
*//*
 * Hero / heroes
*//*
 * Cards
*//*
 * Video
*//*
 * Timeline
*/:focus {
  outline: 0;
}/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}/*! 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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}/**
     * 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 {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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 {
  -webkit-box-sizing: border-box;
  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;
  cursor: auto;
}[data-whatinput='mouse'] button {
  outline: 0;
}pre {
  overflow: auto;
}button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}.is-visible {
  display: block !important;
}.is-hidden {
  display: none !important;
}.row {
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
}.row::before,
.row::after {
  display: table;
  content: ' ';
}.row::after {
  clear: both;
}.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}.row .row {
  margin-right: -0.4375rem;
  margin-left: -0.4375rem;
}@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}.row.expanded {
  max-width: none;
}.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}.row:not(.expanded) .row {
  max-width: none;
}.row.gutter-small > .column,
.row.gutter-small > .columns {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}.row.gutter-medium > .column,
.row.gutter-medium > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}.column,
.columns {
  width: 100%;
  float: left;
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}.column.row.row,
.row.row.columns {
  float: none;
}.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}.small-1 {
  width: 8.33333333%;
}.small-push-1 {
  position: relative;
  left: 8.33333333%;
}.small-pull-1 {
  position: relative;
  left: -8.33333333%;
}.small-offset-0 {
  margin-left: 0%;
}.small-2 {
  width: 16.66666667%;
}.small-push-2 {
  position: relative;
  left: 16.66666667%;
}.small-pull-2 {
  position: relative;
  left: -16.66666667%;
}.small-offset-1 {
  margin-left: 8.33333333%;
}.small-3 {
  width: 25%;
}.small-push-3 {
  position: relative;
  left: 25%;
}.small-pull-3 {
  position: relative;
  left: -25%;
}.small-offset-2 {
  margin-left: 16.66666667%;
}.small-4 {
  width: 33.33333333%;
}.small-push-4 {
  position: relative;
  left: 33.33333333%;
}.small-pull-4 {
  position: relative;
  left: -33.33333333%;
}.small-offset-3 {
  margin-left: 25%;
}.small-5 {
  width: 41.66666667%;
}.small-push-5 {
  position: relative;
  left: 41.66666667%;
}.small-pull-5 {
  position: relative;
  left: -41.66666667%;
}.small-offset-4 {
  margin-left: 33.33333333%;
}.small-6 {
  width: 50%;
}.small-push-6 {
  position: relative;
  left: 50%;
}.small-pull-6 {
  position: relative;
  left: -50%;
}.small-offset-5 {
  margin-left: 41.66666667%;
}.small-7 {
  width: 58.33333333%;
}.small-push-7 {
  position: relative;
  left: 58.33333333%;
}.small-pull-7 {
  position: relative;
  left: -58.33333333%;
}.small-offset-6 {
  margin-left: 50%;
}.small-8 {
  width: 66.66666667%;
}.small-push-8 {
  position: relative;
  left: 66.66666667%;
}.small-pull-8 {
  position: relative;
  left: -66.66666667%;
}.small-offset-7 {
  margin-left: 58.33333333%;
}.small-9 {
  width: 75%;
}.small-push-9 {
  position: relative;
  left: 75%;
}.small-pull-9 {
  position: relative;
  left: -75%;
}.small-offset-8 {
  margin-left: 66.66666667%;
}.small-10 {
  width: 83.33333333%;
}.small-push-10 {
  position: relative;
  left: 83.33333333%;
}.small-pull-10 {
  position: relative;
  left: -83.33333333%;
}.small-offset-9 {
  margin-left: 75%;
}.small-11 {
  width: 91.66666667%;
}.small-push-11 {
  position: relative;
  left: 91.66666667%;
}.small-pull-11 {
  position: relative;
  left: -91.66666667%;
}.small-offset-10 {
  margin-left: 83.33333333%;
}.small-12 {
  width: 100%;
}.small-offset-11 {
  margin-left: 91.66666667%;
}.small-up-1 > .column,
.small-up-1 > .columns {
  float: left;
  width: 100%;
}.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}.small-up-2 > .column,
.small-up-2 > .columns {
  float: left;
  width: 50%;
}.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}.small-up-3 > .column,
.small-up-3 > .columns {
  float: left;
  width: 33.33333333%;
}.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}.small-up-4 > .column,
.small-up-4 > .columns {
  float: left;
  width: 25%;
}.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}.small-up-5 > .column,
.small-up-5 > .columns {
  float: left;
  width: 20%;
}.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}.small-up-6 > .column,
.small-up-6 > .columns {
  float: left;
  width: 16.66666667%;
}.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}.small-up-7 > .column,
.small-up-7 > .columns {
  float: left;
  width: 14.28571429%;
}.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}.small-up-8 > .column,
.small-up-8 > .columns {
  float: left;
  width: 12.5%;
}.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}.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.33333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333333%;
  }

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

  .medium-2 {
    width: 16.66666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66666667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333333%;
  }

  .medium-3 {
    width: 25%;
  }

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

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

  .medium-offset-2 {
    margin-left: 16.66666667%;
  }

  .medium-4 {
    width: 33.33333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333333%;
  }

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

  .medium-5 {
    width: 41.66666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66666667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333333%;
  }

  .medium-6 {
    width: 50%;
  }

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

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

  .medium-offset-5 {
    margin-left: 41.66666667%;
  }

  .medium-7 {
    width: 58.33333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333333%;
  }

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

  .medium-8 {
    width: 66.66666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66666667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333333%;
  }

  .medium-9 {
    width: 75%;
  }

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

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

  .medium-offset-8 {
    margin-left: 66.66666667%;
  }

  .medium-10 {
    width: 83.33333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333333%;
  }

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

  .medium-11 {
    width: 91.66666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66666667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66666667%;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    float: left;
    width: 33.33333333%;
  }

  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    float: left;
    width: 16.66666667%;
  }

  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    float: left;
    width: 14.28571429%;
  }

  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .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 print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333333%;
  }

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

  .large-2 {
    width: 16.66666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66666667%;
  }

  .large-offset-1 {
    margin-left: 8.33333333%;
  }

  .large-3 {
    width: 25%;
  }

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

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

  .large-offset-2 {
    margin-left: 16.66666667%;
  }

  .large-4 {
    width: 33.33333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333333%;
  }

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

  .large-5 {
    width: 41.66666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66666667%;
  }

  .large-offset-4 {
    margin-left: 33.33333333%;
  }

  .large-6 {
    width: 50%;
  }

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

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

  .large-offset-5 {
    margin-left: 41.66666667%;
  }

  .large-7 {
    width: 58.33333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333333%;
  }

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

  .large-8 {
    width: 66.66666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66666667%;
  }

  .large-offset-7 {
    margin-left: 58.33333333%;
  }

  .large-9 {
    width: 75%;
  }

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

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

  .large-offset-8 {
    margin-left: 66.66666667%;
  }

  .large-10 {
    width: 83.33333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333333%;
  }

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

  .large-11 {
    width: 91.66666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66666667%;
  }

  .large-offset-10 {
    margin-left: 83.33333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66666667%;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    float: left;
    width: 33.33333333%;
  }

  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    float: left;
    width: 16.66666667%;
  }

  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    float: left;
    width: 14.28571429%;
  }

  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .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: 0.875rem;
}.column-block > :last-child {
  margin-bottom: 0;
}@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.25rem;
  }

  .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,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}h1,
.h1 {
  font-size: 1.75rem;
  line-height: 1.14285714;
  margin-top: 0;
  margin-bottom: 0.5rem;
}h2,
.h2 {
  font-size: 1.625rem;
  line-height: 1.15384615;
  margin-top: 0;
  margin-bottom: 0.5rem;
}h3,
.h3 {
  font-size: 1.375rem;
  line-height: 1.13636364;
  margin-top: 0;
  margin-bottom: 0.5rem;
}h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin-top: 0;
  margin-bottom: 0.5rem;
}h5,
.h5 {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
}h6,
.h6 {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
}@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 1.75rem;
    line-height: 1.14285714;
  }

  h2,
  .h2 {
    font-size: 1.625rem;
    line-height: 1.15384615;
  }

  h3,
  .h3 {
    font-size: 1.375rem;
    line-height: 1.13636364;
  }

  h4,
  .h4 {
    font-size: 1.125rem;
    line-height: 1.33333333;
  }

  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.25;
  }

  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.25;
  }
}@media print, screen and (min-width: 64em) {
  h1,
  .h1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }

  h2,
  .h2 {
    font-size: 2.3125rem;
    line-height: 1.10810811;
  }

  h3,
  .h3 {
    font-size: 1.625rem;
    line-height: 1.15384615;
  }

  h4,
  .h4 {
    font-size: 1.125rem;
    line-height: 1.33333333;
  }

  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.25;
  }

  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.25;
  }
}a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}a:hover,
a:focus {
  color: #1468a0;
}a img {
  border: 0;
}hr {
  clear: both;
  max-width: 61.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,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  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: 1px solid #cacaca;
}blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}cite:before {
  content: "— ";
}abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}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;
}ul.no-bullet,
ol.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 print, 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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    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;
  }
}.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}.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: '\2013';
}.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}.accordion-menu li {
  width: 100%;
}.accordion-menu a {
  padding: 0.7rem 1rem;
}.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}.is-accordion-submenu-parent {
  position: relative;
}.has-submenu-toggle > a {
  margin-right: 40px;
}.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}.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 {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}[data-whatinput='mouse'] .menu li {
  outline: 0;
}.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}.menu input {
  display: inline-block;
}.menu li,
.menu.horizontal li {
  display: inline-block;
}.menu.vertical li {
  display: block;
}.menu.expanded {
  display: table;
  width: 100%;
}.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}.menu.simple li + li {
  margin-left: 1rem;
}.menu.simple a {
  padding: 0;
}@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }

  .menu.medium-vertical li {
    display: block;
  }

  .menu.medium-expanded {
    display: table;
    width: 100%;
  }

  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }

  .menu.medium-simple {
    display: table;
    width: 100%;
  }

  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }

  .menu.large-vertical li {
    display: block;
  }

  .menu.large-expanded {
    display: table;
    width: 100%;
  }

  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }

  .menu.large-simple {
    display: table;
    width: 100%;
  }

  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg,
.menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg,
.menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg,
.menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span,
.menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span,
.menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span,
.menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}.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-bottom li a {
  text-align: center;
}.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}.menu.align-left {
  text-align: left;
}.menu.align-right {
  text-align: right;
}.menu.align-right .submenu li {
  text-align: left;
}.menu.align-right.vertical .submenu li {
  text-align: right;
}.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}.menu.align-center {
  text-align: center;
}.menu.align-center .submenu li {
  text-align: left;
}.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}.menu-centered > .menu {
  text-align: center;
}.menu-centered > .menu .submenu li {
  text-align: left;
}.no-js [data-responsive-menu] ul {
  display: none;
}.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: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}.dropdown.menu a {
  padding: 0.7rem 1rem;
}[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba;
}.no-js .dropdown.menu ul {
  display: none;
}.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}.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 {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba 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 #1779ba;
}@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: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    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;
    top: 0;
  }

  .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 {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba 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 #1779ba;
  }
}@media print, 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: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    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;
    top: 0;
  }

  .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 {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba 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 #1779ba;
  }
}.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;
  left: auto;
  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;
}.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba 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 #1779ba;
}.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}.is-dropdown-submenu > li {
  width: 100%;
}.is-dropdown-submenu.js-dropdown-active {
  display: block;
}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;
  -ms-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(10, 10, 10, 0.45);
  overflow-y: scroll;
}.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  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 {
  min-width: 0;
}.reveal > :last-child {
  margin-bottom: 0;
}@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 61.25rem;
  }
}.reveal.collapse {
  padding: 0;
}@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 61.25rem;
  }
}@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 61.25rem;
  }
}@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 61.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;
}.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
}.tabs::after {
  clear: both;
}.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}.tabs.simple > li > a {
  padding: 0;
}.tabs.simple > li > a:hover {
  background: transparent;
}.tabs.primary {
  background: #1779ba;
}.tabs.primary > li > a {
  color: #fefefe;
}.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #1673b1;
}.tabs-title {
  float: left;
}.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}.tabs-panel {
  display: none;
  padding: 1rem;
}.tabs-panel.is-active {
  display: block;
}.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-weight: bold;
  cursor: pointer;
}.tooltip {
  position: absolute;
  top: calc(100% + 0.433rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  background-color: #BB964E;
  font-size: 80%;
  color: #fefefe;
}.tooltip::before {
  position: absolute;
}.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.5rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #BB964E;
  bottom: 100%;
}.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.5rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #BB964E transparent transparent;
  top: 100%;
  bottom: auto;
}.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.5rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #BB964E;
  left: 100%;
}.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.5rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #BB964E transparent transparent;
  right: 100%;
  left: auto;
}.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}.tooltip.align-left::before {
  left: 10%;
  right: auto;
}.tooltip.align-right::before {
  left: auto;
  right: 10%;
}.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 print, 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;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}.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;
  }
}/*
 * President specific mixins
*/html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}abbr[title],
dfn[title] {
  cursor: help;
}.e-breadcrumbs {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}.e-breadcrumbs .e-breadcrumb {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "jaf-facitweb", sans-serif;
  font-size: 11px;
  line-height: 22px;
  color: #8C8C8C;
  text-decoration: none;
}.e-breadcrumbs .e-breadcrumb:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip: edges;
  text-decoration-skip: edges;
}.e-breadcrumbs .e-breadcrumb:after {
  content: '';
}.e-breadcrumbs .e-breadcrumb-sep {
  font-family: "jaf-facitweb", sans-serif;
  font-size: 11px;
  line-height: 22px;
  color: #8C8C8C;
}.e-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  min-height: 50px;
  background: #002C42;
  color: white;
}[data-whatinput='mouse'] .e-button {
  outline: 0;
}.e-button:hover {
  cursor: pointer;
}.e-button:focus,
.e-button:hover {
  background-color: #0E5FA5;
  color: white;
}/*
 * Button Variations
*/.e-button--gold {
  background-color: #BB964E;
}.e-button--gold:focus,
.e-button--gold:hover {
  background-color: #0E5FA5;
}.e-button-load-more {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  display: block;
  width: 100%;
  padding-top: 15px;
  text-align: center;
  color: #BB964E;
  border-top: 2px solid #BB964E;
}[data-whatinput='mouse'] .e-button-load-more {
  outline: 0;
}.e-button-load-more:hover {
  cursor: pointer;
}.e-button-load-more:focus,
.e-button-load-more:hover {
  color: #0E5FA5;
  border-top: 2px solid #0E5FA5;
  cursor: pointer;
}h1,
h2,
h3 {
  margin: 0 0 0.5rem;
  font-weight: inherit;
  line-height: 1.2;
}h1,
h2,
h3,
h4,
h5,
h6 .e-page-title {
  font-family: "utopia-std", sans-serif;
  color: #002C42;
}h1 {
  font-size: 28px;
  line-height: 32px;
}@media screen and (min-width: 64em) {
  h1 {
    font-size: 44px;
    line-height: 48px;
  }
}h2 {
  font-size: 26px;
  line-height: 30px;
}@media screen and (min-width: 64em) {
  h2 {
    font-size: 37px;
    line-height: 41px;
  }
}h3 {
  font-size: 22px;
  line-height: 25px;
}@media screen and (min-width: 64em) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}h4 {
  font-size: 18px;
  line-height: 24px;
}@media screen and (min-width: 64em) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}h5 {
  font-size: 16px;
  line-height: 20px;
}@media screen and (min-width: 64em) {
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
}@media screen and (min-width: 64em) {
  .e-page-title {
    font-size: 54px;
    line-height: 58px;
  }
}@font-face {
  font-family: 'president-of-ireland';
  src: url("../styleguide_assets/fonts/president-of-ireland.eot?pl67y2");
  src: url("../styleguide_assets/fonts/president-of-ireland.eot?pl67y2#iefix") format("embedded-opentype"), url("../styleguide_assets/fonts/president-of-ireland.ttf?pl67y2") format("truetype"), url("../styleguide_assets/fonts/president-of-ireland.woff?pl67y2") format("woff"), url("../styleguide_assets/fonts/president-of-ireland.svg?pl67y2#president-of-ireland") format("svg");
  font-weight: normal;
  font-style: normal;
}[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'president-of-ireland' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.icon-arrow-down:before {
  content: "\e90e";
  color: #fff;
}.icon-arrow-up:before {
  content: "\e90f";
  color: #fff;
}.icon-search:before {
  content: "\e910";
  color: #fff;
}.icon-sharing-facebook:before {
  content: "\e911";
  color: #fff;
}.icon-sharing-instagram:before {
  content: "\e912";
  color: #fff;
}.icon-sharing-twitter:before {
  content: "\e913";
  color: #fff;
}.icon-slider-arrow-left:before {
  content: "\e914";
  color: #fff;
}.icon-slider-arrow-right:before {
  content: "\e915";
  color: #fff;
}.icon-slider-next:before {
  content: "\e916";
  color: #fff;
}.icon-slider-prev:before {
  content: "\e917";
  color: #fff;
}.icon-social-sharing:before {
  content: "\e918";
  color: #fff;
}.icon-video-play:before {
  content: "\e919";
  color: #fff;
}.icon-all-media:before {
  content: "\e900";
  color: #fff;
}.icon-arrow-left:before {
  content: "\e901";
  color: #fff;
}.icon-arrow-right:before {
  content: "\e902";
  color: #fff;
}.icon-audio:before {
  content: "\e903";
  color: #fff;
}.icon-credits:before {
  content: "\e904";
  color: #fff;
}.icon-date:before {
  content: "\e905";
  color: #fff;
}.icon-expand:before {
  content: "\e906";
  color: #fff;
}.icon-location:before {
  content: "\e907";
  color: #fff;
}.icon-news:before {
  content: "\e908";
  color: #fff;
}.icon-overview:before {
  content: "\e909";
  color: #fff;
}.icon-photos:before {
  content: "\e90a";
  color: #fff;
}.icon-publications:before {
  content: "\e90b";
  color: #fff;
}.icon-speeches:before {
  content: "\e90c";
  color: #fff;
}.icon-video:before {
  content: "\e90d";
  color: #fff;
}.icon-list {
  background-color: #0E5FA5;
  padding: 5rem;
}.icon-list.bg li {
  background-color: #002C42;
}.icon-list li {
  background-color: white;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-width: 40px;
  padding: 0.5rem;
  margin: 0.5rem;
  border-radius: 2px;
}.icon-list li span {
  font-size: 20px;
}.icon-list li span:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #002C42;
}.icon-list li:hover span:before {
  color: #BB964E;
}img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}input {
  border: 1px solid #C6C6C6;
}input:focus,
input:hover {
  border: 1px solid #BB964E;
}a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}@media screen and (min-width: 64em) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}.o-block--grey {
  background: #F2F2F2;
}.o-block--pale-blue {
  background: #CFDFED;
}.o-block--pale-blue.overlay {
  position: relative;
  z-index: 0;
}.o-block--pale-blue.overlay:before {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DBE7F1;
  border-radius: 0 0 0 80%;
}.o-block--pale-blue.overlay .o-block-content {
  position: relative;
  z-index: 10;
}.o-list-bare {
  padding: 0;
  margin: 0;
  list-style: none;
}.o-list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}.o-list-inline__item {
  display: inline-block;
}/* ==========================================================================
   #MEDIA
   ========================================================================== *//**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */.o-media {
  display: block;
}.o-media::before,
.o-media::after {
  content: ' ';
  display: table;
}.o-media::after {
  clear: both;
}.o-media__img {
  float: left;
  margin-right: 10px;
}.o-media__img > img {
  display: block;
}.o-media__body {
  overflow: hidden;
  display: block;
}.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}/* Size variants
   ========================================================================== *//**
 * Modify the amount of space between our image and our text. We also have
 * reversible options for all available sizes.
 */.o-media--tiny > .o-media__img {
  margin-right: 5px;
}.o-media--tiny.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 5px;
}.o-media--small > .o-media__img {
  margin-right: 10px;
}.o-media--small.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 10px;
}.o-media--large > .o-media__img {
  margin-right: 20px;
}.o-media--large.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 20px;
}.o-media--huge > .o-media__img {
  margin-right: 30px;
}.o-media--huge.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 30px;
}/* Reversed media objects
   ========================================================================== */.o-media--reverse > .o-media__img {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}/* Gutterless media objects
   ========================================================================== */.o-media--flush > .o-media__img {
  margin-right: 0;
  margin-left: 0;
}/**
 * 1. Fill all available space.
 * 2. Cause children to be automatically equally sized.
 */.o-pack {
  width: 100%;
  /* [1] */
  display: table;
  table-layout: fixed;
  /* [2] */
}.o-pack__item {
  display: table-cell;
}.o-pack__item--middle {
  display: table-cell;
  vertical-align: middle;
}.o-pack__item--bottom {
  display: table-cell;
  vertical-align: bottom;
}.c-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}.c-card:hover {
  -webkit-box-shadow: 2px 0px 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 0px 5px 5px rgba(0, 0, 0, 0.05);
}.c-card:hover .c-card-section .c-card-title {
  color: #BB964E;
}.c-card .c-card-top {
  line-height: 0;
}.c-card .c-card-top .c-card__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}.c-card .c-card-content {
  background: white;
  padding: 20px 29px;
}.c-card .c-card-content .c-card-text {
  color: #222222;
}.c-card .c-card-section .c-card-title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #002C42;
  font-size: 18px;
  line-height: 24px;
}.c-card .c-card-info {
  color: #0E5FA5;
  font-family: "jaf-facitweb", sans-serif;
  font-size: 14px;
  line-height: 17px;
}.c-card .c-card-info .c-card__icon:before {
  font-size: 14px;
  line-height: 17px;
  color: #0E5FA5;
}.c-card .c-card-divider {
  width: 100%;
  min-height: 50px;
  background: white;
  border-top: 2px solid #F2F2F2;
}@media screen and (min-width: 64em) {
  .c-card .c-card-divider {
    border-top: 3px solid #F2F2F2;
  }
}.c-card .c-card-divider .card-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding: 3px 30px 0;
  line-height: 1;
}.c-card .c-card-divider .card-media li {
  margin: 0;
}.c-card .c-card-divider .card-media li a {
  padding: 0;
}.c-card .c-card-divider .card-media li a span:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  font-size: 17px;
  padding: 12px 9px;
  color: #0E5FA5;
}.c-card .c-card-divider .card-media li:hover a span:before {
  color: #BB964E;
}.c-card--dark .c-card-top {
  background-color: #355767;
}.c-card--dark .c-card-content {
  position: relative;
  z-index: 0;
  background-color: #002C42;
}.c-card--dark .c-card-content:before {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 0 80%;
}.c-card--dark .c-card-section .c-card-title {
  color: white;
}.c-card--dark .c-card-info {
  color: #BB964E;
}.c-card--dark .c-card-info .c-card__icon:before {
  font-size: 14px;
  line-height: 17px;
  color: #BB964E;
}.c-hero {
  position: relative;
  z-index: 0;
}.c-hero .c-hero__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
}.c-hero .c-hero-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}.c-hero .c-hero-content .c-hero__title {
  color: white;
}.c-hero .c-hero-content .c-hero__text {
  color: white;
}.c-hero .c-hero-content .c-hero__button {
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-transform: uppercase;
}.material-design-nav {
  background: white;
}@media screen and (max-width: 63.9375em) {
  .material-design-nav {
    margin-bottom: 30px;
  }

  .material-design-nav .accordion-title {
    text-transform: uppercase;
    color: #BB964E;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
  }

  .material-design-nav .accordion-title:before {
    font-family: 'president-of-ireland';
    content: '\e90e';
  }

  .material-design-nav .accordion-title[aria-selected="true"]:before {
    font-family: 'president-of-ireland';
    content: '\e90f';
  }
}@media screen and (min-width: 64em) {
  .material-design-nav .menu.material {
    position: relative;
  }

  .material-design-nav .menu.material li {
    max-width: 30%;
  }

  .material-design-nav .menu.material li.active a {
    background: transparent;
  }

  .material-design-nav .menu.material li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #8C8C8C;
  }

  .material-design-nav .menu.material li a:hover {
    color: #BB964E;
  }
}@media screen and (min-width: 64em) {
  .material:before {
    background-color: #BB964E;
    display: inline-block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    z-index: 5;
    will-change: left, right;
  }
}.c-pull-quote {
  width: 100%;
  background-color: #F2F2F2;
  border-left: 4px solid #BB964E;
  color: #002C42;
  font-family: "Utopia Std";
  font-size: 18px;
  line-height: 24px;
  padding: 27px 22px 21px;
}@media screen and (min-width: 40em) {
  .c-pull-quote {
    padding: 27px 15px 29px;
  }
}@media screen and (min-width: 64em) {
  .c-pull-quote {
    padding: 27px 29px 16px;
  }
}.c-site-footer {
  border-top: 0.4375rem solid #bb964e;
}.c-site-footer section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1000px;
}.c-site-footer section article {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  float: left;
  display: block;
  padding: 0;
}.c-site-footer section article h3 {
  text-align: left !important;
  color: white;
  font-size: 1.0625rem;
}.c-footer-ts-and-cs {
  background-color: black;
  padding: 20px;
}.c-footer-ts-and-cs li a {
  font-family: "jaf-facitweb", sans-serif;
  font-size: 0.875rem;
  color: white;
}.c-card-slider {
  z-index: 0;
  /*
	 * Slick Navigation
	 */
}.c-card-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}.c-card-slider .slick-prev,
.c-card-slider .slick-next {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
  width: 52px;
  height: 52px;
  border: 2px solid white;
  border-radius: 50%;
  padding-top: 12px;
}.c-card-slider .slick-prev:before,
.c-card-slider .slick-next:before {
  font-family: 'president-of-ireland';
  font-size: 22px;
}.c-card-slider .slick-prev:hover,
.c-card-slider .slick-next:hover {
  background-color: rgba(187, 150, 78, 0.8);
}.c-card-slider .slick-prev {
  left: 15px;
  padding-left: 12px;
}@media screen and (min-width: 40em) {
  .c-card-slider .slick-prev {
    left: 10px;
  }
}.c-card-slider .slick-prev:before {
  content: "\e901";
}.c-card-slider .slick-next {
  right: 15px;
  padding-left: 15px;
}@media screen and (min-width: 40em) {
  .c-card-slider .slick-next {
    right: 10px;
  }
}.c-card-slider .slick-next:before {
  content: "\e902";
}.c-card-slider .c-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}.c-card-slider .c-slide img {
  width: 100%;
  height: auto;
  max-height: 230px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
}.tabs.subpage-tabs {
  position: relative;
}.tabs.subpage-tabs li.tabs-title a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  color: #8C8C8C;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}.tabs.subpage-tabs li.tabs-title a .tab-icon {
  margin-right: 10px;
}.tabs.subpage-tabs li.tabs-title a .tab-icon:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #8C8C8C;
}.tabs.subpage-tabs li.tabs-title a:hover {
  color: #BB964E;
}.tabs.subpage-tabs li.tabs-title a:hover .tab-icon:before {
  color: #BB964E;
}.tabs.subpage-tabs li.tabs-title.is-active a[aria-selected='true'] {
  background: transparent;
  color: #BB964E;
}.tabs.subpage-tabs li.tabs-title.is-active a[aria-selected='true'] .tab-icon:before {
  color: #BB964E;
}.tabs.subpage-tabs li.tabs-title:focus {
  color: #BB964E;
}.subpage-tabs:before {
  background-color: #BB964E;
  display: inline-block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  z-index: 5;
  will-change: left, right;
}.timeline-container {
  background: url(../styleguide_assets/images/aras-stretch.png) no-repeat center center fixed;
  background-size: cover;
  background-color: #0E5FA5;
}@media screen and (min-width: 64em) {
  .timeline-container .timeline {
    margin-bottom: 120px;
  }
}.timeline-container .timeline .timeline-header {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(201, 201, 201, 0.4)));
  background: linear-gradient(to bottom, transparent 0%, transparent 80%, rgba(201, 201, 201, 0.4) 100%);
  border-bottom: 2px solid #BB964E;
  margin-bottom: 40px;
}@media screen and (min-width: 40em) {
  .timeline-container .timeline .timeline-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
}.timeline-container .timeline .timeline-header .timeline-header__image {
  width: 100%;
  height: auto;
}@media screen and (min-width: 40em) {
  .timeline-container .timeline .timeline-header .timeline-header__image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}@media screen and (min-width: 40em) {
  .timeline-container .timeline .timeline-header .timeline-header-right {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-bottom: 40px;
  }
}.timeline-container .timeline .timeline-header .timeline-title {
  font-family: "utopia-std", sans-serif;
  color: #BB964E;
  font-size: 2.7rem;
  text-shadow: 1px 1px 1px black;
}.timeline-container .timeline .timeline-header .timeline-duration {
  font-family: "utopia-std", sans-serif;
  color: white;
}.timeline-container .timeline .timeline-body ul li.time {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}.timeline-container .timeline .timeline-body ul li.time:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #BB964E;
}.timeline-container .timeline .timeline-body ul li.time:after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #BB964E;
}.timeline-container .timeline .timeline-body ul li.time .c-card {
  margin-left: 50px;
  overflow: visible;
}.timeline-container .timeline .timeline-body ul li.time .c-card:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 12px 0;
  border-color: transparent #002C42 transparent transparent;
}@media screen and (min-width: 40em) {
  .timeline-container .timeline .timeline-body ul li.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -30px;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .timeline-container .timeline .timeline-body ul li.time:first-of-type {
    margin-top: 0;
  }

  .timeline-container .timeline .timeline-body ul li.time:nth-child(odd) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .timeline-container .timeline .timeline-body ul li.time:nth-child(odd) .c-card:before {
    left: 100%;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #002C42;
  }

  .timeline-container .timeline .timeline-body ul li.time:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .timeline-container .timeline .timeline-body ul li.time:nth-child(even) .c-card:before {
    left: auto;
    right: 100%;
  }

  .timeline-container .timeline .timeline-body ul li.time:before {
    left: 50%;
  }

  .timeline-container .timeline .timeline-body ul li.time:after {
    left: 50%;
  }

  .timeline-container .timeline .timeline-body ul li.time .c-card {
    max-width: 43%;
    margin-left: 0;
  }
}@media screen and (min-width: 64em) {
  .timeline-container .timeline .timeline-body ul li.time {
    margin-top: -60px;
  }

  .timeline-container .timeline .timeline-body ul li.time:last-of-type {
    padding-bottom: 100px;
  }
}.timeline-container .timeline .timeline-footer {
  border: 2px solid #BB964E;
  margin-left: 45%;
  margin-right: 45%;
}.video {
  position: relative;
  display: block;
  z-index: 0;
}.video:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: '';
  display: block;
  background-color: transparent;
  z-index: 10;
}.video:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 90px;
  height: 90px;
  top: calc(50% - 45px);
  right: auto;
  bottom: auto;
  left: calc(50% - 45px);
  font-family: 'president-of-ireland';
  font-size: 90px;
  content: '\e919';
  color: white;
  line-height: 1;
  z-index: 15;
}.video:hover:before {
  background-color: rgba(14, 95, 165, 0.8);
}.video:hover:after {
  position: absolute;
  width: 110px;
  height: 110px;
  top: calc(50% - 55px);
  right: auto;
  bottom: auto;
  left: calc(50% - 55px);
  font-size: 110px;
}.video.overlay-hide:before,
.video.overlay-hide:after {
  content: '';
  display: none;
}.video.overlay-hide .yt-src-img,
.video.overlay-hide .yt-img-override {
  display: none;
}.video .yt-src-img,
.video .yt-img-override {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 5;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
}/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: '';
  }
}@charset "UTF-8";/*
 * Component Global Colour Settings / assignments 
 * - All component colours should be defined here to enable quick theming
 *
*//*
 * Blocks - block content, block spacing etc..
*//*
 * Navigation
*//*
 * Hero / heroes
*//*
 * Cards
*//*
 * Video
*//*
 * Timeline
*/:focus {
  outline: 0;
}/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}/*! 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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}/**
     * 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 {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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 {
  -webkit-box-sizing: border-box;
  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;
  cursor: auto;
}[data-whatinput='mouse'] button {
  outline: 0;
}pre {
  overflow: auto;
}button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}.is-visible {
  display: block !important;
}.is-hidden {
  display: none !important;
}.row {
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
}.row::before,
.row::after {
  display: table;
  content: ' ';
}.row::after {
  clear: both;
}.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}.row .row {
  margin-right: -0.4375rem;
  margin-left: -0.4375rem;
}@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}.row.expanded {
  max-width: none;
}.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}.row:not(.expanded) .row {
  max-width: none;
}.row.gutter-small > .column,
.row.gutter-small > .columns {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}.row.gutter-medium > .column,
.row.gutter-medium > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}.column,
.columns {
  width: 100%;
  float: left;
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}.column.row.row,
.row.row.columns {
  float: none;
}.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}.small-1 {
  width: 8.33333333%;
}.small-push-1 {
  position: relative;
  left: 8.33333333%;
}.small-pull-1 {
  position: relative;
  left: -8.33333333%;
}.small-offset-0 {
  margin-left: 0%;
}.small-2 {
  width: 16.66666667%;
}.small-push-2 {
  position: relative;
  left: 16.66666667%;
}.small-pull-2 {
  position: relative;
  left: -16.66666667%;
}.small-offset-1 {
  margin-left: 8.33333333%;
}.small-3 {
  width: 25%;
}.small-push-3 {
  position: relative;
  left: 25%;
}.small-pull-3 {
  position: relative;
  left: -25%;
}.small-offset-2 {
  margin-left: 16.66666667%;
}.small-4 {
  width: 33.33333333%;
}.small-push-4 {
  position: relative;
  left: 33.33333333%;
}.small-pull-4 {
  position: relative;
  left: -33.33333333%;
}.small-offset-3 {
  margin-left: 25%;
}.small-5 {
  width: 41.66666667%;
}.small-push-5 {
  position: relative;
  left: 41.66666667%;
}.small-pull-5 {
  position: relative;
  left: -41.66666667%;
}.small-offset-4 {
  margin-left: 33.33333333%;
}.small-6 {
  width: 50%;
}.small-push-6 {
  position: relative;
  left: 50%;
}.small-pull-6 {
  position: relative;
  left: -50%;
}.small-offset-5 {
  margin-left: 41.66666667%;
}.small-7 {
  width: 58.33333333%;
}.small-push-7 {
  position: relative;
  left: 58.33333333%;
}.small-pull-7 {
  position: relative;
  left: -58.33333333%;
}.small-offset-6 {
  margin-left: 50%;
}.small-8 {
  width: 66.66666667%;
}.small-push-8 {
  position: relative;
  left: 66.66666667%;
}.small-pull-8 {
  position: relative;
  left: -66.66666667%;
}.small-offset-7 {
  margin-left: 58.33333333%;
}.small-9 {
  width: 75%;
}.small-push-9 {
  position: relative;
  left: 75%;
}.small-pull-9 {
  position: relative;
  left: -75%;
}.small-offset-8 {
  margin-left: 66.66666667%;
}.small-10 {
  width: 83.33333333%;
}.small-push-10 {
  position: relative;
  left: 83.33333333%;
}.small-pull-10 {
  position: relative;
  left: -83.33333333%;
}.small-offset-9 {
  margin-left: 75%;
}.small-11 {
  width: 91.66666667%;
}.small-push-11 {
  position: relative;
  left: 91.66666667%;
}.small-pull-11 {
  position: relative;
  left: -91.66666667%;
}.small-offset-10 {
  margin-left: 83.33333333%;
}.small-12 {
  width: 100%;
}.small-offset-11 {
  margin-left: 91.66666667%;
}.small-up-1 > .column,
.small-up-1 > .columns {
  float: left;
  width: 100%;
}.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}.small-up-2 > .column,
.small-up-2 > .columns {
  float: left;
  width: 50%;
}.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}.small-up-3 > .column,
.small-up-3 > .columns {
  float: left;
  width: 33.33333333%;
}.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}.small-up-4 > .column,
.small-up-4 > .columns {
  float: left;
  width: 25%;
}.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}.small-up-5 > .column,
.small-up-5 > .columns {
  float: left;
  width: 20%;
}.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}.small-up-6 > .column,
.small-up-6 > .columns {
  float: left;
  width: 16.66666667%;
}.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}.small-up-7 > .column,
.small-up-7 > .columns {
  float: left;
  width: 14.28571429%;
}.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}.small-up-8 > .column,
.small-up-8 > .columns {
  float: left;
  width: 12.5%;
}.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.4375rem;
  padding-left: 0.4375rem;
}.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.33333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333333%;
  }

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

  .medium-2 {
    width: 16.66666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66666667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333333%;
  }

  .medium-3 {
    width: 25%;
  }

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

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

  .medium-offset-2 {
    margin-left: 16.66666667%;
  }

  .medium-4 {
    width: 33.33333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333333%;
  }

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

  .medium-5 {
    width: 41.66666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66666667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333333%;
  }

  .medium-6 {
    width: 50%;
  }

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

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

  .medium-offset-5 {
    margin-left: 41.66666667%;
  }

  .medium-7 {
    width: 58.33333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333333%;
  }

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

  .medium-8 {
    width: 66.66666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66666667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333333%;
  }

  .medium-9 {
    width: 75%;
  }

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

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

  .medium-offset-8 {
    margin-left: 66.66666667%;
  }

  .medium-10 {
    width: 83.33333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333333%;
  }

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

  .medium-11 {
    width: 91.66666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66666667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66666667%;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    float: left;
    width: 33.33333333%;
  }

  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    float: left;
    width: 16.66666667%;
  }

  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    float: left;
    width: 14.28571429%;
  }

  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .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 print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333333%;
  }

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

  .large-2 {
    width: 16.66666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66666667%;
  }

  .large-offset-1 {
    margin-left: 8.33333333%;
  }

  .large-3 {
    width: 25%;
  }

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

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

  .large-offset-2 {
    margin-left: 16.66666667%;
  }

  .large-4 {
    width: 33.33333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333333%;
  }

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

  .large-5 {
    width: 41.66666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66666667%;
  }

  .large-offset-4 {
    margin-left: 33.33333333%;
  }

  .large-6 {
    width: 50%;
  }

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

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

  .large-offset-5 {
    margin-left: 41.66666667%;
  }

  .large-7 {
    width: 58.33333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333333%;
  }

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

  .large-8 {
    width: 66.66666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66666667%;
  }

  .large-offset-7 {
    margin-left: 58.33333333%;
  }

  .large-9 {
    width: 75%;
  }

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

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

  .large-offset-8 {
    margin-left: 66.66666667%;
  }

  .large-10 {
    width: 83.33333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333333%;
  }

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

  .large-11 {
    width: 91.66666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66666667%;
  }

  .large-offset-10 {
    margin-left: 83.33333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66666667%;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    float: left;
    width: 33.33333333%;
  }

  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    float: left;
    width: 16.66666667%;
  }

  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    float: left;
    width: 14.28571429%;
  }

  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .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: 0.875rem;
}.column-block > :last-child {
  margin-bottom: 0;
}@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.25rem;
  }

  .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,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}h1,
.h1 {
  font-size: 1.75rem;
  line-height: 1.14285714;
  margin-top: 0;
  margin-bottom: 0.5rem;
}h2,
.h2 {
  font-size: 1.625rem;
  line-height: 1.15384615;
  margin-top: 0;
  margin-bottom: 0.5rem;
}h3,
.h3 {
  font-size: 1.375rem;
  line-height: 1.13636364;
  margin-top: 0;
  margin-bottom: 0.5rem;
}h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin-top: 0;
  margin-bottom: 0.5rem;
}h5,
.h5 {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
}h6,
.h6 {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
}@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 1.75rem;
    line-height: 1.14285714;
  }

  h2,
  .h2 {
    font-size: 1.625rem;
    line-height: 1.15384615;
  }

  h3,
  .h3 {
    font-size: 1.375rem;
    line-height: 1.13636364;
  }

  h4,
  .h4 {
    font-size: 1.125rem;
    line-height: 1.33333333;
  }

  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.25;
  }

  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.25;
  }
}@media print, screen and (min-width: 64em) {
  h1,
  .h1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }

  h2,
  .h2 {
    font-size: 2.3125rem;
    line-height: 1.10810811;
  }

  h3,
  .h3 {
    font-size: 1.625rem;
    line-height: 1.15384615;
  }

  h4,
  .h4 {
    font-size: 1.125rem;
    line-height: 1.33333333;
  }

  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.25;
  }

  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.25;
  }
}a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}a:hover,
a:focus {
  color: #1468a0;
}a img {
  border: 0;
}hr {
  clear: both;
  max-width: 61.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,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  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: 1px solid #cacaca;
}blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}cite:before {
  content: "— ";
}abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}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;
}ul.no-bullet,
ol.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 print, 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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    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;
  }
}.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}.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: '\2013';
}.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}.accordion-menu li {
  width: 100%;
}.accordion-menu a {
  padding: 0.7rem 1rem;
}.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}.is-accordion-submenu-parent {
  position: relative;
}.has-submenu-toggle > a {
  margin-right: 40px;
}.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}.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 {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}[data-whatinput='mouse'] .menu li {
  outline: 0;
}.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}.menu input {
  display: inline-block;
}.menu li,
.menu.horizontal li {
  display: inline-block;
}.menu.vertical li {
  display: block;
}.menu.expanded {
  display: table;
  width: 100%;
}.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}.menu.simple li + li {
  margin-left: 1rem;
}.menu.simple a {
  padding: 0;
}@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }

  .menu.medium-vertical li {
    display: block;
  }

  .menu.medium-expanded {
    display: table;
    width: 100%;
  }

  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }

  .menu.medium-simple {
    display: table;
    width: 100%;
  }

  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }

  .menu.large-vertical li {
    display: block;
  }

  .menu.large-expanded {
    display: table;
    width: 100%;
  }

  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }

  .menu.large-simple {
    display: table;
    width: 100%;
  }

  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg,
.menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg,
.menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg,
.menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span,
.menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span,
.menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span,
.menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}.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-bottom li a {
  text-align: center;
}.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}.menu.align-left {
  text-align: left;
}.menu.align-right {
  text-align: right;
}.menu.align-right .submenu li {
  text-align: left;
}.menu.align-right.vertical .submenu li {
  text-align: right;
}.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}.menu.align-center {
  text-align: center;
}.menu.align-center .submenu li {
  text-align: left;
}.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}.menu-centered > .menu {
  text-align: center;
}.menu-centered > .menu .submenu li {
  text-align: left;
}.no-js [data-responsive-menu] ul {
  display: none;
}.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: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}.dropdown.menu a {
  padding: 0.7rem 1rem;
}[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba;
}.no-js .dropdown.menu ul {
  display: none;
}.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}.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 {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba 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 #1779ba;
}@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: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    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;
    top: 0;
  }

  .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 {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba 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 #1779ba;
  }
}@media print, 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: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    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;
    top: 0;
  }

  .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 {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba 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 #1779ba;
  }
}.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;
  left: auto;
  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;
}.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba 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 #1779ba;
}.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}.is-dropdown-submenu > li {
  width: 100%;
}.is-dropdown-submenu.js-dropdown-active {
  display: block;
}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;
  -ms-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(10, 10, 10, 0.45);
  overflow-y: scroll;
}.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  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 {
  min-width: 0;
}.reveal > :last-child {
  margin-bottom: 0;
}@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 61.25rem;
  }
}.reveal.collapse {
  padding: 0;
}@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 61.25rem;
  }
}@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 61.25rem;
  }
}@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 61.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;
}.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
}.tabs::after {
  clear: both;
}.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}.tabs.simple > li > a {
  padding: 0;
}.tabs.simple > li > a:hover {
  background: transparent;
}.tabs.primary {
  background: #1779ba;
}.tabs.primary > li > a {
  color: #fefefe;
}.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #1673b1;
}.tabs-title {
  float: left;
}.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}.tabs-panel {
  display: none;
  padding: 1rem;
}.tabs-panel.is-active {
  display: block;
}.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-weight: bold;
  cursor: pointer;
}.tooltip {
  position: absolute;
  top: calc(100% + 0.433rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  background-color: #BB964E;
  font-size: 80%;
  color: #fefefe;
}.tooltip::before {
  position: absolute;
}.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.5rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #BB964E;
  bottom: 100%;
}.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.5rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #BB964E transparent transparent;
  top: 100%;
  bottom: auto;
}.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.5rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #BB964E;
  left: 100%;
}.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.5rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #BB964E transparent transparent;
  right: 100%;
  left: auto;
}.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}.tooltip.align-left::before {
  left: 10%;
  right: auto;
}.tooltip.align-right::before {
  left: auto;
  right: 10%;
}.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 print, 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;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}.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;
  }
}/*
 * President specific mixins
*/html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}abbr[title],
dfn[title] {
  cursor: help;
}.e-breadcrumbs {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}.e-breadcrumbs .e-breadcrumb {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "jaf-facitweb", sans-serif;
  font-size: 11px;
  line-height: 22px;
  color: #8C8C8C;
  text-decoration: none;
}.e-breadcrumbs .e-breadcrumb:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip: edges;
  text-decoration-skip: edges;
}.e-breadcrumbs .e-breadcrumb:after {
  content: '';
}.e-breadcrumbs .e-breadcrumb-sep {
  font-family: "jaf-facitweb", sans-serif;
  font-size: 11px;
  line-height: 22px;
  color: #8C8C8C;
}.e-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  min-height: 50px;
  background: #002C42;
  color: white;
}[data-whatinput='mouse'] .e-button {
  outline: 0;
}.e-button:hover {
  cursor: pointer;
}.e-button:focus,
.e-button:hover {
  background-color: #0E5FA5;
  color: white;
}/*
 * Button Variations
*/.e-button--gold {
  background-color: #BB964E;
}.e-button--gold:focus,
.e-button--gold:hover {
  background-color: #0E5FA5;
}.e-button-load-more {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  display: block;
  width: 100%;
  padding-top: 15px;
  text-align: center;
  color: #BB964E;
  border-top: 2px solid #BB964E;
}[data-whatinput='mouse'] .e-button-load-more {
  outline: 0;
}.e-button-load-more:hover {
  cursor: pointer;
}.e-button-load-more:focus,
.e-button-load-more:hover {
  color: #0E5FA5;
  border-top: 2px solid #0E5FA5;
  cursor: pointer;
}h1,
h2,
h3 {
  margin: 0 0 0.5rem;
  font-weight: inherit;
  line-height: 1.2;
}h1,
h2,
h3,
h4,
h5,
h6 .e-page-title {
  font-family: "utopia-std", sans-serif;
  color: #002C42;
}h1 {
  font-size: 28px;
  line-height: 32px;
}@media screen and (min-width: 64em) {
  h1 {
    font-size: 44px;
    line-height: 48px;
  }
}h2 {
  font-size: 26px;
  line-height: 30px;
}@media screen and (min-width: 64em) {
  h2 {
    font-size: 37px;
    line-height: 41px;
  }
}h3 {
  font-size: 22px;
  line-height: 25px;
}@media screen and (min-width: 64em) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}h4 {
  font-size: 18px;
  line-height: 24px;
}@media screen and (min-width: 64em) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}h5 {
  font-size: 16px;
  line-height: 20px;
}@media screen and (min-width: 64em) {
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
}@media screen and (min-width: 64em) {
  .e-page-title {
    font-size: 54px;
    line-height: 58px;
  }
}@font-face {
  font-family: 'president-of-ireland';
  src: url("../styleguide_assets/fonts/president-of-ireland.eot?pl67y2");
  src: url("../styleguide_assets/fonts/president-of-ireland.eot?pl67y2#iefix") format("embedded-opentype"), url("../styleguide_assets/fonts/president-of-ireland.ttf?pl67y2") format("truetype"), url("../styleguide_assets/fonts/president-of-ireland.woff?pl67y2") format("woff"), url("../styleguide_assets/fonts/president-of-ireland.svg?pl67y2#president-of-ireland") format("svg");
  font-weight: normal;
  font-style: normal;
}[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'president-of-ireland' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.icon-arrow-down:before {
  content: "\e90e";
  color: #fff;
}.icon-arrow-up:before {
  content: "\e90f";
  color: #fff;
}.icon-search:before {
  content: "\e910";
  color: #fff;
}.icon-sharing-facebook:before {
  content: "\e911";
  color: #fff;
}.icon-sharing-instagram:before {
  content: "\e912";
  color: #fff;
}.icon-sharing-twitter:before {
  content: "\e913";
  color: #fff;
}.icon-slider-arrow-left:before {
  content: "\e914";
  color: #fff;
}.icon-slider-arrow-right:before {
  content: "\e915";
  color: #fff;
}.icon-slider-next:before {
  content: "\e916";
  color: #fff;
}.icon-slider-prev:before {
  content: "\e917";
  color: #fff;
}.icon-social-sharing:before {
  content: "\e918";
  color: #fff;
}.icon-video-play:before {
  content: "\e919";
  color: #fff;
}.icon-all-media:before {
  content: "\e900";
  color: #fff;
}.icon-arrow-left:before {
  content: "\e901";
  color: #fff;
}.icon-arrow-right:before {
  content: "\e902";
  color: #fff;
}.icon-audio:before {
  content: "\e903";
  color: #fff;
}.icon-credits:before {
  content: "\e904";
  color: #fff;
}.icon-date:before {
  content: "\e905";
  color: #fff;
}.icon-expand:before {
  content: "\e906";
  color: #fff;
}.icon-location:before {
  content: "\e907";
  color: #fff;
}.icon-news:before {
  content: "\e908";
  color: #fff;
}.icon-overview:before {
  content: "\e909";
  color: #fff;
}.icon-photos:before {
  content: "\e90a";
  color: #fff;
}.icon-publications:before {
  content: "\e90b";
  color: #fff;
}.icon-speeches:before {
  content: "\e90c";
  color: #fff;
}.icon-video:before {
  content: "\e90d";
  color: #fff;
}.icon-list {
  background-color: #0E5FA5;
  padding: 5rem;
}.icon-list.bg li {
  background-color: #002C42;
}.icon-list li {
  background-color: white;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-width: 40px;
  padding: 0.5rem;
  margin: 0.5rem;
  border-radius: 2px;
}.icon-list li span {
  font-size: 20px;
}.icon-list li span:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #002C42;
}.icon-list li:hover span:before {
  color: #BB964E;
}img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}input {
  border: 1px solid #C6C6C6;
}input:focus,
input:hover {
  border: 1px solid #BB964E;
}a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}@media screen and (min-width: 64em) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}.o-block--grey {
  background: #F2F2F2;
}.o-block--pale-blue {
  background: #CFDFED;
}.o-block--pale-blue.overlay {
  position: relative;
  z-index: 0;
}.o-block--pale-blue.overlay:before {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DBE7F1;
  border-radius: 0 0 0 80%;
}.o-block--pale-blue.overlay .o-block-content {
  position: relative;
  z-index: 10;
}.o-list-bare {
  padding: 0;
  margin: 0;
  list-style: none;
}.o-list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}.o-list-inline__item {
  display: inline-block;
}/* ==========================================================================
   #MEDIA
   ========================================================================== *//**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */.o-media {
  display: block;
}.o-media::before,
.o-media::after {
  content: ' ';
  display: table;
}.o-media::after {
  clear: both;
}.o-media__img {
  float: left;
  margin-right: 10px;
}.o-media__img > img {
  display: block;
}.o-media__body {
  overflow: hidden;
  display: block;
}.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}/* Size variants
   ========================================================================== *//**
 * Modify the amount of space between our image and our text. We also have
 * reversible options for all available sizes.
 */.o-media--tiny > .o-media__img {
  margin-right: 5px;
}.o-media--tiny.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 5px;
}.o-media--small > .o-media__img {
  margin-right: 10px;
}.o-media--small.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 10px;
}.o-media--large > .o-media__img {
  margin-right: 20px;
}.o-media--large.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 20px;
}.o-media--huge > .o-media__img {
  margin-right: 30px;
}.o-media--huge.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 30px;
}/* Reversed media objects
   ========================================================================== */.o-media--reverse > .o-media__img {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}/* Gutterless media objects
   ========================================================================== */.o-media--flush > .o-media__img {
  margin-right: 0;
  margin-left: 0;
}/**
 * 1. Fill all available space.
 * 2. Cause children to be automatically equally sized.
 */.o-pack {
  width: 100%;
  /* [1] */
  display: table;
  table-layout: fixed;
  /* [2] */
}.o-pack__item {
  display: table-cell;
}.o-pack__item--middle {
  display: table-cell;
  vertical-align: middle;
}.o-pack__item--bottom {
  display: table-cell;
  vertical-align: bottom;
}.c-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}.c-card:hover {
  -webkit-box-shadow: 2px 0px 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 0px 5px 5px rgba(0, 0, 0, 0.05);
}.c-card:hover .c-card-section .c-card-title {
  color: #BB964E;
}.c-card .c-card-top {
  line-height: 0;
}.c-card .c-card-top .c-card__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}.c-card .c-card-content {
  background: white;
  padding: 20px 29px;
}.c-card .c-card-content .c-card-text {
  color: #222222;
}.c-card .c-card-section .c-card-title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #002C42;
  font-size: 18px;
  line-height: 24px;
}.c-card .c-card-info {
  color: #0E5FA5;
  font-family: "jaf-facitweb", sans-serif;
  font-size: 14px;
  line-height: 17px;
}.c-card .c-card-info .c-card__icon:before {
  font-size: 14px;
  line-height: 17px;
  color: #0E5FA5;
}.c-card .c-card-divider {
  width: 100%;
  min-height: 50px;
  background: white;
  border-top: 2px solid #F2F2F2;
}@media screen and (min-width: 64em) {
  .c-card .c-card-divider {
    border-top: 3px solid #F2F2F2;
  }
}.c-card .c-card-divider .card-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding: 3px 30px 0;
  line-height: 1;
}.c-card .c-card-divider .card-media li {
  margin: 0;
}.c-card .c-card-divider .card-media li a {
  padding: 0;
}.c-card .c-card-divider .card-media li a span:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  font-size: 17px;
  padding: 12px 9px;
  color: #0E5FA5;
}.c-card .c-card-divider .card-media li:hover a span:before {
  color: #BB964E;
}.c-card--dark .c-card-top {
  background-color: #355767;
}.c-card--dark .c-card-content {
  position: relative;
  z-index: 0;
  background-color: #002C42;
}.c-card--dark .c-card-content:before {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 0 80%;
}.c-card--dark .c-card-section .c-card-title {
  color: white;
}.c-card--dark .c-card-info {
  color: #BB964E;
}.c-card--dark .c-card-info .c-card__icon:before {
  font-size: 14px;
  line-height: 17px;
  color: #BB964E;
}.c-hero {
  position: relative;
  z-index: 0;
}.c-hero .c-hero__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
}.c-hero .c-hero-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}.c-hero .c-hero-content .c-hero__title {
  color: white;
}.c-hero .c-hero-content .c-hero__text {
  color: white;
}.c-hero .c-hero-content .c-hero__button {
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-transform: uppercase;
}.material-design-nav {
  background: white;
}@media screen and (max-width: 63.9375em) {
  .material-design-nav {
    margin-bottom: 30px;
  }

  .material-design-nav .accordion-title {
    text-transform: uppercase;
    color: #BB964E;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
  }

  .material-design-nav .accordion-title:before {
    font-family: 'president-of-ireland';
    content: '\e90e';
  }

  .material-design-nav .accordion-title[aria-selected="true"]:before {
    font-family: 'president-of-ireland';
    content: '\e90f';
  }
}@media screen and (min-width: 64em) {
  .material-design-nav .menu.material {
    position: relative;
  }

  .material-design-nav .menu.material li {
    max-width: 30%;
  }

  .material-design-nav .menu.material li.active a {
    background: transparent;
  }

  .material-design-nav .menu.material li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #8C8C8C;
  }

  .material-design-nav .menu.material li a:hover {
    color: #BB964E;
  }
}@media screen and (min-width: 64em) {
  .material:before {
    background-color: #BB964E;
    display: inline-block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    z-index: 5;
    will-change: left, right;
  }
}.c-pull-quote {
  width: 100%;
  background-color: #F2F2F2;
  border-left: 4px solid #BB964E;
  color: #002C42;
  font-family: "Utopia Std";
  font-size: 18px;
  line-height: 24px;
  padding: 27px 22px 21px;
}@media screen and (min-width: 40em) {
  .c-pull-quote {
    padding: 27px 15px 29px;
  }
}@media screen and (min-width: 64em) {
  .c-pull-quote {
    padding: 27px 29px 16px;
  }
}.c-site-footer {
  border-top: 0.4375rem solid #bb964e;
}.c-site-footer section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1000px;
}.c-site-footer section article {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  float: left;
  display: block;
  padding: 0;
}.c-site-footer section article h3 {
  text-align: left !important;
  color: white;
  font-size: 1.0625rem;
}.c-footer-ts-and-cs {
  background-color: black;
  padding: 20px;
}.c-footer-ts-and-cs li a {
  font-family: "jaf-facitweb", sans-serif;
  font-size: 0.875rem;
  color: white;
}.c-card-slider {
  z-index: 0;
  /*
	 * Slick Navigation
	 */
}.c-card-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}.c-card-slider .slick-prev,
.c-card-slider .slick-next {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
  width: 52px;
  height: 52px;
  border: 2px solid white;
  border-radius: 50%;
  padding-top: 12px;
}.c-card-slider .slick-prev:before,
.c-card-slider .slick-next:before {
  font-family: 'president-of-ireland';
  font-size: 22px;
}.c-card-slider .slick-prev:hover,
.c-card-slider .slick-next:hover {
  background-color: rgba(187, 150, 78, 0.8);
}.c-card-slider .slick-prev {
  left: 15px;
  padding-left: 12px;
}@media screen and (min-width: 40em) {
  .c-card-slider .slick-prev {
    left: 10px;
  }
}.c-card-slider .slick-prev:before {
  content: "\e901";
}.c-card-slider .slick-next {
  right: 15px;
  padding-left: 15px;
}@media screen and (min-width: 40em) {
  .c-card-slider .slick-next {
    right: 10px;
  }
}.c-card-slider .slick-next:before {
  content: "\e902";
}.c-card-slider .c-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}.c-card-slider .c-slide img {
  width: 100%;
  height: auto;
  max-height: 230px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
}.tabs.subpage-tabs {
  position: relative;
}.tabs.subpage-tabs li.tabs-title a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  color: #8C8C8C;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}.tabs.subpage-tabs li.tabs-title a .tab-icon {
  margin-right: 10px;
}.tabs.subpage-tabs li.tabs-title a .tab-icon:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #8C8C8C;
}.tabs.subpage-tabs li.tabs-title a:hover {
  color: #BB964E;
}.tabs.subpage-tabs li.tabs-title a:hover .tab-icon:before {
  color: #BB964E;
}.tabs.subpage-tabs li.tabs-title.is-active a[aria-selected='true'] {
  background: transparent;
  color: #BB964E;
}.tabs.subpage-tabs li.tabs-title.is-active a[aria-selected='true'] .tab-icon:before {
  color: #BB964E;
}.tabs.subpage-tabs li.tabs-title:focus {
  color: #BB964E;
}.subpage-tabs:before {
  background-color: #BB964E;
  display: inline-block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  z-index: 5;
  will-change: left, right;
}.timeline-container {
  background: url(../styleguide_assets/images/aras-stretch.png) no-repeat center center fixed;
  background-size: cover;
  background-color: #0E5FA5;
}@media screen and (min-width: 64em) {
  .timeline-container .timeline {
    margin-bottom: 120px;
  }
}.timeline-container .timeline .timeline-header {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(201, 201, 201, 0.4)));
  background: linear-gradient(to bottom, transparent 0%, transparent 80%, rgba(201, 201, 201, 0.4) 100%);
  border-bottom: 2px solid #BB964E;
  margin-bottom: 40px;
}@media screen and (min-width: 40em) {
  .timeline-container .timeline .timeline-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
}.timeline-container .timeline .timeline-header .timeline-header__image {
  width: 100%;
  height: auto;
}@media screen and (min-width: 40em) {
  .timeline-container .timeline .timeline-header .timeline-header__image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}@media screen and (min-width: 40em) {
  .timeline-container .timeline .timeline-header .timeline-header-right {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-bottom: 40px;
  }
}.timeline-container .timeline .timeline-header .timeline-title {
  font-family: "utopia-std", sans-serif;
  color: #BB964E;
  font-size: 2.7rem;
  text-shadow: 1px 1px 1px black;
}.timeline-container .timeline .timeline-header .timeline-duration {
  font-family: "utopia-std", sans-serif;
  color: white;
}.timeline-container .timeline .timeline-body ul li.time {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}.timeline-container .timeline .timeline-body ul li.time:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #BB964E;
}.timeline-container .timeline .timeline-body ul li.time:after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #BB964E;
}.timeline-container .timeline .timeline-body ul li.time .c-card {
  margin-left: 50px;
  overflow: visible;
}.timeline-container .timeline .timeline-body ul li.time .c-card:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 12px 0;
  border-color: transparent #002C42 transparent transparent;
}@media screen and (min-width: 40em) {
  .timeline-container .timeline .timeline-body ul li.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -30px;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .timeline-container .timeline .timeline-body ul li.time:first-of-type {
    margin-top: 0;
  }

  .timeline-container .timeline .timeline-body ul li.time:nth-child(odd) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .timeline-container .timeline .timeline-body ul li.time:nth-child(odd) .c-card:before {
    left: 100%;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #002C42;
  }

  .timeline-container .timeline .timeline-body ul li.time:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .timeline-container .timeline .timeline-body ul li.time:nth-child(even) .c-card:before {
    left: auto;
    right: 100%;
  }

  .timeline-container .timeline .timeline-body ul li.time:before {
    left: 50%;
  }

  .timeline-container .timeline .timeline-body ul li.time:after {
    left: 50%;
  }

  .timeline-container .timeline .timeline-body ul li.time .c-card {
    max-width: 43%;
    margin-left: 0;
  }
}@media screen and (min-width: 64em) {
  .timeline-container .timeline .timeline-body ul li.time {
    margin-top: -60px;
  }

  .timeline-container .timeline .timeline-body ul li.time:last-of-type {
    padding-bottom: 100px;
  }
}.timeline-container .timeline .timeline-footer {
  border: 2px solid #BB964E;
  margin-left: 45%;
  margin-right: 45%;
}.video {
  position: relative;
  display: block;
  z-index: 0;
}.video:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: '';
  display: block;
  background-color: transparent;
  z-index: 10;
}.video:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 90px;
  height: 90px;
  top: calc(50% - 45px);
  right: auto;
  bottom: auto;
  left: calc(50% - 45px);
  font-family: 'president-of-ireland';
  font-size: 90px;
  content: '\e919';
  color: white;
  line-height: 1;
  z-index: 15;
}.video:hover:before {
  background-color: rgba(14, 95, 165, 0.8);
}.video:hover:after {
  position: absolute;
  width: 110px;
  height: 110px;
  top: calc(50% - 55px);
  right: auto;
  bottom: auto;
  left: calc(50% - 55px);
  font-size: 110px;
}.video.overlay-hide:before,
.video.overlay-hide:after {
  content: '';
  display: none;
}.video.overlay-hide .yt-src-img,
.video.overlay-hide .yt-img-override {
  display: none;
}.video .yt-src-img,
.video .yt-img-override {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 5;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
}/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: '';
  }
}