@charset "UTF-8";
/*!
 * by Archive Studio
 * http://archivestudio.co.uk
 */
/**
 * Config
 */
/**
 * Settings
 *
 * Core defaults
 */
/**
 * Base
 */
/**
 * Text sizes
 */
/**
 * Line heights
 */
/**
 * Grid Spacing
 */
/**
 * Breakpoints
 *
 * Hold our breakpoint aliases and conditions in a list. These can be invoked
 * later on via the `respond-to()` mixin found in _mixins.scss.
 */
/**
 * Settings
 *
 * Core defaults
 */
/**
 * Base
 */
@-webkit-keyframes colorSwitching {
  0% {
    background-color: #FFF; }
  10% {
    background-color: #edd778; }
  20% {
    background-color: #d0ab5a; }
  30% {
    background-color: #b5b4be; }
  40% {
    background-color: #f49963; }
  50% {
    background-color: #313133; }
  60% {
    background-color: #46745e; }
  70% {
    background-color: #6d7e8d; }
  80% {
    background-color: #aeaac6; }
  90% {
    background-color: #b94d47; }
  100% {
    background-color: #FFF; } }
@keyframes colorSwitching {
  0% {
    background-color: #FFF; }
  10% {
    background-color: #edd778; }
  20% {
    background-color: #d0ab5a; }
  30% {
    background-color: #b5b4be; }
  40% {
    background-color: #f49963; }
  50% {
    background-color: #313133; }
  60% {
    background-color: #46745e; }
  70% {
    background-color: #6d7e8d; }
  80% {
    background-color: #aeaac6; }
  90% {
    background-color: #b94d47; }
  100% {
    background-color: #FFF; } }
/**
 * Text sizes
 */
/**
 * Line heights
 */
/**
 * Grid Spacing
 */
/**
 * Breakpoints
 *
 * Hold our breakpoint aliases and conditions in a list. These can be invoked
 * later on via the `respond-to()` mixin found in _mixins.scss.
 */
/**
 * Fonts
 */
/**
 * Droid Sans Mono
 *
 * Using @font-face
 */
/**
 * Regular
 */
@font-face {
  font-family: 'droid-sans-mono';
  src: url("/_core/fonts/droid-sans-mono/droidsansmono-webfont.eot");
  src: url("/_core/fonts/droid-sans-mono/droidsansmono-webfont.eot?#iefix") format("embedded-opentype"), url("/_core/fonts/droid-sans-mono/droidsansmono-webfont.woff2") format("woff2"), url("/_core/fonts/droid-sans-mono/droidsansmono-webfont.woff") format("woff"), url("/_core/fonts/droid-sans-mono/droidsansmono-webfont.ttf") format("truetype"), url("/_core/fonts/droid-sans-mono/droidsansmono-webfont.svg#droid_sans_monoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * Social Circle
 *
 * Using @font-face
 */
/**
 * Regular
 */
@font-face {
  font-family: 'ss-social-circle';
  src: url("/_core/fonts/ss-social-circle/SSSocialCircle.eot?#iefix") format("embedded-opentype"), url("/_core/fonts/ss-social-circle/SSSocialCircle.otf") format("opentype"), url("/_core/fonts/ss-social-circle/SSSocialCircle.woff") format("woff"), url("/_core/fonts/ss-social-circle/SSSocialCircle.ttf") format("truetype"), url("SSSocialCircle.svg#SSSocialCircle") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "ss-social-regular";
  src: url("/_core/fonts/ss-social-regular/ss-social-regular.eot");
  src: url("/_core/fonts/ss-social-regular/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("/_core/fonts/ss-social-regular/ss-social-regular.woff") format("woff"), url("/_core/fonts/ss-social-regular/ss-social-regular.ttf") format("truetype"), url("/_core/fonts/ss-social-regular/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* No files to import found in ../fonts/**\/* */
/**
* Import the core
*/
/**
 * Tools
 */
/* Strip unit */
/* Express pixel size as viewport width */
/* Express pixel size as viewport width */
/* Col and Row functions */
/**
 * Font size mixin
 *
 * This will generate a rem-based font-size with its pixel fallback.
 *
 * @include font-size(12px);
 */
/**
 * Media query mixin
 *
 * A simple mixin to quickly generate whole media queries from the aliases and
 * conditions defined in `_settings.scss`.
 *
 * @include respond-to(mobile) { ... }
 */
/**
 * Ceaser cubic bezier’s easing animations
 *
 * Based on: http://matthewlein.com/ceaser
 */
/**
 * EaseOut
*/
/**
 * Cubic
 */
/**
 * Circ
 */
/**
 * Expo
 */
/**
 * Quad
 */
/**
 * Quart
 */
/**
 * Quint
 */
/**
 * Sine
 */
/**
 * Back
 */
/**
 * Base
 */
/*! 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 {
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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 {
  box-sizing: border-box; }

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

/**
 * Text utilities
 *
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px; }

/**
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications. Removes the default spacing and border for
 * appropriate elements.
 */
/**
 * High, page-level styling.
 *
 * 1. Set the default font-family, `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-family: "SouvenirMonospacedITCW0_735480", Arial, sans-serif;
  /* 1 */
  font-size: 1em;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  background: #FFF;
  color: #b4b3be;
  overflow-y: scroll;
  /* 2 */
  min-height: 100%;
  /* 3 */
  -moz-osx-font-smoothing: grayscale;
  /* 4 */
  -webkit-font-smoothing: antialiased;
  /* 4 */
  -webkit-tap-highlight-color: transparent; }

a {
  color: #b4b3be;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease; }

a:hover,
a:focus,
a:active {
  color: #666; }

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0; }

button {
  background: transparent;
  border: 0;
  padding: 0; }

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

iframe {
  border: 0; }

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important; }

/**
 * Emboldened elements
 */
b,
strong {
  font-weight: normal;
  font-family: "SouvenirMonospacedITCW0_735483", "Helvetica", Arial, sans-serif; }

/**
 * Address
 */
address {
  font-style: normal; }

/**
 * Selection
 */
::-moz-selection {
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  text-shadow: none; }
::selection {
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  text-shadow: none; }

/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* 1 */
  font-style: italic;
  /* 2 */
  vertical-align: middle;
  /* 3 */ }

/**
 * If a `width` and/or `height` attribute have been explicitly defined, let’s
 * not make the image fluid.
 */
img[width],
img[height] {
  max-width: none; }

/**
 * Text inputs
 */
input,
textarea {
  outline: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0; }

input[type="search"] {
  box-sizing: inherit; }

::-webkit-input-placeholder {
  color: #787878; }

/**
 * Headings 1–6, extend text utilities
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

/*
*******

NOTICE:

You need to add this to your style.scss instead: (after it imports the core @ line 39)

@import '../../_core/sass/utils/*'; 
@import '../../_core/sass/components/*'; 

********
*/
/**
 * Utilities
 */
/**
* Themes
*/
/**
 * Core Components
 */
/**
 * Core block system
 */
/**
 * Block
 *
 */
/**
 * Core Cell system
 */
/**
 * Cell
 *
 * 1. Make the same size as the relative parent
 * 2. Center it
 * 3. Make it relative so children can borrow its height
 * 4. Add pseudo element so that theblcok content can sit in the vertical middle (hack to give height to an unknown area)
 */
.Dialog, .Overlay, .Overlay-page {
  display: block;
  /* 1 */
  width: 100%;
  /* 1 */
  height: 100%;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  position: relative;
  /* 3 */ }
  .Dialog:before, .Overlay:before, .Overlay-page:before {
    /* 4 */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    /* Old way */
    margin-right: -0.25em;
    /* Adjusts for spacing */
    /* New Way */
    width: 1px;
    margin-left: -1px;
    margin-right: 0; }

/**
 * cell body
 *
 * 1. Display as inline-cell so that we can position it with vertical align middle
 * 2. Make as wide as the parent by default
 */
.Dialog-body, .Overlay-body {
  display: inline-block;
  /* 1 */
  vertical-align: middle;
  /* 1 */
  width: 100%;
  /* 2 */ }

/**
 * Contain floats
 *
 * Make an element expand to contain floated children.
 * Uses pseudo-elements (micro clearfix).
 *
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of the
 *    element.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/** @define Container */
/**
 * Container has auto side margins and max width in line with the base settings
 */
.Overlay-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 10px;
  padding-right: 10px; }

/**
 * Display-type utilities
 */
/**
 * Completely remove from the flow but leave available to screen readers.
 */
/**
 * Core grid system
 */
/**
 * Grid container
 *
 * 1. Account for browser defaults of elements that might be the root node of
 *    the component.
 * 2. Ensure consistent default alignment.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.Content-group {
  display: block;
  /* 1 */
  margin: 0;
  /* 1 */
  padding: 0;
  /* 1 */
  text-align: left;
  /* 2 */
  margin-left: -10px;
  /* 3 */ }

/**
 * Grid item
 *
 * 1. Fundamentals of the non-float grid layout.
 * 2. Space columns apart.
 * 3. Keeps content correctly aligned with the grid direction.
 * 4. Controls vertical positioning of units.
 * 5. Make cells full-width by default.
 */
.Content-group .Content-item {
  display: inline-block;
  /* 1 */
  margin: 0;
  padding-left: 10px;
  /* 2 */
  text-align: left;
  /* 3 */
  vertical-align: top;
  /* 4 */
  width: 100%;
  /* 5 */ }

/**
 * Core list system
 */
/**
 * List
 *
 */
/**
 * Core overlay system
 */
/**
 * Overlay container
 *
 * 1. Make the same size as the relative parent
 * 2. Position it over the parent
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
/**
 * Overlay item
 *
 * 1. Display as table so that we can control vertical positioning of content
 * 2. Make as big as the parent
 */
/**
 * Overlay content
 *
 * 1. Display as table-cell so that we inherit vertical positioning of content
 * 2. Make as big as the parent
 */
/**
 * Overlay content
 *
 * 1. Display as table-cell so that we inherit vertical positioning of content
 * 2. Make as big as the parent
 */
.Overlay-page {
  overflow: hidden;
  overflow-y: auto; }
  .touch .Overlay-page {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch; }

/**
 * Text utilities
 *
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px; }

/** @define Calendar */
/**
* TODO: Make silent & extendable
*/
.Calendar table {
  width: 100%;
  table-layout: fixed; }
.Calendar td {
  vertical-align: top;
  text-align: center; }

.Calendar-head {
  text-align: center; }

.Calendar-title {
  display: inline-block; }

.Calendar-arrow {
  width: 30px;
  height: 30px; }

/**
 * Modifier: large calendar
 */
.Calendar--alpha td {
  border: 1px solid #000;
  text-align: left; }
.Calendar--alpha .Calendar-item {
  position: relative;
  padding-bottom: 100%;
  height: 0; }

/** @define Checkbox */
/**
 * CSS3 checkbox with graceful fallback.
 *
 * Based on: http://www.paulund.co.uk/style-checkboxes-with-css
 */
/**
* TODO: Make silent & extendable
*/
.Checkbox {
  position: relative; }
  @media (max-width: 745px) {
    .Checkbox {
      padding-top: 2px; } }

.Checkbox input[type=checkbox],
.Checkbox input[type=radio] {
  visibility: hidden;
  width: 20px;
  height: 20px; }

.Checkbox span {
  vertical-align: top;
  padding-left: 6px; }
  @media (max-width: 745px) {
    .Checkbox span {
      font-size: 12px;
      font-size: 0.75rem; } }

/**
 * Create the box for the checkbox
 */
.Checkbox label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  cursor: pointer; }

/**
 * Display the tick inside the checkbox
 */
.Checkbox label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 5px;
  background: transparent;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

/**
 * Create the hover event of the tick
 */
.Checkbox label:hover:after {
  opacity: 0.5; }

/**
 * Create the checkbox state for the tick
 */
.Checkbox input[type=checkbox]:checked + label:after,
.Checkbox input[type=radio]:checked + label:after {
  opacity: 1; }

/*

@define .Content
- Basic defaults for content formatting & appearance (spacing, layout etc)

*/
.Content {
  position: relative;
  /* Headings and paragraphs have base margin below */
  /*h1,h2,h3,h4{
    
    margin-bottom:$base-padding;
    
  }
  
  p{
    
    margin-bottom:$base-padding;
    &:last-child{
      
      margin-bottom:0;
      
    }
    
  }
  
  h1{
    
    @include font-size($text-alpha);
    
  }
  
  h2{
    
    @include font-size($text-beta);
    
  }
  
  h3{
    
    @include font-size($text-gamma);
    
  }
  
  h4,p,ul,form,input,textarea{
    
    @include font-size($base-font-size);
    
  }*/ }

/*

Content--meta
-------------------------
- Hidden content

*/
.Content--meta {
  display: none; }

/*

Content--focus
-------------------------
- Centered text/alignement

*/
.Content--focus {
  text-align: center; }

/*

Content--debug
-------------------------
- Add border and background to child elements to see where they are

*/
.Content--debug {
  background: #EEE; }
  .Content--debug > * {
    background: #CCC;
    border: 1px solid black; }
    .Content--debug > * > * {
      background: #999;
      border: 1px solid #333; }

/*

Content-region
-------------------------
- A relative positioning hook

*/
.Content-region {
  width: auto;
  position: relative; }

/*

Content-body
-------------------------
- Pad an area

*/
.Content-body {
  padding: 10px; }

/*

Content-section
-------------------------
- Double base padding below

*/
.Content-section {
  margin-bottom: 20px; }
  .Content-section.Content-section--alpha {
    margin-bottom: 40px; }
  .Content-section:last-child {
    margin-bottom: 0; }

/*

Content-item
-------------------------
- Single base padding below

*/
.Content-item {
  margin-bottom: 10px; }
  .Content-item:last-child {
    margin-bottom: 0; }

/*

Content-group (Grid)
-------------------------
- Put content items inside a content group to create a grid layout rapidly
- Modify the items to adjust their size
  --alpha 2/3rds
  --beta 1/2
  --gamma 1/3rd
  --delta 1/4


*/
.Content-group {
  /* Different size items */
  /* Anything without a modifier will be 100% */ }
  .Content-group .Content-item--alpha {
    width: 66.66666%; }
    @media (max-width: 745px) {
      .Content-group .Content-item--alpha {
        width: 100%; } }
  .Content-group .Content-item--beta {
    width: 50%; }
    @media (max-width: 745px) {
      .Content-group .Content-item--beta {
        width: 50%; } }
  .Content-group .Content-item--gamma {
    width: 33.33333%; }
    @media (max-width: 745px) {
      .Content-group .Content-item--gamma {
        width: 50%; } }
  .Content-group .Content-item--delta {
    width: 25%; }
    @media (max-width: 745px) {
      .Content-group .Content-item--delta {
        width: 50%; } }

.Dialog {
  color: #FFF;
  background: #b4b3be;
  width: 60%;
  max-width: 700px; }
  .Dialog a {
    color: #FFF; }
  @media (max-width: 745px) {
    .Dialog {
      width: 90%; } }

.Dialog-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: right;
  padding: 10px 20px;
  z-index: 5; }

.Dialog-body {
  padding: 30px; }

/** @define Overlay */
/**
 * Base overlay component
 */
.Overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  /* Fade-Out Effect */ }
  .Overlay.Overlay--lightbox {
    position: fixed;
    z-index: 9999; }
  .Overlay.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
  .Overlay.is-inactive {
    visibility: visible;
    pointer-events: none;
    opacity: 0;
    top: -9999px;
    overflow: hidden;
    height: 0;
    -webkit-transition: visibility 0s 0.4s, top 0s 0.4s,height 0s 0.4s, opacity 0.4s ease;
            transition: visibility 0s 0.4s, top 0s 0.4s,height 0s 0.4s, opacity 0.4s ease; }

.Overlay-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: right;
  padding: 10px 20px;
  z-index: 5; }

.Overlay-page {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0; }

.Overlay-content {
  display: block; }

/** @define Site */
/**
 * Base site component
 */
.Site {
  height: 100%;
  min-height: 100%; }
  .Site body {
    height: 100%;
    min-height: 100%;
    position: relative; }

.Site-page, .Site-body {
  height: 100%;
  overflow-y: visible;
  min-height: 100%;
  position: relative; }

.Site.when-Overlay-is-active {
  overflow: hidden; }

/** @define Template */
/**
 * Base template component
 */
/** @define Uploader */
/**
 * Base uploader component
 */
.Uploader-body {
  text-align: center; }

/* The MIT License */
.Uploader,
.Uploader *,
.dropzone-previews,
.dropzone-previews * {
  box-sizing: border-box; }

.Uploader {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em; }

.Uploader.dz-clickable {
  cursor: pointer; }

.Uploader.dz-clickable .dz-message,
.Uploader.dz-clickable .dz-message span {
  cursor: pointer; }

.Uploader.dz-clickable * {
  cursor: default; }

.Uploader .dz-message {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none; }

.Uploader.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04); }

.Uploader.dz-started .dz-message {
  display: none; }

.Uploader .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px; }

.Uploader .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none; }

.Uploader .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px; }

.Uploader .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%; }

.Uploader .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px; }

.Uploader .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px; }

.Uploader .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block; }

.Uploader .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block; }

.Uploader .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none; }

.Uploader .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.Uploader .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px; }

.Uploader .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657; }

.Uploader .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d; }

.Uploader .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none; }

.Uploader .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657; }

.Uploader .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block; }

.Uploader .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500; }

.Uploader .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block; }

/* DROPZONE */
/* The MIT License */
.Uploader,
.Uploader *,
.dropzone-previews,
.dropzone-previews * {
  box-sizing: border-box; }

.Uploader {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em; }

.Uploader.dz-clickable {
  cursor: pointer; }

.Uploader.dz-clickable .dz-message,
.Uploader.dz-clickable .dz-message span {
  cursor: pointer; }

.Uploader.dz-clickable * {
  cursor: default; }

.Uploader .dz-message {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none; }

.Uploader.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04); }

.Uploader.dz-started .dz-message {
  display: none; }

.Uploader .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px; }

.Uploader .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none; }

.Uploader .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px; }

