@charset "UTF-8";
/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  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;
  text-transform: none;
}

/**
 * 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.
 */
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] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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 {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * 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.
 */
/**
 * 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`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/**
 * 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).
 */
/**
 * 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;
}

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden, [hidden] {
  display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-button {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Firefox: Get rid of the inner focus border */
/* Inherit .pure-g styles */
.pure-button-group {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}

.opera-only :-o-prefocus {
  word-spacing: -0.43em;
}

.pure-button-group {
  word-spacing: -0.43em;
}
.pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*csslint outline-none:false*/
.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
}

.pure-button-hover {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.pure-button:hover {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.pure-button:focus {
  /* csslint ignore:start */
  filter: alpha(opacity=90);
  /* csslint ignore:end */
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  outline: 0;
}

.pure-button-active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
}

.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9 ;
}
.pure-button[disabled] {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

.pure-button-disabled {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}
.pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

.pure-button-hidden {
  display: none;
}

.pure-button-primary, .pure-button-selected {
  background-color: rgb(0, 120, 231);
  color: #fff;
}

a.pure-button-primary, a.pure-button-selected {
  background-color: rgb(0, 120, 231);
  color: #fff;
}

/* Button Groups */
.pure-button-group .pure-button {
  margin: 0;
  border-radius: 0;
  border-right: 1px solid #111;
  /* fallback color for rgba() for IE7/8 */
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.pure-button-group .pure-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pure-button-group .pure-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color] {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.pure-form select, .pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.pure-form input[type=color] {
  padding: 0.2em 0.5em;
}
.pure-form input[type=text]:focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus, .pure-form input[type=date]:focus, .pure-form input[type=month]:focus, .pure-form input[type=time]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, .pure-form input[type=number]:focus, .pure-form input[type=search]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=color]:focus {
  outline: 0;
  border-color: #129FEA;
}
.pure-form select:focus, .pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA;
}
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA;
}
.pure-form input[type=file]:focus, .pure-form input[type=radio]:focus, .pure-form input[type=checkbox]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA;
}
.pure-form .pure-checkbox, .pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}
.pure-form input[type=text][disabled], .pure-form input[type=password][disabled], .pure-form input[type=email][disabled], .pure-form input[type=url][disabled], .pure-form input[type=date][disabled], .pure-form input[type=month][disabled], .pure-form input[type=time][disabled], .pure-form input[type=datetime][disabled], .pure-form input[type=datetime-local][disabled], .pure-form input[type=week][disabled], .pure-form input[type=number][disabled], .pure-form input[type=search][disabled], .pure-form input[type=tel][disabled], .pure-form input[type=color][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form select[disabled], .pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form select[readonly], .pure-form textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}
.pure-form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus, .pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file] {
  display: block;
  margin: 0.25em 0;
}
.pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea, .pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, .pure-form-aligned .pure-help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.pure-form-aligned textarea {
  vertical-align: top;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}

/* Aligned Forms */
/* Rounded Inputs */
.pure-form input.pure-input-rounded, .pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input, .pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus, .pure-form .pure-group textarea:focus {
  z-index: 3;
}
.pure-form .pure-group input:first-child, .pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.pure-form .pure-group input:first-child:last-child, .pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}
.pure-form .pure-group input:last-child, .pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-3-4 {
  width: 75%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
.pure-form .pure-help-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Grouped Inputs */
/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

@media only screen and (max-width: 480px) {
  .pure-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .pure-form input:not([type]), .pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color] {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-group input:not([type]), .pure-group input[type=text], .pure-group input[type=password], .pure-group input[type=email], .pure-group input[type=url], .pure-group input[type=date], .pure-group input[type=month], .pure-group input[type=time], .pure-group input[type=datetime], .pure-group input[type=datetime-local], .pure-group input[type=week], .pure-group input[type=number], .pure-group input[type=search], .pure-group input[type=tel], .pure-group input[type=color] {
    margin-bottom: 0;
  }
  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0;
  }
  /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
  .pure-form .pure-help-inline, .pure-form-message-inline, .pure-form-message {
    display: block;
    font-size: 0.75em;
    /* Increased bottom padding to make it group with its related input element. */
    padding: 0.2em 0 0.8em;
  }
}
/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
  Sets the font stack to fonts known to work properly with the above letter
  and word spacings. See: https://github.com/yahoo/pure/issues/41/

  The following font stack makes Pure Grids work on all known environments.

  * FreeSans: Ships with many Linux distros, including Ubuntu

  * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
    Arial to get picked up by the browser, even though neither is available
    in Chrome OS.

  * Droid Sans: Ships with all versions of Android.

  * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
  */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: flex;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*=pure-u] {
  font-family: sans-serif;
}

.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}

.pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}

.pure-u-5-12, .pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.pure-u-7-12, .pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}

.pure-u-5-8, .pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}

.pure-u-2-3, .pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.pure-u-3-4, .pure-u-18-24 {
  width: 75%;
  *width: 74.969%;
}

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}

