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

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #000;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
  text-shadow: none; }

::selection {
  background: rgba(0, 0, 0, 0.2);
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.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; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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

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

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

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2018 Schwartzco Inc.
        License: 1804-XGOMZF     
*/
@font-face {
  font-family: 'Austin';
  src: url("fonts/Austin-Medium-Web.eot");
  src: url("fonts/Austin-Medium-Web.eot?#iefix") format("embedded-opentype"), url("fonts/Austin-Medium-Web.woff2") format("woff2"), url("fonts/Austin-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Austin';
  src: url("fonts/AustinText-Roman-Web.eot");
  src: url("fonts/AustinText-Roman-Web.eot?#iefix") format("embedded-opentype"), url("fonts/AustinText-Roman-Web.woff2") format("woff2"), url("fonts/AustinText-Roman-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

* {
  margin: 0; }

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

body,
html {
  font-family: "MaisonNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  line-height: 17px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

body {
  background-color: #F5F4F4; }

body.shownav {
  overflow: hidden; }

input,
textarea {
  font-family: "MaisonNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-appearance: none;
  border-radius: 0; }

input[placeholder],
[placeholder],
*[placeholder] {
  color: #fff;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important; }

:-moz-placeholder {
  color: #fff; }

::-moz-placeholder {
  color: #fff; }

:-ms-input-placeholder {
  color: #fff; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #bfbfbf inset;
  -webkit-text-fill-color: #000 !important; }

a,
a:visited,
a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

a:hover {
  color: #010101;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "MaisonNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  margin: 0;
  letter-spacing: 0rem; }

h1 {
  font-size: 50px;
  line-height: 46px; }

h2 {
  font-size: 30px;
  line-height: 30px; }

h3 {
  font-size: 20px;
  line-height: 24px; }

h4 {
  font-size: 14px;
  line-height: 18px; }

p {
  font-family: "MaisonNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0rem;
  margin: 0 0 40px 0;
  font-weight: 400; }

p strong {
  font-weight: 600; }

li {
  font-family: "MaisonNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0rem;
  margin: 0 0 20px 0;
  font-weight: 400; }

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.has-background {
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(css/backgroundsize.min.htc); }

.has-background-image {
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(css/backgroundsize.min.htc); }

.inner {
  width: 1370px;
  margin: 0 auto; }

.offscreen {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 400ms linear 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 400ms linear 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 400ms linear 0ms, transform 500ms ease 0ms;
  transition: opacity 400ms linear 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms; }

.onscreen {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
          transition-duration: 0s; }

#search-overlay {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }

.showsearch #search-overlay {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
          transform: scale(1); }

#search-form {
  width: 600px;
  position: relative; }
  #search-form input[placeholder],
  #search-form [placeholder],
  #search-form *[placeholder] {
    color: #000;
    opacity: 1; }
  #search-form ::-webkit-input-placeholder {
    color: #000;
    opacity: 1 !important; }
  #search-form :-moz-placeholder {
    color: #000; }
  #search-form ::-moz-placeholder {
    color: #000; }
  #search-form :-ms-input-placeholder {
    color: #000; }

#search-form:after {
  position: absolute;
  content: '\e901';
  font-family: 'icomoon';
  right: 0;
  bottom: 18px;
  color: #000;
  font-size: 20px; }

#search-form input {
  width: 100%;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  padding: 10px;
  background-color: transparent;
  color: #000;
  text-align: center; }

#search-form .close {
  position: fixed;
  top: 68px;
  right: 30px;
  width: 30px;
  height: 20px;
  z-index: 201;
  cursor: pointer; }

#search-form .close span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms; }

#search-form .close:hover span {
  background-color: #666; }

#search-form .close span.top-bar {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

#search-form .close span.bottom-bar {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

#search-brand {
  position: fixed;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

#search-brand a {
  color: #000;
  font-size: 64px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 185px;
  background-color: #fff;
  z-index: 100;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms; }

header.stuck {
  height: 100px; }

header .inner {
  height: 185px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms; }

header.stuck .inner {
  height: 100px; }

#brand {
  width: 190px;
  height: 185px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms; }

header.stuck #brand {
  height: 100px; }

#brand a {
  color: #000;
  font-size: 80px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

header.stuck #brand a {
  font-size: 50px; }

nav {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

nav ul {
  width: auto;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center; }

nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0 20px;
  font-size: 17px;
  text-transform: uppercase; }

nav ul li a,
nav ul li a:visited {
  color: #000; }

nav ul li a:hover {
  color: rgba(0, 0, 0, 0.4); }

#search-toggle {
  width: 180px;
  height: 185px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  text-align: right;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms; }

header.stuck #search-toggle {
  height: 100px; }

#search-toggle span {
  font-size: 17px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 35px 0 0;
  cursor: pointer; }

#search-toggle span:before {
  position: absolute;
  content: '\e901';
  font-family: 'icomoon';
  right: 0;
  top: -2px; }

#menu-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 30px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer; }

#menu-toggle span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms; }

#menu-toggle:hover span {
  background-color: #666; }

