/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Font Stacks
   ========================================================================== */
/* ==========================================================================
   Bourbon Neat Settings
   ========================================================================== */
/* ==========================================================================
   Bourbon Neat Breakpoints
   ========================================================================== */
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
html {
  box-sizing: border-box;
}

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

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  line-height: 1.4;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

/*

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
*/
/*	BigVideo Styles 
	You may need to adjust these styles to get this working right in your design. 
*/
#big-video-wrap {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#big-video-vid, #big-video-image {
  position: absolute;
}

#big-video-control-container {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  display: none;
}

#big-video-control {
  width: 100%;
  height: 16px;
  position: relative;
  display: none;
}

#big-video-control-middle {
  margin: 0 56px 0 24px;
}

#big-video-control-bar {
  width: 100%;
  height: 16px;
  position: relative;
  cursor: pointer;
}

#big-video-control-progress {
  position: absolute;
  top: 7px;
  height: 3px;
  width: 0%;
  background: #fff;
}

#big-video-control-track {
  position: absolute;
  top: 8px;
  height: 1px;
  width: 100%;
  background: #fff;
}

#big-video-control-bound-left {
  left: 0;
}

#big-video-control-bound-right {
  right: -1px;
}

#big-video-control-track .ui-slider-handle {
  opacity: 0;
}

#big-video-control-playhead {
  left: 30%;
}

#big-video-control-play {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-image: url("bigvideo.png");
}

#big-video-control-timer {
  position: absolute;
  top: 1px;
  right: 0;
  color: #fff;
  font-size: 11px;
}

#big-video-control-playhead, #big-video-control-bound-left, #big-video-control-bound-right {
  position: absolute;
  top: 0;
  height: 16px;
  width: 1px;
  background: #fff;
}

#big-video-control .ui-slider-handle {
  border-left: solid 1px #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
}

.transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

#big-video-wrap .vjs-big-play-button {
  display: none !important;
}

#big-video-wrap .vjs-error-display {
  display: none;
}

#big-video-wrap .vjs-control-bar {
  display: none;
}

#big-video-control-middle {
  display: none;
}

#big-video-control-timer {
  display: none;
}

.vjs-caption-settings {
  display: none;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #EEE;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  background: url(../images/bxslider/custom-loader.gif) center center no-repeat;
  background-size: 60px 60px;
  fill: #E64B2A;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) 

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

*/
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.75;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #E64B2A;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #E64B2A;
}
.mfp-preloader a:hover {
  color: #E64B2A;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;

  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: $mfp-controls-opacity;
  padding: 0 0 18px 10px;
  color: $mfp-controls-color;

  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;

  &:hover,
  &:focus {
    opacity: 1;
  }

  &:active {
    top: 1px;
  }
}
*/
.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #E64B2A;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #E64B2A;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #E64B2A;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #E64B2A;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #E64B2A;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #E64B2A;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: none;
  background: #444;
}
.mfp-figure small {
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 20px;
  color: #000;
  word-wrap: break-word;
  padding-right: 36px;
  font-weight: 600;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* ==========================================================================
   Zoom Effect
   ========================================================================== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ==========================================================================
   HTML5 Boilerplate styles
   ========================================================================== */
html,
button,
input,
select,
textarea {
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
@media screen and (min-width: 980px) {
  body {
    padding-top: 74px;
  }
}
@media print {
  body {
    padding-top: 0 !important;
  }
}

::selection {
  background: #E64B2A;
  color: #FFFFFF;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
  margin: 2em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  font-weight: 400;
  color: #aaa;
}

:-moz-placeholder {
  font-weight: 400;
  color: #aaa;
}

::-moz-placeholder {
  font-weight: 400;
  color: #aaa;
}

:-ms-input-placeholder {
  font-weight: 400;
  color: #aaa;
}

.placeholder {
  font-weight: 400;
  color: #aaa;
}

.hidden {
  display: none;
}

strong {
  font-weight: 700;
}

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
}

iframe, object, embed {
  max-width: 100% !important;
}

/* ==========================================================================
   Wow.js
   ========================================================================== */
.wow {
  visibility: hidden;
}
@media print {
  .wow {
    visibility: visible !important;
  }
}
.no-js .wow {
  visibility: visible !important;
}

/* ==========================================================================
   Wrapper
   ========================================================================== */
#wrapper {
  transition: transform 0.3s;
  background: #FFF;
  position: relative;
  z-index: 999;
  min-height: 100%;
}
#wrapper.nav-is-visible {
  transform: translateX(-260px);
}
@media screen and (min-width: 980px) {
  #wrapper {
    z-index: 10;
  }
}
@media screen and (min-width: 980px) {
  #wrapper.nav-is-visible {
    transform: translateX(0);
  }
}

/* ==========================================================================
   Main
   ========================================================================== */
main {
  position: relative;
  background: #FFF;
  z-index: 1;
  padding-top: 74px;
}
@media screen and (min-width: 980px) {
  main {
    padding-top: 0;
  }
}

/* ==========================================================================
   Container
   ========================================================================== */
.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 1em;
  padding-right: 1em;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
  }
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
  color: #E64B2A;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}

/* ==========================================================================
   Start A Project
   ========================================================================== */
.start {
  background: #FFF;
}
.start::after {
  clear: both;
  content: "";
  display: block;
}
@media print {
  .start {
    display: none !important;
  }
}
.start .container {
  overflow: hidden;
}
.start .start-text {
  border-left: 5px solid #000;
  font-size: 1.5em;
  padding: 4em 0 0 0;
  margin: 0 0 6em 0;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .start .start-text {
    font-size: 2em;
  }
}
.start .start-text:before {
  content: "";
  position: absolute;
  border-top: 5px solid #000;
  left: 0;
  right: 50%;
  bottom: 0;
  height: 5px;
}
.start .start-text .start-text-inner {
  background: #FFFFFF;
  display: inline-block;
  position: relative;
  top: 1.3em;
}
.start .start-text span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  z-index: 2;
  border: 4px solid transparent;
  margin-right: 20px;
  margin-left: 20px;
}
.start .start-text .button {
  border-width: 4px;
}

/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Header
   ========================================================================== */
header {
  padding: 1em 0;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: black;
  height: 74px;
  transition: padding 100ms ease;
}
header::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 980px) {
  header {
    position: fixed;
  }
}
header #logo {
  float: left;
}
header #logo svg {
  display: block;
  width: 66px;
  height: 43px;
  fill: #FFF;
  transition: all 200ms ease;
}
@media print {
  header #logo svg {
    fill: #000 !important;
  }
}
header #logo .outlined {
  display: block;
}
header #logo .solid {
  display: none;
}
.flexbox header #logo:hover .outlined {
  display: none;
}
.flexbox header #logo:hover .solid {
  display: block;
}
header nav {
  float: right;
  display: none;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media screen and (min-width: 980px) {
  header nav {
    display: block;
  }
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav li {
  float: left;
}
header nav li a {
  border: 3px solid transparent;
  color: #FFF;
  display: block;
  font-size: 0.9em;
  font-weight: 800;
  margin-left: 0.5em;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
}
header nav li a:hover {
  text-decoration: none;
  box-shadow: INSET 0 -3px 0 #FFF;
}
header nav li.active a {
  color: #FFF;
  border: 3px solid white;
  box-shadow: none;
}
header nav li.nav-project a {
  background: transparent;
  border-color: #E64B2A;
  color: #E64B2A;
  box-shadow: none;
}
header nav li.nav-project a:hover {
  background: #E64B2A;
  border-color: #E64B2A;
  color: #FFF;
  background: #E64B2A;
}

.header-black #logo {
  fill: #000000;
}
.header-black nav li a {
  color: #000;
}
.header-black nav li a:hover {
  border-color: #000;
}
.header-black nav li.active a {
  background: #000;
  color: #FFF;
}

/* ==========================================================================
   Hamburger menu button
   ========================================================================== */
#menu-button {
  outline: none;
  border: none;
  padding: 0 10px;
  display: block;
  height: 42px;
  width: 42px;
  text-align: center;
  background: #000;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 1023;
  transition: transform 0.3s;
  /* IS ACTIVE	*/
}
@media print {
  #menu-button {
    display: none !important;
  }
}
#menu-button.nav-is-visible {
  transform: translateX(-260px);
}
@media screen and (min-width: 980px) {
  #menu-button {
    display: none;
  }
}
#menu-button:hover {
  background: #FFFFFF;
}
#menu-button:hover .menu-icon, #menu-button:hover .menu-icon:before, #menu-button:hover .menu-icon:after {
  background: #000000;
}
#menu-button .menu-icon {
  position: relative;
  top: 18px;
  left: 8px;
}
#menu-button .menu-icon, #menu-button .menu-icon:before, #menu-button .menu-icon:after {
  display: block;
  height: 3px;
  width: 22px;
  background: #FFFFFF;
  transition: transform 0.3s ease, background 0s ease;
  position: absolute;
  content: "";
}
#menu-button .menu-icon:before {
  top: -8px;
}
#menu-button .menu-icon:after {
  top: 8px;
}
#menu-button.is-active .menu-icon {
  background: transparent;
  transition: transform 0.3s ease, background 0.3s ease;
}
#menu-button.is-active .menu-icon:before {
  transform: translateY(8px) rotate(45deg);
}
#menu-button.is-active .menu-icon:after {
  transform: translateY(-8px) rotate(-45deg);
}

/* ==========================================================================
   Mobile Nav
   ========================================================================== */
#mobile-nav {
  background: #000;
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 260px;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  transition: transform 0.3s;
  transition: visibility 0s 0.3s;
}
#mobile-nav.nav-is-visible {
  transition: visibility 0s 0s;
  visibility: visible;
}
#mobile-nav.nav-is-visible nav ul li {
  visibility: visible;
}
#mobile-nav nav ul {
  margin: 0;
  padding: 0;
}
#mobile-nav nav ul li {
  list-style: none;
  margin: 0;
  padding: 0 1em;
}
#mobile-nav nav ul li a {
  color: #FFF;
  display: block;
  font-size: 1.3em;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #222;
  padding: 0.75em 0;
  text-transform: uppercase;
  font-weight: 600;
}
#mobile-nav nav ul li a:hover {
  color: #E64B2A;
  text-decoration: none;
  border-color: #E64B2A;
}
#mobile-nav nav ul li.active a {
  color: #E64B2A;
  text-decoration: none;
  border-color: #E64B2A;
}
#mobile-nav nav .social {
  overflow: hidden;
  padding: 1em;
}
#mobile-nav nav .social a {
  display: block;
  float: left;
  color: #FFF;
  text-decoration: none;
  font-size: 1.2em;
  margin-right: 1em;
}
#mobile-nav nav .social a img {
  position: relative;
  top: -0.1em;
}
#mobile-nav nav .social a:hover {
  color: #E64B2A;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.button {
  display: inline-block;
  border: 3px solid #E64B2A;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1em 1em;
  text-decoration: none;
  margin: 0 3px 0 0;
  text-align: center;
  line-height: 1;
}
.button:hover {
  background: #E64B2A;
  color: #FFFFFF;
  text-decoration: none;
}
.button.button-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.button.button-white:hover {
  background: #FFFFFF;
  color: #E64B2A;
}
.button.button-solid {
  background: #E64B2A;
  color: #FFF;
}
.button.button-solid:hover {
  background: #000;
  border-color: #000;
  color: #FFF;
}
.button.button-solid.button-white {
  background: #FFF;
  border-color: #FFF;
  color: #E64B2A;
}
.button.button-solid.button-white:hover {
  background: #000;
  border-color: #000;
  color: #FFF;
}
.button.button-small {
  font-size: 0.8em;
}
.button.button-full {
  width: 100%;
  text-align: center;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  background: #FFF;
  position: relative;
  z-index: 1;
  padding: 2em 0;
  margin: 0;
}
@media print {
  footer {
    page-break-inside: avoid;
  }
}
footer #footer {
  border: 5px solid #000000;
  border-left: 0;
  padding: 2em 0 4em;
  position: relative;
  padding: 2em 2em 3em 0;
  font-size: 0.9em;
}
footer #footer::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 500px) {
  footer #footer {
    font-size: 1em;
    padding: 2em 3em 3em 0;
  }
}
@media print {
  footer #footer {
    padding: 2em 3em 1em 0 !important;
  }
}
footer .footer-text {
  float: left;
  margin-bottom: 1em;
}
footer .footer-text .copyright {
  font-weight: 600;
  display: block;
}
footer .footer-text .privacy {
  color: #000;
}
footer .footer-text .privacy:hover {
  color: #E64B2A;
}
footer .footer-text .address {
  display: block;
}
footer .footer-text .phone {
  font-weight: normal;
}
footer .footer-text .phone a {
  font-weight: normal;
}
footer .footer-text .email {
  font-weight: normal;
}
footer #newsletter {
  clear: both;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  footer #newsletter {
    margin-bottom: 0;
    clear: none;
    float: right;
  }
}
@media screen and (min-width: 980px) {
  footer #newsletter {
    margin-top: 2em;
  }
}
@media print {
  footer #newsletter {
    display: none !important;
  }
}
footer #newsletter label {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  float: left;
  margin: 0 0.5em 0.5em 0;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media screen and (min-width: 980px) {
  footer #newsletter label {
    margin-bottom: 0;
    line-height: 2.5;
  }
}
footer #newsletter .newsletter-form {
  position: relative;
}
@media screen and (min-width: 980px) {
  footer #newsletter .newsletter-form {
    float: left;
  }
}
footer #newsletter input {
  background: transparent;
  border: 3px solid #000;
  border-radius: 0;
  border-right: 0;
  margin: 0;
  height: 2.5em;
  line-height: 2.5;
  padding: 0 3em 0 0.5em;
  font-weight: 400;
  -webkit-appearance: none;
  width: 100%;
}
footer #newsletter input:focus {
  outline: none;
}
footer #newsletter button {
  background: #000;
  border: none;
  color: #FFF;
  outline: none;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}
