/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

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

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/***********************************************************************************************************************
 mixins.less
 **********************************************************************************************************************/
.bbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear,
.cleared {
  float: none;
  clear: both;
}
.abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
.flat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.align-right {
  text-align: right;
}
/* 
|----------------------------------------------------------------
| vertical & horizontal centering
|----------------------------------------------------------------
| The 'margin-right: -50%' is needed to compensate the 'left: 50%'. The 'left' rule reduces the available 
| width for the element by 50%. The renderer will thus try to make lines that are no longer than half the 
| width of the container. By saying that the right margin of the element is further to the right by that 
| same amount, the maximum line length is again the same as the container's width.
| Try resizing the window: You'll see that each sentence is on one line when the window is wide enough. 
| Only when the window is too narrow for the whole sentence will the sentence be broken over several lines. 
| When you remove the 'margin-right: -50%' and resize the window again, you'll see that the sentences will 
| be broken already when the window is still twice as wide as the text lines.
 */
input[type='email'],
input[type='password'],
input[type='text'],
textarea,
select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  padding: 3px;
  margin: 0;
}
button,
input[type='button'],
input[type='submit'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 3px 10px;
  margin: 0;
  cursor: pointer;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='submit']:focus {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
  float: none;
}
span.pic-l {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 10px auto;
}
span.pic-r {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 10px auto;
}
span.pic-c {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto 10px auto;
}
p:last-child span.pic-c {
  margin-bottom: 0;
}
span.pic-l img,
span.pic-r img,
span.pic-c img {
  max-width: 100%;
  height: auto;
}
span.pic-l span.caption,
span.pic-r span.caption,
span.pic-c span.caption {
  display: block;
  font-size: 11px;
  line-height: 15px;
  padding: 5px 0 0;
}
span.pic-l {
  width: 50%;
  float: left;
  margin: 0 10px 10px 0;
  clear: left;
}
span.pic-r {
  width: 50%;
  float: right;
  margin: 0 0 10px 10px;
  clear: right;
}
@media only screen and (min-width: 480px) {
  span.pic-l {
    width: 40%;
    float: left;
    margin: 0 10px 10px 0;
    clear: left;
  }
  span.pic-r {
    width: 40%;
    float: right;
    margin: 0 0 10px 10px;
    clear: right;
  }
}
@media only screen and (min-width: 769px) {
  span.pic-l {
    width: 30%;
    float: left;
    margin: 0 20px 10px 0;
  }
  span.pic-r {
    width: 30%;
    margin: 0 0 20px 10px;
  }
  span.pic-c {
    margin: 40px auto 40px auto;
  }
  p:first-child span.pic-c {
    margin-top: 0;
  }
}
/*
 Percentage-based grid with 5% increments
 */
.l-5,
.l5 {
  width: 5%;
  float: left;
}
.l-10,
.l10 {
  width: 10%;
  float: left;
}
.l-15,
.l15 {
  width: 15%;
  float: left;
}
.l-20,
.l20 {
  width: 20%;
  float: left;
}
.l-25,
.l25 {
  width: 25%;
  float: left;
}
.l-30,
.l30 {
  width: 30%;
  float: left;
}
.l-35,
.l35 {
  width: 35%;
  float: left;
}
.l-40,
.l40 {
  width: 40%;
  float: left;
}
.l-45,
.l45 {
  width: 45%;
  float: left;
}
.l-50,
.l50 {
  width: 50%;
  float: left;
}
.l-55,
.l55 {
  width: 55%;
  float: left;
}
.l-60,
.l60 {
  width: 60%;
  float: left;
}
.l-65,
.l65 {
  width: 65%;
  float: left;
}
.l-70,
.l70 {
  width: 70%;
  float: left;
}
.l-75,
.l75 {
  width: 75%;
  float: left;
}
.l-80,
.l80 {
  width: 80%;
  float: left;
}
.l-85,
.l85 {
  width: 85%;
  float: left;
}
.l-90,
.l90 {
  width: 90%;
  float: left;
}
.l-95,
.l95 {
  width: 95%;
  float: left;
}
.r-5,
.r5 {
  width: 5%;
  float: right;
}
.r-10,
.r10 {
  width: 10%;
  float: right;
}
.r-15,
.r15 {
  width: 15%;
  float: right;
}
.r-20,
.r20 {
  width: 20%;
  float: right;
}
.r-25,
.r25 {
  width: 25%;
  float: right;
}
.r-30,
.r30 {
  width: 30%;
  float: right;
}
.r-35,
.r35 {
  width: 35%;
  float: right;
}
.r-40,
.r40 {
  width: 40%;
  float: right;
}
.r-45,
.r45 {
  width: 45%;
  float: right;
}
.r-50,
.r50 {
  width: 50%;
  float: right;
}
.r-55,
.r55 {
  width: 55%;
  float: right;
}
.r-60,
.r60 {
  width: 60%;
  float: right;
}
.r-65,
.r65 {
  width: 65%;
  float: right;
}
.r-70,
.r70 {
  width: 70%;
  float: right;
}
.r-75,
.r75 {
  width: 75%;
  float: right;
}
.r-80,
.r80 {
  width: 80%;
  float: right;
}
.r-85,
.r85 {
  width: 85%;
  float: right;
}
.r-90,
.r90 {
  width: 90%;
  float: right;
}
.r-95,
.r95 {
  width: 95%;
  float: right;
}
/*
 Golden Ratio 
 */
