/** @define Hero; use strict */

.Hero {
  background: #393939;
  color: #fff;
  height: 54vw;
  min-height: 568px;
  max-height: 768px;
  position: relative;
  overflow: hidden;
}

.Hero.is-skinny {
  height: 60vh;
  min-height: 400px;
  max-height: 500px;
}

.Hero.is-landing {
  height: 380px;
  min-height: 380px;
}

.Hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.Hero.is-light {
  color: #000;
}

.Hero-title {
  display: inline-block;
  font-size: 2.5em;
  /*30 / 16*/
  font-weight: 300;
  margin-top: 0;
  margin-left: 5%;
  margin-bottom: 0;
  padding-top: 2.8em;
  text-transform: uppercase;
}

.Hero-subtitle {
  box-sizing: border-box;
  bottom: 15%;
  font-size: 4em;
  /*14 / 16*/
  font-weight: 300;
  max-width: 830px;
  padding: 0 5%;
  position: absolute;
  width: 66.666%;
}

.Hero-overlay,
.Hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Hero-image--mobile {
  display: none;
}

.Hero-video {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1107px;
}

.Hero-overlay {
  right: 33.333%;
  z-index: 1;
}

.Hero.is-skinny .Hero-overlay,
.Hero.is-landing .Hero-overlay {
  right: 0;
}

.Hero-links {
  position: relative;
  max-width: 1024px;
  height: 40px;
  margin-top: -45px;
}

.Hero-links--fixed {
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 101;
}

