@charset "UTF-8";
.cf {
  *zoom: 1;
}
.cf:after, .cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/*! normalize.css v3.0.2 | 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, 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/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;
}

/**
 * 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.
 */
/**
 * 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.grid, .form-grid-columns {
  margin-left: -24px;
  list-style: none;
  margin-bottom: 0;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
}

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
.grid > .grid, .form-grid-columns > .grid, .grid > .form-grid-columns, .form-grid-columns > .form-grid-columns {
  margin-left: 0;
}

/**
 * Grid
 */
.grid-item, .form-grid-columns .form-item {
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  vertical-align: top;
  box-sizing: border-box;
}

/**
* Whole
*/
.one-whole {
  width: 100%;
}

/**
* Halves
*/
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

/**
* Thirds
*/
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

/**
* Quarters
*/
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
* Eighths
*/
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
* Tenths
*/
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
* Twelfths
*/
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

@media only screen and (min-width: 320px) {
  /**
  * Whole
  */
  .iphone-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .iphone-one-half, .iphone-two-quarters, .iphone-three-sixths, .iphone-four-eighths, .iphone-five-tenths, .iphone-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .iphone-one-third, .iphone-two-sixths, .iphone-four-twelfths {
    width: 33.333%;
  }

  .iphone-two-thirds, .iphone-four-sixths, .iphone-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .iphone-one-quarter, .iphone-two-eighths, .iphone-three-twelfths {
    width: 25%;
  }

  .iphone-three-quarters, .iphone-six-eighths, .iphone-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .iphone-one-fifth, .iphone-two-tenths {
    width: 20%;
  }

  .iphone-two-fifths, .iphone-four-tenths {
    width: 40%;
  }

  .iphone-three-fifths, .iphone-six-tenths {
    width: 60%;
  }

  .iphone-four-fifths, .iphone-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .iphone-one-sixth, .iphone-two-twelfths {
    width: 16.666%;
  }

  .iphone-five-sixths, .iphone-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .iphone-one-eighth {
    width: 12.5%;
  }

  .iphone-three-eighths {
    width: 37.5%;
  }

  .iphone-five-eighths {
    width: 62.5%;
  }

  .iphone-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .iphone-one-tenth {
    width: 10%;
  }

  .iphone-three-tenths {
    width: 30%;
  }

  .iphone-seven-tenths {
    width: 70%;
  }

  .iphone-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .iphone-one-twelfth {
    width: 8.333%;
  }

  .iphone-five-twelfths {
    width: 41.666%;
  }

  .iphone-seven-twelfths {
    width: 58.333%;
  }

  .iphone-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 768px) {
  /**
  * Whole
  */
  .ipad-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .ipad-one-half, .ipad-two-quarters, .ipad-three-sixths, .ipad-four-eighths, .ipad-five-tenths, .ipad-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .ipad-one-third, .ipad-two-sixths, .ipad-four-twelfths {
    width: 33.333%;
  }

  .ipad-two-thirds, .ipad-four-sixths, .ipad-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .ipad-one-quarter, .ipad-two-eighths, .ipad-three-twelfths {
    width: 25%;
  }

  .ipad-three-quarters, .ipad-six-eighths, .ipad-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .ipad-one-fifth, .ipad-two-tenths {
    width: 20%;
  }

  .ipad-two-fifths, .ipad-four-tenths {
    width: 40%;
  }

  .ipad-three-fifths, .ipad-six-tenths {
    width: 60%;
  }

  .ipad-four-fifths, .ipad-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .ipad-one-sixth, .ipad-two-twelfths {
    width: 16.666%;
  }

  .ipad-five-sixths, .ipad-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .ipad-one-eighth {
    width: 12.5%;
  }

  .ipad-three-eighths {
    width: 37.5%;
  }

  .ipad-five-eighths {
    width: 62.5%;
  }

  .ipad-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .ipad-one-tenth {
    width: 10%;
  }

  .ipad-three-tenths {
    width: 30%;
  }

  .ipad-seven-tenths {
    width: 70%;
  }

  .ipad-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .ipad-one-twelfth {
    width: 8.333%;
  }

  .ipad-five-twelfths {
    width: 41.666%;
  }

  .ipad-seven-twelfths {
    width: 58.333%;
  }

  .ipad-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  /**
  * Whole
  */
  .desktop-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .desktop-one-half, .desktop-two-quarters, .desktop-three-sixths, .desktop-four-eighths, .desktop-five-tenths, .desktop-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .desktop-one-third, .desktop-two-sixths, .desktop-four-twelfths {
    width: 33.333%;
  }

  .desktop-two-thirds, .desktop-four-sixths, .desktop-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .desktop-one-quarter, .desktop-two-eighths, .desktop-three-twelfths {
    width: 25%;
  }

  .desktop-three-quarters, .desktop-six-eighths, .desktop-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .desktop-one-fifth, .desktop-two-tenths {
    width: 20%;
  }

  .desktop-two-fifths, .desktop-four-tenths {
    width: 40%;
  }

  .desktop-three-fifths, .desktop-six-tenths {
    width: 60%;
  }

  .desktop-four-fifths, .desktop-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .desktop-one-sixth, .desktop-two-twelfths {
    width: 16.666%;
  }

  .desktop-five-sixths, .desktop-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .desktop-one-eighth {
    width: 12.5%;
  }

  .desktop-three-eighths {
    width: 37.5%;
  }

  .desktop-five-eighths {
    width: 62.5%;
  }

  .desktop-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .desktop-one-tenth {
    width: 10%;
  }

  .desktop-three-tenths {
    width: 30%;
  }

  .desktop-seven-tenths {
    width: 70%;
  }

  .desktop-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .desktop-one-twelfth {
    width: 8.333%;
  }

  .desktop-five-twelfths {
    width: 41.666%;
  }

  .desktop-seven-twelfths {
    width: 58.333%;
  }

  .desktop-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1440px) {
  /**
  * Whole
  */
  .desktop-wide-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .desktop-wide-one-half, .desktop-wide-two-quarters, .desktop-wide-three-sixths, .desktop-wide-four-eighths, .desktop-wide-five-tenths, .desktop-wide-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .desktop-wide-one-third, .desktop-wide-two-sixths, .desktop-wide-four-twelfths {
    width: 33.333%;
  }

  .desktop-wide-two-thirds, .desktop-wide-four-sixths, .desktop-wide-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .desktop-wide-one-quarter, .desktop-wide-two-eighths, .desktop-wide-three-twelfths {
    width: 25%;
  }

  .desktop-wide-three-quarters, .desktop-wide-six-eighths, .desktop-wide-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .desktop-wide-one-fifth, .desktop-wide-two-tenths {
    width: 20%;
  }

  .desktop-wide-two-fifths, .desktop-wide-four-tenths {
    width: 40%;
  }

  .desktop-wide-three-fifths, .desktop-wide-six-tenths {
    width: 60%;
  }

  .desktop-wide-four-fifths, .desktop-wide-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .desktop-wide-one-sixth, .desktop-wide-two-twelfths {
    width: 16.666%;
  }

  .desktop-wide-five-sixths, .desktop-wide-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .desktop-wide-one-eighth {
    width: 12.5%;
  }

  .desktop-wide-three-eighths {
    width: 37.5%;
  }

  .desktop-wide-five-eighths {
    width: 62.5%;
  }

  .desktop-wide-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .desktop-wide-one-tenth {
    width: 10%;
  }

  .desktop-wide-three-tenths {
    width: 30%;
  }

  .desktop-wide-seven-tenths {
    width: 70%;
  }

  .desktop-wide-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .desktop-wide-one-twelfth {
    width: 8.333%;
  }

  .desktop-wide-five-twelfths {
    width: 41.666%;
  }

  .desktop-wide-seven-twelfths {
    width: 58.333%;
  }

  .desktop-wide-eleven-twelfths {
    width: 91.666%;
  }
}
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Muli", sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
  color: #202020;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  overflow-y: scroll;
  min-height: 100%;
}

