@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans";
  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.33333%;
    right: auto;
  }

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

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

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto;
  }

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

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

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto;
  }

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

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

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto;
  }

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

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

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

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

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small-offset-11 {
    margin-left: 91.66667% !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: 48em) {
  .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.33333%;
    right: auto;
  }

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

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

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto;
  }

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

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

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto;
  }

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

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

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto;
  }

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

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

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

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

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .medium-offset-11 {
    margin-left: 91.66667% !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.33333%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 62.0625em) {
  .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.33333%;
    right: auto;
  }

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

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

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto;
  }

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

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

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto;
  }

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

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

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto;
  }

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

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

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

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

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .large-offset-11 {
    margin-left: 91.66667% !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.33333%;
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 47.9375em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 62.0625em) and (max-width: 64em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 62.0625em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */

a {
  color: #FFFFFF;
  line-height: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #dbdbdb;
}

a img {
  border: none;
}

/* Default paragraph styles */

p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */

ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */

ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */

ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}

.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */

.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 48em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}

/*
 * 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)
*/

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !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: 0.34in;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-bottom,
.off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
  font-size: 1.125rem;
}

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}

.tab-bar-section.left {
  text-align: left;
}

.tab-bar-section.right {
  text-align: right;
}

.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}

.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}

.tab-bar .menu-icon span:hover:after {
  -webkit-box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  -o-transition: -o-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0;
}

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  -o-transition: -o-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0;
}

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  -o-transition: -o-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem;
}

.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  -o-transition: -o-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem;
}

.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}

ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.66667rem;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
  background: #242424;
}

ul.off-canvas-list li a:active {
  background: #242424;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 48em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 48em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0);
}

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 48em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0);
}

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 48em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu,
.offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 48em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 48em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 48em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 48em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 48em) {
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem;
}

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.left-submenu * {
  -webkit-backface-visibility: hidden;
}

.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.left-submenu .back > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

.left-submenu.move-right,
.left-submenu.offcanvas-overlap-right,
.left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.right-submenu * {
  -webkit-backface-visibility: hidden;
}

.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.right-submenu .back > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

.right-submenu.move-left,
.right-submenu.offcanvas-overlap-left,
.right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.top-submenu * {
  -webkit-backface-visibility: hidden;
}

.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.top-submenu.move-bottom,
.top-submenu.offcanvas-overlap-bottom,
.top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}

.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.bottom-submenu.move-top,
.bottom-submenu.offcanvas-overlap-top,
.bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* 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: 48em) {
  .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: 62.0625em) {
  .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: 64.0625em) {
  .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.0625em) {
  .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 visibility */

.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }

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

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

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 47.9375em) {
  .reveal-modal {
    min-height: 100vh;
  }
}

.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

.reveal-modal > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 80%;
  }
}

@media only screen and (min-width: 48em) {
  .reveal-modal {
    top: 6.25rem;
  }
}

.reveal-modal.radius {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.reveal-modal.round {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.reveal-modal.collapse {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 48em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 30%;
  }
}

@media only screen and (min-width: 48em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 40%;
  }
}

@media only screen and (min-width: 48em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 60%;
  }
}

@media only screen and (min-width: 48em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 70%;
  }
}

@media only screen and (min-width: 48em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 95%;
  }
}

.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}

@media only screen and (min-width: 48em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 100%;
  }
}

.reveal-modal.toback {
  z-index: 1003;
}

.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

/*!
 *  Font Awesome 4.4.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("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.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;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

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

/* Deprecated as of 4.4.0 */

.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;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-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);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-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);
  -o-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);
  -o-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 {
  -webkit-filter: none;
  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-feed:before,
.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-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless: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: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

/** @license MyFonts Webfont Build ID 2930202, 2014-11-27T09:14:00-0500  The fonts listed in this notice are subject to the End User License Agreement(s) entered into by the website owner. All other parties are explicitly restricted from using the Licensed Webfonts(s).  You may obtain a valid license at the URLs below.  Webfont: FF QType Web Comp Light by FontFont URL: http://www.myfonts.com/fonts/fontfont/ff-qtype/ot-comp-light/ Copyright: 2011 Achaz Reuss published by FSI FontShop International GmbH Licensed pageviews: 20,000,000   License: http://www.myfonts.com/viewlicense?type=web&buildid=2930202  © 2014 MyFonts Inc
*/

@font-face {
  font-family: 'qtype-light';
  src: url("../fonts/qtypecomp-light-webfont.eot");
  src: url("../fonts/qtypecomp-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/qtypecomp-light-webfont.woff2") format("woff2"), url("../fonts/qtypecomp-light-webfont.woff") format("woff"), url("../fonts/qtypecomp-light-webfont.ttf") format("truetype"), url("../fonts/qtypecomp-light-webfont.svg#qtypecomp-lightregular") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'qtype';
  src: url("../fonts/qtypecomp-medium-webfont.eot");
  src: url("../fonts/qtypecomp-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/qtypecomp-medium-webfont.woff") format("woff"), url("../fonts/qtypecomp-medium-webfont.ttf") format("truetype"), url("../fonts/qtypecomp-medium-webfont.svg#qtypecomp-mediumregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #d1d1d1;
}

@media only screen and (max-width: 47.9375em) {
  body {
    background: #ffffff;
  }
}

@media only screen and (min-width: 62.0625em) {
  body.backlinkbar {
    margin-top: 47px;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  body.backlinkbar header {
    top: 45px;
  }

  body.backlinkbar .comp_main_content {
    padding-top: 45px;
  }
}

@media only screen and (max-width: 47.9375em) {
  body.backlinkbar .comp_main_content {
    padding-top: 30px;
  }
}

#mdbackbtn {
  position: fixed;
  background: #22314a;
  z-index: 2;
  display: block;
  -webkit-transition: width 300ms ease-out;
  -o-transition: width 300ms ease-out;
  transition: width 300ms ease-out;
  top: 45px;
  left: 0px;
  padding: 2px 10px 3px 5px;
}

@media only screen and (min-width: 48em) {
  #mdbackbtn {
    top: 0;
    left: 0px;
    width: 100%;
    padding: 9px 20px 9px 10px;
    border-right: 0px;
    border-bottom: 5px solid #ffffff;
  }
}

#mdbackbtn .close {
  position: absolute;
  right: 7px;
  top: 7px;
  border: 2px solid #22314a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding-top: 1px;
  z-index: 3;
  background: #ffffff;
  color: #22314a;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
  display: none;
}

@media only screen and (min-width: 48em) {
  #mdbackbtn .close {
    display: block;
  }
}

#mdbackbtn.mdbackclosed {
  text-indent: -1000;
  border-right: 0px;
  display: none;
}

#mdbackbtn.mdbackclosed .close {
  display: none;
}

#mdbackbtn.mdbackclosed .mdbtxt {
  display: none;
}

* {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased !important;
}

#loadingspinner {
  color: #84bc34;
  font-size: 2.5rem;
  margin: 0;
  text-align: center;
}

.button.nook {
  background: #22314a;
  color: #ffffff;
  padding: 0.3125rem 0.625rem;
}

.arrow_btn1 {
  color: #22314a;
}

.comp_overlay_newsletter {
  max-width: 600px;
}

.row.loadingarea {
  background: #ffffff;
}

.loadmore {
  cursor: pointer;
  margin: 2.875rem 0;
  text-align: center;
}

.loadingarea {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  background: #ffffff;
}

.loadingarea:before,
.loadingarea:after {
  content: " ";
  display: table;
}

.loadingarea:after {
  clear: both;
}

.cattitle {
  padding-top: 5px;
  background: #ffffff;
}

.startheadline {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
}

.list-headline {
  color: #84bc34;
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 1.1;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}

.list-headline:first-letter {
  text-transform: uppercase;
}

@media only screen and (max-width: 47.9375em) {
  .list-headline {
    font-size: 2.25rem;
  }
}

.list-desc.special {
  padding-top: 10px;
  background: #84bc34;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
  position: relative;
}

.list-desc.special p {
  font-size: 1rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .list-desc.special p {
    font-size: 1.25rem;
  }
}

.list-image.special {
  max-height: 500px;
  overflow: hidden;
}

.list-special-space {
  height: 20px;
}

#cookie-bar {
  background: #d1d1d1;
}

#cookie-bar a.cb-enable {
  background: #84bc34;
}

footer {
  background: #22314a;
  color: #FFFFFF;
  display: none;
  font-size: 0.9375rem;
  padding: 0.625rem 0;
  text-align: center;
}

@media only screen and (min-width: 62.0625em) {
  footer {
    display: block;
  }
}

footer a {
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}

footer a:hover,
footer a:focus,
footer a:active {
  color: #FFFFFF;
}

footer a:after {
  content: '\b7';
  margin: 0 0.3125rem;
}

footer a:last-child:after {
  display: none;
}

section.main-section {
  margin-top: 3.125rem;
}

@media only screen and (min-width: 62.0625em) {
  section.main-section {
    margin-top: 0;
  }
}

header {
  margin-bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media only screen and (min-width: 62.0625em) {
  header {
    position: static;
    border-bottom: 0px;
  }
}

header .logo-menu {
  height: 2.8125rem;
  background: #84bc34;
  padding-top: 0.9375rem;
}

@media only screen and (max-width: 47.9375em) {
  header .logo-menu {
    padding-top: 0.8125rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  header .logo-menu {
    height: 3.4375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  header .logo-menu {
    border-bottom: 0.3125rem solid #ffffff;
    height: 4.6875rem;
  }
}

header .logo-menu .row {
  height: 100%;
}

header .logo-menu .row .columns {
  height: 100%;
}

header .logo-menu .row .columns.logo-column {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 75%;
  float: left;
}

@media only screen and (min-width: 48em) {
  header .logo-menu .row .columns.logo-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 62.0625em) {
  header .logo-menu .row .columns.logo-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 58.33333%;
    float: left;
  }
}

header .logo-menu .row .columns.secondary-column {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 25%;
  float: left;
}

@media only screen and (min-width: 48em) {
  header .logo-menu .row .columns.secondary-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 62.0625em) {
  header .logo-menu .row .columns.secondary-column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: left;
  }
}

header .logo-menu a.brand-logo {
  display: block;
  margin-top: -0.125rem;
}

@media only screen and (min-width: 62.0625em) {
  header .logo-menu a.brand-logo {
    margin-top: 0.25rem;
  }
}

header .logo-menu a.brand-logo img {
  height: auto;
  max-width: 100%;
  width: auto;
  max-height: 1.5625rem;
}

@media only screen and (min-width: 62.0625em) {
  header .logo-menu a.brand-logo img {
    max-height: 2.1875rem;
  }
}

header .logo-menu a.link_2nd_logo {
  display: none;
}

@media only screen and (min-width: 62.0625em) {
  header .logo-menu a.link_2nd_logo {
    display: block;
  }
}

header .logo-menu a.link_2nd_logo img {
  float: right;
  height: auto;
  margin-top: -0.625rem;
  max-width: 100%;
  width: auto;
}

header .logo-menu a.menu-icon {
  float: right;
  margin-left: 0.9375rem;
  margin-top: -0.125rem;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  header .logo-menu a.menu-icon {
    margin-top: 0;
  }
}

@media only screen and (min-width: 62.0625em) {
  header .logo-menu a.menu-icon {
    display: none;
  }
}

header .logo-menu a.menu-icon span {
  background: transparent url("../img/burger.png");
  background-size: 100%;
  display: block;
  height: 1.375rem;
  margin-left: 0.3125rem;
  width: 1.5625rem;
}

.move-left header .logo-menu a.menu-icon span {
  background: transparent url("../img/x.png");
  background-size: 100%;
  width: 1.375rem;
}

header .main-menu {
  background: #22314a;
  color: #FFFFFF;
  display: none;
}

@media only screen and (min-width: 62.0625em) {
  header .main-menu {
    display: block;
  }
}

header .main-menu ul {
  list-style-type: none;
  margin: 0;
}

header .main-menu ul li {
  float: left;
}

header .main-menu ul li a {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 3rem;
  padding: 0 0.625rem;
  text-transform: uppercase;
}

header .main-menu ul li a:hover {
  text-decoration: underline;
}

header .main-menu ul li a.search {
  line-height: 2.75rem;
}

header .main-menu ul li a.search img {
  width: 1.0625rem;
}

header .main-menu ul li.active {
  background: #FFFFFF;
}

header .main-menu ul li.active a {
  color: #84bc34;
}

header .main-menu .comp_search {
  display: none;
  float: right;
  width: 8.4375rem;
  margin-top: 2px;
}

header .main-menu .comp_search input {
  border: 0px;
  color: #22314a;
  margin: 0;
  margin-top: 0.3125rem;
  padding: 0.3125rem;
  width: 100%;
}

header .main-menu .comp_search input:focus {
  border: 0;
  outline: 0;
}

.off-canvas-wrap.move-left {
  z-index: 2;
}

aside.right-off-canvas-menu {
  background: #22314a;
  color: #ffffff;
}

aside.right-off-canvas-menu ul.off-canvas-list li a {
  border: none;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 0.3125rem 1.25rem;
  text-transform: uppercase;
}

aside.right-off-canvas-menu ul.off-canvas-list li a.meta {
  font-size: 0.9375rem;
}

aside.right-off-canvas-menu ul.off-canvas-list li.active > a {
  background: #84bc34;
  color: #ffffff;
}

aside.right-off-canvas-menu ul.off-canvas-list li.search {
  background: #ffffff;
  color: #22314a;
  padding: 0.3125rem 1.25rem;
}

aside.right-off-canvas-menu ul.off-canvas-list li.search form label {
  background: #ffffff url("../img/icon_search_dark.png") no-repeat left center;
  border: none;
  color: #22314a;
  font-size: 1rem;
  font-weight: normal;
  padding: 0;
  padding-left: 1.25rem;
  text-transform: none;
}

aside.right-off-canvas-menu ul.off-canvas-list li.search form input {
  background: #ffffff;
  border: none;
  color: #22314a;
  font-size: 1.25rem;
  margin: 0;
  outline: none;
  padding: 0 0 0 0.625rem;
  width: 100%;
}

aside.right-off-canvas-menu ul.off-canvas-list li.search form input:focus,
aside.right-off-canvas-menu ul.off-canvas-list li.search form input:active,
aside.right-off-canvas-menu ul.off-canvas-list li.search form input:hover {
  background: #ffffff;
}

aside.right-off-canvas-menu ul.off-canvas-list li ul {
  list-style-type: none;
  margin-left: 0;
}

aside.right-off-canvas-menu ul.off-canvas-list li ul li a {
  border-bottom: 0.0625rem solid #3f4f6a;
  overflow: auto;
  padding: 0.75rem 1.25rem;
}

aside.right-off-canvas-menu ul.off-canvas-list li ul li a img {
  float: left;
  opacity: 0.6;
}

aside.right-off-canvas-menu ul.off-canvas-list li ul li a div.link-text {
  float: left;
  margin-left: 0.625rem;
  width: 8.75rem;
}

aside.right-off-canvas-menu ul.off-canvas-list li ul li a div.link-text span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  text-transform: uppercase;
}

aside.right-off-canvas-menu ul.off-canvas-list li ul li a div.link-text span.big {
  font-size: 1.0625rem;
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
}

aside.right-off-canvas-menu ul.off-canvas-list li ul li:last-child a {
  border-bottom: none;
}

aside.right-off-canvas-menu ul.off-canvas-list li ul li.active a {
  background: #3f4f6a;
}

aside.right-off-canvas-menu ul.off-canvas-list li ul li.active a img {
  opacity: 1;
}

aside.right-off-canvas-menu ul.off-canvas-list.metanav {
  margin-top: 0.9375rem;
}

#teasers {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  counter-reset: teaser;
  background: #ffffff;
  padding-top: 1.5625rem;
}

#teasers .teaser.event .datewrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

@media all and (max-width: 992px) {
  #teasers .teaser.event .datewrap {
    margin-top: 5%;
  }
}

@media all and (max-width: 900px) {
  #teasers .teaser.event .datewrap {
    margin-top: 3%;
  }
}

@media all and (max-width: 767px) {
  #teasers .teaser.event .datewrap {
    margin-top: 9%;
  }
}

@media all and (max-width: 600px) {
  #teasers .teaser.event .datewrap {
    margin-top: 6%;
  }
}

@media all and (max-width: 500px) {
  #teasers .teaser.event .datewrap {
    margin-top: 4%;
  }
}

@media all and (max-width: 420px) {
  #teasers .teaser.event .datewrap {
    margin-top: 2%;
  }
}

@media all and (max-width: 380px) {
  #teasers .teaser.event .datewrap {
    margin-top: 1%;
  }
}

@media all and (max-width: 350px) {
  #teasers .teaser.event .datewrap {
    margin-top: -2%;
  }
}

#teasers .startteaser:nth-child(4) .teaser-content .text p.infos {
  display: none;
}

