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

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

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

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

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

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

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

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

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

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

.clearfix:after {
  clear: both; }

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

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

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

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

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

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

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

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'view-all-icon';
    src: url('fonts/view-all-icon.svg?41242392#view-all-icon') format('svg');
  }
}
*/
[class^="icon-view-all"]:before, [class*=" icon-view-all"]:before {
  font-family: "view-all-icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-view-all:before {
  content: '\e800'; }

/* '' */
html, body {
  width: 100%;
  height: 100%; }

body {
  background-color: #ffffff;
  font-family: "Karla", sans-serif;
  color: #000000;
  overflow-x: hidden; }

.body-wrapper {
  width: 100%;
  height: 100%; }

main {
  display: block;
  margin-bottom: 50px !important;
  position: relative; }
  @media screen and (min-width: 48em) {
    main {
      margin-bottom: 100px !important; } }

figure {
  margin: 0; }

nav ul, nav li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  nav ul i, nav li i {
    font-style: normal; }

.grid.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%; }

.grid .content-wrapper {
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 64.0625em) {
    .grid .content-wrapper {
      padding-left: 80px;
      padding-right: 80px; } }

.grid span {
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }

.wrapper-one {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 64.0625em) {
    .wrapper-one {
      padding-left: 80px;
      padding-right: 80px; } }

.wrapper-two {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 48em) {
    .wrapper-two {
      width: 50%; } }

.content .link-wrap {
  margin-top: 50px; }

.content .dropcap {
  font-size: 48px;
  font-weight: 700;
  float: left;
  line-height: 45px;
  font-family: "Playfair Display", serif;
  margin-right: 10px; }

.content h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 22px; }

.content h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 16px;
  color: #8cc9d6; }

.content p {
  line-height: 26px;
  font-size: 14px; }

.content blockquote:before {
  display: block;
  content: '';
  width: 32px;
  height: 26px;
  background: url("img/icon_quotationMark-01.svg"); }

.content blockquote p {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 32px !important; }
  @media screen and (min-width: 48em) {
    .content blockquote p {
      font-size: 20px !important;
      line-height: 36px !important; } }