footer #newsletter button:hover i {
  font-size: 1.2em;
  position: relative;
  top: 0.05em;
}
footer .twitter-feed {
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 2em;
}
@media print {
  footer .twitter-feed {
    display: none !important;
  }
}
footer .twitter-feed .username {
  font-weight: 800;
  text-transform: uppercase;
}
footer .twitter-feed .date {
  color: #AAAAAA;
  font-size: 0.7em;
  text-transform: uppercase;
  white-space: pre;
  font-weight: 400;
}
footer .footer-social {
  background: #FFFFFF;
  overflow: hidden;
  position: absolute;
  bottom: -5px;
}
@media print {
  footer .footer-social {
    display: none !important;
  }
}
footer .footer-social a {
  background: #000000;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 1.2em;
  text-decoration: none;
  text-align: center;
  height: 2em;
  line-height: 2em;
  margin-right: 5px;
  width: 2em;
}
footer .footer-social a img {
  position: relative;
  top: -0.1em;
}
footer .footer-social a:hover i, footer .footer-social a:hover img {
  position: relative;
  transform: scale(1.1);
}
footer .footer-social a:hover.facebook {
  background: #3B5998;
}
footer .footer-social a:hover.twitter {
  background: #5EA9DD;
}
footer .footer-social a:hover.googleplus {
  background: #D6492F;
}
footer .footer-social a:hover.linkedin {
  background: #0077B5;
}
footer .footer-social a:hover.instagram {
  background: #2A5B83;
}
footer .footer-social a:hover.rss {
  background: #FB7629;
}

#about {
  /* ==========================================================================
     Line Animations
     ========================================================================== */
  /* ==========================================================================
     Intro
     ========================================================================== */
  /* ==========================================================================
     Text Content
     ========================================================================== */
  /* ==========================================================================
     Team
     ========================================================================== */
}
#about h2 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
@keyframes animateWidth {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes animateHeight {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
#about .intro {
  padding: 1em 0 0 0;
}
@media screen and (min-width: 768px) {
  #about .intro {
    padding: 4em 0 0 0;
  }
}
#about .intro .inner {
  padding: 2em 1em 3em 1em;
  position: relative;
}
#about .intro .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  background: #000;
  animation: animateHeight 800ms ease;
  animation-fill-mode: forwards;
}
#about .intro .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5px;
  background: #000;
  animation: animateWidth 800ms ease;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  #about .intro .inner {
    padding: 4em 3em 8em 4.5em;
  }
}
#about .intro h1 {
  font-size: 2em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #about .intro h1 {
    font-size: 3.2em;
  }
}
#about .content .text {
  font-size: 1.2em;
  padding: 1em 0 1em 1em;
  position: relative;
}
#about .content .text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  background: #000;
  animation: animateHeight 800ms ease;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  #about .content .text {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  #about .content .text {
    padding: 1em 12em 1em 3em;
  }
}
#about .content .partnerships {
  overflow: hidden;
  margin: 2em 0;
  padding: 0;
  list-style: none;
}
#about .content .partnerships li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
  max-width: 300px;
  min-width: 100px;
  float: left;
}
#about .content .partnerships li img {
  display: block;
  width: 100%;
  padding-right: 1em;
}
#about .content .partnerships #sharpspring-badge {
  max-width: 140px;
}
#about .team {
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #B4BBBE;
}
#about .team::after {
  clear: both;
  content: "";
  display: block;
}
#about .team .team-member {
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
  background: #E64B2A;
}
@media screen and (min-width: 768px) {
  #about .team .team-member {
    width: 33.333%;
  }
}
@media screen and (min-width: 980px) {
  #about .team .team-member {
    width: 33.333%;
  }
}
@media screen and (min-width: 1400px) {
  #about .team .team-member {
    width: 33.333%;
  }
}
@media print {
  #about .team .team-member {
    width: 11.111%;
  }
}
#about .team .team-member img {
  transition: all 150ms ease;
  display: block;
  width: 100%;
}
#about .team .team-member img.hover-photo {
  display: none;
}
#about .team .team-member .inner {
  transition: all 150ms ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1em 1em;
  color: #FFF;
  opacity: 0;
  font-size: 1em;
}
@media screen and (min-width: 980px) {
  #about .team .team-member .inner {
    font-size: 1.3em;
    padding: 1em 1.5em 1.5em;
  }
}
#about .team .team-member .name {
  margin: 0 0 0.5em 0;
}
#about .team .team-member .job-title {
  margin: 0;
  line-height: 1.2;
}
#about .team .team-member:hover img {
  transform: scale(1.1);
  opacity: 0.2;
}
#about .team .team-member:hover .inner {
  opacity: 1;
  padding-top: 1.5em;
}
#about .team .team-member.with-hover img {
  transition: none;
}
#about .team .team-member.with-hover:hover img {
  transform: scale(1);
  opacity: 1;
  display: none;
}
#about .team .team-member.with-hover:hover img.hover-photo {
  display: block;
}

/* ==========================================================================
   Subheader
   ========================================================================== */
@media print {
  #blog .subheader {
    display: none;
  }
}
#blog .subheader .inner {
  border-bottom: 5px solid #000;
  padding: 2em 0;
  margin: 0 0 2em 0;
  overflow: hidden;
  line-height: 0.8;
}
#blog .subheader h1 {
  color: #000;
  display: inline-block;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5em;
  outline: none;
  margin: 0;
  padding: 0;
}
#blog .subheader .search-term {
  color: #E64B2A;
}
#blog .subheader .tag-name {
  color: #E64B2A;
}
#blog .subheader .author-name {
  color: #E64B2A;
}
#blog .subheader .prev-next-post {
  float: left;
  display: block;
  margin-right: 1.6001280102%;
  width: 74.5999679974%;
  padding-right: 2em;
}
#blog .subheader .prev-next-post:last-child {
  margin-right: 0;
}
#blog .subheader .all-posts, #blog .subheader .prev-post, #blog .subheader .next-post {
  color: #000;
  display: inline-block;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1em;
  outline: none;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #blog .subheader .all-posts, #blog .subheader .prev-post, #blog .subheader .next-post {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 980px) {
  #blog .subheader .all-posts, #blog .subheader .prev-post, #blog .subheader .next-post {
    font-size: 1.5em;
  }
}
#blog .subheader .all-posts:hover, #blog .subheader .prev-post:hover, #blog .subheader .next-post:hover {
  color: #E64B2A;
}
#blog .subheader .all-posts {
  float: right;
}
#blog .subheader .next-post {
  float: right;
}
#blog .subheader .social-sharing {
  position: absolute;
}
#blog .subheader .subheader-nav a {
  color: #000;
  display: inline-block;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1em;
  outline: none;
}
@media screen and (min-width: 768px) {
  #blog .subheader .subheader-nav a {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 980px) {
  #blog .subheader .subheader-nav a {
    font-size: 1.5em;
  }
}
#blog .subheader .subheader-nav a:hover {
  text-decoration: none;
  color: #E64B2A;
}
#blog .subheader .subheader-nav a.active {
  color: #E64B2A;
}
#blog .subheader .subheader-nav span {
  white-space: pre;
  display: inline-block;
}
#blog .subheader .subheader-nav .seperator {
  font-family: "helvetica neue", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  margin: 0 0.5em;
  font-weight: 100;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  #blog .subheader .subheader-nav .seperator {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 980px) {
  #blog .subheader .subheader-nav .seperator {
    font-size: 1.5em;
  }
}

/* ==========================================================================
   Content
   ========================================================================== */
