/**
 *  Styles
 */
/**
 *  Configuration
 */
/**
 *  Media Queries and Breakpoints
 */
/**
 *  Library
 * 
 *  Contains mixins and functions.
 */
/**
 *  Layout
 */
/**
 *  Settings
 */
/**
 *  Center element
 *  NB: parent element must have position: relative;
 *
 *  @variables: xy, x, y
 *  Default: xy
 */
/**
 *  Border Radius
 *
 *  @variables: $radius (px, em, rem value)
 */
/**
 *  Font Smoothing
 */
/**
 *  Font size map by Jonathan Suh
 *  https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/
 */
/**
 *  Media Query Mixins.
 *  Sorted by Minimum, Maximum and Between
 */
/**
 *  Minimums
 * eg. 
 * @include minimum(tablet){ @content }; 
 * css will be active on tablet size and beyond
 * 
 * @variables: tablet, small-desktop, desktop
 */
/**
 *  Maximums
 * eg. 
 * @include maximum(tablet){ @content };
 * css will be active on tablet size size and beyond
 * 
 * @variables: mobile, tablet, small-desktop, desktop
 */
/**
 *  Betweens
 * eg. 
 * @include between(tablet,desktop){ @content }; 
 * css will be active between tablet and desktop breakpoints.
 * 
 * @variables: tablet, desktop
 */
/**
 *  Silent Classes
 */
/*
 *	%example{
 *		
 *	}
 *
 *  @extend %example;
 *
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; }

p {
  margin: .25em 0; }

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.icon {
  font-size: 10px; }

.icon:before {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url("../svg/sprite.svg");
  background-repeat: no-repeat;
  background-size: 1.29em 2.2em; }

.no-svg .icon:before {
  background-image: url("../svg/sprite.png"); }

.icon.dash:before {
  background-position: 0em 0em;
  width: 1.29em;
  height: 1.01em; }

.icon.rarr:before {
  background-position: 0em -1.1em;
  width: 1.29em;
  height: 1.01em; }

/**
 *  Typography
 */
@font-face {
  font-family: 'Domaine Text';
  src: url("../fonts/DomaineTextTest-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Domaine Text';
  src: url("../fonts/DomaineTextTest-Medium.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

/*****  Font weight variables *****/
body {
  font-weight: 300; }

/**
 *  Font sizes
 *
 *	Map options: null, x-small, small, medium, large, x-large
 *
 */
p, body {
  font-size: 16px;
  line-height: 1.6; }
  @media screen and (min-width: 768px) {
    p, body {
      font-size: 1.8vw; } }
  @media screen and (min-width: 992px) {
    p, body {
      font-size: 1.4vw; } }
  @media screen and (min-width: 1230px) {
    p, body {
      font-size: 1.3vw; } }
  @media screen and (min-width: 1700px) {
    p, body {
      font-size: 1vw; } }

h1 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 1.8vw; } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 1.4vw; } }
  @media screen and (min-width: 1230px) {
    h1 {
      font-size: 1.3vw; } }
  @media screen and (min-width: 1700px) {
    h1 {
      font-size: 1vw; } }

h2 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 1.8vw; } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 1.4vw; } }
  @media screen and (min-width: 1230px) {
    h2 {
      font-size: 1.3vw; } }
  @media screen and (min-width: 1700px) {
    h2 {
      font-size: 1vw; } }

h3 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 1.8vw; } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 1.4vw; } }
  @media screen and (min-width: 1230px) {
    h3 {
      font-size: 1.3vw; } }
  @media screen and (min-width: 1700px) {
    h3 {
      font-size: 1vw; } }

h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 17px; } }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 17px; } }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 20px; } }

h1.home-title {
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    h1.home-title {
      font-size: 34px; } }

/**
 *  General
 */
* {
  -webkit-font-smoothing: antialiased;
  font-family: "Domaine Text", serif; }

html {
  font-size: 62.5; }

body {
  margin: 0px;
  min-height: 100%; }

p, h1, h2, h3, h4, h5 {
  font-family: "Domaine Text", serif; }

.content::after {
  clear: both;
  content: "";
  display: block; }

table th {
  border: 1px solid;
  font-weight: bold; }

table td {
  border: 1px solid; }

/***** Icons *****/
.icon {
  font-size: .7em;
  display: inline-block;
  -webkit-transform: translateY(-0.2em);
  transform: translateY(-0.2em);
  margin-left: .2em; }