::-moz-selection,
::selection {
  background: black;
  color: #c6c6c6;
  text-shadow: none;
}

a {
  border-bottom: 1px solid black;
  text-decoration: none;
  color: black;
}
a:visited {
  color: black;
}
a:focus, a:hover {
  color: black;
  border-bottom: 1px solid black;
}
a.linkedImage, a.no-border {
  border: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Muli", sans-serif;
  line-height: 1.35em;
  font-weight: 200;
  color: #333;
  padding-bottom: 12px;
}

h1, .h1, h2, .h2 {
  line-height: 1.25;
}

h1, .h1 {
  font-size: 14px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

.intro, p.intro {
  font-size: 1px;
}

.small, small {
  font-size: 12px;
}

.muted {
  opacity: 0.85;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

figcaption {
  margin: .3em 0;
  font-size: 12px;
  font-style: italic;
}

p, ul, ol, dl, blockquote, hr, pre, table, form, fieldset, figure, address {
  padding-bottom: 24px;
}

blockquote {
  padding-bottom: 0;
  margin-bottom: 24px;
}

p, ul, ol, dl, dd, dt, blockquote, td, th {
  line-height: 1.4em;
}

ul, ol, ul ul, ol ol, ul ol, ol ul {
  margin: 0 0 0 12px;
}

ul li, ol li {
  text-align: left;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

hr {
  border: 0;
  border-top: 1px solid #e0e3e5;
  width: 100%;
  padding: 0;
  padding-bottom: 12px;
}

address {
  font-style: normal;
  line-height: 1.4em;
  color: #202020;
}

blockquote {
  position: relative;
  font-style: italic;
  margin-left: 24px;
  padding-left: 12px;
  border-left: 2px solid rgba(0, 0, 0, 0.15);
}
blockquote p {
  padding-bottom: 6px;
}

blockquote small,
cite {
  font-style: italic;
}

small,
blockquote cite {
  font-size: 12px;
  line-height: 1;
}

abbr[title],
dfn[title] {
  cursor: help;
  font-size: 12px;
  padding-left: 1px;
}

pre {
  padding-left: 12px;
}

code {
  padding: 3px 6px 2px 6px;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  font-size: 12px;
  font-family: Menlo, Monaco, "Courier New", monospace;
}

sub,
sup {
  font-size: 12px;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol, dl {
  line-height: 1.4em;
  padding-bottom: 12px;
  color: #202020;
  font-weight: 400;
}

ul, ol {
  margin: 0 0 24px 24px;
  padding: 0;
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
  list-style-position: outside;
}

ol {
  list-style-position: outside;
}

dl {
  margin-bottom: 1.125em;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: .75em;
  margin-bottom: 0.5em;
}

.alert {
  position: relative;
  padding: 15px 24px;
  padding-right: 40px;
  line-height: 20px;
  color: #000;
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  display: block;
  font-weight: normal;
  border-radius: 4px;
  margin-bottom: 12px;
}
.alert a {
  color: #000;
  font-weight: bold;
  border-color: #000;
}
.alert a:hover {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: rgba(0, 0, 0, 0.6);
}
.alert p, .alert ul, .alert ol {
  margin-bottom: 0;
}
.alert .close {
  position: absolute;
  top: 15px;
  right: 8px;
}

.alert.primary {
  color: #3c74d9;
  background-color: rgba(60, 116, 217, 0.15);
  border: 1px solid rgba(60, 116, 217, 0.15);
}
.alert.primary a {
  border-color: #3c74d9;
}
.alert.primary a, .alert.primary h5 {
  color: #3c74d9;
}
.alert.primary a:hover {
  color: #000;
  border-color: #000;
}

.alert.error {
  color: #f34248;
  background-color: rgba(243, 66, 72, 0.15);
  border: 1px solid rgba(243, 66, 72, 0.15);
}
.alert.error a {
  border-color: #f34248;
}
.alert.error a, .alert.error h5 {
  color: #f34248;
}
.alert.error a:hover {
  color: #000;
  border-color: #000;
}

.alert.success {
  color: #60ae4d;
  background-color: rgba(96, 174, 77, 0.15);
  border: 1px solid rgba(96, 174, 77, 0.15);
}
.alert.success a {
  border-color: #60ae4d;
}
.alert.success a, .alert.success h5 {
  color: #60ae4d;
}
.alert.success a:hover {
  color: #000;
  border-color: #000;
}

.alert.warning {
  color: #c09501;
  background-color: rgba(254, 212, 67, 0.15);
  border: 1px solid rgba(254, 212, 67, 0.15);
  border-color: rgba(254, 212, 67, 0.5);
}
.alert.warning a {
  border-color: #c09501;
}
.alert.warning a, .alert.warning h5 {
  color: #c09501;
}
.alert.warning a:hover {
  color: #000;
  border-color: #000;
}

input,
select,
textarea,
fieldset {
  color: rgba(0, 0, 0, 0.9);
}

input {
  line-height: 1.4em;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.5);
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  padding: 5px 12px;
  vertical-align: middle;
  -webkit-appearance: none;
  background: white;
  border: 1px solid #e0e3e5;
}

select,
textarea {
  display: block;
  width: 100%;
  padding: 5px 12px;
  background: white;
  border: 1px solid #e0e3e5;
}

select:not([multiple]) {
  cursor: pointer;
  vertical-align: middle;
}

label {
  vertical-align: middle;
}

textarea:focus,
select:focus,
input:focus {
  outline: none;
  border: 1px solid black;
}

textarea:disabled,
select:disabled,
input:disabled,
textarea.disabled,
select.disabled,
input.disabled {
  resize: none;
  opacity: 0.7;
  cursor: default;
  font-style: italic;
}

.form {
  margin-bottom: 0;
}
.form form {
  padding-bottom: 0;
}
.form .form-item {
  padding-bottom: 12px;
}
.form input[type="email"], .form input[type="number"], .form input[type="search"], .form input[type="text"], .form input[type="date"], .form input[type="tel"], .form input[type="url"], .form input[type="password"], .form select, .form textarea {
  display: block;
  width: 100%;
}
.form label {
  display: block;
}
.form .checkboxes label, .form label.checkbox {
  text-transform: none;
  font-weight: normal;
  cursor: pointer;
  color: inherit;
}
.form .checkboxes label {
  margin-bottom: 8px;
}
.form .checkboxes label:last-child {
  margin-bottom: 0;
}
.form .checkboxes-inline {
  display: block;
}
.form .checkboxes-inline label {
  font-size: inherit;
  color: inherit;
  display: inline-block;
  margin-right: 16px;
  text-transform: none;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .form-grid-columns .form-item.form-item-type--textbox, .form-grid-columns .form-item.form-item-type--datetime, .form-grid-columns .form-item.form-item-type--dropdown {
    width: 50%;
  }
}

.form-item-error-message {
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  margin-left: 0.4rem;
  color: #f34248;
}

.form-item-error input,
.form-item-error textarea,
.form-item-error select {
  border: 1px solid #f34248;
  color: rgba(0, 0, 0, 0.9);
}
.form-item-error input:focus,
.form-item-error textarea:focus,
.form-item-error select:focus {
  border: 1px solid black;
}

.controls {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.controls input {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-bottom: 0 !important;
}
.controls .button, .controls span {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.controls span {
  font-weight: normal;
  padding: 0 12px;
  white-space: nowrap;
}

@media only screen and (max-width: 320px) {
  .form input, .form textarea, .form select {
    font-size: 16px;
  }
}
a.btn,
.btn,
input[type="submit"].btn {
  display: inline-block;
  vertical-align: top;
  font-family: "Muli", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  padding: 6px 12px;
  color: #fff;
  background: black;
}
a.btn:hover,
.btn:hover,
input[type="submit"].btn:hover {
  color: #fff;
  background: black;
}

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

a.btn-big,
.btn-big,
input[type="submit"].btn-big {
  font-size: 1px;
}

a.btn-small,
.btn-small,
input[type="submit"].btn-small {
  font-size: 12px;
}

a.btn-smaller,
.btn-smaller,
input[type="submit"].btn-smaller {
  font-size: 10px;
  vertical-align: baseline;
}

.btn-round {
  border-radius: 15px;
}

a.btn-outline,
.btn-outline,
input[type="submit"].btn-outline {
  background: none;
  padding: 5px 12px;
  border: 1px solid black;
  color: black;
}
a.btn-outline:hover,
.btn-outline:hover,
input[type="submit"].btn-outline:hover {
  border-color: black;
}

.btn-outline.btn-active {
  padding: 5px 12px;
}

.btn-outline.bold {
  font-weight: 700;
  border-width: 2px;
  padding: 4px 12px;
}

a.btn-active,
.btn-active,
a.btn-disabled,
.btn[disabled],
.btn-disabled {
  background: none;
  background: black;
  color: #fff;
}
a.btn-active:hover,
.btn-active:hover,
a.btn-disabled:hover,
.btn[disabled]:hover,
.btn-disabled:hover {
  color: #fff;
  background: black;
}

.btn-active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
}

.btn-outline.btn[disabled],
.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-outline.btn-active {
  background: none;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.btn[disabled],
.btn-disabled {
  cursor: default;
  box-shadow: none;
}

.hide {
  display: none;
}

audio,
embed,
img,
object,
video {
  max-width: 100%;
}

embed,
img,
object,
video {
  height: auto;
}

embed,
object {
  height: 100%;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 12px;
}
.video-wrapper embed, .video-wrapper iframe, .video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.debug-viewport {
  position: fixed;
  bottom: 0;
  left: 0;
}
.debug-viewport span {
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  color: #fff;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
}
.debug-viewport span.iphone {
  display: block;
}
@media only screen and (min-width: 320px) {
  .debug-viewport span.iphone {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .debug-viewport span.iphone {
    display: none;
  }
  .debug-viewport span.ipad {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .debug-viewport span.iphone {
    display: none;
  }
  .debug-viewport span.ipad {
    display: none;
  }
  .debug-viewport span.desktop {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .debug-viewport span.iphone {
    display: none;
  }
  .debug-viewport span.ipad {
    display: none;
  }
  .debug-viewport span.desktop {
    display: none;
  }
  .debug-viewport span.desktop-wide {
    display: block;
  }
}

.breadcrumb {
  margin-bottom: 12px;
}

.breadcrumb ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  list-style: none;
}

.breadcrumb.centered ul {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.breadcrumb em,
.breadcrumb a {
  font-style: normal;
  padding: 0 10px;
  display: inline-block;
  white-space: nowrap;
}

.breadcrumb em {
  color: rgba(0, 0, 0, 0.5);
}

.breadcrumb a {
  color: #000;
  border: none;
}
.breadcrumb a:hover {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

.breadcrumb li:after {
  display: inline-block;
  content: '›';
  color: rgba(0, 0, 0, 0.4);
}

.breadcrumb li:first-child:after,
.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li:first-child em,
.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.active em,
.breadcrumb li.active a {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
}

.pagination {
  margin: 12px 0;
}

.pagination ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  margin: 0;
}

.pagination.centered ul {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.pagination a,
.pagination em {
  display: inline-block;
  font-style: normal;
  padding: 8px 16px;
  line-height: 1;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid transparent;
}

.pagination a {
  text-decoration: none;
  color: #000;
}
.pagination a:hover {
  color: rgba(0, 0, 0, 0.5);
  background: #f4f4f4;
}

.pagination em,
.pagination li.active a {
  color: rgba(0, 0, 0, 0.5);
  background: #f4f4f4;
  cursor: text;
}

.pagination.upper {
  font-size: 11px;
}

.pager a,
.pager em {
  border-radius: 12px;
  border-color: rgba(0, 0, 0, 0.1);
}

.pager li {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}

.pager li.next {
  text-align: right;
}

.pager.centered li {
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  margin-left: 4px;
  margin-right: 4px;
}

.pager.flat a,
.pager.flat em {
  border: none;
  display: block;
  padding: 0;
}

.pager.flat a {
  font-weight: bold;
}
.pager.flat a:hover {
  background: none;
  text-decoration: underline;
}

@media only screen and (max-width: 320px) {
  .pager.flat ul {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .pager.flat li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 8px;
    text-align: left;
  }
}
.item-detail,
.items-featured,
.items-overview,
.items-widget {
  margin-bottom: 24px;
}

.items-widget .inner {
  padding: 12px;
}
.items-widget .items-header h2,
.items-widget .items-header h3,
.items-widget .items-header h4,
.items-widget .items-header h5,
.items-widget .items-header h6 {
  padding: 0;
}
.items-widget .items-body .item {
  padding-top: 12px;
}
.items-widget .items-body .item:first-child {
  padding-top: 0;
}
.items-widget .items-body .item:last-child {
  border: none;
}
.items-widget .items-body .item:last-child p {
  padding: 0;
}
.items-widget .items-footer p:last-child {
  padding: 0;
}

.item {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .item.item-horizontal {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .item.item-horizontal {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .item.item-horizontal.item-normal {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .item.item-horizontal.item-normal {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .item.item-horizontal .inner {
    display: flex;
  }
  .item.item-horizontal .item-image,
  .item.item-horizontal .item-caption {
    width: 50%;
  }
  .item.item-horizontal .item-caption {
    padding: 0;
    padding-left: 24px;
  }
}

.item-image {
  position: relative;
  overflow: hidden;
}
.item-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66667%;
}
.item-image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-image a {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e0e3e5;
}
.item-image span {
  position: absolute;
  top: 12px;
  left: 12px;
}

.item-caption {
  padding: 12px;
}
.item-caption > div:last-child {
  margin-bottom: 0;
}

.item-caption__category,
.item-caption__meta,
.item-caption__title {
  margin-bottom: 12px;
}
.item-caption__category p:last-child,
.item-caption__meta p:last-child,
.item-caption__title p:last-child {
  padding-bottom: 0;
}
.item-caption__category h2,
.item-caption__category h3,
.item-caption__category h4,
.item-caption__category h5,
.item-caption__category h6,
.item-caption__meta h2,
.item-caption__meta h3,
.item-caption__meta h4,
.item-caption__meta h5,
.item-caption__meta h6,
.item-caption__title h2,
.item-caption__title h3,
.item-caption__title h4,
.item-caption__title h5,
.item-caption__title h6 {
  padding: 0;
}

.item-caption__description {
  margin-bottom: 12px;
}

.item-caption__link--social a {
  color: #202020;
  border: none;
  margin-right: 5px;
}
.item-caption__link--social a:last-child {
  margin-right: 0;
}
.item-caption__link--social a:hover {
  color: black;
}

@media only screen and (min-width: 768px) {
  .items-overview .item {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .items-overview .item {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .items-overview .item.item-normal {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .items-overview .item.item-normal {
    width: 100%;
  }
}

.item-detail .item-header .item-header__title {
  padding: 12px;
}
.item-detail .item-header .item-header__title h1,
.item-detail .item-header .item-header__title h2 {
  padding: 0;
}
.item-detail .item-header .item-header__image {
  position: relative;
}
.item-detail .item-header .item-header__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.1118%;
}
.item-detail .item-header .item-header__image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item-detail .item-header .item-header__image a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
}
.item-detail .item-header .item-header__meta {
  padding: 12px;
}
.item-detail .item-header .item-header__meta p {
  padding: 0;
}
.item-detail .item-body {
  /*padding: $spacing*4 $spacing*8;*/
}
.item-detail .item-body .item-body__text {
  padding: 48px 96px;
}
.item-detail .item-body .item-body__images .items-overview {
  margin-bottom: 0;
}

/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
}

thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}

table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
table caption {
  text-transform: uppercase;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
table th,
table td {
  border-bottom: 1px solid #eee;
  padding: 12px;
}
table tfoot th,
table tfoot td {
  background: #f4f4f4;
}

table.table-bordered td,
table.table-bordered th {
  border: 1px solid #ddd;
}

table.table-simple td,
table.table-simple th,
table.table-simple caption {
  border: none;
  padding-left: 0;
}

table.table-flat td,
table.table-flat th,
table.table-flat caption {
  border: none;
  padding: 0;
}

table.table-striped tbody tr:nth-child(odd) td {
  background-color: #f8f8f8;
}

table.table-hovered tbody tr:hover td {
  background-color: #f4f4f4;
}

.table-container {
  width: 100%;
  overflow: auto;
  margin-bottom: 12px;
}
.table-container table {
  margin-bottom: 0;
}
.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .table-responsive td {
    display: block;
    margin-bottom: 12px;
  }
}

.gm-style-iw .location-marker-content {
  padding: 6px;
  min-width: 150px;
}
.gm-style-iw address,
.gm-style-iw h1,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw img {
  max-width: none;
}
.gm-style-iw h1 {
  font-size: 12px;
}

.parseMap img {
  max-width: none;
}

.location-w-map {
  padding-bottom: 12px;
}
.location-w-map .location-w-map-map {
  position: relative;
}
.location-w-map .location-w-map-map:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.location-w-map .location-w-map-map > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.location-w-map .location-w-directions {
  background: #e0e3e5;
  padding: 12px;
}
@media only screen and (max-width: 768px) {
  .location-w-map .location-w-directions form .btn {
    width: 100%;
    margin-top: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .location-w-map .location-w-directions form {
    display: flex;
  }
}
.location-w-map .location-w-directions form .form-item-type-address {
  width: 100%;
}
.location-w-map .location-w-directions form .inputText {
  width: 100%;
}
.location-w-map .location-w-directions form {
  margin: 0;
  padding: 0;
}
.location-w-map .location-w-map-url {
  position: absolute;
  top: 24px;
  right: 24px;
}

.lightbox-inline {
  background: white;
  padding: 36px;
  padding-bottom: 24px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .lightbox-inline {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .lightbox-inline {
    width: 60%;
  }
}

.mfp-content figcaption {
  padding: 0;
  top: 0;
}

.slideshow {
  position: relative;
}

.slideshow-slide {
  width: 100%;
}
.slideshow-slide img {
  width: 100%;
  width: auto;
  max-width: none;
}
.slideshow-slide.slideshow-slide-orientation-portrait .slideshow-slide-image .slideshow-slide-image-content {
  background-position: right top;
  background-size: contain;
}

.slideshow-slide-image {
  position: relative;
  overflow: hidden;
}
.slideshow-slide-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.slideshow-slide-image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slideshow-slide-image .slideshow-slide-image-content {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.slideshow-arrow {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  z-index: 110;
  color: white;
  opacity: 0.6;
  padding: 30px;
}
.slideshow-arrow i {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  text-align: center;
}
.slideshow-arrow:hover {
  opacity: 1;
  transition: 0.2s;
}
.slideshow-arrow.cycle-next {
  right: 0;
}

.slideshow-pager {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 200;
}
.slideshow-pager span {
  cursor: pointer;
  display: inline-block;
  text-indent: -999px;
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid white;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 3px;
  opacity: 0.6;
}
.slideshow-pager span:hover {
  opacity: 1;
  transition: 0.2s;
  cursor: default;
}
.slideshow-pager span.cycle-pager-active {
  background: none;
}

.slideshow-slide-caption {
  position: absolute;
  color: white;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

.project-slideshow img {
  width: auto !important;
  max-width: 100%;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
a.linked-image {
  text-decoration: none;
  border: none;
  display: inline-block;
  position: relative;
}

.pagination span {
  opacity: 0.5;
  display: inline-block;
  font-style: normal;
  padding: 8px 16px;
  line-height: 1;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid transparent;
}

.tt-hint {
  display: none;
}

.tt-menu {
  width: 100%;
  margin: 0px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  width: 100%;
  display: block;
  padding: 6px 10px;
  font-size: 13px;
  border-bottom: 1px solid #CCC;
}

.tt-suggestion:last-child {
  border-bottom: none;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  border-color: black;
  background-color: black;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: black;
}

.tt-suggestion p {
  font-size: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.subscribe-form form {
  display: flex;
}
.subscribe-form .form-item-error-message {
  display: none;
}
.subscribe-form .form-item-error .form-item-error-message {
  display: inline-block;
}
.subscribe-form .form-item-error input {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.subscribe-form .alert {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  display: none;
}
.subscribe-form.success form {
  display: none;
}
.subscribe-form.success .alert {
  opacity: 1;
  display: block;
}

.item.team-item .item-image {
  position: relative;
}
.item.team-item .item-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.33333%;
}
.item.team-item .item-image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  transition: 0.2s;
}
.mfp-arrow:hover {
  color: white;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after {
  border: 1px solid white;
  width: 40px;
  height: 40px;
  content: '';
  display: block;
  border-radius: 100px;
  margin-top: -28px;
  right: 25px;
  position: absolute;
  cursor: pointer;
}

.mfp-arrow:before {
  content: "\f054";
}

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

.mfp-arrow-left:before {
  content: "\f053";
}

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

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.container {
  margin: 0 5%;
}
@media only screen and (min-width: 768px) {
  .container {
    margin: 0 10%;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 1012px;
    /* = width - 2 x 10% */
    margin: 0 auto;
  }
}

.packery {
  margin-left: -15px;
  margin-right: -15px;
}

.container-projects {
  margin: 0 5%;
}
@media only screen and (min-width: 768px) {
  .container-projects {
    margin: 0 10%;
  }
}
@media only screen and (min-width: 1024px) {
  .container-projects {
    width: 1012px;
    /* = width - 2 x 10% */
    margin: 0 auto;
  }
}

.language-navigation select {
  display: none;
}

.responsive-collapse-is-open .responsive-collapse-button i.fa-bars:before {
  content: "\f00d" !important;
}
.responsive-collapse-is-open .responsive-collapse-wrapper {
  transition: max-height 0.5s;
  max-height: 600px;
}
@media only screen and (min-width: 768px) {
  .responsive-collapse-is-open .responsive-collapse-wrapper {
    max-height: none;
    transition: none;
  }
}
.responsive-collapse-is-open .responsive-collapse-button:hover .responsive-collapse-button-icon {
  background: transparent;
}
.responsive-collapse-is-open .responsive-collapse-button .responsive-collapse-button-icon {
  background: transparent;
}
.responsive-collapse-is-open .responsive-collapse-button .responsive-collapse-button-icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.responsive-collapse-is-open .responsive-collapse-button .responsive-collapse-button-icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}

.responsive-collapse-wrapper {
  max-height: 0px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .responsive-collapse-wrapper {
    max-height: none;
    overflow: visible;
    transition: none;
  }
}

.responsive-collapse-button {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: -10px;
}
.responsive-collapse-button a {
  border: none;
  font-size: 20px;
}
.responsive-collapse-button:hover .responsive-collapse-button-icon {
  background-color: black;
}
.responsive-collapse-button:hover .responsive-collapse-button-icon:before, .responsive-collapse-button:hover .responsive-collapse-button-icon:after {
  background-color: black;
}
.responsive-collapse-button .responsive-collapse-button-icon {
  border: none;
  text-decoration: none;
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: black;
  content: "";
  top: 24px;
  left: 0;
  left: 10px;
}
.responsive-collapse-button .responsive-collapse-button-icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: black;
  content: "";
  top: -10px;
  left: 0;
}
.responsive-collapse-button .responsive-collapse-button-icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: black;
  content: "";
  top: 10px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .responsive-collapse-button {
    display: none;
  }
}

.logo {
  width: 42px;
  height: 56px;
}
.logo h1,
.logo h2 {
  display: block;
  width: 42px;
  height: 56px;
  text-indent: -99999px;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.logo a {
  display: block;
  width: 42px;
  height: 56px;
  border: none;
  text-decoration: none;
  background: url("../Images/Site/logo.png") no-repeat;
  background-size: 42px 56px;
}
@media only screen and (min-width: 768px) {
  .logo {
    width: 42px;
    height: 56px;
  }
  .logo h1,
  .logo h2 {
    display: block;
    width: 42px;
    height: 56px;
    text-indent: -99999px;
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  .logo a {
    display: block;
    width: 42px;
    height: 56px;
    border: none;
    text-decoration: none;
    background: url("../Images/Site/logo.png") no-repeat;
    background-size: 42px 56px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-spacer {
    flex: 1 1 50%;
  }
}

.main-navigation {
  font-size: 16px;
  margin-bottom: -4px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .main-navigation {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .main-navigation ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .main-navigation ul li {
    display: inline;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .main-navigation ul li:first-child {
    margin-left: 10px;
  }
}
.main-navigation ul li a {
  border: none;
  font-weight: 200;
}
.main-navigation ul li.selected a {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .responsive-collapse-wrapper {
    align-self: flex-end;
    width: 50%;
    flex: 1;
  }
}

.responsive-collapse-button {
  position: absolute;
  top: 20px;
  right: 0;
}

.page-header {
  margin-top: 20px;
  position: relative;
  z-index: 500;
}
.page-header .container {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .page-header .container {
    display: flex;
  }
}

.page-footer {
  opacity: 0.7;
  font-size: 12px;
  margin-bottom: 50px;
}
.page-footer .container {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.page-footer a {
  border: none;
}
.page-footer .social a {
  font-size: 17px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-footer .social a {
    display: inline;
  }
}
.page-footer .social a:not(:last-child) {
  margin-right: 10px;
}
.page-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-footer ul li {
  margin-right: 12px;
}
@media only screen and (min-width: 768px) {
  .page-footer ul li {
    display: inline;
  }
}
.page-footer ul li a {
  border: none;
}
.page-footer ul li a:hover {
  border-bottom: 1px solid black;
}
.page-footer ul li.selected a {
  border-bottom: 1px solid black;
}

.packery-item {
  width: 100%;
}
.packery-item img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .packery-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .packery-item {
    width: 33.3%;
  }
}
.packery-item .image-wrap {
  background: black;
}
.packery-item a {
  position: relative;
  display: block;
  border: none;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.packery-item a:hover span {
  opacity: 1;
}
.packery-item a:hover img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
}
.packery-item span {
  z-index: 10;
  position: absolute;
  width: calc(100% - 20px);
  padding: 10px;
  bottom: 0%;
  left: 0;
  display: block;
  transition: all 0.2s;
  color: white;
  margin: 10px;
  text-align: center;
  font-size: 14px;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .packery-item span {
    opacity: 0;
  }
}

.pager a {
  border-radius: 0;
  font-size: 12px;
}

.pager ul {
  margin-left: auto;
}

.pager li {
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.pager li:nth-child(2) a, .pager li:nth-child(3) a {
  margin-left: -1px;
}
.pager li a {
  border: none !important;
}

.project-detail {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .project-detail {
    display: flex;
  }
  .project-detail .pagination {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
  }
}
.project-detail .project-slideshow {
  margin-bottom: 24px;
}
.project-detail .project-slideshow img {
  width: 100%;
  height: auto;
  max-height: 400px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .project-detail .project-slideshow {
    flex: 1 1 40%;
    margin-bottom: 0;
  }
}
.project-detail .project-slideshow .cycle-pager {
  margin-top: 15px;
  z-index: 500;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .project-detail .project-slideshow .cycle-pager {
    display: none;
  }
}
.project-detail .project-slideshow .cycle-pager span {
  width: 30px;
  height: 5px;
  background: #202020;
  margin-right: 3px;
  cursor: pointer;
  display: inline-block;
  color: #202020;
  overflow: hidden;
}
.project-detail .project-slideshow .cycle-pager span.cycle-pager-active {
  opacity: 0.5;
}
.project-detail .project-slideshow-nav {
  flex: 0 0 140px;
  display: none;
}
.project-detail .project-slideshow-nav .pagination {
  margin-left: 20px;
}
@media only screen and (min-width: 1024px) {
  .project-detail .project-slideshow-nav {
    display: block;
  }
}
.project-detail .project-details {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .project-detail .project-details {
    flex: 1;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .project-detail .project-details {
    margin-left: 0px;
  }
}
.project-detail .project-details h1 {
  font-weight: 200;
  font-size: 14px;
}

#slideshow-2 .cycle-slide-active {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#slideshow-2 .slideshow-slide {
  width: 100px;
  margin-bottom: 12px;
  margin-left: 20px;
}

.blocks-w-block-team {
  margin-bottom: 12px;
}
.blocks-w-block-team .blocks-w-block-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blocks-w-block-team .blocks-w-block-text {
  background-color: black;
  padding: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  color: #bebebe;
}
.blocks-w-block-team .blocks-w-block-text a {
  color: white;
  border-color: white;
}
.blocks-w-block-team .blocks-w-block-text h1, .blocks-w-block-team .blocks-w-block-text h2, .blocks-w-block-team .blocks-w-block-text h3, .blocks-w-block-team .blocks-w-block-text h4, .blocks-w-block-team .blocks-w-block-text h5, .blocks-w-block-team .blocks-w-block-text h6 {
  color: white;
}

.blocks-w-block-teamlid {
  margin-bottom: 24px;
}
.blocks-w-block-teamlid .blocks-w-block-text {
  background: black;
  color: #bebebe;
  padding: 40px;
  padding-bottom: 0;
  padding-top: 20px;
}

.blocks-w-block-dienst {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.blocks-w-block-dienst .blocks-w-block-image {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eee;
  margin-bottom: 24px;
}
.blocks-w-block-dienst .blocks-w-block-text {
  background: black;
  color: #bebebe;
  padding: 12px;
}
.blocks-w-block-dienst h2 {
  font-weight: 200;
  font-size: 14px;
  color: #bebebe;
}

@media only screen and (min-width: 768px) {
  .diensten-tpl .position-main .item {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .diensten-tpl .position-main .item {
    width: 33.333%;
  }
}

.home-tpl .position-main {
  z-index: 0;
  width: 100%;
  height: 100%;
}
.home-tpl .page-footer {
  display: none;
}
.home-tpl .module-content,
.home-tpl .slideshow,
.home-tpl .js-slideshow-slides,
.home-tpl .slideshow-slide,
.home-tpl .slideshow-slide-image {
  height: 100%;
}

.slideshow-slide-orientation-portrait {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .table-flat td {
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
  }
}