.Uploader .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%; }

.Uploader .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px; }

.Uploader .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px; }

.Uploader .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block; }

.Uploader .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block; }

.Uploader .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none; }

.Uploader .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.Uploader .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px; }

.Uploader .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657; }

.Uploader .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d; }

.Uploader .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none; }

.Uploader .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657; }

.Uploader .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block; }

.Uploader .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500; }

.Uploader .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block; }

.Uploader {
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 360px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 23px; }

.Uploader .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
  display: table;
  vertical-align: middle;
  text-align: center; }

.Uploader .dz-default.dz-message span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-transform: uppercase; }

.Uploader.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px; }

.Uploader.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15); }

.Uploader.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.Uploader .dz-preview,
.dropzone-previews .dz-preview {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px; }

.Uploader .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10); }

.Uploader .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none; }

.Uploader .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none; }

.Uploader .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d; }

.Uploader .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.Uploader .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("/_core/img/uploader/spritemap.png");
  background-repeat: no-repeat; }

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.4375), (min-resolution: 138dpi), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .Uploader .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .Uploader .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("/_core/img/uploader/spritemap@2x.png");
    background-size: 428px 406px; } }
.Uploader .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.Uploader .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none; }

.Uploader .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px; }

.Uploader .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px; }

.Uploader .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("/_core/img/uploader/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px; }

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.4375), (min-resolution: 138dpi), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .Uploader .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("/_core/img/uploader/spritemap@2x.png");
    background-size: 428px 406px; } }
