@charset "UTF-8";
/*!
Theme Name: Ivaldi Base Theme for Tourist Day Ticket
Theme URI: http://ivaldi.nl
Description: A WordPress theme by Ivaldi. For help: <a href="mailto:info@ivaldi.nl">mail us</a>.
Author: Ivaldi
Author URI: http://ivaldi.nl
Version: 1 (March, 2016)
*/
/**
* Main SCSS File
*
* Project: cd /Sites/studiofraaj-dayticket-website
* Development: sass --watch wp-content/themes/dayticket/scss/main.scss:wp-content/themes/dayticket/style.css --style compressed
*
* The Namespaces
* o-, c-, u-, t-, s-, is-, has-, in-, _
* For more information on our way of css read the following blogs:
* - http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/
* - http://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/
* - https://tech.bellycard.com/blog/sass-mixins-vs-extends-the-data/
*/
/**
 * Libraries
 *
 * 1. Use this file to adjust settings in the libs
 */
/* [1] */
/*! 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; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

meta.foundation-version {
  font-family: "/5.5.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

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

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.3333333333%; }

  .small-2 {
    width: 16.6666666667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.3333333333%; }

  .small-5 {
    width: 41.6666666667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.3333333333%; }

  .small-8 {
    width: 66.6666666667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.3333333333%; }

  .small-11 {
    width: 91.6666666667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0 !important; }

  .small-offset-1 {
    margin-left: 8.3333333333% !important; }

  .small-offset-2 {
    margin-left: 16.6666666667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.3333333333% !important; }

  .small-offset-5 {
    margin-left: 41.6666666667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.3333333333% !important; }

  .small-offset-8 {
    margin-left: 66.6666666667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.3333333333% !important; }

  .small-offset-11 {
    margin-left: 91.6666666667% !important; }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.3333333333%; }

  .medium-2 {
    width: 16.6666666667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-5 {
    width: 41.6666666667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-8 {
    width: 66.6666666667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-11 {
    width: 91.6666666667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0 !important; }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.3333333333%; }

  .large-2 {
    width: 16.6666666667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-5 {
    width: 41.6666666667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-8 {
    width: 66.6666666667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-11 {
    width: 91.6666666667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0 !important; }

  .large-offset-1 {
    margin-left: 8.3333333333% !important; }

  .large-offset-2 {
    margin-left: 16.6666666667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.3333333333% !important; }

  .large-offset-5 {
    margin-left: 41.6666666667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.3333333333% !important; }

  .large-offset-8 {
    margin-left: 66.6666666667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.3333333333% !important; }

  .large-offset-11 {
    margin-left: 91.6666666667% !important; }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.9375rem 1.875rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      padding-left: 0rem;
      padding-right: 0.9375rem; }
    .small-block-grid-2 > li:nth-of-type(2n) {
      padding-left: 0.9375rem;
      padding-right: 0rem; }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      padding-left: 0rem;
      padding-right: 1.25rem; }
    .small-block-grid-3 > li:nth-of-type(3n+2) {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
    .small-block-grid-3 > li:nth-of-type(3n) {
      padding-left: 1.25rem;
      padding-right: 0rem; }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      padding-left: 0rem;
      padding-right: 1.40625rem; }
    .small-block-grid-4 > li:nth-of-type(4n+2) {
      padding-left: 0.46875rem;
      padding-right: 0.9375rem; }
    .small-block-grid-4 > li:nth-of-type(4n+3) {
      padding-left: 0.9375rem;
      padding-right: 0.46875rem; }
    .small-block-grid-4 > li:nth-of-type(4n) {
      padding-left: 1.40625rem;
      padding-right: 0rem; }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      padding-left: 0rem;
      padding-right: 1.5rem; }
    .small-block-grid-5 > li:nth-of-type(5n+2) {
      padding-left: 0.375rem;
      padding-right: 1.125rem; }
    .small-block-grid-5 > li:nth-of-type(5n+3) {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    .small-block-grid-5 > li:nth-of-type(5n+4) {
      padding-left: 1.125rem;
      padding-right: 0.375rem; }
    .small-block-grid-5 > li:nth-of-type(5n) {
      padding-left: 1.5rem;
      padding-right: 0rem; }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      padding-left: 0rem;
      padding-right: 1.5625rem; }
    .small-block-grid-6 > li:nth-of-type(6n+2) {
      padding-left: 0.3125rem;
      padding-right: 1.25rem; }
    .small-block-grid-6 > li:nth-of-type(6n+3) {
      padding-left: 0.625rem;
      padding-right: 0.9375rem; }
    .small-block-grid-6 > li:nth-of-type(6n+4) {
      padding-left: 0.9375rem;
      padding-right: 0.625rem; }
    .small-block-grid-6 > li:nth-of-type(6n+5) {
      padding-left: 1.25rem;
      padding-right: 0.3125rem; }
    .small-block-grid-6 > li:nth-of-type(6n) {
      padding-left: 1.5625rem;
      padding-right: 0rem; }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      padding-left: 0rem;
      padding-right: 1.6071428571rem; }
    .small-block-grid-7 > li:nth-of-type(7n+2) {
      padding-left: 0.2678571429rem;
      padding-right: 1.3392857143rem; }
    .small-block-grid-7 > li:nth-of-type(7n+3) {
      padding-left: 0.5357142857rem;
      padding-right: 1.0714285714rem; }
    .small-block-grid-7 > li:nth-of-type(7n+4) {
      padding-left: 0.8035714286rem;
      padding-right: 0.8035714286rem; }
    .small-block-grid-7 > li:nth-of-type(7n+5) {
      padding-left: 1.0714285714rem;
      padding-right: 0.5357142857rem; }
    .small-block-grid-7 > li:nth-of-type(7n+6) {
      padding-left: 1.3392857143rem;
      padding-right: 0.2678571429rem; }
    .small-block-grid-7 > li:nth-of-type(7n) {
      padding-left: 1.6071428571rem;
      padding-right: 0rem; }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      padding-left: 0rem;
      padding-right: 1.640625rem; }
    .small-block-grid-8 > li:nth-of-type(8n+2) {
      padding-left: 0.234375rem;
      padding-right: 1.40625rem; }
    .small-block-grid-8 > li:nth-of-type(8n+3) {
      padding-left: 0.46875rem;
      padding-right: 1.171875rem; }
    .small-block-grid-8 > li:nth-of-type(8n+4) {
      padding-left: 0.703125rem;
      padding-right: 0.9375rem; }
    .small-block-grid-8 > li:nth-of-type(8n+5) {
      padding-left: 0.9375rem;
      padding-right: 0.703125rem; }
    .small-block-grid-8 > li:nth-of-type(8n+6) {
      padding-left: 1.171875rem;
      padding-right: 0.46875rem; }
    .small-block-grid-8 > li:nth-of-type(8n+7) {
      padding-left: 1.40625rem;
      padding-right: 0.234375rem; }
    .small-block-grid-8 > li:nth-of-type(8n) {
      padding-left: 1.640625rem;
      padding-right: 0rem; }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      padding-left: 0rem;
      padding-right: 1.6666666667rem; }
    .small-block-grid-9 > li:nth-of-type(9n+2) {
      padding-left: 0.2083333333rem;
      padding-right: 1.4583333333rem; }
    .small-block-grid-9 > li:nth-of-type(9n+3) {
      padding-left: 0.4166666667rem;
      padding-right: 1.25rem; }
    .small-block-grid-9 > li:nth-of-type(9n+4) {
      padding-left: 0.625rem;
      padding-right: 1.0416666667rem; }
    .small-block-grid-9 > li:nth-of-type(9n+5) {
      padding-left: 0.8333333333rem;
      padding-right: 0.8333333333rem; }
    .small-block-grid-9 > li:nth-of-type(9n+6) {
      padding-left: 1.0416666667rem;
      padding-right: 0.625rem; }
    .small-block-grid-9 > li:nth-of-type(9n+7) {
      padding-left: 1.25rem;
      padding-right: 0.4166666667rem; }
    .small-block-grid-9 > li:nth-of-type(9n+8) {
      padding-left: 1.4583333333rem;
      padding-right: 0.2083333333rem; }
    .small-block-grid-9 > li:nth-of-type(9n) {
      padding-left: 1.6666666667rem;
      padding-right: 0rem; }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      padding-left: 0rem;
      padding-right: 1.6875rem; }
    .small-block-grid-10 > li:nth-of-type(10n+2) {
      padding-left: 0.1875rem;
      padding-right: 1.5rem; }
    .small-block-grid-10 > li:nth-of-type(10n+3) {
      padding-left: 0.375rem;
      padding-right: 1.3125rem; }
    .small-block-grid-10 > li:nth-of-type(10n+4) {
      padding-left: 0.5625rem;
      padding-right: 1.125rem; }
    .small-block-grid-10 > li:nth-of-type(10n+5) {
      padding-left: 0.75rem;
      padding-right: 0.9375rem; }
    .small-block-grid-10 > li:nth-of-type(10n+6) {
      padding-left: 0.9375rem;
      padding-right: 0.75rem; }
    .small-block-grid-10 > li:nth-of-type(10n+7) {
      padding-left: 1.125rem;
      padding-right: 0.5625rem; }
    .small-block-grid-10 > li:nth-of-type(10n+8) {
      padding-left: 1.3125rem;
      padding-right: 0.375rem; }
    .small-block-grid-10 > li:nth-of-type(10n+9) {
      padding-left: 1.5rem;
      padding-right: 0.1875rem; }
    .small-block-grid-10 > li:nth-of-type(10n) {
      padding-left: 1.6875rem;
      padding-right: 0rem; }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      padding-left: 0rem;
      padding-right: 1.7045454545rem; }
    .small-block-grid-11 > li:nth-of-type(11n+2) {
      padding-left: 0.1704545455rem;
      padding-right: 1.5340909091rem; }
    .small-block-grid-11 > li:nth-of-type(11n+3) {
      padding-left: 0.3409090909rem;
      padding-right: 1.3636363636rem; }
    .small-block-grid-11 > li:nth-of-type(11n+4) {
      padding-left: 0.5113636364rem;
      padding-right: 1.1931818182rem; }
    .small-block-grid-11 > li:nth-of-type(11n+5) {
      padding-left: 0.6818181818rem;
      padding-right: 1.0227272727rem; }
    .small-block-grid-11 > li:nth-of-type(11n+6) {
      padding-left: 0.8522727273rem;
      padding-right: 0.8522727273rem; }
    .small-block-grid-11 > li:nth-of-type(11n+7) {
      padding-left: 1.0227272727rem;
      padding-right: 0.6818181818rem; }
    .small-block-grid-11 > li:nth-of-type(11n+8) {
      padding-left: 1.1931818182rem;
      padding-right: 0.5113636364rem; }
    .small-block-grid-11 > li:nth-of-type(11n+9) {
      padding-left: 1.3636363636rem;
      padding-right: 0.3409090909rem; }
    .small-block-grid-11 > li:nth-of-type(11n+10) {
      padding-left: 1.5340909091rem;
      padding-right: 0.1704545455rem; }
    .small-block-grid-11 > li:nth-of-type(11n) {
      padding-left: 1.7045454545rem;
      padding-right: 0rem; }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      padding-left: 0rem;
      padding-right: 1.71875rem; }
    .small-block-grid-12 > li:nth-of-type(12n+2) {
      padding-left: 0.15625rem;
      padding-right: 1.5625rem; }
    .small-block-grid-12 > li:nth-of-type(12n+3) {
      padding-left: 0.3125rem;
      padding-right: 1.40625rem; }
    .small-block-grid-12 > li:nth-of-type(12n+4) {
      padding-left: 0.46875rem;
      padding-right: 1.25rem; }
    .small-block-grid-12 > li:nth-of-type(12n+5) {
      padding-left: 0.625rem;
      padding-right: 1.09375rem; }
    .small-block-grid-12 > li:nth-of-type(12n+6) {
      padding-left: 0.78125rem;
      padding-right: 0.9375rem; }
    .small-block-grid-12 > li:nth-of-type(12n+7) {
      padding-left: 0.9375rem;
      padding-right: 0.78125rem; }
    .small-block-grid-12 > li:nth-of-type(12n+8) {
      padding-left: 1.09375rem;
      padding-right: 0.625rem; }
    .small-block-grid-12 > li:nth-of-type(12n+9) {
      padding-left: 1.25rem;
      padding-right: 0.46875rem; }
    .small-block-grid-12 > li:nth-of-type(12n+10) {
      padding-left: 1.40625rem;
      padding-right: 0.3125rem; }
    .small-block-grid-12 > li:nth-of-type(12n+11) {
      padding-left: 1.5625rem;
      padding-right: 0.15625rem; }
    .small-block-grid-12 > li:nth-of-type(12n) {
      padding-left: 1.71875rem;
      padding-right: 0rem; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      padding-left: 0rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-2 > li:nth-of-type(2n) {
      padding-left: 0.9375rem;
      padding-right: 0rem; }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      padding-left: 0rem;
      padding-right: 1.25rem; }
    .medium-block-grid-3 > li:nth-of-type(3n+2) {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
    .medium-block-grid-3 > li:nth-of-type(3n) {
      padding-left: 1.25rem;
      padding-right: 0rem; }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      padding-left: 0rem;
      padding-right: 1.40625rem; }
    .medium-block-grid-4 > li:nth-of-type(4n+2) {
      padding-left: 0.46875rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-4 > li:nth-of-type(4n+3) {
      padding-left: 0.9375rem;
      padding-right: 0.46875rem; }
    .medium-block-grid-4 > li:nth-of-type(4n) {
      padding-left: 1.40625rem;
      padding-right: 0rem; }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      padding-left: 0rem;
      padding-right: 1.5rem; }
    .medium-block-grid-5 > li:nth-of-type(5n+2) {
      padding-left: 0.375rem;
      padding-right: 1.125rem; }
    .medium-block-grid-5 > li:nth-of-type(5n+3) {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    .medium-block-grid-5 > li:nth-of-type(5n+4) {
      padding-left: 1.125rem;
      padding-right: 0.375rem; }
    .medium-block-grid-5 > li:nth-of-type(5n) {
      padding-left: 1.5rem;
      padding-right: 0rem; }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      padding-left: 0rem;
      padding-right: 1.5625rem; }
    .medium-block-grid-6 > li:nth-of-type(6n+2) {
      padding-left: 0.3125rem;
      padding-right: 1.25rem; }
    .medium-block-grid-6 > li:nth-of-type(6n+3) {
      padding-left: 0.625rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-6 > li:nth-of-type(6n+4) {
      padding-left: 0.9375rem;
      padding-right: 0.625rem; }
    .medium-block-grid-6 > li:nth-of-type(6n+5) {
      padding-left: 1.25rem;
      padding-right: 0.3125rem; }
    .medium-block-grid-6 > li:nth-of-type(6n) {
      padding-left: 1.5625rem;
      padding-right: 0rem; }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      padding-left: 0rem;
      padding-right: 1.6071428571rem; }
    .medium-block-grid-7 > li:nth-of-type(7n+2) {
      padding-left: 0.2678571429rem;
      padding-right: 1.3392857143rem; }
    .medium-block-grid-7 > li:nth-of-type(7n+3) {
      padding-left: 0.5357142857rem;
      padding-right: 1.0714285714rem; }
    .medium-block-grid-7 > li:nth-of-type(7n+4) {
      padding-left: 0.8035714286rem;
      padding-right: 0.8035714286rem; }
    .medium-block-grid-7 > li:nth-of-type(7n+5) {
      padding-left: 1.0714285714rem;
      padding-right: 0.5357142857rem; }
    .medium-block-grid-7 > li:nth-of-type(7n+6) {
      padding-left: 1.3392857143rem;
      padding-right: 0.2678571429rem; }
    .medium-block-grid-7 > li:nth-of-type(7n) {
      padding-left: 1.6071428571rem;
      padding-right: 0rem; }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      padding-left: 0rem;
      padding-right: 1.640625rem; }
    .medium-block-grid-8 > li:nth-of-type(8n+2) {
      padding-left: 0.234375rem;
      padding-right: 1.40625rem; }
    .medium-block-grid-8 > li:nth-of-type(8n+3) {
      padding-left: 0.46875rem;
      padding-right: 1.171875rem; }
    .medium-block-grid-8 > li:nth-of-type(8n+4) {
      padding-left: 0.703125rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-8 > li:nth-of-type(8n+5) {
      padding-left: 0.9375rem;
      padding-right: 0.703125rem; }
    .medium-block-grid-8 > li:nth-of-type(8n+6) {
      padding-left: 1.171875rem;
      padding-right: 0.46875rem; }
    .medium-block-grid-8 > li:nth-of-type(8n+7) {
      padding-left: 1.40625rem;
      padding-right: 0.234375rem; }
    .medium-block-grid-8 > li:nth-of-type(8n) {
      padding-left: 1.640625rem;
      padding-right: 0rem; }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      padding-left: 0rem;
      padding-right: 1.6666666667rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+2) {
      padding-left: 0.2083333333rem;
      padding-right: 1.4583333333rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+3) {
      padding-left: 0.4166666667rem;
      padding-right: 1.25rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+4) {
      padding-left: 0.625rem;
      padding-right: 1.0416666667rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+5) {
      padding-left: 0.8333333333rem;
      padding-right: 0.8333333333rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+6) {
      padding-left: 1.0416666667rem;
      padding-right: 0.625rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+7) {
      padding-left: 1.25rem;
      padding-right: 0.4166666667rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+8) {
      padding-left: 1.4583333333rem;
      padding-right: 0.2083333333rem; }
    .medium-block-grid-9 > li:nth-of-type(9n) {
      padding-left: 1.6666666667rem;
      padding-right: 0rem; }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      padding-left: 0rem;
      padding-right: 1.6875rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+2) {
      padding-left: 0.1875rem;
      padding-right: 1.5rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+3) {
      padding-left: 0.375rem;
      padding-right: 1.3125rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+4) {
      padding-left: 0.5625rem;
      padding-right: 1.125rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+5) {
      padding-left: 0.75rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+6) {
      padding-left: 0.9375rem;
      padding-right: 0.75rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+7) {
      padding-left: 1.125rem;
      padding-right: 0.5625rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+8) {
      padding-left: 1.3125rem;
      padding-right: 0.375rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+9) {
      padding-left: 1.5rem;
      padding-right: 0.1875rem; }
    .medium-block-grid-10 > li:nth-of-type(10n) {
      padding-left: 1.6875rem;
      padding-right: 0rem; }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      padding-left: 0rem;
      padding-right: 1.7045454545rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+2) {
      padding-left: 0.1704545455rem;
      padding-right: 1.5340909091rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+3) {
      padding-left: 0.3409090909rem;
      padding-right: 1.3636363636rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+4) {
      padding-left: 0.5113636364rem;
      padding-right: 1.1931818182rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+5) {
      padding-left: 0.6818181818rem;
      padding-right: 1.0227272727rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+6) {
      padding-left: 0.8522727273rem;
      padding-right: 0.8522727273rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+7) {
      padding-left: 1.0227272727rem;
      padding-right: 0.6818181818rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+8) {
      padding-left: 1.1931818182rem;
      padding-right: 0.5113636364rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+9) {
      padding-left: 1.3636363636rem;
      padding-right: 0.3409090909rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+10) {
      padding-left: 1.5340909091rem;
      padding-right: 0.1704545455rem; }
    .medium-block-grid-11 > li:nth-of-type(11n) {
      padding-left: 1.7045454545rem;
      padding-right: 0rem; }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      padding-left: 0rem;
      padding-right: 1.71875rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+2) {
      padding-left: 0.15625rem;
      padding-right: 1.5625rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+3) {
      padding-left: 0.3125rem;
      padding-right: 1.40625rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+4) {
      padding-left: 0.46875rem;
      padding-right: 1.25rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+5) {
      padding-left: 0.625rem;
      padding-right: 1.09375rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+6) {
      padding-left: 0.78125rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+7) {
      padding-left: 0.9375rem;
      padding-right: 0.78125rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+8) {
      padding-left: 1.09375rem;
      padding-right: 0.625rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+9) {
      padding-left: 1.25rem;
      padding-right: 0.46875rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+10) {
      padding-left: 1.40625rem;
      padding-right: 0.3125rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+11) {
      padding-left: 1.5625rem;
      padding-right: 0.15625rem; }
    .medium-block-grid-12 > li:nth-of-type(12n) {
      padding-left: 1.71875rem;
      padding-right: 0rem; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      padding-left: 0rem;
      padding-right: 0.9375rem; }
    .large-block-grid-2 > li:nth-of-type(2n) {
      padding-left: 0.9375rem;
      padding-right: 0rem; }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      padding-left: 0rem;
      padding-right: 1.25rem; }
    .large-block-grid-3 > li:nth-of-type(3n+2) {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
    .large-block-grid-3 > li:nth-of-type(3n) {
      padding-left: 1.25rem;
      padding-right: 0rem; }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      padding-left: 0rem;
      padding-right: 1.40625rem; }
    .large-block-grid-4 > li:nth-of-type(4n+2) {
      padding-left: 0.46875rem;
      padding-right: 0.9375rem; }
    .large-block-grid-4 > li:nth-of-type(4n+3) {
      padding-left: 0.9375rem;
      padding-right: 0.46875rem; }
    .large-block-grid-4 > li:nth-of-type(4n) {
      padding-left: 1.40625rem;
      padding-right: 0rem; }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      padding-left: 0rem;
      padding-right: 1.5rem; }
    .large-block-grid-5 > li:nth-of-type(5n+2) {
      padding-left: 0.375rem;
      padding-right: 1.125rem; }
    .large-block-grid-5 > li:nth-of-type(5n+3) {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    .large-block-grid-5 > li:nth-of-type(5n+4) {
      padding-left: 1.125rem;
      padding-right: 0.375rem; }
    .large-block-grid-5 > li:nth-of-type(5n) {
      padding-left: 1.5rem;
      padding-right: 0rem; }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      padding-left: 0rem;
      padding-right: 1.5625rem; }
    .large-block-grid-6 > li:nth-of-type(6n+2) {
      padding-left: 0.3125rem;
      padding-right: 1.25rem; }
    .large-block-grid-6 > li:nth-of-type(6n+3) {
      padding-left: 0.625rem;
      padding-right: 0.9375rem; }
    .large-block-grid-6 > li:nth-of-type(6n+4) {
      padding-left: 0.9375rem;
      padding-right: 0.625rem; }
    .large-block-grid-6 > li:nth-of-type(6n+5) {
      padding-left: 1.25rem;
      padding-right: 0.3125rem; }
    .large-block-grid-6 > li:nth-of-type(6n) {
      padding-left: 1.5625rem;
      padding-right: 0rem; }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      padding-left: 0rem;
      padding-right: 1.6071428571rem; }
    .large-block-grid-7 > li:nth-of-type(7n+2) {
      padding-left: 0.2678571429rem;
      padding-right: 1.3392857143rem; }
    .large-block-grid-7 > li:nth-of-type(7n+3) {
      padding-left: 0.5357142857rem;
      padding-right: 1.0714285714rem; }
    .large-block-grid-7 > li:nth-of-type(7n+4) {
      padding-left: 0.8035714286rem;
      padding-right: 0.8035714286rem; }
    .large-block-grid-7 > li:nth-of-type(7n+5) {
      padding-left: 1.0714285714rem;
      padding-right: 0.5357142857rem; }
    .large-block-grid-7 > li:nth-of-type(7n+6) {
      padding-left: 1.3392857143rem;
      padding-right: 0.2678571429rem; }
    .large-block-grid-7 > li:nth-of-type(7n) {
      padding-left: 1.6071428571rem;
      padding-right: 0rem; }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      padding-left: 0rem;
      padding-right: 1.640625rem; }
    .large-block-grid-8 > li:nth-of-type(8n+2) {
      padding-left: 0.234375rem;
      padding-right: 1.40625rem; }
    .large-block-grid-8 > li:nth-of-type(8n+3) {
      padding-left: 0.46875rem;
      padding-right: 1.171875rem; }
    .large-block-grid-8 > li:nth-of-type(8n+4) {
      padding-left: 0.703125rem;
      padding-right: 0.9375rem; }
    .large-block-grid-8 > li:nth-of-type(8n+5) {
      padding-left: 0.9375rem;
      padding-right: 0.703125rem; }
    .large-block-grid-8 > li:nth-of-type(8n+6) {
      padding-left: 1.171875rem;
      padding-right: 0.46875rem; }
    .large-block-grid-8 > li:nth-of-type(8n+7) {
      padding-left: 1.40625rem;
      padding-right: 0.234375rem; }
    .large-block-grid-8 > li:nth-of-type(8n) {
      padding-left: 1.640625rem;
      padding-right: 0rem; }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      padding-left: 0rem;
      padding-right: 1.6666666667rem; }
    .large-block-grid-9 > li:nth-of-type(9n+2) {
      padding-left: 0.2083333333rem;
      padding-right: 1.4583333333rem; }
    .large-block-grid-9 > li:nth-of-type(9n+3) {
      padding-left: 0.4166666667rem;
      padding-right: 1.25rem; }
    .large-block-grid-9 > li:nth-of-type(9n+4) {
      padding-left: 0.625rem;
      padding-right: 1.0416666667rem; }
    .large-block-grid-9 > li:nth-of-type(9n+5) {
      padding-left: 0.8333333333rem;
      padding-right: 0.8333333333rem; }
    .large-block-grid-9 > li:nth-of-type(9n+6) {
      padding-left: 1.0416666667rem;
      padding-right: 0.625rem; }
    .large-block-grid-9 > li:nth-of-type(9n+7) {
      padding-left: 1.25rem;
      padding-right: 0.4166666667rem; }
    .large-block-grid-9 > li:nth-of-type(9n+8) {
      padding-left: 1.4583333333rem;
      padding-right: 0.2083333333rem; }
    .large-block-grid-9 > li:nth-of-type(9n) {
      padding-left: 1.6666666667rem;
      padding-right: 0rem; }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      padding-left: 0rem;
      padding-right: 1.6875rem; }
    .large-block-grid-10 > li:nth-of-type(10n+2) {
      padding-left: 0.1875rem;
      padding-right: 1.5rem; }
    .large-block-grid-10 > li:nth-of-type(10n+3) {
      padding-left: 0.375rem;
      padding-right: 1.3125rem; }
    .large-block-grid-10 > li:nth-of-type(10n+4) {
      padding-left: 0.5625rem;
      padding-right: 1.125rem; }
    .large-block-grid-10 > li:nth-of-type(10n+5) {
      padding-left: 0.75rem;
      padding-right: 0.9375rem; }
    .large-block-grid-10 > li:nth-of-type(10n+6) {
      padding-left: 0.9375rem;
      padding-right: 0.75rem; }
    .large-block-grid-10 > li:nth-of-type(10n+7) {
      padding-left: 1.125rem;
      padding-right: 0.5625rem; }
    .large-block-grid-10 > li:nth-of-type(10n+8) {
      padding-left: 1.3125rem;
      padding-right: 0.375rem; }
    .large-block-grid-10 > li:nth-of-type(10n+9) {
      padding-left: 1.5rem;
      padding-right: 0.1875rem; }
    .large-block-grid-10 > li:nth-of-type(10n) {
      padding-left: 1.6875rem;
      padding-right: 0rem; }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      padding-left: 0rem;
      padding-right: 1.7045454545rem; }
    .large-block-grid-11 > li:nth-of-type(11n+2) {
      padding-left: 0.1704545455rem;
      padding-right: 1.5340909091rem; }
    .large-block-grid-11 > li:nth-of-type(11n+3) {
      padding-left: 0.3409090909rem;
      padding-right: 1.3636363636rem; }
    .large-block-grid-11 > li:nth-of-type(11n+4) {
      padding-left: 0.5113636364rem;
      padding-right: 1.1931818182rem; }
    .large-block-grid-11 > li:nth-of-type(11n+5) {
      padding-left: 0.6818181818rem;
      padding-right: 1.0227272727rem; }
    .large-block-grid-11 > li:nth-of-type(11n+6) {
      padding-left: 0.8522727273rem;
      padding-right: 0.8522727273rem; }
    .large-block-grid-11 > li:nth-of-type(11n+7) {
      padding-left: 1.0227272727rem;
      padding-right: 0.6818181818rem; }
    .large-block-grid-11 > li:nth-of-type(11n+8) {
      padding-left: 1.1931818182rem;
      padding-right: 0.5113636364rem; }
    .large-block-grid-11 > li:nth-of-type(11n+9) {
      padding-left: 1.3636363636rem;
      padding-right: 0.3409090909rem; }
    .large-block-grid-11 > li:nth-of-type(11n+10) {
      padding-left: 1.5340909091rem;
      padding-right: 0.1704545455rem; }
    .large-block-grid-11 > li:nth-of-type(11n) {
      padding-left: 1.7045454545rem;
      padding-right: 0rem; }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      padding-left: 0rem;
      padding-right: 1.71875rem; }
    .large-block-grid-12 > li:nth-of-type(12n+2) {
      padding-left: 0.15625rem;
      padding-right: 1.5625rem; }
    .large-block-grid-12 > li:nth-of-type(12n+3) {
      padding-left: 0.3125rem;
      padding-right: 1.40625rem; }
    .large-block-grid-12 > li:nth-of-type(12n+4) {
      padding-left: 0.46875rem;
      padding-right: 1.25rem; }
    .large-block-grid-12 > li:nth-of-type(12n+5) {
      padding-left: 0.625rem;
      padding-right: 1.09375rem; }
    .large-block-grid-12 > li:nth-of-type(12n+6) {
      padding-left: 0.78125rem;
      padding-right: 0.9375rem; }
    .large-block-grid-12 > li:nth-of-type(12n+7) {
      padding-left: 0.9375rem;
      padding-right: 0.78125rem; }
    .large-block-grid-12 > li:nth-of-type(12n+8) {
      padding-left: 1.09375rem;
      padding-right: 0.625rem; }
    .large-block-grid-12 > li:nth-of-type(12n+9) {
      padding-left: 1.25rem;
      padding-right: 0.46875rem; }
    .large-block-grid-12 > li:nth-of-type(12n+10) {
      padding-left: 1.40625rem;
      padding-right: 0.3125rem; }
    .large-block-grid-12 > li:nth-of-type(12n+11) {
      padding-left: 1.5625rem;
      padding-right: 0.15625rem; }
    .large-block-grid-12 > li:nth-of-type(12n) {
      padding-left: 1.71875rem;
      padding-right: 0rem; } }
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }

  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; } }
@media not print {
  .show-for-print {
    display: none !important; } }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("lib/fontawesome/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("lib/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("lib/fontawesome/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("lib/fontawesome/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("lib/fontawesome/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("lib/fontawesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  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;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

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

.pswp--open {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  transition: opacity 0.15s; }

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

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

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

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

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

/* PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

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

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

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

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }
.pswp__button--close {
  background-position: 0 -44px; }

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

.pswp__button--fs {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

/*
	2. Share modal/popup and links
 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

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

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

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

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

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

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

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

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

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

/*
	3. Index indicator ("1 of X" counter)
 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption
 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

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

.pswp__caption--empty {
  display: none; }

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

/*
	5. Loading indicator (preloader)
	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

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

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(lib/photo-swipe/lib/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }
.pswp--css_animation .pswp__preloader__cut {
  /*
  	The idea of animating inner circle is based on Polymer ("material") loading indicator
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }
/*

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

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

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

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

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

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

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

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

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

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

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

/**
 * Libraries
 */