#blog .content {
  margin-top: 0;
}
@media screen and (min-width: 980px) {
  #blog .content {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 74.5999679974%;
  }
  #blog .content:last-child {
    margin-right: 0;
  }
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
#blog .sidebar {
  clear: both;
  margin-top: 0;
  padding-top: 3em;
  border-top: 5px solid #000;
  /* ==========================================================================
     Search
     ========================================================================== */
  /* ==========================================================================
     Elsewhere
     ========================================================================== */
  /* ==========================================================================
     Popular Posts
     ========================================================================== */
  /* ==========================================================================
     Tags
     ========================================================================== */
  /* ==========================================================================
     Instagram
     ========================================================================== */
  /* ==========================================================================
     Twitter
     ========================================================================== */
}
@media print {
  #blog .sidebar {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #blog .sidebar {
    padding-top: 0;
    border-top: 0;
    clear: none;
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 23.7999039923%;
    margin-right: 0;
  }
  #blog .sidebar:last-child {
    margin-right: 0;
  }
}
#blog .sidebar .widget {
  margin-bottom: 2em;
  border-top: 5px solid #000;
}
#blog .sidebar .widget-label {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
#blog .sidebar .widget-search {
  border-top: none;
}
#blog .sidebar .widget-search form.search {
  position: relative;
}
#blog .sidebar .widget-search form.search ::-webkit-input-placeholder {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #000;
}
#blog .sidebar .widget-search form.search :-moz-placeholder {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #000;
}
#blog .sidebar .widget-search form.search ::-moz-placeholder {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #000;
}
#blog .sidebar .widget-search form.search :-ms-input-placeholder {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #000;
}
#blog .sidebar .widget-search form.search .placeholder {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #000;
}
#blog .sidebar .widget-search form.search input {
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #000;
  margin: 0;
  height: 2.5em;
  line-height: 2.5;
  padding: 0 3em 0 0;
  font-weight: 400;
  -webkit-appearance: none;
  width: 100%;
  border-bottom: 5px solid #000;
}
#blog .sidebar .widget-search form.search input:focus {
  outline: none;
  border-color: #E64B2A;
}
#blog .sidebar .widget-search form.search button {
  box-sizing: border-box;
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 5px;
  margin: 0;
  background: #000;
  color: #FFF;
  height: 2.25em;
  width: 2.5em;
  line-height: 1;
  text-align: center;
}
#blog .sidebar .widget-search form.search button:hover i {
  font-size: 1.1em;
  position: relative;
}
#blog .sidebar .widget-search form.search.active button {
  background: #E64B2A;
}
#blog .sidebar .widget-elsewhere ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#blog .sidebar .widget-elsewhere ul li {
  float: left;
  padding: 0;
  margin: 0 5px 5px 0;
}
#blog .sidebar .widget-elsewhere ul li a {
  display: block;
  background: #000;
  color: #FFF;
  height: 2.25em;
  width: 2.25em;
  line-height: 2.25;
  text-align: center;
}
#blog .sidebar .widget-elsewhere ul li a img {
  position: relative;
  top: -0.15em;
}
#blog .sidebar .widget-elsewhere ul li a:hover i, #blog .sidebar .widget-elsewhere ul li a:hover img {
  transform: scale(1.1);
}
#blog .sidebar .widget-elsewhere ul li a:hover.facebook {
  background: #3B5998;
}
#blog .sidebar .widget-elsewhere ul li a:hover.twitter {
  background: #5EA9DD;
}
#blog .sidebar .widget-elsewhere ul li a:hover.googleplus {
  background: #D6492F;
}
#blog .sidebar .widget-elsewhere ul li a:hover.linkedin {
  background: #0077B5;
}
#blog .sidebar .widget-elsewhere ul li a:hover.instagram {
  background: #2A5B83;
}
#blog .sidebar .widget-elsewhere ul li a:hover.rss {
  background: #FB7629;
}
#blog .sidebar .widget-elsewhere ul li a:hover.email {
  background: #E64B2A;
}
#blog .sidebar .widget-popular {
  border-top: none;
}
#blog .sidebar .widget-popular ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#blog .sidebar .widget-popular ul li {
  margin: 0 0 1em 0;
  padding: 0;
  overflow: hidden;
}
#blog .sidebar .widget-popular ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #blog .sidebar .widget-popular ul li {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 49.1999359949%;
  }
  #blog .sidebar .widget-popular ul li:last-child {
    margin-right: 0;
  }
  #blog .sidebar .widget-popular ul li:nth-child(2n) {
    margin-right: 0;
  }
  #blog .sidebar .widget-popular ul li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 980px) {
  #blog .sidebar .widget-popular ul li {
    width: 100%;
  }
  #blog .sidebar .widget-popular ul li:nth-child(2n) {
    margin-right: 1.6001280102%;
  }
  #blog .sidebar .widget-popular ul li:nth-child(2n+1) {
    clear: none;
  }
}
#blog .sidebar .widget-popular ul a {
  display: block;
  text-decoration: none;
}
#blog .sidebar .widget-popular ul a .cover-image {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#blog .sidebar .widget-popular ul a .cover-image img {
  transition: all 100ms ease;
  display: block;
  width: 100%;
}
#blog .sidebar .widget-popular ul a .text {
  float: left;
  width: 75%;
  padding-left: 0.5em;
}
#blog .sidebar .widget-popular ul a .text .title {
  color: #000000;
  line-height: 1.3;
  font-size: 0.9em;
  margin: 0 0 0.25em;
  font-weight: 600;
}
#blog .sidebar .widget-popular ul a .text .details {
  font-size: 0.8em;
  color: #999;
  margin: 0;
  font-weight: 400;
}
#blog .sidebar .widget-popular ul a:hover .title {
  color: #E64B2A;
}
#blog .sidebar .widget-tags .tags {
  line-height: 20px;
  color: #999;
}
#blog .sidebar .widget-tags .tags a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  padding: 1px 3px;
}
#blog .sidebar .widget-tags .tags a:hover {
  color: #FFF;
  background: #E64B2A;
}
#blog .sidebar .widget-instagram {
  display: none;
}
@media screen and (min-width: 980px) {
  #blog .sidebar .widget-instagram {
    display: block;
  }
}
#blog .sidebar .widget-instagram a.image {
  display: block;
  margin: 1em 0 0.5em 0;
}
#blog .sidebar .widget-instagram a.image img {
  display: block;
  width: 100%;
}
#blog .sidebar .widget-instagram .caption {
  font-size: 0.7em;
  font-weight: 400;
}
#blog .sidebar .widget-instagram .caption .date {
  color: #999;
  white-space: pre;
  text-transform: uppercase;
  font-weight: 400;
}
#blog .sidebar .widget-twitter {
  display: none;
}
@media screen and (min-width: 980px) {
  #blog .sidebar .widget-twitter {
    display: block;
  }
}
#blog .sidebar .widget-twitter .username {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
#blog .sidebar .widget-twitter .date {
  white-space: pre;
  color: #999;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 400;
}

/* ==========================================================================
   Listing
   ========================================================================== */
#blog.listing .entry {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  #blog.listing .entry {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 49.1999359949%;
  }
  #blog.listing .entry:last-child {
    margin-right: 0;
  }
  #blog.listing .entry.count1 {
    width: 100%;
    margin: 0 0 4em 0;
    font-size: 1.2em;
  }
  #blog.listing .entry.count1 .excerpt {
    padding-right: 4em;
  }
}
@media screen and (min-width: 980px) {
  #blog.listing .entry {
    padding-right: 2em;
  }
}
#blog.listing .entry.even {
  margin-right: 0;
}
#blog.listing .entry.odd {
  clear: both;
}
#blog.listing .entry a {
  text-decoration: none;
}
#blog.listing .entry a .cover-image {
  display: block;
  margin: 0 0 1em 0;
  overflow: hidden;
}
#blog.listing .entry a .cover-image img {
  transition: all 200ms ease;
  display: block;
  width: 100%;
}
#blog.listing .entry a .title {
  color: #000000;
  margin: 0;
}
#blog.listing .entry a:hover .title {
  color: #E64B2A;
}
#blog.listing .entry .details {
  margin: 0.5em 0;
  color: #999;
  font-weight: 400;
}
#blog.listing .entry .details a {
  color: #999;
  text-decoration: underline;
}
#blog.listing .entry .details a:hover {
  color: #E64B2A;
  text-decoration: none;
}
#blog.listing .entry .avatar {
  display: inline;
  overflow: hidden;
  width: 1em;
  margin-right: 0.25em;
}
#blog.listing .entry .avatar img {
  display: inline-block;
  border-radius: 50%;
  width: 2em;
}
#blog.listing .entry .excerpt p {
  margin: 0;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
  clear: both;
  overflow: hidden;
  margin: 3em 0;
  padding: 3em 0 0;
  border-top: 5px solid #000;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .pagination {
    margin-bottom: 1em;
  }
}
.pagination .total-pages {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #CCC;
  padding-top: 0.5em;
  font-size: 1.5em;
}
.pagination a, .pagination span {
  background: #E64B2A;
  border: 3px solid #E64B2A;
  color: #FFF;
  display: block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.3em;
  font-size: 2em;
}
.pagination a:hover, .pagination span:hover {
  background: #000;
  border-color: #000;
  color: #FFF;
}
.pagination a.next, .pagination span.next {
  float: right;
  text-indent: 0.05em;
}
.pagination a.prev, .pagination span.prev {
  float: left;
  text-indent: -0.05em;
}
.pagination a.disabled, .pagination a.disabled:hover, .pagination span.disabled, .pagination span.disabled:hover {
  background: #CCC;
  border-color: #CCC;
}

/* ==========================================================================
   Entry
   ========================================================================== */
@media screen and (min-width: 980px) {
  #blog.entry .content {
    padding-right: 2em;
  }
}
#blog.entry .cover-image {
  display: block;
  margin: 1em 0;
  text-align: center;
}
#blog.entry .cover-image img {
  display: inline-block;
  width: 100%;
}
#blog.entry .title {
  margin: 0;
}
#blog.entry .details {
  font-size: 1.2em;
  margin: 0.5em 0 1em;
  color: #999;
  font-weight: 400;
}
#blog.entry .details a {
  color: #999;
  text-decoration: underline;
}
#blog.entry .details a:hover {
  color: #E64B2A;
  text-decoration: none;
}
#blog.entry .details .avatar {
  display: inline;
  overflow: hidden;
  width: 1em;
  margin-right: 0.25em;
}
#blog.entry .details .avatar img {
  display: inline-block;
  border-radius: 50%;
  width: 2em;
}
#blog.entry .tags {
    font-size: 0.9rem;
}
#blog.entry .body {
  font-size: 1.2em;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  #blog.entry .body p, #blog.entry .body ul, #blog.entry .body li, #blog.entry .body span {
    padding-right: 4em;
  }
}
#blog.entry .body img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
}
#blog.entry .share {
  border-top: 5px solid #000;
  margin-bottom: 3em;
}
@media print {
  #blog.entry .share {
    display: none;
  }
}
#blog.entry .share h3 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
#blog.entry .comments {
  border-top: 5px solid #000;
  margin-bottom: 3em;
}
@media print {
  #blog.entry .comments {
    display: none;
  }
}
#blog.entry .comments h3 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
#blog.entry .continue-reading {
  border-top: 5px solid #000;
  margin-bottom: 3em;
}
@media print {
  #blog.entry .continue-reading {
    display: none;
  }
}
#blog.entry .continue-reading h3 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
#blog.entry .continue-reading .entry {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  #blog.entry .continue-reading .entry {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 49.1999359949%;
  }
  #blog.entry .continue-reading .entry:last-child {
    margin-right: 0;
  }
  #blog.entry .continue-reading .entry.even {
    padding-left: 1em;
    margin-right: 0;
  }
  #blog.entry .continue-reading .entry.odd {
    clear: both;
    padding-right: 1em;
  }
}
#blog.entry .continue-reading .entry.even {
  margin-right: 0;
}
#blog.entry .continue-reading .entry.odd {
  clear: both;
}
#blog.entry .continue-reading .entry a {
  text-decoration: none;
}
#blog.entry .continue-reading .entry a .cover-image {
  display: block;
  margin: 0 0 1em 0;
}
#blog.entry .continue-reading .entry a .cover-image img {
  display: block;
  width: 100%;
}
#blog.entry .continue-reading .entry a .title {
  color: #000000;
  margin: 0;
}
#blog.entry .continue-reading .entry a:hover .title {
  color: #E64B2A;
}
#blog.entry .continue-reading .entry .details {
  margin: 0.5em 0;
  color: #999;
  font-weight: 400;
  font-size: 1em;
}
#blog.entry .continue-reading .entry .details a {
  color: #999;
  text-decoration: underline;
}
#blog.entry .continue-reading .entry .details a:hover {
  color: #E64B2A;
  text-decoration: none;
}
#blog.entry .continue-reading .entry .avatar {
  display: inline;
  overflow: hidden;
  width: 1em;
  margin-right: 0.25em;
}
#blog.entry .continue-reading .entry .avatar img {
  display: inline-block;
  border-radius: 50%;
  width: 2em;
}

/* ==========================================================================
   Search Results
   ========================================================================== */
#blog.no-results .search-term {
  color: #E64B2A;
}