.Uploader .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.Uploader .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.Uploader .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none; }

.Uploader a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-linear-gradient(top, #fafafa, #eee);
  background-image: linear-gradient(to bottom, #fafafa, #eee);
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px; }

.Uploader a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666; }
@-webkit-keyframes loading {
  from {
    background-position: 0 -400px; }
  to {
    background-position: -7px -400px; } }
@keyframes loading {
  from {
    background-position: 0 -400px; }
  to {
    background-position: -7px -400px; } }
/** @define Video */
/**
 * Base video component
 */
/**
 * JS Components (do these first so they can be overridden)
 */
.ui-clickable--handled {
  cursor: pointer; }

.ui-dropDown {
  position: relative; }

.ui-dropDown-list {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  top: 100%;
  height: auto;
  left: 0;
  z-index: 999;
  list-style: none; }

.ui-dropDown.is-active .ui-dropDown-list {
  display: block; }
  .ui-dropDown.is-active .ui-dropDown-list li {
    cursor: pointer; }

.ui-dropDown-trigger {
  position: absolute;
  right: 0;
  top: 0; }

html.Site--expanded body {
  overflow: hidden;
  width: 100%; }

.ui-expandable-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block; }

.ui-expandable-container {
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.ui-expandable-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto; }

.ui-expandable-content img {
  width: 100%;
  height: auto;
  max-width: none;
  position: relative; }

