@charset "UTF-8";
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
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;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
  margin-bottom: 28px;
  margin-bottom: 1.5555555556rem;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul,
ol,
dd {
  margin-left: 56px;
  margin-left: 3.1111111111rem;
}

/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1.125em;
  /* [1] */
  line-height: 1.5555555556;
  /* [1] */
  background-color: #fff;
  color: #004d6d;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */
}

/*------------------------------------*\
    #PAGE
\*------------------------------------*/
html {
  font-family: 'Montserrat', sans-serif;
}

.img--circle {
  border: 1px solid #dde7eb;
  border-radius: 50%;
}

.img--center {
  display: block;
  margin: 0 auto 50px auto;
}

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6.
 */
h1 {
  font-size: 32px;
  font-size: 1.7777777778rem;
  line-height: 1.75;
}

h2 {
  font-size: 28px;
  font-size: 1.5555555556rem;
  line-height: 1;
}

h3 {
  font-size: 24px;
  font-size: 1.3333333333rem;
  line-height: 1.1666666667;
}

h4 {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.4;
}

h5 {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.75;
}

h6 {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 2;
}

/*------------------------------------*\
    #LINKS
\*------------------------------------*/
a {
  color: #00a2db;
  text-decoration: none;
  border-bottom: 1px solid #c8eaf5;
  transition: color 0.3s ease-out, background 0.3s ease-out,
    border 0.3s ease-out;
}
a:hover,
a:active,
a:focus {
  color: #004d6d;
  border-color: #004d6d;
}

/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none;
}

/*------------------------------------*\
    #WRAPPERS
\*------------------------------------*/
.wrapper {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.wrapper > :last-child {
  margin-bottom: 0;
}

.wrapper--small {
  max-width: 770px;
}

/*------------------------------------*\
    #FLAG
\*------------------------------------*/
/**
 * The flag object is a design pattern similar to the media object, however it
 * utilises `display: table[-cell];` to give us control over the vertical
 * alignments of the text and image. csswizardry.com/2013/05/the-flag-object
 */
/**
 * 1. Allows us to control vertical alignments
 * 2. Force the object to be the full width of its parent. Combined with [1],
 *    this makes the object behave in a quasi-`display: block;` manner.
 */
.flag {
  display: table;
  /* [1] */
  width: 100%;
  /* [2] */
}

/**
 * Items within a flag object. There should only ever be one of each.
 *
 * 1. Default to aligning content to their middles.
 */
.flag__img,
.flag__body {
  display: table-cell;
  vertical-align: middle;
  /* [1] */
}

/**
 * Flag images have a space between them and the body of the object.
 */
.flag__img {
  padding-right: 75px;
}
.flag__img > img {
  display: block;
  max-width: none;
}

/**
 * The container for the main content of the flag object.
 *
 * 1. Forces the `.flag__body` to take up all remaining space.
 */
.flag__body {
  width: 100%;
  /* [1] */
}
.flag__body,
.flag__body > :last-child {
  margin-bottom: 0;
}

/**
 * Reversed flag objects have their image-content to the right, and text-content
 * to the left.
 *
 * 1. Swap the rendered direction of the object…
 * 2. …and reset it.
 * 3. Reassign margins to the correct sides.
 */
.flag--rev {
  direction: rtl;
  /* [1] */
}
.flag--rev > .flag__img,
.flag--rev > .flag__body {
  direction: ltr;
  /* [2] */
}
.flag--rev > .flag__img {
  padding-right: 0;
  /* [3] */
  padding-left: 75px;
  /* [3] */
}

/**
 * Responsive flag objects.
 *
 * There is a very pragmatic, simple implementation of a responsive flag
 * object, which simply places the text-content beneath the image-content.
 *
 * We use a `max-width` media query because:
 *
 * a) it is the least verbose method in terms of amount of code required.
 * b) the flag object’s default state is image-next-to-text, so its stacked
 *    state is the exception, rather than the rule.
 */
@media screen and (max-width: 1023px) {
  .flag--responsive {
    /**
     * Disable reversal of content because there is no concept of
     * ‘reversed’ in a stacked layout.
     */
    direction: ltr;
    /**
     * Rework the spacings on regular flag objects.
     */
  }
  .flag--responsive,
  .flag--responsive > .flag__img,
  .flag--responsive > .flag__body {
    display: block;
  }
  .flag--responsive > .flag__img {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 75px;
  }
}
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
h1,
h2,
h3 {
  line-height: 1.1;
}

ul,
ol {
  margin-left: 2em;
}

.lede {
  font-size: 21px;
  font-size: 1.1666666667rem;
  line-height: 1.5;
}

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

/*------------------------------------*\
    #NAV-TOGGLE
\*------------------------------------*/
.nav-toggle {
  background: transparent;
  border: none;
  vertical-align: middle;
  padding: 0;
  position: absolute;
  top: 22px;
  right: 25px;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 45em) {
  .nav-toggle {
    top: 31px;
  }
}
@media screen and (min-width: 64em) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle__icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0;
  vertical-align: middle;
  margin: 0;
  position: relative;
}

