@charset "UTF-8";
/*
 * Based on the HTML5 ✰ Boilerplate and Twitter Bootstrap
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
figure {
  margin: 1rem 0;
}
html {
  font-size: 1.5rem;
}
@media (min-width: 800px) {
  html {
    font-size: 1.375rem;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 1.25rem;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.nav-icon {
  height: 18px;
  width: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 3.6px;
  width: 100%;
  background: #e9a93f;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.nav-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.nav-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -1.2px;
  left: 4px;
}
.nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15.6px;
  left: 4px;
}
body {
  font-family: "garamond-premier-pro", serif;
  color: white;
  background-color: #262626;
}
@media (min-width: 1000px) {
  aside {
    float: right;
    width: 30%;
  }
  article.main {
    float: left;
    width: 65%;
  }
}
/* @group
 * TYPOGRAPHY-STANDARD
 * base fonts, colours, weight
 * ----------------------------------------------------------------- */
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  color: white;
}
a {
  transition: all 0.3s;
  text-decoration: none;
  line-height: inherit;
  color: white;
}
a:hover,
a:focus {
  color: #e9a93f;
}
a img {
  border: none;
}
p a {
  color: white;
  border-bottom: 0.5px #666666 solid;
}
p a.rev {
  color: white;
}
p.rev a {
  color: white;
}
.rev p a {
  color: white;
}
li > a,
nav > a {
  color: white;
}
/* Import any custom font faces*/
body {
  font-family: "garamond-premier-pro", serif;
  line-height: 1.5;
  font-variant-numeric: oldstyle-nums;
}
/* Default paragraph styles */
p,
a,
li {
  font-size: inherit;
  font-family: inherit;
  font-weight: normal;
  margin-bottom: 1.1rem;
  text-rendering: optimizeLegibility;
}
p aside,
a aside,
li aside {
  font-size: 1.09375rem;
  line-height: 1.3125;
}
.rev p,
.rev a,
.rev li {
  color: white;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 300;
  line-height: 1.3;
  color: #e9a93f;
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 2.375rem;
}
h2 {
  font-size: 1.875rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.375rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
/* Helpful Typography Defaults */
em,
i,
cite {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: 500;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
/* Lists */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}
ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}
/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}
/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}
/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}
abbr {
  text-transform: none;
}
/* Blockquotes */
blockquote {
  display: block;
  width: 80%;
  font-size: 1.4rem;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 0 1.25rem 0 2rem;
  border-left: 4px solid #343434;
}
blockquote cite {
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  font-size: 1rem;
  color: #343434;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #343434;
  padding-top: 0;
}
blockquote p {
  padding-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #343434;
}
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}
select {
  font-family: "garamond-premier-pro", serif;
}
.smallcaps {
  -webkit-font-feature-settings: "c2sc", "smcp";
          font-feature-settings: "c2sc", "smcp";
  letter-spacing: 1px;
}
.liningfigs {
  font-family: 'elenaelena_sc';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.7rem;
}
.caps {
  font-family: dienstag, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* @end */
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.97;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 60px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0 20px 80px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}
.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
}
.fancybox-button--thumbs {
  display: none;
}
@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
html {
  height: 100%;
}
body {
  margin: 0;
  color: white;
  background-color: #262626;
  height: 100%;
}
@media (min-width: 501px) {
}
@media (min-width: 800px) {
}
@media (min-width: 1000px) {
}
@media (min-width: 1200px) {
}
.container {
  min-height: calc(100% - 4rem);
}
.element-size {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto 0 auto;
}
header.main .inner,
footer.main .inner,
main.content .inner,
footer .inner,
.header-container header {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto 0 auto;
}
@media (max-width: 800px) {
  header.main .inner,
  footer.main .inner,
  main.content .inner,
  footer .inner,
  .header-container header {
    width: 90%;
  }
}
main.content {
  *zoom: 1;
}
main.content:before,
main.content:after {
  display: table;
  content: "";
}
main.content:after {
  clear: both;
}
main .inner {
  padding-top: 1rem;
}
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-container h3 {
  margin-bottom: 1.5rem;
}
/* 
 * COMMON HEADER
 * ----------------------------------------------------------------- */
.header-container {
  display: flex;
  position: relative;
}
.header-container header {
  padding: 1rem;
  z-index: 1000;
}
.header-container:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 10.2rem;
  position: absolute;
  top: 0;
  z-index: 500;
}
/* 
 * MAIN NAVIGATION
 * ----------------------------------------------------------------- */
