@charset "UTF-8";
/*
 * Implementation of themes
 */
/* Colors */
/* Gedore Colors */
/*  Ochsenkopf Colors */
/* Content settings */
/* effect settings */
/* Viewports */
/* Source: https://foundation.zurb.com/sites/docs/media-queries.html */
/* 
  $breakpoints: (
      small: 0px,
      medium: 640px,
      large: 1024px,
      xlarge: 1200px,
      xxlarge: 1440px,
   );
*/
/* Fonts */
/* ---- FOUNDATION SETTINGS ---- */
/* The space between the grid cell items. */
/* Shows the pagination items in mobile for a pagination */
/* ---- SPINNER SETTINGS -----*/
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

[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-decoration {
  -webkit-appearance: none; }

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

::-moz-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000; }

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000; }

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

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.grid-container {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .grid-container.fluid {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .cell.shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .grid-margin-x > .cell {
    width: calc(100% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.grid-padding-x > .cell {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.5rem); }

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.5rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.5rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.5rem); }

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.5rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.5rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.5rem); }

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.5rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.5rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.5rem); }

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.5rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.5rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.5rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.5rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.5rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.5rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.5rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.5rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.5rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.5rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.5rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.5rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.5rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.5rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.5rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.5rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.5rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.5rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.5rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.5rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.5rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.5rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.5rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.5rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.5rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.5rem); } }

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.grid-padding-y > .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
  .grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
  .grid-margin-y > .cell {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1rem); } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #FFFFFF; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #FFFFFF; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #FFFFFF; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #FFFFFF; }
  .button.secondary {
    background-color: #767676;
    color: #000000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #000000; }
  .button.success {
    background-color: #3adb76;
    color: #000000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000000; }
  .button.warning {
    background-color: #ffae00;
    color: #000000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000000; }
  .button.alert {
    background-color: #cc4b37;
    color: #000000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #000000; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #FFFFFF; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #FFFFFF; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #000000; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000000; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #000000; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #FFFFFF transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #FFFFFF; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #FFFFFF; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #000000; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #000000; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #000000; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #000000; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #000000; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #000000; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #000000; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #000000; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #FFFFFF; }
  .label.primary {
    background: #1779ba;
    color: #FFFFFF; }
  .label.secondary {
    background: #767676;
    color: #000000; }
  .label.success {
    background: #3adb76;
    color: #000000; }
  .label.warning {
    background: #ffae00;
    color: #000000; }
  .label.alert {
    background: #cc4b37;
    color: #000000; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #FFFFFF;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #FFFFFF; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #000000; }
  tfoot {
    background: #f2f2f2;
    color: #000000; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #FFFFFF; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #FFFFFF; }

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #FFFFFF; }
  .badge.primary {
    background: #1779ba;
    color: #FFFFFF; }
  .badge.secondary {
    background: #767676;
    color: #000000; }
  .badge.success {
    background: #3adb76;
    color: #000000; }
  .badge.warning {
    background: #ffae00;
    color: #000000; }
  .badge.alert {
    background: #cc4b37;
    color: #000000; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000000;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #000000; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #000000; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #000000; }
  .callout.success {
    background-color: #e1faea;
    color: #000000; }
  .callout.warning {
    background-color: #fff3d9;
    color: #000000; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #000000; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #000000; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: inline-block; }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #000000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #FFFFFF;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #000000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000000;
  font-size: 80%;
  color: #FFFFFF; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000000;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000000 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000000;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000000 transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.accordion {
  margin-left: 0;
  background: #FFFFFF;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #000000; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%;
  position: absolute; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFFFFF; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #FFFFFF;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #FFFFFF; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #FFFFFF;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #FFFFFF;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #FFFFFF;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
            box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .menu.vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .menu.expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .menu.simple {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.medium-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.large-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.large-expanded li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1779ba;
    color: #FFFFFF; }
  .menu .active > a {
    background: #1779ba;
    color: #FFFFFF; }
  .menu.align-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .menu-centered > .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
            box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
            box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #FFFFFF; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #FFFFFF; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
            box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
            transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
            box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
            transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.title-bar {
  padding: 0.5rem;
  background: #000000;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

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

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

@font-face {
  font-family: GedoreTypeBold;
  src: url("/GedoreCorp/Fonts/gedoretype-bold-webfont.eot");
  src: url("/GedoreCorp/Fonts/gedoretype-bold-webfont-.eot#iefix") format("embedded-opentype"), url("/GedoreCorp/Fonts/gedoretype-bold-webfont.woff2") format("woff2"), url("/GedoreCorp/Fonts/gedoretype-bold-webfont.woff") format("woff"), url("/GedoreCorp/Fonts/gedoretype-bold-webfont.ttf") format("truetype"), url("/GedoreCorp/Fonts/gedoretype-bold-webfont.svg.html#gedore_typebold") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: GedoreTypeBook;
  src: url("/GedoreCorp/Fonts/gedoretype-book-webfont.eot");
  src: url("/GedoreCorp/Fonts/gedoretype-book-webfont-.eot#iefix") format("embedded-opentype"), url("/GedoreCorp/Fonts/gedoretype-book-webfont.woff2") format("woff2"), url("/GedoreCorp/Fonts/gedoretype-book-webfont.woff") format("woff"), url("/GedoreCorp/Fonts/gedoretype-book-webfont.ttf") format("truetype"), url("/GedoreCorp/Fonts/gedoretype-book-webfont.svg.html#gedore_typebook") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: GedoreTypeLight;
  src: url("/GedoreCorp/Fonts/gedoretype-light-webfont.eot");
  src: url("/GedoreCorp/Fonts/gedoretype-light-webfont-.eot#iefix") format("embedded-opentype"), url("/GedoreCorp/Fonts/gedoretype-light-webfont.woff2") format("woff2"), url("/GedoreCorp/Fonts/gedoretype-light-webfont.woff") format("woff"), url("/GedoreCorp/Fonts/gedoretype-light-webfont.ttf") format("truetype"), url("/GedoreCorp/Fonts/gedoretype-light-webfont.svg.html#gedore_typelight") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: GedoreTypeMedium;
  src: url("/GedoreCorp/Fonts/gedoretype-medium-webfont.eot");
  src: url("/GedoreCorp/Fonts/gedoretype-medium-webfont-.eot#iefix") format("embedded-opentype"), url("/GedoreCorp/Fonts/gedoretype-medium-webfont.woff2") format("woff2"), url("/GedoreCorp/Fonts/gedoretype-medium-webfont.woff") format("woff"), url("/GedoreCorp/Fonts/gedoretype-medium-webfont.ttf") format("truetype"), url("/GedoreCorp/Fonts/gedoretype-medium-webfont.svg.html#gedore_typemedium") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: slick;
  src: url("/assets/webfonts/slick.eot");
  src: url("/assets/webfonts/slick.eot#iefix") format("embedded-opentype"), url("/assets/webfonts/slick.woff") format("woff"), url("/assets/webfonts/slick.ttf") format("truetype"), url("/assets/webfonts/slick.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: OchsenkopfSerif;
  src: url("/GedoreCorp/Fonts/OchsenkopfSerif.eot");
  src: url("/GedoreCorp/Fonts/OchsenkopfSerif-.eot#iefix") format("embedded-opentype"), url("/GedoreCorp/Fonts/OchsenkopfSerif.woff") format("woff"), url("/GedoreCorp/Fonts/OchsenkopfSerif.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: VerlagBlack;
  src: url("/GedoreCorp/Fonts/Verlag-Black.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: VerlagBold;
  src: url("/GedoreCorp/Fonts/Verlag-Bold.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: VerlagBook;
  src: url("/GedoreCorp/Fonts/Verlag-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: VerlagLight;
  src: url("/GedoreCorp/Fonts/Verlag-Light.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  *:focus {
    outline: none; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  background-color: #e3e3e3;
  font-weight: lighter; }
  body .content-wrapper {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    max-width: 100rem;
    margin: 0 auto; }
  body.sc-app .content-wrapper {
    height: auto; }

input {
  padding: 0; }

body.gedore-corporate {
  font-family: "Myriad Pro", "Arial", sans-serif; }

body.gedore-blue {
  font-family: "Myriad Pro", "Arial", sans-serif; }

body.gedore-red {
  font-family: "Myriad Pro", "Arial", sans-serif; }

body.ochsenkopf {
  font-family: "VerlagLight", "Arial", sans-serif; }

h2 {
  line-height: 1.2; }

p {
  line-height: 1.3; }

.scEmptyPlaceholder {
  width: 100%; }

.center-both {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* align horizontal */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* align vertical */ }

.gedore-accordion-container .accordion {
  background-color: transparent; }
  .gedore-accordion-container .accordion .accordion-item {
    background-color: #FFFFFF;
    margin-bottom: 1rem; }
    .gedore-accordion-container .accordion .accordion-item .accordion-title {
      font-size: 1rem;
      color: #565656;
      border: none;
      padding-right: 2.5rem;
      word-break: break-word; }
      .gedore-accordion-container .accordion .accordion-item .accordion-title:before {
        font-size: 2rem;
        margin-top: 0;
        top: 0.75rem;
        font-weight: normal; }
      .gedore-accordion-container .accordion .accordion-item .accordion-title:focus, .gedore-accordion-container .accordion .accordion-item .accordion-title:hover {
        background-color: transparent; }
    .gedore-accordion-container .accordion .accordion-item.is-active .accordion-title {
      font-weight: bold; }
    .gedore-accordion-container .accordion .accordion-item .accordion-content {
      border: none;
      color: #565656; }

/* Styling the accordion elements based on the section bg */
.page-section.default .product-overview .gedore-accordion-container .accordion .accordion-item,
.page-section.bg-white .product-overview .gedore-accordion-container .accordion .accordion-item {
  background-color: #f3f3f3; }
  .page-section.default .product-overview .gedore-accordion-container .accordion .accordion-item .accordion-content,
  .page-section.bg-white .product-overview .gedore-accordion-container .accordion .accordion-item .accordion-content {
    background-color: #f3f3f3; }

body:not(.ochsenkopf) .gedore-accordion-container .accordion .accordion-item.is-active .accordion-title:before {
  top: 0.55rem; }

.default-spinner {
  width: 4rem;
  height: 4rem;
  border: 0.5rem solid #004C97;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-scale 1s ease-out infinite;
          animation: loader-scale 1s ease-out infinite; }

@-webkit-keyframes loader-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes loader-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.navigation-container {
  position: relative; }

.meta-navigation-wrapper {
  float: right; }
  @media screen and (min-width: 64em) {
    .meta-navigation-wrapper {
      float: none; }
      .meta-navigation-wrapper .meta-navigation {
        float: right; } }
  .meta-navigation-wrapper .menu.simple li {
    display: inherit; }
  .meta-navigation-wrapper .menu.simple li + li {
    margin-left: 0; }
    @media screen and (min-width: 40em) {
      .meta-navigation-wrapper .menu.simple li + li .option {
        margin-left: 0.5rem; } }
  .meta-navigation-wrapper .meta-navigation {
    margin: 0.5rem 0;
    margin-right: 2rem;
    /* mobile menu icon */ }
    .meta-navigation-wrapper .meta-navigation li a {
      padding: 0;
      /* Hide icon link text in small devices */ }
      @media screen and (max-width: 39.99875em) {
        .meta-navigation-wrapper .meta-navigation li a > span {
          display: none; } }
      .meta-navigation-wrapper .meta-navigation li a span:before {
        content: '';
        margin-left: 0.3rem; }
    .meta-navigation-wrapper .meta-navigation .menu-icon-button[aria-expanded="true"] .hamburger-icon:after {
      content: "\f00d";
      margin-left: 0.2em; }
    .meta-navigation-wrapper .meta-navigation .menu-icon-button .hamburger-icon {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal; }
      .meta-navigation-wrapper .meta-navigation .menu-icon-button .hamburger-icon:after {
        content: "\f0c9"; }
    .meta-navigation-wrapper .meta-navigation > ul.menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: static;
      margin-left: 0; }
      @media screen and (max-width: 39.99875em) {
        .meta-navigation-wrapper .meta-navigation > ul.menu {
          margin-top: 0; } }
      .meta-navigation-wrapper .meta-navigation > ul.menu li .pipe {
        margin-left: 0.5rem;
        font-family: Arial;
        font-size: 1rem; }
        @media screen and (max-width: 39.99875em) {
          .meta-navigation-wrapper .meta-navigation > ul.menu li .pipe {
            display: none; } }
      .meta-navigation-wrapper .meta-navigation > ul.menu li .option {
        font-size: 0.9rem;
        display: inline-block;
        padding-left: 0.4rem; }
        @media screen and (max-width: 39.99875em) {
          .meta-navigation-wrapper .meta-navigation > ul.menu li .option {
            font-size: 1.1rem; } }
        .meta-navigation-wrapper .meta-navigation > ul.menu li .option [type="search"] {
          margin: 0;
          width: 100%; }
          @media screen and (max-width: 39.99875em) {
            .meta-navigation-wrapper .meta-navigation > ul.menu li .option [type="search"] {
              font-size: 1.2rem; } }
        @media screen and (max-width: 39.99875em) {
          .meta-navigation-wrapper .meta-navigation > ul.menu li .option.search-box {
            text-align: center;
            margin-left: 0.5rem;
            padding: 0 0.5rem; }
            .meta-navigation-wrapper .meta-navigation > ul.menu li .option.search-box i.fas {
              width: 1rem; } }
        .meta-navigation-wrapper .meta-navigation > ul.menu li .option.search-box span {
          cursor: pointer;
          display: inline; }
        .meta-navigation-wrapper .meta-navigation > ul.menu li .option.search-box .box {
          display: inline-block; }
          @media screen and (max-width: 39.99875em) {
            .meta-navigation-wrapper .meta-navigation > ul.menu li .option.search-box .box {
              display: none; } }
        .meta-navigation-wrapper .meta-navigation > ul.menu li .option > a {
          display: inline-block; }
      .meta-navigation-wrapper .meta-navigation > ul.menu li.open .search-box {
        background-color: #f3f3f3; }
        @media screen and (max-width: 39.99875em) {
          .meta-navigation-wrapper .meta-navigation > ul.menu li.open .search-box > span {
            position: relative; }
            .meta-navigation-wrapper .meta-navigation > ul.menu li.open .search-box > span:after {
              content: '';
              background-color: #f3f3f3;
              width: 2rem;
              height: 1rem;
              position: absolute;
              top: 1rem;
              left: -0.5rem;
              pointer-events: none; } }
        @media screen and (max-width: 39.99875em) {
          .meta-navigation-wrapper .meta-navigation > ul.menu li.open .search-box .box {
            position: absolute;
            top: 2.7rem;
            left: 0;
            width: 100%;
            background-color: #f3f3f3;
            height: 3rem;
            z-index: 101;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0 2rem; }
            .meta-navigation-wrapper .meta-navigation > ul.menu li.open .search-box .box input[type="search"] {
              width: 100%;
              display: inline-block;
              height: 2rem;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -ms-flex-item-align: center;
                  align-self: center; } }

.main-navigation {
  padding: 0 2rem 0.5em 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .main-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; } }
  .main-navigation .menu.simple li {
    margin-left: 0; }
    .main-navigation .menu.simple li:not(:last-child) {
      margin-right: 1rem; }
  .main-navigation .menu.simple li a.hover, .main-navigation .menu.simple li a:hover, .main-navigation .menu.simple li.active a {
    background-size: 100% 0.09rem; }
  .main-navigation .menu.simple a {
    padding: 0.3rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) bottom/0 0.09rem no-repeat;
    background: linear-gradient(currentColor, currentColor) bottom/0 0.09rem no-repeat;
    -webkit-transition: 0.5s background-size;
    transition: 0.5s background-size;
    text-transform: uppercase; }

.main-navigation-logo {
  padding-left: 2rem;
  float: left;
  display: inline-block; }
  @media screen and (max-width: 63.99875em) {
    .main-navigation-logo {
      margin: 0.5rem 0; } }
  @media screen and (min-width: 64em) {
    .main-navigation-logo {
      padding-bottom: 0.5em; } }
  @media screen and (max-width: 39.99875em) {
    .main-navigation-logo {
      padding-top: 0;
      padding-bottom: 0; } }

.noscroll.mobile-navigation-open .header .sticky-content {
  overflow-y: scroll; }

.header .main-navigation-menu-wrapper {
  position: relative;
  -webkit-box-shadow: 0px 8px 6px 0px rgba(177, 177, 177, 0.25);
          box-shadow: 0px 8px 6px 0px rgba(177, 177, 177, 0.25); }

.header .main-navigation-menu {
  left: auto !important;
  top: 0 !important;
  width: 100%;
  max-width: 100rem;
  border: none;
  -webkit-box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 20rem;
  max-height: 50vh;
  overflow: auto;
  z-index: 105; }
  .header .main-navigation-menu.product-menu .grid-product {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4; }
    @media screen and (min-width: 40em) and (max-width: 63.99875em) {
      .header .main-navigation-menu.product-menu .grid-product {
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2; } }
  .header .main-navigation-menu .category-link {
    background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) bottom/0 0.09rem no-repeat;
    background: linear-gradient(currentColor, currentColor) bottom/0 0.09rem no-repeat;
    -webkit-transition: 0.5s background-size;
    transition: 0.5s background-size;
    font-size: 1rem;
    font-weight: normal;
    display: inline;
    padding: 0rem 0 0.2rem 0rem;
    margin-bottom: 0; }
    .header .main-navigation-menu .category-link:hover {
      background-size: 100% 0.09rem; }
    @media screen and (min-width: 40em) and (max-width: 63.99875em) {
      .header .main-navigation-menu .category-link {
        font-size: 1.2rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .header .main-navigation-menu .cell:nth-child(2n) .content .link-list {
      border-right: none;
      margin-right: 0; } }
  .header .main-navigation-menu .cell:last-child .content .link-list {
    border-right: none;
    margin-right: 0; }
  .header .main-navigation-menu .cell .content {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.8rem;
    word-break: break-word; }
    .header .main-navigation-menu .cell .content .link-list {
      border-right: 1px solid lightgrey;
      margin-top: 0.8rem; }
      .header .main-navigation-menu .cell .content .link-list .gedore-corporate.link a:hover {
        color: #004C97; }
      .header .main-navigation-menu .cell .content .link-list .gedore-blue.link a:hover {
        color: #004C97; }
      .header .main-navigation-menu .cell .content .link-list .gedore-red.link a:hover {
        color: #a6192e; }
      .header .main-navigation-menu .cell .content .link-list .ochsenkopf.link a:hover {
        color: #004128; }
      .header .main-navigation-menu .cell .content .link-list li {
        margin-bottom: 0.8rem; }
      .header .main-navigation-menu .cell .content .link-list a {
        color: #565656;
        background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) bottom/0 0.09rem no-repeat;
        background: linear-gradient(currentColor, currentColor) bottom/0 0.09rem no-repeat;
        -webkit-transition: 0.5s background-size;
        transition: 0.5s background-size;
        display: inline;
        padding-bottom: 0.2rem;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        font-size: 1rem; }
        .header .main-navigation-menu .cell .content .link-list a:hover {
          background-size: 100% 0.09rem; }

.header .main-navigation-menu-mobile {
  top: 0 !important;
  left: 0 !important;
  border: none;
  width: 100%;
  padding: 0;
  position: relative;
  /* 3rem = header height */
  height: calc(100vh - 3rem);
  overflow-y: auto; }
  .header .main-navigation-menu-mobile > .additional-content {
    padding: 0 2rem; }

.gedore-corporate .meta-navigation-wrapper .meta-navigation {
  font-family: GedoreTypeLight; }
  .gedore-corporate .meta-navigation-wrapper .meta-navigation > ul.menu li .option,
  .gedore-corporate .meta-navigation-wrapper .meta-navigation li a {
    color: #444444; }
  .gedore-corporate .meta-navigation-wrapper .meta-navigation span:hover,
  .gedore-corporate .meta-navigation-wrapper .meta-navigation li a:hover {
    color: #898884; }

.gedore-corporate .meta-navigation .list li.open .search-box input[type="search"]:focus {
  border-bottom: 1px solid #004C97; }

.gedore-corporate .main-navigation .menu.simple a {
  color: #004C97;
  font-family: GedoreTypeBook; }

.gedore-corporate .main-navigation-menu-mobile {
  font-family: GedoreTypeLight;
  /* Accordion text styling */ }
  .gedore-corporate .main-navigation-menu-mobile a.accordion-link,
  .gedore-corporate .main-navigation-menu-mobile a.drilldown-back-link,
  .gedore-corporate .main-navigation-menu-mobile > .drilldown-menu > li > a {
    font-family: GedoreTypeLight; }

.gedore-corporate .main-navigation-menu .category-link,
.gedore-corporate .main-navigation-menu-mobile .product-menu .accordion-link {
  color: #004C97; }
  .gedore-corporate .main-navigation-menu .category-link:hover,
  .gedore-corporate .main-navigation-menu-mobile .product-menu .accordion-link:hover {
    color: #004C97; }

.gedore-corporate .main-navigation-menu li a {
  font-family: GedoreTypeLight;
  color: #004C97; }

.gedore-blue .meta-navigation-wrapper .meta-navigation {
  font-family: GedoreTypeLight; }
  .gedore-blue .meta-navigation-wrapper .meta-navigation > ul.menu li .option,
  .gedore-blue .meta-navigation-wrapper .meta-navigation li a {
    color: #444444; }
  .gedore-blue .meta-navigation-wrapper .meta-navigation span:hover,
  .gedore-blue .meta-navigation-wrapper .meta-navigation li a:hover {
    color: #898884; }

.gedore-blue .meta-navigation .list li.open .search-box input[type="search"]:focus {
  border-bottom: 1px solid #004C97; }

.gedore-blue .main-navigation .menu.simple a {
  color: #004C97;
  font-family: GedoreTypeBook; }

.gedore-blue .main-navigation-menu-mobile {
  font-family: GedoreTypeLight;
  /* Accordion text styling */ }
  .gedore-blue .main-navigation-menu-mobile a.accordion-link,
  .gedore-blue .main-navigation-menu-mobile a.drilldown-back-link,
  .gedore-blue .main-navigation-menu-mobile > .drilldown-menu > li > a {
    font-family: GedoreTypeLight; }

.gedore-blue .main-navigation-menu .category-link,
.gedore-blue .main-navigation-menu-mobile .product-menu .accordion-link {
  color: #004C97; }
  .gedore-blue .main-navigation-menu .category-link:hover,
  .gedore-blue .main-navigation-menu-mobile .product-menu .accordion-link:hover {
    color: #004C97; }

.gedore-blue .main-navigation-menu li a {
  font-family: GedoreTypeLight;
  color: #004C97; }

.gedore-red .meta-navigation-wrapper .meta-navigation {
  font-family: GedoreTypeLight; }
  .gedore-red .meta-navigation-wrapper .meta-navigation > ul.menu li .option,
  .gedore-red .meta-navigation-wrapper .meta-navigation li a {
    color: #444444; }
  .gedore-red .meta-navigation-wrapper .meta-navigation span:hover,
  .gedore-red .meta-navigation-wrapper .meta-navigation li a:hover {
    color: #898884; }

.gedore-red .meta-navigation .list li.open .search-box input[type="search"]:focus {
  border-bottom: 1px solid #a6192e; }

.gedore-red .main-navigation .menu.simple a {
  color: #a6192e;
  font-family: GedoreTypeBook; }

.gedore-red .main-navigation-menu-mobile {
  font-family: GedoreTypeLight;
  /* Accordion text styling */ }
  .gedore-red .main-navigation-menu-mobile a.accordion-link,
  .gedore-red .main-navigation-menu-mobile a.drilldown-back-link,
  .gedore-red .main-navigation-menu-mobile > .drilldown-menu > li > a {
    font-family: GedoreTypeLight; }

.gedore-red .main-navigation-menu .category-link,
.gedore-red .main-navigation-menu-mobile .product-menu .accordion-link {
  color: #a6192e; }
  .gedore-red .main-navigation-menu .category-link:hover,
  .gedore-red .main-navigation-menu-mobile .product-menu .accordion-link:hover {
    color: #a6192e; }

.gedore-red .main-navigation-menu li a {
  font-family: GedoreTypeLight;
  color: #a6192e; }

.ochsenkopf .meta-navigation-wrapper .meta-navigation {
  font-family: VerlagBlack; }
  .ochsenkopf .meta-navigation-wrapper .meta-navigation > ul.menu li .option,
  .ochsenkopf .meta-navigation-wrapper .meta-navigation li a {
    color: #FFFFFF; }
  .ochsenkopf .meta-navigation-wrapper .meta-navigation span:hover,
  .ochsenkopf .meta-navigation-wrapper .meta-navigation li a:hover {
    color: #898884; }

.ochsenkopf .meta-navigation .list li.open .search-box input[type="search"]:focus {
  border-bottom: 1px solid #004128; }

.ochsenkopf .main-navigation .menu.simple a {
  color: #FFFFFF;
  font-family: VerlagBold; }

.ochsenkopf .main-navigation-menu-mobile {
  font-family: VerlagBlack;
  /* Accordion text styling */ }
  .ochsenkopf .main-navigation-menu-mobile a.accordion-link,
  .ochsenkopf .main-navigation-menu-mobile a.drilldown-back-link,
  .ochsenkopf .main-navigation-menu-mobile > .drilldown-menu > li > a {
    font-family: VerlagBlack; }

.ochsenkopf .main-navigation-menu .category-link,
.ochsenkopf .main-navigation-menu-mobile .product-menu .accordion-link {
  color: #014128; }
  .ochsenkopf .main-navigation-menu .category-link:hover,
  .ochsenkopf .main-navigation-menu-mobile .product-menu .accordion-link:hover {
    color: #014128; }

.ochsenkopf .main-navigation-menu li a {
  font-family: VerlagBlack;
  color: #FFFFFF; }

nav.breadcrumbs {
  padding: 1rem 2rem;
  font-size: 0.95rem;
  margin-bottom: 0; }
  nav.breadcrumbs > * {
    display: inline-block;
    line-height: 1.4;
    vertical-align: top;
    background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) bottom/0 0.09rem no-repeat;
    background: linear-gradient(currentColor, currentColor) bottom/0 0.09rem no-repeat;
    -webkit-transition: 0.5s background-size;
    transition: 0.5s background-size; }
    nav.breadcrumbs > *.active, nav.breadcrumbs > *:hover {
      text-decoration: none;
      background-size: 100% 0.09rem; }
  @media screen and (max-width: 39.99875em) {
    nav.breadcrumbs {
      display: none; } }
  nav.breadcrumbs .fa-angle-right {
    margin-left: 0.1rem;
    color: inherit;
    line-height: 1.3; }

.gedore-corporate nav.breadcrumbs {
  color: #004C97;
  font-family: GedoreTypeBook; }

.gedore-blue nav.breadcrumbs {
  color: #004C97;
  font-family: GedoreTypeBook; }

.gedore-red nav.breadcrumbs {
  color: #a6192e;
  font-family: GedoreTypeBook; }

.ochsenkopf nav.breadcrumbs {
  color: #004128;
  font-family: VerlagBook; }

.mobile-breadcrumb {
  padding: 1rem 2rem;
  font-family: GedoreTypeBook; }
  .mobile-breadcrumb .back-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f104';
    padding-right: 0.3rem; }

.inpage-navigation .sticky-content {
  background-color: #f3f3f3;
  max-width: 100rem;
  width: 100%;
  z-index: 99;
  padding-left: 2rem;
  padding-right: 2rem; }

.inpage-navigation ul.menu {
  position: relative; }
  .inpage-navigation ul.menu li {
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    cursor: pointer;
    line-height: 1;
    border-bottom: 0.1rem solid transparent; }
    .inpage-navigation ul.menu li.please-choose + li {
      margin-left: 0; }
  @media screen and (max-width: 39.99875em) {
    .inpage-navigation ul.menu li {
      display: none;
      width: 100%;
      margin-left: 0; }
      .inpage-navigation ul.menu li.please-choose.active, .inpage-navigation ul.menu li.active {
        display: block; }
    .inpage-navigation ul.menu.open li {
      display: block; }
      .inpage-navigation ul.menu.open li.please-choose {
        display: none; } }

.inpage-navigation .icon-button {
  float: right;
  cursor: pointer;
  padding: 0.6rem; }
  .inpage-navigation .icon-button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7"; }
  .inpage-navigation .icon-button.open:before {
    content: "\f0d8"; }

.gedore-corporate .inpage-navigation ul.menu li {
  font-family: GedoreTypeBook; }
  @media screen and (min-width: 40em) {
    .gedore-corporate .inpage-navigation ul.menu li.active, .gedore-corporate .inpage-navigation ul.menu li:hover {
      color: #004C97;
      border-bottom: 0.1rem solid currentColor; } }

.gedore-blue .inpage-navigation ul.menu li {
  font-family: GedoreTypeBook; }
  @media screen and (min-width: 40em) {
    .gedore-blue .inpage-navigation ul.menu li.active, .gedore-blue .inpage-navigation ul.menu li:hover {
      color: #004C97;
      border-bottom: 0.1rem solid currentColor; } }

.gedore-red .inpage-navigation ul.menu li {
  font-family: GedoreTypeBook; }
  @media screen and (min-width: 40em) {
    .gedore-red .inpage-navigation ul.menu li.active, .gedore-red .inpage-navigation ul.menu li:hover {
      color: #a6192e;
      border-bottom: 0.1rem solid currentColor; } }

.ochsenkopf .inpage-navigation ul.menu li {
  font-family: VerlagBook; }
  @media screen and (min-width: 40em) {
    .ochsenkopf .inpage-navigation ul.menu li.active, .ochsenkopf .inpage-navigation ul.menu li:hover {
      color: #004128;
      border-bottom: 0.1rem solid currentColor; } }

.media-import {
  padding: 2rem;
  text-align: center; }
  .media-import .content {
    max-width: 60%;
    margin: 0 auto; }
    .media-import .content h1 {
      font-family: GedoreTypeMedium;
      font-size: 2rem;
      color: #004C97; }
    .media-import .content .text {
      text-align: left;
      padding: 0 1rem;
      font-family: Arial, sans-serif;
      color: #565656;
      font-size: 1rem;
      max-width: 70%;
      margin: 0 auto; }
      .media-import .content .text.outbreak {
        max-width: 100%; }
      .media-import .content .text .buttons {
        text-align: center; }
    .media-import .content .default-spinner {
      margin: 0 auto; }

/* Does not support header titles which are multiple lines long */
@media screen and (max-width: 39.99875em) {
  .responsive-table {
    display: block; }
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
      display: block; }
    .responsive-table thead {
      border: none; }
      .responsive-table thead tr {
        display: none; }
    .responsive-table tbody {
      border: none;
      background-color: transparent; }
    .responsive-table tr {
      border: 1px solid #f3f3f3;
      background-color: #FFFFFF; }
    .responsive-table td {
      position: relative;
      padding-left: 50%;
      white-space: normal;
      text-align: left; }
    .responsive-table td:before {
      content: attr(data-title); }
    .responsive-table td:before {
      /* Now like a table header */
      position: absolute;
      top: 14px;
      left: 10px;
      width: 45%;
      padding-right: 10px;
      text-align: left;
      font-weight: bold; }
    .responsive-table tr {
      margin-bottom: 20px !important; } }

select {
  /* Added missing attributes from foundation in scss file */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.is-sticky {
  position: fixed;
  top: 0;
  background-color: inherit;
  display: inherit; }

.drilldown-menu {
  list-style: none;
  padding: 0 2rem;
  margin: 0; }
  .drilldown-menu > li > a {
    display: block; }
  .drilldown-menu .menu-item {
    position: relative; }
  .drilldown-menu.submenu-open > li:not(.is-open) {
    display: none; }
  .drilldown-menu .drilldown-submenu-link {
    display: block;
    word-break: break-word;
    padding-right: 1rem; }
    .drilldown-menu .drilldown-submenu-link:after {
      position: absolute;
      right: 0;
      font-family: "Font Awesome 5 Free";
      content: '\f105';
      font-weight: 900; }
  .drilldown-menu .drilldown-back-link {
    display: block;
    padding-left: 1rem; }
    .drilldown-menu .drilldown-back-link:before {
      position: absolute;
      left: 0;
      font-family: "Font Awesome 5 Free";
      content: '\f104';
      font-weight: 900; }
  .drilldown-menu .drilldown-submenu {
    list-style: none;
    display: none;
    margin: 0; }
    .drilldown-menu .drilldown-submenu .drilldown-back-item .back-link {
      display: block; }
      .drilldown-menu .drilldown-submenu .drilldown-back-item .back-link:before {
        font-family: "Font Awesome 5 Free";
        position: relative;
        top: 0.08rem;
        margin-right: 0.5rem; }
    .drilldown-menu .drilldown-submenu .sub-menu-title a {
      display: block; }
    .drilldown-menu .drilldown-submenu .sub-menu-title ~ li {
      padding: 0; }
      .drilldown-menu .drilldown-submenu .sub-menu-title ~ li .accordion-item :first-child {
        padding-top: 0; }
  .drilldown-menu li {
    padding: 0.5rem 0; }
    .drilldown-menu li.is-open {
      padding: 0; }
      .drilldown-menu li.is-open > .drilldown-submenu-link {
        display: none; }
      .drilldown-menu li.is-open > .drilldown-submenu {
        display: block; }

.gedore-corporate .drilldown-menu .drilldown-back-item {
  border-bottom: 1px solid #004C97; }
  .gedore-corporate .drilldown-menu .drilldown-back-item .drilldown-back-link {
    font-family: GedoreTypeBook; }
  .gedore-corporate .drilldown-menu .drilldown-back-item > a {
    color: #004C97; }

.gedore-corporate .drilldown-menu .sub-menu-title a {
  font-family: GedoreTypeBook; }

.gedore-blue .drilldown-menu .drilldown-back-item {
  border-bottom: 1px solid #004C97; }
  .gedore-blue .drilldown-menu .drilldown-back-item .drilldown-back-link {
    font-family: GedoreTypeBook; }
  .gedore-blue .drilldown-menu .drilldown-back-item > a {
    color: #004C97; }

.gedore-blue .drilldown-menu .sub-menu-title a {
  font-family: GedoreTypeBook; }

.gedore-red .drilldown-menu .drilldown-back-item {
  border-bottom: 1px solid #a6192e; }
  .gedore-red .drilldown-menu .drilldown-back-item .drilldown-back-link {
    font-family: GedoreTypeBook; }
  .gedore-red .drilldown-menu .drilldown-back-item > a {
    color: #a6192e; }

.gedore-red .drilldown-menu .sub-menu-title a {
  font-family: GedoreTypeBook; }

.ochsenkopf .drilldown-menu .drilldown-back-item {
  border-bottom: 1px solid #004128; }
  .ochsenkopf .drilldown-menu .drilldown-back-item .drilldown-back-link {
    font-family: VerlagBook; }
  .ochsenkopf .drilldown-menu .drilldown-back-item > a {
    color: #004128; }

.ochsenkopf .drilldown-menu .sub-menu-title a {
  font-family: VerlagBook; }

.header-wrapper {
  margin: 0; }

header .logo {
  display: inline-block; }
  header .logo img {
    height: 1.2rem; }

header, header .sticky-content {
  max-width: 100rem;
  width: 100%;
  margin: inherit;
  z-index: 100; }

header .sticky-content {
  background-color: #FFFFFF; }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #565656;
  color: #b5b5b5;
  position: relative; }
  footer .footer-block {
    margin: 0 auto;
    text-align: center; }
    footer .footer-block hr {
      margin: 0;
      max-width: none; }
    footer .footer-block nav.footer-navigation {
      display: inline-block; }
      footer .footer-block nav.footer-navigation a.link {
        color: #FFFFFF;
        display: inline-block;
        margin: 1.5em 0.5em;
        text-transform: uppercase; }
        @media screen and (max-width: 39.99875em) {
          footer .footer-block nav.footer-navigation a.link {
            margin: 0.5em; } }
      footer .footer-block nav.footer-navigation a.link:hover {
        font-weight: bold;
        text-decoration: none; }
      footer .footer-block nav.footer-navigation a.link::after {
        display: block;
        content: attr(title);
        font-weight: bold;
        height: 0;
        overflow: hidden;
        visibility: hidden; }
    footer .footer-block .copyright {
      color: #FFFFFF;
      margin-bottom: 2.4rem;
      font-size: 0.9rem; }
    footer .footer-block .product-lines-block {
      margin: 1.5em 0 1rem 0;
      padding: 0 1rem; }
      @media screen and (min-width: 40em) {
        footer .footer-block .product-lines-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          footer .footer-block .product-lines-block .product-line {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex; }
            footer .footer-block .product-lines-block .product-line img {
              width: 100%;
              height: 100%; }
            footer .footer-block .product-lines-block .product-line:not(:last-child):after {
              content: "";
              margin: 0 1em; }
          footer .footer-block .product-lines-block .product-lines {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin-left: 1rem;
            margin-right: 1rem; }
          footer .footer-block .product-lines-block .text, footer .footer-block .product-lines-block .product-lines {
            margin-bottom: 1rem; } }
      @media screen and (max-width: 39.99875em) {
        footer .footer-block .product-lines-block .product-line {
          margin-top: 0.5em; } }
    footer .footer-block .social-links-block {
      margin: 0.9rem 0; }
      footer .footer-block .social-links-block .social-link a {
        color: #FFFFFF; }

/* This is the place to make non pdf device specific changes. */
html:not(.pdf-device) footer .footer-block {
  /* ie fix for flex-wrap LOL! */
  /* 
            This is to ensure that the product line teasers will be rendered 
            below each other when resizing ie to mobile viewport. 
        */
  width: 100%; }

/* This is the place to make pdf device specific changes. */
.pdf-device footer {
  background-color: transparent;
  color: #004C97;
  font-size: 1rem; }
  .pdf-device footer .footer-block {
    text-align: left;
    margin-right: 4rem; }

.gedore-corporate footer nav.footer-navigation {
  font-family: GedoreTypeBook; }

.gedore-corporate footer .copyright {
  font-family: GedoreTypeBook; }
  .gedore-corporate footer .copyright strong {
    font-family: GedoreTypeMedium; }

.gedore-blue footer nav.footer-navigation {
  font-family: GedoreTypeBook; }

.gedore-blue footer .copyright {
  font-family: GedoreTypeBook; }
  .gedore-blue footer .copyright strong {
    font-family: GedoreTypeMedium; }

.gedore-red footer nav.footer-navigation {
  font-family: GedoreTypeBook; }

.gedore-red footer .copyright {
  font-family: GedoreTypeBook; }
  .gedore-red footer .copyright strong {
    font-family: GedoreTypeMedium; }

.ochsenkopf footer nav.footer-navigation {
  font-family: VerlagBook; }

.ochsenkopf footer .copyright {
  font-family: VerlagBook; }
  .ochsenkopf footer .copyright strong {
    font-family: VerlagBook; }

input[type='search'] {
  font-family: Myriad Pro, sans-serif;
  color: #444;
  font-size: 12px;
  border: none;
  padding: 0;
  padding-left: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px #cacaca solid;
  letter-spacing: 0px;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  display: inline-block;
  height: auto;
  background-color: transparent; }
  input[type="search"]:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none; }

.gedore-corporate input[type="search"]:focus {
  border-bottom: 1px solid #004C97; }

.gedore-blue input[type="search"]:focus {
  border-bottom: 1px solid #004C97; }

.gedore-red input[type="search"]:focus {
  border-bottom: 1px solid #a6192e; }

.ochsenkopf input[type="search"]:focus {
  border-bottom: 1px solid #004128; }

.search-content-wrapper .tab-navigation {
  margin: 0 -2rem 2rem -2rem; }
  .search-content-wrapper .tab-navigation .tab-menu-container {
    background-color: #f3f3f3;
    max-width: 100rem;
    width: 100%;
    z-index: 99;
    padding-left: 2rem;
    padding-right: 2rem; }

.search-content-wrapper .search-box .box {
  display: inline-block;
  width: 25%; }
  .search-content-wrapper .search-box .box input {
    font-size: 1rem; }
  .search-content-wrapper .search-box .box .fa-search {
    cursor: pointer; }

.search-content-wrapper .search-results {
  width: 100%;
  padding: 0 3rem;
  margin: 0 auto;
  max-width: 86rem; }
  .search-content-wrapper .search-results .gedore-corporate.content-teaser h3 {
    color: #004C97; }
  .search-content-wrapper .search-results .gedore-corporate.content-teaser .subline, .search-content-wrapper .search-results .gedore-corporate.content-teaser h3 {
    font-family: GedoreTypeMedium; }
  .search-content-wrapper .search-results .gedore-blue.content-teaser h3 {
    color: #004C97; }
  .search-content-wrapper .search-results .gedore-blue.content-teaser .subline, .search-content-wrapper .search-results .gedore-blue.content-teaser h3 {
    font-family: GedoreTypeMedium; }
  .search-content-wrapper .search-results .gedore-red.content-teaser h3 {
    color: #a6192e; }
  .search-content-wrapper .search-results .gedore-red.content-teaser .subline, .search-content-wrapper .search-results .gedore-red.content-teaser h3 {
    font-family: GedoreTypeMedium; }
  .search-content-wrapper .search-results .ochsenkopf.content-teaser h3 {
    color: #004128; }
  .search-content-wrapper .search-results .ochsenkopf.content-teaser .subline, .search-content-wrapper .search-results .ochsenkopf.content-teaser h3 {
    font-family: VerlagBook; }
  .search-content-wrapper .search-results .content-teaser .image {
    background-color: #f3f3f3; }
  .search-content-wrapper .search-results .product-simple-teaser .content-wrapper {
    background-color: #f3f3f3; }
    .search-content-wrapper .search-results .product-simple-teaser .content-wrapper .promo-box {
      background-color: #f3f3f3; }
      .search-content-wrapper .search-results .product-simple-teaser .content-wrapper .promo-box .promo {
        background-color: #FFFFFF; }
        .search-content-wrapper .search-results .product-simple-teaser .content-wrapper .promo-box .promo:after {
          border-bottom: 10px solid #f3f3f3; }
  .search-content-wrapper .search-results .download-teaser {
    height: 100%;
    background-color: #f3f3f3; }
    .search-content-wrapper .search-results .download-teaser a {
      color: #565656;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .search-content-wrapper .search-results .download-teaser a .section-headline {
        font-size: 0.9rem; }
      .search-content-wrapper .search-results .download-teaser a i {
        font-size: 12rem;
        color: #b5b5b5; }
      .search-content-wrapper .search-results .download-teaser a .size {
        margin-top: 1rem; }
      .search-content-wrapper .search-results .download-teaser a .size,
      .search-content-wrapper .search-results .download-teaser a .name {
        font-weight: bold; }
  .search-content-wrapper .search-results .button-container {
    text-align: center;
    margin-top: 1rem; }

.autosuggest-wrapper {
  position: absolute;
  width: 40rem;
  z-index: 100;
  right: 3rem; }
  .autosuggest-wrapper:not(.show) {
    display: none; }
  @media print, screen and (min-width: 40em) {
    .autosuggest-wrapper {
      width: 35rem; } }
  .autosuggest-wrapper .autosuggest-container {
    background-color: #FFFFFF; }
    .autosuggest-wrapper .autosuggest-container .cell {
      border: 1px solid #f3f3f3;
      padding: 0.25rem; }
      .autosuggest-wrapper .autosuggest-container .cell:not(.link) b {
        text-decoration: underline; }
      .autosuggest-wrapper .autosuggest-container .cell .download-teaser.icon-teaser {
        background-color: #FFFFFF;
        color: #b5b5b5;
        text-align: left; }
        .autosuggest-wrapper .autosuggest-container .cell .download-teaser.icon-teaser .section-headline {
          display: none; }
        .autosuggest-wrapper .autosuggest-container .cell .download-teaser.icon-teaser a.center-both {
          padding: 0.25rem;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          color: #565656; }
          .autosuggest-wrapper .autosuggest-container .cell .download-teaser.icon-teaser a.center-both .size {
            margin-left: 0.3rem;
            border-left: 1px solid #b5b5b5;
            padding-left: 0.3rem; }
        .autosuggest-wrapper .autosuggest-container .cell .download-teaser.icon-teaser i {
          color: #b5b5b5;
          margin-bottom: 0;
          margin-right: 1rem;
          font-size: 2rem; }
      .autosuggest-wrapper .autosuggest-container .cell .content-teaser a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .autosuggest-wrapper .autosuggest-container .cell .content-teaser a .text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 0.8rem;
          padding: 0 0.5rem;
          color: #565656; }
          .autosuggest-wrapper .autosuggest-container .cell .content-teaser a .text .headline {
            margin-bottom: 0.5rem; }
          .autosuggest-wrapper .autosuggest-container .cell .content-teaser a .text .gedore-corporate.headline {
            color: #004C97; }
          .autosuggest-wrapper .autosuggest-container .cell .content-teaser a .text .gedore-blue.headline {
            color: #004C97; }
          .autosuggest-wrapper .autosuggest-container .cell .content-teaser a .text .gedore-red.headline {
            color: #a6192e; }
          .autosuggest-wrapper .autosuggest-container .cell .content-teaser a .text .ochsenkopf.headline {
            color: #004128; }
      .autosuggest-wrapper .autosuggest-container .cell .product-simple-teaser {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        font-size: 0.8rem; }
        .autosuggest-wrapper .autosuggest-container .cell .product-simple-teaser > a {
          width: 100%; }
        .autosuggest-wrapper .autosuggest-container .cell .product-simple-teaser .content-wrapper {
          padding: 0; }
          .autosuggest-wrapper .autosuggest-container .cell .product-simple-teaser .content-wrapper .image {
            height: 6.3rem;
            width: 6.3rem;
            margin-top: 0.5rem; }
          .autosuggest-wrapper .autosuggest-container .cell .product-simple-teaser .content-wrapper .centered {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .autosuggest-wrapper .autosuggest-container .cell .product-simple-teaser .content-wrapper .centered .code-number {
              font-size: 0.8rem; }
            .autosuggest-wrapper .autosuggest-container .cell .product-simple-teaser .content-wrapper .centered .article-description {
              -webkit-box-flex: 0;
                  -ms-flex-positive: 0;
                      flex-grow: 0;
              font-weight: initial; }
          .autosuggest-wrapper .autosuggest-container .cell .product-simple-teaser .content-wrapper .main-data {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline;
            text-align: left; }
      .autosuggest-wrapper .autosuggest-container .cell.link {
        text-align: center;
        font-size: 0.8rem;
        border-bottom: none;
        background-color: #f3f3f3; }
        .autosuggest-wrapper .autosuggest-container .cell.link button {
          cursor: pointer;
          text-decoration: none;
          padding: 0.5rem;
          color: #004C97; }

@media screen and (max-width: 39.99875em) {
  .autosuggest-wrapper {
    width: 100%;
    top: 5.7rem;
    right: 0; } }

@media screen and (min-width: 40em) {
  .gedore-corporate .search-content-wrapper .tab-navigation ul.menu li.active, .gedore-corporate .search-content-wrapper .tab-navigation ul.menu li:hover {
    border-bottom: 0.2rem solid #004C97; } }

@media screen and (min-width: 40em) {
  .gedore-blue .search-content-wrapper .tab-navigation ul.menu li.active, .gedore-blue .search-content-wrapper .tab-navigation ul.menu li:hover {
    border-bottom: 0.2rem solid #004C97; } }

@media screen and (min-width: 40em) {
  .gedore-red .search-content-wrapper .tab-navigation ul.menu li.active, .gedore-red .search-content-wrapper .tab-navigation ul.menu li:hover {
    border-bottom: 0.2rem solid #a6192e; } }

@media screen and (min-width: 40em) {
  .ochsenkopf .search-content-wrapper .tab-navigation ul.menu li.active, .ochsenkopf .search-content-wrapper .tab-navigation ul.menu li:hover {
    border-bottom: 0.2rem solid #004128; } }

.cookie-container {
  background-color: #8A8985;
  color: #FFFFFF;
  overflow: hidden; }
  .cookie-container .wrapper {
    padding: 1.5rem 2rem; }
  @media screen and (min-width: 40em) {
    .cookie-container .cookie-text {
      padding-right: 2rem; } }
  .cookie-container .cookie-text a:not(:hover) {
    color: #b5b5b5; }
  .cookie-container .cookie-action .confirm {
    background-color: #FFFFFF; }

.cookie-check-list .cookie-info {
  margin-bottom: 1.5rem; }
  .cookie-check-list .cookie-info span {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.5rem; }
  .cookie-check-list .cookie-info .description {
    margin-bottom: 0.5rem; }
  .cookie-check-list .cookie-info label {
    display: inline-block; }

section.page-section .grid-container,
section.page-section > * {
  padding: 0 2rem 2rem 2rem; }

section.page-section > *:first-child {
  padding-top: 2rem; }

section.page-section section.page-section {
  padding: 0; }

section.page-section > [class*=-outbreak] {
  padding: 0; }

section.page-section > [class*=-outbreak]:not(last-child) {
  padding-bottom: 2rem; }

section.page-section > [class*=-outbreak]:first-child:last-child {
  padding-bottom: 0; }

section.page-section:last-child > *:last-child[class*=-outbreak] {
  padding-bottom: 2rem !important; }

section.page-section.bg-white, section.page-section.bg-sand {
  background-color: #FFFFFF; }

section.page-section.bg-lightgrey {
  background-color: #f3f3f3; }

.content-elements .page-section:first-child > *:first-child {
  margin-top: 0; }

.gedore-corporate .button.white {
  color: #004C97;
  border: 1px solid #004C97; }

.gedore-corporate .button.transparent-hover:hover {
  color: #004C97; }

.gedore-corporate .button[class*="white-hover"] {
  color: #004C97;
  border: 1px solid #004C97; }
  .gedore-corporate .button[class*="white-hover"]:hover {
    background-color: #004C97; }

.gedore-corporate .button[class*="grey-hover"]:hover {
  background-color: #004C97; }

.gedore-blue .button.white {
  color: #004C97;
  border: 1px solid #004C97; }

.gedore-blue .button.transparent-hover:hover {
  color: #004C97; }

.gedore-blue .button[class*="white-hover"] {
  color: #004C97;
  border: 1px solid #004C97; }
  .gedore-blue .button[class*="white-hover"]:hover {
    background-color: #004C97; }

.gedore-blue .button[class*="grey-hover"]:hover {
  background-color: #004C97; }

.gedore-red .button.white {
  color: #a6192e;
  border: 1px solid #a6192e; }

.gedore-red .button.transparent-hover:hover {
  color: #a6192e; }

.gedore-red .button[class*="white-hover"] {
  color: #a6192e;
  border: 1px solid #a6192e; }
  .gedore-red .button[class*="white-hover"]:hover {
    background-color: #a6192e; }

.gedore-red .button[class*="grey-hover"]:hover {
  background-color: #a6192e; }

.ochsenkopf .button.white {
  color: #004128;
  border: 1px solid #004128; }

.ochsenkopf .button.transparent-hover:hover {
  color: #004128; }

.ochsenkopf .button[class*="white-hover"] {
  color: #004128;
  border: 1px solid #004128; }
  .ochsenkopf .button[class*="white-hover"]:hover {
    background-color: #004128; }

.ochsenkopf .button[class*="grey-hover"]:hover {
  background-color: #004128; }

.button.white {
  background-color: transparent; }

.button.transparent-hover {
  background: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF; }
  .button.transparent-hover:hover {
    background-color: #FFFFFF; }

.button[class*="white-hover"] {
  background-color: transparent; }
  .button[class*="white-hover"]:hover {
    color: #FFFFFF; }

.button.grey, .button[class*="grey-hover"] {
  background-color: #565656;
  color: #FFFFFF; }

.button {
  margin: 0.3em 0.2em; }
  .button.white-hover-blue {
    color: #004C97;
    border: 1px solid #004C97; }
    .button.white-hover-blue:hover {
      background-color: #004C97;
      color: #FFFFFF; }
  .button.white-hover-red {
    color: #a6192e;
    border: 1px solid #a6192e; }
    .button.white-hover-red:hover {
      background-color: #a6192e;
      color: #FFFFFF; }
  .button.grey-hover-blue {
    background-color: #565656;
    color: #FFFFFF; }
    .button.grey-hover-blue:hover {
      background-color: #004C97; }
  .button.grey-hover-red {
    background-color: #565656;
    color: #FFFFFF; }
    .button.grey-hover-red:hover {
      background-color: #a6192e; }
  .button[class*="angle-right"] {
    background: none;
    color: #004C97; }
    .button[class*="angle-right"]:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: " \f105"; }
    .button[class*="angle-right"]:hover {
      font-weight: bold; }
  .button.angle-right-red {
    color: #a6192e; }

body.gedore-red .button[class*="white-hover"]:not(.white-hover-blue) {
  color: #a6192e;
  border: 1px solid #a6192e; }
  body.gedore-red .button[class*="white-hover"]:not(.white-hover-blue):hover {
    color: #FFFFFF;
    background-color: #a6192e; }

body.gedore-red .button[class*="grey-hover"]:not(.grey-hover-blue):hover {
  background-color: #a6192e; }

body.gedore-red .button[class*="angle-right"]:not(.angle-right-blue) {
  color: #a6192e; }

.content.gedore-red .transparent-hover:hover {
  color: #a6192e; }

.pdf-device .wishlist-section .button-container {
  display: none; }

.gedore-corporate a {
  color: #004C97; }

.gedore-blue a {
  color: #004C97; }

.gedore-red a {
  color: #a6192e; }

.ochsenkopf a {
  color: #004128; }

.back-to-top-wrapper {
  position: absolute;
  right: 7.6em; }

.back-to-top {
  position: fixed;
  bottom: 6em;
  font-size: 1.6em;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border: 0.01rem solid #FFFFFF;
  background-color: #565656;
  display: none; }
  @media screen and (max-width: 39.99875em) {
    .back-to-top {
      right: 0;
      font-size: 1.3em; } }
  .back-to-top.fade-in {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    display: inline-block; }
  .back-to-top a {
    color: #FFFFFF;
    display: block;
    padding: 0.5em 0.9em; }

.gedore-corporate .back-to-top:hover {
  background-color: #004C97; }

.gedore-blue .back-to-top:hover {
  background-color: #004C97; }

.gedore-red .back-to-top:hover {
  background-color: #a6192e; }

.ochsenkopf .back-to-top:hover {
  background-color: #004128; }

.social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.5rem;
  margin: 0.4em 0.2em;
  line-height: 1; }

.grid-editframe {
  overflow-x: hidden; }

.grid-container.full.no-padding {
  padding-left: 0;
  padding-right: 0; }

.grid-container.full {
  padding-left: 2rem;
  padding-right: 2rem; }
  .grid-container.full.noscroll {
    /* See: https://foundation.zurb.com/sites/docs/xy-grid.html 
       --> Section: Grid Container Full
    */
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  word-break: break-word; }

h2.red, h3.red, h4.red, h5.red, h6.red {
  color: #a6192e; }

h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
  color: #004C97; }

.gedore-corporate {
  /* only use the main font if the page if set */ }
  body.gedore-corporate h1, body.gedore-corporate h2, body.gedore-corporate h3, body.gedore-corporate h4 {
    font-family: GedoreTypeLight; }
  .gedore-corporate h1.themed, .gedore-corporate h2.themed, .gedore-corporate h3.themed, .gedore-corporate h4.themed {
    color: #004C97; }
  .gedore-corporate .headline-element h1 {
    font-size: 2.5rem;
    color: #004C97;
    margin-bottom: 0; }
    .gedore-corporate .headline-element h1:before {
      content: ' ';
      display: block;
      height: 0.7rem;
      width: 4.5rem;
      border-top: 1px solid #004C97; }

.gedore-blue {
  /* only use the main font if the page if set */ }
  body.gedore-blue h1, body.gedore-blue h2, body.gedore-blue h3, body.gedore-blue h4 {
    font-family: GedoreTypeLight; }
  .gedore-blue h1.themed, .gedore-blue h2.themed, .gedore-blue h3.themed, .gedore-blue h4.themed {
    color: #004C97; }
  .gedore-blue .headline-element h1 {
    font-size: 2.5rem;
    color: #004C97;
    margin-bottom: 0; }
    .gedore-blue .headline-element h1:before {
      content: ' ';
      display: block;
      height: 0.7rem;
      width: 4.5rem;
      border-top: 1px solid #004C97; }

.gedore-red {
  /* only use the main font if the page if set */ }
  body.gedore-red h1, body.gedore-red h2, body.gedore-red h3, body.gedore-red h4 {
    font-family: GedoreTypeLight; }
  .gedore-red h1.themed, .gedore-red h2.themed, .gedore-red h3.themed, .gedore-red h4.themed {
    color: #a6192e; }
  .gedore-red .headline-element h1 {
    font-size: 2.5rem;
    color: #a6192e;
    margin-bottom: 0; }
    .gedore-red .headline-element h1:before {
      content: ' ';
      display: block;
      height: 0.7rem;
      width: 4.5rem;
      border-top: 1px solid #a6192e; }

.ochsenkopf {
  /* only use the main font if the page if set */ }
  body.ochsenkopf h1, body.ochsenkopf h2, body.ochsenkopf h3, body.ochsenkopf h4 {
    font-family: OchsenkopfSerif; }
  .ochsenkopf h1.themed, .ochsenkopf h2.themed, .ochsenkopf h3.themed, .ochsenkopf h4.themed {
    color: #004128; }
  .ochsenkopf .headline-element h1 {
    font-size: 2.5rem;
    color: #004128;
    margin-bottom: 0; }
    .ochsenkopf .headline-element h1:before {
      content: ' ';
      display: block;
      height: 0.7rem;
      width: 4.5rem;
      border-top: 1px solid #004128; }

ul.language-switcher.dropdown.menu {
  z-index: 110; }
  ul.language-switcher.dropdown.menu > li > a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
    ul.language-switcher.dropdown.menu > li > a:after {
      border: none;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: " \f107";
      margin-top: -0.45em;
      left: auto;
      right: 0;
      width: auto;
      height: auto; }
  ul.language-switcher.dropdown.menu > li.is-active > a:after {
    content: " \f106"; }
  ul.language-switcher.dropdown.menu > li ul.is-dropdown-submenu {
    text-align: center;
    border: none;
    background-color: transparent;
    padding-top: 0.6rem; }
    ul.language-switcher.dropdown.menu > li ul.is-dropdown-submenu:before {
      display: block;
      width: 0;
      height: 0;
      border: inset 10px;
      content: '';
      border-top-width: 0;
      float: right;
      margin-top: -0.6rem;
      border-top-style: solid;
      border-color: transparent transparent #F3F3F2 transparent;
      cursor: pointer; }
    ul.language-switcher.dropdown.menu > li ul.is-dropdown-submenu li {
      background-color: #FFFFFF; }
      ul.language-switcher.dropdown.menu > li ul.is-dropdown-submenu li a {
        background-color: #F3F3F2;
        color: #a7a7a7;
        padding: 0.5rem;
        font-size: 1rem; }
      ul.language-switcher.dropdown.menu > li ul.is-dropdown-submenu li:not(:last-child) {
        padding-bottom: 3px; }
      ul.language-switcher.dropdown.menu > li ul.is-dropdown-submenu li:hover a {
        color: #004C97; }
  ul.language-switcher.dropdown.menu li {
    margin-left: 0; }
    ul.language-switcher.dropdown.menu li a {
      display: block;
      padding-right: 0; }
      ul.language-switcher.dropdown.menu li a span {
        padding-right: 0.5rem;
        margin-right: 0.8rem;
        margin-top: 0.1rem;
        display: block; }
        ul.language-switcher.dropdown.menu li a span:before {
          margin-left: 0; }

.gedore-corporate .ul.language-switcher.dropdown.menu li a:hover,
.gedore-corporate .ul.language-switcher.dropdown.menu li.is-active > a {
  color: #898884; }

.gedore-corporate .ul.language-switcher.dropdown.menu li a {
  color: #444444; }

.gedore-blue .ul.language-switcher.dropdown.menu li a:hover,
.gedore-blue .ul.language-switcher.dropdown.menu li.is-active > a {
  color: #898884; }

.gedore-blue .ul.language-switcher.dropdown.menu li a {
  color: #444444; }

.gedore-red .ul.language-switcher.dropdown.menu li a:hover,
.gedore-red .ul.language-switcher.dropdown.menu li.is-active > a {
  color: #898884; }

.gedore-red .ul.language-switcher.dropdown.menu li a {
  color: #444444; }

.ochsenkopf .ul.language-switcher.dropdown.menu li a:hover,
.ochsenkopf .ul.language-switcher.dropdown.menu li.is-active > a {
  color: #898884; }

.ochsenkopf .ul.language-switcher.dropdown.menu li a {
  color: #FFFFFF; }

.image-container {
  display: inline-block;
  text-align: center;
  max-width: 100%; }
  .image-container img,
  .image-container picture {
    width: 100%;
    display: block; }
  .image-container .image-caption {
    margin-top: 0.5em;
    color: #565656; }

.gedore-corporate .image-container h3 {
  color: #004C97; }

.gedore-blue .image-container h3 {
  color: #004C97; }

.gedore-red .image-container h3 {
  color: #a6192e; }

.ochsenkopf .image-container h3 {
  color: #004128; }

.page-section .image-container {
  display: block;
  margin: 0 auto; }

.gedore-video {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gedore-video a,
  .gedore-video picture,
  .gedore-video .image,
  .gedore-video img {
    display: block;
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%; }
  .gedore-video .image {
    position: relative; }
    .gedore-video .image .content-layer {
      position: absolute;
      top: 60%;
      width: 100%;
      text-align: center; }
      .gedore-video .image .content-layer i {
        color: #f3f3f3;
        font-size: 3em; }
  .gedore-video .edit-placeholder {
    background-color: #f3f3f3;
    width: 100%;
    min-height: 3em;
    text-align: center; }
    .gedore-video .edit-placeholder span {
      font-size: 2em;
      font-weight: bold; }

label [type="checkbox"] {
  position: relative;
  top: 0.1rem; }

.overlay-wrapper {
  background-color: rgba(86, 86, 86, 0.8);
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 5000; }
  .overlay-wrapper .overlay {
    z-index: 200;
    width: 100%;
    height: 100%; }
    .overlay-wrapper .overlay .close {
      cursor: pointer;
      position: absolute;
      right: 1rem;
      top: 1rem;
      font-size: 1.5em;
      font-style: normal; }
      .overlay-wrapper .overlay .close.icon-close:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
    .overlay-wrapper .overlay .content {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      display: block; }
    .overlay-wrapper .overlay .content iframe {
      height: 50vh;
      border: none;
      background-image: url(/GedoreCorp/Media/preloader.gif);
      background-repeat: no-repeat;
      background-position: center center;
      display: block;
      width: 100%; }
    .overlay-wrapper .overlay .actions a:not(:first-child) {
      margin-right: 1em; }

html.noscroll,
html.noscroll body {
  position: relative;
  overflow: hidden;
  height: auto; }

a.nolink {
  cursor: default; }

.overlay-wrapper.video-overlay .overlay .content {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* align horizontal */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* align vertical */
  width: 100%; }
  .overlay-wrapper.video-overlay .overlay .content iframe {
    width: 100%;
    height: 100%;
    max-height: 80vh; }
    @media screen and (max-width: 39.99875em) {
      .overlay-wrapper.video-overlay .overlay .content iframe {
        padding-top: 2em;
        padding-bottom: 2em; } }

html.sc-preview .overlay-wrapper {
  z-index: 9090;
  color: #FFFFFF; }

.gedore-corporate .icon-teaser {
  background-color: #004C97;
  font-family: GedoreTypeBook; }

.gedore-blue .icon-teaser {
  background-color: #004C97;
  font-family: GedoreTypeBook; }

.gedore-red .icon-teaser {
  background-color: #a6192e;
  font-family: GedoreTypeBook; }

.ochsenkopf .icon-teaser {
  background-color: #004128;
  font-family: VerlagBook; }

.icon-teaser {
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block; }
  .icon-teaser a {
    word-break: break-word;
    display: block;
    padding: 1.8rem;
    color: #f3f3f3; }
    .icon-teaser a i {
      font-size: 4rem;
      margin-bottom: 1rem; }
    .icon-teaser a span {
      font-size: 1.6rem; }
    .icon-teaser a:hover {
      color: #f3f3f3; }

.image-container {
  display: inline-block;
  text-align: center;
  max-width: 100%; }
  .image-container img,
  .image-container picture {
    width: 100%;
    display: block; }
  .image-container .image-caption {
    margin-top: 0.5em;
    color: #565656; }

.gedore-corporate .image-container h3 {
  color: #004C97; }

.gedore-blue .image-container h3 {
  color: #004C97; }

.gedore-red .image-container h3 {
  color: #a6192e; }

.ochsenkopf .image-container h3 {
  color: #004128; }

.page-section .image-container {
  display: block;
  margin: 0 auto; }

ul.gedore-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0.8rem;
  text-indent: -0.8rem;
  margin-bottom: 0; }
  ul.gedore-list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    margin-right: 0.3rem; }

sc-preview .slider-nav:not(.flexbox-slider):not(.slick-initialized) > div:first-child,
sc-preview .slider-for:not(.flexbox-slider):not(.slick-initialized) > div:first-child,
sc-preview .slider:not(.flexbox-slider):not(.slick-initialized) > div:first-child,
.sc-normal .slider-nav:not(.flexbox-slider):not(.slick-initialized) > div:first-child,
.sc-normal .slider-for:not(.flexbox-slider):not(.slick-initialized) > div:first-child,
.sc-normal .slider:not(.flexbox-slider):not(.slick-initialized) > div:first-child {
  display: block !important; }

sc-preview .slider-nav:not(.slick-initialized) > div,
sc-preview .slider-for:not(.slick-initialized) > div,
sc-preview .slider:not(.slick-initialized) > div,
.sc-normal .slider-nav:not(.slick-initialized) > div,
.sc-normal .slider-for:not(.slick-initialized) > div,
.sc-normal .slider:not(.slick-initialized) > div {
  display: none !important; }
  sc-preview .slider-nav:not(.slick-initialized) > div:first-child,
  sc-preview .slider-for:not(.slick-initialized) > div:first-child,
  sc-preview .slider:not(.slick-initialized) > div:first-child,
  .sc-normal .slider-nav:not(.slick-initialized) > div:first-child,
  .sc-normal .slider-for:not(.slick-initialized) > div:first-child,
  .sc-normal .slider:not(.slick-initialized) > div:first-child {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.slider-nav,
.slider-for,
.slider {
  /* Hide the slick arrows for slider in medium and small */ }
  .slider-nav:not(.slider-nav) .slick-arrow,
  .slider-for:not(.slider-nav) .slick-arrow,
  .slider:not(.slider-nav) .slick-arrow {
    display: none !important; }
  .slider-nav:hover .slick-arrow,
  .slider-for:hover .slick-arrow,
  .slider:hover .slick-arrow {
    display: inline-block !important; }
  .slider-nav .slick-arrow,
  .slider-for .slick-arrow,
  .slider .slick-arrow {
    width: auto;
    height: auto;
    z-index: 9; }
    .slider-nav .slick-arrow:before,
    .slider-for .slick-arrow:before,
    .slider .slick-arrow:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #f3f3f3;
      font-size: 5rem; }
    .slider-nav .slick-arrow.slick-prev,
    .slider-for .slick-arrow.slick-prev,
    .slider .slick-arrow.slick-prev {
      left: 0; }
      .slider-nav .slick-arrow.slick-prev:before,
      .slider-for .slick-arrow.slick-prev:before,
      .slider .slick-arrow.slick-prev:before {
        content: "\f104"; }
    .slider-nav .slick-arrow.slick-next,
    .slider-for .slick-arrow.slick-next,
    .slider .slick-arrow.slick-next {
      right: 0; }
      .slider-nav .slick-arrow.slick-next:before,
      .slider-for .slick-arrow.slick-next:before,
      .slider .slick-arrow.slick-next:before {
        content: "\f105"; }
  @media screen and (max-width: 63.99875em) {
    .slider-nav,
    .slider-for,
    .slider {
      padding: 0; }
      .slider-nav:hover .slick-arrow,
      .slider-for:hover .slick-arrow,
      .slider:hover .slick-arrow {
        display: none !important; } }

.bg-lightgrey .slick-arrow:before {
  color: #FFFFFF; }

.slider-nav .slick-arrow:before {
  font-size: 2rem; }

.slider-container {
  position: relative; }
  .slider-container .slider-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #565656;
    padding: 1rem 2rem; }
    .slider-container .slider-controls .magnify-icon {
      font-size: 2rem;
      cursor: pointer; }
      .slider-container .slider-controls .magnify-icon.active:before {
        content: '\f010'; }

.content-slider-container,
.product-slider-container {
  text-align: center; }

.product-accessories-container .product-slider-container h3, .product-accessories-container .product-slider-container .subline {
  text-align: left; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slider {
  height: auto;
  background: none;
  cursor: initial;
  padding: 0 3rem;
  margin-bottom: 0;
  margin-top: 0;
  /*
      The foundation _slider.css overwrites the touch-action property 
      to none. That affects the (vertical) touch scrolling.
      To use the touch scrolling you need to remove or set another 
      value for the property. 
    */
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  @media screen and (max-width: 39.99875em) {
    .slider {
      padding: 0; } }
  .slider ul.slick-dots {
    position: static;
    cursor: default;
    line-height: 0;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .slider ul.slick-dots li {
      width: 2.5rem;
      height: 0.6rem;
      margin: 0.5rem;
      background-color: #b5b5b5;
      opacity: 0.5; }
      .slider ul.slick-dots li button {
        margin: 0;
        width: 2.5rem;
        height: 0.6rem;
        padding: 0; }
        .slider ul.slick-dots li button:before {
          content: '';
          width: auto;
          height: auto; }

.gedore-corporate .slider ul.slick-dots li.slick-active {
  background-color: #004C97;
  opacity: 1; }

.gedore-blue .slider ul.slick-dots li.slick-active {
  background-color: #004C97;
  opacity: 1; }

.gedore-red .slider ul.slick-dots li.slick-active {
  background-color: #a6192e;
  opacity: 1; }

.ochsenkopf .slider ul.slick-dots li.slick-active {
  background-color: #004128;
  opacity: 1; }

.sc-preview .flexbox-slider.slider .slick-track, .sc-preview .flexbox-slider.slider-for .slick-track, .sc-preview .flexbox-slider.slider-nav .slick-track,
.sc-normal .flexbox-slider.slider .slick-track,
.sc-normal .flexbox-slider.slider-for .slick-track,
.sc-normal .flexbox-slider.slider-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .sc-preview .flexbox-slider.slider .slick-track .slick-slide, .sc-preview .flexbox-slider.slider-for .slick-track .slick-slide, .sc-preview .flexbox-slider.slider-nav .slick-track .slick-slide,
  .sc-normal .flexbox-slider.slider .slick-track .slick-slide,
  .sc-normal .flexbox-slider.slider-for .slick-track .slick-slide,
  .sc-normal .flexbox-slider.slider-nav .slick-track .slick-slide {
    height: auto; }
    .sc-preview .flexbox-slider.slider .slick-track .slick-slide > div, .sc-preview .flexbox-slider.slider-for .slick-track .slick-slide > div, .sc-preview .flexbox-slider.slider-nav .slick-track .slick-slide > div,
    .sc-normal .flexbox-slider.slider .slick-track .slick-slide > div,
    .sc-normal .flexbox-slider.slider-for .slick-track .slick-slide > div,
    .sc-normal .flexbox-slider.slider-nav .slick-track .slick-slide > div {
      height: 100%; }

.sc-experience-editor .flexbox-slider.slider, .sc-experience-editor .flexbox-slider.slider-for, .sc-experience-editor .flexbox-slider.slider-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 89rem;
  padding: 0; }

.slider.carousel.bg-lightgrey .carousel-element .text-overlay {
  background: rgba(243, 243, 243, 0.5); }

.slider.carousel .carousel-element {
  position: relative;
  display: block !important; }
  .slider.carousel .carousel-element .button {
    margin: 0.3em 0.2em; }
    .slider.carousel .carousel-element .button.white-hover-blue {
      color: #004C97;
      border: 1px solid #004C97; }
      .slider.carousel .carousel-element .button.white-hover-blue:hover {
        background-color: #004C97;
        color: #FFFFFF; }
    .slider.carousel .carousel-element .button.white-hover-red {
      color: #a6192e;
      border: 1px solid #a6192e; }
      .slider.carousel .carousel-element .button.white-hover-red:hover {
        background-color: #a6192e;
        color: #FFFFFF; }
    .slider.carousel .carousel-element .button.grey-hover-blue {
      background-color: #565656;
      color: #FFFFFF; }
      .slider.carousel .carousel-element .button.grey-hover-blue:hover {
        background-color: #004C97; }
    .slider.carousel .carousel-element .button.grey-hover-red {
      background-color: #565656;
      color: #FFFFFF; }
      .slider.carousel .carousel-element .button.grey-hover-red:hover {
        background-color: #a6192e; }
    .slider.carousel .carousel-element .button[class*="angle-right"] {
      background: none;
      color: #004C97; }
      .slider.carousel .carousel-element .button[class*="angle-right"]:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: " \f105"; }
      .slider.carousel .carousel-element .button[class*="angle-right"]:hover {
        font-weight: bold; }
    .slider.carousel .carousel-element .button.angle-right-red {
      color: #a6192e; }
  .slider.carousel .carousel-element .text-overlay {
    font-size: 1.5em;
    margin: 2em;
    padding: 0.5em;
    color: #565656;
    max-width: 50%; }
    .slider.carousel .carousel-element .text-overlay h2 {
      margin-bottom: 0; }
    @media screen and (min-width: 64em) {
      .slider.carousel .carousel-element .text-overlay {
        position: absolute; }
        .slider.carousel .carousel-element .text-overlay.top {
          top: 0; }
        .slider.carousel .carousel-element .text-overlay.center {
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          left: 50%;
          margin-left: 0;
          margin-right: 0; }
        .slider.carousel .carousel-element .text-overlay.middle {
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          top: 50%; }
          .slider.carousel .carousel-element .text-overlay.middle.center {
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            margin: 0; }
          .slider.carousel .carousel-element .text-overlay.middle.left, .slider.carousel .carousel-element .text-overlay.middle.right {
            margin-top: 0;
            margin-bottom: 0; }
        .slider.carousel .carousel-element .text-overlay.bottom {
          bottom: 0; }
        .slider.carousel .carousel-element .text-overlay.left {
          left: 0; }
        .slider.carousel .carousel-element .text-overlay.right {
          right: 0; } }
    @media screen and (max-width: 63.99875em) {
      .slider.carousel .carousel-element .text-overlay {
        font-size: 1em; } }
    .slider.carousel .carousel-element .text-overlay .text {
      text-align: left; }
      .slider.carousel .carousel-element .text-overlay .text p {
        margin-bottom: 0; }
      @media screen and (max-width: 63.99875em) {
        .slider.carousel .carousel-element .text-overlay .text h2 {
          font-size: 1.5rem; } }
    @media screen and (max-width: 63.99875em) {
      .slider.carousel .carousel-element .text-overlay .button {
        font-size: 0.7rem; } }

@media screen and (max-width: 63.99875em) {
  .slider.carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .slider.carousel .slick-track .slick-slide {
      height: auto; }
      .slider.carousel .slick-track .slick-slide .carousel-element,
      .slider.carousel .slick-track .slick-slide .carousel-element .text-overlay,
      .slider.carousel .slick-track .slick-slide > div {
        height: 100%;
        position: static; }
      .slider.carousel .slick-track .slick-slide .carousel-element .text-overlay {
        margin: 0;
        max-width: none;
        border: none;
        width: 100%;
        -webkit-transform: none;
                transform: none;
        text-align: center; }
        .slider.carousel .slick-track .slick-slide .carousel-element .text-overlay .text {
          text-align: center; } }

.grid-container [class*="large"]:not([class*="large-12"]) .slider.carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .grid-container [class*="large"]:not([class*="large-12"]) .slider.carousel .slick-track .slick-slide {
    height: auto; }
    .grid-container [class*="large"]:not([class*="large-12"]) .slider.carousel .slick-track .slick-slide .carousel-element,
    .grid-container [class*="large"]:not([class*="large-12"]) .slider.carousel .slick-track .slick-slide .carousel-element .text-overlay,
    .grid-container [class*="large"]:not([class*="large-12"]) .slider.carousel .slick-track .slick-slide > div {
      height: 100%;
      position: static; }
    .grid-container [class*="large"]:not([class*="large-12"]) .slider.carousel .slick-track .slick-slide .carousel-element .text-overlay {
      margin: 0;
      max-width: none;
      border: none;
      width: 100%;
      -webkit-transform: none;
              transform: none;
      text-align: center; }
      .grid-container [class*="large"]:not([class*="large-12"]) .slider.carousel .slick-track .slick-slide .carousel-element .text-overlay .text {
        text-align: center; }

.gedore-corporate .slider.carousel .carousel-element {
  font-family: GedoreTypeBook; }

.gedore-blue .slider.carousel .carousel-element {
  font-family: GedoreTypeBook; }

.gedore-red .slider.carousel .carousel-element {
  font-family: GedoreTypeBook; }

.ochsenkopf .slider.carousel .carousel-element {
  font-family: VerlagBook; }

.magnify > .magnify-lens {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6), 0 0 20px 5px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6), 0 0 20px 5px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99; }

.product-slider, .content-slider {
  width: 100%;
  margin: 0 auto;
  max-width: 86rem; }
  @media screen and (max-width: 39.99875em) {
    .product-slider, .content-slider {
      max-width: 100%; } }
  .product-slider .gedore-corporate.content-teaser h3,
  .product-slider .gedore-corporate.content-teaser .hashtag a, .content-slider .gedore-corporate.content-teaser h3,
  .content-slider .gedore-corporate.content-teaser .hashtag a {
    color: #004C97; }
  .product-slider .gedore-corporate.content-teaser .text .subline, .product-slider .gedore-corporate.content-teaser .text h3, .content-slider .gedore-corporate.content-teaser .text .subline, .content-slider .gedore-corporate.content-teaser .text h3 {
    font-family: GedoreTypeMedium; }
  .product-slider .gedore-corporate.content-teaser .text .hashtag, .content-slider .gedore-corporate.content-teaser .text .hashtag {
    font-family: GedoreTypeBook; }
  .product-slider .gedore-blue.content-teaser h3,
  .product-slider .gedore-blue.content-teaser .hashtag a, .content-slider .gedore-blue.content-teaser h3,
  .content-slider .gedore-blue.content-teaser .hashtag a {
    color: #004C97; }
  .product-slider .gedore-blue.content-teaser .text .subline, .product-slider .gedore-blue.content-teaser .text h3, .content-slider .gedore-blue.content-teaser .text .subline, .content-slider .gedore-blue.content-teaser .text h3 {
    font-family: GedoreTypeMedium; }
  .product-slider .gedore-blue.content-teaser .text .hashtag, .content-slider .gedore-blue.content-teaser .text .hashtag {
    font-family: GedoreTypeBook; }
  .product-slider .gedore-red.content-teaser h3,
  .product-slider .gedore-red.content-teaser .hashtag a, .content-slider .gedore-red.content-teaser h3,
  .content-slider .gedore-red.content-teaser .hashtag a {
    color: #a6192e; }
  .product-slider .gedore-red.content-teaser .text .subline, .product-slider .gedore-red.content-teaser .text h3, .content-slider .gedore-red.content-teaser .text .subline, .content-slider .gedore-red.content-teaser .text h3 {
    font-family: GedoreTypeMedium; }
  .product-slider .gedore-red.content-teaser .text .hashtag, .content-slider .gedore-red.content-teaser .text .hashtag {
    font-family: GedoreTypeBook; }
  .product-slider .ochsenkopf.content-teaser h3,
  .product-slider .ochsenkopf.content-teaser .hashtag a, .content-slider .ochsenkopf.content-teaser h3,
  .content-slider .ochsenkopf.content-teaser .hashtag a {
    color: #004128; }
  .product-slider .ochsenkopf.content-teaser .text .subline, .product-slider .ochsenkopf.content-teaser .text h3, .content-slider .ochsenkopf.content-teaser .text .subline, .content-slider .ochsenkopf.content-teaser .text h3 {
    font-family: VerlagBook; }
  .product-slider .ochsenkopf.content-teaser .text .hashtag, .content-slider .ochsenkopf.content-teaser .text .hashtag {
    font-family: VerlagBook; }
  .product-slider .content-teaser, .content-slider .content-teaser {
    padding: 0 0.5rem; }
    .product-slider .content-teaser .text .text-block, .content-slider .content-teaser .text .text-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
    .product-slider .content-teaser .text .hashtag, .content-slider .content-teaser .text .hashtag {
      font-size: 0.9rem;
      margin-bottom: 1rem; }
    .product-slider .content-teaser .text .extra-text, .content-slider .content-teaser .text .extra-text {
      margin-bottom: 0.5rem; }
    .product-slider .content-teaser .text .link, .content-slider .content-teaser .text .link {
      margin-top: 1rem; }

.content-slider .content-teaser .image {
  background-color: #f3f3f3; }

.content-slider-container .subline,
.product-slider-container .subline {
  margin: 0 auto;
  max-width: 80rem;
  padding: 0.5rem; }

.sc-experience-editor .slider.product-slider .teaser-editframe,
.sc-experience-editor .slider.content-slider .teaser-editframe {
  display: inline-block;
  width: 30%; }
  .sc-experience-editor .slider.product-slider .teaser-editframe .content-teaser,
  .sc-experience-editor .slider.content-slider .teaser-editframe .content-teaser {
    padding: 1rem; }

.page-section .product-simple-teaser .content-wrapper {
  background-color: #f3f3f3; }
  .page-section .product-simple-teaser .content-wrapper .top-content {
    background-color: #f3f3f3; }
    .page-section .product-simple-teaser .content-wrapper .top-content .promo:after {
      border-bottom: 10px solid #f3f3f3; }

.bg-sand .product-simple-teaser .content-wrapper,
.bg-lightgrey .product-simple-teaser .content-wrapper {
  background-color: #FFFFFF; }
  .bg-sand .product-simple-teaser .content-wrapper .top-content,
  .bg-lightgrey .product-simple-teaser .content-wrapper .top-content {
    background-color: #FFFFFF; }
    .bg-sand .product-simple-teaser .content-wrapper .top-content .promo:after,
    .bg-lightgrey .product-simple-teaser .content-wrapper .top-content .promo:after {
      border-bottom: 10px solid #FFFFFF; }

.bg-lightgrey .content-teaser .image {
  background-color: #FFFFFF; }

.bg-lightgrey .content-teaser .text {
  background-color: #FFFFFF; }

.content-elements form {
  max-width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 39.99875em) {
    .content-elements form {
      width: 100%;
      max-width: 100%;
      padding-top: 0; } }
  .content-elements form [type='text']:focus,
  .content-elements form [type='password']:focus,
  .content-elements form [type='date']:focus,
  .content-elements form [type='datetime']:focus,
  .content-elements form [type='datetime-local']:focus,
  .content-elements form [type='month']:focus,
  .content-elements form [type='week']:focus,
  .content-elements form [type='email']:focus,
  .content-elements form [type='number']:focus,
  .content-elements form [type='search']:focus,
  .content-elements form [type='tel']:focus,
  .content-elements form [type='time']:focus,
  .content-elements form [type='url']:focus,
  .content-elements form [type='color']:focus,
  .content-elements form textarea:focus,
  .content-elements form select:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .content-elements form [type='text'].input-validation-error,
  .content-elements form [type='password'].input-validation-error,
  .content-elements form [type='date'].input-validation-error,
  .content-elements form [type='datetime'].input-validation-error,
  .content-elements form [type='datetime-local'].input-validation-error,
  .content-elements form [type='month'].input-validation-error,
  .content-elements form [type='week'].input-validation-error,
  .content-elements form [type='email'].input-validation-error,
  .content-elements form [type='number'].input-validation-error,
  .content-elements form [type='search'].input-validation-error,
  .content-elements form [type='tel'].input-validation-error,
  .content-elements form [type='time'].input-validation-error,
  .content-elements form [type='url'].input-validation-error,
  .content-elements form [type='color'].input-validation-error,
  .content-elements form textarea.input-validation-error,
  .content-elements form select.input-validation-error {
    border: 1px solid #FF0000; }
  .content-elements form .field-validation-error {
    display: block;
    width: 100%;
    text-align: right;
    color: #FF0000;
    font-size: 0.75rem; }
  .content-elements form h2 {
    text-align: center; }
  .content-elements form > h3:before {
    content: ' ';
    width: 4.5rem;
    height: 0.7rem;
    display: block; }
  .content-elements form div h4 {
    text-align: center; }
  .content-elements form div h6, .content-elements form div span.section-headline {
    font-size: 1rem;
    text-transform: uppercase; }
  .content-elements form div label {
    font-size: 0.875rem; }
    .content-elements form div label:not(.no-format) {
      text-transform: uppercase; }
  .content-elements form div .inline {
    display: inline-block; }
    @media screen and (max-width: 39.99875em) {
      .content-elements form div .inline {
        width: 100%; } }
    @media screen and (max-width: 39.99875em) {
      .content-elements form div .inline input {
        width: 100%; } }
  .content-elements form label {
    font-size: 0.9rem;
    color: #565656; }
  .content-elements form input[type="submit"] {
    display: inherit;
    background-color: #FFFFFF; }
    @media screen and (max-width: 39.99875em) {
      .content-elements form input[type="submit"] {
        width: 100%; } }
    .content-elements form input[type="submit"]:hover {
      color: #FFFFFF; }
  .content-elements form .half {
    width: 50%; }
  .content-elements form .center {
    margin: 0 auto; }
  .content-elements form .google-captcha-field {
    margin: 0 0 1rem; }
  .content-elements form .field-validation-error {
    display: block;
    margin-bottom: 1rem; }

.gedore-corporate .content-elements form [type='text']:focus,
.gedore-corporate .content-elements form [type='password']:focus,
.gedore-corporate .content-elements form [type='date']:focus,
.gedore-corporate .content-elements form [type='datetime']:focus,
.gedore-corporate .content-elements form [type='datetime-local']:focus,
.gedore-corporate .content-elements form [type='month']:focus,
.gedore-corporate .content-elements form [type='week']:focus,
.gedore-corporate .content-elements form [type='email']:focus,
.gedore-corporate .content-elements form [type='number']:focus,
.gedore-corporate .content-elements form [type='search']:focus,
.gedore-corporate .content-elements form [type='tel']:focus,
.gedore-corporate .content-elements form [type='time']:focus,
.gedore-corporate .content-elements form [type='url']:focus,
.gedore-corporate .content-elements form [type='color']:focus,
.gedore-corporate .content-elements form textarea:focus,
.gedore-corporate .content-elements form select:focus {
  border: 1px solid #004C97; }

.gedore-corporate .content-elements form h2 {
  color: #004C97; }

.gedore-corporate .content-elements form > h3 {
  color: #004C97; }
  .gedore-corporate .content-elements form > h3:before {
    border-top: 1px solid #004C97; }

.gedore-corporate .content-elements form div h6, .gedore-corporate .content-elements form div span.section-headline {
  font-family: GedoreTypeMedium;
  color: #004C97; }

.gedore-corporate .content-elements form div label {
  font-family: GedoreTypeBook; }
  .gedore-corporate .content-elements form div label:not(.no-format) {
    color: #004C97; }

.gedore-corporate .content-elements form input[type="submit"] {
  color: #004C97;
  border: 1px solid #004C97; }
  .gedore-corporate .content-elements form input[type="submit"]:hover {
    background-color: #004C97;
    color: #FFFFFF; }

.gedore-blue .content-elements form [type='text']:focus,
.gedore-blue .content-elements form [type='password']:focus,
.gedore-blue .content-elements form [type='date']:focus,
.gedore-blue .content-elements form [type='datetime']:focus,
.gedore-blue .content-elements form [type='datetime-local']:focus,
.gedore-blue .content-elements form [type='month']:focus,
.gedore-blue .content-elements form [type='week']:focus,
.gedore-blue .content-elements form [type='email']:focus,
.gedore-blue .content-elements form [type='number']:focus,
.gedore-blue .content-elements form [type='search']:focus,
.gedore-blue .content-elements form [type='tel']:focus,
.gedore-blue .content-elements form [type='time']:focus,
.gedore-blue .content-elements form [type='url']:focus,
.gedore-blue .content-elements form [type='color']:focus,
.gedore-blue .content-elements form textarea:focus,
.gedore-blue .content-elements form select:focus {
  border: 1px solid #004C97; }

.gedore-blue .content-elements form h2 {
  color: #004C97; }

.gedore-blue .content-elements form > h3 {
  color: #004C97; }
  .gedore-blue .content-elements form > h3:before {
    border-top: 1px solid #004C97; }

.gedore-blue .content-elements form div h6, .gedore-blue .content-elements form div span.section-headline {
  font-family: GedoreTypeMedium;
  color: #004C97; }

.gedore-blue .content-elements form div label {
  font-family: GedoreTypeBook; }
  .gedore-blue .content-elements form div label:not(.no-format) {
    color: #004C97; }

.gedore-blue .content-elements form input[type="submit"] {
  color: #004C97;
  border: 1px solid #004C97; }
  .gedore-blue .content-elements form input[type="submit"]:hover {
    background-color: #004C97;
    color: #FFFFFF; }

.gedore-red .content-elements form [type='text']:focus,
.gedore-red .content-elements form [type='password']:focus,
.gedore-red .content-elements form [type='date']:focus,
.gedore-red .content-elements form [type='datetime']:focus,
.gedore-red .content-elements form [type='datetime-local']:focus,
.gedore-red .content-elements form [type='month']:focus,
.gedore-red .content-elements form [type='week']:focus,
.gedore-red .content-elements form [type='email']:focus,
.gedore-red .content-elements form [type='number']:focus,
.gedore-red .content-elements form [type='search']:focus,
.gedore-red .content-elements form [type='tel']:focus,
.gedore-red .content-elements form [type='time']:focus,
.gedore-red .content-elements form [type='url']:focus,
.gedore-red .content-elements form [type='color']:focus,
.gedore-red .content-elements form textarea:focus,
.gedore-red .content-elements form select:focus {
  border: 1px solid #a6192e; }

.gedore-red .content-elements form h2 {
  color: #a6192e; }

.gedore-red .content-elements form > h3 {
  color: #a6192e; }
  .gedore-red .content-elements form > h3:before {
    border-top: 1px solid #a6192e; }

.gedore-red .content-elements form div h6, .gedore-red .content-elements form div span.section-headline {
  font-family: GedoreTypeMedium;
  color: #a6192e; }

.gedore-red .content-elements form div label {
  font-family: GedoreTypeBook; }
  .gedore-red .content-elements form div label:not(.no-format) {
    color: #a6192e; }

.gedore-red .content-elements form input[type="submit"] {
  color: #a6192e;
  border: 1px solid #a6192e; }
  .gedore-red .content-elements form input[type="submit"]:hover {
    background-color: #a6192e;
    color: #FFFFFF; }

.ochsenkopf .content-elements form [type='text']:focus,
.ochsenkopf .content-elements form [type='password']:focus,
.ochsenkopf .content-elements form [type='date']:focus,
.ochsenkopf .content-elements form [type='datetime']:focus,
.ochsenkopf .content-elements form [type='datetime-local']:focus,
.ochsenkopf .content-elements form [type='month']:focus,
.ochsenkopf .content-elements form [type='week']:focus,
.ochsenkopf .content-elements form [type='email']:focus,
.ochsenkopf .content-elements form [type='number']:focus,
.ochsenkopf .content-elements form [type='search']:focus,
.ochsenkopf .content-elements form [type='tel']:focus,
.ochsenkopf .content-elements form [type='time']:focus,
.ochsenkopf .content-elements form [type='url']:focus,
.ochsenkopf .content-elements form [type='color']:focus,
.ochsenkopf .content-elements form textarea:focus,
.ochsenkopf .content-elements form select:focus {
  border: 1px solid #004128; }

.ochsenkopf .content-elements form h2 {
  color: #004128; }

.ochsenkopf .content-elements form > h3 {
  color: #004128; }
  .ochsenkopf .content-elements form > h3:before {
    border-top: 1px solid #004128; }

.ochsenkopf .content-elements form div h6, .ochsenkopf .content-elements form div span.section-headline {
  font-family: VerlagBook;
  color: #004128; }

.ochsenkopf .content-elements form div label {
  font-family: VerlagBook; }
  .ochsenkopf .content-elements form div label:not(.no-format) {
    color: #004128; }

.ochsenkopf .content-elements form input[type="submit"] {
  color: #004128;
  border: 1px solid #004128; }
  .ochsenkopf .content-elements form input[type="submit"]:hover {
    background-color: #004128;
    color: #FFFFFF; }

.content-overview,
.event-overview {
  width: 100%;
  padding: 0 3rem;
  margin: 0 auto;
  max-width: 86rem;
  text-align: center; }
  .content-overview .gedore-corporate.content-teaser h3,
  .event-overview .gedore-corporate.content-teaser h3 {
    color: #004C97; }
  .content-overview .gedore-blue.content-teaser h3,
  .event-overview .gedore-blue.content-teaser h3 {
    color: #004C97; }
  .content-overview .gedore-red.content-teaser h3,
  .event-overview .gedore-red.content-teaser h3 {
    color: #a6192e; }
  .content-overview .ochsenkopf.content-teaser h3,
  .event-overview .ochsenkopf.content-teaser h3 {
    color: #004128; }
  .content-overview .grid-x,
  .event-overview .grid-x {
    padding: 0 1.6rem; }
  .content-overview .button-container,
  .event-overview .button-container {
    text-align: center;
    margin-top: 1rem; }

.gedore-corporate .text .subline, .gedore-corporate .text h3 {
  font-family: GedoreTypeMedium; }

.gedore-blue .text .subline, .gedore-blue .text h3 {
  font-family: GedoreTypeMedium; }

.gedore-red .text .subline, .gedore-red .text h3 {
  font-family: GedoreTypeMedium; }

.ochsenkopf .text .subline, .ochsenkopf .text h3 {
  font-family: VerlagBook; }

.dealer-search {
  position: relative; }
  .dealer-search .gmap {
    height: 80vh; }
  .dealer-search .overlay {
    position: absolute;
    top: 3em;
    left: 2.5em;
    background: rgba(243, 243, 243, 0.9);
    color: #565656;
    padding: 1em;
    max-height: 75vh; }
    @media screen and (min-width: 40em) {
      .dealer-search .overlay {
        max-width: 33%; } }
    .dealer-search .overlay .inner {
      position: relative; }
      .dealer-search .overlay .inner .results {
        display: none;
        position: relative;
        overflow-y: scroll;
        max-height: 70vh; }
        .dealer-search .overlay .inner .results #results-list {
          list-style: none; }
          .dealer-search .overlay .inner .results #results-list .info {
            border-top: 1px solid #565656;
            padding: 0.2em; }
            .dealer-search .overlay .inner .results #results-list .info .name:hover {
              cursor: pointer;
              color: #b5b5b5; }
        .dealer-search .overlay .inner .results .back-button:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: " \f104";
          font-size: 1em;
          margin-right: 0.5em; }
        .dealer-search .overlay .inner .results h4 {
          margin-left: 0.8em; }
        .dealer-search .overlay .inner .results .text {
          padding: 0 1.2em 0.5em 1.2em; }
      .dealer-search .overlay .inner .filters .row input {
        max-width: 49%;
        display: inline;
        float: right; }
        .dealer-search .overlay .inner .filters .row input:first-child {
          float: left; }
      .dealer-search .overlay .inner .filters .error {
        display: none;
        color: red;
        margin-bottom: 1em; }
      .dealer-search .overlay .inner .filters .advanced-search {
        display: none; }
        .dealer-search .overlay .inner .filters .advanced-search .logo {
          cursor: pointer;
          vertical-align: initial;
          float: left;
          margin-right: 0.2rem;
          margin-bottom: 0.2rem; }
          .dealer-search .overlay .inner .filters .advanced-search .logo:not(.chosen) {
            /* grey scale for non active filter? - would be nice?
                            filter: grayscale(100%); */
            border: 1px solid transparent; }
        .dealer-search .overlay .inner .filters .advanced-search span {
          display: block; }
      .dealer-search .overlay .inner .filters .advanced-search-button {
        background: none;
        border: none;
        margin-left: 0;
        padding-left: 0;
        color: #565656; }
        .dealer-search .overlay .inner .filters .advanced-search-button:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: " \f107";
          font-size: 1em;
          margin-right: 0.5em; }
        .dealer-search .overlay .inner .filters .advanced-search-button.open:before {
          content: " \f106"; }
      .dealer-search .overlay .inner .filters .search-button {
        float: right; }
      .dealer-search .overlay .inner .filters input.invalid {
        border: 1px solid red;
        margin-bottom: 0.25em; }

@media screen and (max-width: 39.99875em) {
  .dealer-search {
    padding: 0 !important; }
    .dealer-search .overlay {
      top: 0;
      left: 0;
      width: 100%; }
      .dealer-search .overlay .show-hide {
        text-align: right; }
        .dealer-search .overlay .show-hide .show-button {
          display: none; }
          .dealer-search .overlay .show-hide .show-button:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: " \f107";
            font-size: 1em;
            margin-right: 0.5em; }
        .dealer-search .overlay .show-hide .hide-button:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: " \f106";
          font-size: 1em;
          margin-right: 0.5em; } }

.gedore-corporate .dealer-search #results-list .info .name,
.gedore-corporate .dealer-search .filters .advanced-search-button:hover {
  color: #004C97; }

.gedore-corporate .dealer-search .results .text, .gedore-corporate .dealer-search .results #results-list .info .name .index {
  font-family: GedoreTypeBook; }

.gedore-corporate .dealer-search .advanced-search .logo.chosen {
  border: 1px solid #004C97; }

.gedore-blue .dealer-search #results-list .info .name,
.gedore-blue .dealer-search .filters .advanced-search-button:hover {
  color: #004C97; }

.gedore-blue .dealer-search .results .text, .gedore-blue .dealer-search .results #results-list .info .name .index {
  font-family: GedoreTypeBook; }

.gedore-blue .dealer-search .advanced-search .logo.chosen {
  border: 1px solid #004C97; }

.gedore-red .dealer-search #results-list .info .name,
.gedore-red .dealer-search .filters .advanced-search-button:hover {
  color: #a6192e; }

.gedore-red .dealer-search .results .text, .gedore-red .dealer-search .results #results-list .info .name .index {
  font-family: GedoreTypeBook; }

.gedore-red .dealer-search .advanced-search .logo.chosen {
  border: 1px solid #a6192e; }

.ochsenkopf .dealer-search #results-list .info .name,
.ochsenkopf .dealer-search .filters .advanced-search-button:hover {
  color: #004128; }

.ochsenkopf .dealer-search .results .text, .ochsenkopf .dealer-search .results #results-list .info .name .index {
  font-family: VerlagBook; }

.ochsenkopf .dealer-search .advanced-search .logo.chosen {
  border: 1px solid #004128; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.tooltip-element {
  max-width: calc(100% - 1.8rem);
  display: inline-block; }

.gedore-corporate .tooltip-container {
  border: 1px solid #004C97; }
  .gedore-corporate .tooltip-container .icon {
    color: #004C97; }

.gedore-blue .tooltip-container {
  border: 1px solid #004C97; }
  .gedore-blue .tooltip-container .icon {
    color: #004C97; }

.gedore-red .tooltip-container {
  border: 1px solid #a6192e; }
  .gedore-red .tooltip-container .icon {
    color: #a6192e; }

.ochsenkopf .tooltip-container {
  border: 1px solid #004128; }
  .ochsenkopf .tooltip-container .icon {
    color: #004128; }

.tooltip-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .tooltip-container .icon {
    font-size: 0.6rem; }
  .tooltip-container.mirror-h .content {
    right: -0.5rem;
    left: auto; }
    .tooltip-container.mirror-h .content:before {
      right: .5rem;
      left: auto; }
  .tooltip-container.mirror-v .content {
    top: 1rem;
    bottom: auto; }
    .tooltip-container.mirror-v .content:before {
      top: -1rem;
      bottom: auto;
      border-color: transparent transparent #f3f3f3 transparent; }
  .tooltip-container .content {
    display: none;
    background: #f3f3f3;
    color: #000000;
    font-size: 0.8rem;
    position: absolute;
    right: auto;
    left: -0.9rem;
    top: auto;
    bottom: 2.2rem;
    width: 20rem;
    height: auto;
    -webkit-animation: fadein .5s ease-in-out;
            animation: fadein .5s ease-in-out;
    padding: .75rem .75rem 0 .75rem;
    text-align: left;
    z-index: 100; }
    .tooltip-container .content:before {
      content: '';
      display: block;
      border: solid .5rem;
      border-color: #f3f3f3 transparent transparent transparent;
      position: absolute;
      left: 0.9rem;
      right: auto;
      top: auto;
      bottom: -1.9rem; }
    .tooltip-container .content:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      border-top: 15px solid #f3f3f3;
      border-right: 15px solid transparent; }
  .tooltip-container:hover .content, .tooltip-container:focus .content, .tooltip-container:active .content {
    display: block; }

.error .header-wrapper {
  margin-left: auto;
  margin-right: auto; }

.error .error-content {
  text-align: center; }

.content-teaser {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  width: 100%;
  max-width: none;
  border: none; }
  .content-teaser .image {
    /* flex ie fix */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 15rem;
    text-align: center;
    padding: 0.5rem;
    background-color: #f3f3f3; }
    .content-teaser .image .image-effect {
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
    .content-teaser .image img {
      width: 100%;
      max-width: 100%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .content-teaser .image img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .content-teaser .subline {
    font-size: 0.9rem;
    padding: 0; }
  .content-teaser .text {
    background-color: #f3f3f3;
    padding: 1rem;
    color: #565656;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    word-break: break-word; }
    @media screen and (max-width: 63.99875em) {
      .content-teaser .text {
        padding: 0.7rem; } }
    .content-teaser .text .link {
      text-align: center; }
      .content-teaser .text .link .grey-border {
        border: 1px solid #565656;
        background-color: transparent;
        color: #565656; }
        .content-teaser .text .link .grey-border:hover {
          background-color: #565656;
          color: #FFFFFF; }

.gedore-corporate .content-teaser h3, .gedore-corporate .content-teaser .subline {
  font-family: GedoreTypeBook; }

.gedore-blue .content-teaser h3, .gedore-blue .content-teaser .subline {
  font-family: GedoreTypeBook; }

.gedore-red .content-teaser h3, .gedore-red .content-teaser .subline {
  font-family: GedoreTypeBook; }

.ochsenkopf .content-teaser h3, .ochsenkopf .content-teaser .subline {
  font-family: VerlagBook; }

.translation-upload input[type="file"] {
  margin-right: 10px;
  width: auto; }

.translation-upload h2 {
  margin-bottom: 10px; }

#translation-preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3); }
  #translation-preloader img {
    width: 100px;
    position: fixed;
    top: 25%;
    left: 50%; }

.translation-listing th {
  text-align: left; }

.translation-listing td {
  cursor: pointer; }

.admin .header-wrapper {
  margin: 0 auto; }

.navigation-accordion > .accordion-link {
  display: block;
  margin: 0.7rem 0; }

.navigation-accordion .accordion-item {
  margin: 0.7rem 0; }
  .navigation-accordion .accordion-item .toggler {
    width: 3rem; }
    .navigation-accordion .accordion-item .toggler:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f107"; }
  .navigation-accordion .accordion-item .accordion-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navigation-accordion .accordion-item .content {
    display: none;
    padding: 0 0.5rem 0.5rem 0.5rem; }
    .navigation-accordion .accordion-item .content a {
      color: #565656; }
  .navigation-accordion .accordion-item.active .content {
    display: block; }
    .navigation-accordion .accordion-item.active .content > a {
      padding: 0.5rem 0;
      display: block; }
  .navigation-accordion .accordion-item.active .accordion-link {
    background-color: transparent; }
  .navigation-accordion .accordion-item.active .toggler:before {
    content: '\f106'; }

.gedore-corporate .accordion a.accordion-link,
.gedore-corporate .accordion > a {
  color: #004C97; }

.gedore-blue .accordion a.accordion-link,
.gedore-blue .accordion > a {
  color: #004C97; }

.gedore-red .accordion a.accordion-link,
.gedore-red .accordion > a {
  color: #a6192e; }

.ochsenkopf .accordion a.accordion-link,
.ochsenkopf .accordion > a {
  color: #004128; }

.service-teaser-container {
  margin-bottom: 2rem; }

.product-accordion .accordion .accordion-item {
  margin-bottom: 0; }
  .product-accordion .accordion .accordion-item .accordion-title {
    border-bottom: 1px solid #565656;
    font-weight: bold; }
  .product-accordion .accordion .accordion-item ul {
    list-style: none;
    margin-left: 0; }

.gedore-corporate .product-accordion .accordion {
  font-family: "Myriad Pro", "Arial", sans-serif; }

.gedore-blue .product-accordion .accordion {
  font-family: "Myriad Pro", "Arial", sans-serif; }

.gedore-red .product-accordion .accordion {
  font-family: "Myriad Pro", "Arial", sans-serif; }

.ochsenkopf .product-accordion .accordion {
  font-family: "VerlagLight", "Arial", sans-serif; }

.product-line-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  width: 100%; }
  .product-line-teaser .gedore-corporate .button.white {
    color: #004C97;
    border: 1px solid #004C97; }
  .product-line-teaser .gedore-corporate .button.transparent-hover:hover {
    color: #004C97; }
  .product-line-teaser .gedore-corporate .button[class*="white-hover"] {
    color: #004C97;
    border: 1px solid #004C97; }
    .product-line-teaser .gedore-corporate .button[class*="white-hover"]:hover {
      background-color: #004C97; }
  .product-line-teaser .gedore-corporate .button[class*="grey-hover"]:hover {
    background-color: #004C97; }
  .product-line-teaser .gedore-blue .button.white {
    color: #004C97;
    border: 1px solid #004C97; }
  .product-line-teaser .gedore-blue .button.transparent-hover:hover {
    color: #004C97; }
  .product-line-teaser .gedore-blue .button[class*="white-hover"] {
    color: #004C97;
    border: 1px solid #004C97; }
    .product-line-teaser .gedore-blue .button[class*="white-hover"]:hover {
      background-color: #004C97; }
  .product-line-teaser .gedore-blue .button[class*="grey-hover"]:hover {
    background-color: #004C97; }
  .product-line-teaser .gedore-red .button.white {
    color: #a6192e;
    border: 1px solid #a6192e; }
  .product-line-teaser .gedore-red .button.transparent-hover:hover {
    color: #a6192e; }
  .product-line-teaser .gedore-red .button[class*="white-hover"] {
    color: #a6192e;
    border: 1px solid #a6192e; }
    .product-line-teaser .gedore-red .button[class*="white-hover"]:hover {
      background-color: #a6192e; }
  .product-line-teaser .gedore-red .button[class*="grey-hover"]:hover {
    background-color: #a6192e; }
  .product-line-teaser .ochsenkopf .button.white {
    color: #004128;
    border: 1px solid #004128; }
  .product-line-teaser .ochsenkopf .button.transparent-hover:hover {
    color: #004128; }
  .product-line-teaser .ochsenkopf .button[class*="white-hover"] {
    color: #004128;
    border: 1px solid #004128; }
    .product-line-teaser .ochsenkopf .button[class*="white-hover"]:hover {
      background-color: #004128; }
  .product-line-teaser .ochsenkopf .button[class*="grey-hover"]:hover {
    background-color: #004128; }
  .product-line-teaser .image {
    max-height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%; }
    .product-line-teaser .image .image-container {
      width: 100%; }
    .product-line-teaser .image picture, .product-line-teaser .image img {
      max-height: 100%;
      display: inline;
      width: 100%; }
  .product-line-teaser .gedore-corporate.content {
    background: rgba(0, 76, 151, 0.85); }
  .product-line-teaser .gedore-blue.content {
    background: rgba(0, 76, 151, 0.85); }
  .product-line-teaser .gedore-red.content {
    background: rgba(166, 25, 46, 0.85); }
  .product-line-teaser .ochsenkopf.content {
    background: rgba(0, 65, 40, 0.85); }
  .product-line-teaser .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    overflow-y: hidden; }
    .product-line-teaser .content .top-content {
      padding-top: 2rem;
      padding-right: 3rem; }
    .product-line-teaser .content.reverse .top-content {
      padding-left: 3rem;
      padding-right: 0; }
    .product-line-teaser .content .main-content {
      padding: 0 3rem 2rem 3rem; }
    @media screen and (min-width: 40em) and (max-width: 63.99875em) {
      .product-line-teaser .content .top-content {
        padding-top: 1rem;
        padding-right: 1.5rem; }
      .product-line-teaser .content.reverse .top-content {
        padding-left: 1.5rem; }
      .product-line-teaser .content .main-content {
        padding: 0 1.5rem 1rem 1.5rem; } }
    @media screen and (max-width: 39.99875em) {
      .product-line-teaser .content .top-content {
        padding-top: 1.5rem;
        padding-right: 1rem; }
      .product-line-teaser .content.reverse .top-content {
        padding-left: 1rem; }
      .product-line-teaser .content .main-content {
        padding: 0 1rem 1.5rem 1rem; } }
    .product-line-teaser .content .headline {
      text-transform: uppercase; }
      .product-line-teaser .content .headline *:nth-child(2) {
        margin-left: 0.5rem; }
      .product-line-teaser .content .headline img {
        display: inline-block;
        max-width: 30%;
        vertical-align: top; }
        .product-line-teaser .content .headline img.float-right + h3 {
          margin-left: 0; }
      .product-line-teaser .content .headline h3 {
        display: inline-block;
        color: #FFFFFF; }
        @media screen and (min-width: 40em) and (max-width: 63.99875em) {
          .product-line-teaser .content .headline h3 {
            font-size: 1.2rem; } }
    .product-line-teaser .content .text {
      margin-top: 0.5rem; }
      @media screen and (max-width: 63.99875em) {
        .product-line-teaser .content .text {
          font-size: 0.8rem; } }
    .product-line-teaser .content .link {
      margin-top: 0.5rem; }
      .product-line-teaser .content .link a {
        word-break: break-word; }

section.page-section > .product-line-teaser {
  padding: 0;
  margin-bottom: 2rem; }

.product-base-info {
  padding: 0 0 2rem 2rem;
  color: #565656; }
  .product-base-info .price-info {
    margin-bottom: 1rem; }
    .product-base-info .price-info .price {
      font-size: 1.3em;
      font-weight: 600; }
    .product-base-info .price-info .tax-info {
      font-size: 0.7em; }
  .product-base-info .buttons {
    margin-bottom: 1rem; }
    .product-base-info .buttons .button {
      text-transform: uppercase;
      font-size: 1.3em;
      width: 45%;
      margin: 0.3em 0; }
  .product-base-info .product-line {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-base-info .ean {
    font-size: 0.8em;
    margin-top: 0.1rem; }
    .product-base-info .ean span {
      font-weight: 700; }
  .product-base-info .description {
    margin: 1rem 0; }
    .product-base-info .description .headline {
      font-weight: 700;
      margin-bottom: 0.5rem; }

@media screen and (max-width: 39.99875em) {
  .product-base-info {
    padding: 0; }
    .product-base-info .buttons .button {
      width: 100%; } }

.gedore-corporate .product-base-info {
  font-family: GedoreTypeBook; }
  .gedore-corporate .product-base-info .product-line, .gedore-corporate .product-base-info .ean, .gedore-corporate .product-base-info .description {
    font-family: "Myriad Pro", "Arial", sans-serif; }

.gedore-blue .product-base-info {
  font-family: GedoreTypeBook; }
  .gedore-blue .product-base-info .product-line, .gedore-blue .product-base-info .ean, .gedore-blue .product-base-info .description {
    font-family: "Myriad Pro", "Arial", sans-serif; }

.gedore-red .product-base-info {
  font-family: GedoreTypeBook; }
  .gedore-red .product-base-info .product-line, .gedore-red .product-base-info .ean, .gedore-red .product-base-info .description {
    font-family: "Myriad Pro", "Arial", sans-serif; }

.ochsenkopf .product-base-info {
  font-family: VerlagBook; }
  .ochsenkopf .product-base-info .product-line, .ochsenkopf .product-base-info .ean, .ochsenkopf .product-base-info .description {
    font-family: "VerlagLight", "Arial", sans-serif; }

.product-gallery-container {
  margin-bottom: 1rem; }
  .product-gallery-container .gallery-slider .slick-slider.slider-for,
  .product-gallery-container .gallery-slider .slick-slider.slider-nav .slick-slide {
    background-color: #f3f3f3; }
  .product-gallery-container .gallery-slider .slick-slider.slider-nav {
    max-width: 35rem;
    padding: 0 1.5rem; }
    .product-gallery-container .gallery-slider .slick-slider.slider-nav .slick-list {
      margin-left: -0.5rem;
      margin-right: -0.5rem; }
  .product-gallery-container .gallery-slider .slick-slider.slider-for {
    padding: 2rem;
    height: 35rem; }
    .product-gallery-container .gallery-slider .slick-slider.slider-for .slick-list, .product-gallery-container .gallery-slider .slick-slider.slider-for .slick-track {
      height: 100%; }
    .product-gallery-container .gallery-slider .slick-slider.slider-for .slider-element {
      /* prevents seeing the real image through the lens because of transparent background :DDD */ }
      .product-gallery-container .gallery-slider .slick-slider.slider-for .slider-element .magnify-lens {
        background-color: #f3f3f3 !important; }
  .product-gallery-container .gallery-slider .slider-nav {
    margin-top: 2rem; }
    .product-gallery-container .gallery-slider .slider-nav .slick-arrow:before {
      color: #565656; }
    .product-gallery-container .gallery-slider .slider-nav .slick-track {
      margin: 0; }
    .product-gallery-container .gallery-slider .slider-nav .slick-slide {
      margin: 0 0.5rem;
      height: 5rem; }
      .product-gallery-container .gallery-slider .slider-nav .slick-slide .slider-thumbnail {
        text-align: center; }
        .product-gallery-container .gallery-slider .slider-nav .slick-slide .slider-thumbnail img {
          display: inline-block;
          margin: 0 auto;
          padding: 1rem; }

.product-variants-comparison-container h3 {
  display: initial;
  line-height: 1; }

.product-variants-comparison-container .product-comparison-sort-option-wrapper {
  float: right;
  /* slider + slack list + teaser padding  (3 + 0.4 + 0.4) */
  margin-right: 3.8rem; }
  .product-variants-comparison-container .product-comparison-sort-option-wrapper .product-comparison-sort-options {
    width: auto;
    margin-bottom: 0; }

.product-variants-comparison-container .product-comparison-container .active-teaser {
  margin-bottom: 4rem; }
  .product-variants-comparison-container .product-comparison-container .active-teaser .product-simple-teaser {
    padding: 0.8rem 0; }
    .product-variants-comparison-container .product-comparison-container .active-teaser .product-simple-teaser .gedore-corporate.content-wrapper {
      border: 1px solid #004C97; }
    .product-variants-comparison-container .product-comparison-container .active-teaser .product-simple-teaser .gedore-blue.content-wrapper {
      border: 1px solid #004C97; }
    .product-variants-comparison-container .product-comparison-container .active-teaser .product-simple-teaser .gedore-red.content-wrapper {
      border: 1px solid #a6192e; }
    .product-variants-comparison-container .product-comparison-container .active-teaser .product-simple-teaser .ochsenkopf.content-wrapper {
      border: 1px solid #004128; }

.product-variants-comparison-container .product-comparison-container .slick-slider .slick-track {
  margin: initial; }
  .product-variants-comparison-container .product-comparison-container .slick-slider .slick-track .slick-slide .product-comparison-teaser {
    height: inherit; }

.product-variants-comparison-container .product-comparison-container .slick-dotted.slick-slider {
  margin: 0;
  height: 100%; }
  .product-variants-comparison-container .product-comparison-container .slick-dotted.slick-slider .slick-track,
  .product-variants-comparison-container .product-comparison-container .slick-dotted.slick-slider .slick-list {
    height: 100%; }
  .product-variants-comparison-container .product-comparison-container .slick-dotted.slick-slider .slick-dots {
    width: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -3.5rem; }

.bg-white .product-teaser-container .search-result-controls .options .option .container {
  background-color: #f3f3f3; }
  .bg-white .product-teaser-container .search-result-controls .options .option .container select {
    background-color: transparent; }

.product-teaser-container .results-description {
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 0.3rem;
  margin-right: 0.5rem; }

.product-teaser-container .search-result-controls {
  margin-bottom: 1rem;
  float: right; }
  @media screen and (min-width: 40em) {
    .product-teaser-container .search-result-controls .options .option:not(:first-child) {
      margin-left: 1rem; } }
  @media screen and (max-width: 39.99875em) {
    .product-teaser-container .search-result-controls {
      width: 100%; }
      .product-teaser-container .search-result-controls .options .option {
        float: right;
        width: 45%; }
        .product-teaser-container .search-result-controls .options .option .container {
          padding: 0.6rem; }
        .product-teaser-container .search-result-controls .options .option.filter-option {
          float: left;
          text-align: center;
          cursor: pointer; }
          .product-teaser-container .search-result-controls .options .option.filter-option .container {
            padding: 0.8rem; }
          .product-teaser-container .search-result-controls .options .option.filter-option .title:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 0.9rem;
            content: "\f0b0";
            margin-right: 0.5rem; } }
  .product-teaser-container .search-result-controls .options {
    font-size: 1rem;
    text-align: right; }
    @media screen and (max-width: 63.99875em) {
      .product-teaser-container .search-result-controls .options .option {
        margin-bottom: 0.5rem; } }
  @media screen and (max-width: 63.99875em) and (max-width: 39.99875em) {
    .product-teaser-container .search-result-controls .options .option {
      display: block; } }
    @media screen and (max-width: 63.99875em) {
      .product-teaser-container .search-result-controls .options .pagination-option {
        text-align: right;
        display: block; } }
  .product-teaser-container .search-result-controls .option {
    display: inline-block;
    color: #565656;
    white-space: nowrap; }
    .product-teaser-container .search-result-controls .option .title {
      margin-right: 0.5rem;
      display: inline-block; }
    .product-teaser-container .search-result-controls .option .container {
      background-color: #FFFFFF;
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
      .product-teaser-container .search-result-controls .option .container:not(.select-container) {
        /* 0.2rem because select element has 0.2 padding */
        padding-top: 0.2rem;
        padding-bottom: 0.2rem; }
  @media screen and (max-width: 39.99875em) {
    .product-teaser-container .search-result-controls > .option {
      display: block; } }
  .product-teaser-container .search-result-controls .page-size-option .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-teaser-container .search-result-controls .page-size-option .container ul {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .product-teaser-container .search-result-controls .page-size-option .container ul li {
        line-height: 1.5; }
        .product-teaser-container .search-result-controls .page-size-option .container ul li button {
          cursor: pointer;
          color: #b5b5b5; }
        .product-teaser-container .search-result-controls .page-size-option .container ul li.selected button {
          text-decoration: underline; }
  .product-teaser-container .search-result-controls .sort-option .container {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-teaser-container .search-result-controls .sort-option select {
    margin: 0;
    border: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    height: 100%;
    font-size: inherit; }

.product-teaser-container .search-result-bottom-controls {
  margin: 1rem 0; }

.product-teaser-container .search-results .no-results {
  width: 100%; }

@media screen and (min-width: 40em) {
  .product-teaser-container .search-results {
    margin-left: 0.5rem; } }

.gedore-corporate .product-teaser-container .results-description, .gedore-corporate .product-teaser-container .search-result-controls .option {
  font-family: GedoreTypeLight;
  color: #004C97; }

.gedore-corporate .product-teaser-container .page-size-option ul li.selected button {
  font-family: GedoreTypeBook;
  color: #004C97; }

.gedore-blue .product-teaser-container .results-description, .gedore-blue .product-teaser-container .search-result-controls .option {
  font-family: GedoreTypeLight;
  color: #004C97; }

.gedore-blue .product-teaser-container .page-size-option ul li.selected button {
  font-family: GedoreTypeBook;
  color: #004C97; }

.gedore-red .product-teaser-container .results-description, .gedore-red .product-teaser-container .search-result-controls .option {
  font-family: GedoreTypeLight;
  color: #a6192e; }

.gedore-red .product-teaser-container .page-size-option ul li.selected button {
  font-family: GedoreTypeBook;
  color: #a6192e; }

.ochsenkopf .product-teaser-container .results-description, .ochsenkopf .product-teaser-container .search-result-controls .option {
  font-family: OchsenkopfSerif;
  color: #004128; }

.ochsenkopf .product-teaser-container .page-size-option ul li.selected button {
  font-family: VerlagBook;
  color: #004128; }

.product-overview-filter-container .accordion .accordion-item .accordion-title.fa-icon {
  padding-left: 2.2rem; }
  .product-overview-filter-container .accordion .accordion-item .accordion-title.fa-icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 1rem;
    top: 1.3rem;
    font-size: 0.9rem; }
  .product-overview-filter-container .accordion .accordion-item .accordion-title.fa-icon.current-filter:after {
    content: "\f0b0"; }

.product-overview-filter-container .accordion .accordion-item .accordion-content label.disabled {
  color: #b5b5b5; }

.product-overview-filter-container .accordion .accordion-item .accordion-content.inner-accordion {
  padding-left: 0;
  padding-right: 0; }

.product-overview-filter-container .accordion .accordion-item .accordion-content .category-accordion .accordion-item.selected a {
  color: #004C97; }

.product-overview-filter-container .accordion .accordion-item .accordion-content .category-accordion .accordion-item.is-active .accordion-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  left: 1rem; }

.product-overview-filter-container .accordion .accordion-item .accordion-content .category-accordion .accordion-item .accordion-title {
  padding-left: 2.2rem;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
  padding-right: 2.2rem; }
  .product-overview-filter-container .accordion .accordion-item .accordion-content .category-accordion .accordion-item .accordion-title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    left: 1.2rem;
    font-size: 0.9rem;
    top: 0;
    color: #b5b5b5; }
  .product-overview-filter-container .accordion .accordion-item .accordion-content .category-accordion .accordion-item .accordion-title.no-menu:before {
    content: ''; }

.product-overview-filter-container .accordion .accordion-item .accordion-content .category-accordion .accordion-item .accordion-content {
  margin-top: 0.5rem;
  padding-left: 2.2rem;
  background-color: #E8E8E6; }
  .product-overview-filter-container .accordion .accordion-item .accordion-content .category-accordion .accordion-item .accordion-content .active-category a {
    color: #004C97; }
  .product-overview-filter-container .accordion .accordion-item .accordion-content .category-accordion .accordion-item .accordion-content a {
    color: #565656; }

.product-overview-filter-container .accordion .accordion-item .sub-list {
  padding-left: 2rem; }

.product-overview-filter-container .info-box {
  font-size: 0.8rem;
  background-color: #FFFFFF;
  padding: 1rem; }

.product-overview-filter-container .filter-button {
  margin: 1rem 0; }

.slider.product-simple-teaser-slider {
  /* Padding for the hover effect */ }
  .slider.product-simple-teaser-slider .slick-list,
  .slider.product-simple-teaser-slider .product-simple-teaser {
    padding: 0.4rem; }
    @media screen and (max-width: 39.99875em) {
      .slider.product-simple-teaser-slider .slick-list,
      .slider.product-simple-teaser-slider .product-simple-teaser {
        padding: 0.25rem; } }

.product-simple-teaser {
  height: 100%;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .product-simple-teaser .teaser-link {
    color: #565656; }
  .product-simple-teaser .teaser-link,
  .product-simple-teaser .content-wrapper {
    display: inherit;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    height: inherit; }
  .product-simple-teaser .content-wrapper {
    padding: 1rem; }
    @media screen and (min-width: 40em) {
      .product-simple-teaser .content-wrapper.content-hover {
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .product-simple-teaser .content-wrapper.content-hover:hover {
          -webkit-transform: scale(1.014, 1.014);
                  transform: scale(1.014, 1.014);
          -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
                  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); } }
  .product-simple-teaser .top-content {
    margin-bottom: 1rem; }
  .product-simple-teaser .article-description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-weight: bold;
    word-break: break-word;
    line-height: 1; }
  .product-simple-teaser .image {
    height: 15rem;
    margin: 0 1rem 0.5rem 1rem; }
    .product-simple-teaser .image img {
      display: inline-block;
      max-height: 15rem; }
  .product-simple-teaser .branch img {
    display: inline-block; }
  .product-simple-teaser .gedore-corporate.numbers {
    color: #004C97; }
  .product-simple-teaser .gedore-blue.numbers {
    color: #004C97; }
  .product-simple-teaser .gedore-red.numbers {
    color: #a6192e; }
  .product-simple-teaser .ochsenkopf.numbers {
    color: #004128; }
  .product-simple-teaser .numbers .splitter {
    font-size: 1rem; }
  .product-simple-teaser .numbers .article-number {
    font-size: 0.8rem; }
  .product-simple-teaser .price {
    font-weight: bold;
    margin-top: 0.5rem;
    line-height: 1; }
  .product-simple-teaser .tax {
    font-size: 0.7rem; }

.gedore-corporate .product-simple-teaser {
  font-family: GedoreTypeBook; }

.gedore-blue .product-simple-teaser {
  font-family: GedoreTypeBook; }

.gedore-red .product-simple-teaser {
  font-family: GedoreTypeBook; }

.ochsenkopf .product-simple-teaser {
  font-family: VerlagBook; }

.product-headline {
  color: #565656;
  margin-bottom: 1rem;
  line-height: 1.2; }
  .product-headline h1 {
    font-size: 1.3em;
    margin-bottom: 0;
    line-height: 1.2; }
  .product-headline .article-number {
    font-size: 1.3em; }
  .product-headline .code-number {
    font-size: 0.8em; }

.gedore-corporate .product-headline {
  font-family: GedoreTypeBook; }
  .gedore-corporate .product-headline .article-number {
    color: #004C97; }
  .gedore-corporate .product-headline h1 {
    font-family: GedoreTypeMedium; }

.gedore-blue .product-headline {
  font-family: GedoreTypeBook; }
  .gedore-blue .product-headline .article-number {
    color: #004C97; }
  .gedore-blue .product-headline h1 {
    font-family: GedoreTypeMedium; }

.gedore-red .product-headline {
  font-family: GedoreTypeBook; }
  .gedore-red .product-headline .article-number {
    color: #a6192e; }
  .gedore-red .product-headline h1 {
    font-family: GedoreTypeMedium; }

.ochsenkopf .product-headline {
  font-family: VerlagBook; }
  .ochsenkopf .product-headline .article-number {
    color: #004128; }
  .ochsenkopf .product-headline h1 {
    font-family: VerlagBook; }

.bg-lightgrey .promo-box .promo, .bg-white .promo-box .promo {
  background-color: #f3f3f3;
  color: #565656; }

.promo-box {
  background-color: #FFFFFF; }
  .promo-box .promo {
    background-color: #FFFFFF;
    font-size: 0.75rem;
    padding: 0.2rem 1rem 0.2rem 0.4rem;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #565656;
    outline: none;
    line-height: 1.5; }
    .promo-box .promo.topseller, .promo-box .promo.blue_deal {
      background-color: #004C97;
      color: #FFFFFF; }
    .promo-box .promo.impulse {
      background-color: #a6192e;
      color: #FFFFFF; }
    .promo-box .promo:after {
      position: absolute;
      right: -0.1rem;
      bottom: -0.1rem;
      content: '';
      border-bottom: 10px solid #FFFFFF;
      border-left: 10px solid transparent; }
  .promo-box .promotion-offer {
    padding-right: 0.4rem;
    float: left;
    font-weight: bold; }

.gedore-corporate .promo-box .promo {
  font-family: GedoreTypeLight; }

.gedore-blue .promo-box .promo {
  font-family: GedoreTypeLight; }

.gedore-red .promo-box .promo {
  font-family: GedoreTypeLight; }

.ochsenkopf .promo-box .promo {
  font-family: OchsenkopfSerif; }

.product-simple-teaser .promo.neuheit {
  background-color: #FFFFFF; }

.bg-lightgrey .product-simple-teaser .promo.neuheit {
  background-color: #f3f3f3; }

.bookmark {
  float: right;
  border: 1px solid #b5b5b5;
  color: #b5b5b5;
  padding: 0.3rem;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .bookmark:hover:before {
    font-weight: 900; }

.gedore-corporate .bookmark.active, .gedore-corporate .bookmark:hover:before {
  font-weight: 900;
  color: #004C97;
  border-color: #004C97; }

.gedore-blue .bookmark.active, .gedore-blue .bookmark:hover:before {
  font-weight: 900;
  color: #004C97;
  border-color: #004C97; }

.gedore-red .bookmark.active, .gedore-red .bookmark:hover:before {
  font-weight: 900;
  color: #a6192e;
  border-color: #a6192e; }

.ochsenkopf .bookmark.active, .ochsenkopf .bookmark:hover:before {
  font-weight: 900;
  color: #004128;
  border-color: #004128; }

.wishlist-container {
  padding: 2rem; }
  .wishlist-container .no-results {
    width: 100%; }

.meta-navigation .wishlist-link {
  position: relative;
  display: inline-block; }
  .meta-navigation .wishlist-link:after {
    content: attr(data-content);
    position: absolute;
    text-align: center;
    top: 0.5rem;
    right: -0.3rem;
    background-color: #565656;
    border-radius: 50%;
    color: #f3f3f3;
    padding: 0 0.2rem;
    font-size: 0.75rem; }

.pagination {
  margin: 0; }
  .pagination li {
    font-size: inherit; }
  .pagination li.page-option {
    width: 2rem;
    text-align: center;
    background-color: #FFFFFF; }
    .pagination li.page-option.disabled:hover {
      background-color: #FFFFFF; }
    .pagination li.page-option.disabled a {
      color: #f3f3f3; }
    .pagination li.page-option a {
      color: #565656; }
  .pagination li.result-text {
    margin: 0 0.5rem; }

.gedore-corporate .pagination {
  font-family: GedoreTypeLight; }
  .gedore-corporate .pagination li.page-option {
    font-family: "Myriad Pro", "Arial", sans-serif; }

.gedore-blue .pagination {
  font-family: GedoreTypeLight; }
  .gedore-blue .pagination li.page-option {
    font-family: "Myriad Pro", "Arial", sans-serif; }

.gedore-red .pagination {
  font-family: GedoreTypeLight; }
  .gedore-red .pagination li.page-option {
    font-family: "Myriad Pro", "Arial", sans-serif; }

.ochsenkopf .pagination {
  font-family: OchsenkopfSerif; }
  .ochsenkopf .pagination li.page-option {
    font-family: "VerlagLight", "Arial", sans-serif; }

#nexmart-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 110; }
  #nexmart-overlay .loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #nexmart-overlay .content-wrapper {
    background: rgba(227, 227, 225, 0.85);
    padding: 5rem 10rem;
    position: relative; }
    @media screen and (max-width: 39.99875em) {
      #nexmart-overlay .content-wrapper {
        padding: 1rem; }
        #nexmart-overlay .content-wrapper .headline {
          margin-top: 2rem;
          margin-bottom: 1rem; } }
    #nexmart-overlay .content-wrapper .error-message {
      font-size: 1.5rem; }
    #nexmart-overlay .content-wrapper .close {
      font-size: 2rem;
      position: absolute;
      right: 1rem;
      top: 1rem;
      color: #565656; }
      #nexmart-overlay .content-wrapper .close i {
        font-weight: 600;
        cursor: pointer; }
    #nexmart-overlay .content-wrapper .headline {
      text-align: center; }
    #nexmart-overlay .content-wrapper .grid-x .cell .teaser, #nexmart-overlay .content-wrapper .grid-x .cell .teaser-link {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #nexmart-overlay .content-wrapper .grid-x .cell .teaser {
      min-height: 12rem;
      padding: 0.5rem;
      background-color: #cccccc;
      -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      height: 100%; }
      #nexmart-overlay .content-wrapper .grid-x .cell .teaser:hover {
        -webkit-transform: scale(1.014, 1.014);
                transform: scale(1.014, 1.014);
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
      #nexmart-overlay .content-wrapper .grid-x .cell .teaser a {
        color: #565656; }
      #nexmart-overlay .content-wrapper .grid-x .cell .teaser .image-wrapper {
        height: 8rem;
        text-align: center; }
        #nexmart-overlay .content-wrapper .grid-x .cell .teaser .image-wrapper img {
          max-height: 8rem; }
      #nexmart-overlay .content-wrapper .grid-x .cell .teaser .text {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding: 0.5rem;
        text-align: center; }
    #nexmart-overlay .content-wrapper .filter-wrapper {
      margin-bottom: 0.5rem; }
      #nexmart-overlay .content-wrapper .filter-wrapper .sortings {
        float: right; }
        #nexmart-overlay .content-wrapper .filter-wrapper .sortings .button {
          border: 1px solid #565656;
          color: #565656;
          background: none;
          margin-bottom: 0; }
          #nexmart-overlay .content-wrapper .filter-wrapper .sortings .button:last-child {
            margin-right: 0; }
          #nexmart-overlay .content-wrapper .filter-wrapper .sortings .button:hover, #nexmart-overlay .content-wrapper .filter-wrapper .sortings .button.active {
            background-color: #565656;
            color: #FFFFFF; }

.gedore-corporate #nexmart-overlay .headline {
  color: #004C97; }

.gedore-corporate #nexmart-overlay .content-wrapper .error-message {
  font-family: GedoreTypeLight; }

.gedore-corporate #nexmart-overlay .grid-x .cell a {
  font-family: GedoreTypeBook; }

.gedore-blue #nexmart-overlay .headline {
  color: #004C97; }

.gedore-blue #nexmart-overlay .content-wrapper .error-message {
  font-family: GedoreTypeLight; }

.gedore-blue #nexmart-overlay .grid-x .cell a {
  font-family: GedoreTypeBook; }

.gedore-red #nexmart-overlay .headline {
  color: #a6192e; }

.gedore-red #nexmart-overlay .content-wrapper .error-message {
  font-family: GedoreTypeLight; }

.gedore-red #nexmart-overlay .grid-x .cell a {
  font-family: GedoreTypeBook; }

.ochsenkopf #nexmart-overlay .headline {
  color: #004128; }

.ochsenkopf #nexmart-overlay .content-wrapper .error-message {
  font-family: OchsenkopfSerif; }

.ochsenkopf #nexmart-overlay .grid-x .cell a {
  font-family: VerlagBook; }

@media screen and (max-width: 63.99875em) {
  #nexmart-overlay .content-wrapper {
    padding: 3rem; } }

.news-details-container h3, .news-details-container .subline {
  text-align: center; }

.news-details-container .grid-container {
  margin-top: 1rem; }
  .news-details-container .grid-container .date {
    margin-bottom: 0.5rem; }

.gedore-corporate .news-details-container .grid-container .date {
  font-family: GedoreTypeBook; }

.gedore-blue .news-details-container .grid-container .date {
  font-family: GedoreTypeBook; }

.gedore-red .news-details-container .grid-container .date {
  font-family: GedoreTypeBook; }

.ochsenkopf .news-details-container .grid-container .date {
  font-family: VerlagBook; }

.gedore-corporate ul.menu.tab-menu.open li:hover {
  border-bottom: 0.2rem solid #004C97; }

.gedore-blue ul.menu.tab-menu.open li:hover {
  border-bottom: 0.2rem solid #004C97; }

.gedore-red ul.menu.tab-menu.open li:hover {
  border-bottom: 0.2rem solid #a6192e; }

.ochsenkopf ul.menu.tab-menu.open li:hover {
  border-bottom: 0.2rem solid #004128; }

ul.menu.tab-menu {
  position: relative; }
  ul.menu.tab-menu li {
    line-height: 1;
    border-bottom: 0.2rem solid transparent; }
    @media screen and (max-width: 39.99875em) {
      ul.menu.tab-menu li.active {
        font-weight: bold; } }
    ul.menu.tab-menu li.active a {
      background: none; }
    ul.menu.tab-menu li a {
      padding-top: 0.7rem;
      padding-bottom: 0.5rem;
      color: #565656; }
  @media screen and (max-width: 39.99875em) {
    ul.menu.tab-menu li {
      display: none;
      width: 100%;
      margin-left: 0; }
      ul.menu.tab-menu li.active {
        display: block; }
    ul.menu.tab-menu.open li {
      display: block; }
    ul.menu.tab-menu.open:after {
      content: '\f0d8'; }
    ul.menu.tab-menu:after {
      content: '\f0d7';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      right: 0rem;
      top: 0.4rem;
      pointer-events: none; } }

.product-categories-slider {
  padding: 0; }
  .product-categories-slider .element .link .button {
    width: 100%;
    background-color: #FFFFFF;
    color: #565656;
    padding: 1.5rem 1rem;
    font-family: GedoreTypeBook;
    margin-left: 0;
    margin-right: 0; }

.bg-white .element .link .button {
  background-color: #f3f3f3; }

/* site specific styling */
body.ochsenkopf {
  font-size: 1.2rem;
  /* GED-745 set OchsenkopfSerif always to uppercase*/ }
  body.ochsenkopf h1, body.ochsenkopf h2, body.ochsenkopf h3 {
    word-break: break-word;
    text-transform: uppercase;
    line-height: 1; }
  body.ochsenkopf h1, body.ochsenkopf h1.themed, body.ochsenkopf .headline-element h1 {
    font-size: 3.2rem;
    color: #004128; }
  body.ochsenkopf h2, body.ochsenkopf h2.themed {
    font-size: 2.5rem;
    color: #fab900; }
  body.ochsenkopf h3, body.ochsenkopf h3.themed {
    font-size: 1.8rem;
    color: #241d14; }
  @media screen and (max-width: 39.99875em) {
    body.ochsenkopf h1, body.ochsenkopf h1.themed, body.ochsenkopf .headline-element h1 {
      font-size: 1.8rem; }
    body.ochsenkopf h2, body.ochsenkopf h2.themed {
      font-size: 1.4rem; }
    body.ochsenkopf h3, body.ochsenkopf h3.themed {
      font-size: 1.0rem; } }
  body.ochsenkopf .header .sticky-content {
    background-color: rgba(0, 0, 0, 0.8); }
  body.ochsenkopf .header .main-navigation-logo {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 64em) {
      body.ochsenkopf .header .main-navigation-logo {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 0; } }
    body.ochsenkopf .header .main-navigation-logo .logo img {
      height: 1.7rem; }
    @media screen and (min-width: 64em) {
      body.ochsenkopf .header .main-navigation-logo .logo img {
        height: 3rem; } }
  body.ochsenkopf .header .main-navigation {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 0.5rem; }
    body.ochsenkopf .header .main-navigation li a {
      font-size: 1rem; }
    @media screen and (min-width: 64em) {
      body.ochsenkopf .header .main-navigation {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  body.ochsenkopf .header .meta-navigation {
    font-family: "VerlagLight"; }
    body.ochsenkopf .header .meta-navigation > ul.menu li .pipe {
      color: #FFFFFF; }
  body.ochsenkopf .header input[type="search"] {
    color: #FFFFFF; }
  @media screen and (max-width: 39.99875em) {
    body.ochsenkopf .header input[type="search"] {
      color: rgba(0, 0, 0, 0.8); } }
  body.ochsenkopf .slider.carousel.bg-lightgrey .carousel-element .text-overlay {
    background: rgba(0, 65, 40, 0.7);
    border-top: 1px solid #fab900;
    color: #FFFFFF;
    padding: 1rem; }
    @media screen and (max-width: 63.99875em) {
      body.ochsenkopf .slider.carousel.bg-lightgrey .carousel-element .text-overlay {
        background: rgba(0, 65, 40, 0.9); } }
    body.ochsenkopf .slider.carousel.bg-lightgrey .carousel-element .text-overlay h1, body.ochsenkopf .slider.carousel.bg-lightgrey .carousel-element .text-overlay h2, body.ochsenkopf .slider.carousel.bg-lightgrey .carousel-element .text-overlay h3 {
      text-transform: uppercase;
      line-height: 1;
      color: #FFFFFF; }
  body.ochsenkopf .button {
    background: none; }
    body.ochsenkopf .button.angle-right-ok-green, body.ochsenkopf .button.ok-green {
      color: #004128; }
    body.ochsenkopf .button.angle-right-ok-yellow, body.ochsenkopf .button.ok-yellow {
      color: #fab900; }
    body.ochsenkopf .button.angle-right-ok-noblack, body.ochsenkopf .button.ok-noblack {
      color: #241d14; }
    body.ochsenkopf .button.ok-green {
      border: 1px solid #004128; }
      body.ochsenkopf .button.ok-green:hover {
        background-color: #004128;
        color: #FFFFFF; }
    body.ochsenkopf .button.ok-yellow {
      border: 1px solid #fab900; }
      body.ochsenkopf .button.ok-yellow:hover {
        background-color: #fab900;
        color: #241d14; }
    body.ochsenkopf .button.ok-noblack {
      border: 1px solid #241d14; }
      body.ochsenkopf .button.ok-noblack:hover {
        background-color: #241d14;
        color: #FFFFFF; }
  body.ochsenkopf .pagination,
  body.ochsenkopf #nexmart-overlay .content-wrapper .error-message,
  body.ochsenkopf .promo-box .promo,
  body.ochsenkopf .product-teaser-container .results-description,
  body.ochsenkopf .product-teaser-container .search-result-controls .option {
    text-transform: uppercase; }
  body.ochsenkopf .back-to-top {
    background-color: #241d14; }
  body.ochsenkopf footer {
    background-color: #241d14;
    color: #FFFFFF; }
  body.ochsenkopf section.page-section.bg-sand {
    background-color: #f5f5f0; }
    body.ochsenkopf section.page-section.bg-sand .content-teaser .text, body.ochsenkopf section.page-section.bg-sand .content-teaser .image {
      background-color: #FFFFFF; }
  body.ochsenkopf .content-teaser .text .link .grey-border {
    color: #241d14;
    border: 1px solid #241d14; }
    body.ochsenkopf .content-teaser .text .link .grey-border:hover {
      color: #FFFFFF;
      background-color: #241d14; }
  body.ochsenkopf .content-elements form h3 {
    text-align: center; }
  body.ochsenkopf .content-elements form .section-headline {
    color: #004128;
    font-weight: bold; }
  body.ochsenkopf .content-elements form div label:not(.no-format) {
    color: #241d14; }
  body.ochsenkopf .product-headline h1, body.ochsenkopf .product-headline .article-number {
    font-size: 1.4rem;
    text-transform: none; }
  body.ochsenkopf .product-headline .code-number {
    font-size: 0.9rem; }
  body.ochsenkopf .product-simple-teaser .tax {
    font-size: 0.9rem; }
  body.ochsenkopf .slick-arrow:before {
    color: #004128; }
  body.ochsenkopf .product-overview {
    font-family: VerlagBook; }
    body.ochsenkopf .product-overview .results-description,
    body.ochsenkopf .product-overview .search-result-controls .option,
    body.ochsenkopf .product-overview .pagination {
      font-family: VerlagBook;
      text-transform: none; }
      body.ochsenkopf .product-overview .results-description li.page-option a,
      body.ochsenkopf .product-overview .search-result-controls .option li.page-option a,
      body.ochsenkopf .product-overview .pagination li.page-option a {
        color: #004128; }
    body.ochsenkopf .product-overview .accordion-item .accordion-title {
      font-size: 1.2rem; }
    body.ochsenkopf .product-overview .accordion {
      font-size: 1rem; }
  body.ochsenkopf .product-accordion .accordion-item .accordion-title {
    font-size: 1.2rem; }
    body.ochsenkopf .product-accordion .accordion-item .accordion-title:before {
      top: 0.65rem; }

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