/**
 * Mixins
 */
/**
 * Scope
 *
 * Signify that a class creates a new styling context or Scope. Similar to a Theme,
 * but not necessarily cosmetic, these should be used sparingly—they can be open
 * to abuse and lead to poor CSS if not used wisely.
 */
/*
##Editor styles
This is how content, entered into the wordpress editor, will look like on a page.
*/
/*
###Typography

```
<div class="wp-editor">
	<h1>Heading 1</h1>
	<h2>Heading 2</h2>
	<h3>Heading 3</h3>
	<h4>Heading 4</h4>
	<h5>Heading 5</h5>
	<h6>Heading 6</h6>
	<p class="intro">Lorem ipsum dolor sit amet, <a href="#">consectetur</a> adipiscing elit.</p>
	<p>Lorem ipsum dolor sit amet, <a href="#">consectetur</a> adipiscing elit.</p>
</div>
```
*/
/*
###Lists

```
<div class="wp-editor">
	<ul>
		<li>List item 1</li>
		<li>List item 2</li>
		<li>List item 3</li>
	</ul>

	<ol>
		<li>List item 1</li>
		<li>List item 2</li>
		<li>List item 3</li>
	</ol>
</div>
```
*/
/*
###Table
```
<div class="wp-editor">
	<table>
		<thead>
			<tr>
				<th>Table heading</th>
				<th>Table heading</th>
				<th>Table heading</th>
			</tr>
		</thead>
		<tfoot>
			<tr>
				<td>Table footer</td>
				<td>Table footer</td>
				<td>Table footer</td>
			</tr>
		</tfoot>
		<tbody>
			<tr>
				<td>Table cell</td>
				<td>Table cell</td>
				<td>Table cell</td>
			</tr>
		</tbody>
	</table>
</div>
```
*/
/*
###Alignment
```
<div class="wp-editor">
	<p><img src="http://lorempixel.com/100/100/city/1" alt="" class="alignleft"/>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
	<p><img src="http://lorempixel.com/100/100/city/1" alt="" class="alignright"/>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
	<p><img src="http://lorempixel.com/100/100/city/1" alt="" class="aligncenter"/>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
	<p><img src="http://lorempixel.com/100/100/city/1" alt="" class="alignnone"/>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
```
*/
/*
###Galleries
```
<div class="wp-editor">
	<div class="gallery">
		<dl class="gallery-item">
			<dt class="gallery-icon">
				<img src="http://lorempixel.com/100/100/city/1" alt=""/>
			</dt>
			<dd class="gallery-caption">Lorem ipsum</dd>
		</dl>
		<dl class="gallery-item">
			<dt class="gallery-icon">
				<img src="http://lorempixel.com/100/100/city/1" alt=""/>
			</dt>
			<dd class="gallery-caption">Lorem ipsum</dd>
		</dl>
		<dl class="gallery-item">
			<dt class="gallery-icon">
				<img src="http://lorempixel.com/100/100/city/1" alt=""/>
			</dt>
			<dd class="gallery-caption">Lorem ipsum</dd>
		</dl>
		<dl class="gallery-item">
			<dt class="gallery-icon">
				<img src="http://lorempixel.com/100/100/city/1" alt=""/>
			</dt>
			<dd class="gallery-caption">Lorem ipsum</dd>
		</dl>
	</div>
</div>
```
*/
/*
###Media
```
<div class="wp-editor">
	<div class="wp-caption codeblock">
		<img src="http://lorempixel.com/100/100/city/1" alt="">
		<p class="wp-caption-text">test</p>
	</div>
</div>
```
*/
.wp-editor p, .wp-editor ul, .wp-editor ol, .wp-editor dl {
  line-height: 1.5em; }