.pure-u-5-6, .pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.pure-u-7-8, .pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
  width: 100%;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-sm-5-12, .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-sm-7-12, .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-sm-5-8, .pure-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-sm-2-3, .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-sm-3-4, .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-sm-5-6, .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-sm-7-8, .pure-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-2-3, .pure-u-lg-1-4, .pure-u-lg-3-4, .pure-u-lg-1-5, .pure-u-lg-2-5, .pure-u-lg-3-5, .pure-u-lg-4-5, .pure-u-lg-5-5, .pure-u-lg-1-6, .pure-u-lg-5-6, .pure-u-lg-1-8, .pure-u-lg-3-8, .pure-u-lg-5-8, .pure-u-lg-7-8, .pure-u-lg-1-12, .pure-u-lg-5-12, .pure-u-lg-7-12, .pure-u-lg-11-12, .pure-u-lg-1-24, .pure-u-lg-2-24, .pure-u-lg-3-24, .pure-u-lg-4-24, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-lg-5-12, .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-lg-7-12, .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-lg-5-8, .pure-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-lg-2-3, .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-lg-3-4, .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-lg-5-6, .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-lg-7-8, .pure-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-2-3, .pure-u-xl-1-4, .pure-u-xl-3-4, .pure-u-xl-1-5, .pure-u-xl-2-5, .pure-u-xl-3-5, .pure-u-xl-4-5, .pure-u-xl-5-5, .pure-u-xl-1-6, .pure-u-xl-5-6, .pure-u-xl-1-8, .pure-u-xl-3-8, .pure-u-xl-5-8, .pure-u-xl-7-8, .pure-u-xl-1-12, .pure-u-xl-5-12, .pure-u-xl-7-12, .pure-u-xl-11-12, .pure-u-xl-1-24, .pure-u-xl-2-24, .pure-u-xl-3-24, .pure-u-xl-4-24, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-xl-5-12, .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xl-7-12, .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-xl-5-8, .pure-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-xl-2-3, .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xl-3-4, .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-xl-5-6, .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xl-7-8, .pure-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
    width: 100%;
  }
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav.disabled + .owl-dots {
  position: relative;
  margin-top: -25px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #740B07;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-stage-outer,
.owl-stage,
.owl-item {
  height: 100%;
}

html, body {
  min-height: 100vh;
}

body {
  background: #740B07 url("../img/bg.png");
  background-size: 20px;
}
body.custom-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.site {
  position: relative;
}

.site,
.site-content,
.main-wrapper,
.main {
  min-height: 100vh;
}

.main,
.site-footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.frontpage .main,
.frontpage .site-footer {
  padding-left: 10px;
  padding-right: 10px;
}

.main {
  padding-top: 90px;
  padding-bottom: 105px;
  background: #740B07;
}
.frontpage .main {
  max-width: 335px;
  padding-top: 460px;
  padding-bottom: 55px;
}

.site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.site-footer .inner {
  display: flex;
  padding: 10px 5px;
}
.site-footer.frontpage {
  max-width: 335px;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar {
  padding-right: 25px;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 350px;
}
.site-header .inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 1000;
}
.site-header .logo-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.frontpage .site-header {
  height: 450px;
}
.site-header.no-images, .fixed-header .site-header {
  height: 60px;
}
.site-header.no-images .inner,
.site-header.no-images .logo-wrapper, .fixed-header .site-header .inner,
.fixed-header .site-header .logo-wrapper {
  height: 60px;
}

.page .header,
.page p, .page blockquote,
.page .wpcf7,
.page .foldout {
  width: 100%;
  max-width: 760px;
}

.news-single .header,
.news-single .content,
.search .header,
.search .content {
  width: 100%;
  max-width: 760px;
}

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-300.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-300.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-300.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans/open-sans-v15-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-600.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-600.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans/open-sans-v15-latin-800.eot"); /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/open-sans/open-sans-v15-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-800.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-800.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-800.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-800.svg#OpenSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello/font/fontello.eot?89585670");
  src: url("../fonts/fontello/font/fontello.eot?89585670#iefix") format("embedded-opentype"), url("../fonts/fontello/font/fontello.woff2?89585670") format("woff2"), url("../fonts/fontello/font/fontello.woff?89585670") format("woff"), url("../fonts/fontello/font/fontello.ttf?89585670") format("truetype"), url("../fonts/fontello/font/fontello.svg?89585670#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down-open:before {
  content: "\e800";
}

.icon-left-open:before {
  content: "\e801";
}

.icon-right-open:before {
  content: "\e802";
}

.icon-up-open:before {
  content: "\e803";
}

.icon-mail:before {
  content: "\e804";
}

.icon-search:before {
  content: "\e805";
}

