/* ------------------- */
/* Base                */
/* ------------------- */
/* ------------------- */
/* Mixins              */
/* ------------------- */
/* Breakpoints Concept                 */
/* https://goo.gl/VD54nW               */
/* ----------------------------------- */
/* 599px, 600px, 900px, 1200px, 1800px */
/* Border Box */
/* Columns */
/* Flex Vertical Align Center */
/* Hyphens */
/* Border Radius */
/* Transitions */
/* Disable User Select Background */
/* Greyscale Filtering */
/* Placeholder Text Color */
/* Print Colors Exactly as Displayed on Screen */
/* Background Cover Size */
/* ------------------- */
/* Theme               */
/* ------------------- */
/* ------------------- */
/* Artisan Tech        */
/* ------------------- */
/* ------------------- */
/* Flammier            */
/* ------------------- */
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
* {
  margin: 0;
  padding: 0; }

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%; }

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0; }

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/* My Additions */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

a {
  color: black;
  text-decoration: none; }

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

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

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

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

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

/* Good */
@font-face {
  font-family: 'Good Sans';
  src: url("../fonts/good/GoodSans-Regular.woff2") format("woff2"), url("../fonts/good/GoodSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Good Sans';
  src: url("../fonts/good/GoodSans-RegularItalic.woff2") format("woff2"), url("../fonts/good/GoodSans-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Good Sans';
  src: url("../fonts/good/GoodSans-Bold.woff2") format("woff2"), url("../fonts/good/GoodSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Good Sans';
  src: url("../fonts/good/GoodSans-BoldItalic.woff2") format("woff2"), url("../fonts/good/GoodSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

/* ------------------- */
/* Base                */
/* ------------------- */
/* Width, narrow: 36em */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: Apercu, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4em;
  color: #000000; }

.container {
  float: left;
  width: 100%;
  clear: both; }

.block {
  margin: 0 auto;
  padding: 0 1em;
  clear: both; }

main {
  float: left;
  width: 100%; }

h1, h2, h3 {
  font-family: Platform, sans-serif; }

h1 {
  font-weight: normal; }

a {
  color: inherit; }

figure video,
figure iframe,
figure img {
  width: 100%;
  height: auto; }

.fluidvids {
  margin-bottom: 2em;
  float: left;
  width: 100%; }

* + .fluidvids {
  margin-top: 2em; }

@media screen and (min-width: 600px) {
  body {
    font-size: 20px; } }

@media screen and (min-width: 650px) {
  .block {
    padding: 0 2em; } }

@media screen and (min-width: 1300px) {
  body {
    font-size: 22px; } }

/* ------------------- */
/* Vendor              */
/* ------------------- */
/* Guggenheim */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/default-skin-dark.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/default-skin-dark.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  font-family: sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../images/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.guggenheim {
  max-width: 100%; }

.guggenheim__ratio-container {
  position: relative; }

.guggenheim__figure,
.guggenheim__link,
.guggenheim__image {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: middle; }

/* Add element level spcificity to prevent interfeerence from ".main figure" from the kirby starterkit, without resorting to !important */
figure.guggenheim__figure {
  position: relative;
  box-sizing: content-box;
  margin-bottom: 0; }

.guggenheim__figcaption {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.guggenheim__link,
.guggenheim__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.guggenheim__link {
  width: 100%; }

.guggenheim__image {
  height: auto;
  width: 100%; }

@media only screen and (max-width: 649px) {
  .guggenheim__figure {
    width: 100% !important;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .guggenheim__row {
    padding: 0 !important; } }

.zoom a {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  cursor: -webkit-zoom-in; }

/* ------------------- */
/* Partials            */
/* ------------------- */
/* Snippets */
/* ------------------- */
/* Navigation Snippet  */
/* ------------------- */
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 3;
  color: white;
  padding: 0.5em 0;
  line-height: 36px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .navigation .block {
    max-width: 49em; }
  .navigation li {
    display: inline-block; }
  .navigation #logo {
    display: inline-block;
    float: left;
    z-index: 4; }
    .navigation #logo svg path {
      fill: white; }
  .navigation .icon-logo {
    width: 36px; }

/* Mobile Break Limit  */
/* ------------------- */
@media screen and (max-width: 799px) {
  .menu-overflow-disabled {
    overflow: hidden; }
  .navigation {
    background-color: black; }
    .navigation.open {
      bottom: 0; }
    .navigation #mobile-nav-trigger {
      float: right;
      cursor: pointer; }
    .navigation #menu {
      display: block;
      clear: left;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      position: absolute;
      top: 4em;
      right: 0;
      bottom: 4em;
      left: 0;
      width: 100%; }
      .navigation #menu ul {
        width: 100%; }
        .navigation #menu ul li {
          display: block;
          width: 100%;
          text-align: center;
          font-family: Platform, sans-serif;
          font-size: 2em;
          margin-bottom: 1em; }
    .navigation .hide {
      display: none !important; } }

/* 800px Break Point   */
/* ------------------- */
@media screen and (min-width: 800px) {
  .navigation {
    line-height: 48px;
    padding: 1.5em 0;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .navigation.squish {
      padding: 0.5em 0;
      background-color: black; }
    .navigation #mobile-nav-trigger {
      display: none; }
    .navigation #logo {
      z-index: 4; }
    .navigation .icon-logo {
      width: 48px; }
    .navigation #menu {
      float: right; }
      .navigation #menu li {
        padding-left: 0.5em; } }

