/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'Akzidenz-Grotesk BQ';
  src: url("../fonts/AkzidenzGroteskBQ-Bold.eot");
  src: url("../fonts/AkzidenzGroteskBQ-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("../fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype"), url("../fonts/AkzidenzGroteskBQ-Bold.svg#AkzidenzGroteskBQ-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Akzidenz-Grotesk BQ';
  src: url("../fonts/AkzidenzGroteskBQ-Light.eot");
  src: url("../fonts/AkzidenzGroteskBQ-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGroteskBQ-Light.woff") format("woff"), url("../fonts/AkzidenzGroteskBQ-Light.ttf") format("truetype"), url("../fonts/AkzidenzGroteskBQ-Light.svg#AkzidenzGroteskBQ-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Akzidenz-Grotesk BQ';
  src: url("../fonts/AkzidenzGroteskBQ-Medium.eot");
  src: url("../fonts/AkzidenzGroteskBQ-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("../fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype"), url("../fonts/AkzidenzGroteskBQ-Medium.svg#AkzidenzGroteskBQ-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'MaisonNeue-light';
  src: url("../fonts/maisonNeue/MaisonNeueWEB-Light.eot");
  src: url("../fonts/maisonNeue/MaisonNeueWEB-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/maisonNeue/MaisonNeueWEB-Light.woff") format("woff"), url("../fonts/maisonNeue/MaisonNeueWEB-Light.ttf") format("truetype"), url("../fonts/maisonNeue/MaisonNeueWEB-Light.svg#MaisonNeueWEB-Light") format("svg");
  font-style: normal; }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.container {
  margin: 0 auto;
  position: relative;
  max-width: 1015px;
  padding: 0 15px; }
  @media only screen and (max-width: 767px) {
    .container {
      padding: 0 35px; } }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.container {
  *zoom: 1; }

.container--fluid {
  width: 100%;
  padding: 0 40px; }

.container--lg {
  max-width: 1630px; }

.container--xlg {
  max-width: 1890px; }

.container--md {
  max-width: 1536px; }

.container--sm {
  max-width: 1220px; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

img {
  max-width: 100%; }

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

p {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  line-height: 1em;
  padding: 0; }

a {
  text-decoration: none;
  color: #000; }

input[type="text"], input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1;
  color: #000; }

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1;
  color: #000; }

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1;
  color: #000; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 1;
  color: #000; }

/* ==========================================================================
   Responsive helpers
   ========================================================================== */
* {
  box-sizing: border-box; }

/*
 * Grid helpers inspired from Twitter Bootstrap
 */
.row {
  margin: 0 -20px; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row {
  *zoom: 1; }

.row > div {
  padding: 0 20px; }

.row-3 {
  margin: 0 -3px; }

.row-3 > div {
  padding: 0 3px; }

.row-5 {
  margin: 0 -5px; }

.row-5 > div {
  padding: 0 5px; }

.col12 {
  width: 100%;
  float: left; }

.col11 {
  width: 91.666666666667%;
  float: left; }

.col10 {
  width: 83.333333333333%;
  float: left; }

.col95 {
  width: 79.17%;
  float: left; }

.col9 {
  width: 75%;
  float: left; }

.col8 {
  width: 66.666666666667%;
  float: left; }

.col75 {
  width: 59.8%;
  float: left; }

.col7 {
  width: 58.333333333333%;
  float: left; }

.col65 {
  width: 54.9%;
  float: left; }

.col6 {
  width: 50%;
  float: left; }

.col55 {
  width: 45.1%;
  float: left; }

.col5 {
  width: 41.666666666667%;
  float: left; }

.col4 {
  width: 33.333333333333%;
  float: left; }

.col35 {
  width: 40.2%;
  float: left; }

.col3 {
  width: 25%;
  float: left; }

.col25 {
  width: 20.83%;
  float: left; }

.col2 {
  width: 16.666666666667%;
  float: left; }

.col1 {
  width: 8.3333333333333%;
  float: left; }

.hidden-desktop {
  display: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

html {
  min-height: 100%;
  height: auto; }

body {
  font-family: 'MaisonNeue-light';
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  height: auto;
  overflow-x: hidden; }
  body.home {
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed; }
    @media only screen and (max-width: 767px) {
      body.home {
        background-image: url(../images/bg-mobile.jpg); } }
  body.inner-page {
    background: #e5e5e5; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center; }

.videoWrapper {
  position: fixed;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%;
  height: 100%; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.iPhone .videoWrapper, .iPad .videoWrapper {
  display: none; }

#vimelar-container {
  z-index: -1 !important; }

/* ==========================================================================
   Header
   ========================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease; }
  @media only screen and (max-width: 767px) {
    header {
      position: absolute; } }
  header .header__inner {
    padding: 28px 0;
    border-bottom: 1px solid #fff; }
    @media only screen and (max-width: 767px) {
      header .header__inner {
        padding: 12px 0 10px;
        border-color: #000; } }
  header .logo {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      header .logo {
        color: #000;
        font-size: 10px; } }
    header .logo span {
      opacity: 0;
      -webkit-transition: opacity 400ms ease;
      transition: opacity 400ms ease; }
    header .logo:hover span {
      opacity: 1; }
  header .menu {
    float: right; }
    header .menu li {
      display: inline-block;
      margin-left: 13px; }
      header .menu li a {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        -webkit-transition: all 400ms ease;
                transition: all 400ms ease; }
        header .menu li a:hover, header .menu li a.on {
          opacity: .5; }
  header .toggle-menu {
    width: 15px;
    height: 14px;
    overflow: hidden;
    text-indent: -99999px;
    background: url(../images/icon-menu.svg) no-repeat;
    float: right;
    margin-top: -1px; }
  header .menu-mobile {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    background: #e5e5e5;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
            transition: all 500ms ease; }
    header .menu-mobile .sect {
      margin-bottom: 15px; }
    header .menu-mobile h3 {
      font-size: 24px;
      font-weight: 300;
      margin-bottom: 15px; }
    header .menu-mobile ul li {
      position: relative;
      border-top: 1px solid #000;
      padding-bottom: 3px; }
      header .menu-mobile ul li:after {
        position: absolute;
        top: 3px;
        right: 0;
        content: ">";
        font-weight: 300;
        font-size: 12px; }
      header .menu-mobile ul li a {
        font-size: 12px;
        font-weight: 300; }
      header .menu-mobile ul li.social {
        border: 0 none; }
        header .menu-mobile ul li.social:after {
          display: none; }
    header .menu-mobile .descr {
      padding: 15px 0 5px; }
      header .menu-mobile .descr p {
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 10px; }
  header.menu-active {
    background: #e5e5e5; }
    header.menu-active .toggle-menu {
      background-image: url(../images/icon-close.svg); }
    header.menu-active .menu-mobile {
      max-height: 500em;
      padding: 25px 0; }

.inner-page header {
  background: transparent; }
  .inner-page header:hover {
    background: #e5e5e5;
    background: rgba(229, 229, 229, 0.8); }
  .inner-page header .header__inner {
    border-color: #000; }
  .inner-page header .logo {
    color: #000; }
  .inner-page header .menu li a {
    color: #000; }

#logo {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    #logo {
      display: block; } }
  @media only screen and (max-width: 767px) {
    #logo {
      display: block;
      width: 229px;
      bottom: auto;
      right: auto;
      top: 50%;
      left: 50%;
      margin: -50px 0 0 -115px; } }

.logo_center {
  position: fixed;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease; }
  footer .footer__inner {
    padding: 12px 0;
    border-top: 1px solid #fff; }
    footer .footer__inner p, footer .footer__inner a {
      color: #fff;
      font-weight: 300;
      font-size: 11px; }
    footer .footer__inner a:hover {
      opacity: 0.5; }
    footer .footer__inner .subscribe-form {
      float: left; }
      footer .footer__inner .subscribe-form input[type="text"] {
        border: 0 none;
        background: none;
        font-size: 11px;
        color: #808080;
        height: 11px;
        border-bottom: 1px solid #808080;
        padding: 0;
        margin: 0;
        position: relative;
        display: block;
        width: 135px;
        font-family: 'Akzidenz-Grotesk BQ', 'sans serif'; }
      footer .footer__inner .subscribe-form input::-webkit-input-placeholder, footer .footer__inner .subscribe-form textarea::-webkit-input-placeholder {
        opacity: 1;
        color: #808080;
        font-family: 'Akzidenz-Grotesk BQ', 'sans serif'; }
      footer .footer__inner .subscribe-form input:-moz-placeholder, footer .footer__inner .subscribe-form textarea:-moz-placeholder {
        opacity: 1;
        color: #808080;
        font-family: 'Akzidenz-Grotesk BQ', 'sans serif'; }
      footer .footer__inner .subscribe-form input::-moz-placeholder, footer .footer__inner .subscribe-form textarea::-moz-placeholder {
        opacity: 1;
        color: #808080;
        font-family: 'Akzidenz-Grotesk BQ', 'sans serif'; }
      footer .footer__inner .subscribe-form input:-ms-input-placeholder, footer .footer__inner .subscribe-form textarea:-ms-input-placeholder {
        opacity: 1;
        color: #808080;
        font-family: 'Akzidenz-Grotesk BQ', 'sans serif'; }
    footer .footer__inner .social {
      float: right; }
      footer .footer__inner .social a {
        display: block; }
        @media only screen and (max-width: 1024px) {
          footer .footer__inner .social a {
            display: inline-block; } }
      @media only screen and (max-width: 1024px) {
        footer .footer__inner .social {
          float: none; } }
    @media only screen and (max-width: 767px) {
      footer .footer__inner {
        display: none; } }

.inner-page footer {
  background: transparent; }
  .inner-page footer:hover {
    background: #e5e5e5;
    background: rgba(229, 229, 229, 0.8); }
  .inner-page footer .footer__inner {
    border-color: #000; }
    .inner-page footer .footer__inner p, .inner-page footer .footer__inner a {
      color: #000; }

/* ==========================================================================
   Home
   ========================================================================== */
.intro-text-wrapper {
  top: 100vh;
  position: relative; }
  .intro-text-wrapper .text {
    max-width: 840px;
    clear: both;
    margin-bottom: 280px;
    opacity: 0;
    padding: 0 50px; }
    .intro-text-wrapper .text p {
      color: #fff;
      font-size: 35px;
      font-weight: 300; }
      .intro-text-wrapper .text p span {
        color: #808080;
        text-decoration: none !important; }
      @media only screen and (max-width: 1024px) {
        .intro-text-wrapper .text p {
          font-size: 35px; } }
      @media only screen and (max-width: 767px) {
        .intro-text-wrapper .text p {
          font-size: 24px; } }
      .intro-text-wrapper .text p a {
        color: #ffffff;
        text-decoration: underline; }
    .intro-text-wrapper .text--right {
      float: right; }

/* ==========================================================================
   Contact
   ========================================================================== */
.animated.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

.section {
  margin-bottom: 70px; }
  @media only screen and (max-width: 767px) {
    .section {
      margin-bottom: 20px; } }
  .section--text {
    opacity: 0; }
    .section--text p {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .section--text p {
          font-size: 12px;
          margin-bottom: 15px; } }
    .section--text h3 {
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: 300;
      line-height: 1.3em; }
      @media only screen and (max-width: 767px) {
        .section--text h3 {
          font-size: 24px; } }
    .section--text.staff {
      padding: 0 50px; }
      @media only screen and (max-width: 767px) {
        .section--text.staff {
          padding: 0; } }
  .section--map .map-wrapper {
    border-top: 1px solid #000;
    max-width: 980px;
    float: right;
    width: 100%;
    padding-top: 70px; }
    @media only screen and (max-width: 767px) {
      .section--map .map-wrapper {
        padding-top: 20px; } }
  .section--map #map {
    height: 660px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .section--map #map {
        height: 300px; } }
  .section--border-top {
    border-top: 1px solid #000;
    padding-top: 70px; }
    @media only screen and (max-width: 767px) {
      .section--border-top {
        padding-top: 20px; } }
  .section--form input[type="text"], .section--form textarea {
    border: 0 none;
    background: none;
    font-size: 16px;
    color: #808080;
    height: 30px;
    border-bottom: 1px solid #000;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 300;
    font-family: "Akzidenz-Grotesk BQ"; }
    @media only screen and (max-width: 767px) {
      .section--form input[type="text"], .section--form textarea {
        font-size: 12px;
        height: 20px;
        margin-bottom: 0; } }
  .section--form label.error {
    margin: -10px 0 15px;
    display: block;
    font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .section--form form {
      border-top: 1px solid #000; } }
  .section--form textarea {
    height: 120px;
    resize: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0; }
    @media only screen and (max-width: 767px) {
      .section--form textarea {
        height: 70px; } }
  .section--form input[type="submit"] {
    background: none;
    border: 0 none;
    font-weight: 300;
    font-family: "Akzidenz-Grotesk BQ";
    padding: 0;
    margin: 0;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0; }
    @media only screen and (max-width: 767px) {
      .section--form input[type="submit"] {
        font-size: 12px;
        margin-top: 5px; } }
    .section--form input[type="submit"]:hover {
      opacity: 0.5; }
  .section--form input::-webkit-input-placeholder, .section--form textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #808080; }
  .section--form input:-moz-placeholder, .section--form textarea:-moz-placeholder {
    opacity: 1;
    color: #808080; }
  .section--form input::-moz-placeholder, .section--form textarea::-moz-placeholder {
    opacity: 1;
    color: #808080; }
  .section--form input:-ms-input-placeholder, .section--form textarea:-ms-input-placeholder {
    opacity: 1;
    color: #808080; }
  .section--right {
    max-width: 989px;
    float: right;
    width: 100%; }
  .section--top {
    margin-top: 100px; }
    @media only screen and (max-width: 767px) {
      .section--top {
        margin-top: 60px; } }
    .section--top a:hover {
      opacity: 0.5; }
  .section--top-alt {
    margin-top: 150px; }
    @media only screen and (max-width: 767px) {
      .section--top-alt {
        margin-top: 60px; } }
  .section--bottom {
    margin-bottom: 110px; }
    @media only screen and (max-width: 767px) {
      .section--bottom {
        margin-bottom: 80px; } }
  .section--bottom-alt {
    margin-bottom: 160px; }
    @media only screen and (max-width: 767px) {
      .section--bottom-alt {
        margin-bottom: 80px; } }
  .section--bottom-alt2 {
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .section--bottom-alt2 {
        margin-bottom: 50px; } }

/* ==========================================================================
   Projects
   ========================================================================== */
.projects-filtering {
  padding-bottom: 10px;
  padding-top: 12px; }
  .projects-filtering .filters {
    float: left; }
    .projects-filtering .filters li {
      display: inline-block;
      font-size: 16px; }
      .projects-filtering .filters li a {
        color: #808080;
        position: relative;
        padding-right: 7px; }
        .projects-filtering .filters li a:after {
          content: ":";
          padding-left: 4px;
          position: absolute;
          top: 0;
          right: 0px; }
      .projects-filtering .filters li.active a {
        text-decoration: underline; }
      .projects-filtering .filters li:last-child a:after {
        display: none; }
    .projects-filtering .filters--view {
      float: right; }
  @media only screen and (max-width: 767px) {
    .projects-filtering {
      border-top: 1px solid #000;
      padding: 40px 0;
      display: none; }
      .projects-filtering .filters li {
        font-size: 12px;
        display: none; }
        .projects-filtering .filters li.active, .projects-filtering .filters li:first-child {
          display: inline-block; }
          .projects-filtering .filters li.active a, .projects-filtering .filters li:first-child a {
            text-decoration: none; }
            .projects-filtering .filters li.active a:after, .projects-filtering .filters li:first-child a:after {
              display: none; } }

.project-tile {
  margin-bottom: 40px;
  overflow: hidden;
  padding-top: 130px; }
  @media only screen and (max-width: 767px) {
    .project-tile {
      padding-bottom: 105px;
      padding-top: 70px; } }

.project-list {
  display: none;
  padding: 150px 50px 90px 50px; }
  @media only screen and (max-width: 767px) {
    .project-list {
      padding: 60px 0 100px; } }
  .project-list .pr-group:before {
    content: "";
    border-top: 1px solid #000;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 990px; }

.section--pr-image.section-hide, .section--pr-group.section-hide {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0; }

.section--pr-image {
  /*
      -webkit-transition: opacity 600ms ease, max-height 0s;
      -moz-transition: opacity 600ms ease, max-height 0s;
      -ms-transition: opacity 600ms ease, max-height 0s;
      -o-transition: opacity 600ms ease, max-height 0s;
      transition: opacity 600ms ease, max-height 0s;
  */
  max-height: 9999px;
  text-align: center;
  position: relative;
  opacity: 0; }
  .section--pr-image:last-child {
    margin-bottom: 100px; }
  .section--pr-image.section--top {
    margin-top: 0
    /*
            margin-top: 130px;
            @media only screen and (max-width: $screen-mobile-max) {
                margin-top: 70px;
            }
    */ }
  .section--pr-image .container {
    display: inline-block;
    max-width: none;
    position: static; }
    @media only screen and (max-width: 1024px) {
      .section--pr-image .container {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    @media only screen and (max-width: 767px) {
      .section--pr-image .container {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
  .section--pr-image img {
    height: auto;
    max-height: 80vh; }
    @media only screen and (max-width: 1024px) {
      .section--pr-image img {
        height: auto !important; } }
  .section--pr-image .item-img {
    display: block; }
    .section--pr-image .item-img img {
      display: inline-block;
      -webkit-transition: all 400ms ease;
              transition: all 400ms ease; }
    .section--pr-image .item-img__overlay {
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 400ms ease;
              transition: all 400ms ease; }
      .section--pr-image .item-img__overlay p {
        font-size: 46px;
        text-align: center; }
        .section--pr-image .item-img__overlay p span {
          color: #808080; }
      @media only screen and (max-width: 767px) {
        .section--pr-image .item-img__overlay {
          position: relative;
          height: auto;
          opacity: 1;
          padding-top: 5px;
          margin-bottom: 10px; }
          .section--pr-image .item-img__overlay p {
            font-size: 12px;
            text-align: left; } }
    .section--pr-image .item-img:hover {
      opacity: 1; }
      .section--pr-image .item-img:hover img {
        opacity: .1; }
      .section--pr-image .item-img:hover .item-img__overlay {
        opacity: 1; }
    .section--pr-image .item-img--left {
      float: left;
      width: 100%; }
    .section--pr-image .item-img--right {
      float: right;
      width: 100%;
      text-align: right; }
    .section--pr-image .item-img--center {
      max-width: 636px;
      margin: 0 auto; }
    .section--pr-image .item-img--center-alt {
      max-width: 1566px;
      margin: 0 auto; }
    .section--pr-image .item-img--center-alt2 {
      max-width: 790px;
      margin: 0 auto; }
    .section--pr-image .item-img--center-alt3 {
      max-width: 836px;
      margin: 0 auto; }
  .section--pr-image--right {
    text-align: right; }
  .section--pr-image.gray {
    opacity: .2; }
    @media only screen and (max-width: 767px) {
      .section--pr-image.gray {
        opacity: 1; } }
  .section--pr-image.gray-img img {
    opacity: .2; }
    @media only screen and (max-width: 767px) {
      .section--pr-image.gray-img img {
        opacity: 1; } }

.touch .section--pr-image .item-img > img {
  opacity: 1 !important; }

.section--pr-image-text {
  -webkit-transition: all 400ms ease;
          transition: all 400ms ease; }
  .section--pr-image-text img.gray {
    opacity: .2; }
    @media only screen and (max-width: 767px) {
      .section--pr-image-text img.gray {
        opacity: 1; } }
  .section--pr-image-text.gray {
    opacity: .2; }
    @media only screen and (max-width: 767px) {
      .section--pr-image-text.gray {
        opacity: 1; } }
  .section--pr-image-text.gray-img img {
    opacity: .2; }
    @media only screen and (max-width: 767px) {
      .section--pr-image-text.gray-img img {
        opacity: 1; } }

.section--pr-group {
  -webkit-transition: opacity 400ms ease, max-height 0s;
  transition: opacity 400ms ease, max-height 0s; }
  @media only screen and (max-width: 767px) {
    .section--pr-group h3 {
      font-size: 12px; } }
  .section--pr-group .pr-group {
    padding-top: 70px;
    max-width: 1200px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .section--pr-group .pr-group {
        padding-top: 30px; } }
    .section--pr-group .pr-group ul li {
      position: relative;
      clear: both;
      margin-bottom: 15px;
      display: inline-block;
      float: left; }
      @media only screen and (max-width: 1024px) {
        .section--pr-group .pr-group ul li {
          display: block; } }
      @media only screen and (max-width: 767px) {
        .section--pr-group .pr-group ul li {
          margin-bottom: 10px; } }
      .section--pr-group .pr-group ul li img {
        position: absolute;
        top: -5px;
        right: -136px;
        display: none; }
      .section--pr-group .pr-group ul li a {
        font-size: 46px;
        position: relative; }
        .section--pr-group .pr-group ul li a span {
          color: #808080; }
        @media only screen and (max-width: 1024px) {
          .section--pr-group .pr-group ul li a {
            font-size: 36px; } }
        @media only screen and (max-width: 767px) {
          .section--pr-group .pr-group ul li a {
            font-size: 24px; } }
      .section--pr-group .pr-group ul li:hover a {
        z-index: 2;
        color: #fff; }
        .section--pr-group .pr-group ul li:hover a span {
          color: #fff; }
      .section--pr-group .pr-group ul li:hover img {
        display: block !important;
        z-index: 1; }
        @media only screen and (max-width: 1024px) {
          .section--pr-group .pr-group ul li:hover img {
            display: none !important; } }
    .section--pr-group .pr-group--right {
      float: right; }

@media only screen and (max-width: 767px) {
  .section--top-alt .pr-group {
    border-top: 0 none;
    padding-top: 0; } }

.section--pr-first {
  margin-top: 130px; }
  @media only screen and (max-width: 1024px) {
    .section--pr-first {
      margin-top: 0; } }

.section--project-title {
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0; }
  @media only screen and (max-width: 1024px) {
    .section--project-title {
      position: static; } }
  @media only screen and (max-width: 767px) {
    .section--project-title {
      height: 270px; } }
  .section--project-title h1 {
    text-align: center;
    font-size: 46px;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .section--project-title h1 {
        font-size: 24px;
        padding-top: 50px; } }
    .section--project-title h1 span {
      color: #808080; }

.pr-image-text {
  position: relative;
  text-align: right;
  padding: 0 50px; }
  @media only screen and (max-width: 1024px) {
    .pr-image-text {
      padding-left: 30%; }
      .pr-image-text .pr-image-text__overlay p {
        max-width: 550px; } }
  @media only screen and (max-width: 767px) {
    .pr-image-text {
      padding-left: 0; } }
  .pr-image-text img {
    -webkit-transition: all 400ms ease;
            transition: all 400ms ease; }
  .pr-image-text__overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 2; }
    .pr-image-text__overlay p {
      font-size: 35px;
      max-width: 940px; }
      .pr-image-text__overlay p span {
        color: #808080;
        text-decoration: none !important; }
      @media only screen and (max-width: 1024px) {
        .pr-image-text__overlay p {
          font-size: 35px; } }
      @media only screen and (max-width: 767px) {
        .pr-image-text__overlay p {
          font-size: 24px; } }
    @media only screen and (max-width: 1024px) {
      .pr-image-text__overlay {
        left: 0 !important; } }
    @media only screen and (max-width: 767px) {
      .pr-image-text__overlay {
        position: relative;
        margin-bottom: 25px; } }
  .pr-image-text--alt {
    text-align: left; }
    .pr-image-text--alt .pr-image-text__overlay p {
      float: right;
      max-width: 840px; }
    @media only screen and (max-width: 1024px) {
      .pr-image-text--alt {
        padding-right: 30%;
        padding-left: 0; }
        .pr-image-text--alt .pr-image-text__overlay p {
          max-width: 400px; } }
    @media only screen and (max-width: 767px) {
      .pr-image-text--alt {
        padding-right: 0; } }
  .pr-image-text--alt2 {
    text-align: left; }
    .pr-image-text--alt2 .pr-image-text__overlay p {
      float: right;
      max-width: 1170px; }
    @media only screen and (max-width: 1024px) {
      .pr-image-text--alt2 {
        padding-right: 30%;
        padding-left: 0; }
        .pr-image-text--alt2 .pr-image-text__overlay p {
          max-width: 400px; } }
    @media only screen and (max-width: 767px) {
      .pr-image-text--alt2 {
        padding-right: 0; }
        .pr-image-text--alt2 .pr-image-text__overlay {
          margin-top: 10px; }
          .pr-image-text--alt2 .pr-image-text__overlay p {
            max-width: 100%; } }
  .pr-image-text--altm .pr-image-text__overlay {
    margin-top: 0;
    margin-bottom: 25px; }
    @media only screen and (max-width: 1024px) {
      .pr-image-text--altm .pr-image-text__overlay {
        left: 0 !important; } }

.section__similar-projects {
  padding-top: 70px;
  border-top: 1px solid #000; }
  .section__similar-projects .item {
    display: block; }
    .section__similar-projects .item .similarProject {
      height: 157px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .section__similar-projects .item p {
      font-size: 10px;
      margin-top: 10px; }
      .section__similar-projects .item p span {
        color: #808080; }

.project-info {
  padding-bottom: 10px;
  padding-top: 10px; }
  .project-info p span {
    color: #808080; }
  .project-info .next {
    float: right; }
  @media only screen and (max-width: 767px) {
    .project-info .pinterest-link {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .project-info .pinterest-link a {
      position: relative;
      top: 12px; } }
  @media only screen and (max-width: 767px) {
    .project-info {
      font-size: 12px;
      border-top: 1px solid #000;
      padding-top: 15px; } }

/* ==========================================================================
   Practice
   ========================================================================== */
.section--staff p {
  font-size: 11px;
  margin-bottom: 8px; }
  @media only screen and (max-width: 767px) {
    .section--staff p {
      font-size: 12px; } }
.section--staff img {
  position: relative;
  left: -12px; }
.section--staff h3 span {
  color: #808080; }
.section--staff .item {
  margin-bottom: 70px; }
  .section--staff .item .member_img {
    left: 0px;
    width: 100%;
    margin-bottom: 20px; }
  .section--staff .item.last {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .section--staff .item {
      margin-bottom: 20px; }
      .section--staff .item.last {
        margin-bottom: 20px; }
      .section--staff .item h3 {
        font-size: 12px;
        margin-bottom: 3px; } }
.section--staff .clearboth {
  clear: both; }
  .section--staff .clearboth.desktop {
    display: block; }
  .section--staff .clearboth.tablet {
    display: none; }
  @media only screen and (max-width: 1024px) {
    .section--staff .clearboth.desktop {
      display: none; }
    .section--staff .clearboth.tablet {
      display: block; } }

.table--s1 {
  text-align: left;
  width: 100%; }
  .table--s1 th {
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .table--s1 th {
        display: none; } }
  .table--s1 td {
    font-size: 11px;
    border-top: 1px solid #000;
    padding: 4px 0;
    position: relative; }
    .table--s1 td span {
      color: #808080; }
    .table--s1 td .practiceEditLink {
      top: 0;
      left: -24px; }
      .table--s1 td .practiceEditLink a {
        width: 18px;
        height: 18px; }
    @media only screen and (max-width: 767px) {
      .table--s1 td {
        display: block;
        border: 0 none;
        width: 100%;
        padding: 0;
        font-size: 12px; } }
  .table--s1 .td1 {
    width: 28%; }
    @media only screen and (max-width: 767px) {
      .table--s1 .td1 {
        border-top: 1px solid #000;
        width: 100%;
        padding-top: 4px; } }
  .table--s1 .td2 {
    width: 25%; }
  .table--s1 .td4 {
    width: 30px;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .table--s1 .td4 {
        padding-bottom: 4px; } }
  .table--s1.alt .td4 {
    width: 120px; }
    @media only screen and (max-width: 767px) {
      .table--s1.alt .td4 {
        width: 100%;
        text-align: left; } }

.section--990 {
  max-width: 990px; }

body.contact .section--text.section--top p:last-of-type {
  margin-bottom: 0px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/*
 * Tablet
 */
@media only screen and (max-width: 1024px) {
  /* Tablet grid */
  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.666666666667%; }

  .col-md-10 {
    width: 83.333333333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.666666666667%; }

  .col-md-7 {
    width: 58.333333333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.666666666667%; }

  .col-md-4 {
    width: 33.333333333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.666666666667%; }

  .col-md-1 {
    width: 8.3333333333333%; }

  /* Helpers */
  .hidden-tablet {
    display: none; }

  .visible-tablet {
    display: block; }

  html, body {
    /* overflow-x: hidden; */ } }
/*
 * Mobile
 */
@media only screen and (max-width: 767px) {
  /* Mobile grid */
  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.666666666667%; }

  .col-sm-10 {
    width: 83.333333333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.666666666667%; }

  .col-sm-7 {
    width: 58.333333333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.666666666667%; }

  .col-sm-4 {
    width: 33.333333333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.666666666667%; }

  .col-sm-1 {
    width: 8.3333333333333%; }

  /* Helpers */
  .hidden-mobile {
    display: none; }

  .visible-mobile {
    display: block; } }

/*# sourceMappingURL=styles.sass.css.map */