@charset "UTF-8";
/* http://meyerweb.com/eric/tools./css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

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

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

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

html {
  font-size: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5em; }

b, strong {
  font-weight: bold; }

em, i {
  font-style: italic; }

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 900; }

h1 {
  font-size: 1.618em;
  line-height: 1.1em; }

h2 {
  font-size: 1.618em;
  line-height: 1.1em; }

h3 {
  /*margin: 1.2em 0 0;
	font-size: 1.25em;
	line-height: 1.25em; */
  margin: 1em 0 0;
  font-size: 1.618em;
  line-height: 1.1em; }

h4 {
  /*margin: 1.5em 0 0;
	font-size: 1em; */
  margin: 1.2em 0 0;
  font-size: 1.25em;
  line-height: 1.25em; }

p {
  margin: 1.5em 0;
  font-size: 1.125em;
  line-height: 1.5em; }

a {
  cursor: pointer; }

.subtitle {
  /*	font-size: 0.85em;
	font-family: "Orator STD";
	text-transform: uppercase;
	line-height: 2em; */
  color: #999; }

.divider {
  margin: 0 0.5em; }

span.caption, p.caption {
  /*
	display: block;
	margin: 0.5em 0 0;
	font-family: "Orator STD";
	text-transform: uppercase;
	font-size: 0.85em;
	text-align: center;
	color: #333;
  */
  font-size: 0.82em;
  color: #333; }

span.caption {
  display: block;
  margin: 0.5em 0 0;
  text-align: right; }

.center, .item.center, span.caption.center {
  text-align: center !important; }

.left, span.caption.left {
  text-align: left !important; }

.right {
  text-align: right; }

.typewriter {
  font-family: "Orator STD";
  text-transform: uppercase; }

.hidden {
  display: none; }

.md-float-right {
  display: block;
  margin-bottom: 1.5em; }

@media all and (min-width: 600px) {
  h1 {
    font-size: 2em; } }

@media all and (min-width: 800px) {
  h1 {
    font-size: 2.618em; }
  h2 {
    font-size: 2em; }
  /*	.subtitle {
		font-size: 1em;
	} */
  .md-right {
    text-align: right !important; }
  .md-show {
    display: block !important; }
  .md-hidden {
    display: none !important; }
  .md-float-right {
    max-width: 47.5%;
    float: right;
    margin-bottom: 0;
    margin-left: 1.5em; } }

/*

max outer = 1160

gutter = 55

4 cols = 350


col = 46.25


-----




1/2/3/4/5/6/7/8/9/10/11/12

sixth
fifth
quarter
third
half


sm-
med-
lg-



*/
/*
$max-width: 1392;
$col-width: 58;
$gutter-width: 58;
*/
.outerwrapper {
  width: 100%; }

.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 2.85714%;
  max-width: 1440px; }

.wrapper--skinny {
  max-width: 1000px; }

.wrapper--mid {
  max-width: 1140px; }

.row {
  width: 100%; }

.grid-item {
  width: 50%; }

@media all and (min-width: 600px) {
  .grid-item {
    width: 25%; } }

/*
#projects.thumbs {
	padding-right: $gutter-width / ($max-width / 100) * 1%;
}
.thumbs .row--halves.grid {
	width: 100% + ($gutter-width / ($max-width / 100) * 1%) !important;
}
.thumbs .row--halves.grid .grid-item {
	width: 50%;
	padding-right: $gutter-width / ($max-width / 100) * 1%;
	margin-right: 0 !important;
}
#projects .grid-item .caption {
	padding-right: 5% + $gutter-width / ($max-width / 100) * 2% !important;
}

@media all and (min-width: $bp-small) {
	#projects {
		padding-right: $gutter-width / ($max-width / 100) * 1%;
	}

	.sm-row--halves.grid, .button-group {
		width: 100% + ($gutter-width / ($max-width / 100) * 2%);
	}
	.sm-row--halves.grid .grid-item {
		width: 50%;
		padding-right: $gutter-width / ($max-width / 100) * 1%;
		margin-right: 0 !important;
	}

	.thumbs .sm-row--quarters.grid .grid-item {
		width: 25%;
	}
}

*/
.item {
  text-align: left;
  float: left;
  margin-right: 2.85714%;
  margin-top: 2.85714%; }
  .item.item--one-col {
    width: 5.71429%; }
  .item.item--two-col {
    width: 14.28571%; }
  .item.item--three-col {
    width: 22.85714%; }
  .item.item--four-col {
    width: 31.42857%; }
  .item.item--five-col {
    width: 40%; }
  .item.item--six-col {
    width: 48.57143%; }
  .item.item--seven-col {
    width: 57.14286%; }
  .item.item--eight-col {
    width: 65.71429%; }
  .item.item--nine-col {
    width: 74.28571%; }
  .item.item--ten-col {
    width: 82.85714%; }
  .item.item--eleven-col {
    width: 91.42857%; }
  .item.item--twelve-col {
    width: 100%; }
  .item.item--last {
    margin-right: 0; }
  .item.item--right {
    float: right; }
  .row--whole > .item {
    width: 100%; }
  .row--halves > .item {
    width: 48.57143%; }
  .row--thirds > .item {
    width: 31.42857%; }
  .row--quarters > .item {
    width: 22.85714%; }
  .row--fifths > .item {
    width: 17.71429%; }
  .row--sixths > .item {
    width: 14.28571%; }
  .row--halves > .item:nth-child(2n),
  .row--thirds > .item:nth-child(3n),
  .row--quarters > .item:nth-child(4n),
  .row--fifths > .item:nth-child(5n),
  .row--sixths > .item:nth-child(6n) {
    margin-right: 0; }

.md-row--right .item {
  float: right; }

@media all and (min-width: 600px) {
  .item.sm-item--one-col {
    width: 5.71429%; }
  .item.sm-item--two-col {
    width: 14.28571%; }
  .item.sm-item--three-col {
    width: 22.85714%; }
  .item.sm-item--four-col {
    width: 31.42857%; }
  .item.sm-item--five-col {
    width: 40%; }
  .item.sm-item--six-col {
    width: 48.57143%; }
  .item.sm-item--seven-col {
    width: 57.14286%; }
  .item.sm-item--eight-col {
    width: 65.71429%; }
  .item.sm-item--nine-col {
    width: 74.28571%; }
  .item.sm-item--ten-col {
    width: 82.85714%; }
  .item.sm-item--eleven-col {
    width: 91.42857%; }
  .item.sm-item--twelve-col {
    width: 100%; }
  .sm-row--halves > .item {
    width: 48.57143%; }
  .sm-row--thirds > .item {
    width: 31.42857%; }
  .sm-row--quarters > .item {
    width: 22.85714%; }
  .sm-row--fifths > .item {
    width: 17.71429%; }
  .sm-row--sixths > .item {
    width: 14.28571%; }
  .sm-row--halves > .item,
  .sm-row--thirds > .item, .sm-row--thirds > .item:nth-child(2n),
  .sm-row--quarters > .item, .sm-row--quarters > .item:nth-child(2n), .sm-row--quarters > .item:nth-child(3n),
  .sm-row--fifths > .item, sm-row--fifths > .item:nth-child(2n), sm-row--fifths > .item:nth-child(3n), sm-row--fifths > .item:nth-child(4n),
  .sm-row--sixths > .item, .sm-row--sixths > .item:nth-child(2n), .sm-row--sixths > .item:nth-child(3n), .sm-row--sixths > .item:nth-child(4n), .sm-row--sixths > .item:nth-child(5n) {
    margin-right: 2.85714%; }
  .sm-row--halves > .item:nth-child(2n),
  .sm-row--thirds > .item:nth-child(3n),
  .sm-row--quarters > .item:nth-child(4n),
  .sm-row--fifths > .item:nth-child(5n),
  .sm-row--sixths > .item:nth-child(6n) {
    margin-right: 0; } }

@media all and (min-width: 800px) {
  .item.md-item--one-col {
    width: 5.71429%; }
  .item.md-item--two-col {
    width: 14.28571%; }
  .item.md-item--three-col {
    width: 22.85714%; }
  .item.md-item--four-col {
    width: 31.42857%; }
  .item.md-item--five-col {
    width: 40%; }
  .item.md-item--six-col {
    width: 48.57143%; }
  .item.md-item--seven-col {
    width: 57.14286%; }
  .item.md-item--eight-col {
    width: 65.71429%; }
  .item.md-item--nine-col {
    width: 74.28571%; }
  .item.md-item--ten-col {
    width: 82.85714%; }
  .item.md-item--eleven-col {
    width: 91.42857%; }
  .item.md-item--twelve-col {
    width: 100%; }
  .md-row--halves > .item {
    width: 48.57143%; }
  .md-row--thirds > .item {
    width: 31.42857%; }
  .md-row--quarters > .item {
    width: 22.85714%; }
  .md-row--fifths > .item {
    width: 17.71429%; }
  .md-row--sixths > .item {
    width: 14.28571%; }
  .md-row--halves > .item,
  .md-row--thirds > .item, .md-row--thirds > .item:nth-child(2n),
  .md-row--quarters > .item, .md-row--quarters > .item:nth-child(2n), .md-row--quarters > .item:nth-child(3n),
  .md-row--fifths > .item, md-row--fifths > .item:nth-child(2n), md-row--fifths > .item:nth-child(3n), md-row--fifths > .item:nth-child(4n),
  .md-row--sixths > .item, .md-row--sixths > .item:nth-child(2n), .md-row--sixths > .item:nth-child(3n), .md-row--sixths > .item:nth-child(4n), .md-row--sixths > .item:nth-child(5n) {
    margin-right: 2.85714%; }
  .md-row--right.md-row--halves > .item {
    margin-right: 0;
    margin-left: 2.85714%; }
  .md-row--halves > .item:nth-child(2n),
  .md-row--thirds > .item:nth-child(3n),
  .md-row--quarters > .item:nth-child(4n),
  .md-row--fifths > .item:nth-child(5n),
  .md-row--sixths > .item:nth-child(6n) {
    margin-right: 0; }
  .md-row--right.md-row--halves > .item:nth-child(2n) {
    margin-left: 0; } }

@media all and (min-width: 1200px) {
  .item.lg-item--one-col {
    width: 5.71429%; }
  .item.lg-item--two-col {
    width: 14.28571%; }
  .item.lg-item--three-col {
    width: 22.85714%; }
  .item.lg-item--four-col {
    width: 31.42857%; }
  .item.lg-item--five-col {
    width: 40%; }
  .item.lg-item--six-col {
    width: 48.57143%; }
  .item.lg-item--seven-col {
    width: 57.14286%; }
  .item.lg-item--eight-col {
    width: 65.71429%; }
  .item.lg-item--nine-col {
    width: 74.28571%; }
  .item.lg-item--ten-col {
    width: 82.85714%; }
  .item.lg-item--eleven-col {
    width: 91.42857%; }
  .item.lg-item--twelve-col {
    width: 100%; }
  .lg-row--halves > .item,
  .lg-row--thirds > .item, .lg-row--thirds > .item:nth-child(2n),
  .lg-row--quarters > .item, .lg-row--quarters > .item:nth-child(2n), .lg-row--quarters > .item:nth-child(3n),
  .lg-row--fifths > .item, lg-row--fifths > .item:nth-child(2n), lg-row--fifths > .item:nth-child(3n), lg-row--fifths > .item:nth-child(4n),
  .lg-row--sixths > .item, .lg-row--sixths > .item:nth-child(2n), .lg-row--sixths > .item:nth-child(3n), .lg-row--sixths > .item:nth-child(4n), .lg-row--sixths > .item:nth-child(5n) {
    margin-right: 2.85714%; }
  .lg-row--halves > .item:nth-child(2n),
  .lg-row--thirds > .item:nth-child(3n),
  .lg-row--quarters > .item:nth-child(4n),
  .lg-row--fifths > .item:nth-child(5n),
  .lg-row--sixths > .item:nth-child(6n) {
    margin-right: 0; } }

/* SUBROWS */
.subrow {
  margin: 1% 0;
  width: 100%; }

.subitem {
  float: left;
  margin-right: 2.85714%; }
  .subitem.subitem--one-col {
    width: 5.71429%; }
  .subitem.subitem--two-col {
    width: 14.28571%; }
  .subitem.subitem--three-col {
    width: 22.85714%; }
  .subitem.subitem--four-col {
    width: 31.42857%; }
  .subitem.subitem--five-col {
    width: 40%; }
  .subitem.subitem--six-col {
    width: 48.57143%; }
  .subitem.subitem--seven-col {
    width: 57.14286%; }
  .subitem.subitem--eight-col {
    width: 65.71429%; }
  .subitem.subitem--nine-col {
    width: 74.28571%; }
  .subitem.subitem--ten-col {
    width: 82.85714%; }
  .subitem.subitem--eleven-col {
    width: 91.42857%; }
  .subitem.subitem--twelve-col {
    width: 100%; }
  .subitem.subitem--last {
    margin-right: 0; }
  .subrow--halves > .subitem {
    width: 48.57143%; }
  .subrow--thirds > .subitem {
    width: 31.42857%; }
  .subrow--quarters > .subitem {
    width: 22.85714%; }
  .subrow--fifths > .subitem {
    width: 17.71429%; }
  .subrow--sixths > .subitem {
    width: 14.28571%; }
  .subrow--halves > .subitem:nth-child(2n),
  .subrow--thirds > .subitem:nth-child(3n),
  .subrow--quarters > .subitem:nth-child(4n),
  .subrow--fifths > .subitem:nth-child(5n),
  .subrow--sixths > .subitem:nth-child(6n) {
    margin-right: 0; }


@media all and (max-width: 600px), (min-width: 800px) and (max-width: 1000px) {
  .subrow--whole-small > .subitem {
    width: 100%;
    margin-right: 0;
  }
}

.subgrid {
  margin: 1% 0;
  width: 100%; }

.subgriditem {
  float: left; }
  .subgrid--fifths > .subgriditem {
    width: 20%; }

/* ----------------------------------------------------------- */
/* == tingle v0.9.0 */
/* ----------------------------------------------------------- */
.tingle-modal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }

/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
  text-align: center; }

/* modal
-------------------------------------------------------------- */
.tingle-modal--noClose {
  cursor: default; }

.tingle-modal--noClose .tingle-modal__close {
  display: none; }

.tingle-modal__close {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 1000;
  padding: 0;
  width: 48px;
  height: 48px;
  border: none;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 48px;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

.tingle-modal__closeLabel {
  display: none; }

.tingle-modal__close:hover {
  color: #fff; }

.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 90%;
  max-width: 1400px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  cursor: auto;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); */
 }

.tingle-modal-box__content {
  padding: 20px; }

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto; }

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: ""; }

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom .3s ease-in-out .3s;
  -o-transition: bottom .3s ease-in-out .3s;
  transition: bottom .3s ease-in-out .3s; }

/* state
-------------------------------------------------------------- */
.tingle-enabled {
  overflow: hidden;
  height: 100%; }

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0; }

.tingle-enabled .tingle-content-wrapper {
  -webkit-filter: blur(15px);
  filter: blur(15px); }

.tingle-modal--visible {
  visibility: visible;
  opacity: 1; }

.tingle-modal--visible .tingle-modal-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.tingle-modal--overflow {
  padding-top: 8vh; }

/* btn
-------------------------------------------------------------- */
.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.tingle-btn--primary {
  background-color: #3498db; }

.tingle-btn--danger {
  background-color: #e74c3c; }

.tingle-btn--default {
  background-color: #34495e; }

.tingle-btn--pull-left {
  float: left; }

.tingle-btn--pull-right {
  float: right; }

/* responsive
-------------------------------------------------------------- */
/*
@media (max-width : 540px) {
  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }

  .tingle-modal {
    top: 60px;
    display: block;
    width: 100%;
  }

  .tingle-modal--overflow {
    padding: 0;
  }

  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }

  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #333;
    box-shadow: none;
    color: #eee;
    line-height: 55px;
	  z-index: 9999;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    //font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }

  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.25em;
    vertical-align: baseline;
    font-size: 48px;
  }
}*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

.videoWrapper {
  position: relative;
  margin: 1.5em 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.videoWrapper img {
  cursor: pointer; }

.videoWrapper .hover {
  display: none;
  cursor: pointer;
  width: 100%;
  padding-bottom: 56.25%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/videohover.png);
  background-size: cover;
  z-index: 1; }

.videoWrapper:hover .hover {
  display: block; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.audioWrapper {
  margin: 1.5em 0;
  position: relative;
  height: 100px; }

.audioWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.imageWrapper, .imageWrapperX {
  margin: 1.5em 0; }

.js .imageWrapper, .js .imageWrapperX {
  position: relative;
  max-height: 400px;
  overflow-y: hidden;
  cursor: pointer; }

.imageMore {
  display: none; }

.js .imageMore {
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  padding: 75px 0 0;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

.moreText {
  display: block;
  background: #999;
  margin: 0 auto;
  color: #fff;
  padding: 5px 20px;
  font-size: 0.9em;
  line-height: 15px;
  opacity: 0.5; }

.js .imageWrapper.show {
  max-height: none; }

.js .imageWrapper.show .imageMore {
  display: none; }

.js .zoom {
  cursor: pointer; }

body {
  text-align: center;
  background: #fff;
  color: #333;
  background-attachment: fixed;
  position: relative; }

a {
  color: #2A5DB0;
  text-decoration: none; }

a.cta {
  display: inline-block;
  padding: 8px 16px;
  color: #333;
  background: transparent;
  border: 1px solid #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

a.cta:hover {
  color: #eee;
  background: #333;
  border: 1px solid #333; }

.page {
  background: #FFF; }

.page-dark, .page-dark #wrapper {
  background: #222;
  color: #eee; }

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1440px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 2em;
  padding-bottom: 4em; }

/******/
#header {
  position: relative;
  z-index: 9;
  background: transparent;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  line-height: 1.5em;
  height: 3.5em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: #FFF; }

#header .outer {
  margin: 0 auto; }

#header a {
  color: #333; }

#title {
  position: absolute;
  top: 1em;
  left: 1.5em;
  float: left;
  color: #333;
  text-align: left; }

#title h1 {
  font-size: 1em;
  margin-right: 0.75em;
  line-height: 1.5em; }