.careers-intro {
  margin: 2em 0;
}
@media screen and (min-width: 768px) {
  .careers-intro {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 83.0666453316%;
    margin-left: 8.4666773342%;
  }
  .careers-intro:last-child {
    margin-right: 0;
  }
}
.careers-intro h1 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3em;
  margin: 0;
  background: #FFF;
  display: inline-block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .careers-intro h1 {
    font-size: 4em;
    padding: 0 1.05em;
  }
}
.careers-intro .careers-intro-text {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .careers-intro .careers-intro-text {
    border: 5px solid #000;
    font-size: 1.4em;
    padding: 2em 3em;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .careers-intro .careers-intro-text {
    margin-top: -2em;
  }
}
.careers-intro .careers-intro-text p:first-child {
  margin-top: 0;
}
.careers-intro .careers-intro-text p:last-child {
  margin-bottom: 0;
}

.career-list {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
  clear: both;
}
@media screen and (min-width: 768px) {
  .career-list {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 83.0666453316%;
    margin-left: 8.4666773342%;
    margin-top: 2em;
  }
  .career-list:last-child {
    margin-right: 0;
  }
}
.career-list .toggle.close {
  display: none;
}
.career-list .toggle {
  float: right;
  background: #E64B2A;
  color: #FFF;
  display: block;
  text-align: center;
  padding: 0;
  cursor: pointer;
  width: 1em;
  height: 1em;
  font-weight: 500;
  line-height: 0.95em;
  font-size: 2em;
  margin: 0 0 0 0.5em;
}
.career-list .toggle:hover, .career-list .toggle.hover {
  background: #000;
}
.career-list li.open .toggle {
  background: #000;
  content: "x";
}
.career-list li.open .toggle.close {
  display: block;
}
.career-list li.open .toggle.open {
  display: none;
}
.career-list > li {
  list-style: none;
  margin: 0;
  padding: 2em 0;
  border-bottom: 5px solid #000;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .career-list > li {
    padding: 2em;
    margin: 0 2em;
  }
}
.career-list .career-desc {
  display: none;
}
@media screen and (min-width: 768px) {
  .career-list .career-desc {
    max-width: 75%;
  }
}
.career-list .career-title h2 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.8em;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.career-bottom {
  clear: both;
  margin: 2em 0;
}
@media screen and (min-width: 768px) {
  .career-bottom {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 83.0666453316%;
    margin-left: 8.4666773342%;
    padding: 0 3em;
    font-size: 1.2em;
    border-left: 5px solid transparent;
  }
  .career-bottom:last-child {
    margin-right: 0;
  }
}

/* ==========================================================================
   Contact
   ========================================================================== */
#contact {
  /* ==========================================================================
     Content
     ========================================================================== */
  /* ==========================================================================
     Sidebar
     ========================================================================== */
  /* ==========================================================================
     Contact Methods
     ========================================================================== */
  /* ==========================================================================
     Social Icons
     ========================================================================== */
}
#contact main {
  min-height: 450px;
}
#contact .content {
  clear: both;
}
@media screen and (min-width: 768px) {
  #contact .content {
    clear: none;
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 66.1332906633%;
  }
  #contact .content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  #contact .content {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 57.6666133291%;
  }
  #contact .content:last-child {
    margin-right: 0;
  }
}
@media print {
  #contact .content {
    display: none;
  }
}
#contact .content .contact-form {
  margin: 0 0 3em 0;
  padding: 1em 0 0 0;
}
@media screen and (min-width: 768px) {
  #contact .content .contact-form {
    border: 5px solid #000;
    border-left: none;
    border-bottom: none;
    padding: 1em 2em 0 0;
  }
}
#contact .content .contact-form p {
  margin: 1em 0 1.25em;
}
@media screen and (min-width: 768px) {
  #contact .content .contact-form p {
    font-size: 1.2em;
  }
}
#contact .content h2 {
  display: inline-block;
  padding-right: 0.5em;
  background: #FFF;
  position: relative;
  top: 1.45em;
  font-size: 2em;
  margin-top: 0;
}
#contact .sidebar {
  clear: both;
}
@media screen and (min-width: 768px) {
  #contact .sidebar {
    clear: none;
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 32.2665813265%;
    margin-right: 0;
    float: right;
    padding-left: 1em;
    position: fixed;
    right: 0;
  }
  #contact .sidebar:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  #contact .sidebar {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 32.2665813265%;
    margin-left: 8.4666773342%;
    margin-right: 0;
    float: right;
    padding-left: 0;
  }
  #contact .sidebar:last-child {
    margin-right: 0;
  }
}
#contact .sidebar h2 {
  display: inline-block;
  padding-right: 0.5em;
  background: #FFF;
  position: relative;
  top: 1.45em;
  font-size: 2em;
  margin-top: 0;
}
#contact .sidebar .sidebar-inner {
  margin-top: 0;
  padding-right: 1em;
}
#contact ul.contact-methods {
  margin: 3em 0 3em;
  padding: 0;
  list-style: none;
}
#contact ul.contact-methods li {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}
#contact ul.contact-methods li span {
  white-space: pre;
}
#contact ul.contact-methods li a {
  display: block;
  color: #000;
  text-decoration: none;
}
#contact ul.contact-methods li a:hover {
  color: #E64B2A;
}
#contact ul.contact-methods li a:hover img {
  transform: scale(1.1);
}
#contact ul.contact-methods li img {
  width: 2em;
  float: left;
  margin: 0 0 2em 0;
}
@media screen and (min-width: 980px) {
  #contact ul.contact-methods li img {
    width: 2.5em;
  }
}
#contact ul.contact-methods li p {
  padding-left: 2.5em;
  margin: 0 0 2em 0;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  #contact ul.contact-methods li p {
    font-size: 1em;
  }
}
@media screen and (min-width: 980px) {
  #contact ul.contact-methods li p {
    font-size: 1.2em;
    padding-left: 3em;
  }
}
#contact ul.social-icons {
  margin: 2em 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  clear: both;
}
#contact ul.social-icons li {
  float: left;
  padding: 0;
  margin: 0 5px 5px 0;
}
#contact ul.social-icons li a {
  display: block;
  background: #FFF;
  color: #000;
  height: 2.5em;
  width: 2.5em;
  line-height: 2.25;
  text-align: center;
  border: 2px solid #000;
}
@media screen and (min-width: 768px) {
  #contact ul.social-icons li a {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 980px) {
  #contact ul.social-icons li a {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1100px) {
  #contact ul.social-icons li a {
    font-size: 1em;
  }
}
#contact ul.social-icons li a:hover i {
  transform: scale(1.1);
}
#contact ul.social-icons li a:hover.facebook {
  border-color: #3B5998;
  color: #3B5998;
}
#contact ul.social-icons li a:hover.twitter {
  border-color: #5EA9DD;
  color: #5EA9DD;
}
#contact ul.social-icons li a:hover.googleplus {
  border-color: #D6492F;
  color: #D6492F;
}
#contact ul.social-icons li a:hover.linkedin {
  border-color: #0077B5;
  color: #0077B5;
}
#contact ul.social-icons li a:hover.instagram {
  border-color: #2A5B83;
  color: #2A5B83;
}
#contact ul.social-icons li a:hover.rss {
  border-color: #FB7629;
  color: #FB7629;
}
#contact ul.social-icons li a:hover.email {
  border-color: #E64B2A;
  color: #E64B2A;
}

#home {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #home {
    padding-top: 0;
  }
}
#home main {
  padding-top: 0;
}
#home #menu-button {
  background: transparent;
}
#home #menu-button:hover {
  background: #FFF;
}
#home #menu-button.stuck {
  background: #000;
}
#home #menu-button.stuck:hover {
  background: #FFF;
}

/* ==========================================================================
   Header
   ========================================================================== */
#home header {
  background: transparent;
}
#home header #logo svg {
  width: 100px;
  height: 65px;
}
@media screen and (min-width: 980px) {
  #home header {
    background: rgba(0, 0, 0, 0.001);
  }
  #home header.stuck {
    background: black;
  }
  #home header.stuck #logo svg {
    width: 66px;
    height: 43px;
  }
}

/* ==========================================================================
   Intro
   ========================================================================== */
.home-wrapper {
  background: #FFF;
  position: relative;
  z-index: 1;
}

#home .intro {
  background: #000;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  /* ==========================================================================
     Teaser
     ========================================================================== */
  /* ANGLED BOTTOM
  &:before, &:after {
  	transition: all 50ms linear;
  	@include transform (rotate(2.7deg));
  	z-index: 1;
  	position: absolute;
  	content: "";
  	bottom: -50%;
  	left: -10%;
  	width: 120%;
  	top: 100%;
  	background: #FFFFFF;
  	outline: 1px solid transparent;
  }

  &:after {
    @include transform (rotate(-2.7deg));
    left: auto;
    right: -10%;
  }
  */
}
#home .intro #introHeight {
  min-height: 480px;
}
@media (max-width: 768px) {
  #home .intro .container {
    opacity: 1 !important;
  }
}
#home .intro .home-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#home .intro .home-video video {
  display: block !important;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 50%;
  bottom: auto;
  right: auto;
  top: 0%;
  transform: translateX(-50%) translateY(-100%);
  position: absolute;
}
@media screen and (min-width: 980px) {
  #home .intro .home-video video {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: fixed;
  }
}
#home .intro > .container {
  position: relative;
  z-index: 1;
  height: 1000px;
}
#home .intro .intro-text {
  padding-top: 300px;
}
#home .intro .intro-text h3 {
  transition: all 100ms ease-out;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3.2em;
  line-height: 0.75;
  margin: 0 0 0.25em 0;
  padding: 0;
  position: relative;
}
#home .intro .intro-text h3:last-child {
  margin-bottom: 0;
}
#home .intro .intro-text h3 strong {
  display: block;
}
@media screen and (min-width: 480px) {
  #home .intro .intro-text h3 {
    font-size: 4em;
  }
}
@media screen and (min-width: 580px) {
  #home .intro .intro-text h3 {
    font-size: 5em;
  }
}
@media screen and (min-width: 666px) {
  #home .intro .intro-text h3 {
    font-size: 3.2em;
  }
  #home .intro .intro-text h3 strong {
    display: inline-block;
  }
}
@media screen and (min-width: 700px) {
  #home .intro .intro-text h3 {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 800px) {
  #home .intro .intro-text h3 {
    font-size: 4em;
  }
}
@media screen and (min-width: 900px) {
  #home .intro .intro-text h3 {
    font-size: 4.5em;
  }
}
@media screen and (min-width: 1100px) {
  #home .intro .intro-text h3 {
    font-size: 5em;
  }
}
@media screen and (min-width: 1300px) {
  #home .intro .intro-text h3 {
    font-size: 5.5em;
  }
}
#home .intro .intro-text h3.line1 .word1 .char3 {
  letter-spacing: 0em;
}
#home .intro .intro-text h3.line1 .word1 .char4 {
  letter-spacing: -0.15em;
}
#home .intro .intro-text h3.line1 .word2 .char3 {
  letter-spacing: 0em;
}
#home .intro .intro-text h3.line2 .word1 .char3 {
  letter-spacing: 0em;
}
#home .intro .intro-text h3.line2 .word1 .char4 {
  letter-spacing: -0.15em;
}
#home .intro .intro-text h3.line2 .word2 .char2 {
  letter-spacing: 0em;
}
#home .intro .intro-text h3.line3 .word1 .char5 {
  letter-spacing: -0.015em;
}
#home .intro .intro-text h3.line3 .word2 .char5 {
  letter-spacing: -0.15em;
}
#home .intro .intro-text h3.line3 .word2 .char6 {
  letter-spacing: -0.15em;
}
#home .intro .teaser {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
}
@media print {
  #home .intro .teaser {
    display: none !important;
  }
}
.no-flexbox #home .intro .teaser {
  display: none;
}
#home .intro .teaser .container {
  position: relative;
}
#home .intro .teaser .teaser-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#home .intro .teaser .teaser-inner .teaser-text h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-right: 0.5em;
  white-space: pre;
  position: relative;
  top: -0.4em;
  font-size: 1.8em;
}
@media screen and (min-width: 768px) {
  #home .intro .teaser .teaser-inner .teaser-text h2 {
    font-size: 2em;
  }
}
#home .intro .teaser .teaser-inner .white-bar {
  flex: 1;
  position: relative;
}
#home .intro .teaser .teaser-inner .white-bar:after {
  content: "";
  display: block;
  background: white;
  height: 5px;
  z-index: 2;
  width: 100%;
}
#home .intro .teaser .teaser-inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  background: #FFF;
  width: 5px;
  height: 100px;
  z-index: 2;
}
#home .intro .teaser h2 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2em;
  margin: 0;
}