.icon-down-dir:before {
  content: "\e806";
} /* '' */
.icon-up-dir:before {
  content: "\e807";
} /* '' */
.icon-left-dir:before {
  content: "\e808";
} /* '' */
.icon-right-dir:before {
  content: "\e809";
} /* '' */
.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-mail-alt:before {
  content: "\f0e0";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-twitter-squared:before {
  content: "\f304";
}

.icon-instagram:before {
  content: "\f32d";
}

.icon-instagram-1:before {
  content: "\f16d";
}

/*
   Animation example, for spinners
*/
.animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
html, button, input, select, textarea,
.pure-g [class*=pure-u],
.pure-g-r [class*=pure-u] {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

html {
  font-size: 100%;
}

body, button, input, textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #000;
  letter-spacing: 0.01em;
}

a {
  outline: none;
  color: #000;
  text-decoration: underline;
  transition: all ease 0.3s;
}
a:hover, a:active, a.active {
  text-decoration: none;
  color: #740B07;
}
.main-navigation a {
  color: #3e3632;
  text-decoration: none;
}
.main-navigation a:hover, .main-navigation a:active {
  color: #740B07;
}
.main-navigation .current-menu-item a, .main-navigation .current-menu-ancestor.current-menu-item a, .main-navigation .sub-menu .current-menu-item a, .main-navigation .current-menu-ancestor .sub-menu .current-menu-item a {
  color: #740B07;
}
.main-navigation .current-menu-ancestor a, .main-navigation .current-menu-ancestor .sub-menu a, .main-navigation .sub-menu a {
  color: #000;
}
.main-navigation .current-menu-ancestor a:hover, .main-navigation .current-menu-ancestor a:active, .main-navigation .current-menu-ancestor .sub-menu a:hover, .main-navigation .current-menu-ancestor .sub-menu a:active, .main-navigation .sub-menu a:hover, .main-navigation .sub-menu a:active {
  color: #740B07;
}
.footer-navigation a, a.sharing-button, .breadcrump-navigation a {
  color: #848172;
  text-decoration: none;
}
.footer-navigation a:hover, .footer-navigation a:active, a.sharing-button:hover, a.sharing-button:active, .breadcrump-navigation a:hover, .breadcrump-navigation a:active {
  color: #740B07;
}
.frontpage .footer-navigation a, .events .footer-navigation a, .event .footer-navigation a, .frontpage a.sharing-button, .events a.sharing-button, .event a.sharing-button, .frontpage .breadcrump-navigation a, .events .breadcrump-navigation a, .event .breadcrump-navigation a {
  color: #af9f93;
}
.frontpage .footer-navigation a:hover, .frontpage .footer-navigation a:active, .events .footer-navigation a:hover, .events .footer-navigation a:active, .event .footer-navigation a:hover, .event .footer-navigation a:active, .frontpage a.sharing-button:hover, .frontpage a.sharing-button:active, .events a.sharing-button:hover, .events a.sharing-button:active, .event a.sharing-button:hover, .event a.sharing-button:active, .frontpage .breadcrump-navigation a:hover, .frontpage .breadcrump-navigation a:active, .events .breadcrump-navigation a:hover, .events .breadcrump-navigation a:active, .event .breadcrump-navigation a:hover, .event .breadcrump-navigation a:active {
  color: #848172;
}
.tile.news a {
  text-decoration: none;
  color: #000;
}
.tile.news a .date,
.tile.news a .category {
  color: #740B07;
  transition: all ease 0.3s;
}
.tile.news a:hover, .tile.news a:active {
  color: #fff;
}
.tile.news a:hover .date,
.tile.news a:hover .category, .tile.news a:active .date,
.tile.news a:active .category {
  color: #fff;
}
.tile.event a {
  text-decoration: none;
  color: #fff;
}
.tile.event a .category,
.tile.event a .subtitle {
  color: #d8cec8;
  transition: all ease 0.3s;
}
.tile.event a:hover, .tile.event a:active {
  color: #000;
}
.tile.event a:hover .category,
.tile.event a:hover .subtitle, .tile.event a:active .category,
.tile.event a:active .subtitle {
  color: #000;
}
.tile.image a {
  color: #fff;
}
.tile.text a {
  text-decoration: none;
}
.tile.text a strong {
  color: #fff;
}
.tile.text a:hover, .tile.text a:active {
  color: #fff;
}
.event-list-month a {
  text-decoration: none;
  color: #d8cec8;
  opacity: 0.4;
}
.event-list-month a:hover, .event-list-month a:active, .event-list-month a.active {
  opacity: 1;
}
.event-single-list a {
  text-decoration: none;
  color: #d8cec8;
}
.event-single-list a:hover, .event-single-list a:active {
  color: #88170d;
}
.search .event-single-list a {
  color: #000;
}
.search .event-single-list a:hover, .search .event-single-list a:active {
  color: #88170d;
}
.event-list-header .categories a {
  text-decoration: none;
  color: #af9f93;
}
.event-list-header .filter .foldout-title a {
  color: #af9f93;
}
.event-list-header .filter .foldout-title a:hover, .event-list-header .filter .foldout-title a:active {
  color: #848172;
}
.news-single-list a, .page-single-list a {
  text-decoration: none;
}
.nav-links a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #af9f93;
  padding: 0.3em 0.5em;
  border-radius: 2px;
}
.nav-links a:hover, .nav-links a:active {
  background: #740B07;
}
.nav-links .nav-previous a {
  padding-right: 0.8em;
}
.nav-links .nav-next a {
  padding-left: 0.8em;
}
.social-sharing.buttons a.sharing-button:hover, .social-sharing.buttons a.sharing-button:active {
  color: #740B07;
  border-color: #740B07;
}
a.sharing-button.facebook:hover, a.sharing-button.facebook:active {
  color: #3b5998 !important;
  border-color: #3b5998 !important;
}
a.sharing-button.twitter:hover, a.sharing-button.twitter:active {
  color: #1da1f2 !important;
  border-color: #1da1f2 !important;
}
.foldout-title a {
  text-decoration: none;
  color: #88170d;
}
.foldout-title a:hover, .foldout-title a:active {
  color: #000;
}
.virtualtour .title-teaser a, .virtualtour .text a {
  color: #fff;
  text-decoration: none;
}
.virtualtour-nav a {
  color: #848172;
  text-decoration: none;
  display: inline-block;
  margin-right: 0.5em;
}
.virtualtour-nav a strong, .virtualtour-nav a:hover, .virtualtour-nav a:active {
  color: #000;
}
.virtualtour-nav a:first-child {
  font-weight: 700;
}
.virtualtour-nav a:first-child strong, .virtualtour-nav a:first-child:hover, .virtualtour-nav a:first-child:active {
  color: #740B07;
}

