/*====================================================================
    Style
======================================================================

    @name           Etchapps.com
    @author         Etch
    @copyright      Etch
    @description    Our lovely website

======================================================================
    Contents
======================================================================

    - Imports
    - Root
    - Header
    - Footer
    - Content
    - Page specific

/*====================================================================
    Imports
======================================================================*/
/*@1col: 21em;
@2col: 26em;
@3col: 42em;
@4col: 57em;
@5col: 75em;
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Removes default margin.
 */
body, .canvas, [role="main"] {
  background: #1a1a1a;
}

[role="main"] {
  margin: 0 auto;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*====================================================================
    Variables
======================================================================

    @name           Variables
    @author         Etch
    @copyright      Etch
    @description    Useful common variables

======================================================================
    Contents
======================================================================

    - Typography
    - Colors
        - Greyscale palette
        - Color palettes

/*====================================================================
    Typography
======================================================================*/
.header-font {
  font-family: Arial, sans-serif;
}
.body-font {
  font-family: Arial, sans-serif;
}
/*====================================================================
    Colors
======================================================================*/
/*  Greyscale palette
======================================================================*/
/*  Color Palettes
======================================================================*/
/*====================================================================
    Mixins
======================================================================

    @name           Mixins
    @author         Etch
    @copyright      Etch
    @description    Useful common mixins

======================================================================
    Contents
======================================================================

    - Typography
    - Helpers
    - Borders
    - Box shadows
    - Columns
    - Gradients
    - Transforms
    - Transitions
    - Opacity

/*====================================================================
    Typography
======================================================================*/
/*====================================================================
    Helpers
======================================================================*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}
/*====================================================================
    Borders
======================================================================*/
/*====================================================================
    Box Shadow
======================================================================*/
/*====================================================================
    Columns
======================================================================*/
/*====================================================================
    Gradients
======================================================================*/
/*====================================================================
    Transforms
======================================================================*/
/*====================================================================
    Transitions
======================================================================*/
/*====================================================================
    Opacity
======================================================================*/
/*====================================================================
    Box sizing
======================================================================*/
/*====================================================================
    Typography
======================================================================

    @name           Typography
    @author         Etch
    @copyright      Etch
    @description    Typography

======================================================================
    Contents
======================================================================

    - Web Fonts
    - Headings
    - Links
    - Lists
    - Content Formatting

/*====================================================================
    Web Fonts
======================================================================*/
/* Doing with wfl
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/G2uphNnNqGFMHLRsO_72ngLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/Kom15zUm24dIPfIRiNogNuvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}*/
.js h1,
.js h2,
.js h3,
.js h4,
.js h5,
.js h6,
.js p,
.js ol,
.js ul,
.js figcaption {
  visibility: hidden;
}
.wf-active h1,
.wf-inactive h1,
.wf-active h2,
.wf-inactive h2,
.wf-active h3,
.wf-inactive h3,
.wf-active h4,
.wf-inactive h4,
.wf-active h5,
.wf-inactive h5,
.wf-active h6,
.wf-inactive h6,
.wf-active p,
.wf-inactive p,
.wf-active ol,
.wf-inactive ol,
.wf-active ul,
.wf-inactive ul,
.wf-active figcaption,
.wf-inactive figcaption {
  visibility: visible;
}
/*====================================================================
    Headings
======================================================================*/
/* Spacing
------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
/* Sizes
------------------------------------*/
h1 {
  font-size: 32px;
  font-size: 3.2rem;
}
h2 {
  font-size: 28px;
  font-size: 2.8rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
h4 {
  font-size: 21px;
  font-size: 2.1rem;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
/*====================================================================
    Links
======================================================================*/
a {
  color: #ff6666;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
/*====================================================================
    Lists
======================================================================*/
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*====================================================================
    Content Formatting
======================================================================*/
p {
  font-weight: 300;
  margin: 0;
  padding-top: 10px;
  font-size: 20px;
  font-size: 2rem;
}
p:only-child {
  padding: 0;
}
strong,
b {
  color: #cccccc;
}
em {
  font-style: normal;
  color: #ffffff;
}
blockquote {
  margin: 0;
}
blockquote p::before {
  content: "\201C";
  display: inline;
}
blockquote p::after {
  content: "\201D";
  display: inline;
}
/*====================================================================
    Helpers
======================================================================*/
.text-hl {
  color: #ff6666;
}
/* hightlight text to be red */
/*====================================================================
    Skins
======================================================================

    @name           Skins
    @author         Etch
    @copyright      Etch
    @description    Color skins

======================================================================
    Contents
======================================================================

    - Skins

/*====================================================================
    Skins
======================================================================*/
.skin-nearly-black {
  background: #1a1a1a;
  color: #cccccc;
}
.skin-dark-grey {
  background: #2a2a2a;
  color: #f2f2f2;
}
.skin-dark-grey a {
  color: #ff6666;
}
.skin-dark-grey em {
  color: #ff6666;
  font-style: normal;
}
.skin-grey {
  background: #666666;
  color: #000000;
}
.skin-grey h2 {
  color: #f2f2f2;
}
.skin-lighter-grey {
  background: #eeeeee;
  color: #2a2a2a;
}
.skin-etch-red {
  background: #ff6666;
  color: #f2f2f2;
}
/*====================================================================
    Icons
======================================================================

    @name           Icons
    @author         Etch
    @copyright      Etch
    @description    Icon


/*====================================================================
    Content Blocks
======================================================================

    @name           Content Blocks
    @author         Etch
    @copyright      Etch
    @description    Content Blocks

    NOTE: Breakpoints are
        - 40em 3col
        - 59.3em 4col
        - 81.25em 5col

======================================================================
    Contents
======================================================================

    - Default
    - Text Only
    - Image
    - Quote
    - Image gallery (case studies)

/*====================================================================
    Default
======================================================================*/
.loaded .grid-wrap,
.loaded .grid-wrap .block-wrap {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.loaded .grid-wrap {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.loaded .grid-wrap .block-wrap {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*  Wrappers
======================================================================*/
.block-wrap,
.fake-block-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  padding: 5px;
}
.block-wrap[data-colspan='2'],
.fake-block-wrap[data-colspan='2'] {
  width: 100%;
}
.block-wrap.minified,
.fake-block-wrap.minified {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
li.block-wrap {
  list-style-type: none;
}
.small-screen-double-wide {
  width: 100%;
}
/*@media all and (min-width: 26em) {
    .block-wrap {
        float: left;
        width: 50%;
    }
}*/
@media all and (min-width: 40em) {
  .block-wrap {
    float: left;
    width: 50%;
  }
  .block-wrap[data-colspan="2"] {
    width: 100%;
  }
  .small-screen-double-wide {
    width: 100%;
  }
}
@media all and (min-width: 62.66em) {
  .block-wrap {
    width: 33.33%;
    padding: 10px;
  }
  .block-wrap[data-colspan="2"] {
    width: 66.66%;
  }
  .fake-block-wrap {
    padding: 10px;
  }
}
@media all and (min-width: 78.32em) {
  .block-wrap {
    width: 25%;
  }
  .block-wrap[data-colspan="2"] {
    width: 50%;
  }
}
@media all and (min-width: 93.98em) {
  .block-wrap {
    width: 20%;
  }
  .block-wrap[data-colspan="2"] {
    width: 40%;
  }
}
/*  Generic inner content
======================================================================*/
.block {
  display: block;
  /* heh. necessary though */
  background: #2a2a2a;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  overflow: hidden;
}
.block iframe,
.block img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}
@media all and (min-width: 40em) {
  [data-colspan="1"] .block {
    min-height: 12.5em;
  }
}
@media all and (min-width: 62.66em) {
  [data-colspan="1"] .block {
    min-height: 12.84em;
  }
  [data-colspan="2"] .block {
    min-height: 28.15em;
  }
}
@media all and (min-width: 78.32em) {
  [data-colspan="1"] .block {
    min-height: 12.92em;
  }
  [data-colspan="2"] .block {
    min-height: 28.33em;
  }
}
@media all and (min-width: 93.98em) {
  [data-colspan="1"] .block {
    min-height: 12.2em;
  }
  [data-colspan="2"] .block {
    min-height: 26.9em;
  }
}
/*====================================================================
    Text Only
======================================================================*/
.text-only {
  padding: 20px;
}
.text-only b {
  -webkit-text-stroke: 0px;
}
.text-only h1 {
  margin-bottom: .5em;
}
.text-only h2 {
  font-weight: 100;
}
.text-only h3 {
  font-weight: 300;
}
[data-colspan="2"][data-rowspan="2"] .text-only {
  font-size: 20px;
  font-size: 2rem;
  color: #ccc;
}
@media all and (min-width: 40em) {
  [data-colspan="2"][data-rowspan="2"] .text-only {
    padding: 40px;
  }
  [data-colspan="2"][data-rowspan="2"] .text-only h1,
  [data-colspan="2"][data-rowspan="2"] .text-only h2,
  [data-colspan="2"][data-rowspan="2"] .text-only p {
    line-height: 1.1em;
  }
  [data-colspan="2"][data-rowspan="2"] .text-only h2 {
    font-size: 60px;
    font-size: 6rem;
  }
  [data-colspan="2"][data-rowspan="2"] .text-only p {
    font-size: 53px;
    font-size: 5.3rem;
    font-weight: 100;
  }
}
@media all and (min-width: 62.66em) {
  .text-only p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  [data-colspan="2"][data-rowspan="2"] .text-only {
    padding: 40px;
  }
  [data-colspan="2"][data-rowspan="2"] .text-only h2 {
    font-size: 55px;
    font-size: 5.5rem;
  }
  [data-colspan="2"][data-rowspan="2"] .text-only p {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
/*====================================================================
    Media Blocks -  (sometimes with caption )
======================================================================*/
/* Media types - place class on .block
------------------------------------*/
.image,
.video-block {
  overflow: hidden;
}
.loading {
  background-image: url(../img/base/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.loading.img_loaded {
  background-image: none;
}
.lt-ie8 .loading {
  background-image: none;
}
.image {
  background-image: url(../img/base/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.image:before {
  content: "";
  display: block;
  padding-top: 100%;
  height: 0;
}
.image.img_loaded {
  background-image: none;
}
/* add highlight to Images */
.image figure:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-colspan="1"] .video-block {
  min-height: 14.5em;
}
.video-block .video-wrapper {
  position: relative;
}
.video-block .video-wrapper:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 56.5%;
}
.video-block iframe {
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.video-block figcaption p {
  padding: 20px;
}
.video-block figcaption p:empty {
  padding: 0;
}
.image > img,
.no-js .image img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* Figure with hidden caption
------------------------------------*/
.with-hidden-caption {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.1);
  /* add hover effect */
  /* show/hide */
}
.with-hidden-caption figcaption {
  padding: 20px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  position: absolute;
  z-index: 1;
}
.with-hidden-caption:before {
  background: inherit;
}
.with-hidden-caption:hover {
  background: rgba(0, 0, 0, 0);
}
.with-hidden-caption img {
  position: relative;
  box-shadow: 0px 1px 2px #000000;
  width: 100%;
  max-width: 100%;
}
@media all and (min-width: 40em) {
  .image {
    overflow: hidden;
  }
  [data-colspan="2"][data-rowspan="2"] .image img {
    width: 600px;
    min-width: 100%;
  }
  [data-colspan="1"][data-rowspan="1"] .image img {
    width: 290px;
    min-width: 100%;
  }
}
@media all and (min-width: 62.66em) {
  [data-colspan="1"] .video-block {
    min-height: 0;
  }
  .with-hidden-caption figcaption {
    position: static;
    background: none;
  }
}
/*====================================================================
    Team Member blocks
======================================================================*/
.team-block {
  border-bottom: 1px solid #1a1a1a;
  border-top: 1px solid #3a3a3a;
  width: 100%;
  overflow: hidden;
}
.team-block img {
  float: left;
  margin: 20px;
  width: 20%;
  border-top: 1px solid #1a1a1a;
  border-left: 1px solid #1a1a1a;
  border-bottom: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
}
.team-block h3,
.team-block p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  filter: dropshadow(color=#000000, offx=1, offy=1);
}
.team-block h3 {
  font-weight: 800;
  margin: 20px 0 0 0;
}
.team-block h3 a {
  color: #cccccc;
}
.team-block h3 a:hover {
  color: #ffffff;
}
.team-block p {
  color: #ff6666;
  padding: 0;
}
@media all and (min-width: 40em) {
  .team-block {
    border: 0px none;
    width: auto;
  }
  .team-block:before {
    content: "";
    height: 0;
    padding-top: 100%;
    display: block;
  }
  .team-block img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    border: 0px none;
    float: none;
    margin: 0;
  }
  .team-block h3,
  .team-block p {
    position: absolute;
  }
  .team-block h3 {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 20px;
    line-height: 100%;
    background: rgba(0, 0, 0, 0.2);
    filter: none;
  }
  .team-block h3 a {
    color: #ffffff;
  }
  .team-block p {
    bottom: 1em;
    left: 5%;
    display: none;
  }
}

/*====================================================================
    Quote
======================================================================*/
.quote {
  padding: 20px;
  font-size: 20px;
  font-size: 2rem;
}
.quote cite {
  padding-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
/*====================================================================
    Make an entire block into a target area
======================================================================*/
.link-block {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0);
}
.link-block:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: inherit;
}
.link-block:hover {
  background: rgba(255, 255, 255, 0.05);
}
/*====================================================================
    List of 4 links
======================================================================*/
[data-colspan="1"] .list-block {
  min-height: 0;
}
.list-block ul {
  list-style: none;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-size: 2rem;
}
.list-block ul,
.list-block li {
  margin: 0;
  padding: 0;
}
.list-block li {
  height: 25%;
}
.list-block a {
  display: block;
  text-decoration: none;
  padding: 0 1em;
  border-bottom: 1px solid #222;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.list-block a:hover {
  background: #333;
  color: #ffffff;
}
.list-block i.icon {
  width: 1.5em;
  margin: 0;
  font-size: 1.5em;
}
@media all and (min-width: 40em) {
  .list-block li {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 62.66em) {
  .list-block ul {
    display: table;
  }
  .list-block li {
    display: table-row;
    float: none;
    width: auto;
  }
  .list-block a {
    display: table-cell;
  }
  .list-block li:last-child a {
    border: none;
  }
}

/*====================================================================
    Root
======================================================================*/
html {
  font-size: 10px;
}
[role="main"] {
  font-family: Arial, sans-serif;
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  background: #1a1a1a;
  color: #999;
  margin: auto;
  /*padding-top: 2.3em;*/
  max-width: 17em;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}
section {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
.js noscript img {
  display: none !important;
}
::-webkit-selection {
  background: #3a3a3a;
  color: #f2f2f2;
  text-shadow: none;
}
::-moz-selection {
  background: #3a3a3a;
  color: #f2f2f2;
  text-shadow: none;
}
::selection {
  background: #3a3a3a;
  color: #f2f2f2;
  text-shadow: none;
}
.resize {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.no-js .resize {
  display: none;
}
@media all and (min-width: 40em) {
  [role="main"] {
    max-width: 31em;
    /*padding-top: 3em;*/
  }
  section {
    margin-bottom: 0;
  }
}
@media all and (min-width: 62.66em) {
  [role="main"] {
    max-width: 47em;
  }
  section {
    overflow: visible;
    clear: none;
  }
  .grid-home h1 {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
  }
}
@media all and (min-width: 78.32em) {
  [role="main"] {
    max-width: 62.66em;
  }
}
@media all and (min-width: 93.98em) {
  [role="main"] {
    max-width: 74.65em;
  }
}

/* Pep swipe gallery */
.studio {
  background: #2a2a2a;
}
.studio > .block-wrap {
  padding: 0;
}
.studio .pep-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.studio .pep-wrapper li {
  float: left;
  padding: 0 0 15px 20px;
}
.studio .pep-wrapper .image:before {
  padding-top: 0;
}
.studio .pep-wrapper figure {
  position: relative;
}

@media all and (min-width: 40em) {
  #intro {
    margin-bottom: 0;
  }
  .grid-home .block-wrap {
    padding: 5px;
  }
  .studio {
    background: none;
  }
  .studio > .block-wrap {
    padding: 5px;
  }
  .studio .pep-wrapper .image:before {
    padding-top: 100%;
  }
  .studio .pep-wrapper figure {
    position: absolute;
  }
  .studio .pep-wrapper li {
    padding: 5px;
  }
}
/*====================================================================
    Content
======================================================================*/
[role=main] {
  zoom: 1;
  padding: 10px;
  margin: 0 auto;
}
[role=main]:before,
[role=main]:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
[role=main]:after {
  clear: both;
}
/* Plug and play transitions */
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
/*# sourceMappingURL=style-compiled.map */