@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Overpass:200,400,700|Roboto:400,700");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

/**
 * 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 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, .button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 */ }

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.3333333333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.3333333333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.6666666667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.6666666667%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.3333333333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.3333333333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.6666666667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.6666666667%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.3333333333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.3333333333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.6666666667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.6666666667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.3333333333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.3333333333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.6666666667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.6666666667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.3333333333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.6666666667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.3333333333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.6666666667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.3333333333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.6666666667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.3333333333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.6666666667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.3333333333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.6666666667%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.3333333333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.6666666667%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.3333333333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.6666666667%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.3333333333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.6666666667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1087px) {
    .column.is-narrow-touch {
      flex: none; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-touch {
      margin-left: 8.3333333333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-touch {
      margin-left: 16.6666666667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-touch {
      margin-left: 33.3333333333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-touch {
      margin-left: 41.6666666667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-touch {
      margin-left: 58.3333333333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-touch {
      margin-left: 66.6666666667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-touch {
      margin-left: 83.3333333333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-touch {
      margin-left: 91.6666666667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.3333333333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.6666666667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.3333333333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.6666666667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.3333333333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.6666666667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.3333333333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.6666666667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.3333333333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.6666666667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.3333333333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.6666666667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.3333333333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.6666666667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.3333333333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.6666666667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1472px) {
    .column.is-narrow-fullhd {
      flex: none; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.3333333333%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.6666666667%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.3333333333%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.6666666667%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.3333333333%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.6666666667%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.3333333333%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.6666666667%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .columns.is-centered {
    justify-content: center;
    align-items: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1088px) {
    .columns.is-desktop {
      display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.3333333333%; }
    .tile.is-2 {
      flex: none;
      width: 16.6666666667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.3333333333%; }
    .tile.is-5 {
      flex: none;
      width: 41.6666666667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.3333333333%; }
    .tile.is-8 {
      flex: none;
      width: 66.6666666667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.3333333333%; }
    .tile.is-11 {
      flex: none;
      width: 91.6666666667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

/* Site Colours */
/* Font Colours */
/* Fonts */
/* Z-index */
/* Breakpoints */
.navigation--mobile:after, .header--mobile:after {
  content: '';
  display: block;
  clear: both; }

.--green .profile a,
.--green .link,
.--green .article h2 {
  color: #00AA3C !important; }
.--green .button:not(.button--outline),
.--green .section--theme-colour,
.--green .navigation--desktop .navigation__item--parent:hover,
.--green .navigation__wrapper,
.--green .navigation__item--parent.open {
  background: #00AA3C !important; }
.--green .navigation--mobile .navigation__item--parent.open > .navigation__wrapper .navigation__wrapper {
  background: #00772a !important; }
.--green .section--theme-colour {
  background: #00AA3C;
  color: #FFFFFF; }
  .--green .section--theme-colour p {
    color: #FFFFFF; }
.--green .header--mobile,
.--green .navigation__actions,
.--green .navigation--mobile,
.--green .navigation--mobile .navigation__menu,
.--green .navigation--mobile .navigation__menu ul {
  background: #002b0f; }
.--green .navigation--small {
  background: #002b0f; }
  .--green .navigation--small ul {
    padding: 0 !important; }
    .--green .navigation--small ul:before {
      display: none; }
.--green .footer {
  background: #002b0f; }
.--green .trench--footer::before {
  background-image: url("../images/trench-footer-bg-green.svg"); }

.--blue .profile a,
.--blue .link,
.--blue .article h2 {
  color: #0490E4 !important; }
.--blue .button:not(.button--outline),
.--blue .section--theme-colour,
.--blue .navigation--desktop .navigation__item--parent:hover,
.--blue .navigation__wrapper,
.--blue .navigation__item--parent.open {
  background: #0490E4 !important; }
.--blue .navigation--mobile .navigation__item--parent.open > .navigation__wrapper .navigation__wrapper {
  background: #0370b2 !important; }
.--blue .section--theme-colour {
  background: #0490E4;
  color: #FFFFFF; }
  .--blue .section--theme-colour p {
    color: #FFFFFF; }
.--blue .header--mobile,
.--blue .navigation__actions,
.--blue .navigation--mobile,
.--blue .navigation--mobile .navigation__menu,
.--blue .navigation--mobile .navigation__menu ul {
  background: #024167; }
.--blue .navigation--small {
  background: #024167; }
  .--blue .navigation--small ul {
    padding: 0 !important; }
    .--blue .navigation--small ul:before {
      display: none; }
.--blue .footer {
  background: #024167; }
.--blue .trench--footer::before {
  background-image: url("../images/trench-footer-bg-blue.svg"); }

* {
  box-sizing: border-box; }

body,
html {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px; }
  body.scroll-lock,
  html.scroll-lock {
    overflow: hidden; }

.contain {
  width: 100%;
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 2em; }
  .contain--hugme {
    padding: 0; }
  .contain--small {
    max-width: 835px; }

.column {
  padding: 1.3rem; }
  @media only screen and (max-width: 768px) {
    .column {
      padding: 1.3rem 0; } }

.--blue * {
  color: #0490E4; }

.full-width {
  margin: 3em calc(-50vw + 20%) 3em calc(-51vw + 80%); }
  @media only screen and (max-width: 800px) {
    .full-width {
      margin: 3em calc(-40vw + 30%) 3em calc(-70vw + 70%); } }

.is-hidden {
  display: none !important; }
  @media only screen and (max-width: 1000px) {
    .is-hidden-mobile {
      display: none !important; } }
  @media only screen and (min-width: 1001px) {
    .is-hidden-desktop {
      display: none !important; } }

.parallax {
  max-height: 330px;
  overflow-y: hidden; }

.rows {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .rows .row {
    display: flex;
    flex: 1; }
  .rows .is-top {
    align-items: flex-start; }
  .rows .is-bottom {
    align-items: flex-end; }
  .rows .is-right {
    justify-content: flex-end; }

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

.--white * {
  color: #FFFFFF; }

/*md

# a

a styles.

```html_example

        <a>Home</a>

```
*/
a {
  text-decoration: underline;
  color: #0490E4; }
  a:hover {
    cursor: pointer; }

/*md

# Link

link styles.

```html_example
        
    <a class="link">Read more</a><br />
    <a class="link link--angle">Read more</a>

```
*/
.link {
  color: #0490E4;
  margin: 0 0 0.5em; }
  .link--angle {
    display: flex;
    text-decoration: none; }
    .link--angle:before {
      content: '>';
      margin: 0 0.5em 0 0; }

/*md

# Blockquote 

Blockquote styles.

```html_example

    <blockquote>The Nippon Foundation-GEBCO Seabed 2030 Project is aiming to map the global ocean floor by 2030. To do this we need a lot of data!<cite>Satinder Bindra: Director, Nippon Foundation-GEBCO Seabed 2030 Project</cite></blockquote>


```
*/
blockquote {
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 32px;
  text-align: center;
  line-height: 42px;
  color: #5D5D5D; }
  blockquote cite {
    display: block;
    margin: 3em 0 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    color: #5D5D5D; }

.burger-menu__bars, .burger-menu__bars:before, .burger-menu__bars:after {
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background-color: #FFFFFF;
  transition: all cubic-bezier(0.81, 0.01, 0.19, 1) 0.5s; }

.burger-menu {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px; }
  .burger-menu:after {
    content: 'Navigation';
    position: absolute;
    top: 2px;
    left: 30px;
    color: #FFFFFF; }
  .open .burger-menu:after {
    content: 'Close'; }
  .open .burger-menu .burger-menu__bars {
    transform: rotate(45deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
    .open .burger-menu .burger-menu__bars:before {
      opacity: 0; }
    .open .burger-menu .burger-menu__bars:after {
      transform: rotate(45deg);
      -webkit-transform: translate3d(0, -7px, 0) rotate(-270deg);
      transform: translate3d(0, -7px, 0) rotate(-270deg); }
  .burger-menu__bars {
    top: 50%;
    display: block; }
    .burger-menu__bars:before, .burger-menu__bars:after {
      position: absolute;
      content: ''; }
    .burger-menu__bars:before {
      top: -7px; }
    .burger-menu__bars:after {
      top: 7px; }
    @media only screen and (min-width: 1001px) {
      .burger-menu__bars {
        height: 4px; }
        .burger-menu__bars:before {
          top: -12px; }
        .burger-menu__bars:after {
          top: 12px; } }

/*md

# Button

Button styles.

```html_example
<button class="button">Button</button>
```
*/
.button {
  display: inline-block;
  background: #0490E4;
  color: #fff;
  padding: 1em 2em;
  line-height: 1.2;
  border: none;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: ease all 0.2s; }
  @media only screen and (max-width: 800px) {
    .button {
      width: 100%; } }
  .button:hover {
    cursor: pointer;
    background: #025180; }

/*md

# Circle image

Circle image styles.

```html_example

    <div class="circle">
        <div class="circle__container">
            <img src="../dist/images/test.jpg" alt="Test Image"/>
        </div>
    </div>

        
```
*/
.circle {
  border-radius: 50%;
  overflow: hidden;
  padding: 0; }
  .circle__container {
    position: relative;
    padding-top: 100%;
    width: 100%; }
  .circle img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: none; }
  .circle--large {
    max-width: 500px; }
  .circle--profile {
    max-width: 160px; }
    .circle--profile img {
      height: auto;
      width: 150%; }

/*md

# div

div styles.

```html_example

        <a>Home</a>

```
*/
div {
  display: block; }

/*md

# H1

H1 styles.

```html_example
<h1>GEBCO title</h1>
```
*/
h1, h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  color: #0490E4;
  margin: 0 0 1em; }

/*md

# H2

H2 styles.

```html_example
<h2>GEBCO title</h2>
```
*/
h2 {
  font-size: 22px;
  margin: 0 0 0.5em; }

/*md

# H3

H3 styles.

```html_example
<h3>Latest News</h3>
```
*/
h3 {
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 1.875em; }

/*md

# H3

H3 styles.

```html_example
<h3>Latest News</h3>
```
*/
h3 {
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 1.875em; }

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

/*md

# input

input styles.

```html_example

    <input type="text" placeholder="Input text..." class="input"/>

```
*/
.input {
  padding: 1rem;
  border: 0;
  font-size: 15px; }
  .input::placeholder, .input:-moz-placeholder, .input::-moz-placeholder, .input:-ms-input-placeholder, .input::-webkit-input-placeholder {
    color: #7E7E7E; }
  .input--with-border {
    border: 1px solid #F0F0F0;
    border-right: 0; }

li {
  color: #5d5d5d;
  line-height: 1.5;
  padding: 0.2em 0; }
  .inline-list li {
    display: inline-block;
    margin: 0 1em 0 0;
    vertical-align: middle;
    padding: 0; }
  .dots li:after {
    content: '.';
    margin: 0 0 0 1em; }
  .dots li:last-child:after {
    content: ''; }
  .links li {
    list-style: none;
    padding: 0; }
    .links li a {
      display: flex;
      text-decoration: none; }
      .links li a:before {
        content: '>';
        margin: 0 0.5em 0 0; }

.logo--icon {
  max-width: 65px;
  height: 65px;
  padding: 0; }
.logo--small {
  max-width: 120px; }
.logo--large {
  max-width: 220px; }

ol {
  list-style: inside decimal;
  margin: 0;
  padding: 0; }

/*md

# Paragraph

paragraph styles.

```html_example
<p>This is a standard paragraph</p>
```
*/
p {
  color: #5d5d5d;
  margin: 0 0 1em;
  line-height: 1.5; }

.section {
  padding: 4.375em 0; }
  @media only screen and (max-width: 800px) {
    .section {
      padding: 1.25em 0; } }
  .section--last {
    padding: 7.25em 0 11.125em; }
    @media only screen and (max-width: 800px) {
      .section--last {
        padding: 4.0625em 0 4.5em; } }
  .section__content > img {
    margin: 0 0 2.375em; }
  .section__content > {
    margin-top: 0; }
  .section__content .search-box {
    margin: 0 0 2em;
    max-width: 660px; }
  .section__content-group {
    margin: 0 0 4rem; }
    .section__content-group h3 {
      margin: 0 0 1rem; }
  .section__title {
    font-size: 22px;
    font-family: "Overpass", Helvetica, Arial, sans-serif;
    margin: 0 0 0.5em; }
  .section__subtitle {
    font-size: 30px;
    color: #0490E4;
    margin: 0 0 2rem; }
    @media only screen and (max-width: 800px) {
      .section__subtitle {
        font-size: 25px; } }
  .section__stats + * {
    margin: 8.4375em 0 0; }
  .section--extra-padding {
    padding: 8.125em 0; }
  .section--main {
    padding: 2.75em 0 4.375em; }
    .section--main .section__title {
      font-size: 48px; }
      @media only screen and (max-width: 800px) {
        .section--main .section__title {
          font-size: 30px; } }
    .section--main .section__content {
      max-width: 760px; }
  .section--offwhite {
    background: #F5F5F5; }
    .section--offwhite .small-title {
      color: #5d5d5d; }
  .section--blue {
    background: #0074BA;
    color: #FFFFFF; }
    .section--blue p {
      color: #FFFFFF; }
    .section--blue.trench--section:before {
      background-image: url("../images/trench-section-bg-blue.svg");
      z-index: -1; }
  .section--white.trench--section:before {
    background-image: url("../images/trench-section-bg-white.svg"); }
  .section--offset {
    margin-bottom: -16em !important; }
    .section--offset .contain {
      position: relative;
      top: -230px; }
    .section--offset.trench--section {
      margin: 0; }
      .section--offset.trench--section:before {
        top: -180px;
        z-index: 0; }
    .section--offset-before {
      padding-bottom: 16em; }
  .section--full-image, .section--full-image-text {
    padding: 9.625em 0 12.9375em;
    background-size: cover;
    min-height: 500px; }
    @media only screen and (max-width: 800px) {
      .section--full-image, .section--full-image-text {
        padding: 6.875em 0 9.375em; } }
    .section--full-image p + .button, .section--full-image-text p + .button {
      margin: 1.25em 0 0; }
  .section--contour {
    background: url("../images/contours.svg") no-repeat;
    background-size: 40%;
    background-position: 102% 90%; }

.select {
  background-image: url("../images/select-triangle.svg");
  background-repeat: no-repeat;
  background-position: 95% 22px;
  background-color: #FFFFFF;
  width: 100%;
  min-width: 130px;
  padding: 1em;
  max-height: 50px;
  border: 0;
  color: #5d5d5d;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .select--border {
    border: 1px solid #F0F0F0; }

.small-title {
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 2em; }
  @media only screen and (max-width: 800px) {
    .small-title {
      text-align: center; } }

/*md

# Header 

header styles.

```html_example

    <div class="social-icon social-icon--twitter"></div>
    <div class="social-icon social-icon--facebook"></div>

```
*/
.social-icon {
  position: relative;
  width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0; }
  .social-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto; }
  .social-icon--twitter {
    background: #00ACED; }
    .social-icon--twitter:after {
      content: url(../images/twitter-logo.png);
      transform: translate(-43%, -45%); }
  .social-icon--facebook {
    background: #3B5998; }
    .social-icon--facebook:after {
      content: url(../images/facebook-logo.png); }
  .social-icon--email {
    background: #5d5d5d; }
    .social-icon--email:after {
      content: url(../images/email-icon.png); }
  .social-icon--share {
    background: #A3D54A; }
    .social-icon--share:after {
      content: url(../images/share-icon.png); }

strong {
  font-family: "Overpass", Helvetica, Arial, sans-serif; }

/*md

# Title

title styles.

```html_example
    
    <p class="title">RRS James Cook cruise JC031</p>

```
*/
.title {
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-size: 48px;
  color: #0490E4; }
  .title--white {
    color: #FFFFFF; }
  .title--medium {
    font-size: 22px; }
  .title--small {
    font-size: 18px; }
  .title--bold {
    font-weight: bold; }

/*md

# Trench

Trench background image styles.

```html_example

    <div class="trench trench--header"></div>

    <div class="trench trench--section"></div>

    <div class="trench trench--footer"></div>

```
*/
.trench {
  position: relative; }
  .trench:before {
    content: '';
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: bottom; }
  .trench--section {
    margin: 10em 0 0;
    padding: 0 0 7em; }
    .trench--section:before {
      background-image: url("../images/trench-section-bg.svg");
      top: -172px;
      height: 186px; }
  .trench--footer:before {
    background-image: url("../images/trench-footer-bg.svg");
    top: -96px;
    height: 97px; }

ul {
  list-style: inside disc;
  margin: 0;
  padding: 0; }

/*md

# Article

Article styles.

```html_example

    <article class="article">

        <h2 class="article__title">Gridded Bathymetry Data</h2>
        <img src="../dist/images/test.jpg" alt="Test Image" />
        <p>GEBCO’s gridded bathymetric data sets are global terrain models for ocean and land.</p>
        <button class="button">Read more</button>

    </article>

    <article class="article article--section-full columns is-centered">
        
        <div class="circle column">
            <div class="circle__container">
                <img src="../dist/images/test.jpg" alt="Test Image"/>
            </div>
        </div>
        
        <div class="article__content column ">
            <h2 article="article_title">Gridded Bathymetry Data</h2>
            <p>GEBCO’s gridded bathymetric data sets are global terrain models for ocean and land.</p>
            <button class="button">Read more</button>
        </div>

    </article>

    <article class="article article--white">
        
        <img src="../dist/images/test.jpg" alt="Test Image" />
        <strong class="article__title">Gridded Bathymetry Data</strong>
        <p>GEBCO’s gridded bathymetric data sets are global terrain models for ocean and land.</p>
        <button class="button button--outlined">Read more</button>

    </article>

    <article class="article article--video">
        
        <img src="../dist/images/test.jpg" alt="Test Image" />
        <strong class="article__title">Gridded Bathymetry Data</strong>
        <p>GEBCO’s gridded bathymetric data sets are global terrain models for ocean and land.</p>
        <button class="button button--outlined">Read more</button>

    </article>


    <article class="article article--news">
        
        <div class="article__preview">
            <strong class="article__title">Gridded Bathymetry Data</strong>
            <p>GEBCO’s gridded bathymetric data sets are global terrain models for ocean and land.</p>
            <a href="#" class="link link--angle">Read more</a>
        </div>
        
        <div class="article__thumbnail">
            <img src="../dist/images/test.jpg" alt="Test Image" />
        </div>

    </article>


```
*/
.article img {
  margin: 0 0 1em; }
.article p + .button {
  margin: 0.8em 0 0; }
.article__title {
  display: block;
  margin: 0 0 1em; }
@media only screen and (min-width: 801px) {
  .article__thumbnail {
    max-width: 233px; } }
@media only screen and (max-width: 800px) {
  .article__thumbnail {
    margin: 0 0 1em; } }
.article__date {
  display: block;
  color: #0490E4;
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin: 0 0 0.5em; }
.article__author {
  display: block;
  margin: 0 0 2em; }
  .article__author span {
    color: #0490E4; }
.article__related {
  margin: 6em 0 0; }
.article__preview a {
  display: flex;
  text-decoration: none; }
  .article__preview a:before {
    content: '>';
    margin: 0 0.5em 0 0; }
.article--section-full > *:first-child {
  margin: 0 5em 0 0; }
  @media only screen and (max-width: 800px) {
    .article--section-full > *:first-child {
      margin: 0 auto 2em; } }
.article--section-full h3 {
  margin: 0 0 2em; }
@media only screen and (min-width: 801px) {
  .article--section-full .article__content {
    max-width: 475px;
    width: 30%; } }
.article--section-full .article__content p {
  margin: 0 0 2em; }
.article--section-full .article__title {
  font-size: 48px;
  margin: 0 0 0.5em; }
.article--white strong,
.article--white p {
  color: #FFFFFF !important; }
.article--video {
  position: relative; }
  .article--video:after {
    position: absolute;
    content: url("../images/video-icon.svg");
    top: 35px;
    left: 35px; }
.article--list {
  margin: 3em 0 0; }
.article--list-item {
  display: flex;
  border-bottom: 1px solid #E8E8E8;
  padding: 0 0 3em;
  margin: 0 0 3em; }
  @media only screen and (max-width: 800px) {
    .article--list-item {
      flex-direction: column-reverse; } }
  .article--list-item:last-child {
    border-bottom: 0; }
  .article--list-item .article__title {
    font-family: "Overpass", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #0490E4; }
    @media only screen and (max-width: 800px) {
      .article--list-item .article__title {
        font-size: 20px; } }
  @media only screen and (min-width: 801px) {
    .article--list-item.has-image .article__preview {
      max-width: 470px;
      width: 64%;
      margin-right: 5%; } }
  .article--list-item .article__thumbnail img {
    margin: 0; }
.article--post .article__title {
  font-size: 38px;
  margin: 0 0 0.5rem; }

/*md

# Breadcrumb 

Breadcrumb styles.

```html_example

    <ul class="breadcrumbs inline-list">
        
        <li class="breadcrumbs__crumb"><a href="#">Home</a></li>
        <li class="breadcrumbs__crumb"><a href="#">News Articles</a></li>
        <li class="breadcrumbs__crumb">Crowdsourcing on World Oceans Day</li>

    </ul>

```
*/
.breadcrumbs {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.75em; }
  .breadcrumbs li {
    font-size: 14px;
    color: #A8A8A8;
    margin: 0; }
    .breadcrumbs li:after {
      content: '»';
      margin: 0 1em; }
    .breadcrumbs li:last-child:after {
      content: ''; }
    .breadcrumbs li a {
      color: #A8A8A8;
      font-size: 14px;
      text-decoration: none; }

/*md

# Buttons

Various button styles.

```html_example
<button class="button button--outline">Button with outline</button>
<button class="button button--search"></button>
```
*/
.button--outline {
  border: 2px solid #FFFFFF;
  background: none; }
  .button--outline:hover {
    background: #FFFFFF;
    color: #0490E4; }
.button--outline-grey {
  border: 2px solid #A7A7A7;
  background: none;
  color: #A7A7A7; }
.button--search {
  padding: 1em 2em;
  max-width: 80px;
  width: 100%; }
  .button--search:before {
    content: url(../images/search-icon.png);
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto; }
  .button--search:hover {
    cursor: pointer; }
  .button--search.--active:before {
    content: url(../images/close-icon.png);
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto; }

.cms ul,
.cms ol {
  margin: 2em 0; }
.cms img {
  margin: 0 0 3em; }
.cms .button {
  margin: 0 0 1em; }

/*md

# Page Title

page title styles.

```html_example
    
    <div class="page-title">
        <img src="../dist/images/gebco-logo.png" alt="GEBCO"/>
        <h1>News Articles</h1>
    </div>


```
*/
.page-title img,
.page-title h1,
.page-title h2 {
  display: inline-block;
  vertical-align: middle; }
.page-title h1, .page-title h2 {
  font-size: 44px;
  color: #FFFFFF;
  margin: 0; }
.page-title img {
  max-width: 110px; }

/*md

# Profile

Profile styles.

```html_example

    <div class="profile">


        <div class="profile__image circle">
            <div class="circle__container">
                <img src="../dist/images/profile-test-image.jpg" alt="Test Image"/>
            </div>
        </div>

        <strong class="profile__title">Prof Martin Jakobsson</strong>
        <p>Vice-Chairman GEBCO Department of Geological Sciences</p>

        <a class="link link--angle">View Full Details</a>

    </div>

```
*/
.profile a {
  display: flex;
  text-decoration: none; }
  .profile a:before {
    content: '>';
    margin: 0 0.5em 0 0; }
@media only screen and (max-width: 800px) {
  .profile {
    text-align: center; }
    .profile a {
      display: inline-block;
      text-align: center; } }
.profile__image {
  margin: 0 0 1em; }
  @media only screen and (max-width: 800px) {
    .profile__image {
      margin: 0 auto 1em; } }
.profile__title {
  display: block;
  margin: 0 0 1em;
  color: #5d5d5d; }

/*md

# Navigation

Navigation styles.

```html_example
    
    <nav class="navigation navigation--mobile">

            <div class="navigation__actions">
            
                <div class="burger-menu">
                    <i class="burger-menu__bars"></i>
                </div>
            
                <button class="button--search"></button>
        
            </div>

            <div class="navigation__menu">
                <ul>
                    <li class="navigation__item"><a>Home</a></li>
                    <li class="navigation__item--parent">
                        <a>Data & Products</a>
                        <ul class="navigation__wrapper">
                            <li class="navigation__item"><a>Seabed 2030</a></li>
                            <li class="navigation__item"><a>Training</a></li>
                            <li class="navigation__item"><a>News & Media</a></li>
                            <li class="navigation__item"><a>About</a></li>
                            <li class="navigation__item"><a>Contact</a></li> 
                        </ul>
                    </li>
                    <li class="navigation__item"><a>Seabed 2030</a></li>
                    <li class="navigation__item"><a>Training</a></li>
                    <li class="navigation__item"><a>News & Media</a></li>
                    <li class="navigation__item"><a>About</a></li>
                    <li class="navigation__item"><a>Contact</a></li>
                </ul>
            </div>

            <div class="navigation__search search-box">
                <input type="text"  placeholder="Search..." class="input"/>
                <button class="button--search"></button>
            </div>

        </nav>

        <nav class="navigation navigation--desktop">

            <div class="contain">

                <ul class="inline-list">
                    <li class="navigation__item"><a>Home</a></li>
                    <li class="navigation__item navigation__item--parent">
                        <a>Data & Products</a>
                        <ul class="navigation__wrapper">
                            <li class="navigation__item"><a>Seabed 2030</a></li>
                            <li class="navigation__item"><a>Training</a></li>
                            <li class="navigation__item"><a>News & Media</a></li>
                            <li class="navigation__item"><a>About</a></li>
                            <li class="navigation__item"><a>Contact</a></li> 
                        </ul>
                    </li>
                    <li class="navigation__item"><a>Seabed 2030</a></li>
                    <li class="navigation__item"><a>Training</a></li>
                    <li class="navigation__item navigation__item--parent">
                        <a>News & Media</a>
                        <ul class="navigation__wrapper">
                            <li class="navigation__item"><a>Seabed 2030</a></li>
                            <li class="navigation__item"><a>Training</a></li>
                            <li class="navigation__item"><a>News & Media</a></li>
                            <li class="navigation__item navigation__item--parent">
                                <a>About</a>
                                <ul class="navigation__wrapper">
                                    <li class="navigation__item"><a>GEBCO Web Map services</a></li>
                                    <li class="navigation__item"><a>GEBCO Web Map services (WMS)</a></li>
                                </ul>
                            </li>
                            <li class="navigation__item"><a>Contact</a></li> 
                        </ul>
                    </li>
                    <li class="navigation__item"><a>About</a></li>
                    <li class="navigation__item"><a>Contact</a></li>
                </ul>

                <div class="navigation__search search-box">
                    <input type="text"  placeholder="Search..." class="input"/>
                    <button class="button--search"></button>
                </div>

            </div>
        
        </nav>

```
*/
.navigation a {
  display: inline-block;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none; }
.navigation ul {
  position: relative;
  transition: ease all 0.2s;
  list-style: none; }
  .navigation ul:before {
    content: url("../images/gebco-logo-v2.png");
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -70px;
    left: 0;
    transition: ease all 0.2s; }
.navigation .button--search {
  background: none;
  max-width: 22px;
  border: 0; }
.navigation__actions {
  padding: 1em;
  background: #051E3A; }
.navigation__item--parent {
  position: relative; }
  .navigation__item--parent > a:after {
    content: url("../images/select-triangle-white.svg");
    margin: 0 0 0 0.5em; }
  .navigation__item--parent.open {
    background: #0490E4; }
  .navigation__item--parent:hover > .navigation__wrapper {
    display: block; }
.navigation__wrapper {
  background: #0490E4; }
  .navigation__wrapper .navigation__item--parent a:after {
    position: absolute;
    right: 20px;
    transform: rotate(30deg);
    opacity: 0.7; }
  .navigation__wrapper .navigation__item--parent > .navigation__wrapper {
    background: #025180; }
.navigation--small {
  background: #051E3A;
  padding: 0;
  border-bottom: none !important; }
  .navigation--small ul:not(.navigation__wrapper) {
    padding: 0 0 0 110px; }
    .navigation--small ul:not(.navigation__wrapper):before {
      top: 0;
      visibility: visible;
      opacity: 1; }
  .navigation--small.navigation--desktop .navigation__item:first-child a {
    margin: 1.2em 0.5em 1.2em 0; }
  .navigation--small.navigation--desktop .navigation__item a {
    margin: 1.2em 0.5em; }
.navigation--desktop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 99;
  transition: ease all 0.5s; }
  @media only screen and (max-width: 1000px) {
    .navigation--desktop {
      display: none; } }
  .navigation--desktop ul {
    float: left;
    padding: 0;
    width: 75%; }
  .navigation--desktop .navigation__wrapper {
    display: none;
    position: absolute;
    width: 380px; }
    .navigation--desktop .navigation__wrapper:hover .navigation__wrapper {
      top: 0;
      left: 380px; }
    .navigation--desktop .navigation__wrapper li {
      display: block;
      padding: 0.5em 0 0.5em 1em;
      transition: ease all 0.2s;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding: 0 0 0 1em; }
      .navigation--desktop .navigation__wrapper li:hover {
        padding: 0 0 0 1.5em; }
      .navigation--desktop .navigation__wrapper li a,
      .navigation--desktop .navigation__wrapper li a:first-child {
        margin: 0.5em 0; }
      .navigation--desktop .navigation__wrapper li:last-child {
        border-bottom: 0; }
  .navigation--desktop .navigation__item {
    margin: 0; }
    .navigation--desktop .navigation__item a {
      margin: 1.2em 1em; }
    .navigation--desktop .navigation__item:first-child a {
      margin: 1.2em 1em 1.2em 0; }
    .navigation--desktop .navigation__item--parent:hover {
      background: #0490E4; }
    .navigation--desktop .navigation__item:nth-last-child(-n+3) .navigation__item--parent:hover > .navigation__wrapper {
      top: 0;
      left: initial;
      right: 100%; }
  .navigation--desktop .navigation__search {
    float: right;
    margin: 0.6em 0;
    justify-content: flex-end;
    width: 25%; }
    .navigation--desktop .navigation__search.search-box input {
      width: 0%;
      padding: 1em;
      margin: 0 1em 0 0;
      opacity: 0;
      -webkit-transition: ease all 0.2s;
      -moz-transition: ease all 0.2s;
      transition: ease all 0.2s; }
    .navigation--desktop .navigation__search .button--search {
      padding: 0;
      margin: 0.5em 0 0; }
    .navigation--desktop .navigation__search.--active input {
      opacity: 1;
      width: 100%; }
.navigation--mobile {
  display: none;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #051E3A;
  z-index: 99; }
  @media only screen and (max-width: 1000px) {
    .navigation--mobile {
      display: block; } }
  .navigation--mobile a {
    margin: 1rem;
    width: 85%; }
  .navigation--mobile .navigation__menu {
    display: none;
    background: #051E3A;
    width: 100%;
    height: 0;
    transform: translateX(-100%); }
    @media only screen and (max-width: 1000px) {
      .navigation--mobile .navigation__menu {
        display: block; } }
    .navigation--mobile .navigation__menu ul {
      background: #051E3A;
      width: 100%; }
    .navigation--mobile .navigation__menu li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .navigation--mobile .navigation__item {
    padding: 0; }
    .navigation--mobile .navigation__item--parent > .navigation__wrapper {
      height: 0;
      opacity: 0;
      visibility: hidden;
      display: none; }
      .navigation--mobile .navigation__item--parent > .navigation__wrapper a {
        padding: 0 1em; }
    .navigation--mobile .navigation__item--parent.open > .navigation__wrapper {
      background: #0490E4;
      height: 100%;
      opacity: 1;
      visibility: visible;
      display: block; }
      .navigation--mobile .navigation__item--parent.open > .navigation__wrapper .navigation__wrapper {
        background: #034D7A; }
  .navigation--mobile.open .navigation__menu {
    transform: translateX(0px);
    display: block;
    top: 0;
    height: 100vh;
    overflow: scroll;
    padding-bottom: 230px;
    z-index: -1; }
  .navigation--mobile.open.less-padding .navigation__menu {
    padding-bottom: 60px; }
  .navigation--mobile .button--search {
    float: right;
    padding: 0; }
  .navigation--mobile .navigation__search {
    display: none; }
    .navigation--mobile .navigation__search.--active {
      display: block; }
    .navigation--mobile .navigation__search input,
    .navigation--mobile .navigation__search .button--search {
      display: inline-block;
      vertical-align: middle; }
    .navigation--mobile .navigation__search input {
      width: 84%; }
    .navigation--mobile .navigation__search .button--search {
      float: none;
      max-width: none;
      width: 14%; }

/*md

# Stats

Stats styles.

```html_example

    <div class="next">
        <div class="next__icon">»</div>
        <p>Next item</p>
    </div>

```
*/
.next {
  text-align: right; }
  .next__icon {
    font-size: 50px;
    font-family: "Overpass", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 1rem; }
    .next__icon:hover {
      cursor: pointer; }

/*md

# Button

Button styles.

```html_example

    <div class="search-box">
        <input type="text"  placeholder="Enter search text" class="input"/>
        <button class="button button--search"></button>
    </div>

```
*/
.search-box {
  display: flex; }
  .search-box input {
    width: 100%;
    max-height: 50px; }
  .search-box .button {
    width: 20%;
    padding: 0; }
  .search-box--border input {
    border: 1px solid #F0F0F0;
    border-right: 0; }
  .search-box--feedback {
    font-family: "Overpass", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #0490E4; }

/*md

# Sidebar

Sidebar styles.

```html_example

    <aside class="sidebar">

        <h3>Jump to</h3>

        <ul>

            <li><a href="#" class="link link--angle">International Bathymetric Chart (IBC) Regional Mapping Projects</a></li>
            <li><a href="#" class="link link--angle">International Bathymetric Chart (IBC) Regional Mapping Projects</a></li>
            <li><a href="#" class="link link--angle">International Bathymetric Chart (IBC) Regional Mapping Projects</a></li>
        
        </ul>

        <h3>Share this</h3>

        <div class="social-icons">

            <div class="social-icon social-icon--twitter"></div>
            <div class="social-icon social-icon--facebook"></div>

        </div>

    </aside>

```
*/
@media only screen and (min-width: 801px) {
  .sidebar {
    max-width: 375px;
    margin-left: auto;
    padding-top: 3em; } }
.sidebar li {
  margin: 0 0 1em; }
.sidebar__widget {
  margin: 0 0 3em; }
.sidebar__title {
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 1.5em;
  color: #5d5d5d; }
.sidebar .filter,
.sidebar .filter__buttons {
  margin: 0; }

.social-icons {
  display: flex;
  align-items: center; }
  .social-icons > * {
    margin: 0 0.5em 0 0; }
    .social-icons > *:last-child {
      margin: 0; }

/*md

# Stats

Stats styles.

```html_example

    <div class="stat">
        <div class="stat__title">18% of the seabed is mapped</div>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur efficitur quam a lacus interdum posuere. Praesent vehicula vitae urna at auctor. Sed luctus mauris sit amet est accumsan sagittis.</p>
    </div>

```
*/
.stat__title {
  font-size: 50px;
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #FFFFFF; }
  @media only screen and (max-width: 800px) {
    .stat__title {
      font-size: 35px; } }
.stat p {
  max-width: 768px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 0 1em; }

th {
  text-align: left; }

th,
td {
  padding: 1em;
  line-height: inherit;
  border: 1px solid #051E3A; }

th {
  vertical-align: bottom;
  background: #051E3A;
  color: #FFFFFF; }

td {
  vertical-align: top; }

/*md

# Filter 

filter styles.

```html_example

    <div class="filter filter--multiple">

        <div class="filter__container">
            
            <span class="filter__subtitle">Select item</span>

            <select>

                <option value="1">Option 1</option>
                <option value="2">Option 2</option>
                <option value="3">Option 3</option>
                <option value="4">Option 4</option>

            </select>

        </div>

        <span>or</span>

        <div class="filter__container">
            
            <span class="filter__subtitle">Try using a keyword</span>

            <div class="search-box">
                <input type="text"  placeholder="Enter search text" class="input"/>
                <button class="button button--search"></button>
            </div>

        </div>

    </div>

```
*/
.filter {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 2em;
  margin: 4em 0; }
  @media only screen and (max-width: 800px) {
    .filter {
      border-radius: 0;
      margin: 2em -1.75em; } }
  .filter__container {
    width: 100%;
    margin: 0 0 2em; }
    .filter__container:last-child {
      margin: 0; }
    .filter__container + span {
      color: #0490E4;
      font-family: "Overpass", Helvetica, Arial, sans-serif;
      font-size: 24px;
      font-weight: 700; }
      @media only screen and (min-width: 801px) {
        .filter__container + span {
          margin: 0.5rem 1em;
          align-self: flex-end; } }
      @media only screen and (max-width: 800px) {
        .filter__container + span {
          display: block;
          text-align: center;
          margin: 2rem 0; } }
    .filter__container select {
      margin: 1.5em 0 0; }
      .filter__container select:first-of-type {
        margin: 0; }
    .filter__container .search-box {
      margin: 0; }
  .filter__subtitle {
    display: block;
    color: #0490E4;
    font-family: "Overpass", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 1em; }
  .filter__small-title {
    display: block;
    color: #5d5d5d;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 1em; }
  .filter__info {
    margin: 0 0 3em; }
  .filter__buttons {
    margin: 4em 0 2em; }
    .filter__buttons .button:not(:last-child) {
      margin: 0 1.5em 0 0; }
      @media only screen and (max-width: 800px) {
        .filter__buttons .button:not(:last-child) {
          margin: 0 0 1.5em; } }
  @media only screen and (min-width: 801px) {
    .filter--multiple-inline {
      display: flex;
      align-items: center; } }
  .filter--multiple-inline select {
    margin: 0; }
  .filter--multiple-inline .filter__container {
    margin: 0; }

/*md

# Footer 

footer styles.

```html_example

    <footer class="footer">


        <div class="social-icons">



        </div>



    </footer>

```
*/
.footer {
  background: #051E3A;
  padding: 2em 0 0; }
  .footer .social-icons {
    padding: 1.3rem 0;
    margin: 0 1em 0 0; }
  .footer__bodc {
    align-self: center; }
    .footer__bodc img {
      max-width: 211px; }
  .footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 3em 0;
    margin: 1em 0 0; }
    .footer__copyright li,
    .footer__copyright p {
      font-size: 14px; }

/*md

# Header 

header styles.

```html_example

    <header class="header header__homepage">

        <nav>

            <a>Home</a>
            <a>Data & Products</a>
            <a>Seabed 2030</a>
            <a>Training</a>
            <a>News & Media</a>
            <a>About</a>
            <a>Contact</a>

        </nav>



    </header>

```
*/
.header--hero {
  background: url("../images/header-bg-image.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6.3125em 0 4.4375em; }
  @media only screen and (max-width: 800px) {
    .header--hero {
      padding: 2em; } }
  .header--hero .header__content {
    max-width: 1100px; }
    .header--hero .header__content--small {
      max-width: 880px; }
    .header--hero .header__content > h2 {
      font-size: 52px;
      text-align: center; }
      .header--hero .header__content > h2 + p {
        text-align: center;
        color: #FFFFFF; }
    @media only screen and (min-width: 801px) {
      .header--hero .header__content {
        margin: 2em auto 0; } }
  .header--hero .header__accreditations:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/header-seabed-section.svg") no-repeat;
    background-position: center;
    background-size: 100%;
    height: 130px;
    width: 100%; }
  .header--hero .header__accreditations ul {
    padding: 2em 0 0; }
  .header--hero .header__accreditations img {
    height: 80px!important;
	width: auto;}
.header__accreditations {
  position: relative;
  z-index: 1; }
  .header__accreditations ul {
    margin: 0 auto;
    text-align: center; }
    .header__accreditations ul a {
      display: inline-block; }
    .header__accreditations ul li:last-child {
      margin: 0; }
.header--page-title .header__accreditations img{
	height: 60px;
}
.header__content {
  position: relative; }
  @media only screen and (max-width: 1000px) {
    .header__content {
      text-align: center; } }
  .header__content h1, .header__content h2,
  .header__content h2 {
    color: #FFFFFF; }
.header__search {
  width: 100%;
  max-width: 690px; }
  .header__search h2 {
    font-size: 30px;
    font-weight: 400; }
.header__copyright {
  position: absolute;
  bottom: -130px;
  right: 0;
  padding-right: 2em; }
  .header__copyright p {
    font-style: italic;
    font-size: 14px; }
.header--page-title {
  position: relative;
  padding: 4.75em 0 5em 0;
  background-color: #051E3A; }
  .header--page-title h1, .header--page-title h2 {
    font-size: 44px;
    margin: 0; }
  .header--page-title .header__logo {
    max-width: 130px;
    padding: 0 0 0 1em; }
  .header--page-title .header__title {
    align-self: center;
    overflow-wrap: break-word; }
  .header--page-title:after {
    content: '';
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 102%;
    background-image: url("../images/trench-header-bg.svg");
    background-position: bottom;
    height: 100%;
    bottom: 0; }
  .header--page-title .header__accreditations {
    max-width: 401px; }
.header--mobile {
  display: none;
  position: relative;
  padding: 1em;
  background: #051E3A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 999; }
  @media only screen and (max-width: 1000px) {
    .header--mobile {
      display: flex; } }
  .header--mobile .contain {
    padding: 0; }
  .header--mobile .header__content {
    align-items: center;
    padding: 0 1em; }
  .header--mobile .header__logo {
    padding: 0; }
  .header--mobile .header__accreditations ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .header--mobile .header__accreditations li {
    margin: 0 5% 0 0; }

.interactive-map {
  margin: 3em 0; }
  .interactive-map > img {
    margin: 0 0 1em; }
  .interactive-map > p {
    margin: 0 0 3em; }

/* Handful of quick hacks to tidy up styles while igoo are still working at there end.*/
/* Will need to be properly added to main stylesheet after handover */
/* stop main menu animation */
.navigation--small ul:not(.navigation__wrapper) {
  padding: 0 !important; }

.navigation ul:before {
  display: none !important; }

/* gentle drop shadow on hero text to stand out over image */
.header__search h2,
.header__content h2,
.header__content p {
  text-shadow: rgba(0, 0, 0, 0.3) 3px 2px 11px; }

/* tighten up dropdown nav padding in desktop menu */
.navigation--desktop .navigation__wrapper li {
  padding: 0 0 0 1em !important; }

.navigation--desktop .navigation__wrapper li:hover {
  padding: 0 0 0 1.5em !important; }

.navigation--desktop .navigation__wrapper .navigation__item:first-child a {
  margin: 0.5em 0 !important; }

/* highlight add to basket success message */
#ajax p {
  background: #051E3A;
  padding: 10px 20px;
  color: white; }

/* main menu searh box */
.search-box {
  width: 100%;
  position: relative; }

#searchform .button--search {
  position: absolute;
  right: 0px; }

.navigation--desktop .search-box #searchform .button--search {
  top: -8px; }

.navigation--desktop .navigation__search.--active input {
  width: 85% !important; }

.navigation--desktop .navigation__search.search-box input {
  position: absolute;
  right: 20px; }

.navigation--desktop ul {
  width: 100%; }

.navigation--desktop .contain {
  position: relative; }

.navigation--desktop .navigation__search {
  position: absolute;
  right: 2em; }

/* set z-index on home page logos to stop issue with links being not-clickable */
.header__accreditations ul {
  position: relative;
  z-index: 20000; }

/* slight change to header cross-section to stop background peaking through */
.header.header--page-title:after {
  bottom: -1px !important; }

/* magic number to get partner logos to line up on inside pages */
.header--page-title li:last-child, .header__accreditations li:last-child {
  position: relative;
  top: -2px;
  left: -8px; }

/* top nav dissapearing behind gebco grid */
.navigation--desktop {
  z-index: 10000; }

/* home page news items need border to make them look nice */
.section__news img {
  border: 2px solid white; }

/* footer */
.footer__copyright .dots li:after {
  margin: 0; }

/* excessive spacing on sections/articles */
.section__stats + * {
  margin: 2em 0 0; }

.section--full-image, .section--full-image-text {
  padding: 6em 0 6em; }

/* home page news items aligning to horizontal center of div 8 */
.section__news .columns.is-centered {
  align-items: stretch; }

/* couple of adjustments to get circular profile images playing nicely with odd sized images */
.circle--profile img {
  object-fit: cover !important;
  height: 100%;
  width: 100%; }

/* stop long links wrapping */
.section--main a {
  overflow-wrap: break-word;
  word-wrap: break-word; }

/* ridiculous brute-force CSS to target map contnent etc */
#map-holder + br + div {
  /*background:  red;
  	b{
  		background:  yellow;
  	}
  */
  color: #5d5d5d;
  margin: 0 0 1em;
  line-height: 1.5; }
  #map-holder + br + div input {
    padding: 1rem;
    font-size: 15px;
    border: 1px solid #f0f0f0;
    margin: 1em 0; }
  #map-holder + br + div input[type=text] {
    margin-right: 1em;
    min-width: 300px; }
  #map-holder + br + div #btnareaClear {
    background: #0490E4;
    color: white;
    cursor: pointer; }

/* map styles */
#gebco-app {
  padding: 0 3.3em; }

#map-holder {
  width: 927px !important;
  background-image: url(https://loading.io/spinners/balls/lg.circle-slack-loading-icon.gif);
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #0490E4;
  margin-top: -100px; }

.olControlMousePosition {
  background: #0490E4 !important;
  padding: 5px 10px !important;
  right: 0px !important;
  font-size: 15px !important;
  color: white !important;
  min-width: 200px !important;
  text-align: center !important;
  min-height: 32px; }

#btnAddBasket, #btnViewBasket {
  background: #0490E4;
  color: white;
  cursor: pointer;
  border: none;
  padding: 1rem;
  font-size: 15px;
  margin-right: 1em; }

.table1 + div {
  color: #5d5d5d;
  margin: 0 0 2em;
  line-height: 1.5; }

#Info_GroupDiv img {
  max-width: none; }

/* turn off rounded corners on iOS inputs */
input {
  border-radius: 0; }

/* add smooth scrolling to menu on mobile */
.navigation--mobile.open .navigation__menu {
  -webkit-overflow-scrolling: touch; }

/* add seperator line under menu close button */
.navigation__actions {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

/* add seperator line under parent menu items on mobile */
.navigation--mobile .open .navigation__wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

/* search styles */
#gebco-search-results #searchform {
  background: #f5f5f5;
  padding: 2em; }
  #gebco-search-results #searchform input[type=text] {
    border: 1px solid #f0f0f0;
    padding: 1em;
    width: 100%; }
  #gebco-search-results #searchform #submitsearch {
    width: 100% !important; }

/* news search set width to nicely fill container */
.section__content .search-box {
  max-width: 100%; }

/* header copyright styles */
.header__copyright {
  display: none; }

/* stop main menu shrinking on scroll */
.navigation--small.navigation--desktop .navigation__item a {
  margin: 1.2em 1em; }

.navigation--small.navigation--desktop .navigation__item:first-child a {
  margin: 1.2em 1em 1.2em 0; }

/* offset anchor links to accommodate for fixed header - bit of a hack, so watch this one */
:target {
  padding-top: 79px !important;
  margin-top: -79px !important;
  display: inline-block; }

/* reign in width setting for images, which is blanket set to 100% */
img {
  width: auto; }

/* set heigh of search button to bring inline with form fields */
#searchform .button--search {
  height: 50px; }

/* remove underline from links that are using the button class */
a.button {
  text-decoration: none; }

/* add in an h4 style, rather than using browser fallback */
h4 {
  font-family: "Overpass", Helvetica, Arial, sans-serif;
  color: #0490E4;
  font-size: 20px; }

/* went mad and made a new button for the home page */
#home-data-download {
  display: inline-block;
  color: white;
  text-decoration: none;
  width: auto;
  font-size: 20px; }

/* added bottom margin to ol/ul elements */
/*
ol, ul{
	margin: 0 0 1em;
}
*/
.section--main ol, .section--main ul {
  margin: 2em 0; }

/* set vertical alignment of th elements to top from bottom */
th {
  vertical-align: top; }

/* address styles */
.Accordion {
  color: #5d5d5d; }
  .Accordion .org {
    font-weight: bold; }
  .Accordion .adr {
    margin: 0.5em 0; }
  .Accordion .getvcard {
    margin-top: 0.5em;
    display: inline-block; }
  .Accordion .jobtitle {
    font-family: "Overpass", Helvetica, Arial, sans-serif;
    color: #0490E4;
    font-size: 20px; }
  .Accordion .section__subtitle {
    margin-bottom: 0.5em; }

/* mobile style adjustments */
@media only screen and (max-width: 768px) {
  /* reduce padding in header  */
  .header__content .column {
    padding: 0.5rem 0; }

  /* remove li padding in mobile menu, which is adding unwanted space after nested nav items */
  .navigation--mobile li {
    padding-bottom: 0px; }

  /* some bit of footer weirdness */
  .footer__logos .is-mobile {
    display: block; }

  .logo--icon.column {
    padding: 0xp !important; }

  /*center and clear bodc logo in footer */
  .footer__bodc {
    width: 100%;
    text-align: left; }

  .footer__copyright {
    text-align: left; }

  /* stop videos breaking page layout */
  iframe {
    max-width: 100%; }

  /* and tables... */
  table {
    display: block;
    overflow: auto; } }
/* beta banner 

body::before { 
    content: "You are visiting a preview version of the new GEBCO website.";
	display: block;
	color: white;
	background: rgba(255,0,0,0.8);
	padding: 20px;
	text-align:  center;
	position: fixed;
	bottom: 0px;
	width:  100%;
	z-index: 100000;
}


body.--green::before { 
    content: "You are visiting a preview version of the new Seabed 2030 website.";

}

*/
/*seabed2030 main content headers (color)*/
.--green .article__title,
.--green .article__date,
.--green .article a {
  color: #00AA3C; }

.--green .section--main h1, .--green .section--main h2,
.--green .section--main h2,
.--green .section--main h4,
.--green .title,
.--green .section__subtitle {
  color: #00AA3C; }

.--green th {
  background: #002b0f; }

.--green th,
.--green td {
  border-color: #002b0f; }

.--green .search-box--feedback {
  color: #00AA3C; }

/*seabed2030 main content links (color)*/
.--green .section--main .link,
.--green .section--main a {
  color: #00AA3C; }

/* Stop seabed header logos moving onto 2 lines */
.--green .header__accreditations {
  max-width: none; }

/* swap out bathymetry line on seabed home page with one that has wider gap for logos */
.--green .header--hero .header__accreditations:after {
  background-image: url(../images/header-seabed-section-wide.svg); }

/* add a bit of extra top padding on page header to account for removing column class, which in turn allows more logos without wrapping! */
.--green .header--page-title .header__content {
  padding-top: 20px;
  padding-bottom: 20px; }

/* brought down the h1 size in page header for seabed so that title can all fit nicely */
.--green .site-title h1, .--green .site-title h2 {
  font-size: 30px; }

.--green .site-title h1 + h1, .--green .site-title h2 + h1, .--green .site-title h1 + h2, .--green .site-title h2 + h2 {
  display: none; }

/* changed size and position of mobile header logos to account for there being more */
.--green .header--mobile .header__accreditations {
  width: 100% !important;
  margin-left: 0 !important; }

/* CSS Document */
/* Rob CSS addition */
img.icon {
  margin: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-bottom: .25em;
  border-width: 0;
  cursor: pointer; }

/* Rob CSS addition */
img.topright {
  float: right;
  margin: 0;
  padding-left: 1em;
  width: fit-content;
  height: fit-content;
  margin-bottom: 1em;
  padding: 1em; }

.contain--1col {
  max-width: 1000px; }

.olTileImage {
  max-width: none; }