.ui-expandable-tools {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block; }
  .ui-expandable-tools li {
    cursor: pointer; }

/** @define ui-filterable */
/**
 * ui-filterable
 *
 * 
 */
.ui-filterable.is-inactive {
  display: none; }

/** @define ui-isVisible */
/**
 * ui-isVIsible
 *
 * 
 */
.csstransforms3d.csstransitions .ui-isVisible {
  -webkit-transition: opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
          transition: opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1), transform 1.3s cubic-bezier(0.19, 1, 0.22, 1); }
  .csstransforms3d.csstransitions .ui-isVisible.ui-isVisible--invisible {
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
    opacity: 0.3; }
  .csstransforms3d.csstransitions .ui-isVisible.ui-isVisible--visible {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }

/** @define ui-keepRatio */
/**
 * ui-keepRatio
 *
 * 
 */
.ui-keepRatio {
  display: block;
  width: auto;
  position: relative; }

.ui-keepRatio > * {
  display: block;
  width: 100%;
  height: 100%; }

.ui-keepRatio img {
  min-height: 100%; }

/** @define ui-keepRatio */
/**
 * ui-lazyImage
 *
 * 
 */
.ui-lazyImage {
  background: #DDD; }

.ui-lazyImage img {
  display: block;
  width: 100%;
  height: auto; }

.ui-listMenu {
  height: 100%; }

.ui-listMenuButton {
  width: 20px;
  height: 80px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
  padding-top: 10px;
  z-index: 300; }
  .ui-listMenuButton .line {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #eee;
    margin-top: 8px;
    position: absolute; }

.ui-listMenuContent {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0; }

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

.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: transparent; }

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

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

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.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 ^^ */
.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; }

.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%; }

.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: transparent;
  -webkit-tap-highlight-color: transparent; }

.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 {
  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); }

.ui-scrollify {
  position: relative;
  overflow: hidden; }

.ui-scrollify-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute; }

.ui-scrollify-content {
  position: relative; }

.ui-scrollify-scrollbar {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative; }
  .ui-scrollify-scrollbar .progress {
    background: #333;
    opacity: 0;
    z-index: 1;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease; }
  .is-scrolling .ui-scrollify-scrollbar .progress {
    opacity: 0.5; }
  .ui-scrollify-scrollbar:hover .progress {
    opacity: 0.5; }

/** @define ui-session */
/**
 * ui-session
 *
 * 
 */
.ui-session--loggedOut .ui-session-item--loggedIn {
  display: none; }

.ui-session--loggedIn .ui-session-item--loggedOut {
  display: none; }

/** @define ui-showOnLoad */
/**
 * ui-showOnLoad
 *
 * 
 */
/* Loaded transition */
.js .ui-showOnLoad {
  -webkit-transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
          transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0; }
.js.Site--loaded .ui-showOnLoad.show {
  opacity: 1; }

/** @define ui-video */
/**
 * ui-video
 *
 * 
 */
.ui-video {
  position: relative; }

.ui-video-player {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.ui-zoomable-magnifier {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 350px;
  height: 350px; }

.ui-scrollify {
  position: relative;
  overflow: hidden; }

.ui-scrollify-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute; }

.ui-scrollify-content {
  position: relative; }

.ui-scrollify-scrollbar {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative; }
  .ui-scrollify-scrollbar .progress {
    background: #333;
    opacity: 0;
    z-index: 1;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease; }
  .is-scrolling .ui-scrollify-scrollbar .progress {
    opacity: 0.5; }
  .ui-scrollify-scrollbar:hover .progress {
    opacity: 0.5; }