#menu-toggle span.top-bar {
  top: 0; }

#menu-toggle span.middle-bar {
  top: 8px; }

#menu-toggle span.bottom-bar {
  top: 16px; }

.shownav #menu-toggle span.top-bar {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.shownav #menu-toggle span.middle-bar {
  opacity: 0; }

.shownav #menu-toggle span.bottom-bar {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

#mobile-menu {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  position: fixed;
  top: 100px;
  height: calc(100% - 100px);
  width: 100%;
  background-color: #fff;
  z-index: 99;
  padding: 40px 40px 0 40px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms; }

#mobile-menu ul {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }

#mobile-menu ul li {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase; }

#mobile-menu ul li a,
#mobile-menu ul li a:visited {
  color: #000; }

#mobile-menu ul li a:hover {
  color: #666; }

#mobile-search {
  float: left;
  width: 100%;
  margin: 0 0 40px 0; }
  #mobile-search input[placeholder],
  #mobile-search [placeholder],
  #mobile-search *[placeholder] {
    color: #666;
    opacity: 1; }
  #mobile-search ::-webkit-input-placeholder {
    color: #666;
    opacity: 1 !important; }
  #mobile-search :-moz-placeholder {
    color: #666; }
  #mobile-search ::-moz-placeholder {
    color: #666; }
  #mobile-search :-ms-input-placeholder {
    color: #666; }

#mobile-search label {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #666; }

#mobile-search input {
  float: left;
  width: 100%;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #000;
  padding: 10px 0; }

main {
  margin: 185px 0 0 0;
  min-height: calc(100vh - 485px); }

#slider {
  float: left;
  width: 100%;
  height: 915px; }

#slider .slide {
  float: left;
  width: 100%;
  height: 915px; }

#slider .flickity-page-dots {
  position: absolute;
  bottom: 40px; }

#slider .flickity-page-dots .dot {
  margin: 0 5px; }

#recent-projects {
  float: left;
  width: 100%;
  margin: 80px 0 100px 0; }

#recent-projects-title {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

#recent-projects-title h2 {
  font-size: 65px;
  line-height: 1;
  color: #000;
  margin: 0 0 12px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#recent-projects-title span {
  font-size: 15px;
  line-height: 1;
  color: #000;
  text-transform: uppercase; }

#project-grid {
  float: left;
  width: 100%; }

#project-grid .project {
  float: left;
  width: 665px;
  position: relative;
  margin: 0 0 40px 0; }

#project-grid .project a {
  display: block;
  width: 100%;
  height: 100%; }

#project-grid .project .spacer {
  display: none; }

#project-grid .project .spacer img {
  width: 100%; }

#project-grid .project.project-small {
  height: 445px; }

#project-grid .project.project-large {
  height: 890px; }

#project-grid .project .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 40px;
  -webkit-transition: background-color 200ms linear 0ms;
  transition: background-color 200ms linear 0ms; }

#project-grid .project:hover .content {
  background-color: rgba(255, 255, 255, 0.2); }

#project-grid .project .content h2 {
  font-size: 35px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  font-family: "Austin", serif;
  margin: 0 0 5px 0; }

#project-grid .project .content h3 {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400; }

#project-grid .project .tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 443px;
  height: 443px;
  z-index: 2;
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, transparent 42%, transparent 100%);
  background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.65) 0%, transparent 42%, transparent 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, transparent 42%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); }

#project-grid .project .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

#latest-posts {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

#latest-posts-title {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

#latest-posts-title h2 {
  font-size: 65px;
  line-height: 1;
  color: #000;
  margin: 0 0 12px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#latest-posts-title span {
  font-size: 15px;
  line-height: 1;
  color: #000;
  text-transform: uppercase; }

#journal-posts {
  float: left;
  width: 100%;
  margin: 0 0 100px 0;
  position: relative;
  padding: 135px 0 0 0; }

#journal-posts-title {
  float: left;
  width: 100%;
  margin: 0 0 100px 0; }

#journal-posts-title h2 {
  font-size: 65px;
  line-height: 1;
  color: #000;
  margin: 0 0 12px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#journal-posts-title ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

#journal-posts-title li {
  display: inline-block;
  font-size: 15px;
  margin: 0 15px 0 0;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  cursor: pointer; }

#journal-posts-title li:hover {
  color: rgba(0, 0, 0, 0.4); }

#journal-posts-title li.current {
  border-bottom: 1px solid #000; }

#journal-posts-title li:last-child {
  margin: 0; }

#journal-grid-items {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end; }

#journal-grid-items .journal-grid-item {
  width: 430px;
  margin: 0 40px 100px 0; }

#journal-grid-items .journal-grid-item:hover .media {
  opacity: 0.8; }

#journal-grid-items .journal-grid-item:nth-child(3n+3) {
  margin: 0 0 100px 0; }

#journal-grid-items .journal-grid-item .media {
  float: left;
  width: 100%;
  margin: 0 0 35px 0;
  -webkit-transition: opacity 200ms linear 0ms;
  transition: opacity 200ms linear 0ms; }

#journal-grid-items .journal-grid-item .media img {
  width: 100%;
  height: auto; }

