﻿/*! normalize.css v3.0.1 | 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,
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 &lt; 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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 */
  /* 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;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@font-face {
  font-family: 'MetaNormalRomanRegular';
  font-weight: normal;
  src: url("../fonts/meta-normal-roman-regular.eot");
  src: local('☺︎'), 
	  url("../fonts/meta-normal-roman-regular.woff2") format("woff2"), 
	  url("../fonts/meta-normal-roman-regular.woff") format("woff"), 
	  url("../fonts/meta-normal-roman-regular.ttf") format("truetype"), 
	  url("../fonts/meta-normal-roman-regular.svg#MetaNormalRomanRegular") format("svg");
}
@font-face {
  font-family: 'MetaBoldRomanRegular';
  font-weight: bold;
  src: url("../fonts/meta-bold-roman-regular.eot");
  src: local('☺︎'), 
	  url("../fonts/meta-bold-roman-regular.woff2") format("woff2"), 
	  url("../fonts/meta-bold-roman-regular.woff") format("woff"), 
	  url("../fonts/meta-bold-roman-regular.ttf") format("truetype"), 
	  url("../fonts/meta-bold-roman-regular.svg#MetaBoldRomanRegular") format("svg");
}
body {
  font-family: MetaNormalRomanRegular, "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #000;
  background: #fff;
}

p {
  margin-top: 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-family: MetaBoldRomanRegular, "Trebuchet MS", Helvetica, Arial, sans-serif;
}

blockquote {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: normal;
}

h1 {
  line-height: 1.1;
  font-size: 2.25em;
}

h2 {
  line-height: 1.4;
  font-size: 1.375em;
}

.type-content {
  color: #606060;
  color: rgba(0, 0, 0, 0.5);
}

.landing-page-heading {
  margin: 0;
  color: #fff;
  font-family: MetaBoldRomanRegular, "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 3.375em;
  line-height: 1.2;
}

.introduction {
  font-size: 1.25em;
  line-height: 1.5;
}

.excerpt {
  font-size: 1.25em;
}

blockquote p {
  color: #f5821e;
  font-size: 1.625em;
}

a {
  color: inherit;
}

.link-block {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

.text-list {
  margin: 0 0 1.5em;
  list-style: none;
}
.text-list li {
  margin: 0 0 1.5em;
}
.text-list li::before {
  content: '';
  position: absolute;
  margin: .25em 0 0 -2em;
  width: .75em;
  height: .75em;
  border-radius: 50%;
  background-color: #000;
}
.list-zebra > div:nth-child(odd):not(:first-child):not(:nth-child(7n)) .text-list li::before {
  background-color: #fff;
}

address {
  font-style: normal;
}

[role=button] {
  padding: .625em 2.5em .625em 1.5em;
  display: inline-block;
  position: relative;
  background: #333;
  background: #333 -webkit-linear-gradient(top, transparent 50%, #000 50%);
  background: #333 linear-gradient(to bottom, transparent 50%, #000 50%);
  border: 0;
  color: #fff;
  box-shadow: 0.2em 0.2em 0 0 rgba(0, 0, 0, 0.2);
  font-size: 1.125em;
  text-decoration: none;
  -webkit-transition: background-color ease-out .1s;
          transition: background-color ease-out .1s;
}
[role=button]:hover, [role=button]:active, [role=button]:focus {
  background-color: #454545;
}
[role=button]:active {
  position: relative;
  top: .2em;
  left: .2em;
  box-shadow: none;
  background-color: #000;
}
[role=button]::after {
  content: '>';
  position: absolute;
  top: 50%;
  margin-top: -.475em;
  right: 1em;
  font-size: 1.25em;
  line-height: 1;
  color: #d66f2e;
}
[role=button][download]::after {
  content: url("../img/icon/download.svg");
}

.call-to-action-secondary {
  text-decoration: none;
  -webkit-transition: color ease-out .1s;
          transition: color ease-out .1s;
}
.call-to-action-secondary::after {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  margin-left: .5em;
  display: inline-block;
  content: '>';
  background: #f5821e;
  color: #fff;
  -webkit-transition: background-color ease-out .1s;
          transition: background-color ease-out .1s;
}
.call-to-action-secondary:hover::after {
  background: #ffd151;
}
.list-zebra > div:nth-child(odd):not(:first-child) .call-to-action-secondary {
  color: #fff;
}
.list-zebra > div:nth-child(odd):not(:first-child) .call-to-action-secondary::after {
  background: #fff;
  color: #f5821e;
}
.list-zebra > div:nth-child(odd):not(:first-child) .call-to-action-secondary:hover::after {
  color: #fff;
  background: #ffd151;
}

.read-more {
  color: #f5821e;
  text-decoration: none;
}
.read-more::after {
  content: ' >';
  color: #f5821e;
}
.list-zebra > div:nth-child(odd):not(:first-child) .read-more {
  color: #fff;
}
.list-zebra > div:nth-child(odd):not(:first-child) .read-more::after {
  color: #fff;
}

.reveal {
  padding-top: 1em;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
}
.reveal::after {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  margin-left: .5em;
  display: inline-block;
  content: '>';
  background: #f5821e;
  color: #fff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.list-zebra > div:nth-child(odd):not(:first-child) .reveal {
  border-color: rgba(255, 255, 255, 0.2);
}
.list-zebra > div:nth-child(odd):not(:first-child) .reveal::after {
  background: #fff;
  color: #f5821e;
}

* {
  box-sizing: border-box;
}

.wrapper {
  max-width: 90em;
  overflow: hidden;
}

section {
  clear: both;
}

.grid {
  padding-left: 0.75em;
  padding-right: 0.75em;
  clear: both;
  position: relative;
  overflow: hidden;
}
.grid:before, .grid:after {
  content: " ";
  display: table;
}
.grid:after {
  clear: both;
}

[class*=grid-unit] {
  width: 100%;
  position: relative;
  padding: 1.5em 1.5em 0;
}

.main-header {
  background: #fff;
}
.main-header .grid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.main-header .main-logo {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.main-header .main-logo figure {
  max-width: 10em;
  position: relative;
  z-index: 42;
}
.main-header .main-logo img {
  vertical-align: middle;
}

.main-nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav ol > li {
  height: 2.25em;
  min-width: 5.25em;
  float: left;
  position: relative;
}
.main-nav ol > li:first-child {
  border: 0;
}
.main-nav li {
  list-style: none;
}
.main-nav li a {
  display: block;
}
.main-nav .icon a {
  text-indent: -9999em;
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-left-width: 1px;
}
.main-nav .contact a {
  background: url("../img/nav/contact.svg") center no-repeat;
}
.main-nav [for="other-sites"] {
  padding-right: 2em;
  text-align: right;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 41;
}
.main-nav [for="other-sites"]::after {
  content: '>';
  margin: 0 0 0 .5em;
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.main-nav input:checked ~ #other-sites {
  max-height: 60em;
}
.main-nav input {
  opacity: 0;
}
.main-nav #other-sites {
  padding: 5.25em 0 0;
  padding: 5.125em 0 0;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
  -webkit-transition: max-height .2s ease-in-out;
          transition: max-height .2s ease-in-out;
}
.main-nav #other-sites ul {
  margin: 2em;
}
.main-nav #other-sites li {
  width: auto;
}
.main-nav #other-sites a {
  line-height: 1.5;
}

#hamburger-toggle {
  display: none;
}

.main-menu {
  top: 5.05em;
  left: 0;
  position: absolute;
  z-index: 42;
  width: 18em;
}
.main-menu::before, .main-menu::after {
  content: '';
  display: table;
}
.main-menu [for="hamburger-toggle"] {
  display: block;
  background: #000;
  width: 3em;
  height: 3em;
  cursor: pointer;
  position: absolute;
}
.main-menu .line {
  display: block;
  position: absolute;
  height: .125em;
  width: .975em;
  background: #fff;
  left: 50%;
  margin-left: -.5em;
  -webkit-transition: -webkit-transform .2s ease-in-out, opacity .1s ease-in-out;
          transition: transform .2s ease-in-out, opacity .1s ease-in-out;
}
.main-menu .line.line-1 {
  top: 1.065em;
}
.main-menu .line.line-2 {
  left: 50%;
  top: 50%;
  margin-top: -.0625em;
}
.main-menu .line.line-3 {
  bottom: 1.075em;
}
.main-menu input:checked + label .line-1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 5% 50%;
      -ms-transform-origin: 5% 50%;
          transform-origin: 5% 50%;
}
.main-menu input:checked + label .line-2 {
  opacity: 0;
}
.main-menu input:checked + label .line-3 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: -.1em 0;
      -ms-transform-origin: -.1em 0;
          transform-origin: -.1em 0;
}
.main-menu input:checked ~ ul {
  display: block;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fadeInFromNone;
          animation-name: fadeInFromNone;
}
.main-menu ul {
  margin: 0;
  list-style: none;
}
.main-menu > ul {
  position: absolute;
  display: none;
  padding: 2em;
  margin: 0 0 0 3em;
  background: rgba(0, 0, 0, 0.9);
}
.main-menu > ul > li:first-child {
  display: block;
  width: 100%;
  margin: 0;
}
.main-menu > ul > li:first-child a {
  color: #fff;
}
.main-menu > ul > li:first-child a::before {
  width: 1.25em;
  height: 1.25em;
  margin-right: .5em;
  display: inline-block;
  content: '';
  background: url("../img/icon/home.svg") center bottom no-repeat;
  background-size: 1.5em;
  vertical-align: text-bottom;
}
.main-menu > ul > li:not(:first-child) {
  margin-top: 1em;
}
.main-menu > ul > li:not(:first-child) div {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #454545;
}
.main-menu a {
  color: #f5821e;
  text-decoration: none;
  font-size: 1.125em;
  line-height: 1.5;
}
.main-menu ul ul a {
  color: #fff;
}

.top {
  max-height: 75vh;
  padding: 2em;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top::before {
  content: '';
  display: block;
  padding-top: 60%;
}
.top .grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-title {
  height: 100%;
}
.top-title div {
  display: table;
  width: 100%;
  height: 100%;
}
.top-title h1 {
  display: table-cell;
  vertical-align: middle;
}

.content-box {
  margin: 3em 0;
  padding: 3em;
  background: #fff;
}

footer {
  background: #000;
  color: #fff;
}
footer .footer-top {
  padding: 1.5em 0 3em;
  text-align: center;
}
footer .footer-top .social a {
  display: inline-block;
  width: 2.25em;
  height: 2.25em;
  margin: 0 .625em;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999em;
}
footer .footer-top .social .fb {
  background-image: url("../img/footer/facebook.svg");
}
footer .footer-top .social .tw {
  background-image: url("../img/footer/twitter.svg");
}
footer .footer-top .social .em {
  background-image: url("../img/footer/e-mail.svg");
}
footer .footer-top .social .li {
  background-image: url("../img/footer/linkedin.svg");
}
footer .footer-links {
  padding-bottom: 1.5em;
  background: #454545;
}
footer .footer-links .grid {
  max-width: 80em;
  margin: 0 auto;
}
footer .footer-links h5 {
  margin-bottom: 0;
  color: #fff;
}
footer .footer-links h5, footer .footer-links li, footer .footer-links address {
  line-height: 1.5;
  font-size: .875em;
}
footer .footer-links ul {
  margin: 0;
  padding: 0;
}
footer .footer-links li {
  list-style: none;
}
footer .footer-links a, footer .footer-links address {
  color: #909090;
  text-decoration: none;
}
footer .footer-links a:focus,
footer .footer-links a:hover {
  color: #d66f2e;
}

time {
  color: rgba(0, 0, 0, 0.4);
  display: block;
  margin-top: -.5em;
}

.news-overview img + h2 {
  margin-top: 1.5em;
}
.news-overview .grid-unit-gamma:nth-of-type(3) img {
  display: none;
}
.news-overview .grid-unit-gamma:nth-of-type(3) img + h2 {
  margin-top: 0;
}

.usp-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.usp-list li {
  vertical-align: middle;
}
.usp-list li:before, .usp-list li:after {
  content: " ";
  display: table;
}
.usp-list li:after {
  clear: both;
}
.usp-list a {
  text-decoration: none;
  display: table;
}
.usp-list img {
  float: left;
  margin: 0 1em 0 0;
}
.usp-list div {
  display: table-cell;
  vertical-align: middle;
}
.usp-list span {
  margin: 0 auto;
  display: block;
  max-width: 12em;
}

.t-left img,
.t-right img {
  max-width: 100%;
}

.t-right .grid-unit-beta {
  float: right;
}

.content-centred > h1,
.content-centred > h2,
.content-centred > .excerpt {
  text-align: center;
}
.content-centred > .excerpt {
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
}

.grid-unit-entelos figure img {
  width: 100%;
}
.grid-unit-entelos figcaption {
  margin: 1em 0;
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.5);
}

.management-structure .portraits {
  max-width: 40em;
  margin: 0 auto;
}

.portrait {
  max-width: 20em;
  padding: 1em;
}
.portrait img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.portrait figcaption {
  padding: .75em 1em;
  background: #f5821e;
  color: #fff;
}
.portrait strong {
  display: block;
}

.list-zebra > div:nth-child(odd):not(:first-child) .portrait figcaption {
  background: #fff;
  color: #f5821e;
}

.person-list dt {
  font-family: MetaBoldRomanRegular, "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.person-list dd {
  margin: 0 0 1em;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 7.5em;
  height: 7.5em;
  margin: auto;
  z-index: 9001;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.loader::before, .loader::after {
  content: '';
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  right: 1.5em;
  bottom: 1.5em;
  border: .75em solid;
  border-radius: 100%;
}
.loader:before {
  border-color: #eda440;
}
.loader:after {
  border-color: #f0f0f0 transparent transparent;
  -webkit-animation: spin 1250ms linear infinite;
          animation: spin 1250ms linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.content-toggler {
  height: 0;
  position: relative;
  z-index: 1;
}

.card-stack {
  display: block;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.card-stack, .card-stack li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.card-stack li {
  position: relative;
  display: inline-block;
  margin: 0 -.25em 0 0;
  z-index: 1;
  font-size: 1.25em;
  -webkit-transition: -webkit-transform 0.75s ease-in-out;
          transition: transform 0.75s ease-in-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.card-stack a {
  display: table-cell;
  vertical-align: middle;
  padding: 1em;
  width: 8em;
  height: 8em;
  font-size: .75em;
  text-decoration: none;
  color: #fff;
  background: #000;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
.card-stack a::before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.5em;
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #f5821e;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  content: '';
}
.card-stack [data-interaction-distance='-1'] {
  z-index: 2;
}
.card-stack [data-interaction-distance='-1'] a {
  background: #454545;
}
.card-stack [data-interaction-distance='0'] {
  z-index: 3;
}
.card-stack [data-interaction-distance='0'] a {
  background: #f5821e;
}
.card-stack [data-interaction-distance='0'] ~ li {
  z-index: 1;
}
.card-stack [data-interaction-distance='0'] + li {
  z-index: 2;
}
.card-stack [data-interaction-distance='0'] + li a {
  background: #454545;
}
.card-stack[data-toggle-state='stacked'] li[data-interaction-distance='0'] a {
  box-shadow: 0 0.2em 0 rgba(0, 0, 0, 0.2);
}
.card-stack[data-toggle-state='stacked'] li[data-interaction-distance='0'] a::before {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.25s 0.75s;
          transition: all 0.25s 0.75s;
}
.card-stack[data-toggle-state='stacked'] li:not([data-interaction-distance='0']) a {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.list-zebra {
  overflow: hidden;
}
.list-zebra > div {
  position: relative;
}
.list-zebra > div > div {
  padding-bottom: 6em;
  position: relative;
  z-index: 20;
}
.list-zebra > div:nth-child(even)::before, .list-zebra > div:nth-child(even)::after {
  position: absolute;
  content: '';
  left: -1.25em;
  right: -1.25em;
  height: 9.375em;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  background: #fff;
  z-index: 10;
}
.list-zebra > div:nth-child(even)::before {
  top: 0;
  -webkit-transform: translateY(-50%) rotateZ(-6deg);
          transform: translateY(-50%) rotateZ(-6deg);
}
.list-zebra > div:nth-child(even)::after {
  bottom: 0;
  -webkit-transform: translateY(50%) rotateZ(6deg);
          transform: translateY(50%) rotateZ(6deg);
}
.list-zebra > div:nth-child(odd) {
  padding: 9.375em 0;
  background-color: #f5821e;
  background-size: cover;
}
.list-zebra > div:nth-child(odd):not(:first-child):not(:nth-child(7n)) {
  color: #fff;
  background-image: url(../img/decoration/shards-dark.svg);
}
.content-toggler + .list-zebra > div:first-child {
  padding: 28.125em 0;
}
.list-zebra > div:first-child {
  padding: 3.125em 0 9.375em;
  -webkit-transform: translate3d(0, 0, 0);
}
.list-zebra > div:first-child,
.list-zebra > div:nth-child(7n) {
  background-color: #e6e6e6;
  background-image: url(../img/decoration/shards-bright.svg);
}
.list-zebra > div:last-child {
  padding-bottom: 0;
}
.list-zebra > div:last-child::after {
  display: none;
}

.grid {
  overflow: visible;
}

.fields {
  padding: 0;
}

.field {
  margin: 0 0 1.5em;
  list-style: none;
}
.field label {
  margin: 0 0 .25em;
  display: block;
}

legend {
  margin: 0 0 .25em 0;
  font-size: 1.125em;
  font-weight: bold;
}

fieldset {
  margin: 0 0 1.5em 0;
  border: 0;
  padding: 0;
}

.text-field {
  max-width: 22.5em;
}
.text-field input,
.text-field textarea {
  width: 100%;
  padding: .5em;
  display: block;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: none;
  background-color: #e5e5e5;
  box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.2);
  font-size: 1.125em;
  color: rgba(0, 0, 0, 0.7);
}
.text-field input:focus,
.text-field textarea:focus {
  outline: 0;
  box-shadow: inset 0 0 0 0.125em #ffd151;
  -webkit-transition: box-shadow .2s ease-out;
          transition: box-shadow .2s ease-out;
}

.list-zebra > div:first-child .text-field input,
.list-zebra > div:first-child .text-field textarea {
  background-color: #fff;
}

.list-zebra > div:nth-child(odd):not(:first-child) .text-field input,
.list-zebra > div:nth-child(odd):not(:first-child) .text-field textarea {
  background-color: #fff;
}

.select-field {
  max-width: 22.5em;
  position: relative;
  background: #e5e5e5;
  box-shadow: 0.2em 0.2em 0 0 rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
}
.select-field select {
  width: 100%;
  height: 2.5em;
  padding: .625em;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 2;
  box-shadow: inset 0 0 0 .125em transparent;
}
.select-field select:focus {
  outline: 0;
  box-shadow: inset 0 0 0 0.125em #ffd151;
  -webkit-transition: box-shadow .2s ease-out;
          transition: box-shadow .2s ease-out;
}
.select-field::after {
  content: '>';
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #ffd151;
  text-shadow: 0.1em -0.1em 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.list-zebra > div:first-child .select-field {
  background-color: #fff;
}

.list-zebra > div:nth-child(odd):not(:first-child) .select-field {
  background-color: #fff;
}

.list-zebra > div:first-child .contact-list > ul {
  background-color: #f5821e;
}
.list-zebra > div:first-child .contact-list > ul,
.list-zebra > div:first-child .contact-list > ul a,
.list-zebra > div:first-child .contact-list > ul dt {
  color: #fff;
}

.list-zebra > div:nth-child(even) .contact-list > ul {
  background-color: #f5821e;
}
.list-zebra > div:nth-child(even) .contact-list > ul,
.list-zebra > div:nth-child(even) .contact-list > ul a,
.list-zebra > div:nth-child(even) .contact-list > ul dt {
  color: #fff;
}

.contact-list {
  box-shadow: 0.2em 0.2em 0 0 rgba(0, 0, 0, 0.2);
}
.contact-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
}
.contact-list li {
  padding: 2em;
}
.contact-list dl {
  position: relative;
  margin: 0;
}
.contact-list dl::after {
  display: table;
  clear: both;
  content: '';
}
.contact-list .card-indent {
  padding-left: 9.25em;
}
.contact-list li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-list img {
  width: 5.25em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-list abbr {
  border-bottom: 0;
}
.contact-list dt, .contact-list dd {
  float: left;
  margin: 0;
  padding: 0;
}
.contact-list dt {
  color: #606060;
  clear: left;
  min-width: 2em;
}
.contact-list dd {
  clear: right;
  margin-bottom: .5em;
}
.contact-list .card-indent dd {
  margin-left: -2em;
}
.contact-list dd:last-child {
  margin-bottom: 0;
}
.contact-list .card-name,
.contact-list .card-title,
.contact-list .card-location,
.contact-list .card-photo {
  display: none;
}
.contact-list .card-name + dd,
.contact-list .card-title + dd,
.contact-list .card-location + dd,
.contact-list .card-photo + dd {
  margin-bottom: 0;
}
.contact-list .card-indent .tel,
.contact-list .card-indent .email {
  margin-left: 0;
}
.contact-list .card-indent .card-tel,
.contact-list .card-indent .card-email {
  margin-left: -2em;
}
.contact-list dd.fn {
  font-weight: bold;
  font-size: 1.125em;
}
.contact-list dd.org {
  float: none;
  clear: both;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: .5em;
}
.contact-list a {
  color: #f5821e;
  text-decoration: underline;
}

.list-zebra div.content .world-map {
  background-image: url(../img/media-contacts/world-map.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/*
// temp
.contact-list>ul {
	list-style-type:none;
	margin:0;
	padding:0;
	background: color('white');
	color: color('black');
}
*/
.list-zebra > div:first-child .contact-list > ul {
  background-color: #f5821e;
}

	/*
	.contact-list {

		dl {
			padding: 2em;
			margin: 0;
		}

		li + li {
			border-top: 1px solid rgba(0, 0, 0, .1);
		}

		img {
			width: 5.25em;
			margin: 0 auto 1em;
			border-radius: 50%;
		}

		dt,dd {
			display:inline;
			margin:0;
			padding:0;
		}

		dd::after {
			display:block;
		}

		dt {

			&:after {
				content:':';
			}
		}

		strong,
		img,
		span {
			display: block;
		}

		strong,
		span {
			font-size: 1.125em;
		}

		span.function {
			margin-bottom: .5em;
			font-size: 1em;
			color: rgba(0, 0, 0, .7);
		}
	}
	*/
.testimonials {
  margin: 0 auto;
  padding-bottom: 4em;
  max-width: 45em;
}
.testimonials:before, .testimonials:after {
  content: " ";
  display: table;
}
.testimonials:after {
  clear: both;
}
.testimonials figure {
  position: relative;
}
.testimonials figure a {
  text-decoration: none;
}
.testimonials .grid-unit-beta {
  padding: 3em;
}
.testimonials .story-2 {
  clear: both;
}
.testimonials .grid-unit-beta:first-child figure {
  z-index: 2;
}
.testimonials img {
  width: 100%;
  vertical-align: bottom;
}
.testimonials figcaption {
  padding: .75em 1em;
  font-size: 1.125em;
  background: #f5821e;
  color: #fff;
}
.testimonials strong {
  display: block;
}
.testimonials .squishy {
  margin: 0;
  font-size: 2.5em;
  font-family: MetaBoldRomanRegular, "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #f5821e;
  line-height: 1;
}

.downloads-list li {
  font-size: 1.125em;
  padding: 0 0 1em 3em;
  list-style: none;
  background: transparent url("../img/icon/financial-document.svg") no-repeat left top;
}

.list-zebra > div:first-child .downloads-list a {
  color: #f5821e;
}

.news-timeline {
  border: solid #f8b58a;
  border-width: 0 0 0 2px;
  font-size: 1.625em;
}
.news-timeline li {
  margin: .25em 0;
  position: relative;
  list-style: none;
}
.news-timeline .full-year {
  display: block;
}
.news-timeline .short-year {
  display: none;
}
.news-timeline a {
  display: block;
  padding-left: 2em;
  color: rgba(0, 0, 0, 0.4);
}
.news-timeline a::before {
  content: '';
  width: .5em;
  height: .5em;
  top: 50%;
  display: block;
  position: absolute;
  left: -.275em;
  border-radius: 50%;
  background: #f8b58a;
}
.news-timeline a[aria-selected]::before {
  width: .75em;
  height: .75em;
  margin-top: -.375em;
  left: -.4em;
  background: #fff;
}
.news-timeline a[aria-selected]::after {
  content: '';
  position: absolute;
  top: 1.5em;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  border-left: 2px solid #fff;
}
.news-timeline a[aria-selected] {
  color: #fff;
  font-family: MetaBoldRomanRegular, "Trebuchet MS", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.alert {
  display: none;
}

.calendar {
  margin: 0;
  padding: 0;
  list-style: none;
}
.calendar li {
  padding: 1em 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: table;
}
.calendar li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.calendar li:before, .calendar li:after {
  content: " ";
  display: table;
}
.calendar li:after {
  clear: both;
}
.calendar .date {
  width: 5em;
  padding-right: 1em;
  vertical-align: middle;
  display: table-cell;
}
.calendar .date span {
  font-family: MetaBoldRomanRegular, "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 4em;
  display: block;
  line-height: 1;
}
.calendar .excerpt {
  display: table-cell;
  vertical-align: middle;
}
.calendar .excerpt span {
  display: table-cell;
  vertical-align: middle;
}