#title span {
  float: left;
  display: block;
  padding-top: 1px;
  font-size: 0.85em;
  font-weight: 300;
  white-space: nowrap;
  color: #333; }

/*
.home #title {
	display: none;
	opacity: 0;
    transition: opacity 0.5s;
}
*/
#menu {
  position: absolute;
  top: 1em;
  right: 1.5em;
  float: right;
  z-index: 5; }

#menu ul {
  float: right;
  font-size: 0.85em;
  padding-top: 1px; }

#menu li {
  float: left;
  padding-left: 50px; }

#menu a {
  color: #222; }

#menu .current a {
  color: #999; }

#title h1, #title .span {
  float: left; }

@media all and (max-width: 800px) {
  /*
	.home #header {
		padding-bottom: 50px;
	}
	*/
  #menu ul {
    display: none; } }

@media all and (max-width: 950px) {
  #menu li {
    padding-left: 24px; } }

#hamburger {
  width: 42px;
  height: 36px;
  float: right;
  margin: 0.75em 0.75em 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer; }

.fixed #hamburger {
  margin: 21px 5% 0 0; }

@media all and (max-width: 800px) {
  /*
	.home #hamburger {
		margin-top: 21px;
	}
	*/
  /* .home.fixed #hamburger {
		margin-top: 36px;
	} */ }

