.infobox, .swiper-pagination-bullet {
  border-left: 10px solid #007dc8;
}

.image-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 125, 200, 0.5), #0a7bbe);
}


.linear-gradient {
  background-color: #d3dade;
  background-image: linear-gradient(120deg, #f0f3f4, #d3dade);
}

.region-intro,
.radial-gradient {
  background-color: #d3dade;
  background-image: radial-gradient(farthest-corner at center 20%, #fff 0%, #f0f3f4 100%);
}

.header-wrapper, .zen-grid, .fg-hero, .max-width,
.max-width {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}


.flex {
  display: flex;
  flex-wrap: wrap;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.75em;
  font-family: "Muli", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #374248;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #007dc8;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

:visited {
  color: #005d95;
}

a:active {
  color: #2fb1ff;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1 {
  font-size: 2rem;
  line-height: 3.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #007dc8;
}

h2,
.slide-infobox em {
  font-size: 1.5rem;
  line-height: 2.625rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #008de2;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.625rem;
  padding-top: 0;
  padding-bottom: 0.4375rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #009dfb;
}

h4 {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.75rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

h6 {
  font-size: 0.75rem;
  line-height: 1.75rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

h2, h3 {
  font-weight: 200;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: "Fira Mono", "DejaVu Sans Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #e5bf23;
  color: #374248;
}

small {
  font-size: 0.875rem;
}

sub,
sup {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.75rem 0;
  border: 0;
  border-top: 1px solid #d3dade;
}

.divider > :first-child,
hr > :first-child {
  margin-top: 1.75rem;
}

blockquote {
  margin: 1.75rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.75rem 0;
}

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

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.75rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 0 0 1.75rem 0;
}

img {
  border-style: none;
}

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

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
.button__ghost,
.button__swipe,
.button__blue,
.button__red,
.button__green,
.button__grey,
.button__twitter,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
.button__ghost,
.button__swipe,
.button__blue,
.button__red,
.button__green,
.button__grey,
.button__twitter,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #374248;
}

.button::-moz-focus-inner,
.button__ghost::-moz-focus-inner,
.button__swipe::-moz-focus-inner,
.button__blue::-moz-focus-inner,
.button__red::-moz-focus-inner,
.button__green::-moz-focus-inner,
.button__grey::-moz-focus-inner,
.button__twitter::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
.button__ghost:-moz-focusring,
.button__swipe:-moz-focusring,
.button__blue:-moz-focusring,
.button__red:-moz-focusring,
.button__green:-moz-focusring,
.button__grey:-moz-focusring,
.button__twitter:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
.button__ghost:hover,
.button__swipe:hover,
.button__blue:hover,
.button__red:hover,
.button__green:hover,
.button__grey:hover,
.button__twitter:hover,
.button__ghost:focus,
.button__swipe:focus,
.button__blue:focus,
.button__red:focus,
.button__green:focus,
.button__grey:focus,
.button__twitter:focus,
.button__ghost:active,
.button__swipe:active,
.button__blue:active,
.button__red:active,
.button__green:active,
.button__grey:active,
.button__twitter:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #374248;
}

.button[disabled], .button__ghost[disabled], .button__swipe[disabled], .button__blue[disabled], .button__red[disabled], .button__green[disabled], .button__grey[disabled], .button__twitter[disabled],
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #d3dade;
}

.button[disabled]:hover, .button__ghost[disabled]:hover, .button__swipe[disabled]:hover, .button__blue[disabled]:hover, .button__red[disabled]:hover, .button__green[disabled]:hover, .button__grey[disabled]:hover, .button__twitter[disabled]:hover,
button[disabled]:hover,
[disabled]:hover[type='button'],
[disabled]:hover[type='reset'],
[disabled]:hover[type='submit'], .button[disabled]:focus, .button__ghost[disabled]:focus, .button__swipe[disabled]:focus, .button__blue[disabled]:focus, .button__red[disabled]:focus, .button__green[disabled]:focus, .button__grey[disabled]:focus, .button__twitter[disabled]:focus,
button[disabled]:focus,
[disabled]:focus[type='button'],
[disabled]:focus[type='reset'],
[disabled]:focus[type='submit'], .button[disabled]:active, .button__ghost[disabled]:active, .button__swipe[disabled]:active, .button__blue[disabled]:active, .button__red[disabled]:active, .button__green[disabled]:active, .button__grey[disabled]:active, .button__twitter[disabled]:active,
button[disabled]:active,
[disabled]:active[type='button'],
[disabled]:active[type='reset'],
[disabled]:active[type='submit'] {
  color: #d3dade;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.6125rem 1.09375rem 1.1375rem;
  border: 1px solid #d3dade;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.75rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
.page,
.one-page .box-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  position: relative;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
.header,
.main-content,
.main-navigation,
.region-sidebar-first,
.region-sidebar-second,
.region-footer {
  padding-left: 10px;
  padding-right: 10px;
}

/* Containers for grid items and flow items. */
.header:before,
.main:before,
.footer:before {
  content: "";
  display: table;
}

.header:after,
.main:after,
.footer:after {
  content: "";
  display: table;
  clear: both;
}

.main {
  position: relative;
}

.node-teaser {
  padding-top: rhythm(2);
  padding-bottom: rhythm(2);
}

.node-hero {
  padding-top: 5em;
  padding-bottom: 5em;
}

.node-teaser-typed {
  padding-top: 7.65rem;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  .main {
    /* Move all the children of .main down to make room. */
  }
  .main-navigation {
    /* Move the navbar up inside .main's padding. */
    position: absolute;
    top: 0;
    height: 5.1rem;
    right: 0;
    width: 60%;
  }
}

/**
 * Use 3 grid columns for smaller screens.
 */
@media (min-width: 900px) {
  .zen-grid-1col:before {
    content: '';
    display: table;
  }
  .zen-grid-1col:after {
    content: '';
    display: table;
    clear: both;
  }
  .zen-grid-1col .zen-grid-1 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    clear: left;
  }
  [dir="rtl"] .zen-grid-1col .zen-grid-1 {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .zen-grid-1col .zen-grid-1 {
    clear: right;
  }
  .main-content .zen-grid-1col:before {
    content: '';
    display: table;
  }
  .main-content .zen-grid-1col:after {
    content: '';
    display: table;
    clear: both;
  }
  .main-content .zen-grid-1col .zen-grid-box-news:nth-of-type(4n + 1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    clear: left;
  }
  [dir="rtl"] .main-content .zen-grid-1col .zen-grid-box-news:nth-of-type(4n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .main-content .zen-grid-1col .zen-grid-box-news:nth-of-type(4n + 1) {
    clear: right;
  }
  .zen-grid-2col:before {
    content: '';
    display: table;
  }
  .zen-grid-2col:after {
    content: '';
    display: table;
    clear: both;
  }
  .zen-grid-2col .zen-grid-1 {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    clear: left;
  }
  [dir="rtl"] .zen-grid-2col .zen-grid-1 {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .zen-grid-2col .zen-grid-1 {
    clear: right;
  }
  .zen-grid-2col .zen-grid-2 {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .zen-grid-2col .zen-grid-2 {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  .main-content .zen-grid-2col:before {
    content: '';
    display: table;
  }
  .main-content .zen-grid-2col:after {
    content: '';
    display: table;
    clear: both;
  }
  .main-content .zen-grid-2col .zen-grid-box-news:nth-of-type(4n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    clear: left;
  }
  [dir="rtl"] .main-content .zen-grid-2col .zen-grid-box-news:nth-of-type(4n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .main-content .zen-grid-2col .zen-grid-box-news:nth-of-type(4n + 1) {
    clear: right;
  }
  .main-content .zen-grid-2col .zen-grid-box-news:nth-of-type(4n + 2) {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .main-content .zen-grid-2col .zen-grid-box-news:nth-of-type(4n + 2) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  .zen-grid-3col:before {
    content: '';
    display: table;
  }
  .zen-grid-3col:after {
    content: '';
    display: table;
    clear: both;
  }
  .zen-grid-3col .zen-grid-1 {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    clear: left;
  }
  [dir="rtl"] .zen-grid-3col .zen-grid-1 {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .zen-grid-3col .zen-grid-1 {
    clear: right;
  }
  .zen-grid-3col .zen-grid-2 {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .zen-grid-3col .zen-grid-2 {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .zen-grid-3col .zen-grid-3 {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .zen-grid-3col .zen-grid-3 {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .main-content .zen-grid-3col:before {
    content: '';
    display: table;
  }
  .main-content .zen-grid-3col:after {
    content: '';
    display: table;
    clear: both;
  }
  .main-content .zen-grid-3col .zen-grid-box-news:nth-of-type(4n + 1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    clear: left;
  }
  [dir="rtl"] .main-content .zen-grid-3col .zen-grid-box-news:nth-of-type(4n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .main-content .zen-grid-3col .zen-grid-box-news:nth-of-type(4n + 1) {
    clear: right;
  }
  .main-content .zen-grid-3col .zen-grid-box-news:nth-of-type(4n + 2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .main-content .zen-grid-3col .zen-grid-box-news:nth-of-type(4n + 2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .main-content .zen-grid-3col .zen-grid-box-news:nth-of-type(4n + 3) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .main-content .zen-grid-3col .zen-grid-box-news:nth-of-type(4n + 3) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .zen-grid-4col:before {
    content: '';
    display: table;
  }
  .zen-grid-4col:after {
    content: '';
    display: table;
    clear: both;
  }
  .zen-grid-4col .zen-grid-1 {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    clear: left;
  }
  [dir="rtl"] .zen-grid-4col .zen-grid-1 {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .zen-grid-4col .zen-grid-1 {
    clear: right;
  }
  .zen-grid-4col .zen-grid-2 {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .zen-grid-4col .zen-grid-2 {
    float: right;
    margin-right: 25%;
    margin-left: -100%;
  }
  .zen-grid-4col .zen-grid-3 {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .zen-grid-4col .zen-grid-3 {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  .zen-grid-4col .zen-grid-4 {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .zen-grid-4col .zen-grid-4 {
    float: right;
    margin-right: 75%;
    margin-left: -100%;
  }
  .main-content .zen-grid-4col:before {
    content: '';
    display: table;
  }
  .main-content .zen-grid-4col:after {
    content: '';
    display: table;
    clear: both;
  }
  .main-content .zen-grid-4col .zen-grid-box-news:nth-of-type(4n + 1) {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    clear: left;
  }
  [dir="rtl"] .main-content .zen-grid-4col .zen-grid-box-news:nth-of-type(4n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .main-content .zen-grid-4col .zen-grid-box-news:nth-of-type(4n + 1) {
    clear: right;
  }
  .main-content .zen-grid-4col .zen-grid-box-news:nth-of-type(4n + 2) {
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .main-content .zen-grid-4col .zen-grid-box-news:nth-of-type(4n + 2) {
    float: right;
    margin-right: 25%;
    margin-left: -100%;
  }
  .main-content .zen-grid-4col .zen-grid-box-news:nth-of-type(4n + 3) {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .main-content .zen-grid-4col .zen-grid-box-news:nth-of-type(4n + 3) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  .main-content .zen-grid-4col .zen-grid-box-news:nth-of-type(4n + 4) {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .main-content .zen-grid-4col .zen-grid-box-news:nth-of-type(4n + 4) {
    float: right;
    margin-right: 75%;
    margin-left: -100%;
  }
  .zen-grid-nested {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
  }
  .zen-grid-nested:before {
    content: "";
    display: table;
  }
  .zen-grid-nested:after {
    content: "";
    display: table;
    clear: both;
  }
  /**
   * The layout when there is only one sidebar, the left one.
   */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  .sidebar-first .main-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .sidebar-first .main-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .sidebar-first .region-sidebar-first {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  /**
   * The layout when there is only one sidebar, the right one.
   */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  .sidebar-second .main-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .sidebar-second .main-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .sidebar-second .region-sidebar-second {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  /**
   * The layout when there are two sidebars.
   */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  .two-sidebars .main-content {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .two-sidebars .main-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .two-sidebars .region-sidebar-first {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 0;
    padding-right: 0;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  [dir="rtl"] .two-sidebars .region-sidebar-second {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .two-sidebars .region-sidebar-second:before {
    content: "";
    display: table;
  }
  .two-sidebars .region-sidebar-second:after {
    content: "";
    display: table;
    clear: both;
  }
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    clear: left;
  }
  [dir="rtl"] .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    clear: right;
  }
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
}

/**
 * Use 5 grid columns for larger screens.
 */
@media (min-width: 1200px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  .sidebar-first .main-content {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .sidebar-first .main-content {
    float: right;
    margin-right: 20%;
    margin-left: -100%;
  }
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .sidebar-first .region-sidebar-first {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  /**
   * The layout when there is only one sidebar, the right one.
   */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  .sidebar-second .main-content {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .sidebar-second .main-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .sidebar-second .region-sidebar-second {
    float: right;
    margin-right: 80%;
    margin-left: -100%;
  }
  /**
   * The layout when there are two sidebars.
   */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  .two-sidebars .main-content {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .two-sidebars .main-content {
    float: right;
    margin-right: 20%;
    margin-left: -100%;
  }
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .two-sidebars .region-sidebar-first {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  [dir="rtl"] .two-sidebars .region-sidebar-second {
    float: right;
    margin-right: 80%;
    margin-left: -100%;
  }
}

@media print {
  .main-navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  .footer {
    display: none;
  }
  /* Un-float the content. */
  .main-content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.box {
  margin-bottom: 1.75rem;
  border: 5px solid #d3dade;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #374248;
}

.box--highlight {
  border-color: #007dc8;
}

.clearfix:before,
.header:before,
.ce-textpic:before,
.tabs:before,
.page:before,
.region:before {
  content: '';
  display: table;
}

.clearfix:after,
.header:after,
.ce-textpic:after,
.tabs:after,
.page:after,
.region:after {
  content: '';
  display: table;
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #e3001b;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item, [dir="rtl"] .inline.links li, .inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling, [dir="rtl"] .field-label-inline .field-label, .field-label-inline [dir="rtl"] .field-label, [dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *,
.field-label-inline .field-label *,
span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child,
.field-label-inline .field-label + *,
span.field-label + *,
.field-label-inline .field-label + * > :first-child,
span.field-label + * > :first-child,
.field-label-inline .field-label + * > :first-child > :first-child,
span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.75rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #007dc8;
}

[dir="rtl"] .messages, [dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #007dc8;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #374248;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: white;
  color: #007dc8;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fdfbf0;
  color: #374248;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: white;
  color: #e3001b;
}

.messages--warning,
.messages.warning {
  border-color: #e5bf23;
}

.messages--warning path,
.messages.warning path {
  fill: #e5bf23;
}

.messages--error,
.messages.error {
  border-color: #e3001b;
}

.messages--error path,
.messages.error path {
  fill: #e3001b;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: white;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media (min-width: 900px) {
  .container {
    display: flex;
    flex-wrap: wrap;
  }
  .header .container {
    justify-content: space-between;
  }
}

.header {
  padding: 0 0 0.875rem 0;
  margin: 0;
  z-index: 100;
  position: absolute;
  transition: background-color .6s;
  width: 100%;
  display: block;
}

.header.isStuck {
  background-color: rgba(255, 255, 255, 0.75);
}

.header .social {
  font-size: 0.875rem;
  line-height: 1.75rem;
  margin-bottom: 0.875rem;
  padding: 0.4375rem 0;
  background: rgba(0, 62, 98, 0.75);
  background: linear-gradient(-30deg, #007dc8, #008b52);
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

.header .tel,
.header .email {
  display: none;
  flex: 0 0 50%;
  text-align: center;
}

.header .tel a,
.header .email a {
  color: #fff;
}

.header .tel i,
.header .email i {
  color: #fff;
  margin-right: 0.28rem;
}

.header .misc-menu {
  margin: 0;
  padding: 0;
  display: flex;
  float: left;
}

.header .misc-menu a {
  color: #fff;
}

.header .misc-menu li {
  display: inline-block;
  margin-right: .5em;
}

.header .misc-menu li:after {
  content: "|";
  margin-left: .5em;
}

@media (min-width: 900px) {
  .header .social {
    background: transparent;
    justify-content: flex-end;
    text-align: left;
  }
  .header .social a, .header .social i {
    color: #007dc8;
  }
  .header .email,
  .header .tel {
    display: block;
  }
  .header .langmenu,
  .header .email,
  .header .tel {
    margin-left: 1.75rem;
    flex: unset;
    text-align: left;
  }
  .header .langmenu {
    width: auto;
    justify-content: flex-end;
  }
}

.langmenu {
  margin: 0 0 0 0.875rem;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

.langmenu li {
  margin-right: 1.75rem;
  display: block;
  width: 1.5rem;
}

@media (min-width: 900px) {
  .langmenu li {
    margin-right: 0.875rem;
  }
}

.langmenu .nolink {
  border-bottom: 2px solid #fff;
}

.header-wrapper {
  margin: 0 auto;
  display: flex;
}

.teaser-wrapper {
  padding-top: 160px;
  margin-bottom: 1rem;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.region-intro {
  padding: 1.75rem 0;
}

.region-teaser {
  font-size: 1.25rem;
  line-height: 2.625rem;
}

.teaser {
  min-height: 15vh;
  font-size: 1.25em;
  line-height: 2em;
  padding: 12.25rem 0 1.75rem 0;
  background-image: radial-gradient(farthest-corner at center 20%, rgba(255, 255, 255, 0.9) 0%, #f0f3f4 100%), url("../images/water.jpg");
  background-size: 100%, cover;
  background-position: center top, center center;
  background-blend-mode: normal, multiply , normal;
}

.teaser:before {
  content: '';
  display: table;
}

.teaser:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 900px) {
  .teaser {
    background-size: cover;
  }
}

.teaser h1,
.teaser .meta--desc {
  font-weight: 200;
}

.teaser h1 {
  font-size: 2rem;
  line-height: 2.625rem;
  padding: 0 0 1.75rem 0;
}

.teaser .meta--desc {
  font-size: 1.25rem;
  line-height: 2.1875rem;
}

@media (min-width: 900px) {
  .teaser .breadcrumb,
  .teaser .meta--title {
    flex: 0 0 0%;
  }
  .teaser .col {
    flex: 0 0 50%;
  }
}

.teaser-highlight-icon {
  text-align: center;
}

.fullimage {
  background-color: #f0f3f4;
}

.fullimage h2 {
  font-size: 2rem;
  line-height: 3.5rem;
}

.fullimage .box-image {
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-size: cover;
}

.fullimage .max-width {
  display: flex;
  flex-direction: row-reverse;
}

.fullimage .box-text {
  padding: 1.75rem 0.875rem;
  color: #007dc8;
  background: white;
}

.fullimage .box-text h2 {
  color: #008b52;
}

@media (min-width: 900px) {
  .fullimage .box-text {
    padding: 1.75rem 5.25rem;
    flex-basis: 50%;
  }
}

.fullimage .image {
  float: right;
  padding: 3.5rem;
  max-width: 40%;
}

.fullimage-left {
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 50%;
}

.region-page-footer {
  padding-bottom: 5.25rem;
}

.page-footer {
  margin-top: 1.75rem;
}

.footer {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #007dc8;
  clear: both;
  padding: 1.75rem;
}

.footer .zen-grid {
  padding: 3.5rem 0 0 0;
  border-top: 1px solid #d3dade;
}

.footer a {
  font-weight: bold;
  color: #007dc8;
}

.footer .navmisc {
  margin-top: 0;
  padding-left: 0;
  text-align: right;
}

.footer .navmisc li {
  display: block;
}

.footer .social {
  margin-right: .25rem;
  font-size: 2rem;
  line-height: 3.5rem;
}

@media (min-width: 600px) {
  .zen-grid-nested {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
  }
  .zen-grid-nested:before {
    content: "";
    display: table;
  }
  .zen-grid-nested:after {
    content: "";
    display: table;
    clear: both;
  }
}

.zen-grid {
  margin: 0 auto;
}

.zen-grid-single {
  padding: 0 10px;
}

.fg-box {
  padding: 0 10px 10px;
}

.zen-grid-teaser .fg-box,
.zen-grid-front .fg-box {
  background-color: #dedede;
  background: linear-gradient(120deg, #fbfeff, #beffe4);
}

.fg-box .box-image {
  position: relative;
}

.fg-box .box-image img {
  vertical-align: middle;
  -ms-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%);
  transition-duration: .2;
  -ms-transform-origin: 0%, 50%;
      transform-origin: 0%, 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: inherit;
}

.fg-box .box-image-top {
  height: 240px;
  overflow: hidden;
}

.fg-box .box-image-bg {
  background-size: cover;
  min-height: 12rem;
}

.fg-box .box-image-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-30deg, rgba(0, 125, 200, 0.5), rgba(211, 218, 222, 0.5));
  background-size: cover;
  background-blend-mode: hue;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}

.fg {
  display: flex;
  flex-wrap: wrap;
}

.fg-hero .fg-box {
  margin-bottom: 1.75rem;
}

.fg-hero .teaser-highlight {
  text-align: center;
}

.fg-hero .teaser-highlight h3 {
  padding-top: 0;
  font-weight: 400;
  color: #008b52;
}

.fg-hero .teaser-highlight a {
  color: #008b52;
}

.fg-hero .teaser-highlight-icon img,
.fg-hero .teaser-highlight-icon svg {
  padding: 1.75rem 1.75rem 0 1.75rem;
  margin: 0 auto;
  width: 10rem;
}

.fg-box {
  flex: 0 0 100%;
  padding: 0 0.875rem;
}

.fx25,
.fx33,
.fx50,
.fx66,
.fx75 {
  flex: 0 0 100%;
}

@media (min-width: 900px) {
  .fx25 {
    flex: 0 0 25%;
  }
  .fx33 {
    flex: 0 0 33.33333%;
  }
  .fx50 {
    flex: 0 0 5%;
  }
  .fx66 {
    flex: 0 0 66.66667%;
  }
  .fx75 {
    flex: 0 0 75%;
  }
  .fg-3col .fg-box {
    flex: 0 0 33.33333%;
  }
  .fg-3col__2-1 .fg-box:nth-of-type(1) {
    flex: 0 0 66.66667%;
  }
  .fg-3col__2-1 .fg-box:nth-of-type(2) {
    flex: 0 0 33.33333%;
  }
  .fg-3col__1-2 .fg-box:nth-of-type(1) {
    flex: 0 0 33.33333%;
  }
  .fg-3col__1-2 .fg-box:nth-of-type(2) {
    flex: 0 0 66.66667%;
  }
  .fg-4col .fg-box {
    flex: 0 0 50%;
  }
}

@media (min-width: 1200px) {
  .fg-1col .fg-box {
    flex: 0 0 100%;
  }
  .fg-2col .fg-box {
    flex: 0 0 50%;
  }
  .fg-3col .fg-box {
    flex: 0 0 33.33333%;
  }
  .fg-4col .fg-box {
    flex: 0 0 25%;
  }
}

.button,
.button__ghost,
.button__swipe,
.button__blue,
.button__red,
.button__green,
.button__grey,
.button__twitter {
  border: 1px solid #007dc8;
  transition-duration: 0.66s;
  transition-timing-function: cubic-bezier(0.07, 0.95, 0.4, 0.98);
  display: block;
  color: #007dc8;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: .16rem;
  padding: 10px 20px;
}

@media (min-width: 900px) {
  .button,
  .button__ghost,
  .button__swipe,
  .button__blue,
  .button__red,
  .button__green,
  .button__grey,
  .button__twitter {
    display: inline-block;
  }
}

.button[disabled],
.button__ghost[disabled],
.button__swipe[disabled],
.button__blue[disabled],
.button__red[disabled],
.button__green[disabled],
.button__grey[disabled],
.button__twitter[disabled] {
  cursor: default;
}

.button:hover,
.button__ghost:hover,
.button__swipe:hover,
.button__blue:hover,
.button__red:hover,
.button__green:hover,
.button__grey:hover,
.button__twitter:hover {
  border: 1px solid #007dc8;
}

.button a,
.button__ghost a,
.button__swipe a,
.button__blue a,
.button__red a,
.button__green a,
.button__grey a,
.button__twitter a {
  color: #fff;
}

.button .fas,
.button__ghost .fas,
.button__swipe .fas,
.button__blue .fas,
.button__red .fas,
.button__green .fas,
.button__grey .fas,
.button__twitter .fas {
  margin-right: 0.4375rem;
}

.readmore__ghost {
  transition: background .2s;
  border: 1px solid #007dc8;
  border-radius: 3.33333px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}

.readmore__ghost:hover {
  color: #fff;
  background: #007dc8;
}

.button__ghost:hover {
  color: #fff;
  background: #007dc8;
  background: #0084d2 linear-gradient(120deg, #0084d2 0%, #0084d2 10%, #007dc8 10%, #007dc8 20%, #0074b9 19%, #0077bd 21%, #0077bd 20%, #0077bd 30%, #006daf 29%, #0070b3 31%, #0070b3 30%, #0070b3 40%, #0067a4 39%, #0069a8 41%, #0069a8 40%, #0069a8 50%, #00609a 49%, #00639e 51%, #00639e 50%, #00639e 60%, #005a8f 59%, #005c93 61%, #005c93 60%, #005c93 70%, #005385 69%, #005689 71%, #005689 70%, #005689 80%, #004c7a 79%, #004f7e 81%, #004f7e 80%, #004f7e 90%, #004670 89%, #004874 91%, #004874 90%, #004874 100%);
}

.button__ghost:hover.glossy {
  position: relative;
  overflow: hidden;
}

.button__ghost:hover.glossy:after {
  content: '';
  display: block;
  width: 80%;
  height: 35%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), black);
  box-shadow: inset 0 5px 6px rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  mix-blend-mode: screen;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
}

.button__ghost:hover.glossy:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0 -6px 30px rgba(0, 0, 0, 0.4);
}

.button__ghost:hover.noisy {
  position: relative;
  overflow: hidden;
}

.button__ghost:hover.noisy:before, .button__ghost:hover.noisy:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoW WpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhS nO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==");
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 30%;
  background-position: center center;
}

.button__ghost:hover.noisy:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 80%;
  left: 0;
  top: 0;
  z-index: 0;
  mix-blend-mode: color-burn;
  background-position: center bottom;
}

.button__ghost:hover.benday {
  position: relative;
  overflow: hidden;
}

.button__ghost:hover.benday:before, .button__ghost:hover.benday:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0001) 10%, rgba(255, 255, 255, 0.1)), repeating-radial-gradient(center center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 1px, transparent 2px, transparent 100%);
  mix-blend-mode: lighten;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover, 4px 4px;
  background-position: center center;
}

.button__ghost:hover.benday:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  mix-blend-mode: lighten;
}

.button__swipe {
  position: relative;
  overflow: hidden;
}

.button__swipe:hover {
  color: #fff;
  background: #007dc8;
  border: 1px solid #007dc8;
}

.button__swipe::after {
  transition-property: left, opacity, width;
  transition-duration: .75s;
  transition-timing-function: cubic-bezier(0.07, 0.95, 0.4, 0.98);
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  background: #fff;
  content: " ";
  height: 150px;
  left: -70px;
  position: absolute;
  top: -50px;
  -ms-transform: rotate(35deg);
      transform: rotate(35deg);
  width: 3rem;
}

.button__swipe:focus:after, .button__swipe:hover:after {
  left: 110%;
  opacity: 0;
  width: 1rem;
}

.button__blue {
  color: #fff;
  text-shadow: #009dfb 0 1px 0;
  background-color: #007dc8;
  border: 1px solid #007dc8;
}

.button__blue:hover {
  color: #fff;
  transition-duration: 0.66s;
  transition-timing-function: cubic-bezier(0.07, 0.95, 0.4, 0.98);
  border: 1px solid #009dfb;
  background-color: #16a8ff;
}

.button__red {
  color: #fff;
  text-shadow: #ff1733 0 1px 0;
  background-color: #e3001b;
  border: 1px solid #e3001b;
}

.button__red:hover {
  color: #fff;
  transition-duration: 0.66s;
  transition-timing-function: cubic-bezier(0.07, 0.95, 0.4, 0.98);
  border: 1px solid #ff1733;
  background-color: #ff3149;
}

.button__green {
  color: #fff;
  text-shadow: #00be70 0 1px 0;
  background-color: #008b52;
  border: 1px solid #008b52;
}

.button__green:hover {
  color: #fff;
  transition-duration: 0.66s;
  transition-timing-function: cubic-bezier(0.07, 0.95, 0.4, 0.98);
  border: 1px solid #00be70;
  background-color: #00d87f;
}

.button__grey {
  color: #fff;
  text-shadow: #f0f3f4 0 1px 0;
  background-color: #d3dade;
  border: 1px solid #d3dade;
}

.button__grey:hover {
  color: #fff;
  transition-duration: 0.66s;
  transition-timing-function: cubic-bezier(0.07, 0.95, 0.4, 0.98);
  border: 1px solid #f0f3f4;
  background-color: white;
}

.button__twitter {
  color: #fff;
  text-shadow: #83c3f3 0 1px 0;
  background-color: #55acee;
  border: 1px solid #55acee;
}

.button__twitter:hover {
  color: #fff;
  transition-duration: 0.66s;
  transition-timing-function: cubic-bezier(0.07, 0.95, 0.4, 0.98);
  border: 1px solid #83c3f3;
  background-color: #9bcef5;
}

.readmore__ellipsis {
  font-weight: bold;
  color: #fff;
}

.news-list-view:before {
  content: '';
  display: table;
}

.news-list-view:after {
  content: '';
  display: table;
  clear: both;
}

/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
  clear: both;
}

.news .nav ul {
  float: left;
  display: inline;
  margin: 0;
}

.news .nav li {
  float: left;
}

.news .nav a {
  float: left;
  display: block;
}

.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.news .article {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.news .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.news .article .news-img-wrap {
  float: left;
  margin-right: 10px;
}

.news .article .teaser-text {
  margin: 0 0 10px 0;
}

.news .article h3 {
  margin-bottom: 0;
}

.news .footer {
  clear: both;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  color: #888;
}

.news .footer p {
  line-height: 1em;
}

.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
}

.news .footer span:last-child {
  border-right: 0;
}

.news .footer .news-category a {
  text-transform: uppercase;
}

.news .no-news-found {
  color: #DB0202;
  font-style: italic;
}

.news .page-navigation p {
  float: left;
}

.news .page-navigation ul {
  float: right;
}

.news .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none;
}

.news .page-navigation ul li a {
  display: block;
}

/* category menu view */
.news-category-view ul li {
  padding: 5px 8px;
}

.news-category-view ul li li {
  padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
  float: right;
  width: 282px;
  margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
  float: none;
}

.news-single .teaser-text {
  font-size: 15px;
  color: #888;
}

.news-text-wrap {
  margin-bottom: 10px;
}

.news-img-caption {
  color: #888;
}

/* related news + files */
.news-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%;
}

.news-related {
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: table-cell;
}

.news-related ul li {
  line-height: 1em;
  margin-bottom: 12px;
}

.news-related ul li span {
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888;
}

.news-related ul li span :last-child {
  border-right: 0;
  padding-right: 0;
}

.news-related h4 {
  margin-bottom: 10px;
}

.news-related-files ul li {
  margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
  background-position: 0 0;
}

.news-clear {
  clear: both;
}

.news-list-author,
.news-list-date {
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.news-teaser-text p {
  margin-top: 0;
}

.news-hero h3 {
  margin: 0;
}

.news-hero .news-info-box {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: absolute;
  bottom: 0;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #d3dade;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
  width: 25px;
  background: url(images/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.teaser .main-search {
  padding: 1rem 0.4rem 0 0;
  display: block;
  float: right;
  clear: right;
  max-width: 50%;
}

.teaser .main-search .input-row {
  position: relative;
}

.teaser .main-search .tx-indexedsearch-form {
  height: 2rem;
  line-height: 100%;
}

.teaser .main-search .tx-indexedsearch-form input,
.teaser .main-search .tx-indexedsearch-form button {
  transition-duration: .2;
  height: 100%;
  border: 1px inset #007dc8;
}

.teaser .main-search .tx-indexedsearch-form input {
  border-radius: 3px;
  width: 100%;
  padding: 5px 10px 5px 10px;
}

@media (min-width: 1200px) {
  .teaser .main-search .tx-indexedsearch-form input {
    width: 12rem;
  }
}

.teaser .main-search .tx-indexedsearch-form button {
  width: 3rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 1px solid tint(#d3dade, 75);
  background-size: 1rem;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  color: tint(#d3dade, 50);
}

.teaser .main-search .tx-indexedsearch-form input:focus + button,
.teaser .main-search .tx-indexedsearch-form button:focus {
  color: #fff;
  background-color: #007dc8;
  border: 1px solid #007dc8;
  background: linear-gradient(tint(#007dc8, 30), #007dc8);
}

.tx-indexedsearch-res a {
  text-decoration: none;
}

.tx-indexedsearch-text-item-path {
  line-height: 1em;
}

.tx-indexedsearch-text-item-path p {
  margin: 0;
  font-size: 0.875rem;
  color: #008b52;
}

.frontpage .main-content {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.hero {
  padding: 12.25rem 0 5.25rem 0;
  transition-duration: .5s;
  transition-property: height, min-height;
  border-bottom: 1px solid white;
  position: relative;
  min-height: 50vh;
  background-position: center center;
  background-blend-mode: normal, multiply , normal;
}

@media (min-width: 900px) {
  .hero {
    min-height: 30vh;
    animation: 30s bgzoomm cubic-bezier(0.07, 0.95, 0, 1);
  }
}

.hero h1,
.hero h2 {
  font-size: 2rem;
  line-height: 1.75rem;
  color: #374248;
  text-align: center;
  font-weight: bold;
}

.hero h2 {
  visibility: hidden;
}

.zen-grid-front .zen-grid-box {
  min-height: 340px;
  position: relative;
  overflow: hidden;
  background-color: #dedede;
  background: linear-gradient(-30deg, tint(#007dc8, 90), tint(#d3dade, 50));
}

.zen-grid-front h2 {
  margin-bottom: .5rem;
}

.zen-grid-front p {
  margin-top: 0;
}

.infobox {
  position: absolute;
  left: 50%;
  bottom: 13%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 75%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.75rem;
}

.infobox h2,
.infobox ul {
  margin: 0;
}

.infobox-content,
.infobox-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.infobox-content {
  z-index: 2;
}

.infobox-image {
  z-index: 1;
  background-position: center center;
}

.infobox-image {
  filter: blur(10px);
}

.infobox h2,
.infobox p {
  z-index: 5;
}

.infobox h2 {
  color: #008b52;
}

.infobox p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

figcaption {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #d3dade;
  padding: 2px;
}

.ce-media {
  text-align: center;
}

.ce-bodytext blockquote {
  font-size: 1rem;
  line-height: 1.925rem;
  color: #d3dade;
  border-left: 10px solid #d3dade;
  padding: 20px 20px 20px 10px;
  font-style: italic;
}

.ce-bodytext blockquote p {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .ce-above .ce-gallery[data-ce-columns="2"] .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ce-above .ce-gallery[data-ce-columns="2"] .ce-column {
    flex-basis: 48%;
    margin-right: 2%;
  }
  .ce-above .ce-gallery[data-ce-columns="3"] .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ce-above .ce-gallery[data-ce-columns="3"] .ce-column {
    flex-basis: 32%;
    margin-right: 1.33333%;
  }
  .ce-above .ce-gallery[data-ce-columns="4"] .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ce-above .ce-gallery[data-ce-columns="4"] .ce-column {
    flex-basis: 24%;
    margin-right: 1%;
  }
  .ce-above .ce-gallery[data-ce-columns="5"] .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ce-above .ce-gallery[data-ce-columns="5"] .ce-column {
    flex-basis: 19.2%;
    margin-right: 0.8%;
  }
  .ce-above .ce-gallery[data-ce-columns="6"] .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ce-above .ce-gallery[data-ce-columns="6"] .ce-column {
    flex-basis: 16%;
    margin-right: 0.66667%;
  }
  .ce-above .ce-gallery[data-ce-columns="7"] .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ce-above .ce-gallery[data-ce-columns="7"] .ce-column {
    flex-basis: 13.71429%;
    margin-right: 0.57143%;
  }
  .ce-above .ce-gallery[data-ce-columns="8"] .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ce-above .ce-gallery[data-ce-columns="8"] .ce-column {
    flex-basis: 12%;
    margin-right: 0.5%;
  }
  .ce-intext .ce-gallery[data-ce-columns="4"] .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ce-intext .ce-gallery[data-ce-columns="4"] .ce-column {
    flex-basis: 48%;
    margin-right: 2%;
  }
  .ce-intext .ce-gallery[data-ce-columns="5"] .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ce-intext .ce-gallery[data-ce-columns="5"] .ce-column {
    flex-basis: 38.4%;
    margin-right: 1.6%;
  }
  .ce-intext .ce-gallery[data-ce-columns="6"] .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ce-intext .ce-gallery[data-ce-columns="6"] .ce-column {
    flex-basis: 32%;
    margin-right: 1.33333%;
  }
  .ce-intext .ce-gallery[data-ce-columns="7"] .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ce-intext .ce-gallery[data-ce-columns="7"] .ce-column {
    flex-basis: 27.42857%;
    margin-right: 1.14286%;
  }
  .ce-intext .ce-gallery[data-ce-columns="8"] .ce-row {
    display: flex;
    flex-wrap: wrap;
  }
  .ce-intext .ce-gallery[data-ce-columns="8"] .ce-column {
    flex-basis: 24%;
    margin-right: 1%;
  }
  .ce-left .ce-gallery {
    float: left;
    padding: 0 3.5rem 0 0;
  }
  .ce-right .ce-gallery {
    float: right;
    padding: 0 0 0 3.5rem;
  }
  .ce-nowrap .ce-bodytext,
  .ce-nowrap .ce-gallery {
    max-width: 50%;
  }
  .ce-nowrap .ce-gallery {
    margin-top: 3.5rem;
  }
  .ce-left .ce-gallery,
  .ce-right .ce-gallery {
    max-width: 50%;
  }
  .ce-left.ce-nowrap .ce-bodytext {
    float: right;
  }
  .ce-right.ce-nowrap .ce-bodytext {
    float: left;
  }
}

@media (min-width: 900px) {
  .ce-gallery .ce-row {
    display: flex;
    flex-wrap: nowrap;
  }
  .ce-gallery[data-ce-columns="2"] .ce-column {
    flex-basis: 48%;
    margin-right: 2%;
  }
  .ce-gallery[data-ce-columns="3"] .ce-column {
    flex-basis: 32%;
    margin-right: 1.33333%;
  }
  .ce-gallery[data-ce-columns="4"] .ce-column {
    flex-basis: 24%;
    margin-right: 1%;
  }
  .ce-gallery[data-ce-columns="5"] .ce-column {
    flex-basis: 19.2%;
    margin-right: 0.8%;
  }
  .ce-gallery[data-ce-columns="6"] .ce-column {
    flex-basis: 16%;
    margin-right: 0.66667%;
  }
  .ce-gallery[data-ce-columns="7"] .ce-column {
    flex-basis: 13.71429%;
    margin-right: 0.57143%;
  }
  .ce-gallery[data-ce-columns="8"] .ce-column {
    flex-basis: 12%;
    margin-right: 0.5%;
  }
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Bullets */
.swiper-pagination-bullet {
  color: #008b52;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  transition-property: transform;
  transition-duration: .3s;
  text-align: center;
}

.swiper-pagination-bullet .fa {
  display: block;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.95);
  border-color: #008b52;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 5px;
  margin-left: 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.slide-infobox {
  background-color: rgba(211, 218, 222, 0.5);
  border-left: 4px solid #007dc8;
  padding: 20px;
  margin-left: 20px;
  max-width: 50%;
}

.slide-infobox p {
  margin-top: 40px;
}

.swiper-slide .infobox-wrapper {
  position: absolute;
  top: 20%;
  left: 20%;
}

.swiper-pagination {
  flex-wrap: wrap;
  top: 16%;
}

.swiper-pagination .swiper-pagination-bullet {
  flex: 0 0 90%;
  background-position: center top 1rem;
  background-repeat: no-repeat;
  background-size: 3rem auto;
}

.swiper-pagination h2 {
  margin: 3.5rem 0 0 0;
}

.swiper-pagination p {
  margin: 0;
}

.swiper-pagination .icon-apple {
  background-image: url("../images/apple.svg");
}

.swiper-pagination .icon-avocado {
  background-image: url("../images/avocado.svg");
}

.swiper-pagination .icon-banana {
  background-image: url("../images/banana.svg");
}

@media (min-width: 900px) {
  .swiper-pagination {
    top: 25%;
  }
  .swiper-pagination h2 {
    margin: 0;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background-size: auto;
    margin-bottom: 2rem;
    padding-top: 10rem;
    flex: 0 0 40%;
  }
  .swiper-pagination p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.breadcrumb {
  padding: 0;
}

.breadcrumb-arrow {
  list-style: none;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.75rem;
  height: 1.375rem;
}

.breadcrumb-arrow:before {
  content: '';
  display: table;
}

.breadcrumb-arrow:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 900px) {
  .breadcrumb-arrow {
    font-size: 1rem;
    line-height: 3.5rem;
    height: 2rem;
  }
}

.breadcrumb-arrow li {
  float: left;
}

.breadcrumb-arrow li a {
  color: white;
  text-decoration: none;
  padding: 0 0 0 45px;
  background: #007dc8;
  position: relative;
  display: block;
  float: left;
}

@media (min-width: 900px) {
  .breadcrumb-arrow li a {
    line-height: 2rem;
  }
}

.breadcrumb-arrow li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #007dc8;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.breadcrumb-arrow li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 2px;
  left: 100%;
  z-index: 1;
}

.breadcrumb-arrow li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 10px;
}

.breadcrumb-arrow li:nth-child(2) a {
  background: tint(#007dc8, 10);
}

.breadcrumb-arrow li:nth-child(2) a:after {
  border-left-color: tint(#007dc8, 10);
}

.breadcrumb-arrow li:nth-child(3) a {
  background: tint(#007dc8, 20);
}

.breadcrumb-arrow li:nth-child(3) a:after {
  border-left-color: tint(#007dc8, 20);
}

.breadcrumb-arrow li:nth-child(4) a {
  background: tint(#007dc8, 30);
}

.breadcrumb-arrow li:nth-child(4) a:after {
  border-left-color: tint(#007dc8, 30);
}

.breadcrumb-arrow li:nth-child(5) a {
  background: tint(#007dc8, 40);
}

.breadcrumb-arrow li:nth-child(5) a:after {
  border-left-color: tint(#007dc8, 40);
}

.breadcrumb-arrow li:last-child a {
  background: tint(#007dc8, 50);
  pointer-events: none;
  cursor: default;
  padding-right: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.breadcrumb-arrow li:last-child a:after {
  border: 0;
}

.breadcrumb-arrow li:last-child a:before {
  border: 0;
  background: none;
}

.breadcrumb-arrow li a:hover {
  background: #007dc8;
}

.breadcrumb-arrow li a:hover:after {
  border-left-color: #007dc8 !important;
}

.breadcrumb-simple {
  margin: 0 0 0.875rem 0;
  font-size: 1rem;
  line-height: 1.75rem;
  display: flex;
  flex: 0 0 100%;
}

.footer .breadcrumb-simple {
  padding: 0 0.625rem;
  margin-bottom: 1.75rem;
}

.breadcrumb-simple li {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumb-simple li:after {
  content: ">";
  margin-left: 5px;
}

.breadcrumb-simple li.current:after {
  content: unset;
}

.breadcrumb-simple li:last-of-type {
  border: none;
}

.breadcrumb-simple a {
  text-decoration: none;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link, [dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon, [dir="rtl"] .more-help-link a, .more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

#mmm {
  z-index: 100;
  position: fixed;
  top: 5rem;
  right: 1rem;
  display: block;
  margin-right: 10px;
  height: 2.55rem;
  width: 2.55rem;
  cursor: pointer;
}

#mmm .bar {
  display: block;
  background-color: #007dc8;
  border-radius: .1rem;
  width: 100%;
  height: .3rem;
  margin-bottom: .2rem;
  transition-duration: .2s;
  -ms-transform-origin: 75% 50%;
      transform-origin: 75% 50%;
}

#mmm.mobile-menu-open .bar {
  background-color: #fff;
}

#mmm.mobile-menu-open .bar-1 {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#mmm.mobile-menu-open .bar-2 {
  opacity: 0;
  -ms-transform: translateX(-2rem);
      transform: translateX(-2rem);
}

#mmm.mobile-menu-open .bar-3 {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@media (min-width: 900px) {
  #mmm {
    display: none;
  }
}

.main-menu {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  border: 0;
  left: 0;
  background: #007dc8;
  background: linear-gradient(-30deg, #007dc8, #008b52);
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 2rem;
}

.main-menu ul {
  font-size: 1.25rem;
  line-height: 2.625rem;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
}

.main-menu li {
  display: block;
}

.main-menu a {
  margin-right: 0.875rem;
  padding: 0.875rem 0.4375rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 900px) {
  .main-menu {
    display: block;
    padding: 0;
    width: auto;
    height: auto;
    min-height: unset;
    position: relative;
    background: none;
  }
  .main-menu ul {
    font-size: 1rem;
    line-height: 2.625rem;
    flex-direction: row;
  }
  .main-menu li.current a {
    border-bottom: 2px solid #008b52;
  }
  .main-menu a {
    color: #374248;
    border-bottom: 1px solid rgba(0, 125, 200, 0.5);
  }
  .main-menu a:hover {
    border-bottom: 2px solid #008b52;
  }
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #9aa9b1;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 1.3125rem 0 0;
  line-height: 2.1875rem;
  border-bottom: 1px solid #d3dade \0/ie;
  background-image: linear-gradient(to top, #d3dade 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #d3dade;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: white;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.75rem;
  display: block;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #374248;
  background: white;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: white;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: linear-gradient(to top, #d3dade 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.65625rem 0.1875rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #d3dade;
  border-radius: 28px;
  color: #9aa9b1;
  background: white;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #637782;
  background: white;
  border-color: #bbbbbb;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #637782 0 1px 0;
  background: #9aa9b1;
  border-color: #374248;
}

.local-menu a {
  color: #008b52;
  display: block;
  text-decoration: none;
}

.local-menu a:hover {
  color: #007dc8;
}

.local-menu ul {
  padding: 0;
  margin: 0;
}

.local-menu li {
  list-style: none;
}

.local-menu > ul > li {
  text-transform: uppercase;
  margin-right: 1.75rem;
}

.local-menu-level-2 ul {
  padding-left: 10px;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete, [dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #374248;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #007dc8;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend, [dir="rtl"] .collapsible .fieldset-legend, .collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #d3dade;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper,
.is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend,
.is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend, .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend, .collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend, [dir="rtl"] .collapsible.collapsed .fieldset-legend, .collapsible.collapsed [dir="rtl"] .fieldset-legend, [dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend, .collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend, [dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.75rem 0;
}

.form-item__required,
.form-required {
  color: #e3001b;
}

.form-item__description,
.form-item .description {
  font-size: 0.875rem;
}

.form-item--inline div,
.form-item--inline label,
.container-inline .form-item div,
.container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label,
.form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description,
.form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description, .form-item--radio .form-item .description, .form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item .form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #e3001b;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #d3dade;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header, [dir="rtl"] .form-table th, .form-table [dir="rtl"] th,
[dir="rtl"] form table th, form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #d3dade;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #d3dade;
  background-color: white;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #eeeeee;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #f0f3f4;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fefdf9;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #9aa9b1;
  background-color: #f0f3f4;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #007dc8 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage, [dir="rtl"] .progress .percentage, .progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline, [dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber, [dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget, [dir="rtl"] .ajax-progress .throbber, .ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px white;
  border: 1px solid #d3dade;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fcf8e7;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #f9f1d0;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle, [dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover,
.is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle, .table-drag__handle.is-hover .tabledrag-handle .handle, .tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper, [dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation, [dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child, [dir="rtl"] .table-drag__tree-child-last, [dir="rtl"] .tree-child-last, [dir="rtl"] .table-drag__tree-child-horizontal, [dir="rtl"] .tree-child-horizontal, [dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

@keyframes fazit__check {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}

.typed-cursor {
  display: inline-block;
}

.max-width {
  padding: 0 0.875rem;
}

@media (min-width: 1200px) {
  .max-width {
    padding: 0;
  }
}

.scroll-indicator {
  animation: 2s ease-in 1s 1 forwards zoomOutDown;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  z-index: 100;
}

.visible {
  opacity: 1;
}

.invisible {
  opacity: 0;
}

.blur {
  filter: blur(0.5rem);
  /* IE lte 9 */
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='8');
}

.clearfix {
  clear: both;
}

.clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.logo,
.logo-img {
  height: 80px;
}

.logo {
  display: block;
  float: left;
}

@media (min-width: 900px) {
  .logo {
    margin-top: -2rem;
  }
}

.centered {
  text-align: center;
}

.letter__red {
  color: #e3001b;
  font-weight: bold;
}

.main-content {
  padding-top: 0.875rem;
}

.csc-textpic {
  overflow: hidden;
}

.zen-grid-1col .box,
.zen-grid-2col .box,
.zen-grid-3col .box,
.zen-grid-4col .box {
  padding: 20px 20px 0 20px;
}

.site-name {
  text-align: center;
}

.site-name h2 {
  margin: 0;
  padding: 2rem 0;
  font-size: 2rem;
  color: #e3001b;
}

@media (min-width: 1200px) {
  .site-name h2 {
    font-size: 3rem;
  }
}

.site-name em {
  font-size: 1.5rem;
  color: #007dc8;
}

.site-name p {
  margin-bottom: 0;
}

.quick-contact {
  display: none;
}

.frontpage .quick-contact {
  display: block;
  margin-top: 1rem;
  right: 0;
  top: 0;
  color: #007dc8;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
}

@media (min-width: 1200px) {
  .frontpage .quick-contact {
    margin: 0;
    position: absolute;
  }
}

.map {
  height: 320px;
}

.node {
  padding-top: 1.75rem;
}

.node .right {
  float: right;
  margin: 0 0 20px 20px;
}

.node .left {
  float: left;
  margin: 0 20px 20px 0;
}

.node .large-icon {
  width: 320px;
  height: 320px;
}

.node .blue {
  fill: #007dc8;
}

.node .green {
  fill: #008b52;
}

.node .red {
  fill: #e3001b;
}

.contenttable tr {
  border-bottom: 1px solid #dedede;
}

.contenttable tr:nth-of-type(odd) {
  background-color: tint(#dedede, 90);
}

.contenttable th {
  background-color: #dedede;
}

.contenttable td {
  padding: .2rem;
}

.menu-breadcrumb {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 3.5rem;
}

.menu-breadcrumb:before {
  content: '';
  display: table;
}

.menu-breadcrumb:after {
  content: '';
  display: table;
  clear: both;
}

.menu-breadcrumb li {
  display: block;
  float: left;
  margin-right: 5px;
}

.menu-breadcrumb a {
  text-decoration: none;
}

.tx-powermail {
  margin-bottom: 3rem;
}

.tx-powermail input,
.tx-powermail textarea {
  width: 100%;
}

.tx-powermail .powermail_fieldwrap {
  margin-bottom: 1rem;
}

.tx-powermail .powermail_legend {
  display: none;
}

.tx-powermail .powermail_fieldset {
  background-color: tint(#007dc8, 90);
  border: none;
  padding: 20px;
  margin: 0;
}

.tx-powermail .powermail_submit {
  border: 1px solid #008b52;
  background: #008b52;
  border-radius: .5em;
  padding: .5em;
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
  width: auto;
}

#mapfooter {
  display: block;
  width: 100%;
  height: 640px;
}

.elevatortalk {
  padding-left: 10px;
  padding-right: 10px;
}

.elevatortalk:before {
  content: '';
  display: table;
}

.elevatortalk:after {
  content: '';
  display: table;
  clear: both;
}

.elevatortalk .ce-gallery,
.elevatortalk .ce-bodytext {
  max-width: 45%;
}

.elevatortalk .ce-textpic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.elevatortalk > div h2 {
  position: relative;
}

.elevatortalk > div h2:after {
  content: "\f073";
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  color: #fff;
  background: rgba(0, 125, 200, 0.8);
  background-blend-mode: screen;
  background-repeat: repeat-y;
  background-position: center center;
  position: absolute;
  top: 0;
  right: -60px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
}

.elevatortalk > div:nth-of-type(odd) {
  text-align: right;
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  clear: left;
  padding: 0 40px;
}

.elevatortalk > div:nth-of-type(odd) .ce-textpic {
  flex-direction: reverse;
}

[dir="rtl"] .elevatortalk > div:nth-of-type(odd) {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

[dir="rtl"] .elevatortalk > div:nth-of-type(odd) {
  clear: right;
}

.elevatortalk > div:nth-of-type(odd) .ce-gallery {
  margin-left: 1.75rem;
}

.elevatortalk > div:nth-of-type(even) {
  float: right;
  width: 50%;
  margin-right: 0%;
  margin-left: -100%;
  padding-left: 10px;
  padding-right: 10px;
  clear: right;
  padding: 0 40px;
}

.elevatortalk > div:nth-of-type(even) h2:after {
  left: -60px;
}

.elevatortalk > div:nth-of-type(even) .ce-textpic {
  flex-direction: row-reverse;
}

[dir="rtl"] .elevatortalk > div:nth-of-type(even) {
  float: left;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .elevatortalk > div:nth-of-type(even) {
  clear: left;
}

.elevatortalk > div:nth-of-type(even) .ce-gallery {
  margin-right: 1.75rem;
}

.elevatortalk > div:nth-of-type(2) {
  margin-top: 7rem;
}

.accordion > div {
  padding: 0.4375rem 1.75rem;
  margin-bottom: 1.75rem;
  border-radius: 1rem;
  border: 1px solid #d3dade;
}

.accordion h2 {
  margin-top: 0;
  cursor: pointer;
}

.accordion h2:before {
  content: "";
  float: left;
  height: 1.5rem;
  width: 2rem;
  margin-top: .5rem;
  margin-right: .5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/_resources/images/icons/fontawesome/arrow-right.svg");
  transition: .6s transform;
}

.accordion h2:hover:before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.accordion h2.active:before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.applications h2,
.products h2 {
  padding-bottom: 0;
  font-weight: 600;
}

.products h2 a {
  color: #008b52;
}

.products .products--teaser {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #007dc8;
}

ul.check {
  margin: 0;
  padding: 0 0 rhythm(1) 15.00375px;
}

ul.check li {
  margin-bottom: 0.4375rem;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  list-style: none;
  position: relative;
}

ul.check li::before {
  font-family: Font Awesome 5 Free;
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: fazit__check;
  display: inline-block;
  text-align: center;
  opacity: 0;
  font-weight: 900;
  content: "\f00c";
  color: #008b52;
  width: 2rem;
  height: 1em;
  margin-left: -2em;
}

ul.check li:nth-of-type(1) {
  animation-delay: 0.05s;
}

ul.check li:nth-of-type(1):before {
  animation-delay: 0.05s;
}

ul.check li:nth-of-type(2) {
  animation-delay: 0.1s;
}

ul.check li:nth-of-type(2):before {
  animation-delay: 0.1s;
}

ul.check li:nth-of-type(3) {
  animation-delay: 0.15s;
}

ul.check li:nth-of-type(3):before {
  animation-delay: 0.15s;
}

ul.check li:nth-of-type(4) {
  animation-delay: 0.2s;
}

ul.check li:nth-of-type(4):before {
  animation-delay: 0.2s;
}

ul.check li:nth-of-type(5) {
  animation-delay: 0.25s;
}

ul.check li:nth-of-type(5):before {
  animation-delay: 0.25s;
}

ul.check li:nth-of-type(6) {
  animation-delay: 0.3s;
}

ul.check li:nth-of-type(6):before {
  animation-delay: 0.3s;
}

ul.check li:nth-of-type(7) {
  animation-delay: 0.35s;
}

ul.check li:nth-of-type(7):before {
  animation-delay: 0.35s;
}

ul.check li:nth-of-type(8) {
  animation-delay: 0.4s;
}

ul.check li:nth-of-type(8):before {
  animation-delay: 0.4s;
}

ul.check li:nth-of-type(9) {
  animation-delay: 0.45s;
}

ul.check li:nth-of-type(9):before {
  animation-delay: 0.45s;
}

ul.check li:nth-of-type(10) {
  animation-delay: 0.5s;
}

ul.check li:nth-of-type(10):before {
  animation-delay: 0.5s;
}

ul.check li:nth-of-type(11) {
  animation-delay: 0.55s;
}

ul.check li:nth-of-type(11):before {
  animation-delay: 0.55s;
}

ul.check li:nth-of-type(12) {
  animation-delay: 0.6s;
}

ul.check li:nth-of-type(12):before {
  animation-delay: 0.6s;
}

ul.check li:nth-of-type(13) {
  animation-delay: 0.65s;
}

ul.check li:nth-of-type(13):before {
  animation-delay: 0.65s;
}

ul.check li:nth-of-type(14) {
  animation-delay: 0.7s;
}

ul.check li:nth-of-type(14):before {
  animation-delay: 0.7s;
}

ul.check li:nth-of-type(15) {
  animation-delay: 0.75s;
}

ul.check li:nth-of-type(15):before {
  animation-delay: 0.75s;
}

ul.check li:nth-of-type(16) {
  animation-delay: 0.8s;
}

ul.check li:nth-of-type(16):before {
  animation-delay: 0.8s;
}

.contact-list {
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: block;
}

@keyframes svgshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.svg-icon {
  opacity: 0;
  fill: #008b52;
}

.replaced-svg {
  animation: .25s linear svgshow forwards;
}

.tx_pitsrssnews {
  text-align: center;
}

.rss_newsitems {
  font-size: 1.25rem;
  line-height: 3.5rem;
}

.fa-twitter {
  color: #55acee;
}

.vcard .photo,
.vcard .title {
  margin-bottom: 1.75rem;
}

.vcard em,
.vcard .title {
  font-weight: 600;
}

.vcard .type,
.vcard .postal-code {
  margin-right: 0.4375rem;
}

.applications--image {
  margin: 0 0 0.875rem 0;
  padding: 1.75rem;
  padding: 1rem;
  position: relative;
  min-height: 5rem;
}

.applications--header a {
  padding: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=styles.css.map */
