/*

USES CODEKIT IMPORTS
https://codekitapp.com/

*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

@font-face {
  font-family: "LLGravurCondensedWeb-Regular";
  src: url("../fonts/gravur/lineto-gravurcondensed-regular-c.eot");
  src: url("../fonts/gravur/lineto-gravurcondensed-regular-c.eot?#iefix") format("embedded-opentype"), url("../fonts/gravur/lineto-gravurcondensed-regular-c.woff") format("woff"), url("../fonts/gravur/lineto-gravurcondensed-regular-c.ttf") format("truetype"), url("../fonts/gravur/lineto-gravurcondensed-regular-c.svg#LLGravurCondensedWeb-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "LLAkkuratWeb-Regular";
  src: url("../fonts/akkurat/lineto-akkurat-regular-c.eot");
  src: url("../fonts/akkurat/lineto-akkurat-regular-c.eot?#iefix") format("embedded-opentype"), url("../fonts/akkurat/lineto-akkurat-regular-c.woff") format("woff"), url("../fonts/akkurat/lineto-akkurat-regular-c.ttf") format("truetype"), url("../fonts/akkurat/lineto-akkurat-regular-c.svg#LLAkkuratWeb-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
  Useful SASS functions

  
*/
/*! normalize.css v3.0.1 | 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,
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: 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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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 */
  -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; }

/*

SASS variables 

*/
.Site-head-wrap .Site-head, .Site-foot .Site-foot-content, .Template {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 745px) {
    .Site-head-wrap .Site-head, .Site-foot .Site-foot-content, .Template {
      padding: 0 10px; } }

.Content {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  width: 60%;
  margin: 0 auto;
  padding: 30px 0; }
  @media (max-width: 745px) {
    .Content {
      -webkit-column-count: 1;
              column-count: 1;
      width: 100%;
      padding: 15px 0; } }

.Grid--post .Content {
  -webkit-column-count: 1;
          column-count: 1;
  width: 100%; }

.Content--foot {
  -webkit-column-count: 1;
          column-count: 1;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding: 0; }
  @media (max-width: 745px) {
    .Content--foot p {
      font-size: 13px !important; } }
  .Content--foot.Content--terms {
    text-align: right; }

.Gallery {
  position: relative; }
  .Grid--project .Gallery {
	  width: 75%;
	  margin: 0 auto;
  }
  .Gallery .Gallery-slides {
    width: 100%;
    height: 600px;
    padding: 0 0 20px 20px; }
    .Grid--project .Gallery .Gallery-slides {
	    	height: 800px;
	    }
	    @media (max-width: 745px) {
		    .Grid--project .Gallery {
	  width: 100%;
	  }
	.Grid--project .Gallery .Gallery-slides {
	    	height: 300px;
	    }
    
      .Gallery .Gallery-slides {
        height: 300px;
        padding-bottom: 50px; } }
  .Gallery .Gallery-arr {
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23px;
    height: 15px;
    cursor: pointer; }
    @media (max-width: 745px) {
      .Gallery .Gallery-arr {
        top: auto;
        bottom: 20px; } }
    .Gallery .Gallery-arr.Gallery-prev {
      left: -30px;
      background-image: url(../img/left.png); }
      @media (max-width: 745px) {
        .Gallery .Gallery-arr.Gallery-prev {
          left: 30px; } }
    .Gallery .Gallery-arr.Gallery-next {
      right: -50px;
      background-image: url(../img/right.png); }
      @media (max-width: 745px) {
        .Gallery .Gallery-arr.Gallery-next {
          right: 10px; } }