#hamburger div.strokes {
  width: 100%;
  height: 6px;
  margin: 0 0 6px 0;
  background: #333;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.1s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s; }

.hide {
  opacity: 0;
  -webkit-transform: translateX(-42px);
  -ms-transform: translateX(-42px);
  transform: translateX(-42px); }

.animate0 {
  -webkit-transform: rotate(45deg) translateY(17px);
  -ms-transform: rotate(45deg) translateY(17px);
  transform: rotate(45deg) translateY(17px); }

.animate2 {
  -webkit-transform: rotate(-45deg) translateY(-17px);
  -ms-transform: rotate(-45deg) translateY(-17px);
  transform: rotate(-45deg) translateY(-17px); }

.fullscreenmenu {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  display: none;
  z-index: 8;
  -webkit-transition: background 0.5s ease-in-out, opacity 0.5s;
  -moz-transition: background 0.5s ease-in-out, opacity 0.5s;
  -ms-transition: background 0.5s ease-in-out, opacity 0.5s;
  -o-transition: background 0.5s ease-in-out, opacity 0.5s;
  transition: background 0.5s ease-in-out, opacity 0.5s;
  text-align: center; }

.fullscreenmenu.show {
  display: block;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: background 0.5s ease-in-out, visibility 0.5s;
  -moz-transition: background 0.5s ease-in-out, visibility 0.5s;
  -ms-transition: background 0.5s ease-in-out, visibility 0.5s;
  -o-transition: background 0.5s ease-in-out, visibility 0.5s;
  transition: background 0.5s ease-in-out, visibility 0.5s; }

