/*! Copyright Thompson Brand Partners | All rights reserved | thompsonbrandpartners.com */
/**
 * CONTENTS
 *
 * SETTINGS
 * Config...............Global variables and config (fonts, colours etc).
 *
 * GENERIC
 * Normalize.css........A level playing field (including global box sizing).
 *
 * LAYOUT
 * Column structure.....Plain, unmodified columns.
 *
 * BASE
 * HTML elements........Links, headings, inputs etc.
 *
 * HEADER & FOOTER
 * Site head & footer...Logo, main menu, etc.
 *
 * MODULES
 * Buttons..............Button elements.
 * Boxes................Types of 'pod' or promotion.
 *
 * MODIFIERS
 * Global classes.......Align right / left, Add set margin / padding etc.
 *
 * STATES
 * After an action......Current page, selected, error messages etc.
 */
/** 
 * The following useful auto-prefixed compass mixins are imported by the above.
 *
 * @include background-clip(padding-box);
 * @include background-size(contain);
 * @include border-radius(25px);
 * @include box-shadow(red 2px 2px 10px);
 * @include box-sizing(border-box);
 * @include column-count(4);
 * @include column-rule(1px, solid, red);
 * @include display-flex; (Flexbox version 3 by default)
 * @include flex-direction(row);
 * @include opacity(0.2);
 * @include text-shadow(rgba(blue, 0.2) 1px 1px 0;
 * @include transition(color 0.3s ease);
 * 
 * More can be found at http://compass-style.org/reference/compass/css3/

*/
/* ---------------------------------------------------------------------
CONFIG -------------------------------------------------------------------
(Set all variables here)
--------------------------------------------------------------------- */
/* 480px breakpoint */
/* 600px breakpoint */
/* 980px breakpoint */
/* 1200px breakpoint */
/* 1920px breakpoint */
@font-face {
  font-family: 'Apercu Mono';
  src: url("../../fonts/apercu_mono.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/apercu_mono.eot?#iefix") format("embedded-opentype"), url("../../fonts/apercu_mono.woff2") format("woff2"), url("../../fonts/apercu_mono.woff") format("woff"), url("../../fonts/apercu_mono.ttf") format("truetype"), url("../../fonts/apercu_mono.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Nexa Bold';
  src: url("../../fonts/nexa_bold.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/nexa_bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/nexa_bold.woff2") format("woff2"), url("../../fonts/nexa_bold.woff") format("woff"), url("../../fonts/nexa_bold.ttf") format("truetype");
}
/* ---------------------------------------------------------------------
MIXINS & FUNCTION ------------------------------------------------------
A few simple Sass helpers.
--------------------------------------------------------------------- */
/* line 128, ../../scss/main/_mixins.scss */
.l-row, .timeline__block, .timeline__content {
  *zoom: 1;
}
/* line 130, ../../scss/main/_mixins.scss */
.l-row:before, .timeline__block:before, .timeline__content:before, .l-row:after, .timeline__block:after, .timeline__content:after {
  content: " ";
  display: table;
}
/* line 134, ../../scss/main/_mixins.scss */
.l-row:after, .timeline__block:after, .timeline__content:after {
  clear: both;
}

/* line 1, ../../scss/main/_partials/_normalize.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 7, ../../scss/main/_partials/_normalize.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* line 15, ../../scss/main/_partials/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
audio, canvas, video {
  display: inline-block;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
[hidden], template {
  display: none;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
body {
  margin: 0;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
a {
  background: transparent;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
a:active, a:hover {
  outline: 0;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
b, strong {
  font-weight: 700;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
small {
  font-size: 80%;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
sup {
  top: -.5em;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
sub {
  bottom: -.25em;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
img {
  border: 0;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
figure {
  margin: 0;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
button, input {
  line-height: normal;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
button, select {
  text-transform: none;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 15, ../../scss/main/_partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ---------------------------------------------------------------------------------------------------------- 
Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Clearing for modern browsers */
/* line 21, ../../scss/main/_partials/_normalize.scss */
.group:before,
.group:after {
  content: "";
  display: table;
}

/* line 26, ../../scss/main/_partials/_normalize.scss */
.group:after {
  clear: both;
}

/* Clearing for IE 6/7 (trigger hasLayout) */
/* line 30, ../../scss/main/_partials/_normalize.scss */
.group {
  zoom: 1;
}

/* line 34, ../../scss/main/_partials/_normalize.scss */
::-moz-selection {
  /* Moz text selection colours */
  background: #c6168d;
  color: #fff;
}

/* line 40, ../../scss/main/_partials/_normalize.scss */
::selection {
  /* Text selection colours */
  background: #c6168d;
  color: #fff;
}

/* ---------------------------------------------------------------------
LAYOUT -------------------------------------------------------------------
(These are sections, they hold one or more Modules together and form the grid system / structure)
--------------------------------------------------------------------- */
/* line 6, ../../scss/main/_partials/_layout.scss */
.container {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  max-width: 1600px;
}

@media only screen and (min-width: 37.5em) {
  /* line 17, ../../scss/main/_partials/_layout.scss */
  /* .container {
    margin-left: 30px;
    margin-right: 30px;
  } */
}
@media only screen and (min-width: 61.25em) {
  /* line 24, ../../scss/main/_partials/_layout.scss */
  .container {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 75em) {
  /* line 31, ../../scss/main/_partials/_layout.scss */
  .container {
    margin-left: 175px;
    margin-right: 175px;
  }
}
@media only screen and (min-width: 100em) {
  /* line 38, ../../scss/main/_partials/_layout.scss */
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 44, ../../scss/main/_partials/_layout.scss */
.container--full {
  max-width: 100%;
}

/* line 48, ../../scss/main/_partials/_layout.scss */
.l-row {
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}
@media only screen and (min-width: 37.5em) {
  /* line 48, ../../scss/main/_partials/_layout.scss */
  .l-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* line 59, ../../scss/main/_partials/_layout.scss */
.l-col-0, .l-col-1, .l-col-1-2, .l-col-1-3, .l-col-1-4, .l-col-1-6, .l-col-2-3, .l-col-3-4, .l-col-5-6, .l-col-1-12, .l-col-5-12, .l-col-7-12, .l-col-11-12 {
  width: 100%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -moz-transition-duration: 1s, 1s;
  -o-transition-duration: 1s, 1s;
  -webkit-transition-duration: 1s, 1s;
  transition-duration: 1s, 1s;
}
@media only screen and (min-width: 37.5em) {
  /* line 59, ../../scss/main/_partials/_layout.scss */
  .l-col-0, .l-col-1, .l-col-1-2, .l-col-1-3, .l-col-1-4, .l-col-1-6, .l-col-2-3, .l-col-3-4, .l-col-5-6, .l-col-1-12, .l-col-5-12, .l-col-7-12, .l-col-11-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 72, ../../scss/main/_partials/_layout.scss */
.l-col-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 37.5em) {
  /* line 77, ../../scss/main/_partials/_layout.scss */
  .l-col-center.l-col-1-2 {
    width: 75%;
  }
}
@media only screen and (min-width: 75em) {
  /* line 77, ../../scss/main/_partials/_layout.scss */
  .l-col-center.l-col-1-2 {
    width: 50%;
  }
}

/* line 87, ../../scss/main/_partials/_layout.scss */
.l-col-center-mid {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  clear: both;
}
@media only screen and (min-width: 37.5em) {
  /* line 93, ../../scss/main/_partials/_layout.scss */
  .l-col-center-mid.l-col-1-2 {
    width: 75%;
  }
}
@media only screen and (min-width: 75em) {
  /* line 93, ../../scss/main/_partials/_layout.scss */
  .l-col-center-mid.l-col-1-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 87, ../../scss/main/_partials/_layout.scss */
  .l-col-center-mid {
    clear: none;
    float: left;
  }
}

/* line 106, ../../scss/main/_partials/_layout.scss */
.clear {
  clear: both;
}

/* line 111, ../../scss/main/_partials/_layout.scss */
.l-col-1-2:first-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 37.5em) {
  /* line 111, ../../scss/main/_partials/_layout.scss */
  .l-col-1-2:first-child {
    margin-bottom: 0 !important;
  }
}

/*------------------------------------
l-col-1-2
----------------------------------- */
@media screen and (min-width: 37.5em) {
  /* line 125, ../../scss/main/_partials/_layout.scss */
  .l-col-1-2 {
    width: 50%;
  }
  /* line 127, ../../scss/main/_partials/_layout.scss */
  .l-col-1-2:first-child {
    margin-bottom: 15px;
  }
}
/*------------------------------------
l-col-1-3
----------------------------------- */
@media screen and (min-width: 37.5em) {
  /* line 139, ../../scss/main/_partials/_layout.scss */
  .l-col-1-3, .l-col-2-3 {
    width: 100%;
  }
}
@media screen and (min-width: 61.25em) {
  /* line 144, ../../scss/main/_partials/_layout.scss */
  .l-col-1-3 {
    width: 33.333333333%;
  }
  .l-col-2-3 {
    width: 66.66666666%;
  }
}
/*------------------------------------
l-col-1-4
----------------------------------- */
@media screen and (min-width: 37.5em) {
  /* line 154, ../../scss/main/_partials/_layout.scss */
  .l-col-1-4 {
    width: 50%;
  }
}
@media screen and (min-width: 75em) {
  /* line 160, ../../scss/main/_partials/_layout.scss */
  .l-col-1-4 {
    width: 25%;
  }
}
/*------------------------------------
l-col-1-6
----------------------------------- */
@media screen and (min-width: 37.5em) {
  /* line 171, ../../scss/main/_partials/_layout.scss */
  .l-col-1-6 {
    width: 33.333333%;
  }
}
@media screen and (min-width: 75em) {
  /* line 178, ../../scss/main/_partials/_layout.scss */
  .l-col-1-6 {
    width: 16.666666667%;
  }
}
/*------------------------------------
l-col-1-12
----------------------------------- */
@media screen and (min-width: 37.5em) {
  /* line 188, ../../scss/main/_partials/_layout.scss */
  .l-col-1-12 {
    width: 33.3333333%;
  }
}
@media screen and (min-width: 75em) {
  /* line 195, ../../scss/main/_partials/_layout.scss */
  .l-col-1-12 {
    width: 8.33333333%;
  }
}
/*------------------------------------
l-col-5-12
----------------------------------- */
@media screen and (min-width: 61.25em) {
  /* line 205, ../../scss/main/_partials/_layout.scss */
  .l-col-5-12 {
    width: 33.333333333%;
  }
}
@media screen and (min-width: 75em) {
  /* line 212, ../../scss/main/_partials/_layout.scss */
  .l-col-5-12 {
    width: 41.66666665%;
  }
}
/*------------------------------------
l-col-7-12
----------------------------------- */
@media screen and (min-width: 61.25em) {
  /* line 222, ../../scss/main/_partials/_layout.scss */
  .l-col-7-12 {
    width: 66.666666666%;
  }
}
@media screen and (min-width: 75em) {
  /* line 229, ../../scss/main/_partials/_layout.scss */
  .l-col-7-12 {
    width: 58.33333331%;
  }
}
/*------------------------------------
l-col-11-12
----------------------------------- */
@media screen and (min-width: 61.25em) {
  /* line 239, ../../scss/main/_partials/_layout.scss */
  .l-col-11-12 {
    width: 66.666666667%;
  }
}
@media screen and (min-width: 75em) {
  /* line 246, ../../scss/main/_partials/_layout.scss */
  .l-col-11-12 {
    width: 91.66666663%;
  }
}
/*------------------------------------
l-col-3-4
----------------------------------- */
@media screen and (min-width: 37.5em) {
  /* line 255, ../../scss/main/_partials/_layout.scss */
  .l-col-3-4 {
    width: 50%;
  }
}
@media screen and (min-width: 75em) {
  /* line 260, ../../scss/main/_partials/_layout.scss */
  .l-col-3-4 {
    width: 75%;
  }
}
/*------------------------------------
l-col-2-3
----------------------------------- */
@media screen and (min-width: 75em) {
  /* line 269, ../../scss/main/_partials/_layout.scss */
  .l-col-2-3 {
    width: 66.666666667%;
  }
}
/*------------------------------------
l-col-5-6
----------------------------------- */
@media screen and (min-width: 75em) {
  /* line 278, ../../scss/main/_partials/_layout.scss */
  .l-col-5-6 {
    width: 83.333333333%;
  }
}
/* ---------------------------------------------------------------------
BASE -------------------------------------------------------------------
(Wherever this element is on the page, it should look like this)
--------------------------------------------------------------------- */
/* line 6, ../../scss/main/_partials/_base.scss */
html {
  height: 100%;
}

/* line 10, ../../scss/main/_partials/_base.scss */
body {
  background: #fff;
  font-size: 100%;
  font-family: "Apercu Mono", AndaleMono, Arial, serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
}

/* line 19, ../../scss/main/_partials/_base.scss */
a {
  color: inherit;
  text-decoration: underline;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 25, ../../scss/main/_partials/_base.scss */
a:hover {
  color: #000;
  text-decoration: none;
}

/* line 30, ../../scss/main/_partials/_base.scss */
img {
  max-width: 100%;
  margin-bottom: 7.5px;
  display: block;
  height: auto;
}

/* ------------------------------------ 
Typography (Base) ---------------------
------------------------------------ */
/* line 42, ../../scss/main/_partials/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, .h6, h5, h6 {
  font-family: "Nexa Bold", AndaleMono, monospace, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 48, ../../scss/main/_partials/_base.scss */
h1, .h1 {
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 0em;
}

/* line 53, ../../scss/main/_partials/_base.scss */
h2, .h2 {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 0.5em;
  letter-spacing: 3px;
  line-height: 1.2;
}
@media only screen and (min-width: 37.5em) {
  /* line 53, ../../scss/main/_partials/_base.scss */
  h2, .h2 {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 100em) {
  /* line 53, ../../scss/main/_partials/_base.scss */
  h2, .h2 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
}

/* line 69, ../../scss/main/_partials/_base.scss */
h3, .h3 {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 0.5em;
  letter-spacing: 2px;
}
@media only screen and (min-width: 37.5em) {
  /* line 69, ../../scss/main/_partials/_base.scss */
  h3, .h3 {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 100em) {
  /* line 69, ../../scss/main/_partials/_base.scss */
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
}

/* line 85, ../../scss/main/_partials/_base.scss */
h4, .h4, .h5, .h6 {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 0.5em;
  letter-spacing: 2px;
}

/* line 91, ../../scss/main/_partials/_base.scss */
p {
  font-family: "Apercu Mono", AndaleMono, Arial, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 15px;
  max-width: 650px;
  line-height: 1.3;
}

/* line 99, ../../scss/main/_partials/_base.scss */
blockquote {
  background: #eee;
  padding: 15px;
  margin-bottom: 15px;
}

/* line 105, ../../scss/main/_partials/_base.scss */
cite {
  display: block;
  text-align: right;
  font-style: italic;
  font-size: 0.875em;
  margin-bottom: 15px;
}

/*------------------------------------
Forms (Base) -------------------------
----------------------------------- */
/* line 118, ../../scss/main/_partials/_base.scss */
form {
  margin-bottom: 15px;
}

/* line 122, ../../scss/main/_partials/_base.scss */
input {
  margin-bottom: 15px;
}

/* line 126, ../../scss/main/_partials/_base.scss */
input[type="text"], input[type="textarea"], select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: lighter;
}

/* line 133, ../../scss/main/_partials/_base.scss */
input[type="textarea"] {
  min-height: 120px;
}

/* line 142, ../../scss/main/_partials/_base.scss */
textarea {
  min-height: 120px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 7.5px;
  margin-bottom: 3.75px;
}
@media only screen and (min-width: 37.5em) {
  /* line 142, ../../scss/main/_partials/_base.scss */
  textarea {
    min-height: 180px;
  }
}
@media only screen and (min-width: 75em) {
  /* line 142, ../../scss/main/_partials/_base.scss */
  textarea {
    min-height: 220px;
  }
}

/*------------------------------------
Lists -------------------------
----------------------------------- */
/* line 163, ../../scss/main/_partials/_base.scss */
ul,
ol {
  margin-bottom: 15px;
}

/* line 168, ../../scss/main/_partials/_base.scss */
ul {
  list-style-type: disc;
}

/* line 172, ../../scss/main/_partials/_base.scss */
ol {
  list-style-type: decimal;
}

/* line 176, ../../scss/main/_partials/_base.scss */
ul li,
ol li {
  list-style-position: inside;
}

/* ---------------------------------------------------------------------
TYPOGRAPHY -------------------------------------------------------------
--------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
GLOBAL PAGES -----------------------------------------------------------
--------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
SINGLE PAGES -----------------------------------------------------------
--------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
Project Page -----------------------------------------------------------
--------------------------------------------------------------------- */
/* line 12, ../../scss/main/_partials/_pages__single.scss */
.project__header-image, .intro__image {
  overflow: hidden;
}

/* line 16, ../../scss/main/_partials/_pages__single.scss */
.intro__image img {
  height: 100%;
  width: auto;
  max-width: none;
}

/* line 22, ../../scss/main/_partials/_pages__single.scss */
.project__heading {
  text-transform: uppercase;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-align: center;
}
@media only screen and (min-width: 37.5em) {
  /* line 22, ../../scss/main/_partials/_pages__single.scss */
  .project__heading {
    margin-bottom: 0px;
  }
}

/* line 35, ../../scss/main/_partials/_pages__single.scss */
.l-col-center .project__heading {
  text-align: center;
}

/* line 40, ../../scss/main/_partials/_pages__single.scss */
.project__subtitle {
  text-transform: uppercase;
  text-align: center;
  margin: 1em auto 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 61.25em) {
  /* line 40, ../../scss/main/_partials/_pages__single.scss */
  .project__subtitle {
    margin: 0 auto 0;
  }
}

/* line 52, ../../scss/main/_partials/_pages__single.scss */
.project__client {
  text-align: center;
}

/* line 57, ../../scss/main/_partials/_pages__single.scss */
.project__icon {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 37.5em) {
  /* line 57, ../../scss/main/_partials/_pages__single.scss */
  .project__icon {
    display: inline;
  }
}

/* line 66, ../../scss/main/_partials/_pages__single.scss */
.project__para--small, .l-col-center p, .project p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (min-width: 61.25em) {
  /* line 66, ../../scss/main/_partials/_pages__single.scss */
  .project__para--small, .l-col-center p, .project p {
    width: 100%;
  }
}

/* line 77, ../../scss/main/_partials/_pages__single.scss */
.project .l-row {
  margin-bottom: 30px;
}

@media only screen and (min-width: 61.25em) {
  /* line 84, ../../scss/main/_partials/_pages__single.scss */
  .project .l-row {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 75em) {
  /* line 92, ../../scss/main/_partials/_pages__single.scss */
  .project .l-row {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 100em) {
  /* line 100, ../../scss/main/_partials/_pages__single.scss */
  .project .l-row {
    margin-bottom: 90px;
  }
}
/* line 106, ../../scss/main/_partials/_pages__single.scss */
.project .half-bottom-margin {
  margin-bottom: 15px;
}
@media only screen and (min-width: 61.25em) {
  /* line 106, ../../scss/main/_partials/_pages__single.scss */
  .project .half-bottom-margin {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 75em) {
  /* line 106, ../../scss/main/_partials/_pages__single.scss */
  .project .half-bottom-margin {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 100em) {
  /* line 106, ../../scss/main/_partials/_pages__single.scss */
  .project .half-bottom-margin {
    margin-bottom: 45px;
  }
}

/* line 119, ../../scss/main/_partials/_pages__single.scss */
.text-content {
  overflow: hidden;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 124, ../../scss/main/_partials/_pages__single.scss */
.text-content__expand {
  background-image: url("../../img/icons/expand.png");
  background-position: center center;
  width: 100%;
  height: 31px;
  background-size: 31px 31px;
  background-repeat: no-repeat;
  margin-top: 10px;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 134, ../../scss/main/_partials/_pages__single.scss */
.text-content__expand.text-content__expanded {
  background-image: url("../../img/icons/minimise.png");
}

/* line 139, ../../scss/main/_partials/_pages__single.scss */
.back-to-top {
  cursor: pointer;
  width: 30px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
/* line 145, ../../scss/main/_partials/_pages__single.scss */
.back-to-top:before {
  content: "";
  position: absolute;
  width: 0px;
  background-color: #3c4042;
  opacity: 1;
  left: 13px;
  right: 25px;
  top: 0px;
  transition: all 0.3s;
  height: 2px;
}
@media only screen and (min-width: 37.5em) {
  /* line 159, ../../scss/main/_partials/_pages__single.scss */
  .back-to-top:hover:before {
    width: 80px;
    left: -25px;
  }
}

/* line 185, ../../scss/main/_partials/_pages__single.scss */
.project__nav {
  display: block;
  position: relative;
  height: 40px;
  margin-top: -70px;
  overflow: visible;
}
@media only screen and (min-width: 30em) {
  /* line 185, ../../scss/main/_partials/_pages__single.scss */
  .project__nav {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 37.5em) {
  /* line 185, ../../scss/main/_partials/_pages__single.scss */
  .project__nav {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 185, ../../scss/main/_partials/_pages__single.scss */
  .project__nav {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 75em) {
  /* line 185, ../../scss/main/_partials/_pages__single.scss */
  .project__nav {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 100em) {
  /* line 185, ../../scss/main/_partials/_pages__single.scss */
  .project__nav {
    margin-top: -125px;
  }
}
/* line 212, ../../scss/main/_partials/_pages__single.scss */
.project__nav .project__nav-previous {
  position: absolute;
  left: 10px;
  width: 30px;
}
/* line 216, ../../scss/main/_partials/_pages__single.scss */
.project__nav .project__nav-previous div {
  margin: 0px 0;
  cursor: pointer;
  background-repeat: no-repeat;
}
/* line 222, ../../scss/main/_partials/_pages__single.scss */
.project__nav .project__nav-next {
  position: absolute;
  right: 5px;
  width: 30px;
}
/* line 226, ../../scss/main/_partials/_pages__single.scss */
.project__nav .project__nav-next div {
  margin: 0px 0;
  cursor: pointer;
  background-repeat: no-repeat;
}
/* line 232, ../../scss/main/_partials/_pages__single.scss */
.project__nav .project__scroll-left {
  background-image: url("../../img/icons/arrow-left.png");
  background-size: 19px 20px;
  width: 19px;
  height: 20px;
  margin-left: 5px !important;
}
/* line 238, ../../scss/main/_partials/_pages__single.scss */
.project__nav .project__scroll-left:before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #3c4042;
  opacity: 1;
  left: 5px;
  top: 10px;
  bottom: 0px;
  transition: all 0.3s;
  height: 0px;
}
/* line 251, ../../scss/main/_partials/_pages__single.scss */
.project__nav .project__scroll-left:hover:before {
  top: -30px;
  height: 80px;
}
/* line 257, ../../scss/main/_partials/_pages__single.scss */
.project__nav .project__scroll-right {
  background-image: url("../../img/icons/arrow-right.png");
  background-size: 19px 20px;
  width: 19px;
  height: 20px;
  margin-left: 0px !important;
  transition: all 0.3s;
}
/* line 264, ../../scss/main/_partials/_pages__single.scss */
.project__nav .project__scroll-right:before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #3c4042;
  opacity: 1;
  right: 10px;
  top: 10px;
  bottom: 0px;
  transition: all 0.3s;
  height: 0px;
}
/* line 277, ../../scss/main/_partials/_pages__single.scss */
.project__nav .project__scroll-right:hover:before {
  top: -30px;
  height: 80px;
}

/* ---------------------------------------------------------------------
Service Page -----------------------------------------------------------
--------------------------------------------------------------------- */
/* line 291, ../../scss/main/_partials/_pages__single.scss */
.service__video {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 2em;
}
/* line 295, ../../scss/main/_partials/_pages__single.scss */
.service__video video {
  display: block;
  height: auto;
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 61.25em) {
  /* line 291, ../../scss/main/_partials/_pages__single.scss */
  .service__video {
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 75em) {
  /* line 291, ../../scss/main/_partials/_pages__single.scss */
  .service__video {
    margin-bottom: 8em;
  }
}

/* line 310, ../../scss/main/_partials/_pages__single.scss */
.service__box {
  margin-top: 1em;
}
@media only screen and (min-width: 37.5em) {
  /* line 310, ../../scss/main/_partials/_pages__single.scss */
  .service__box {
    margin-top: 0;
  }
}

/* line 318, ../../scss/main/_partials/_pages__single.scss */
.services__title {
  margin-top: 30px;
}

/* line 322, ../../scss/main/_partials/_pages__single.scss */
.service__video {
  position: relative;
}

@media only screen and (min-width: 61.25em) {
  /* line 327, ../../scss/main/_partials/_pages__single.scss */
  .service__video {
    height: 400px;
  }
}
/* line 332, ../../scss/main/_partials/_pages__single.scss */
.service__title {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 37.5em) {
  /* line 332, ../../scss/main/_partials/_pages__single.scss */
  .service__title {
    top: 50%;
    margin-top: -25px;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

/* line 349, ../../scss/main/_partials/_pages__single.scss */
.carousel {
  position: relative;
}
/* line 351, ../../scss/main/_partials/_pages__single.scss */
.carousel img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-left: inherit;
  padding-right: inherit;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  background-color: white;
}
/* line 361, ../../scss/main/_partials/_pages__single.scss */
.carousel img.current {
  opacity: 1;
}

/* line 370, ../../scss/main/_partials/_pages__single.scss */
.intro-images {
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0;
  -moz-transition: background-image 0.5s;
  -o-transition: background-image 0.5s;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
}

/* line 384, ../../scss/main/_partials/_pages__single.scss */
.intro-images.current {
  opacity: 1;
}

/* Preloader */
/* line 391, ../../scss/main/_partials/_pages__single.scss */
.preload-intro {
  background-position: -9999px -9999px !important;
}

/* line 396, ../../scss/main/_partials/_pages__single.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

/* line 406, ../../scss/main/_partials/_pages__single.scss */
#status {
  background-color: transparent;
  background-image: url("../../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ---------------------------------------------------------------------
MODULES -------------------------------------------------------------------
(Reusable, modular parts of our design. These should work independently of layout)
--------------------------------------------------------------------- */
/*------------------------------------
Boxes
----------------------------------- */
/* line 15, ../../scss/main/_partials/_modules__global.scss */
.box__promo {
  @extended %box;
  background-color: #fff;
}

/* line 20, ../../scss/main/_partials/_modules__global.scss */
.box__promo--highlight {
  background-color: #000;
}

/*------------------------------------
Intro
----------------------------------- */
/* line 27, ../../scss/main/_partials/_modules__global.scss */
.logo-big {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../../img/artOfPrint.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 19px;
  width: 240px;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  -moz-transition: background-image 0.5s;
  -o-transition: background-image 0.5s;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
}
@media only screen and (min-width: 420px) {
  /* line 27, ../../scss/main/_partials/_modules__global.scss */
  .logo-big {
    height: 26px;
    width: 350px;
  }
}
/* line 46, ../../scss/main/_partials/_modules__global.scss */
.logo-big.logo-big--white {
  background-image: url(../../img/artOfPrint-white.png);
}

/*------------------------------------
Thumb Grid
----------------------------------- */
/* line 56, ../../scss/main/_partials/_modules__global.scss */
.body {
  margin-top: 70px;
}
@media only screen and (min-width: 37.5em) {
  /* line 56, ../../scss/main/_partials/_modules__global.scss */
  .body {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 56, ../../scss/main/_partials/_modules__global.scss */
  .body {
    margin-top: 120px;
  }
}

/* line 66, ../../scss/main/_partials/_modules__global.scss */
.intro {
  margin-top: 0px;
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
}

.container.body{
  position: relative;
}

/* line 73, ../../scss/main/_partials/_modules__global.scss */
.thumb {
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-top: 0;
  width: 50%;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.thumb-wrapper{
  opacity: 1;
  transform: translateY(0);
  -moz-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}

.thumb.loading .thumb-wrapper{
  transform: translateY(4rem);
  opacity: 0;
}

/* line 81, ../../scss/main/_partials/_modules__global.scss */
.thumb:nth-child(2n+1) {
  clear: left;
}
@media only screen and (min-width: 61.25em) {
  /* line 73, ../../scss/main/_partials/_modules__global.scss */
  .thumb {
    width: 33.333333%;
  }
  /* line 86, ../../scss/main/_partials/_modules__global.scss */
  .thumb:nth-child(2n+1) {
    clear: none;
  }
  /* line 89, ../../scss/main/_partials/_modules__global.scss */
  .thumb:nth-child(3n+1) {
    clear: left;
  }
}
/* line 93, ../../scss/main/_partials/_modules__global.scss */
.thumb img {
  width: 100%;
  height: 100%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
/* line 99, ../../scss/main/_partials/_modules__global.scss */
.thumb img:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 104, ../../scss/main/_partials/_modules__global.scss */
.scrolled {
  margin-top: -120px;
}

/* line 107, ../../scss/main/_partials/_modules__global.scss */
.preScrolled {
  opacity: 0;
}

/* line 111, ../../scss/main/_partials/_modules__global.scss */
.thumb__title {
  width: 100%;
  text-transform: uppercase;
  margin: 15px 0 15px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-decoration: none;
  display: block;
}
@media only screen and (min-width: 37.5em) {
  /* line 111, ../../scss/main/_partials/_modules__global.scss */
  .thumb__title {
    margin: 15px 0 30px;
  }
}
/* line 123, ../../scss/main/_partials/_modules__global.scss */
.thumb__title a {
  text-decoration: none;
}

/* line 127, ../../scss/main/_partials/_modules__global.scss */
.thumb__image {
  width: 100%;
  overflow: hidden;
}
/* line 130, ../../scss/main/_partials/_modules__global.scss */
.thumb__image img {
  margin-bottom: 0;
}

/*------------------------------------
Load in
----------------------------------- */
/* line 139, ../../scss/main/_partials/_modules__global.scss */
body.is-loading {
  background-image: url("../../img/loading.gif");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
}
/* line 144, ../../scss/main/_partials/_modules__global.scss */
body.is-loading * {
  display: none;
}
/* line 148, ../../scss/main/_partials/_modules__global.scss */
body.is-loading .aloadImage {
  height: 100%;
}

/* line 153, ../../scss/main/_partials/_modules__global.scss */
.loading, .hidden {
  opacity: 0;
  -moz-transform: translate(0, 35%);
  -ms-transform: translate(0, 35%);
  -webkit-transform: translate(0, 35%);
  transform: translate(0, 35%);
}

/* line 157, ../../scss/main/_partials/_modules__global.scss */
.loading-now {
  opacity: 0;
}

/* line 160, ../../scss/main/_partials/_modules__global.scss */
.displayno {
  position: absolute;
  left: -9999px;
}

/* line 165, ../../scss/main/_partials/_modules__global.scss */
[data-aload] {
  background-image: none !important;
}

/* line 167, ../../scss/main/_partials/_modules__global.scss */
.aloadImage {
  height: 100%;
}

/* line 176, ../../scss/main/_partials/_modules__global.scss */
.carousel .aloadImage {
  background-image: url("../../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
}

/* line 185, ../../scss/main/_partials/_modules__global.scss */
.preloader-container {
  position: relative;
}
/* line 187, ../../scss/main/_partials/_modules__global.scss */
.preloader-container:before {
  content: "";
  position: absolute;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e6e6e6;
  background-image: url("../../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  z-index: -1;
}
@media only screen and (min-width: 37.5em) {
  /* line 187, ../../scss/main/_partials/_modules__global.scss */
  .preloader-container:before {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 208, ../../scss/main/_partials/_modules__global.scss */
.preloader-container.thumb__image:before {
  margin: 0;
}
/* line 211, ../../scss/main/_partials/_modules__global.scss */
.preloader-container.carousel:before {
  display: none;
}

/*------------------------------------
Timeline
----------------------------------- */
/* line 221, ../../scss/main/_partials/_modules__global.scss */
.timeline {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 61.25em) {
  /* line 221, ../../scss/main/_partials/_modules__global.scss */
  .timeline {
    margin-bottom: 100px;
  }
}

/* line 230, ../../scss/main/_partials/_modules__global.scss */
.timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 29px;
  height: 100%;
  width: 2px;
  background: #e6e6e6;
}
@media only screen and (min-width: 75em) {
  /* line 230, ../../scss/main/_partials/_modules__global.scss */
  .timeline::before {
    margin-top: 2em;
    margin-bottom: 3em;
    left: 50%;
    margin-left: -1px;
  }
}

/* line 249, ../../scss/main/_partials/_modules__global.scss */
.timeline__block {
  position: relative;
  margin: 2em 0;
}
/* line 254, ../../scss/main/_partials/_modules__global.scss */
.timeline__block:first-child {
  margin-top: 0;
}
/* line 258, ../../scss/main/_partials/_modules__global.scss */
.timeline__block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 75em) {
  /* line 264, ../../scss/main/_partials/_modules__global.scss */
  .timeline__block:nth-child(odd) .timeline__content {
    border-right: 1px solid #e6e6e6;
    border-left: 0;
  }
}
@media only screen and (min-width: 75em) {
  /* line 249, ../../scss/main/_partials/_modules__global.scss */
  .timeline__block {
    margin: 4em 0;
  }
  /* line 274, ../../scss/main/_partials/_modules__global.scss */
  .timeline__block:first-child {
    margin-top: 0;
  }
  /* line 278, ../../scss/main/_partials/_modules__global.scss */
  .timeline__block:last-child {
    margin-bottom: 0;
  }
}

/* line 284, ../../scss/main/_partials/_modules__global.scss */
.timeline__image {
  position: absolute;
  top: 20px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  background-color: #fff;
}
/* line 294, ../../scss/main/_partials/_modules__global.scss */
.timeline__image img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
@media only screen and (min-width: 75em) {
  /* line 284, ../../scss/main/_partials/_modules__global.scss */
  .timeline__image {
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}

/* line 316, ../../scss/main/_partials/_modules__global.scss */
.timeline__content {
  position: relative;
  margin-left: 60px;
  border-left: 1px solid #e6e6e6;
  padding: 1em;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 324, ../../scss/main/_partials/_modules__global.scss */
.timeline__content .timeline__date {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 327, ../../scss/main/_partials/_modules__global.scss */
.timeline__content .timeline__date {
  display: inline-block;
}
/* line 330, ../../scss/main/_partials/_modules__global.scss */
.timeline__content .timeline__date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
/* line 335, ../../scss/main/_partials/_modules__global.scss */
.timeline__content::before {
  content: '';
  position: absolute;
  top: 14px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #e6e6e6;
}
/* line 345, ../../scss/main/_partials/_modules__global.scss */
.timeline__content h3, .timeline__content .h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 61.25em) {
  /* line 351, ../../scss/main/_partials/_modules__global.scss */
  .timeline__content .timeline__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 75em) {
  /* line 316, ../../scss/main/_partials/_modules__global.scss */
  .timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  /* line 361, ../../scss/main/_partials/_modules__global.scss */
  .timeline__content::before {
    top: 18px;
    left: 100%;
    border-color: transparent;
    border-left-color: #e6e6e6;
  }
  /* line 376, ../../scss/main/_partials/_modules__global.scss */
  .timeline__block:nth-child(even) .timeline__content {
    float: right;
  }
  /* line 379, ../../scss/main/_partials/_modules__global.scss */
  .timeline__block:nth-child(even) .timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #e6e6e6;
  }
  /* line 387, ../../scss/main/_partials/_modules__global.scss */
  .timeline__block:nth-child(even) .timeline__content .timeline__date {
    left: auto;
    right: 122%;
    text-align: right;
  }
}

/*------------------------------------
Google maps
----------------------------------- */
/* line 400, ../../scss/main/_partials/_modules__global.scss */
.google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

/* line 407, ../../scss/main/_partials/_modules__global.scss */
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

/*------------------------------------
Heading
----------------------------------- */
/* line 419, ../../scss/main/_partials/_modules__global.scss */
h1.page__heading, .page__heading.h1 {
  text-align: center;
  width: 100%;
}

/*------------------------------------
Vertical Centering
----------------------------------- */
@media only screen and (min-width: 37.5em) {
  /* line 429, ../../scss/main/_partials/_modules__global.scss */
  .v-c {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
/*---------
Video Embed
----------*/
/* line 449, ../../scss/main/_partials/_modules__global.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 457, ../../scss/main/_partials/_modules__global.scss */
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------
Page animations
----------------------------------- */
/*
 * Keyframes
 */
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
/*
 * CSS Page Transitions
 * Don't forget to add vendor prefixes!
 */
/* line 524, ../../scss/main/_partials/_modules__global.scss */
.m-scene {
  /** Basic styles for an animated element */
  /** An element that fades in */
  /** An element that fades in and slides up */
  /** An element that fades in and slides from the right */
  /** Reverse "exit" animations */
}
/* line 526, ../../scss/main/_partials/_modules__global.scss */
.m-scene .scene_element {
  -moz-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
/* line 534, ../../scss/main/_partials/_modules__global.scss */
.m-scene .scene_element--fadein {
  -moz-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* line 540, ../../scss/main/_partials/_modules__global.scss */
.m-scene .scene_element--fadeinup {
  -moz-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* line 546, ../../scss/main/_partials/_modules__global.scss */
.m-scene .scene_element--fadeindown {
  -moz-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
/* line 551, ../../scss/main/_partials/_modules__global.scss */
.m-scene .scene_element--fadeinleft {
  -moz-animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* line 556, ../../scss/main/_partials/_modules__global.scss */
.m-scene.is-exiting .scene_element {
  -moz-animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

/* ---------------------------------------------------------------------
HEADER (GLOBAL) --------------------------------------------------------
--------------------------------------------------------------------- */
/* line 6, ../../scss/main/_partials/_modules__header.scss */
header.container {
  text-transform: uppercase;
  position: fixed;
  z-index: 3;
  background-color: #fff;
  top: 0;
  width: 100%;
  box-shadow: 0px;
  display: block;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 61.25em) {
  /* line 6, ../../scss/main/_partials/_modules__header.scss */
  header.container {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 6, ../../scss/main/_partials/_modules__header.scss */
  header.container {
    width: calc(100% - 120px);
  }
}
@media only screen and (min-width: 75em) {
  /* line 6, ../../scss/main/_partials/_modules__header.scss */
  header.container {
    width: calc(100% - 350px);
  }
}
@media only screen and (min-width: 100em) {
  /* line 6, ../../scss/main/_partials/_modules__header.scss */
  header.container {
    width: 100em;
    left: 50%;
    margin-left: -800px;
  }
}

/* line 42, ../../scss/main/_partials/_modules__header.scss */
.header--scrolled .header__logo {
  margin-top: 30px;
  margin-bottom: 0;
  background-image: url(../../img/artOfPrint.png);
  background-size: 202px 16px;
}
/* line 46, ../../scss/main/_partials/_modules__header.scss */
/* .header--scrolled .header__logomark {
  background-image: url(../../img/artOfPrint.png);
  width: 100%;
  height: 30px;
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 0;
} */
@media only screen and (min-width: 61.25em) {
  /* line 46, ../../scss/main/_partials/_modules__header.scss */
  /* .header--scrolled .header__logomark {
    background-size: 202px 16px;
  } */
}
@media only screen and (min-width: 75em) {
  /* line 46, ../../scss/main/_partials/_modules__header.scss */
  /* .header--scrolled .header__logomark {
    margin-bottom: 8px;
  } */
}
/* line 62, ../../scss/main/_partials/_modules__header.scss */
/* .header--scrolled .header__logomark img {
  display: none;
} */

/* line 70, ../../scss/main/_partials/_modules__header.scss */
.header__logo {
  margin-top: 30px;
  margin-bottom: 0px;
  text-decoration: none;
  display: block;
  background-image: url(../../img/logo.png);
  background-repeat: no-repeat;
  background-size: 192px 11px;
  background-position: top left;
  text-indent: -9999px;
  width: 80%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 30em) {
  /* line 70, ../../scss/main/_partials/_modules__header.scss */
  .header__logo {
    background-size: 216px 12px;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 70, ../../scss/main/_partials/_modules__header.scss */
  .header__logo {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 70, ../../scss/main/_partials/_modules__header.scss */
  .header__logo {
    margin-top: 60px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 61.25em) {
  /* line 98, ../../scss/main/_partials/_modules__header.scss */
  .header--scrolled nav .menu-top-nav-container {
    -webkit-animation: fadeOutAni 0.5s forwards;
    animation: fadeOutAni 0.5s forwards;
    z-index: -1;
    pointer-events: none;
    top: 28px;
  }

  nav.nav-reveal .menu-top-nav-container {
    z-index: 0;
    pointer-events: initial;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 108, ../../scss/main/_partials/_modules__header.scss */
  .header--scrolled nav .menu-top-nav-burger {
    top: 30px;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 108, ../../scss/main/_partials/_modules__header.scss */
  .header--scrolled nav .menu-top-nav-burger {
    top: 18px;
    -webkit-animation: fadeInAni 0.5s forwards;
    animation: fadeInAni 0.5s forwards;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 118, ../../scss/main/_partials/_modules__header.scss */
  .header--scrolled nav .menu-top-nav-gallery {
    display: none;
  }
}

/* line 126, ../../scss/main/_partials/_modules__header.scss */
nav {
  width: 100%;
  height: 0px;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  position: relative;
}
@media only screen and (min-width: 61.25em) {
  /* line 126, ../../scss/main/_partials/_modules__header.scss */
  nav {
    position: relative;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 126, ../../scss/main/_partials/_modules__header.scss */
  nav {
    height: auto;
  }
}
/* line 137, ../../scss/main/_partials/_modules__header.scss */
nav .menu-top-nav-burger {
  position: absolute;
  top: -30px;
  height: 30px;
  width: 40px;
  right: 5px;
  cursor: pointer;
}
@media only screen and (min-width: 61.25em) {
  /* line 137, ../../scss/main/_partials/_modules__header.scss */
  nav .menu-top-nav-burger {
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    top: 45px;
    z-index: 5;
    right: 0;
    -webkit-animation: fadeInAni 0.5s forwards;
    animation: fadeInAni 0.5s forwards;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 137, ../../scss/main/_partials/_modules__header.scss */
  nav .menu-top-nav-burger {
    /* right: auto;
    width: 100%; */
    top: 50px;
    -webkit-animation: fadeOutAni 0.5s forwards;
    animation: fadeOutAni 0.5s forwards;
  }
}
/* line 159, ../../scss/main/_partials/_modules__header.scss */
nav .menu-top-nav-burger:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0px;
  width: 25px;
  height: 8px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  cursor: pointer;
}
@media only screen and (min-width: 61.25em) {
  /* line 159, ../../scss/main/_partials/_modules__header.scss */
  nav .menu-top-nav-burger:before {
    top: -1px;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 159, ../../scss/main/_partials/_modules__header.scss */
  nav .menu-top-nav-burger:before {
    left: 50%;
    right: auto;
    margin-left: -15px;
    width: 30px;
    top: 10px;
    height: 9px;
  }
}
/* line 181, ../../scss/main/_partials/_modules__header.scss */
nav .menu-top-nav-burger:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0px;
  width: 25px;
  height: 1px;
  border-top: 2px solid  #000;
  cursor: pointer;
}
@media only screen and (min-width: 61.25em) {
  /* line 181, ../../scss/main/_partials/_modules__header.scss */
  nav .menu-top-nav-burger:after {
    top: 11px;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 181, ../../scss/main/_partials/_modules__header.scss */
  nav .menu-top-nav-burger:after {
    left: 50%;
    right: auto;
    margin-left: -15px;
    width: 30px;
    top: 24px;
  }
}
/* line 226, ../../scss/main/_partials/_modules__header.scss */
nav .menu-top-nav-gallery {
  right: 50px;
  position: absolute;
  top: 29px;
  width: 35px;
  height: 23px;
  display: none;
  background-image: url(../../img/icons/gridIcon.png);
  background-size: 24px 14px;
  background-repeat: no-repeat;
  background-position: right top;
}
@media only screen and (min-width: 61.25em) {
  /* line 226, ../../scss/main/_partials/_modules__header.scss */
  nav .menu-top-nav-gallery {
    top: 44px;
  }
}
/* line 241, ../../scss/main/_partials/_modules__header.scss */
nav .menu-top-nav-container {
  width: 100%;
  position: absolute;
  background-color: white;
  z-index: 10;
}
@media only screen and (min-width: 61.25em) {
  /* line 241, ../../scss/main/_partials/_modules__header.scss */
  nav .menu-top-nav-container {
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    position: relative;
    top: 35px;
    margin-right: -500px;
    margin-left: 500px;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 241, ../../scss/main/_partials/_modules__header.scss */
  nav .menu-top-nav-container {
    margin-right: 0;
    margin-left: 0;
    top: 58px;
  }
}
/* line 260, ../../scss/main/_partials/_modules__header.scss */
nav .menu-top-nav-container ul {
  margin: 0;
  /* padding: 0 0 50px 0; */
  background-color: white;
  text-align: right;
}
@media only screen and (min-width: 61.25em) {
  /* line 260, ../../scss/main/_partials/_modules__header.scss */
  nav .menu-top-nav-container ul {
    /* -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex; */
    /* -webkit-justify-content: space-between;
    justify-content: space-between; */
    height: auto;
    overflow: visible;
    position: relative;
    padding: 0;
  }
}
/* line 279, ../../scss/main/_partials/_modules__header.scss */
nav .menu-top-nav-container ul li {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 10px 0 20px;
  text-align: center;
  display: inline-block;
}
@media only screen and (min-width: 61.25em) {
  /* line 279, ../../scss/main/_partials/_modules__header.scss */
  nav .menu-top-nav-container ul li {
    font-size: 12px;
    font-size: 0.75rem;
    width: auto;
    text-align: left;
    margin: 0;
    padding: 10px 0;
    padding-bottom: 3px;
    position: relative;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 279, ../../scss/main/_partials/_modules__header.scss */
  nav .menu-top-nav-container ul li {
    padding: 0;
    padding-bottom: 3px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 299, ../../scss/main/_partials/_modules__header.scss */
/* nav .menu-top-nav-container ul li:after {
  position: absolute;
  left: 0;
  width: 0%;
  height: 3px;
  background: #000;
  content: '';
  bottom: -1px;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
} */
/* line 310, ../../scss/main/_partials/_modules__header.scss */
nav .menu-top-nav-container ul li:hover:after, nav .menu-top-nav-container ul li.current-menu-item:after {
  width: 100%;
}
/* line 314, ../../scss/main/_partials/_modules__header.scss */
nav .menu-top-nav-container ul li a {
  text-decoration: none;
}
/* line 320, ../../scss/main/_partials/_modules__header.scss */
nav.nav-reveal {
  /* height: 170px; */
  height: 100vh;
}
@media only screen and (min-width: 61.25em) {
  /* line 320, ../../scss/main/_partials/_modules__header.scss */
  nav.nav-reveal {
    height: auto;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 325, ../../scss/main/_partials/_modules__header.scss */
  nav.nav-reveal .menu-top-nav-burger {
    -webkit-animation: fadeOutAni 0.5s forwards;
    animation: fadeOutAni 0.5s forwards;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 331, ../../scss/main/_partials/_modules__header.scss */
  nav.nav-reveal .menu-top-nav-container {
    -webkit-animation: fadeInAni 0.5s forwards;
    animation: fadeInAni 0.5s forwards;
    margin: 0;
    opacity: 1;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 331, ../../scss/main/_partials/_modules__header.scss */
  nav.nav-reveal .menu-top-nav-container {
    -webkit-animation: fadeInAni 0.5s forwards;
    animation: fadeInAni 0.5s forwards;
  }
}

/* line 346, ../../scss/main/_partials/_modules__header.scss */
.single-project .menu-top-nav-gallery {
  display: block;
}
@media only screen and (min-width: 61.25em) {
  /* line 346, ../../scss/main/_partials/_modules__header.scss */
  .single-project .menu-top-nav-gallery {
    display: none;
  }
}

/* line 353, ../../scss/main/_partials/_modules__header.scss */
.header__logomark {
  float: right;
  /* margin-top: 60px;
  margin-bottom: 15px; */
  background-image: url(../../img/artOfPrint.png);
  width: 100%;
  height: 30px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  text-indent: -9999px;
  transition: none;
}
@media only screen and (min-width: 61.25em) {
  /* line 353, ../../scss/main/_partials/_modules__header.scss */
  .header__logomark {
    margin-top: 50px;
  }
}

/* line 370, ../../scss/main/_partials/_modules__header.scss */
.header__logomark-holder.is-revealed .header__logomark {
  background-image: url(../../img/icons/logomark.png);
  background-size: 21px 21px;
}

/* line 376, ../../scss/main/_partials/_modules__header.scss */
.header__logomark-holder {
  display: none;
}
@media only screen and (min-width: 61.25em) {
  /* line 376, ../../scss/main/_partials/_modules__header.scss */
  .header__logomark-holder {
    display: block;
  }
}

@keyframes fadeInAni {
  0% {
    opacity: 0;
    margin-right: 0;
    margin-left: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAni {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    margin-right: 0px;
    margin-left: 0px;
  }
  100% {
    opacity: 0;
    margin-right: -500px;
    margin-left: 500px;
  }
}
/* ---------------------------------------------------------------------
FOOTER (GLOBAL) --------------------------------------------------------
--------------------------------------------------------------------- */
/* line 5, ../../scss/main/_partials/_modules__footer.scss */
footer {
  margin-top: 15px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 37.5em) {
  /* line 5, ../../scss/main/_partials/_modules__footer.scss */
  footer {
    margin-top: 60px;
  }
}
/* line 12, ../../scss/main/_partials/_modules__footer.scss */
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 16, ../../scss/main/_partials/_modules__footer.scss */
footer ul li {
  list-style-type: none;
  float: left;
  margin: 0 85px 0 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 30em) {
  /* line 16, ../../scss/main/_partials/_modules__footer.scss */
  footer ul li {
    margin: 10px 60px 0 0;
  }
}
@media only screen and (min-width: 37.5em) {
  /* line 16, ../../scss/main/_partials/_modules__footer.scss */
  footer ul li {
    margin: 0px 60px 0 0;
  }
}
/* line 29, ../../scss/main/_partials/_modules__footer.scss */
footer ul li a {
  color: #000;
  text-decoration: none;
}
/* line 35, ../../scss/main/_partials/_modules__footer.scss */
footer .social-icons {
  margin-top: -60px;
}
@media only screen and (min-width: 30em) {
  /* line 35, ../../scss/main/_partials/_modules__footer.scss */
  footer .social-icons {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 37.5em) {
  /* line 35, ../../scss/main/_partials/_modules__footer.scss */
  footer .social-icons {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 61.25em) {
  /* line 48, ../../scss/main/_partials/_modules__footer.scss */
  footer {
    padding-bottom: 50px;
  }
}
/* ---------------------------------------------------------------------
BUTTONS ----------------------------------------------------------------
--------------------------------------------------------------------- */
/* Block components */
/* line 7, ../../scss/main/_partials/_modules__buttons.scss */
.btn-primary {
  padding: 12px 0px;
  display: inline-block;
  margin: 0.5em 8px 0;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
  padding: 10px 0 5px;
  position: relative;
}
@media only screen and (min-width: 37.5em) {
  /* line 7, ../../scss/main/_partials/_modules__buttons.scss */
  .btn-primary {
    margin-top: 1.5em;
  }
}
/* line 22, ../../scss/main/_partials/_modules__buttons.scss */
.btn-primary:after {
  position: absolute;
  left: 0;
  width: 0%;
  height: 3px;
  content: '';
  bottom: 0;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  background: #000;
}
/* line 39, ../../scss/main/_partials/_modules__buttons.scss */
.btn-primary:hover:after, .active.btn-primary:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  width: 100%;
}
/* line 47, ../../scss/main/_partials/_modules__buttons.scss */
.btn-primary a {
  text-decoration: none;
}

/* line 52, ../../scss/main/_partials/_modules__buttons.scss */
.btn-primary {
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* Elements that depends upon the block */
/* Modifiers that changes the style of the block */
/* ---------------------------------------------------------------------
LISTS ------------------------------------------------------------------
--------------------------------------------------------------------- */
/* ---------------------------------------------------------------------
FORMS ------------------------------------------------------------------
--------------------------------------------------------------------- */
/**-------------- SELECT ------------***/
/* line 7, ../../scss/main/_partials/_modules__forms.scss */
label {
  font-size: 14px;
  font-size: 0.875rem;
  width: 45%;
  display: block;
  margin-bottom: 20px;
  margin-top: 15px;
  float: left;
  text-align: left;
}

/* line 17, ../../scss/main/_partials/_modules__forms.scss */
.select {
  width: 55%;
  padding: 5px;
  overflow: hidden;
  background: url(../../img/icons/select-arrow.png) no-repeat right 15px center #fff;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 20px;
}
/* line 27, ../../scss/main/_partials/_modules__forms.scss */
.select select {
  width: 105%;
  padding: 10px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
/* line 43, ../../scss/main/_partials/_modules__forms.scss */
.select select:focus {
  outline: none;
}

/* ---------------------------------------------------------------------
CODE -------------------------------------------------------------------
--------------------------------------------------------------------- */
/* line 4, ../../scss/main/_partials/_code.scss */
code,
pre {
  font-family: "Apercu Mono", AndaleMono, monospace, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

/* line 11, ../../scss/main/_partials/_code.scss */
code {
  color: #ee41aa;
  background-color: #f8f8f8;
  padding: calc-em(4px);
}

/* line 17, ../../scss/main/_partials/_code.scss */
pre {
  display: block;
  margin-bottom: 15px;
  line-height: 1.5;
  background-color: whitesmoke;
  padding: calc-em(13px);
  tab-size: 4;
  white-space: pre-wrap;
  word-break: break-all;
}

/* line 28, ../../scss/main/_partials/_code.scss */
pre code {
  font-size: 1em;
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

/* ---------------------------------------------------------------------
MODIFIERS --------------------------------------------------------------
(These permanently change the behaviour of base elements and modules)
--------------------------------------------------------------------- */
/* line 6, ../../scss/main/_partials/_modifiers.scss */
.bold {
  font-weight: 700;
}

/* line 7, ../../scss/main/_partials/_modifiers.scss */
.italic {
  font-style: italic;
}

/* line 8, ../../scss/main/_partials/_modifiers.scss */
.underline {
  padding-bottom: 3px;
  border-bottom: 3px solid black;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

/* line 10, ../../scss/main/_partials/_modifiers.scss */
.is-full-height {
  height: 100%;
}

/* line 14, ../../scss/main/_partials/_modifiers.scss */
.right {
  float: right;
}

/* line 15, ../../scss/main/_partials/_modifiers.scss */
.left {
  float: left;
}

/* line 16, ../../scss/main/_partials/_modifiers.scss */
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* line 18, ../../scss/main/_partials/_modifiers.scss */
.text-center {
  text-align: center;
}

/* line 19, ../../scss/main/_partials/_modifiers.scss */
.text-left {
  text-align: left;
}

/* line 20, ../../scss/main/_partials/_modifiers.scss */
.text-right {
  text-align: right;
}

/* line 22, ../../scss/main/_partials/_modifiers.scss */
.mt-0 {
  margin-top: 0;
}

/* line 23, ../../scss/main/_partials/_modifiers.scss */
.mr-0 {
  margin-right: 0;
}

/* line 24, ../../scss/main/_partials/_modifiers.scss */
.mb-0 {
  margin-bottom: 0;
}

/* line 25, ../../scss/main/_partials/_modifiers.scss */
.ml-0 {
  margin-left: 0;
}

/* line 27, ../../scss/main/_partials/_modifiers.scss */
.mt-gutter {
  margin-top: 15px;
}

/* line 28, ../../scss/main/_partials/_modifiers.scss */
.mr-gutter {
  margin-right: 15px;
}

/* line 29, ../../scss/main/_partials/_modifiers.scss */
.mb-gutter {
  margin-bottom: 15px;
}

/* line 30, ../../scss/main/_partials/_modifiers.scss */
.ml-gutter {
  margin-left: 15px;
}

/* line 32, ../../scss/main/_partials/_modifiers.scss */
.mt-gutter-4 {
  margin-top: 60px;
}

/* line 33, ../../scss/main/_partials/_modifiers.scss */
.mr-gutter-4 {
  margin-right: 60px;
}

/* line 34, ../../scss/main/_partials/_modifiers.scss */
.mb-gutter-4 {
  margin-bottom: 60px;
}

/* line 35, ../../scss/main/_partials/_modifiers.scss */
.ml-gutter-4 {
  margin-left: 60px;
}

/* line 37, ../../scss/main/_partials/_modifiers.scss */
.pt-0 {
  padding-top: 0;
}

/* line 38, ../../scss/main/_partials/_modifiers.scss */
.pr-0 {
  padding-right: 0;
}

/* line 39, ../../scss/main/_partials/_modifiers.scss */
.pb-0 {
  padding-bottom: 0;
}

/* line 40, ../../scss/main/_partials/_modifiers.scss */
.pl-0 {
  padding-left: 0;
}

/* line 42, ../../scss/main/_partials/_modifiers.scss */
.pt-gutter {
  padding-top: 15px;
}

/* line 43, ../../scss/main/_partials/_modifiers.scss */
.pr-gutter {
  padding-right: 15px;
}

/* line 44, ../../scss/main/_partials/_modifiers.scss */
.pb-gutter {
  padding-bottom: 15px;
}

/* line 45, ../../scss/main/_partials/_modifiers.scss */
.pl-gutter {
  padding-left: 15px;
}

/* ---------------------------------------------------------------------
STATES -----------------------------------------------------------------
(Describe how our modules will look when in a particular state)
--------------------------------------------------------------------- */