/**
 * Components
 */
.Navigation {
  position: fixed;
  width: 100%;
  z-index: 20; }
  @media (max-width: 745px) {
    .Navigation {
      width: 100%; } }
  .Navigation .Navigation-line {
    border-bottom: 1px #b4b3be solid;
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto; }
  .Navigation .Navigation-content {
    display: block;
    height: 100%;
    margin: 0 auto;
    padding: 15px 0 20px;
    text-align: center;
    width: 90%; }
    @media (max-width: 745px) {
      .Navigation .Navigation-content {
        margin: 0;
        width: 100%;
        padding: 5px 0; } }
    .Navigation .Navigation-content .Navigation-item {
      display: inline-block;
      text-align: center;
      margin: auto 10px; }
      @media (max-width: 745px) {
        .Navigation .Navigation-content .Navigation-item {
          margin: auto 5px; } }
      .Navigation .Navigation-content .Navigation-item .is-active {
        padding-bottom: 5px;
        border-bottom: 1px #b4b3be solid; }

.Navigation--bg .Navigation-content {
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9); }

.Overlay {
  display: none; }

.Site:not(.Site--loaded) {
  -webkit-animation-name: colorSwitching;
          animation-name: colorSwitching;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.Site-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px; }

.Site-page {
  opacity: 0; }

.Site--overlay .Site-body {
  pointer-events: none; }
.Site--overlay .Content-overlay {
  display: block; }

.Site--loaded .Site-page {
  -webkit-transition: opacity 1 cubic-bezier(1, 0, 0, 1);
          transition: opacity 1 cubic-bezier(1, 0, 0, 1);
  opacity: 1; }