.fullscreenmenu ul {
  padding: 100px 10% 10% 10%; }

.fullscreenmenu li {
  margin: 2em 0; }

.fullscreenmenu li a {
  visibility: inherit;
  color: #222;
  text-decoration: none;
  font-size: 2em; }

.fullscreenmenu li.current a {
  font-weight: bold;
  color: #999; }

@media all and (min-width: 800px) {
  #hamburger, .fullscreenmenu, .fullscreenmenu.show {
    display: none !important; } }

.morelink {
  font-weight: 800;
  color: #222;
  border-bottom: 1px solid #ccc; }

.morelink:hover {
  border-bottom: 0;
  color: #2A5DB0; }

#connections .morelink {
  color: #eee; }

/******/
#footer {
  width: 100%;
  margin: 1.5em 0 0;
  padding: 0 0 2.5em 0;
  text-align: center; }

#footer img {
  vertical-align: middle;
  width: 75px;
  padding-bottom: 2px; }

#footer span, #footer a {
  margin: 0 25px;
  display: inline-block;
  font-size: 0.85em; }

#footer a {
  color: #333; }

/******/
#hero {
  position: relative;
  width: 100%;
  /*
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #f6f6f6 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f6f6f6 50%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f6f6 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 );
	*/
  padding-top: 3em; }
  #hero h1 {
    margin-bottom: 0.5em; }
  #hero h2 {
    margin-bottom: 0.25em;
    line-height: 2em;
    font-weight: 300;
    font-size: 1.618em; }

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