.lg-big {
  width: 61.8%;
  float: left;
}
.lg-small {
  width: 38.2%;
  float: left;
}
.rg-big {
  width: 61.8%;
  float: right;
}
.rg-small {
  width: 38.2%;
  float: right;
}
#breakpoints {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  top: auto;
  z-index: 1000;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}
#breakpoints .label {
  background-color: pink;
  padding: 2px 5px;
  color: #000;
}
#breakpoints .label-default {
  background-color: papayawhip;
}
.gt-xs,
.gt-320 {
  display: none;
}
@media only screen and (min-width: 320px) {
  .gt-xs,
  .gt-320 {
    display: initial;
  }
}
.gt-sm,
.gt-480 {
  display: none;
}
@media only screen and (min-width: 480px) {
  .gt-sm,
  .gt-480 {
    display: initial;
  }
}
.gt-md,
.gt-736 {
  display: none;
}
@media only screen and (min-width: 736px) {
  .gt-md,
  .gt-736 {
    display: initial;
  }
}
.gt-lg,
.gt-992 {
  display: none;
}
@media only screen and (min-width: 992px) {
  .gt-lg,
  .gt-992 {
    display: initial;
  }
}
.gt-568 {
  display: none;
}
@media only screen and (min-width: 568px) {
  .gt-568 {
    display: initial;
  }
}
.gt-768 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .gt-768 {
    display: initial;
  }
}
.gt-1200 {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .gt-1200 {
    display: initial;
  }
}
.gt-1450 {
  display: none;
}
@media only screen and (min-width: 1450px) {
  .gt-1450 {
    display: initial;
  }
}
body,
div,
section,
nav,
article,
header,
main,
footer,
figure,
blockquote,
input,
textarea,
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga=1, kern=1";
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
}
#type .regular {
  font-family: 'Platform Web', sans-serif;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  #type .regular {
    font-size: 18px;
  }
}
#type .small {
  font-size: 12px;
}
#type .large {
  font-size: 2rem;
}
#type .xlarge {
  font-size: 3rem;
}
#type .xxlarge {
  font-size: 4rem;
}
small,
.small {
  font-size: 12px;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
}
h3,
h4,
h5,
h6 {
  font-family: 'Platform Web', sans-serif;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}
