@font-face {
  font-family: "plain";
  src: url("../fonts/Plain/PlainMedium-Regular.eot");
  src: url("../fonts/Plain/PlainMedium-Regular.eot?") format("embedded-opentype"), url("../fonts/Plain/PlainMedium-Regular.woff") format("woff"), url("../fonts/Plain/PlainMedium-Regular.svg#PlainMedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "plain";
  src: url("../fonts/Plain/PlainBold-Regular.eot");
  src: url("../fonts/Plain/PlainBold-Regular.eot?") format("embedded-opentype"), url("../fonts/Plain/PlainBold-Regular.woff") format("woff"), url("../fonts/Plain/PlainBold-Regular.svg#PlainBold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "portrait";
  src: url("../fonts/Portrait/Portrait-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "portrait";
  src: url("../fonts/Portrait/Portrait-LightItalic-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "portrait";
  src: url("../fonts/Portrait/Portrait-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "portrait";
  src: url("../fonts/Portrait/Portrait-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "portrait";
  src: url("../fonts/Portrait/Portrait-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "portrait";
  src: url("../fonts/Portrait/Portrait-MediumItalic-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "portrait";
  src: url("../fonts/Portrait/Portrait-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "portrait";
  src: url("../fonts/Portrait/Portrait-BoldItalic-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "portrait-text";
  src: url("../fonts/Portrait/PortraitText-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "portrait-text";
  src: url("../fonts/Portrait/PortraitText-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "portrait-text";
  src: url("../fonts/Portrait/PortraitText-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "portrait-text";
  src: url("../fonts/Portrait/PortraitText-BoldItalic-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

/* base
================================================================= */
/* Box model
----------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.test {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); }

/* HTML5 display definitions
----------------------------------------------------------------- */
/* Correct `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; }

/* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0; }

/* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue:no IE 6 support. */
[hidden] {
  display: none !important; }

/* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure {
  margin: 0;
  font-size: 0; }

/* Base
----------------------------------------------------------------- */
/* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevent iOS text size adjust after orientation change, without disabling user zoom.
	3. Normalize font rendering in Firefox */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-osx-font-smoothing: gray;
  /* 3 */
  text-rendering: optimizelegibility; }

/* Address `font-family` inconsistency between `textarea` and other form elements. */
html,
button,
input,
select,
textarea {
  font-family: inherit; }

/* Address margins handled incorrectly in IE 6/7. */
body {
  margin: 0;
  font-size: 21px;
  font-family: "portrait-text", serif;
  line-height: 1.5;
  color: #111111;
  background-color: #111111;
  -moz-font-feature-settings: "liga" on;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

section {
  margin: 0; }

/* Embedded content
----------------------------------------------------------------- */
/* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
	2. Improve image quality when scaled in IE 7. */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

img,
a img,
object,
embed {
  max-width: 100%;
  height: auto; }

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

a {
  color: #111111; }

a:focus {
  outline: none; }

a:active,
a:hover {
  outline: 0;
  text-decoration: none; }

h1,
.h1 {
  font-size: 72px;
  line-height: 1;
  margin: 0 0 27px 0; }

h2,
.h2 {
  font-size: 48px;
  line-height: 1;
  margin: 0 0 30px 0; }

h3,
.h3 {
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 30px 0; }

h4,
.h4 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 30px 0; }

h5,
.h5 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 30px 0; }

h6,
.h6 {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 30px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "portrait", serif;
  font-weight: 400; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: .75em;
  font-weight: normal;
  color: #999999; }

hgroup {
  margin: 0 0 30px 0; }

hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6,
hgroup p {
  margin: 0; }

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

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

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

p,
pre {
  margin: 0 0 30px 0; }

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 21px; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

[hidden] {
  display: none !important; }

dl,
menu,
ol,
ul {
  margin: 0 0 30px 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px;
  margin-bottom: 0; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

nav li a {
  text-decoration: none; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0; }

code {
  font-size: 18px;
  color: #777777;
  background: #f5f5f5;
  padding: 0.2em 0.4em;
  white-space: nowrap; }

.code {
  margin: 30px 0;
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.code + .code {
  margin-top: -15px; }

.code code {
  white-space: pre;
  word-wrap: normal;
  padding: 0;
  background: none; }

/* Tables
----------------------------------------------------------------- */
/* 1. From normalize.css: removes most spacing between table cells. */
table {
  border-collapse: collapse;
  /* 1 */
  border-spacing: 0;
  /* 1 */
  empty-cells: show;
  border: 1px solid #dddddd;
  margin: 35px 0; }

table caption {
  padding: 0 0 10px;
  color: #999999;
  font-size: 18px;
  font-style: italic;
  text-align: center; }

table td,
table th {
  border-left: 1px solid #dddddd;
  border-width: 0 0 0 1px;
  margin: 0;
  padding: 0.5em 1em;
  font-size: inherit;
  overflow: visible;
  /*to make ths where the title is really long work*/ }

table th {
  border-bottom: 1px solid #dddddd; }

table td {
  background-color: transparent;
  vertical-align: top; }

table td:first-child,
table th:first-child {
  border-left-width: 0; }

table thead {
  background: #eeeeee;
  color: #000000;
  text-align: left;
  vertical-align: bottom; }

/* tables that use grid width classes */
table col[class*="col-"] {
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none; }

/* Striped tables
----------------------------------------------------------------- */
/* nth-child selector for modern browsers, otherwise apply .u-odd class to markup */
.table-striped tr:nth-child(2n-1) td,
.u-odd td {
  background-color: #f6f9fc; }

/* Bordered tables
----------------------------------------------------------------- */
.table-bordered td {
  border-bottom: 1px solid #dddddd; }

.table-bordered tbody > tr:last-child td,
.table-horizontal tbody > tr:last-child td {
  border-bottom-width: 0; }

/* Horizontal tables
----------------------------------------------------------------- */
.table-horizontal td,
.table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #dddddd; }

.table-horizontal tbody > tr:last-child td {
  border-bottom-width: 0; }

/* Forms: Noemalize
----------------------------------------------------------------- */
/* 1. Correct margin displayed oddly in IE 6/7. */
form {
  margin: 0;
  /* 1 */
  /* burf */
  font-family: "portrait-text", serif;
  font-size: 21px; }

/* Define consistent border, margin, and padding. */
fieldset {
  border: 0;
  margin: 30px 0;
  padding: 0; }

/* 1. Correct text not wrapping in Firefox 3.
	2. Correct alignment displayed oddly in IE 6/7. */
legend {
  white-space: normal;
  /* 1 */
  *margin-left: -7px;
  /* 2 */
  /* burf */
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 4px;
  border: 1px solid #e5e5e5;
  border-width: 0 0 1px 0;
  font-weight: 700; }

label {
  /* burf */
  margin: 0.5em 0 0.2em; }

/* 1. Correct font size not being inherited in all browsers.
	2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome.
	3. Improve appearance and consistency in all browsers.	*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/* 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 Chrome, Safari 5+, and IE 6+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button,
select {
  text-transform: none; }

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
	2. Removed from normalize.css: "Correct inability to style clickable `input` types in iOS which added -webkit-appearance: button."
	3. Improve usability and consistency of cursor style between image-type `input` and others.
	4. Remove card spacing in IE 7 without affecting normal text inputs. Known issue:card spacing remains in IE 6.
	5. Remove WebKit default button business. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */ }

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

/* 1. Address box sizing set to content-box in IE 8/9.
	2. Remove excess padding in IE 8/9.
	3. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
  margin-right: 4px; }

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

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

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

/* 1. Remove default vertical scrollbar in IE 6/7/8/9.
	2. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* Forms: Style (adapted from Pure CSS v0.5.0)
----------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #eee;
          box-shadow: inset 0 1px 3px #eee;
  -webkit-border-radius: 0;
          border-radius: 0; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #129fea;
  outline: 1px auto #129fea;
  -webkit-box-shadow: 0 0 4px 0 rgba(18, 159, 234, 0.2);
          box-shadow: 0 0 4px 0 rgba(18, 159, 234, 0.2); }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 1px auto #129fea;
  -webkit-box-shadow: 0 0 4px 0 rgba(18, 159, 234, 0.2);
          box-shadow: 0 0 4px 0 rgba(18, 159, 234, 0.2); }

.checkbox,
.radio {
  margin: 0.5em 0;
  display: block; }

input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

input[readonly],
select[readonly],
textarea[readonly] {
  background: #eee;
  color: #777;
  border-color: #ccc; }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d; }

input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d; }

select {
  border: 1px solid #ccc;
  background-color: white; }

select[multiple] {
  height: auto; }

.form-row {
  margin: 0 0 10px; }

.form-controls {
  margin: 20px 0 0; }

.required {
  color: #c00 !important; }

/* Form Stacked */
.form-stacked input[type="text"],
.form-stacked input[type="password"],
.form-stacked input[type="email"],
.form-stacked input[type="url"],
.form-stacked input[type="date"],
.form-stacked input[type="month"],
.form-stacked input[type="time"],
.form-stacked input[type="datetime"],
.form-stacked input[type="datetime-local"],
.form-stacked input[type="week"],
.form-stacked input[type="number"],
.form-stacked input[type="search"],
.form-stacked input[type="tel"],
.form-stacked input[type="color"],
.form-stacked select,
.form-stacked label,
.form-stacked textarea,
.form-aligned select,
.form-aligned label,
.form-aligned textarea {
  display: block;
  margin: 0.25em 0; }

/* Aligned Forms */
@media (max-width: 299px) {
  .form-aligned input,
  .form-aligned textarea,
  .form-aligned select {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle; }
  .form-aligned textarea {
    vertical-align: top; }
  .form-aligned .form-row label {
    display: inline-block;
    width: 200px;
    margin: 0 20px 0 0;
    vertical-align: middle;
    text-align: right; }
  .form-aligned .form-row-checkbox,
  .form-aligned .form-row-radio {
    margin: 0 0 10px;
    margin-left: 220px; }
  .form-aligned .form-controls {
    margin-left: 220px; } }

/* buttons
----------------------------------------------------------------- */
.button, button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  /* Structure */
  display: inline-block;
  *display: inline;
  /*IE 6/7*/
  zoom: 1;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/* Firefox: Get rid of the card focus border */
.button::-moz-focus-card, button::-moz-focus-card,
html input[type="button"]::-moz-focus-card,
input[type="reset"]::-moz-focus-card,
input[type="submit"]::-moz-focus-card {
  padding: 0;
  border: 0; }

.button, button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "plain", sans-serif;
  font-size: 16px;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  font-weight: 500;
  padding: 10px 25px 15px;
  color: #111111;
  border: 0;
  background-color: #df4986;
  text-decoration: none;
  -webkit-border-radius: 25px;
          border-radius: 25px; }

.button:focus, button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0; }

.button-active,
.button:active,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset; }

.button[disabled], button[disabled],
html input[disabled][type="button"],
input[disabled][type="reset"],
input[disabled][type="submit"],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  opacity: 0.40;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none; }

.button-hidden {
  display: none; }

/* Firefox: Get rid of the card focus border */
.button::-moz-focus-card, button::-moz-focus-card,
html input[type="button"]::-moz-focus-card,
input[type="reset"]::-moz-focus-card,
input[type="submit"]::-moz-focus-card {
  padding: 0;
  border: 0; }

.button-primary,
.button-selected,
a.button-primary,
a.button-selected {
  background-color: transparent;
  color: #ffffff; }

.icon {
  display: inline-block; }

.icon-label {
  display: none; }

.wrapper {
  background-color: #ffffff; }

.header {
  position: relative;
  height: 130px; }
  @media (min-width: 450px) {
    .header {
      height: 150px; } }
  @media (min-width: 768px) {
    .header {
      height: 200px; } }

.header-bg {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto; }

.masthead {
  position: absolute;
  top: 43px;
  left: 25px;
  text-decoration: none;
  z-index: 301; }
  @media (min-width: 450px) {
    .masthead {
      top: 53px;
      left: 48px; } }
  @media (min-width: 768px) {
    .masthead {
      top: 76px; } }
  @media (min-width: 1450px) {
    .masthead {
      left: 100px; } }

.masthead-logo {
  display: inline-block;
  width: 150px;
  fill: #111111; }
  @media (min-width: 450px) {
    .masthead-logo {
      width: 155px; } }
  @media (min-width: 768px) {
    .masthead-logo {
      width: 175px; } }

.header-wrapper,
.noise {
  position: relative;
  z-index: 200; }
  .header-wrapper:before,
  .noise:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.03;
    background: url("../img/noise.gif");
    z-index: -1; }

.masthead-issue-no {
  display: none;
  font-family: "plain", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  margin: 0 0 0 8px;
  top: -39px;
  color: #ffffff; }
  @media (min-width: 400px) {
    .masthead-issue-no {
      display: inline-block; } }
  @media (min-width: 768px) {
    .masthead-issue-no {
      top: -45px;
      font-size: 14px; } }

.nav {
  position: absolute;
  top: 48px;
  right: 25px;
  z-index: 300; }
  @media (min-width: 450px) {
    .nav {
      top: 61px;
      right: 50px; } }
  @media (min-width: 768px) {
    .nav {
      top: 85px; } }
  @media (min-width: 1450px) {
    .nav {
      right: 100px; } }

.nav-list {
  display: none; }
  @media (min-width: 768px) {
    .nav-list {
      display: block; } }

.nav-item {
  display: inline-block;
  float: left; }
  .nav-item:first-child {
    margin-left: 0; }

.nav-link {
  position: relative;
  display: inline-block;
  font-family: "plain", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #111111;
  margin-left: 30px;
  padding-bottom: 2px;
  text-decoration: none; }
  @media (min-width: 768px) {
    .nav-link:after {
      content: "";
      display: block;
      position: absolute;
      top: 23px;
      left: 0;
      width: 100%;
      height: 6px;
      background-color: #111111;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
    .nav-link:hover:after, .nav-link:focus:after {
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1); } }

.page--work .nav-link--work:after,
.page--about .nav-link--about:after,
.page--jobs .nav-link--jobs:after,
.page--contact .nav-link--contact:after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1); }

.nav-toggle {
  display: inline-block;
  margin-top: 3px; }
  @media (min-width: 768px) {
    .nav-toggle {
      display: none; } }

.nav-toggle-icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 10px;
  margin: -10px -10px 0 0; }

.nav-toggle-icon--open {
  display: inline-block;
  stroke: #111111; }

.nav-toggle-icon--close {
  display: none;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  margin: -9px 0 0 0; }

.menu-is-open .masthead {
  position: fixed; }

.menu-is-open .masthead-logo {
  fill: #ffffff; }

.menu-is-open .nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111; }

.menu-is-open .nav-list {
  position: absolute;
  top: 150px;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (min-width: 768px) {
    .menu-is-open .nav-list {
      top: 200px; } }

.menu-is-open .nav-item {
  display: block;
  float: none;
  text-align: center; }

.menu-is-open .nav-link {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  border: 0; }
  @media (min-width: 400px) {
    .menu-is-open .nav-link {
      font-size: 72px; } }
  .menu-is-open .nav-link:hover:before, .menu-is-open .nav-link:focus:before {
    content: " ";
    display: block;
    position: absolute;
    top: 62%;
    left: -5%;
    right: -5%;
    height: 3px;
    background: #df4986; }

.menu-is-open .nav-toggle {
  position: absolute;
  top: 48px;
  right: 25px; }
  @media (min-width: 450px) {
    .menu-is-open .nav-toggle {
      top: 61px;
      right: 50px; } }

.menu-is-open .nav-toggle-icon--open {
  display: none; }

.menu-is-open .nav-toggle-icon--close {
  display: inline-block;
  stroke: #ffffff; }

.footer:after {
  content: "";
  display: table;
  clear: both; }

.footer-inner {
  padding: 75px 25px;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (min-width: 400px) {
    .footer-inner {
      padding: 100px 50px; } }
  @media (min-width: 1450px) {
    .footer-inner {
      padding: 120px 100px; } }
  .footer-inner > * {
    margin: 0; }
  @media (min-width: 400px) {
    .footer-inner {
      padding-top: 50px;
      padding-bottom: 50px; } }

.footer a {
  color: #111111; }

.footer-social {
  margin-bottom: 25px;
  font-family: "plain", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500; }
  @media (min-width: 600px) {
    .footer-social {
      float: right; } }

.footer-social-link {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none; }
  .footer-social-link:hover {
    text-decoration: underline; }
  .footer-social-link:last-child {
    margin-right: 0; }

.footer-details {
  font-family: "portrait-text", serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  display: inline-block; }
  .footer-details a {
    text-decoration: none; }
    .footer-details a:hover {
      text-decoration: underline; }

.footer-detail {
  margin: 0;
  display: block; }

.footer-detail--copyright {
  font-family: "plain", sans-serif;
  font-size: 14px;
  margin-bottom: 6px; }

.footer-detail--address-phone {
  margin-bottom: 16px; }

.footer-detail--release {
  opacity: 0.4; }

.hero {
  position: relative; }

.hero-link {
  text-decoration: none;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hero-link:hover {
    -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }

.hero-image {
  display: block; }

.hero-tz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px; }
  .no-flexbox .hero-tz {
    position: relative; }
    .no-flexbox .hero-tz > * {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  @media (min-width: 400px) {
    .hero-tz {
      padding: 50px; } }

.hero-hdr {
  font-family: "plain", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0; }
  @media (min-width: 400px) {
    .hero-hdr {
      font-size: 36px; } }

.hero-hdr-cta {
  font-family: "portrait-text", serif;
  font-size: 18px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  white-space: nowrap; }

.hero--card {
  padding: 0 25px 25px; }
  @media (min-width: 400px) {
    .hero--card {
      padding: 0 50px 50px; } }
  @media (min-width: 1070px) {
    .hero--card {
      padding: 0 200px 100px; } }
  @media (min-width: 1450px) {
    .hero--card {
      padding: 0 200px 100px; } }
  .hero--card .card {
    margin: 0 auto;
    max-width: 1300px; }
  .hero--card .card-inner {
    position: relative;
    min-height: 300px;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 7px -4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 7px -4px rgba(0, 0, 0, 0.2);
    z-index: 201; }
    .hero--card .card-inner:after {
      content: "";
      display: table;
      clear: both; }

.card-shadow {
  position: absolute;
  width: 100%;
  height: 300px;
  left: 0;
  bottom: 0;
  -webkit-perspective: 600px;
          perspective: 600px;
  z-index: 200; }
  .card-shadow:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    height: 5%;
    width: 1%;
    left: 4%;
    -webkit-transform: rotateX(45deg) scale(8, 0.75);
            transform: rotateX(45deg) scale(8, 0.75);
    background: #000;
    -webkit-box-shadow: 0 0 3px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 10px #000, 0 0 10px #000, 0 0 30px #000;
            box-shadow: 0 0 3px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 10px #000, 0 0 10px #000, 0 0 30px #000;
    opacity: 0.5; }
  .card-shadow:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -4%;
    height: 100%;
    width: 0.5%;
    left: 13%;
    -webkit-transform: rotateX(45deg) scale(10, 1);
            transform: rotateX(45deg) scale(10, 1);
    background: #000;
    -webkit-box-shadow: 0 0 10px #000, 0 0 15px #000, 0 0 20px #000;
            box-shadow: 0 0 10px #000, 0 0 15px #000, 0 0 20px #000;
    opacity: 0.4; }

.card-glow:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 15px;
  height: 15px;
  width: 8%;
  /* Add a 10th of the width you want (scaled up later) */
  left: -4%;
  /* Half of the 10th of the width! */
  margin: 0 0 0 50%;
  /* Centers element before it's upscaled, don't change this */
  -webkit-transform: rotateX(45deg) scale(10, 3);
          transform: rotateX(45deg) scale(10, 3);
  background: #fff;
  -webkit-box-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 50px #fff;
          box-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 50px #fff;
  opacity: 0.2; }

@media (min-width: 768px) {
  .hero-spread {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .hero-spread .hero-spread-cell {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.hero-spread-cell {
  position: relative; }

.hero-spread-cell--centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.issue--mit .masthead-logo,
.issue--mit .nav-toggle-icon--open {
  fill: #ffffff;
  stroke: #ffffff; }

.issue--mit .nav-link {
  color: #ffffff; }
  .issue--mit .nav-link:after {
    background-color: #ffffff; }

.issue--mit .masthead-issue-no {
  opacity: 0.5; }

.issue--mit .header-wrapper {
  position: relative;
  background: -webkit-linear-gradient(45deg, #7bb5e0 0%, #9ED3F1 100%);
  background: linear-gradient(45deg, #7bb5e0 0%, #9ED3F1 100%); }

.issue--mit .hero .card-inner {
  background-color: #df4986; }

.issue--mit .hero-hdr-line-1 {
  color: #fdcc31; }

.issue--mit .hero-hdr-line-2 {
  color: #ffffff; }

.issue--mit .hero-hdr-line-3 {
  color: #9BD4F5; }

.issue--mit .hero-hdr-line-4 {
  color: #9BD4F5; }

.issue--mit .hero-hdr-cta {
  color: #FDB1B8; }

.issue--mit .hero-link {
  position: relative;
  display: block;
  padding: 5px 0;
  background: #df4986;
  z-index: 201; }

.issue--mit .hero-tz:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 50%;
  height: 50%;
  border: 1px solid #fdcc31;
  border-width: 0 1px 0 0;
  z-index: 200; }
  @media (min-width: 768px) {
    .issue--mit .hero-tz:after {
      top: 50px;
      left: -2%;
      width: 52%;
      border-width: 1px 1px 0 0; } }

.issue--mit .card-glow:before {
  background: #FFA7CB;
  -webkit-box-shadow: 0 0 2px #FFA7CB, 0 0 3px #FFA7CB, 0 0 5px #FFA7CB, 0 0 10px #FFA7CB, 0 0 20px #FFA7CB, 0 0 30px #FFA7CB, 0 0 50px #FFA7CB;
          box-shadow: 0 0 2px #FFA7CB, 0 0 3px #FFA7CB, 0 0 5px #FFA7CB, 0 0 10px #FFA7CB, 0 0 20px #FFA7CB, 0 0 30px #FFA7CB, 0 0 50px #FFA7CB; }

.article {
  padding: 75px 25px;
  position: relative; }
  @media (min-width: 400px) {
    .article {
      padding: 100px 50px; } }
  @media (min-width: 1450px) {
    .article {
      padding: 120px 100px; } }
  .article:after {
    content: "";
    display: table;
    clear: both; }

.article-inner {
  max-width: 600px;
  margin: 0 auto; }

.section-hdr {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300;
  margin: 0 0 55px; }
  @media (min-width: 600px) {
    .section-hdr {
      font-size: 48px;
      line-height: 1;
      margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .section-hdr {
      text-align: center;
      margin-bottom: 70px;
      text-align: center; } }
  @media (min-width: 1450px) {
    .section-hdr {
      font-size: 72px;
      line-height: 1; } }

.section-hdr-link {
  position: relative;
  display: inline-block;
  text-decoration: none; }

.section-hdr-cta {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -8px;
  font-family: "portrait-text", serif;
  font-size: 18px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  padding: 0 0 2px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #df4986; }
  .section-hdr-link:hover .section-hdr-cta, .section-hdr-link:focus .section-hdr-cta {
    color: #111111; }

.lede {
  font-size: 28px;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .lede {
      font-family: "portrait", serif;
      font-size: 36px; } }
  @media (min-width: 1450px) {
    .lede {
      font-size: 44px; } }

.dropcap {
  float: left;
  font-size: 105px;
  line-height: 1.05;
  font-family: "portrait", serif;
  font-weight: 100;
  padding: 0 15px 0 0; }
  * > .dropcap {
    margin-bottom: -20px; }
  @media (min-width: 600px) {
    .dropcap {
      font-size: 143px;
      line-height: 1; } }

.spread {
  background-size: cover;
  background-position: 50% 50%; }

@media (min-width: 768px) {
  .spread-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .spread-inner .spread-cell {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.spread-cell {
  padding: 75px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: 50% 50%; }
  .spread-cell:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 400px) {
    .spread-cell {
      padding: 100px 50px; } }
  @media (min-width: 1450px) {
    .spread-cell {
      padding: 120px 100px; } }
  @media (min-width: 768px) {
    .spread-cell {
      min-height: 66vh;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center; } }

@media (min-width: 768px) {
  .spread-cell-inner {
    max-width: 385px; } }

.spread-hdr {
  text-decoration: none;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300;
  margin: 0; }
  .spread-hdr:hover {
    text-decoration: none; }
  @media (min-width: 600px) {
    .spread-hdr {
      font-size: 48px;
      line-height: 1; } }
  @media (min-width: 768px) {
    .spread-hdr {
      text-align: center; } }
  @media (min-width: 1450px) {
    .spread-hdr {
      font-size: 72px;
      line-height: 1; } }

@media (min-width: 1450px) {
  .spread-hdr--has-link {
    font-size: 48px;
    line-height: 1; } }

.spread-hdr-link {
  text-decoration: none;
  -webkit-box-shadow: inset 0 -2px 0 0 #29262D;
          box-shadow: inset 0 -2px 0 0 #29262D;
  -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(0, 0, 0.58, 1);
  transition: -webkit-box-shadow 200ms cubic-bezier(0, 0, 0.58, 1);
  transition: box-shadow 200ms cubic-bezier(0, 0, 0.58, 1);
  transition: box-shadow 200ms cubic-bezier(0, 0, 0.58, 1), -webkit-box-shadow 200ms cubic-bezier(0, 0, 0.58, 1); }
  .spread-hdr-link:hover, .spread-hdr-link:focus {
    -webkit-box-shadow: inset 0 -12px 0 0 #7bb5e0;
            box-shadow: inset 0 -12px 0 0 #7bb5e0; }

@media (min-width: 768px) {
  .spread-cell--centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; } }

.spread-cell *:last-child {
  margin: 0; }

.spread-image {
  margin-bottom: 30px; }

@media (min-width: 0) and (max-width: 767px) {
  .spread-cell--left {
    padding-bottom: 25px; } }

@media (min-width: 0) and (max-width: 767px) {
  .spread-cell--right {
    padding-top: 0; } }

.spread-cta-link {
  font-family: "portrait-text", serif;
  font-size: 18px;
  line-height: 18px;
  font-style: italic;
  text-decoration: none; }
  .spread-cta-link:hover {
    text-decoration: underline; }

.spread-kicker {
  font-family: "portrait-text", serif;
  font-size: 24px;
  line-height: 24px;
  font-style: italic; }
  @media (min-width: 768px) {
    .spread-kicker {
      text-align: center; } }

.spread-cell--bordered {
  position: relative; }
  @media (min-width: 768px) {
    .spread-cell--bordered:before {
      content: "";
      position: absolute;
      top: 50px;
      right: 50px;
      bottom: 50px;
      left: 50px;
      border: 1px solid rgba(249, 243, 238, 0.2); } }

.spread.colorway--white,
section.colorway--white,
article.colorway--white {
  background: #ffffff; }
  .spread.colorway--white a,
  section.colorway--white a,
  article.colorway--white a {
    color: #111111; }

.spread.colorway--cream,
section.colorway--cream,
article.colorway--cream {
  background: #f9f3ee;
  color: #111111; }
  .spread.colorway--cream a,
  section.colorway--cream a,
  article.colorway--cream a {
    color: #111111; }

.spread.colorway--red,
section.colorway--red,
article.colorway--red {
  background: #eb423d;
  color: #ffffff; }
  .spread.colorway--red a,
  section.colorway--red a,
  article.colorway--red a {
    color: #ffffff; }

.spread.colorway--black,
section.colorway--black,
article.colorway--black {
  background: #111111;
  color: #ffffff; }
  .spread.colorway--black a,
  section.colorway--black a,
  article.colorway--black a {
    color: #ffffff; }

.spread.colorway--dark-gray,
section.colorway--dark-gray,
article.colorway--dark-gray {
  background: #222222;
  color: #ffffff; }
  .spread.colorway--dark-gray a,
  section.colorway--dark-gray a,
  article.colorway--dark-gray a {
    color: #ffffff; }

.spread.colorway--dark-slate,
section.colorway--dark-slate,
article.colorway--dark-slate {
  background: #29262D;
  color: #ffffff; }
  .spread.colorway--dark-slate a,
  section.colorway--dark-slate a,
  article.colorway--dark-slate a {
    color: #ffffff; }

.spread.colorway--sky,
section.colorway--sky,
article.colorway--sky {
  background: #d3e1f3;
  color: #111111; }
  .spread.colorway--sky a,
  section.colorway--sky a,
  article.colorway--sky a {
    color: #111111; }

.spread.colorway--pale-blue,
section.colorway--pale-blue,
article.colorway--pale-blue {
  background: #F3F7F9;
  color: #111111; }
  .spread.colorway--pale-blue a,
  section.colorway--pale-blue a,
  article.colorway--pale-blue a {
    color: #111111; }

.spread.colorway--light-gray,
section.colorway--light-gray,
article.colorway--light-gray {
  background: #f5f5f5;
  color: #111111; }
  .spread.colorway--light-gray a,
  section.colorway--light-gray a,
  article.colorway--light-gray a {
    color: #111111; }

.spread.colorway--spot,
section.colorway--spot,
article.colorway--spot {
  background: #df4986;
  color: #ffffff; }
  .spread.colorway--spot a,
  section.colorway--spot a,
  article.colorway--spot a {
    color: #ffffff; }

.spread.colorway-text--red,
section.colorway-text--red,
article.colorway-text--red {
  color: #eb423d; }

@media (min-width: 768px) {
  .spread .spread-cell.colorway--white {
    background: #ffffff; }
    .spread .spread-cell.colorway--white a {
      color: #111111; }
  .spread .spread-cell.colorway--cream {
    background: #f9f3ee;
    color: #111111; }
    .spread .spread-cell.colorway--cream a {
      color: #111111; }
  .spread .spread-cell.colorway--red {
    background: #eb423d;
    color: #ffffff; }
    .spread .spread-cell.colorway--red a {
      color: #ffffff; }
  .spread .spread-cell.colorway--black {
    background: #111111;
    color: #ffffff; }
    .spread .spread-cell.colorway--black a {
      color: #ffffff; }
  .spread .spread-cell.colorway--dark-gray {
    background: #222222;
    color: #ffffff; }
    .spread .spread-cell.colorway--dark-gray a {
      color: #ffffff; }
  .spread .spread-cell.colorway--slate {
    background: #29262D;
    color: #ffffff; }
    .spread .spread-cell.colorway--slate a {
      color: #ffffff; }
  .spread .spread-cell.colorway--sky {
    background: #d3e1f3;
    color: #111111; }
    .spread .spread-cell.colorway--sky a {
      color: #111111; }
  .spread .spread-cell.colorway--pale-blue {
    background: #F3F7F9;
    color: #111111; }
    .spread .spread-cell.colorway--pale-blue a {
      color: #111111; }
  .spread .spread-cell.colorway--light-gray {
    background: #f5f5f5;
    color: #111111; }
    .spread .spread-cell.colorway--light-gray a {
      color: #111111; }
  .spread .spread-cell.colorway--spot {
    background: #df4986;
    color: #ffffff; }
    .spread .spread-cell.colorway--spot a {
      color: #ffffff; }
  .spread .spread-cell.colorway-text--red {
    color: #eb423d; } }

.spread-cell--hire a {
  text-decoration: none;
  -webkit-box-shadow: inset 0 -1px 0 0 #666666;
          box-shadow: inset 0 -1px 0 0 #666666;
  -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(0, 0, 0.58, 1);
  transition: -webkit-box-shadow 200ms cubic-bezier(0, 0, 0.58, 1);
  transition: box-shadow 200ms cubic-bezier(0, 0, 0.58, 1);
  transition: box-shadow 200ms cubic-bezier(0, 0, 0.58, 1), -webkit-box-shadow 200ms cubic-bezier(0, 0, 0.58, 1); }
  .spread-cell--hire a:hover, .spread-cell--hire a:focus {
    -webkit-box-shadow: inset 0 -6px 0 0 #7bb5e0;
            box-shadow: inset 0 -6px 0 0 #7bb5e0; }

.card {
  position: relative; }

.card-text:after {
  content: "";
  display: table;
  clear: both; }

.card-tz {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10%;
  background: #ffffff; }

.card-hdr {
  font-family: "plain", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0; }
  .card-link:hover .card-hdr {
    text-decoration: underline; }

.card-link {
  display: block;
  text-decoration: none; }

.card-details,
.card-number {
  font-size: 18px;
  line-height: 1.2;
  margin: 0; }

.card-caption {
  font-size: 18px;
  line-height: 1.4;
  margin: 4px 0 50px 0; }

.card-tz-cta {
  text-decoration: none;
  text-decoration: none;
  font-style: italic;
  color: #df4986; }
  .card-tz-cta:hover {
    text-decoration: underline; }

.card-figure {
  margin: 0 0 10px 0; }

.card-image {
  display: block; }

.card-image--border {
  -webkit-box-shadow: inset 0 0 10px #ffffff;
          box-shadow: inset 0 0 10px #ffffff; }

.card--paper-square .card-inner {
  top: 16.66666666%;
  right: 16.66666666%;
  bottom: 16.66666666%;
  left: 16.66666666%; }

.card--paper-square .card-tz {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.card--paper-square .card-link:hover .card-tz {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

@media (min-width: 768px) {
  .work-hero--tr {
    background-image: url("../img/work-hero--tr-2.jpg"); } }

.spread--work .spread-kicker {
  color: #7bb5e0; }

.section--work {
  padding: 75px 25px; }
  @media (min-width: 400px) {
    .section--work {
      padding: 100px 50px; } }
  @media (min-width: 1450px) {
    .section--work {
      padding: 120px 100px; } }
  @media (min-width: 400px) and (max-width: 1449px) {
    .section--work {
      padding-top: 50px; } }

@media (min-width: 600px) {
  .grid--work {
    margin-left: -50px; }
    .grid--work:after {
      content: "";
      display: table;
      clear: both; }
    .grid--work > * {
      float: left;
      padding-left: 50px;
      width: 50%; }
    .grid--work > *:nth-child(1n) {
      clear: none; }
    .grid--work > *:nth-child(2n + 1) {
      clear: both; } }

@media (min-width: 1070px) {
  .grid--work {
    margin-left: -50px; }
    .grid--work:after {
      content: "";
      display: table;
      clear: both; }
    .grid--work > * {
      float: left;
      padding-left: 50px;
      width: 33.33333%; }
    .grid--work > *:nth-child(1n) {
      clear: none; }
    .grid--work > *:nth-child(3n + 1) {
      clear: both; } }

.section--work-list {
  padding: 75px 25px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0 !important; }
  @media (min-width: 400px) {
    .section--work-list {
      padding: 100px 50px; } }
  @media (min-width: 1450px) {
    .section--work-list {
      padding: 120px 100px; } }

.page--work .section--logos {
  margin-top: 75px;
  margin-bottom: 0; }
  @media (min-width: 400px) {
    .page--work .section--logos {
      margin-top: 100px; } }
  @media (min-width: 1070px) {
    .page--work .section--logos {
      margin-bottom: 100px; } }
  @media (min-width: 1450px) {
    .page--work .section--logos {
      margin-top: 120px;
      margin-bottom: 120px; } }

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

.work-list-item {
  position: relative;
  display: block; }

.work-list-link {
  display: block;
  color: #111111;
  text-decoration: none;
  padding: 25px 0;
  -webkit-box-shadow: 0px 1px 0px 0px #dcd7dd, inset 0px 1px 0px 0px #dcd7dd;
          box-shadow: 0px 1px 0px 0px #dcd7dd, inset 0px 1px 0px 0px #dcd7dd;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .work-list-link:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1070px) {
    .work-list-link {
      padding: 50px 0; } }
  .work-list-link:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .work-list-link:hover, .work-list-link:focus {
    color: #ffffff;
    background: #111111;
    margin: 0 -25px;
    padding-left: 25px;
    padding-right: 25px; }

.work-list-figure {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: left 200ms cubic-bezier(0.215, 0.61, 0.355, 1), right 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 200ms cubic-bezier(0.215, 0.61, 0.355, 1), right 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: cover;
  background-position: 50% 50%; }
  .work-list-link:hover .work-list-figure {
    visibility: visible;
    opacity: 0.3;
    left: -25px;
    right: -25px; }

.work-list-hdr {
  position: relative;
  font-family: "plain", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 17px;
  -webkit-transition: font-size 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: font-size 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media (min-width: 768px) {
    .work-list-hdr {
      float: left;
      width: 20%;
      margin: -4px 0 0; } }

.work-list-description {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  margin: 0; }
  @media (min-width: 768px) {
    .work-list-description {
      float: left;
      width: 80%;
      padding-left: 50px; } }
  @media (min-width: 1070px) {
    .work-list-description {
      padding-right: 175px; } }

.work-list-cta {
  display: inline-block;
  font-style: italic; }
  @media (min-width: 1070px) {
    .work-list-cta {
      position: absolute;
      top: 0;
      right: 0;
      width: 125px; } }

.work-list-cta--case-study {
  color: #df4986; }
  .work-list-link:hover .work-list-cta--case-study, .work-list-link:focus .work-list-cta--case-study {
    color: inherit; }

.section--job-description {
  padding: 75px 25px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 400px) {
    .section--job-description {
      padding: 100px 50px; } }
  @media (min-width: 1450px) {
    .section--job-description {
      padding: 120px 100px; } }
  @media (min-width: 400px) and (max-width: 1449px) {
    .section--job-description {
      padding-top: 50px; } }

@media (max-width: 767px) {
  .page--jobs .spread-hdr {
    display: none; } }

@media (max-width: 767px) {
  .spread-cell--jobs-hdr {
    background-image: url("../img/jobs-photo.jpg");
    background-blend-mode: overlay;
    background-color: #264965; } }

@media (max-width: 767px) {
  .spread-cell--jobs {
    padding: 0; } }

@media (min-width: 768px) {
  .spread-cell--jobs {
    background-color: #ffcece;
    background-image: url("../img/jobs-photo.jpg");
    background-blend-mode: overlay; }
    .spread-cell--jobs .spread-hdr {
      color: #111111; } }

.section--jobs {
  padding: 75px 25px;
  padding-bottom: 50px !important; }
  @media (min-width: 400px) {
    .section--jobs {
      padding: 100px 50px; } }
  @media (min-width: 1450px) {
    .section--jobs {
      padding: 120px 100px; } }

@media (min-width: 980px) {
  .grid--jobs {
    margin-left: -20px; }
    .grid--jobs:after {
      content: "";
      display: table;
      clear: both; }
    .grid--jobs > * {
      float: left;
      padding-left: 20px;
      width: 33.33333%; }
    .grid--jobs > *:nth-child(1n) {
      clear: none; }
    .grid--jobs > *:nth-child(3n + 1) {
      clear: both; } }

@media (min-width: 1070px) {
  .grid--jobs {
    margin-left: -50px; }
    .grid--jobs:after {
      content: "";
      display: table;
      clear: both; }
    .grid--jobs > * {
      float: left;
      padding-left: 50px;
      width: 33.33333%; }
    .grid--jobs > *:nth-child(1n) {
      clear: none; }
    .grid--jobs > *:nth-child(3n + 1) {
      clear: both; } }

.card-caption--jobs {
  margin-top: 10px; }

@media (min-width: 620px) and (max-width: 979px) {
  .grid-cell--jobs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
    border-top: 1px solid #dcd7dd;
    padding-top: 20px; }
  .card--jobs,
  .card-caption--jobs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .card-caption--jobs {
    padding: 30px;
    margin: 0; } }

.card--jobs .card-inner {
  position: absolute;
  overflow: hidden;
  background: #ffffff;
  top: 20.4%;
  right: 16.66666666%;
  bottom: 20.4%;
  left: 16.66666666%; }

.card--jobs .card-bg {
  display: block;
  width: 100%;
  height: auto; }

.card--jobs .card-tz {
  top: auto; }

.card--jobs .card-hdr {
  display: inline-block;
  font-family: "plain", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #111111;
  background-color: transparent;
  margin: 0;
  padding: 0;
  -webkit-transition: font-size 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: font-size 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media (min-width: 325px) and (max-width: 619px) {
    .card--jobs .card-hdr {
      font-size: 26px; } }
  @media (min-width: 620px) and (max-width: 725px) {
    .card--jobs .card-hdr {
      font-size: 19px; } }
  @media (min-width: 1560px) {
    .card--jobs .card-hdr {
      font-size: 36px; } }

.card--jobs .card-number {
  display: block; }

.card--jobs .card-link:hover .card-hdr {
  text-decoration: none; }

.card--jobs .card-link:hover .card-inner,
.card--jobs .card-link:hover .card-tz {
  background-color: #111111; }

.card--jobs .card-link:hover .card-hdr,
.card--jobs .card-link:hover .card-number {
  color: #ffffff; }

.section--job-list {
  padding: 75px 25px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0 !important; }
  @media (min-width: 400px) {
    .section--job-list {
      padding: 100px 50px; } }
  @media (min-width: 1450px) {
    .section--job-list {
      padding: 120px 100px; } }

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

.job-list-item {
  position: relative;
  display: block;
  -webkit-box-shadow: inset 0px -1px 0px 0px #dcd7dd;
          box-shadow: inset 0px -1px 0px 0px #dcd7dd; }

.job-list-link {
  display: block;
  color: #111111;
  text-decoration: none;
  padding: 25px 0;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .job-list-link:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1070px) {
    .job-list-link {
      padding: 50px 0; } }
  .job-list-link:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .job-list-link:hover {
    color: #ffffff;
    background: #111111;
    margin: 0 -25px;
    padding-left: 25px;
    padding-right: 25px; }

.job-list-hdr {
  position: relative;
  font-family: "plain", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 17px;
  -webkit-transition: font-size 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: font-size 200ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media (min-width: 768px) {
    .job-list-hdr {
      float: left;
      width: 20%;
      margin: -4px 0 0; } }

.job-list-description {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  margin: 0; }
  @media (min-width: 768px) {
    .job-list-description {
      float: left;
      width: 80%;
      padding-left: 50px; } }
  @media (min-width: 1070px) {
    .job-list-description {
      padding-right: 175px; } }

.job-list-cta {
  display: inline-block;
  font-style: italic;
  color: #df4986; }
  @media (min-width: 1070px) {
    .job-list-cta {
      position: absolute;
      top: 0;
      right: 0;
      width: 125px; } }

.job-list-cta--close {
  display: none; }

.job-description {
  position: absolute;
  top: 0;
  left: -9999px;
  padding: 0 0 25px;
  display: none; }
  .job-description a {
    text-decoration: none;
    -webkit-box-shadow: inset 0 -1px 0 0 #666666;
            box-shadow: inset 0 -1px 0 0 #666666;
    -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(0, 0, 0.58, 1);
    transition: -webkit-box-shadow 200ms cubic-bezier(0, 0, 0.58, 1);
    transition: box-shadow 200ms cubic-bezier(0, 0, 0.58, 1);
    transition: box-shadow 200ms cubic-bezier(0, 0, 0.58, 1), -webkit-box-shadow 200ms cubic-bezier(0, 0, 0.58, 1); }
    .job-description a:hover, .job-description a:focus {
      -webkit-box-shadow: inset 0 -6px 0 0 #7bb5e0;
              box-shadow: inset 0 -6px 0 0 #7bb5e0; }

.job-description-intro {
  margin-bottom: 50px; }

.column-list {
  margin: 0 0 50px; }
  @media (min-width: 768px) {
    .column-list {
      padding: 0 0 0 50px;
      width: 80%;
      max-width: 675px;
      margin-left: 20%; } }

.column-list-term {
  margin-bottom: 15px;
  font-family: "plain", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-top: 3px; }

.jobs-cta {
  font-size: 20px; }
  @media (min-width: 768px) {
    .jobs-cta {
      padding: 0 0 0 50px;
      width: 80%;
      max-width: 675px;
      margin-left: 20%; } }

.column-list-definition {
  margin: 0;
  font-size: 20px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .column-list-definition {
      padding-top: 3px; } }
  .column-list-definition ul {
    margin-bottom: 25px;
    padding-left: 18px; }
  .column-list-definition h4 {
    font-family: "portrait-text", serif;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 25px; }

.job--is-active {
  overflow: visible; }
  .job--is-active .job-description {
    position: relative;
    left: auto;
    display: block; }
  .job--is-active .job-list-link {
    padding-bottom: 25px; }
    .job--is-active .job-list-link:hover {
      color: #111111;
      background: #ffffff;
      margin: 0;
      padding-left: 0;
      padding-right: 0; }
  .job--is-active .job-list-cta {
    display: none; }
  .job--is-active .job-list-cta--close {
    display: inline-block; }

@media (max-width: 767px) {
  .spread-cell--about-hdr {
    background-image: url("../img/about-studio-2.jpg");
    background-blend-mode: overlay;
    background-color: #264965; } }

@media (max-width: 767px) {
  .spread-cell--about {
    padding: 0; } }

@media (min-width: 768px) {
  .spread-cell--about {
    background-color: #9BD4F5;
    background-image: url("../img/about-studio-2.jpg");
    background-blend-mode: overlay; }
    .spread-cell--about .spread-hdr {
      color: #111111; } }

.lede--about,
.lede--story {
  line-height: 1.35; }
  @media (max-width: 767px) {
    .lede--about,
    .lede--story {
      font-size: 24px; } }
  @media (min-width: 768px) and (max-width: 989px) {
    .lede--about,
    .lede--story {
      font-size: 32px; } }

.lede--about {
  border-bottom: 1px solid #EEE;
  padding: 0 0 30px 0; }
  @media (min-width: 600px) {
    .lede--about {
      padding: 0 0 40px 0;
      margin: 0 0 40px 0; } }
  .lede--about .dropcap {
    color: #7bb5e0;
    font-size: 100px;
    line-height: 1.1;
    margin-bottom: -40px; }
    @media (min-width: 600px) {
      .lede--about .dropcap {
        font-size: 128px;
        line-height: 1.05; } }
    @media (min-width: 768px) {
      .lede--about .dropcap {
        font-size: 142px; } }
    @media (min-width: 990px) {
      .lede--about .dropcap {
        font-size: 163px; } }
    @media (min-width: 1450px) {
      .lede--about .dropcap {
        font-size: 200px; } }

.section--people {
  padding: 75px 25px; }
  @media (min-width: 400px) {
    .section--people {
      padding: 100px 50px; } }
  @media (min-width: 1450px) {
    .section--people {
      padding: 120px 100px; } }

.grid--people {
  margin-left: -30px; }
  .grid--people:after {
    content: "";
    display: table;
    clear: both; }
  .grid--people > * {
    float: left;
    padding-left: 30px;
    width: 50%; }
  .grid--people > *:nth-child(1n) {
    clear: none; }
  .grid--people > *:nth-child(2n + 1) {
    clear: both; }
  @media (min-width: 600px) {
    .grid--people {
      margin-left: -25px; }
      .grid--people:after {
        content: "";
        display: table;
        clear: both; }
      .grid--people > * {
        float: left;
        padding-left: 25px;
        width: 25%; }
      .grid--people > *:nth-child(1n) {
        clear: none; }
      .grid--people > *:nth-child(4n + 1) {
        clear: both; } }
  @media (min-width: 1070px) {
    .grid--people {
      margin-left: -50px; }
      .grid--people:after {
        content: "";
        display: table;
        clear: both; }
      .grid--people > * {
        float: left;
        padding-left: 50px;
        width: 20%; }
      .grid--people > *:nth-child(1n) {
        clear: none; }
      .grid--people > *:nth-child(5n + 1) {
        clear: both; } }

.card--people .card-link:hover * {
  text-decoration: none !important; }

.card--people .card-text {
  padding: 0 0 0 0px; }

.card--people .card-figure {
  background: #FFD1E4;
  background-size: cover; }

.card--people .card-image {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.card-avatar {
  display: block;
  width: 45px;
  height: 45px;
  float: left;
  margin: 5px 0 0 -55px; }

.card-avatar-image {
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.section--capabilities {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 25px; }
  @media (min-width: 400px) {
    .section--capabilities {
      padding: 100px 50px; } }

.capabilities {
  border-bottom: 1px solid #dcd7dd; }
  @media (min-width: 1070px) {
    .capabilities {
      border: 0;
      margin-bottom: -25px; } }

.grid--capabilities {
  margin: 0 -25px !important; }
  @media (min-width: 600px) {
    .grid--capabilities {
      margin-left: -0; }
      .grid--capabilities:after {
        content: "";
        display: table;
        clear: both; }
      .grid--capabilities > * {
        float: left;
        padding-left: 0;
        width: 50%; }
      .grid--capabilities > *:nth-child(1n) {
        clear: none; }
      .grid--capabilities > *:nth-child(2n + 1) {
        clear: both; } }
  @media (min-width: 1070px) {
    .grid--capabilities {
      margin-left: -0; }
      .grid--capabilities:after {
        content: "";
        display: table;
        clear: both; }
      .grid--capabilities > * {
        float: left;
        padding-left: 0;
        width: 25%; }
      .grid--capabilities > *:nth-child(1n) {
        clear: none; }
      .grid--capabilities > *:nth-child(4n + 1) {
        clear: both; } }

.capabilities-item {
  padding: 0 25px;
  margin-bottom: 25px; }
  @media (min-width: 600px) {
    .capabilities-item {
      margin-bottom: 35px; } }
  @media (min-width: 1070px) {
    .capabilities-item {
      margin-bottom: 50px; } }

.capabilities-hdr {
  font-family: "plain", sans-serif;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 10px; }

.capabilities-description {
  font-size: 18px;
  line-height: 1.4;
  margin: 0; }

.section--logos {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media (min-width: 1070px) {
    .section--logos {
      max-width: 970px; } }
  .section--logos .section-hdr {
    padding: 0 25px; }
    @media (min-width: 400px) {
      .section--logos .section-hdr {
        padding: 0 50px; } }

.logos {
  padding: 8% 5% 10%;
  position: relative;
  z-index: 300; }

.grid--logos {
  margin-left: -0;
  margin-top: -5%;
  margin-bottom: -5%; }
  .grid--logos:after {
    content: "";
    display: table;
    clear: both; }
  .grid--logos > * {
    float: left;
    padding-left: 0;
    width: 50%; }
  .grid--logos > *:nth-child(1n) {
    clear: none; }
  .grid--logos > *:nth-child(2n + 1) {
    clear: both; }
  @media (min-width: 600px) {
    .grid--logos {
      margin-left: -0; }
      .grid--logos:after {
        content: "";
        display: table;
        clear: both; }
      .grid--logos > * {
        float: left;
        padding-left: 0;
        width: 33.33333%; }
      .grid--logos > *:nth-child(1n) {
        clear: none; }
      .grid--logos > *:nth-child(3n + 1) {
        clear: both; } }
  @media (min-width: 1070px) {
    .grid--logos {
      margin-left: -0; }
      .grid--logos:after {
        content: "";
        display: table;
        clear: both; }
      .grid--logos > * {
        float: left;
        padding-left: 0;
        width: 25%; }
      .grid--logos > *:nth-child(1n) {
        clear: none; }
      .grid--logos > *:nth-child(4n + 1) {
        clear: both; } }

.grid--logos .grid-cell {
  margin-top: -25px;
  margin-bottom: -25px;
  padding-right: 5%;
  padding-left: 2%; }
  @media (min-width: 1070px) {
    .grid--logos .grid-cell {
      margin-top: 0;
      margin-bottom: 0; } }

.section--our-story {
  padding: 75px 25px; }
  @media (min-width: 400px) {
    .section--our-story {
      padding: 100px 50px; } }
  @media (min-width: 1450px) {
    .section--our-story {
      padding: 120px 100px; } }

.our-story {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 600px) {
  .grid--story {
    margin-left: -25px; }
    .grid--story:after {
      content: "";
      display: table;
      clear: both; }
    .grid--story > * {
      float: left;
      padding-left: 25px;
      width: 33.33333%; }
    .grid--story > *:nth-child(1n) {
      clear: none; }
    .grid--story > *:nth-child(3n + 1) {
      clear: both; } }

@media (min-width: 600px) {
  .about--sidebar {
    float: right;
    width: 25%;
    margin: 40px; } }

@media (max-width: 1449px) {
  .lede--story {
    max-width: 980px; } }

.our-story-columns {
  border-top: 1px solid #ffffff;
  margin-top: 50px;
  padding-top: 50px; }
  .our-story-columns a {
    text-decoration: none;
    -webkit-box-shadow: inset 0 -1px 0 0 #666666;
            box-shadow: inset 0 -1px 0 0 #666666;
    -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(0, 0, 0.58, 1);
    transition: -webkit-box-shadow 200ms cubic-bezier(0, 0, 0.58, 1);
    transition: box-shadow 200ms cubic-bezier(0, 0, 0.58, 1);
    transition: box-shadow 200ms cubic-bezier(0, 0, 0.58, 1), -webkit-box-shadow 200ms cubic-bezier(0, 0, 0.58, 1); }
    .our-story-columns a:hover, .our-story-columns a:focus {
      -webkit-box-shadow: inset 0 -6px 0 0 #7bb5e0;
              box-shadow: inset 0 -6px 0 0 #7bb5e0; }
  @media (min-width: 768px) {
    .our-story-columns {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 50px;
         -moz-column-gap: 50px;
              column-gap: 50px; } }

.section--awards {
  padding: 75px 25px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 400px) {
    .section--awards {
      padding: 100px 50px; } }
  @media (min-width: 1450px) {
    .section--awards {
      padding: 120px 100px; } }

@media (min-width: 600px) {
  .grid--awards {
    margin-left: -50px; }
    .grid--awards:after {
      content: "";
      display: table;
      clear: both; }
    .grid--awards > * {
      float: left;
      padding-left: 50px;
      width: 16.66667%; }
    .grid--awards > *:nth-child(1n) {
      clear: none; }
    .grid--awards > *:nth-child(6n + 1) {
      clear: both; } }

.blades .nav-item {
  line-height: 32px; }

.blades .article-content {
  padding-top: 30px; }
  @media (min-width: 600px) {
    .blades .article-content {
      padding-top: 50px; } }

.blades .article-txt p {
  font-family: "portrait-text", serif;
  font-size: 22px; }

.blades.archive {
  background-color: none; }

.blades .header {
  background-color: #ffffff; }

.blades .wrapper {
  background-color: inherit; }

.blades .portfolio-banner {
  margin-top: 0; }

.blades .portfolio-h1 {
  margin-bottom: 0; }

.blades .showcase-img-mod img {
  max-width: 100%; }

.blades .article-h1 {
  font-family: "portrait", serif;
  margin-bottom: 30px; }

.blades h2.subline {
  font-family: "portrait", serif;
  font-style: normal;
  margin-bottom: 58px; }

.blades .blog-author span {
  font-family: "portrait-text", serif; }

.blades .h3 {
  font-family: "plain", sans-serif; }

.blades .archive-blog-ftr {
  display: none; }

.blades .cta__h {
  font-family: "plain", sans-serif; }

.blades .dropcap {
  font-family: "portrait", serif;
  font-size: 80px;
  line-height: 120%;
  font-weight: 300;
  margin-bottom: -20px; }

@media (min-width: 1070px) {
  .header--overlay .header {
    position: absolute;
    width: 100%; } }

@media (min-width: 1070px) {
  .header--light .masthead-logo,
  .header--light .nav-toggle-icon--open {
    fill: #ffffff;
    stroke: #ffffff; }
  .header--light .nav-link {
    color: #ffffff; }
    .header--light .nav-link:after {
      background-color: #ffffff; } }

.page-timber code.hljs {
  overflow: auto; }

.page-timber .masthead-logo,
.page-timber .nav-toggle-icon--open {
  fill: #42AE49;
  stroke: #42AE49; }

.page-timber .nav-link {
  color: #42AE49; }
  .page-timber .nav-link:after {
    background-color: #42AE49; }

.page-timber .footer {
  background: #111111;
  color: #ffffff; }

.page-timber .footer a {
  color: #ffffff !important; }

.single-portfolio .content-wrapper {
  padding-top: 0; }

.hlr-type-img {
  max-width: none; }

/*# sourceMappingURL=all.css.map */