.Template {
  -webkit-transition: background-color 0.5s ease;
          transition: background-color 0.5s ease;
  background-color: #FFF; }

h1, h2, h3 {
  text-align: center; }

@media (max-width: 745px) {
  h1 {
    font-size: 24px;
    font-size: 1.5rem; } }

@media (max-width: 745px) {
  h2 {
    font-size: 12px; } }

.Content {
  margin-bottom: 100px; }
  .Content h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4; }
    @media (max-width: 745px) {
      .Content h1 {
        font-size: 24px;
        font-size: 1.5rem; } }
  .Content h2 {
    font-size: 16px; }
    @media (max-width: 745px) {
      .Content h2 {
        font-size: 12px; } }
  .Content p {
    margin-bottom: 10px; }
    @media (max-width: 745px) {
      .Content p {
        font-size: 12px; } }
  .Item--info .Content .Content-body {
    text-align: center; }
  .Item--info .Content a {
    color: #d0ab5a; }
  .Item--postcard .Content {
    min-height: 100%; }

.Content-postcard li {
  position: absolute;
  width: 50%; }

.Content--theme1 h2 {
  color: #edd778; }
.Item--cover .Content--theme1 {
  color: #edd778; }
.Content--theme1 a {
  color: #edd778; }
.Content--theme1 .more-info {
  color: #fff; }

.Content--theme2 h2 {
  color: #d0ab5a; }
.Item--cover .Content--theme2 {
  color: #d0ab5a; }
.Content--theme2 a {
  color: #d0ab5a; }
.Content--theme2 .more-info {
  color: #fff; }

.Content--theme3 h2 {
  color: #b5b4be; }
.Item--cover .Content--theme3 {
  color: #b5b4be; }
.Content--theme3 a {
  color: #b5b4be; }
.Content--theme3 .more-info {
  color: #fff; }

.Content--theme4 h2 {
  color: #f49963; }
.Item--cover .Content--theme4 {
  color: #f49963; }
.Content--theme4 a {
  color: #f49963; }
.Content--theme4 .more-info {
  color: #fff; }

.Content--theme5 h2 {
  color: #313133; }
.Item--cover .Content--theme5 {
  color: #313133; }
.Content--theme5 a {
  color: #313133; }
.Content--theme5 .more-info {
  color: #fff; }

.Content--theme6 h2 {
  color: #46745e; }
.Item--cover .Content--theme6 {
  color: #46745e; }
.Content--theme6 a {
  color: #46745e; }
.Content--theme6 .more-info {
  color: #fff; }

.Content--theme7 h2 {
  color: #6d7e8d; }
.Item--cover .Content--theme7 {
  color: #6d7e8d; }
.Content--theme7 a {
  color: #6d7e8d; }
.Content--theme7 .more-info {
  color: #fff; }

.Content--theme8 h2 {
  color: #aeaac6; }
.Item--cover .Content--theme8 {
  color: #aeaac6; }
.Content--theme8 a {
  color: #aeaac6; }
.Content--theme8 .more-info {
  color: #fff; }

.Content--theme9 h2 {
  color: #b94d47; }
.Item--cover .Content--theme9 {
  color: #b94d47; }
.Content--theme9 a {
  color: #b94d47; }
.Content--theme9 .more-info {
  color: #fff; }

.more-info {
  color: #fff; }
  .more-info:hover {
    border-bottom: 1px #fff solid;
    padding-bottom: 2px; }

.cta-shop {
  color: #d0ab5a;
  border-bottom: 1px #b5b4be solid;
  padding-bottom: 1px; }

.map {
  max-width: 70%; }

.makersandbrothers-logo {
  background-image: url("/ui/img/makersandbrothers-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  height: 200px;
  width: 100%; }

.foot-logos {
  display: block;
  margin: 0 auto;
  max-width: 500px; }

.expand-expanded {
  display: none !important;
  position: absolute; }

.is-expanded .expand-more {
  display: none; }
.is-expanded .expand-expanded {
  display: block !important;
  position: relative; }

/* Content-overlay */
.Content-overlay {
  position: fixed;
  display: none;
  width: 70%;
  height: 70%;
  z-index: 21;
  background-color: #fff;
  top: 50%;
  left: 15%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  min-height: 580px; }
  @media (max-width: 745px) {
    .Content-overlay {
      top: 0;
      height: 100%;
      width: 100%;
      left: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
  @media (min-width: 746px) and (max-width: 1025px) {
    .Content-overlay {
      top: 5%;
      height: 90%;
      width: 90%;
      left: 5%;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
  .Content-overlay .Content-overlay-col {
    margin-top: 3%;
    width: 49%;
    display: inline-block;
    height: 80%;
    vertical-align: top;
    box-sizing: border-box; }
    @media (max-width: 745px) {
      .Content-overlay .Content-overlay-col {
        width: 100%;
        margin: 10% 0;
        height: 50%; } }
  @media (max-width: 745px) {
    .Content-overlay .Content-overlay-col1 {
      height: 30px;
      margin-top: 10px; } }
  @media (max-width: 745px) {
    .Content-overlay .Content-overlay-col2 {
      overflow: scroll;
      height: 80%;
      -webkit-overflow-scrolling: touch;
      margin-top: 10px;
      padding-bottom: 30px; } }
  .Content-overlay .Content-overlay-col-sep {
    height: 75%;
    vertical-align: top;
    display: inline-block;
    width: 1px;
    border-left: 1px #ccc solid;
    margin-top: 3%;
    position: absolute; }
    @media (max-width: 745px) {
      .Content-overlay .Content-overlay-col-sep {
        display: none; } }
  .Content-overlay .Content-overlay-logo {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 60px;
    left: 0; }
    .Content-overlay .Content-overlay-logo .logo-content {
      background: url("/ui/img/logo.svg") no-repeat center center;
      width: 100%;
      height: 100%;
      display: block; }
    @media (max-width: 745px) {
      .Content-overlay .Content-overlay-logo {
        height: 40px;
        background-color: #fff;
        padding: 0;
        position: relative;
        display: none; } }
  .Content-overlay .col-head {
    position: absolute;
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .Content-overlay .col-head h1 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.5; }
    @media (max-width: 745px) {
      .Content-overlay .col-head {
        position: relative;
        display: inline-block;
        top: 20px;
        width: 100%;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
        .Content-overlay .col-head h1 {
          position: absolute;
          width: 100%;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          font-size: 15px;
          font-size: 0.9375rem; } }
  .Content-overlay .col-body, .Content-overlay .col-foot {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 5%;
    width: 90%; }
    .Content-overlay .col-body #overlay-body, .Content-overlay .col-foot #overlay-body {
      width: 90%; }
    .Content-overlay .col-body p, .Content-overlay .col-foot p {
      margin-bottom: 10px; }
    @media (max-width: 745px) {
      .Content-overlay .col-body, .Content-overlay .col-foot {
        width: 100%; } }
  .Content-overlay .col-body {
    height: 90%;
    overflow: hidden; }
  .Content-overlay .col-foot {
    height: 5%;
    width: 90%; }
    @media (max-width: 745px) {
      .Content-overlay .col-foot {
        padding-top: 15px;
        text-align: center;
        width: 100%; } }
  .Content-overlay .col-cta {
    margin-top: 15px;
    color: #333;
    font-size: 20px;
    font-size: 1.25rem; }
  .Content-overlay .Content-overlay-menu {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 15px;
    z-index: 22; }
  .Content-overlay .Content-overlay-close {
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    background: url("/ui/img/close.svg") no-repeat center center; }
    .Content-overlay .Content-overlay-close:hover .close-line {
      -webkit-transition: background-color 0.2s cubic-bezier(1, 0, 0, 1);
              transition: background-color 0.2s cubic-bezier(1, 0, 0, 1);
      background-color: #000; }
  .Content-overlay .close-line {
    background-color: #b5b4be;
    display: block;
    height: 2px;
    margin: 0;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    width: 100%;
    -webkit-transition: background-color 0.8s cubic-bezier(1, 0, 0, 1);
            transition: background-color 0.8s cubic-bezier(1, 0, 0, 1); }
  .Content-overlay .close-line-1 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .Content-overlay .close-line-2 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -3px; }

.Content-overlay-active {
  display: block; }

.Item .Content {
  margin-left: 30%;
  min-height: 100%;
  width: 40%; }
  @media (max-width: 745px) {
    .Item .Content {
      width: 90%;
      margin-left: 5%; } }
.Item:not(.Item--postcard) .Content {
  margin: 0 auto;
  min-height: 100%;
  width: 100%;
  max-width: 750px; }
.Item .Content-head {
  padding-top: 130px;
  padding-bottom: 30px;
  text-align: center; }
.Item .Content-body {
  margin-top: 50px;
  padding-bottom: 30px; }
  @media (max-width: 745px) {
    .Item .Content-body {
      margin-top: 0px;
      -webkit-hyphens: auto;
         -moz-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; } }

.Item--postcard {
  box-sizing: border-box;
  padding: 150px 0; }
  @media (min-width: 1026px) {
    .Item--postcard {
      margin-bottom: 100px; } }
  @media (min-width: 746px) and (max-width: 1025px) {
    .Item--postcard {
      margin-bottom: 300px; } }
  .Item--postcard .postcard-info {
    display: none !important; }
  .Item--postcard .Content {
    margin-left: 5%;
    width: 90%;
    margin-top: 0; }
    .Item--postcard .Content .Content-body {
      margin-top: 0; }
    @media (max-width: 745px) {
      .Item--postcard .Content .Content-head {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .Item--postcard .Content .Content-body {
        height: 400px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .Item--postcard .Content .Content-foot {
        bottom: -100px;
        text-align: center; } }
    @media (min-width: 746px) and (max-width: 1025px) {
      .Item--postcard .Content .Content-body {
        height: 600px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .Item--postcard .Content .Content-foot {
        bottom: -50px; } }
  .Item--postcard .Content-head {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 19;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none; }
    .Item--postcard .Content-head h1 {
      color: #fff; }
  .Item--postcard .Content-foot {
    text-align: right;
    width: 100%;
    height: 60px;
    bottom: 0;
    position: absolute; }
  .Item--postcard .Content-postcard li {
    display: inline-block; }

.postcard-img img {
  position: absolute; }

.Item--postcard-1 .Content-postcard .postcard-img:nth-child(1) {
  width: 500px;
  width: 39.0625vw;
  margin-left: 50px;
  margin-left: 3.90625vw;
  top: 0; }
.Item--postcard-1 .Content-postcard .postcard-img:nth-child(2) {
  width: 450px;
  width: 35.15625vw;
  margin-left: 600px;
  margin-left: 46.875vw;
  margin-top: 80px;
  margin-top: 6.25vw; }
  @media (max-width: 745px) {
    .Item--postcard-1 .Content-postcard .postcard-img:nth-child(2) {
      width: 490px;
      width: 38.28125vw;
      margin-top: 120px;
      margin-top: 9.375vw; } }
.Item--postcard-1 .Content-postcard .postcard-img:nth-child(3) {
  width: 400px;
  width: 31.25vw;
  margin-left: 300px;
  margin-left: 23.4375vw;
  margin-top: 420px;
  margin-top: 32.8125vw; }
  @media (max-width: 745px) {
    .Item--postcard-1 .Content-postcard .postcard-img:nth-child(3) {
      margin-top: 480px;
      margin-top: 37.5vw;
      width: 500px;
      width: 39.0625vw; } }

.Item--postcard-2 .Content-postcard .postcard-img:nth-child(1) {
  width: 600px;
  width: 46.875vw; }
.Item--postcard-2 .Content-postcard .postcard-img:nth-child(2) {
  width: 300px;
  width: 23.4375vw;
  margin-top: 400px;
  margin-top: 31.25vw;
  margin-left: 50px;
  margin-left: 3.90625vw; }
  @media (max-width: 745px) {
    .Item--postcard-2 .Content-postcard .postcard-img:nth-child(2) {
      width: 480px;
      width: 37.5vw;
      margin-top: 440px;
      margin-top: 34.375vw; } }
.Item--postcard-2 .Content-postcard .postcard-img:nth-child(3) {
  width: 350px;
  width: 27.34375vw;
  margin-left: 800px;
  margin-left: 62.5vw;
  margin-top: 100px;
  margin-top: 7.8125vw; }
  @media (max-width: 745px) {
    .Item--postcard-2 .Content-postcard .postcard-img:nth-child(3) {
      margin-left: 650px;
      margin-left: 50.78125vw;
      width: 400px;
      width: 31.25vw;
      margin-top: 120px;
      margin-top: 9.375vw; } }

.Item--postcard-3 .postcard-img:nth-child(1) {
  width: 300px;
  width: 23.4375vw;
  margin-left: 50px;
  margin-left: 3.90625vw; }
  @media (max-width: 745px) {
    .Item--postcard-3 .postcard-img:nth-child(1) {
      width: 370px;
      width: 28.90625vw; } }
.Item--postcard-3 .postcard-img:nth-child(2) {
  width: 600px;
  width: 46.875vw;
  margin-top: 230px;
  margin-top: 17.96875vw;
  margin-left: 50px;
  margin-left: 3.90625vw; }
  @media (max-width: 745px) {
    .Item--postcard-3 .postcard-img:nth-child(2) {
      margin-top: 290px;
      margin-top: 22.65625vw; } }
.Item--postcard-3 .postcard-img:nth-child(3) {
  width: 250px;
  width: 19.53125vw;
  margin-left: 700px;
  margin-left: 54.6875vw;
  margin-top: 150px;
  margin-top: 11.71875vw; }
  @media (max-width: 745px) {
    .Item--postcard-3 .postcard-img:nth-child(3) {
      width: 400px;
      width: 31.25vw; } }

.Item--postcard-4 .postcard-img:nth-child(1) {
  width: 400px;
  width: 31.25vw;
  margin-top: 220px;
  margin-top: 17.1875vw; }
  @media (max-width: 745px) {
    .Item--postcard-4 .postcard-img:nth-child(1) {
      width: 420px;
      width: 32.8125vw; } }
.Item--postcard-4 .postcard-img:nth-child(2) {
  width: 600px;
  width: 46.875vw;
  margin-top: 0;
  margin-top: 0vw;
  margin-left: 530px;
  margin-left: 41.40625vw; }
  @media (max-width: 745px) {
    .Item--postcard-4 .postcard-img:nth-child(2) {
      margin-left: 490px;
      margin-left: 38.28125vw; } }
.Item--postcard-4 .postcard-img:nth-child(3) {
  width: 300px;
  width: 23.4375vw;
  margin-left: 660px;
  margin-left: 51.5625vw;
  margin-top: 420px;
  margin-top: 32.8125vw; }
  @media (max-width: 745px) {
    .Item--postcard-4 .postcard-img:nth-child(3) {
      margin-top: 450px;
      margin-top: 35.15625vw;
      width: 400px;
      width: 31.25vw;
      margin-left: 610px;
      margin-left: 47.65625vw; } }

.Item--postcard-5 .postcard-img:nth-child(1) {
  width: 400px;
  width: 31.25vw;
  margin-top: 100px;
  margin-top: 7.8125vw; }
  @media (max-width: 745px) {
    .Item--postcard-5 .postcard-img:nth-child(1) {
      width: 450px;
      width: 35.15625vw; } }
.Item--postcard-5 .postcard-img:nth-child(2) {
  width: 600px;
  width: 46.875vw;
  margin-top: 0;
  margin-top: 0vw;
  margin-left: 510px;
  margin-left: 39.84375vw; }
.Item--postcard-5 .postcard-img:nth-child(3) {
  width: 300px;
  width: 23.4375vw;
  margin-left: 400px;
  margin-left: 31.25vw;
  margin-top: 430px;
  margin-top: 33.59375vw; }
  @media (max-width: 745px) {
    .Item--postcard-5 .postcard-img:nth-child(3) {
      margin-top: 480px;
      margin-top: 37.5vw;
      width: 400px;
      width: 31.25vw; } }

.Item--postcard-6 .postcard-img:nth-child(1) {
  width: 530px;
  width: 41.40625vw; }
.Item--postcard-6 .postcard-img:nth-child(2) {
  width: 530px;
  width: 41.40625vw;
  margin-top: 250px;
  margin-top: 19.53125vw;
  margin-left: 600px;
  margin-left: 46.875vw; }
  @media (max-width: 745px) {
    .Item--postcard-6 .postcard-img:nth-child(2) {
      margin-left: 580px;
      margin-left: 45.3125vw;
      margin-top: 290px;
      margin-top: 22.65625vw; } }

.Item--postcard-7 .postcard-img:nth-child(1) {
  width: 600px;
  width: 46.875vw; }
.Item--postcard-7 .postcard-img:nth-child(2) {
  width: 300px;
  width: 23.4375vw;
  margin-top: 100px;
  margin-top: 7.8125vw;
  margin-left: 730px;
  margin-left: 57.03125vw; }
  @media (max-width: 745px) {
    .Item--postcard-7 .postcard-img:nth-child(2) {
      margin-left: 680px;
      margin-left: 53.125vw;
      width: 400px;
      width: 31.25vw; } }
.Item--postcard-7 .postcard-img:nth-child(3) {
  width: 400px;
  width: 31.25vw;
  margin-left: 550px;
  margin-left: 42.96875vw;
  margin-top: 400px;
  margin-top: 31.25vw; }
  @media (max-width: 745px) {
    .Item--postcard-7 .postcard-img:nth-child(3) {
      margin-top: 480px;
      margin-top: 37.5vw;
      width: 450px;
      width: 35.15625vw; } }

.Item--postcard-8 .postcard-img:nth-child(1) {
  margin-top: 100px;
  margin-top: 7.8125vw;
  width: 300px;
  width: 23.4375vw;
  margin-left: 100px;
  margin-left: 7.8125vw; }
  @media (max-width: 745px) {
    .Item--postcard-8 .postcard-img:nth-child(1) {
      margin-left: 0px;
      margin-left: 0vw;
      width: 400px;
      width: 31.25vw;
      margin-top: 150px;
      margin-top: 11.71875vw; } }
.Item--postcard-8 .postcard-img:nth-child(2) {
  width: 530px;
  width: 41.40625vw;
  margin-top: 50px;
  margin-top: 3.90625vw;
  margin-left: 600px;
  margin-left: 46.875vw; }
  @media (max-width: 745px) {
    .Item--postcard-8 .postcard-img:nth-child(2) {
      margin-left: 480px;
      margin-left: 37.5vw;
      width: 610px;
      width: 47.65625vw;
      margin-top: 0px;
      margin-top: 0vw; } }

.Item--postcard-9 .postcard-img:nth-child(1) {
  width: 550px;
  width: 42.96875vw; }
  @media (max-width: 745px) {
    .Item--postcard-9 .postcard-img:nth-child(1) {
      width: 620px;
      width: 48.4375vw;
      margin-left: 0px;
      margin-left: 0vw; } }
.Item--postcard-9 .postcard-img:nth-child(2) {
  width: 300px;
  width: 23.4375vw;
  margin-top: 120px;
  margin-top: 9.375vw;
  margin-left: 730px;
  margin-left: 57.03125vw; }
  @media (max-width: 745px) {
    .Item--postcard-9 .postcard-img:nth-child(2) {
      margin-left: 680px;
      margin-left: 53.125vw;
      width: 400px;
      width: 31.25vw; } }
.Item--postcard-9 .postcard-img:nth-child(3) {
  width: 300px;
  width: 23.4375vw;
  margin-left: 100px;
  margin-left: 7.8125vw;
  margin-top: 400px;
  margin-top: 31.25vw; }
  @media (max-width: 745px) {
    .Item--postcard-9 .postcard-img:nth-child(3) {
      width: 430px;
      width: 33.59375vw;
      margin-top: 500px;
      margin-top: 39.0625vw;
      margin-left: 80px;
      margin-left: 6.25vw; } }

.Item--cover {
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  margin: 0;
  top: 0; }
  .Item--cover h1 {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    color: #fff; }
  .Item--cover .Content-head {
    min-height: 100%; }
  .Item--cover .Content-body {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    width: 96%;
    margin: 0 2%;
    height: 405px; }
    .Item--cover .Content-body iframe {
      display: block; }
  @media (max-width: 745px) {
    .Item--cover {
      margin-bottom: 30px; }
      .Item--cover .Content {
        width: 80%;
        margin-left: 10%; } }

.Item--cover-01 {
  background-image: url("/ui/img/cover/cover-01.jpg"); }

.Item--cover-02 {
  background-image: url("/ui/img/cover/cover-02.jpg"); }

.Item--cover-03 {
  background-image: url("/ui/img/cover/cover-03.jpg"); }
  .Item--cover-03 h1 {
    color: #f49963; }

.Item--cover-04 {
  background-image: url("/ui/img/cover/cover-04.jpg"); }

.Item--cover-05 {
  background-image: url("/ui/img/cover/cover-05.jpg"); }

.Item--cover-06 {
  background-image: url("/ui/img/cover/cover-06.jpg"); }

.Item--info .Content-foot {
  margin-top: 100px; }

.Item--textContent {
  max-height: 750px !important; }

#essay-text {
  padding-bottom: 20px; }

#about {
  max-height: 750px !important; }

.Loader {
  display: block;
  position: relative;
  width: auto;
  height: 100px;
  margin: 10px auto;
  vertical-align: middle;
  text-align: center; }
  .Loader .Loader-body {
    display: none; }
  .Loader .Loader-spinner {
    vertical-align: middle;
    height: 20px !important;
    width: 20px !important;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    border: 3px solid #eee;
    border-radius: 50%;
    display: inline-block;
    border-right-color: transparent;
    border-right-color: rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.Logo {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 210px;
  position: absolute; }
  @media (max-width: 745px) {
    .Logo {
      width: 60%;
      height: 180px;
      left: 20%; } }
  .Logo .Logo-tsp {
    height: 135px;
    width: 100%;
    background: url(/ui/img/logo_large.svg) center center no-repeat;
    background-size: 100% 100%;
    display: block; }
  .Logo .Logo-tagline {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center; }
    @media (max-width: 745px) {
      .Logo .Logo-tagline {
        font-size: 12px;
        font-size: 0.75rem; } }

.Map {
  width: 400px;
  display: block;
  height: 400px;
  margin: 0 auto; }
  @media (max-width: 745px) {
    .Map {
      width: 100%;
      height: 200px; } }

.ui-scrollify-scrollbar {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative; }
  .ui-scrollify-scrollbar .progress {
    background: #333;
    opacity: .3;
    z-index: 1;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease; }
  .is-scrolling .ui-scrollify-scrollbar .progress {
    opacity: .3; }
  .ui-scrollify-scrollbar:hover .progress {
    opacity: .4; }

/**/