/*

Box model guttering using negative left margin and grid cell padding left

*/
.Grid {
  margin-left: -20px; }
  .Grid .Grid-item {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    padding: 0 0 20px 20px; }
    .Grid .Grid-item.ui-clickable {
      cursor: pointer; }
    .Grid .Grid-item img {
      width: 100%; }
    .Grid .Grid-item.Grid-item--third {
      width: 33.33%; }
    .Grid .Grid-item.Grid-item--half {
      width: 50%; }
    .Grid .Grid-item.Grid-item--full {
      width: 100%; }
    @media (max-width: 745px) {
      .Grid .Grid-item {
        width: 100% !important; } }
    .Grid .Grid-item.Grid-item--news {
      min-height: 200px; }
    .Grid .Grid-item #map {
      width: 100%;
      min-height: 400px;
      margin-bottom: 20px; }
  .Grid .Grid-rule {
    width: 100%;
    height: 1px;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 20px; }
    .Grid .Grid-rule:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 100%;
      height: 100%;
      background-color: #35c5e8; }
  .Grid.Grid--narrow {
    width: 70%;
    margin: 0 auto; }
    @media (max-width: 745px) {
      .Grid.Grid--narrow {
        width: calc(100% + 20px);
        margin-left: -20px; } }
  .Grid.Grid--post h2 {
    margin-top: 0; }