/* ------------------- */
/* Footer Snippet      */
/* ------------------- */
.footer {
  background-color: black;
  color: white;
  padding: 2em 0; }
  .footer .block {
    position: relative;
    margin: 0 auto;
    max-width: 49em; }
  .footer .header {
    display: none; }
  .footer h2 {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .footer .address,
  .footer .contact {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 1em; }
    .footer .address:last-child,
    .footer .contact:last-child {
      margin-bottom: 0; }
    .footer .address ul,
    .footer .contact ul {
      list-style: none; }
    .footer .address a,
    .footer .contact a {
      position: relative;
      display: inline-block;
      z-index: 1; }
  .footer .icon-logo {
    display: none; }
    .footer .icon-logo svg {
      width: 72px; }
      .footer .icon-logo svg path {
        fill: white; }
  .footer .random-font-logo {
    display: none; }
  .footer .smallprint {
    padding-top: 1em; }
    .footer .smallprint hr {
      border: 0;
      border-top: 1px solid white; }
    .footer .smallprint ul {
      font-size: 0.8em; }
      .footer .smallprint ul li {
        list-style: none;
        display: inline-block; }
      .footer .smallprint ul .copyright {
        float: left; }
      .footer .smallprint ul .organisation {
        float: right; }

/* 650px Break Point   */
/* ------------------- */
@media screen and (min-width: 650px) {
  .footer .address,
  .footer .contact {
    width: 50%;
    float: left;
    text-align: center; } }

/* 800px Break Point   */
/* ------------------- */
@media screen and (min-width: 800px) {
  .footer .inner-block {
    width: 66.6666%; }
  .footer .icon-logo {
    width: 33.3333%;
    display: block;
    text-align: center;
    float: right; }
  .footer .random-font-logo {
    width: 33.3333%;
    display: block;
    float: right;
    text-align: center; }
    .footer .random-font-logo span {
      font-size: 4em;
      line-height: 1.1em; } }

/* 1000px Break Point  */
/* ------------------- */
@media screen and (min-width: 1000px) {
  .footer {
    position: relative; }
    .footer .header,
    .footer .inner-block {
      max-width: 29em; }
    .footer .address,
    .footer .contact {
      text-align: left; }
    .footer .icon-logo {
      position: absolute;
      right: 2em;
      float: none;
      text-align: right; }
    .footer .random-font-logo {
      text-align: right; } }

/* ------------------- */
/* Photoswipe Snippet  */
/* ------------------- */
.pswp__bg {
  background: none;
  animation: colorchange 30s infinite; }

.pswp__counter {
  color: #000000;
  font-family: Apercu, sans-serif; }

.pswp__caption__center {
  color: #000000; }

.pswp__top-bar,
.pswp__caption,
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background: none;
  animation: colorchange 30s infinite; }

.pswp__button--arrow--left,
.pswp__button--arrow--right,
.pswp__button--close {
  background: none !important; }
  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before,
  .pswp__button--close:before {
    background-image: none !important;
    font-family: Icomoon;
    font-size: 0.8em;
    line-height: 1em;
    padding: 14px 0; }

.pswp__button--arrow--left {
  top: 15px;
  left: -6px; }
  .pswp__button--arrow--left:before {
    content: "\eA40"; }

.pswp__button--arrow--right {
  top: 15px;
  left: 24px; }
  .pswp__button--arrow--right:before {
    content: "\eA3C"; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 44px !important;
  height: 44px !important;
  background-color: transparent; }

.pswp__button--arrow--left:before {
  background-position: -132px -38px; }

.pswp__button--arrow--right:before {
  background-position: -88px -38px; }

.pswp__button--close {
  opacity: 1 !important; }
  .pswp__button--close:before {
    content: "\e98C"; }

.pswp__button {
  opacity: 1; }

.pswp__caption__center {
  font-size: 0.8em;
  max-width: 29em; }

/* ------------------- */
/* Pagejump Snippet    */
/* ------------------- */
.pagejump {
  background-color: white;
  padding: 2em 0;
  margin-top: 1em; }
  .pagejump .block {
    max-width: 49em; }
  .pagejump article {
    position: relative;
    text-align: center; }
    .pagejump article header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      position: absolute;
      top: 1em;
      bottom: 1em;
      background-color: rgba(255, 255, 255, 0);
      z-index: 2;
      color: white;
      -webkit-transition: color 0.5s ease;
      -moz-transition: color 0.5s ease;
      -ms-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      transition: color 0.5s ease; }
      .pagejump article header h3 {
        width: 100%;
        padding: 1em;
        letter-spacing: 0.02em; }
    .pagejump article .background {
      animation: colorchange 30s infinite;
      opacity: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      position: absolute;
      top: 1em;
      right: 1em;
      bottom: 1em;
      left: 1em;
      z-index: 1;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
    .pagejump article figure {
      background-color: black; }
      .pagejump article figure img {
        opacity: 0.5; }
    .pagejump article a:hover header {
      color: black; }
    .pagejump article a:hover .background {
      opacity: 1; }
  .pagejump .prev {
    margin-bottom: 1em; }
    .pagejump .prev header {
      right: 1em;
      left: 1em; }
  .pagejump .next header {
    right: 1em;
    left: 1em; }

/* 600px Break Point   */
/* ------------------- */
@media screen and (min-width: 600px) {
  .pagejump article {
    width: 50%;
    float: left; }
  .pagejump .prev {
    padding-right: 0.5em;
    margin-bottom: 0; }
    .pagejump .prev header,
    .pagejump .prev .background {
      right: 1.5em; }
  .pagejump .next {
    padding-left: 0.5em; }
    .pagejump .next header,
    .pagejump .next .background {
      left: 1.5em; } }

/* 800px Break Point   */
/* ------------------- */
@media screen and (min-width: 800px) {
  .pagejump {
    padding: 4em 0;
    margin-top: 4em; } }

/* ------------------- */
/* Background Gradient */
/* ------------------- */
.background-gradient {
  background: linear-gradient(-45deg, #e1e1ef, #d8f8dc, #d5e9f8, #f8d1dc, #fcece9);
  background-size: 400% 400%;
  animation: Gradient 10s ease infinite;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -200;
  top: 0;
  left: 0; }

@keyframes Gradient {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  to {
    background-position: 0 50%; } }

/* Pages */
.default-page .navigation {
  background-color: black !important; }

.default-page .default {
  padding-top: 8em; }

.default .block {
  margin: 0 auto 4em;
  max-width: 33em; }

.default .title {
  margin-bottom: 1em; }

/* ------------------- */
/* Home Page           */
/* ------------------- */
.introduction {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background-color: #000000; }
  .introduction .block {
    z-index: 2;
    color: white;
    margin: 0 auto;
    text-align: center;
    max-width: 49em; }
  .introduction #hero h1 {
    font-size: 2em;
    line-height: 1em;
    font-weight: bold;
    margin: 0 1em; }
  .introduction #hero section {
    margin: 1em 2em 0; }
  .introduction .scroll-indicator {
    position: absolute;
    bottom: 0.5em;
    left: 0;
    right: 0;
    font-family: Icomoon;
    font-size: 48px;
    line-height: 1;
    -webkit-transition: bottom 1s ease-in-out;
    -moz-transition: bottom 1s ease-in-out;
    -ms-transition: bottom 1s ease-in-out;
    -o-transition: bottom 1s ease-in-out;
    transition: bottom 1s ease-in-out; }
    .introduction .scroll-indicator:before {
      content: "\e605"; }
  .introduction .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

.home-page .projects {
  padding-top: 4em; }

.mission {
  background-color: white;
  padding: 2em 0; }
  .mission .block {
    margin: 0 auto;
    max-width: 33em; }
  .mission section {
    margin-bottom: 1em; }

/* 650px Break Point   */
/* ------------------- */
@media screen and (min-width: 650px) {
  .introduction #hero h1 {
    font-size: 3em; }
  .introduction .scroll-indicator {
    font-size: 72px; } }