#journal-grid-items .journal-grid-item .content h3 {
  font-size: 15px;
  line-height: 1;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 400; }

#journal-grid-items .journal-grid-item .content h2 {
  font-size: 35px;
  line-height: 1.05;
  margin: 0 0 14px 0;
  font-weight: 500;
  font-family: "Austin", serif; }

#journal-grid-items .journal-grid-item .content time {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #666; }

#journal-posts #journal-grid-items .journal-grid-item {
  margin: 0 0 100px 0; }

#journal-posts #journal-grid-items .journal-grid-item:nth-child(3n+3) {
  margin: 0 0 100px 0; }

#project {
  float: left;
  width: 100%;
  padding: 80px 0 60px 0; }

#project-alpha {
  float: left;
  width: 664px; }

#project-alpha h2 {
  font-size: 80px;
  line-height: 70px;
  color: #000;
  margin: 0 0 20px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#project-alpha h3 {
  font-size: 20px;
  line-height: 1;
  color: #666;
  font-weight: 400; }

#project-beta {
  float: right;
  width: 664px; }

#project-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 30px 0;
  font-family: "Austin", serif;
  font-weight: 400; }

#project-content p a,
#project-content p a:visited {
  border-bottom: 1px solid #000; }

#project-content p a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2); }

#project-social {
  float: left;
  width: 100%; }

#project-social a {
  float: left;
  margin: 0 20px 0 0;
  font-size: 23px;
  color: #000; }

#project-social a:hover {
  color: rgba(0, 0, 0, 0.2); }

#project-modules {
  float: left;
  width: 100%;
  margin: 100px 0 0 0; }

#project-modules .project-image-wide {
  float: left;
  width: 100%;
  margin: 0 0 40px 0; }

#project-modules .project-image-wide img {
  width: 100%;
  height: auto; }

#project-modules .project-image-dual {
  float: left;
  width: 100%;
  margin: 0 0 40px 0; }

#project-modules .project-image-dual img {
  width: 100%;
  height: auto; }

#project-modules .project-image-dual .dual-image-alpha {
  float: left;
  width: calc(50% - 20px); }

#project-modules .project-image-dual .dual-image-beta {
  float: right;
  width: calc(50% - 20px); }

#related-projects {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 110px 0 130px 0; }

#related-projects-title {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

#related-projects-title h2 {
  font-size: 65px;
  line-height: 1;
  color: #000;
  margin: 0 0 12px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#related-projects-title span {
  font-size: 15px;
  line-height: 1;
  color: #000;
  text-transform: uppercase; }

#contact {
  float: left;
  width: 100%;
  padding: 95px 0 155px 0; }

#contact-alpha {
  float: left;
  width: 312px; }

#contact-alpha p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 30px 0;
  font-weight: 400; }

#contact-alpha p a,
#contact-alpha p a:visited {
  border-bottom: 1px solid #000; }

#contact-alpha p a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2); }

#contact-title {
  float: left;
  width: 100%; }

#contact-title h2 {
  font-size: 65px;
  line-height: 1;
  color: #000;
  margin: 0 0 22px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#contact-content {
  float: left;
  width: 100%; }

#contact-social {
  float: left;
  width: 100%; }

#contact-social a {
  float: left;
  margin: 0 20px 0 0;
  font-size: 23px;
  color: #000; }

#contact-social a:hover {
  color: rgba(0, 0, 0, 0.2); }

#contact-beta {
  float: right;
  width: 665px; }

#contact-beta img {
  width: 100%;
  height: auto; }

#journal-title {
  float: left;
  width: 100%;
  padding: 85px 0 0 0; }

#journal-title h2 {
  font-size: 80px;
  line-height: 80px;
  color: #000;
  margin: 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#journal-filter {
  float: left;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0; }

#journal-filter ul {
  width: 100%;
  margin: 0;
  padding: 23px 0 19px 0;
  list-style: none; }

#journal-filter li {
  display: inline-block;
  font-size: 15px;
  margin: 0 15px 0 0;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  cursor: pointer; }

#journal-filter li:hover {
  color: rgba(0, 0, 0, 0.4); }

#journal-filter li.current {
  border-bottom: 1px solid #000; }

#journal-filter li:last-child {
  margin: 0; }

#journal-post {
  float: left;
  width: 100%;
  padding: 95px 0 130px 0; }

#journal-post-alpha {
  float: left;
  width: 664px; }

#journal-post-title {
  float: left;
  width: 100%;
  margin: 0 0 40px 0; }

#journal-post-title h2 {
  font-size: 80px;
  line-height: 80px;
  color: #000;
  margin: 0 0 32px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#journal-post-title h3 {
  font-size: 20px;
  line-height: 1;
  color: #666;
  font-weight: 400; }

#journal-post-content {
  float: left;
  width: 100%; }

#journal-post-content p {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 30px 0; }

#journal-post-content p a,
#journal-post-content p a:visited {
  border-bottom: 1px solid #000; }

#journal-post-content p a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2); }

#journal-post-social {
  float: left;
  width: 100%; }