/* ==========================================================================
   About
   ========================================================================== */
#home .about .about-inner {
  border-right: 5px solid #000;
  padding: 5em 0 7em;
}
#home .about .about-inner::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  #home .about .about-inner {
    padding: 10em 0 12em;
  }
}
@media screen and (min-width: 980px) {
  #home .about .about-inner {
    padding: 12em 0 14em;
  }
}
#home .about .about-text {
  float: left;
  display: block;
  margin-right: 1.6001280102%;
  width: 91.5333226658%;
}
#home .about .about-text::after {
  clear: both;
  content: "";
  display: block;
}
#home .about .about-text:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #home .about .about-text {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 83.0666453316%;
    margin-left: 8.4666773342%;
  }
  #home .about .about-text:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  #home .about .about-text {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 66.1332906633%;
    margin-left: 16.9333546684%;
  }
  #home .about .about-text:last-child {
    margin-right: 0;
  }
}
#home .about .about-text h1 {
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  #home .about .about-text h1 {
    font-size: 2em;
  }
}
#home .about .about-text p {
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  #home .about .about-text p {
    font-size: 1.2em;
  }
}
#home .about .button {
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  #home .about .button {
    font-size: 1.2em;
  }
}

/* ==========================================================================
   Work
   ========================================================================== */
#home .work h2.teaser {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.8em;
  border-left: 5px solid #000;
  border-top: 5px solid #000;
  margin: 0;
  line-height: 1;
  position: relative;
  padding-left: 2em;
  margin-bottom: -0.5em;
}
@media screen and (min-width: 768px) {
  #home .work h2.teaser {
    font-size: 2em;
  }
}
#home .work h2.teaser span {
  display: inline-block;
  background: #FFFFFF !important;
  position: relative;
  top: -1.1em;
  left: -5px;
  padding: 0.5em;
  margin-left: -0.5em;
}
#home .work .project {
  transition: all 50ms ease-in-out;
  background: #000;
  color: #FFFFFF;
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
#home .work .project .container {
  transition: all 200ms ease-in-out;
  z-index: 3;
  position: relative;
}
#home .work .project .project-inner {
  background: url(../images/template/line-pointer-bg.png) 0 99% no-repeat;
  background-size: 20px 500px;
  padding: 3em 0;
  min-height: 140px;
}
@media screen and (min-width: 768px) {
  #home .work .project .project-inner {
    margin-bottom: 0;
  }
}
@media print {
  #home .work .project .project-inner {
    min-height: 0 !important;
    padding: 0.5em 0 !important;
  }
}
#home .work .project .project-cover {
  transition: all 200ms ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0.8;
}
#home .work .project-details {
  padding-left: 3.6em;
  display: table;
}
#home .work .project-title-section {
  transition: all 200ms ease;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #home .work .project-title-section {
    width: 55%;
    padding-right: 1em;
  }
}
#home .work .title {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.8em;
  margin: 0 0 0.05em 0;
  padding: 0;
  line-height: 1;
}
#home .work .project-title {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1;
}
#home .work .project-desc {
  transition: all 200ms ease;
  width: 45%;
  font-weight: 400;
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  display: none;
  position: relative;
  top: -1em;
}
#home .work .project-desc p {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  #home .work .project-desc {
    display: table-cell;
  }
}
#home .work .project:hover {
  background: #E64B2A;
}
#home .work .project:hover .project-inner {
  transition: all 200ms ease-out;
  background-position: 0 50%;
}
#home .work .project:hover .project-cover {
  opacity: 0.1;
}
#home .work .project:hover .project-title-section {
  opacity: 1;
  top: 0;
}
#home .work .project:hover .project-desc {
  opacity: 1;
  top: 0;
}

/* ==========================================================================
   CTA Modal Popup
   ========================================================================== */
#home #cta-modal .container {
  max-width: 650px;
  padding: 2em;
}
#home #cta-modal .mfp-close {
  color: #FFF;
  font-size: 1em;
  position: absolute;
  z-index: 2;
  top: -30px;
  right: 0;
  display: block;
  cursor: pointer;
}
#home #cta-modal .mfp-close:hover {
  transform: scale(1.1);
  cursor: pointer;
}
#home #cta-modal .content {
  background: #FFF;
  position: relative;
  padding: 20px 10px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 540px) {
  #home #cta-modal .content {
    padding: 30px;
    text-align: right;
    padding: 20px;
  }
}
#home #cta-modal .content .text {
  position: relative;
  z-index: 2;
  margin: 0;
}
#home #cta-modal .content .text br {
  display: none;
}
@media screen and (min-width: 540px) {
  #home #cta-modal .content .text {
    margin: 30px 0;
  }
  #home #cta-modal .content .text br {
    display: block;
  }
}
#home #cta-modal .content h3 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5em;
  margin: 0 0 20px 0;
  line-height: 1.1;
  text-shadow: 2px 2px #FFF;
}
@media screen and (min-width: 540px) {
  #home #cta-modal .content h3 {
    font-size: 1.9em;
  }
}
#home #cta-modal .content .guide-image {
  position: relative;
  margin-bottom: 10px;
  margin-top: -70px;
}
@media screen and (min-width: 540px) {
  #home #cta-modal .content .guide-image {
    position: absolute;
    width: 355px;
    left: -45px;
    top: -45px;
    z-index: 1;
    margin: 0;
  }
}
#home #cta-modal .content a.button {
  background: #E64B2A;
  color: #FFF;
}
@media screen and (min-width: 540px) {
  #home #cta-modal .content a.button {
    background: transparent;
    color: #E64B2A;
  }
  #home #cta-modal .content a.button:hover {
    background: #E64B2A;
    color: #FFF;
  }
}

/* ==========================================================================
   Pages
   ========================================================================== */
/* ==========================================================================
   Privacy Policy
   ========================================================================== */
.page-privacy-policy .page-content {
  padding: 2em 0;
  font-size: 1.2em;
}
@media screen and (min-width: 980px) {
  .page-privacy-policy .page-content {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 66.1332906633%;
    margin-left: 16.9333546684%;
  }
  .page-privacy-policy .page-content:last-child {
    margin-right: 0;
  }
}
.page-privacy-policy .page-content h1 {
  text-align: center;
}

/* ==========================================================================
   Client Survey & Project Client Survey
   ========================================================================== */
@media screen and (min-width: 980px) {
  .page-clientsurvey .page-content,
.page-projectsurvey .page-content {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 83.0666453316%;
    margin-left: 8.4666773342%;
  }
  .page-clientsurvey .page-content:last-child,
.page-projectsurvey .page-content:last-child {
    margin-right: 0;
  }
}
.page-clientsurvey h1,
.page-projectsurvey h1 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  line-height: 1;
  font-size: 3em;
  margin: 1em 0 0 0;
  background: #FFF;
  display: inline-block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-clientsurvey h1,
.page-projectsurvey h1 {
    font-size: 4em;
    padding: 0 1em;
  }
}
.page-clientsurvey .survey-form,
.page-projectsurvey .survey-form {
  padding: 0;
  margin: 0 0 2em;
}
@media screen and (min-width: 768px) {
  .page-clientsurvey .survey-form,
.page-projectsurvey .survey-form {
    margin: 2em 0;
    border: 5px solid #000;
    font-size: 1.4em;
    padding: 2em 3em;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .page-clientsurvey .survey-form,
.page-projectsurvey .survey-form {
    margin-top: -1.9em;
  }
}

/* ==========================================================================
   Subheader
   ========================================================================== */
@media print {
  #services .subheader {
    display: none;
  }
}
#services .subheader .subheader-nav {
  border-bottom: 5px solid #000;
  padding: 2em 0;
  margin: 0 0 2em 0;
  overflow: hidden;
  line-height: 0.8;
}
#services .subheader .subheader-nav a {
  color: #000;
  display: inline-block;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.2em;
  outline: none;
}
@media screen and (min-width: 768px) {
  #services .subheader .subheader-nav a {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 980px) {
  #services .subheader .subheader-nav a {
    font-size: 1.5em;
  }
}
#services .subheader .subheader-nav a:hover {
  text-decoration: none;
  color: #E64B2A;
}
#services .subheader .subheader-nav a.active {
  color: #E64B2A;
}
#services .subheader .subheader-nav span {
  white-space: pre;
  display: inline-block;
}
#services .subheader .subheader-nav .seperator {
  font-family: "helvetica neue", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  margin: 0 0.5em;
  font-weight: 100;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  #services .subheader .subheader-nav .seperator {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 980px) {
  #services .subheader .subheader-nav .seperator {
    font-size: 1.5em;
  }
}

/* ==========================================================================
   Services Listing
   ========================================================================== */
#services.listing .service-list {
  margin-bottom: 2em;
}
#services.listing .service-list::after {
  clear: both;
  content: "";
  display: block;
}
#services.listing .service {
  color: #000000;
  display: block;
  text-decoration: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 2em 0 0 0;
}
@media screen and (min-width: 768px) {
  #services.listing .service {
    width: 48%;
    margin: 2em 4% 0 0;
  }
  #services.listing .service:nth-child(even) {
    margin-right: 0;
  }
  #services.listing .service:nth-child(3n) {
    clear: both;
  }
}
@media screen and (min-width: 980px) {
  #services.listing .service {
    width: 31%;
    margin-right: 3%;
  }
  #services.listing .service:nth-child(even) {
    margin-right: 3%;
  }
  #services.listing .service:nth-child(3n) {
    clear: none;
    margin-right: 0;
  }
  #services.listing .service:nth-child(4n) {
    clear: both;
  }
}
#services.listing .service .service-inner {
  padding: 2em;
}
@media print {
  #services.listing .service .service-inner {
    padding: 0;
  }
}
@media print {
  #services.listing .service .service-inner {
    height: auto !important;
  }
}
#services.listing .service .service-title {
  font-size: 3em;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  line-height: 0.8;
  margin: 0;
}
#services.listing .service .service-description {
  font-size: 1.1em;
}
#services.listing .service .expand-button {
  background: #E64B2A;
  color: #FFF;
  display: inline-block;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.6em;
  font-size: 1.5em;
  text-decoration: none;
  font-weight: 800;
  margin: 0 0 0 0;
}
@media print {
  #services.listing .service .expand-button {
    display: none;
  }
}
#services.listing .service .service-border-1 {
  position: relative;
}
#services.listing .service .service-border-1:after {
  transition: all 100ms ease-out;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  background: #000;
  height: 100%;
}
@media print {
  #services.listing .service .service-border-1:after {
    display: none;
  }
}
#services.listing .service .service-border-1:before {
  transition: all 100ms ease-out;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #000;
  width: 100%;
}
@media print {
  #services.listing .service .service-border-1:before {
    display: none;
  }
}
#services.listing .service .service-border-2 {
  position: relative;
}
#services.listing .service .service-border-2:after {
  transition: all 100ms ease-out;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  background: #E64B2A;
  height: 0;
}
@media print {
  #services.listing .service .service-border-2:after {
    display: none;
  }
}
#services.listing .service .service-border-2:before {
  transition: all 100ms ease-out;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 5px;
  width: 0;
  background: #E64B2A;
}
@media print {
  #services.listing .service .service-border-2:before {
    display: none;
  }
}
#services.listing .service:hover .service-title {
  color: #E64B2A;
}
#services.listing .service:hover .service-border-1:after {
  height: 0;
}
#services.listing .service:hover .service-border-1:before {
  width: 0;
}
#services.listing .service:hover .service-border-2:after {
  height: 100%;
}
#services.listing .service:hover .service-border-2:before {
  width: 100%;
}

