@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y; }

.swiper-wp8-vertical {
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Font Face
--------------*/
/* Mixins
--------------*/
/* Vars
--------------*/
/* Tools
--------------*/
.clear:after {
  content: '';
  display: table;
  clear: both; }

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

/* Structure
--------------*/
body,
html,
.site,
.site-content {
  height: 100%;
  overflow: hidden; }

body {
  background: #fff; }

.site {
  position: relative; }

.site-main {
  min-height: 100%; }
  @media (max-width: 768px) {
    .site-main {
      padding: .75em 0; } }
  .page-template-page-about-subpage .site-main {
    padding: .75em 0; }

@media (max-width: 768px) {
  body {
    padding-top: 2em; }
    body.home {
      padding-top: 2.875em; } }

.site-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 769px) {
    .site-content {
      padding: .75em; } }
  @media (max-width: 768px) {
    .site-content {
      padding: 0 .75em; } }
  .page-template-page-about-subpage .site-content {
    padding: 0 .75em; }

.temporary-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2500;
  cursor: wait; }

.modal-overlay, .partners-overlay, .people-overlay, .content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2500;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* Font Face
--------------*/
@font-face {
  font-family: 'Founders';
  src: url("../font/FoundersGroteskWeb-Regular.eot") format("embedded-opentype"), url("../font/FoundersGroteskWeb-Regular.woff2") format("woff2"), url("../font/FoundersGroteskWeb-Regular.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Founders';
  src: url("../font/FoundersGroteskWeb-RegularItalic.eot") format("embedded-opentype"), url("../font/FoundersGroteskWeb-RegularItalic.woff2") format("woff2"), url("../font/FoundersGroteskWeb-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Founders';
  src: url("../font/FoundersGroteskWeb-Medium.eot") format("embedded-opentype"), url("../font/FoundersGroteskWeb-Medium.woff2") format("woff2"), url("../font/FoundersGroteskWeb-Medium.woff") format("woff");
  font-weight: 500; }

/* Base Typography
--------------*/
html {
  font: 100%/1 'Founders', 'Helvetica', 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-size: 1em;
  font-weight: inherit; }

a {
  color: inherit;
  text-decoration: none; }

.h1, .text-body h1,
.h2,
.text-body h2 {
  font-weight: 500;
  letter-spacing: -.0175em;
  text-transform: uppercase; }

.h1, .text-body h1 {
  font-size: 2rem;
  line-height: 0.7878787879; }


.h2,
.text-body h2 {
  font-size: 1.75rem;
  line-height: 0.7857142857; }

.h3, .text-body h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.0625rem;
  line-height: 1.0588235294;
  letter-spacing: -0.010em; }

figcaption {
  font-size: 1rem;
  line-height: 1.1481481481;
  margin: 0.375rem 0 0; }

strong {
  font-weight: 500; }

/* Text Body
--------------*/
.text-body p, .text-body ul {
  font-size: 1.2em;
  line-height: 1.1214953271;
  margin: 0; }
  .text-body p + p, .text-body ul + p {
    text-indent: 1.5625rem;
    margin: 0; }

.text-body ul {
  margin: 1.1em 0;
  padding: 0 0 0 1.5625rem;
  list-style: none; }

.text-body li {
  position: relative; }

.text-body li:before {
  position: absolute;
  display: block;
  content: '—';
  margin: 0 0 0 -1.5rem; }

.text-body .standfirst {
  font-weight: 500;
  margin: 0.875rem 0 2.5rem; }
  .text-body .standfirst + p {
    text-indent: 0; }

.text-body .endnotes {
  font-size: 0.9375rem;
  line-height: 1.1;
  padding: 0 1.5625rem;
  text-indent: 0;
  margin: 1.1em 0; }

.text-body h1 {
  margin: 2.5rem 0 2.5rem; }
  .text-body h1:first-child {
    margin-top: 0; }

.text-body h2 {
  margin: 1.875rem 0 0.9375rem; }
  .text-body h2:first-child {
    margin-top: 0; }

.text-body h3 {
  margin: 1.875rem 0 0.75rem; }
  .text-body h3:first-child {
    margin-top: 0; }

.text-body a {
  border-bottom: 1px solid #000; }

.text-body img {
  display: block;
  margin: 1.25em 0 2em;
  width: 100%;
  height: auto; }
  @media (min-width: 769px) {
    .text-body img {
      width: 40rem;
      margin-left: -5rem; } }

.text-body figure {
  margin: 1.25em 0 .625em;
  padding: 0;
  width: 100%; }
  .text-body figure:first-child {
    margin-top: 0; }
  .text-body figure img {
    margin-top: 0;
    margin-bottom: 0; }

.no-touchevents figcaption {
  opacity: 0; }

.no-touchevents figure:hover figcaption {
  opacity: 1; }

.apply-button {
  z-index: 1100 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2em;
  line-height: 0.8;
  letter-spacing: -.035em;
  background: red;
  text-align: center; }
  @media (max-width: 768px) {
    .apply-button {
      float: left;
      width: calc(50% - .125em);
      line-height: .7878787879;
      margin: 0 0 .5rem; } }
  @media (max-width: 568px) {
    .apply-button {
      width: 100%; } }
  @media (min-width: 769px) {
    .apply-button {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      width: 6rem;
      height: 6rem;
      line-height: 5.5rem;
      border-radius: 50%;
      opacity: 0; } }
  .apply-button a {
    display: block;
    padding: 0.0625rem 0 .25rem; }

.close-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000;
  cursor: pointer; }
  @media (min-width: 769px) {
    .close-icon {
      padding: .625rem;
      line-height: 1rem;
      font-size: 1.2rem;
      text-transform: uppercase; } }
  @media (max-width: 768px) {
    .close-icon {
      width: 1.75em;
      height: 1.3125em;
      margin: 0.3125em .5em;
      text-indent: -9999px;
      background-image: url(../img/icon-close-black.svg);
      background-repeat: no-repeat;
      background-position: 100% 50%; } }

.hover--highlight-1 .block-highlight,
.block-highlight.hover--highlight-1,
.hover--highlight-1.content-row {
  background-color: #00bc34 !important; }

.hover--highlight-2 .block-highlight,
.block-highlight.hover--highlight-2,
.hover--highlight-2.content-row {
  background-color: #00e36f !important; }

.hover--highlight-3 .block-highlight,
.block-highlight.hover--highlight-3,
.hover--highlight-3.content-row {
  background-color: #62d07b !important; }

.contact-card {
  position: absolute;
  background: #000;
  color: #fff; }
  @media (max-width: 768px) {
    .contact-card {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 3000;
      padding: 1.75rem .4375em .4375em;
      display: none;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-content: flex-start;
      align-items: flex-start;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
      .contact-card.toggle-visible {
        display: flex; } }
  @media (min-width: 769px) {
    .contact-card {
      top: .75em;
      right: .75em;
      z-index: 2000;
      display: none;
      padding: .1875em .3125em; }
      .contact-card.toggle-visible {
        display: block; } }
  .contact-card a:hover {
    border-bottom: 1px solid #fff; }

.contact-card__close {
  display: none; }
  @media (max-width: 768px) {
    .contact-card__close {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 1.75em;
      height: 1.3125em;
      margin: 0.3125em .5em;
      text-indent: -9999px;
      background-image: url(../img/icon-close-white.svg);
      background-repeat: no-repeat;
      background-position: 100% 50%; } }

.site-title {
  text-transform: uppercase;
  font-weight: 500; }
  @media (max-width: 768px) {
    .site-title {
      font-size: 2.0625rem;
      line-height: 0.9090909091;
      margin: 0 0 1em;
      flex: 0 0 auto; } }
  @media (min-width: 769px) {
    .site-title {
      font-size: 1.4375em;
      line-height: 0.7826086957;
      letter-spacing: -.0175em;
      margin: 0 0 2em; } }

@media (max-width: 768px) {
  .contact-card__details {
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: -.0175em;
    flex: 0 0 auto; } }

@media (min-width: 769px) {
  .contact-card__details {
    font-size: 0.84375em;
    line-height: 1.1481481481;
    letter-spacing: -0.008em; } }

.contact-card__details p {
  margin: 1.1481481481em 0; }
  .contact-card__details p:first-child {
    margin-top: 0; }
  .contact-card__details p:last-child {
    margin-bottom: 0; }

.contact-card__credits-btn {
  margin: 0 1em 0 0; }

.contact-card__credits {
  display: none; }
  .contact-card__credits.reveal {
    display: block; }
  .contact-card__credits a {
    border-bottom: 1px solid #fff; }

.main-grid {
  width: 100%;
  min-height: 100vh;
  min-height: calc(100vh - 1.5em); }

.grid-sizer {
  width: 100%; }
  @media (min-width: 568px) and (max-width: 1023px) {
    .grid-sizer {
      width: calc(50% - .25em); } }
  @media (min-width: 1024px) and (max-width: 1399px) {
    .grid-sizer {
      width: calc(33.333333% - .333333em); } }
  @media (min-width: 1400px) and (max-width: 1799px) {
    .grid-sizer {
      width: calc(25% - .375em); } }
  @media (min-width: 1800px) {
    .grid-sizer {
      width: calc(20% - .4em); } }

.gutter-sizer {
  width: .5em; }

.grid-block {
  width: 100%;
  float: left; }
  @media (min-width: 568px) {
    .grid-block {
      opacity: 0; } }
  @media (min-width: 568px) and (max-width: 1023px) {
    .grid-block {
      width: calc(50% - .25em); } }
  @media (min-width: 1024px) and (max-width: 1399px) {
    .grid-block {
      width: calc(33.333333% - .333333em);
      opacity: 0; } }
  @media (min-width: 1400px) and (max-width: 1799px) {
    .grid-block {
      width: calc(25% - .375em); } }
  @media (min-width: 1800px) {
    .grid-block {
      width: calc(20% - .4em); } }

.block-highlight {
  background-color: #00e23d; }

.js-lightbox-me img {
  cursor: zoom-in; }

.image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background: #fff; }
  .image-lightbox .swiper-container {
    height: 100%; }

.lightbox-slide {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch; }

.lightbox-slide__img {
  height: 100%;
  flex: 1 1 auto;
  padding: 0 .625rem;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */ }
  @media (min-width: 769px) {
    .lightbox-slide__img {
      padding: 0 2.875rem; } }
  .lightbox-slide__img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    max-height: calc(100vh - 5rem);
    margin: 0 auto;
    flex: 0 1 auto;
    align-self: center;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (min-width: 769px) {
      .lightbox-slide__img img {
        max-height: calc(100vh - 6rem); } }

.lightbox-slide__caption {
  flex: 0 1 auto;
  padding: 0 1rem 1rem;
  line-height: 1.1481481481;
  font-size: 0.84375rem; }
  @media (min-width: 768px) {
    .lightbox-slide__caption {
      text-align: center; } }

.lightbox-close {
  z-index: 1000; }

.site-nav {
  position: absolute;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase; }
  @media (min-width: 769px) {
    .site-nav {
      bottom: 2em;
      background: #000;
      z-index: 2000;
      padding: .1875em .3125em;
      -webkit-transform: translate3d(12px, 0px, 0px);
              transform: translate3d(12px, 0px, 0px); } }
  @media (max-width: 768px) {
    .site-nav {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1400;
      max-height: 100vh;
      overflow-y: scroll;
      -webkit-overflow-scroll: touch;
      padding: 0 .3125rem .1875rem; }
      .site-nav.nav--active {
        background: #000; }
        .site-nav.nav--active ul {
          display: block; }
      .home .site-nav {
        background: #000; } }
  .site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1; }
    @media (max-width: 768px) {
      .site-nav ul {
        display: none;
        font-size: 2.0625rem;
        line-height: 0.9090909091; } }
    .site-nav ul.sub-menu {
      display: none;
      margin: 0.40625em 0; }
  .site-nav a {
    display: inline-block;
    border-bottom: 1px solid transparent; }
    .site-nav a:hover {
      border-bottom-color: #fff; }

@media (min-width: 769px) {
  .single-partners .site-nav,
  .single-post .site-nav,
  .page-template-apply .site-nav {
    visibility: hidden; }
  .overlay-return-link {
    position: fixed;
    bottom: 2rem;
    left: .75rem;
    z-index: 200;
    padding: .1875rem .3125rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    font-size: 1.125rem; }
    .overlay-return-link:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 1.125rem;
      height: 0.75rem;
      margin: -.125rem .25rem 0 0;
      background: url(../img/icon-arrow-glyph-left-white.svg) no-repeat 50% 50%;
      background-size: 100% 100%; } }

@media (max-width: 768px) {
  .overlay-return-link {
    display: none; } }

.current-menu-item > a,
.current_page_parent:not(.current_page_ancestor) > a,
.current-partners-parent:not(.current-partners-ancestor) > a {
  display: inline-block;
  border-bottom: 1px solid #fff; }

.current-menu-item.menu-item-has-children ul.sub-menu,
.current_page_parent.menu-item-has-children ul.sub-menu,
.current-partners-parent.menu-item-has-children ul.sub-menu {
  display: block; }

.current-menu-item.hide-submenu-on-active.menu-item-has-children ul.sub-menu {
  display: none; }

.site-nav__title {
  float: left;
  display: none;
  font-size: 1.4375rem;
  line-height: 0.8695652174; }
  @media (max-width: 768px) {
    .site-nav__title {
      margin-top: .1875rem; }
      .home .site-nav__title {
        display: block; }
      .nav--active .site-nav__title {
        display: none; } }

.site-nav__icon {
  float: right;
  display: none;
  border: 0;
  background: 0;
  padding: 0;
  width: 1.75em;
  height: 1.125em;
  height: 1.3125em;
  margin: 0.1875em;
  background: url(../img/icon-nav-black.svg) no-repeat 50% 50%; }
  .home .site-nav__icon {
    background: url(../img/icon-nav-white.svg) no-repeat 50% 50%; }
  .site-nav__icon:focus {
    outline: 0; }
  @media (max-width: 768px) {
    .site-nav__icon {
      display: block;
      margin-top: .3125rem; }
      .nav--active .site-nav__icon {
        background-image: url(../img/icon-close-white.svg);
        background-position: 100% 50%; } }

@media (min-width: 769px) {
  .home .disable-on-home {
    display: none; } }

.about-block {
  margin: 0 0 .5rem;
  padding: 0.4375em; }

.about-block__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2em;
  line-height: 0.7894736842; }

.about-block__copy {
  font-size: 1.25em;
  line-height: 1.05; }
  .about-block__copy p:first-child {
    margin-top: 0.4375em; }
  .about-block__copy p:last-child {
    margin-bottom: 0; }
  .about-block__copy a {
    border-bottom: 1px solid #000; }
    .about-block__copy a:hover {
      border-color: transparent; }

.about-content__section {
  margin: 0 0 5rem; }
  .about-content__section:last-child {
    margin: 0; }

.page-apply {
  height: 100%;
  overflow: scroll;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .page-apply iframe {
    width: 100%;
    height: 100%; }

.content-table {
  font-weight: 500;
  font-size: 1.4375em;
  line-height: 0.8260869565em;
  letter-spacing: -.0175em;
  text-transform: uppercase;
  border-top: 1px solid #000; }
  @media (min-width: 769px) {
    .content-table {
      display: table;
      width: 100%; } }

.content-row {
  display: block;
  width: 100%;
  text-align: center; }
  @media (min-width: 769px) {
    .content-row {
      display: table-row; } }
  @media (max-width: 768px) {
    .content-row {
      padding: .375rem 0 .75rem;
      border-bottom: 1px solid #000; } }

.content-row__inner {
  text-align: left;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .content-row__inner {
      width: 100%;
      max-width: 53.25rem; } }
  @media (min-width: 1025px) {
    .content-row__inner {
      width: 75%; } }

.content-cell {
  text-align: left; }
  @media (min-width: 769px) {
    .content-cell {
      padding: .375rem 0 .75rem;
      display: table-cell;
      width: 12.5%;
      border-bottom: 1px solid #000; } }

@media (min-width: 769px) {
  .content-cell-spacer {
    width: 12.5%; } }

@media (min-width: 769px) {
  .content-cell-2x {
    width: 50%; } }

@media (min-width: 769px) {
  .content-row__title {
    max-width: 33rem;
    padding: 0 1.5rem;
    margin: 0 auto; } }

.homepage-block {
  margin: 0 0 .5em;
  float: left; }
  @media (max-width: 568px) {
    .homepage-block:last-child {
      margin: 0; } }
  .homepage-block a {
    display: block; }

.homepage-block__title {
  width: 100%;
  background: #27EF60;
  padding: .1875rem .3125rem .3125rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2em;
  line-height: .7878787879;
  letter-spacing: -.0175em; }

.homepage-block__img {
  display: block;
  width: 100%;
  height: auto;
  margin: .25em 0 0; }

@media (min-width: 769px) {
  .content-partners {
    position: relative; } }

.content-partners__wrap {
  max-width: 26.625rem; }
  .content-partners__wrap p:first-of-type {
    margin-top: 2.5rem; }

@media (min-width: 769px) {
  .partners-post__col {
    width: 50%;
    float: left;
    padding: .625em; } }

@media (min-width: 769px) {
  .partners-post__details {
    pointer-events: none;
    position: fixed;
    top: .75em;
    padding-bottom: 5rem; } }

@media (max-width: 768px) {
  .partners-post__details {
    margin: 0 0 1em; } }

.partners-image {
  margin: 0 0 2em; }
  @media (max-width: 768px) {
    .partners-image:last-child {
      margin: 0; } }
  .partners-image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto; }

@media (max-width: 768px) {
  .partners-post__images {
    width: 100%; } }

@media (min-width: 769px) {
  .partners-post__images {
    float: right; } }

.partners-single {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0.375em 0 1em;
  opacity: 0; }
  @media (min-width: 501px) {
    .partners-single {
      width: 50%;
      padding: 0 .625em; } }
  @media (min-width: 768px) {
    .partners-single {
      width: 33.33%; } }
  @media (min-width: 1200px) {
    .partners-single {
      width: 25%; } }
  @media (min-width: 1600px) {
    .partners-single {
      width: 20%; } }
  .partners-single.loaded {
    opacity: 1; }

.partners-single__inner {
  display: inline-block;
  width: auto;
  max-width: 100%;
  text-align: left; }

.partners-single__title {
  display: inline-block;
  font-size: 1.4375em;
  line-height: 0.7826086957;
  text-transform: uppercase;
  letter-spacing: -.0175em;
  font-weight: 500;
  margin: 0 0 0.375rem; }

.partners-single__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%; }
  @media (min-width: 501px) {
    .partners-single__img {
      max-height: 20em; } }

.content-partners__close {
  display: none; }

.content-partners__details {
  padding: 0 1.5625rem; }
  .content-partners__details p {
    text-indent: 0; }
  .content-partners__details a {
    border-bottom-color: transparent;
    pointer-events: all; }
    .content-partners__details a:hover {
      border-bottom-color: #000; }

.partners-overlay {
  background: #fff; }
  @media (max-width: 768px) {
    .partners-overlay {
      padding-top: 2rem; }
      .partners-overlay .content-partners__close {
        position: absolute;
        display: block; } }
  .partners-overlay .content-partners {
    height: 100%;
    overflow: hidden; }
  .partners-overlay .page-overlay__scroller {
    width: 100%;
    height: 100%;
    padding: .75rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .partners-overlay .page-overlay__scroller-inner {
    position: relative; }

.people-directory {
  font-size: 1.5em;
  line-height: 1.125;
  margin: 0 0 1em; }

.people-directory__title {
  display: inline-block;
  font-size: 1.4375rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  margin: 0 .5rem 0 0; }

.people-single {
  display: inline-block;
  position: relative; }
  .people-single a {
    display: inline-block;
    border-bottom: 1px solid transparent; }
  .people-single:hover a, .people-single.people-single--hover a {
    border-bottom-color: #000; }
  .people-single:hover .people-single__portrait, .people-single.people-single--hover .people-single__portrait {
    display: block; }
  .people-single:last-child .sep {
    display: none; }
  .people-single .lazyload {
    opacity: 0; }
  .people-single .lazyloaded {
    opacity: 1; }

.people-single__portrait {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 100%;
  width: auto;
  height: auto;
  max-width: 6.25rem;
  margin-top: 1px; }
  .img-reveal-left .people-single__portrait {
    left: 0;
    margin-left: -6.25rem; }

.touchevents .people-single__portrait {
  display: none !important; }

.content-people {
  position: relative;
  padding: .625rem .625rem 2.875rem;
  margin: 0 auto;
  background: #b7ffab; }
  @media (min-width: 600px) {
    .content-people {
      max-width: 26.625rem; } }
  @media (min-width: 600px) and (max-width: 767px) {
    .content-people {
      left: 3.4375rem; } }
  .content-people .text-body {
    margin: 1em 0 0; }

.content-people__header {
  font-size: 1.875rem;
  line-height: 0.8636363636;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 1.25rem; }

.content-people__twitter {
  font-size: 1.0625em;
  line-height: 1.0588235294;
  margin: 0; }
  .content-people__twitter a:hover {
    border-bottom: 1px solid #000; }

.content-people__portrait {
  width: auto;
  height: auto;
  max-width: 6.25rem; }
  @media (min-width: 600px) {
    .content-people__portrait {
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      margin-left: -6.875rem; } }
  @media (max-width: 599px) {
    .content-people__portrait {
      margin-bottom: .625rem; } }

.content-people__close {
  display: none; }
  @media (max-width: 599px) {
    .content-people__close {
      position: fixed; } }

.people-overlay {
  overflow: scroll; }
  @media (min-width: 600px) {
    .people-overlay {
      padding: .625em; } }
  .people-overlay .content-people__close {
    display: block; }
  @media (max-width: 599px) {
    .people-overlay .content-people {
      min-height: 100%; } }

.content-single {
  width: 100%;
  max-width: 30rem;
  margin: 0 auto; }

.content-single__close {
  display: none; }

.content-overlay {
  background: #fff; }
  @media (max-width: 768px) {
    .content-overlay {
      padding-top: 2em; }
      .content-overlay .content-single__close {
        position: absolute;
        display: block; } }
  .content-overlay .content-single-post {
    height: 100%;
    overflow: hidden; }
  .content-overlay .page-overlay__scroller {
    width: 100%;
    height: 100%;
    padding: .75rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