@media only screen and (max-width: 47.9375em) {


  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content {
    height: auto;
    overflow: hidden;
    padding: 0;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 48em) {
  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content {
    height: 20rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 62.0625em) {
  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content {
    height: 16.9375rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .image-container,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .image-container,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .image-container,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .image-container,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .image-container,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .image-container,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .image-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
  }

  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container {
    padding-top: 48%;
  }

  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    background: #22314a;
    padding: 0.625rem 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 48em) {
  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text h2,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text h2,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text h2,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text h2,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text h2,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text h2,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text h2 {
    font-size: 1.625rem;
    height: 4.375rem;
    max-height: 4.375rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 48em) and (max-width: 62em) {
  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2):nth-child(odd),
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2):nth-child(odd),
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(odd),
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2):nth-child(odd),
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2):nth-child(odd),
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2):nth-child(odd),
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(odd) {
    padding-left: 0.46875rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 48em) and (max-width: 62em) {
  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2):nth-child(even),
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2):nth-child(even),
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(even),
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2):nth-child(even),
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2):nth-child(even),
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2):nth-child(even),
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(even) {
    padding-right: 0.46875rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 62.0625em) {
  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2):nth-child(3n+1),
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2):nth-child(3n+1),
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(3n+1),
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2):nth-child(3n+1),
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2):nth-child(3n+1),
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2):nth-child(3n+1),
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(3n+1) {
    padding-left: 0.375rem;
    padding-right: 0.9375rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 62.0625em) {
  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2):nth-child(3n+2),
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2):nth-child(3n+2),
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(3n+2),
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2):nth-child(3n+2),
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2):nth-child(3n+2),
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2):nth-child(3n+2),
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(3n+2) {
    padding-left: 0.9375rem;
    padding-right: 0.375rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 62.0625em) {
  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2):nth-child(3n),
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2):nth-child(3n),
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(3n),
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2):nth-child(3n),
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2):nth-child(3n),
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2):nth-child(3n),
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(3n) {
    padding-left: 0.64655rem;
    padding-right: 0.64655rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content {
    background: #ffffff;
  }

  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content *,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content *,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content *,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content *,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content *,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content *,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content * {
    color: #22314a;
  }

  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text {
    background: #ffffff;
  }

  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text h2,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text h2,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text h2,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text h2,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text h2,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text h2,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text h2 {
    color: #84bc34;
  }

  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text span.date,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text span.date,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text span.date,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text span.date,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text span.date,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text span.date,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text span.date {
    background: transparent url("../img/hexagon_primary.png") no-repeat center center;
    background-size: contain;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    left: 0;
    line-height: 1;
    padding: 5% 34%;
    position: absolute;
    text-align: center;
    top: 0.9375rem;
    width: 100%;
  }

  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text span.date .big,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text span.date .big,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text span.date .big,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text span.date .big,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text span.date .big,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text span.date .big,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text span.date .big {
    color: #ffffff;
    display: block;
    font-size: 3.75rem;
  }

  #teasers.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text span.category,
  #teasers.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text span.category,
  #teasers.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text span.category,
  #teasers.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text span.category,
  #teasers .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text span.category,
  #teasers .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text span.category,
  #teasers .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text span.category {
    display: none;
  }
}

#teasers:before,
#teasers:after {
  content: " ";
  display: table;
}

#teasers:after {
  clear: both;
}

#teasers .teaser {
  position: relative;
  counter-increment: teaser;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

#teasers .teaser a {
  cursor: pointer;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
  }
}

#teasers .teaser .teaser-content {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  background: #22314a;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
  position: relative;
}

#teasers .teaser .teaser-content:before,
#teasers .teaser .teaser-content:after {
  content: " ";
  display: table;
}

#teasers .teaser .teaser-content:after {
  clear: both;
}

#teasers .teaser .teaser-content * {
  color: #FFFFFF;
}

#teasers .teaser .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  float: left;
  padding-left: 0.4375rem;
}

#teasers .teaser .teaser-content .image-container .image-proportional-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

#teasers .teaser .teaser-content .image-container .image-proportional-container .image-proportional {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser .teaser-content .image-container .image-proportional-container .image-proportional {
    background-size: 102%;
  }
}

#teasers .teaser .teaser-content .text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.66667%;
  float: left;
  font-size: 0.9375rem;
  line-height: 1;
  padding-left: 0;
}

#teasers .teaser .teaser-content .text span.date {
  display: inline-block;
  margin-bottom: 0.625rem;
}

#teasers .teaser .teaser-content .text h2,
#teasers .teaser .teaser-content .text h3,
#teasers .teaser .teaser-content .text .h2,
#teasers .teaser .teaser-content .text .h3 {
  font-size: 1.125rem;
  font-weight: 600;
  max-height: 4.0625rem;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  margin-top: 0;
  overflow: hidden;
  display: block;
  max-height: 9.25rem;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser .teaser-content .text h2,
  #teasers .teaser .teaser-content .text h3,
  #teasers .teaser .teaser-content .text .h2,
  #teasers .teaser .teaser-content .text .h3 {
    font-size: 1.625rem;
    max-height: 4.375rem;
    line-height: 2rem;
  }
}

#teasers .teaser .teaser-content .text p {
  display: none;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser .teaser-content .text p {
    font-size: 1.25rem;
    overflow: hidden;
    max-height: 3rem;
  }
}

#teasers .teaser .teaser-content .text span.category {
  background: #ffffff;
  color: #22314a;
  float: right;
  font-size: 0.625rem;
  margin-top: -0.1875rem;
  margin-right: -0.625rem;
  padding: 0.1875rem;
  text-transform: uppercase;
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
}

#teasers .teaser .teaser-content .image-container .image-proportional-container .image-proportional {
  -webkit-transition: background-size 0.3s ease-out;
  -o-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser .teaser-content:hover .image-container .image-proportional-container .image-proportional {
    background-size: 103%;
  }
}

#teasers .teaser .teaser-content:hover .text h2 {
  text-decoration: underline;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser.event .teaser-content .text span.date {
    background: transparent url("../img/hexagon_primary.png") no-repeat center center;
    background-size: contain;
    color: #ffffff;
    display: block !important;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    left: 0;
    padding: 5% 34%;
    position: absolute;
    text-align: center;
    top: 0.625rem;
    width: 100%;
  }

  #teasers .teaser.event .teaser-content .text span.date .big {
    color: #ffffff;
    display: block;
    font-size: 3.75rem;
  }
}

#teasers .teaser.event .teaser-content .text span.category {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
}

#teasers .teaser.event.past .teaser-content .text span.date {
  background: transparent url("../img/hexagon_secondary.png") no-repeat center center;
  background-size: contain;
  color: #22314a;
}

#teasers .teaser.event.past .teaser-content .text span.date .big {
  color: #22314a;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:first-child {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

#teasers .teaser:first-child .teaser-content {
  padding: 0;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:first-child .teaser-content {
    margin-bottom: 0;
  }
}

#teasers .teaser:first-child .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
  max-height: 25.625rem;
}

#teasers .teaser:first-child .teaser-content .image-container .image-proportional-container {
  padding-top: 43%;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:first-child .teaser-content .image-container .image-proportional-container {
    padding-top: 42%;
  }
}

#teasers .teaser:first-child .teaser-content .text {
  background: #84bc34;
  padding: 0.625rem 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #teasers .teaser:first-child .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:first-child .teaser-content .text {
    bottom: 0;
    left: 0;
    opacity: 0.9;
    position: absolute;
    width: 40.75rem;
  }
}

#teasers .teaser:first-child .teaser-content .text span.date {
  display: none;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:first-child .teaser-content .text p:not(.infos) {
    display: block;
  }
}

#teasers .teaser:first-child.event .teaser-content {
  background: #84bc34;
  margin-bottom: 0.9375rem;
}

#teasers .teaser:first-child.event .teaser-content .text {
  background: #84bc34;
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  #teasers .teaser:first-child.event .teaser-content .text {
    position: static;
    width: 100%;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:first-child.event .teaser-content .text {
    left: 7.5rem;
    height: 9.375rem;
    padding-left: 4.0625rem;
  }
}

#teasers .teaser:first-child.event .teaser-content .text .category {
  display: none;
}

#teasers .teaser:first-child.event .teaser-content .text .infos {
  position: absolute;
  bottom: 11px;
  font-weight: bold;
}

#teasers .teaser:first-child.event .teaser-content .text .infos .alt {
  color: #22314a;
  font-weight: bold;
}

#teasers .teaser:first-child.event .teaser-content .text span.date {
  background: transparent url("../img/hexagon_stage.png") no-repeat center center;
  background-size: contain;
  color: #ffffff;
  display: inherit;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 5% 34%;
  position: absolute;
  text-align: center;
  top: 0.125rem;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:first-child.event .teaser-content .text span.date {
    top: 3.75rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:first-child.event .teaser-content .text span.date {
    left: -7.6875rem;
    margin-bottom: 0;
    padding: 1.8125rem 0;
    top: 0;
    width: 11.25rem;
  }
}

#teasers .teaser:first-child.event .teaser-content .text span.date .big {
  color: #ffffff;
  display: block;
  font-size: 3.75rem;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(3) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(3) {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    right: 33.33333%;
    left: auto;
    float: left;
    padding-right: 0;
  }
}

#teasers .teaser:nth-child(3) .teaser-content {
  padding: 0;
}

#teasers .teaser:nth-child(3) .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(3) .teaser-content .image-container {
    height: 25.625rem;
    overflow: hidden;
  }
}

#teasers .teaser:nth-child(3) .teaser-content .image-container .image-proportional-container {
  padding-top: 43%;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(3) .teaser-content .image-container .image-proportional-container {
    padding-top: 42%;
  }
}

#teasers .teaser:nth-child(3) .teaser-content .text {
  background: #22314a;
  padding: 0.625rem 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #teasers .teaser:nth-child(3) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

#teasers .teaser:nth-child(3) .teaser-content .text .infos {
  min-height: auto !important;
  bottom: 10px !important;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(3) .teaser-content .text {
    bottom: 0;
    left: 0;
    opacity: 0.9;
    position: absolute;
    width: 41.25rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(3) .teaser-content .text {
    width: 100%;
  }
}

#teasers .teaser:nth-child(3) .teaser-content .text span.date {
  display: none;
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  #teasers .teaser:nth-child(3) .teaser-content .text .infos {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(3) .teaser-content .text p {
    display: block;
  }
}

#teasers .teaser:nth-child(3).event .teaser-content {
  background: #84bc34;
  margin-bottom: 0.9375rem;
}

#teasers .teaser:nth-child(3).event .teaser-content .text {
  background: #84bc34;
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  #teasers .teaser:nth-child(3).event .teaser-content .text {
    position: static;
    width: 100%;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(3).event .teaser-content .text {
    left: 7.5rem;
    height: 9.375rem;
    padding-left: 4.0625rem;
  }
}

#teasers .teaser:nth-child(3).event .teaser-content .text .category {
  display: none;
}

#teasers .teaser:nth-child(3).event .teaser-content .text .infos {
  position: absolute;
  bottom: 11px;
  font-weight: bold;
}

#teasers .teaser:nth-child(3).event .teaser-content .text .infos .alt {
  color: #22314a;
  font-weight: bold;
}

#teasers .teaser:nth-child(3).event .teaser-content .text span.date {
  background: transparent url("../img/hexagon_stage.png") no-repeat center center;
  background-size: contain;
  color: #ffffff;
  display: inherit;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 5% 34%;
  position: absolute;
  text-align: center;
  top: 0.125rem;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(3).event .teaser-content .text span.date {
    top: 3.75rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(3).event .teaser-content .text span.date {
    left: -7.6875rem;
    margin-bottom: 0;
    padding: 1.8125rem 0;
    top: 0;
    width: 11.25rem;
  }
}

#teasers .teaser:nth-child(3).event .teaser-content .text span.date .big {
  color: #ffffff;
  display: block;
  font-size: 3.75rem;
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(3).event .teaser-content .text {
    left: 19%;
    width: 81%;
  }

  #teasers .teaser:nth-child(3).event .teaser-content .text span.date {
    left: -7.8125rem;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(4) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

#teasers .teaser:nth-child(4) .teaser-content {
  background: #84bc34;
  padding: 0;
}

#teasers .teaser:nth-child(4) .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(4) .teaser-content .image-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
}

#teasers .teaser:nth-child(4) .teaser-content .image-container .image-proportional-container {
  padding-top: 43%;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(4) .teaser-content .image-container .image-proportional-container {
    padding-top: 65%;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(4) .teaser-content .image-container .image-proportional-container {
    padding-top: 51%;
  }
}

#teasers .teaser:nth-child(4) .teaser-content .image-container .image-proportional-container .image-proportional {
  background-repeat: no-repeat;
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  #teasers .teaser:nth-child(4) .teaser-content .image-container .image-proportional-container .image-proportional {
    background-size: cover;
  }
}

#teasers .teaser:nth-child(4) .teaser-content .text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  background: #84bc34;
  padding: 0.625rem 1.25rem;
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(4) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(4) .teaser-content .text {
    padding-top: 2.0625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #teasers .teaser:nth-child(4) .teaser-content .text {
    padding: 0.625rem 0.9375rem;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(4) .teaser-content .text h2,
  #teasers .teaser:nth-child(4) .teaser-content .text .h2 {
    max-height: 7.125rem;
  }
}

#teasers .teaser:nth-child(4) .teaser-content .text span.category {
  margin-right: -0.3125rem;
}

@media only screen and (max-width: 47.9375em) {
  #teasers .teaser:nth-child(4) .teaser-content .text span.category {
    margin-right: -0.625rem;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(4) .teaser-content .text p {
    display: block;
    height: 4.5rem;
    max-height: 4.5rem;
    overflow: hidden;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(4).event .teaser-content .text span.date {
    left: -25%;
    top: 1.875rem;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(4).event .teaser-content .text .datewrap {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(5) {
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(n+5) .teaser-content {
    height: 21.875rem;
    padding: 0;
  }
}

@media only screen and (min-width: 48em) and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(n+5) .teaser-content {
    height: 16.9375rem;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .teaser:nth-child(n+5) .teaser-content .image-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
  }

  #teasers .teaser:nth-child(n+5) .teaser-content .image-container .image-proportional-container {
    padding-top: 48%;
  }

  #teasers .teaser:nth-child(n+5) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    background: #22314a;
    padding: 0.625rem 1.25rem;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  #teasers .teaser:nth-child(n+5) .teaser-content .text h2,
  #teasers .teaser:nth-child(n+5) .teaser-content .text h3 {
    font-size: 1.625rem;
    height: 4.375rem;
    max-height: 4.375rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  #teasers .teaser:nth-child(n+5):nth-child(even) {
    padding-left: 0.46875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #teasers .teaser:nth-child(n+5):nth-child(even) .teaser-content {
    background: #84bc34;
  }

  #teasers .teaser:nth-child(n+5):nth-child(even) .teaser-content .text {
    background: #84bc34;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  #teasers .teaser:nth-child(n+5):nth-child(odd) {
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  #teasers .teaser:nth-child(n+5):nth-child(4n) .teaser-content,
  #teasers .teaser:nth-child(n+5):nth-child(4n+1) .teaser-content {
    background: #84bc34;
  }

  #teasers .teaser:nth-child(n+5):nth-child(4n) .teaser-content .text,
  #teasers .teaser:nth-child(n+5):nth-child(4n+1) .teaser-content .text {
    background: #84bc34;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser.startteaser:nth-child(6) .teaser-content .image-container .image-proportional-container {
    padding-top: 47%;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser.startteaser:nth-child(3n+11) .teaser-content .image-container .image-proportional-container {
    padding-top: 47%;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(6) {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }

  #teasers .teaser:nth-child(7) {
    padding-left: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(8) {
    padding-right: 0.46875rem;
  }

  #teasers .teaser:nth-child(8) .teaser-content {
    height: 26.875rem;
  }
}

@media only screen and (min-width: 62.0625em) and (min-width: 64.0625em) {
  #teasers .teaser:nth-child(8) .teaser-content {
    height: 27.1875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(8) .teaser-content .image-container .image-proportional-container {
    padding-top: 45%;
  }
}

@media only screen and (min-width: 62.0625em) and (min-width: 48em) {
  #teasers .teaser:nth-child(8) .teaser-content .text p {
    display: block;
    height: 12.5rem;
    max-height: 12.5rem;
    overflow: hidden;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(8) .teaser-content .text .infos {
    display: none;
  }

  #teasers .teaser:nth-child(8).listteaser .teaser-content {
    height: 26.875rem;
  }
}

@media only screen and (min-width: 62.0625em) and (min-width: 48em) {
  #teasers .teaser:nth-child(8).listteaser .teaser-content .text p {
    height: 10.4375rem;
    max-height: 10.4375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(8) .teaser-content {
    background: #84bc34;
  }

  #teasers .teaser:nth-child(8) .teaser-content .text {
    background: #84bc34;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(9) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
    padding-left: 0.46875rem;
  }

  #teasers .teaser:nth-child(9) .teaser-content {
    height: auto;
  }

  #teasers .teaser:nth-child(9) .teaser-content .image-container .image-proportional-container {
    padding-top: 50%;
  }
}