/* 800px Break Point   */
/* ------------------- */
@media screen and (min-width: 800px) {
  .introduction #hero h1 {
    margin: 0 2em;
    font-size: 4em; }
  .introduction #hero section {
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 1em 6em 0; }
  .mission {
    padding: 4em 0; } }

/* ------------------- */
/* Projects Page       */
/* ------------------- */
.projects .title {
  max-width: 49em; }
  .projects .title h2 {
    float: left; }
  .projects .title a {
    float: right; }
  .projects .title h2,
  .projects .title a {
    display: inline-block; }
  .projects .title hr {
    border: 0;
    background: none;
    border-bottom: 4px solid white;
    clear: both;
    padding-top: 0.5em;
    margin-bottom: 2em; }

.projects .more {
  max-width: 49em;
  text-align: center;
  padding: 2em 0; }
  .projects .more a {
    font-family: Platform, sans-serif;
    padding: 1em;
    text-decoration: underline; }

.projects-page .navigation {
  background-color: black !important; }

.projects-page .projects {
  padding-top: 8em; }

.showcase {
  max-width: 49em; }
  .showcase .post {
    clear: both;
    margin-bottom: 1em; }
    .showcase .post figure {
      margin-bottom: 1em; }
    .showcase .post header h1 {
      font-weight: bold;
      font-size: 1.5em;
      margin-bottom: 0.5em;
      position: relative;
      display: inline-block;
      z-index: 1; }
      .showcase .post header h1:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        -webkit-transition: background 0.3s none;
        -moz-transition: background 0.3s none;
        -ms-transition: background 0.3s none;
        -o-transition: background 0.3s none;
        transition: background 0.3s none;
        background-color: white;
        z-index: -1; }