h1,
h2,
h3 {
  margin: 2em 0 1em;
}
h1 + h2,
h1 + h3,
h2 + h3 {
  margin-top: 0;
}
:first-child {
  margin-top: 0;
}
:last-child {
  margin-bottom: 0;
}
html {
  min-height: 100%;
  line-height: 1.4;
  font-family: 'Platform Web', sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
input {
  font-family: 'Platform Web', sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
}
@media only screen and (min-width: 1200px) {
  input {
    font-size: 18px;
  }
}
body {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  color: #000000;
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body.with-display {
  overflow: hidden;
}
a {
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 1px 0;
}
.active a,
a.active,
a:hover,
a:focus,
.richtext a {
  border-color: #000000;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  display: inline-block;
}
nav a {
  padding: 1px 0 5px;
}
dl dt {
  font-size: 1.5rem;
}
dl dd {
  margin: 0;
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body > main {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
body > header,
body > main,
body > footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body > header > .box-left,
body > main > .box-left,
body > footer > .box-left,
body > header > .box-right,
body > main > .box-right,
body > footer > .box-right {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  body > header > .box-left {
    padding-bottom: 0;
  }
  body > header > .box-right {
    padding-top: 0;
  }
}
@media only screen and (min-width: 480px) {
  body > header {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  body > header > .box-left,
  body > header > .box-right {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  body > header,
  body > footer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body > header > .box-left,
  body > footer > .box-left {
    width: 38.2%;
  }
  body > header > .box-right,
  body > footer > .box-right {
    width: 61.8%;
  }
}
@media only screen and (min-width: 1024px) {
  body > main {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body > main > .box-left {
    width: 38.2%;
  }
  body > main > .box-right {
    width: 61.8%;
  }
}
#main-header {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 719px) {
  #main-header {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  #main-header #brand-nav,
  #main-header #main-nav,
  #main-header #portfolio-nav,
  #main-header #second-brand-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  #main-header #main-nav {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
    width: 100%;
  }
  #main-header #main-nav ul.menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #main-header #main-nav ul.menu li {
    margin-right: 0;
  }
  #main-header #portfolio-nav {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #main-header #brand-nav {
    width: 38.2%;
  }
  #main-header #main-nav {
    padding-right: 0;
  }
  #main-header #portfolio-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  #main-header #second-brand-nav {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  #main-header {
    font-size: 24px;
  }
  #main-header input[type='text'] {
    font-size: 24px;
  }
}
#brand-nav,
#main-nav,
#portfolio-nav,
#second-brand-nav {
  padding: 3vh 4vw;
}
@media only screen and (min-width: 1200px) {
  #brand-nav,
  #main-nav,
  #portfolio-nav,
  #second-brand-nav {
    padding: 3vh 4vw;
  }
}
#brand-nav a.logo,
#second-brand-nav a.logo {
  border: 0;
}
#brand-nav .mini img,
#second-brand-nav .mini img,
#brand-nav .textual img,
#second-brand-nav .textual img {
  height: 20px;
  width: auto;
  vertical-align: middle;
  margin: 1px 0 7px;
}
@media only screen and (min-width: 1600px) {
  #brand-nav .mini img,
  #second-brand-nav .mini img,
  #brand-nav .textual img,
  #second-brand-nav .textual img {
    height: 28px;
  }
}
#brand-nav .textual,
#second-brand-nav .textual {
  width: 133px;
  display: none;
}
@media only screen and (min-width: 1600px) {
  #brand-nav .textual,
  #second-brand-nav .textual {
    width: 178px;
  }
}
#brand-nav {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
@media only screen and (min-width: 480px) {
  #brand-nav .mini {
    display: none;
  }
  #brand-nav .textual {
    display: inline-block;
  }
}
#main-nav {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
#main-nav li {
  margin-right: 1.25rem;
}
@media only screen and (min-width: 768px) {
  #main-nav li {
    margin-right: 1.75rem;
  }
}
#portfolio-nav {
  -webkit-order: 3;
  -ms-order: 3;
  order: 3;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#portfolio-nav .portfolio input[type='password'],