#journal-post-social a {
  float: left;
  margin: 0 20px 0 0;
  font-size: 23px;
  color: #000; }

#journal-post-social a:hover {
  color: rgba(0, 0, 0, 0.2); }

#journal-post-beta {
  float: right;
  width: 664px; }

#journal-post-beta img {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0; }

#journal-post-beta img:last-child {
  margin: 0; }

#related-posts {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 100px 0 40px 0; }

#related-posts-title {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

#related-posts-title h2 {
  font-size: 65px;
  line-height: 1;
  color: #000;
  margin: 0 0 12px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#related-posts-title span {
  font-size: 15px;
  line-height: 1;
  color: #000;
  text-transform: uppercase; }

#awards-title {
  float: left;
  width: 100%;
  padding: 85px 0 0 0; }

#awards-title h2 {
  font-size: 80px;
  line-height: 80px;
  color: #000;
  font-weight: 400;
  margin: 0 0 32px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#awards-filter {
  float: left;
  width: 100%;
  margin: 0 0 100px 0; }

#awards-filter ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

#awards-filter li {
  display: inline-block;
  font-size: 15px;
  margin: 0 15px 0 0;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  cursor: pointer; }

#awards-filter li:hover {
  color: rgba(0, 0, 0, 0.4); }

#awards-filter li.current {
  border-bottom: 1px solid #000; }

#awards-filter li:last-child {
  margin: 0; }

#awards {
  float: left;
  width: 100%; }

#awards-grid {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end; }

#awards-grid .award {
  width: 430px;
  margin: 0 0 100px 0; }

#awards-grid .award .image {
  float: left;
  width: 100%;
  margin: 0 0 35px 0;
  -webkit-transition: opacity 200ms linear 0ms;
  transition: opacity 200ms linear 0ms; }

#awards-grid .award a:hover .image {
  opacity: 0.8; }

#awards-grid .award .image img {
  max-width: 100%;
  height: auto; }

#awards-grid .award .content {
  float: left;
  width: 100%; }

#awards-grid .award .content h3 {
  font-size: 15px;
  line-height: 1;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 400; }

#awards-grid .award .content h2 {
  font-size: 35px;
  line-height: 1;
  margin: 0 0 14px 0;
  font-weight: 400;
  font-family: "Austin", serif;
  font-weight: 500; }

#awards-grid .award .content time {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 15px 0;
  color: #666; }

#awards-grid .award .content p {
  font-size: 18px;
  line-height: 34px;
  margin: 0; }

#awards-grid .award .content p a,
#awards-grid .award .content p a:visited {
  color: #000;
  border-bottom: 1px solid #000; }

#awards-grid .award .content p a:hover {
  opacity: 0.5; }

#awards-loading {
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  padding: 50px 0; }

#projects-loading {
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  padding: 50px 0; }

#about {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E5E3E2; }

#about-alpha {
  float: left;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

#about-inner {
  float: right;
  width: 665px;
  padding: 240px 150px 240px 0; }

#about-inner h2 {
  font-size: 80px;
  line-height: 1;
  color: #000;
  margin: 0 0 12px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#about-inner p {
  font-size: 18px;
  line-height: 34px;
  margin: 0 0 30px 0;
  font-family: "Austin", serif;
  font-weight: 400; }

#about-inner p:last-child {
  margin: 0; }

#about-beta {
  float: right;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

#profiles {
  float: left;
  width: 100%;
  padding: 100px 0 0 0; }

#profiles-grid {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end; }

#profiles-grid .profile {
  width: 665px; }

#profiles-grid .profile:nth-child(odd) {
  margin: 0 20px 90px 0; }

#profiles-grid .profile:nth-child(even) {
  margin: 0 0 90px 20px; }

#profiles-grid .profile .media {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

#profiles-grid .profile .media img {
  width: 100%; }

#profiles-grid .profile .media img {
  width: 100%; }

#profiles-grid .profile .content {
  float: left;
  width: 100%; }

#profiles-grid .profile .content h3 {
  font-size: 45px;
  line-height: 45px;
  color: #000;
  margin: 0 0 25px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#profiles-grid .profile .content p {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  font-family: "Austin", serif;
  font-weight: 400; }

#services {
  float: left;
  width: 100%;
  padding: 0 0 150px 0; }

#services-image {
  float: left;
  width: 100%;
  margin: 0 0 100px 0; }

#services-image img {
  width: 100%; }

#services-title {
  float: left;
  width: 100%; }

#services-title h3 {
  font-size: 65px;
  line-height: 65px;
  color: #000;
  margin: 0 0 40px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#services-content {
  float: left;
  width: 100%; }

#services-content p {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 30px 0;
  font-family: "Austin", serif;
  font-weight: 400; }

#services-content p:last-child {
  margin: 0; }

#services-content-alpha {
  float: left;
  width: 665px; }

#services-content-beta {
  float: right;
  width: 665px; }

#projects-title {
  float: left;
  width: 100%;
  padding: 85px 0 0 0; }

#projects-title h2 {
  font-size: 80px;
  line-height: 90px;
  color: #000;
  margin: 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#projects-filter {
  float: left;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F5F4F4; }