/* ==========================================================================
   Services Entry
   ========================================================================== */
#services.entry {
  /* =========================
     Related Listing
     ========================= */
  /* ==========================================================================
     Start
     ========================================================================== */
}
#services.entry .service-intro {
  margin-top: 1em;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  #services.entry .service-intro {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 83.0666453316%;
    margin-left: 8.4666773342%;
    margin-top: 1em;
    margin-bottom: 4em;
  }
  #services.entry .service-intro:last-child {
    margin-right: 0;
  }
}
#services.entry .service-intro h1 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3em;
  margin: 0;
  background: #FFF;
  display: inline-block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #services.entry .service-intro h1 {
    font-size: 4em;
    padding: 0 1.05em;
  }
}
#services.entry .service-intro .service-description {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #services.entry .service-intro .service-description {
    border: 5px solid #000;
    font-size: 1.4em;
    padding: 2em 3em;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  #services.entry .service-intro .service-description {
    margin-top: -2em;
  }
}
#services.entry .service-intro .service-description p:first-child {
  margin-top: 0;
}
#services.entry .service-intro .service-description p:last-child {
  margin-bottom: 0;
}
#services.entry .service-list {
  clear: both;
  margin: 0 0 2em;
  overflow: hidden;
}
#services.entry .service-list::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  #services.entry .service-list {
    margin-top: 4em;
  }
}
#services.entry .service-list-item {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #services.entry .service-list-item {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 49.1999359949%;
  }
  #services.entry .service-list-item:last-child {
    margin-right: 0;
  }
  #services.entry .service-list-item:nth-child(2n) {
    margin-right: 0;
  }
  #services.entry .service-list-item:nth-child(2n+1) {
    clear: left;
  }
}
#services.entry .service-list-item .icon {
  float: left;
  margin: 1em 0 0 0;
  width: 4em;
}
#services.entry .service-list-item .icon img {
  display: block;
  width: 3.5em;
  margin-top: 0.25em;
  margin-right: 0.5em;
  float: right;
}
@media screen and (min-width: 768px) {
  #services.entry .service-list-item .icon {
    width: 5em;
  }
  #services.entry .service-list-item .icon img {
    width: 4em;
  }
}
#services.entry .service-list-item .service-list-text {
  float: left;
  calc: width, "100% - 4em";
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  #services.entry .service-list-item .service-list-text {
    calc: width, "100% - 5em";
  }
}
#services.entry .service-list-item .service-list-title {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2em;
  line-height: 1;
  margin: 0.5em 0 0.25em;
}
#services.entry .service-list-item .service-list-desc p {
  margin-top: 0;
  font-size: 1em;
}
#services.entry .related-projects {
  clear: both;
  overflow: hidden;
  position: relative;
  border-top: 5px solid #000;
  padding: 0 0 3em;
}
@media print {
  #services.entry .related-projects {
    display: none;
  }
}
#services.entry .related-projects h2 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
#services.entry .related-projects .project {
  display: block;
  float: left;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
}
@media screen and (min-width: 768px) {
  #services.entry .related-projects .project {
    width: 50%;
  }
  #services.entry .related-projects .project.count3 {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #services.entry .related-projects .project {
    width: 33.333%;
  }
  #services.entry .related-projects .project.count3 {
    display: block;
  }
}
#services.entry .related-projects .project a {
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#services.entry .related-projects .project a:hover {
  background: #E64B2A;
  color: #FFF;
}
#services.entry .related-projects .project a:hover .inner {
  padding-top: 2.5em;
}
#services.entry .related-projects .project a:hover .details {
  opacity: 1;
}
#services.entry .related-projects .project a:hover .project-cover {
  opacity: 0.1;
}
#services.entry .related-projects .project .project-cover {
  transition: all 200ms ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0.7;
  transform: scale(1);
}
#services.entry .related-projects .project .inner {
  transition: all 200ms ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em 2em 0 2em;
  color: #FFF;
}
#services.entry .related-projects .project .inner .title {
  transition: all 200ms ease;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2em;
  line-height: 0.8;
  margin: 0;
}
#services.entry .related-projects .project .inner .project-title {
  transition: all 200ms ease;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  line-height: 0.8;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  margin-top: 0.25em;
}
#services.entry .related-projects .project .inner .details {
  transition: all 200ms ease;
  opacity: 0;
}
#services.entry .related-projects .project .inner .desc {
  margin: 1.5em 0 1.5em 0;
  font-weight: 400;
  font-size: 0.9em;
}
#services.entry .related-projects .project .inner .type {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  line-height: 1;
  font-size: 0.8em;
  margin: 1em 0;
}
#services.entry .related-projects .project .inner .type .seperator {
  font-family: "helvetica neue", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  margin: 0 0.5em;
  font-weight: 300;
}
#services.entry .start .start-text {
  border-top: 5px solid #000;
}

/* ==========================================================================
   Start A Project
   ========================================================================== */
@media print {
  #start {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #start .content {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 83.0666453316%;
    margin-left: 8.4666773342%;
  }
  #start .content:last-child {
    margin-right: 0;
  }
}
#start h1 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  line-height: 1;
  font-size: 3em;
  margin: 1em 0 0 0;
  background: #FFF;
  display: inline-block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #start h1 {
    font-size: 4em;
    padding: 0 1em;
  }
}
#start .start-form {
  padding: 0;
  margin: 0 0 2em;
}
@media screen and (min-width: 768px) {
  #start .start-form {
    margin: 2em 0;
    border: 5px solid #000;
    font-size: 1.4em;
    padding: 2em 3em;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  #start .start-form {
    margin-top: -1.9em;
  }
}
/* ==========================================================================
   OFFLINE
   ========================================================================== */
#system.offline {
  background: #000;
  padding-top: 0 !important;
}
#system.offline #wrapper {
  background: #000;
}
#system.offline #menu-button {
  background: transparent;
}
#system.offline #menu-button:hover {
  background: #FFF;
}
#system.offline .video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#system.offline .video-bg #big-video-wrap {
  position: absolute;
}
#system.offline .content {
  padding: 8em 0 0;
  color: #FFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  #system.offline .content {
    padding: 12em 0 0;
  }
}
#system.offline .headline {
  color: #FFF;
}
#system.offline .headline h1 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 4em;
  margin: 0;
  line-height: 1;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #system.offline .headline h1 {
    font-size: 12em;
    text-align: center;
  }
}
#system.offline .headline h1 span {
  white-space: pre;
}
#system.offline .text {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #system.offline .text {
    text-align: center;
  }
  #system.offline .text p {
    font-size: 1.5em;
  }
}
#system.offline #big-video-wrap, #system.offline .backstretch {
  opacity: 0.5 !important;
}
#system.offline header {
  background: transparent;
}

/* ==========================================================================
   Error
   ========================================================================== */
#system.error {
  background: #000;
  padding-top: 0 !important;
}
#system.error #wrapper {
  background: #000;
}
#system.error #menu-button {
  background: transparent;
}
#system.error #menu-button:hover {
  background: #FFF;
}
#system.error .video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#system.error .video-bg #big-video-wrap {
  position: absolute;
}
#system.error .content {
  padding: 8em 0 0;
  color: #FFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  #system.error .content {
    padding: 12em 0 0;
  }
}
#system.error .headline {
  color: #FFF;
}
#system.error .headline h1 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 4em;
  margin: 0;
  line-height: 1;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #system.error .headline h1 {
    font-size: 8em;
    text-align: center;
  }
}
#system.error .headline h1 span {
  white-space: pre;
}
#system.error .text {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 400;
}
#system.error .text ul, #system.error .text li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  #system.error .text {
    text-align: center;
  }
  #system.error .text p {
    font-size: 1.5em;
  }
}
#system.error #big-video-wrap, #system.error .backstretch {
  opacity: 0.5;
}
#system.error header {
  background: transparent;
}

/* ==========================================================================
   Subheader
   ========================================================================== */
@media print {
  #work .subheader {
    display: none !important;
  }
}
#work .subheader .subheader-nav {
  border-bottom: 5px solid #000;
  padding: 2em 0;
  margin: 0 5px 2em 0;
  list-style: none;
  overflow: hidden;
  line-height: 0.8;
}
#work .subheader .subheader-nav .filter {
  color: #000;
  display: inline-block;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1em;
  outline: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #work .subheader .subheader-nav .filter {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 980px) {
  #work .subheader .subheader-nav .filter {
    font-size: 1.5em;
  }
}
#work .subheader .subheader-nav .filter:hover {
  text-decoration: none;
  color: #E64B2A;
}
#work .subheader .subheader-nav .filter.active {
  color: #E64B2A;
}
#work .subheader .subheader-nav span {
  display: inline-block;
  white-space: pre;
}
#work .subheader .subheader-nav .seperator {
  font-family: "helvetica neue", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  margin: 0 0.5em;
  font-weight: 100;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  #work .subheader .subheader-nav .seperator {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 980px) {
  #work .subheader .subheader-nav .seperator {
    font-size: 1.5em;
  }
}

/* ==========================================================================
   LISTING
   ========================================================================== */
#work.listing {
  /* =========================
     Project Listing
     ========================= */
}
#work.listing .container {
  position: relative;
}
#work.listing .project-listing {
  overflow: hidden;
  margin: 1em 0 2em;
  position: relative;
}
#work.listing .project-listing .project {
  display: block;
  float: left;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  #work.listing .project-listing .project {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  #work.listing .project-listing .project {
    width: 33.333%;
  }
}
#work.listing .project-listing .project a {
  background: #000;
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#work.listing .project-listing .project a:hover {
  background: #E64B2A;
  color: #FFF;
}
#work.listing .project-listing .project a:hover .inner {
  padding-top: 2.5em;
}
#work.listing .project-listing .project a:hover .details {
  opacity: 1;
}
#work.listing .project-listing .project a:hover .project-cover {
  opacity: 0.1;
}
#work.listing .project-listing .project .project-cover {
  transition: opacity 200ms ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 1;
  transform: scale(1);
  opacity: 0.8;
}
#work.listing .project-listing .project .inner {
  transition: all 200ms ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em 2em 0 2em;
  color: #FFF;
}
#work.listing .project-listing .project .inner .title {
  transition: all 200ms ease;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2em;
  line-height: 0.8;
  margin: 0;
}
#work.listing .project-listing .project .inner .project-title {
  transition: all 200ms ease;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  margin-top: 0.25em;
  line-height: 0.8;
}
#work.listing .project-listing .project .inner .details {
  transition: all 200ms ease;
  opacity: 0;
}
#work.listing .project-listing .project .inner .desc {
  margin: 1.5em 0 1.5em 0;
  font-weight: 400;
}
#work.listing .project-listing .project .inner .type {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  line-height: 1;
  font-size: 0.8em;
  margin: 1em 0;
  display: none;
}
@media screen and (min-width: 768px) {
  #work.listing .project-listing .project .inner .type {
    display: block;
  }
}
#work.listing .project-listing .project .inner .type .seperator {
  font-family: "helvetica neue", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  margin: 0 0.5em;
  font-weight: 300;
}

/* ==========================================================================
   ENTRY
   ========================================================================== */