.search-subheader .search-toggle {
  color: #848172;
  text-decoration: none;
}
.search-subheader .search-toggle:hover, .search-subheader .search-toggle:active {
  color: #fff;
}
.frontpage .search-subheader .search-toggle, .events .search-subheader .search-toggle, .event .search-subheader .search-toggle {
  color: #af9f93;
}
.frontpage .search-subheader .search-toggle:hover, .frontpage .search-subheader .search-toggle:active, .events .search-subheader .search-toggle:hover, .events .search-subheader .search-toggle:active, .event .search-subheader .search-toggle:hover, .event .search-subheader .search-toggle:active {
  color: #fff;
}

.virtualtour .title-teaser,
.virtualtour .text,
.virtualtour h3 {
  color: #fff !important;
}
.virtualtour h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
.virtualtour h3 {
  font-size: 17.6px;
  font-size: 1.1rem;
}

.virtualtour-nav .devide {
  display: inline-block;
  margin-right: 0.5em;
  color: #88170d;
  font-weight: 700;
}

p {
  margin: 0 0 1em 0;
}
p.virtualtour-nav ~ p.virtualtour-nav {
  margin-top: -0.75em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.5em 0;
}

h1 {
  font-size: 35.2px;
  font-size: 2.2rem;
  line-height: 1.2em;
}
.events-list h1 {
  color: #fff;
}
.page h1, .event-single h1 {
  color: #88170d;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2em;
}
.page h2, .event-single h2 {
  color: #88170d;
}
.tile.news h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.15em;
  margin-bottom: 5px;
}
.tile.event h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.15em;
  margin-bottom: 5px;
}
.tile.image h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.15em;
  margin: 0;
}
.tile.text h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.15em;
  margin-bottom: 2em;
}
.virtualtour h2 {
  color: #000;
}
.virtualtour h2 .subtitle {
  font-weight: 400;
}
.virtualtour h2 .subtitle:before {
  content: " | ";
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 400;
}
.page h3 {
  color: #88170d;
}
.foldout h3 {
  font-weight: 800;
}
.foldout.foldout-hidden h3 {
  font-weight: 400;
  margin-bottom: 0.2em;
}
.virtualtour h3 {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1em 0;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.4em;
}

.main-navigation {
  text-transform: lowercase;
  font-size: 18.4px;
  font-size: 1.15rem;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
.main-navigation .sub-menu {
  font-size: 16px;
  font-size: 1rem;
}

.footer-navigation {
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.5em;
}

.breadcrump-navigation {
  color: #848172;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.5em;
}
.frontpage .breadcrump-navigation, .events .breadcrump-navigation, .event .breadcrump-navigation {
  color: #af9f93;
}

.tile {
  line-height: 1.25em;
}
.tile.event .subtitle {
  margin-bottom: 5px;
}
.tile.event .date {
  display: block;
  margin-bottom: 50px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.15em;
  font-weight: 800;
}
.tile.news .category {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.15em;
  font-weight: 800;
  margin-bottom: 40px;
}
.tile.image {
  color: #fff;
}
.tile.text strong {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15em;
  color: #fff;
}

.events .event-list-month {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: lowercase;
}
.events .no-events {
  color: #d8cec8;
  font-weight: 800;
  margin: 0.5em 0;
}

.event-single-list {
  color: #d8cec8;
}
.event-single-list .date {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 800;
}
.event-single-list h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}