.page-header {
  margin-bottom: 30px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 48em) {
    .page-header {
      margin-bottom: 50px;
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (min-width: 48em) {
    .page-header .profile-pic {
      display: none; } }

.headline-one {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  margin: 0; }
  @media screen and (min-width: 48em) {
    .headline-one {
      font-size: 70px;
      line-height: 70px; } }
  .headline-one a {
    text-decoration: none;
    color: #000000; }

@media screen and (min-width: 48em) {
  .mob-content {
    display: none; } }

.headline-copy {
  max-width: 540px; }
  .headline-copy p {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 30px !important; }
    @media screen and (min-width: 48em) {
      .headline-copy p {
        font-size: 20px !important;
        line-height: 32px !important; } }
    @media screen and (min-width: 64.0625em) {
      .headline-copy p {
        font-size: 24px !important;
        line-height: 36px !important; } }
    .headline-copy p strong {
      font-style: normal;
      text-transform: uppercase; }
    .headline-copy p a {
      font-style: normal;
      color: #000;
      text-decoration: none; }

.link {
  display: inline-block;
  text-decoration: none;
  padding: 0 0 8px 10px;
  border-bottom: 2px solid #1fb58a;
  font-family: "Karla", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1fb58a;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear; }
  @media screen and (min-width: 48em) {
    .link {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px); } }
  .link:hover {
    margin-left: 10px;
    padding-left: 0; }
  .link.no-padding {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

a.link:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background-color: #000000;
  -webkit-transition: .25s linear;
  transition: .25s linear;
  margin-top: 8px;
  position: relative;
  top: 10px; }

a.link:hover:after {
  width: 100%; }

/* CSS Tables */
.table {
  display: table; }

.tr {
  display: table-row; }

.td {
  display: table-cell; }

.ir {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/* Adjust some Boilerplate stuff */
a {
  -webkit-transition: color 0.125s ease-in-out;
  transition: color 0.125s ease-in-out; }
  a:focus {
    outline: none; }

header {
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative; }
  @media screen and (min-width: 48em) {
    header {
      padding-top: 50px; } }
  header .logo {
    float: left;
    width: 110px;
    height: 99px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

.hamburger {
  position: absolute;
  top: 50px;
  right: 14px;
  cursor: pointer; }
  @media screen and (min-width: 64.0625em) {
    .hamburger {
      display: none; } }
  .hamburger span {
    display: block;
    width: 23px;
    height: 2px;
    margin: 6px;
    background: #000; }

.mob-nav-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: #b6e3ed; }
  @media only screen and (max-device-width: 768px) {
    .mob-nav-wrapper {
      overflow-y: scroll; } }
  @media screen and (min-width: 64.0625em) {
    .mob-nav-wrapper {
      display: none !important; } }
  .mob-nav-wrapper .table {
    width: 100%;
    height: 100%;
    display: table; }
  .mob-nav-wrapper .td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url(img/watermark.png) no-repeat center center;
    background-size: 100%;
    padding: 25px 0; }
  .mob-nav-wrapper img {
    width: 25px;
    height: 25px;
    margin-bottom: 25px;
    cursor: pointer; }
  .mob-nav-wrapper a {
    display: block;
    text-decoration: none;
    padding: 20px 0;
    font-family: "Karla", sans-serif;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400; }

.main-nav {
  display: none; }
  @media screen and (min-width: 64.0625em) {
    .main-nav {
      display: block;
      float: right;
      margin-top: 38px;
      -webkit-transform: translateX(10px);
      transform: translateX(10px); } }
  .main-nav li {
    float: left;
    margin-left: 95px; }
    .main-nav li:first-child {
      margin-left: 0; }
  .main-nav a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    padding-bottom: 12px; }
  .main-nav .current-menu-item a, .main-nav .current-page-child a {
    border-bottom: 2px solid #1fb58a; }
    .main-nav .current-menu-item a:after, .main-nav .current-page-child a:after {
      background-color: #000000; }
  .main-nav a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #1fb58a;
    -webkit-transition: .25s linear;
    transition: .25s linear;
    margin-top: 8px;
    position: relative;
    top: 2px; }
  .main-nav a:hover:after {
    width: 100%; }
  .main-nav .current-menu-item a,
  .main-nav .active-menu-item a {
    border-bottom: 2px solid #1fb58a; }
  .main-nav i {
    font-style: normal; }

footer {
  background-color: #b6e3ed;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }
  footer.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  footer .content-wrapper {
    border-left: 1px solid #dbf2f7;
    border-right: 1px solid #dbf2f7; }
    footer .content-wrapper.upper {
      text-align: center;
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (min-width: 48em) {
        footer .content-wrapper.upper {
          padding-top: 170px;
          padding-bottom: 70px; } }
    footer .content-wrapper.lower {
      padding: 0 0 40px; }
    footer .content-wrapper .logo {
      width: 110px;
      height: 99px; }
    footer .content-wrapper .northstreet {
      width: 151px;
      height: 13px; }
  footer .divider {
    height: 68px;
    width: 1px;
    background-color: #fff;
    margin: 30px auto; }
  footer .description {
    margin-top: 0;
    margin-bottom: 50px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700; }
  footer .copyright {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px; }
  footer .link {
    margin-top: 17px; }
  footer .site-by {
    text-align: center;
    margin-top: 50px; }
    @media screen and (min-width: 48em) {
      footer .site-by {
        margin-top: 0;
        float: right;
        text-align: right;
        -webkit-transform: translateX(10px);
        transform: translateX(10px); } }
    footer .site-by p {
      margin: 0;
      font-size: 12px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px; }
    footer .site-by a {
      position: relative;
      width: 151px;
      height: 19px;
      display: inline-block; }
      footer .site-by a .northstreet-hover,
      footer .site-by a .northstreet {
        position: absolute;
        top: 5px;
        left: 0px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      footer .site-by a .northstreet-hover {
        opacity: 0; }
    footer .site-by a:hover .northstreet {
      opacity: 0; }
    footer .site-by a:hover .northstreet-hover {
      opacity: 1; }
  footer .footer-nav {
    text-align: center; }
    @media screen and (min-width: 48em) {
      footer .footer-nav {
        float: left; } }
    footer .footer-nav a {
      display: inline-block;
      text-decoration: none;
      padding: 0 0 8px 0px;
      border-bottom: 2px solid #fff;
      font-family: "Karla", sans-serif;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 18px;
      text-transform: uppercase;
      color: #ffffff;
      -webkit-transition: 0.25s linear;
      transition: 0.25s linear; }
      @media screen and (min-width: 48em) {
        footer .footer-nav a {
          -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
          padding: 0 0 8px 10px; } }
      footer .footer-nav a:hover {
        margin-left: 10px;
        padding-left: 0;
        color: #5797a4; }
    footer .footer-nav a:after {
      content: '';
      display: block;
      height: 2px;
      width: 0;
      background-color: #5797a4;
      -webkit-transition: .25s linear;
      transition: .25s linear;
      margin-top: 8px;
      position: relative;
      top: 10px; }
    footer .footer-nav a:hover:after {
      width: 100%; }

html, body {
  width: 100%;
  height: 100%; }

body .modal {
  width: inherit;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none; }
  body .modal .table {
    display: table;
    width: 100%;
    height: 100%; }
  body .modal .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  body .modal span {
    position: absolute;
    z-index: 999999;
    right: 20px;
    top: 20px;
    width: 25px;
    display: block;
    cursor: pointer; }
    body .modal span:before {
      color: #fff; }
    body .modal span:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    @media screen and (min-width: 48em) {
      body .modal span {
        right: 50px;
        top: 50px; } }
    body .modal span img {
      width: 100%;
      height: auto; }
  body .modal .modal-container {
    position: relative;
    width: 100%;
    max-width: 940px !important;
    margin: 0 auto; }
    body .modal .modal-container img {
      width: 100%;
      position: relative;
      left: 0;
      top: 0; }
  body .modal video {
    position: absolute;
    vertical-align: initial;
    top: 0;
    left: 0;
    height: auto;
    width: 100% !important; }

.col-one {
  width: 100%;
  margin: 60px auto 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }
  .col-one.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .col-one hr {
    margin: 0 0 10px;
    width: 1240px;
    border-top: 2px solid #b6e3ed;
    -webkit-transform: translateX(-1030px);
    transform: translateX(-1030px); }

.site-loaded .wrapper-one .col-one {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.column-wrap {
  margin-bottom: 50px; }

.col-two {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }
  .col-two.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .col-two.first {
    width: 100%; }
    @media screen and (min-width: 48em) {
      .col-two.first {
        margin-top: 60px;
        width: 50%;
        float: left; } }
    .col-two.first hr {
      margin: 0 0 10px;
      width: 1240px;
      border-top: 2px solid #b6e3ed;
      -webkit-transform: translateX(-1030px);
      transform: translateX(-1030px); }
  .col-two.last {
    margin-top: 50px;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .col-two.last {
        margin-top: 0;
        width: 50%;
        padding-left: 60px;
        float: right; } }

.site-loaded .wrapper-one .col-two {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.col-two.first .profile-pic-wrapper {
  padding: 0 20px; }
  @media screen and (min-width: 48em) {
    .col-two.first .profile-pic-wrapper {
      padding: 0; } }

.col-two.first figure {
  padding-right: 10px;
  padding-left: 10px;
  position: relative; }
  @media screen and (min-width: 48em) {
    .col-two.first figure {
      padding-right: 0;
      padding-left: 0;
      margin-left: -20px; } }
  .col-two.first figure .figure-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
    .col-two.first figure .figure-wrap.in-view {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .col-two.first figure .stroke {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(img/watercolor-01.png) no-repeat;
    background-size: cover; }
  .col-two.first figure img {
    width: 100%;
    height: auto;
    padding: 10px; }
    @media screen and (min-width: 48em) {
      .col-two.first figure img {
        padding: 20px; } }

.col-two.first .content {
  max-width: 500px;
  margin: 0 auto 50px;
  padding-left: 20px;
  padding-right: 20px; }

.col-two.last {
  display: block; }
  .col-two.last figure {
    display: none; }
    @media screen and (min-width: 48em) {
      .col-two.last figure {
        display: block;
        position: relative;
        margin-bottom: 90px; } }
    .col-two.last figure .stroke {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(img/watercolor-02.png) no-repeat bottom right;
      background-size: 50% 10%;
      -webkit-transform: translate(20px, 20px);
      transform: translate(20px, 20px); }
    .col-two.last figure img {
      width: 100%;
      height: auto; }
  .col-two.last .content {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
    .col-two.last .content.in-view {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    @media screen and (min-width: 48em) {
      .col-two.last .content {
        max-width: 480px;
        padding-left: 0px;
        padding-right: 20px; } }
    .col-two.last .content h3 {
      margin-top: 30px; }

.single-person .col-two.first figure .stroke {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(img/watercolor-05.png) no-repeat;
  background-size: cover;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

.single-person .col-two.last figure {
  padding-right: 10px;
  padding-left: 10px; }
  @media screen and (min-width: 48em) {
    .single-person .col-two.last figure {
      padding-right: 0;
      padding-left: 0;
      margin-right: -20px; } }
  .single-person .col-two.last figure .figure-wrap {
    position: relative;
    width: 100%;
    height: 100%; }
  .single-person .col-two.last figure .stroke {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(img/watercolor-05.png) no-repeat;
    background-size: cover;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  .single-person .col-two.last figure img {
    width: 100%;
    height: auto;
    padding: 10px; }
    @media screen and (min-width: 48em) {
      .single-person .col-two.last figure img {
        padding: 20px; } }

.single-person .col-two.last .content {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 48em) {
    .single-person .col-two.last .content {
      max-width: 480px;
      padding-left: 0px;
      padding-right: 20px; } }
  .single-person .col-two.last .content h3 {
    margin-top: 30px; }

.image-row {
  max-width: 1400px;
  position: relative;
  margin: 0 auto 70px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }
  .image-row.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 48em) {
    .image-row {
      height: 639px;
      margin: 0 auto 130px;
      display: table; } }
  .image-row figure {
    height: 250px;
    background-position-y: 0 !important; }
    @media screen and (min-width: 48em) {
      .image-row figure {
        position: relative;
        display: table-cell;
        width: 50%;
        height: 100%; } }
    @media screen and (min-width: 48em) {
      .image-row figure.image-left {
        vertical-align: bottom;
        padding-top: 70px;
        background-position-y: -70px !important; } }
    .image-row figure.image-left .stroke {
      width: 150px;
      height: 70px;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      background: url(img/watercolor-03.png) no-repeat top left;
      background-size: cover;
      opacity: .8;
      -webkit-transform: translate(-40px, -20px);
      transform: translate(-40px, -20px); }
      @media screen and (min-width: 48em) {
        .image-row figure.image-left .stroke {
          width: 218px;
          height: 100px;
          -webkit-transform: translate(-40px, -40px);
          transform: translate(-40px, -40px); } }
    @media screen and (min-width: 48em) {
      .image-row figure.image-right {
        vertical-align: bottom;
        padding-top: 70px;
        background-position-y: 70px !important; } }
    .image-row figure.image-right .stroke {
      width: 110px;
      height: 70px;
      position: absolute;
      z-index: 2;
      bottom: 0;
      right: 0;
      background: url(img/watercolor-03.png) no-repeat bottom left;
      background-size: cover;
      opacity: .9;
      -webkit-transform: translate(0px, 20px);
      transform: translate(0px, 20px); }
      @media screen and (min-width: 48em) {
        .image-row figure.image-right .stroke {
          width: 178px;
          height: 100px;
          -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px); } }
      @media screen and (min-width: 87.5em) {
        .image-row figure.image-right .stroke {
          width: 218px;
          height: 100px;
          -webkit-transform: translate(40px, 40px);
          transform: translate(40px, 40px); } }
    .image-row figure img {
      width: 100%;
      height: auto;
      visibility: hidden; }
  .image-row .callout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 64.0625em) {
      .image-row .callout {
        padding-left: 80px;
        padding-right: 80px; } }
  .image-row span {
    display: table;
    width: 100%;
    height: 100%; }
  .image-row .td {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .image-row h2 {
    background-color: #fff;
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 40px;
    position: relative;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1px; }
    @media screen and (min-width: 48em) {
      .image-row h2 {
        font-size: 24px; } }
    @media screen and (min-width: 48em) {
      .image-row h2 {
        max-width: 400px;
        padding: 50px 40px; } }
    .image-row h2:before {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      content: '';
      height: 1px;
      width: 30px;
      background-color: #000; }
    .image-row h2:after {
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      content: '';
      height: 1px;
      width: 30px;
      background-color: #000; }
    .image-row h2 a {
      display: block;
      font-family: "Playfair Display", serif;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 400;
      color: #000000;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      padding: 0;
      -webkit-transition: border-color 0.3s, background-color 0.3s;
      transition: border-color 0.3s, background-color 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      @media screen and (min-width: 48em) {
        .image-row h2 a {
          font-size: 24px; } }
    .image-row h2 a:after {
      content: attr(data-text);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      color: #1fb58a;
      -webkit-transform: translate3d(0, 25%, 0);
      transform: translate3d(0, 25%, 0); }
    .image-row h2 a span {
      display: block;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .image-row h2 a:after,
    .image-row h2 a span {
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .image-row h2 a:hover:after {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .image-row h2 a:hover span {
      opacity: 0;
      -webkit-transform: translate3d(0, -25%, 0);
      transform: translate3d(0, -25%, 0); }

.link-row {
  width: 100%;
  margin-bottom: 125px;
  text-align: center;
  position: relative; }
  .link-row span {
    width: 100%;
    display: block; }
  .link-row .blocks {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
    .link-row .blocks span {
      width: 100%;
      height: 100%;
      display: table; }
    .link-row .blocks .td {
      width: 50%;
      height: 100%;
      display: table-cell;
      background-color: #1fb58a; }
      .link-row .blocks .td.first {
        background-color: #1fb58a; }
      .link-row .blocks .td.last {
        background-color: #18ac82; }
  .link-row .links {
    display: table;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 64.0625em) {
      .link-row .links {
        padding-left: 80px;
        padding-right: 80px; } }
    .link-row .links span {
      border-left: 1px solid #63cbad;
      border-right: 1px solid #63cbad;
      width: 100%;
      height: 100%;
      display: table; }
    .link-row .links .td {
      width: 50%; }
    .link-row .links a {
      display: block;
      padding: 75px 20px;
      color: #ffffff;
      font-size: 30px;
      text-decoration: none;
      font-family: "Playfair Display", serif;
      font-weight: 700; }
    .link-row .links img {
      display: block;
      margin: 30px auto 0;
      width: 27px;
      height: 15px; }

.tiles {
  margin: 0 0 50px; }
  @media screen and (min-width: 48em) {
    .tiles {
      margin: 0 -20px 0; } }
  @media screen and (min-width: 64.0625em) {
    .tiles {
      margin: 0 -30px 0; } }
  .tiles figure {
    width: 100%;
    margin-top: 50px;
    padding: 0 20px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear; }
    .tiles figure.in-view {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    @media screen and (min-width: 48em) {
      .tiles figure {
        margin-top: 0;
        padding: 0 20px;
        float: left;
        width: 25%; } }
    @media screen and (min-width: 64.0625em) {
      .tiles figure {
        padding: 0 30px; } }
    .tiles figure a {
      display: block;
      color: #000;
      text-decoration: none; }
    .tiles figure img {
      width: 100%;
      height: auto; }
    .tiles figure span {
      font-size: 13px;
      text-transform: uppercase;
      color: #8cc9d6;
      display: block;
      margin-top: 35px;
      letter-spacing: 2px; }
    .tiles figure h2 {
      margin-top: 35px;
      margin-bottom: 70px; }
    .tiles figure img, .tiles figure h2 {
      -webkit-transition: 0.25s linear;
      transition: 0.25s linear; }
    .tiles figure:hover img {
      opacity: .8; }
    .tiles figure:hover h2 {
      color: #1fb58a; }
  @media screen and (min-width: 48em) {
    .tiles figure:nth-child(2n+2) {
      margin-top: 50px; } }

.single-person .headline-one {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
  color: #1fb58a; }
  @media screen and (min-width: 48em) {
    .single-person .headline-one {
      font-size: 70px;
      line-height: 70px; } }

.media {
  margin-bottom: 50px;
  padding: 0 20px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }
  .media.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 48em) {
    .media {
      padding: 0; } }
  .media .media-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 50px; }
    @media screen and (min-width: 48em) {
      .media .media-wrapper {
        width: 50%;
        padding-left: 20px; } }
    @media screen and (min-width: 48em) {
      .media .media-wrapper.alt {
        padding-right: 20px;
        padding-left: 0; } }
  .media span {
    font-size: 13px;
    text-transform: uppercase;
    color: #8cc9d6;
    display: block;
    margin-top: 35px;
    letter-spacing: 2px; }
  .media h2 {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear; }
    .media h2 span {
      margin-top: 0;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle; }
      .media h2 span img {
        width: 40px;
        height: 40px; }
  .media h2:hover {
    color: #1fb58a; }

.video-wrapper {
  display: table;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear; }
  .video-wrapper:hover {
    opacity: .8; }
    .video-wrapper:hover .play-icon img {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
  .video-wrapper .cover {
    width: 100%;
    height: auto; }
  .video-wrapper .hide-cover {
    visibility: hidden; }
  .video-wrapper .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center; }
    .video-wrapper .play-icon .table {
      display: table;
      width: 100%;
      height: 100%; }
    .video-wrapper .play-icon .table-cell {
      display: table-cell;
      vertical-align: middle; }
    .video-wrapper .play-icon img {
      -webkit-transition: 0.25s linear;
      transition: 0.25s linear;
      width: 50px;
      height: 50px; }
  .video-wrapper video {
    display: none;
    visibility: hidden;
    width: 100%;
    height: auto; }

.contact-wrap {
  margin-bottom: 130px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }
  .contact-wrap.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.contact {
  position: relative;
  max-width: 488px;
  margin: 0 auto;
  text-align: center;
  background-color: #18ac82; }
  .contact h2 {
    background-color: #1fb58a;
    font-family: "Playfair Display", serif;
    color: #fff;
    padding: 30px;
    margin: 0; }
    @media screen and (min-width: 48em) {
      .contact h2 {
        font-size: 30px; } }
  .contact .contact-info {
    padding: 30px;
    z-index: 1; }
  .contact a {
    color: #fff;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    word-break: break-all; }
    @media screen and (min-width: 48em) {
      .contact a {
        font-size: 24px; } }
  .contact .contact-info::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1fb58a;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .contact .contact-info:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .contact .contact-info, .contact .contact-info::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .contact .contact-info {
    display: block;
    border: none;
    background: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }

.view-collective {
  display: none; }
  @media screen and (min-width: 64.0625em) {
    .view-collective {
      display: block;
      visibility: hidden;
      list-style: none;
      padding: 0;
      margin: 0;
      position: absolute;
      width: 80px;
      top: 0px;
      right: 0px;
      text-align: center;
      -webkit-transition: 0.25s linear;
      transition: 0.25s linear; } }
  .view-collective img {
    width: 19px; }
  .view-collective a {
    text-decoration: none;
    color: #8cc9d6;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear; }
  .view-collective a:hover {
    color: #1fb58a; }
  .view-collective .text {
    margin-top: 10px;
    display: block;
    margin-left: 30px;
    font-size: 14px;
    text-align: left;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    min-height: 120px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .view-collective .text {
        margin-left: 27px; } }
    @supports (-ms-ime-align: auto) {
      .view-collective .text {
        margin-left: 27px; } }

.social {
  display: none; }
  @media screen and (min-width: 64.0625em) {
    .social {
      display: block;
      visibility: hidden;
      list-style: none;
      padding: 0;
      margin: 0;
      position: absolute;
      width: 80px;
      top: 0px;
      left: 0px;
      text-align: center;
      -webkit-transition: 0.25s linear;
      transition: 0.25s linear; } }
  .social li {
    margin-bottom: 15px;
    display: block; }
  .social .text {
    margin-top: 15px;
    display: block;
    color: #8cc9d6;
    margin-left: 27px;
    font-size: 14px;
    text-align: right;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    min-height: 90px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .social .text {
        margin-left: 33px; } }
    @supports (-ms-ime-align: auto) {
      .social .text {
        margin-left: 33px; } }
  .social a {
    text-decoration: none;
    font-size: 24px;
    color: #b6e3ed; }
  .social a:hover {
    color: #1fb58a; }

.template-collective main {
  margin-bottom: 60px !important; }

html[data-useragent*='MSIE 10.0'] .social .text {
  margin-left: 27px; }

html[data-useragent*='MSIE 10.0'] .view-collective .text {
  margin-left: 30px; }

.client-logos figure {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding: 30px 50px; }
  @media screen and (min-width: 48em) {
    .client-logos figure {
      width: 25%;
      display: inline-block;
      vertical-align: middle;
      margin-right: -5px;
      border-top: none; } }
  .client-logos figure:first-child {
    border-top: none; }
  .client-logos figure img {
    max-width: 100%;
    width: auto; }

.client-logos .row {
  border-top: 1px solid #e5e5e5; }
  @media screen and (min-width: 48em) {
    .client-logos .row {
      padding: 30px 0; } }
  .client-logos .row:first-child {
    border-top: 0; }
  .client-logos .row.empty {
    display: none; }

.page-contact .headline-copy p {
  line-height: 40px !important; }
  @media screen and (min-width: 48em) {
    .page-contact .headline-copy p {
      line-height: 44px !important; } }

.page-contact .headline-copy a {
  display: inline-block; }
  .page-contact .headline-copy a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #1fb58a;
    -webkit-transition: .25s linear;
    transition: .25s linear;
    margin-top: 8px;
    position: relative;
    top: 2px; }

.page-contact .headline-copy a:hover:after {
  width: 100%; }

.home .col-one {
  margin-top: 0; }
  @media screen and (min-width: 48em) {
    .home .col-one {
      margin-top: 50px; } }

.home .col-two.first figure .stroke {
  background: url(img/watercolor-06.png) no-repeat;
  background-size: cover; }

.home .col-two.last {
  display: block; }
  @media screen and (min-width: 48em) {
    .home .col-two.last {
      margin-top: 150px; } }
  .home .col-two.last .headline-copy {
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 48em) {
      .home .col-two.last .headline-copy {
        padding: 0; } }

.feature {
  padding: 0; }
  .feature .headline-copy {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 48em) {
      .feature .headline-copy {
        width: 1%; } }
    .feature .headline-copy p {
      margin-top: 25px; }
      @media screen and (min-width: 48em) {
        .feature .headline-copy p {
          width: 2500%;
          margin-top: 0; } }
      @media screen and (min-width: 64.0625em) {
        .feature .headline-copy p {
          margin-top: 50px; } }
    .feature .headline-copy .link {
      color: #1fb58a;
      -webkit-transition: 0.25s linear;
      transition: 0.25s linear; }
    .feature .headline-copy .link:hover {
      color: #000000; }
    @media screen and (min-width: 48em) {
      .feature .headline-copy .link-wrap {
        width: 3000%; } }
  .feature .featured-image {
    float: right;
    width: 125%;
    -webkit-transform: translateX(11%);
    transform: translateX(11%); }
    @media screen and (min-width: 48em) {
      .feature .featured-image {
        width: 85%; } }
    @media screen and (min-width: 64.0625em) {
      .feature .featured-image {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
        width: 99%; } }
    .feature .featured-image img {
      width: 100%;
      height: auto;
      visibility: hidden; }

@media screen and (min-width: 48em) {
  .home-middle {
    padding-left: 85px;
    padding-right: 85px; } }

.home-middle .link {
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear; }

.home-middle .link:hover {
  color: #000000; }
/*# sourceMappingURL=style.css.map */