/* 650px Break Point   */
/* ------------------- */
@media screen and (min-width: 650px) {
  .showcase .post {
    margin-bottom: 2em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .showcase .post:hover {
      transform: scale(1.05); }
    .showcase .post a {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
    .showcase .post header,
    .showcase .post figure {
      width: 50%; }
    .showcase .post figure {
      margin-bottom: 0; }
  .showcase .odd header {
    float: right;
    padding-left: 0.5em;
    order: 2; }
  .showcase .odd figure {
    float: left;
    padding-right: 0.5em;
    order: 1; }
  .showcase .even header {
    float: left;
    padding-right: 0.5em;
    order: 1; }
  .showcase .even figure {
    float: right;
    padding-left: 0.5em;
    order: 2; } }

/* 1000px Break Point  */
/* ------------------- */
@media screen and (min-width: 1000px) {
  .showcase .post {
    margin-bottom: 3em; }
  .showcase .odd {
    margin-right: 20%; }
  .showcase .even {
    margin-left: 20%; } }

/* ------------------- */
/* Project Page        */
/* ------------------- */
.project .block {
  margin: 0 auto;
  max-width: 49em; }

.project .header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
  margin-bottom: 2em;
  min-height: 350px;
  height: calc(100vh - 200px); }
  .project .header .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center; }

.project .title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  z-index: 2;
  padding: 0 1em;
  line-height: 2em; }
  .project .title h1 {
    font-weight: bold; }

.project .featurette {
  margin-bottom: 2em; }
  .project .featurette a {
    cursor: zoom-in; }
  .project .featurette .post {
    clear: both;
    margin-bottom: 1em; }
    .project .featurette .post figure {
      margin-bottom: 1em;
      position: relative; }
      .project .featurette .post figure .expand {
        top: 0; }
    .project .featurette .post header h1 {
      font-weight: bold;
      font-size: 1.5em;
      margin-bottom: 0.5em; }

.project * + .featurette {
  margin-top: 2em; }

.project .grid {
  margin-bottom: 1em; }
  .project .grid figure {
    position: relative; }
    .project .grid figure .expand {
      top: 5px; }

.project .featurette figure .expand,
.project .grid figure .expand {
  cursor: zoom-in;
  font-family: Icomoon;
  font-size: 0.8em;
  line-height: 1em;
  position: absolute;
  right: 0;
  padding: 0.5em;
  color: white; }
  .project .featurette figure .expand:before,
  .project .grid figure .expand:before {
    content: "\e98B"; }

.guggenheim {
  max-width: 100% !important; }

/* 650px Break Point   */
/* ------------------- */
@media screen and (min-width: 650px) {
  .project .title {
    padding: 0 2em; }
  .project .featurette .post .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .project .featurette .post figcaption,
  .project .featurette .post figure {
    width: 50%;
    margin-bottom: 0; }
  .project .featurette .odd figcaption {
    float: right;
    padding-left: 0.5em;
    order: 2; }
  .project .featurette .odd figure {
    float: left;
    padding-right: 0.5em;
    order: 1; }
    .project .featurette .odd figure .expand {
      right: auto;
      left: 0; }
  .project .featurette .even figcaption {
    float: left;
    padding-right: 0.5em;
    order: 1; }
  .project .featurette .even figure {
    float: right;
    padding-left: 0.5em;
    order: 2; }
  .grid {
    margin: 0 -5px; }
    .grid figure .expand {
      margin-right: 5px; }
  .guggenheim__row {
    margin-right: -5px; } }

