/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'proxima_novalight';
  src: url("../fonts/proximanova-light-webfont.eot");
  src: url("../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.svg#proxima_novalight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?373jmo");
  src: url("../fonts/icons.eot?373jmo#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?373jmo") format("truetype"), url("../fonts/icons.woff?373jmo") format("woff"), url("../fonts/icons.svg?373jmo#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-house:before {
  content: "\e901";
}

.icon-building:before {
  content: "\e900";
}

.icon-other:before {
  content: "\e902";
}

.icon-pin:before {
  content: "\e903";
}

.icon-email:before {
  content: "\e904";
}

.icon-phone:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906";
}

.icon-office:before {
  content: "\e907";
}

.icon-retail:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e209";
}

.icon-menu:before {
  content: "\e20e";
}

body {
  background: white;
  color: #475965;
  font-family: open_sanslight, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-family: proxima_novalight, sans-serif;
  font-size: 2em;
  font-weight: normal;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: -2px;
  margin: .5em auto;
  position: relative;
  max-width: 300px;
}

h3 {
  font-family: proxima_novalight, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}

h4 {
  font-family: open_sanssemibold, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
}

h5 {
  font-family: open_sanssemibold, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
}

p {
  font-size: 1.25em;
  line-height: 2em;
  letter-spacing: 1px;
}

figure, img, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  display: inherit;
}

footer {
  background: #475965;
  color: white;
  text-align: center;
  overflow: hidden;
}

footer figure {
  max-width: 180px;
  margin: 3em auto 0;
}

@media only screen and (min-width: 700px) {
  footer figure {
    max-width: 245px;
  }
}

footer p {
  margin: 0 0 3em;
}

.menu {
  background: #475965;
  border-bottom: 2px solid #6997b5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4em;
  z-index: 1;
}

.menu__logo {
  max-width: 240px;
  height: 4em;
  float: left;
}