#projects-filter ul {
  width: 100%;
  margin: 0;
  padding: 23px 0 19px 0;
  list-style: none; }

#projects-filter li {
  display: inline-block;
  font-size: 15px;
  margin: 0 15px 0 0;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  cursor: pointer; }

#projects-filter li:hover {
  color: rgba(0, 0, 0, 0.4); }

#projects-filter li a:hover {
  color: rgba(0, 0, 0, 0.4); }

#projects-filter li.current {
  border-bottom: 1px solid #000; }

#projects-filter li:last-child {
  margin: 0; }

#projects {
  float: left;
  width: 100%;
  padding: 135px 0 110px 0;
  position: relative; }

#search-title {
  float: left;
  width: 100%;
  padding: 85px 0 30px 0; }

#search-title h2 {
  font-size: 80px;
  line-height: 80px;
  color: #000;
  margin: 0 0 10px 0;
  font-family: "Austin", serif;
  letter-spacing: -0.1rem;
  font-weight: 500; }

#search-title h4 {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  font-weight: 400;
  margin: 0 0 10px 0; }

#search-title h5 {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  font-weight: 400;
  margin: 0 0 10px 0; }

#search-results {
  float: left;
  width: 100%;
  padding: 0 0 60px 0; }

#search-results .heading {
  float: left;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 20px 0; }

#search-results .heading span {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  font-weight: 600; }

#search-results .heading .alpha {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

#search-results .heading .beta {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right; }

#search-results .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #cccccc; }

#search-results .item a {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  padding: 20px 0; }

#search-results .item .alpha {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 40px 0 0; }

#search-results .item .beta {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right; }

.stickynav.stuck {
  position: fixed !important;
  top: 100px !important;
  left: 0;
  background-color: #F5F4F4 !important;
  z-index: 100; }

footer {
  float: left;
  width: 100%;
  padding: 55px 0;
  background-color: #fff; }

footer a,
footer a:visited {
  border-bottom: 1px solid #000; }

footer a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2); }

footer p {
  font-size: 13px;
  line-height: 24px;
  color: #000;
  margin: 0 0 24px 0;
  text-transform: uppercase; }

footer p strong {
  font-weight: 600; }

footer p:last-child {
  margin: 0; }

footer ul {
  float: left;
  width: 100%;
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none; }

footer ul li {
  font-size: 13px;
  line-height: 24px;
  color: #000;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

#footer-alpha {
  float: left;
  width: 664px;
  margin: 0 41px 0 0; }

#footer-beta {
  float: left;
  width: 312px; }

#footer-gamma {
  float: right;
  width: 312px; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

@media only screen and (max-width: 1440px) {
  .inner {
    width: 1070px; }
  main {
    margin: 185px 0 0 0; }
  #slider {
    height: 715px; }
  #slider .slide {
    height: 715px; }
  #project-grid .project {
    width: 515px; }
  #project-grid .project.project-small {
    height: 345px; }
  #project-grid .project.project-large {
    height: 690px; }
  #project-grid .project .tint {
    width: 343px;
    height: 343px; }
  #journal-grid-items .journal-grid-item {
    width: 330px; }
  #project {
    float: left;
    width: 100%;
    padding: 80px 0 60px 0; }
  #project-alpha {
    width: 515px; }
  #project-beta {
    width: 515px; }
  #contact-alpha {
    width: 212px; }
  #contact-beta {
    width: 465px; }
  #journal-post-alpha {
    width: 515px; }
  #journal-post-beta {
    width: 515px; }
  #awards-grid .award {
    width: 330px; }
  #about-inner {
    width: 530px;
    padding: 200px 100px 200px 0; }
  #profiles-grid .profile {
    width: 515px; }
  #services-content-alpha {
    width: 515px; }
  #services-content-beta {
    width: 515px; }
  #footer-alpha {
    width: 515px; }
  #footer-beta {
    width: 212px; }
  #footer-gamma {
    width: 212px; } }

@media only screen and (max-width: 1140px) {
  .inner {
    width: 920px; }
  nav ul li {
    margin: 0 10px;
    font-size: 18px; }
  header {
    height: 160px; }
  header .inner {
    height: 160px; }
  #brand {
    width: 160px;
    height: 160px; }
  #brand a {
    font-size: 64px; }
  #search-toggle {
    width: 160px;
    height: 160px; }
  #search-toggle span {
    font-size: 18px; }
  main {
    margin: 160px 0 0 0;
    min-height: calc(100vh - 460px); }
  #slider {
    height: calc(100vh - 160px); }
  #slider .slide {
    height: calc(100vh - 160px); }
  #project-grid .project {
    width: 440px; }
  #project-grid .project.project-small {
    height: 285px; }
  #project-grid .project.project-large {
    height: 530px; }
  #project-grid .project .tint {
    width: 343px;
    height: 343px; }
  #journal-grid-items .journal-grid-item {
    width: 280px; }
  #project {
    float: left;
    width: 100%;
    padding: 80px 0 60px 0; }
  #project-alpha {
    width: 440px; }
  #project-beta {
    width: 440px; }
  #contact-alpha {
    width: 212px; }
  #contact-beta {
    width: 465px; }
  #journal-post-alpha {
    width: 440px; }
  #journal-post-beta {
    width: 440px; }
  #awards-grid .award {
    width: 280px; }
  #about-inner {
    width: 460px;
    padding: 200px 100px 200px 0; }
  #profiles-grid .profile {
    width: 440px; }
  #services-content-alpha {
    width: 440px; }
  #services-content-beta {
    width: 440px; }
  #footer-alpha {
    width: 415px; }
  #footer-beta {
    width: 212px; }
  #footer-gamma {
    width: 212px; } }