.wp-editor p {
  font-size: 1rem; }
.wp-editor p, .wp-editor dl, .wp-editor hr, .wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4,
.wp-editor h5, .wp-editor h6, .wp-editor ol, .wp-editor ul, .wp-editor pre, .wp-editor table,
.wp-editor address, .wp-editor fieldset, .wp-editor figure {
  color: #585F9F;
  margin-bottom: 20px; }
.wp-editor ul {
  list-style: disc; }
.wp-editor ol {
  list-style: decimal; }
.wp-editor li {
  margin-left: 30px; }
.wp-editor table {
  border-collapse: collapse;
  border-spacing: 0; }
  .wp-editor table th {
    font-weight: bold;
    vertical-align: bottom;
    padding: 10px; }
  .wp-editor table td {
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top; }
.wp-editor a {
  color: inherit; }
  .wp-editor a:link {
    -webkit-tap-highlight-color: #38B99A; }
  .wp-editor a:visited {
    color: inherit; }
  .wp-editor a:hover {
    text-decoration: none; }
.wp-editor .alignleft {
  float: left;
  margin: 10px 10px 10px 0; }
.wp-editor .alignright {
  float: right;
  margin: 10px 0 10px 10px; }
.wp-editor .aligncenter {
  margin: 0 auto 20px; }
.wp-editor .gallery {
  text-align: center; }
  .wp-editor .gallery .gallery-item {
    display: inline-block;
    padding: 5px 3px 0;
    vertical-align: top;
    background: #eee;
    border: 1px solid #ddd;
    text-align: center; }
    .wp-editor .gallery .gallery-item img {
      display: block; }
  .wp-editor .gallery .gallery-caption {
    margin: 0;
    font-size: 11px; }
.wp-editor .figure a {
  display: block; }
.wp-editor .figure br {
  display: none; }
.wp-editor .wp-caption {
  background: #eee;
  border: 1px solid #ddd;
  max-width: 100%;
  padding: 5px 3px 0;
  text-align: center; }
  .wp-editor .wp-caption p, .wp-editor .wp-caption figcaption {
    font-size: 11px;
    margin: 2px 0; }
  .wp-editor .wp-caption img {
    display: block;
    width: 100%;
    margin: 0; }
  .wp-editor .wp-caption .alignnone {
    margin: 5px 20px 20px 0; }
  .wp-editor .wp-caption .alignleft {
    margin: 5px 20px 20px 0; }
  .wp-editor .wp-caption .alignright {
    margin: 5px 0 20px 20px; }

/**
 * Base
 *
 * The css in _base.scss only contains tag selectors and no class or id selectors
 */
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }
  body.admin-bar {
    padding-top: 32px; }
    @media screen and (max-width: 782px) {
      body.admin-bar {
        padding-top: 46px; } }

.c-wrapper {
  overflow-x: hidden; }

.section-content-img {
  overflow: hidden;
  position: relative;
  padding: 20px 0 40px; }
  @media only screen and (min-width: 64.063em) {
    .section-content-img:before, .section-content-img:after {
      content: '';
      position: absolute;
      background-color: #38B99A;
      right: -50px;
      width: 250px;
      height: 100%; }
    .section-content-img:before {
      transform: rotate(-30deg);
      top: -40%; }
    .section-content-img:after {
      transform: rotate(30deg);
      bottom: -40%; } }