.menu__hamburger {
  color: white;
  font-size: 2.5em;
  text-decoration: none;
  height: 48px;
  width: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.menu__hamburger .icon-close {
  display: none;
}

.menu__hamburger.nav-active {
  line-height: 52px;
}

.menu__hamburger.nav-active .icon-menu {
  display: none;
}

.menu__hamburger.nav-active .icon-close {
  display: inline-block;
}

.menu__links {
  display: block;
  margin-top: 4.15em;
}

.menu__links ul {
  background: #6997b5;
  overflow: hidden;
  height: 0;
}

.menu__links ul.open-menu {
  height: 100vh;
  transition: all .6s;
}

.menu__links ul li {
  border-bottom: 1px solid #475965;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.menu__links ul li a {
  font-size: 1.5em;
  width: 100%;
  padding: 1em 0;
}

.mainHeader {
  background: url("../img/bg_home.jpg") center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  position: relative;
  width: 100%;
}

.mainHeader::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.mainHeader h1 {
  color: white;
  margin: .5em 0;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.pageHeader {
  position: relative;
  height: 160px;
  width: 100%;
}

.pageHeader::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.intro {
  padding: 4em 2em;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.intro__logo {
  max-width: 120px;
  margin: auto;
  position: relative;
}

.intro__logo--about {
  margin-top: 3em;
}

.intro__description {
  margin: 1.5em auto;
  max-width: 750px;
}

.intro__button {
  margin: 1em 0 0;
}

.intro__press {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  max-width: 1200px;
  margin: auto;
}

.intro__press__image {
  max-width: 200px;
}

@media only screen and (min-width: 700px) {
  .intro__press {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.intro__controls {
  display: block;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin: 2em auto 0;
}

.intro__controls__type, .intro__controls__category {
  text-align: left;
}

.intro__controls__type p, .intro__controls__category p {
  margin: 0;
}

.intro__controls__category {
  border: none;
  padding: 0;
  margin: 0;
}

.intro__about {
  margin: 1.5em auto;
  max-width: 750px;
  text-align: justify;
  position: relative;
}

.homeTeam {
  background-image: url("../img/bg_team.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  padding: 4em 2em;
  position: relative;
  text-align: center;
}

.homeTeam:before {
  background: rgba(0, 0, 0, 0.65);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.homeTeam__members {
  position: relative;
  margin: 2em 0 0;
}

.homeTeam__person {
  margin: 4em 0 0;
  width: 100%;
}

.homeTeam__person figure {
  border: 1px solid white;
  border-radius: 50%;
  overflow: hidden;
  max-width: 140px;
  margin: auto;
}

.homeTeam__person h5 {
  margin: 1em 0 0;
}

.homeTeam__person p {
  margin: 0;
}

.homeTeam__button {
  position: relative;
  margin: 4em 0;
}

.stories {
  background: #f1f2f3;
  border-top: 1px solid #d6d8db;
  border-bottom: 1px solid #d6d8db;
  text-align: center;
  padding: 4em 0;
}

.stories__content {
  display: none;
}

.stories__button {
  margin-top: 2em;
}

.contact {
  padding: 4em 2em;
}

.contact--fixTeam {
  padding: 0 2em 4em;
}

.contact__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2em;
  position: relative;
}

.contact__form {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  width: 100%;
  margin: auto;
}

.contact__form__input {
  text-align: left;
}

.contact__form__input label {
  display: block;
  margin: 1em 0;
  font-size: 1.25em;
}

.contact__form__input input, .contact__form__input textarea {
  background: white;
  border: 1px solid rgba(71, 89, 101, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  color: #475965;
  font-size: 1.25em;
  font-family: open_sanslight, sans-serif;
  width: 100%;
  transition: all .3s;
}

.contact__form__input input:focus, .contact__form__input textarea:focus {
  border: 1px solid #6997b5;
  box-shadow: 0px 0px 10px rgba(105, 151, 181, 0.5);
  outline: none;
}

.contact__form__input input {
  height: 3em;
  padding-left: 1em;
}

.contact__form__input textarea {
  padding: 1em;
}

.contact__info {
  margin: 0 0 2em;
  width: 100%;
}

.contact__info span[class^="icon"] {
  color: #6997b5;
  font-size: 2.5em;
  float: left;
  margin-right: .5em;
}

.contact__info h5 {
  margin: 1em 0;
  padding-top: 4px;
}

.layoutGray {
  background: #f1f2f3;
}

.layoutGray, .layoutWhite {
  border-top: 1px solid #d6d8db;
  border-bottom: 1px solid #d6d8db;
}

.layoutGray__content, .layoutWhite__content {
  display: block;
}

.layoutGray__content__image, .layoutWhite__content__image {
  width: 100%;
  height: 200px;
}

.layoutGray__content__info, .layoutWhite__content__info {
  padding: 0 2em;
  margin: 2em auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  box-sizing: border-box;
}

.layoutGray__content__info__row, .layoutWhite__content__info__row {
  border-top: 1px solid rgba(71, 89, 101, 0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
}

.layoutGray__content__info__row p, .layoutWhite__content__info__row p {
  margin-bottom: 0;
}

.layoutGray__content__info__button, .layoutWhite__content__info__button {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 1em 0 2em;
}

.layoutGray__content__info__about, .layoutWhite__content__info__about {
  text-align: center;
}

.layoutStories {
  background: #f1f2f3;
  box-sizing: border-box;
  padding: .5em;
  width: 100%;
}

.layoutStories__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  max-width: 1400px;
  margin: auto;
}

.story {
  background: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin: 2em 0;
  width: 100%;
}

.story__cover {
  width: 100%;
}

.story__info {
  box-sizing: border-box;
  padding: 1em 2em;
}

.story__row {
  border-bottom: 1px solid #DFDFDF;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.story__cell {
  padding: 1em 0;
}

.story__cell p {
  margin: 0;
}

.categories {
  padding: 4em 2em;
  text-align: center;
}

.categories__content {
  display: block;
}

.categories__content__icons {
  text-decoration: none;
  text-align: center;
  margin: 2em 0;
}

.categories__content__icons figure {
  color: #475965;
  font-size: 6em;
  transition: all 0.3s;
}

.categories__content__icons h4 {
  color: #475965;
}

.categories__content__icons:hover figure {
  color: #6997b5;
}

.categories__button {
  margin: 2em 0 3em;
}

.team {
  padding: 4em 2em 0;
  position: relative;
  overflow: hidden;
}

.team__person {
  margin: 3em 0;
}

.team__person__image {
  border-radius: 50%;
  overflow: hidden;
  height: 160px;
  width: 160px;
  margin: auto;
  border: 4px solid white;
  box-sizing: border-box;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
}

.team__person__info {
  text-align: center;
}

.team__person__info__header h3 {
  margin-bottom: 0.25em;
}

.team__person__info__header p {
  margin: 0;
}

.team__person__info__experience {
  font-size: 1em;
  text-align: left;
}

.portfolio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1600px;
  margin: 0em auto 4em;
}

.portfolio__image {
  text-align: center;
  margin-bottom: 4em;
  width: 90%;
}

.portfolio__image:last-child {
  margin-bottom: 0;
}

.portfolio__image figure {
  width: 100%;
}

.portfolio__image h5 {
  margin: 1em 0 0;
}

.portfolio__image p {
  margin: 0;
}

.press {
  padding: 4em 2em;
}

.press__article {
  max-width: 600px;
  margin: 2em auto;
}

.press__article a {
  color: #475965;
  display: block;
  text-decoration: none;
}

.press__article a:hover h5 {
  color: #6997b5;
}

.press__logo {
  display: block;
  max-width: 175px;
  margin: auto;
}

.press__info {
  display: block;
}

.press__date {
  color: #1d2429;
  font-size: .9em;
  margin: 0;
}

.press__title {
  margin: .25em 0;
}

.press__description {
  color: #1d2429;
  font-size: .95em;
  margin: 0;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 800px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.modal__content {
  border-radius: 6px;
  background: #f1f2f3;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.modal__content h3 {
  margin: 0.7em 0;
  padding: 0 1em;
}

.modal__content__footer {
  border-top: 1px solid rgba(71, 89, 101, 0.5);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 2em;
}

@media only screen and (min-width: 700px) {
  .modal__content__footer {
    padding: 0 2em;
  }
}

.modal__content__footer__info {
  margin: 1.25em 0 2em;
}

.modal__content__footer__info p {
  margin: 0;
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.95);
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-effect-1 .modal__content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}

.md-show.md-effect-1 .modal__content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.button {
  background: #6997b5;
  border: 1px solid #4e7e9d;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-family: open_sanssemibold, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1em 6em;
}

.button__form {
  margin: 2em 0 0;
}

.link {
  color: #475965;
  text-decoration: none;
  cursor: pointer;
}

.link__menu {
  color: white;
}

.link.icon-linkedin {
  color: #6997b5;
  display: inline-block;
  font-size: 2em;
  margin: .35em 0;
}

.link--active {
  background: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 1180px) {
  .link--active {
    line-height: 4em;
  }
}

.dropdown {
  border: 1px solid #475965;
  border-radius: 4px;
  height: 32px;
  padding: 0 1em;
}

.filters {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  overflow: hidden;
  overflow-x: scroll;
}

.filters .mixitup-control-active {
  background: #4285f4;
  color: white;
}

.filters__link {
  display: table-cell;
  padding: .25em 2em;
}

.owl-carousel {
  margin: 4em 0 2em;
}

.mobile--hide {
  display: none;
}

@media only screen and (min-width: 700px) {
  .mobile--hide {
    display: block;
  }
}

.image--hilton {
  background: url("../img/stories/hilton.jpg") no-repeat center;
  background-size: cover;
}

.image--amoeba {
  background: url("../img/stories/amoeba.jpg") no-repeat center;
  background-size: cover;
}

.image--super8 {
  background: url("../img/stories/super8.jpg") no-repeat center;
  background-size: cover;
}

.image--prana {
  background: url("../img/stories/prana.jpg") no-repeat center;
  background-size: cover;
}

.image--parkview {
  background: url("../img/stories/parkview.jpg") no-repeat center;
  background-size: cover;
}

.image--vagabond {
  background: url("../img/stories/vagabond.jpg") no-repeat center;
  background-size: cover;
}

.image--sendero {
  background: url("../img/stories/sendero.jpg") no-repeat center;
  background-size: cover;
}

.image--thepark {
  background: url("../img/thepark.jpg") no-repeat center;
  background-size: cover;
}

.image--about {
  background: url("../img/cover_about.jpg") no-repeat center;
  background-position: center;
  background-size: cover;
}

.image--about2 {
  background: url("../img/bg_about.jpg") no-repeat center;
  background-position: center;
  background-size: cover;
  position: relative;
}

.image--team {
  background: url("../img/cover_team.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.image--press {
  background: url("../img/cover_press.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.image--portfolio {
  background: url("../img/cover_portfolio.jpg") no-repeat center;
  background-position: center;
  background-size: cover;
}

.image--stories {
  background: url("../img/cover_stories.jpg") no-repeat center;
  background-position: center;
  background-size: cover;
}

.image--contact {
  background: url("../img/cover_contact.jpg") no-repeat center;
  background-position: center;
  background-size: cover;
}

.image--downtown {
  background: url("../img/bg_downtown.jpg") no-repeat center;
  background-position: center;
  background-size: cover;
  position: relative;
}

.image--downtown:before {
  background: rgba(0, 0, 0, 0.75);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.image--downtown h2 {
  color: white;
}

.image--downtown .contact__content {
  color: white;
}

.image--hover {
  position: relative;
}

.image--hover::before {
  content: '';
  background: rgba(105, 151, 181, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s;
}

.image--hover:hover::before, .image--hover:focus::before, .image--hover:active::before {
  background: rgba(105, 151, 181, 0.8);
}

.image__info {
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s;
}

.image__info p {
  margin: 0;
}

.image__info p + h5 {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: .5em 0;
  margin: .5em 4em;
}

.image__info:hover, .image__info:focus, .image__info:active {
  opacity: 1;
}

@media only screen and (min-width: 700px) {
  body {
    font-size: 14px;
  }
  h1, h2 {
    max-width: 480px;
  }
  p {
    font-size: 1.1em;
    letter-spacing: 0;
  }
  .menu__logo {
    max-width: 290px;
  }
  .menu__hamburger {
    height: 56px;
    width: 56px;
    line-height: 60px;
  }
  .menu__hamburger.nav-active {
    line-height: 62px;
  }
  .mainHeader {
    height: 100vh;
  }
  .pageHeader {
    height: 320px;
  }
  .intro {
    padding: 8em 4em;
  }
  .intro__controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .homeTeam {
    padding: 8em 0;
  }
  .homeTeam__members {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: 4em auto;
  }
  .homeTeam__button {
    margin: 4em 0 0;
  }
  .stories__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 4em auto 2em;
    max-width: 1600px;
  }
  .stories__image {
    width: 30%;
  }
  .stories__slider {
    display: none !important;
  }
  .contact {
    padding: 6em 0;
  }
  .contact--fixTeam {
    padding: 2em 0 6em;
  }
  .contact__content {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    max-width: 1200px;
  }
  .contact__form {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    text-align: left;
    width: 45%;
  }
  .contact__info {
    width: 45%;
  }
  .contact__info span[class^="icon"] {
    font-size: 2em;
    margin-right: .5em;
  }
  .contact__info h5 {
    padding-top: 0;
  }
  .layoutGray__content__image, .layoutWhite__content__image {
    height: 320px;
  }
  .layoutGray__content__info, .layoutWhite__content__info {
    margin: 4em auto;
    max-width: 800px;
  }
  .layoutStories {
    padding: 4em;
  }
  .team::before, .team::after {
    width: 315px;
    height: 177px;
  }
  .team__person {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 680px;
    margin: 3em auto;
  }
  .team__person__image {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin: 0;
    height: 180px;
    width: 180px;
  }
  .team__person__info {
    text-align: left;
  }
  .team__person__info__header {
    border-bottom: 1px solid rgba(71, 89, 101, 0.5);
    overflow: hidden;
    max-width: 450px;
  }
  .team__person__info__header p {
    display: inline;
  }
  .team__person__info__header .link {
    float: right;
    margin: 0 0 0.5em;
  }
  .team__person__info__experience {
    display: block;
    font-size: 1em;
    max-width: 450px;
  }
  .portfolio {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: -4em auto 4em;
  }
  .portfolio__image {
    width: 30%;
  }
  .filters {
    display: inline-block;
  }
}

@media only screen and (min-width: 1180px) {
  body {
    font-size: 16px;
  }
  h1, h2 {
    font-size: 2.5em;
    max-width: 700px;
  }
  h3 {
    font-size: 2em;
  }
  .menu {
    padding: 0 2em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__logo {
    max-width: 330px;
    margin-right: auto;
    float: none;
  }
  .menu__hamburger {
    display: none;
  }
  .menu__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 0;
  }
  .menu__links ul {
    background: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .menu__links ul li {
    border: none;
  }
  .menu__links ul li a {
    font-size: 1em;
    line-height: 4em;
    padding: 0 1.25em;
    transition: background .3s;
  }
  .menu__links ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .intro__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    max-width: 1100px;
    margin: 1em auto 0;
  }
  .intro__content__info {
    text-align: left;
    margin: 0;
  }
  .intro__content__image {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    display: block;
    max-width: 410px;
    padding: 1em;
    box-sizing: border-box;
  }
  .layoutWhite__content__image {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .layoutGray__content, .layoutWhite__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .layoutGray__content__image, .layoutWhite__content__image {
    height: auto;
    width: 35%;
  }
  .layoutGray__content__info__about, .layoutWhite__content__info__about {
    text-align: left;
    max-width: 600px;
    margin: auto;
  }
  .story {
    width: 45%;
  }
  .team__person {
    max-width: 960px;
  }
  .team__person__image {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    height: 260px;
    width: 260px;
  }
  .team__person__info__experience {
    max-width: 660px;
  }
  .categories__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 4em auto 2em;
    max-width: 1100px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .categories__content__icons {
    width: 300px;
  }
  .press__article {
    max-width: 960px;
    margin: 4em auto;
  }
  .press__article a {
    display: table;
  }
  .press__logo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 2em;
  }
  .press__info {
    display: table-cell;
    vertical-align: top;
    width: 760px;
  }
}