.nav-toggle__icon-wrap {
  width: 24px;
  height: 16px;
  transform: rotate(0deg);
  position: absolute;
  display: block;
  top: 16px;
  left: 13px;
}

.nav-toggle__icon-wrap span {
  background-color: #004d6d;
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}

.nav-toggle__icon-wrap span:nth-child(1) {
  top: 0;
}

.nav-toggle__icon-wrap span:nth-child(2),
.nav-toggle__icon-wrap span:nth-child(3) {
  top: 8px;
}

.nav-toggle__icon-wrap span:nth-child(4) {
  top: 16px;
}

.nav-toggle.active .nav-toggle__icon-wrap span:nth-child(1),
.nav-toggle.active .nav-toggle__icon-wrap span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.nav-toggle.active .nav-toggle__icon-wrap span:nth-child(2) {
  transform: rotate(45deg);
}

.nav-toggle.active .nav-toggle__icon-wrap span:nth-child(3) {
  transform: rotate(-45deg);
}

.nav-toggle__text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*------------------------------------*\
    #SITE-NAV
\*------------------------------------*/
.site-nav__home {
  margin: 25px;
}
.site-nav__home a {
  border: none;
}
.site-nav__home img {
  width: 120px;
}
@media screen and (min-width: 45em) {
  .site-nav__home img {
    width: 170px;
  }
}
@media screen and (min-width: 64em) {
  .site-nav__home {
    float: left;
    margin: 0;
    padding: 30px 0 0 50px;
    width: 45%;
  }
}

.site-nav__list {
  list-style: none;
  margin: 0;
  display: none;
}
@media screen and (min-width: 64em) {
  .site-nav__list {
    width: 55%;
    float: left;
  }
}

.js-site-nav__list {
  display: none;
}
@media screen and (min-width: 64em) {
  .js-site-nav__list {
    display: block;
  }
}

.js-site-nav__list.active {
  display: block;
}

.site-nav__list li {
  border-top: 1px solid #dde7eb;
}
@media screen and (min-width: 64em) {
  .site-nav__list li {
    border-top: none;
    border-right: 1px solid #dde7eb;
    float: left;
  }
}
.site-nav__list li:first-child {
  border-left: 1px solid #dde7eb;
}

.site-nav__list a {
  display: block;
  padding: 25px;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1;
}
.site-nav__list a:hover,
.site-nav__list a:active,
.site-nav__list a:focus,
.site-nav__list a.active {
  background-color: #f5f8f9;
}
@media screen and (min-width: 64em) {
  .site-nav__list a {
    padding: 0 45px;
    text-align: center;
    height: 122px;
    line-height: 122px;
    padding: 0 14px;
  }
}
@media screen and (min-width: 81.25em) {
  .site-nav__list a {
    padding: 0 29px;
  }
}

@media screen and (min-width: 64em) {
  .site-nav__wrap {
    background-color: #f5f5f5;
    position: fixed;
    z-index: 20;
    top: 0;
    width: 90%;
    max-width: 1170px;
    padding-bottom: 25px;
  }
}

.js-site-nav__wrap {
  display: none;
}
@media screen and (min-width: 64em) {
  .js-site-nav__wrap {
    display: block;
  }
}

.js-site-nav__wrap.active {
  display: block;
}