nav.main {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 800px) {
  nav.main .site-name {
    font-size: 1.5rem;
    letter-spacing: -2px;
  }
  nav.main .site-name .lowercase {
    display: none;
  }
}
nav.main .nav-items {
  width: calc(58% - 2rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.375rem;
}
@media (max-width: 1000px) {
  nav.main .nav-items {
    align-items: flex-end;
    width: 100%;
  }
  nav.main .nav-items.open {
    height: 20.7rem;
  }
}
@media (max-width: 800px) {
  nav.main .nav-items {
    transition: all 400ms cubic-bezier(0.675, 0.17, 0.245, 0.795);
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem;
  }
}
nav.main .nav-items a {
  height: 4rem;
  display: inline-block;
  color: white;
  -webkit-font-smoothing: antialiased;
}
nav.main .nav-items a.active {
  color: #e9a93f;
}
nav.main .nav-items a:hover {
  color: #e9a93f;
}
nav.main .nav-items a h1 {
  padding: 0;
  margin: 0;
}
nav.main .nav-items a.icon-container {
  min-width: 1.4em;
  position: relative;
}
nav.main .nav-items a.icon-container svg {
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  bottom: -0.3em;
}
nav.main .nav-items a.icon-container svg.instagram {
  bottom: -0.2em;
}
@media (max-width: 1000px) {
  nav.main .nav-items a {
    background-color: rgba(0, 0, 0, 0.453);
    padding: 0 0.4rem;
    border-bottom: 1px white solid;
    padding: 1rem;
    margin: 0;
    font-size: 1.25rem;
    justify-content: centre;
  }
  nav.main .nav-items a.icon-container {
    min-height: 4rem;
    justify-content: centre;
  }
  nav.main .nav-items a.icon-container svg {
    display: block;
    height: 1.4em;
    position: static;
    bottom: -0.3em;
  }
  nav.main .nav-items a.icon-container svg.instagram {
    bottom: -0.2em;
  }
}
@media (max-width: 800px) {
  nav.main .nav-items a {
    width: 100%;
  }
  nav.main .nav-items a.icon-container {
    display: flex;
    width: calc(50% - 0.1rem);
    min-height: 4rem;
    height: 4rem;
    justify-content: centre;
  }
  nav.main .nav-items a.icon-container svg {
    display: block;
    width: 100%;
    height: 1.4em;
    position: static;
    bottom: -0.3em;
  }
  nav.main .nav-items a.icon-container svg.instagram {
    bottom: -0.2em;
  }
}
.nav-icon {
  position: absolute;
  top: 2.2rem;
  right: 2rem;
  z-index: 2000;
  opacity: 0;
}
@media (max-width: 800px) {
  .nav-icon {
    opacity: 1;
  }
}
.header-image {
  margin-top: -10.2rem;
  overflow: hidden;
  min-width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  transition: all 400ms cubic-bezier(0.675, 0.17, 0.245, 0.795);
}
@media (max-width: 800px) {
  .header-image.open {
    margin-top: -30.9rem;
    padding-bottom: 100%;
    background-color: pink;
  }
}
.header-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
/* 
 * General Main page styles
 * ----------------------------------------------------------------- */
main .inner {
  position: relative;
  z-index: 1000;
}
article.main h3,
article.main h4,
article.main h5 {
  color: #f7deb6;
}
aside.elsewhere {
  border-left: 1px #e9a93f solid;
  margin-top: 4.4rem;
  padding-left: 1rem;
}
aside.elsewhere h3 {
  font-size: 1rem;
  margin-top: -0.5rem;
}
aside.elsewhere ul {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.3;
}
aside.elsewhere li {
  list-style: none;
  margin-bottom: 0.6rem;
}
aside.elsewhere li a {
  border-bottom: 1px grey solid;
}
/* 
 * Home Page elements
 * ----------------------------------------------------------------- */
.home .header-image {
  padding-bottom: 62%;
}
.feature-box {
  margin-top: calc(-80% + 10.2rem);
  width: 66%;
  transition: all 400ms cubic-bezier(0.675, 0.17, 0.245, 0.795);
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -1rem;
}
@media (max-width: 800px) {
  .feature-box {
    width: 100%;
  }
  .feature-box.open {
    margin-top: 10.2rem;
  }
}
.feature-box .text-content {
  width: 50%;
}
@media (max-width: 800px) {
  .feature-box .text-content {
    width: 100%;
  }
}
.feature-box .pack-shot {
  width: calc(50% - 1rem);
}
@media (max-width: 800px) {
  .feature-box .pack-shot {
    width: 100%;
  }
}
.books-summary-container .wrapper,
.journalism-summary-container .wrapper {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto 0 auto;
  padding: 0.5rem 0 1rem 0;
}
.books-summary-container .split-heading,
.journalism-summary-container .split-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.books-summary-container .split-heading a,
.journalism-summary-container .split-heading a,
.books-summary-container .split-heading span,
.journalism-summary-container .split-heading span {
  display: block;
}
.books-summary-container .split-heading a,
.journalism-summary-container .split-heading a {
  font-style: italic;
}
.books-summary-container {
  background-color: #091b29;
}
.books-summary-container .book-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.books-summary-container .book-thumbnails a {
  transition: all 0.2s;
  align-self: center;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7);
  /* offset-x | offset-y | blur-radius | color */
  width: calc(100% / 5 - 0.8rem);
}
.books-summary-container .book-thumbnails a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.7);
  /* offset-x | offset-y | blur-radius | color */
}
/* 
 * COMMON FOOTER
 * ----------------------------------------------------------------- */