#work.entry {
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* =========================
     Project Listing
     ========================= */
}
#work.entry blockquote {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  margin: 1em 0 1em 0;
  padding: 1em;
}
@media screen and (min-width: 980px) {
  #work.entry blockquote {
    width: 40%;
    float: right;
    margin: 0 0 1em 1em;
  }
}
#work.entry blockquote p {
  padding: 0;
  margin: 0 0 0 0;
  font-weight: bold;
  font-size: 0.9em;
  font-style: italic;
}
#work.entry blockquote h5,
#work.entry blockquote h6,
#work.entry blockquote .source {
  font-size: 0.7em;
  display: block;
  line-height: 1.5;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 1em 0 0;
}
#work.entry blockquote h6 {
  color: #999;
  margin-top: 0;
}
#work.entry .title-section {
  padding: 2em 0;
  text-align: center;
}
#work.entry .title-section .title {
  font-size: 1.5em;
  line-height: 1;
  margin: 0.5em 0 0.5em 0;
  /*
  .seperator {
  	font-family: "helvetica neue", $sans-serif;
  	display: inline-block;
  	margin: 0 .25em;
  	font-weight: 400;
  }
  */
}
#work.entry .title-section .title strong {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  line-height: 1;
  font-size: 1.5em;
}
#work.entry .title-section .subtitle {
  display: inline-block;
  font-weight: 400;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  margin: 0 auto;
}
#work.entry .title-section .subtitle p {
  margin: 0;
}
#work.entry .slider {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#work.entry .slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#work.entry .slider li img {
  display: block;
  width: 100%;
}
#work.entry .bx-wrapper {
  margin: 1em 0;
  overflow: hidden;
}
#work.entry .slider-pager {
  overflow: hidden;
  text-align: center;
  margin: 1.5em 0;
}
#work.entry .slider-pager a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CCC;
  text-indent: -9999px;
  margin: 0 10px 0 0;
  outline: none;
}
#work.entry .slider-pager a:hover {
  background: #000;
}
#work.entry .slider-pager a.active {
  background: #E64B2A;
  cursor: default;
}
#work.entry .bx-wrapper .bx-prev {
  left: 0;
}
#work.entry .bx-wrapper .bx-next {
  right: 0;
}
#work.entry .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
#work.entry .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
#work.entry .bx-wrapper .bx-controls-direction a {
  background: rgba(230, 75, 42, 0.001);
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  outline: 0;
  width: 60px;
  color: #FFF;
  z-index: 9999;
  padding: 0 15px;
  transition: all 200ms ease;
}
#work.entry .bx-wrapper .bx-controls-direction a:hover {
  width: 80px;
  padding: 25px;
}
#work.entry .bx-wrapper .bx-controls-direction a img {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 100%;
  width: 30px;
  height: 100px;
  margin-top: -50px;
}
#work.entry .bx-wrapper .bx-controls-direction a:hover {
  background: #e64b2a;
}
#work.entry .content {
  font-size: 1.2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  #work.entry .content {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 66.1332906633%;
  }
  #work.entry .content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  #work.entry .content {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 57.6666133291%;
  }
  #work.entry .content:last-child {
    margin-right: 0;
  }
}
#work.entry .content a {
  font-weight: 400;
}
#work.entry .sidebar {
  font-size: 1.2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  #work.entry .sidebar {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 32.2665813265%;
    margin-right: 0;
  }
  #work.entry .sidebar:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  #work.entry .sidebar {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 32.2665813265%;
    margin-left: 8.4666773342%;
    margin-right: 0;
  }
  #work.entry .sidebar:last-child {
    margin-right: 0;
  }
}
#work.entry .sidebar a {
  font-weight: 400;
}
#work.entry .sidebar .sidebar-section {
  margin-bottom: 2em;
}
#work.entry .more-projects {
  clear: both;
  overflow: hidden;
  position: relative;
  border-top: 5px solid #000;
  padding: 0 0 1em;
}
@media print {
  #work.entry .more-projects {
    display: none;
  }
}
#work.entry .more-projects h2 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
#work.entry .more-projects .project {
  display: block;
  float: left;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
}
@media screen and (min-width: 768px) {
  #work.entry .more-projects .project {
    width: 50%;
  }
  #work.entry .more-projects .project.count3 {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #work.entry .more-projects .project {
    width: 33.333%;
  }
  #work.entry .more-projects .project.count3 {
    display: block;
  }
}
#work.entry .more-projects .project a {
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#work.entry .more-projects .project a:hover {
  background: #E64B2A;
  color: #FFF;
}
#work.entry .more-projects .project a:hover .inner {
  padding-top: 2.5em;
}
#work.entry .more-projects .project a:hover .details {
  opacity: 1;
}
#work.entry .more-projects .project a:hover .project-cover {
  opacity: 0.1;
}
#work.entry .more-projects .project .project-cover {
  transition: all 200ms ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0.7;
  transform: scale(1);
}
#work.entry .more-projects .project .inner {
  transition: all 200ms ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em 2em 0 2em;
  color: #FFF;
}
#work.entry .more-projects .project .inner .title {
  transition: all 200ms ease;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2em;
  line-height: 0.8;
  margin: 0;
}
#work.entry .more-projects .project .inner .project-title {
  transition: all 200ms ease;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  line-height: 0.8;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  margin-top: 0.25em;
}
#work.entry .more-projects .project .inner .details {
  transition: all 200ms ease;
  opacity: 0;
}
#work.entry .more-projects .project .inner .desc {
  margin: 1.5em 0 1.5em 0;
  font-weight: 400;
  font-size: 0.9em;
}
#work.entry .more-projects .project .inner .type {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  line-height: 1;
  font-size: 0.8em;
  margin: 1em 0;
}
#work.entry .more-projects .project .inner .type .seperator {
  font-family: "helvetica neue", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  margin: 0 0.5em;
  font-weight: 300;
}

/* ==========================================================================
   404 PAGE
   ========================================================================== */
#page404 {
  background: #000;
  padding-top: 0 !important;
}
#page404 #wrapper {
  background: #000;
}
#page404 #menu-button {
  background: transparent;
}
#page404 #menu-button:hover {
  background: #FFF;
}
#page404 .video-bg {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#page404 .home-video {
  position: absolute;
  width: 100%;
}
#page404 .home-video video {
  display: block !important;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 50%;
  bottom: auto;
  right: auto;
  top: 0%;
  transform: translateX(-50%) translateY(-100%);
  position: absolute;
}
@media screen and (min-width: 980px) {
  #page404 .home-video video {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: fixed;
  }
}
#page404 .content {
  padding: 8em 0 0;
  color: #FFF;
  position: relative;
  z-index: 10;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #page404 .content {
    padding: 12em 0 0;
  }
}
#page404 .headline {
  color: #FFF;
}
#page404 .headline h1 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 4em;
  margin: 0;
  line-height: 1;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #page404 .headline h1 {
    font-size: 8em;
    text-align: center;
  }
}
#page404 .headline h1 span {
  white-space: pre;
}
#page404 .text {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #page404 .text {
    text-align: center;
  }
  #page404 .text p {
    font-size: 1.5em;
  }
}
#page404 #big-video-wrap, #page404 .backstretch {
  opacity: 0.5;
}
#page404 header {
  background: transparent;
}

#leanhome {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #leanhome {
    padding-top: 0;
  }
}
#leanhome main {
  padding-top: 0;
}
#leanhome #menu-button {
  background: transparent;
}
#leanhome #menu-button:hover {
  background: #FFF;
}
#leanhome #menu-button.stuck {
  background: #000;
}
#leanhome #menu-button.stuck:hover {
  background: #FFF;
}

/* ==========================================================================
   Header
   ========================================================================== */
#leanhome header {
  background: transparent;
}
#leanhome header #logo svg {
  width: 100px;
  height: 65px;
}
@media screen and (min-width: 980px) {
  #leanhome header {
    background: rgba(0, 0, 0, 0.001);
  }
  #leanhome header.stuck {
    background: black;
  }
  #leanhome header.stuck #logo svg {
    width: 66px;
    height: 43px;
  }
}

/* ==========================================================================
   Intro
   ========================================================================== */
.leanhome-wrapper {
  background: #FFF;
  position: relative;
  z-index: 1;
}

#leanhome .intro {
  background: #000;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  /* ==========================================================================
     Teaser
     ========================================================================== */
}
#leanhome .intro .inner {
  background: #000 url(../images/template/lean-header-bg.jpg) no-repeat right center fixed;
  background-size: cover;
}
#leanhome .intro #introHeight {
  min-height: 480px;
}
@media (max-width: 768px) {
  #leanhome .intro .container {
    opacity: 1 !important;
  }
}
#leanhome .intro > .container {
  position: relative;
  z-index: 1;
  height: 1000px;
}
#leanhome .intro .intro-text {
  padding: 150px 0 100px;
}
#leanhome .intro .intro-text h1 {
  transition: all 100ms ease-out;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 6em;
  line-height: 1;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  color: #E64B2A;
}
#leanhome .intro .intro-text h3 {
  transition: all 100ms ease-out;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2em;
  margin: 0 0 0.5em 0;
}
#leanhome .intro .teaser {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
}
@media print {
  #leanhome .intro .teaser {
    display: none !important;
  }
}
.no-flexbox #leanhome .intro .teaser {
  display: none;
}
#leanhome .intro .teaser .container {
  position: relative;
}
#leanhome .intro .teaser .teaser-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#leanhome .intro .teaser .teaser-inner .teaser-text h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-right: 0.5em;
  white-space: pre;
  position: relative;
  top: -0.4em;
  font-size: 1.8em;
}
@media screen and (min-width: 768px) {
  #leanhome .intro .teaser .teaser-inner .teaser-text h2 {
    font-size: 2em;
  }
}
#leanhome .intro .teaser .teaser-inner .white-bar {
  flex: 1;
  position: relative;
}
#leanhome .intro .teaser .teaser-inner .white-bar:after {
  content: "";
  display: block;
  background: white;
  height: 5px;
  z-index: 2;
  width: 100%;
}
#leanhome .intro .teaser .teaser-inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  background: #FFF;
  width: 5px;
  height: 100px;
  z-index: 2;
}
#leanhome .intro .teaser h2 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2em;
  margin: 0;
}

/* ==========================================================================
   About
   ========================================================================== */
#leanhome .about .inner1,
#leanhome .about .inner2 {
  border-right: 5px solid #000;
  border-left: 5px solid #FFF;
  padding: 5em 1em 7em;
}
#leanhome .about .inner1::after,
#leanhome .about .inner2::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  #leanhome .about .inner1,
#leanhome .about .inner2 {
    padding: 6em 0 8em;
  }
}
#leanhome .about .inner2 {
  border-right: 5px solid #FFF;
  border-top: 5px solid #000;
  border-left: 5px solid #000;
}
#leanhome .about .text {
  float: left;
  display: block;
  margin-right: 1.6001280102%;
  width: 91.5333226658%;
}
#leanhome .about .text::after {
  clear: both;
  content: "";
  display: block;
}
#leanhome .about .text:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #leanhome .about .text {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 83.0666453316%;
    margin-left: 8.4666773342%;
  }
  #leanhome .about .text:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  #leanhome .about .text {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 66.1332906633%;
    margin-left: 16.9333546684%;
  }
  #leanhome .about .text:last-child {
    margin-right: 0;
  }
}
#leanhome .about .text h2 {
  font-size: 2.5em;
}
#leanhome .about .text p {
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  #leanhome .about .text p {
    font-size: 1.2em;
  }
}

/* ==========================================================================
   Defined
   ========================================================================== */