@media only screen and (max-width: 980px) {
  .inner {
    width: 100%;
    margin: 0;
    padding: 0 40px; }
  header {
    height: 100px; }
  header .inner {
    height: 100px; }
  #brand {
    width: 100px;
    height: 100px; }
  #brand a {
    font-size: 50px; }
  #search-toggle {
    display: none; }
  nav {
    display: none; }
  #menu-toggle {
    display: block; }
  .showsearch #search-overlay {
    opacity: 0;
    pointer-events: none; }
  .shownav #mobile-menu {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: all; }
  main {
    margin: 100px 0 0 0;
    min-height: calc(100vh - 400px); }
  #slider {
    height: calc(100vh - 100px); }
  #slider .slide {
    height: calc(100vh - 100px); }
  #project-grid .project {
    width: calc(50% - 20px); }
  #project-grid .project.project-small {
    height: 285px; }
  #project-grid .project.project-large {
    height: 530px; }
  #project-grid .project .tint {
    width: 343px;
    height: 343px; }
  #journal-grid-items .journal-grid-item {
    width: 30%; }
  #project {
    float: left;
    width: 100%;
    padding: 80px 0 60px 0; }
  #project-alpha {
    width: 100%;
    margin: 0 0 30px 0; }
  #project-beta {
    width: 100%; }
  #contact-alpha {
    width: calc(50% - 20px); }
  #contact-beta {
    width: calc(50% - 20px); }
  #journal-post-alpha {
    width: calc(50% - 20px); }
  #journal-post-beta {
    width: calc(50% - 20px); }
  #awards-grid .award {
    width: calc(50% - 20px); }
  #about {
    display: block; }
  #about-alpha {
    float: left;
    width: 100%;
    padding: 0 40px; }
  #about-beta {
    float: left;
    width: 100%;
    height: 400px; }
  #about-inner {
    width: 100%;
    padding: 100px 0 100px 0; }
  #profiles {
    padding: 40px 0 0 0; }
  #profiles-grid .profile {
    width: calc(50% - 20px); }
  #profiles-grid .profile:nth-child(odd) {
    margin: 0 20px 60px 0; }
  #profiles-grid .profile:nth-child(even) {
    margin: 0 0 60px 20px; }
  #services {
    padding: 0 0 60px 0; }
  #services-image {
    margin: 0 0 60px 0; }
  #services-content-alpha {
    width: calc(50% - 20px); }
  #services-content-beta {
    width: calc(50% - 20px); }
  #footer-alpha {
    width: 33%;
    margin: 0; }
  #footer-beta {
    width: 33%; }
  #footer-gamma {
    width: 33%; } }

@media only screen and (max-width: 900px) {
  #latest-posts #journal-grid-items .journal-grid-item {
    width: calc(50% - 20px);
    margin: 0 0 80px 0; }
  #latest-posts #journal-grid-items .journal-grid-item:nth-child(odd) {
    float: left;
    margin: 0 20px 80px 0; }
  #latest-posts #journal-grid-items .journal-grid-item:nth-child(even) {
    float: right;
    margin: 0 0 80px 20px; }
  #latest-posts #journal-grid-items .journal-grid-item:nth-child(3) {
    display: none; }
  #journal-posts #journal-grid-items .journal-grid-item {
    width: calc(50% - 20px);
    margin: 0 0 80px 0; }
  #journal-posts #journal-grid-items .journal-grid-item:nth-child(3n+3) {
    margin: 0 0 80px 0; }
  #related-posts #journal-grid-items .journal-grid-item {
    width: calc(50% - 20px);
    margin: 0 0 80px 0; }
  #related-posts #journal-grid-items .journal-grid-item:nth-child(odd) {
    float: left;
    margin: 0 20px 80px 0; }
  #related-posts #journal-grid-items .journal-grid-item:nth-child(even) {
    float: right;
    margin: 0 0 80px 20px; }
  #related-posts #journal-grid-items .journal-grid-item:nth-child(3) {
    display: none; } }