@media screen and (max-width: 1025px) {
  .Hero {
    height: 100vw;
  }

  .Hero-subtitle {
    font-size: 3.5em;
  }

  .Hero-video {
    display: none;
  }

  .Hero-image--mobile {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .Hero-subtitle {
    font-size: 3em;
    bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .Hero {
    height: initial;
    min-height: 350px;
  }

  .Hero-overlay {
    right: 0;
  }

  .Hero-content {
    position: relative;
    padding-bottom: 3em;
  }

  .Hero-title {
    font-size: 2em;
    padding-top: 100px;
  }

  .Hero-subtitle {
    position: relative;
    margin-top: 3em;
    font-size: 2em;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .Hero-title {
    font-size: 2em;
    padding-top: 85px;
  }
}/** @define WallOfFaces; use strict */

.WallOfFaces {
  padding: 1.5em 0;
}

.WallOfFaces-title {
  font-size: 1.5em;
  font-weight: 900;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.WallOfFaces-hr {
  border: 0;
  border-bottom: 1px solid #000;
  margin: 0.5em auto 0;
  width: 40%;
}

.WallOfFaces-list {
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}

.WallOfFaces-person {
  box-sizing: border-box;
  display: inline-block;
  width: 33.3333%;
}

.WallOfFaces-person-name,
.WallOfFaces-person-title {
  display: none;
}

.WallOfFaces-person-image {
  display: block;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 400px) {
  .WallOfFaces-title {
    margin: 1.5em 0;
  }

  .WallOfFaces-hr {
    width: 15%;
  }

  .WallOfFaces-person {
    width: 25%;
  }
}

@media screen and (min-width: 601px) {
  .WallOfFaces-person {
    width: 20%;
  }
}

@media screen and (min-width: 800px) {
  .WallOfFaces-person {
    width: 12.5%;
  }
}

@media screen and (min-width: 1000px) {
  .WallOfFaces-person {
    width: 10%;
  }
}

@media screen and (min-width: 1400px) {
  .WallOfFaces-person {
    width: 7.5%;
  }
}/** @define CultureContent; use strict */



/** INTRODUCTION ================ */

@media screen and (min-width: 601px) {
  .CultureContent-value {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}

.CultureContent-culture {
  background-color: #EFEFEF;
  height: 100vh;
  min-height: 375px;
  max-height: 768px;
  position: relative;
}

.CultureContent-culture-image {
  background-size: cover;
  background-position: center;
  bottom: 0;
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 66.66%;
}

.CultureContent-culture-statement {
  box-sizing: border-box;
  display: inline-block;
  float: right;
  font-weight: 300;
  font-size: 1.2em;
  height: 100%;
  line-height: 1.7em;
  padding: 10% 5% 0;
  width: 33.33%;
}

/** BENEFITS ================ */

.CultureContent-benefits {
  font-weight: 300;
  height: 100vh;
  min-height: 375px;
  max-height: 768px;
  position: relative;
}

.CultureContent-benefits-image {
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.CultureContent-benefits-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(250, 171, 24, 0.6);
}

.CultureContent-benefits-title {
  font-size: 3em;
  font-weight: 300;
  padding: 2em 0;
  position: relative;
  text-align: center;
  margin: 0;
}

.CultureContent-benefits-list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}

.CultureContent-benefits-item {
  font-size: 1.2em;
  font-weight: 300;
  list-style: none;
  line-height: 1.6;
  margin-bottom: 0;
  padding-left: 11%;
  padding-right: 5%;
  position: relative;
}

.CultureContent-benefits-item:before {
  content: '•';
  color: #E29300;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 5%;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .CultureContent-culture {
    height: initial;
    padding-bottom: 4em;
  }

  .CultureContent-benefits {
    height: 100%;
    max-height: 100%;
    padding-bottom: 4em;
  }

  .CultureContent-benefits-title {
    padding: 1em 0 0.5em;
  }

  .CultureContent-benefits-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding-left: 5%;
  }

  .CultureContent-benefits-item {
    padding-left: 5%;
  }

  .CultureContent-benefits-item:before {
    left: 0px;
  }

  .CultureContent-culture-image {
    background-size: cover;
    display: block;
    height: 300px;
    position: relative;
    width: 100%;
  }

  .CultureContent-culture-statement {
    box-sizing: border-box;
    display: block;
    float: none;
    height: initial;
    padding: 3em 5% 0;
    width: 100%;
  }
}/** @define Logo; use strict */



.Logo-path {
  -webkit-transition: all 0.333s ease-in;
  transition: all 0.333s ease-in;
}.Hamburger {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  border-radius: 100%;
  display: inline-block;
  pointer-events: auto;
  position: fixed;
  top: 1.2em;
  right: 5%;
  z-index: 3;
  -webkit-transition: all 0.333s ease-in;
  transition: all 0.333s ease-in;
}

.Hamburger.is-floating {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.Hamburger.is-x {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: transparent !important;
}

.Hamburger-icon {
  top: 14px;
  height: 30px;
  position: relative;
  width: 28px;
}

.Hamburger-top,
.Hamburger-bottom {
  content: ' ';
  position: absolute;
  left: 0;
}

.Hamburger-top {
  top: -9px;
}

.Hamburger-bottom {
  top: 9px;
}

.Hamburger-top,
.Hamburger-middle,
.Hamburger-bottom {
  width: 100%;
  height: 3px;
  background-color: #888;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
}

.Hamburger-top.is-black,
.Hamburger-middle.is-black,
.Hamburger-bottom.is-black {
  background-color: #000;
}

/* on activation */

.Hamburger.is-x .Hamburger-middle {
  background-color: transparent;
}

.Hamburger.is-x .Hamburger-top {
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

.Hamburger.is-x .Hamburger-bottom {
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
  -ms-transform: rotate(-45deg) translate(7px, -8px);
  transform: rotate(-45deg) translate(7px, -8px);
}/** @define Navigation; use strict */

.Navigation-main {
  background-color: transparent;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  margin: 0 10px;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 4;
  -webkit-transition: -webkit-transform 700ms linear, background-color 700ms linear, box-shadow 100ms linear 700ms;
  transition: transform 700ms linear, background-color 700ms linear, box-shadow 100ms linear 700ms;
}

.Navigation-main.is-visible {
  background-color: #393939;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.Navigation-main.is-not-visible {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.Navigation-main.is-top {
  box-shadow: none;
  background-color: transparent;
  top: 0;
  -webkit-transition: -webkit-transform 700ms linear, background-color 500ms linear;
  transition: transform 700ms linear, background-color 500ms linear;
}

.Navigation-main-links {
  border-bottom: 0;
  margin: 0 5%;
  padding-bottom: 2em;
  padding-top: 1em;
  -webkit-transition: border-bottom 500ms linear;
  transition: border-bottom 500ms linear;
}

.Navigation-main.is-top .Navigation-main-links {
  border-bottom: 1px solid white;
}

.Navigation-main-link {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  margin-right: 2em;
  text-decoration: none;
  text-transform: uppercase;
}

.Navigation-main-link:hover,
.Navigation-main-link.active,
.Navigation-main-link:focus,
.Navigation-main-link.active {
  color: #FAAB18;
}

.Navigation-hamburger {
  position: fixed;
  right: 5%;
  top: 0;
  -webkit-transition: -webkit-transform 700ms linear;
  transition: transform 700ms linear;
  z-index: 101;
}

.Navigation-hamburger.is-visible {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.Navigation-hamburger.is-not-visible {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.Navigation-mobile {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(250, 171, 24, 0.97);
  color: #fff;
  padding: 3em;
  pointer-events: none;
  -webkit-transition: 0.1666s all ease-in;
  transition: 0.1666s all ease-in;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 100;
}

.Navigation-mobile.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: all;
}

.Navigation-mobile.is-not-visible {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  z-index: -5;
  display: none;
}

.Navigation-content {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.Navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Navigation-header {
  font-size: 1.75em;
  /* 30 / 16 */
  font-weight: 100;
  line-height: 1.42857;
  /* 40 / 28 */
  text-transform: uppercase;
}

.Navigation-link {
  color: #fff;
  display: inline-block;
  font-weight: 900;
  padding: 0.6666em 10%;
  text-transform: uppercase;
  text-decoration: none;
}

.Navigation-divider {
  height: 1.5em;
}

.Navigation-hr {
  border: 0;
  border-bottom: 1px solid #fff;
  margin-top: 90px;
  width: 100%;
}

.Navigation-sublink {
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .Navigation-mobile {
    padding: 1.5em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .Navigation-content {
    margin-top: 5px;
  }

  .Navigation-header {
    margin-bottom: 0.666em;
    text-align: center;
  }

  .Navigation-header:after {
    border-bottom: 1px solid #fff;
    content: ' ';
    display: block;
    margin: 0.5em auto;
    width: 5em;
  }

  .Navigation-link,
  .Navigation-sublink {
    display: block;
    padding: 0.666em 0;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .Navigation-main.is-not-visible {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #393939;
  }

  .Navigation-hamburger.is-not-visible {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media screen and (max-width: 810px) {
  .Navigation-main-link {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 767px) {
  .Navigation-main {
    margin: 0;
    top: 0;
  }

  .Navigation-main-links {
    padding-bottom: 1.2em;
    padding-top: 0.3em;
  }

  .Navigation-main-link {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .Navigation-hamburger {
    display: none;
  }

  .Navigation-mobile {
    display: none;
  }

  .Navigation-sublink {
    display: inline-block;
    padding: 0.666em;
  }



  .Navigation-sublink:first-child {
    margin-left: -0.666em;
  }

  .Navigation-socials {
    padding: 0 5.5%;
  }

  .Navigation-list {
    margin-left: 35%;
  }

  .Navigation-header {
    float: left;
    width: 30%;
  }
}

@media screen and (max-width: 350px) {
  .Navigation-header {
    font-size: 1.3em;
    line-height: 1.7;
  }
}/** @define Footer; use strict */

.Footer {
  background: #393939;
  box-sizing: border-box;
  bottom: 0;
  color: #fff;
  font-size: 0.666em;
  padding: 3em 5% 1.5em;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.Footer-links {
  padding-bottom: 2em;
}

.Footer-link {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  margin-right: 2.5em;
  text-decoration: none;
}

.Footer-link:hover,
.Footer-link.active {
  color: #FAAB18;
}

.Footer-legal {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .Footer-link {
    display: inline-block;
    width: 50%;
    padding-bottom: 1.5em;
    margin-right: 0;
  }
}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}/* this is the one place where global styles will go
 * and not be restricted to the implementing UI component*/

.AppBase {
  font-family: Lato;
  position: relative;
  margin: 10px;
}

.AppBase-content {
  min-height: calc( 100vh - 143px );
}

.AppBase-nav-background {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
  height: 108px;
  background-color: #393939;
  z-index: 0;
}

body {
  color: #393939;
}

body.noscroll {
  overflow: hidden;
}

a {
  cursor: pointer;
}

img {
  display: block;
}

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
}

p img {
  width: 100%;
}

li {
  line-height: 1.333;
  margin-bottom: 1em;
}

blockquote {
  font-size: 1.75em;
}

blockquote p {
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  .AppBase {
    margin: 0;
  }

  .AppBase-nav-background {
    height: 80px;
    margin: 0;
  }
}/** @define FilterBar; use strict */

.FilterBar {
  background: #ebebeb;
  overflow: auto;
}

.FilterBar-content {
  /* arbitrary width to make sure everything is visible */
  margin: 0 auto;
  min-width: 24em;
}

.FilterBar-link {
  border-bottom: 1px solid transparent;
  color: #333;
  display: inline-block;
  font-size: 0.875em;
  padding: 1.3em 1em;
  text-decoration: none;
  text-transform: uppercase;
}

.FilterBar-link.is-active {
  border-bottom-color: #000;
}/** @define Typography; use strict */

.Typography {
  margin-top: 0;
  margin-bottom: 1rem;
}

.Typography.is-title,
.Typography.is-primary-header,
.Typography.is-secondary-header {
  color: #F16521;
  display: block;
  text-transform: uppercase;
}

.Typography.is-title {
  font-size: 1.875em;
  font-weight: 900;
}

.Typography.is-primary-header {
  color: #f05d22;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 900;
}

.Typography.is-primary-header:after {
  content: ' ';
  display: block;
  margin-top: 0.666em;
  border-bottom: 2px solid #F16521;
}

.Typography.is-secondary-header {
  font-size: 1.875em;
  font-weight: 100;
}



.Typography.is-description {
  font-weight: 100;
  line-height: 1.6em;
}

.Typography.is-emphasized-caption {
  font-weight: 100;
  font-size: 1.75em;
  /* 30 / 16 */
  line-height: 1.42857;
  /* 40 / 28 */
}

.Typography.is-caption {
  color: #000;
  font-size: 1em;
  line-height: 1.25em;
}

.Typography.is-tiny-caption {
  font-size: 0.75em;
  /* 12 / 16 */
  line-height: 1.3333;
  /* 16 / 12 */
}

.Typography.is-quote {
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
}

.Typography.is-link {
  font-size: 0.75em;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}/** @define ArticlesList; use strict */

/** @define Blog */



.Blog-article {
  border-bottom: 1px solid #efefef;
  color: #393939;
  font-weight: 300;
  padding: 4em 5%;
}

.Blog-article-content {
  margin: 0 auto;
}

.Blog-article-title-link {
  text-decoration: none;
}

.Blog-article-title {
  color: #393939;
  font-size: 2em;
  font-weight: 900;
  margin: 0;
  text-decoration: none;
}

.Blog-article-title:hover,
.Blog-article-title:focus {
  color: #FAAB18;
}

.Blog-article-summary {
  font-size: 1.1em;
  line-height: 1.6;
}

.Blog-article-summary a {
  color: inherit;
}

.Blog-article-info {
  font-size: 1em;
  letter-spacing: 0.05em;
}

.Blog-article-author {
  color: #393939;
  text-decoration: none;
}

.Blog-pager {
  color: #393939;
  margin: 1.5em 5%;
  position: relative;
  text-align: right;
}

.Blog-page {
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.Blog-article-pager.is-previous {
  float: left;
  z-index: 2;
}

.Blog-article-pager {
  color: inherit;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 900;
  margin-left: -0.416666em;
  margin-right: 0.416666em;
  padding: 0.416666em;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .Blog-featured {
    margin-bottom: 3.75em;
    margin-left: -1.5em;
  }
}

@media screen and (min-width: 601px) {
  .Blog-featured {
    position: relative;
    top: -10em;
  }
}

@media screen and (min-width: 1024px) {
  .Blog-article {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .Blog-page {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}/** @define ShareLinks; use strict */

.ShareLinks-Icon {
  margin-right: 15px;
}

.ShareLinks-Icon:hover .ShareLinks-circle,
.ShareLinks-Icon:focus .ShareLinks-circle {
  fill: black;
}

.ShareLinks-Icon:hover .ShareLinks-path,
.ShareLinks-Icon:focus .ShareLinks-path {
  fill: white;
}/** @define Headline; use strict */

.Headline {
  background-color: #DADADA;
  font-size: 2em;
  font-weight: 300;
  padding: 1.5em 5%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 769px) {
  .Headline {
    font-size: 1.8em;
    text-align: left;
  }
}/** @define NotFound; use strict */

/** @define BlogArticle */



.BlogArticle-content {
  line-height: 1.666;
  padding-top: 2.3333rem;
}

.BlogArticle-meta {
  display: none;
}

.BlogArticle-date {
  margin-top: 24px;
  font-size: 2rem;
}

.BlogArticle-content h1,
.BlogArticle-content h2,
.BlogArticle-content h3,
.BlogArticle-content h4,
.BlogArticle-content h5,
.BlogArticle-content h6,
.BlogArticle-content ul,
.BlogArticle-content ol,
.BlogArticle-content p,
.BlogArticle-content hr,
.BlogArticle-content pre,
.BlogArticle-content table,
.BlogArticle-author {
  max-width: 600px;
  margin: 0 auto 2.333rem;
  padding: 0 5%;
}

.BlogArticle-content table {
  width: 100%;
}

.BlogArticle-content th,
.BlogArticle-content td {
  border: 1px solid #333;
  padding: 10px;
  text-align: left;
}

.BlogArticle-content hr {
  height: 1px;
  border: 0;
  background-color: #dedede;
}

.BlogArticle-content blockquote {
  font-weight: 300;
  margin: 0 auto 2.333rem;
  max-width: 600px;
  text-transform: uppercase;
}

.BlogArticle-content blockquote p {
  line-height: 1.16666;
  padding: 0;
  margin-bottom: 0;
}

.BlogArticle-content cite {
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
}

.BlogArticle-content iframe {
  height: 600px;
  width: 100%;
}

.BlogArticle-content h2 {
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.BlogArticle-content h3 {
  color: #393939;
  margin-bottom: 1.3333rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.BlogArticle-content ul,
.BlogArticle-content ol {
  max-width: 500px;
  padding-left: 20%;
  padding-right: 20%;
}

.BlogArticle-content li {
  font-weight: 300;
  line-height: 1.22222;
  margin-bottom: 0.653rem;
}

.BlogArticle-content a {
  color: inherit;
}

.BlogArticle-share {
  border-top: 1px solid #DEDEDE;
  margin: 0 auto;
  max-width: 700px;
  padding: 3em 5% 6em;
  text-align: center;
}

.BlogArticle-share-link {
  display: inline-block;
  margin-right: 15px;
}



.BlogArticle-author-image {
  border-radius: 50%;
  display: inline-block;
  margin-right: 2.5%;
  overflow: hidden;
  vertical-align: top;
  width: 15%;
}

.BlogArticle-author-details {
  display: inline-block;
  font-size: 0.91666em;
  padding: 0.875rem 0;
  vertical-align: top;
}

.BlogArticle-author-image img {
  max-width: 100%;
}

.BlogArticle-author-name {
  font-weight: 900;
  font-style: italic;
}

.BlogArticle-author-title:before {
  content: ' | ';
}

.BlogArticle-author-twitter {
  display: block;
  margin-top: 0.2em;
}

@media screen and (max-width: 600px) {
  .BlogArticle-share {
    display: none;
  }

  .BlogArticle-author-image {
    display: block;
    margin: 0 auto;
    width: 20%;
  }

  .BlogArticle-author {
    text-align: center;
  }
}/** @define MajorSectionElement; use strict */

.MajorSectionElement {
  padding: 5.625em 0;
  /* 90 / 16 */
}

.MajorSectionElement-title {
  padding-right: 4.5rem;
}

@media screen and (max-width: 600px) {
  .MajorSectionElement-title,
  .MajorSectionElement-content {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 601px) {
  .MajorSectionElement-title,
  .MajorSectionElement-content {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  .MajorSectionElement-title {
    padding-left: 5%;
  }

  .MajorSectionElement-content {
    padding-right: 5%;
  }
}

@media screen and (min-width: 1024px) {
  .MajorSectionElement {
    max-width: 1024px;
    margin: 0 auto;
  }

  .MajorSectionElement-title {
    padding-left: 0;
  }

  .MajorSectionElement-content {
    padding-right: 0;
  }
}/** @define Button; use strict */

.Button {
  border-radius: 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 3.9285em;
  /* 55 / 14 */
  padding: 0 4em;
  /* 30 / 14 */
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.Button:hover .Button-arrow {
  right: 10px;
}

.Button.is-primary {
  background: #FAAB18;
  color: #fff;
  -webkit-transition: background 0.1666s ease-in;
  transition: background 0.1666s ease-in;
}

.Button.is-primary:hover,
.Button.is-primary:focus {
  background: #F5A40E;
}

.Button.is-secondary,
.Button.is-more,
.Button.is-light {
  background: transparent;
  border: 1px solid #FAAB18;
  color: #FAAB18;
  -webkit-transition: all 0.1666s ease-in;
  transition: all 0.1666s ease-in;
}

.Button.is-secondary:hover,
.Button.is-secondary:focus,
.Button.is-more:hover,
.Button.is-more:focus {
  border-color: #ce5318;
  color: #ce5318;
}

.Button.is-light {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
  color: #fff;
}

.Button.is-light:focus,
.Button.is-light:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.Button.is-white {
  color: #393939;
  background-color: #fff;
  text-transform: none;
  border: 1px solid #efefef;
  border-radius: 0;
  letter-spacing: 0;
  font-size: 1em;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.Button.is-white:hover,
.Button.is-white:focus {
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.23);
}

.Button-arrow {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 1.3333em;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}/** @define CareersContent; use strict */



.CareersContent-title {
  font-weight: 300;
  font-size: 3em;
  padding: 2em 0 1.2em;
  text-align: center;
  margin: 0;
}

.CareersContent-list {
  list-style: none;
  padding: 0;
}

.CareersContent-item {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 3em;
  padding: 0 5%;
  position: relative;
  text-align: center;
  width: 50%;
}

.CareersContent-item-segment {
  border-bottom: 1px solid #efefef;
  max-width: 382px;
  padding-bottom: 2em;
}

.CareersContent-button {
  margin-top: 1.4em;
}

.CareersContent-button:hover,
.CareersContent-button:focus {
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.23);
  padding: 0 4em;
}

.CareersContent-job-title {
  font-size: 1.875em;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}

.CareersContent-list p {
  max-width: 40em;
}

.CareersContent-meta {
  font-size: 2em;
  font-weight: 300;
}

@media screen and (min-width: 1024px) {
  .CareersContent {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 600px) {
  .CareersContent-title {
    font-size: 2.2em;
  }

  .CareersContent-item {
    text-align: center;
    width: 100%;
  }

  .CareersContent-item-segment {
    max-width: 100%;
  }

  .CareersContent-item:nth-child(even) {
    padding-left: 5%;
  }

  .CareersContent-button {
    width: 100%;
  }
}/** @define CaseStudiesContent; use strict */

.CaseStudiesContent-item {
  box-sizing: border-box;
  border-top: 2px solid white;
  color: #393939;
  display: block;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.CaseStudiesContent-text {
  padding: 8em 5%;
  position: relative;
  text-align: center;
  z-index: 3;
}

.CaseStudiesContent-title {
  display: block;
  font-size: 2.2em;
  font-weight: 600;
  position: relative;
  margin: 0;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  z-index: 1;
}

.CaseStudiesContent-description {
  color: #393939;
  display: block;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4;
  max-width: 700px;
  margin: 2em auto 0;
  position: relative;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) , opacity 350ms ease;
  transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) , opacity 350ms ease;
  z-index: 1;
}

.CaseStudiesContent-image,
.CaseStudiesContent-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.CaseStudiesContent-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.CaseStudiesContent-overlay {
  background-color: rgba(239, 239, 239, 0.6);
  z-index: 2;
}

.CaseStudiesContent-image {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 300%;
  min-width: 100%;
}

@media screen and (min-width: 1024px) {
  .CaseStudiesContent-title {
    -webkit-transform: translate3d(0, 75%, 0);
    transform: translate3d(0, 75%, 0);
  }

  .CaseStudiesContent-description {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  .CaseStudiesContent-item:hover .CaseStudiesContent-title,
  .CaseStudiesContent-item:focus .CaseStudiesContent-title {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translate3d(0, -48%, 0);
    transform: translate3d(0, -48%, 0);
  }

  .CaseStudiesContent-item:hover .CaseStudiesContent-description,
  .CaseStudiesContent-item:focus .CaseStudiesContent-description {
    opacity: 1;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}/** @define CaseStudyArticle */



.CaseStudyArticle-content {
  line-height: 1.666;
  padding-top: 2.3333rem;
}

.CaseStudyArticle-content h1,
.CaseStudyArticle-content h2,
.CaseStudyArticle-content h3,
.CaseStudyArticle-content h4,
.CaseStudyArticle-content h5,
.CaseStudyArticle-content h6,
.CaseStudyArticle-content ul,
.CaseStudyArticle-content ol,
.CaseStudyArticle-content p,
.CaseStudyArticle-content hr,
.CaseStudyArticle-content pre,
.CaseStudyArticle-author {
  max-width: 600px;
  margin: 0 auto 2.333rem;
  padding: 0 5%;
}

.CaseStudyArticle-content blockquote {
  font-weight: 300;
  margin: 0 auto 2.333rem;
  max-width: 600px;
  text-transform: uppercase;
}

.CaseStudyArticle-content blockquote p {
  line-height: 1.16666;
  padding: 0;
  margin-bottom: 0;
}

.CaseStudyArticle-content cite {
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
}

.CaseStudyArticle-content iframe {
  height: 600px;
  width: 100%;
}

.CaseStudyArticle-content h2 {
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.CaseStudyArticle-content h3 {
  color: #393939;
  margin-bottom: 1.3333rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.CaseStudyArticle-content ul,
.CaseStudyArticle-content ol {
  max-width: 500px;
  padding-left: 20%;
  padding-right: 20%;
}

.CaseStudyArticle-content li {
  font-weight: 300;
  line-height: 1.22222;
  margin-bottom: 0.653rem;
}

.CaseStudyArticle-content a {
  color: inherit;
}

.CaseStudyArticle-share {
  margin: 30px auto;
  max-width: 600px;
  padding: 0 5%;
}

.CaseStudyArticle-share-link {
  display: inline-block;
  margin-right: 15px;
}



.CaseStudyArticle-author-image {
  border-radius: 50%;
  display: inline-block;
  margin-right: 2.5%;
  overflow: hidden;
  vertical-align: top;
  width: 15%;
}

.CaseStudyArticle-author-details {
  display: inline-block;
  font-size: 0.91666em;
  padding: 0.875rem 0;
  vertical-align: top;
}

.CaseStudyArticle-author-image img {
  max-width: 100%;
}

.CaseStudyArticle-author-name {
  font-weight: 900;
  font-style: italic;
}

.CaseStudyArticle-author-title:before {
  content: ' | ';
}

.CaseStudyArticle-author-twitter {
  display: block;
  margin-top: 0.2em;
}

@media screen and (max-width: 600px) {
  .CaseStudyArticle-share {
    display: none;
  }

  .CaseStudyArticle-author-image {
    display: block;
    margin: 0 auto;
    width: 20%;
  }

  .CaseStudyArticle-author {
    text-align: center;
  }
}/** @define Input; use strict */

.Input {
  border: 0;
  padding: 0 0 1em;
  position: relative;
}

.Input-label {
  position: absolute;
  color: #333;
  font-size: 0.7em;
  opacity: 0;
  text-transform: uppercase;
  top: 22px;
  -webkit-transition: 0.5s ease top, 0.5s ease opacity;
  transition: 0.5s ease top, 0.5s ease opacity;
}

.Input-label.is-checkbox {
  font-size: 0.75em;
}

.Input-label.is-visible {
  display: block;
  opacity: 1;
  top: 8px;
  margin-bottom: 0;
}

.Input-element {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 2em;
  padding-bottom: 0.5em;
  outline: none;
  background-color: transparent;
  font-size: 1em;
}

.Input-element.is-textarea {
  min-height: 118px;
}

@media screen and (max-width: 767px) {
  .Input-label {
    font-size: 1.1em;
  }

  .Input-element {
    font-size: 1.2em;
  }
}/** @define Label; use strict */

.Label {
  display: block;
  padding: 0.41666em 0.666em;
}



.Label.is-error {
  background: #c85128;
  border-bottom: 1px solid #3a1306;
  color: #fff;
}



/** @define ContactForm; use strict */

.ContactForm {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.ContactForm-field {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 10px;
  width: 50%;
}

.ContactForm-field.is-landing {
  width: 100%;
  margin-top: 10px;
}

.ContactForm-textarea {
  box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  height: 8em;
  margin-bottom: 13px;
  margin-top: 10px;
  padding: 5px;
}

.ContactForm-textarea.is-landing {
  width: 100%;
}

.ContactForm-header {
  font-weight: 300;
  font-size: 2.25em;
  padding-bottom: 15px;
}

.ContactForm-header-icon {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

.ContactForm-header.is-success {
  color: #ff692c;
  font-weight: normal;
  margin-bottom: 2em;
  text-transform: none;
}

.ContactForm-divider {
  border: 0;
  border-bottom: 2px solid #111;
  margin: 1.5em 0;
  width: 80px;
}

.ContactForm-fieldset {
  border: 0;
  padding: 1em 0 2.5em;
}

.ContactForm-label {
  color: #333;
  display: block;
  font-size: 0.875em;
  text-transform: uppercase;
}

.ContactForm-label.is-checkbox {
  font-size: 0.75em;
}

.ContactForm-label.is-textarea {
  margin-top: 15px;
  text-transform: none;
}

.ContactForm-label.is-textarea.is-landing {
  margin-top: 30px;
}

.ContactForm-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 0.5em;
}

.ContactForm-checkbox {
  margin-right: 0.5em;
}

.ContactForm-submit {
  font-size: 18px;
}

.ContactForm-submit.is-landing {
  margin-top: 35px;
  font-size: 14px;
  padding: 22px 31px;
  line-height: 1rem;
  border-radius: 0;
}

.ContactForm-thanks {
  margin-left: 4em;
  font-size: 2em;
}

@media screen and (max-width: 767px) {
  .ContactForm-submit {
    width: 100%;
  }

  .ContactForm-submit.is-landing {
    font-size: 12px;
  }

  .ContactForm-field,
  .ContactForm-field.is-landing,
  .ContactForm-textarea.is-landing {
    width: 100%;
  }

  .ContactForm-thanks {
    display: block;
    margin-left: 0;
    text-align: center;
    margin-top: 30px;
    font-size: 1.6em;
  }

  .ContactForm-label.is-textarea {
    font-size: 1.2em;
  }
}/** @define ContactLocations */

.ContactLocations {
  background: #a04316;
  /* silly hacks to clear margins*/
  padding: 0 0 1px;
}

.ContactLocations ul[role=tablist] {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ContactLocations li[role=tab] {
  background: #E29300;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  padding: 2em 0;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}

.ContactLocations li[role=tab][selected=selected] {
  background: #FAAB2A;
}

.ContactLocations li[role=tab][selected=selected]:after {
  position: absolute;
  top: 99%;
  left: 0;
  border-top: 1.5em solid #FAAB2A;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  content: ' ';
  z-index: 2;
}

.ContactLocations li[role=tab][selected=selected]:first-child:after {
  left: auto;
  right: 0;
}

.ContactLocations-background {
  position: relative;
  background-position: center;
  background-size: cover;
  margin-top: -1.2em;
  padding: 5em 0;
}

.ContactLocations-overlay {
  background-color: rgba(219, 69, 0, 0.75);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.ContactLocations-panel {
  background: #fff;
  box-sizing: border-box;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}

.ContactLocations-contact {
  font-weight: 300;
  padding: 3em 5%;
}

.ContactLocations-name {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 6px;
  margin-right: 8%;
  color: #393939;
}

.ContactLocations-addr,
.ContactLocations-phone {
  font-size: 1.125em;
  display: inline-block;
  margin-right: 8%;
  color: #393939;
}

.ContactLocations-phone {
  margin-right: 0;
}

.ContactLocations-map {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 600px) {
  .ContactLocations-map.is-Charlotte {
    background-size: 300%;
    background-position: -180px -110px;
  }

  .ContactLocations-map.is-Denver {
    background-size: 300%;
    background-position: -380px -150px;
  }
}.Contact-flex input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #393939;
}

.Contact-flex input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #393939;
  opacity: 1;
}

.Contact-flex input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #393939;
  opacity: 1;
}

.Contact-flex input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #393939;
}

@media screen and (min-width: 768px) {
  .Contact-flex {
    color: #393939;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6em;
  }

  .NewsletterInfo {
    -webkit-box-flex: 0.333;
    -webkit-flex: 0.333;
    -ms-flex: 0.333;
    flex: 0.333;
    padding-right: 15%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .Contact-flex {
    padding: 2em;
  }
}/** @define EventsContent; use strict */

.EventsContent {
  padding: 5%;
}

.EventsContent-list {
  margin: 0;
  padding: 0;
}

.EventsContent-item {
  color: #393939;
  display: block;
  font-weight: 300;
  padding: 4em 0;
  position: relative;
  border-bottom: 1px solid #eee;
}

.EventsContent-date {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 6px;
}

.EventsContent-eventName {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 0;
}

.EventsContent-groupName {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 10px;
}

.EventsContent-location,
.EventsContent-description {
  margin-bottom: 10px;
  max-width: 900px;
}

.EventsContent-button {
  line-height: 4;
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0;
}

.EventsContent-button:hover,
.EventsContent-button:focus {
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.23);
}

@media screen and (max-width: 660px) {
  .EventsContent-button {
    margin-top: 1.5em;
    display: block;
    padding: 0;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .EventsContent {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}/** @define HomeClients; use strict */

.HomeClients {
  padding: 8%;
}

.HomeClients-content {
  font-weight: 300;
  padding: 0 0 8%;
  text-align: center;
}

.HomeClients-title {
  font-size: 4em;
  margin: 0;
  font-weight: 300;
}

.HomeClients-description {
  font-size: 2em;
  padding-top: 20px;
}

.HomeClients-client {
  box-sizing: border-box;
  display: inline-block;
  height: 10em;
  margin-bottom: -3px;
  position: relative;
  width: 50%;
}

.HomeClients-context {
  box-sizing: border-box;
  background-color: #efefef;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 15%;
  height: 100%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
}

.HomeClients-image-container {
  background-color: #fff;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}

.HomeClients-img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
}

.HomeClients-client:hover .HomeClients-image-container,
.HomeClients-client:focus .HomeClients-image-container {
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.23);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  z-index: 2;
}

.HomeClients-client:hover:nth-child(-n+4) .HomeClients-image-container,
.HomeClients-client:focus:nth-child(-n+4) .HomeClients-image-container {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.HomeClients-client:hover .HomeClients-context,
.HomeClients-client:focus .HomeClients-context {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .HomeClients {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 601px) {
  .HomeClients-client {
    width: 25%;
    height: 14em;
  }
}

@media screen and (max-width: 1024px) {
  .HomeClients-context {
    font-size: 1em;
  }
}

@media screen and (max-width: 700px) {
  .HomeClients-context {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 600px) {
  .HomeClients-context {
    font-size: 0.8em;
  }
}/** @define HomeCaseStudy; use strict */

.HomeCaseStudy {
  background-size: cover;
  color: #fff;
  padding: 5.625em 0;
  position: relative;
  overflow: hidden;
}

.HomeCaseStudy-banner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 0 5%;
  width: 66.666%;
}

.HomeCaseStudy-title {
  font-size: 4em;
  font-weight: 300;
  margin: 0;
}

.HomeCaseStudy-description {
  font-size: 2em;
  font-weight: 300;
  padding-top: 50px;
}

.HomeCaseStudy-feature {
  background-color: rgba(250, 171, 24, .60);
  box-sizing: border-box;
  color: #393939;
  font-weight: 300;
  padding: 2em;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33.333%;
  text-decoration: none;
}

.HomeCaseStudy-feature-title {
  font-size: 2em;
  margin-top: 0;
  font-weight: 300;
}

.HomeCaseStudy-feature-description {
  font-size: 1em;
  line-height: 1.8em;
  padding-top: 1em;
}

.HomeCaseStudy-feature-learn {
  font-weight: 100;
  font-size: 1em;
  padding-top: 1em;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) , opacity 350ms ease;
  transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) , opacity 350ms ease;
}

.HomeCaseStudy-inner {
  width: inherit;
  padding: 1.5em;
  padding-left: 5%;
  padding-right: 5%;
  float: none;
}

.HomeCaseStudy-summary {
  margin-bottom: 4em;
}

.HomeCaseStudy:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(235, 66, 8, 1), rgba(235, 66, 8, 0.5));
  background: linear-gradient(
    -90deg,
    rgba(235, 66, 8, 1),
    rgba(235, 66, 8, 0.5)
  );
}

@media screen and (min-width: 1024px) {
  .HomeCaseStudy-banner {
    max-width: 670px;
  }

  .HomeCaseStudy-description {
    max-width: 670px;
  }

  .HomeCaseStudy-feature-container {
    -webkit-transition: -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out;
    -webkit-transform: translate3d(0, 13%, 0);
    transform: translate3d(0, 13%, 0);
  }

  .HomeCaseStudy-feature-learn {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  .HomeCaseStudy-feature:hover .HomeCaseStudy-feature-learn,
  .HomeCaseStudy-feature:focus .HomeCaseStudy-feature-learn {
    opacity: 1;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .HomeCaseStudy-feature:hover .HomeCaseStudy-feature-container,
  .HomeCaseStudy-feature:focus .HomeCaseStudy-feature-container {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 961px) {
  .HomeCaseStudy-title {
    font-size: 3em;
  }

  .HomeCaseStudy-description {
    font-size: 1.5em;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .HomeCaseStudy-banner {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 5em 5%;
    width: 100%;
  }

  .HomeCaseStudy-title {
    font-size: 3em;
    padding-top: 1em;
  }

  .HomeCaseStudy-description {
    padding-top: 40px;
    padding-bottom: 3em;
  }

  .HomeCaseStudy-feature {
    width: 100%;
    height: 100%;
    color: white;
    padding: 2em 5%;
    background-color: transparent;
  }

  .HomeCaseStudy-feature-container {
    display: none;
  }

  .HomeCaseStudy-feature-title {
    display: none;
  }

  .HomeCaseStudy-feature-learn {
    position: absolute;
    bottom: 10%;
  }
}

@media screen and (max-width: 480px) {
  .HomeCaseStudy-title {
    font-size: 2.5em;
    font-weight: 300;
  }

  .HomeCaseStudy-description {
    font-size: 1.2em;
    padding-top: 35px;
  }
}

@media screen and (max-width: 350px) {
  .HomeCaseStudy-title {
    font-size: 2.1em;
    font-weight: 300;
  }

  .HomeCaseStudy-description {
    font-size: 1.2em;
    padding-top: 35px;
  }
}/** @define HomeServices; use strict */

.HomeServices-list {
  border-top: 1px solid white;
  margin: 0;
  padding: 0;
}

.HomeServices-list:after {
  clear: both;
  content: '';
  display: block;
}

.HomeServices-item {
  background-size: cover;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 25vw;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  width: 33.3333%;
}

.HomeServices-item:after,
.HomeServices-item:before {
  box-sizing: border-box;
}

.HomeServices-item:nth-child(3),
.HomeServices-item:nth-child(6) {
  border-right: 0;
}

.HomeServices-link {
  color: #393939;
  text-decoration: none;
}

.HomeServices-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(250, 171, 24, 0.60);
}

.HomeServices-content {
  background-color: transparent;
  padding: 0 5%;
  height: 100%;
  position: relative;
  -webkit-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  z-index: 3;
}

.HomeServices-title {
  font-size: 1.6em;
  font-weight: 300;
  padding-top: 36%;
  margin: 0;
  -webkit-transition: -webkit-transform 150ms ease-out, color 150ms ease-out;
  transition: transform 150ms ease-out, color 150ms ease-out;
}

.HomeServices-description {
  display: block;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) , opacity 350ms ease;
  transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) , opacity 350ms ease;
}

.HomeServices-item:hover .HomeServices-content,
.HomeServices-item:focus .HomeServices-content {
  background-color: rgba(255,255,255,0.92);
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.23);
}

.HomeServices-item:hover .HomeServices-title,
.HomeServices-item:focus .HomeServices-title {
  color: #FAAB18;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: translate3d(0, -48%, 0);
  transform: translate3d(0, -48%, 0);
}

.HomeServices-item:hover .HomeServices-description,
.HomeServices-item:focus .HomeServices-description {
  display: block;
  opacity: 1;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transform: translate3d(0, -40%, 0);
  transform: translate3d(0, -40%, 0);
}

@media screen and (min-width: 1200px) {
  .HomeServices-title {
    font-size: 2em;
  }

  .HomeServices-description {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1400px) {
  .HomeServices-description {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1600px) {
  .HomeServices-description {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 1024px) {
  .HomeServices-item {
    cursor: pointer;
  }

  .HomeServices-title {
    font-size: 1.3em;
  }

  .HomeServices-description {
    font-size: 1em;
  }
}

@media screen and (max-width: 800px) {
  .HomeServices-item {
    height: 35vw;
    width: 50%;
    cursor: pointer;
  }

  .HomeServices-item:nth-child(3),
  .HomeServices-item:nth-child(6) {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}

@media screen and (max-width: 601px) {
  .HomeServices-item {
    width: 100%;
  }

  .HomeServices-item:hover {
    height: inherit;
  }

  .HomeServices-item:hover .HomeServices-content {
    padding: 2em 5%;
  }

  .HomeServices-title {
    font-size: 1.2em;
    padding-top: 18%;
  }

  .HomeServices-description {
    font-size: 1em;
    font-weight: 300;
    padding-top: 15px;
  }

  .HomeServices-item:hover .HomeServices-title,
  .HomeServices-item:focus .HomeServices-title {
    color: #FAAB18;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-top: 0;
  }

  .HomeServices-item:hover .HomeServices-description,
  .HomeServices-item:focus .HomeServices-description {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}.Home-wordmark {
  position: absolute;
  bottom: 6%;
}

.Home-wordmark-image {
  height: 22px;
  padding-top: 10px;
}

.Home-content {
  background-image: url(/public/images/homepage-capabilities.jpg);
  background-size: cover;
  background-position: center;
  color: #393939;
  font-weight: 300;
  height: 786px;
  padding: 0 5%;
  position: relative;
  text-align: center;
}

.Home-content-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Home-content-title {
  font-size: 4em;
  margin-bottom: 70px;
  margin-top: 0;
  font-weight: 300;
}

.Home-content-description {
  font-size: 2em;
  margin: 0 auto 70px;
}

@media screen and (min-width: 1024px) {
  .Home-content-description {
    max-width: 1024px;
  }
}

@media screen and (max-width: 769px) {
  .Home-content {
    height: inherit;
    padding: 4em 5%;
    text-align: left;
  }

  .Home-content-container {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 600px) {
  .Home-wordmark {
    bottom: 10%;
  }

  .Home-content-title {
    font-size: 2.5em;
    margin-bottom: 25px;
  }

  .Home-content-description {
    font-size: 1.8em;
    margin-bottom: 35px;
  }

  .Home-content-button {
    padding: 0;
    text-align: center;
    width: 100%;
  }
}/** @define OpenSource; use strict */



.OpenSource-project {
  box-sizing: border-box;
  display: inline-block;
  padding: 2.25em;
  padding-left: 5%;
  position: relative;
  border: 1px solid #eee;
  width: 50%;
  vertical-align: top;
  height: 270px;
  font-weight: 100;
  text-decoration: none;
  color: #393939;
}

.OpenSource-title {
  font-size: 2.2em;
  color: #FAAB18;
  margin: 0;
  font-weight: 100;
}

.OpenSource-description {
  font-size: 1.5em;
  margin-top: 0.7em;
  padding-right: 5%;
}

.OpenSource-view {
  opacity: 0;
  font-weight: 100;
}

.OpenSource-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 660px) {
  .OpenSource-project {
    width: 100%;
    height: 100%;
    border: 0;
    border-bottom: 1px solid #eee;
  }

  .OpenSource-view {
    display: none;
  }

  .OpenSource-container {
    position: relative;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 1400px) {
  .OpenSource-project {
    width: 33.33%;
  }
}

@media screen and (min-width: 1024px) {
  .OpenSource-container {
    -webkit-transition: -webkit-transform 150ms ease-out, color 150ms ease-out;
    transition: transform 150ms ease-out, color 150ms ease-out;
  }

  .OpenSource-view {
    position: absolute;
    bottom: 15%;
    -webkit-transition: bottom 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) , opacity 350ms ease;
    transition: bottom 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) , opacity 350ms ease;
    opacity: 0;
  }

  .OpenSource-project:hover .OpenSource-container,
  .OpenSource-project:focus .OpenSource-container {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translate3d(0, -70%, 0);
    transform: translate3d(0, -70%, 0);
  }

  .OpenSource-project:hover .OpenSource-view,
  .OpenSource-project:focus .OpenSource-view {
    display: block;
    opacity: 1;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    bottom: 20%;
  }
}/** @define Capabilities; use strict */



.Capabilities-list {
  border-top: 1px solid white;
  margin: 0;
  padding: 0;
}

.Capabilities-list:after {
  clear: both;
  content: '';
  display: block;
}

.Capabilities-item {
  background-size: cover;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 25vw;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  width: 33.3333%;
}

.Capabilities-item:after,
.Capabilities-item:before {
  box-sizing: border-box;
}

.Capabilities-item:nth-child(3),
.Capabilities-item:nth-child(6) {
  border-right: 0;
}

.Capabilities-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(250, 171, 24, 0.60);
}

.Capabilities-content {
  background-color: transparent;
  padding: 0 8%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.Capabilities-title {
  font-size: 2.25em;
  font-weight: 300;
  padding-top: 36%;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  margin: 0;
}

.Capabilities-view {
  display: block;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) , opacity 350ms ease;
  transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) , opacity 350ms ease;
}

.Capabilities-item:hover .Capabilities-title,
.Capabilities-item:focus .Capabilities-title {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: translate3d(0, -16%, 0);
  transform: translate3d(0, -16%, 0);
}

.Capabilities-item:hover .Capabilities-view,
.Capabilities-item:focus .Capabilities-view {
  display: block;
  opacity: 1;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transform: translate3d(0, -40%, 0);
  transform: translate3d(0, -40%, 0);
}

.Capabilities-link {
  color: #393939;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .Capabilities-title {
    padding-top: 40%;
    font-size: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .Capabilities-item {
    width: 100%;
    height: 100%;
  }

  .Capabilities-content {
    padding: 10% 8%;
  }

  .Capabilities-title {
    padding: 0;
  }
}/** @define CapabilityHighlights; use strict */

.CapabilityHighlights-highlights {
  padding: 0 15%;
  font-weight: 100;
}

.CapabilityHighlights {
  position: relative;
  height: 321px;
  margin-bottom: 3em;
}

.CapabilityHighlights-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 400px;
}

.CapabilityHighlights-title {
  font-size: 2.2em;
  margin: 0;
  font-weight: 100;
}

.CapabilityHighlights-description {
  margin-top: 20px;
  font-size: 1.5em;
}

.CapabilityHighlights-image {
  background-size: cover;
  background-position: center;
  height: 321px;
  width: 321px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 851px) {
  .CapabilityHighlights:nth-child(even) .CapabilityHighlights-image {
    right: 0;
    left: 0;
  }

  .CapabilityHighlights:nth-child(even) .CapabilityHighlights-container {
    margin-right: 0;
    margin-left: 400px;
  }
}

@media screen and (max-width: 850px) {
  .CapabilityHighlights {
    height: 100%;
  }

  .CapabilityHighlights-title {
    font-size: 1.5em;
  }

  .CapabilityHighlights-description {
    font-size: 1.3em;
  }

  .CapabilityHighlights-image {
    height: 189px;
    width: 189px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 1em auto;
  }

  .CapabilityHighlights-container {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .CapabilityHighlights-highlights {
    padding: 0 5%;
  }
}/** @define Capability; use strict */

.Capability {
  font-weight: 100;
}

.Capability-statement {
  background-size: cover;
  background-position: center;
  color: #393939;
  font-weight: 300;
  height: 786px;
  padding: 0 5%;
  position: relative;
}

.Capability-statement-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Capability-statement-title {
  font-size: 4em;
  margin-bottom: 30px;
  max-width: 1024px;
  margin-top: 0;
  font-weight: 300;
}

.Capability-statement-cite {
  font-size: 2rem;
  font-weight: 100;
  margin-left: 12px;
  white-space: nowrap;
}

.Capability-statement-description {
  font-size: 1.5em;
  max-width: 1024px;
}

.Capability-title {
  font-size: 4em;
  text-align: center;
  max-width: 920px;
  margin: 1.5em auto;
  padding: 0 5%;
  font-weight: 300;
}

.Capability-footer {
  background-color: #393939;
  margin-top: 6em;
  padding: 2em 5% 0;
}

.Capability-footer-links {
  padding-top: 0.5em;
  padding-bottom: 2.5em;
}

.Capability-footer-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-right: 2.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.Capability-footer-link:hover,
.Capability-footer-link.active {
  color: #FAAB18;
}

.Capability-contact {
  color: white;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3em 0;
}

.Capability-contact input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e1e1e1;
}

.Capability-contact input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e1e1e1;
  opacity: 1;
}

.Capability-contact input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e1e1e1;
  opacity: 1;
}

.Capability-contact input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e1e1e1;
}

@media screen and (max-width: 850px) {
  .Capability-statement {
    height: inherit;
    padding: 4em 5%;
  }

  .Capability-statement-container {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .Capability-statement-title {
    font-size: 2.2em;
  }

  .Capability-statement-description {
    font-size: 1.5em;
  }

  .Capability-title {
    font-size: 2.2em;
  }

  .Capability-footer-link {
    display: inline-block;
    width: 50%;
    padding-bottom: 1.5em;
    margin-right: 0;
  }
}/** @define Icon; use strict*/

.Icon {
  background: #FFDD2E;
  border-radius: 50%;
  overflow: hidden;
  height: 70px;
  width: 70px;
  display: inline-block;
}

.Icon-image {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
  width: inherit;
}/** @define StyleGuide; use strict */



.StyleGuide-section {
  padding: 0 2em;
}

.StyleGuide-section-title {
  color: #454545;
  font-size: 2.5em;
  font-weight: 100;
  margin-left: -2rem;
  text-transform: uppercase;
}

.StyleGuide-section-title:before {
  border-left: 0.5em solid #F16521;
  border-top: 0.5em solid #fff;
  border-bottom: 0.5em solid #fff;
  content: ' ';
  display: inline-block;
  margin-right: 0.25em;
  position: relative;
  top: 0.125em;
}.InnovationCamp-title {
  font-size: 4em;
  font-weight: 100;
  text-align: center;
  max-width: 920px;
  margin: 1.5em auto;
  padding: 0 5%;
}

.InnovationCamp-contact {
  color: white;
  padding: 0 5%;
  background-color: #393939;
}

.InnovationCamp-contact-wrapper {
  padding: 3em 0;
  border-bottom: 1px solid #fff;
}

.InnovationCamp-contact input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e1e1e1;
}

.InnovationCamp-contact input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e1e1e1;
  opacity: 1;
}

.InnovationCamp-contact input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e1e1e1;
  opacity: 1;
}

.InnovationCamp-contact input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e1e1e1;
}/** @define Landing; use strict */

.Landing {
  font-size: 16px;
}

.Landing-container {
  margin-top: 120px;
}

.Landing-container.is-fixed {
  max-width: 1084px;
  margin: 0 auto;
  padding: 0 35px;
}

.Landing-hero {
  max-width: 1084px;
  padding: 0 35px;
  margin: 0 auto;
}

.Landing-header {
  margin-top: 30px;
}

.Landing-request {
  font-size: .9em;
  padding: 0px 30px;
  line-height: 44px;
  float: right;
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.47);
  border-radius: 0;
}

.Landing-request-icon {
  display: none;
}

.Landing-title {
  font-size: 4em;
  font-weight: 300;
  margin: 90px 0 0;
}

.Landing-subtitle {
  font-size: .9em;
  font-weight: 700;
  margin: 20px 0 0;
  text-transform: uppercase;
}

.Landing-description {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.6em;
  margin-top: 100px;
  padding-right: 20%;
}

.Landing-icons {
  margin-top: 100px;
}

.Landing-icon-container {
  width: 22%;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 10%;
  text-align: center;
}

.Landing-icon-container:first-child {
  margin-left: -10%;
}

.Landing-icon {
  width: 100%;
}

.Landing-icon-title {
  display: inline-block;
  font-weight: 300;
  font-size: 1em;
  margin-top: 20px;
  text-transform: uppercase;
}

.Landing-layer {
  background-color: #EFEFEF;
  position: relative;
  height: 400px;
}

.Landing-layer-container {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
}

.Landing-layer-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 310px;
  width: calc(100% - 400px);
  max-width: 690px;
  margin: 0 auto;
  padding: 0 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Landing-layer-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.Landing-layer-title {
  font-weight: 300;
  font-size: 4em;
  margin: 0;
}

.Landing-layer-description {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.6em;
  max-width: 680px;
  margin-top: 20px;
}

.Landing-stats {
  position: absolute;
  top: 0;
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 310px;
  box-sizing: border-box;
  background-color: white;
  z-index: 2;
}

.Landing-stats.is-left {
  left: 0;
}

.Landing-stats.is-right {
  right: 0;
}

.Landing-stat {
  margin: 0;
  padding: 20px 20px 20px 50px;
  border: 1px solid #EFEFEF;
  height: 133.333px;
  box-sizing: border-box;
  vertical-align: top;
}

.Landing-stat-number {
  font-weight: 300;
  font-size: 4em;
  line-height: 4rem;
}

.Landing-stat-text {
  font-weight: 400;
  font-size: .9em;
  text-transform: uppercase;
}

.Landing-clients {
  margin: 170px 0;
}

.Landing-client {
  display: inline-block;
  width: 14.28%;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 3%;
}

.Landing-client:first-child {
  margin-left: -3%;
}

.Landing-client-image {
  width: 100%;
}

.Landing-footer {
  background-color: #393939;
  padding: 3em;
}

.Landing-contact {
  color: white;
  max-width: 1084px;
  margin: 0 auto;
}

.Landing-contact input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e1e1e1;
}

.Landing-contact input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e1e1e1;
  opacity: 1;
}

.Landing-contact input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e1e1e1;
  opacity: 1;
}

.Landing-contact input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e1e1e1;
}

@media screen and (max-width: 900px) {
  .Landing {
    font-size: 12px;
  }

  .Landing-container {
    margin-top: 90px;
  }

  .Landing-subtitle {
    font-size: 1em;
  }

  .Landing-stats {
    width: 200px;
  }

  .Landing-stat {
    padding: 20px 35px;
  }

  .Landing-layer-content {
    right: 200px;
    width: calc(100% - 290px);
  }

  .Landing-clients {
    margin: 80px 0;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .Landing-container {
    margin-top: 50px;
  }

  .Landing-container.is-fixed {
    padding: 0 20px;
  }

  .Landing-hero {
    padding: 0 20px;
  }

  .Landing-request {
    padding: 12px;
  }

  .Landing-request-text {
    display: none;
  }

  .Landing-request-icon {
    display: block;
  }

  .Landing-title {
    font-size: 3em;
  }

  .Landing-description {
    padding-right: 0;
    margin-top: 50px;
  }

  .Landing-icons {
    text-align: left;
    margin-top: 0px;
  }

  .Landing-icon-container {
    width: 50%;
    margin-top: 36px;
    padding-left: 20%;
  }

  .Landing-icon-container:nth-child(odd) {
    margin-left: -20%;
  }

  .Landing-footer {
    padding: 3em 20px;
  }

  .Landing-stats {
    position: relative;
    width: 100%;
  }

  .Landing-stat {
    padding: 20px 20px;
    width: 50%;
    display: inline-block;
  }

  .Landing-layer {
    height: auto;
  }

  .Landing-layer-container {
    display: block;
    height: auto;
    min-height: 234px;
    position: relative;
  }

  .Landing-layer-content {
    width: auto;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 40px 20px;
  }

  .Landing-layer-title {
    font-size: 3em;
  }

  .Landing-clients {
    margin: 50px 0 80px;
    text-align: center;
  }

  .Landing-client {
    width: 25%;
    margin-top: 30px;
  }
}/** @define ThankYou; use strict */

.ThankYou {
  font-size: 16px;
}

.ThankYou-title {
  font-size: 4em;
  font-weight: 300;
  margin: 90px 0 0;
}

.ThankYou-subtitle {
  font-size: 1em;
  font-weight: 700;
  margin: 20px 0 0;
  text-transform: uppercase;
}

.ThankYou-block {
  display: inline-block;
  box-sizing: border-box;
  height: 28vw;
  min-height: 223px;
  max-height: 400px;
  position: relative;
  vertical-align: top;
}

.ThankYou-block-image.is-mobileOnly {
  display: none;
}

.ThankYou-block.ThankYou-block--small {
  width: 33.33%;
}

.ThankYou-block.ThankYou-block--large {
  width: 66.66%;
}

.ThankYou-block-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ThankYou-block-content.is-right {
  right: 12%;
}

.ThankYou-block-content.is-left {
  left: 12%;
}

.ThankYou-block-text {
  line-height: 34px;
  font-weight: 300;
  font-size: 1.5em;
}

.ThankYou-block-pretitle {
  font-weight: 300;
  font-size: 1.125em;
  text-transform: uppercase;
}

.ThankYou-block-title {
  font-size: 4em;
  font-weight: 300;
}

.ThankYou-link {
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.47);
  border-radius: 0;
  padding: 10px 12px;
  margin-top: 5px;
}

.ThankYou-line {
  height: 3px;
  width: 78px;
  background-color: #FAAB18;
  margin-top: 10px;
}

.ThankYou-block-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.ThankYou-footer {
  height: 46px;
  width: 100%;
  background-color: #393939;
}

@media screen and (max-width: 1200px) {
  .ThankYou {
    font-size: 13px;
  }

  .ThankYou-subtitle {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 950px) {
  .ThankYou {
    font-size: 10px;
  }

  .ThankYou-title {
    font-size: 5em;
  }

  .ThankYou-subtitle {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .ThankYou {
    font-size: 8px;
  }

  .ThankYou-subtitle {
    font-size: 1.5em;
  }

  .ThankYou-block-text {
    font-size: 1.8em;
  }

  .ThankYou-title {
    font-size: 6em;
  }

  .ThankYou-block-pretitle {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 600px) {
  .ThankYou {
    font-size: 10px;
  }

  .ThankYou-title {
    font-size: 4em;
  }

  .ThankYou-block.is-deskOnly {
    display: none;
  }

  .ThankYou-block-image.is-mobileOnly {
    display: block;
  }

  .ThankYou-block.ThankYou-block--large,
  .ThankYou-block.ThankYou-block--small {
    width: 100%;
  }

  .ThankYou-block-content.is-right,
  .ThankYou-block-content.is-left {
    left: 25px;
  }
}
/*# sourceMappingURL=styles.css.map*/