@charset "UTF-8";
/**
 *
 * Prototype Schermbeck
 *
 * @date   2021-06
 *
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/source-sans-pro-v14-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-ext_latin-regular.woff") format("woff");
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/source-sans-pro-v14-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-ext_latin-italic.woff") format("woff");
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../fonts/source-sans-pro-v14-latin-ext_latin-700italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-ext_latin-700italic.woff") format("woff");
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/source-sans-pro-v14-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-ext_latin-700.woff") format("woff");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

svg {
  width: auto;
}

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
mark::before, mark::after, del::before, del::after, ins::before, ins::after, s::before, s::after {
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

mark::before {
  content: " [Start der Markierung] ";
}

mark::after {
  content: " [Ende der Markierung] ";
}

*[lang=en] mark::before {
  content: " [highlight start] ";
}

*[lang=en] mark::after {
  content: " [highlight end] ";
}

*[lang=es] mark::before {
  content: " [resaltar inicio] ";
}

*[lang=es] mark::after {
  content: " [resaltar final] ";
}

*[lang=en] del::before {
  content: " [deletion start] ";
}

*[lang=en] del::after {
  content: " [deletion end] ";
}

*[lang=en] ins::before {
  content: " [insertion start] ";
}

*[lang=en] ins::after {
  content: " [insertion end] ";
}

*[lang=en] s::before {
  content: " [start of stricken text] ";
}

*[lang=en] s::after {
  content: " [end stricken text] ";
}

a, button {
  outline-offset: .125rem;
}

label {
  display: inline-block;
  margin: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

html.no-details summary {
  list-style: none;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  color: #080808;
  font-family: "Source Sans Pro", Helvetica, Arial, "Lucida Grande", Lucida, sans-serif;
  font-size: 112.5%;
  font-weight: 400;
  line-height: 1.75rem;
  -webkit-transition: font .5s ease;
  -moz-transition: font .5s ease;
  -o-transition: font .5s ease;
  -ms-transition: font .5s ease;
}

textarea, input, select, button {
  font-family: "Source Sans Pro", Helvetica, Arial, "Lucida Grande", Lucida, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

::-webkit-input-placeholder {
  color: #5a5a5a;
  font-style: italic;
}

:-moz-placeholder {
  color: #5a5a5a;
  font-style: italic;
  opacity: 1;
}

::-moz-placeholder {
  color: #5a5a5a;
  font-style: italic;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #5a5a5a;
  font-style: italic;
}

select option:disabled {
  color: #ccc;
}

b, strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.75rem;
  padding: 0;
}

h2 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

h3 {
  box-shadow: inset 0 -0.25rem 0 currentColor;
  color: #00605c;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 1.75rem 0;
  padding: 0 0 1.3125rem 0;
}
@media only screen and (min-width: 760px) {
  h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}

h4 {
  color: #00605c;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: -.25rem 0 .25rem 0;
}
@media only screen and (min-width: 760px) {
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h5 {
  color: #00605c;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: -.25rem 0 .25rem 0;
}

h6 {
  color: #00605c;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  margin: -.25rem 0 .25rem 0;
}

p, address, blockquote {
  line-height: 1.75rem;
  margin: 0 0 1.75rem 0;
}

address {
  font-style: normal;
}

pre {
  margin: 0 0 1.75rem 0;
}

blockquote {
  color: #00605c;
  font-style: italic;
  padding: 0.875rem 5vw;
}

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

ul {
  list-style-type: square;
}

li {
  line-height: 1.75rem;
  margin-left: 1.3125rem;
}

li::marker {
  color: #00605c;
  font-size: 18px;
  font-size: 1.125rem;
}

ul li {
  list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Crect width='10' height='10' rx='2' fill='%2300605c'/%3E%3C/svg%3E");
}

nav ul, nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  counter-reset: ol;
  list-style: none;
}
ol > li {
  counter-increment: ol;
  margin-left: 0;
  padding-left: 2rem;
  position: relative;
}
ol > li:before {
  background: #00605c;
  border-radius: 50%;
  color: #fff;
  content: counter(ol);
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  height: 1.25rem;
  line-height: 1.25rem;
  position: absolute;
  top: .25rem;
  left: .25rem;
  text-align: center;
  width: 1.25rem;
}

dl {
  line-height: 1.75rem;
  margin: 0 0 1.75rem 0;
}
dl dt {
  color: #00605c;
  font-weight: 400;
  margin: 0;
}
dl dd {
  margin: 0;
}
dl dd + dt {
  margin-top: 1.75rem;
}

a {
  color: #080808;
  text-decoration: underline;
}

a:visited {
  color: #080808;
}

a:hover, a:focus, a:active {
  background: #d01d55;
  box-shadow: 3px 0 0 0 #d01d55, -3px 0 0 0 #d01d55;
  color: #fff;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a img {
  border: 0;
}

abbr {
  cursor: help;
}

nav abbr[title] {
  border: none;
  cursor: pointer;
  text-decoration: none;
}

figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75rem;
  padding: 0.875rem 0;
}
figcaption p {
  margin: 0;
}

table {
  margin: 0 0 1.75rem 0;
  width: 100%;
}
table th {
  color: #080808;
  font-weight: 400;
}
table caption, table th, table td {
  padding: 1.3125rem 0.75rem;
  line-height: 1.75rem;
  text-align: left;
  vertical-align: top;
}
table img, table svg {
  vertical-align: bottom;
}
table p:last-child {
  margin: 0;
}
table thead th, table caption {
  color: #00605c;
}

dfn {
  font-style: italic;
}

small {
  font-size: 90%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.c {
  text-align: center;
}

.r {
  text-align: right;
}

.justify {
  text-align: justify;
}

.uc {
  text-transform: uppercase;
}

.strike {
  text-decoration: line-through;
}

.highlighted.highlighted {
  color: #00605c;
}

.truncated {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 15rem;
}

html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media only screen and (min-width: 760px) {
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid .grid_1 {
    -webkit-flex-basis: calc( 0rem + ( ( ( 100% - 19.25rem ) / 12 ) * 1 ) );
        -ms-flex-preferred-size: calc( 0rem + ( ( ( 100% - 19.25rem ) / 12 ) * 1 ) );
            flex-basis: calc( 0rem + ( ( ( 100% - 19.25rem ) / 12 ) * 1 ) );
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    width: calc( 0rem + ( ( ( 100% - 19.25rem ) / 12 ) * 1 ) );
  }
  .grid .grid_2 {
    -webkit-flex-basis: calc( 1.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 2 ) );
        -ms-flex-preferred-size: calc( 1.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 2 ) );
            flex-basis: calc( 1.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 2 ) );
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    width: calc( 1.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 2 ) );
  }
  .grid .grid_3 {
    -webkit-flex-basis: calc( 3.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 3 ) );
        -ms-flex-preferred-size: calc( 3.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 3 ) );
            flex-basis: calc( 3.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 3 ) );
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    width: calc( 3.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 3 ) );
  }
  .grid .grid_4 {
    -webkit-flex-basis: calc( 5.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 4 ) );
        -ms-flex-preferred-size: calc( 5.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 4 ) );
            flex-basis: calc( 5.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 4 ) );
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    width: calc( 5.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 4 ) );
  }
  .grid .grid_5 {
    -webkit-flex-basis: calc( 7rem + ( ( ( 100% - 19.25rem ) / 12 ) * 5 ) );
        -ms-flex-preferred-size: calc( 7rem + ( ( ( 100% - 19.25rem ) / 12 ) * 5 ) );
            flex-basis: calc( 7rem + ( ( ( 100% - 19.25rem ) / 12 ) * 5 ) );
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    width: calc( 7rem + ( ( ( 100% - 19.25rem ) / 12 ) * 5 ) );
  }
  .grid .grid_6 {
    -webkit-flex-basis: calc( 8.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 6 ) );
        -ms-flex-preferred-size: calc( 8.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 6 ) );
            flex-basis: calc( 8.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 6 ) );
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    width: calc( 8.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 6 ) );
  }
  .grid .grid_7 {
    -webkit-flex-basis: calc( 10.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 7 ) );
        -ms-flex-preferred-size: calc( 10.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 7 ) );
            flex-basis: calc( 10.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 7 ) );
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    width: calc( 10.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 7 ) );
  }
  .grid .grid_8 {
    -webkit-flex-basis: calc( 12.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 8 ) );
        -ms-flex-preferred-size: calc( 12.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 8 ) );
            flex-basis: calc( 12.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 8 ) );
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    width: calc( 12.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 8 ) );
  }
  .grid .grid_9 {
    -webkit-flex-basis: calc( 14rem + ( ( ( 100% - 19.25rem ) / 12 ) * 9 ) );
        -ms-flex-preferred-size: calc( 14rem + ( ( ( 100% - 19.25rem ) / 12 ) * 9 ) );
            flex-basis: calc( 14rem + ( ( ( 100% - 19.25rem ) / 12 ) * 9 ) );
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    width: calc( 14rem + ( ( ( 100% - 19.25rem ) / 12 ) * 9 ) );
  }
  .grid .grid_10 {
    -webkit-flex-basis: calc( 15.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 10 ) );
        -ms-flex-preferred-size: calc( 15.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 10 ) );
            flex-basis: calc( 15.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 10 ) );
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    width: calc( 15.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 10 ) );
  }
  .grid .grid_11 {
    -webkit-flex-basis: calc( 17.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 11 ) );
        -ms-flex-preferred-size: calc( 17.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 11 ) );
            flex-basis: calc( 17.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 11 ) );
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    width: calc( 17.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 11 ) );
  }
  .grid .grid_12 {
    -webkit-flex-basis: calc( 19.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 12 ) );
        -ms-flex-preferred-size: calc( 19.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 12 ) );
            flex-basis: calc( 19.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 12 ) );
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 0;
    width: calc( 19.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 12 ) );
  }
  .grid .grid_push_1 {
    margin-left: calc( 1.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 1 ) );
  }
  .grid .grid_push_2 {
    margin-left: calc( 3.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 2 ) );
  }
  .grid .grid_push_3 {
    margin-left: calc( 5.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 3 ) );
  }
  .grid .grid_push_4 {
    margin-left: calc( 7rem + ( ( ( 100% - 19.25rem ) / 12 ) * 4 ) );
  }
  .grid .grid_push_5 {
    margin-left: calc( 8.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 5 ) );
  }
  .grid .grid_push_6 {
    margin-left: calc( 10.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 6 ) );
  }
  .grid .grid_push_7 {
    margin-left: calc( 12.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 7 ) );
  }
  .grid .grid_push_8 {
    margin-left: calc( 14rem + ( ( ( 100% - 19.25rem ) / 12 ) * 8 ) );
  }
  .grid .grid_push_9 {
    margin-left: calc( 15.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 9 ) );
  }
  .grid .grid_push_10 {
    margin-left: calc( 17.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 10 ) );
  }
  .grid .grid_push_11 {
    margin-left: calc( 19.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 11 ) );
  }
  .grid .grid_push_12 {
    margin-left: calc( 21rem + ( ( ( 100% - 19.25rem ) / 12 ) * 12 ) );
  }
  .grid .grid_pull_1 {
    margin-right: calc( 1.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 1 ) );
  }
  .grid .grid_pull_2 {
    margin-right: calc( 3.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 2 ) );
  }
  .grid .grid_pull_3 {
    margin-right: calc( 5.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 3 ) );
  }
  .grid .grid_pull_4 {
    margin-right: calc( 7rem + ( ( ( 100% - 19.25rem ) / 12 ) * 4 ) );
  }
  .grid .grid_pull_5 {
    margin-right: calc( 8.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 5 ) );
  }
  .grid .grid_pull_6 {
    margin-right: calc( 10.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 6 ) );
  }
  .grid .grid_pull_7 {
    margin-right: calc( 12.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 7 ) );
  }
  .grid .grid_pull_8 {
    margin-right: calc( 14rem + ( ( ( 100% - 19.25rem ) / 12 ) * 8 ) );
  }
  .grid .grid_pull_9 {
    margin-right: calc( 15.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 9 ) );
  }
  .grid .grid_pull_10 {
    margin-right: calc( 17.5rem + ( ( ( 100% - 19.25rem ) / 12 ) * 10 ) );
  }
  .grid .grid_pull_11 {
    margin-right: calc( 19.25rem + ( ( ( 100% - 19.25rem ) / 12 ) * 11 ) );
  }
  .grid .grid_pull_12 {
    margin-right: calc( 21rem + ( ( ( 100% - 19.25rem ) / 12 ) * 12 ) );
  }
}
div.hr {
  background: center center no-repeat -webkit-linear-gradient(left, #a0c4c2, #a0c4c2);
  background: center center no-repeat linear-gradient(to right, #a0c4c2, #a0c4c2);
  background-size: 100% 1px;
  height: 1.75rem;
  margin: 1.75rem 0;
  overflow: hidden;
}
div.hr hr {
  display: block;
  visibility: hidden;
}

.a5-text-image .beside-text-left, .a5-text-image .beside-text-right {
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 760px) {
  .a5-text-image:not(.a5-text-image-columnar)::after {
    content: '.';
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .a5-text-image .beside-text-left, .a5-text-image .beside-text-right {
    max-width: calc( 50% - 0.875rem );
  }
  .a5-text-image .beside-text-left {
    float: left;
    margin-right: 1.75rem;
  }
  .a5-text-image .beside-text-right {
    float: right;
    margin-left: 1.75rem;
  }
}

@media only screen and (min-width: 760px) {
  .a5-text-image-columnar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .a5-text-image-columnar .beside-text-left, .a5-text-image-columnar .beside-text-right {
    float: none;
  }
  .a5-text-image-columnar .beside-text-right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .a5-text-image-columnar .a5tb-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}

figure > a {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
figure img {
  vertical-align: bottom;
}
figure figcaption {
  color: #00605c;
  display: inline-block;
  padding: 0;
}

.a5-text-image figure a, .a5-image figure a, .a5-image-gallery a {
  box-shadow: none;
}
.a5-text-image figure a:hover::before, .a5-text-image figure a:focus::before, .a5-text-image figure a:active::before, .a5-image figure a:hover::before, .a5-image figure a:focus::before, .a5-image figure a:active::before, .a5-image-gallery a:hover::before, .a5-image-gallery a:focus::before, .a5-image-gallery a:active::before {
  background: rgba(208, 29, 85, 0.9) center center no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42'%3E%3Cpath fill='%23fff' d='M37.094 41.134l-9.391-9.391a2.777 2.777 0 01-.47-3.438 16.216 16.216 0 01-10.968 4.225A16.212 16.212 0 010 16.265 16.212 16.212 0 0116.264 0a16.312 16.312 0 0116.265 16.265 16.213 16.213 0 01-4.2 10.943 2.563 2.563 0 013.258.495l9.549 9.391a2.789 2.789 0 010 4.04 2.848 2.848 0 01-2.02.866 2.853 2.853 0 01-2.022-.866zM4.722 16.264a11.75 11.75 0 0011.542 11.542 11.645 11.645 0 0011.543-11.542A11.646 11.646 0 0016.264 4.722 11.751 11.751 0 004.722 16.265zm10.494 5.247v-4.2h-4.2v-2.1h4.2v-4.2h2.1v4.2h4.2v2.1h-4.2v4.2z'/%3E%3C/svg%3E");
  background-size: 5rem 5rem;
  color: #fff;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.a5-image {
  margin-bottom: 1.75rem;
}

.a5-image-gallery {
  overflow: hidden;
}
.a5-image-gallery ul, .a5-image-gallery li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.a5-image-gallery ul li {
  margin-bottom: 1.75rem;
}
.a5-image-gallery li::before {
  display: none;
}
.a5-image-gallery figure {
  display: table;
}
.a5-image-gallery figure > a {
  display: block;
}
.a5-image-gallery figure a:focus {
  outline-offset: -.25rem;
}
.a5-image-gallery img {
  vertical-align: bottom;
}
@media only screen and (min-width: 760px) {
  .a5-image-gallery figure {
    display: block;
  }
  .a5-image-gallery ul {
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -1.75rem;
    margin-left: -1.75rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    width: calc( 100% + 1.75rem);
  }
  .a5-image-gallery ul li {
    margin-right: 0.875rem;
    margin-left: 0.875rem;
    width: calc( 5.25rem + ( ( (99.9% - 21rem) / 12 ) * 4 ) );
  }
}

a.btn, a.btn-light, button {
  background-color: #00605c;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 0 #080808;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75rem;
  margin: 0 0 0 0;
  padding: 0.4375rem 1rem 0.4375rem 1rem;
  position: relative;
  text-decoration: none;
  text-transform: none;
}
a.btn:hover, a.btn:active, a.btn:focus, a.btn-light:hover, a.btn-light:active, a.btn-light:focus, button:hover, button:active, button:focus {
  background-color: #d01d55;
  border: 0;
  box-shadow: inset 0 0 0 0 #d01d55;
  color: #fff;
  outline: 0.125rem dotted #00605c;
  outline-offset: .125rem;
}

a.btn::after {
  border: 3px currentColor solid;
  border-width: 0 3px 3px 0;
  box-sizing: content-box;
  content: '';
  display: inline-block;
  height: .5rem;
  margin-left: .25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: .5rem;
}

.alert {
  margin-bottom: 1.75rem;
}
.alert p[role="heading"] {
  background: #080808;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.alert p {
  padding: 0.875rem;
}
.alert svg {
  background: #fff;
  border-radius: .25rem;
  box-shadow: 0 0 0px 0.125rem #fff;
  height: 1.75rem;
  margin-right: .75rem;
  vertical-align: bottom;
  width: 1.75rem;
}
.alert p:last-child {
  margin-bottom: 0;
}

.alert[data-level="green"] {
  border-bottom: 0.25rem #949b00 solid;
}
.alert[data-level="green"] p[role="heading"] {
  background-color: #949b00;
}
.alert[data-level="green"] p[role="heading"] svg {
  color: #949b00;
}

.alert[data-level="yellow"] {
  border-bottom: 0.25rem #f66606 solid;
}
.alert[data-level="yellow"] p[role="heading"] {
  background-color: #f66606;
}
.alert[data-level="yellow"] p[role="heading"] svg {
  color: #f66606;
}

.alert[data-level="red"] {
  border-bottom: 0.25rem #cf014c solid;
}
.alert[data-level="red"] p[role="heading"] {
  background-color: #cf014c;
}
.alert[data-level="red"] p[role="heading"] svg {
  color: #cf014c;
}

.a5-table {
  border-bottom: 0.125rem #00605c solid;
  margin-bottom: 2.625rem;
}
.a5-table table thead th {
  background: #00605c;
  color: #fff;
}
.a5-table table tbody th {
  color: #00605c;
  font-weight: 400;
}
.a5-table table tbody th, .a5-table table tbody td {
  background: -webkit-linear-gradient(left, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background: linear-gradient(to right, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 10px 2px;
}
.a5-table table thead + tbody tr:first-child th, .a5-table table thead + tbody tr:first-child td {
  background: none;
}

.a5-table caption:not(.a5-hideme) ~ tbody tr:last-child td, .a5-table caption:not(.a5-hideme) ~ tbody tr:last-child th {
  box-shadow: none;
}

.a5-table.a5-caption-bottom caption {
  background: -webkit-linear-gradient(left, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background: linear-gradient(to right, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  caption-side: bottom;
}

.a5-table[role="region"][aria-labelledby][tabindex] {
  overflow: auto;
}

.a5-table[role="region"][aria-labelledby][tabindex]:focus {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.a5-table[role="region"][aria-labelledby][tabindex] table {
  border: none;
  margin: 0;
}

.a5-table[role="region"][aria-labelledby][tabindex] {
  background: -webkit-linear-gradient(left, #ffffff 30%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, -webkit-radial-gradient(0% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(to right, #ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-attachment: local, local, scroll, scroll;
  background-color: #fff;
  background-position: 0 0, 100%, 0 0, 100%;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
}

.a5-listing ul {
  list-style: none;
  margin: 0 0 1.75rem 0;
  padding: 0;
}
.a5-listing ul li {
  margin: 0;
  padding: 0 0 0 2rem;
}

.a5-details {
  margin-bottom: 1.75rem;
}
.a5-details summary::-webkit-details-marker {
  display: none;
}
.a5-details summary {
  background: #00605c;
  border-radius: .5rem;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  list-style: none;
  padding: 0.875rem 1rem;
  position: relative;
}
.a5-details summary svg {
  height: 1.75rem;
  margin-right: .5rem;
  vertical-align: bottom;
  width: 1.75rem;
}
.a5-details summary:hover, .a5-details summary:focus, .a5-details summary:active {
  background: #d01d55;
  cursor: pointer;
  outline: 0.125rem dotted #00605c;
  outline-offset: .125rem;
}
.a5-details summary::before {
  background: #fff;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  content: '';
  height: 2.1875rem;
  position: absolute;
  top: 0;
  right: 2rem;
  width: 3rem;
}
.a5-details summary::after {
  background: no-repeat center center url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10'%3E%3Cpath d='M10 10L0 0h20z' fill='%2300605c'/%3E%3C/svg%3E");
  content: '';
  height: 2.1875rem;
  position: absolute;
  top: 0;
  right: 2rem;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 3rem;
}
.a5-details[open] summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.a5-details .a5-details-content {
  padding: 0.875rem 1rem;
}

.a5-details + .a5-details {
  margin-top: -0.875rem;
}

.a5-contacts .a5-details-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.address-first {
  background: 0.125rem 0.625rem no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Crect width='10' height='10' rx='2' fill='%2300605c'/%3E%3C/svg%3E");
  margin-bottom: 0;
  padding-right: 1.75rem;
  padding-left: 1.3125rem;
}
.a5-contacts address p {
  margin-bottom: 0.875rem;
}

.skip-aside {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 979px) {
  .skip-aside {
    display: none;
  }
}
.skip-aside li + li {
  margin-top: 0.4375rem;
}
.skip-aside a {
  background: #00605c;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  color: #fff;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  list-style: none;
  padding: 0.875rem 1rem;
  position: relative;
}
.skip-aside a svg {
  height: 1.75rem;
  vertical-align: bottom;
  width: 1.75rem;
}
.skip-aside a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.skip-aside a:hover, .skip-aside a:focus, .skip-aside a:active {
  background: #d01d55;
  box-shadow: none;
  outline: 0.125rem dotted #00605c;
  outline-offset: .125rem;
}

@media only screen and (min-width: 760px) {
  .grid.a5-equal-box-height .grid_3, .grid.a5-equal-box-height .grid_4, .grid.a5-equal-box-height .grid_6, .grid.a5-equal-box-height .grid_8, .grid.a5-equal-box-height .grid_9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grid.a5-equal-box-height .a5-box, .grid.a5-equal-box-height .a5-contact, .grid.a5-equal-box-height .a5-links, .grid.a5-equal-box-height .a5-downloads {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.a5-listing {
  margin-bottom: 2.625rem;
}
.a5-listing ul, .a5-listing ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.a5-listing ul li {
  padding: 0.4375rem 1rem;
  position: relative;
}
.a5-listing ul li::before, .a5-listing ul li::after {
  background: -webkit-linear-gradient(left, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background: linear-gradient(to right, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  content: '';
  height: 2px;
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
}
.a5-listing ul li::after {
  top: auto;
  bottom: -1px;
}
@media only screen and (min-width: 760px) {
  .a5-listing {
    overflow: hidden;
  }
  .a5-listing ul {
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -1.75rem;
    margin-left: -1.75rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    width: calc( 100% + 1.75rem);
  }
  .a5-listing ul li {
    margin-right: 0.875rem;
    margin-left: 0.875rem;
    width: calc( 8.75rem + ( ( (99.9% - 21rem) / 12 ) * 6 ) );
  }
}

dl dt, dl dd.marked {
  font-weight: 400;
}

dl dt a {
  color: #fff;
  display: inline-block;
  background: #00605c;
  padding: 0 .5rem;
  text-decoration: none;
}
dl dt a:hover, dl dt a:focus, dl dt a:active {
  box-shadow: none;
}

dl dd.marked {
  background: #e5efee;
  display: inline-block;
  margin-top: 0.4375rem;
  padding: 0 .5rem;
  position: relative;
}

.a5-paging {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3.5rem 0;
  padding: 0;
  position: relative;
}
.a5-paging ul {
  background: #e5efee;
  border-radius: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.a5-paging li {
  margin: 0;
  padding: 0;
}
.a5-paging i, .a5-paging em, .a5-paging span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.a5-paging a, .a5-paging strong {
  border-radius: .25rem;
  color: #00605c;
  display: inline-block;
}
.a5-paging .a5-paging-list {
  margin-right: .5rem;
}
.a5-paging .a5-paging-list a, .a5-paging .a5-paging-list strong {
  box-sizing: border-box;
  font-weight: 400;
  line-height: 2.625rem;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  min-width: 2.625rem;
  vertical-align: middle;
}
.a5-paging .a5-paging-list .a5-paging-prev-items a, .a5-paging .a5-paging-list .a5-paging-next-items a {
  background: none;
  box-shadow: inset 0 0 0 0.25rem #e5efee;
}
.a5-paging .a5-paging-list strong {
  background: #00605c;
  color: #fff;
  font-weight: 700;
}
.a5-paging .a5-paging-list a:hover, .a5-paging .a5-paging-list a:focus, .a5-paging .a5-paging-list a:active {
  background: #d01d55;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
}
.a5-paging .a5-paging-buttons a {
  cursor: pointer;
  line-height: 2.625rem;
  min-width: 2.625rem;
  text-align: center;
}
.a5-paging .a5-paging-buttons a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.a5-paging .a5-paging-buttons a:hover, .a5-paging .a5-paging-buttons a:focus, .a5-paging .a5-paging-buttons a:active {
  background: #d01d55;
  box-shadow: none;
  color: #fff;
}
.a5-paging .a5-paging-buttons a::before {
  background: center center no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 20'%3E%3Cpolygon fill='%2300605c' points='10 10 0 20 0 0 10 10'/%3E%3C/svg%3E");
  background-size: 10px 20px;
  content: '';
  display: inline-block;
  height: 20px;
  vertical-align: sub;
  width: 1rem;
}
.a5-paging .a5-paging-buttons a:hover::before, .a5-paging .a5-paging-buttons a:focus::before, .a5-paging .a5-paging-buttons a:active::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 20'%3E%3Cpolygon fill='%23fff' points='10 10 0 20 0 0 10 10'/%3E%3C/svg%3E");
}
.a5-paging .a5-paging-first a::before, .a5-paging .a5-paging-last a::before {
  border-right: .125rem currentColor solid;
}
.a5-paging .a5-paging-first a::before, .a5-paging .a5-paging-prev a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

form {
  margin: 0 0 1.75rem 0;
}

form.form-box {
  background: #e5efee;
  border-top: 0.25rem #00605c solid;
  border-bottom: 0.25rem #00605c solid;
  padding: 2.625rem;
}

fieldset {
  margin-bottom: 1.75rem;
}

form.form-box fieldset, form.form-box .form-button {
  margin-right: auto;
  margin-left: auto;
  max-width: 58rem;
}

legend {
  color: #00605c;
  float: left;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 1.75rem;
  text-transform: none;
}

legend span {
  color: #080808;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  padding-top: 0.875rem;
}

legend + .form-group,
legend + .form-group-check,
legend + .form-check,
legend + .grid {
  clear: both;
}

.form-group,
.form-group-check,
.form-check {
  margin-bottom: 1.75rem;
}

label, legend.form-group-label {
  color: #080808;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.4375rem;
}
label img, legend.form-group-label img {
  pointer-events: none;
}
label sup, legend.form-group-label sup {
  color: #00605c;
  font-size: 21px;
  font-size: 1.3125rem;
  top: 0;
}

.form-control {
  background-image: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #080808;
  border-radius: 0.25rem;
  box-sizing: border-box;
  color: #080808;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0.4375rem 1rem 0.4375rem 1rem;
  width: 100%;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::placeholder {
  color: #000;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #999;
  opacity: 1;
}
.form-control:focus {
  border: 1px solid #080808;
  outline: 0.125rem #00605c dotted;
  outline-offset: .125rem;
}

input.form-control {
  height: 2.625rem;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32px' height='10px' viewBox='0 0 32 10'%3E%3Cpolygon fill='%2300605c' points='10 10 0 0 20 0 10 10'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 2.625rem;
  padding-left: .75rem;
  padding-right: 3rem;
}
select.form-control:focus::-ms-value {
  color: #080808;
  background-color: #fff;
}
select.form-control::-ms-expand {
  display: none;
}

select.form-control[multiple] {
  background: none;
  height: 14rem;
}

.form-control-file,
.form-control-range {
  display: block;
}

.form-check {
  position: relative;
  z-index: 1;
}
.form-check label {
  display: inline-block;
  margin: 0;
  padding-left: 1.5rem;
  position: relative;
}
.form-check label:last-child {
  margin-bottom: 0;
}
.form-check input {
  position: absolute;
  top: .375rem;
  left: 0;
  vertical-align: middle;
}
.form-check.disabled label {
  color: #ccc;
}

.form-group-check legend.form-group-label {
  display: inline;
  float: left;
  font-weight: 400;
  line-height: 1.75rem;
  width: auto;
}
.form-group-check .form-check-inline {
  margin-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .form-group-check legend.form-group-label, .form-group-check label.form-group-label, .form-group-check .form-check-inline {
    display: inline;
    margin-right: 1rem;
  }
  .form-group-check legend.form-group-label {
    margin-bottom: 0;
  }
}

.form-control + small {
  display: block;
  line-height: 1.75rem;
}

.form-group.form-error, .form-check.form-error {
  border-radius: 0.25rem;
  outline: .125rem #c31f53 solid;
  outline-offset: .25rem;
}
.form-group.form-error .form-error-message, .form-check.form-error .form-error-message {
  color: #c31f53;
  display: block;
  font-weight: 700;
  margin-top: 0.4375rem;
  padding: 0.21875rem 0;
}

input[type="checkbox"],
input[type="radio"] {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.625rem;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  background: #fff;
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: .25rem;
  left: 0;
  border: solid 0.125rem #00605c;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: .5rem;
  left: .25rem;
  width: .25rem;
  height: .25rem;
  border: solid 0.375rem #d01d55;
}
input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
  outline: 0.125rem #00605c dotted;
  outline-offset: .125rem;
}
input[type="checkbox"]:disabled + label::before,
input[type="radio"]:disabled + label::before {
  border-color: #999;
}
input[type="checkbox"]:disabled + label::after,
input[type="radio"]:disabled + label::after {
  border: solid 1px #999;
  border-right: 0;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 1.625rem;
  margin-left: 1px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: .5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1px;
}
input[type="checkbox"][type="radio"] + label::before,
input[type="radio"][type="radio"] + label::before {
  border-radius: 50%;
}
input[type="checkbox"][type="radio"]:disabled + label::after,
input[type="radio"][type="radio"]:disabled + label::after {
  height: 1.25rem;
  top: .25rem;
  left: .5rem;
}
input[type="checkbox"][type="radio"]:checked + label::after,
input[type="radio"][type="radio"]:checked + label::after {
  border-radius: 50%;
}

.hcm-true input[type="checkbox"]:focus + label,
.hcm-true input[type="radio"]:focus + label {
  outline: 2px #080808 dotted;
  outline-offset: 2px;
}

@media screen and (-ms-high-contrast: active) {
  input[type="checkbox"]:focus + label,
  input[type="radio"]:focus + label {
    outline: 2px #080808 dotted;
    outline-offset: 2px;
  }
}
form.a5-filter {
  background: #e5efee;
  margin-bottom: 1.75rem;
  padding: 1.3125rem 1rem 1.75rem 1rem;
}
form.a5-filter fieldset {
  margin: 0;
}
form.a5-filter .grid {
  padding-bottom: 3.0625rem;
  position: relative;
}
form.a5-filter .form-group {
  margin-bottom: 0.875rem;
}
form.a5-filter .form-button {
  position: absolute;
  left: 0;
  bottom: 0;
}
form.a5-filter.a5-filter-hide-submit .grid {
  padding-bottom: 0;
}
form.a5-filter.a5-filter-hide-submit .form-button {
  display: none;
}

h3 + form.a5-filter,
h3 + h4.a5-hideme + form.a5-filter {
  margin-top: -1.75rem;
}

.js-form-flying-label:not(.form-error) {
  padding-top: 0.875rem;
  position: relative;
}
.js-form-flying-label:not(.form-error) label {
  position: absolute;
  top: 1.3125rem;
  left: 1rem;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
}
.js-form-flying-label:not(.form-error).js-focus label, .js-form-flying-label:not(.form-error).js-filled label, .js-form-flying-label:not(.form-error).js-autofill label {
  top: -0.875rem;
  left: 0;
}
.js-form-flying-label:not(.form-error).js-focus label sup, .js-form-flying-label:not(.form-error).js-filled label sup, .js-form-flying-label:not(.form-error).js-autofill label sup {
  font-size: 16px;
  font-size: 1rem;
}
@-webkit-keyframes onAutoFillStart {
  from {
    color: #00605c;
  }
  to {
    color: #080808;
  }
}
@keyframes onAutoFillStart {
  from {
    color: #00605c;
  }
  to {
    color: #080808;
  }
}
@-webkit-keyframes onAutoFillCancel {
  from {
    color: #080808;
  }
  to {
    color: #00605c;
  }
}
@keyframes onAutoFillCancel {
  from {
    color: #080808;
  }
  to {
    color: #00605c;
  }
}
.js-form-flying-label:not(.form-error) input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
}
.js-form-flying-label:not(.form-error) input:not(:-webkit-autofill) {
  -webkit-animation-name: onAutoFillCancel;
          animation-name: onAutoFillCancel;
}

form a.a5-info-button {
  background: #00605c;
  border-radius: .25rem;
  color: #fff;
  margin-left: .5rem;
  padding: 0 .75rem;
  position: relative;
  text-decoration: none;
}
form a.a5-info-button::before {
  content: 'i';
}
form a.a5-info-button span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
form a.a5-info-button[aria-expanded="true"], form a.a5-info-button:hover, form a.a5-info-button:focus, form a.a5-info-button:active {
  background: #d01d55;
  box-shadow: none;
  color: #fff;
}
form a.a5-info-button:hover, form a.a5-info-button:focus, form a.a5-info-button:active {
  outline: 0.125rem dotted #00605c;
  outline-offset: .125rem;
}
form .a5-info-box {
  padding-top: 0.875rem;
}
form .a5-info-box[aria-hidden="true"] {
  display: none;
}

.a5-iframe {
  height: 0;
  margin-bottom: 1.75rem;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.a5-iframe iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.a5-iframe.a5-iframe-poster {
  height: auto;
  padding-top: 0;
}
.a5-iframe.a5-iframe-poster img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  vertical-align: bottom;
}
.js .a5-iframe.a5-iframe-poster iframe {
  display: none;
  top: 100%;
}
.a5-iframe.a5-iframe-poster button {
  background: no-repeat center center url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' version='1.1' xmlns='http://www.w3.org/2000/svg' width='56px' height='56px' viewBox='0 0 56 56'%3E%3Crect fill='%2300605c' width='56' height='56'/%3E%3Cpath d='M17,15l23,13L17,41V15z'/%3E%3C/svg%3E");
  border: 0;
  box-shadow: none;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.a5-iframe.a5-iframe-poster button:hover, .a5-iframe.a5-iframe-poster button:focus, .a5-iframe.a5-iframe-poster button:active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' version='1.1' xmlns='http://www.w3.org/2000/svg' width='56px' height='56px' viewBox='0 0 56 56'%3E%3Crect fill='%23d01d55' width='56' height='56'/%3E%3Cpath fill='%23fff' d='M17,15l23,13L17,41V15z'/%3E%3C/svg%3E");
}
.a5-iframe.a5-iframe-poster button:focus {
  outline: 0.125rem #080808 dotted;
  outline-offset: -.125rem;
}
.a5-iframe.a5-iframe-poster button span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.a5-iframe.a5-iframe-poster.js-video-active button {
  display: none;
}
.a5-iframe.a5-iframe-poster.js-video-active iframe {
  display: block;
  top: 0;
}

body {
  background: #00605c;
}

.js .page-header {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 101;
}
@media (min-device-width: 576px) and (max-device-width: 980px) and (orientation: landscape) {
  .js .page-header {
    position: static;
  }
}

.page-header-images {
  background: #1a706d;
}

.page-logo {
  text-align: center;
}
.page-logo h1 {
  background: #fff;
  margin: 0;
  padding: 0.875rem 1rem;
}
@media only screen and (min-width: 760px) {
  .page-logo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .page-logo h1 {
    background: rgba(255, 255, 255, 0.85);
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    display: inline-block;
    margin: 0 auto;
  }
}
.page-logo img {
  vertical-align: bottom;
}
@media only screen and (max-width: 759px) {
  .page-logo img {
    height: 3.0625rem;
    width: auto;
  }
}
.is-pinned .page-logo {
  border-top: 1px #fff solid;
}
.is-pinned .page-logo h1 {
  background: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: block;
  margin: 0;
}
.is-pinned .page-logo img {
  height: 3.0625rem;
  width: auto;
}
.page-logo a:hover, .page-logo a:focus, .page-logo a:active {
  background: none;
  box-shadow: none;
  outline: none;
}
.page-logo a:hover img, .page-logo a:focus img, .page-logo a:active img {
  outline: 0.25rem #d01d55 solid;
  outline-offset: .25rem;
}

.page-header-navbar {
  background: #00605c;
  position: relative;
  padding-top: 4.375rem;
  z-index: 100;
}
@media only screen and (min-width: 980px) {
  .page-header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .js .page-header-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 4.8125rem;
  }
}
.page-header-navbar .service {
  background: #1a706d;
  border-radius: .25rem;
  color: #fff;
  display: block;
  padding: .375rem;
  position: absolute;
  top: 0.875rem;
  left: 1rem;
}
@media only screen and (min-width: 980px) {
  .page-header-navbar .service {
    top: 1.09375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .page-header-navbar .service {
    left: 1.75rem;
  }
}
.page-header-navbar .service span {
  background: #00605c;
  display: block;
  line-height: 1.3125rem;
  margin-left: 1rem;
  position: absolute;
  top: 0;
  left: 100%;
  text-transform: uppercase;
  width: 8rem;
}
.page-header-navbar .service svg {
  vertical-align: bottom;
  width: 1.75rem;
}
.page-header-navbar .service:hover, .page-header-navbar .service:focus, .page-header-navbar .service:active {
  background: #d01d55;
  box-shadow: none;
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.page-header-navbar .hamburger, .page-header-navbar .searchbutton {
  background: #1a706d;
  border: 0;
  border-radius: .25rem;
  box-shadow: none;
  color: #fff;
  display: block;
  padding: .375rem;
  position: absolute;
  top: 0.875rem;
  right: 1rem;
}
.page-header-navbar .hamburger svg, .page-header-navbar .searchbutton svg {
  vertical-align: bottom;
  width: 1.75rem;
}
.page-header-navbar .hamburger[aria-expanded="true"] svg, .page-header-navbar .searchbutton[aria-expanded="true"] svg {
  visibility: hidden;
}
.page-header-navbar .hamburger[aria-expanded="true"]::before, .page-header-navbar .hamburger[aria-expanded="true"]::after, .page-header-navbar .searchbutton[aria-expanded="true"]::before, .page-header-navbar .searchbutton[aria-expanded="true"]::after {
  background: #fff;
  border-radius: .125rem;
  content: '';
  height: .25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.75rem;
}
.page-header-navbar .hamburger[aria-expanded="true"]::before, .page-header-navbar .searchbutton[aria-expanded="true"]::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.page-header-navbar .hamburger[aria-expanded="true"]::after, .page-header-navbar .searchbutton[aria-expanded="true"]::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.page-header-navbar .hamburger:hover, .page-header-navbar .hamburger:focus, .page-header-navbar .hamburger:active, .page-header-navbar .searchbutton:hover, .page-header-navbar .searchbutton:focus, .page-header-navbar .searchbutton:active {
  background: #d01d55;
  box-shadow: none;
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.page-header-navbar .hamburger {
  right: 4rem;
}
@media only screen and (min-width: 980px) {
  .page-header-navbar .hamburger {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .page-header-navbar .searchbutton {
    top: 1.09375rem;
  }
}
@media only screen and (min-width: 1100px) {
  .page-header-navbar .searchbutton {
    right: 1.75rem;
  }
}

.page-main {
  background: #fff;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .page-main {
    padding-top: 5.25rem;
    padding-bottom: 3.5rem;
  }
}
.page-main > main {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 90rem;
}
@media only screen and (min-width: 760px) {
  .page-main > main {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
    max-width: 91.5rem;
  }
}
@media only screen and (min-width: 980px) {
  .page-main .skip-aside + main {
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 979px) {
  .page-main-cols .col-navigation {
    display: none;
  }
  .page-main-cols .col-content {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 980px) {
  .page-main-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-main-cols > div {
    min-width: 0;
  }
  .page-main-cols .col-navigation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16rem;
        -ms-flex: 0 0 16rem;
            flex: 0 0 16rem;
    padding-top: 3.71875rem;
  }
  .page-main-cols .col-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 1.75rem;
  }
}
.page-main-cols .aside-boxes {
  background: -webkit-linear-gradient(left, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background: linear-gradient(to right, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  margin-top: 5.25rem;
  padding-top: 3.5rem;
}
@media only screen and (min-width: 1280px) {
  .page-main-cols {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .page-main-cols .col-navigation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18rem;
        -ms-flex: 0 0 18rem;
            flex: 0 0 18rem;
  }
}
@media only screen and (min-width: 1580px) {
  .page-main-cols .col-navigation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20rem;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
  }
  .page-main-cols .col-content {
    padding: 0 3.5rem;
  }
}

.social-and-tools {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.75rem 0;
}
.social-and-tools ul, .social-and-tools li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-and-tools ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-and-tools li {
  margin: 0 .5rem;
}
.social-and-tools a {
  box-shadow: inset 0 0 0 1px currentColor;
  border-radius: .5rem;
  display: inline-block;
  padding: 0.65625rem;
}
.social-and-tools a:hover, .social-and-tools a:focus, .social-and-tools a:active {
  box-shadow: none;
}
.social-and-tools svg {
  height: 1.75rem;
  vertical-align: bottom;
  width: 1.75rem;
}

.page-footer {
  color: #fff;
  margin: 0 auto;
  padding: 1.75rem 1rem;
  position: relative;
  max-width: 90rem;
}
@media only screen and (min-width: 1100px) {
  .page-footer {
    padding: 3.5rem 1.75rem;
    max-width: 91.5rem;
  }
}
.page-footer a {
  color: #fff;
}
@media only screen and (min-width: 760px) {
  .page-footer address, .page-footer nav, .page-footer div.links {
    padding: 1.75rem;
  }
}
.page-footer address svg {
  vertical-align: bottom;
  width: 1.75rem;
}
.page-footer nav ul li, .page-footer ul li {
  list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Crect width='10' height='10' rx='2' fill='%23fff'/%3E%3C/svg%3E");
  margin-left: 1.3125rem;
}

@media screen and (min-width: 760px) and (max-width: 979px) {
  .page-footer-grid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-footer-grid .grid_3 {
    -webkit-flex-basis: calc( 8.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 6 ) );
        -ms-flex-preferred-size: calc( 8.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 6 ) );
            flex-basis: calc( 8.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 6 ) );
    width: calc( 8.75rem + ( ( ( 100% - 19.25rem ) / 12 ) * 6 ) );
  }
  .page-footer-grid .grid_3:first-child, .page-footer-grid .grid_3:first-child + .grid_3 {
    margin-bottom: 1.75rem;
  }
}
@media only screen and (max-width: 759px) {
  .page-footer-grid > div + div {
    background: -webkit-linear-gradient(left, #ffffff 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
    background: linear-gradient(to right, #ffffff 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 10px 2px;
    padding-top: 1.75rem;
  }
}
@media only screen and (min-width: 760px) {
  .page-footer-grid > div {
    aspect-ratio: 1 / 1;
    background: left center no-repeat #1a706d;
    background-size: 100% auto;
    border-radius: 1rem;
  }
  .page-footer-grid > div:nth-child(1) {
    background-image: url("../images/footer-col1.svg");
  }
  .page-footer-grid > div:nth-child(2) {
    background-image: url("../images/footer-col2.svg");
  }
  .page-footer-grid > div:nth-child(3) {
    background-image: url("../images/footer-col3.svg");
  }
  .page-footer-grid > div:nth-child(4) {
    background-image: url("../images/footer-col4.svg");
  }
  @supports not (aspect-ratio: 1/1) {
    .page-footer-grid > div::before {
      float: left;
      padding-top: 100%;
      content: "";
    }
    .page-footer-grid > div::after {
      display: block;
      content: "";
      clear: both;
    }
  }
}

.page-search {
  background: #1a706d;
  padding: 0.875rem 1rem;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media only screen and (min-width: 980px) {
  .page-search {
    padding: 1.09375rem 1rem;
  }
}
.page-search[data-hidden] {
  background: #00605c;
  display: none;
  top: 0;
  right: 4rem;
  bottom: auto;
}
@media only screen and (min-width: 1100px) {
  .page-search[data-hidden] {
    right: 5rem;
  }
}
.page-search[data-hidden="false"] {
  display: block;
}
.page-search form, .page-search fieldset {
  margin: 0;
}
.page-search legend, .page-search label, .page-search form button span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-search div {
  background: #fff;
  border-radius: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  overflow: hidden;
  padding: 0.4375rem;
  position: relative;
  max-width: 40rem;
}
.page-search input {
  background: #fff;
  border: 0;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: .5rem;
  padding: 0 .5rem;
  outline: none;
  min-width: 100px;
}
.page-search input::-ms-clear {
  display: none;
}
.page-search input:focus {
  outline: 2px #d01d55 dotted;
  outline-offset: 1px;
}
.page-search button {
  background-color: #fff;
  border-left: 2px #1a706d dotted;
  box-shadow: none;
  color: #080808;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0 0 0 .5rem;
}
.page-search button svg {
  height: 1.75rem;
  vertical-align: bottom;
  width: 1.75rem;
}
.page-search button:hover, .page-search button:focus, .page-search button:active {
  color: #d01d55;
}
.page-search button:focus {
  border-left-color: #d01d55;
  outline: none;
}

html.js .page-main > main, html.js .page-footer nav {
  scroll-margin-top: 10.5rem;
}

html.js .a5-details {
  scroll-margin-top: 5.25rem;
}

@media only screen and (min-width: 760px) {
  html.js .page-main > main, html.js .page-footer nav {
    scroll-margin-top: 17.5rem;
  }

  html.js .a5-details {
    scroll-margin-top: 10.5rem;
  }
}
.focus-helper {
  outline: 0;
  position: absolute;
  top: -2em;
  left: -2em;
}
.focus-helper span {
  border: 0;
  clip: rect(0 0 0 0);
  display: inline-block;
  height: 1px;
  overflow: hidden;
  width: 1px;
}

.nav-first a {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.nav-first a:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: auto;
  background: #d01d55;
  color: white;
  display: block;
  font-weight: 700;
  line-height: 1.75rem;
  height: auto;
  padding: 2rem 1rem;
  position: static;
  top: auto;
  left: auto;
  outline: none;
  text-decoration: none;
  z-index: 166;
}

.nav-main ul[aria-hidden="true"] {
  display: none;
}
.nav-main ul li {
  border-top: 2px #1a706d solid;
  position: relative;
}
.nav-main ul a, .nav-main ul strong {
  color: #fff;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3.5rem;
  padding: 0 4rem 0 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-main ul a:hover, .nav-main ul a:focus, .nav-main ul a:active {
  box-shadow: none;
  text-decoration: none;
}
.nav-main ul a.active, .nav-main ul strong {
  font-weight: 700;
}
.nav-main ul button {
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  padding: .375rem;
  position: absolute;
  top: 0.4375rem;
  right: 1rem;
  text-align: center;
  text-indent: -5rem;
  width: 2.5rem;
}
.nav-main ul button::after {
  background: no-repeat center center url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10'%3E%3Cpath d='M10 10L0 0h20z' fill='%2300605c'/%3E%3C/svg%3E");
  content: '';
  height: 1.5rem;
  position: absolute;
  top: calc(50% - .75rem);
  left: calc(50% - .75rem);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 1.5rem;
}
.nav-main ul button:hover, .nav-main ul button:focus, .nav-main ul button:active {
  background: #d01d55;
}
.nav-main ul button:hover::after, .nav-main ul button:focus::after, .nav-main ul button:active::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10'%3E%3Cpath d='M10 10L0 0h20z' fill='%23fff'/%3E%3C/svg%3E");
}
.nav-main ul button[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-main ul ul {
  background: #e5efee;
}
.nav-main ul ul li {
  border: 0;
  position: relative;
}
.nav-main ul ul a, .nav-main ul ul strong {
  box-shadow: inset 0 -1px 0 #a0c4c2;
  color: #080808;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 0.4375rem 1rem;
  text-transform: none;
}
.nav-main ul ul a:hover, .nav-main ul ul a:focus, .nav-main ul ul a:active {
  color: #fff;
}
.nav-main ul ul button {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 1px #a0c4c2;
  height: 2rem;
  padding: 0;
  top: .25rem;
  right: 1.25rem;
  width: 2rem;
}
.nav-main ul ul button:hover, .nav-main ul ul button:focus, .nav-main ul ul button:active {
  box-shadow: none;
}
.nav-main ul ul ul {
  background: #fff;
}
.nav-main ul ul ul li {
  border: 0;
  position: relative;
}
.nav-main ul ul ul a, .nav-main ul ul ul strong {
  color: #080808;
  font-size: 18px;
  font-size: 1.125rem;
}
.nav-main ul ul ul ul {
  border-bottom: 0.125rem #a0c4c2 solid;
}
.nav-main ul ul ul ul a, .nav-main ul ul ul ul strong {
  padding-left: 1.75rem;
  position: relative;
}
.nav-main ul ul ul ul a::before, .nav-main ul ul ul ul strong::before {
  background: #a0c4c2;
  content: '';
  position: absolute;
  top: .75rem;
  bottom: .75rem;
  left: 1rem;
  width: .125rem;
}
.nav-main ul ul ul ul a:hover::before, .nav-main ul ul ul ul a:focus::before, .nav-main ul ul ul ul a:active::before {
  background: #fff;
}
@media only screen and (max-width: 979px) {
  .nav-main[data-hidden="true"] {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .nav-main ul ul, .nav-main button.js-btn {
    display: none;
  }
  .nav-main ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .nav-main ul li {
    border: 0;
  }
  .nav-main ul li:first-child {
    border-left: 2px #c4dad9 dotted;
  }
  .nav-main ul a, .nav-main ul strong {
    border-right: 2px #c4dad9 dotted;
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0.65625rem 1rem;
    position: relative;
  }
  .nav-main ul a.active, .nav-main ul strong {
    background: #1a706d;
    font-weight: 400;
  }
  .nav-main ul a.active:hover, .nav-main ul a.active:focus, .nav-main ul a.active:active {
    background: #d01d55;
  }
  .nav-main ul a:hover::before, .nav-main ul a:focus::before, .nav-main ul a:active::before, .nav-main ul strong::before {
    border-right: .5rem transparent solid;
    border-bottom: 0.5rem #fff solid;
    border-left: .5rem transparent solid;
    content: '';
    height: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% - .25rem);
    width: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .nav-main ul a, .nav-main ul strong {
    font-size: 36px;
    font-size: 2.25rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.nav-sub1 {
  border-top: 0.25rem #00605c solid;
  border-bottom: 0.25rem #00605c solid;
}
.nav-sub1 li {
  position: relative;
}
.nav-sub1 a, .nav-sub1 strong {
  box-shadow: inset 0 -1px 0 #a0c4c2;
  color: #080808;
  display: block;
  font-weight: 400;
  padding: 0.4375rem 3rem 0.4375rem 1rem;
  text-decoration: none;
}
.nav-sub1 a:hover, .nav-sub1 a:focus, .nav-sub1 a:active {
  background: #d01d55;
  box-shadow: none;
  color: #fff;
}
.nav-sub1 a.active, .nav-sub1 strong {
  font-weight: 700;
}
.nav-sub1 button {
  background: rgba(255, 255, 255, 0.8);
  color: #00605c;
  height: 2.1875rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0.21875rem;
  right: 0.21875rem;
  text-align: center;
  text-indent: -5rem;
  width: 2.1875rem;
}
.nav-sub1 button[aria-expanded="true"] {
  background: #e5efee;
}
.nav-sub1 button:hover, .nav-sub1 button:focus, .nav-sub1 button:active {
  background: #d01d55;
  color: #fff;
}
.nav-sub1 button::after {
  background: no-repeat center center url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10'%3E%3Cpath d='M10 10L0 0h20z' fill='%2300605c'/%3E%3C/svg%3E");
  content: '';
  height: 1.5rem;
  position: absolute;
  top: calc(50% - .75rem);
  left: calc(50% - .75rem);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 1.5rem;
}
.nav-sub1 button:hover::after, .nav-sub1 button:focus::after, .nav-sub1 button:active::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10'%3E%3Cpath d='M10 10L0 0h20z' fill='%23fff'/%3E%3C/svg%3E");
}
.nav-sub1 button[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-sub1 > ul > li:last-child > a, .nav-sub1 > ul > li:last-child > strong {
  box-shadow: none;
}
.nav-sub1 ul[aria-hidden="true"] {
  display: none;
}
.nav-sub1 ul ul {
  background: #e5efee;
}
.nav-sub1 ul ul a, .nav-sub1 ul ul strong {
  padding-left: 1.75rem;
}
.nav-sub1 ul ul ul {
  border-bottom: 0.125rem #a0c4c2 solid;
}
.nav-sub1 ul ul ul a, .nav-sub1 ul ul ul strong {
  padding-left: 2.75rem;
}
@media only screen and (min-width: 1100px) {
  .nav-sub1 a, .nav-sub1 strong {
    padding-left: 1.75rem;
  }
  .nav-sub1 ul ul a, .nav-sub1 ul ul strong {
    padding-left: 2.75rem;
  }
  .nav-sub1 ul ul ul a, .nav-sub1 ul ul ul strong {
    padding-left: 3.75rem;
  }
}

.a5-headline {
  position: relative;
}
.a5-headline img.a5-stamp {
  background: #fff;
  border: 1rem #fff solid;
  position: absolute;
  right: 2.5rem;
  bottom: -1rem;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
@media only screen and (max-width: 759px) {
  .a5-headline img.a5-stamp {
    display: none;
  }
}

.a5-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.75rem;
}
.a5-card figure {
  margin-bottom: 1.3125rem;
  min-height: 1px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.a5-card .card-text h4, .a5-card .card-text h5 {
  background: bottom left repeat-x -webkit-linear-gradient(left, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background: bottom left repeat-x linear-gradient(to right, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background-size: 10px 2px;
  color: #080808;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.875rem;
  padding-bottom: 1.3125rem;
  text-transform: uppercase;
}
.a5-card .card-text h4 a, .a5-card .card-text h5 a {
  text-decoration: none;
}
@media only screen and (min-width: 1280px) {
  .a5-card .card-text h4, .a5-card .card-text h5 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}

@media only screen and (min-width: 760px) {
  .a5-card-grid {
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -1.75rem;
    margin-left: -1.75rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    width: calc( 100% + 1.75rem);
  }
  .a5-card-grid .a5-card-slider {
    margin-right: 0.875rem;
    margin-left: 0.875rem;
    width: calc( 8.75rem + ( ( (99.9% - 21rem) / 12 ) * 6 ) );
  }
}
@media only screen and (min-width: 1100px) {
  .a5-card-grid .a5-card-slider {
    margin-right: 0.875rem;
    margin-left: 0.875rem;
    width: calc( 3.5rem + ( ( (99.9% - 21rem) / 12 ) * 3 ) );
  }
}

.a5-card-slider {
  border-bottom: 0.25rem #00605c solid;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.75rem;
}
.a5-card-slider header h3 {
  background: #00605c;
  color: #fff;
  font-weight: 400;
  padding: 0.4375rem 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 760px) {
  .a5-card-slider header h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.a5-card-slider.schermbeck-color-1 {
  border-bottom-color: #0068b1;
}
.a5-card-slider.schermbeck-color-1 header h3 {
  background-color: #0068b1;
}
.a5-card-slider.schermbeck-color-2 {
  border-bottom-color: #949b00;
}
.a5-card-slider.schermbeck-color-2 header h3 {
  background-color: #949b00;
}
.a5-card-slider.schermbeck-color-3 {
  border-bottom-color: #cf014c;
}
.a5-card-slider.schermbeck-color-3 header h3 {
  background-color: #cf014c;
}
.a5-card-slider.schermbeck-color-3 .single a, .a5-card-slider.schermbeck-color-3 .slider a {
  color: #cf014c;
}
.a5-card-slider.schermbeck-color-3 .single a:hover, .a5-card-slider.schermbeck-color-3 .single a:focus, .a5-card-slider.schermbeck-color-3 .single a:active, .a5-card-slider.schermbeck-color-3 .slider a:hover, .a5-card-slider.schermbeck-color-3 .slider a:focus, .a5-card-slider.schermbeck-color-3 .slider a:active {
  color: #fff;
}
.a5-card-slider .single, .a5-card-slider .slider > ul > li {
  padding: 1rem;
}
.a5-card-slider header h3 {
  margin: 0;
}
.a5-card-slider h4 {
  color: #080808;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.875rem 0;
}
.a5-card-slider footer {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: top center repeat-x -webkit-linear-gradient(left, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background: top center repeat-x linear-gradient(to right, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background-size: 10px 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 4.375rem;
  margin: 0 1rem;
  margin-top: auto;
  padding: 0.875rem 0;
}
.a5-card-slider footer a {
  margin-left: auto;
}
.a5-card-slider footer .swiper-controls button {
  background: transparent;
  box-shadow: inset 0 0 0 1px #080808;
  border-radius: 50%;
  color: #080808;
  height: 2.625rem;
  margin-right: .25rem;
  padding: 0.4375rem 0;
  text-align: center;
  width: 2.625rem;
}
.a5-card-slider footer .swiper-controls button svg {
  height: 1.75rem;
  width: 1.3125rem;
}
.a5-card-slider footer .swiper-controls button:hover, .a5-card-slider footer .swiper-controls button:focus, .a5-card-slider footer .swiper-controls button:active {
  background: #d01d55;
  box-shadow: none;
  color: #fff;
}
.a5-card-slider.a5-card-event time > span, .a5-card-slider.a5-card-event time + span {
  display: block;
  margin: 0.875rem 0;
  padding-left: 2.25rem;
  position: relative;
}
.a5-card-slider.a5-card-event time > span svg, .a5-card-slider.a5-card-event time + span svg {
  background: #00605c;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: bottom;
  width: 1.75rem;
}

.a5-box {
  background: #e5efee;
  border-top: 0.25rem #00605c solid;
  border-bottom: 0.25rem #00605c solid;
  color: #00605c;
  margin-top: 4.375rem;
  margin-bottom: 2.625rem;
  padding: 0.875rem;
}
.a5-box a {
  color: #00605c;
}
.a5-box a:hover, .a5-box a:focus, .a5-box a:active {
  color: #fff;
}
.a5-box :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  .a5-box {
    padding: 1.75rem;
  }
}

.code {
  margin-bottom: 1.75rem;
}

pre code {
  background: #e5efee;
  border: 0.875rem #e5efee solid;
  border-radius: .5rem;
  display: block;
  overflow-x: auto;
  padding-bottom: 0.875rem;
}

ul.code-icons {
  margin-bottom: 1.75rem;
  padding: 0;
}
ul.code-icons li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.a5-skiplinks {
  float: right;
  margin-bottom: 1.75rem;
  margin-left: 1.75rem;
}

.cc-dialog {
  background: #e5efee;
  box-shadow: inset 0 0 0 0.125rem #00605c;
  color: #080808;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  padding: 1.09375rem;
  position: fixed;
  bottom: 0.875rem;
  right: 0.875rem;
  left: 0.875rem;
  z-index: 1000;
}
.cc-dialog:focus {
  outline: 2px #d01d55 dotted !important;
  outline-offset: 2px;
}
.cc-dialog p {
  margin: 0 0 0.875rem 0;
}
.cc-dialog form {
  margin: 0;
}
.cc-dialog label:not(:first-child) {
  cursor: pointer;
}
.cc-dialog label:not(:first-child):focus-within, .cc-dialog label:not(:first-child):hover, .cc-dialog label:not(:first-child):focus, .cc-dialog label:not(:first-child):active {
  background: #fff;
  color: #d01d55;
  outline: none;
  outline-offset: .25rem;
  padding: 0 .25rem;
}
.cc-dialog input {
  border: 0;
  clip: none;
  height: auto;
  margin: 0;
  outline: none !important;
  overflow: auto;
  padding: 0;
  position: static;
  width: auto;
}
.cc-dialog .cc-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cc-dialog .cc-btn {
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125rem;
  margin-top: 0.875rem;
  padding: 0.65625rem 0.875rem;
  text-align: center;
}
.cc-dialog .cc-btn-shy {
  background: none;
  color: #fff;
  font-weight: 400;
  margin-left: 0.4375rem;
}
.cc-dialog .cc-leave:not(:focus) {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cc-dialog .cc-leave:focus {
  display: block;
  margin-top: 0.4375rem;
  outline-offset: -1px;
  text-align: center;
}
@media only screen and (min-width: 760px) {
  .cc-dialog {
    right: auto;
    bottom: 1.75rem;
    left: 1.75rem;
    width: 24rem;
  }
}

.cc-dialog input[type="checkbox"] {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cc-dialog input[type="checkbox"] + strong, .cc-dialog input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.625rem;
}
.cc-dialog input[type="checkbox"] + strong::before, .cc-dialog input[type="checkbox"] + span::before {
  background: #fff;
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: .25rem;
  left: 0;
  border: solid 2px #00605c;
}
.cc-dialog input[type="checkbox"]:checked + strong::before, .cc-dialog input[type="checkbox"]:checked + span::before {
  border-width: .125rem;
}
.cc-dialog input[type="checkbox"]:checked + strong::after, .cc-dialog input[type="checkbox"]:checked + span::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: .625rem;
  left: .375rem;
  width: .25rem;
  height: .25rem;
  border: solid 0.25rem #d01d55;
  border-radius: 0;
}
.cc-dialog input[type="checkbox"]:disabled + strong::before, .cc-dialog input[type="checkbox"]:disabled + span::before {
  border: solid 0.125rem #a0c4c2;
}
.cc-dialog input[type="checkbox"]:disabled + strong::after, .cc-dialog input[type="checkbox"]:disabled + span::after {
  background: none;
  border: solid 2px #a0c4c2;
  border-right: 0;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 1.625rem;
  margin-left: 1px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: .5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1px;
}

.a5-news-list {
  margin: 0 0 1.75rem 0;
}
.a5-news-list > ul, .a5-news-list > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.a5-news-list > ul > li {
  background: #e5efee;
  border-bottom: 0.125rem #00605c solid;
  margin-bottom: 1.75rem;
  position: relative;
  padding: 0 1rem 3.5rem 1rem;
}
.a5-news-list h4 {
  margin: 0 -1rem 0.875rem -1rem;
}
.a5-news-list h4 time {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.21875rem 1rem;
}
.a5-news-list h4 a {
  background: #00605c;
  color: #fff;
  display: block;
  margin-bottom: 0.875rem;
  padding: 0.875rem 1rem;
  text-decoration: none;
}
.a5-news-list h4 a::before {
  background: -webkit-linear-gradient(left, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background: linear-gradient(to right, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  content: '';
  height: 2px;
  position: absolute;
  right: 1rem;
  bottom: 3.5rem;
  left: 1rem;
}
.a5-news-list h4 a::after {
  content: attr(data-readmore);
  color: #080808;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 .25rem;
  position: absolute;
  right: 1rem;
  bottom: 0.875rem;
  text-decoration: underline;
}
.a5-news-list h4 a:hover, .a5-news-list h4 a:focus, .a5-news-list h4 a:active {
  background: #d01d55;
  box-shadow: none;
  padding-left: 1.5rem;
  text-decoration: none;
}
.a5-news-list h4 a:hover::after, .a5-news-list h4 a:focus::after, .a5-news-list h4 a:active::after {
  background: #d01d55;
  color: #fff;
}

.a5-news-meta {
  color: #00605c;
  font-weight: 700;
}

.a5-events-list {
  margin-bottom: 1.75rem;
}
.a5-events-list > ul {
  background: -webkit-linear-gradient(left, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background: linear-gradient(to right, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  margin: 0;
  padding: 0;
}
.a5-events-list > ul > li {
  background: -webkit-linear-gradient(left, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background: linear-gradient(to right, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  list-style: none;
  margin: 0;
  padding: 1.75rem 0 0.875rem 0;
}
.a5-events-list p {
  margin-bottom: 0.875rem;
}

.a5-event-meta {
  display: block;
  font-weight: 700;
  padding: 0.4375rem 0;
}
.a5-event-meta span {
  display: inline-block;
  padding: 0.4375rem 1rem 0.4375rem 0;
}
.a5-event-meta svg {
  background: #00605c;
  border-radius: 50%;
  color: #fff;
  margin-right: .5rem;
  vertical-align: bottom;
  width: 1.75rem;
}

.a5-events-detail .a5-event-meta {
  margin-top: -0.875rem;
  margin-bottom: 0.875rem;
}

.a5-toggle-box-wrapper {
  margin-bottom: 2.625rem;
}

.a5-toggle-functions {
  margin-bottom: 0.875rem;
  text-align: right;
}
.a5-toggle-functions button {
  background: none;
  box-shadow: inset 0 0 0 1px #a0c4c2;
  color: #00605c;
  margin-left: .5rem;
}
.a5-toggle-functions button:hover, .a5-toggle-functions button:focus, .a5-toggle-functions button:active {
  background: #d01d55;
  box-shadow: none;
  color: #fff;
}

.a5-toggle-box-wrapper[data-multi="false"] {
  border: 2px #00605c dotted;
  padding: 1rem;
}

.a5-toggle-box {
  position: relative;
}
.a5-toggle-box [aria-hidden="true"] > div {
  display: none;
}

.a5-toggle-box:not(:last-child) {
  margin-bottom: 0.875rem;
}

.a5-toggle-box-button {
  margin: 0;
  position: relative;
  z-index: 1;
}
.a5-toggle-box-button button {
  background: #1a706d;
  border-radius: .5rem;
  color: #fff;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  list-style: none;
  padding: 0.875rem 1rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.a5-toggle-box-wrapper[data-multi="false"] .a5-toggle-box-button button {
  background: #e5efee;
  color: #00605c;
}
.a5-toggle-box-button button svg {
  height: 1.75rem;
  margin-right: .5rem;
  vertical-align: bottom;
  width: 1.75rem;
}
.a5-toggle-box-button button:hover, .a5-toggle-box-button button:focus, .a5-toggle-box-button button:active, .a5-toggle-box-wrapper[data-multi="false"] .a5-toggle-box-button button:hover, .a5-toggle-box-wrapper[data-multi="false"] .a5-toggle-box-button button:focus, .a5-toggle-box-wrapper[data-multi="false"] .a5-toggle-box-button button:active {
  background: #d01d55;
  color: #fff;
  cursor: pointer;
  outline: 0.125rem dotted #00605c;
  outline-offset: .125rem;
}
.a5-toggle-box-button button::before {
  background: #fff;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  content: '';
  height: 2.1875rem;
  position: absolute;
  top: 0;
  right: 2rem;
  width: 3rem;
}
.a5-toggle-box-button button::after {
  background: no-repeat center center url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10'%3E%3Cpath d='M10 10L0 0h20z' fill='%2300605c'/%3E%3C/svg%3E");
  content: '';
  height: 2.1875rem;
  position: absolute;
  top: 0;
  right: 2rem;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 3rem;
}
.a5-toggle-box-button button[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.a5-toggle-box-content-innerwrap {
  background: #e5efee;
  border-radius: .5rem;
  margin-top: -0.875rem;
  padding: 2.1875rem 1rem 0.4375rem 1rem;
}
.a5-toggle-box-wrapper[data-multi="false"] .a5-toggle-box-content-innerwrap {
  background: rgba(229, 239, 238, 0.5);
}

.a5-toggle-box-content[aria-hidden="false"] .a5-toggle-box-content-innerwrap {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.a5-sitemap {
  margin-bottom: 2.625rem;
}
.a5-sitemap ul, .a5-sitemap li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.a5-sitemap a {
  background: #e5efee;
  border-bottom: 2px #fff solid;
  display: block;
  padding: 0.4375rem 1rem;
  text-decoration: none;
}
.a5-sitemap a:hover, .a5-sitemap a:focus, .a5-sitemap a:active {
  background: #d01d55;
  box-shadow: none;
  color: #fff;
}
.a5-sitemap > ul > li {
  margin-bottom: 2.625rem;
}
.a5-sitemap > ul > li > a {
  color: #00605c;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.875rem 1rem;
  text-transform: uppercase;
}
.a5-sitemap ul ul li a::before {
  background: center center no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Crect width='10' height='10' rx='2' fill='%2300605c'/%3E%3C/svg%3E");
  content: ' ';
  display: inline-block;
  height: 1.75rem;
  margin-right: .75rem;
  vertical-align: bottom;
  width: .625rem;
}
.a5-sitemap ul ul li a:hover::before, .a5-sitemap ul ul li a:focus::before, .a5-sitemap ul ul li a:active::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Crect width='10' height='10' rx='2' fill='%23fff'/%3E%3C/svg%3E");
}
.a5-sitemap ul ul ul li a {
  padding-left: 2.375rem;
}
.a5-sitemap ul ul ul ul li a {
  padding-left: 3.75rem;
}
.a5-sitemap ul ul ul ul ul li a {
  padding-left: 5.125rem;
}
@media only screen and (min-width: 760px) {
  .a5-sitemap {
    overflow: hidden;
  }
  .a5-sitemap > ul {
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -1.75rem;
    margin-left: -1.75rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    width: calc( 100% + 1.75rem);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .a5-sitemap > ul > li {
    margin-right: 0.875rem;
    margin-left: 0.875rem;
    width: calc( 8.75rem + ( ( (99.9% - 21rem) / 12 ) * 6 ) );
  }
}

.tabs-search em {
  color: #00605c;
}
.tabs-search a:hover em, .tabs-search a:focus em, .tabs-search a:active em {
  color: #fff;
}

.a5-search-list {
  background: -webkit-linear-gradient(left, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background: linear-gradient(to right, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  list-style: none;
  margin: 0.875rem 0 1.75rem 0;
  padding: 0;
}

.a5-search-list + .a5-paging {
  margin: 0;
}

.a5-search-item {
  background: -webkit-linear-gradient(left, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background: linear-gradient(to right, #080808 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 10px);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  list-style: none;
  margin: 0;
  padding: 1.75rem 0;
}
.a5-search-item p {
  margin: 0;
}
.a5-search-item p.a5-search-additional {
  background: #e5efee;
  display: inline-block;
  margin-top: 0.875rem;
  padding: 0 .5rem;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .tabs-search .tabs-nav a span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.a5-map {
  margin-bottom: 1.75rem;
}
.a5-map .leaflet-container {
  height: 24.5rem;
}
.a5-map [aria-hidden="true"] {
  display: none;
}

.leaflet-container {
  height: 32rem;
}
.leaflet-container img.leaflet-marker-icon:focus {
  outline: 0.125rem #d01d55 solid !important;
  outline-offset: .25rem;
  z-index: 1000 !important;
}
.leaflet-container .leaflet-popup-content p {
  line-height: 1.3125rem;
  margin-top: 0;
  margin-bottom: .5rem;
}
.leaflet-container .leaflet-popup-content p span {
  font-weight: 700;
}
.leaflet-container .leaflet-popup-content a {
  color: #080808;
  font-weight: 400;
}
.leaflet-container .leaflet-popup-content a:hover, .leaflet-container .leaflet-popup-content a:focus, .leaflet-container .leaflet-popup-content a:active {
  text-decoration: underline;
}
.leaflet-container .leaflet-popup-content a:focus {
  outline: 2px #080808 dotted !important;
}
.leaflet-container a.leaflet-popup-close-button.leaflet-popup-close-button {
  color: #080808;
}
.leaflet-container a.leaflet-popup-close-button:focus {
  outline: 2px #080808 dotted !important;
}
.leaflet-container .leaflet-popup-content-wrapper:focus {
  outline: 0.125rem #d01d55 solid !important;
  outline-offset: .125rem;
}
.leaflet-container .leaflet-control-zoom a:hover, .leaflet-container .leaflet-control-zoom a:focus, .leaflet-container .leaflet-control-zoom a:active {
  background: #d01d55 !important;
  box-shadow: none;
  color: #fff;
}

.leaflet-container.leaflet-container {
  font-family: "Source Sans Pro", Helvetica, Arial, "Lucida Grande", Lucida, sans-serif;
}

.leaflet-container .leaflet-control-attribution a {
  color: #080808;
}
.leaflet-container .leaflet-control-attribution a:hover, .leaflet-container .leaflet-control-attribution a:focus, .leaflet-container .leaflet-control-attribution a:active {
  color: #fff;
}

.leaflet-container:focus {
  outline: 0.125rem #d01d55 solid !important;
  outline-offset: .125rem;
}

.leaflet-control-layers.leaflet-control-layers {
  border: 2px #a0c4c2 solid !important;
  padding: 0.875rem;
}

.leaflet-control-layers-list .leaflet-control-layers-base, .leaflet-control-layers-list .leaflet-control-layers-separator {
  display: none;
}
.leaflet-control-layers-list input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.leaflet-control-layers-list label {
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
}
.leaflet-control-layers-list label input + span {
  padding-left: 1.5rem;
  position: relative;
}
.leaflet-control-layers-list label:hover input + span, .leaflet-control-layers-list label input:focus + span {
  text-decoration: underline;
}
.leaflet-control-layers-list label input + span svg {
  height: 1rem;
  position: absolute;
  top: .125rem;
  left: 0;
  width: 1rem;
}
.leaflet-control-layers-list label input + span svg circle:first-child {
  fill: #e5efee;
}
.leaflet-control-layers-list label input + span svg circle:last-child {
  display: none;
}
.leaflet-control-layers-list label input:checked + span svg circle:last-child {
  display: block;
}

.leaflet-container .sleep-note {
  border: 2px #080808 solid !important;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3125rem;
  padding: 0.875rem !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.leaflet-container:focus-within .sleep-note {
  display: none;
}

.leaflet-container:focus-within, .leaflet-container:focus {
  opacity: 1 !important;
}

.sleep-button.leaflet-control {
  display: none;
}

.a5-map-with-marker {
  margin-bottom: 1.75rem;
}
.a5-map-with-marker a.leaflet-skip-to-control:not(:focus), .a5-map-with-marker a.leaflet-skip-to-start:not(:focus) {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.a5-map-with-marker a.leaflet-skip-to-control:focus {
  background: #080808;
  color: #fff;
  display: block;
  padding: 0.21875rem 1rem;
}
.a5-map-with-marker a.leaflet-skip-to-start:focus {
  background: #080808;
  color: #fff;
  display: block;
  padding: 0.21875rem 1rem;
}

.map-with-marker-categorie {
  margin-top: 0.875rem;
  position: relative;
}
.map-with-marker-categorie summary {
  background: #e5efee;
  cursor: pointer;
  list-style: none;
  padding: 0.4375rem 1rem 0.4375rem 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.map-with-marker-categorie summary::-webkit-details-marker {
  display: none;
}
.map-with-marker-categorie summary::before {
  background: #080808;
  color: #fff;
  content: '+';
  display: inline-block;
  font-weight: 700;
  height: 1rem;
  line-height: 1rem;
  margin-right: .25rem;
  text-align: center;
  vertical-align: initial;
  width: 1rem;
}
.map-with-marker-categorie[open] summary::before {
  content: '−';
}
.map-with-marker-categorie[open] summary, .map-with-marker-categorie summary:hover, .map-with-marker-categorie summary:focus, .map-with-marker-categorie summary:active {
  background: #080808;
  color: #fff;
}
.map-with-marker-categorie summary:focus {
  outline: 2px #080808 dotted;
  outline-offset: 2px;
}
.map-with-marker-categorie > ul {
  border: #080808 0.4375rem solid;
  list-style: none;
  margin: 0;
  padding: 0.4375rem;
}
.map-with-marker-categorie > ul > li {
  background: #e5efee;
  margin: 0 0 0.875rem 0;
  padding: 1.75rem;
}
.map-with-marker-categorie ul p {
  margin: 0;
}
.map-with-marker-categorie ul span {
  font-weight: 700;
}

.a5-space-bottom {
  margin-bottom: 3.5rem;
}

.a5-text-image.a5-space-bottom, .grid.a5-space-bottom {
  margin-bottom: 1.75rem;
}

.page-main.page-main .a5-indented-both {
  margin-right: auto;
  margin-left: auto;
  max-width: 58rem;
}

.a5-hideme {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-js img.js-load {
  display: none;
}

img[data-sizes="auto"] {
  display: inline-block;
  width: 100%;
}

img.js-load,
img.js-loading {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

img.js-loaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

img.js-load,
img.js-loading {
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

img.js-loaded {
  opacity: 1;
}

#baguetteBox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  width: 100%;
  z-index: 1000000;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  height: 100%;
  padding: 4.375rem 1rem 3.5rem 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  #baguetteBox-overlay .full-image {
    padding: 1.75rem 3.5rem 5.25rem 3.5rem;
  }
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  height: 100%;
  margin: 0;
  position: static;
}
#baguetteBox-overlay .full-image img {
  border: #fff solid 0.75rem;
  display: inline-block;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
#baguetteBox-overlay .full-image figcaption {
  background: #fff;
  border-top: 1px #080808 solid;
  color: #080808;
  display: block;
  padding: 0.4375rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  white-space: normal;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px;
}

#baguetteBox-slider {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
  width: 100%;
  white-space: nowrap;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
          animation: bounceFromRight .4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
          animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -28px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -28px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 28px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 28px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 14px;
}

@media only screen and (min-width: 760px) {
  .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 21px);
  }
}
.baguetteBox-button {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  box-shadow: none;
  color: #080808;
  cursor: pointer;
  height: 2.625rem;
  padding: 0;
  position: absolute;
  margin: 0;
  overflow: hidden;
  outline: none;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  width: 2.625rem;
}
.baguetteBox-button svg {
  fill: none;
  height: 1.75rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-miterlimit: 10;
  width: 1.75rem;
}
.baguetteBox-button svg {
  position: absolute;
  top: 0.4375rem;
  left: 0.4375rem;
}
.baguetteBox-button:hover, .baguetteBox-button:focus, .baguetteBox-button:active {
  background: #d01d55;
  border: 0;
  box-shadow: none;
  color: #fff;
}
.baguetteBox-button#next-button {
  left: calc(28px + 2.625rem);
}
@media only screen and (min-width: 760px) {
  .baguetteBox-button#next-button {
    left: auto;
    right: 14px;
  }
}
.baguetteBox-button#previous-button {
  left: 14px;
}
.baguetteBox-button#close-button {
  top: 14px;
  right: 14px;
}
@media only screen and (min-width: 760px) {
  .baguetteBox-button#close-button {
    height: 3.5rem;
    width: 3.5rem;
  }
  .baguetteBox-button#close-button svg {
    height: 2.625rem;
    width: 2.625rem;
  }
}

.baguetteBox-spinner {
  display: inline-block;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
  width: 100%;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

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

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slider > ul, .slider > ul > li, .swiper-container > ul, .swiper-container > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

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

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

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

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

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

.swiper-slide:not(.swiper-slide-active) a {
  display: none;
}

.swiper-container .swiper-controls button {
  background: rgba(255, 255, 255, 0.8);
  border: 0;
  box-shadow: none;
  color: #080808;
  padding: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
@media only screen and (max-width: 759px) {
  .swiper-container .swiper-controls button {
    padding: 0;
  }
}
.swiper-container .swiper-controls button:hover, .swiper-container .swiper-controls button:focus, .swiper-container .swiper-controls button:active {
  background: #d01d55;
  color: #fff;
}
.swiper-container .swiper-controls button.swiper-prev {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.swiper-container .swiper-controls button.swiper-next {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: 0;
}
.swiper-container .swiper-controls button svg {
  height: 2.625rem;
  vertical-align: bottom;
  width: 1.75rem;
}

.tabs-nav {
  background: #e5efee;
  border-radius: .25rem;
  margin-bottom: 1.75rem;
}
.tabs-nav ul {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-nav li {
  display: table-cell;
  margin: 0;
  padding: 0;
}
.tabs-nav a {
  border-radius: .25rem;
  color: #00605c;
  display: block;
  font-weight: 400;
  padding: 0.4375rem 1rem;
  text-decoration: none;
}
@media only screen and (min-width: 760px) {
  .tabs-nav a {
    padding: 0.4375rem 2rem;
  }
}
.tabs-nav a[aria-selected="true"] {
  background: #00605c;
  color: #fff;
  font-weight: 700;
  outline-offset: -6px;
  text-decoration: none;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
  background: #d01d55;
  box-shadow: none;
  color: #fff;
}

.tabs-content > div {
  padding: 1.75rem 0 0 0;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.fullscreen-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='28px' height='28px' viewBox='0 0 28 28'%3E%3Cpath fill='%23080808' d='M20.7,9.4L16.1,14l4.6,4.6l1.9-1.9c0.3-0.3,0.6-0.3,0.9-0.2c0.3,0.1,0.5,0.4,0.5,0.8v5.8c0,0.2-0.1,0.4-0.2,0.6 c-0.2,0.2-0.4,0.2-0.6,0.2h-5.8c-0.4,0-0.6-0.2-0.8-0.5c-0.1-0.3-0.1-0.6,0.2-0.9l1.9-1.9L14,16.1l-4.6,4.6l1.9,1.9 c0.3,0.3,0.3,0.6,0.2,0.9C11.3,23.8,11,24,10.7,24H4.8c-0.2,0-0.4-0.1-0.6-0.2C4.1,23.6,4,23.4,4,23.2v-5.8c0-0.4,0.2-0.6,0.5-0.8 c0.3-0.1,0.6-0.1,0.9,0.2l1.9,1.9l4.6-4.6L7.3,9.4l-1.9,1.9c-0.2,0.2-0.4,0.2-0.6,0.2c-0.1,0-0.2,0-0.3-0.1C4.2,11.3,4,11,4,10.7 V4.8c0-0.2,0.1-0.4,0.2-0.6C4.4,4.1,4.6,4,4.8,4h5.8c0.4,0,0.6,0.2,0.8,0.5c0.1,0.3,0.1,0.6-0.2,0.9L9.4,7.3l4.6,4.6l4.6-4.6 l-1.9-1.9c-0.3-0.3-0.3-0.6-0.2-0.9C16.7,4.2,17,4,17.3,4h5.8c0.2,0,0.4,0.1,0.6,0.2C23.9,4.4,24,4.6,24,4.8v5.8 c0,0.4-0.2,0.6-0.5,0.8c-0.1,0-0.2,0.1-0.3,0.1c-0.2,0-0.4-0.1-0.6-0.2L20.7,9.4z'/%3E%3C/svg%3E");
}

.fullscreen-icon:hover, .fullscreen-icon:focus, .fullscreen-icon:active {
  background-color: #d01d55 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='28px' height='28px' viewBox='0 0 28 28'%3E%3Cpath fill='%23fff' d='M20.7,9.4L16.1,14l4.6,4.6l1.9-1.9c0.3-0.3,0.6-0.3,0.9-0.2c0.3,0.1,0.5,0.4,0.5,0.8v5.8c0,0.2-0.1,0.4-0.2,0.6 c-0.2,0.2-0.4,0.2-0.6,0.2h-5.8c-0.4,0-0.6-0.2-0.8-0.5c-0.1-0.3-0.1-0.6,0.2-0.9l1.9-1.9L14,16.1l-4.6,4.6l1.9,1.9 c0.3,0.3,0.3,0.6,0.2,0.9C11.3,23.8,11,24,10.7,24H4.8c-0.2,0-0.4-0.1-0.6-0.2C4.1,23.6,4,23.4,4,23.2v-5.8c0-0.4,0.2-0.6,0.5-0.8 c0.3-0.1,0.6-0.1,0.9,0.2l1.9,1.9l4.6-4.6L7.3,9.4l-1.9,1.9c-0.2,0.2-0.4,0.2-0.6,0.2c-0.1,0-0.2,0-0.3-0.1C4.2,11.3,4,11,4,10.7 V4.8c0-0.2,0.1-0.4,0.2-0.6C4.4,4.1,4.6,4,4.8,4h5.8c0.4,0,0.6,0.2,0.8,0.5c0.1,0.3,0.1,0.6-0.2,0.9L9.4,7.3l4.6,4.6l4.6-4.6 l-1.9-1.9c-0.3-0.3-0.3-0.6-0.2-0.9C16.7,4.2,17,4,17.3,4h5.8c0.2,0,0.4,0.1,0.6,0.2C23.9,4.4,24,4.6,24,4.8v5.8 c0,0.4-0.2,0.6-0.5,0.8c-0.1,0-0.2,0.1-0.3,0.1c-0.2,0-0.4-0.1-0.6-0.2L20.7,9.4z'/%3E%3C/svg%3E");
  box-shadow: none;
}

.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

.leaflet-container:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

.leaflet-container:full-screen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

.leaflet-container:fullscreen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
}

.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 99999;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main {
    display: block;
  }

  .page-header, .page-header-navbar {
    top: 0 !important;
  }

  .swiper-wrapper {
    height: auto !important;
  }

  details:not([open]) > *:not(summary) {
    display: none !important;
  }

  .a5-image-gallery figure {
    display: block !important;
  }

  .beside-text-left, .beside-text-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }

  .cc-dialog label:not(:first-child):hover, .cc-dialog label:not(:first-child):focus, .cc-dialog label:not(:first-child):active {
    background: #fff;
    color: #d01d55;
    outline: none;
    outline-offset: .25rem;
    padding: 0 .25rem;
  }
}
@media only screen and (-ms-high-contrast: active) and (min-width: 760px), only screen and (-ms-high-contrast: none) and (min-width: 760px) {
  .page-footer-grid > div::before {
    float: left;
    padding-top: 100%;
    content: "";
  }
  .page-footer-grid > div::after {
    display: block;
    content: "";
    clear: both;
  }
}