.event-single .date {
  font-size: 21.6px;
  font-size: 1.35rem;
  line-height: 1.2em;
  font-weight: 800;
}
.event-single h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin: 0;
}
.event-single .time,
.event-single .subtitle {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.event-single .tickets {
  font-weight: 700;
}

.news .news-single .meta,
.news .news-single-list .meta {
  font-weight: 600;
}
.news .news-single .meta {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.news .news-single h1 {
  color: #740B07;
}
.news .news-single h1 ~ .subtitle {
  margin-top: -0.5em;
}
.news .news-single .subtitle {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em;
}
.news .news-single .subtitle ~ h1 {
  margin-top: -0.25em;
}
.news .news-single-list .meta {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.news .news-single-list h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}

.form legend {
  font-weight: 600;
}
.form .wpcf7-not-valid-tip {
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.5em;
  color: #88170d;
  font-weight: 600;
}
.form .wpcf7-response-output {
  font-weight: 600;
  color: #fff;
}

.posts-navigation {
  margin-top: 20px;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
  display: inline-block;
  margin-right: 10px;
}
.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background: no-repeat center;
  background-size: contain;
}
.posts-navigation .nav-previous a:before {
  background-image: url("../img/icons-fa/chevron-left.svg");
}
.posts-navigation .nav-next a:after {
  background-image: url("../img/icons-fa/chevron-right.svg");
}

.sharing-button {
  display: inline-block;
  margin-right: 10px;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.5em;
}
.social-sharing.buttons .sharing-button {
  padding: 0.3em 2em 0.3em 2em;
  border: 1px solid #af9f93;
}

@media screen and (min-width: 568px) {
  .event-single .date {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .event-single h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .event-single .time,
  .event-single .subtitle {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .events .event-list-month {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
nav ul, nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-button {
  display: none;
  z-index: 1;
  position: fixed;
  top: 11px;
  left: 20px;
  width: 46px;
  height: 36px;
  border: 0;
  background: #af9f93;
  text-indent: -999em;
}
.nav-button span {
  position: absolute;
  top: 7px;
  left: 8px;
}
.nav-button span:before, .nav-button span:after {
  content: "";
  position: absolute;
  left: 0px;
}
.nav-button span:before {
  top: 9px;
}
.nav-button span:after {
  top: 18px;
}
.nav-button span,
.nav-button span:before,
.nav-button span:after {
  display: inline-block;
  width: 30px;
  height: 4px;
  background: #fff;
}
.js .nav-button {
  display: block;
}
.nav-button:hover, .nav-button:active {
  background: #740B07;
}

.nav-button-close {
  position: absolute;
  top: 11px;
  right: 15px;
  display: block;
  width: 36px;
  height: 36px;
}
.nav-button-close:before, .nav-button-close:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 17px;
  height: 40px;
  width: 2px;
  background: #af9f93;
}
.nav-button-close:hover:before, .nav-button-close:hover:after {
  background: #740B07;
}
.nav-button-close:before {
  transform: rotate(45deg);
}
.nav-button-close:after {
  transform: rotate(-45deg);
}

.main-navigation {
  z-index: 1;
  background: rgba(216, 206, 200, 0.95);
  padding: 30px 60px 30px 20px;
  box-sizing: border-box;
}
.main-navigation li.nav-margin-top {
  margin-top: 15px;
}
.main-navigation a {
  display: block;
  margin-left: 3px;
  margin-right: 3px;
}
.main-navigation .sub-menu {
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  border-top: 1px solid #848172;
  border-bottom: 1px solid #848172;
}
.main-navigation .current-menu-item .sub-menu,
.main-navigation .current-menu-parent .sub-menu {
  display: block;
}
.js .main-navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -310px;
  width: 300px;
  padding-top: 100px;
}
.js .main-navigation.nav-active {
  left: 0;
}
.main-navigation.animated {
  transition: left 500ms ease-in-out;
}

.footer-navigation {
  display: inline-flex;
}
.footer-navigation li {
  display: inline-block;
  margin-right: 15px;
}
.footer-navigation .menu-footer-container,
.footer-navigation ul {
  display: flex;
}

.breadcrump-navigation a, .breadcrump-navigation span, .breadcrump-navigation i {
  display: inline-block;
}
.breadcrump-navigation a:not(:last-child), .breadcrump-navigation span:not(:last-child), .breadcrump-navigation i:not(:last-child) {
  float: left;
}
.breadcrump-navigation .delimiter:after {
  content: "/";
  padding: 0 8px 0 5px;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

hr {
  height: 1px;
  background: #848172;
  border: 0;
  width: 65%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.screen-reader-text {
  position: absolute !important;
  left: -999em;
}

.site-header {
  z-index: 1;
  background: #69211D;
}
.site-header .logo {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 200px;
  height: 38.5px;
  text-indent: -999em;
  transition: all 0.3s ease-in-out;
}
.site-header .logo h1 {
  margin: 0;
  height: 100%;
  width: 100%;
}
.site-header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/logo_burg-kronberg.svg") no-repeat;
  background-size: 100% auto;
}
.site-header .inner,
.site-header .logo-wrapper {
  transition: all 0.3s ease-in-out;
}
.site-header .images {
  width: 100%;
  height: 100%;
}
.site-header .images .img {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
}
.site-header .images .img:not(:first-child) {
  display: none;
}
.site-header.no-images, .fixed-header .site-header {
  position: fixed;
}
.site-header.no-images .images, .fixed-header .site-header .images {
  display: none;
}

.site-footer .inner {
  border-top: 1px solid #af9f93;
}

.subheader {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  min-height: 45px;
}
.frontpage .subheader {
  margin-right: 10px;
  margin-left: 13px;
}
.subheader .search-subheader {
  position: absolute;
  right: 0;
  top: 5px;
  width: 200px;
}
.subheader .search-subheader .search-form,
.subheader .search-subheader .search-toggle {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.subheader .search-subheader .search-toggle {
  display: none;
}

.frontpage .grid {
  padding: 0 0 20px 0;
}
.frontpage .tile {
  box-sizing: border-box;
  padding: 10px;
}
.frontpage .tile:before {
  content: "";
  display: block;
  padding-bottom: 90%;
  width: 1px;
  float: left;
}
.frontpage .tile .inner {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px;
  background: #911A16;
  box-sizing: border-box;
}
.frontpage .tile article {
  height: 100%;
}
.frontpage .tile article .entry-header,
.frontpage .tile article .entry-content {
  position: relative;
}
.frontpage .tile .tile-bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat center;
  background-size: cover;
  opacity: 0.00001;
  transition: all ease 0.3s;
}
.frontpage .tile .tile-bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(216, 206, 200, 0.4);
}
.frontpage .tile .entry-content,
.frontpage .tile .subtitle,
.frontpage .tile .category,
.frontpage .tile .date h2 {
  transition: all ease 0.3s;
}
.frontpage .tile a:hover .tile-bg-img, .frontpage .tile a:active .tile-bg-img {
  opacity: 1;
}
.frontpage .tile a:hover .entry-content,
.frontpage .tile a:hover .subtitle, .frontpage .tile a:active .entry-content,
.frontpage .tile a:active .subtitle {
  opacity: 0;
}
.frontpage .tile.news a.inner {
  background: #d8cec8;
}
.frontpage .tile.news a.inner:hover, .frontpage .tile.news a.inner:active {
  background: #911A16;
}
.frontpage .tile.event a.inner {
  background: #911A16;
}
.frontpage .tile.event a.inner:hover, .frontpage .tile.event a.inner:active {
  background: #d8cec8;
}
.frontpage .tile.image article {
  height: 100%;
}
.frontpage .tile.image .overlay,
.frontpage .tile.image .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease 0.3s;
  opacity: 0;
}
.frontpage .tile.image .overlay {
  top: 0;
  background: rgba(216, 206, 200, 0.4);
}
.frontpage .tile.image .text {
  margin: 25px 20px;
}
.frontpage .tile.image .inner {
  position: relative;
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.frontpage .tile.image .inner.no-img .text,
.frontpage .tile.image div.inner .text {
  opacity: 1;
}
.frontpage .tile.image a:hover .overlay,
.frontpage .tile.image a:hover .text, .frontpage .tile.image a:active .overlay,
.frontpage .tile.image a:active .text {
  opacity: 1;
}
.frontpage .tile.text .inner {
  background: #af9f93;
}
.frontpage .tile.text a:hover, .frontpage .tile.text a:active {
  background: #911A16;
}

.main-wrapper.page .main,
.main-wrapper.news .main {
  background: #d8cec8;
}

.page article,
.page section {
  margin-top: 40px;
}

.events .event-list-month {
  margin-bottom: 30px;
}
.events .event-list-month li {
  display: inline-block;
}
.events .event-list-month a {
  margin: 3px 5px 3px 0;
  display: block;
}
.events .event-list-header h1 {
  display: inline-block;
  width: 280px;
  height: 93px;
  position: relative;
  margin-top: 20px;
  text-indent: -999em;
}
.events .event-list-header h1 span {
  display: block;
  height: 93px;
  position: absolute;
  top: 0;
  background: no-repeat center;
  background-size: 100% auto;
}
.events .event-list-header h1 .events-logo {
  left: 0;
  background-image: url("../img/events/burgzeit.svg");
  width: 199px;
}
.events .event-list-header h1 .events-year {
  left: 200px;
  width: 81px;
}
.events .event-list-header .filter {
  padding-bottom: 5px;
}
.events .event-list-header .filter .foldout-title {
  padding-left: 4px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #af9f93;
}
.events .event-list-header .filter.foldout-hidden .foldout-title {
  margin-bottom: 5px;
  border: 0;
}
.events .event-list-header .link-top-category {
  display: block;
  height: 125px;
  width: 125px;
  float: right;
}
.events .event-list-header .link-top-category a {
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -999em;
}
.events .event-list-header .link-top-category a:hover {
  opacity: 0.7;
}
.events .event-list-header .link-top-category a span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/events/junge-burg.svg") no-repeat center;
  background-size: 100% auto;
}
.events .event-list-header .categories {
  margin-bottom: 6px;
}
.events .event-list-header .categories a {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  margin-bottom: 3px;
}
.events .event-list-header .categories a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -16px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1.5px solid #af9f93;
  border-radius: 10px;
}
.events .event-list-header .categories a:hover:before, .events .event-list-header .categories a:active:before, .events .event-list-header .categories a.active:before {
  background: #af9f93;
}
.events.events-list main {
  margin-top: 15px;
}
.events.events-list .event-single,
.events.events-list .event-single-list {
  border-top: 1px solid #af9f93;
}
.events.events-list .event-single:last-of-type,
.events.events-list .event-single-list:last-of-type {
  border-bottom: 1px solid #af9f93;
}
.events.events-list .event-single {
  overflow: hidden;
  max-height: 9999px;
  transition: max-height 1s ease-in-out;
  padding-bottom: 10px;
  border-color: #d8cec8;
}
.events.events-list .event-single ~ .event-single-list {
  border-top-color: #d8cec8;
}
.events .event-single-list header {
  padding: 0 20px;
}
.events .event-single-list a {
  display: block;
  padding: 5px 0;
}
.events .event-single-list a:hover, .events .event-single-list a:active {
  background: #d8cec8;
}
.events .event-single-list .col-info {
  margin-top: 10px;
}
.events .event-single-list .weekdays .day:not(:last-child):after {
  content: ", ";
}
.events .event-single-list .weekdays-extended .day {
  display: inline-block;
  min-width: 1.8em;
}
.events .event-single {
  background: #d8cec8;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
  min-height: 600px;
}
.events .event-single header,
.events .event-single .content {
  padding: 8px 20px;
  box-sizing: border-box;
}
.events .event-single .post-thumbnail {
  padding: 0 20px;
}
.events .event-single .content {
  padding-top: 23px;
}
.events .event-single .row {
  padding: 5px 0;
  border-bottom: 1px solid #af9f93;
}
.events .event-single .row:last-child {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.events .event-single .time .weekdays-extended .day {
  display: inline-block;
  min-width: 1.8em;
}
.events .event-single .weekdays {
  display: inline-block;
  padding-right: 10px;
}
.events .event-single .weekdays ~ .time {
  display: inline-block;
}
.events .event-single .tickets {
  margin-top: 30px;
}
.events .event-single h1,
.events .event-single .subtitle,
.events .event-single .content {
  width: 100%;
  max-width: 760px;
}
.events.events-list .event-single {
  margin-top: 0;
  padding-top: 0;
  min-height: 0;
}

ul.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.category-list li {
  display: inline-block;
}

.news.news-archive main {
  margin-top: 30px;
}
.news.news-archive .archive-header h1 {
  display: inline-block;
  width: 255px;
  height: 51px;
  position: relative;
  margin: 0.5em 0 1em 0;
  text-indent: -999em;
}
.news.news-archive .archive-header h1 span {
  display: block;
  height: 100%;
  width: 100%;
  background: url("../img/burgaktuell.svg") no-repeat center;
  background-size: 100% auto;
}
.news.news-archive .news-single {
  margin-top: 0;
}
.news.news-archive .news-single,
.news.news-archive .news-single-list {
  padding: 5px 0;
  border-top: 1px solid #af9f93;
}
.news.news-archive .news-single:last-of-type,
.news.news-archive .news-single-list:last-of-type {
  border-bottom: 1px solid #af9f93;
}
.news .news-single-list a {
  display: block;
}
.news .news-single-list a:hover img, .news .news-single-list a:active img {
  opacity: 0.6;
}
.news .news-single-list img {
  transition: all ease 0.3s;
}
.news .news-single {
  margin-top: 30px;
}

.loading {
  position: relative;
  width: 100%;
  background: rgba(216, 206, 200, 0.4);
}
.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  color: #af9f93;
  content: "\f110";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: spin 2s infinite linear;
}

.search section {
  margin-right: 40px;
}
.search section .search-header {
  margin-bottom: 50px;
}
.search article {
  margin-top: 0;
  padding: 5px 0;
  border-top: 1px solid #af9f93;
}
.search article:last-of-type {
  border-bottom: 1px solid #af9f93;
}
.search article.page-single-list {
  padding-top: 25px;
  padding-bottom: 25px;
}
.search .search-form {
  margin-top: 40px;
}

.error404 .search-form {
  margin-top: 60px;
}

.social-sharing {
  margin-top: 25px;
  margin-left: -3px;
}
.social-sharing.inline {
  display: inline-flex;
  margin-top: -2px;
}
.social-sharing.buttons {
  display: flex;
}

.content .foldout {
  margin: 1.5em 0 0.5em 0;
}
.content .foldout.foldout-hidden {
  border-bottom: 1px solid #af9f93;
}
.foldout .foldout-title [class^=icon-]::before, .foldout .foldout-title [class*=" icon-"]::before {
  margin-left: 0;
  width: auto;
}
.foldout .foldout-title .icon-angle-down::before {
  font-weight: 800;
}

.virtualtour {
  margin-top: 3em;
  margin-bottom: 1em;
}
.virtualtour .map {
  position: relative;
  height: 0;
  padding-bottom: 87.5%;
}
.virtualtour .map-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #D1C6C2;
}
.virtualtour .location-inner {
  background: no-repeat center;
  background-size: cover;
}
.virtualtour .text {
  padding: 0.75em 1.5em;
}
.virtualtour .description p:first-child {
  padding-top: 1.5em;
}
.js .virtualtour .location {
  position: relative;
  height: 0;
  padding-bottom: 87.5%;
}
.js .virtualtour .location-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.js .virtualtour .location-inner.location-active {
  display: block;
}
.js .virtualtour .location-inner.more-active .more-icon-arrow {
  background-image: url("../img/icons-fa/chevron-down.svg");
}
.js .virtualtour .location-inner.more-active .description {
  max-height: 490px;
  transition: max-height 1s ease-in-out;
}
.js .virtualtour .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}
.js .virtualtour .title-teaser {
  padding-right: 2em;
}
.js .virtualtour .more-icon-arrow {
  display: inline-block;
  position: absolute;
  top: 0.9em;
  right: 1.5em;
  width: 18px;
  height: 18px;
  background: no-repeat center;
  background-size: contain;
  background-image: url("../img/icons-fa/chevron-up.svg");
}
.js .virtualtour .description {
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}