#portfolio-nav .portfolio input[type='text'] {
  width: 30px;
  border: 0;
  outline: 0;
  border-bottom: 2px solid white;
  transition: all .2s;
  background-image: url('/img/lock.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 1.2em;
  padding: 1px 0 5px 1.2em;
}
#portfolio-nav .portfolio input[type='password']:focus,
#portfolio-nav .portfolio input[type='text']:focus {
  width: 100%;
  border-color: black;
}
#portfolio-nav .material-icons {
  font-size: 18px;
}
#second-brand-nav {
  -webkit-order: 4;
  -ms-order: 4;
  order: 4;
  text-align: right;
  display: none;
}
#main-footer {
  display: none;
}
body#home #main-footer {
  display: block;
}
@media only screen and (min-width: 768px) {
  body#home #main-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body#home #main-footer a {
  font-weight: bold;
  border-bottom: 2px solid;
  padding: 1px 0;
}
.box-left,
.box-right {
  padding: 3vh 4vw;
}
@media only screen and (min-width: 1200px) {
  .box-left,
  .box-right {
    padding: 3vh 4vw;
  }
}
@media only screen and (max-width: 768px) {
  main.projects .titles {
    display: none;
  }
}
main.projects .figures {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
main.projects .figures figure {
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
}
@media only screen and (min-width: 768px) {
  main.projects .figures figure {
    margin-bottom: 1.75rem;
    margin-right: 1.75rem;
  }
}
main.projects .figures figure a {
  display: block;
  border: 0;
}
main.projects .figures img {
  max-width: 20vmin;
  max-height: 20vmin;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  main.projects .figures img {
    max-width: 30vmin;
    max-height: 30vmin;
  }
}
main.project {
  display: block;
  *zoom: 1;
}
main.project:before,
main.project:after {
  display: table;
  content: "";
  line-height: 0;
}
main.project:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  main.project .box-left {
    width: 38.2%;
    float: left;
    clear: left;
  }
  main.project .box-right {
    width: 61.8%;
    float: right;
    clear: right;
  }
}
main.project .images {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
main.project .images figure {
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
}
@media only screen and (min-width: 768px) {
  main.project .images figure {
    margin-bottom: 1.75rem;
    margin-right: 1.75rem;
  }
}
main.project .images img {
  max-width: 40vmin;
  max-height: 40vmin;
  width: auto;
  height: auto;
  vertical-align: middle;
}
main.project .images .process img {
  max-width: 20vmin;
  max-height: 20vmin;
}
main.project article {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
main.project article .richtext {
  max-width: 32em;
}
main.project article > header {
  margin-bottom: 3vmin;
}
main.project article > header h1,
main.project article > header h2 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
}
@media only screen and (min-width: 1600px) {
  main.project article > header h1,
  main.project article > header h2 {
    font-size: 24px;
  }
}
main.project article > header h2 {
  font-weight: normal;
}
main.project article .description {
  margin-bottom: 3vmin;
}
@media only screen and (min-width: 768px) {
  main.project > footer {
    padding-top: 0;
  }
}
main.project > footer nav a {
  border-color: #000000;
  margin-right: 1rem;
  position: relative;
}
main.project > footer nav a.next:after {
  position: absolute;
  margin-left: .5em;
  content: "\25BA";
}
@media only screen and (max-width: 1023px) {
  main.about .box-left,
  main.contact .box-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.about .box-left .pitch,
  main.contact .box-left .pitch {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    width: 50%;
    padding-right: 1rem;
  }
  main.about .box-left .address,
  main.contact .box-left .address {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 50%;
    padding-left: 1rem;
  }
  main.about .box-left div.logo,
  main.contact .box-left div.logo {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
    margin-bottom: 0;
    margin-top: 2rem;
  }
}
main.about .mission,
main.contact .mission {
  font-size: 1.5rem;
  margin-bottom: 5vh;
}
main.about .biographies > *,
main.contact .biographies > *,
main.about .locations > *,
main.contact .locations > * {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  main.about .biographies,
  main.contact .biographies,
  main.about .locations,
  main.contact .locations {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  main.about .biographies > *,
  main.contact .biographies > *,
  main.about .locations > *,
  main.contact .locations > * {
    width: calc(50% - 1rem);
  }
}
main.about .bio h2,
main.contact .bio h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0;
}
main.about .bio h2 + p,
main.contact .bio h2 + p {
  margin-top: 0;
}
main.about .address h2,
main.contact .address h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0;
}
main.about img.logo,
main.contact img.logo {
  max-width: 100%;
  height: auto;
}
main.about .pitch,
main.contact .pitch,
main.about div.logo,
main.contact div.logo {
  margin-bottom: 2rem;
}
main.about .pitch,
main.contact .pitch {
  font-size: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  main.about .pitch,
  main.contact .pitch {
    font-size: 1.5rem;
  }
}
main.home {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  main.home {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
main.home .hero {
  font-weight: bold;
  font-size: 10vh;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  main.home .hero {
    *zoom: 1;
  }
  main.home .hero:before,
  main.home .hero:after {
    display: table;
    content: "";
    line-height: 0;
  }
  main.home .hero:after {
    clear: both;
  }
  main.home .hero > div {
    width: 49%;
  }
  main.home .hero > div.circle {
    float: left;
  }
  main.home .hero > div.square {
    float: right;
  }
}
main.home .hero .perfect {
  margin: 1.75rem 0;
  margin: 0 0 1.75rem 0;
  width: 61.8%;
  max-width: 320px;
  height: auto;
  vertical-align: middle;
}
main.home .slideshow {
  position: relative;
}
main.home .slideshow img.filler {
  opacity: 0;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main.home .slideshow > figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .5s;
}
main.home .slideshow > figure.active {
  opacity: 1;
}
main.home .slideshow img,
main.home .slideshow svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
body#home.home-alt #main-footer {
  display: none;
}
body#home.home-alt main.home {
  display: block;
  padding: 0 4vw;
}
body#home.home-alt main.home section.news {
  padding: 3vh 0;
  text-align: center;
}
body#home.home-alt main.home figure {
  max-width: 1600px;
  margin: auto;
}
body#home.home-alt main.home img,
body#home.home-alt main.home svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
body#home.home-alt .slides-svg .slide {
  opacity: 0;
  transition: opacity .5s;
}
body#home.home-alt .slides-svg .slide.active {
  opacity: 1;
}
#display {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 5;
  background-color: #ffffff;
}
#display .panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#display .panel > * {
  width: 100%;
}
#display nav {
  z-index: 2;
}
#display nav .icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
#display nav .material-icons {
  line-height: inherit !important;
}
#display nav i {
  cursor: pointer;
}
#display nav .close {
  position: fixed;
  top: 3px;
  right: 3px;
}
#display nav .prev,
#display nav .next {
  position: fixed;
  top: 50%;
  -ms-transform: translatey(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#display nav .prev {
  left: 3px;
}
#display nav .next {
  right: 3px;
}
#display header {
  min-height: 30px;
  padding: 1rem 2rem;
}
#display figure {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
#display figure img {
  cursor: pointer;
  max-width: 96%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#display footer {
  min-height: 30px;
  padding: 1rem 2rem;
}
#display footer p {
  margin: 0;
}
#display footer figcaption {
  max-width: 36rem;
  margin: auto;
  text-align: center;
}
#display footer .copyright {
  font-size: 12px;
  margin-bottom: .5rem;
}