@media only screen and (min-width: 62.0625em) and (min-width: 48em) {
  #teasers .teaser:nth-child(9) .teaser-content .text h2 {
    max-height: 2.5rem;
  }
}

@media only screen and (min-width: 62.0625em) and (min-width: 48em) {
  #teasers .teaser:nth-child(9) .teaser-content .text p {
    display: block;
    height: 3rem;
    max-height: 3rem;
    overflow: hidden;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(n+10):nth-child(3n) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(n+10):nth-child(3n+1) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(n+10):nth-child(3n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser:nth-child(n+10):nth-child(odd) .teaser-content {
    background: #84bc34;
  }

  #teasers .teaser:nth-child(n+10):nth-child(odd) .teaser-content .text {
    background: #84bc34;
  }
}

#teasers .teaser.social .teaser-content {
  background: transparent;
  border: 0.0625rem solid #22314a;
  overflow: hidden;
  max-height: 349px;
}

#teasers .teaser.social .teaser-content.insta {
  overflow: auto;
}

#teasers .teaser.social .teaser-content iframe {
  max-height: 100%;
}

#teasers .teaser.social .teaser-content .header {
  background: #22314a;
  margin-bottom: 0.46875rem;
  padding: 0.5rem 0.9375rem;
  text-align: center;
}

#teasers .teaser.social .teaser-content .header img {
  margin-top: -0.5rem;
}

#teasers .teaser.social .teaser-content .header h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 1.625rem;
  line-height: 1.5;
  margin: 0;
}

#teasers .teaser.social .teaser-content .fb-page {
  width: 100%;
}

#teasers .teaser.ad .teaser-content {
  padding: 0;
}

#teasers .teaser.ad .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
}

#teasers .teaser.ad .teaser-content .image-container .image-proportional-container {
  padding-top: 88%;
}

#teasers .teaser.ad .teaser-content .image-container .image-proportional-container .image-proportional {
  background-repeat: no-repeat;
}

@media only screen and (min-width: 62.0625em) {
  #teasers .teaser.ad.large {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
  }
}

#teasers .teaser.ad.large .teaser-content .image-container .image-proportional-container {
  padding-top: 42%;
}

#teasers .teaser.newsletter .teaser-content {
  background-color: transparent;
  cursor: pointer;
}

#teasers .doubleteaser-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
}

@media only screen and (min-width: 62.0625em) {
  #teasers .doubleteaser-container {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    left: 66.66667%;
    right: auto;
    float: left;
    padding-left: 0;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .doubleteaser-container .teaser:first-child {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    padding-right: 0;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .doubleteaser-container .teaser:first-child {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
  }
}

#teasers .doubleteaser-container .teaser:first-child .teaser-content {
  padding: 0;
}

@media only screen and (min-width: 48em) {
  #teasers .doubleteaser-container .teaser:first-child .teaser-content {
    margin-bottom: 0;
  }
}

#teasers .doubleteaser-container .teaser:first-child .teaser-content .image-container {
  display: none;
}

#teasers .doubleteaser-container .teaser:first-child .teaser-content .text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  opacity: 1;
  position: static;
  background: #84bc34;
  padding: 0.625rem 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #teasers .doubleteaser-container .teaser:first-child .teaser-content .text {
    padding: 0.625rem 0.9375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .doubleteaser-container .teaser:first-child .teaser-content .text {
    height: 12.8125rem;
  }
}

#teasers .doubleteaser-container .teaser:first-child .teaser-content .text span.date {
  display: none !important;
}

#teasers .doubleteaser-container .teaser:first-child .teaser-content .text h2,
#teasers .doubleteaser-container .teaser:first-child .teaser-content .text .h2 {
  margin-right: 4.6875rem;
}

@media only screen and (min-width: 48em) {
  #teasers .doubleteaser-container .teaser:first-child .teaser-content .text h2,
  #teasers .doubleteaser-container .teaser:first-child .teaser-content .text .h2 {
    margin-right: 0px;
    height: 9.6875rem;
    margin-top: 1.875rem;
    max-height: 9.6875rem;
    overflow: hidden;
    line-height: 2.625rem;
    font-size: 2.0625rem;
  }
}

#teasers .doubleteaser-container .teaser:first-child .teaser-content .text p {
  display: none;
}

#teasers .doubleteaser-container .teaser:nth-child(2) {
  min-height: 190px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 48em) {
  #teasers .doubleteaser-container .teaser:nth-child(2) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    padding-left: 0;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .doubleteaser-container .teaser:nth-child(2) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
  }
}

@media all and (max-width: 767px) {
  #teasers .doubleteaser-container .teaser:nth-child(2) {
    min-height: 300px;
  }
}

@media all and (max-width: 550px) {
  #teasers .doubleteaser-container .teaser:nth-child(2) {
    min-height: 280px;
  }
}

@media all and (max-width: 450px) {
  #teasers .doubleteaser-container .teaser:nth-child(2) {
    min-height: 200px;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .doubleteaser-container .teaser:nth-child(2) {
    min-height: 0px;
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 48em) {
  #teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content {
    line-height: 28px;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content {
    border-left: 15px solid #fff;
    border-top: 15px solid #fff;
    line-height: 25px;
  }
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container {
  background: #22314a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px;
  font-size: 10px;
}

@media only screen and (min-width: 48em) {
  #teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container {
    font-size: 12px;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container {
    font-size: 10px;
  }
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow.pad1 {
  padding-left: 160px;
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow.pad2 {
  padding-left: 90px;
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow.pad3 {
  padding-left: 120px;
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  white-space: nowrap;
}

@media only screen and (min-width: 48em) {
  #teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item {
    font-size: 10px;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item {
    padding: 5px;
  }
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item.p1 {
  font-size: 1.8em;
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item.p2 {
  font-size: 2.1em;
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item.p3 {
  font-size: 2.5em;
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item.p4 {
  font-size: 3.2em;
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item.p5 {
  font-size: 3.6em;
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item:hover {
  color: #84bc34;
  text-decoration: underline;
}

#teasers .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .taglogo {
  position: absolute;
  width: 130px;
  height: 80px;
  left: 10px;
  top: 10px;
  pointer-events: none;
  background: #ccc;
  background: url("../img/tc_icon.png") no-repeat;
}

#teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content {
  padding: 0;
}

@media only screen and (min-width: 48em) {
  #teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content {
    margin-bottom: 0;
  }
}

#teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container {
  position: absolute;
  width: 100%;
  height: 190px;
  background-size: cover;
  padding: 0;
  overflow: hidden;
}

#teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container .image-proportional-container {
  display: none;
}

@media only screen and (min-width: 48em) {
  #teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container {
    height: 210px;
  }

  #teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container .image-proportional-container .image-proportional {
    margin-left: 12px;
    margin-top: 12px;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container {
    height: 190px;
  }
}

@media all and (max-width: 767px) {
  #teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container {
    height: 305px;
  }
}

@media all and (max-width: 550px) {
  #teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container {
    height: 285px;
  }
}

@media all and (max-width: 450px) {
  #teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container {
    height: 205px;
  }
}

#teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .text {
  display: none;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  background: #22314a;
  padding: 0.625rem 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  #teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .text {
    padding: 0.625rem 0.9375rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  #teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .text {
    background: #22314a;
  }
}

@media only screen and (min-width: 62.0625em) {
  #teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .text {
    height: 12.8125rem;
  }
}

#teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .text span.date {
  display: none !important;
}

#teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .text h2 {
  margin-right: 4.6875rem;
}

@media only screen and (min-width: 48em) {
  #teasers .doubleteaser-container .teaser:nth-child(2) .teaser-content .text h2 {
    margin-right: 0;
    height: 9.6875rem;
    margin-top: 1.875rem;
    max-height: 9.6875rem;
    overflow: hidden;
    line-height: 2.625rem;
    font-size: 2.0625rem;
  }
}

#teasers .doubleteaser-container .teaser.event .teaser-content .text span.date {
  position: static;
}

@media only screen and (min-width: 48em) {
  #teasers .doubleteaser-container .teaser.event .teaser-content .text span.date {
    left: 0;
    padding: 5% 34%;
    top: 0.625rem;
    width: 100%;
  }
}

#teasers .doubleteaser-container .teaser.event:nth-child(1) .teaser-content .text span.date {
  background: transparent url("../img/hexagon_primary.png") no-repeat center center;
  background-size: contain;
}

@media only screen and (min-width: 62.0625em) {
  #teasers .doubleteaser-container .teaser.event:nth-child(2) .teaser-content .text span.date {
    background: transparent url("../img/hexagon_stage.png") no-repeat center center;
    background-size: contain;
  }
}

#teasers .doubleteaser-container .teaser.event.past:nth-child(1) .teaser-content .text span.date,
#teasers .doubleteaser-container .teaser.event.past:nth-child(2) .teaser-content .text span.date {
  background: transparent url("../img/hexagon_secondary.png") no-repeat center center;
  background-size: contain;
  color: #22314a;
}

#teasers .doubleteaser-container .teaser.event.past:nth-child(1) .teaser-content .text span.date .big,
#teasers .doubleteaser-container .teaser.event.past:nth-child(2) .teaser-content .text span.date .big {
  color: #22314a;
}

#reduced-teasers {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  background: #ffffff;
  margin-top: -1.5625rem;
  padding-top: 1.5625rem;
}

#reduced-teasers:before,
#reduced-teasers:after {
  content: " ";
  display: table;
}

#reduced-teasers:after {
  clear: both;
}

#reduced-teasers .teaser {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

#reduced-teasers .teaser a {
  cursor: pointer;
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
  }
}

#reduced-teasers .teaser .teaser-content {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  background: #22314a;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
  position: relative;
}

#reduced-teasers .teaser .teaser-content:before,
#reduced-teasers .teaser .teaser-content:after {
  content: " ";
  display: table;
}

#reduced-teasers .teaser .teaser-content:after {
  clear: both;
}

#reduced-teasers .teaser .teaser-content * {
  color: #FFFFFF;
}

#reduced-teasers .teaser .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  float: left;
  padding-left: 0.4375rem;
}

#reduced-teasers .teaser .teaser-content .image-container .image-proportional-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

#reduced-teasers .teaser .teaser-content .image-container .image-proportional-container .image-proportional {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser .teaser-content .image-container .image-proportional-container .image-proportional {
    background-size: 102%;
  }
}

#reduced-teasers .teaser .teaser-content .text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.66667%;
  float: left;
  font-size: 0.9375rem;
  line-height: 1;
  padding-left: 0;
}

#reduced-teasers .teaser .teaser-content .text span.date {
  display: inline-block;
  margin-bottom: 0.625rem;
}

#reduced-teasers .teaser .teaser-content .text h2,
#reduced-teasers .teaser .teaser-content .text h3,
#reduced-teasers .teaser .teaser-content .text .h2,
#reduced-teasers .teaser .teaser-content .text .h3 {
  font-size: 1.125rem;
  font-weight: 600;
  max-height: 4.0625rem;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  margin-top: 0;
  overflow: hidden;
  display: block;
  max-height: 9.25rem;
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser .teaser-content .text h2,
  #reduced-teasers .teaser .teaser-content .text h3,
  #reduced-teasers .teaser .teaser-content .text .h2,
  #reduced-teasers .teaser .teaser-content .text .h3 {
    font-size: 1.625rem;
    max-height: 4.375rem;
    line-height: 2rem;
  }
}

#reduced-teasers .teaser .teaser-content .text p {
  display: none;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser .teaser-content .text p {
    font-size: 1.25rem;
    overflow: hidden;
    max-height: 3rem;
  }
}

#reduced-teasers .teaser .teaser-content .text span.category {
  background: #ffffff;
  color: #22314a;
  float: right;
  font-size: 0.625rem;
  margin-top: -0.1875rem;
  margin-right: -0.625rem;
  padding: 0.1875rem;
  text-transform: uppercase;
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
}

#reduced-teasers .teaser .teaser-content .image-container .image-proportional-container .image-proportional {
  -webkit-transition: background-size 0.3s ease-out;
  -o-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser .teaser-content:hover .image-container .image-proportional-container .image-proportional {
    background-size: 103%;
  }
}

#reduced-teasers .teaser .teaser-content:hover .text h2 {
  text-decoration: underline;
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser.event .teaser-content .text span.date {
    background: transparent url("../img/hexagon_primary.png") no-repeat center center;
    background-size: contain;
    color: #ffffff;
    display: block !important;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    left: 0;
    padding: 5% 34%;
    position: absolute;
    text-align: center;
    top: 0.625rem;
    width: 100%;
  }

  #reduced-teasers .teaser.event .teaser-content .text span.date .big {
    color: #ffffff;
    display: block;
    font-size: 3.75rem;
  }
}

#reduced-teasers .teaser.event .teaser-content .text span.category {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
}

#reduced-teasers .teaser.event.past .teaser-content .text span.date {
  background: transparent url("../img/hexagon_secondary.png") no-repeat center center;
  background-size: contain;
  color: #22314a;
}

#reduced-teasers .teaser.event.past .teaser-content .text span.date .big {
  color: #22314a;
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser:first-child,
  #reduced-teasers .teaser:nth-child(2),
  #reduced-teasers .teaser:nth-child(3) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

#reduced-teasers .teaser:first-child .teaser-content,
#reduced-teasers .teaser:nth-child(2) .teaser-content,
#reduced-teasers .teaser:nth-child(3) .teaser-content {
  background: #84bc34;
  padding: 0;
}

#reduced-teasers .teaser:first-child .teaser-content .image-container,
#reduced-teasers .teaser:nth-child(2) .teaser-content .image-container,
#reduced-teasers .teaser:nth-child(3) .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser:first-child .teaser-content .image-container,
  #reduced-teasers .teaser:nth-child(2) .teaser-content .image-container,
  #reduced-teasers .teaser:nth-child(3) .teaser-content .image-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
}

#reduced-teasers .teaser:first-child .teaser-content .image-container .image-proportional-container,
#reduced-teasers .teaser:nth-child(2) .teaser-content .image-container .image-proportional-container,
#reduced-teasers .teaser:nth-child(3) .teaser-content .image-container .image-proportional-container {
  padding-top: 43%;
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser:first-child .teaser-content .image-container .image-proportional-container,
  #reduced-teasers .teaser:nth-child(2) .teaser-content .image-container .image-proportional-container,
  #reduced-teasers .teaser:nth-child(3) .teaser-content .image-container .image-proportional-container {
    padding-top: 65%;
  }
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser:first-child .teaser-content .image-container .image-proportional-container,
  #reduced-teasers .teaser:nth-child(2) .teaser-content .image-container .image-proportional-container,
  #reduced-teasers .teaser:nth-child(3) .teaser-content .image-container .image-proportional-container {
    padding-top: 51%;
  }
}

#reduced-teasers .teaser:first-child .teaser-content .image-container .image-proportional-container .image-proportional,
#reduced-teasers .teaser:nth-child(2) .teaser-content .image-container .image-proportional-container .image-proportional,
#reduced-teasers .teaser:nth-child(3) .teaser-content .image-container .image-proportional-container .image-proportional {
  background-repeat: no-repeat;
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  #reduced-teasers .teaser:first-child .teaser-content .image-container .image-proportional-container .image-proportional,
  #reduced-teasers .teaser:nth-child(2) .teaser-content .image-container .image-proportional-container .image-proportional,
  #reduced-teasers .teaser:nth-child(3) .teaser-content .image-container .image-proportional-container .image-proportional {
    background-size: cover;
  }
}

#reduced-teasers .teaser:first-child .teaser-content .text,
#reduced-teasers .teaser:nth-child(2) .teaser-content .text,
#reduced-teasers .teaser:nth-child(3) .teaser-content .text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  background: #84bc34;
  padding: 0.625rem 1.25rem;
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser:first-child .teaser-content .text,
  #reduced-teasers .teaser:nth-child(2) .teaser-content .text,
  #reduced-teasers .teaser:nth-child(3) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser:first-child .teaser-content .text,
  #reduced-teasers .teaser:nth-child(2) .teaser-content .text,
  #reduced-teasers .teaser:nth-child(3) .teaser-content .text {
    padding-top: 2.0625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #reduced-teasers .teaser:first-child .teaser-content .text,
  #reduced-teasers .teaser:nth-child(2) .teaser-content .text,
  #reduced-teasers .teaser:nth-child(3) .teaser-content .text {
    padding: 0.625rem 0.9375rem;
  }
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser:first-child .teaser-content .text h2,
  #reduced-teasers .teaser:first-child .teaser-content .text .h2,
  #reduced-teasers .teaser:nth-child(2) .teaser-content .text h2,
  #reduced-teasers .teaser:nth-child(2) .teaser-content .text .h2,
  #reduced-teasers .teaser:nth-child(3) .teaser-content .text h2,
  #reduced-teasers .teaser:nth-child(3) .teaser-content .text .h2 {
    max-height: 7.125rem;
  }
}