.pure-form .field {
  padding: 0 10px 10px 0;
  box-sizing: border-box;
}
.pure-form label {
  display: none;
}
.pure-form input[type=text], .pure-form input[type=email], .pure-form input[type=date], .pure-form input[type=search] {
  width: 100%;
  max-width: 100%;
  border-color: #af9f93;
}
.pure-form input[type=text]:focus, .pure-form input[type=email]:focus, .pure-form input[type=date]:focus, .pure-form input[type=search]:focus {
  border-color: #88170d;
}
.pure-form textarea {
  width: 100%;
  height: 120px;
  max-width: 100%;
  border-color: #af9f93;
}
.pure-form textarea:focus {
  border-color: #88170d;
}
.pure-form fieldset {
  padding-top: 0;
}
.pure-form legend {
  border-color: #af9f93;
  margin-right: 20px;
  margin-bottom: 0;
}

.pure-button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
}

.pure-button-primary {
  background-color: #88170d;
}

.search-subheader input[type=search] {
  padding: 0.4em 0.4em;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.search-subheader .pure-button {
  padding: 0.4em 0.8em;
  font-size: 14.4px;
  font-size: 0.9rem;
}

.wpcf7 .hidden-fields-container {
  border: 0;
  margin: 0;
  padding: 0;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-response-output {
  margin: 2em 0;
  padding: 1em 1.5em;
  background: #af9f93;
  text-align: center;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output {
  background: #88170d;
}
.wpcf7 .wpcf7-response-output.wpcf7-display-none,
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 300px;
}
.button-group input[type=search] {
  display: block;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.button-group button {
  display: flex;
}
.button-group button.pure-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

button.pure-button {
  position: relative;
}
.search-form button.pure-button, button.pure-button.search-toggle {
  border: 1px solid #88170d;
}
button.pure-button span {
  display: inline-block;
  text-indent: -999em;
}
button.pure-button.search-toggle {
  background: transparent;
  border: 0;
}
button.pure-button.search-toggle:hover {
  background: #88170d;
}

@media screen and (min-width: 450px) {
  .site-header .logo {
    top: 7px;
    width: 331.5px;
    height: 63.75px;
  }
  .site-header .inner {
    height: 80px;
  }
  .site-header.no-images .logo, .fixed-header .site-header .logo {
    top: 10px;
    width: 200px;
    height: 38.5px;
  }
  .site-header.no-images .inner,
  .site-header.no-images .logo-wrapper, .fixed-header .site-header .inner,
  .fixed-header .site-header .logo-wrapper {
    height: 60px;
  }
}
@media screen and (min-width: 568px) {
  .frontpage .main,
  .site-footer.frontpage {
    max-width: 670px;
  }
  .main,
  .site-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main {
    padding-bottom: 80px;
  }
  .frontpage .main {
    padding-bottom: 30px;
  }
  .site-header .inner {
    height: 100px;
  }
  .site-header.no-images, .fixed-header .site-header {
    height: 80px;
  }
  .site-header.no-images .inner,
  .site-header.no-images .logo-wrapper, .fixed-header .site-header .inner,
  .fixed-header .site-header .logo-wrapper {
    height: 80px;
  }
  .site-footer .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header .logo {
    top: 20px;
    width: 380px;
    height: 73px;
  }
  .site-header.no-images .logo, .fixed-header .site-header .logo {
    top: 7px;
    width: 331.5px;
    height: 63.75px;
  }
  .events .event-single-list .description {
    min-height: 24px;
  }
  .events .event-single-list .col-info {
    margin-top: 0;
  }
  .nav-button {
    top: 21px;
    left: 30px;
  }
  .nav-button-close {
    top: 21px;
  }
  .main-navigation {
    padding-left: 35px;
    padding-right: 45px;
  }
}
@media screen and (min-width: 768px) {
  .main,
  .site-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .site-header .inner {
    height: 100px;
  }
  .events .event-list-month {
    margin-top: 28px;
    margin-bottom: 0;
    text-align: right;
  }
  .events .event-list-month li {
    display: block;
  }
  .events .event-list-month a {
    margin: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .frontpage .main,
  .site-footer.frontpage {
    max-width: 1005px;
  }
  .sidebar {
    padding-right: 60px;
  }
  .events .event-list-month a {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .frontpage .main,
  .site-footer.frontpage,
  .frontpage .site-header .logo-wrapper {
    max-width: 1340px;
  }
}
.wp-block-image {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1em;
}
.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #af9f93;
  text-align: center;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.5em;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}

.wp-block-column {
  flex-grow: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 26px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 52px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 52px;
  }
}

@keyframes svg-dot-pulse {
  0% {
    stroke-opacity: 0;
  }
  25% {
    stroke-opacity: 1;
  }
  75% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
svg .p1 {
  fill: #e5ded8;
}
svg .p2 {
  fill: #d8cfc9;
}
svg .p3 {
  fill: #b2a196;
}
svg .p4 {
  fill: none;
  stroke: #b2a196;
}
svg .p5 {
  fill: none;
  stroke: #000;
}
svg .dot {
  fill: #b5210d;
  stroke: transparent;
  stroke-width: 10px;
  transition: all ease 0.3s;
}
svg .dot:hover {
  stroke: rgba(181, 33, 13, 0.25);
  cursor: pointer;
}
svg .dot.active {
  stroke: rgba(181, 33, 13, 0.25);
  animation-duration: 1.5s;
  animation-name: svg-dot-pulse;
  animation-iteration-count: infinite;
}