.site-nav__lang {
  padding: 12.5px 0;
}
@media screen and (min-width: 64em) {
  .site-nav__lang {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
}

.site-nav__lang__btn {
  background: transparent;
  text-align: left;
  border: 0;
  width: auto;
  position: relative;
  padding: 0 25px;
  display: inline-block;
}

/*------------------------------------*\
    #PAGE-HEAD
\*------------------------------------*/
@media screen and (min-width: 64em) {
  .page-head {
    height: 122px;
  }
}

/*------------------------------------*\
    #PAGE-FOOTER
\*------------------------------------*/
.page-footer {
  padding: 25px 0;
  background-color: #004d6d;
  color: #a0b3bd;
}
@media screen and (min-width: 45em) {
  .page-footer {
    padding: 50px 0;
  }
}

.page-footer a {
  border: none;
}

.copy {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 45em) {
  .copy {
    float: left;
    margin-bottom: 0;
  }
}

.credits {
  display: block;
}
@media screen and (min-width: 45em) {
  .credits {
    float: right;
  }
}

.impuls {
  opacity: 0.7;
  transition: opacity 0.3s ease-out;
}
.impuls:hover {
  opacity: 0.9;
}

/*------------------------------------*\
    #BANNER
\*------------------------------------*/
.banner {
  background-color: #00a2db;
  position: relative;
}

.banner__caption {
  color: #fff;
  padding: 25px;
}
.banner__caption > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .banner__caption {
    width: 45%;
    float: left;
    padding: 50px;
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .home .banner__caption {
    width: 45%;
    float: left;
    padding: 50px;
    position: relative;
    bottom: 0;
  }
}

.banner__link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.3;
}

.banner__title {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 81.25em) {
  .banner__title {
    max-width: 90%;
  }
}

.banner__img {
  margin: 0;
}
@media screen and (min-width: 64em) {
  .banner__img {
    width: 55%;
    float: right;
  }
}

.banner__img img {
  display: block;
  width: 100%;
  max-width: none;
}

/*------------------------------------*\
    #BANDS
\*------------------------------------*/
.band {
  padding: 75px 0;
}
@media screen and (min-width: 45em) {
  .band {
    padding: 100px 0;
  }
}

.band--tint {
  background-color: #f5f8f9;
  border-top: 1px solid #dde7eb;
  border-bottom: 1px solid #dde7eb;
}

/*------------------------------------*\
    #SECTIONS
\*------------------------------------*/
.section__title {
  text-align: center;
  font-size: 28px;
  font-size: 1.5555555556rem;
  line-height: 1.1;
}

.wrapper--small h3 {
  text-align: center;
}

/*------------------------------------*\
    #BOX
\*------------------------------------*/
.box {
  display: block;
  position: relative;
  height: 100%;
  padding: 50px;
  border: 1px solid #dde7eb;
  text-align: center;
  transition: all 0.3s ease-out;
}
.box > :last-child {
  margin-bottom: 0;
}

.box--flush {
  padding: 0;
}

.box--small {
  padding: 35px;
}

.box:hover {
  z-index: 1;
  background-color: #fff;
  border-color: #dde7eb;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.box__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  border-radius: 50%;
  border: 1px solid #dde7eb;
}

.box__img-flush {
  display: block;
  margin: -50px -50px;
}

.box__title {
  text-transform: uppercase;
  color: #00a2db;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.5555555556;
}

.box--small .box__title {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.4;
}

.box--small .box__img {
  margin-bottom: 25px;
}

.box p,
.box ul,
.box ol {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.75;
}

.box__body {
  padding: 50px;
}
.box__body p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.5555555556;
}
.box__body > :last-child {
  margin-bottom: 0;
}

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

.box--news .box__img {
  margin-right: auto;
  margin-left: auto;
}

.box--news .box__title {
  text-transform: none;
}

.box .box__date {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 2;
}

.box--info,
.box--info:hover {
  background-color: #f5f8f9;
}

.box--info {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: -10px;
  left: -1px;
  text-align: left;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  overflow: auto;
}
.box--info small {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 26px;
}

.btn--close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.js-box--info {
  display: none;
}
.js-box--info.active {
  display: block;
}

.layout-box__item {
  margin-bottom: -1px;
}
@media screen and (min-width: 45em) {
  .layout-box__item {
    float: left;
    margin-left: -1px;
  }
}

/*------------------------------------*\
    #FLAG
\*------------------------------------*/
.flag img {
  margin: 0 auto;
  max-width: 150px;
}
@media screen and (max-width: 63.9375em) {
  .flag img {
    margin-top: 50px;
  }
}

.flag__title {
  color: #00a2db;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.5555555556;
}