input[type="email"] {
  display: block;
  margin: 0 auto; }

input[type="submit"] {
  display: block;
  margin: 0 auto; }

.container {
  position: relative;
  margin: 0 auto;
  padding: 0px 16px; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 768px) {
    .container {
      padding: 0px 40px; } }

.grid-collapse {
  margin-left: 0px;
  margin-right: 0px;
  width: calc(100% + 0px); }

@media only screen and (min-width: 768px) {
  .shift-right-1 {
    left: calc(8.33333% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-2 {
    left: calc(16.66667% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-3 {
    left: calc(25% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-4 {
    left: calc(33.33333% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-5 {
    left: calc(41.66667% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-6 {
    left: calc(50% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-7 {
    left: calc(58.33333% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-8 {
    left: calc(66.66667% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-9 {
    left: calc(75% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-10 {
    left: calc(83.33333% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-11 {
    left: calc(91.66667% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-right-12 {
    left: calc(100% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-1 {
    left: calc(-8.33333% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-2 {
    left: calc(-16.66667% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-3 {
    left: calc(-25% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-4 {
    left: calc(-33.33333% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-5 {
    left: calc(-41.66667% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-6 {
    left: calc(-50% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-7 {
    left: calc(-58.33333% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-8 {
    left: calc(-66.66667% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-9 {
    left: calc(-75% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-10 {
    left: calc(-83.33333% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-11 {
    left: calc(-91.66667% + 0px);
    position: relative; } }

@media only screen and (min-width: 768px) {
  .shift-left-12 {
    left: calc(-100% + 0px);
    position: relative; } }

.col-1 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  .col-1 img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-1 {
      width: calc(8.33333%);
      float: left;
      margin-left: 0px; } }

.col-2 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  .col-2 img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-2 {
      width: calc(16.66667%);
      float: left;
      margin-left: 0px; } }

.col-3 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  .col-3 img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-3 {
      width: calc(25%);
      float: left;
      margin-left: 0px; } }

.col-4 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  .col-4 img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-4 {
      width: calc(33.33333%);
      float: left;
      margin-left: 0px; } }

.col-5 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  .col-5 img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-5 {
      width: calc(41.66667%);
      float: left;
      margin-left: 0px; } }

.col-6 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  .col-6 img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-6 {
      width: calc(50%);
      float: left;
      margin-left: 0px; } }

.col-7 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  .col-7 img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-7 {
      width: calc(58.33333%);
      float: left;
      margin-left: 0px; } }

.col-8 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  .col-8 img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-8 {
      width: calc(66.66667%);
      float: left;
      margin-left: 0px; } }

.col-9 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  .col-9 img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-9 {
      width: calc(75%);
      float: left;
      margin-left: 0px; } }

.col-10 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  .col-10 img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-10 {
      width: calc(83.33333%);
      float: left;
      margin-left: 0px; } }

.col-11 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  .col-11 img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-11 {
      width: calc(91.66667%);
      float: left;
      margin-left: 0px; } }

.col-12 {
  width: calc(100%);
  float: left;
  margin-left: 0px; }
  .col-12 img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .col-12 {
      width: calc(100%);
      float: left;
      margin-left: 0px; } }

@media only screen and (min-width: 768px) {
  .push-1 {
    margin-left: calc(8.33333% + 0px); } }

@media only screen and (min-width: 768px) {
  .push-2 {
    margin-left: calc(16.66667% + 0px); } }

@media only screen and (min-width: 768px) {
  .push-3 {
    margin-left: calc(25% + 0px); } }

@media only screen and (min-width: 768px) {
  .push-4 {
    margin-left: calc(33.33333% + 0px); } }

@media only screen and (min-width: 768px) {
  .push-5 {
    margin-left: calc(41.66667% + 0px); } }

@media only screen and (min-width: 768px) {
  .push-6 {
    margin-left: calc(50% + 0px); } }

@media only screen and (min-width: 768px) {
  .push-7 {
    margin-left: calc(58.33333% + 0px); } }

@media only screen and (min-width: 768px) {
  .push-8 {
    margin-left: calc(66.66667% + 0px); } }

@media only screen and (min-width: 768px) {
  .push-9 {
    margin-left: calc(75% + 0px); } }

@media only screen and (min-width: 768px) {
  .push-10 {
    margin-left: calc(83.33333% + 0px); } }

@media only screen and (min-width: 768px) {
  .push-11 {
    margin-left: calc(91.66667% + 0px); } }

@media only screen and (min-width: 768px) {
  .push-12 {
    margin-left: calc(100% + 0px); } }

@media only screen and (min-width: 768px) {
  .pad-1 {
    margin-top: 6em; } }

@media only screen and (min-width: 768px) {
  .pad-2 {
    margin-top: 12em; } }

@media only screen and (min-width: 768px) {
  .pad-3 {
    margin-top: 18em; } }

/**
 *  Objects
 */
/***** Defaults *****/
a {
  text-decoration: none;
  color: inherit; }

#o-main {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    #o-main {
      margin-bottom: 90px; } }

body {
  color: #000000;
  background: #f4f4f5; }
  body.template-home {
    color: #ffffff; }

.sequence {
  opacity: 0; }
  .sequence.sequence--visible {
    opacity: 1; }

/***** Loading *****/
body.loading {
  cursor: wait; }
  body.loading a {
    cursor: wait; }

/***** Header *****/
.container#header {
  margin-top: 12px;
  margin-bottom: 30px; }
  .container#header::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 768px) {
    .container#header {
      margin-bottom: 90px;
      margin-top: 30px; } }

#header:hover {
  opacity: 1; }

.intro .short-desc {
  display: none;
  opacity: 0;
  transition: opacity .2s linear; }
  body.template-home .intro .short-desc {
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .intro .short-desc {
      display: block; } }

.intro .tagline {
  transition: opacity .2s linear, -webkit-transform .5s ease;
  transition: opacity .2s linear, transform .5s ease;
  transition: opacity .2s linear, transform .5s ease, -webkit-transform .5s ease;
  opacity: 0;
  position: absolute; }
  body.template-home .intro .tagline {
    opacity: 1;
    position: relative; }
  body.menu-open .intro .tagline {
    opacity: 0; }
  @media only screen and (min-width: 768px) {
    .intro .tagline {
      opacity: 1;
      position: relative; } }

.desktop-nav {
  display: none;
  position: relative;
  z-index: 10;
  transition: opacity .3s linear, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s linear;
  transition: transform .3s ease, opacity .3s linear, -webkit-transform .3s ease; }
  body.template-home .desktop-nav {
    opacity: 0; }
  .desktop-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .desktop-nav a {
    color: #989898;
    transition: color .2s linear; }
    .desktop-nav a.active {
      color: #000000; }
    .desktop-nav a:hover {
      color: #000000; }
  @media only screen and (min-width: 768px) {
    .desktop-nav {
      display: block; } }
  .desktop-nav ul.force-hover a.active {
    color: #989898; }
    .desktop-nav ul.force-hover a.active:hover {
      color: #000000; }
  body.template-home .desktop-nav ul.force-hover a {
    color: #989898; }
    body.template-home .desktop-nav ul.force-hover a:hover {
      color: #ffffff; }

.contact-link {
  display: none;
  text-align: right;
  position: relative;
  z-index: 10;
  transition: opacity .3s linear; }
  body.template-home .contact-link {
    opacity: 0; }
  @media only screen and (min-width: 768px) {
    .contact-link {
      display: block; } }
  .contact-link a {
    color: #989898;
    transition: color .5s linear; }
    .contact-link a.active {
      color: #000000; }
    .contact-link a:hover {
      color: #000000; }

.intro {
  position: relative;
  z-index: 10;
  transition: color .5s linear;
  width: calc(50%);
  float: left;
  margin-left: 0px; }
  @media only screen and (min-width: 768px) {
    .intro {
      width: calc(33.33333%);
      float: left;
      margin-left: 0px; } }
  body.menu-open .intro {
    color: #ffffff; }

.mobile-menu-btn {
  position: absolute;
  top: 2px;
  right: 16px;
  z-index: 20; }
  .mobile-menu-btn button {
    position: relative;
    display: inline-block;
    padding: 0;
    height: 22px;
    width: 22px;
    background: none;
    border: none;
    cursor: pointer;
    outline: 0; }
    .mobile-menu-btn button span {
      position: absolute;
      display: block;
      height: 1px;
      width: 100%;
      background: #000000;
      transition: top 0.2s 0.2s linear, opacity 0.1s 0.2s linear, -webkit-transform 0.2s linear;
      transition: top 0.2s 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s linear;
      transition: top 0.2s 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear; }
      body.template-home .mobile-menu-btn button span {
        background: #ffffff; }
      .mobile-menu-btn button span:nth-child(1) {
        top: 0; }
      .mobile-menu-btn button span:nth-child(2) {
        top: 8px; }
      .mobile-menu-btn button span:nth-child(3) {
        top: 16px; }
      body.menu-open .mobile-menu-btn button span {
        top: 8px;
        transition: top 0.2s linear, opacity 0.1s 0.2s linear, -webkit-transform 0.2s 0.2s linear;
        transition: top 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s 0.2s linear;
        transition: top 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s 0.2s linear, -webkit-transform 0.2s 0.2s linear;
        background: #ffffff; }
        body.menu-open .mobile-menu-btn button span:nth-child(1) {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        body.menu-open .mobile-menu-btn button span:nth-child(2) {
          opacity: 0; }
        body.menu-open .mobile-menu-btn button span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  @media only screen and (min-width: 768px) {
    .mobile-menu-btn {
      display: none; } }

.mobile-nav {
  visibility: hidden;
  background: #686868;
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 15;
  top: 0px;
  left: 0px;
  transition: opacity .2s linear; }
  .mobile-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .mobile-nav li {
    margin: 1em 0; }
  body.menu-open .mobile-nav {
    visibility: visible;
    opacity: 1; }
  .mobile-nav a {
    color: #989898;
    transition: color .5s linear; }
    .mobile-nav a.active {
      color: #ffffff; }
    body.template-home .mobile-nav a {
      color: #ffffff; }
    body.template-single .mobile-nav a {
      color: #ffffff; }

/***** Home Page *****/
.video {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px; }

.video__el {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.video__overlay {
  background: black;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.1;
  z-index: 2; }

h1.home-title {
  transition: opacity .3s linear, margin .5s ease;
  display: inline-block;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  h1.home-title.hidden {
    opacity: 0; }

.header-home-link {
  transition: opacity .2s linear, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .2s linear;
  transition: transform .5s ease, opacity .2s linear, -webkit-transform .5s ease;
  color: #000000; }
  body.template-home .header-home-link {
    opacity: 0;
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
    pointer-events: none;
    cursor: default; }

body.template-home .tagline {
  -webkit-transform: translateY(-1.9em);
  transform: translateY(-1.9em); }

/***** About Template *****/
.about-view-cv {
  margin: 14px 0;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .about-view-cv {
      margin: 50px 0; } }

.bio {
  width: 80%; }

@media only screen and (min-width: 768px) {
  .about-work-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .about-work-index p.title {
      margin: 0;
      width: 12em; } }

.ft-image {
  display: none; }
  @media only screen and (min-width: 768px) {
    .ft-image {
      display: block; } }

.remove-top-mobile {
  margin-top: -22px; }
  @media only screen and (min-width: 768px) {
    .remove-top-mobile {
      margin-top: 0px; } }

/***** Work Template *****/
ul.work-index__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.work-index__list a {
    transition: color .2s linear; }
  @media only screen and (min-width: 768px) {
    ul.work-index__list.force-hover a {
      color: #989898; } }
  @media only screen and (min-width: 768px) {
    ul.work-index__list.force-hover a:hover {
      color: #000000; } }

.desktop-thumbs {
  display: none; }
  @media only screen and (min-width: 768px) {
    .desktop-thumbs {
      display: block; } }

.desktop-thumbs__wrap {
  position: relative;
  width: 100%; }

.desktop-thumbs__item {
  width: 50%;
  transition: opacity 0s linear;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  margin-top: 10%; }
  .desktop-thumbs__item.visible {
    opacity: 1; }
  .desktop-thumbs__item.front {
    z-index: 20; }
  .desktop-thumbs__item.landscape {
    width: 90%; }
  .desktop-thumbs__item.portrait {
    width: 60%; }

.work-index__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .work-index__item .year {
    display: inline-block;
    width: 3.5em; }
    @media only screen and (min-width: 768px) {
      .work-index__item .year {
        width: 4.4em; } }
  .work-index__item.landscape .mobile-thumb-wrap {
    width: 110px;
    padding: 20px 0; }
    @media only screen and (min-width: 768px) {
      .work-index__item.landscape .mobile-thumb-wrap {
        display: none; } }
  .work-index__item.landscape img.mobile-thumb {
    width: 90px; }
  .work-index__item.landscape p {
    margin: 0px;
    padding-top: 38px; }
    @media only screen and (min-width: 768px) {
      .work-index__item.landscape p {
        padding-top: 0px; } }
  .work-index__item.portrait .mobile-thumb-wrap {
    padding: 0 15px;
    width: 80px; }
    @media only screen and (min-width: 768px) {
      .work-index__item.portrait .mobile-thumb-wrap {
        display: none; } }
  .work-index__item.portrait img.mobile-thumb {
    width: 55px; }
  .work-index__item.portrait p {
    margin: 0px;
    padding-top: 28px; }
    @media only screen and (min-width: 768px) {
      .work-index__item.portrait p {
        padding-top: 0px; } }

/***** Single Work *****/
.video-page {
  margin-top: -20px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .embed-container {
      margin-bottom: 50px; } }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-text {
  margin-bottom: 20px; }
  .video-text h2 {
    display: inline-block; }
  @media only screen and (min-width: 768px) {
    .video-text {
      margin-bottom: 50px; } }

.stills-title {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .stills-title {
      margin-bottom: 50px; } }

.stills .full {
  width: 100%; }

.stills .half {
  width: 50%; }

.stills img {
  margin-bottom: 20px;
  float: left; }
  @media only screen and (min-width: 768px) {
    .stills img {
      margin-bottom: 100px; } }

.back-to-top p {
  cursor: pointer;
  display: inline-block; }

.back-to-top i {
  -webkit-transform: rotate(-90deg) translateX(0.2em);
  transform: rotate(-90deg) translateX(0.2em);
  margin-right: .5em; }

/***** CV  *****/
.cv-block p {
  text-indent: -3em;
  padding-left: 3em;
  opacity: 0;
  margin-bottom: 1em; }

.cv-block {
  margin-top: 30px; }
  .cv-block h2 {
    margin-bottom: 1em;
    opacity: 0; }

.cv-block--last {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .cv-block--last {
      margin-bottom: 90px; } }

/***** Contact *****/
.contact-text p {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .contact-text p {
      margin-bottom: 50px; } }

.ct-image img {
  width: 50%; }
  @media only screen and (min-width: 768px) {
    .ct-image img {
      width: 100%;
      margin: 0px; } }

.a-clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  line-height: 0;
  clear: both; }

/* Error Page */
.error {
  text-align: center; }
  .error h1 {
    font-size: 2em;
    margin-bottom: 1em;
    margin-top: 1em; }
  .error p {
    margin-bottom: 1em; }

/**
 *  Components
 */
/*****  Image Loader *****/
.no-js .defer-image {
  display: none; }

.defer-image {
  background: #ffffff; }

.defer-image > img {
  display: block;
  min-width: 100%;
  max-width: 100%;
  background: #ffffff; }

.defer-image.is-loading {
  position: relative;
  background: pink;
  background-position: 50% 50%;
  background-size: 96.5% 95%;
  background-repeat: no-repeat; }

/* Image aspect ratios - % is relative to width. */
.image-ratio\:1x2 > div {
  padding-top: 200%; }

.image-ratio\:9x16 > div {
  padding-top: 177.777%; }

.image-ratio\:10x16 > div {
  padding-top: 160%; }

.image-ratio\:2x3 > div {
  padding-top: 150%; }

.image-ratio\:3x4 > div {
  padding-top: 133.333%; }

.image-ratio\:1x1 > div {
  padding-top: 100%; }

.image-ratio\:4x3 > div {
  padding-top: 75%; }

.image-ratio\:3x2 > div {
  padding-top: 66.66%; }

.image-ratio\:16x10 > div {
  padding-top: 62.5%; }

.image-ratio\:16x9 > div {
  padding-top: 56.25%; }

.image-ratio\:2x1 > div {
  padding-top: 50%; }

.image-ratio\:7x5 > div {
  padding-top: 71.428%; }

.image-ratio\:20x11 > div {
  padding-top: 55%; }

@-webkit-keyframes bobble {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  35% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bobble {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  35% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.defer-image.is-loading::after {
  position: absolute;
  display: block; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.defer-image.is-loaded > img {
  -webkit-animation: fadeIn .5s both;
  animation: fadeIn .5s both; }

.defer-image.is-loaded {
  position: relative;
  z-index: 100; }

/**
 *  Alterations
 */
.center {
  text-align: center; }