@media only screen and (max-width: 767px) {
  main {
    min-height: calc(100vh - 370px); }
  #project-grid .project {
    width: 100%; }
  #project-grid .project .tint {
    width: 100%;
    height: 100%; }
  #journal-grid-items .journal-grid-item {
    width: 30%; }
  #project-grid .project.project-small {
    height: auto; }
  #project-grid .project.project-large {
    height: auto; }
  #project-grid .project .spacer {
    display: block; }
  #recent-projects {
    margin: 40px 0 20px 0; }
  #recent-projects-title {
    margin: 0 0 30px 0; }
  #recent-projects-title h2 {
    font-size: 45px;
    margin: 0 0 10px 0; }
  #latest-posts {
    margin: 0; }
  #latest-posts-title {
    margin: 0 0 30px 0; }
  #latest-posts-title h2 {
    font-size: 45px;
    margin: 0 0 10px 0; }
  #project {
    padding: 40px 0 0 0; }
  #project-alpha h2 {
    font-size: 45px;
    line-height: 50px; }
  #project-modules {
    margin: 40px 0 0 0; }
  #contact {
    padding: 40px 0 40px 0; }
  #contact-title h2 {
    font-size: 45px; }
  #contact-alpha {
    width: calc(60% - 40px);
    margin: 0 0 40px 0; }
  #contact-beta {
    width: 40%; }
  #search-title {
    padding: 40px 0 30px 0; }
  #search-title h2 {
    font-size: 45px;
    line-height: 45px; }
  #journal-post {
    padding: 40px 0 0 0; }
  #journal-post-alpha {
    width: calc(60% - 40px);
    margin: 0 0 40px 0; }
  #journal-post-title {
    margin: 0 0 20px 0; }
  #journal-post-title h2 {
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 15px 0; }
  #journal-post-title h3 {
    font-size: 18px; }
  #journal-post-beta {
    width: 40%; }
  #projects-title {
    padding: 40px 0 25px 0; }
  #projects-title h2 {
    font-size: 45px;
    line-height: 45px; }
  #project-alpha h3 {
    font-size: 16px; }
  #project-grid .project .content h2 {
    font-size: 26px;
    line-height: 26px; }
  #projects-filter {
    display: none; }
  #journal-filter {
    display: none; }
  #journal-title {
    padding: 40px 0 25px 0; }
  #journal-title h2 {
    font-size: 45px;
    line-height: 45px; }
  #projects {
    padding: 0; }
  #awards-title {
    padding: 40px 0 0 0; }
  #awards-title h2 {
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 15px 0; }
  #awards-filter {
    margin: 0 0 40px 0; }
  #journal-posts {
    margin: 0;
    padding: 0; }
  #about-inner {
    padding: 40px 0 40px 0; }
  #about-inner h2 {
    font-size: 45px; }
  #about-beta {
    height: 300px; }
  #profiles-grid .profile {
    width: 100%; }
  #profiles-grid .profile:nth-child(odd) {
    margin: 0 0 40px 0; }
  #profiles-grid .profile:nth-child(even) {
    margin: 0 0 40px 0; }
  #profiles-grid .profile .media {
    margin: 0 0 40px 0; }
  #profiles-grid .profile .content h3 {
    margin: 0 0 10px 0;
    font-size: 34px; }
  #services {
    padding: 0 0 40px 0; }
  #services-image {
    margin: 0 0 40px 0; }
  #services-title h3 {
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 30px 0; }
  #services-content-alpha {
    width: 100%;
    margin: 0 0 30px 0; }
  #services-content-beta {
    width: 100%; }
  #related-projects {
    padding: 40px 0 0 0; }
  #related-projects-title {
    margin: 0 0 32px 0; }
  #related-projects-title h2 {
    font-size: 45px;
    line-height: 45px; }
  #related-posts {
    padding: 40px 0 0 0; }
  #related-posts-title {
    margin: 0 0 32px 0; }
  #related-posts-title h2 {
    font-size: 45px;
    line-height: 45px; }
  footer {
    padding: 40px 0; }
  #footer-alpha {
    width: 40%;
    margin: 0; }
  #footer-beta {
    width: 40%; }
  #footer-gamma {
    width: 20%; } }

