@charset "UTF-8";
/* App Settings */
.settings-sticky-load-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
.settings-sticky-load-indicator.active {
  display: block;
}

/*Imports für foundation selbst*/
/*$primary-color: #005691;*/
/*$body-font-color: $black;*/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*Includes für foundation selbst*/
/*! 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  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 {
  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] {
  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;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "theSansRegular", Verdana, 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 {
  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;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

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: "theSansLight", Verdana, 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: #979EA4;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  h2, .h2 {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
  h3, .h3 {
    font-size: 1rem;
    line-height: 1.375;
  }
  h4, .h4 {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  h6, .h6 {
    font-size: 3rem;
    line-height: 1.0833333333;
  }
}
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  h2, .h2 {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
  h3, .h3 {
    font-size: 1rem;
    line-height: 1.375;
  }
  h4, .h4 {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  h6, .h6 {
    font-size: 3rem;
    line-height: 1.0833333333;
  }
}
a {
  line-height: inherit;
  color: #006EAD;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #005f95;
}
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 #979EA4;
  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, ul ol, ol ul, 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 #979EA4;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

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

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f5f5f5;
  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;
}

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

.code-inline, code {
  border: 1px solid #979EA4;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #979EA4;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !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;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.5rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  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;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.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, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #ffffff;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #ffffff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #ffffff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #000000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #000000;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000000;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000000;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #000000;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000000;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .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, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  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;
}

[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;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #979EA4;
  border-radius: 0;
  background-color: #ffffff;
  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;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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;
  box-shadow: 0 0 5px #979EA4;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

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

::placeholder {
  color: #979EA4;
}

[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;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  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-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #979EA4;
  background: #f5f5f5;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  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;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  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 #979EA4;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #979EA4;
  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;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@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;
  box-shadow: 0 0 5px #979EA4;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.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;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, 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 print, 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 print, 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 !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.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 #f5f5f5;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #f5f5f5;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

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

.close-button {
  position: absolute;
  z-index: 10;
  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.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #006EAD;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #005e93;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.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;
  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;
  transform: translateX(-50%);
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
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;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #979EA4;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  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 print, 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;
}

.tabs {
  margin: 0;
  border: 1px solid none;
  background: #f5f5f5;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  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 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #f5f5f5;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #f5f5f5;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid none;
  border-top: 0;
  background: #ffffff;
  color: foreground(#f5f5f5, #006EAD);
  transition: all 0.5s ease;
}

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

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

/* App Elemente */
@font-face {
  font-family: "LC_icons";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  /*[href*="twitter"] {
      @include icon(before, icon-twitter);
  }*/
}
body .LC-icon.icon-alert-after:after {
  content: "\e901";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-alert-before:before {
  content: "\e901";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-alert-error-after:after {
  content: "\e900";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-alert-error-before:before {
  content: "\e900";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-checkmark-frame-after:after {
  content: "\e903";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-checkmark-frame-before:before {
  content: "\e903";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-info-after:after {
  content: "\e910";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-info-before:before {
  content: "\e910";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-checkmark-after:after {
  content: "\e904";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-checkmark-before:before {
  content: "\e904";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-globe-language-after:after {
  content: "\e906";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-globe-language-before:before {
  content: "\e906";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-ruler-after:after {
  content: "\e907";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-ruler-before:before {
  content: "\e907";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-upload-after:after {
  content: "\e915";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-upload-before:before {
  content: "\e915";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-wheretobuy-after:after {
  content: "\e916";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-wheretobuy-before:before {
  content: "\e916";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-camera-after:after {
  content: "\e90f";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-camera-before:before {
  content: "\e90f";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-getintouch-after:after {
  content: "\e90e";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-getintouch-before:before {
  content: "\e90e";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-menu-after:after {
  content: "\e917";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-menu-before:before {
  content: "\e917";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-close-after:after {
  content: "\e908";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-close-before:before {
  content: "\e908";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-arrow-left-after:after {
  content: "\e918";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-arrow-left-before:before {
  content: "\e918";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-arrow-right-after:after {
  content: "\e919";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-arrow-right-before:before {
  content: "\e919";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-arrow-up-after:after {
  content: "\e91a";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-arrow-up-before:before {
  content: "\e91a";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-arrow-down-after:after {
  content: "\e902";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-arrow-down-before:before {
  content: "\e902";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-arrow_right-after:after {
  content: "\e905";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-arrow_right-before:before {
  content: "\e905";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-dori_d-after:after {
  content: "\e909";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-dori_d-before:before {
  content: "\e909";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-dori_o-after:after {
  content: "\e90b";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-dori_o-before:before {
  content: "\e90b";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-dori_r-after:after {
  content: "\e90c";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-dori_r-before:before {
  content: "\e90c";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-dori_i-after:after {
  content: "\e90a";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-dori_i-before:before {
  content: "\e90a";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-linkedin-after:after {
  content: "\e911";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-linkedin-before:before {
  content: "\e911";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-facebook-after:after {
  content: "\e90d";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-facebook-before:before {
  content: "\e90d";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-x-after:after {
  content: "\e914";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-x-before:before {
  content: "\e914";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-plus-after:after {
  content: "\e913";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-plus-before:before {
  content: "\e913";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-minus-after:after {
  content: "\e912";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.icon-minus-before:before {
  content: "\e912";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
body .LC-icon.rounded:after {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #f5f5f5;
  background-color: white;
  color: #979EA4;
  font-weight: bold;
  padding: 5px;
}
body .LC-icon:hover, body .LC-icon:focus {
  color: #0062a8;
  border-color: #0062a8;
}
body .LC-icon.no-hover {
  pointer-events: none;
}
body .LC-icon.icon-plus-after:after, body .LC-icon.icon-minus-after:after {
  font-size: 28px;
}
body .LC-icon.big:after {
  font-size: 32px;
}

.noDisplay {
  display: none;
}

.relative {
  position: relative;
}

.row.margin-bottom-big {
  margin-bottom: 40px;
}
.row.vertical-padding-middle {
  padding-top: 30px;
  padding-bottom: 30px;
}
.row.vertical-padding-big {
  padding-top: 56px;
  padding-bottom: 32px;
}
.row.big-headline {
  padding-top: 60px;
  padding-bottom: 0px;
}
.row .mainColumn {
  height: 1.5rem;
  display: table;
}
@media print, screen and (min-width: 40em) {
  .row .mainColumn {
    height: 90px;
  }
}
.row .mainColumn div.tablecell {
  display: table-cell;
  vertical-align: middle;
}
.row .mainColumn div.tablecell h2,
.row .mainColumn div.tablecell h4,
.row .mainColumn div.tablecell a,
.row .mainColumn div.tablecell span {
  display: inline;
}
.row.hidden-area {
  display: none;
}
.row .seperator {
  border-bottom: 2px solid #f5f5f5;
  height: 1px;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.row .seperator.bold {
  border-bottom: 4px solid #f5f5f5;
}
.row .margin-bottom-big {
  margin-bottom: 40px;
}
.row .vertical-padding-middle {
  padding-top: 30px;
  padding-bottom: 30px;
}
.row .vertical-padding-big {
  padding-top: 56px;
  padding-bottom: 32px;
}

.button {
  background-color: #007BC0;
  background-position: 0 0;
  background-size: 100% 200%;
  padding: 15px 16px;
  font-size: 16px;
  line-height: 19.2px;
}
.button.hollow {
  border: 1px solid #007BC0;
  color: #007BC0;
  background: #fff;
}

h1 {
  color: #000;
  font-size: 24px;
  line-height: 33.6px;
  font-family: "theSansBold";
  margin-bottom: 8px;
}
@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
h1.black {
  color: #000000;
}

h2,
h3 {
  color: #005691;
}
h2.aqua,
h3.aqua {
  color: #00a8b0;
}

h4 {
  color: #000000;
  font-family: "theSansRegular", Verdana, sans-serif;
}
h4.bold {
  font-family: "theSansBold", Verdana, sans-serif;
}

h5 {
  color: #000000;
}

h6 {
  font-size: 24px;
  line-height: 33.6px;
  color: #000;
  font-family: "theSansBold";
  margin-bottom: 17px;
}

a.LC-icon {
  color: #0062a8;
}
a.LC-icon:hover {
  color: #000000;
}

.tabsContainer {
  overflow: hidden;
  width: 100%;
  background-color: #EEF1F2;
  padding: 0;
  position: relative;
  height: 57px;
}
@media print, screen and (max-width: 39.99875em) {
  .tabsContainer:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.5rem;
    height: 3.625rem;
    background: linear-gradient(to right, rgb(245, 245, 245) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
  }
  .tabsContainer:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.5rem;
    height: 3.625rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(245, 245, 245) 100%);
    z-index: 10;
  }
}
.tabsContainer .modeTabs {
  display: inline-flex;
  position: relative;
}
.tabsContainer .modeTabs:before, .tabsContainer .modeTabs:after {
  position: absolute;
}
.tabsContainer .modeTabs li.tabs-title {
  flex: none;
  margin-right: 16px;
  margin-left: 16px;
}
.tabsContainer .modeTabs li.tabs-title a {
  font-size: 16px;
  color: #000;
  padding: 20px 0 18px;
}
.tabsContainer .modeTabs li.tabs-title.is-active {
  border-bottom: 3px solid #006EAD;
}
.tabsContainer .modeTabs li.tabs-title.is-active a {
  color: #006EAD;
}
.tabsContainer .modeTabs li.tabs-title.inactive {
  pointer-events: none;
}
.tabsContainer .modeTabs li.tabs-title.inactive a {
  color: #979EA4;
}

select, span.select2 {
  outline: 0;
  background-color: #EEF1F2 !important;
  color: #000000;
  font-size: 0.875rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none !important;
  height: 49px;
  margin-top: -1px;
  background-image: unset;
  width: 100% !important;
}

#settingsmode select, #settingsmode span.select2 {
  background-color: #fff !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 49px;
  padding-top: 11px;
  padding-left: 2px;
}

.select2-selection__arrow {
  display: none;
}

label.select {
  overflow: hidden;
  height: 49px;
  width: auto;
  position: relative;
  display: block;
  border: none;
  margin-bottom: 30px;
}
label.select:after {
  content: "";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 16px;
}
label.select:after {
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: -3px;
  text-align: center;
  color: #006EAD;
  padding: 12px;
  content: "\e902";
}

.disclaimer h2 {
  font-family: "theSansBold";
  color: #000;
  font-size: 24px;
  line-height: 33.6px;
  margin-bottom: 16px;
}
.disclaimer p {
  font-size: 16px;
  line-height: 24px;
}
.disclaimer p a {
  color: #000;
  text-decoration: underline;
}

.saveprint {
  display: none;
}

.results {
  display: none;
}

@media print, screen and (max-width: 39.99875em) {
  .disclaimer {
    margin-bottom: 1.875rem;
  }
  .disclaimer p {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  .row.main {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.panel-box p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.tabs-content {
  padding-left: 16px;
  padding-right: 16px;
}

.proceedButton {
  margin-bottom: 55px;
}

.panel-box h2 {
  padding: 24px 30px 0 30px;
  font-size: 24px;
  line-height: 33.6px;
  font-family: "theSansBold";
  color: #000;
}
@media print, screen and (min-width: 64em) {
  .panel-box h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
.panel-box h3 {
  padding: 0 24px 24px 24px;
  font-size: 16px;
  line-height: 24px;
  font-family: "theSansRegular";
  color: #000;
  margin-bottom: 0;
}

.indent-fix1 {
  margin-right: 8px;
  margin-left: 8px;
  width: calc(100% - 16px);
}

@media print, screen and (min-width: 64em) {
  .row.indent-fix-desktop {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media print, screen and (min-width: 64em) {
  .indent-fix2-desktop {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}

input[type=text] {
  border: none;
  box-shadow: none;
  width: calc(100% - 7px);
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  line-height: 21px;
  border-bottom: 1px solid #000;
  height: 49px;
  margin-bottom: 32px;
}

.header {
  position: relative;
  margin-top: 15px;
}
.header:before {
  background: url("../img/supergraphic.svg") no-repeat;
  height: 6px;
  content: " ";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  right: 0;
  display: block;
  background-size: cover;
}
.header .menu {
  position: relative;
  margin-bottom: 107px;
}
@media print, screen and (max-width: 63.99875em) {
  .header .menu {
    margin-bottom: 50px;
  }
}
.header .menu svg.logo {
  height: 32px;
  width: 144px;
  margin-top: 8px;
}
@media print, screen and (max-width: 63.99875em) {
  .header .menu svg.logo {
    height: 24px;
    width: 108px;
    margin-top: 3px;
    margin-left: 5px;
  }
}
.header .menu .functions {
  position: absolute;
  top: 11px;
  right: 0;
  display: flex;
  column-gap: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .header .menu .functions {
    display: none;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .menu .functions {
    top: -40px;
  }
}
.header .menu .functions > a {
  color: #000;
  padding: 0 9px 0 20px;
  display: inline;
  font-size: 16px;
}
.header .menu .functions > a ::before {
  position: relative;
  left: -10px;
}
.header .menu .functions > a:after {
  position: relative;
  top: 1px;
  right: -8px;
}
.header .menu .functions > a span {
  pointer-events: none;
}
.header .menu .functions a.functionUnit.icon-arrow_bold_down-after:after,
.header .menu .functions a.functionLanguage.icon-arrow_bold_down-after:after {
  font-size: 0.625rem;
  padding-left: 0.5rem;
}
.header .menu .functions .functionUnitCont,
.header .menu .functions .functionLanguageCont {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: #000 1px 1px 6px;
  display: none;
}
.header .menu .functions .functionUnitCont > a,
.header .menu .functions .functionLanguageCont > a {
  color: #000;
  display: block;
  padding: 5px 10px;
  width: 140px;
  overflow: hidden;
  background-color: #fff;
}
.header .menu .functions .functionUnitCont > a:hover,
.header .menu .functions .functionLanguageCont > a:hover {
  background-color: #1779ba;
  color: #fff;
}
.header .menu .functions .functionUnitCont.active,
.header .menu .functions .functionLanguageCont.active {
  display: block;
}
@media print, screen and (max-width: 63.99875em) {
  .header .menu .functions .functionUnitCont.active,
  .header .menu .functions .functionLanguageCont.active {
    display: none;
  }
}
.header .menu .functions .functionLanguageCont {
  right: 200px;
}
@media print, screen and (max-width: 39.99875em) {
  .header .menu .functions .functionLanguageCont {
    right: 206px;
  }
}
.header .menu .functions-mobile {
  display: none;
  position: absolute;
  right: 22px;
  top: 1px;
  cursor: pointer;
}
.header .menu .functions-mobile span:before {
  font-size: 18px;
}
@media print, screen and (max-width: 63.99875em) {
  .header .menu .functions-mobile {
    display: block;
  }
}
.header .menu .mobile-nav {
  display: none;
  background-color: white;
  width: 100%;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 15px 0 15px;
}
.header .menu .mobile-nav.active {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .header .menu .mobile-nav.active {
    display: none;
  }
}
.header .menu .mobile-nav li[aria-expanded=true] a:after {
  transform: rotate(-90deg);
}
.header .menu .mobile-nav a {
  display: block;
  position: relative;
  color: #000;
}
.header .menu .mobile-nav a:after {
  border: none;
  position: absolute;
  right: 0;
  transition: transform 333ms ease-in-out;
}
.header .text h1 {
  font-size: 64px;
  line-height: 76.8px;
  color: #000;
  font-family: "theSansBold";
  margin-bottom: 24px;
}
@media print, screen and (max-width: 63.99875em) {
  .header .text h1 {
    font-size: 32px;
    line-height: 41.6px;
    margin-bottom: 24px;
    margin-right: 8px;
    margin-left: 8px;
  }
}
.header .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 33px;
}
@media print, screen and (max-width: 63.99875em) {
  .header .text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 33px;
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .back-wrap {
    margin-right: -10px;
    margin-left: -10px;
    aspect-ratio: 16/9;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .back {
    max-width: none;
    width: auto;
    height: 100%;
    position: relative;
    left: -50%;
  }
}

footer {
  background-color: #2E3033;
}

.footer {
  position: relative;
  margin-top: 6rem;
  padding-bottom: 15px;
  padding-top: 40px;
  padding-right: 8px;
  padding-left: 8px;
}
@media print, screen and (max-width: 63.99875em) {
  .footer {
    padding-top: 0;
    margin-top: 54px;
  }
}
@media print, screen and (min-width: 64em) {
  .footer {
    margin-top: 55px;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
}
.footer .row {
  padding-bottom: 3rem;
  order: -1;
}
@media print, screen and (max-width: 63.99875em) {
  .footer .row {
    padding-bottom: 1rem;
  }
}
.footer .row a {
  display: block;
  color: #fff;
  font-size: 0.875rem;
}
.footer .row a:hover {
  color: #ccc;
}
.footer .row .lead {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 0.5rem;
  padding-top: 33px;
  margin-bottom: 23px;
}
.footer .row .whereyouat {
  font-size: 1.25rem;
  margin-top: -0.5rem;
  margin-bottom: 0;
}
.footer .row a.home {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.footer .row a.home:hover {
  color: #fff;
}
.footer .socialLinks {
  border-bottom: 1px solid #979EA4;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 64em) {
  .footer .socialLinks {
    border-bottom: none;
    text-align: right;
    padding: 8px 11px 8px 11px;
  }
}
.footer .socialLinks a {
  display: inline-block;
  margin: 26px 25px;
}
.footer .socialLinks a:before {
  font-size: 24px;
}
.footer .socialLinks a:hover {
  color: #fff;
}
.footer .socialLinks a:first-of-type {
  margin-left: 0;
}
.footer .footerToTop {
  position: absolute;
  bottom: 87px;
  right: 1rem;
}
.footer .footerToTop:before {
  font-size: 1.5rem !important;
  color: #fff;
}
@media screen and (min-width: 39.25em) {
  .footer .footerToTop {
    bottom: 54px;
  }
}
@media print, screen and (min-width: 64em) {
  .footer .footerToTop {
    bottom: 22px;
    right: 11px;
  }
}
.footer .extraCont {
  display: flex;
  margin-left: -2px;
}
@media print, screen and (max-width: 63.99875em) {
  .footer .extraCont {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 64em) {
  .footer .extraCont {
    padding-top: 35px;
    border-top: 1px solid #979EA4;
    margin-top: 12px;
  }
}
.footer .extraCont .legalLinks {
  display: flex;
  flex-wrap: wrap;
}
.footer .extraCont .legalLinks a {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  vertical-align: top;
  margin-left: 2rem;
}
.footer .extraCont .legalLinks a:hover {
  color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
  .footer .extraCont .legalLinks a {
    margin-left: 0;
    margin-right: 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .footer .extraCont .legalLinks a {
    display: block;
    margin-bottom: 1rem;
  }
}
.footer .extraCont .footerCopyright {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  vertical-align: top;
}

#expertmode .altBackground {
  background-color: #EEF1F2;
}
#expertmode .functionLoad:after {
  font-size: 12px;
  position: relative;
  right: -4px;
  top: 0;
}

#guidedmode h5 {
  color: #0062a8;
  font-family: "theSansRegular", Verdana, sans-serif;
  display: inline-block;
  vertical-align: bottom;
}
#guidedmode h5.done {
  color: #000;
}
#guidedmode h5 span {
  font-size: 1rem;
}
#guidedmode input[type=radio] {
  margin-left: 2.45rem;
}
#guidedmode input[type=radio] + label {
  font-family: "theSansRegular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6rem;
  margin-right: 2.45rem;
  margin-top: 0.95rem;
}
#guidedmode input[type=radio] + label span {
  vertical-align: top;
}
#guidedmode input[type=checkbox],
#guidedmode input[type=radio] {
  opacity: 0;
  position: absolute;
}
#guidedmode input[type=checkbox]:checked + label:before,
#guidedmode input[type=radio]:checked + label:before {
  background: #0062a8;
  border: solid 4px #f5f5f5;
}
#guidedmode input[type=checkbox] + label:before,
#guidedmode input[type=radio] + label:before {
  display: inline-block;
  text-align: center;
  line-height: 1;
  border: none;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: white;
  background: #f5f5f5;
  box-shadow: 0px 1px 0px 0px rgb(171, 171, 171);
}
#guidedmode input[type=checkbox] + label:before {
  content: " ";
  padding-right: 1px;
  border-radius: 0.125rem;
}
#guidedmode input[type=radio] + label:before {
  content: " ";
  border-radius: 50%;
}
#guidedmode p.warning {
  font-family: "theSansBold", Verdana, sans-serif;
  color: #ffae00;
  background-color: #fff3dc;
  min-height: 60px;
  padding: 0.95em;
  text-align: left;
  text-indent: -11px;
  padding-left: 45px;
  margin: -2rem 0 2rem 0.625rem;
  width: calc(100% - 1.25rem);
}
#guidedmode .overlay-container {
  display: none;
}
@media print, screen and (min-width: 40em) {
  #guidedmode .overlay-container {
    position: absolute;
    transform: translate(0px, -100%);
  }
}
@media print, screen and (max-width: 39.99875em) {
  #guidedmode .overlay-container {
    position: fixed;
    right: 0;
    left: 0;
    top: 10%;
    bottom: 10%;
    z-index: 100;
    overflow-y: auto;
  }
}
#guidedmode .overlay-container.show {
  display: block;
}
#guidedmode .overlay-container .info-overlay {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid rgba(125, 125, 125, 0.1);
  padding: 12px;
  height: auto;
  right: 0;
}
@media print, screen and (min-width: 40em) {
  #guidedmode .overlay-container .info-overlay {
    transform: translate(0px, calc(-100% + 3px));
    min-width: 525px;
  }
  #guidedmode .overlay-container .info-overlay .icon-close-after {
    float: right;
  }
  #guidedmode .overlay-container .info-overlay .icon-close-after:after {
    font-size: 16px;
    font-size: 1em;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #guidedmode .overlay-container .info-overlay .icon-close-after {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
#guidedmode .overlay-container .info-overlay .camera-info-title {
  text-align: left;
}
#guidedmode .overlay-container .info-overlay .camera-info-image {
  float: left;
  padding: 0 8px;
}
#guidedmode .overlay-container .info-overlay .camera-info-description {
  float: left;
  text-align: left;
  padding: 0 8px;
}
#guidedmode .overlay-container .info-arrow {
  position: relative;
  content: " ";
  display: block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAABPCAYAAABs3c56AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2NzFmYTc2Mi1iNDNhLTQ3ZTAtOWQwNC0zNWRjY2NlMDc2ODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTUyRTk2QThDREJBMTFFNjkyQjdCRkI0NUU5REU5NTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTUyRTk2QTdDREJBMTFFNjkyQjdCRkI0NUU5REU5NTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MkIxOTNBMTI2MjA2ODExODcxRjgzODg5MjBDN0I0QiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkMWIzZGEwLTQ3OGQtMTE3OS1hYzgyLTgyZWFkNWFkM2M3MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pih6DZkAAAa+SURBVHja7F39h1xXGD7pZn8r+7csoZQSDSGUaAlLKaGUUkoIpYRQQgilhBJWQ1iWUMpSwrKEJYSlhCEMWcvuzn7Nfs3ubHuee99znLlzpzsf9+Oce5+HszHZ2Zk75z7zft33ee+VfzUUQZSEj7gFBAlIkIAEQQISJCBBkIAECUgQJCBBAhJErgTc3d1VvBhClIHj42N1FT8uLi7UzMyMmpqa4q4QhWBvb08dHR1FLrhxenqqtre3VafT4c4QuQLeFl4X5NPogICzei11u92IhIeHh9wlIheAY61WK3K9Gi29boKAbb2+0OsR/nd/fz9iKEFkCXjZra0t42XXxPAtmyy4q9dPes3FseFxxFTEhgQxKeBVHT4t6vWpXs0oC048d0Gvz/BLExeen59zB4mxAW8Kryp4oNcd8boqjYDAG70+0WsF5IPZFJ9NEOPGeyDcbb0eJp83qBC9odcNvZ6ZrAVpM0EMg7Ozs4h88KIaDXG5f6Y99/+uhCBa/FavH0BopM0sWhOXATyB15TQ7ZV407VBzx/mUtxvYg1bJjmBeSWIJOAlHU8J3txUcblFTUJAYFmva2Ay0mgnnSaIyCvu7OzY4rJed43nvOxvR2lGeC++/CXSaRatCZNsgAsnJycmd7iu1/ywfz9qNwyyma9MNsOidb0B0m1ubkZJh8aqxHuvR3mNcduxbD2HcWF94z24XUlKn4vla476OpP0A9qKNtJtkFC+CUTF4z2nmQBW575e3+g1VrF40oZUe02PRet6xHuwenKOke6ih+DxJK+ZRUc00uwbknazaF1RoOqBZMMpLqMqsjTp62bVkt+VtBuF6w7MsxMfEIED5xPkkzh/SbxeI4vXzloT8kys4QYyJOegiUCR8GiPxO22s3r9PERJK5KOv0FSgrhQzDYREFDrdZoJ8ONrFbfsZWpR8lLFIR1HW9eC+SDtdptnNRAgoXTiPXMuX+TxXnnKMvGtmZNvjTo4OGDROgDA4jnNBNab5fV+ReiCETfcUixaew/Eek7Hk43n83zPooTpS5K2WwUei9b+IKW4bCsaeb93kZMR3ok5jxR4MPPygYkSkaJUszXdIlD0aI6WpPFPXJNPlINEa92aeKnlIo+hjNkwMPH3lFw/xDcPRWsq8IoFWukQCsm+v1Txdf33RR9HmcOJTAfFBxSt4QaowCsGCaUaWuvQYldKnazs6VirYvZXTdFaGhuJ/OM909v5oMxj8mE8G9J8FDrnTWs3mxmyR0KpZrvbyz4uX+YDGh3Bj4oKvMyRKC5bfY8Px+bbgMpfVVy0pgIvIyQqDVbh6Mvx+Tgh9W8V1wv/MT1oVOCNjhSlmtV4+3Scvo7obQgJ/+LYuPGSjYRSLZpy4eOx+jwjmmPjxgCSDEepZuf8+Hq8IQwpRzfNHcWxcUPFe9gfSd5eSHWh6fMxhzIlv0eBx7Fx/fFeopkAX1o0kHqvEAvpNg1vxZ1ECjy4GSrw+pRqPWFLCAjtPiEIqDHw5ike1F2Bl6JUi+Z9h/QZQrxRDUoK38uqrQIvRal2TWWkVCMBh8NTsYabppmhLkXrhOV/LG43SFcQ+q26+sbGVVmBh+zfiffwAy1t95VnxeU6EVBJmQHJyaJR4FWxaI3EC59NissfVNzK9jz0z1WVmxXCGqBW+DMeVK1obZoJpLj8Wqz+ahU+W9XulvmLiqexV0aBl1CqzYvl26jKCavi7VoxjR1F60bIY+MGKNXuqgKUaiTg5FiTuPCVGRsXkgIv7Z5qqkClGgmYDXpOXGKCu7dItKDZL1JVT1LV75je47pM0drXZgajVJO41YYSVT5BVSegAYJ3dIZs+Fq0TijVbDJV9RNTFwIqlVDgoZnBBwVeilLNlpPqgDoRELAFXB8UeAmlWlNc7mKdTkjdCAj0XMIqS4GXolSbVZ4o1UjAYmAv4pvxIEXFhSlKtUvvqUYCVhN9Y+PyVOClKNW+kyy9trK/uhNQKaeR06jJ8iham2TDUarB6v1e980nAWP0tLJnPTYO1tUZg2alBdx2ErDHSClHzJOVAg/D2Z3XWZBMt8ntJgEHAXLG6yoDBR6sKIazC0DuORWAUo0ELB/m1qMr49wDL6W4fEsFpFQjAf2AHWlhWqOGKVqjuJzHPdVIwHqiZ6jPZUVr/B7W0lGqwYq+4zaSgJPCjjUb1GmdsJBPJKtucetIwKzQp8DDvylKNbR+3VMBK9WKxJX19XXuwmj4WK8/9PoSD6anp03LP2LG26oiYiFaQH9hhns/NEmHkG6W5BsdV7kFYwPT5dG98rmKZ1tzjCtdMBEa/hNgAAw1I+So5mcmAAAAAElFTkSuQmCC");
  background-size: 40px;
  height: 40px;
  width: 60px;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 39.99875em) {
  #guidedmode .overlay-container .info-arrow {
    display: none;
  }
}
#guidedmode .showResultsButton {
  overflow: hidden;
}
#guidedmode .showResultsButton.noshow {
  height: 0;
}
#guidedmode .infoButton {
  background: url(../img/info.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 50%;
  background-position: center;
  border: 1px solid black;
  padding: 16px;
  border-radius: 50%;
  vertical-align: text-bottom;
  cursor: pointer;
}
#guidedmode p.aligned {
  display: inline-block;
  vertical-align: middle;
}

#settingsmode {
  margin-left: -16px;
  margin-right: -16px;
}
#settingsmode .hideTillCalc {
  display: none;
}
#settingsmode .guidedSlider {
  height: 45px;
}
#settingsmode .guidedSlider .sliderText {
  margin: 0.15rem 0;
}
#settingsmode .applyOneText {
  color: #000;
  text-align: center;
  margin-bottom: 22px;
}
#settingsmode .xSign {
  font-weight: bold;
  padding-top: 50px;
}
#settingsmode .view-content {
  background-color: #e7e7e9;
}
#settingsmode .visualWrap {
  overflow: hidden;
  background-color: #f5f5f5;
}
#settingsmode .visualWrap .visualButtons {
  background-color: #D0D4D8;
  z-index: 10;
  position: relative;
}
#settingsmode .visualWrap .visualButtons button {
  font-size: 20px;
  line-height: 28px;
  font-family: "theSansBold";
  background-color: #D0D4D8;
  padding: 14px 25px 15px 25px;
  margin-right: -5px;
  display: inline-block;
}
#settingsmode .visualWrap .visualButtons button.active {
  color: #006EAD;
  background-color: #EEF1F2;
}
#settingsmode .visualWrap .visualButtons button.hidden {
  display: none;
}
#settingsmode .visualWrap .visualSecondRow {
  border-bottom: 1px solid #9f9fa0;
  z-index: 10;
  background-color: #EEF1F2;
  position: relative;
}
#settingsmode .visualWrap .visualSecondRow #view-tabs {
  z-index: 10;
  position: relative;
  float: left;
  background-color: #EEF1F2;
}
#settingsmode .visualWrap .visualSecondRow #view-tabs a {
  margin: 0;
  padding: 29px 17px 13px 19px;
  font-size: 18px;
  position: relative;
}
#settingsmode .visualWrap .visualSecondRow #view-tabs li.is-active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 21px;
  right: 20px;
  background-color: #006EAD;
}
#settingsmode .visualWrap .visualSecondRow .legendCont {
  padding: 15px 4px 17px 0;
  float: right;
}
@media print, screen and (max-width: 63.99875em) {
  #settingsmode .visualWrap .visualSecondRow .legendCont {
    float: left;
    padding-left: 18px;
  }
}
#settingsmode .visualWrap .visualSecondRow .legendCont.hidden {
  display: none;
}
#settingsmode .visualWrap .visualSecondRow .legendCont span {
  font-size: 0.875rem;
  color: #2b8fc3;
  padding-left: 21px;
  padding-right: 10px;
  display: inline-block;
  margin-top: 6px;
  position: relative;
}
#settingsmode .visualWrap .visualSecondRow .legendCont span::before {
  position: absolute;
  content: " ";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 3px;
  left: 5px;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dori span:nth-child(1) {
  color: #3faadb;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dori span:nth-child(1):before {
  background-color: #3faadb;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dori span:nth-child(2) {
  color: #2b8fc3;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dori span:nth-child(2):before {
  background-color: #2b8fc3;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dori span:nth-child(3) {
  color: #1572aa;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dori span:nth-child(3):before {
  background-color: #1572aa;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dori span:nth-child(4) {
  color: #005691;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dori span:nth-child(4):before {
  background-color: #005691;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dori span:nth-child(5) {
  color: #db5c68;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dori span:nth-child(5):before {
  background-color: #db5c68;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dri span:nth-child(1) {
  color: #2b8fc3;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dri span:nth-child(1):before {
  background-color: #2b8fc3;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dri span:nth-child(2) {
  color: #1572aa;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dri span:nth-child(2):before {
  background-color: #1572aa;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dri span:nth-child(3) {
  color: #005691;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dri span:nth-child(3):before {
  background-color: #005691;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dri span:nth-child(4) {
  color: #db5c68;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.dri span:nth-child(4):before {
  background-color: #db5c68;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.camera span:nth-child(1) {
  color: #3faadb;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.camera span:nth-child(1):before {
  background-color: #3faadb;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.camera span:nth-child(2) {
  color: #db5c68;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.camera span:nth-child(2):before {
  background-color: #db5c68;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.vi_an span:nth-child(1) {
  color: #2b8fc3;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.vi_an span:nth-child(1):before {
  background-color: #2b8fc3;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.vi_an span:nth-child(2) {
  color: #db5c68;
}
#settingsmode .visualWrap .visualSecondRow .legendCont.vi_an span:nth-child(2):before {
  background-color: #db5c68;
}
#settingsmode .visualWrap .tabs .tabs-title a {
  color: #000;
}
#settingsmode .visualWrap .tabs .tabs-title.is-active {
  background-color: #EEF1F2;
}
#settingsmode .visualWrap .tabs .tabs-title.is-active a,
#settingsmode .visualWrap .tabs .tabs-title.is-active a:hover {
  background-color: #EEF1F2;
  color: #006EAD;
}
#settingsmode .visualWrap .tabs-panel .fovSideSlider.fovSideSliderLine:after {
  content: "";
  position: absolute;
  height: 530px;
  width: 2px;
  background-color: #666;
  bottom: 30px;
  left: 14px;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont {
  position: relative;
  padding: 15px 30px 20px 30px;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont .visualOutTitle {
  font-size: 1.75rem;
  color: #ffffff;
  margin-bottom: 10px;
  max-width: 75%;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont .visualOutInfo {
  position: absolute;
  top: 28px;
  right: 76px;
  max-width: calc(25% - 60px);
  font-size: 0.875rem;
  color: #ffffff;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont .visualOutInfo:after {
  position: absolute;
  content: "";
  background: url(../img/info_white.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 50%;
  background-position: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 16px;
  border-radius: 50%;
  top: -6px;
  right: -47px;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.hidden {
  display: none;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori {
  background-color: #565656;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable {
  width: 100%;
  display: table;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow {
  display: table-row;
  border-collapse: collapse;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow:nth-child(1) {
  background-color: #005691;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow:nth-child(2) {
  background-color: #1572aa;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow:nth-child(3) {
  background-color: #2b8fc3;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow:nth-child(4) {
  background-color: #3faadb;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow span {
  display: table-cell;
  padding: 10px 8px 9px 9px;
  font-size: 0.875rem;
  border-bottom: solid 1px #565656;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow span:nth-child(1) {
  width: 162px;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow span:nth-child(2) {
  width: 162px;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow span:nth-child(4) {
  text-align: right;
  width: 97px;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow span:nth-child(5) {
  width: 60px;
  text-align: right;
}
@media print, screen and (max-width: 39.99875em) {
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow span {
    display: inline-block;
  }
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow span:nth-child(1) {
    width: unset;
  }
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow span:nth-child(3) {
    text-align: left;
  }
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow span:nth-child(4) {
    text-align: left;
    width: unset;
  }
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori .visualOutTable .visualOutRow span:nth-child(5) {
    text-align: left;
    width: unset;
  }
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.dori.dri .visualOutRow:nth-child(4) {
  display: none;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.camera {
  background-color: #008ECF;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.camera .visualOutTable {
  width: 100%;
  display: table;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.camera .visualOutTable .visualOutRow {
  display: table-row;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.camera .visualOutTable .visualOutRow span {
  display: table-cell;
  padding: 10px 8px 9px 9px;
  font-size: 0.875rem;
  border-bottom: solid 1px #565656;
  background-color: #eae7e7;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.camera .visualOutTable .visualOutRow span:nth-child(1) {
  width: 362px;
}
@media print, screen and (max-width: 39.99875em) {
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.camera .visualOutTable .visualOutRow span {
    display: inline-block;
  }
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.camera .visualOutTable .visualOutRow span:nth-child(1) {
    width: unset;
  }
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an {
  background-color: #008ECF;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutTable {
  width: 100%;
  display: table;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutTable .visualOutRow {
  display: table-row;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutTable .visualOutRow span {
  display: table-cell;
  padding: 10px 8px 9px 9px;
  font-size: 0.875rem;
  border-bottom: solid 1px #565656;
  background-color: #eae7e7;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutTable .visualOutRow span:nth-child(1), #settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutTable .visualOutRow span:nth-child(3) {
  width: 362px;
}
@media print, screen and (max-width: 39.99875em) {
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutTable .visualOutRow span {
    display: inline-block;
  }
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutTable .visualOutRow span:nth-child(1) {
    width: unset;
  }
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutTable.onlyMore span {
  display: none;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutTable.onlyMore span.moreTable {
  background-color: #ffffff;
  display: table-cell;
}
@media print, screen and (max-width: 39.99875em) {
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutTable.onlyMore span.moreTable {
    display: inline-block;
  }
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutTable.onlyMore span.moreTable:nth-child(1) {
    width: unset;
  }
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutNotice {
  font-size: 0.875rem;
  padding: 9px 0 0 9px;
  text-align: right;
  visibility: hidden;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.vi_an .visualOutNotice.show {
  visibility: visible;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.lenscalc {
  background-color: #008ECF;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.lenscalc .visualOutTable {
  width: 100%;
  display: table;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.lenscalc .visualOutTable .visualOutRow {
  display: table-row;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.lenscalc .visualOutTable .visualOutRow span {
  display: table-cell;
  padding: 10px 8px 9px 9px;
  font-size: 0.875rem;
  border-bottom: solid 1px #565656;
  background-color: #eae7e7;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont.lenscalc .visualOutTable .visualOutRow span:nth-child(1), #settingsmode .visualWrap .visualOutputRow .visualOutputCont.lenscalc .visualOutTable .visualOutRow span:nth-child(3) {
  width: 362px;
}
@media print, screen and (max-width: 39.99875em) {
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.lenscalc .visualOutTable .visualOutRow span {
    display: inline-block;
  }
  #settingsmode .visualWrap .visualOutputRow .visualOutputCont.lenscalc .visualOutTable .visualOutRow span:nth-child(1) {
    width: unset;
  }
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont span.moreTable {
  display: none !important;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont span.moreTable.show {
  background-color: #ffffff !important;
  display: table-cell !important;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont span.lessTable {
  display: table-cell !important;
}
#settingsmode .visualWrap .visualOutputRow .visualOutputCont span.lessTable.hide {
  display: none !important;
}
#settingsmode .visualWrap .fovSideContainer span#sliderTooltip {
  background-color: #fff;
  border: 1px solid #000;
  padding: 2.5px 1px;
  position: absolute;
  right: 10px;
  bottom: 60px;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  #settingsmode .visualWrap .fovSideContainer span#sliderTooltip {
    bottom: 60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #settingsmode .visualWrap .fovSideContainer span#sliderTooltip {
    bottom: 40px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #settingsmode .visualWrap .viewType {
    right: 1rem !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #settingsmode .visualWrap .viewType {
    font-size: 1rem !important;
  }
}
#settingsmode .visualWrap .title {
  color: #00a8b0;
  font-size: 1.75rem;
  padding: 22px 0 14px 19px;
  margin-bottom: 0;
  background-color: #f5f5f5;
}
@media print, screen and (min-width: 64em) {
  #settingsmode .visualWrap .title {
    width: calc(100% - 10px);
  }
}
#settingsmode .visualWrap .fovSideContainer,
#settingsmode .visualWrap .fovTopContainer {
  background-color: #e6e6e8;
  width: 100%;
}
#settingsmode .visualWrap .fovSideContainer span,
#settingsmode .visualWrap .fovTopContainer span {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
#settingsmode .visualWrap .fovSideContainer canvas,
#settingsmode .visualWrap .fovTopContainer canvas {
  touch-action: auto !important;
}
#settingsmode .whatnext .columns {
  background-color: #EEF1F2;
  padding: 4px 15px 0px 15px;
  width: calc(33.333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  height: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  #settingsmode .whatnext .columns {
    width: calc(100% - 52px);
    margin-right: 26px;
    margin-left: 26px;
    margin-bottom: 16px;
  }
}
#settingsmode .whatnext .graphic {
  text-align: left;
  display: block;
  margin-bottom: 3px;
}
#settingsmode .whatnext .graphic::before {
  font-size: 50px;
  font-family: "LC_icons";
  content: "\e916";
}
#settingsmode .whatnext .graphic1::before {
  content: "\e916";
}
#settingsmode .whatnext .graphic2::before {
  content: "\e90f";
}
#settingsmode .whatnext .graphic3::before {
  content: "\e90e";
}
#settingsmode .whatnext p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
#settingsmode .whatnext p.headline {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  text-align: left;
  font-family: "theSansBold";
}
#settingsmode .infoButton {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 26px;
  top: -11px;
}
#settingsmode .infoButton:after {
  font-family: "LC_icons";
  content: "\e910";
  font-size: 30px;
  cursor: pointer;
  color: #000;
}
#settingsmode p.aligned {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
#settingsmode .fieldMWarning p {
  font-family: "theSansBold", Verdana, sans-serif;
  color: #ffae00;
  background-color: #fff3dc;
  min-height: 60px;
  padding: 0.95em;
  text-align: left;
  text-indent: -11px;
  padding-left: 45px;
  margin: -1rem 0 2rem 0;
}
#settingsmode .settingsTargetButton a span:before {
  font-size: 40px;
  font-family: "LC_icons";
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
#settingsmode .settingsTargetButtonBuildingsUpright span:before, #settingsmode .settingsTargetButtonPerimeterUpright span:before, #settingsmode .settingsTargetButtonTrafficUpright span:before {
  content: "\e91b";
}
#settingsmode .settingsTargetButtonBuildingsFrontal span:before, #settingsmode .settingsTargetButtonPerimeterFrontal span:before, #settingsmode .settingsTargetButtonTrafficFrontal span:before {
  content: "\e91d";
}
#settingsmode .settingsTargetButtonPerimeterCrawling span:before {
  content: "\e91c";
}

.settings-sticky-wrap {
  background-color: #2E3033;
  position: sticky;
  bottom: 0;
  z-index: 9999;
}
.settings-sticky-wrap div {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap div {
    font-size: 12px;
    line-height: 18px;
  }
}
.settings-sticky-wrap .settings-sticky {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 8px 0;
  display: flex;
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .settings-sticky {
    flex-wrap: wrap;
    padding: 8px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .settings-sticky-titles {
    display: flex;
    gap: 16px;
  }
}
.settings-sticky-wrap .settings-sticky-title {
  padding: 8px 16px;
  font-family: "theSansBold";
  border-left: 1px solid transparent;
  width: 270px;
  cursor: pointer;
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .settings-sticky-title {
    width: auto;
    border-left: unset;
    border-bottom: 1px solid transparent;
  }
}
.settings-sticky-wrap .settings-sticky-contents {
  width: 100%;
}
.settings-sticky-wrap .settings-sticky-content {
  display: none;
  background-color: #43464A;
  height: 132px;
  padding: 0 16px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .settings-sticky-content {
    height: 136px;
    padding: 0;
  }
}
.settings-sticky-wrap .active.settings-sticky-title {
  background-color: #43464A;
  border-left: 1px solid #fff;
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .active.settings-sticky-title {
    border-left: unset;
    border-bottom: 1px solid #fff;
  }
}
.settings-sticky-wrap .active.settings-sticky-content {
  display: flex;
}
.settings-sticky-wrap .active.settings-sticky-content > div {
  border-top: 1px solid #2E3033;
  padding: 6px 0;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .active.settings-sticky-content > div {
    padding: 6px 8px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .active.settings-sticky-content > div:nth-of-type(1) {
    border-top: unset;
  }
}
.settings-sticky-wrap .active.settings-sticky-content.dori {
  padding: 0 16px 0 62px;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .active.settings-sticky-content.dori {
    padding: 0 0 0 42px;
  }
}
.settings-sticky-wrap .active.settings-sticky-content.dori a.dori-info {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .active.settings-sticky-content.dori a.dori-info {
    left: 8px;
    width: 24px;
    height: 24px;
  }
}
.settings-sticky-wrap .active.settings-sticky-content.dori a.dori-info::before {
  content: "\e910";
  font-size: 30px;
  font-family: "LC_icons";
  color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .active.settings-sticky-content.dori a.dori-info::before {
    font-size: 24px;
  }
}
.settings-sticky-wrap .active.settings-sticky-content.dori .settings-sticky-row div:nth-child(1) {
  flex: 0 0 434px;
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .active.settings-sticky-content.dori .settings-sticky-row div:nth-child(1) {
    flex: 0 0 108px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .active.settings-sticky-content.dori .settings-sticky-row div:nth-child(2) {
    text-align: center;
  }
}
.settings-sticky-wrap .active.settings-sticky-content.dori .settings-sticky-row div:nth-child(3) {
  flex: 0 0 70px;
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .active.settings-sticky-content.ir > div:nth-of-type(1) {
    border-top: 1px solid #2E3033;
  }
}
.settings-sticky-wrap .settings-sticky-row {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
.settings-sticky-wrap .settings-sticky-row div {
  flex: 1 0 0;
}
@media print, screen and (max-width: 63.99875em) {
  .settings-sticky-wrap .settings-sticky-row div:nth-child(2) {
    text-align: right;
  }
}

.guidedSlider {
  margin-bottom: 25px;
  margin-top: 18px;
}
.guidedSlider .sliderText {
  margin: 0 0;
  border: none;
  color: #000000;
  font-family: "theSansRegular", Verdana, sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.guidedSlider .slider {
  position: relative;
  height: 16px;
  margin-top: 8px;
  margin-bottom: 5px;
  background-color: #D0D4D8;
  border: none;
  border-top: solid #fff 15px;
  border-bottom: solid #fff 16px;
}
.guidedSlider .slider:after {
  content: " ";
  background-color: #D0D4D8;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.guidedSlider .slider .slider-handle {
  width: 15px;
  height: 15px;
  background-color: #007BC0;
  border-radius: 50%;
}
.guidedSlider .slider .slider-handle:focus {
  outline: none;
}
.guidedSlider .slider .slider-fill {
  height: 3px;
  background-color: #007BC0;
  z-index: 10;
}
.guidedSlider .inputCol {
  width: 61px;
}
.guidedSlider .inputCol input {
  width: 61px;
  border-bottom: 1px solid #000;
  height: 49px;
  box-shadow: none;
  margin-right: 2px;
}
.guidedSlider .sliderCol {
  width: calc(100% - 69px);
  background-color: #fff;
  border-bottom: 1px solid #979EA4;
  margin-top: 2px;
  margin-right: 6px;
  margin-left: 2px;
}
.guidedSlider .sliderCol .slider {
  margin-top: 0;
  height: 43px;
  border-top: 24px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.accordion {
  padding-top: 2rem;
}
.accordion .accordion-title {
  padding-right: 3rem;
  padding-top: 16px;
  padding-bottom: 17px;
  border: none;
  border-bottom: 1px solid #979EA4;
}
.accordion .accordion-title h2 {
  display: inline;
  font-size: 24px;
  font-family: "theSansBold";
  margin-bottom: 10px;
  color: #000;
}
@media print, screen and (max-width: 39.99875em) {
  .accordion .accordion-title h2 {
    display: block;
  }
}
.accordion .accordion-title span {
  color: #000;
  font-size: 1rem;
  line-height: 24px;
}
.accordion .accordion-title:before {
  content: "\e913";
  font-family: "LC_icons";
  display: inline-block;
  font-size: 1.75rem;
  margin-top: -16px;
  right: 15px;
}
.accordion :last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #979EA4;
}
.accordion .accordion-item > a {
  border-right: none;
  border-left: none;
}
.accordion .accordion-content {
  border-right: none;
  border-left: none;
  padding: 15px 15px 30px 20px;
  margin-bottom: 0;
}
.accordion .accordion-content[aria-hidden=false] {
  background-color: #EEF1F2;
}
.accordion .accordion-content label.select, .accordion .accordion-content select {
  background-color: #fff !important;
}
.accordion .accordion-content > .row {
  margin: -0.9375rem -0.9375rem;
}
.accordion .accordion-content > .row .columns:last-child label.select {
  margin-bottom: 0;
}
.accordion .accordion-content[aria-hidden=false] > .row {
  background-color: #EEF1F2;
}
.accordion .accordion-item.is-active .accordion-title,
.accordion .accordion-item.is-active .accordion-title:focus {
  background-color: #EEF1F2;
  border-bottom: none;
}
.accordion .accordion-item.is-active .accordion-title h2,
.accordion .accordion-item.is-active .accordion-title:focus h2 {
  color: #006EAD;
}
.accordion .accordion-item.is-active .accordion-title:before {
  content: "\e912";
}

.popOut {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 10000 !important;
}

.popOutContainer {
  left: 0px;
  right: 0px;
  width: 100%;
  max-height: 90%;
  min-height: 100px;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 10001 !important;
  position: fixed !important;
}

.reveal {
  padding: 10px 20px;
}

#viewInformationPopout {
  max-width: 582px;
  background-color: #565656;
  padding: 0 0 23px 0;
}
#viewInformationPopout button {
  font-size: 2.3rem;
  right: 14px;
  top: 7px;
  color: #fff;
}
#viewInformationPopout p {
  font-size: 0.875rem;
  color: #fff;
  padding: 24px 0 8px 25px;
}
#viewInformationPopout span.name {
  color: #000;
  width: 50%;
  display: inline-block;
  font-size: 0.875rem;
  padding: 4px 0 4px 25px;
  vertical-align: top;
  line-height: 1;
}
#viewInformationPopout span.val {
  color: #000;
  width: 50%;
  display: inline-block;
  font-size: 0.875rem;
  margin: 1px 0;
  padding: 3px 0 3px 23px;
  vertical-align: top;
  line-height: 1;
}
#viewInformationPopout div {
  line-height: 1;
  background-color: #fff;
  margin-bottom: 1px;
  min-height: 22px;
}
#viewInformationPopout div.distances span.name, #viewInformationPopout div.distances span.val {
  color: #fff;
}
#viewInformationPopout div.empty {
  background-color: transparent;
}
#viewInformationPopout div.distances:nth-of-type(1) {
  background-color: #005992;
}
#viewInformationPopout div.distances:nth-of-type(2) {
  background-color: #0075AC;
}
#viewInformationPopout div.distances:nth-of-type(3) {
  background-color: #0092C4;
}
#viewInformationPopout div.distances:nth-of-type(4) {
  background-color: #02ADDD;
}

_:-ms-fullscreen, :root li {
  list-style-position: inside;
}

html {
  width: 100%;
  overflow-x: hidden;
}