/*
#hero h2 {
	position: relative;
	z-index: 2;
	padding-top: 35vh;
	font-size: 1.618em;
	font-weight: 800;
    color: #000;
}
*/
#tagline {
  position: relative;
  z-index: 2;
  padding-top: 0.75em;
  font-size: 1.25em;
  line-height: 2em;
  font-weight: 300; }

.home #hero.page {
  height: auto;
  padding: 0 10%;
  padding-bottom: 2.5em; }

#hero {
  position: relative; }

@media all and (min-width: 800px) {
  #hero .item:first-child {
    padding-top: 8%; }
  #hero .item:last-child img {
    margin-left: -5%; } }

/*
#hero.page h2 {
	padding-top: 3em;
}
*/
#hero.page #tagline {
  line-height: 1.25em; }

#logos {
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 2;
  vertical-align: middle; }

#logos img {
  padding: 0 1em;
  -o-object-fit: contain;
  object-fit: contain; }

@media all and (max-width: 950px) {
  #logos img {
    padding: 0 0.75em;
    max-height: 55%; } }

@media all and (max-width: 800px) {
  #logos img {
    max-height: 50%; } }

@media all and (max-width: 700px) {
  #logos img {
    max-height: 50%;
    width: 25%; } }

@media all and (min-width: 600px) {
  #hero h2 {
    font-size: 2em; }
  #tagline {
    font-size: 1.618em; } }

@media all and (min-width: 1200px) {
  #hero h2 {
    font-size: 3em; }
  #tagline {
    padding-top: 0;
    font-size: 2.618em; }
  #hero.page h2 {
    font-size: 2em; }
  #hero.page #tagline {
    padding-top: 0.75em;
    font-size: 1.618em; } }

/******/
#skills {
  padding: 2em 0 4em 0;
  padding: 2em 0; }