@media only screen and (max-width: 640px) {
  main {
    min-height: calc(100vh - 540px); }
  .inner {
    padding: 0 30px; }
  #menu-toggle {
    right: 30px; }
  #recent-projects {
    margin: 30px 0 20px 0; }
  #recent-projects-title {
    margin: 0 0 20px 0; }
  #recent-projects-title h2 {
    font-size: 35px; }
  #latest-posts-title {
    margin: 0 0 20px 0; }
  #latest-posts-title h2 {
    font-size: 35px; }
  #project {
    padding: 30px 0 0 0; }
  #project-alpha h2 {
    font-size: 35px;
    line-height: 35px; }
  #project-modules {
    margin: 30px 0 0 0; }
  #contact {
    padding: 30px 0 30px 0; }
  #contact-title h2 {
    font-size: 35px; }
  #contact-alpha {
    width: calc(60% - 30px);
    margin: 0 0 30px 0; }
  #contact-beta {
    width: 40%; }
  #search-title {
    padding: 30px 0 30px 0; }
  #search-title h2 {
    font-size: 35px;
    line-height: 35px; }
  #search-title h4 {
    font-size: 14px;
    line-height: 14px; }
  #search-title h5 {
    font-size: 14px;
    line-height: 14px; }
  #journal-post {
    padding: 30px 0 0 0; }
  #journal-post-alpha {
    width: calc(60% - 30px);
    margin: 0 0 30px 0; }
  #journal-post-title {
    margin: 0 0 20px 0; }
  #journal-post-title h2 {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px 0; }
  #journal-post-title h3 {
    font-size: 18px; }
  #journal-post-beta {
    width: 40%; }
  #projects-title {
    padding: 30px 0 20px 0; }
  #projects-title h2 {
    font-size: 35px;
    line-height: 35px; }
  #projects-filter {
    display: none; }
  #journal-filter {
    display: none; }
  #journal-title {
    padding: 30px 0 20px 0; }
  #journal-title h2 {
    font-size: 35px;
    line-height: 35px; }
  #projects {
    padding: 0; }
  #project-grid .project {
    margin: 0 0 30px 0; }
  #project-modules .project-image-wide {
    margin: 0 0 30px 0; }
  #project-modules .project-image-dual {
    margin: 0 0 30px 0; }
  #project-modules .project-image-dual .dual-image-alpha,
  #project-modules .project-image-dual .dual-image-beta {
    width: calc(50% - 15px); }
  #awards-title {
    padding: 30px 0 0 0; }
  #awards-title h2 {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px 0; }
  #awards-filter {
    margin: 0 0 30px 0; }
  #journal-posts {
    margin: 0; }
  #about-inner {
    padding: 30px 0 30px 0; }
  #about-inner h2 {
    font-size: 35px; }
  #about-alpha {
    padding: 0 30px; }
  #about-beta {
    height: 300px; }
  #profiles-grid .profile {
    width: 100%; }
  #profiles-grid .profile:nth-child(odd) {
    margin: 0 0 30px 0; }
  #profiles-grid .profile:nth-child(even) {
    margin: 0 0 30px 0; }
  #profiles-grid .profile .media {
    margin: 0 0 30px 0; }
  #profiles-grid .profile .content h3 {
    margin: 0 0 10px 0;
    font-size: 34px; }
  #services {
    padding: 0 0 30px 0; }
  #services-image {
    margin: 0 0 30px 0; }
  #services-title h3 {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 20px 0; }
  #services-content-alpha {
    width: 100%;
    margin: 0 0 30px 0; }
  #services-content-beta {
    width: 100%; }
  #related-projects {
    padding: 30px 0 0 0; }
  #related-projects-title {
    margin: 0 0 32px 0; }
  #related-projects-title h2 {
    font-size: 35px;
    line-height: 35px; }
  #related-posts {
    padding: 30px 0 0 0; }
  #related-posts-title {
    margin: 0 0 22px 0; }
  #related-posts-title h2 {
    font-size: 35px;
    line-height: 35px; }
  #contact-alpha {
    width: 100%; }
  #contact-beta {
    width: 100%; }
  #latest-posts #journal-grid-items .journal-grid-item {
    width: 100%;
    margin: 0 0 30px 0; }
  #latest-posts #journal-grid-items .journal-grid-item:nth-child(odd) {
    float: left;
    margin: 0 0 30px 0; }
  #latest-posts #journal-grid-items .journal-grid-item:nth-child(even) {
    float: right;
    margin: 0 0 30px 0; }
  #latest-posts #journal-grid-items .journal-grid-item:nth-child(3) {
    display: block; }
  #related-posts #journal-grid-items .journal-grid-item {
    width: 100%;
    margin: 0 0 30px 0; }
  #related-posts #journal-grid-items .journal-grid-item:nth-child(odd) {
    float: left;
    margin: 0 0 30px 0; }
  #related-posts #journal-grid-items .journal-grid-item:nth-child(even) {
    float: right;
    margin: 0 0 30px 0; }
  #related-posts #journal-grid-items .journal-grid-item:nth-child(3) {
    display: block; }
  #journal-posts #journal-grid-items .journal-grid-item {
    width: 100%;
    margin: 0 0 30px 0; }
  #journal-posts #journal-grid-items .journal-grid-item:nth-child(3n+3) {
    margin: 0 0 30px 0; }
  #journal-grid-items .journal-grid-item .content h2 {
    font-size: 28px; }
  #journal-post-alpha {
    width: 100%;
    margin: 0 0 30px 0; }
  #journal-post-beta {
    width: 100%;
    margin: 0 0 30px 0; }
  #project-grid .project .content {
    padding: 20px; }
  #awards-grid .award {
    width: 100%;
    margin: 0 0 30px 0; }
  #awards-grid .award .content h2 {
    font-size: 28px; }
  #awards-grid .award .image img {
    width: 100%; }
  footer {
    padding: 30px 0; }
  #footer-alpha {
    width: 50%; }
  #footer-beta {
    width: 50%; }
  #footer-gamma {
    width: 100%;
    margin: 30px 0 0 0; } }

@media only screen and (max-width: 500px) {
  main {
    min-height: calc(100vh - 740px); }
  #footer-alpha {
    width: 100%; }
  #footer-beta {
    width: 100%;
    margin: 30px 0 0 0; }
  #footer-gamma {
    width: 100%;
    margin: 30px 0 0 0; } }