#leanhome .defined {
  background: #000 url(../images/template/lean-chair-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  color: #FFF;
}
#leanhome .defined .text {
  float: left;
  display: block;
  margin-right: 1.6001280102%;
  width: 91.5333226658%;
}
#leanhome .defined .text::after {
  clear: both;
  content: "";
  display: block;
}
#leanhome .defined .text:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #leanhome .defined .text {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 91.5333226658%;
    padding-left: 8%;
  }
  #leanhome .defined .text:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  #leanhome .defined .text {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 83.0666453316%;
    padding-left: 16%;
  }
  #leanhome .defined .text:last-child {
    margin-right: 0;
  }
}
#leanhome .defined .text h2 {
  font-size: 2.5em;
}
#leanhome .defined .text p {
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  #leanhome .defined .text p {
    font-size: 1.2em;
  }
}
#leanhome .defined .inner1,
#leanhome .defined .inner2,
#leanhome .defined .inner3 {
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  padding: 2em 1em 3em;
}
#leanhome .defined .inner1::after,
#leanhome .defined .inner2::after,
#leanhome .defined .inner3::after {
  clear: both;
  content: "";
  display: block;
}
#leanhome .defined .inner1 h2 {
  margin-bottom: 0;
  font-style: italic;
  color: #E64B2A;
}
#leanhome .defined .inner1 h3 {
  margin-top: 0;
}
#leanhome .defined .inner2 {
  overflow: hidden;
  border-left: 5px solid transparent;
  padding: 2em 1em 3em;
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
}
@media screen and (min-width: 768px) {
  #leanhome .defined .inner2 {
    padding: 0 1em;
    display: table-row;
    vertical-align: middle;
    border-top: none;
    border-right: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  #leanhome .defined .inner2 .text {
    float: none;
    padding-right: 16%;
    display: table-cell;
    margin-left: 0;
    margin-right: 0;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 8%;
    vertical-align: middle;
    border-top: 5px solid #FFF;
    border-right: 5px solid #FFF;
    border-bottom: 5px solid #FFF;
  }
}
#leanhome .defined .inner2 .sprint {
  text-align: right;
  vertical-align: middle;
  display: none;
}
@media screen and (min-width: 768px) {
  #leanhome .defined .inner2 .sprint {
    display: table-cell;
  }
}
#leanhome .defined .inner2 .sprint img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2em;
}
@media screen and (min-width: 980px) {
  #leanhome .defined .inner2 .sprint img {
    padding: 0 5em;
  }
}
#leanhome .defined .inner3 {
  border-right: 5px solid transparent;
  border-top: none;
  border-left: 5px solid #FFF;
}

/* ==========================================================================
   Schedule
   ========================================================================== */
#leanhome .schedule .inner {
  border-right: 5px solid transparent;
  border-left: 5px solid #000;
  padding: 5em 1em 7em;
}
#leanhome .schedule .inner::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  #leanhome .schedule .inner {
    padding: 6em 6em 8em;
  }
}
#leanhome .schedule h2 {
  text-align: center;
  font-size: 2.5em;
}
#leanhome .schedule .no-results {
  text-align: center;
  color: #E64B2A;
}
#leanhome .schedule .upcoming-labs {
  background: #EEE;
  border: 2px solid #FFF;
  margin: 0;
  padding: 0;
  display: table;
  vertical-align: middle;
}
#leanhome .schedule .upcoming-labs li {
  margin: 0;
  padding: 2em;
  list-style: none;
  border-bottom: 5px solid #FFF;
}
#leanhome .schedule .upcoming-labs li::after {
  clear: both;
  content: "";
  display: block;
}
#leanhome .schedule .upcoming-labs li:hover {
  background: #DDD;
}
@media screen and (min-width: 768px) {
  #leanhome .schedule .upcoming-labs li {
    border-bottom: none;
    padding: 0;
    display: table-row;
    vertical-align: middle;
  }
}
#leanhome .schedule .upcoming-labs li .info {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #leanhome .schedule .upcoming-labs li .info {
    padding: 1em 0 1em 2em;
    width: 80%;
    display: table-cell;
    border-bottom: 5px solid #FFF;
    vertical-align: middle;
  }
}
#leanhome .schedule .upcoming-labs li .button-col {
  text-align: center;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #leanhome .schedule .upcoming-labs li .button-col {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 5px solid #FFF;
    padding: 2em;
  }
}
#leanhome .schedule .upcoming-labs li .button-col .button {
  display: inline-block;
  width: 100%;
}
#leanhome .schedule .upcoming-labs h4 {
  margin: 1em 0 0 0;
  color: #E64B2A;
}
#leanhome .schedule .upcoming-labs h3 {
  margin: 0.25em 0;
}
#leanhome .schedule .upcoming-labs p {
  margin-top: 0;
}

/* ==========================================================================
   Gallery
   ========================================================================== */
#leanhome .gallery {
  background: #000;
  color: #FFF;
}
#leanhome .gallery ul.photos {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
#leanhome .gallery ul.photos li {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  #leanhome .gallery ul.photos li {
    width: 25%;
  }
}
#leanhome .gallery ul.photos li img {
  display: block;
  width: 100%;
  transition: all 150ms ease;
}
/* ==========================================================================
   Header
   ========================================================================== */
#leanlab {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #leanlab {
    padding-top: 0;
  }
}
#leanlab header {
  background: transparent;
}
@media screen and (min-width: 980px) {
  #leanlab header {
    background: rgba(0, 0, 0, 0.001);
  }
  #leanlab header.stuck {
    background: black;
  }
}
#leanlab main {
  padding-top: 0;
}
#leanlab #menu-button {
  background: transparent;
}
#leanlab #menu-button:hover {
  background: #FFF;
}
#leanlab #menu-button.stuck {
  background: #000;
}
#leanlab #menu-button.stuck:hover {
  background: #FFF;
}

/* ==========================================================================
   Intro
   ========================================================================== */
#leanframework .intro {
  background: #000;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
#leanframework .intro .inner {
  background: #000 url(../images/template/lean-header-bg.jpg) no-repeat right center;
  background-size: cover;
}
@media (max-width: 768px) {
  #leanframework .intro .container {
    opacity: 1 !important;
  }
}
#leanframework .intro .intro-text {
  padding: 150px 0 100px;
}
#leanframework .intro .intro-text h3 {
  transition: all 100ms ease-out;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5em;
  color: #E64B2A;
  margin: 0 0 0.5em 0;
}
#leanframework .intro .intro-text h1 {
  transition: all 100ms ease-out;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3.2em;
  line-height: 1;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}

/* ==========================================================================
   Subheader
   ========================================================================== */
@media print {
  #leanframework .subheader {
    display: none;
  }
}
#leanframework .subheader .inner {
  border-bottom: 5px solid #000;
  padding: 2em 0;
  margin: 0 0 2em 0;
  overflow: hidden;
  line-height: 0.8;
}
#leanframework .subheader h3 {
  color: #000;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5em;
  outline: none;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  margin-left: 20px;
  display: none;
}
@media screen and (min-width: 768px) {
  #leanframework .subheader h3 {
    display: inline-block;
  }
}
#leanframework .subheader .social-sharing {
  margin-bottom: -5px;
  float: left;
  height: 37px;
}

.entry109 .col-left {
  display: none;
}
@media screen and (min-width: 980px) {
  .entry109 .col-left {
    display: block;
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 15.3332266581%;
  }
  .entry109 .col-left:last-child {
    margin-right: 0;
  }
}
.entry109 .col-left img {
  max-width: 100%;
  display: block;
}
.entry109 .col-middle {
  margin-bottom: 40px;
}
.entry109 .col-middle .lean-cover {
  display: block;
  max-width: 100%;
  margin-bottom: 40px;
}
.entry109 .col-middle h1 {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .entry109 .col-middle .lean-cover {
    max-width: 35%;
    float: right;
    margin: 0 0 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .entry109 .col-middle {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 57.6666133291%;
  }
  .entry109 .col-middle:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  .entry109 .col-middle {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 49.1999359949%;
  }
  .entry109 .col-middle:last-child {
    margin-right: 0;
  }
  .entry109 .col-middle .lean-cover {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .entry109 .col-right {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 40.7332586607%;
    margin-right: 0;
  }
  .entry109 .col-right:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  .entry109 .col-right {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 32.2665813265%;
    margin-right: 0;
  }
  .entry109 .col-right:last-child {
    margin-right: 0;
  }
}
.entry109 .download-form {
  background: #ebebeb;
  padding: 30px 30px 0 20px;
}
.entry109 .download-form h3 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5em;
  margin: 0 0 15px 0;
}

/* ==========================================================================
   Header
   ========================================================================== */
#leanlab {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #leanlab {
    padding-top: 0;
  }
}
#leanlab header {
  background: transparent;
}
@media screen and (min-width: 980px) {
  #leanlab header {
    background: rgba(0, 0, 0, 0.001);
  }
  #leanlab header.stuck {
    background: black;
  }
}
#leanlab main {
  padding-top: 0;
}
#leanlab #menu-button {
  background: transparent;
}
#leanlab #menu-button:hover {
  background: #FFF;
}
#leanlab #menu-button.stuck {
  background: #000;
}
#leanlab #menu-button.stuck:hover {
  background: #FFF;
}

/* ==========================================================================
   Intro
   ========================================================================== */
#leanlab .intro {
  background: #000;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
#leanlab .intro .inner {
  background: #000 url(../images/template/lean-header-bg.jpg) no-repeat right center;
  background-size: cover;
}
@media (max-width: 768px) {
  #leanlab .intro .container {
    opacity: 1 !important;
  }
}
#leanlab .intro .intro-text {
  padding: 150px 0 100px;
}
#leanlab .intro .intro-text h3 {
  transition: all 100ms ease-out;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5em;
  color: #E64B2A;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}
#leanlab .intro .intro-text h1 {
  transition: all 100ms ease-out;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3.2em;
  line-height: 1;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

/* ==========================================================================
   Subheader
   ========================================================================== */
@media print {
  #leanlab .subheader {
    display: none;
  }
}
#leanlab .subheader .inner {
  border-bottom: 5px solid #000;
  padding: 2em 0;
  margin: 0 0 2em 0;
  overflow: hidden;
  line-height: 0.8;
}
#leanlab .subheader h3 {
  color: #000;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5em;
  outline: none;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  margin-left: 20px;
  display: none;
}
@media screen and (min-width: 768px) {
  #leanlab .subheader h3 {
    display: inline-block;
  }
}
#leanlab .subheader .social-sharing {
  margin-bottom: -5px;
  float: left;
  height: 37px;
}
#leanlab .subheader h3.view-schedule {
  display: block;
  padding: 20px 0 0 0;
  margin: 0;
  clear: both;
}
@media screen and (min-width: 768px) {
  #leanlab .subheader h3.view-schedule {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    clear: none;
  }
}
#leanlab .subheader h3.view-schedule a:hover {
  color: #000;
  text-decoration: none;
}

#leanlab .col-left {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #leanlab .col-left {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 57.6666133291%;
    padding-right: 20px;
  }
  #leanlab .col-left:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  #leanlab .col-left {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 66.1332906633%;
  }
  #leanlab .col-left:last-child {
    margin-right: 0;
  }
}
#leanlab .col-left > h2, #leanlab .col-left > h1, #leanlab .col-left > h3, #leanlab .col-left > p {
  margin-top: 0;
}
#leanlab .col-right {
  background: #ebebeb;
  padding: 40px 40px 20px;
}
@media screen and (min-width: 768px) {
  #leanlab .col-right {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 40.7332586607%;
    margin-right: 0;
  }
  #leanlab .col-right:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  #leanlab .col-right {
    float: left;
    display: block;
    margin-right: 1.6001280102%;
    width: 32.2665813265%;
    margin-right: 0;
  }
  #leanlab .col-right:last-child {
    margin-right: 0;
  }
}
#leanlab .col-right h3 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-std", "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5em;
  margin: 1em 0 0 0;
}
#leanlab .col-right p {
  margin-top: 0;
}

/* ==========================================================================
   Print
   ========================================================================== */
@media print {
  /* ==========================================================================
     Main
     ========================================================================== */
  .print-only {
    display: block !important;
  }

  .no-print {
    display: none;
  }

  html, body {
    height: 99%;
  }

  body {
    font-size: 0.75em;
    padding-top: 0 !important;
  }

  /* ==========================================================================
     HTML5 Boilerplate 
     ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  @page {
    size: 8.5in 11in;
  }
}

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