/******/
#projects.thumbs {
  padding: 0 0 4em;
  background: #FFF; }

#projects.thumbs .row:first-child {
  padding-top: 2em;
  border-top: 1px solid #ddd; }

.thumbs h3, .thumbs h4 {
  margin: 0; }

#description {
  position: relative;
  padding: 0 0 25px; }

/*
#description h2 {
	line-height: 1.5em;
	font-weight: 300;
	font-size: 1.25em;
}
#description h2 b {
	font-weight: 800;
}

@media all and (min-width: $bp-small) {
	#description {
		padding: 125px 0 100px;
	}
	#description h2 {
		line-height: 1.25em;
		font-size: 1.618em;
	}
}
@media all and (min-width: $bp-med) {
	#description {
		padding: 135px 0 140px;
	}
}
@media all and (min-width: $bp-large) {
	#description {
		padding: 175px 0 200px;
	}
}
*/
.button-group {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background: #333; }

#home .button-group {
  margin-top: 0; }

.button-group-2 {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 100%;
  background: #333; }

.button {
  float: left;
  font-size: 1.25em;
  padding: 30px 15px;
  color: #fff;
  border: 0;
  background: #333;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 800;
  width: 20%;
  line-height: 30px;
  -webkit-transition: 0.5s cubic-bezier(0.11, 0.73, 0.57, 0.95);
  -o-transition: 0.5s cubic-bezier(0.11, 0.73, 0.57, 0.95);
  transition: 0.5s cubic-bezier(0.11, 0.73, 0.57, 0.95); }

.button.is-checked, .button:hover {
  font-size: 2em; }

@media all and (max-width: 600px) {
  .button {
    width: 33.33%; }
  .button:nth-child(4), .button:nth-child(5) {
    padding-top: 0;
    width: 50%; } }

/*
.button--tv {
	top: 60px;
	left: 0;
}
.button--web {
	top: 200px;
	left: 0;
}
.button--mobile {
	top: 60px;
	right: 0;
}
.button--aircraft {
	top: 200px;
	right: 0;
}

.button--all {
	color: #333;
	background: transparent;
	width: 100px !important;
	border: 1px solid #ccc;
	padding: 0.5em 0;
	display: none;
}
*/
/*
.work .button-group {
	border-top: 1px solid #eee;
	padding-top: 2em;
	margin-bottom: 2em;
}
.work .button-group .button {
	position: relative;
	font-size: 1em !important;
	border: 1px solid #fff;
	color: #333;
	background: #FFF;
}
.work .button.is-checked, .work .button:hover {
	width: 6em;
	border: 1px solid #333;
	color: #333;
	background: #fff;
}
*/
/*
@media all and (min-width: $bp-small) {
	.button {
		font-size: 1.618em;
	}
}
@media all and (min-width: $bp-med) {
	.button--tv {
		top: 90px;
		left: 0;
	}
	.button--web {
		top: 180px;
		left: 0;
	}
	.button--mobile {
		top: 90px;
		right: 0;
	}
	.button--aircraft {
		top: 180px;
		right: 0;
	}
}
@media all and (min-width: $bp-large) {
	.button {
		font-size: 2.618em;
	}
	.button--tv {
		top: 100px;
		left: 0;
	}
	.button--web {
		top: 250px;
		left: 0;
	}
	.button--mobile {
		top: 100px;
		right: 0;
	}
	.button--aircraft {
		top: 250px;
		right: 0;
	}
}
*/
.grid {
  background: #fff; }

.grid-item {
  position: relative; }

.grid-item a {
  color: #222; }

.caption {
  padding: 0em 0 1.5em 0;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.25em;
  max-height: 2.75em; }

.hover {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.85em;
  font-weight: normal;
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  text-align: center; }

.grid-item:hover .hover {
  opacity: 1; }

/********/
#connections {
  margin-top: 0 !important;
  padding: 25px 0 50px;
  margin: 3em 0;
  background: #333;
  color: #fff; }

#connections #wrapper {
  margin-top: 0 !important;
  background: #333 !important;
  padding: 0 !important; }

/********/
/*
#projectheader {
	padding: 4em 0 0;
}
#projectheader h3 {
	margin-top: 0.5em;
} */
#project {
  text-align: left; }

#pageheader h2:first-child {
  margin: 0.75em 0 0; }