#reduced-teasers .teaser:first-child .teaser-content .text span.category,
#reduced-teasers .teaser:nth-child(2) .teaser-content .text span.category,
#reduced-teasers .teaser:nth-child(3) .teaser-content .text span.category {
  margin-right: -0.3125rem;
}

@media only screen and (max-width: 47.9375em) {
  #reduced-teasers .teaser:first-child .teaser-content .text span.category,
  #reduced-teasers .teaser:nth-child(2) .teaser-content .text span.category,
  #reduced-teasers .teaser:nth-child(3) .teaser-content .text span.category {
    margin-right: -0.625rem;
  }
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser:first-child .teaser-content .text p,
  #reduced-teasers .teaser:nth-child(2) .teaser-content .text p,
  #reduced-teasers .teaser:nth-child(3) .teaser-content .text p {
    display: block;
    height: 4.5rem;
    max-height: 4.5rem;
    overflow: hidden;
  }
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser:first-child.event .teaser-content .text span.date,
  #reduced-teasers .teaser:nth-child(2).event .teaser-content .text span.date,
  #reduced-teasers .teaser:nth-child(3).event .teaser-content .text span.date {
    left: -25%;
    top: 1.875rem;
  }
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser:first-child.event .teaser-content .text .datewrap,
  #reduced-teasers .teaser:nth-child(2).event .teaser-content .text .datewrap,
  #reduced-teasers .teaser:nth-child(3).event .teaser-content .text .datewrap {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser:nth-child(4) {
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser:nth-child(n+4) .teaser-content {
    height: 21.875rem;
    padding: 0;
  }
}

@media only screen and (min-width: 48em) and (min-width: 62.0625em) {
  #reduced-teasers .teaser:nth-child(n+4) .teaser-content {
    height: 16.9375rem;
  }
}

@media only screen and (min-width: 48em) {
  #reduced-teasers .teaser:nth-child(n+4) .teaser-content .image-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
  }

  #reduced-teasers .teaser:nth-child(n+4) .teaser-content .image-container .image-proportional-container {
    padding-top: 48%;
  }

  #reduced-teasers .teaser:nth-child(n+4) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    background: #22314a;
    padding: 0.625rem 1.25rem;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  #reduced-teasers .teaser:nth-child(n+4) .teaser-content .text h2,
  #reduced-teasers .teaser:nth-child(n+4) .teaser-content .text h3 {
    font-size: 1.625rem;
    height: 4.375rem;
    max-height: 4.375rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  #reduced-teasers .teaser:nth-child(n+4):nth-child(odd) {
    padding-left: 0.46875rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  #reduced-teasers .teaser:nth-child(n+4):nth-child(even) {
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser.listteaser:nth-child(3n+5) .teaser-content .image-container .image-proportional-container {
    padding-top: 47%;
  }
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser:nth-child(5) {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }

  #reduced-teasers .teaser:nth-child(6) {
    padding-left: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser:nth-child(7) {
    padding-right: 0.46875rem;
  }

  #reduced-teasers .teaser:nth-child(7) .teaser-content {
    height: 26.875rem;
  }
}

@media only screen and (min-width: 62.0625em) and (min-width: 64.0625em) {
  #reduced-teasers .teaser:nth-child(7) .teaser-content {
    height: 27.1875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser:nth-child(7) .teaser-content .image-container .image-proportional-container {
    padding-top: 45%;
  }
}

@media only screen and (min-width: 62.0625em) and (min-width: 48em) {
  #reduced-teasers .teaser:nth-child(7) .teaser-content .text p {
    display: block;
    height: 12.5rem;
    max-height: 12.5rem;
    overflow: hidden;
  }
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser:nth-child(7) .teaser-content .text .infos {
    display: none;
  }

  #reduced-teasers .teaser:nth-child(7).listteaser .teaser-content {
    height: 26.875rem;
  }
}

@media only screen and (min-width: 62.0625em) and (min-width: 48em) {
  #reduced-teasers .teaser:nth-child(7).listteaser .teaser-content .text p {
    height: 10.4375rem;
    max-height: 10.4375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser:nth-child(8) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
    padding-left: 0.46875rem;
  }

  #reduced-teasers .teaser:nth-child(8) .teaser-content {
    height: auto;
  }

  #reduced-teasers .teaser:nth-child(8) .teaser-content .image-container .image-proportional-container {
    padding-top: 50%;
  }
}

@media only screen and (min-width: 62.0625em) and (min-width: 48em) {
  #reduced-teasers .teaser:nth-child(8) .teaser-content .text h2 {
    max-height: 2.5rem;
  }
}

@media only screen and (min-width: 62.0625em) and (min-width: 48em) {
  #reduced-teasers .teaser:nth-child(8) .teaser-content .text p {
    display: block;
    height: 3rem;
    max-height: 3rem;
    overflow: hidden;
  }
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser:nth-child(n+9):nth-child(3n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser:nth-child(n+9):nth-child(3n) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser:nth-child(n+9):nth-child(3n+1) {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
}

#reduced-teasers .teaser.ad .teaser-content {
  padding: 0;
}

#reduced-teasers .teaser.ad .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
}

#reduced-teasers .teaser.ad .teaser-content .image-container .image-proportional-container {
  padding-top: 88%;
}

#reduced-teasers .teaser.ad .teaser-content .image-container .image-proportional-container .image-proportional {
  background-repeat: no-repeat;
}

@media only screen and (min-width: 62.0625em) {
  #reduced-teasers .teaser.ad.large {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
  }
}

#reduced-teasers .teaser.ad.large .teaser-content .image-container .image-proportional-container {
  padding-top: 42%;
}

#reduced-teasers .teaser.newsletter .teaser-content {
  background-color: transparent;
  cursor: pointer;
}

#reduced-teasers .teaser:nth-child(n+1) .teaser-content {
  background: #ffffff;
}

#reduced-teasers .teaser:nth-child(n+1) .teaser-content * {
  color: #22314a;
}

#reduced-teasers .teaser:nth-child(n+1) .teaser-content .text {
  background: #ffffff;
}

#reduced-teasers .teaser:nth-child(n+1) .teaser-content .text h2,
#reduced-teasers .teaser:nth-child(n+1) .teaser-content .text .h2 {
  color: #84bc34;
  font-weight: normal;
}

#reduced-teasers .teaser:nth-child(n+1) .teaser-content .text span.category {
  display: none;
}

.author {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-bottom: 2.1875rem;
  margin-top: 2.1875rem;
}

.author:before,
.author:after {
  content: " ";
  display: table;
}

.author:after {
  clear: both;
}

@media only screen and (min-width: 62.0625em) {
  .author {
    padding-left: 16.667%;
    padding-right: 16.667%;
  }
}

.author .author-image {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 25%;
  float: left;
  padding-right: 0;
}

@media only screen and (min-width: 62.0625em) {
  .author .author-image {
    padding-left: 0;
  }
}

.author .author-image .image-proportional-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.author .author-image .image-proportional-container .image-proportional {
  position: relative;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.author .author-image .image-proportional-container .image-proportional:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/hexa_mask2.png") center center;
  background-size: cover;
}

.author .author-text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 75%;
  float: left;
}

@media only screen and (min-width: 62.0625em) {
  .author .author-text {
    padding-right: 0;
  }
}

.author .author-text .author-head {
  color: #22314a;
  font-size: 1.25rem;
  margin: 0;
}

.author .author-text p {
  color: #3f3f3f;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  margin: 0;
}

.author .author-text a {
  color: #22314a;
}

.detail-container {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  background: #FFFFFF;
}

.detail-container:before,
.detail-container:after {
  content: " ";
  display: table;
}

.detail-container:after {
  clear: both;
}

.detail-container .detail {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.detail-container .detail .detail-content {
  background: #FFFFFF;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding-bottom: 1.5625rem;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content {
    margin: 0;
  }
}

.detail-container .detail .detail-content .alignleft {
  float: left;
  margin: 20px 20px 20px 0px;
}

.detail-container .detail .detail-content .alignright {
  float: right;
  margin: 20px 0px 20px 20px;
}

.detail-container .detail .detail-content h2 {
  padding-top: 20px;
}

.detail-container .detail .detail-content h3 {
  padding-top: 20px;
}

.detail-container .detail .detail-content .nextprev {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  display: none;
}

.detail-container .detail .detail-content .nextprev:before,
.detail-container .detail .detail-content .nextprev:after {
  content: " ";
  display: table;
}

.detail-container .detail .detail-content .nextprev:after {
  clear: both;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content .nextprev {
    display: block;
  }
}

.detail-container .detail .detail-content .nextprev .prev,
.detail-container .detail .detail-content .nextprev .next {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left;
}

.detail-container .detail .detail-content .nextprev .prev a,
.detail-container .detail .detail-content .nextprev .next a {
  color: #3f3f3f;
  font-size: 0.9375rem;
  padding: 0.9375rem 0 0 0;
}

.detail-container .detail .detail-content .nextprev .prev a .fa,
.detail-container .detail .detail-content .nextprev .next a .fa {
  color: #84bc34;
  font-size: 1.125rem;
}

.detail-container .detail .detail-content .nextprev .prev a:hover,
.detail-container .detail .detail-content .nextprev .next a:hover {
  text-decoration: underline;
}

.detail-container .detail .detail-content .nextprev .prev a {
  float: left;
}

.detail-container .detail .detail-content .nextprev .prev a .fa {
  padding-right: 0.625rem;
}

.detail-container .detail .detail-content .nextprev .next a {
  float: right;
}

.detail-container .detail .detail-content .nextprev .next a .fa {
  padding-left: 0.625rem;
}

.detail-container .detail .detail-content .date {
  color: #84bc34;
  display: block;
  font-size: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 1.875rem;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content .date {
    padding-left: 18%;
    padding-right: 18%;
  }
}

.detail-container .detail .detail-content h1.title {
  color: #3f3f3f;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.2;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content h1.title {
    font-size: 2rem;
    padding-left: 18%;
    padding-right: 18%;
  }
}

.detail-container .detail .detail-content h2.title {
  color: #3f3f3f;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.2;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content h2.title {
    font-size: 2rem;
    padding-left: 18%;
    padding-right: 18%;
  }
}

.detail-container .detail .detail-content div.text {
  color: #3f3f3f;
  display: block;
  font-size: 1.25rem;
  line-height: 1.3;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.detail-container .detail .detail-content div.text .jumpli {
  position: relative;
  padding-left: 19px;
  margin-bottom: 10px;
  display: block;
}

.detail-container .detail .detail-content div.text .jumpli:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: FontAwesome;
  color: #84bc34;
  content: "";
}

.detail-container .detail .detail-content div.text .jumpli a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3f3f3f;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content div.text {
    padding-left: 18%;
    padding-right: 18%;
  }
}

.detail-container .detail .detail-content div.text * {
  line-height: 1.3;
}

.detail-container .detail .detail-content div.text p {
  font-size: 1.25rem;
}

.detail-container .detail .detail-content div.text ul,
.detail-container .detail .detail-content div.text ol {
  font-size: 1.25rem;
}

.detail-container .detail .detail-content div.text ul a,
.detail-container .detail .detail-content div.text ol a {
  color: #84bc34;
}

.detail-container .detail .detail-content div.text p a {
  color: #84bc34;
}

.detail-container .detail .detail-content div.text h2,
.detail-container .detail .detail-content div.text h3,
.detail-container .detail .detail-content div.text h4,
.detail-container .detail .detail-content div.text h5 {
  color: #84bc34;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content div.text h2,
  .detail-container .detail .detail-content div.text h3,
  .detail-container .detail .detail-content div.text h4,
  .detail-container .detail .detail-content div.text h5 {
    font-size: 1.625rem;
  }
}