/* Mobile Break Limit  */
/* ------------------- */
@media screen and (max-width: 799px) {
  .project .header {
    padding-top: 3em; } }

/* 800px Break Point   */
/* ------------------- */
@media screen and (min-width: 800px) {
  .project .header {
    margin-bottom: 4em; }
  .project .title h1 {
    font-size: 4em;
    margin: 1rem 0; }
  .project .featurette {
    margin-bottom: 4em; }
  .project .grid {
    margin-bottom: 2em; }
  .project * + .featurette {
    margin-top: 4em; }
  .project * + .grid {
    margin-top: 2em; } }

/* 1000px Break Point  */
/* ------------------- */
@media screen and (min-width: 1000px) {
  .project .featurette .post {
    margin-bottom: 3em; }
  .project .featurette .odd {
    padding-right: 20%; }
  .project .featurette .even {
    padding-left: 20%; } }

/* 1600px Break Point  */
/* ------------------- */
/* 1800px Break Point  */
/* ------------------- */
.about-page .navigation {
  background-color: black !important; }

.about-page .about {
  padding-top: 8em; }

.about .block {
  margin: 0 auto 4em;
  max-width: 49em; }

.about .title {
  margin: 0 auto 1em;
  max-width: 29em; }

.text > h1 {
  margin-bottom: 1em; }

.text > h2,
.text > h3,
.text > h4,
.text > h5,
.text > h6 {
  margin: 1em auto 0.5em;
  font-weight: normal; }

.text h3, .text h4, .text h5, .text h6 {
  font-weight: bold;
  font-size: 1em; }

.text > p {
  margin-bottom: 1em; }

.text ul,
.text ol {
  margin-bottom: 1em;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em; }

.text a {
  text-decoration: underline !important; }

.text > figure {
  margin-bottom: 1em; }
  .text > figure figcaption {
    margin-top: 1em; }
    .text > figure figcaption * {
      font-size: 0.8em;
      line-height: 1.5em; }

.text > blockquote {
  margin: 1em 0; }
  .text > blockquote p {
    font-size: 1.5em;
    font-family: Platform, sans-serif;
    line-height: 1em; }

@media screen and (min-width: 800px) {
  .text > h1 {
    font-size: 2em;
    line-height: 1em; }
  .text > h2 {
    max-width: 19.25em; }
  .text > h3 {
    max-width: 29em; }
  .text > p {
    max-width: 29em;
    margin: 0 auto 1em; }
  .text ul,
  .text ol {
    max-width: 29em;
    margin: 0 auto 1em; }
  .text > figure {
    margin-bottom: 2em; }
  .text > figcaption {
    max-width: 29em;
    margin: 0 auto; }
    .text > figcaption p {
      max-width: 100%; }
  .text > * + figure {
    margin-top: 2em; }
  .text > blockquote {
    margin: 2em 0; } }

/* ------------------- */
/* Maintenance Page    */
/* ------------------- */
.maintenance .block {
  margin: 2em 0; }

.maintenance header {
  text-align: center;
  margin-bottom: 2em; }

.maintenance article h1,
.maintenance article h2 {
  margin-bottom: 1em; }

.maintenance article p {
  margin-bottom: 0.5em; }

.maintenance article a {
  text-decoration: underline;
  font-weight: bold; }

.maintenance .logo {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 0.5em; }

.maintenance .background {
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.6; }

.maintenance.background-black {
  background-color: black; }

.maintenance.background-white {
  background-color: white; }

.maintenance.text-black {
  color: black; }
  .maintenance.text-black a {
    color: black; }
  .maintenance.text-black svg path {
    fill: black; }

.maintenance.text-white {
  color: white; }
  .maintenance.text-white a {
    color: white; }
  .maintenance.text-white svg path {
    fill: white; }

/* 960px Break Point   */
/* ------------------- */
@media screen and (min-width: 960px) {
  .maintenance .block {
    margin: 10% 0; }
  .maintenance header {
    width: 300px;
    float: left; }
  .maintenance article {
    width: 500px;
    float: left;
    padding-left: 2em; } }

.error-page {
  background-color: black;
  animation: none;
  color: white; }
  .error-page .navigation {
    background-color: black !important; }
  .error-page .error {
    padding-top: 8em; }

.error .block {
  margin: 0 auto 4em;
  max-width: 49em; }

.error .title {
  margin-bottom: 1em; }