#pageheader h2 {
  font-size: 1.25em;
  line-height: 1.5em;
  white-space: nowrap; }

#page {
  text-align: left; }

@media all and (min-width: 800px) {
  #pageheader h2 {
    font-size: 1.5em;
    line-height: 1.5em; } }

@media all and (min-width: 1200px) {
  #pageheader h2 {
    font-size: 2em;
    line-height: 1.5em; } }

.pair {
  white-space: nowrap; }

.pair-half, .pair-third {
  width: 50%;
  padding: 0;
  margin: 0;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  margin-top: 2.85714%;
  margin-right: 2.85714%;
  width: 48.57143%; }

.pair-third {
  width: 33.333%; }

.pair-half.align-top {
  vertical-align: top;
}

.block:last {
  margin-right: 0; }

.red {
  background: #EA3836; }

.green {
  background: #38AB36; }

@media all and (max-width: 800px) {
  .pair {
    white-space: normal; }
  .pair-half, .pair-third {
    width: 100%;
    margin-right: 0; } }

/* Use this in Conditional Comments for IE if you need block-level `.block`s */
/*
.block {
    zoom: 1;
    display: inline;
}
*/
.nicetext {
  margin: 2em auto 0;
  max-width: 40em; }

.no-margin {
  margin-top: 0 !important; }

.border {
  border: 5px solid #eee; }

/*
	MINIMAL DESIGN
	based on the sleek design of Jacob SÃ¤wensten ( http://www.jacobsawensten.com/ )
	PDF: https://dribbble.com/shots/1460141-Free-minimal-browser-window/attachments/216671
*/
.open-modal {
  cursor: pointer; }

/* .browser-mockup {
  position: relative;
  margin: 0;
  padding: 28px 0 0 0;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  color: #454545;
  border-radius: 3px;
  overflow-x: hidden; }

.browser-mockup:before, .browser-mockup.cf:before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 0px 0px;
  background: url('data:image/svg+xml;charset=utf-8,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="minimal-browser-button" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="12px" height="12px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Ellipse_1"><g><circle fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" cx="8" cy="8" r="5"./></g></g></svg>') 12px 10px no-repeat, url('data:image/svg+xml;charset=utf-8,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="minimal-browser-button" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="12px" height="12px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Ellipse_1"><g><circle fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" cx="8" cy="8" r="5"./></g></g></svg>') 24px 10px no-repeat, url('data:image/svg+xml;charset=utf-8,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="minimal-browser-button" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="12px" height="12px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g id="Ellipse_1"><g><circle fill-rule="evenodd" clip-rule="evenodd" fill="%23B3B3B3" cx="8" cy="8" r="5"./></g></g></svg>') 36px 10px no-repeat, #e8e8e8; }

.browser-mockup img {
  float: left; } */



.browser-mockup {
  border-top: 1.5em solid rgba(230, 230, 230, 0.7);
  box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 3px 3px 0 0
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: '';
  top: -0.95em;
  left: 0.75em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.2em 0 0 2px #9b3, 2.4em 0 0 2px #fb5;
}

.browser-mockup img {
  float: left; }

#process-image.fixed {
  position: fixed;
  top: 0; }

.box {
  background: #4F5659;
  color: #eee;
  padding: 0.1em 1.75em;
  border-radius: 0.5em; }

.box h3 {
  color: #A7C5D0; }

@media all and (max-width: 800px) {
  #process-image {
    width: auto !important; } }

@media all and (min-width: 800px) {
  #process-image2, #process-image3 {
    display: none; } }


.disclosure {
  max-width: 800px;
  padding: 0 1em;
  margin: 3em auto 0;
  font-size: 0.82em;
  line-height: 1.5em; }

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

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }



  .slideWrapper {
    position: relative;
    margin: 1.5em 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }

    .slideWrapper .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slideWrapper.target {
    padding-bottom: 60%;
  }
  .slideWrapper.seer {
    margin: 0;
    padding-bottom: 216.4%;
  }

  .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }