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

/*! 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 < 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: 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"] {
  -moz-box-sizing: border-box;
  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;
  /* 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; }

.push-right {
  float: right !important; }

.push-left {
  float: left !important; }

.entry-content .grid-col-6,
.entry-content .grid-col-4, .extra-padding {
  padding-left: 15px;
  padding-right: 15px; }

.tmp {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -100;
  top: -9999px;
  left: -9999px; }

.icon {
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block; }
  .icon--map {
    background-image: url("assets/img/pin.svg"); }

html {
  font-size: 16px; }

body {
  background: #fff;
  color: #111;
  font-family: "News Gothic MT", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 100%;
  line-height: 22px;
  -webkit-tap-highlight-color: transparent; }

p, .entry-content ul {
  font-size: 0.875em; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

img {
  max-width: 100%; }

h1, h2, h3,
h4, h5, h6 {
  font-family: "News Gothic MT", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: normal; }

h1, .c-h1 {
  font-size: 2.5em; }

h2, .c-h2 {
  font-size: 1.5em; }

h3, .c-h3 {
  font-size: 1.25em; }

h4, .c-h4 {
  font-size: 0.875em; }

h5, .c-h5 {
  font-size: 1.25em; }

h6, .c-h6 {
  font-size: 1em; }

.navbar-main > ul > li, .page-title,
.single-title,
.archive-title, .sorting, .reference p, .reference-side h2, .box .purchaser-logo,
.box .vendor-logo, .person figcaption, .tac {
  text-align: center; }

.tar {
  text-align: right; }

.tu {
  text-transform: uppercase; }

.bbc:after, .bbt:after, .services h3:after, .bb:after {
  content: "";
  width: 45px;
  border-bottom: 1px solid #808080;
  display: block;
  margin: .75em 0 0; }

.bbc:after {
  margin: .75em auto 0; }

.bbt:after {
  width: 100%;
  border-color: #000;
  margin: -1.5em 0 0; }

.branding {
  display: block;
  float: left;
  width: 180px; }
  @media (min-width: 680px) {
    .branding {
      width: 180px; } }
  @media (min-width: 1000px) {
    .branding {
      width: 240px; } }
  .branding img {
    margin-top: 14px;
    max-width: 100%;
    vertical-align: middle; }
    @media (min-width: 680px) {
      .branding img {
        margin-top: 32px; } }
    @media (min-width: 1000px) {
      .branding img {
        margin-top: 27px; } }

.back-to-overview {
  color: #a5a5a5;
  font-size: 14px !important;
  display: block;
  padding-top: 12px;
  padding-left: 15px;
  -webkit-transition: all .3s ease-in-out 0;
  -moz-transition: all .3s ease-in-out 0;
  transition: all .3s ease-in-out 0;
  opacity: 0;
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px); }
  .back-to-overview.is-active {
    background-position: 0px 17px;
    background-image: url("assets/img/NavBackArrow.png");
    background-repeat: no-repeat;
    background-size: 8px 12px;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    text-decoration: none; }
  .back-to-overview.back-team {
    padding-top: 0px;
    background-position: 0px center;
    margin: -3px 0 29px 0; }
  .back-to-overview.back-service {
    position: absolute; }

.flex-container {
  width: 100%;
  position: absolute;
  z-index: 11;
  bottom: 73px; }
  .flex-container--bottom {
    position: relative;
    bottom: inherit;
    padding-top: 45px;
    padding-bottom: 50px;
    position: relative;
    background: #fff;
    z-index: 11; }

.ajax-container .entry-content {
  padding-top: 0; }

.scroller-to-content,
.to-top {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  margin: 0 auto;
  background-image: url("assets/img/downarrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 62px 33px;
  width: 62px;
  height: 33px;
  display: block; }

.scroller-to-content {
  display: none; }
  @media (min-width: 1000px) {
    .scroller-to-content {
      display: block; } }

#top {
  visibility: hidden;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent; }

.to-top {
  background-image: url("assets/img/uparrow.svg");
  background-size: 29px 16px;
  width: 29px;
  height: 16px; }

#main-content {
  background-color: #FFF;
  position: relative;
  z-index: 11;
  overflow: hidden; }
  .page-template-page-services-php #main-content, .page-template-page-team-php #main-content {
    min-height: 800px; }

.entry-content ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .entry-content ul li {
    padding-left: 16px;
    margin-left: 2px;
    position: relative;
    background: none; }
    .entry-content ul li:before {
      content: "";
      left: 0;
      top: 7px;
      width: 8px;
      height: 8px;
      position: absolute;
      background-color: #000;
      border-radius: 100px; }
  .entry-content ul.alt li:before {
    padding-right: 16px;
    margin: 0 0 0 -20px;
    width: 8px;
    height: 10px;
    content: "";
    position: static;
    display: inline-block;
    background-image: url("assets/img/NavActiveArrow.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none; }

.mailto {
  text-decoration: underline; }

.position-person {
  margin-top: 10px; }

.l-cell {
  margin: 0 auto;
  max-width: 60em;
  padding: 0 3.75em; }

.navbar-wrapper {
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 20; }
  @media (min-width: 640px) {
    .navbar-wrapper {
      background: rgba(0, 0, 0, 0.4); } }
  @media (min-width: 680px) {
    .navbar-wrapper {
      position: fixed;
      height: 85px; } }
  @media (min-width: 680px) {
    .navbar-wrapper > .grid {
      position: relative; } }

.navbar-main {
  float: right; }
  .navbar-main > ul {
    list-style: none;
    padding: 0;
    font-family: "News Gothic MT", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    width: 100%;
    left: 0;
    position: absolute;
    top: 74px;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    margin: 0; }
    @media (min-width: 640px) {
      .navbar-main > ul {
        background-color: rgba(0, 0, 0, 0.4); } }
    .navbar-main > ul.is-open {
      visibility: visible;
      display: block; }
    @media (min-width: 680px) {
      .navbar-main > ul {
        top: 102px;
        visibility: visible;
        background-color: transparent;
        height: 85px;
        padding: 42px 0 0;
        position: static;
        width: auto; } }
    .navbar-main > ul > li {
      color: #f6f6f6;
      line-height: 2; }
      .navbar-main > ul > li a {
        -webkit-transition: opacity 250ms ease-in-out;
        -moz-transition: opacity 250ms ease-in-out;
        transition: opacity 250ms ease-in-out;
        line-height: 22px;
        display: inline-block; }
        @media (min-width: 680px) {
          .navbar-main > ul > li a {
            display: block; } }
        .navbar-main > ul > li a:hover {
          opacity: .5;
          text-decoration: none; }
        .navbar-main > ul > li a.lang-link:hover {
          border-bottom: none;
          opacity: 1; }
      .navbar-main > ul > li.current_page_item a {
        position: relative;
        font-weight: 700;
        text-decoration: none; }
        .navbar-main > ul > li.current_page_item a:hover {
          opacity: 1; }
        @media (min-width: 680px) {
          .navbar-main > ul > li.current_page_item a:after {
            -webkit-transition: opacity 150ms ease-in-out;
            -moz-transition: opacity 150ms ease-in-out;
            transition: opacity 150ms ease-in-out;
            content: "";
            position: absolute;
            z-index: 5;
            left: -webkit-calc(50% - 12px);
            left: -moz-calc(50% - 12px);
            left: calc(50% - 12px);
            top: 43px;
            border-width: 12px 12px 0;
            border-style: solid;
            border-color: rgba(0, 0, 0, 0.8) transparent;
            width: 0;
            opacity: 1; } }
        @media (min-width: 520px) {
          .navbar-main > ul > li.current_page_item a:after {
            border-color: rgba(0, 0, 0, 0.4) transparent; } }
      .navbar-main > ul > li.current_page_item.hide-arrow a:after {
        opacity: 0; }
      @media (min-width: 680px) {
        .navbar-main > ul > li {
          text-align: left;
          float: left;
          padding-right: 10px;
          color: #fff;
          line-height: 22px; } }
      @media (min-width: 1000px) {
        .navbar-main > ul > li {
          padding-right: 20px; } }
    .navbar-main > ul a {
      color: #fff;
      font-size: 0.875em; }
      @media (min-width: 680px) {
        .navbar-main > ul a {
          font-size: 0.6875em; } }
      @media (min-width: 1000px) {
        .navbar-main > ul a {
          font-size: 0.8125em; } }
    .navbar-main > ul a.lang-link {
      opacity: .4;
      padding-left: 24px;
      background-image: url("assets/img/NavActiveArrowWhite.svg");
      background-position: 10px center;
      background-size: auto;
      background-repeat: no-repeat; }

#nav-toggle {
  position: absolute;
  right: 10%;
  margin: 0;
  padding: 0;
  top: 20px; }
  #nav-toggle:after {
    top: 30px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.8);
    border-width: 12px;
    margin-left: -12px;
    display: none; }
  @media (min-width: 520px) {
    #nav-toggle {
      border-bottom-color: rgba(0, 0, 0, 0.4); } }
  @media (min-width: 680px) {
    #nav-toggle {
      top: 42px;
      display: none; } }
  #nav-toggle a {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    display: block;
    background: transparent no-repeat scroll 50% 50%;
    background-image: url("assets/img/menu.png");
    height: 19.5px;
    width: 26px;
    background-size: 26px 19.5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #nav-toggle a {
        background-image: url("assets/img/menu_2x.png");
        background-size: 26px 19.5px; } }
  #nav-toggle.is-open a {
    background-image: url("assets/img/menu_close.png");
    background-size: 20px;
    height: 20px;
    width: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #nav-toggle.is-open a {
        background-image: url("assets/img/menu_close_2x.png");
        background-size: 20px 20px; } }
  #nav-toggle.is-open:after {
    display: block; }

#header {
  height: 400px;
  position: relative;
  background-image: url("assets/img/preload.gif");
  background-position: center 54%;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-color: #000; }
  @media (min-width: 680px) {
    #header {
      height: 90%;
      height: 90vh;
      height: -webkit-calc(100vh - 100px);
      height: -moz-calc(100vh - 100px);
      height: calc(100vh - 100px); } }

.skrollr-mobile .slider-header.skrollable {
  position: absolute !important;
  z-index: -1; }

.slider-header {
  width: 100%;
  z-index: 12; }
  @media (max-width: 680px) {
    .slider-header {
      position: static !important; } }
  .slider-header > .slider {
    height: 400px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    overflow: hidden; }
    .slider-header > .slider.loading {
      visibility: hidden;
      opacity: 0; }
		@media (min-width: 680px) {
			.slider-header > .slider {
				/* height: 90%;
				height: 90vh;
				height: -webkit-calc(100vh - 100px);
				height: -moz-calc(100vh - 100px); */
				height: calc(100vh - 100px);
			}
		}
		.slider-header > .slider > li {
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			-webkit-transition: opacity 2s linear;
			transition: opacity 2s linear;
			opacity: 0;
		}
      /* .slider-header > .slider > li .bg {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        height: 100%;
        position: absolute;
		left: 0;
		top: 0;
        width: 100%;
	} */
		.slider-header > .slider > li.pre-active {
			z-index: 1;
			opacity: 1;
		}
		.slider-header > .slider > li.active {
			z-index: 2;
			opacity: 1;
		}
      .slider-header > .slider > li img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute; }
      .slider-header > .slider > li > .grid {
        position: relative;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (min-width: 680px) {
          .slider-header > .slider > li > .grid {
            top: 50%; } }
    .slider-header > .slider .caption {
      position: absolute;
      display: none; }
      @media (min-width: 680px) {
        .slider-header > .slider .caption {
          display: block; } }
      .slider-header > .slider .caption .marker {
        height: 20px;
        width: 20px;
        display: block;
        background-image: url("assets/img/cross.svg");
        background-position: center center;
        background-size: 20px 20px;
        background-repeat: no-repeat; }
        .slider-header > .slider .caption .marker:hover + .text {
          opacity: 1;
          pointer-events: auto; }
      .slider-header > .slider .caption .text {
        -webkit-transition: opacity .4s ease-in-out 0;
        -moz-transition: opacity .4s ease-in-out 0;
        transition: opacity .4s ease-in-out 0;
        color: #fff;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 400px; }
        .slider-header > .slider .caption .text.left {
          left: 30px; }
        .slider-header > .slider .caption .text.right {
          right: 30px; }
  .slider-header h3 {
    font-size: 1.1875em;
    line-height: 1.3;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
    @media (min-width: 680px) {
      .slider-header h3 {
        font-size: 1.75em; } }
    .slider-header h3 > span {
      cursor: pointer;
      background-color: #fff;
      display: inline-block;
      max-width: 60%;
      padding: 10px 20px; }
      @media (min-width: 680px) {
        .slider-header h3 > span {
          max-width: 100%; } }
      .slider-header h3 > span > b,
      .slider-header h3 > span > span {
        color: #666;
        font-weight: normal;
        line-height: 1; }
    .slider-header h3 .highlight {
      color: #666; }

.entry-content {
  padding-top: 20px; }

#footer {
  width: 100%;
  background-color: #ededed;
  min-height: 236px;
  position: relative;
  z-index: 11;
  padding-top: 10px; }

.footer-page p {
  color: #A4A4A4;
  font-size: 0.75em; }
.footer-page a {
  color: #A4A4A4; }

.sidebar {
  width: 100%;
  float: left;
  padding-left: 1.38889%;
  padding-right: 1.38889%; }
  @media (min-width: 1000px) {
    .sidebar {
      width: 240px;
      float: left;
      padding-left: 10px;
      padding-right: 10px; } }
  .sidebar h4 {
    color: #a5a5a5;
    font-size: 0.875em;
    margin-top: 1.5em;
    margin-bottom: 0.5em; }
  .sidebar ul {
    margin: 0;
    padding: 0; }
  .sidebar li.is-active a, .sidebar a:hover:not(.back-to-overview) {
    background-position: 0px center;
    padding-left: 10px;
    font-weight: 600;
    text-decoration: none; }
  .sidebar li {
    display: block;
    width: 100%; }
  .sidebar a {
    font-size: 14px;
    -webkit-transition: all .15s ease-in-out 0;
    -moz-transition: all .15s ease-in-out 0;
    transition: all .15s ease-in-out 0;
    line-height: 24px;
    background-image: url("assets/img/NavActiveArrow.svg");
    background-repeat: no-repeat;
    background-position: -20px center;
    background-size: auto; }

.page .with-title,
.single .with-title,
.archive .with-title {
  padding-top: 30px; }
.page-title,
.single-title,
.archive-title {
  font-size: 0.875em;
  padding-top: 16px;
  padding-bottom: 40px;
  margin: 0;
  line-height: 1; }
.page-main-title,
.single-main-title,
.archive-main-title {
  margin: 0;
  line-height: 1;
  font-size: 1em; }
  @media (min-width: 520px) {
    .page-main-title,
    .single-main-title,
    .archive-main-title {
      font-size: 1.5em;
      padding-top: 20px;
      padding-bottom: 10px; } }
  .page-main-title:after,
  .single-main-title:after,
  .archive-main-title:after {
    margin-top: 36px; }
@media (min-width: 1000px) {
  .page .type-team p:first-child,
  .single .type-team p:first-child,
  .archive .type-team p:first-child {
    margin-top: -5px; } }

.nested-team {
  width: 100%;
  float: left;
  padding-left: 1.38889%;
  padding-right: 1.38889%; }
  .nested-team h2 span {
    font-size: 0.625em;
    display: block; }
    @media (min-width: 520px) {
      .nested-team h2 span {
        padding-left: 6px;
        display: inline-block; } }
  @media (min-width: 1000px) {
    .nested-team img {
      width: 100%; } }
  .nested-team article > .grid {
    max-width: 100%; }
    @media (max-width: 1000px) {
      .nested-team article > .grid .grid-col-5,
      .nested-team article > .grid .grid-col-4 {
        padding: 0; } }
  @media (min-width: 1000px) {
    .nested-team {
      width: 720px;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
      .nested-team article > .grid .grid-col-5 {
        width: 55.55556%;
        float: left; }
      .nested-team article > .grid .grid-col-4 {
        width: 44.44444%;
        float: left; } }

.infos p {
  position: relative;
  margin: 0 0 1em !important; }
  @media (min-width: 1000px) {
    .infos p {
      background-image: url("assets/img/NavActiveArrow.svg");
      background-position: 16px 5px;
      background-size: auto;
      background-repeat: no-repeat;
      padding: 0 0 0 30px;
      margin: 14px 0 !important;
      text-align: right;
      float: right; } }
  .infos p span {
    display: block; }
  .infos p .for-mobile {
    display: inline; }
    @media (min-width: 1000px) {
      .infos p .for-mobile {
        display: none; } }
  @media (min-width: 1000px) {
    .infos p a {
      font-size: 1em;
      font-weight: 400;
      color: #fff;
      background: #000;
      padding: 6px;
      width: 280px;
      text-align: center;
      position: absolute;
      top: -6px;
      right: 90%;
      display: none;
      z-index: 2; }
      .infos p a:after {
        content: "";
        height: 24px;
        width: 24px;
        border-right: 12px solid #000;
        border-bottom: 12px solid #000;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        right: -12px;
        top: 5px; } }
  .no-touch .infos p:hover a {
    display: block; }
  .touch .infos p.is-active a {
    display: block; }

.references > .grid {
  padding-bottom: 30px; }

.nested-references {
  width: 100%;
  float: left;
  padding-left: 1.38889%;
  padding-right: 1.38889%; }
  .nested-references > .grid {
    max-width: 100%; }
    @media (max-width: 1000px) {
      .nested-references > .grid .grid-col-3 {
        padding: 0; } }
  @media (min-width: 1000px) {
    .nested-references {
      width: 720px;
      float: left;
      padding-left: 10px;
      padding-right: 10px; }
      .nested-references > .grid .grid-col-3 {
        width: 33.33333%;
        float: left; } }

.sorting:after {
  content: "";
  display: table;
  clear: both; }
@media (min-width: 1000px) {
  .sorting {
    text-align: left; } }
.sorting a {
  padding: 0 10px;
  font-weight: 400;
  color: #aaa; }
  @media (min-width: 1000px) {
    .sorting a {
      padding: 0 20px 0 0;
      float: left; } }
  .sorting a:hover {
    text-decoration: none;
    color: #000; }
  .sorting a.is-active {
    color: #000; }

.reference {
  cursor: pointer;
  margin: 20px 0 0 0;
  padding: 0; }
  .reference p {
    color: #aaa;
    font-size: 0.8125em;
    line-height: 1.3; }
    @media (min-width: 1000px) {
      .reference p {
        text-align: left; } }
  .reference-side h2 {
    border-top: 1px solid #808080;
    padding-top: .5em;
    max-width: 300px;
    margin: 1em auto 1em;
    line-height: 1.3; }
    @media (min-width: 1000px) {
      .reference-side h2 {
        text-align: left;
        margin: 20px 0 0; } }

.box:before, .box:after, .close:before, .close:after {
  content: "";
  position: absolute;
  background: #aaa;
  -webkit-transition: all .2s ease-in-out 0;
  -moz-transition: all .2s ease-in-out 0;
  transition: all .2s ease-in-out 0; }
.box:before, .close:before {
  top: 0;
  margin-top: 10px;
  margin-right: 10px;
  right: 7px;
  width: 2px;
  height: 16px; }
.box:after, .close:after {
  top: 7px;
  right: 0;
  margin-top: 10px;
  margin-right: 10px;
  width: 16px;
  height: 2px; }

.close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 6px;
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font: 0/0 serif;
  text-shadow: none;
  color: transparent; }
  .close:after, .close:before {
    background: #fff; }

.box {
  border: 1px solid #aaa;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
  position: relative; }
  .box:hover, .box.is-active {
    background-color: #eaeaea; }
    .box:hover .purchaser-logo:after, .box.is-active .purchaser-logo:after {
      background-color: #eaeaea; }
  .box.is-active:before, .box.is-active:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .box img {
    width: auto;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .box .purchaser-logo {
    border-bottom: 1px solid #aaa;
    position: relative; }
    .box .purchaser-logo:after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 96px;
      border: 1px solid #aaa;
      background-color: #fff;
      border-top-color: transparent;
      border-left-color: transparent;
      width: 20px;
      height: 20px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .box .purchaser-logo,
  .box .vendor-logo {
    height: 100px;
    width: 100%;
    padding: 20px; }

.modal-ref {
  position: relative;
    display:block;
  }
  @media (min-width: 680px) {
    .modal-ref:after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 14px;
      width: 10px;
      height: 10px;
      border: 10px solid #d6d6d6;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .modal-ref.nth-1:after {
      left: 106px; }
    .modal-ref.nth-2:after {
      left: 340px; }
    .modal-ref.nth-3:after {
      left: 576px; } }

.ref-article {
  background-color: #d6d6d6;
  padding: 20px;
  margin-left: 10px;
  max-width: 680px; }
  .ref-article.hidden {
    display: none; }
  .ref-article * {
    margin: 0; }
  .ref-article .content {
    color: #626262; }
    .ref-article .content p {
      margin: 1em 0; }

.person {
  margin: 0;
  padding: 0; }
  .person a {
    display: block; }
    @media (min-width: 1000px) {
      .person a {
        text-align: left; } }
  @media (min-width: 520px) {
    .person > a {
      margin: 0 auto;
      display: block;
      width: 220px;
      height: 220px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
      .person > a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 10;
        opacity: 0;
        -webkit-transition: opacity 200ms ease-in-out;
        -moz-transition: opacity 200ms ease-in-out;
        transition: opacity 200ms ease-in-out; }
      .person > a:hover:before {
        opacity: 0.6; } }
  @media (min-width: 1000px) {
    .person > a {
      margin: 0;
      width: 100%; } }
  .person img {
    max-width: 100%; }
  .person figcaption a:hover {
    text-decoration: none; }
  .person figcaption h4 {
    display: inline-block;
    background-image: none;
    padding: 0; }
    .person figcaption h4 + p {
      display: inline-block; }
    @media (min-width: 520px) {
      .person figcaption h4 + p {
        display: block; } }
    @media (min-width: 1000px) {
      .person figcaption h4 {
        background-image: url("assets/img/NavActiveArrow.svg");
        padding-right: 18px; } }
  .person h4 {
    font-weight: 600;
    margin: .5em 0 0;
    background-position: right 5px;
    background-size: auto;
    background-repeat: no-repeat; }
    .person h4 + p {
      margin: 0 0 20px; }

@media (min-width: 680px) and (max-width: 1000px) {
  .grid-team .grid-col-3 {
    width: 320px;
    float: left;
    padding-left: 10px;
    padding-right: 10px; } }

.animate {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes moveInFromRight {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes moveInFromRight {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes moveInFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; } }
@keyframes moveInFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; } }
@-webkit-keyframes moveOutToRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes moveOutToRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes moveOutToLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }
@keyframes moveOutToLeft {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }
@-webkit-keyframes fadeInCaption {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeInCaption {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeInCaption {
  -webkit-animation-name: fadeInCaption;
  animation-name: fadeInCaption;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none; }

.moveInFromRight {
  -webkit-transform: translateX(200px) !important;
  -moz-transform: translateX(200px) !important;
  -ms-transform: translateX(200px) !important;
  transform: translateX(200px) !important;
  opacity: 0 !important; }

.moveInFromLeft {
  -webkit-animation-name: moveInFromLeft;
  animation-name: moveInFromLeft;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.moveOutToRight {
  -webkit-animation-name: moveOutToRight;
  animation-name: moveOutToRight;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.moveOutToLeft {
  -webkit-animation-name: moveOutToLeft;
  animation-name: moveOutToLeft;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.fadeIn {
  opacity: 0 !important; }

#drawers {
  list-style: none;
  padding: 0;
  margin: 0; }
  #drawers div {
    display: none;
    font-size: 1.14286em; }
  #drawers h5 {
    padding-left: 20px;
    display: inline-block;
    position: relative;
    font-size: 1.625em;
    cursor: pointer;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear; }
    #drawers h5:before {
      background-position: left center;
      background-image: url("assets/img/NavBackArrow.png");
      background-repeat: no-repeat;
      background-size: auto 18px;
      text-decoration: none;
      content: "";
      width: 14px;
      height: 22px;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: -webkit-transform 150ms linear;
      -moz-transition: -moz-transform 150ms linear;
      transition: transform 150ms linear; }
    #drawers h5.is-open:before {
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
  #drawers li {
    padding: 0;
    margin: 0; }
    #drawers li:before {
      display: none; }

.ie .ajax-container {
  opacity: 1 !important; }
.ie .loading .ajax-container {
  opacity: 0 !important; }
.ie .slider-header h3 > span {
  padding-top: 18px; }
.ie .sidebar li.is-active a,
.ie .sidebar a:hover:not(.back-to-overview) {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  background-position: 0 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slider-header h3 > span {
    padding-top: 18px; }

  .sidebar li.is-active a,
  .sidebar a:hover:not(.back-to-overview) {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    background-position: 0 0; } }