footer {
  margin-top: 1.5rem;
  background-color: #e9a93f;
  clear: all;
  min-height: 4rem;
  padding: 1rem 0;
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer p {
  font-size: 1rem;
  margin: 0;
  width: 90%;
  line-height: 110%;
  color: black;
}
footer.main .logo svg {
  max-width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  display: inline-block;
}
/* 
 * PAGES · Section pages
 * ----------------------------------------------------------------- */
/* 
* Books. 
* 
--------------- */
.book-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -2rem;
}
.book-wrapper,
.video-wrapper {
  margin-left: 2rem;
  margin-top: 1rem;
  width: 100%;
}
@media (min-width: 501px) {
  .book-wrapper,
  .video-wrapper {
    flex: 0 0 calc((100% - (2rem * 2)) / 2);
  }
}
@media (min-width: 1000px) {
  .book-wrapper,
  .video-wrapper {
    flex: 0 0 calc((100% - (2rem * 3)) / 3);
  }
}
@media (min-width: 1200px) {
  .book-wrapper,
  .video-wrapper {
    flex: 0 0 calc((100% - (2rem * 4)) / 4);
  }
}
.book-wrapper h4,
.video-wrapper h4 {
  color: white;
  font-size: 1.125rem;
}
.book-wrapper > a,
.video-wrapper > a {
  display: block;
  margin-bottom: 0;
}
.book-wrapper img,
.video-wrapper img {
  min-width: 100%;
  display: block;
  margin-bottom: 0.5rem;
  transition: all 0.2s;
}
.book-wrapper img:hover,
.video-wrapper img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.book-wrapper .further-details,
.video-wrapper .further-details {
  -webkit-font-feature-settings: "c2sc", "smcp";
          font-feature-settings: "c2sc", "smcp";
  letter-spacing: 1px;
  font-size: 0.7em;
}
.book-wrapper .further-details a,
.video-wrapper .further-details a {
  border: none;
  color: #e9a93f;
}
.book-wrapper .further-details a:hover,
.video-wrapper .further-details a:hover {
  color: white;
}
.editions-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.editions-wrapper .edition {
  display: block;
  width: 45%;
  margin-right: 1rem;
}
.editions-wrapper .edition dd {
  margin: 0;
}
.editions-wrapper .edition dd a {
  color: #e9a93f;
}
.videos article header {
  border-bottom: 1px solid grey;
  max-width: 82%;
}
.video-wrapper figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid grey;
}
.article {
  border-left: 2px gray solid;
  margin-top: 2rem;
  margin-left: -1rem;
}
.article > dt,
.article dd {
  margin-left: 1rem;
  font-weight: normal;
  padding: 0;
}
.article dt {
  font-size: 1.25rem;
  margin: 0 inherit;
  line-height: 1.2em;
}
.article dd {
  margin-top: 0;
  -webkit-font-feature-settings: "c2sc", "smcp";
          font-feature-settings: "c2sc", "smcp";
  letter-spacing: 1px;
  color: #f1c884;
  font-size: 0.8125rem;
  line-height: 1em;
  margin-bottom: -0.5em;
}
.articles input[type=search] {
  width: 80%;
  border: 1px gray solid;
  border-radius: 1rem;
  background: #595959;
  color: white;
  padding: 0.5rem;
  padding-left: 1rem;
  margin-right: 0.5rem;
  font-family: "garamond-premier-pro", serif;
}
.articles input[type=search]::-webkit-input-placeholder {
  color: grey;
  font-family: "garamond-premier-pro", serif;
}
.articles input[type=search]::-moz-placeholder {
  color: grey;
  font-family: "garamond-premier-pro", serif;
}
.articles input[type=search]:-ms-input-placeholder {
  color: grey;
  font-family: "garamond-premier-pro", serif;
}
.articles input[type=search]::placeholder {
  color: grey;
  font-family: "garamond-premier-pro", serif;
}
.articles input[type=submit] {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: #e9a93f;
  border-radius: 50%;
  color: white;
  padding: 0.5rem;
  font-family: "garamond-premier-pro", serif;
}
/* 
// Print Styles. 
 * ----------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* @end */
/*# sourceMappingURL=style.css.map */