/*------------------------------------*\
    #TABS
\*------------------------------------*/
.tabs {
  display: block;
  list-style: outside none none;
  margin: 0;
  width: 100%;
}
.tabs.active {
  border-bottom: 1px solid #dde7eb;
}
.tabs li {
  border-top: 1px solid #dde7eb;
  display: block;
}
@media screen and (min-width: 45em) {
  .tabs li {
    border-left: 1px solid #dde7eb;
    border-right: 1px solid #dde7eb;
  }
  .tabs li:first-child {
    border-left: medium none;
  }
}
.tabs a {
  border: medium none;
  display: block;
  font-size: 1.16667rem;
  font-weight: bold;
  line-height: 1;
  padding: 25px;
  position: relative;
  text-align: center;
  background: #fff;
}
.tabs a.active {
  color: #004d6d;
  background: #dde7eb;
}
.tabs a.active::after,
.tabs a.active::before {
  border: medium solid transparent;
  content: '';
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.tabs a.active::after {
  border-color: #dde7eb transparent transparent;
  border-width: 10px;
  margin-left: -10px;
}
.tabs a.active::before {
  border-color: #dde7eb transparent transparent;
  border-width: 11px;
  margin-left: -11px;
}

/*------------------------------------*\
    #COLLAPSE
\*------------------------------------*/
.collapse h2 {
  font-size: 21px;
  font-size: 1.1666666667rem;
  line-height: 1.5;
}
.collapse h2.open a {
  color: #004d6d;
  border-color: #004d6d;
}

/*------------------------------------*\
    #EMBED RESPONSIVE
\*------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.map {
  margin-bottom: 25px;
  border: 10px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 4px rgba(0, 162, 219, 0.2);
}

/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after,
.wrapper:after,
.page-head:after,
.banner:after,
.layout-box:after {
  content: '';
  display: table;
  clear: both;
}

/*------------------------------------*\
    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media screen and (max-width: 44.9375em) {
  .u-1\/1-palm {
    width: 100% !important;
  }

  .u-1\/2-palm {
    width: 50% !important;
  }

  .u-2\/2-palm {
    width: 100% !important;
  }

  .u-1\/3-palm {
    width: 33.3333333333% !important;
  }

  .u-2\/3-palm {
    width: 66.6666666667% !important;
  }

  .u-3\/3-palm {
    width: 100% !important;
  }

  .u-1\/4-palm {
    width: 25% !important;
  }

  .u-2\/4-palm {
    width: 50% !important;
  }

  .u-3\/4-palm {
    width: 75% !important;
  }

  .u-4\/4-palm {
    width: 100% !important;
  }

  .u-1\/5-palm {
    width: 20% !important;
  }

  .u-2\/5-palm {
    width: 40% !important;
  }

  .u-3\/5-palm {
    width: 60% !important;
  }

  .u-4\/5-palm {
    width: 80% !important;
  }

  .u-5\/5-palm {
    width: 100% !important;
  }
}
@media screen and (min-width: 45em) {
  .u-1\/1-lap {
    width: 100% !important;
  }

  .u-1\/2-lap {
    width: 50% !important;
  }

  .u-2\/2-lap {
    width: 100% !important;
  }

  .u-1\/3-lap {
    width: 33.3333333333% !important;
  }

  .u-2\/3-lap {
    width: 66.6666666667% !important;
  }

  .u-3\/3-lap {
    width: 100% !important;
  }

  .u-1\/4-lap {
    width: 25% !important;
  }

  .u-2\/4-lap {
    width: 50% !important;
  }

  .u-3\/4-lap {
    width: 75% !important;
  }

  .u-4\/4-lap {
    width: 100% !important;
  }

  .u-1\/5-lap {
    width: 20% !important;
  }

  .u-2\/5-lap {
    width: 40% !important;
  }

  .u-3\/5-lap {
    width: 60% !important;
  }

  .u-4\/5-lap {
    width: 80% !important;
  }

  .u-5\/5-lap {
    width: 100% !important;
  }
}
@media screen and (min-width: 45em) {
  .u-1\/1-lap-and-up {
    width: 100% !important;
  }

  .u-1\/2-lap-and-up {
    width: 50% !important;
  }

  .u-2\/2-lap-and-up {
    width: 100% !important;
  }

  .u-1\/3-lap-and-up {
    width: 33.3333333333% !important;
  }

  .u-2\/3-lap-and-up {
    width: 66.6666666667% !important;
  }

  .u-3\/3-lap-and-up {
    width: 100% !important;
  }

  .u-1\/4-lap-and-up {
    width: 25% !important;
  }

  .u-2\/4-lap-and-up {
    width: 50% !important;
  }

  .u-3\/4-lap-and-up {
    width: 75% !important;
  }

  .u-4\/4-lap-and-up {
    width: 100% !important;
  }

  .u-1\/5-lap-and-up {
    width: 20% !important;
  }

  .u-2\/5-lap-and-up {
    width: 40% !important;
  }

  .u-3\/5-lap-and-up {
    width: 60% !important;
  }

  .u-4\/5-lap-and-up {
    width: 80% !important;
  }

  .u-5\/5-lap-and-up {
    width: 100% !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .u-1\/1-portable {
    width: 100% !important;
  }

  .u-1\/2-portable {
    width: 50% !important;
  }

  .u-2\/2-portable {
    width: 100% !important;
  }

  .u-1\/3-portable {
    width: 33.3333333333% !important;
  }

  .u-2\/3-portable {
    width: 66.6666666667% !important;
  }

  .u-3\/3-portable {
    width: 100% !important;
  }

  .u-1\/4-portable {
    width: 25% !important;
  }

  .u-2\/4-portable {
    width: 50% !important;
  }

  .u-3\/4-portable {
    width: 75% !important;
  }

  .u-4\/4-portable {
    width: 100% !important;
  }

  .u-1\/5-portable {
    width: 20% !important;
  }

  .u-2\/5-portable {
    width: 40% !important;
  }

  .u-3\/5-portable {
    width: 60% !important;
  }

  .u-4\/5-portable {
    width: 80% !important;
  }

  .u-5\/5-portable {
    width: 100% !important;
  }
}
@media screen and (min-width: 64em) {
  .u-1\/1-desk {
    width: 100% !important;
  }

  .u-1\/2-desk {
    width: 50% !important;
  }

  .u-2\/2-desk {
    width: 100% !important;
  }

  .u-1\/3-desk {
    width: 33.3333333333% !important;
  }

  .u-2\/3-desk {
    width: 66.6666666667% !important;
  }

  .u-3\/3-desk {
    width: 100% !important;
  }

  .u-1\/4-desk {
    width: 25% !important;
  }

  .u-2\/4-desk {
    width: 50% !important;
  }

  .u-3\/4-desk {
    width: 75% !important;
  }

  .u-4\/4-desk {
    width: 100% !important;
  }

  .u-1\/5-desk {
    width: 20% !important;
  }

  .u-2\/5-desk {
    width: 40% !important;
  }

  .u-3\/5-desk {
    width: 60% !important;
  }

  .u-4\/5-desk {
    width: 80% !important;
  }

  .u-5\/5-desk {
    width: 100% !important;
  }
}
@media screen and (min-width: 81.25em) {
  .u-1\/1-desk-wide {
    width: 100% !important;
  }

  .u-1\/2-desk-wide {
    width: 50% !important;
  }

  .u-2\/2-desk-wide {
    width: 100% !important;
  }

  .u-1\/3-desk-wide {
    width: 33.3333333333% !important;
  }

  .u-2\/3-desk-wide {
    width: 66.6666666667% !important;
  }

  .u-3\/3-desk-wide {
    width: 100% !important;
  }

  .u-1\/4-desk-wide {
    width: 25% !important;
  }

  .u-2\/4-desk-wide {
    width: 50% !important;
  }

  .u-3\/4-desk-wide {
    width: 75% !important;
  }

  .u-4\/4-desk-wide {
    width: 100% !important;
  }

  .u-1\/5-desk-wide {
    width: 20% !important;
  }

  .u-2\/5-desk-wide {
    width: 40% !important;
  }

  .u-3\/5-desk-wide {
    width: 60% !important;
  }

  .u-4\/5-desk-wide {
    width: 80% !important;
  }

  .u-5\/5-desk-wide {
    width: 100% !important;
  }
}
/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
 * Margin helper classes.
 *
 * Add margins.
 */
.u-m {
  margin: 28px !important;
}

.u-mt {
  margin-top: 28px !important;
}

.u-mr {
  margin-right: 28px !important;
}

.u-mb {
  margin-bottom: 28px !important;
}

.u-ml {
  margin-left: 28px !important;
}

.u-mh {
  margin-right: 28px !important;
  margin-left: 28px !important;
}

.u-mv {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

/**
 * Add large margins.
 */
.u-m\+ {
  margin: 56px !important;
}

.u-mt\+ {
  margin-top: 56px !important;
}

.u-mr\+ {
  margin-right: 56px !important;
}

.u-mb\+ {
  margin-bottom: 56px !important;
}

.u-ml\+ {
  margin-left: 56px !important;
}

.u-mh\+ {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.u-mv\+ {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

/**
 * Add huge margins.
 */
.u-m\+\+ {
  margin: 112px !important;
}

.u-mt\+\+ {
  margin-top: 112px !important;
}

.u-mr\+\+ {
  margin-right: 112px !important;
}

.u-mb\+\+ {
  margin-bottom: 112px !important;
}

.u-ml\+\+ {
  margin-left: 112px !important;
}

.u-mh\+\+ {
  margin-right: 112px !important;
  margin-left: 112px !important;
}

.u-mv\+\+ {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

/*# sourceMappingURL=style.css.map */