.Item {
  position: relative; }
  .Item .Item-head {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center; }
    .Item .Item-head:before {
      content: '';
      display: inline-block;
      width: 1px;
      height: 100%;
      margin-left: -1px;
      vertical-align: middle; }
    .Item .Item-head h4 {
      display: inline-block;
      padding: 0;
      margin: 0;
      text-align: center;
      vertical-align: middle; }
      .Item .Item-head h4 a {
        padding: 10px;
        background-color: white;
        text-decoration: none; }
  .Item .Item-media img {
    display: block; }
  .Item .Item-body {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #35c5e8;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding: 20px; }
    .Item .Item-body p {
      color: white !important; }
      .Item .Item-body p a {
        color: white !important;
        text-decoration: none; }
      .Grid-item--full .Item .Item-body p {
        width: 50%; }
  .Grid-item--news .Item .Item-body {
    opacity: 1;
    min-height: 200px; }
  .Grid-item--post .Item .Item-head {
    display: none; }
  .Grid-item--post .Item .Item-body {
    opacity: 1;
    position: static; }
  .Item:hover .Item-body {
    opacity: 1; }

/* hide post images on homepage */
.Template--home .Grid-item--post .Item-media {
  display: none; }

.Navigation {
  position: absolute;
  top: 0px;
  right: 20px;
  padding-top: 25px; }
  .Navigation ul {
    padding: 0;
    list-style: none; }
    .Navigation ul li {
      display: inline-block;
      padding-left: 20px; }
      .Navigation ul li a {
        color: #737373;
        text-decoration: none; }
        .Navigation ul li a:hover {
          color: #35c5e8; }
      .Navigation ul li.current-menu-item a {
        color: #35c5e8; }
  @media (max-width: 745px) {
    .Navigation {
      position: fixed;
      top: 60px;
      left: -100%;
      width: 50%;
      height: 100%;
      background-color: white;
      -webkit-transition: left 0.2s ease-out;
      transition: left 0.2s ease-out; }
      .Navigation ul li {
        width: 100%;
        padding-left: 10px; }
      .Site--menu .Navigation {
        left: 0px; } }

.Navigation-trigger {
  width: 20px;
  height: 10px;
  background-image: url(../img/menu.svg);
  background-size: 20px 10px;
  background-repeat: no-repeat;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 100;
  display: none; }
  @media (max-width: 745px) {
    .Navigation-trigger {
      display: block; } }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.ui-royalSlider {
  position: relative;
  direction: ltr; }

.ui-royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.ui-royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.ui-royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.ui-royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

/*

Base site styling 

*/
.Site {
  -webkit-font-smoothing: antialiased; }
  .Site p {
    margin: 0 0 1em 0; }
    .Site p.small {
      margin: 0; }
    .Site p.meta {
      text-align: center; }
  .Site a {
    color: #35c5e8;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }

/*

Header 

*/
.Site-head-wrap {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 105px;
  background-color: white; }
  .Site-head-wrap .Site-head {
    position: relative; }
  @media (max-width: 745px) {
    .Site-head-wrap {
      height: 60px; } }
  .Site-head-wrap .Logo {
    position: absolute;
    top: 0px;
    left: 20px;
    padding-top: 25px;
    margin: 0; }
    .Site-head-wrap .Logo a {
      display: inline-block;
      text-indent: -2000px;
      width: 160px;
      height: 44px;
      overflow: hidden;
      background-image: url(../img/jump-logo.png);
      background-size: 160px 44px;
      background-repeat: no-repeat; }
    @media (max-width: 745px) {
      .Site-head-wrap .Logo {
        padding-top: 15px;
        left: 10px; }
        .Site-head-wrap .Logo a {
          width: 110px;
          height: 30px;
          background-size: 110px 30px; } }

/*

Intro

*/
.Site-intro {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover; }
  .Site-intro h2 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #35c5e8 !important;
    font-weight: normal;
    margin: 0;
    padding: 10px 20px;
    background-color: white; }

.Site-body {
  background-color: white;
  position: relative;
  width: 100%;
  z-index: 3;
  -webkit-transition: margin-left 0.2s ease-out;
  transition: margin-left 0.2s ease-out;
  margin-bottom: 180px; }
  .Site--menu .Site-body {
    margin-left: 50%; }
  .Site--journal .Site-body, .Site--about .Site-body, .Site--contact .Site-body {
    padding-top: 100px; }
  .Site--work .Site-body, .Site--project .Site-body {
    padding-top: 30px; }

.Site-foot {
  padding-top: 20px;
  position: fixed;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  background-color: #35c5e8;
  width: 100%;
  min-height: 180px;
  display: none; }
  .Site-foot .Site-foot-content p {
    color: white; }
  .Site--scrolled .Site-foot {
    display: block; }

.Site-foot-content a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease; }

.no-touch .Site-foot-content a.Link--tel {
  /*pointer-events:none;
  border:none;*/ }

.Site-foot-content a:hover {
  color: white;
  border-bottom: 1px solid transparent; }

.Site-foot-legal {
  position: absolute;
  width: 50%;
  bottom: 1.25em;
  right: 1em;
  text-align: right;
  opacity: 0.75; }

.Site-foot-legal p {
  font-size: 75%; }

.Template {
  padding-bottom: 50px; }
  .Template .Template-head {
    width: 100%;
    padding: 75px 0px; }
    .Template .Template-head h2 {
      text-align: center;
      width: 70%;
      margin: 0 auto;
      padding: 0; }
      @media (max-width: 745px) {
        .Template .Template-head h2 {
          width: 100%; } }
    .Site--work .Template .Template-head {
      padding-bottom: 20px; }

.Template-categories {
  text-align: center;
  padding-bottom: 30px; }
  .Template-categories ul {
    padding: 0;
    list-style: none; }
    .Template-categories ul li {
      display: inline-block;
      padding-left: 20px; }
      .Template-categories ul li a {
        color: #737373;
        text-decoration: none; }
        .Template-categories ul li a:hover {
          color: #35c5e8; }
      .Template-categories ul li.current-cat a {
        color: #35c5e8; }

.Template--contact {
  padding-top: 30px; }

/* 

Base typography @extends

*/
.Site p, .Site-intro h2, .Template-categories ul li, .Grid.Grid--post h2, .Site p.summary, .Template .Template-head h2, .Navigation ul li {
  font-family: "LLAkkuratWeb-Regular", "Helvetica", Arial, sans-serif;
  line-height: 1.4;
  color: #666;
  font-size: 18px;
  font-size: 1rem; }

.Grid.Grid--post h2, .Site p.summary, .Template .Template-head h2 {
  font-weight: normal;
  line-height: 1.2;
  font-size: 27px;
  font-size: 1.5rem; }
  @media (max-width: 745px) {
    .Grid.Grid--post h2, .Site p.summary, .Template .Template-head h2 {
      font-size: 24px;
      font-size: 1.3333333333rem; } }

@media (max-width: 745px) {
  .Navigation ul li {
    font-size: 24px;
    font-size: 1.3333333333rem; } }

.Item .Item-head h4 a, .Site p.meta, .Site p.small {
  font-family: "LLGravurCondensedWeb-Regular", "Helvetica", Arial, sans-serif;
  color: #35c5e8;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 21px;
  font-size: 1.1666666667rem; }

.Site p.small {
  font-size: 16px;
  font-size: 0.8888888889rem; }
