/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("http://www.google.com/fonts#UsePlace:use/Collection:Oxygen:400,700,300");
@import url("https://www.google.com/fonts#UsePlace:use/Collection:Source+Sans+Pro:200,300,400,600,700,700,200italic,300italic,400italic,600italic,700italic,700italic");
@import url("http://www.google.com/fonts#UsePlace:use/Collection:Oxygen:400,700,300");
@import url("https://www.google.com/fonts#UsePlace:use/Collection:Source+Sans+Pro:200,300,400,600,700,700,200italic,300italic,400italic,600italic,700italic,700italic");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* -------------------------------- 
Colors
-------------------------------- */
/* -------------------------------- 
Typography
-------------------------------- */
/* -------------------------------- 
Sticky footer
-------------------------------- */
/*
@mixin transition($properties...) {
  // Fix for vendor-prefix transform property
  $needs-prefixes: false;
  $webkit: ();
  $moz: ();
  $spec: ();

  // Create lists for vendor-prefixed transform
  @each $list in $properties {
    @if nth($list, 1) == "transform" {
      $needs-prefixes: true;
      $list1: -webkit-transform;
      $list2: -moz-transform;
      $list3: ();

      @each $var in $list {
        $list3: join($list3, $var);

        @if $var != "transform" {
          $list1: join($list1, $var);
          $list2: join($list2, $var);
        }
      }

      $webkit: append($webkit, $list1);
      $moz:    append($moz,    $list2);
      $spec:   append($spec,   $list3);
    } @else {
      $webkit: append($webkit, $list, comma);
      $moz:    append($moz,    $list, comma);
      $spec:   append($spec,   $list, comma);
    }
  }

  @if $needs-prefixes {
    -webkit-transition: $webkit;
       -moz-transition: $moz;
            transition: $spec;
  } @else {
    @if length($properties) >= 1 {
      @include prefixer(transition, $properties, webkit moz spec);
    } @else {
      $properties: all 0.15s ease-out 0s;
      @include prefixer(transition, $properties, webkit moz spec);
    }
  }
}

@mixin transition-property($properties...) {
  -webkit-transition-property: transition-property-names($properties, "webkit");
     -moz-transition-property: transition-property-names($properties, "moz");
          transition-property: transition-property-names($properties, false);
}


@mixin transition-timing-function($motions...) {
  // ease | linear | ease-in | ease-out | ease-in-out | cubic-bezier()
  @include prefixer(transition-timing-function, $motions, webkit moz spec);
}

@mixin transition-delay($times...) {
  @include prefixer(transition-delay, $times, webkit moz spec);
}

@mixin transform($property: none) {
  // none | <transform-function>
  @include prefixer(transform, $property, webkit moz ms o spec);
}

@mixin transform-origin($axes: 50%) {
  // x-axis - left | center | right  | length | %
  // y-axis - top  | center | bottom | length | %
  // z-axis -                          length
  @include prefixer(transform-origin, $axes, webkit moz ms o spec);
}

@mixin transform-style($style: flat) {
  @include prefixer(transform-style, $style, webkit moz ms o spec);
}
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* -------------------------------- 
Colors
-------------------------------- */
/* -------------------------------- 
Typography
-------------------------------- */
/* -------------------------------- 
Sticky footer
-------------------------------- */
/*
@mixin transition($properties...) {
  // Fix for vendor-prefix transform property
  $needs-prefixes: false;
  $webkit: ();
  $moz: ();
  $spec: ();

  // Create lists for vendor-prefixed transform
  @each $list in $properties {
    @if nth($list, 1) == "transform" {
      $needs-prefixes: true;
      $list1: -webkit-transform;
      $list2: -moz-transform;
      $list3: ();

      @each $var in $list {
        $list3: join($list3, $var);

        @if $var != "transform" {
          $list1: join($list1, $var);
          $list2: join($list2, $var);
        }
      }

      $webkit: append($webkit, $list1);
      $moz:    append($moz,    $list2);
      $spec:   append($spec,   $list3);
    } @else {
      $webkit: append($webkit, $list, comma);
      $moz:    append($moz,    $list, comma);
      $spec:   append($spec,   $list, comma);
    }
  }

  @if $needs-prefixes {
    -webkit-transition: $webkit;
       -moz-transition: $moz;
            transition: $spec;
  } @else {
    @if length($properties) >= 1 {
      @include prefixer(transition, $properties, webkit moz spec);
    } @else {
      $properties: all 0.15s ease-out 0s;
      @include prefixer(transition, $properties, webkit moz spec);
    }
  }
}

@mixin transition-property($properties...) {
  -webkit-transition-property: transition-property-names($properties, "webkit");
     -moz-transition-property: transition-property-names($properties, "moz");
          transition-property: transition-property-names($properties, false);
}


@mixin transition-timing-function($motions...) {
  // ease | linear | ease-in | ease-out | ease-in-out | cubic-bezier()
  @include prefixer(transition-timing-function, $motions, webkit moz spec);
}

@mixin transition-delay($times...) {
  @include prefixer(transition-delay, $times, webkit moz spec);
}

@mixin transform($property: none) {
  // none | <transform-function>
  @include prefixer(transform, $property, webkit moz ms o spec);
}

@mixin transform-origin($axes: 50%) {
  // x-axis - left | center | right  | length | %
  // y-axis - top  | center | bottom | length | %
  // z-axis -                          length
  @include prefixer(transform-origin, $axes, webkit moz ms o spec);
}

@mixin transform-style($style: flat) {
  @include prefixer(transform-style, $style, webkit moz ms o spec);
}
*/
.menu-trigger {
  position: fixed;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
  transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1); }
  .menu-trigger.red-bkgd {
    background-color: #ff0000;
    -webkit-transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
    transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1); }
    .menu-trigger.red-bkgd span {
      background-color: #ffffff; }
  .menu-trigger span {
    /* pancakes icon with maple syrup */
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #ff0000;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px); }

.menu-trigger span::before, .menu-trigger span::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.menu-trigger span::before {
  top: -6px; }

.menu-trigger span::after {
  bottom: -6px; }

.no-touch .menu-trigger:hover span::before {
  top: -8px; }

.no-touch .menu-trigger:hover span::after {
  bottom: -8px; }

@media only screen and (min-width: 768px) {
  .menu-trigger {
    top: 16px;
    right: 10px;
    font-size: 16px;
    font-size: 1rem; } }
@media only screen and (min-width: 1170px) {
  .menu-trigger {
    right: 60px; } }
.main-nav {
  background: #383b3d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  /* we move this element off the canvas */
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow, height, padding-top, border-bottom;
  -moz-transition-property: -moz-transform, -moz-box-shadow, height, padding-top, border-bottom;
  transition-property: transform, box-shadow, height, padding-top, border-bottom;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
  transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
  z-index: 3; }
  .main-nav.box-shadow {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.09), 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.09), 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.09), 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid #f7f7f7;
    height: 60px;
    padding-top: 0; }
  @media (min-width: 700px) {
    .main-nav {
      background: #ffffff;
      border-bottom: 2px solid #ffffff;
      height: 81px;
      text-align: center;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .main-nav .close-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ff0000;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .main-nav .close-menu::before, .main-nav .close-menu::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 18px;
      left: 10px;
      width: 20px;
      height: 3px;
      background-color: #ffffff;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .main-nav .close-menu::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .main-nav .close-menu::after {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    @media (min-width: 700px) {
      .main-nav .close-menu {
        display: none; } }
  .main-nav > ul.ah-navigation {
    opacity: 0.2;
    height: 100%;
    list-style-type: none;
    margin-top: 0;
    padding: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
    transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1); }
    @media (min-width: 700px) {
      .main-nav > ul.ah-navigation {
        border-bottom: 2px solid #ff0000;
        height: inherit;
        margin: 0 auto;
        opacity: 1; } }
    @media (min-width: 700px) {
      .main-nav > ul.ah-navigation {
        width: 700px; }
        .main-nav > ul.ah-navigation.expand-width {
          width: 100%;
          -webkit-transition-property: width;
          -moz-transition-property: width;
          transition-property: width;
          -webkit-transition-duration: 1s;
          -moz-transition-duration: 1s;
          transition-duration: 1s;
          -webkit-transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
          -moz-transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
          transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1); } }
    .main-nav > ul.ah-navigation > li {
      height: 25%;
      padding: 0 50px 0 25px; }
      @media (min-width: 700px) {
        .main-nav > ul.ah-navigation > li {
          display: inline;
          height: inherit;
          padding: 0; } }
      .main-nav > ul.ah-navigation > li a {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        color: white;
        font-size: 30px;
        line-height: 37px; }
        @media (min-width: 700px) {
          .main-nav > ul.ah-navigation > li a {
            color: #5f7284;
            font-size: 18px;
            line-height: 57px;
            top: 0;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
            .main-nav > ul.ah-navigation > li a:hover, .main-nav > ul.ah-navigation > li a.selected {
              color: #ff0000; }
            .main-nav > ul.ah-navigation > li a span {
              padding: 0 60px; }
              .main-nav > ul.ah-navigation > li a span:before {
                -webkit-transition-property: height;
                -moz-transition-property: height;
                transition-property: height;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                transition-duration: 0.3s;
                -webkit-transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
                -moz-transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1);
                transition-timing-function: cubic-bezier(0.315, 0.21, 0, 1); } }
        .main-nav > ul.ah-navigation > li a span {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          @media (min-width: 700px) {
            .main-nav > ul.ah-navigation > li a span {
              display: inline-block;
              -webkit-transform: translate(0%, 0%);
              -moz-transform: translate(0%, 0%);
              -ms-transform: translate(0%, 0%);
              transform: translate(0%, 0%); } }
          .main-nav > ul.ah-navigation > li a span:before {
            z-index: -1;
            display: block;
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background: #ffffff; }
          @media (min-width: 700px) {
            .main-nav > ul.ah-navigation > li a span:hover:before {
              background: #f4f4f4;
              height: 100%; } }
    .main-nav > ul.ah-navigation.fade-in {
      opacity: 1; }

.no-touch .main-nav li a:hover {
  background-color: #FFF; }

.no-touch .main-nav .close-menu:hover::before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }
.no-touch .main-nav .close-menu:hover::after {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg); }

.main-nav.is-visible {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.no-js .main-nav {
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
  .no-js .main-nav .close-menu {
    display: none; }
  .no-js .main-nav .shadow-layer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s 0s;
    -moz-transition: visibility 0s 0.5s, opacity 0.5s 0s;
    transition: visibility 0s 0.5s, opacity 0.5s 0s; }

.shadow-layer.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

footer {
  height: 80px;
  margin: 0 auto;
  text-align: center; }
  footer ul.social-icons {
    list-style-type: none;
    margin: 0 auto;
    padding: 0; }
    footer ul.social-icons li {
      display: inline-block; }
      footer ul.social-icons li a {
        background-position: 10px 0;
        background-repeat: no-repeat;
        display: block;
        height: 40px;
        width: 60px; }
        footer ul.social-icons li a .social-icon-positioning {
          background-position: 10px 0;
          background-repeat: no-repeat;
          display: block;
          height: 40px;
          width: 60px; }
        footer ul.social-icons li a.twitter {
          background: url("../images/footer-twitter.svg");
          background-position: 10px 0;
          background-repeat: no-repeat;
          display: block;
          height: 40px;
          width: 60px; }
        footer ul.social-icons li a.linkedin {
          background: url("../images/footer-linkedin.svg");
          background-position: 10px 0;
          background-repeat: no-repeat;
          display: block;
          height: 40px;
          width: 60px; }
        footer ul.social-icons li a.github {
          background: url("../images/footer-github.svg");
          background-position: 10px 0;
          background-repeat: no-repeat;
          display: block;
          height: 40px;
          width: 60px; }
        footer ul.social-icons li a:hover {
          -webkit-animation: social-icons 0.4s steps(15) forwards;
          -moz-animation: social-icons 0.4s steps(15) forwards;
          -ms-animation: social-icons 0.4s steps(15) forwards;
          animation: social-icons 0.4s steps(15) forwards; }
  footer .copyright {
    font-family: "Oxygen", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #d9d9d9;
    vertical-align: text-top; }

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

html, body {
  height: 100%; }

body {
  font-family: "Oxygen", sans-serif; }

a {
  text-decoration: none;
  color: #ff0000; }

p {
  color: #383b3d;
  margin: 0; }

ul {
  padding-left: 0; }

/* -------------------------------- 

Modules - reusable parts of design

-------------------------------- */
/* clearfix silent class - sssshhhh */
.main-content > ul.ah-tabs-content > li.expertise .experience p.experience-description:before, .main-content > ul.ah-tabs-content > li.expertise .experience p.experience-description:after {
  content: " ";
  display: table; }
.main-content > ul.ah-tabs-content > li.expertise .experience p.experience-description:after {
  clear: both; }
.main-content > ul.ah-tabs-content > li.expertise .experience p.experience-description {
  *zoom: 1; }

.center {
  text-align: center; }

.red {
  color: #ff0000; }

/* -------------------------------- 

Main components 

-------------------------------- */
.main-content {
  height: 100%;
  /* slightly visible only when we resize this element */
  box-shadow: 0 -60px 60px rgba(0, 0, 0, 0.16);
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .main-content > ul.ah-tabs-content {
    margin: 0 auto -80px;
    min-height: 100%;
    padding: 0; }
    @media (min-width: 700px) {
      .main-content > ul.ah-tabs-content {
        width: 700px; } }
    .main-content > ul.ah-tabs-content > li {
      display: none;
      height: 100%;
      padding: 0; }
      .main-content > ul.ah-tabs-content > li.selected {
        display: block;
        -webkit-animation: ah-fade-in 0.8s ease-in;
        -moz-animation: ah-fade-in 0.8s ease-in;
        -ms-animation: ah-fade-in 0.8s ease-in;
        animation: ah-fade-in 0.8s ease-in; }
      .main-content > ul.ah-tabs-content > li h2 {
        margin: 80px 40px 30px 40px; }
        @media (min-width: 700px) {
          .main-content > ul.ah-tabs-content > li h2 {
            display: none; } }
      .main-content > ul.ah-tabs-content > li.home {
        padding: 20% 11% 0; }
        .main-content > ul.ah-tabs-content > li.home p.intro-text {
          font-family: "Oxygen", sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 22px;
          color: #383b3d;
          margin-top: 20px; }
          @media (min-width: 500px) {
            .main-content > ul.ah-tabs-content > li.home p.intro-text {
              margin: 8px 0 18px; } }
          @media (min-width: 700px) {
            .main-content > ul.ah-tabs-content > li.home p.intro-text {
              margin-top: 25px; } }
        @media (min-width: 500px) {
          .main-content > ul.ah-tabs-content > li.home {
            padding: 20px 20% 0; } }
        @media (min-width: 700px) {
          .main-content > ul.ah-tabs-content > li.home {
            padding: 180px 140px 0; } }
        .main-content > ul.ah-tabs-content > li.home .logo {
          background-image: url("../images/ah_logo_animation.svg");
          height: 150px;
          margin: 0 auto;
          width: 200px; }
          @media (min-width: 650px) {
            .main-content > ul.ah-tabs-content > li.home .logo {
              height: 130px; } }
        .main-content > ul.ah-tabs-content > li.home .logo-animation {
          -webkit-animation: ah-logo-anim 1.4s steps(28) forwards;
          -moz-animation: ah-logo-anim 1.4s steps(28) forwards;
          -ms-animation: ah-logo-anim 1.4s steps(28) forwards;
          animation: ah-logo-anim 1.4s steps(28) forwards; }
      .main-content > ul.ah-tabs-content > li.contact p.contact-text {
        font-family: "Oxygen", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #383b3d;
        text-align: center;
        padding-top: 225px; }
        @media (min-width: 500px) {
          .main-content > ul.ah-tabs-content > li.contact p.contact-text {
            padding-top: 120px; } }
        @media (min-width: 700px) {
          .main-content > ul.ah-tabs-content > li.contact p.contact-text {
            padding-top: 336px; } }
      .main-content > ul.ah-tabs-content > li.expertise {
        padding: 50px 0 120px 0; }
        @media (min-width: 500px) {
          .main-content > ul.ah-tabs-content > li.expertise {
            padding: 16px 55px 100px; } }
        @media (min-width: 700px) {
          .main-content > ul.ah-tabs-content > li.expertise {
            padding: 140px 0 120px 0; } }
        .main-content > ul.ah-tabs-content > li.expertise .experience {
          padding-bottom: 60px; }
          .main-content > ul.ah-tabs-content > li.expertise .experience h3, .main-content > ul.ah-tabs-content > li.expertise .experience h4, .main-content > ul.ah-tabs-content > li.expertise .experience p.experience-description {
            margin: 0 40px 10px 40px; }
          .main-content > ul.ah-tabs-content > li.expertise .experience h3 {
            font-family: "Oxygen", sans-serif;
            font-size: 20px;
            font-weight: 400;
            line-height: 22px;
            color: #ffffff;
            background: #ff0000;
            border-radius: 2px;
            display: inline-block;
            margin-top: 10px;
            padding: 10px;
            vertical-align: middle; }
          .main-content > ul.ah-tabs-content > li.expertise .experience h4 {
            font-family: "Oxygen", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            color: #ff0000;
            margin-bottom: 10px;
            vertical-align: middle; }
          .main-content > ul.ah-tabs-content > li.expertise .experience p.experience-description {
            font-family: "Oxygen", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #383b3d; }
          .main-content > ul.ah-tabs-content > li.expertise .experience img {
            height: auto;
            width: 100%; }
          .main-content > ul.ah-tabs-content > li.expertise .experience a {
            padding: 0 40px; }

/* -- Animate site container out when navigation is selected */
.main-content.move-out {
  -webkit-transform: translate(0, 10%);
  -moz-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  transform: translate(0, 10%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  transition-duration: 0.7s; }

.no-js .main-content {
  height: auto;
  overflow-x: auto;
  overflow-y: auto; }

.no-js #ah-intro {
  height: 640px; }

.ah-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s; }
  @media (min-width: 700px) {
    .ah-header {
      display: none; } }

@-webkit-keyframes ah-logo-anim {
  from {
    background-position: 0px 0px; }
  to {
    background-position: 0px -4200px; } }
@-moz-keyframes ah-logo-anim {
  from {
    background-position: 0px 0px; }
  to {
    background-position: 0px -4200px; } }
@-ms-keyframes ah-logo-anim {
  from {
    background-position: 0px 0px; }
  to {
    background-position: 0px -4200px; } }
@keyframes ah-logo-anim {
  from {
    background-position: 0px 0px; }
  to {
    background-position: 0px -4200px; } }
@-webkit-keyframes ah-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes ah-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes ah-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes ah-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes social-icons {
  from {
    background-position: 10px 0px; }
  to {
    background-position: 10px -600px; } }
@-moz-keyframes social-icons {
  from {
    background-position: 10px 0px; }
  to {
    background-position: 10px -600px; } }
@-ms-keyframes social-icons {
  from {
    background-position: 10px 0px; }
  to {
    background-position: 10px -600px; } }
@keyframes social-icons {
  from {
    background-position: 10px 0px; }
  to {
    background-position: 10px -600px; } }

/*# sourceMappingURL=main.css.map */