.detail-container .detail .detail-content .video_container {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.detail-container .detail .detail-content .video_container.widescreen {
  padding-bottom: 56.34%;
}

.detail-container .detail .detail-content .video_container.vimeo {
  padding-top: 0;
}

.detail-container .detail .detail-content .video_container iframe,
.detail-container .detail .detail-content .video_container object,
.detail-container .detail .detail-content .video_container embed,
.detail-container .detail .detail-content .video_container video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.detail-container .detail .detail-content .mainimg_wrap {
  max-height: 500px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
  margin-top: 1.875rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.detail-container .detail .detail-content .mainimg_wrap .mainimg {
  opacity: 0;
  height: auto;
  width: 100%;
}

.detail-container .detail .detail-content .tags {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-bottom: 0.9375rem;
}

.detail-container .detail .detail-content .tags:before,
.detail-container .detail .detail-content .tags:after {
  content: " ";
  display: table;
}

.detail-container .detail .detail-content .tags:after {
  clear: both;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content .tags {
    padding-left: 16.667%;
    padding-right: 16.667%;
  }
}

.detail-container .detail .detail-content .tags .tags-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content .tags .tags-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.detail-container .detail .detail-content .tags .tags-content .tags-head {
  color: #84bc34;
  font-size: 1.25rem;
  margin: 0;
  margin-bottom: 0.625rem;
}

.detail-container .detail .detail-content .tags .tags-content .tag {
  background: #84bc34;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  padding: 0.3125rem;
  text-transform: uppercase;
}

.detail-container .detail .detail-content .social {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-bottom: 1.5625rem;
}

.detail-container .detail .detail-content .social:before,
.detail-container .detail .detail-content .social:after {
  content: " ";
  display: table;
}

.detail-container .detail .detail-content .social:after {
  clear: both;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content .social {
    padding-left: 16.667%;
    padding-right: 16.667%;
  }
}

.detail-container .detail .detail-content .social .social-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content .social .social-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.detail-container .detail .detail-content .comments {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-bottom: 1.5625rem;
}

.detail-container .detail .detail-content .comments:before,
.detail-container .detail .detail-content .comments:after {
  content: " ";
  display: table;
}

.detail-container .detail .detail-content .comments:after {
  clear: both;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content .comments {
    padding-left: 16.667%;
    padding-right: 16.667%;
  }
}

.detail-container .detail .detail-content .comments .comments-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content .comments .comments-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.detail-container .detail .detail-content .newsalarm-info {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-bottom: 0.9375rem;
}

.detail-container .detail .detail-content .newsalarm-info:before,
.detail-container .detail .detail-content .newsalarm-info:after {
  content: " ";
  display: table;
}

.detail-container .detail .detail-content .newsalarm-info:after {
  clear: both;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content .newsalarm-info {
    padding-left: 18%;
    padding-right: 18%;
  }
}

.detail-container .detail .detail-content .newsalarm-info .newsalarm-info-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  color: #3f3f3f;
  font-size: 1.25rem;
  line-height: 1;
}

@media only screen and (min-width: 62.0625em) {
  .detail-container .detail .detail-content .newsalarm-info .newsalarm-info-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.detail-container .detail .detail-content .newsalarm-info .newsalarm-info-content a {
  color: #22314a;
}

.detail-container .detail a:hover {
  text-decoration: underline;
}

.detail-container .detail a:hover.ng-isolate-scope {
  text-decoration: none;
}

.detail-bottom-container {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

.detail-bottom-container:before,
.detail-bottom-container:after {
  content: " ";
  display: table;
}

.detail-bottom-container:after {
  clear: both;
}

.detail-bottom-container .detail-bottom {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  background: #FFFFFF;
}

.detail-bottom-container .detail-bottom .detail-bottom-content {
  background: #FFFFFF;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

@media only screen and (min-width: 62.0625em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content {
    background: transparent;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers:before,
.detail-bottom-container .detail-bottom .detail-bottom-content .teasers:after {
  content: " ";
  display: table;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers:after {
  clear: both;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser a {
  cursor: pointer;
}

@media only screen and (min-width: 48em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 62.0625em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
  }
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  background: #22314a;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
  position: relative;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content:before,
.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content:after {
  content: " ";
  display: table;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content:after {
  clear: both;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content * {
  color: #FFFFFF;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  float: left;
  padding-left: 0.4375rem;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .image-container .image-proportional-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .image-container .image-proportional-container .image-proportional {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 48em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .image-container .image-proportional-container .image-proportional {
    background-size: 102%;
  }
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.66667%;
  float: left;
  font-size: 0.9375rem;
  line-height: 1;
  padding-left: 0;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text span.date {
  display: inline-block;
  margin-bottom: 0.625rem;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text h2,
.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text h3,
.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text .h2,
.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text .h3 {
  font-size: 1.125rem;
  font-weight: 600;
  max-height: 4.0625rem;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  margin-top: 0;
  overflow: hidden;
  display: block;
  max-height: 9.25rem;
}

@media only screen and (min-width: 48em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text h2,
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text h3,
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text .h2,
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text .h3 {
    font-size: 1.625rem;
    max-height: 4.375rem;
    line-height: 2rem;
  }
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text p {
  display: none;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
}

@media only screen and (min-width: 48em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text p {
    font-size: 1.25rem;
    overflow: hidden;
    max-height: 3rem;
  }
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text span.category {
  background: #ffffff;
  color: #22314a;
  float: right;
  font-size: 0.625rem;
  margin-top: -0.1875rem;
  margin-right: -0.625rem;
  padding: 0.1875rem;
  text-transform: uppercase;
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .image-container .image-proportional-container .image-proportional {
  -webkit-transition: background-size 0.3s ease-out;
  -o-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}

@media only screen and (min-width: 48em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content:hover .image-container .image-proportional-container .image-proportional {
    background-size: 103%;
  }
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content:hover .text h2 {
  text-decoration: underline;
}

@media only screen and (min-width: 48em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.event .teaser-content .text span.date {
    background: transparent url("../img/hexagon_primary.png") no-repeat center center;
    background-size: contain;
    color: #ffffff;
    display: block !important;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    left: 0;
    padding: 5% 34%;
    position: absolute;
    text-align: center;
    top: 0.625rem;
    width: 100%;
  }

  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.event .teaser-content .text span.date .big {
    color: #ffffff;
    display: block;
    font-size: 3.75rem;
  }
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.event .teaser-content .text span.category {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.event.past .teaser-content .text span.date {
  background: transparent url("../img/hexagon_secondary.png") no-repeat center center;
  background-size: contain;
  color: #22314a;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.event.past .teaser-content .text span.date .big {
  color: #22314a;
}

@media only screen and (min-width: 48em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content {
    height: 21.875rem;
    padding: 0;
  }
}

@media only screen and (min-width: 48em) and (min-width: 62.0625em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content {
    height: 16.9375rem;
  }
}

@media only screen and (min-width: 48em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .image-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
  }

  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .image-container .image-proportional-container {
    padding-top: 48%;
  }

  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    background: #22314a;
    padding: 0.625rem 1.25rem;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text h2,
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser .teaser-content .text h3 {
    font-size: 1.625rem;
    height: 4.375rem;
    max-height: 4.375rem;
  }
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.ad:not(.large):not(.newsletter) {
  display: none;
}

@media all and (max-width: 992px) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.ad:not(.large):not(.newsletter) {
    display: block;
  }
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.ad.large:not(.newsletter) {
  display: block;
}

@media all and (max-width: 992px) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.ad.large:not(.newsletter) {
    display: none;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser:nth-child(even) {
    padding-left: 0.46875rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser:nth-child(odd) {
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser:nth-child(3n) {
    padding-left: 0.375rem;
    padding-right: 0.9375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser:nth-child(3n+1) {
    padding-left: 0.9375rem;
    padding-right: 0.375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser:nth-child(3n+2) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser:nth-child(3n+2) .teaser-content {
  background: #84bc34;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser:nth-child(3n+2) .teaser-content .text {
  background: #84bc34;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.ad .teaser-content {
  padding: 0;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.ad .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.ad .teaser-content .image-container .image-proportional-container {
  padding-top: 88%;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.ad .teaser-content .image-container .image-proportional-container .image-proportional {
  background-repeat: no-repeat;
}

@media only screen and (min-width: 62.0625em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.ad.large {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
  }
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.ad.large .teaser-content .image-container .image-proportional-container {
  padding-top: 42%;
}

.detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser.newsletter .teaser-content {
  background-color: transparent;
  cursor: pointer;
}

@media only screen and (min-width: 62.0625em) {
  .detail-bottom-container .detail-bottom .detail-bottom-content .teasers .teaser:nth-child(5).ad.large {
    padding-left: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .detail span.fullwidth {
    display: block;
    margin-left: -25%;
    margin-right: -25%;
    width: 150%;
  }
}

.detail span.fullwidth img {
  height: auto;
  width: 100%;
}

.detail .text .gallery {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-bottom: 1.875rem;
}

.detail .text .gallery:before,
.detail .text .gallery:after {
  content: " ";
  display: table;
}

.detail .text .gallery:after {
  clear: both;
}

.detail .text .gallery div.videowrap {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  float: left;
  padding: 0.3125rem;
  position: relative;
}

.detail .text .gallery div.videowrap:focus,
.detail .text .gallery div.videowrap:active {
  outline: none;
}

.detail .text .gallery div.videowrap img {
  min-width: 100%;
}

.detail .text .gallery div.videowrap iframe {
  padding: 0.3125rem;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.detail .text .gallery a {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  float: left;
  padding: 0.3125rem;
}

.detail .text .gallery a:focus,
.detail .text .gallery a:active {
  outline: none;
}

.detail .text .gallery a img {
  width: 100%;
}

.glossar-container {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-top: -1.5625rem;
}

.glossar-container:before,
.glossar-container:after {
  content: " ";
  display: table;
}

.glossar-container:after {
  clear: both;
}

.glossar-container .glossar {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.glossar-container .glossar .glossar-content {
  background: #FFFFFF;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding-bottom: 1.5625rem;
}

@media only screen and (min-width: 62.0625em) {
  .glossar-container .glossar .glossar-content {
    margin: 0;
  }
}

.glossar-container .glossar .glossar-content .content_glossar {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  padding-top: 1.875rem;
}

.glossar-container .glossar .glossar-content .content_glossar:before,
.glossar-container .glossar .glossar-content .content_glossar:after {
  content: " ";
  display: table;
}

.glossar-container .glossar .glossar-content .content_glossar:after {
  clear: both;
}

.glossar-container .glossar .glossar-content .content_glossar .glossar-head {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.glossar-container .glossar .glossar-content .content_glossar .glossar_menu {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  text-align: center;
}

.glossar-container .glossar .glossar-content .content_glossar .glossar_menu .glossar_letter {
  display: inline-block;
  font-size: 24px;
  margin: 0px 5px;
  color: #84bc34;
  cursor: pointer;
}

.glossar-container .glossar .glossar-content .content_glossar .glossar_menu .glossar_letter.act {
  text-decoration: underline;
}

.glossar-container .glossar .glossar-content .content_glossar .glossar_word {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.glossar-container .glossar .glossar-content .content_glossar .glossar_word .glossar_word_title {
  color: #7d7d7d;
  font-size: 20px;
  margin: 35px 0px 25px 0px;
}

.comp_glossar_tooltip {
  position: relative;
}

.comp_glossar_tooltip.dis {
  color: #7d7d7d;
  cursor: default;
}

.comp_glossar_tooltip .tooltip_body {
  z-index: 10;
  margin-top: 10px;
  position: absolute;
  width: 329px;
  min-height: 80px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #84bc34;
}

.comp_glossar_tooltip .tooltip_body:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0px;
  width: 329px;
  height: 15px;
}

.comp_glossar_tooltip .tooltip_body .afterarrow {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: -16px;
  left: 9px;
  border-bottom: 14px solid #84bc34;
}

.comp_glossar_tooltip .tooltip_body .tooltip_head_rot {
  position: absolute;
  width: 100%;
  height: 50px;
  overflow: hidden;
  left: 0px;
  top: 0px;
}

.comp_glossar_tooltip .tooltip_body .tooltip_head_rot div {
  background: #84bc34;
  height: 50px;
  position: relative;
  top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}

.comp_glossar_tooltip .tooltip_body .tooltip_head {
  position: absolute;
  width: 100%;
  height: 30px;
  color: #fff;
  left: 0px;
  top: 0px;
  font-size: 20px;
  padding: 4px 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.comp_glossar_tooltip .tooltip_body .tooltip_head .after {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 12px;
  top: 10px;
  background: url("../img/info_mini_icon.png") no-repeat;
}

.comp_glossar_tooltip .tooltip_body .tooltip_desc {
  margin-top: 45px;
  padding: 10px 17px;
  color: #7d7d7d;
  font-size: 13px;
}

.comp_glossar_tooltip .tooltip_body .tooltip_desc p {
  font-size: 13px;
}

.comp_glossar_tooltip .tooltip_body .tooltip_desc span.arrow_btn3 {
  color: #22314a;
  font-size: 1.25rem;
}

.about-container {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

.about-container:before,
.about-container:after {
  content: " ";
  display: table;
}

.about-container:after {
  clear: both;
}

.about-container .about {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.about-container .about .about-content {
  background: #FFFFFF;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding-bottom: 1.5625rem;
}

@media only screen and (min-width: 62.0625em) {
  .about-container .about .about-content {
    margin: 0;
  }
}

.about-container .about .about-content .about-text {
  color: #3f3f3f;
  padding-left: 0.9375rem;
  padding-top: 1.25rem;
  padding-right: 0.9375rem;
}

@media only screen and (min-width: 62.0625em) {
  .about-container .about .about-content .about-text {
    padding-top: 4.6875rem;
    padding-left: 18%;
    padding-right: 18%;
  }
}

.about-container .about .about-content .about-text h1,
.about-container .about .about-content .about-text h2,
.about-container .about .about-content .about-text h3 {
  color: #3f3f3f;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 62.0625em) {
  .about-container .about .about-content .about-text h1,
  .about-container .about .about-content .about-text h2,
  .about-container .about .about-content .about-text h3 {
    font-size: 3.75rem;
  }
}

.about-container .about .about-content .about-text p {
  font-size: 1.25rem;
  line-height: 1.2;
}

.about-container .about .about-content .about-text p.spacing-bottom {
  margin-bottom: 5rem;
}

.about-container .about .about-content .about-text p a {
  color: #84bc34;
}

.about-container .about .about-content .about-text .authors {
  margin-bottom: 6.25rem;
}

.about-container .about .about-content .about-text .authors .author {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-bottom: 2.5rem;
}

.about-container .about .about-content .about-text .authors .author:before,
.about-container .about .about-content .about-text .authors .author:after {
  content: " ";
  display: table;
}

.about-container .about .about-content .about-text .authors .author:after {
  clear: both;
}

.about-container .about .about-content .about-text .authors .author .author-image {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 48em) {
  .about-container .about .about-content .about-text .authors .author .author-image {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
    padding-left: 0;
  }
}

.about-container .about .about-content .about-text .authors .author .author-image .mask .m {
  position: absolute;
  border-bottom: 300px solid #fff;
  border-right: 20px solid #fff;
}

.about-container .about .about-content .about-text .authors .author .author-image img {
  -webkit-border-radius: 0%;
  border-radius: 0%;
  height: auto;
  width: 70%;
}

@media only screen and (min-width: 48em) {
  .about-container .about .about-content .about-text .authors .author .author-image img {
    width: 100%;
  }
}

.about-container .about .about-content .about-text .authors .author .author-text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 48em) {
  .about-container .about .about-content .about-text .authors .author .author-text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
    padding-right: 0;
  }
}

.about-container .about .about-content .about-text .authors .author .author-text .author-head {
  font-size: 2.0625rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (min-width: 48em) {
  .about-container .about .about-content .about-text .authors .author .author-text .author-head {
    font-size: 2.6875rem;
    line-height: 1.1;
  }
}

.about-container .about .about-content .about-text .authors .author .author-text a {
  color: #22314a;
}

.about-container .about .about-content .about-text .authors .author .author-text a.articles-link {
  background: #22314a;
  color: #ffffff;
  padding: 0.3125rem 0.625rem;
  margin-top: 10px;
  display: inline-block;
}

.error404-container {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

.error404-container:before,
.error404-container:after {
  content: " ";
  display: table;
}

.error404-container:after {
  clear: both;
}

.error404-container .error404-page {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.error404-container .error404-page .error404-content {
  background: #FFFFFF;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 0.9375rem;
  text-align: center;
  min-height: 600px;
}

@media only screen and (min-width: 62.0625em) {
  .error404-container .error404-page .error404-content {
    margin: 0;
  }
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

.uil-ripple-css {
  background: url("../img/btn-loadmore_bg.png") no-repeat;
  display: inline-block;
  height: 204px;
  position: relative;
  -webkit-transform: scale(0.55);
  -ms-transform: scale(0.55);
  -o-transform: scale(0.55);
  transform: scale(0.55);
  width: 204px;
  background-size: contain;
}

.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-width: 10px;
  border-style: solid;
  -ms-animation: uil-ripple 1s ease-out infinite;
  -webkit-animation: uil-ripple 1s ease-out infinite;
  -o-animation: uil-ripple 1s ease-out infinite;
  animation: uil-ripple 1s ease-out infinite;
}

.uil-ripple-css div:nth-of-type(1) {
  border-color: #dbd6d6;
}

.uil-ripple-css div:nth-of-type(2) {
  border-color: #ffffff;
  -ms-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.popupstore .popupstore-header-container {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

.popupstore .popupstore-header-container:before,
.popupstore .popupstore-header-container:after {
  content: " ";
  display: table;
}

.popupstore .popupstore-header-container:after {
  clear: both;
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-header-container {
    margin-top: -0.3125rem;
  }
}

.popupstore .popupstore-header-container .popupstore-header {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  background: #ffffff;
}

.popupstore .popupstore-header-container .popupstore-header .popupstore-header-content {
  background: #84bc34;
  padding: 0.9375rem 0.625rem;
  position: relative;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-header-container .popupstore-header .popupstore-header-content {
    padding: 1.375rem 0.9375rem 2rem;
  }
}

.popupstore .popupstore-header-container .popupstore-header .popupstore-header-content h2 {
  color: #22314a;
  display: block;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-header-container .popupstore-header .popupstore-header-content h2 {
    font-size: 6.75rem;
    line-height: 0.92;
    margin-bottom: 0;
    width: 50%;
  }
}

.popupstore .popupstore-header-container .popupstore-header .popupstore-header-content h3 {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-header-container .popupstore-header .popupstore-header-content h3 {
    bottom: 2rem;
    font-size: 2.5rem;
    position: absolute;
    right: 0.9375rem;
    text-align: right;
    width: 50%;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-header-container .popupstore-header .popupstore-header-content.big-headline h2 {
    width: 67%;
  }

  .popupstore .popupstore-header-container .popupstore-header .popupstore-header-content.big-headline h3 {
    width: 33%;
  }
}

.popupstore .popupstore-header-container .popupstore-header.news {
  padding-top: 0.9375rem;
  padding-bottom: 0;
}

.popupstore .popupstore-header-container .popupstore-header.news .popupstore-header-content {
  height: 21.875rem;
  background: url("../img/popupstore/popupstoreheader.jpg") no-repeat bottom right;
  background-size: cover;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-header-container .popupstore-header.news .popupstore-header-content {
    height: 34.375rem;
  }
}

.popupstore .popupstore-header-container .popupstore-header.news p {
  font-size: 1rem;
  padding: 0.625rem 0 0 0;
  margin-bottom: 0;
  background: #84bc34;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-header-container .popupstore-header.news p {
    font-size: 1.25rem;
  }
}

.popupstore .popupstore-header-container .popupstore-header.news p:last-child {
  padding-bottom: .70rem;
  margin-bottom: 1.15rem;
}

.popupstore .popupstore-header-container .popupstore-header.news h2 {
  font-size: 2.375rem;
  color: #fff;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.popupstore .popupstore-header-container .popupstore-header.news h3 {
  font-size: 1.4375rem;
  color: #fff;
  position: relative;
  width: 100%;
  right: 0;
  bottom: 0;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-header-container .popupstore-header.news h2 {
    font-size: 5.625rem;
  }

  .popupstore .popupstore-header-container .popupstore-header.news h3 {
    font-size: 2.0625rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-header-container .popupstore-header.news h2 {
    font-size: 7.5rem;
  }

  .popupstore .popupstore-header-container .popupstore-header.news h3 {
    font-size: 2.75rem;
  }
}

.popupstore .popupstore-content {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  background: #ffffff;
  counter-reset: teaser;
}

.popupstore .popupstore-content:before,
.popupstore .popupstore-content:after {
  content: " ";
  display: table;
}

.popupstore .popupstore-content:after {
  clear: both;
}

.popupstore .popupstore-content .teaser {
  position: relative;
  counter-increment: teaser;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.popupstore .popupstore-content .teaser a {
  cursor: pointer;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content .teaser {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content .teaser {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
  }
}

.popupstore .popupstore-content .teaser .teaser-content {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  background: #22314a;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.4375rem;
  padding-top: 0.4375rem;
  position: relative;
}

.popupstore .popupstore-content .teaser .teaser-content:before,
.popupstore .popupstore-content .teaser .teaser-content:after {
  content: " ";
  display: table;
}

.popupstore .popupstore-content .teaser .teaser-content:after {
  clear: both;
}

.popupstore .popupstore-content .teaser .teaser-content * {
  color: #FFFFFF;
}

.popupstore .popupstore-content .teaser .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  float: left;
  padding-left: 0.4375rem;
}

.popupstore .popupstore-content .teaser .teaser-content .image-container .image-proportional-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.popupstore .popupstore-content .teaser .teaser-content .image-container .image-proportional-container .image-proportional {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content .teaser .teaser-content .image-container .image-proportional-container .image-proportional {
    background-size: 102%;
  }
}

.popupstore .popupstore-content .teaser .teaser-content .text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.66667%;
  float: left;
  font-size: 0.9375rem;
  line-height: 1;
  padding-left: 0;
}

.popupstore .popupstore-content .teaser .teaser-content .text span.date {
  display: inline-block;
  margin-bottom: 0.625rem;
}

.popupstore .popupstore-content .teaser .teaser-content .text h2,
.popupstore .popupstore-content .teaser .teaser-content .text h3,
.popupstore .popupstore-content .teaser .teaser-content .text .h2,
.popupstore .popupstore-content .teaser .teaser-content .text .h3 {
  font-size: 1.125rem;
  font-weight: 600;
  max-height: 4.0625rem;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  margin-top: 0;
  overflow: hidden;
  display: block;
  max-height: 9.25rem;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content .teaser .teaser-content .text h2,
  .popupstore .popupstore-content .teaser .teaser-content .text h3,
  .popupstore .popupstore-content .teaser .teaser-content .text .h2,
  .popupstore .popupstore-content .teaser .teaser-content .text .h3 {
    font-size: 1.625rem;
    max-height: 4.375rem;
    line-height: 2rem;
  }
}

.popupstore .popupstore-content .teaser .teaser-content .text p {
  display: none;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content .teaser .teaser-content .text p {
    font-size: 1.25rem;
    overflow: hidden;
    max-height: 3rem;
  }
}

.popupstore .popupstore-content .teaser .teaser-content .text span.category {
  background: #ffffff;
  color: #22314a;
  float: right;
  font-size: 0.625rem;
  margin-top: -0.1875rem;
  margin-right: -0.625rem;
  padding: 0.1875rem;
  text-transform: uppercase;
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
}

.popupstore .popupstore-content .teaser .teaser-content .image-container .image-proportional-container .image-proportional {
  -webkit-transition: background-size 0.3s ease-out;
  -o-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content .teaser .teaser-content:hover .image-container .image-proportional-container .image-proportional {
    background-size: 103%;
  }
}

.popupstore .popupstore-content .teaser .teaser-content:hover .text h2 {
  text-decoration: underline;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content .teaser.event .teaser-content .text span.date {
    background: transparent url("../img/hexagon_primary.png") no-repeat center center;
    background-size: contain;
    color: #ffffff;
    display: block !important;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    left: 0;
    padding: 5% 34%;
    position: absolute;
    text-align: center;
    top: 0.625rem;
    width: 100%;
  }

  .popupstore .popupstore-content .teaser.event .teaser-content .text span.date .big {
    color: #ffffff;
    display: block;
    font-size: 3.75rem;
  }
}

.popupstore .popupstore-content .teaser.event .teaser-content .text span.category {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
}

.popupstore .popupstore-content .teaser.event.past .teaser-content .text span.date {
  background: transparent url("../img/hexagon_secondary.png") no-repeat center center;
  background-size: contain;
  color: #22314a;
}

.popupstore .popupstore-content .teaser.event.past .teaser-content .text span.date .big {
  color: #22314a;
}



@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .teaser:nth-child(n) .teaser-content {
    height: 21.875rem;
    padding: 0;
  }
}

@media only screen and (min-width: 48em) and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .teaser:nth-child(n) .teaser-content {
    height: 16.9375rem;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .teaser:nth-child(n) .teaser-content .image-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
  }

  .popupstore .popupstore-content.news .teaser:nth-child(n) .teaser-content .image-container .image-proportional-container {
    padding-top: 48%;
  }

  .popupstore .popupstore-content.news .teaser:nth-child(n) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    background: #22314a;
    padding: 0.625rem 1.25rem;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  .popupstore .popupstore-content.news .teaser:nth-child(n) .teaser-content .text h2,
  .popupstore .popupstore-content.news .teaser:nth-child(n) .teaser-content .text h3 {
    font-size: 1.625rem;
    height: 4.375rem;
    max-height: 4.375rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.news .teaser:nth-child(n):nth-child(odd) {
    padding-left: 0.46875rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.news .teaser:nth-child(n):nth-child(even) {
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .teaser:nth-child(n):nth-child(3n) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .teaser:nth-child(n):nth-child(3n+1) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .teaser:nth-child(n):nth-child(3n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .teaser.listteaser:nth-child(3n+8) .teaser-content .image-container .image-proportional-container {
    padding-top: 47%;
  }
}

.popupstore .popupstore-content.news .teaser.social .teaser-content {
  background: transparent;
  border: 0.0625rem solid #22314a;
  overflow: hidden;
  max-height: 349px;
}

.popupstore .popupstore-content.news .teaser.social .teaser-content.insta {
  overflow: auto;
}

.popupstore .popupstore-content.news .teaser.social .teaser-content iframe {
  max-height: 100%;
}

.popupstore .popupstore-content.news .teaser.social .teaser-content .header {
  background: #22314a;
  margin-bottom: 0.46875rem;
  padding: 0.5rem 0.9375rem;
  text-align: center;
}

.popupstore .popupstore-content.news .teaser.social .teaser-content .header img {
  margin-top: -0.5rem;
}

.popupstore .popupstore-content.news .teaser.social .teaser-content .header h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 1.625rem;
  line-height: 1.5;
  margin: 0;
}

.popupstore .popupstore-content.news .teaser.social .teaser-content .fb-page {
  width: 100%;
}

.popupstore .popupstore-content.news .doubleteaser-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .doubleteaser-container {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    left: 66.66667%;
    right: auto;
    float: left;
    padding-left: 0;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    padding-right: 0;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
  }
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content {
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content {
    margin-bottom: 0;
  }
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content .image-container {
  display: none;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content .text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  opacity: 1;
  position: static;
  background: #84bc34;
  padding: 0.625rem 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content .text {
    padding: 0.625rem 0.9375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content .text {
    height: 12.8125rem;
  }
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content .text span.date {
  display: none !important;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content .text h2,
.popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content .text .h2 {
  margin-right: 4.6875rem;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content .text h2,
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content .text .h2 {
    margin-right: 0px;
    height: 9.6875rem;
    margin-top: 1.875rem;
    max-height: 9.6875rem;
    overflow: hidden;
    line-height: 2.625rem;
    font-size: 2.0625rem;
  }
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content .text p {
  display: none;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) {
  min-height: 190px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    padding-left: 0;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
  }
}

@media all and (max-width: 767px) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) {
    min-height: 300px;
  }
}

@media all and (max-width: 550px) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) {
    min-height: 280px;
  }
}

@media all and (max-width: 450px) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) {
    min-height: 200px;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) {
    min-height: 0px;
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content {
    line-height: 28px;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content {
    border-left: 15px solid #fff;
    border-top: 15px solid #fff;
    line-height: 25px;
  }
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container {
  background: #22314a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px;
  font-size: 10px;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container {
    font-size: 12px;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container {
    font-size: 10px;
  }
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow.pad1 {
  padding-left: 160px;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow.pad2 {
  padding-left: 90px;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow.pad3 {
  padding-left: 120px;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  white-space: nowrap;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item {
    font-size: 10px;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item {
    padding: 5px;
  }
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item.p1 {
  font-size: 1.8em;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item.p2 {
  font-size: 2.1em;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item.p3 {
  font-size: 2.5em;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item.p4 {
  font-size: 3.2em;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item.p5 {
  font-size: 3.6em;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .frow .item:hover {
  color: #84bc34;
  text-decoration: underline;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2).tagcloudteaser .teaser-content .tag-container .taglogo {
  position: absolute;
  width: 130px;
  height: 80px;
  left: 10px;
  top: 10px;
  pointer-events: none;
  background: #ccc;
  background: url("../img/tc_icon.png") no-repeat;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content {
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content {
    margin-bottom: 0;
  }
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container {
  position: absolute;
  width: 100%;
  height: 190px;
  background-size: cover;
  padding: 0;
  overflow: hidden;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container .image-proportional-container {
  display: none;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container {
    height: 210px;
  }

  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container .image-proportional-container .image-proportional {
    margin-left: 12px;
    margin-top: 12px;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container {
    height: 190px;
  }
}

@media all and (max-width: 767px) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container {
    height: 305px;
  }
}

@media all and (max-width: 550px) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container {
    height: 285px;
  }
}

@media all and (max-width: 450px) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .tag-container {
    height: 205px;
  }
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .text {
  display: none;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  background: #22314a;
  padding: 0.625rem 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .text {
    padding: 0.625rem 0.9375rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .text {
    background: #22314a;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .text {
    height: 12.8125rem;
  }
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .text span.date {
  display: none !important;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .text h2 {
  margin-right: 4.6875rem;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .text h2 {
    margin-right: 0;
    height: 9.6875rem;
    margin-top: 1.875rem;
    max-height: 9.6875rem;
    overflow: hidden;
    line-height: 2.625rem;
    font-size: 2.0625rem;
  }
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:first-child .teaser-content .text {
  background: #22314a;
}

.popupstore .popupstore-content.news .doubleteaser-container .teaser:nth-child(2) .teaser-content .text {
  background: #84bc34;
}

.popupstore .popupstore-content.review .teaser .text .datewrap {
  display: none;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1),
  .popupstore .popupstore-content.review .teaser:nth-child(2),
  .popupstore .popupstore-content.review .teaser:nth-child(n+6) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

.popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content,
.popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content,
.popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content {
  background: #84bc34;
  padding: 0;
}

.popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .image-container,
.popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .image-container,
.popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .image-container,
  .popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .image-container,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .image-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
}

.popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .image-container .image-proportional-container,
.popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .image-container .image-proportional-container,
.popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .image-container .image-proportional-container {
  padding-top: 43%;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .image-container .image-proportional-container {
    padding-top: 65%;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .image-container .image-proportional-container {
    padding-top: 51%;
  }
}

.popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .image-container .image-proportional-container .image-proportional,
.popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .image-container .image-proportional-container .image-proportional,
.popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .image-container .image-proportional-container .image-proportional {
  background-repeat: no-repeat;
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .image-container .image-proportional-container .image-proportional,
  .popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .image-container .image-proportional-container .image-proportional,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .image-container .image-proportional-container .image-proportional {
    background-size: cover;
  }
}

.popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .text,
.popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .text,
.popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  background: #84bc34;
  padding: 0.625rem 1.25rem;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .text,
  .popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .text,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .text,
  .popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .text,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .text {
    padding-top: 2.0625rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .text,
  .popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .text,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .text {
    padding: 0.625rem 0.9375rem;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .text h2,
  .popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .text .h2,
  .popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .text h2,
  .popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .text .h2,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .text h2,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .text .h2 {
    max-height: 7.125rem;
  }
}

.popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .text span.category,
.popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .text span.category,
.popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .text span.category {
  margin-right: -0.3125rem;
}

@media only screen and (max-width: 47.9375em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .text span.category,
  .popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .text span.category,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .text span.category {
    margin-right: -0.625rem;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .text p,
  .popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .text p,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .text p {
    display: block;
    height: 4.5rem;
    max-height: 4.5rem;
    overflow: hidden;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1).event .teaser-content .text span.date,
  .popupstore .popupstore-content.review .teaser:nth-child(2).event .teaser-content .text span.date,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6).event .teaser-content .text span.date {
    left: -25%;
    top: 1.875rem;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.review .teaser:nth-child(1).event .teaser-content .text .datewrap,
  .popupstore .popupstore-content.review .teaser:nth-child(2).event .teaser-content .text .datewrap,
  .popupstore .popupstore-content.review .teaser:nth-child(n+6).event .teaser-content .text .datewrap {
    margin-top: 0 !important;
  }
}

.popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .text,
.popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .text,
.popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .text {
  padding-top: 1.5625rem;
}

.popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .text .date,
.popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .text .date,
.popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .text .date {
  float: right;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-top: 0.625rem;
}

.popupstore .popupstore-content.review .teaser:nth-child(1) .teaser-content .text .category,
.popupstore .popupstore-content.review .teaser:nth-child(2) .teaser-content .text .category,
.popupstore .popupstore-content.review .teaser:nth-child(n+6) .teaser-content .text .category {
  display: none;
}

.popupstore .popupstore-content.review .teaser:nth-child(1):nth-child(odd) .teaser-content,
.popupstore .popupstore-content.review .teaser:nth-child(2):nth-child(odd) .teaser-content,
.popupstore .popupstore-content.review .teaser:nth-child(n+6):nth-child(odd) .teaser-content {
  background: #22314a;
}

.popupstore .popupstore-content.review .teaser:nth-child(1):nth-child(odd) .teaser-content .text,
.popupstore .popupstore-content.review .teaser:nth-child(2):nth-child(odd) .teaser-content .text,
.popupstore .popupstore-content.review .teaser:nth-child(n+6):nth-child(odd) .teaser-content .text {
  background: #22314a;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.review .teaser:nth-child(3) .teaser-content,
  .popupstore .popupstore-content.review .teaser:nth-child(4) .teaser-content,
  .popupstore .popupstore-content.review .teaser:nth-child(5) .teaser-content {
    height: 21.875rem;
    padding: 0;
  }
}

@media only screen and (min-width: 48em) and (min-width: 62.0625em) {
  .popupstore .popupstore-content.review .teaser:nth-child(3) .teaser-content,
  .popupstore .popupstore-content.review .teaser:nth-child(4) .teaser-content,
  .popupstore .popupstore-content.review .teaser:nth-child(5) .teaser-content {
    height: 16.9375rem;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.review .teaser:nth-child(3) .teaser-content .image-container,
  .popupstore .popupstore-content.review .teaser:nth-child(4) .teaser-content .image-container,
  .popupstore .popupstore-content.review .teaser:nth-child(5) .teaser-content .image-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
  }

  .popupstore .popupstore-content.review .teaser:nth-child(3) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content.review .teaser:nth-child(4) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content.review .teaser:nth-child(5) .teaser-content .image-container .image-proportional-container {
    padding-top: 48%;
  }

  .popupstore .popupstore-content.review .teaser:nth-child(3) .teaser-content .text,
  .popupstore .popupstore-content.review .teaser:nth-child(4) .teaser-content .text,
  .popupstore .popupstore-content.review .teaser:nth-child(5) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    background: #22314a;
    padding: 0.625rem 1.25rem;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  .popupstore .popupstore-content.review .teaser:nth-child(3) .teaser-content .text h2,
  .popupstore .popupstore-content.review .teaser:nth-child(3) .teaser-content .text h3,
  .popupstore .popupstore-content.review .teaser:nth-child(4) .teaser-content .text h2,
  .popupstore .popupstore-content.review .teaser:nth-child(4) .teaser-content .text h3,
  .popupstore .popupstore-content.review .teaser:nth-child(5) .teaser-content .text h2,
  .popupstore .popupstore-content.review .teaser:nth-child(5) .teaser-content .text h3 {
    font-size: 1.625rem;
    height: 4.375rem;
    max-height: 4.375rem;
  }
}

.popupstore .popupstore-content.review .teaser.social .teaser-content {
  background: transparent;
  border: 0.0625rem solid #22314a;
  overflow: hidden;
  max-height: 349px;
}

.popupstore .popupstore-content.review .teaser.social .teaser-content.insta {
  overflow: auto;
}

.popupstore .popupstore-content.review .teaser.social .teaser-content iframe {
  max-height: 100%;
}

.popupstore .popupstore-content.review .teaser.social .teaser-content .header {
  background: #22314a;
  margin-bottom: 0.46875rem;
  padding: 0.5rem 0.9375rem;
  text-align: center;
}

.popupstore .popupstore-content.review .teaser.social .teaser-content .header img {
  margin-top: -0.5rem;
}

.popupstore .popupstore-content.review .teaser.social .teaser-content .header h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 1.625rem;
  line-height: 1.5;
  margin: 0;
}

.popupstore .popupstore-content.review .teaser.social .teaser-content .fb-page {
  width: 100%;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.review .teaser:nth-child(3) {
    padding-right: 0.375rem;
    padding-left: 0.9375rem;
  }

  .popupstore .popupstore-content.review .teaser:nth-child(4) {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }

  .popupstore .popupstore-content.review .teaser:nth-child(5) {
    padding-right: 0.9375rem;
    padding-left: 0.375rem;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(1),
  .popupstore .popupstore-content.ramp .teaser:nth-child(2) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content,
.popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content {
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content,
  .popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content {
    margin-bottom: 0;
  }
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content .image-container,
.popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
  max-height: 25.625rem;
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content .image-container .image-proportional-container,
.popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content .image-container .image-proportional-container {
  padding-top: 43%;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content .image-container .image-proportional-container {
    padding-top: 42%;
  }
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content .text,
.popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content .text {
  background: #84bc34;
  padding: 0.625rem 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content .text,
  .popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content .text,
  .popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content .text {
    bottom: 0;
    left: 0;
    opacity: 0.9;
    position: absolute;
    width: 40.75rem;
  }
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content .text span.date,
.popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content .text span.date {
  display: none;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content .text p:not(.infos),
  .popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content .text p:not(.infos) {
    display: block;
  }
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1).event .teaser-content,
.popupstore .popupstore-content.ramp .teaser:nth-child(2).event .teaser-content {
  background: #84bc34;
  margin-bottom: 0.9375rem;
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1).event .teaser-content .text,
.popupstore .popupstore-content.ramp .teaser:nth-child(2).event .teaser-content .text {
  background: #84bc34;
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(1).event .teaser-content .text,
  .popupstore .popupstore-content.ramp .teaser:nth-child(2).event .teaser-content .text {
    position: static;
    width: 100%;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(1).event .teaser-content .text,
  .popupstore .popupstore-content.ramp .teaser:nth-child(2).event .teaser-content .text {
    left: 7.5rem;
    height: 9.375rem;
    padding-left: 4.0625rem;
  }
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1).event .teaser-content .text .category,
.popupstore .popupstore-content.ramp .teaser:nth-child(2).event .teaser-content .text .category {
  display: none;
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1).event .teaser-content .text .infos,
.popupstore .popupstore-content.ramp .teaser:nth-child(2).event .teaser-content .text .infos {
  position: absolute;
  bottom: 11px;
  font-weight: bold;
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1).event .teaser-content .text .infos .alt,
.popupstore .popupstore-content.ramp .teaser:nth-child(2).event .teaser-content .text .infos .alt {
  color: #22314a;
  font-weight: bold;
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1).event .teaser-content .text span.date,
.popupstore .popupstore-content.ramp .teaser:nth-child(2).event .teaser-content .text span.date {
  background: transparent url("../img/hexagon_stage.png") no-repeat center center;
  background-size: contain;
  color: #ffffff;
  display: inherit;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 5% 34%;
  position: absolute;
  text-align: center;
  top: 0.125rem;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(1).event .teaser-content .text span.date,
  .popupstore .popupstore-content.ramp .teaser:nth-child(2).event .teaser-content .text span.date {
    top: 3.75rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(1).event .teaser-content .text span.date,
  .popupstore .popupstore-content.ramp .teaser:nth-child(2).event .teaser-content .text span.date {
    left: -7.6875rem;
    margin-bottom: 0;
    padding: 1.8125rem 0;
    top: 0;
    width: 11.25rem;
  }
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1).event .teaser-content .text span.date .big,
.popupstore .popupstore-content.ramp .teaser:nth-child(2).event .teaser-content .text span.date .big {
  color: #ffffff;
  display: block;
  font-size: 3.75rem;
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content,
.popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content {
  background: #84bc34;
  margin-bottom: 0.9375rem;
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content .text,
.popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content .text {
  background: #84bc34;
}

.popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content .text .date,
.popupstore .popupstore-content.ramp .teaser:nth-child(1) .teaser-content .text .category,
.popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content .text .date,
.popupstore .popupstore-content.ramp .teaser:nth-child(2) .teaser-content .text .category {
  display: none;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3) .teaser-content {
    height: 21.875rem;
    padding: 0;
  }
}

@media only screen and (min-width: 48em) and (min-width: 62.0625em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3) .teaser-content {
    height: 16.9375rem;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3) .teaser-content .image-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
  }

  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3) .teaser-content .image-container .image-proportional-container {
    padding-top: 48%;
  }

  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    background: #22314a;
    padding: 0.625rem 1.25rem;
  }
}

@media only screen and (min-width: 48em) and (min-width: 48em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3) .teaser-content .text h2,
  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3) .teaser-content .text h3 {
    font-size: 1.625rem;
    height: 4.375rem;
    max-height: 4.375rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3):nth-child(even) {
    padding-left: 0.46875rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3):nth-child(odd) {
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3):nth-child(3n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3):nth-child(3n) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3):nth-child(3n+1) {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
}

.popupstore .popupstore-content.ramp .teaser:nth-child(n+3) .teaser-content {
  background: #ffffff;
}

.popupstore .popupstore-content.ramp .teaser:nth-child(n+3) .teaser-content * {
  color: #22314a;
}

.popupstore .popupstore-content.ramp .teaser:nth-child(n+3) .teaser-content .text {
  background: #ffffff;
}

.popupstore .popupstore-content.ramp .teaser:nth-child(n+3) .teaser-content .text h2 {
  color: #84bc34;
}

.popupstore .popupstore-content.ramp .teaser:nth-child(n+3) .teaser-content .text span.category {
  display: none;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.ramp .teaser:nth-child(n+3).listteaser:nth-child(3n+7) .teaser-content .image-container .image-proportional-container {
    padding-top: 47%;
  }
}

.popupstore .popupstore-content.ramp .teaser.social .teaser-content {
  background: transparent;
  border: 0.0625rem solid #22314a;
  overflow: hidden;
  max-height: 349px;
}

.popupstore .popupstore-content.ramp .teaser.social .teaser-content.insta {
  overflow: auto;
}

.popupstore .popupstore-content.ramp .teaser.social .teaser-content iframe {
  max-height: 100%;
}

.popupstore .popupstore-content.ramp .teaser.social .teaser-content .header {
  background: #22314a;
  margin-bottom: 0.46875rem;
  padding: 0.5rem 0.9375rem;
  text-align: center;
}

.popupstore .popupstore-content.ramp .teaser.social .teaser-content .header img {
  margin-top: -0.5rem;
}

.popupstore .popupstore-content.ramp .teaser.social .teaser-content .header h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 1.625rem;
  line-height: 1.5;
  margin: 0;
}

.popupstore .popupstore-content.ramp .teaser.social .teaser-content .fb-page {
  width: 100%;
}

.popupstore .popupstore-content .teaser.event .datewrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

@media all and (max-width: 992px) {
  .popupstore .popupstore-content .teaser.event .datewrap {
    margin-top: 5%;
  }
}

@media all and (max-width: 900px) {
  .popupstore .popupstore-content .teaser.event .datewrap {
    margin-top: 3%;
  }
}

@media all and (max-width: 767px) {
  .popupstore .popupstore-content .teaser.event .datewrap {
    margin-top: 9%;
  }
}

@media all and (max-width: 600px) {
  .popupstore .popupstore-content .teaser.event .datewrap {
    margin-top: 6%;
  }
}

@media all and (max-width: 500px) {
  .popupstore .popupstore-content .teaser.event .datewrap {
    margin-top: 4%;
  }
}

@media all and (max-width: 420px) {
  .popupstore .popupstore-content .teaser.event .datewrap {
    margin-top: 2%;
  }
}

@media all and (max-width: 380px) {
  .popupstore .popupstore-content .teaser.event .datewrap {
    margin-top: 1%;
  }
}

@media all and (max-width: 350px) {
  .popupstore .popupstore-content .teaser.event .datewrap {
    margin-top: -2%;
  }
}

.popupstore .popupstore-content .startteaser:nth-child(4) .teaser-content .text p.infos {
  display: none;
}

@media only screen and (max-width: 47.9375em) {


  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content {
    height: auto;
    overflow: hidden;
    padding: 0;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 48em) {
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content {
    height: 20rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 62.0625em) {
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content {
    height: 16.9375rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .image-container,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .image-container,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .image-container,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .image-container,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .image-container,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .image-container,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .image-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding: 0;
  }

  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .image-container .image-proportional-container {
    padding-top: 48%;
  }

  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    background: #22314a;
    padding: 0.625rem 1.25rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 48em) {
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text h2,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text h2,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text h2,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text h2,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text h2,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text h2,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text h2 {
    font-size: 1.625rem;
    height: 4.375rem;
    max-height: 4.375rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2):nth-child(odd),
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2):nth-child(odd),
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(odd),
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2):nth-child(odd),
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2):nth-child(odd),
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2):nth-child(odd),
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(odd) {
    padding-left: 0.46875rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2):nth-child(even),
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2):nth-child(even),
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(even),
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2):nth-child(even),
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2):nth-child(even),
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2):nth-child(even),
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(even) {
    padding-right: 0.46875rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 62.0625em) {
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2):nth-child(3n+1),
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2):nth-child(3n+1),
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(3n+1),
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2):nth-child(3n+1),
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2):nth-child(3n+1),
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2):nth-child(3n+1),
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(3n+1) {
    padding-left: 0.375rem;
    padding-right: 0.9375rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 62.0625em) {
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2):nth-child(3n+2),
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2):nth-child(3n+2),
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(3n+2),
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2):nth-child(3n+2),
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2):nth-child(3n+2),
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2):nth-child(3n+2),
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(3n+2) {
    padding-left: 0.9375rem;
    padding-right: 0.375rem;
  }
}

@media only screen and (max-width: 47.9375em) and (min-width: 62.0625em) {
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2):nth-child(3n),
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2):nth-child(3n),
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(3n),
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2):nth-child(3n),
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2):nth-child(3n),
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2):nth-child(3n),
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2):nth-child(3n) {
    padding-left: 0.64655rem;
    padding-right: 0.64655rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content {
    background: #ffffff;
  }

  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content *,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content *,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content *,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content *,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content *,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content *,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content * {
    color: #22314a;
  }

  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text {
    background: #ffffff;
  }

  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text h2,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text h2,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text h2,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text h2,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text h2,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text h2,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text h2 {
    color: #84bc34;
  }

  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text span.date,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text span.date,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text span.date,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text span.date,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text span.date,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text span.date,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text span.date {
    background: transparent url("../img/hexagon_primary.png") no-repeat center center;
    background-size: contain;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    left: 0;
    line-height: 1;
    padding: 5% 34%;
    position: absolute;
    text-align: center;
    top: 0.9375rem;
    width: 100%;
  }

  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text span.date .big,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text span.date .big,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text span.date .big,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text span.date .big,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text span.date .big,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text span.date .big,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text span.date .big {
    color: #ffffff;
    display: block;
    font-size: 3.75rem;
  }

  .popupstore .popupstore-content.teaser-content .teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text span.category,
  .popupstore .popupstore-content.teaser-content .teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text span.category,
  .popupstore .popupstore-content.teaser-content .teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text span.category,
  .popupstore .popupstore-content.popupstore-content .teaser:nth-child(n+7).event:nth-child(n+2) .teaser-content .text span.category,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(n+5).event:nth-child(n+2) .teaser-content .text span.category,
  .popupstore .popupstore-content .startteaser.teaser:nth-child(3).event:nth-child(n+2) .teaser-content .text span.category,
  .popupstore .popupstore-content .startteaser.teaser.startteaser:nth-child(4).event:nth-child(n+2) .teaser-content .text span.category {
    display: none;
  }
}

.popupstore .popupstore-content.past .teaser-content {
  background: #ffffff;
}

.popupstore .popupstore-content.past .teaser-content * {
  color: #22314a !important;
}

.popupstore .popupstore-content.past .teaser-content .text {
  background: #ffffff;
}

.popupstore .popupstore-content.past .teaser-content .text h2 {
  color: #84bc34 !important;
}

.popupstore .popupstore-content.past .teaser-content .text span.date {
  background: transparent url("../img/hexagon_secondary.png") no-repeat center center !important;
  background-size: contain;
  color: #22314a !important;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 5% 34%;
  position: absolute;
  text-align: center;
  top: 0.9375rem;
  width: 100%;
}

.popupstore .popupstore-content.past .teaser-content .text span.date .big {
  color: #22314a !important;
  display: block;
  font-size: 3.75rem;
}

.popupstore .popupstore-content.past .teaser-content .text span.category {
  display: none;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(1) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(1) .teaser-content {
  padding: 0;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(1) .teaser-content {
    margin-bottom: 0;
  }
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(1) .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
  max-height: 25.625rem;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(1) .teaser-content .image-container .image-proportional-container {
  padding-top: 43%;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(1) .teaser-content .image-container .image-proportional-container {
    padding-top: 42%;
  }
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(1) .teaser-content .text {
  background: #84bc34;
  padding: 0.625rem 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(1) .teaser-content .text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(1) .teaser-content .text {
    bottom: 0;
    left: 0;
    opacity: 0.9;
    position: absolute;
    width: 40.75rem;
  }
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(1) .teaser-content .text span.date {
  display: none;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(1) .teaser-content .text p:not(.infos) {
    display: block;
  }
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(1).event .teaser-content {
  background: #84bc34;
  margin-bottom: 0.9375rem;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(1).event .teaser-content .text {
  background: #84bc34;
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(1).event .teaser-content .text {
    position: static;
    width: 100%;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(1).event .teaser-content .text {
    left: 7.5rem;
    height: 9.375rem;
    padding-left: 4.0625rem;
  }
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(1).event .teaser-content .text .category {
  display: none;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(1).event .teaser-content .text .infos {
  position: absolute;
  bottom: 11px;
  font-weight: bold;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(1).event .teaser-content .text .infos .alt {
  color: #22314a;
  font-weight: bold;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(1).event .teaser-content .text span.date {
  background: transparent url("../img/hexagon_stage.png") no-repeat center center;
  background-size: contain;
  color: #ffffff;
  display: inherit;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 5% 34%;
  position: absolute;
  text-align: center;
  top: 0.125rem;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(1).event .teaser-content .text span.date {
    top: 3.75rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(1).event .teaser-content .text span.date {
    left: -7.6875rem;
    margin-bottom: 0;
    padding: 1.8125rem 0;
    top: 0;
    width: 11.25rem;
  }
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(1).event .teaser-content .text span.date .big {
  color: #ffffff;
  display: block;
  font-size: 3.75rem;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content {
  height: auto;
  overflow: hidden;
  padding: 0;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content {
    height: 16.9375rem;
  }
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content .image-container .image-proportional-container {
  padding-top: 48%;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content .text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  background: #22314a;
  padding: 0.625rem 1.25rem;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content .text h2 {
    font-size: 1.625rem;
    height: 4.375rem;
    max-height: 4.375rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2):nth-child(odd) {
    padding-left: 0.46875rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2):nth-child(even) {
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2):nth-child(3n+1) {
    padding-left: 0.375rem;
    padding-right: 0.9375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2):nth-child(3n+2) {
    padding-left: 0.9375rem;
    padding-right: 0.375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2):nth-child(3n) {
    padding-left: 0.64655rem;
    padding-right: 0.64655rem;
  }
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content {
  background: #ffffff;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content * {
  color: #22314a;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content .text {
  background: #ffffff;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content .text h2 {
  color: #84bc34;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content .text span.date {
  background: transparent url("../img/hexagon_primary.png") no-repeat center center;
  background-size: contain;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 5% 34%;
  position: absolute;
  text-align: center;
  top: 0.9375rem;
  width: 100%;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content .text span.date .big {
  color: #ffffff;
  display: block;
  font-size: 3.75rem;
}

.popupstore .popupstore-content.events.upcoming .teaser:nth-child(n+2) .teaser-content .text span.category {
  display: none;
}

.popupstore .popupstore-content.events .subheadline {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

.popupstore .popupstore-content.events .subheadline:before,
.popupstore .popupstore-content.events .subheadline:after {
  content: " ";
  display: table;
}

.popupstore .popupstore-content.events .subheadline:after {
  clear: both;
}

.popupstore .popupstore-content.events .subheadline .subheadline-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
}

.popupstore .popupstore-content.events .subheadline .subheadline-content h3 {
  background: #84bc34;
  color: #ffffff;
  font-size: 2.6875rem;
  line-height: 1;
  padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
  text-transform: uppercase;
}

.popupstore .popupstore-content.events.past .teaser .teaser-content {
  height: auto;
  overflow: hidden;
  padding: 0;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.events.past .teaser .teaser-content {
    height: 16.9375rem;
  }
}

.popupstore .popupstore-content.events.past .teaser .teaser-content .image-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding: 0;
}

.popupstore .popupstore-content.events.past .teaser .teaser-content .image-container .image-proportional-container {
  padding-top: 48%;
}

.popupstore .popupstore-content.events.past .teaser .teaser-content .text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  background: #22314a;
  padding: 0.625rem 1.25rem;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content.events.past .teaser .teaser-content .text h2 {
    font-size: 1.625rem;
    height: 4.375rem;
    max-height: 4.375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.events.past .teaser.listteaser:nth-child(3n-1) .teaser-content .image-container .image-proportional-container {
    padding-top: 47%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.events.past .teaser:nth-child(even) {
    padding-left: 0.46875rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 62em) {
  .popupstore .popupstore-content.events.past .teaser:nth-child(odd) {
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.events.past .teaser:nth-child(3n+1) {
    padding-left: 0.9375rem;
    padding-right: 0.46875rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.events.past .teaser:nth-child(3n) {
    padding-left: 0.46875rem;
    padding-right: 0.9375rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content.events.past .teaser:nth-child(3n+2) {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
}

.popupstore .popupstore-content.events.past .teaser .teaser-content {
  background: #ffffff;
}

.popupstore .popupstore-content.events.past .teaser .teaser-content * {
  color: #22314a;
}

.popupstore .popupstore-content.events.past .teaser .teaser-content .text {
  background: #ffffff;
}

.popupstore .popupstore-content.events.past .teaser .teaser-content .text h2 {
  color: #84bc34;
}

.popupstore .popupstore-content.events.past .teaser .teaser-content .text span.date {
  background: transparent url("../img/hexagon_primary.png") no-repeat center center;
  background-size: contain;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 5% 34%;
  position: absolute;
  text-align: center;
  top: 0.9375rem;
  width: 100%;
}

.popupstore .popupstore-content.events.past .teaser .teaser-content .text span.date .big {
  color: #ffffff;
  display: block;
  font-size: 3.75rem;
}

.popupstore .popupstore-content.events.past .teaser .teaser-content .text span.category {
  display: none;
}

.popupstore .popupstore-content .detail {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.popupstore .popupstore-content .detail .header {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-top: 2.5rem;
}

.popupstore .popupstore-content .detail .header:before,
.popupstore .popupstore-content .detail .header:after {
  content: " ";
  display: table;
}

.popupstore .popupstore-content .detail .header:after {
  clear: both;
}

.popupstore .popupstore-content .detail .header div.date {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  min-height: 9.375rem;
  position: relative;
}

.popupstore .popupstore-content .detail .header div.date span.date {
  background: transparent url("../img/hexagon_stage.png") no-repeat center center;
  background-size: contain;
  color: #ffffff;
  display: inherit;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 0.9375rem 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.popupstore .popupstore-content .detail .header div.date span.date .big {
  color: #ffffff;
  display: block;
  font-size: 3.75rem;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content .detail .header div.date {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
    padding-left: 0;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content .detail .header div.date {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 16.66667%;
    float: left;
    padding-left: 0;
  }
}

.popupstore .popupstore-content .detail .header div.content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 48em) {
  .popupstore .popupstore-content .detail .header div.content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 75%;
    float: left;
    padding-left: 0;
  }
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content .detail .header div.content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left;
    padding-left: 0;
  }
}

.popupstore .popupstore-content .detail .header div.content h3 {
  color: #22314a;
  font-size: 2.0625rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
}

.popupstore .popupstore-content .detail .header div.content h1.poptitle {
  color: #22314a;
  font-size: 2.0625rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
}

.popupstore .popupstore-content .detail .header div.content p {
  line-height: 1.4;
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
}

.popupstore .popupstore-content .detail .header div.content p strong {
  color: #22314a;
  font-weight: bold;
}

.popupstore .popupstore-content .detail .header div.content p a {
  color: #84bc34;
}

.popupstore .popupstore-content .detail .header div.content p a.cal {
  color: #3f3f3f;
  margin-right: 0.9375rem;
}

.popupstore .popupstore-content .detail .mainimg_wrap {
  max-height: 500px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
  margin-top: 1.875rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.popupstore .popupstore-content .detail .mainimg_wrap:first-child {
  margin-top: 0;
}

.popupstore .popupstore-content .detail .mainimg_wrap .mainimg {
  opacity: 0;
  height: auto;
  width: 100%;
}

.popupstore .popupstore-content .detail div.text {
  color: #3f3f3f;
  display: block;
  font-size: 1.25rem;
  line-height: 1.3;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content .detail div.text {
    padding-left: 16.667%;
    padding-right: 16.667%;
  }
}

.popupstore .popupstore-content .detail div.text * {
  line-height: 1.3;
}

.popupstore .popupstore-content .detail div.text p {
  font-size: 1.25rem;
}

.popupstore .popupstore-content .detail div.text ul,
.popupstore .popupstore-content .detail div.text ol {
  font-size: 1.25rem;
}

.popupstore .popupstore-content .detail div.text p a {
  color: #84bc34;
}

.popupstore .popupstore-content .detail div.text h3,
.popupstore .popupstore-content .detail div.text h4,
.popupstore .popupstore-content .detail div.text h5 {
  color: #84bc34;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.5625rem;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content .detail div.text h3,
  .popupstore .popupstore-content .detail div.text h4,
  .popupstore .popupstore-content .detail div.text h5 {
    font-size: 2.5rem;
  }
}

.popupstore .popupstore-content .detail div.text form h3 {
  margin-bottom: 0.9375rem;
  margin-top: 0.9375rem;
}

.popupstore .popupstore-content .detail div.text form label {
  color: #22314a;
  display: block;
}

.popupstore .popupstore-content .detail div.text form label img {
  display: block;
  margin-bottom: 0.3125rem;
}

.popupstore .popupstore-content .detail div.text form label input[type="text"],
.popupstore .popupstore-content .detail div.text form label input[type="email"] {
  background: #d1d1d1;
  border: none;
  color: #22314a;
  display: block;
  margin: 0.9375rem 0 0.625rem;
  padding: 0.3125rem 0.625rem;
  width: 100%;
}

.popupstore .popupstore-content .detail div.text form label input[type="file"] {
  display: none;
}

.popupstore .popupstore-content .detail div.text form label ul li {
  font-size: 0.75rem;
}

.popupstore .popupstore-content .detail div.text form input {
  display: block;
}

.popupstore .popupstore-content .detail div.text form input[type="submit"] {
  background: #84bc34;
  border: none;
  color: #ffffff;
  margin: 1.875rem 0 3.125rem;
  padding: 0.625rem 1.25rem;
}

.popupstore .popupstore-content .detail .tags {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-bottom: 0.9375rem;
}

.popupstore .popupstore-content .detail .tags:before,
.popupstore .popupstore-content .detail .tags:after {
  content: " ";
  display: table;
}

.popupstore .popupstore-content .detail .tags:after {
  clear: both;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content .detail .tags {
    padding-left: 16.667%;
    padding-right: 16.667%;
  }
}

.popupstore .popupstore-content .detail .tags .tags-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content .detail .tags .tags-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.popupstore .popupstore-content .detail .tags .tags-content .tags-head {
  color: #84bc34;
  font-size: 1.25rem;
  margin: 0;
  margin-bottom: 0.625rem;
}

.popupstore .popupstore-content .detail .tags .tags-content .tag {
  background: #84bc34;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  padding: 0.3125rem;
  text-transform: uppercase;
}

.popupstore .popupstore-content .detail .social {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-bottom: 1.5625rem;
}

.popupstore .popupstore-content .detail .social:before,
.popupstore .popupstore-content .detail .social:after {
  content: " ";
  display: table;
}

.popupstore .popupstore-content .detail .social:after {
  clear: both;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content .detail .social {
    padding-left: 16.667%;
    padding-right: 16.667%;
  }
}

.popupstore .popupstore-content .detail .social .social-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content .detail .social .social-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.popupstore .popupstore-content .detail .comments {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-bottom: 1.5625rem;
}

.popupstore .popupstore-content .detail .comments:before,
.popupstore .popupstore-content .detail .comments:after {
  content: " ";
  display: table;
}

.popupstore .popupstore-content .detail .comments:after {
  clear: both;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content .detail .comments {
    padding-left: 16.667%;
    padding-right: 16.667%;
  }
}

.popupstore .popupstore-content .detail .comments .comments-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 62.0625em) {
  .popupstore .popupstore-content .detail .comments .comments-content {
    padding-left: 0;
    padding-right: 0;
  }
}

nav.popupstore-navigation {
  display: none;
}

@media only screen and (min-width: 62.0625em) {
  nav.popupstore-navigation {
    background: #ffffff;
    display: block;
    padding: 1.5625rem 0;
  }

  nav.popupstore-navigation ul {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
    list-style-type: none;
  }

  nav.popupstore-navigation ul:before,
  nav.popupstore-navigation ul:after {
    content: " ";
    display: table;
  }

  nav.popupstore-navigation ul:after {
    clear: both;
  }

  nav.popupstore-navigation ul li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
  }

  nav.popupstore-navigation ul li a {
    overflow: auto;
  }

  nav.popupstore-navigation ul li a img {
    float: left;
    opacity: 0.5;
    width: 30%;
  }

  nav.popupstore-navigation ul li a div.link-text {
    float: left;
    margin-left: 5%;
    width: 65%;
  }

  nav.popupstore-navigation ul li a div.link-text span {
    color: #84bc34;
    display: block;
    font-size: 0.8125rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
  }

  nav.popupstore-navigation ul li a div.link-text span.big {
    font-weight: bold;
    color: #22314a;
    font-size: 1.25rem;
    margin-top: 0.625rem;
    margin-bottom: 0.3125rem;
  }

  nav.popupstore-navigation ul li.active a img {
    opacity: 1;
  }
}

.comp_mdprod img {
  float: right;
  margin: 0px 20px 20px 20px;
  max-width: 80px;
  max-height: 120px;
}

@media all and (min-width: 500px) {
  .comp_mdprod img {
    max-width: 200px;
    max-height: 300px;
  }
}

.comp_mdprod .overlay_head {
  font-size: 1.875rem;
  margin-bottom: 8px;
}

@media all and (min-width: 500px) {
  .comp_mdprod .overlay_head {
    font-size: 2.375rem;
    margin-bottom: 15px;
  }
}

.comp_mdprod .overlay_head2 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

@media all and (min-width: 500px) {
  .comp_mdprod .overlay_head2 {
    font-size: 1.4375rem;
    margin-bottom: 20px;
  }
}

.detail-container .detail .detail-content div.text .prodteaser {
  background: #fff;
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px #aaa;
  box-shadow: 0px 0px 10px #aaa;
  padding: 10px;
  font-family: "Open Sans";
  min-width: 280px;
}

.detail-container .detail .detail-content div.text .prodteaser .block_mobile {
  display: block;
  position: relative;
}

.detail-container .detail .detail-content div.text .prodteaser .pid {
  display: none;
}

.detail-container .detail .detail-content div.text .prodteaser .image_large {
  display: none;
}

.detail-container .detail .detail-content div.text .prodteaser .desc {
  display: none;
}

.detail-container .detail .detail-content div.text .prodteaser .name {
  font-weight: bold;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #22314a;
}

.detail-container .detail .detail-content div.text .prodteaser .rate {
  margin: 10px 0px;
  text-align: right;
}

.detail-container .detail .detail-content div.text .prodteaser .rate .star {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/mdproducts/stars.png") no-repeat;
  text-indent: 100px;
  overflow: hidden;
  background-position: -27px 0px;
}

.detail-container .detail .detail-content div.text .prodteaser .rate .star.half {
  background-position: -53px 0px;
}

.detail-container .detail .detail-content div.text .prodteaser .rate .star.empty {
  background-position: 0px 0px;
}

.detail-container .detail .detail-content div.text .prodteaser .rate .ratename {
  font-size: 16px;
  width: 50%;
  max-width: 155px;
  font-weight: bold;
  text-align: left;
  float: left;
  display: inline-block;
}

.detail-container .detail .detail-content div.text .prodteaser .price {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 50px;
  font-weight: bold;
  line-height: 30px;
  color: #22314a;
  font-family: qtype;
}

.detail-container .detail .detail-content div.text .prodteaser .price .price-euro {
  margin-right: 0.35em;
  font-family: qtype;
}

.detail-container .detail .detail-content div.text .prodteaser .price .price-cent {
  position: absolute;
  right: 0;
  top: 0.35em;
  font-size: 0.5em;
  font-family: qtype;
}

.detail-container .detail .detail-content div.text .prodteaser .price .price-currency {
  position: absolute;
  font-size: 0.4em;
  right: 0;
  bottom: 0.39em;
  font-family: qtype;
}

.detail-container .detail .detail-content div.text .prodteaser .addinfo {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 15px;
}

.detail-container .detail .detail-content div.text .prodteaser .addinfo .delivery_info {
  width: 18px;
  height: 18px;
  background: url("../img/mdproducts/icon_info.png") no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  vertical-align: middle;
}

.detail-container .detail .detail-content div.text .prodteaser .addinfo .delivery {
  font-weight: bold;
  color: #22314a;
}

.detail-container .detail .detail-content div.text .prodteaser .addinfo .delivery:before {
  content: '';
  width: 13px;
  height: 13px;
  background: url("../img/mdproducts/icon_check.png") no-repeat;
  background-size: contain;
  display: inline-block;
}

.detail-container .detail .detail-content div.text .prodteaser .addinfo .more {
  cursor: pointer;
  margin-top: 15px;
  color: #84bc34;
}

.detail-container .detail .detail-content div.text .prodteaser .addinfo .more:before {
  content: '';
  width: 10px;
  height: 10px;
  background: url("../img/mdproducts/icon_arrow.png") no-repeat;
  background-size: contain;
  display: inline-block;
}

.detail-container .detail .detail-content div.text .prodteaser .image {
  max-width: 60px;
  max-height: 120px;
  display: inline-block;
  vertical-align: top;
}

.detail-container .detail .detail-content div.text .prodteaser .link a {
  background: #84bc34;
  display: block;
  text-align: center;
  padding: 8px;
  font-size: 15px;
  color: #22314a;
  font-weight: bold;
}

.detail-container .detail .detail-content div.text .prodteaser .rateings.desktop {
  display: none;
  min-width: 270px;
}

@media all and (min-width: 500px) {
  .detail-container .detail .detail-content div.text .prodteaser {
    padding: 35px;
  }

  .detail-container .detail .detail-content div.text .prodteaser .name {
    padding-top: 0;
  }
}

@media all and (min-width: 650px) {
  .detail-container .detail .detail-content div.text .prodteaser {
    padding: 25px;
  }

  .detail-container .detail .detail-content div.text .prodteaser .image {
    min-height: 143px;
  }

  .detail-container .detail .detail-content div.text .prodteaser .addinfo {
    float: right;
    width: 165px;
    margin: 10px 15px;
  }

  .detail-container .detail .detail-content div.text .prodteaser .price {
    bottom: 40px;
  }

  .detail-container .detail .detail-content div.text .prodteaser .link {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 180px;
  }

  .detail-container .detail .detail-content div.text .prodteaser .rateings.mobile {
    display: none;
  }

  .detail-container .detail .detail-content div.text .prodteaser .rateings.desktop {
    display: inline-block;
    margin-left: 20px;
  }
}

#teasers .teaser .teaser-content .comp_toparticles a {
  color: #3f3f3f;
  font-weight: 600;
  line-height: 1.375rem;
}

.detail-content .comp_toparticles {
  width: 100%;
  border: 1px solid #22314a;
  margin: 15px 0px 15px 0px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 48em) {
  .detail-content .comp_toparticles {
    width: 300px;
    float: left;
    margin: 10px 15px 10px 0px;
    padding-bottom: 15px;
  }
}

.detail-content .comp_toparticles a {
  color: #3f3f3f;
  font-weight: 600;
  line-height: 1.375rem;
  font-size: 1rem;
}

.comp_toparticles {
  padding: 15px 15px;
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  overflow: auto;
}

.comp_toparticles .head {
  color: #84bc34;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.comp_toparticles .topart_link {
  display: block;
  font-family: "Open Sans";
  color: #3f3f3f;
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}

.comp_toparticles .topart_link:last-child {
  margin-bottom: 0;
}

.comp_toparticles .topart_link:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: FontAwesome;
  color: #84bc34;
}

.mediabanner {
  overflow: hidden;
  width: 620px;
  max-width: 100%;
}

.mediabanner img.lazy {
  opacity: 0;
}

.mediabanner.mb-m-topbanner {
  width: 970px;
  margin: 0em auto 0em auto;
}

@media only screen and (min-width: 62.0625em) {
  .mediabanner.mb-m-topbanner {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .mediabanner.mb-m-topbanner {
    margin: 0.75em auto 0em auto;
  }
}

@media all and (max-width: 620px) {
  .mediabanner.mb-m-topbanner {
    display: none;
  }
}

.mediabanner.mb-m-topbanner.atbottom {
  margin: 1em auto 1.5em auto;
}

.mediabanner.mb-m-topbanner_s {
  width: 970px;
  margin: 0em auto 0em auto;
}

@media all and (min-width: 621px) {
  .mediabanner.mb-m-topbanner_s {
    display: none;
  }
}

@media all and (max-width: 399px) {
  .mediabanner.mb-m-topbanner_s {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  .mediabanner.mb-m-topbanner_s {
    margin: 0.75em auto 0em auto;
  }
}

.mediabanner.mb-m-topbanner_xs {
  width: 320px;
  margin: 0em auto;
}

@media all and (min-width: 400px) {
  .mediabanner.mb-m-topbanner_xs {
    display: none;
  }
}

.mediabanner.mb-m-topbanner_xs.atbottom {
  margin: 1em auto 1.5em auto;
}

.mediabanner.mb-d-bottombanner {
  display: none;
  margin: 0em auto 1.5em auto;
}

@media only screen and (min-width: 62.0625em) {
  .mediabanner.mb-d-bottombanner {
    display: block;
  }
}

@media all and (min-width: 400px) and (max-width: 620px) {
  .mediabanner.mb-d-bottombanner {
    display: block;
  }
}

.mediabanner.mb-d-skyscraper {
  display: none;
  position: fixed;
  top: 123px;
  width: 300px;
  height: 600px;
  left: -webkit-calc(50% + 500px	);
  left: calc(50% + 500px	);
}

@media all and (min-width: 1550px) {
  .mediabanner.mb-d-skyscraper {
    display: block;
  }
}

/*# sourceMappingURL=styles.css.map */