@font-face {
  font-family: 'blockberegular';
  src: url("fonts/blockbe_regular-webfont.eot");
  src: url("fonts/blockbe_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/blockbe_regular-webfont.woff2") format("woff2"), url("fonts/blockbe_regular-webfont.woff") format("woff"), url("fonts/blockbe_regular-webfont.ttf") format("truetype"), url("fonts/blockbe_regular-webfont.svg#blockberegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BlockBE-Condensed';
  src: url("fonts/BlockBE-Condensed.eot?#iefix") format("embedded-opentype"), url("fonts/BlockBE-Condensed.otf") format("opentype"), url("fonts/BlockBE-Condensed.woff") format("woff"), url("fonts/BlockBE-Condensed.ttf") format("truetype"), url("fonts/BlockBE-Condensed.svg#BlockBE-Condensed") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helvetica_neueroman';
  src: url("fonts/hlr____-webfont.eot");
  src: url("fonts/hlr____-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/hlr____-webfont.woff2") format("woff2"), url("fonts/hlr____-webfont.woff") format("woff"), url("fonts/hlr____-webfont.ttf") format("truetype"), url("fonts/hlr____-webfont.svg#helvetica_neueroman") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "helvetica_neueroman", sans-serif;
  line-height: 1.5; }

/*
##Typography
An overview of our default text helpers

###Headings###
```
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

```
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "blockberegular", sans-serif; }

h1 {
  font-size: 4em; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 1.625rem; }

h4 {
  font-size: 1.375rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

/*
## Colors
All colors used throughout this project

```
<div class="colors">
	<div class="codeblock bg-light"><small>light</small></div>
	<div class="codeblock bg-stable"><small>stable</small></div>
	<div class="codeblock bg-positive"><small>positive</small></div>
	<div class="codeblock bg-calm"><small>calm</small></div>
	<div class="codeblock bg-balanced"><small>balanced</small></div>
	<div class="codeblock bg-energized"><small>energized</small></div>
	<div class="codeblock bg-assertive"><small>assertive</small></div>
	<div class="codeblock bg-royal"><small>royal</small></div>
	<div class="codeblock bg-dark"><small>dark</small></div>
</div>
```
*/
/*
## Helpers
Default classes within this project
*/
::-moz-selection {
  background: #38B99A;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #38B99A;
  color: #fff;
  text-shadow: none; }

/**
 * Objects
 *
 * o-: Signify that something is an Object, and that it may be used in any number
 * of unrelated contexts to the one you can currently see it in. Making modifications
 * to these types of class could potentially have knock-on effects in a lot of other
 * unrelated places. Tread carefully.
 */
.o-button, .c-planner__submit {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  border-radius: 99px;
  background: #E60C88;
  color: #ffffff;
  display: inline-block;
  font-family: "blockberegular", sans-serif;
  margin-top: 25px;
  padding: 8px 20px 11px;
  text-decoration: none; }
  .o-button:hover, .c-planner__submit:hover {
    background: #C94C91;
    text-decoration: none; }

.o-button--energized {
  background: #585F9F; }
  .o-button--energized:hover {
    background: #C94C91; }

.o-button--header {
  margin: 0 10px 0 0;
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .o-button--header {
      display: block;
      padding: 6px 20px 6px;
      z-index: 98;
      margin: 0; } }

.o-dropdown {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  border-radius: 99px;
  background: #E60C88;
  color: #ffffff;
  display: inline-block;
  font-family: "blockberegular", sans-serif;
  margin-top: 40px;
  padding: 8px 20px 11px;
  text-decoration: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .o-dropdown:hover {
    background: #C94C91; }

.o-dropdown__wrapper {
  position: relative; }
  .o-dropdown__wrapper:after {
    content: '\f078';
    color: #fff;
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: -3px;
    pointer-events: none; }

/*

To get something like this (f.e. for team teasers, team member teasers)

+-------+
|       |
|       |   TITLE ITEM
|  img  |   Lorem ipsum dolor
|       |   sit amet.
|       |
+-------+

*/
.o-flag {
  display: table;
  width: 100%; }

.o-flag__image, .o-flag__body {
  display: table-cell;
  vertical-align: middle; }
  .o-flag--top .o-flag__image,
  .o-flag--top .o-flag__body {
    vertical-align: top; }
  .o-flag--bottom .o-flag__image, .o-flag--bottom .o-flag__body {
    vertical-align: bottom; }

.o-flag__image {
  padding-right: 10px; }
  .o-flag__image > img {
    display: block;
    max-width: none; }
  .o-flag--rev .o-flag__image {
    padding-right: 0;
    padding-left: 10px; }

.o-flag__body {
  width: 100%; }

/* The media object
	 http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
*/
.o-media__body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }
.o-media__img {
  float: left; }
  .o-media__img img {
    display: block; }

.o-nav-block {
  color: #ffffff;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
  max-height: 325px;
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .o-nav-block {
      margin: 20px -15px 50px -15px !important;
      margin: 5px 0;
      padding: 10px;
      display: block;
      min-height: 540px; } }
  @media only screen and (min-width: 64.063em) {
    .o-nav-block {
      margin: 120px -15px 50px -15px !important; } }
  .o-nav-block:after {
    display: none;
    background: -moz-linear-gradient(top, rgba(88, 95, 159, 0) 0%, #585f9f 100%);
    background: -webkit-linear-gradient(top, rgba(88, 95, 159, 0) 0%, #585f9f 100%);
    background: linear-gradient(to bottom, rgba(88, 95, 159, 0) 0%, #585f9f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00585f9f', endColorstr='#585f9f', GradientType=0 );
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media only screen and (min-width: 40.063em) {
      .o-nav-block:after {
        display: block; } }
  .o-nav-block:hover {
    color: #ffffff; }
    @media only screen and (max-width: 40em) {
      .o-nav-block:hover {
        text-decoration: none; } }
    @media only screen and (min-width: 40.063em) {
      .o-nav-block:hover {
        background: #ffffff;
        -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
        color: #585F9F; } }
    .o-nav-block:hover:after {
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); }

.o-nav-block__image {
  display: none;
  background-position: center;
  background-size: cover;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .o-nav-block__image {
      display: block;
      position: relative; }
      .o-nav-block__image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 72.7272727273%; } }

.o-nav-block__title {
  font-size: 1.125rem;
  margin: 10px 0 -5px 0; }
  @media only screen and (min-width: 40.063em) {
    .o-nav-block__title {
      font-size: 1.375rem;
      margin-bottom: 22px; } }

.o-nav-block__text {
  display: none;
  font-size: 0.8125rem; }
  @media only screen and (min-width: 40.063em) {
    .o-nav-block__text {
      display: block; } }

.o-price {
  background: #E60C88;
  color: #ffffff;
  font-family: "blockberegular", sans-serif;
  padding: 20px 40px;
  width: 220px;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  position: absolute;
  top: -170px;
  left: 25px; }
  @media only screen and (min-width: 40.063em) {
    .o-price {
      left: -140px; } }

.o-price__only {
  font-size: 2.8125rem;
  margin-bottom: -15px;
  text-align: center; }

.o-price__price {
  text-align: center; }

.o-price__currency {
  font-size: 1.875rem;
  text-transform: uppercase;
  position: relative;
  top: -12px; }

.o-price__price--1 {
  font-size: 2.8125rem; }
.o-price__price--2 {
  font-size: 1.75rem;
  text-decoration: underline;
  position: relative;
  top: -12px; }

/**
 * Components
 *
 * c-: Signify that something is a Component. This is a concrete, implementation-specific
 * piece of UI. All of the changes you make to its styles should be detectable in the
 * context you’re currently looking at. Modifying these styles should be safe and have
 * no side effects.
 */
.c-benefits {
  background: #ffffff;
  padding: 40px 3000px 30px 0;
  margin: 190px -3000px 50px 0;
  position: relative; }
  .c-benefits:before {
    content: "";
    background: url("img/benefits-before.svg") center no-repeat;
    width: 160px;
    position: absolute;
    left: -160px;
    top: 0;
    bottom: 0; }

.c-benefits__title {
  color: #585F9F;
  font-size: 2.5rem; }

.c-benefits__list {
  list-style: none;
  padding-left: 0; }

.c-benefits__item {
  color: #585F9F;
  margin-bottom: 30px;
  position: relative; }
  .c-benefits__item:before {
    content: url("img/icon-plus.svg");
    position: absolute;
    left: -55px;
    top: 8px; }

.c-benefits-short__container {
  background: #F8B073;
  position: relative; }
  .c-benefits-short__container:after {
    content: '';
    background: #F8B073;
    height: 30px;
    position: absolute;
    width: 30px;
    bottom: -15px;
    left: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: translateX(-50%) rotate(45deg); }

.c-benefits-short {
  position: relative;
  margin-top: 3.75rem; }
  @media only screen and (min-width: 40.063em) {
    .c-benefits-short {
      margin-top: 200px; } }

.c-benefits-short__clearfix {
  margin-bottom: 1.875rem; }
  .c-benefits-short__clearfix:after {
    content: '';
    display: table;
    clear: both; }

.c-benefits-short__title {
  color: #585F9F;
  font-size: 2.5rem;
  float: left;
  margin-right: 1.875rem; }

.c-benefits-short__list {
  list-style: none;
  padding-left: 0; }

.c-benefits-short__item {
  color: #585F9F;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold; }
  .c-benefits-short__item:before {
    content: url("img/icon-plus.svg");
    position: absolute;
    left: -55px; }

.c-benefits-short__button {
  background: #e60c88;
  margin-top: 0;
  margin-bottom: 3.75rem; }

.c-benefits-short__dayticket {
  height: auto;
  position: relative;
  margin: 0 auto 1.875rem;
  border: 2px solid #38b99a;
  border-radius: 10px; }
  .c-benefits-short__dayticket img {
    width: 100%; }
    @media only screen and (min-width: 64.063em) {
      .c-benefits-short__dayticket img {
        width: auto; } }
  @media only screen and (min-width: 64.063em) {
    .c-benefits-short__dayticket {
      float: right; } }

.single-ticket .c-benefits-short__dayticket {
  border-radius: 0;
  border: none; }

.o-price-short {
  background: #E60C88;
  color: #ffffff;
  font-family: "blockberegular", sans-serif;
  padding: 0;
  width: 110px;
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
  top: -170px;
  left: 25px;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    .o-price-short {
      left: -140px; } }

.o-price-short__only {
  font-size: 1.875rem;
  margin-bottom: -15px;
  text-align: center; }

.o-price-short__price {
  text-align: center; }

.o-price-short__currency {
  font-size: 1.25rem;
  text-transform: uppercase;
  position: relative;
  top: -8px;
  left: -2px; }

.o-price-short__price--1 {
  font-size: 1.875rem; }
.o-price-short__price--2 {
  font-size: 1.125rem;
  position: relative;
  top: -8px;
  border-bottom: 3px solid #ffffff; }

.o-price-short--ticket {
  position: absolute;
  border-radius: 50%;
  top: -10px;
  height: 125px;
  width: 125px;
  left: 75%;
  font-family: "BlockBE-Condensed", sans-serif; }
  .o-price-short--ticket .o-price-short__currency {
    font-size: 2.1875rem;
    top: -8px; }
  @media only screen and (max-width: 64em) {
    .o-price-short--ticket {
      position: relative;
      width: 100px;
      border-radius: 0px;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      height: auto;
      width: 100%;
      left: 0; } }
  @media only screen and (min-width: 64.063em) {
    .o-price-short--ticket {
      right: 10px;
      left: auto;
      top: -60px;
      padding-top: 0.234375rem; }
      .o-price-short--ticket .o-price-short__price {
        letter-spacing: -4px; }
        .o-price-short--ticket .o-price-short__price--1 {
          font-size: 3.125rem; }
        .o-price-short--ticket .o-price-short__price--2 {
          font-size: 1.5rem;
          top: -15px;
          letter-spacing: 1px; }
      .o-price-short--ticket .o-price-short__only {
        font-size: 2.1875rem;
        text-align: center; } }

.c-benefits-short__list--ticket {
  padding-left: 60px; }

.c-card-location {
  display: block;
  height: 230px;
  overflow: hidden;
  position: relative; }
  .c-card-location:hover > .c-card-location__footer {
    bottom: 0;
    background: rgba(255, 255, 255, 0.8); }
    .c-card-location:hover > .c-card-location__footer .c-card-location__title {
      overflow: visible;
      white-space: normal; }

.c-card-location__image {
  background-size: cover;
  background-position: center;
  height: 100%; }

.c-card-location__footer {
  -webkit-transition: bottom 0.3s cubic-bezier(0.7, 0, 0.3, 1), background 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: bottom 0.3s cubic-bezier(0.7, 0, 0.3, 1), background 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: bottom 0.3s cubic-bezier(0.7, 0, 0.3, 1), background 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: bottom 0.3s cubic-bezier(0.7, 0, 0.3, 1), background 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  background-color: #ffffff;
  color: #585F9F;
  padding: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: calc(-100% + 70px);
  left: 0; }

.c-card-location__title {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.c-card-location__city {
  font-size: 0.8125rem;
  margin: 0; }

.c-card-location__button {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  border-radius: 99px;
  background: #E60C88;
  color: #ffffff;
  display: inline-block;
  font-family: "blockberegular", sans-serif;
  margin-top: 15px;
  padding: 5px 0 8px 0;
  text-align: center;
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px; }

.c-card-location__content {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0; }
  @media only screen and (max-width: 90em) {
    .c-card-location__content {
      font-size: 0.75rem;
      line-height: 1rem; } }

.c-card-route {
  display: block;
  position: relative; }
  .c-card-route:hover {
    text-decoration: none; }
    .c-card-route:hover .c-card-route__button svg {
      margin-left: 5px; }
    .c-card-route:hover .c-card-route__image {
      opacity: 0.8; }

.c-card-route__image {
  background-size: cover;
  background-position: center;
  height: 230px;
  transition: all .25s ease; }

.c-card-route__title {
  color: white;
  font-size: 1.125rem;
  margin: 0 0 10px 0;
  line-height: 1.25; }

.c-card-route__cats {
  margin-top: 10px; }
  .c-card-route__cats svg {
    width: 30px;
    height: auto; }
    .c-card-route__cats svg:nth-child(2), .c-card-route__cats svg:nth-child(4) {
      width: 9px;
      margin-bottom: 6px;
      position: relative;
      display: inline-block; }

.c-card-route__city {
  font-size: 0.8125rem;
  margin: 0; }

.c-card-route__button {
  color: #E60C88;
  display: inline-block;
  font-family: "blockberegular", sans-serif;
  text-align: left; }
  .c-card-route__button svg {
    transition: all .25s ease;
    margin-bottom: -2px; }

.c-card-route__content {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0; }
  @media only screen and (max-width: 90em) {
    .c-card-route__content {
      font-size: 0.75rem;
      line-height: 1rem; } }

.c-card-route__title--large {
  display: none;
  font-size: 2em; }

.c-card-route__excerpt {
  display: none;
  color: white; }

.c-discover__locations {
  margin-top: 30px;
  padding: 0 20px;
  position: relative; }
  .c-discover__locations--routes .featured {
    width: 100% !important;
    float: left;
    padding-bottom: 1.875rem; }
  @media only screen and (min-width: 40.063em) {
    .c-discover__locations--routes .featured .c-card-route {
      display: flex;
      align-items: center; }
    .c-discover__locations--routes .featured .c-card-route__wrap {
      width: 33.3333%;
      padding-left: 2rem; }
    .c-discover__locations--routes .featured .c-card-route__image {
      width: 66.66667%;
      float: left;
      padding-right: 1.25rem; }
    .c-discover__locations--routes .featured .c-card-route__image {
      height: 398px; }
    .c-discover__locations--routes .featured .c-card-route__title {
      display: none; }
    .c-discover__locations--routes .featured .c-card-route__title--large, .c-discover__locations--routes .featured .c-card-route__excerpt {
      display: block; } }

.c-companies {
  list-style: none;
  padding-left: 0; }

.c-companies__item {
  padding: 0 5px 10px 5px !important; }

.c-companies__logo {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #B6B6B6;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 100%; }

@media only screen and (min-width: 40.063em) {
  .c-contact {
    padding-top: 200px; } }
.c-contact .gform_wrapper {
  margin: 25px 0 100px 0; }
  .c-contact .gform_wrapper form .validation_error {
    display: none; }
  .c-contact .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
    color: #585F9F;
    font-family: "blockberegular", sans-serif;
    font-size: 1.125rem; }
    .c-contact .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label .gfield_required {
      color: #E60C88; }
  .c-contact .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
    background: none;
    border: none; }
    .c-contact .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .gfield_label {
      margin-top: 11px;
      margin-bottom: -9px; }
    .c-contact .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input,
    .c-contact .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
      border: 2px solid #c83232;
      width: 100% !important; }
    .c-contact .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .gfield_description {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      background: rgba(0, 0, 0, 0.5);
      color: #ffffff;
      padding: 10px 15px !important;
      position: relative; }
      .c-contact .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .gfield_description:before {
        content: '';
        background: #1C5D4E;
        height: 5px;
        transform: rotate(45deg);
        width: 5px;
        position: absolute;
        top: -2px;
        left: 15px; }
  .c-contact .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
  .c-contact .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 15px 10px; }
  .c-contact .gform_wrapper form .gform_footer input[type="submit"] {
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    border-radius: 99px;
    background: #E60C88;
    border: none;
    color: #ffffff;
    font-family: "blockberegular", sans-serif;
    font-size: 1rem;
    padding: 10px 50px; }

.c-content {
  background: #38B99A;
  padding: 40px 0 0 0; }
  .c-content--energized {
    background: #585F9F;
    padding: 40px 0; }
    @media only screen and (min-width: 40.063em) {
      .c-content--energized {
        padding: 70px 0 90px; } }
  .c-content--positive {
    padding-top: 0; }
    .c-content--positive h2 {
      margin: 0;
      font-size: 1.5em;
      padding: 2px 0 0; }
      @media only screen and (min-width: 90.063em) {
        .c-content--positive h2 {
          font-size: 2em;
          margin-top: .5em; } }
      .c-content--positive h2 .o-button, .c-content--positive h2 .c-planner__submit {
        font-size: 16px;
        margin-top: 0;
        bottom: 8px;
        position: relative;
        left: 20px; }
      .c-content--positive h2 svg {
        margin-bottom: -12px;
        width: 7px;
        padding: 0 0 10px 0; }
        @media only screen and (min-width: 90.063em) {
          .c-content--positive h2 svg {
            margin-bottom: -10px;
            width: 17px; } }
    .c-content--positive .container {
      position: relative; }
    @media only screen and (min-width: 90.063em) {
      .c-content--positive {
        padding: 0px 0 15px; } }
  .c-content.one_route h2 {
    padding: 8px 0; }
    .c-content.one_route h2 svg {
      bottom: -5px;
      position: relative; }
  .c-content.one_route .o-button, .c-content.one_route .c-planner__submit {
    bottom: 4px; }

.c-content--hand {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none; }
  @media only screen and (min-width: 64.063em) {
    .c-content--hand {
      display: block;
      bottom: -15px; } }

@media only screen and (min-width: 40.063em) {
  .c-content__container {
    position: relative; } }

.c-content__title {
  color: #ffffff; }

.c-content__text {
  color: #ffffff;
  font-size: 1rem;
  margin-top: 35px; }

@media only screen and (min-width: 40.063em) {
  .c-content__button {
    position: absolute;
    top: 100%;
    z-index: 1; } }

.c-content.tpl-short {
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .c-how-it-works {
    padding-top: 184px; } }

@media only screen and (min-width: 40.063em) {
  .c-route {
    padding-top: 184px; } }

@media only screen and (min-width: 40.063em) {
  .blocks__home .medium-block-grid-3 {
    display: flex; } }

.block__home {
  width: 100%;
  margin: 0 auto 70px;
  margin-top: -50px;
  background: #38B99A;
  padding: 35px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (min-width: 40.063em) {
    .block__home {
      width: auto;
      margin: -60px 20px 0; } }
  .block__home img {
    margin: auto; }

.c-content-img {
  margin-top: 3.75rem;
  margin-bottom: 1.875rem; }

.c-content-img__title {
  color: #585F9F;
  padding: 0 15px 20px 15px; }

.c-content-img__content {
  color: #585F9F; }

.c-content-img__image {
  vertical-align: middle;
  text-align: center;
  position: relative;
  max-width: 301px; }
  .c-content-img__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 98.0066445183%; }
  @media only screen and (min-width: 64.063em) {
    .c-content-img__image {
      margin-left: 1.875rem; } }
  .c-content-img__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

.c-content-w-link {
  text-align: center;
  background: #585F9F;
  padding-bottom: 70px; }

.c-content-w-link .wp-editor dl,
.c-content-w-link .wp-editor hr,
.c-content-w-link .wp-editor h1,
.c-content-w-link .wp-editor h3,
.c-content-w-link .wp-editor h2,
.c-content-w-link .wp-editor h4,
.c-content-w-link .wp-editor h5,
.c-content-w-link .wp-editor h6,
.c-content-w-link .wp-editor p,
.c-content-w-link .wp-editor ol,
.c-content-w-link .wp-editor ul,
.c-content-w-link .wp-editor pre,
.c-content-w-link .wp-editor table,
.c-content-w-link .wp-editor address,
.c-content-w-link .wp-editor fieldset,
.c-content-w-link .wp-editor figure {
  color: #ffffff; }

.c-cta {
  background-color: #ffffff;
  padding: 3.75rem 0; }

.c-cta__title {
  color: #585F9F; }

.c-discover__title {
  background: #ffffff;
  color: #585F9F;
  font-size: 2.5rem;
  padding: 40px 0 40px 0;
  position: relative;
  text-align: center;
  margin: 0; }
  .c-discover__title:after {
    content: '';
    background: #ffffff;
    height: 30px;
    margin-left: -15px;
    position: absolute;
    width: 30px;
    bottom: -15px;
    left: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2; }

.c-discover__content {
  position: relative; }

.c-discover__content {
  background-color: #38B99A;
  padding: 40px 0 45px 0; }
  .c-discover__content--orange {
    background-color: #F8B073; }

.c-discover__locations {
  margin-top: 30px;
  padding: 0 20px;
  position: relative; }

.c-discover__loader {
  background: #38B99A;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0; }
  .c-discover__loader--orange {
    background: #F8B073; }

.c-discover__loadmore {
  margin-top: 25px;
  text-align: center; }
  .c-discover__loadmore span {
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    border-radius: 99px;
    background: #585F9F;
    color: #ffffff;
    cursor: pointer;
    font-family: "blockberegular", sans-serif;
    padding: 8px 20px 11px; }

@media only screen and (min-width: 40.063em) {
  .c-discover__flex {
    display: flex;
    align-items: center;
    justify-content: center; } }

.c-discover__column-holder {
  display: flex;
  flex-direction: column;
  padding: 0 20px; }
  @media only screen and (min-width: 40.063em) {
    .c-discover__column-holder {
      flex-direction: row;
      padding: 0; } }

.c-discover__column + .c-discover__column {
  margin-top: 10px; }
  @media only screen and (min-width: 40.063em) {
    .c-discover__column + .c-discover__column {
      margin-left: 10px;
      margin-top: 0; } }
.c-discover__column .o-dropdown {
  margin-top: 0;
  width: 100%;
  text-overflow: ellipsis;
  border: 0; }
  .c-discover__column .o-dropdown__wrapper--dark:after {
    color: #585F9F; }
  .c-discover__column .o-dropdown--light {
    background: rgba(255, 255, 255, 0.8);
    color: #585F9F; }
  @media only screen and (min-width: 40.063em) {
    .c-discover__column .o-dropdown {
      max-width: 200px; } }

.single-ticket .c-discover__flex {
  display: none; }

.c-logo {
  margin: 0;
  z-index: 99; }
  @media only screen and (max-width: 40em) {
    .c-logo {
      padding-top: 60px; } }
  @media only screen and (min-width: 64.063em) {
    .c-logo {
      margin: 0 0 0 -150px;
      position: absolute;
      top: 0;
      left: 50%; } }
  .c-logo__link {
    background: #ffffff url("img/logo.png") no-repeat center center;
    display: block;
    text-indent: -999em;
    height: 85px;
    width: 100%;
    background-size: 250px; }
    @media only screen and (min-width: 64.063em) {
      .c-logo__link {
        height: 120px;
        width: 300px;
        background-size: 300px; } }

.c-banner {
  height: 150px;
  width: 150px;
  background: no-repeat center center;
  position: absolute;
  top: 40px;
  left: 90%;
  background-size: contain;
  text-indent: -999em; }
  @media only screen and (max-width: 40em) {
    .c-banner {
      height: 100px;
      width: 100px;
      top: 100px;
      left: auto;
      right: 10px; } }

.c-map-container {
  background-image: url(img/planner-bg.png);
  background-position: 10px 60px; }
  @media only screen and (min-width: 40.063em) {
    .c-map-container {
      padding-top: 140px;
      padding-bottom: 80px; } }

@media only screen and (min-width: 40.063em) {
  .c-map-container__content {
    width: 70%;
    padding: 0 50px 15px; } }

@media only screen and (min-width: 40.063em) {
  .c-map-container__content--full {
    width: 100%;
    padding: 0 50px 15px; } }

.c-map-container__map {
  height: 520px; }

.c-map-container__infobox {
  -webkit-box-shadow: 0px 0px 50px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 50px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 50px 6px rgba(0, 0, 0, 0.25);
  position: relative; }

.c-map-container__infobox:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px; }

.c-map-container__infobox-content {
  font-family: "helvetica_neueroman", sans-serif;
  font-size: 0.875rem; }

.c-map-container__infobox img {
  max-width: 220px; }

.c-footer {
  background: #ffffff; }
  .c-footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .c-footer .row .columns {
      width: 135px; }
  .c-footer--logo {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width: 100%; }

.c-header {
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .c-header {
      padding-top: 60px; } }

.c-inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #B6B6B6; }

.c-inline-list__item {
  padding: 0;
  display: inline-block;
  margin-right: 0.625rem;
  margin-bottom: 10px; }

.c-inline-list .c-inline-list__item:first-child {
  margin-right: 1.875rem;
  display: block;
  margin-bottom: 5px; }
  @media only screen and (min-width: 40.063em) {
    .c-inline-list .c-inline-list__item:first-child {
      display: inline-block;
      margin-bottom: 0; } }

.c-inline-list__item.c-inline-list__item--text {
  color: #585F9F; }

.c-inline-list__link {
  display: inline-block;
  background-color: #585F9F;
  padding: 3px 13px 5px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  font-family: "blockberegular", sans-serif;
  font-size: 14px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  border-radius: 99px; }

.c-language-selector {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 100;
  display: flex; }
  @media only screen and (min-width: 40.063em) {
    .c-language-selector {
      z-index: 98;
      margin: 0; } }
  .c-language-selector #lang_sel ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .c-language-selector #lang_sel ul li .lang_sel_sel {
      -webkit-border-radius: 99px;
      -moz-border-radius: 99px;
      -ms-border-radius: 99px;
      border-radius: 99px;
      background: #3d426e;
      border: none;
      color: #ffffff;
      font-family: "blockberegular", sans-serif;
      font-size: 1rem;
      padding: 6px 50px 9px 20px;
      position: relative;
      display: inline-block;
      text-decoration: none;
      text-align: left; }
      .c-language-selector #lang_sel ul li .lang_sel_sel:after {
        content: '\f078';
        color: #ffffff;
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 9px;
        border-top: 0; }
      .c-language-selector #lang_sel ul li .lang_sel_sel:hover {
        background: #2b2e4d; }
    .c-language-selector #lang_sel ul li:hover ul {
      display: block; }
    .c-language-selector #lang_sel ul li ul {
      border: none;
      height: auto;
      position: fixed;
      top: 44px;
      right: 30px;
      left: auto;
      padding-top: 20px !important;
      width: 150px;
      display: none; }
      .c-language-selector #lang_sel ul li ul:before {
        background: #e7e7e7;
        content: '';
        height: 15px;
        position: absolute;
        top: 15px;
        right: 10px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 15px; }
        @media only screen and (min-width: 40.063em) {
          .c-language-selector #lang_sel ul li ul:before {
            background: #ffffff; } }
      .c-language-selector #lang_sel ul li ul li:first-of-type {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        overflow: hidden; }
      .c-language-selector #lang_sel ul li ul li:last-of-type {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        overflow: hidden; }
      .c-language-selector #lang_sel ul li ul li a {
        border: none;
        color: #585F9F;
        font-size: 1rem;
        font-family: "blockberegular", sans-serif;
        padding: 15px;
        background: #e7e7e7;
        position: relative;
        text-decoration: none;
        display: block; }
        @media only screen and (min-width: 40.063em) {
          .c-language-selector #lang_sel ul li ul li a {
            background: #ffffff; } }
        .c-language-selector #lang_sel ul li ul li a:hover {
          background: #E60C88;
          color: #ffffff; }

.c-language-selector .wpml-ls-statics-shortcode_actions {
  background: transparent;
  width: 160px; }
.c-language-selector .wpml-ls-legacy-dropdown .wpml-ls-item {
  text-align: right; }

.c-nav {
  position: relative;
  z-index: 100; }
  @media only screen and (min-width: 40.063em) {
    .c-nav {
      position: fixed;
      left: 0;
      right: 0;
      z-index: 100;
      z-index: 98; } }

.c-nav__inner {
  -webkit-transition: max-height 0.3s cubic-bezier(0.7, 0, 0.3, 1), min-height 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: max-height 0.3s cubic-bezier(0.7, 0, 0.3, 1), min-height 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: max-height 0.3s cubic-bezier(0.7, 0, 0.3, 1), min-height 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: max-height 0.3s cubic-bezier(0.7, 0, 0.3, 1), min-height 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  background: #585F9F;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 40em) {
    .c-nav__inner {
      padding: 30px 0 10px 0;
      position: fixed;
      left: 0;
      right: 0;
      z-index: 100; } }
  .c-nav__inner.open {
    min-height: 300px;
    max-height: 999px; }
    .c-nav__inner.open .nav-toggle--open {
      display: none; }
    .c-nav__inner.open .nav-toggle--close {
      display: block; }
    .c-nav__inner.open .o-nav-block,
    .c-nav__inner.open .menu-container {
      display: block; }
  .c-nav__inner .nav-toggle {
    position: absolute;
    left: 20px;
    top: 13px;
    z-index: 10;
    height: 30px;
    text-decoration: none;
    width: 35px; }
    .c-nav__inner .nav-toggle p {
      color: #ffffff;
      font-family: "blockberegular", sans-serif;
      margin: 6px 0 0 45px; }
    .c-nav__inner .nav-toggle--open {
      display: block; }
    .c-nav__inner .nav-toggle--close {
      display: none; }
    .c-nav__inner .nav-toggle span,
    .c-nav__inner .nav-toggle span:before,
    .c-nav__inner .nav-toggle span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 4px;
      width: 30px;
      background: #ffffff;
      position: absolute;
      display: block;
      content: '';
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      top: 15px; }
    .c-nav__inner .nav-toggle span:before {
      top: -10px; }
    .c-nav__inner .nav-toggle span:after {
      top: 10px; }
    .c-nav__inner .nav-toggle.active span {
      background-color: transparent; }
    .c-nav__inner .nav-toggle.active span:before, .c-nav__inner .nav-toggle.active span:after {
      top: 0; }
    .c-nav__inner .nav-toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .c-nav__inner .nav-toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .c-nav__inner .menu-container {
    display: none; }
    @media only screen and (min-width: 64.063em) {
      .c-nav__inner .menu-container {
        margin-top: 165px;
        display: block; } }
  .c-nav__inner .menu {
    list-style: none;
    margin: 0;
    padding-left: 10px; }
    @media only screen and (min-width: 40.063em) {
      .c-nav__inner .menu {
        margin-top: -10px; } }
    @media only screen and (min-width: 64.063em) {
      .c-nav__inner .menu {
        margin-top: 0;
        padding: 0;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 40em) {
      .c-nav__inner .menu li {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .c-nav__inner .menu li {
        display: inline;
        margin-right: 10px; } }
    .c-nav__inner .menu li a {
      color: #ffffff;
      font-family: "blockberegular", sans-serif;
      font-size: 1.125rem;
      text-decoration: none; }
      @media only screen and (min-width: 40.063em) {
        .c-nav__inner .menu li a {
          font-size: 1.625rem; } }
      .c-nav__inner .menu li a:hover {
        text-decoration: underline; }

@media only screen and (min-width: 40.063em) {
  .c-nav__links-container {
    margin-top: 42px;
    display: inline-block; } }
@media only screen and (min-width: 64.063em) {
  .c-nav__links-container {
    max-width: 2560px;
    margin: 0 auto;
    display: block; } }

.c-nav__extra-links {
  padding-left: 0; }
  .c-nav__extra-links li {
    list-style: none;
    color: #ffffff;
    line-height: 25px; }
  .c-nav__extra-links a {
    color: #ffffff;
    font-weight: bold; }

.c-panel {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #B6B6B6;
  padding: 5px 20px 0 20px;
  word-wrap: break-word;
  min-height: 150px; }

.c-popup__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  display: none;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%; }

.c-popup {
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  width: 90%;
  min-height: 300px;
  max-width: 1080px;
  margin: 0 auto 40px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  color: #585F9F; }
  .c-popup .c-discover__loader {
    background-color: #ffffff;
    bottom: 0; }

.c-popup__inner {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  width: 100%; }
  @media only screen and (max-width: 64em) {
    .c-popup__inner {
      flex-direction: column;
      -ms-flex-direction: column; } }

.c-popup__title {
  margin: 0 0 5px;
  font-size: 1.625rem;
  max-width: 100%; }
  .c-popup__title span {
    color: #E60C88; }

.c-popup__title--large {
  font-size: 2.5rem; }

.c-popup__excerpt {
  font-size: 1.125rem; }

.c-popup__label {
  margin: 15px 0 10px;
  font-size: 1.125rem; }

.c-popup__btn {
  background-color: #E60C88;
  color: #ffffff;
  position: absolute;
  right: -23px;
  top: -20px;
  width: 47px;
  height: 47px;
  border-radius: 47px;
  font-size: 20px;
  z-index: 10;
  border: none; }

.c-popup__column {
  flex-basis: 33.33%;
  flex-direction: column;
  -ms-flex-direction: column;
  display: flex;
  display: -ms-flexbox;
  min-height: 100%;
  padding: 30px;
  align-items: flex-start; }
  .c-popup__column hr {
    width: 100%;
    height: 2px;
    background-color: rgba(74, 45, 114, 0.05);
    margin: 15px 0;
    border: none; }
  .c-popup__column:nth-child(1) .o-button, .c-popup__column:nth-child(1) .c-planner__submit {
    margin: 30px auto 0; }
  .c-popup__column:nth-child(2) {
    background-color: rgba(74, 45, 114, 0.05); }
    .c-popup__column:nth-child(2) hr,
    .c-popup__column:nth-child(2) .c-popup__img {
      background-color: #ffffff; }

.c-popup__img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-top: 10px;
  background-color: rgba(74, 45, 114, 0.05); }

.c-popup__img--large {
  height: 380px;
  margin-top: 0px; }

.c-popup__ticket-title {
  margin: 10px 0; }

.c-popup__region,
.c-popup__price {
  margin: 0; }

.c-popup__price {
  font-weight: bold; }

.c-popup__restriction-imgs,
.c-popup__company-imgs {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  width: 100%;
  flex-wrap: wrap; }

.c-popup__restriction-img {
  width: 25%;
  height: 50px; }
  .c-popup__restriction-img img {
    max-width: 100%;
    max-height: 100%; }

.c-popup__company-img {
  width: 25%;
  height: 22px;
  margin: 0 0 10px; }
  .c-popup__company-img img {
    max-width: 100%;
    max-height: 100%; }

.c-popup__buttons {
  margin-top: auto;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap; }
  .c-popup__buttons .o-button, .c-popup__buttons .c-planner__submit {
    margin-top: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px; }
    .c-popup__buttons .o-button:last-child, .c-popup__buttons .c-planner__submit:last-child {
      margin-right: 0; }

.c-planner-container {
  padding-top: 140px;
  padding-bottom: 80px;
  background-image: url(img/planner-bg.png);
  background-position: 10px 60px; }

.c-planner {
  width: 300px;
  margin: 0 auto;
  transition: width .5s ease-in;
  background-color: #ffffff;
  padding: 10px; }
  @media only screen and (min-width: 40.063em) {
    .c-planner {
      padding: 10px 30px; } }

.c-planner__title {
  color: #585F9F;
  font-size: 1.625rem;
  text-align: center; }

.c-planner__intro {
  color: #B6B6B6; }

.c-planner__subtitle {
  color: #585F9F;
  font-size: 1.125rem; }

.c-planner__step-number {
  display: inline-block;
  background-color: #E60C88;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: #ffffff;
  font-size: 14px;
  text-align: center; }

.c-planner__logo {
  display: block;
  background-image: url(img/9292-logo@2x.png);
  background-size: 100%;
  width: 60px;
  height: 60px;
  margin: 20px auto; }

.c-planner__form input:not([type="radio"]) {
  width: 100%;
  border: 0; }
.c-planner__form label {
  color: #B6B6B6; }
.c-planner__form input[type="checkbox"] {
  display: inline-block;
  width: auto; }

.c-planner__form-row {
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px; }
  .c-planner__form-row:before, .c-planner__form-row:after {
    content: " ";
    display: table; }
  .c-planner__form-row:after {
    clear: both; }

.c-planner__form-date {
  float: left;
  width: 60%;
  position: relative; }

.c-planner__form-time {
  float: left;
  width: 40%;
  position: relative; }

.c-planner__form-col {
  float: left;
  width: 50%; }

.c-planner--solutions {
  width: 750px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px; }
  @media only screen and (min-width: 40.063em) {
    .c-planner--solutions {
      padding: 10px 30px; } }
  .c-planner--solutions #widgetHeaderTtl {
    border-bottom: 2px solid #E60C88; }
    .c-planner--solutions #widgetHeaderTtl span {
      min-width: 80px;
      display: inline-block; }
  .c-planner--solutions #widgetHeaderData {
    float: left;
    margin-bottom: 30px; }
  .c-planner--solutions #solutions {
    clear: both; }

.c-planner__results {
  opacity: 0;
  transition: opacity .2s ease-in;
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.c-planner--solutions .c-planner__results {
  opacity: 1; }
.c-planner__results a {
  color: #585F9F; }

.c-planner .error {
  display: block;
  font-size: 13px;
  color: #c00; }

.c-planner__times {
  padding-left: 0;
  font-size: 13px; }
  .c-planner__times ul {
    padding-left: 0;
    list-style: none; }
  .c-planner__times li {
    margin-bottom: 10px;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer; }
    .c-planner__times li.selected, .c-planner__times li:hover {
      background: #585F9F;
      color: #ffffff; }
  .c-planner__times span {
    display: block;
    font-size: 15px;
    font-weight: bold; }

.c-planner__journeys {
  padding-right: 0; }
  .c-planner__journeys .alert {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #E60C88;
    color: #ffffff;
    overflow: hidden;
    padding: 1px 15px 0 15px; }
    .c-planner__journeys .alert p:last-child {
      background: #C94C91;
      margin: 0 -15px;
      padding: 10px 15px 10px 15px; }
      .c-planner__journeys .alert p:last-child a {
        color: #ffffff;
        font-weight: bold; }
  .c-planner__journeys .stop {
    margin: 25px 0; }
  .c-planner__journeys .stop-header {
    font-size: 1rem;
    margin-bottom: 6px;
    padding: 0 0 0 45px;
    position: relative; }
    .c-planner__journeys .stop-header .destination {
      color: #8A8A8A;
      display: inline-block;
      font-size: 0.75rem;
      margin-left: 5px; }
    .c-planner__journeys .stop-header .Walk:before {
      content: '';
      background: url("img/walk.svg") center center no-repeat;
      background-size: contain;
      display: block;
      height: 35px;
      width: 35px;
      position: absolute;
      left: 0px;
      bottom: 0; }
    .c-planner__journeys .stop-header .Bus:before {
      content: '';
      background: url("img/bus.svg") center center no-repeat;
      background-size: contain;
      display: block;
      height: 35px;
      width: 35px;
      position: absolute;
      left: 0px;
      bottom: 0; }
    .c-planner__journeys .stop-header .Tram:before {
      content: '';
      background: url("img/tram.svg") center center no-repeat;
      background-size: contain;
      display: block;
      height: 35px;
      width: 35px;
      position: absolute;
      left: 0px;
      bottom: 0; }
    .c-planner__journeys .stop-header .Train:before {
      content: '';
      background: url("img/train.svg") center center no-repeat;
      background-size: contain;
      display: block;
      height: 35px;
      width: 35px;
      position: absolute;
      left: 0px;
      bottom: 0; }
    .c-planner__journeys .stop-header .Subway:before {
      content: '';
      background: url("img/train.svg") center center no-repeat;
      background-size: contain;
      display: block;
      height: 35px;
      width: 35px;
      position: absolute;
      left: 0px;
      bottom: 0; }
    .c-planner__journeys .stop-header .Ferry:before {
      content: '';
      background: url("img/boat.svg") center center no-repeat;
      background-size: contain;
      display: block;
      height: 35px;
      width: 35px;
      position: absolute;
      left: 0px;
      bottom: 0; }
  .c-planner__journeys .stop-depart,
  .c-planner__journeys .stop-arrival {
    background: #585F9F;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 10px; }
    .c-planner__journeys .stop-depart .time,
    .c-planner__journeys .stop-arrival .time {
      display: inline-block;
      font-size: 0.8125rem;
      font-weight: bold; }
    .c-planner__journeys .stop-depart .location,
    .c-planner__journeys .stop-arrival .location {
      display: inline-block; }
    .c-planner__journeys .stop-depart .platform,
    .c-planner__journeys .stop-arrival .platform {
      float: right;
      font-size: 12px; }
  .c-planner__journeys .stop-arrival {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 1px; }

.c-widget__popup {
  position: fixed;
  width: 450px;
  height: 400px;
  z-index: 9999;
  background: #F8B073;
  font-family: "blockberegular", sans-serif;
  color: #ffffff;
  font-size: 1.2em;
  left: 50%;
  top: 20%;
  margin-left: -225px;
  padding: 1.875rem;
  display: none; }
  @media only screen and (max-width: 40em) {
    .c-widget__popup {
      bottom: -100%;
      width: auto;
      height: 500px;
      margin: 0;
      left: 10px;
      right: 10px;
      padding: 2.8125rem 1.25rem 1.875rem; } }
  @media only screen and (max-width: 40em) {
    .c-widget__popup.show {
      bottom: 50%; } }

.c-widget__overlay {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  display: none; }

.c-widget__close {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  text-indent: -999em;
  display: block;
  width: 24px;
  height: 24px; }
  .c-widget__close:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #000000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px; }
  .c-widget__close:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #000000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px; }

.c-restrictions {
  position: relative; }
  .c-restrictions:after {
    content: '';
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: -3000px;
    right: -3000px;
    bottom: 0;
    z-index: 1; }

.c-restrictions--content {
  background: #585F9F;
  padding: 40px 0 40px;
  position: relative;
  z-index: 2; }
  .c-restrictions--content img {
    margin-bottom: 15px; }
  .c-restrictions--content:before {
    content: '';
    background: url("img/restrictions-after.svg") center no-repeat;
    width: 160px;
    position: absolute;
    right: -160px;
    top: 0;
    bottom: 0; }

.page-template-tpl-short .c-restrictions--content,
.page-template-tpl-home .c-restrictions--content {
  padding: 40px 0 55px 3000px;
  margin: 100px 0 0 -3000px; }

.tpl-short .c-restrictions--content .c-restrictions--full {
  margin: 0 0 0 -3000px; }

.c-restrictions__title {
  color: #ffffff;
  font-size: 2.5rem; }

.c-restrictions__text {
  color: #ffffff; }

.c-restrictions__button {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 3.75rem;
  background-color: #E60C88;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 0.9375rem;
  margin-top: 1.875rem;
  right: -50%;
  -ms-transform: rotate(-15deg) translateX(-50%);
  -webkit-transform: rotate(-15deg) translateX(-50%);
  transform: rotate(-15deg) translateX(-50%); }
  .c-restrictions__button p {
    color: #ffffff;
    font-family: 'blockberegular', sans-serif;
    font-size: 1.375rem;
    line-height: 1;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (min-width: 40.063em) {
    .c-restrictions__button {
      position: absolute;
      top: 50%;
      right: -10.3125rem;
      -ms-transform: rotate(-15deg) translateX(0);
      -webkit-transform: rotate(-15deg) translateX(0);
      transform: rotate(-15deg) translateX(0); } }
  .c-restrictions__button:hover {
    background-color: #C94C91; }

.c-restrictions-container--full {
  background: #585F9F; }

.c-restrictions--full {
  background: #585F9F;
  margin-top: 0; }
  .c-restrictions--full :before {
    display: none; }
  .c-restrictions--full:after {
    display: none; }

.c-restrictions__button--flat {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  text-align: center; }
  .c-restrictions__button--flat .o-button, .c-restrictions__button--flat .c-planner__submit {
    margin: 0; }

.c-restrictions__title {
  text-align: left; }

.c-restrictions__icons {
  z-index: 2;
  padding-left: 0; }
  @media only screen and (min-width: 40.063em) {
    .c-restrictions__icons {
      text-align: right; }
      .c-restrictions__icons li {
        height: 150px;
        width: 150px;
        display: flex;
        justify-content: center; } }

.c-restrictions__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center; }
  @media only screen and (min-width: 64.063em) {
    .c-restrictions__row {
      flex-direction: row;
      text-align: left; } }

.c-slider__slide {
  background-size: cover;
  background-position: center;
  height: 370px;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .c-slider__slide {
      height: 520px; } }

.c-slider__overlay {
  color: white; }
  @media only screen and (min-width: 40.063em) {
    .c-slider__overlay {
      margin-top: 50px; } }
  .c-slider__overlay h2 {
    font-size: 3em;
    color: white;
    text-shadow: 0 0 19px rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 64.063em) {
      .c-slider__overlay h2 {
        font-size: 5em;
        line-height: .9;
        max-width: 70%; } }
    @media only screen and (min-width: 90.063em) {
      .c-slider__overlay h2 {
        font-size: 7em; } }
  @media only screen and (min-width: 64.063em) {
    .c-slider__overlay p {
      max-width: 50%;
      font-size: 1.2em;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); } }

.arrow {
  position: absolute;
  top: 50%;
  left: 20px;
  background: #E5007D;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .arrow--next {
    left: auto;
    right: 20px; }
  .arrow:hover {
    background: #BF0068; }
    .arrow:hover svg path {
      stroke: #3D426E; }

.slick-dots {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px; }
  @media only screen and (min-width: 64.063em) {
    .slick-dots {
      bottom: 35px; } }
  .slick-dots li {
    display: inline-block;
    height: 15px;
    margin: 0 7px;
    width: 15px; }
    .slick-dots li button[type='button'] {
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      -ms-border-radius: 999px;
      border-radius: 999px;
      border: none;
      background: #ffffff;
      display: inline-block;
      height: 15px;
      text-indent: -999em;
      width: 15px; }
    .slick-dots li.slick-active button[type='button'] {
      background: #585F9F; }

.c-slider__title {
  background: #fff;
  position: absolute;
  bottom: 1px;
  padding: 2px 2px 24px 2px;
  width: 100%;
  text-align: center;
  margin: 0; }
  @media only screen and (min-width: 64.063em) {
    .c-slider__title {
      padding: 18px 50px 18px 90px;
      width: auto;
      bottom: 20px; }
      .c-slider__title:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: -88px;
        height: 0;
        border: 0 solid transparent;
        border-right-width: 88px;
        border-left-width: -2px;
        border-bottom: 64px solid #ffffff; } }

.c-slider__title-first {
  color: #585F9F; }

.c-slider__title-second {
  color: #E60C88; }

.c-slider__arrow-bottom {
  position: absolute;
  bottom: 0;
  width: 100%; }
  .c-slider__arrow-bottom:before, .c-slider__arrow-bottom:after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 50%;
    box-sizing: border-box; }
  .c-slider__arrow-bottom:before {
    right: 50%;
    border-bottom: 20px solid;
    border-right: 20px solid transparent; }
  .c-slider__arrow-bottom:after {
    left: 50%;
    border-bottom: 20px solid;
    border-left: 20px solid transparent; }

.c-slider__arrow-bottom--light:before, .c-slider__arrow-bottom--light:after {
  border-bottom-color: #ffffff; }

.c-slider__arrow-bottom--stable:before, .c-slider__arrow-bottom--stable:after {
  border-bottom-color: #e7e7e7; }

.c-slider__arrow-bottom--positive:before, .c-slider__arrow-bottom--positive:after {
  border-bottom-color: #38B99A; }

.c-slider__arrow-bottom--calm:before, .c-slider__arrow-bottom--calm:after {
  border-bottom-color: #C94C91; }

.c-slider__arrow-bottom--balanced:before, .c-slider__arrow-bottom--balanced:after {
  border-bottom-color: #B6B6B6; }

.c-slider__arrow-bottom--energized:before, .c-slider__arrow-bottom--energized:after {
  border-bottom-color: #585F9F; }

.c-slider__arrow-bottom--assertive:before, .c-slider__arrow-bottom--assertive:after {
  border-bottom-color: #F8B073; }

.c-slider__arrow-bottom--alert:before, .c-slider__arrow-bottom--alert:after {
  border-bottom-color: #e74c3c; }

.c-slider__arrow-bottom--royal:before, .c-slider__arrow-bottom--royal:after {
  border-bottom-color: #E60C88; }

.c-slider__arrow-bottom--dark:before, .c-slider__arrow-bottom--dark:after {
  border-bottom-color: #000000; }

.c-slider__arrow-bottom--default:before, .c-slider__arrow-bottom--default:after {
  border-bottom-color: #38B99A; }

/*
Hacky:
first image ( https://touristdayticket.nl/wp-content/uploads/2016/03/TDT_Website_header_automaat-ENG_v2.jpg )
should be aligned to the right
*/
.c-slider__slide[style*='TDT_Website_header_automaat-ENG_v2.jpg'] {
  background-position: center right; }

.c-survey {
  background-color: #585F9F;
  padding-bottom: 30px; }

.c-survey__takesurvey {
  text-align: center;
  margin-top: 25px; }
  .c-survey__takesurvey span, .c-survey__takesurvey a {
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    border-radius: 99px;
    background: #E60C88;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    font-family: "blockberegular", sans-serif;
    padding: 8px 20px 11px; }

.c-ticketinfo {
  position: relative; }

.c-ticketinfo--content {
  background: #ffffff;
  padding: 40px 3000px 55px 0;
  margin-right: -3000px;
  position: relative; }
  .c-ticketinfo--content:before {
    content: "";
    background: url("img/benefits-before.svg") center no-repeat;
    width: 160px;
    position: absolute;
    left: -160px;
    top: 0;
    bottom: 0; }

.c-ticketinfo__title {
  color: #585F9F;
  font-size: 2.5rem; }

.c-ticketinfo__text {
  color: #585F9F;
  display: inline-block; }

.c-ticketinfo__button {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 3.75rem;
  background-color: #E60C88;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 0.9375rem;
  margin-top: 1.875rem;
  -ms-transform: rotate(-15deg) translateX(-50%);
  -webkit-transform: rotate(-15deg) translateX(-50%);
  transform: rotate(-15deg) translateX(-50%);
  left: 50%; }
  .c-ticketinfo__button p {
    color: #ffffff;
    font-family: "blockberegular",sans-serif;
    font-size: 1.375rem;
    line-height: 1;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (min-width: 40.063em) {
    .c-ticketinfo__button {
      position: absolute;
      top: 50%;
      left: -11.25rem;
      -ms-transform: rotate(-15deg) translateX(0);
      -webkit-transform: rotate(-15deg) translateX(0);
      transform: rotate(-15deg) translateX(0); } }
  .c-ticketinfo__button:hover {
    background-color: #C94C91; }

.c-types {
  list-style: none;
  padding: 0; }

.c-types__item {
  padding-left: 0;
  display: inline-block;
  width: 50%;
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .c-types__item {
      width: auto;
      text-align: left;
      display: inline; } }
  .c-types__item svg {
    display: block;
    margin: 0 auto 12px auto;
    fill: #585F9F;
    width: 30px;
    height: 30px; }
  .c-types__item a {
    color: #585F9F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-position: center 15px;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0.8125rem;
    margin-right: 10px;
    padding: 18px 30px 15px 30px;
    text-decoration: none; }
  .c-types__item.active svg g {
    fill: #E60C88; }
  .c-types__item.active a {
    background-color: #ffffff;
    color: #E60C88; }

.c-restrictions-right {
  background: #585F9F;
  padding: 40px 3000px 30px 0;
  margin: 90px -3000px 70px 0;
  position: relative; }
  .c-restrictions-right:before {
    content: "";
    background: url(img/restrictions-after.svg) center no-repeat;
    width: 100%;
    position: absolute;
    left: -300px;
    top: 0;
    bottom: 0;
    transform: rotate(180deg);
    background-size: 100%; }
    @media large {
      .c-restrictions-right:before {
        left: -186px; } }

.c-restrictions-right__restrictions {
  text-align: center; }

.c-restrictions-right__name {
  color: #ffffff; }

.tpl-short .c-restrictions-right--content {
  margin: 0 0 0 -3000px; }

.c-restrictions-right__title {
  color: #ffffff;
  font-size: 2.5rem; }

.c-restrictions-right__text {
  color: #ffffff;
  margin: 35px 0; }

.c-restrictions-right__button {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 3.75rem;
  background-color: #E60C88;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 0.9375rem;
  margin-top: 1.875rem;
  right: -50%;
  -ms-transform: rotate(-15deg) translateX(-50%);
  -webkit-transform: rotate(-15deg) translateX(-50%);
  transform: rotate(-15deg) translateX(-50%); }
  .c-restrictions-right__button p {
    color: #ffffff;
    font-family: "blockberegular", sans-serif;
    font-size: 1.375rem;
    line-height: 1;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (min-width: 40.063em) {
    .c-restrictions-right__button {
      position: absolute;
      top: 50%;
      right: -10.3125rem;
      -ms-transform: rotate(-15deg) translateX(0);
      -webkit-transform: rotate(-15deg) translateX(0);
      transform: rotate(-15deg) translateX(0); } }
  .c-restrictions-right__button:hover {
    background-color: #C94C91; }

.c-steps {
  margin-top: 70px;
  position: relative; }
  .c-steps:after {
    content: "";
    transform: translateY(50%);
    overflow: hidden;
    background: white;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; }

.c-steps__step {
  position: relative;
  color: #ffffff;
  height: 295px; }
  @media only screen and (min-width: 64.063em) {
    .c-steps__step {
      width: 90%; } }
  .c-steps__step:before {
    content: "";
    display: block;
    width: 500%;
    left: -500%;
    background: #585F9F;
    height: 100%;
    position: absolute; }
  .c-steps__step:after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%; }
    @media only screen and (min-width: 64.063em) {
      .c-steps__step:after {
        content: '';
        display: block;
        height: 100%;
        border: 0 solid transparent;
        position: absolute;
        top: 0;
        width: initial;
        border-bottom-width: 146px;
        border-top-width: 149px;
        right: -123px; } }

.c-steps__title {
  padding-top: 35px;
  margin: 0; }

.c-steps__text {
  padding-bottom: 20px;
  padding-top: 10px; }

.c-steps__step--1 {
  background: #585F9F;
  z-index: 3; }
  .c-steps__step--1:before {
    background: #585F9F; }
  .c-steps__step--1:after {
    background: #585F9F; }
    @media only screen and (min-width: 64.063em) {
      .c-steps__step--1:after {
        border-left: 123px solid #585F9F;
        background: transparent; } }

.c-steps__step--2 {
  background: #E60C88;
  z-index: 2; }
  .c-steps__step--2:before {
    background: #E60C88; }
  .c-steps__step--2:after {
    border-left: 123px solid #E60C88; }

.c-steps__step--3 {
  background: #F8B073;
  z-index: 1; }
  .c-steps__step--3:before {
    background: #F8B073; }
  .c-steps__step--3:after {
    border-left: 123px solid #F8B073; }

.c-steps__img {
  position: absolute;
  bottom: 0; }

.c-steps .columns {
  height: auto !important; }

.c-tickets {
  color: #585F9F; }

.c-tickets__header {
  font-size: 2.5rem;
  margin-top: 65px;
  margin-bottom: 55px;
  text-align: center; }

.c-tickets__top-img {
  width: 100%; }

.c-tickets__top-title {
  font-size: 1.625rem; }

.c-tickets__top-regions {
  list-style-type: none;
  padding: 0;
  font-size: 1.375rem;
  margin-top: 46px; }
  .c-tickets__top-regions li {
    display: inline-block;
    position: relative; }
    .c-tickets__top-regions li:after {
      content: ',';
      display: block;
      position: absolute;
      top: 0;
      right: -6px; }
    .c-tickets__top-regions li:last-of-type:after {
      display: none; }

.c-tickets__top-price {
  padding-top: 5px;
  font-size: 20px; }

.c-tickets__top-restrictions {
  margin-top: 25px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
  border-color: #e7e7e7; }
  .c-tickets__top-restrictions li {
    margin-right: 20px; }
    @media only screen and (min-width: 64.063em) {
      .c-tickets__top-restrictions li {
        margin-right: 50px; } }
    .c-tickets__top-restrictions li img {
      height: 50px; }

.c-tickets__top-companies {
  margin-top: 22px;
  padding: 0; }
  .c-tickets__top-companies li {
    margin-right: 5px;
    margin-bottom: 5px; }
    .c-tickets__top-companies li img {
      height: 40px; }

.c-tickets__restrictions,
.c-tickets__top-restrictions,
.c-tickets__companies,
.c-tickets__top-companies {
  list-style: none; }
  .c-tickets__restrictions li,
  .c-tickets__top-restrictions li,
  .c-tickets__companies li,
  .c-tickets__top-companies li {
    display: inline-block; }

.c-tickets__container-list {
  margin: 55px 0; }

.c-tickets__title {
  font-size: 1.375rem;
  margin: 23px 0 15px 0; }

.c-tickets__img {
  height: 180px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .c-tickets__img img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover; }

.c-tickets__restrictions {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
  border-color: #e7e7e7; }
  .c-tickets__restrictions li img {
    height: 40px;
    margin-right: 32px; }

.c-tickets__companies {
  margin-top: 20px;
  padding: 0; }
  .c-tickets__companies li {
    margin-right: 5px; }
    .c-tickets__companies li img {
      height: 30px; }

.c-tickets__price {
  font-size: 1rem;
  margin: 13px 0; }

.c-tickets__button {
  margin-bottom: 43px; }

.c-route {
  position: relative;
  padding: 40px 0; }
  @media only screen and (max-width: 64em) {
    .c-route {
      display: flex;
      flex-direction: column; }
      .c-route .row {
        order: 2; }
      .c-route .c-route__image {
        order: 1; } }
  @media only screen and (min-width: 40.063em) {
    .c-route {
      padding: 100px 0;
      min-height: 600px; } }
  .c-route h2.c-content__title, .c-route h1.c-content__title {
    font-size: 3em; }
    @media only screen and (min-width: 40.063em) {
      .c-route h2.c-content__title, .c-route h1.c-content__title {
        font-size: 4em; } }
    .c-route h2.c-content__title b, .c-route h1.c-content__title b {
      font-weight: 500;
      color: #E60C88; }
  .c-route-extrapadding {
    padding-top: 0; }
    @media only screen and (min-width: 40.063em) {
      .c-route-extrapadding {
        padding-top: 150px;
        margin-top: 60px; } }
  .c-route__image {
    position: relative; }
    @media only screen and (min-width: 40.063em) {
      .c-route__image {
        margin-top: 0;
        position: absolute;
        top: 50%;
        width: calc(50% - 40px);
        height: 600px;
        transform: translateY(-50%); } }
    .c-route__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .c-route__image-cat {
      position: absolute;
      right: 0;
      bottom: 0;
      background: white;
      padding: 10px;
      height: 60px;
      display: flex;
      align-items: center; }
      .c-route__image-cat:before {
        content: '';
        border: 30px solid transparent;
        border-right: 20px solid white;
        width: 0px;
        height: 0px;
        position: absolute;
        left: -50px;
        display: block;
        top: 0; }
    @media only screen and (min-width: 40.063em) {
      .c-route__image:before {
        content: '';
        background: url("img/image_overlay.svg") center no-repeat;
        background-position: center;
        background-size: cover;
        height: 600px;
        width: 220px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0; } }
    .c-route__image--left {
      left: 0; }
      .c-route__image--left .c-route__image-cat {
        right: auto;
        left: 0; }
        .c-route__image--left .c-route__image-cat:before {
          border: 30px solid transparent;
          border-left: 20px solid white;
          right: -50px;
          left: auto; }
    .c-route__image--right {
      right: 0; }
      .c-route__image--right:before {
        transform: rotate(180deg) translateY(50%);
        left: 0;
        right: auto; }

.c-benefits-short__container--blue {
  background: #585F9F; }
  .c-benefits-short__container--blue h2 {
    color: white; }
  .c-benefits-short__container--blue:after {
    background: #585F9F; }
  .c-benefits-short__container--blue .c-content__title--large {
    font-size: 4em;
    text-align: center;
    margin-bottom: 0.75em; }
    .c-benefits-short__container--blue .c-content__title--large span {
      color: #34385d; }
  .c-benefits-short__container--blue .c-benefits-short {
    margin-top: 100px; }
  .c-benefits-short__container--blue .c-benefits-short__item {
    color: white; }
    .c-benefits-short__container--blue .c-benefits-short__item:before {
      filter: brightness(0) invert(1) contrast(1); }

.hand-desktop {
  display: none; }
  @media only screen and (min-width: 64.063em) {
    .hand-desktop {
      position: absolute;
      bottom: 0;
      display: block; } }

.hand-mobile {
  display: block; }
  @media only screen and (min-width: 64.063em) {
    .hand-mobile {
      display: none; } }

@media only screen and (min-width: 64.063em) {
  .hand-image img {
    width: 458px;
    max-width: inherit;
    position: relative; } }

.c-vendors__wrapper {
  padding-left: 40px; }

.c-vendors-reference__title {
  color: #585F9F; }

.c-vendors-reference__text {
  color: #000000; }

.c-vendors-reference__button {
  margin-top: 34px; }

/**
 * Utilities
 *
 * u-: Signify that this class is a Utility class. It has a very specific role
 * (often providing only one declaration) and should not be bound onto or changed.
 * It can be reused and is not tied to any specific piece of UI.
 */
/*
###Images
```
<div class="codeblock img-bg-contain" style="background-image: url(http://lorempixel.com/300/150/city/);"><small>contain</small></div>

<div class="codeblock img-bg-cover" style="background-image: url(http://lorempixel.com/300/150/city/);"><small>cover</small></div>
```
*/
.u-img-bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.u-img-bg-cover {
  background-size: cover;
  background-position: 50% 50%; }

/*
###Floating
```
<div class="codeblock pull-left"><small>pull-left</small></div>
<div class="codeblock pull-right"><small>pull-right</small></div>
```
*/
.u-pull-left {
  float: left; }

.u-pull-right {
  float: right; }

.u-pos-rel {
  position: relative; }

.u-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.u-ib {
  display: inline-block; }

.u-block {
  display: block; }

.u-hide-text {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden; }

.u-hide {
  display: none; }

/*
###Borders
```
<div class="ba-positive codeblock"><small>ba-positive</small></div>
<div class="bt-positive codeblock"><small>bt-positive</small></div>
<div class="br-positive codeblock"><small>br-positive</small></div>
<div class="bb-positive codeblock"><small>bb-positive</small></div>
<div class="bl-positive codeblock"><small>bl-positive</small></div>
<div class="ba-stable codeblock"><small>ba-stable</small></div>
<div class="ba-assertive codeblock"><small>ba-assertive</small></div>
<div class="ba-energized codeblock"><small>ba-energized</small></div>
<div class="ba-balanced codeblock"><small>ba-balanced</small></div>
<div class="ba-calm codeblock"><small>ba-calm</small></div>
<div class="ba-royal codeblock"><small>ba-royal</small></div>
```
*/
.u-ba-light {
  border: 1px solid #ffffff; }

.u-bt-light {
  border-top: 1px solid #ffffff; }

.u-br-light {
  border-right: 1px solid #ffffff; }

.u-bb-light {
  border-bottom: 1px solid #ffffff; }

.u-bl-light {
  border-left: 1px solid #ffffff; }

.u-ba-stable {
  border: 1px solid #e7e7e7; }

.u-bt-stable {
  border-top: 1px solid #e7e7e7; }

.u-br-stable {
  border-right: 1px solid #e7e7e7; }

.u-bb-stable {
  border-bottom: 1px solid #e7e7e7; }

.u-bl-stable {
  border-left: 1px solid #e7e7e7; }

.u-ba-positive {
  border: 1px solid #38B99A; }

.u-bt-positive {
  border-top: 1px solid #38B99A; }

.u-br-positive {
  border-right: 1px solid #38B99A; }

.u-bb-positive {
  border-bottom: 1px solid #38B99A; }

.u-bl-positive {
  border-left: 1px solid #38B99A; }

.u-ba-calm {
  border: 1px solid #C94C91; }

.u-bt-calm {
  border-top: 1px solid #C94C91; }

.u-br-calm {
  border-right: 1px solid #C94C91; }

.u-bb-calm {
  border-bottom: 1px solid #C94C91; }

.u-bl-calm {
  border-left: 1px solid #C94C91; }

.u-ba-balanced {
  border: 1px solid #B6B6B6; }

.u-bt-balanced {
  border-top: 1px solid #B6B6B6; }

.u-br-balanced {
  border-right: 1px solid #B6B6B6; }

.u-bb-balanced {
  border-bottom: 1px solid #B6B6B6; }

.u-bl-balanced {
  border-left: 1px solid #B6B6B6; }

.u-ba-energized {
  border: 1px solid #585F9F; }

.u-bt-energized {
  border-top: 1px solid #585F9F; }

.u-br-energized {
  border-right: 1px solid #585F9F; }

.u-bb-energized {
  border-bottom: 1px solid #585F9F; }

.u-bl-energized {
  border-left: 1px solid #585F9F; }

.u-ba-assertive {
  border: 1px solid #F8B073; }

.u-bt-assertive {
  border-top: 1px solid #F8B073; }

.u-br-assertive {
  border-right: 1px solid #F8B073; }

.u-bb-assertive {
  border-bottom: 1px solid #F8B073; }

.u-bl-assertive {
  border-left: 1px solid #F8B073; }

.u-ba-alert {
  border: 1px solid #e74c3c; }

.u-bt-alert {
  border-top: 1px solid #e74c3c; }

.u-br-alert {
  border-right: 1px solid #e74c3c; }

.u-bb-alert {
  border-bottom: 1px solid #e74c3c; }

.u-bl-alert {
  border-left: 1px solid #e74c3c; }

.u-ba-royal {
  border: 1px solid #E60C88; }

.u-bt-royal {
  border-top: 1px solid #E60C88; }

.u-br-royal {
  border-right: 1px solid #E60C88; }

.u-bb-royal {
  border-bottom: 1px solid #E60C88; }

.u-bl-royal {
  border-left: 1px solid #E60C88; }

.u-ba-dark {
  border: 1px solid #000000; }

.u-bt-dark {
  border-top: 1px solid #000000; }

.u-br-dark {
  border-right: 1px solid #000000; }

.u-bb-dark {
  border-bottom: 1px solid #000000; }

.u-bl-dark {
  border-left: 1px solid #000000; }

/*
###Backgrounds
```
<div class="bg-positive codeblock"><small>bg-positive</small></div>
<div class="bg-trans-positive codeblock"><small>bg-trans-positive</small></div>
<div class="bg-stable codeblock"><small>bg-stable</small></div>
<div class="bg-trans-stable codeblock"><small>bg-trans-stable</small></div>
<div class="bg-assertive codeblock"><small>bg-assertive</small></div>
<div class="bg-trans-assertive codeblock"><small>bg-trans-assertive</small></div>
<div class="bg-energized codeblock"><small>bg-energized</small></div>
<div class="bg-trans-energized codeblock"><small>bg-trans-energized</small></div>
<div class="bg-calm codeblock"><small>bg-calm</small></div>
<div class="bg-trans-calm codeblock"><small>bg-trans-calm</small></div>
<div class="bg-balanced codeblock"><small>bg-balanced</small></div>
<div class="bg-trans-balanced codeblock"><small>bg-trans-balanced</small></div>
<div class="bg-royal codeblock"><small>bg-royal</small></div>
<div class="bg-trans-royal codeblock"><small>bg-trans-royal</small></div>
<div class="bg-light codeblock"><small>bg-light</small></div>
<div class="bg-trans-light codeblock"><small>bg-trans-light</small></div>
<div class="bg-dark codeblock"><small>bg-dark</small></div>
<div class="bg-trans-dark codeblock"><small>bg-trans-dark</small></div>

```
*/
.u-bg-light {
  background-color: #ffffff; }

.u-bg-trans-light {
  background-color: rgba(255, 255, 255, 0.75); }

.u-bg-stable {
  background-color: #e7e7e7; }

.u-bg-trans-stable {
  background-color: rgba(231, 231, 231, 0.75); }

.u-bg-positive {
  background-color: #38B99A; }

.u-bg-trans-positive {
  background-color: rgba(56, 185, 154, 0.75); }

.u-bg-calm {
  background-color: #C94C91; }

.u-bg-trans-calm {
  background-color: rgba(201, 76, 145, 0.75); }

.u-bg-balanced {
  background-color: #B6B6B6; }

.u-bg-trans-balanced {
  background-color: rgba(182, 182, 182, 0.75); }

.u-bg-energized {
  background-color: #585F9F; }

.u-bg-trans-energized {
  background-color: rgba(88, 95, 159, 0.75); }

.u-bg-assertive {
  background-color: #F8B073; }

.u-bg-trans-assertive {
  background-color: rgba(248, 176, 115, 0.75); }

.u-bg-alert {
  background-color: #e74c3c; }

.u-bg-trans-alert {
  background-color: rgba(231, 76, 60, 0.75); }

.u-bg-royal {
  background-color: #E60C88; }

.u-bg-trans-royal {
  background-color: rgba(230, 12, 136, 0.75); }

.u-bg-dark {
  background-color: #000000; }

.u-bg-trans-dark {
  background-color: rgba(0, 0, 0, 0.75); }

/*
##Spacing
Responsive versions available, use large-, medium- or small- as prefix. Breakpoints are same as grid.
```
<div class="codeblock small-mtl"><small>small-mtl</small></div>
<div class="codeblock small-mrl"><small>small-mrl</small></div>
<div class="codeblock small-mbl"><small>small-mbl</small></div>
<div class="codeblock small-mll"><small>small-mll</small></div>
<div class="codeblock small-mal"><small>small-mal</small></div>
<br/>
<div class="codeblock small-ptl"><small>small-ptl</small></div>
<div class="codeblock small-prl"><small>small-prl</small></div>
<div class="codeblock small-pbl"><small>small-pbl</small></div>
<div class="codeblock small-pll"><small>small-pll</small></div>
<div class="codeblock small-pal"><small>small-pal</small></div>

```
*/
@media only screen {
  .u-small-no-pt {
    padding-top: 0 !important; }

  .u-small-pts {
    padding-top: 0.3125rem !important; }

  .u-small-ptm {
    padding-top: 0.625rem !important; }

  .u-small-ptl {
    padding-top: 0.9375rem !important; }

  .u-small-ptxl {
    padding-top: 1.25rem !important; }

  .u-small-ptxxl {
    padding-top: 2.5rem !important; }

  .u-small-no-pr {
    padding-right: 0 !important; }

  .u-small-prs {
    padding-right: 0.3125rem !important; }

  .u-small-prm {
    padding-right: 0.625rem !important; }

  .u-small-prl {
    padding-right: 0.9375rem !important; }

  .u-small-prxl {
    padding-right: 1.25rem !important; }

  .u-small-prxxl {
    padding-right: 2.5rem !important; }

  .u-small-no-pb {
    padding-bottom: 0 !important; }

  .u-small-pbs {
    padding-bottom: 0.3125rem !important; }

  .u-small-pbm {
    padding-bottom: 0.625rem !important; }

  .u-small-pbl {
    padding-bottom: 0.9375rem !important; }

  .u-small-pbxl {
    padding-bottom: 1.25rem !important; }

  .u-small-pbxxl {
    padding-bottom: 2.5rem !important; }

  .u-small-no-pl {
    padding-left: 0 !important; }

  .u-small-pls {
    padding-left: 0.3125rem !important; }

  .u-small-plm {
    padding-left: 0.625rem !important; }

  .u-small-pll {
    padding-left: 0.9375rem !important; }

  .u-small-plxl {
    padding-left: 1.25rem !important; }

  .u-small-plxxl {
    padding-left: 2.5rem !important; }

  .u-small-no-p {
    padding: 0 !important; }

  .u-small-pas {
    padding: 0.3125rem !important; }

  .u-small-pam {
    padding: 0.625rem !important; }

  .u-small-pal {
    padding: 0.9375rem !important; }

  .u-small-paxl {
    padding: 1.25rem !important; }

  .u-small-paxxl {
    padding: 2.5rem !important; }

  .u-small-no-mt {
    margin-top: 0 !important; }

  .u-small-mts {
    margin-top: 0.3125rem !important; }

  .u-small-mtm {
    margin-top: 0.625rem !important; }

  .u-small-mtl {
    margin-top: 0.9375rem !important; }

  .u-small-mtxl {
    margin-top: 1.25rem !important; }

  .u-small-mtxxl {
    margin-top: 2.5rem !important; }

  .u-small-no-mr {
    margin-right: 0 !important; }

  .u-small-mrs {
    margin-right: 0.3125rem !important; }

  .u-small-mrm {
    margin-right: 0.625rem !important; }

  .u-small-mrl {
    margin-right: 0.9375rem !important; }

  .u-small-mrxl {
    margin-right: 1.25rem !important; }

  .u-small-mrxxl {
    margin-right: 2.5rem !important; }

  .u-small-no-mb {
    margin-bottom: 0 !important; }

  .u-small-mbs {
    margin-bottom: 0.3125rem !important; }

  .u-small-mbm {
    margin-bottom: 0.625rem !important; }

  .u-small-mbl {
    margin-bottom: 0.9375rem !important; }

  .u-small-mbxl {
    margin-bottom: 1.25rem !important; }

  .u-small-mbxxl {
    margin-bottom: 2.5rem !important; }

  .u-small-no-ml {
    margin-left: 0 !important; }

  .u-small-mls {
    margin-left: 0.3125rem !important; }

  .u-small-mlm {
    margin-left: 0.625rem !important; }

  .u-small-mll {
    margin-left: 0.9375rem !important; }

  .u-small-mlxl {
    margin-left: 1.25rem !important; }

  .u-small-mlxxl {
    margin-left: 2.5rem !important; }

  .u-small-no-m {
    margin: 0 !important; }

  .u-small-mas {
    margin: 0.3125rem !important; }

  .u-small-mam {
    margin: 0.625rem !important; }

  .u-small-mal {
    margin: 0.9375rem !important; }

  .u-small-maxl {
    margin: 1.25rem !important; }

  .u-small-maxxl {
    margin: 2.5rem !important; } }
@media only screen and (min-width: 40.063em) {
  .u-medium-no-pt {
    padding-top: 0 !important; }

  .u-medium-pts {
    padding-top: 0.3125rem !important; }

  .u-medium-ptm {
    padding-top: 0.625rem !important; }

  .u-medium-ptl {
    padding-top: 0.9375rem !important; }

  .u-medium-ptxl {
    padding-top: 1.25rem !important; }

  .u-medium-ptxxl {
    padding-top: 2.5rem !important; }

  .u-medium-no-pr {
    padding-right: 0 !important; }

  .u-medium-prs {
    padding-right: 0.3125rem !important; }

  .u-medium-prm {
    padding-right: 0.625rem !important; }

  .u-medium-prl {
    padding-right: 0.9375rem !important; }

  .u-medium-prxl {
    padding-right: 1.25rem !important; }

  .u-medium-prxxl {
    padding-right: 2.5rem !important; }

  .u-medium-no-pb {
    padding-bottom: 0 !important; }

  .u-medium-pbs {
    padding-bottom: 0.3125rem !important; }

  .u-medium-pbm {
    padding-bottom: 0.625rem !important; }

  .u-medium-pbl {
    padding-bottom: 0.9375rem !important; }

  .u-medium-pbxl {
    padding-bottom: 1.25rem !important; }

  .u-medium-pbxxl {
    padding-bottom: 2.5rem !important; }

  .u-medium-no-pl {
    padding-left: 0 !important; }

  .u-medium-pls {
    padding-left: 0.3125rem !important; }

  .u-medium-plm {
    padding-left: 0.625rem !important; }

  .u-medium-pll {
    padding-left: 0.9375rem !important; }

  .u-medium-plxl {
    padding-left: 1.25rem !important; }

  .u-medium-plxxl {
    padding-left: 2.5rem !important; }

  .u-medium-no-p {
    padding: 0 !important; }

  .u-medium-pas {
    padding: 0.3125rem !important; }

  .u-medium-pam {
    padding: 0.625rem !important; }

  .u-medium-pal {
    padding: 0.9375rem !important; }

  .u-medium-paxl {
    padding: 1.25rem !important; }

  .u-medium-paxxl {
    padding: 2.5rem !important; }

  .u-medium-no-mt {
    margin-top: 0 !important; }

  .u-medium-mts {
    margin-top: 0.3125rem !important; }

  .u-medium-mtm {
    margin-top: 0.625rem !important; }

  .u-medium-mtl {
    margin-top: 0.9375rem !important; }

  .u-medium-mtxl {
    margin-top: 1.25rem !important; }

  .u-medium-mtxxl {
    margin-top: 2.5rem !important; }

  .u-medium-no-mr {
    margin-right: 0 !important; }

  .u-medium-mrs {
    margin-right: 0.3125rem !important; }

  .u-medium-mrm {
    margin-right: 0.625rem !important; }

  .u-medium-mrl {
    margin-right: 0.9375rem !important; }

  .u-medium-mrxl {
    margin-right: 1.25rem !important; }

  .u-medium-mrxxl {
    margin-right: 2.5rem !important; }

  .u-medium-no-mb {
    margin-bottom: 0 !important; }

  .u-medium-mbs {
    margin-bottom: 0.3125rem !important; }

  .u-medium-mbm {
    margin-bottom: 0.625rem !important; }

  .u-medium-mbl {
    margin-bottom: 0.9375rem !important; }

  .u-medium-mbxl {
    margin-bottom: 1.25rem !important; }

  .u-medium-mbxxl {
    margin-bottom: 2.5rem !important; }

  .u-medium-no-ml {
    margin-left: 0 !important; }

  .u-medium-mls {
    margin-left: 0.3125rem !important; }

  .u-medium-mlm {
    margin-left: 0.625rem !important; }

  .u-medium-mll {
    margin-left: 0.9375rem !important; }

  .u-medium-mlxl {
    margin-left: 1.25rem !important; }

  .u-medium-mlxxl {
    margin-left: 2.5rem !important; }

  .u-medium-no-m {
    margin: 0 !important; }

  .u-medium-mas {
    margin: 0.3125rem !important; }

  .u-medium-mam {
    margin: 0.625rem !important; }

  .u-medium-mal {
    margin: 0.9375rem !important; }

  .u-medium-maxl {
    margin: 1.25rem !important; }

  .u-medium-maxxl {
    margin: 2.5rem !important; } }
@media only screen and (min-width: 64.063em) {
  .u-large-no-pt {
    padding-top: 0 !important; }

  .u-large-pts {
    padding-top: 0.3125rem !important; }

  .u-large-ptm {
    padding-top: 0.625rem !important; }

  .u-large-ptl {
    padding-top: 0.9375rem !important; }

  .u-large-ptxl {
    padding-top: 1.25rem !important; }

  .u-large-ptxxl {
    padding-top: 2.5rem !important; }

  .u-large-no-pr {
    padding-right: 0 !important; }

  .u-large-prs {
    padding-right: 0.3125rem !important; }

  .u-large-prm {
    padding-right: 0.625rem !important; }

  .u-large-prl {
    padding-right: 0.9375rem !important; }

  .u-large-prxl {
    padding-right: 1.25rem !important; }

  .u-large-prxxl {
    padding-right: 2.5rem !important; }

  .u-large-no-pb {
    padding-bottom: 0 !important; }

  .u-large-pbs {
    padding-bottom: 0.3125rem !important; }

  .u-large-pbm {
    padding-bottom: 0.625rem !important; }

  .u-large-pbl {
    padding-bottom: 0.9375rem !important; }

  .u-large-pbxl {
    padding-bottom: 1.25rem !important; }

  .u-large-pbxxl {
    padding-bottom: 2.5rem !important; }

  .u-large-no-pl {
    padding-left: 0 !important; }

  .u-large-pls {
    padding-left: 0.3125rem !important; }

  .u-large-plm {
    padding-left: 0.625rem !important; }

  .u-large-pll {
    padding-left: 0.9375rem !important; }

  .u-large-plxl {
    padding-left: 1.25rem !important; }

  .u-large-plxxl {
    padding-left: 2.5rem !important; }

  .u-large-no-p {
    padding: 0 !important; }

  .u-large-pas {
    padding: 0.3125rem !important; }

  .u-large-pam {
    padding: 0.625rem !important; }

  .u-large-pal {
    padding: 0.9375rem !important; }

  .u-large-paxl {
    padding: 1.25rem !important; }

  .u-large-paxxl {
    padding: 2.5rem !important; }

  .u-large-no-mt {
    margin-top: 0 !important; }

  .u-large-mts {
    margin-top: 0.3125rem !important; }

  .u-large-mtm {
    margin-top: 0.625rem !important; }

  .u-large-mtl {
    margin-top: 0.9375rem !important; }

  .u-large-mtxl {
    margin-top: 1.25rem !important; }

  .u-large-mtxxl {
    margin-top: 2.5rem !important; }

  .u-large-no-mr {
    margin-right: 0 !important; }

  .u-large-mrs {
    margin-right: 0.3125rem !important; }

  .u-large-mrm {
    margin-right: 0.625rem !important; }

  .u-large-mrl {
    margin-right: 0.9375rem !important; }

  .u-large-mrxl {
    margin-right: 1.25rem !important; }

  .u-large-mrxxl {
    margin-right: 2.5rem !important; }

  .u-large-no-mb {
    margin-bottom: 0 !important; }

  .u-large-mbs {
    margin-bottom: 0.3125rem !important; }

  .u-large-mbm {
    margin-bottom: 0.625rem !important; }

  .u-large-mbl {
    margin-bottom: 0.9375rem !important; }

  .u-large-mbxl {
    margin-bottom: 1.25rem !important; }

  .u-large-mbxxl {
    margin-bottom: 2.5rem !important; }

  .u-large-no-ml {
    margin-left: 0 !important; }

  .u-large-mls {
    margin-left: 0.3125rem !important; }

  .u-large-mlm {
    margin-left: 0.625rem !important; }

  .u-large-mll {
    margin-left: 0.9375rem !important; }

  .u-large-mlxl {
    margin-left: 1.25rem !important; }

  .u-large-mlxxl {
    margin-left: 2.5rem !important; }

  .u-large-no-m {
    margin: 0 !important; }

  .u-large-mas {
    margin: 0.3125rem !important; }

  .u-large-mam {
    margin: 0.625rem !important; }

  .u-large-mal {
    margin: 0.9375rem !important; }

  .u-large-maxl {
    margin: 1.25rem !important; }

  .u-large-maxxl {
    margin: 2.5rem !important; } }
/*
###Font Families###
```
<p class="text-body">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla. </p>
<p class="text-alt">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-handwriting">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>

```
*/
.u-text-body {
  font-family: "helvetica_neueroman", sans-serif; }

.u-text-alt {
  font-family: "blockberegular", sans-serif; }

.u-text-handwriting {
  font-family: cursive; }

/*
###Text Cases###
```
<p class="text-lowercase">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla. </p>
<p class="text-uppercase">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>

```
*/
.u-text-lowercase {
  text-transform: lowercase; }

.u-text-uppercase {
  text-transform: uppercase; }

/*
###Text Alignments###
```
<p class="text-left">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla. </p>
<p class="text-center">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-right">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>

```
*/
.u-text-left {
  text-align: left; }

.u-text-center {
  text-align: center; }

.u-text-right {
  text-align: right; }

/*
###Font Weights###
```
<p class="text-thin">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla. </p>
<p class="text-normal">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-strong">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>

```
*/
.u-text-thin {
  font-weight: 300; }

.u-text-normal {
  font-weight: normal; }

.u-text-strong {
  font-weight: 700; }

/*
###Text Decorations###
```
<p class="text-dec-none">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla. </p>
<p class="text-dec-strike">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-dec-line">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>

```
*/
.u-text-dec-none {
  text-decoration: none; }

.u-text-dec-strike {
  text-decoration: line-through; }

.u-text-dec-line {
  text-decoration: underline; }

/*
###Lineheights###
```
<p class="text-lh-s">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla. </p>
<p class="text-lh-m">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-lh-l">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-lh-xl">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>

```
*/
.u-text-lh-s {
  line-height: .8; }

.u-text-lh-m {
  line-height: 1.2; }

.u-text-lh-l {
  line-height: 1.5; }

.u-text-lh-xl {
  line-height: 1.8; }

/*
###Font Sizes###
```
<p class="text-xxxl">Lorem ipsum dolor</p>
<p class="text-xxl">Lorem ipsum dolor</p>
<p class="text-xl">Lorem ipsum dolor</p>
<p class="text-l">Lorem ipsum dolor</p>
<p class="text-m">Lorem ipsum dolor</p>
<p class="text-s">Lorem ipsum dolor</p>
<p class="text-xs">Lorem ipsum dolor</p>
<p class="text-xxs">Lorem ipsum dolor</p>

```
*/
.u-text-xxxl {
  font-size: 4em; }

.u-text-xxl {
  font-size: 2.5rem; }

.u-text-xl {
  font-size: 1.625rem; }

.u-text-l {
  font-size: 1.375rem; }

.u-text-m {
  font-size: 1.125rem; }

.u-text-s {
  font-size: 1rem; }

.u-text-xs {
  font-size: 0.8125rem; }

.u-text-xxs {
  font-size: 0.6875rem; }

/*
###Text Colors
```
<p class="text-positive">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-stable">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-assertive">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-energized">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-calm">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-balanced">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-royal">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-light">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>
<p class="text-dark">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas leo quam, venenatis nec augue non, cursus fermentum nulla.</p>

```
*/
.u-text-light {
  color: #ffffff; }

.u-text-stable {
  color: #e7e7e7; }

.u-text-positive {
  color: #38B99A; }

.u-text-calm {
  color: #C94C91; }

.u-text-balanced {
  color: #B6B6B6; }

.u-text-energized {
  color: #585F9F; }

.u-text-assertive {
  color: #F8B073; }

.u-text-alert {
  color: #e74c3c; }

.u-text-royal {
  color: #E60C88; }

.u-text-dark {
  color: #000000; }

/**
 * Vendor
 *
 * For classes we can't change, because they are set by for example a plugin or library
 */

/*# sourceMappingURL=style.css.map */
