﻿/*!
 * DO NOT EDIT THIS FILE!
 * This CSS file was created using compass and sass.
 * If you want to change anything, change the sass files!
 *
 * http://compass-style.org/
 * http://sass-lang.com/
 *
 * created by FORWARD MEDIA (2020)
 * www.4wdmedia.de
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}*/

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    background-color: #fff
}

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

a {
    color: #004e8f;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #002443;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.images__image img,
.microsite-teaser img,
.imagedatabase__entry img,
.promotoolbox__entry img,
.company__logo {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    border-top: 1px solid #bccbd8
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

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

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.btn,
.button,
.powermail_submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 20px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.button:focus,
.powermail_submit:focus,
.btn.focus,
.focus.button,
.focus.powermail_submit,
.btn:active:focus,
.button:active:focus,
.powermail_submit:active:focus,
.btn:active.focus,
.button:active.focus,
.powermail_submit:active.focus,
.btn.active:focus,
.active.button:focus,
.active.powermail_submit:focus,
.btn.active.focus,
.active.focus.button,
.active.focus.powermail_submit {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.button:hover,
.powermail_submit:hover,
.btn:focus,
.button:focus,
.powermail_submit:focus,
.btn.focus,
.focus.button,
.focus.powermail_submit {
    color: #333;
    text-decoration: none
}

.btn:active,
.button:active,
.powermail_submit:active,
.btn.active,
.active.button,
.active.powermail_submit {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.disabled.button,
.disabled.powermail_submit,
.btn[disabled],
.button[disabled],
.powermail_submit[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .button,
fieldset[disabled] .powermail_submit {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
a.disabled.button,
a.disabled.powermail_submit,
fieldset[disabled] a.btn,
fieldset[disabled] a.button,
fieldset[disabled] a.powermail_submit {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary,
.button,
.powermail_submit {
    color: #fff;
    background-color: #004e8f;
    border-color: #004076
}

.btn-primary:focus,
.button:focus,
.powermail_submit:focus,
.btn-primary.focus,
.focus.button,
.focus.powermail_submit {
    color: #fff;
    background-color: #00325c;
    border-color: #000
}

.btn-primary:hover,
.button:hover,
.powermail_submit:hover {
    color: #fff;
    background-color: #00325c;
    border-color: #001f38
}

.btn-primary:active,
.button:active,
.powermail_submit:active,
.btn-primary.active,
.active.button,
.active.powermail_submit,
.open>.btn-primary.dropdown-toggle,
.open>.dropdown-toggle.button,
.open>.dropdown-toggle.powermail_submit {
    color: #fff;
    background-color: #00325c;
    border-color: #001f38
}

.btn-primary:active:hover,
.button:active:hover,
.powermail_submit:active:hover,
.btn-primary:active:focus,
.button:active:focus,
.powermail_submit:active:focus,
.btn-primary:active.focus,
.button:active.focus,
.powermail_submit:active.focus,
.btn-primary.active:hover,
.active.button:hover,
.active.powermail_submit:hover,
.btn-primary.active:focus,
.active.button:focus,
.active.powermail_submit:focus,
.btn-primary.active.focus,
.active.focus.button,
.active.focus.powermail_submit,
.open>.btn-primary.dropdown-toggle:hover,
.open>.dropdown-toggle.button:hover,
.open>.dropdown-toggle.powermail_submit:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.dropdown-toggle.button:focus,
.open>.dropdown-toggle.powermail_submit:focus,
.open>.btn-primary.dropdown-toggle.focus,
.open>.dropdown-toggle.focus.button,
.open>.dropdown-toggle.focus.powermail_submit {
    color: #fff;
    background-color: #001f38;
    border-color: #000
}

.btn-primary:active,
.button:active,
.powermail_submit:active,
.btn-primary.active,
.active.button,
.active.powermail_submit,
.open>.btn-primary.dropdown-toggle,
.open>.dropdown-toggle.button,
.open>.dropdown-toggle.powermail_submit {
    background-image: none
}

.btn-primary.disabled:hover,
.disabled.button:hover,
.disabled.powermail_submit:hover,
.btn-primary.disabled:focus,
.disabled.button:focus,
.disabled.powermail_submit:focus,
.btn-primary.disabled.focus,
.disabled.focus.button,
.disabled.focus.powermail_submit,
.btn-primary[disabled]:hover,
.button[disabled]:hover,
.powermail_submit[disabled]:hover,
.btn-primary[disabled]:focus,
.button[disabled]:focus,
.powermail_submit[disabled]:focus,
.btn-primary[disabled].focus,
.button[disabled].focus,
.powermail_submit[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .button:hover,
fieldset[disabled] .powermail_submit:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .button:focus,
fieldset[disabled] .powermail_submit:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .focus.button,
fieldset[disabled] .focus.powermail_submit {
    background-color: #004e8f;
    border-color: #004076
}

.btn-primary .badge,
.button .badge,
.powermail_submit .badge {
    color: #004e8f;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #004e8f;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #002443;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #e9e9e9;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

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

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@media (max-width: 767.98px) {
    .hidden-xs {
        display: none !important
    }
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 767.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 991.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 1199.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg-up {
        display: none !important
    }
}

.hidden-lg-down {
    display: none !important
}

.blog-stage__image,
.blog-teaser__image,
.slideshow__background,
.slideshow__content-image {
    display: block;
    max-width: 100%;
    height: auto
}

.main-content>:first-child,
.box>:first-child,
.main-footer__column>:first-child,
.accordion__content-inner>:first-child,
.blog__container>:first-child,
.blog-content>:first-child,
.companies__headquarter>:first-child,
.history__details>:first-child,
.slideshow__text>:first-child,
.main-content>:first-child>:first-child,
.box>:first-child>:first-child,
.main-footer__column>:first-child>:first-child,
.accordion__content-inner>:first-child>:first-child,
.blog__container>:first-child>:first-child,
.blog-content>:first-child>:first-child,
.companies__headquarter>:first-child>:first-child,
.history__details>:first-child>:first-child,
.slideshow__text>:first-child>:first-child,
.main-content>:first-child>:first-child>:first-child,
.box>:first-child>:first-child>:first-child,
.main-footer__column>:first-child>:first-child>:first-child,
.accordion__content-inner>:first-child>:first-child>:first-child,
.blog__container>:first-child>:first-child>:first-child,
.blog-content>:first-child>:first-child>:first-child,
.companies__headquarter>:first-child>:first-child>:first-child,
.history__details>:first-child>:first-child>:first-child,
.slideshow__text>:first-child>:first-child>:first-child {
    margin-top: 0
}

.main-content>:last-child,
.box>:last-child,
.main-footer__column>:last-child,
.accordion__content-inner>:last-child,
.blog__container>:last-child,
.blog-content>:last-child,
.companies__headquarter>:last-child,
.history__details>:last-child,
.slideshow__text>:last-child,
.main-content>:last-child>:last-child,
.box>:last-child>:last-child,
.main-footer__column>:last-child>:last-child,
.accordion__content-inner>:last-child>:last-child,
.blog__container>:last-child>:last-child,
.blog-content>:last-child>:last-child,
.companies__headquarter>:last-child>:last-child,
.history__details>:last-child>:last-child,
.slideshow__text>:last-child>:last-child,
.main-content>:last-child>:last-child>:last-child,
.box>:last-child>:last-child>:last-child,
.main-footer__column>:last-child>:last-child>:last-child,
.accordion__content-inner>:last-child>:last-child>:last-child,
.blog__container>:last-child>:last-child>:last-child,
.blog-content>:last-child>:last-child>:last-child,
.companies__headquarter>:last-child>:last-child>:last-child,
.history__details>:last-child>:last-child>:last-child,
.slideshow__text>:last-child>:last-child>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .images--textrow .images__text>:first-child,
    .images__header>:first-child,
    .images--textrow .images__text>:first-child>:first-child,
    .images__header>:first-child>:first-child,
    .images--textrow .images__text>:first-child>:first-child>:first-child,
    .images__header>:first-child>:first-child>:first-child {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .images--textrow .images__text>:last-child,
    .images--textrow .images__text>:last-child>:last-child,
    .images--textrow .images__text>:last-child>:last-child>:last-child {
        margin-bottom: 0
    }
}

.footer-navigation {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 767px) {
    .footer-navigation {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (max-width: 767px) {
    .responsive-table,
    .box,
    iframe,
    .accordion,
    .slideshow {
        margin-left: -10px;
        margin-right: -10px
    }
}

.search__submit:before,
.search__toggle-icon:before,
.companies__map>iframe,
.hba1c-popup__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}



.main-navigation__level-1--has-subnavigation .main-navigation__link-1:after,
.icon-angle-down:before,
.icon-angle-right:before,
.search__link:before,
.search__submit:before,
.search__toggle-icon:before,
.icon-search:before,
.login__link:before,
.login__toggle-icon:before,
.login__form button:before,
.icon-lock:before,
a.download:before,
.icon-download:before,
a.internal-link:before,
.icon-right:before,
.icon-right-big:before,
.icon-right-dir:before,
a.external-link-new-window:before,
.main-navigation__icon-external:before,
.icon-link-ext:before,
.icon-link-ext-alt:before,
.login__logout:before,
.icon-logout:before,
.login__profile:before,
.icon-user:before,
.icon-menu:before,
.icon-zoom-in:before,
.icon-zoom-out:before,
.icon-plus-circled:before,
.icon-plus-squared:before,
.lightbox:after,
.icon-plus:before,
.reference-ranges__conversion-marker:before,
.icon-exchange:before,
.icon-refresh:before {
    font-family: diasys-icons;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* .main-navigation__level-1--has-subnavigation .main-navigation__link-1:after,
.icon-angle-down:before {
    content: '';
    width: 10px;
    height: 6px;
    background: url(../images/icon/nav.png) center center no-repeat;
    background-size: 100%;
    margin-left: 8px;
    vertical-align: middle;
} */
header .main-navigation__link-1:after {
    content: '';
    width: 10px;
    height: 6px;
    background: url(../images/icon/nav.png) center center no-repeat;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
}
header .main-navigation__level-1--active>a{color:#004e8f}
header .main-navigation__level-1--active>a:after{background: url(../images/icon/navA.png) center center no-repeat;}
header .main-navigation__link-1--active:after{background: url(../images/icon/navA.png) center center no-repeat;}
header .main-navigation__level-1:hover>.main-navigation__link-1:after{background: url(../images/icon/navA.png) center center no-repeat;}
.icon-angle-right:before {
    content: '\e801'
}

.search__link:before,
.search__submit:before,
.search__toggle-icon:before,
.icon-search:before {
    content: '\e802'
}

.login__link:before,
.login__toggle-icon:before,
.login__form button:before,
.icon-lock:before {
    content: '\e803'
}

a.download:before,
.icon-download:before {
    content: '\e804'
}

a.internal-link:before,
.icon-right:before {
    content: '\e805'
}

.icon-right-big:before {
    content: '\e806'
}

.icon-right-dir:before {
    content: '\e807'
}

a.external-link-new-window:before,
.main-navigation__icon-external:before,
.icon-link-ext:before {
    content: '\e808'
}

.icon-link-ext-alt:before {
    content: '\e809'
}

.login__logout:before,
.icon-logout:before {
    content: '\e80a'
}

.login__profile:before,
.icon-user:before {
    content: '\e80b'
}

.icon-menu:before {
    content: '\e80c'
}

.icon-zoom-in:before {
    content: '\e80d'
}

.icon-zoom-out:before {
    content: '\e80e'
}

.icon-plus-circled:before {
    content: '\e80f'
}

.icon-plus-squared:before {
    content: '\e810'
}

.lightbox:after,
.icon-plus:before {
    content: '\e811'
}

.reference-ranges__conversion-marker:before,
.icon-exchange:before {
    content: '\e812'
}

.icon-refresh:before {
    content: '\e813'
}

html {
    overflow: scroll;
    overflow-x: auto
}

::-moz-selection {
    background-color: #004e8f;
    color: #fff
}

::selection {
    background-color: #004e8f;
    color: #fff
}

.unstyled-list {
    list-style: none;
    padding: 0
}

.unordered-list {
    list-style: none;
    padding: 0
}

.unordered-list li {
    position: relative;
    padding-left: 10px
}

.unordered-list li:before {
    content: '';
    position: absolute;
    top: .6em;
    left: 0;
    width: 4px;
    height: 4px;
    background: #bccbd8
}

.link-list {
    list-style: none;
    padding: 0;
    margin-left: -10px
}

.link-list li {
    display: inline-block;
    vertical-align: top;
    border-left: 10px solid #fff;
    width: 25%;
    background: #b9b9b9;
    margin-bottom: 10px;
    text-align: center
}

@media (max-width: 1199px) {
    .link-list li {
        width: 33.33333%
    }
}

@media (max-width: 767px) {
    .link-list li {
        width: 50%
    }
}

.link-list a {
    padding: 4px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #b9b9b9;
    color: #fff;
    border: 1px solid
}

.link-list a:focus,
.link-list a:hover {
    color: #b9b9b9;
    background: #fff;
    text-decoration: none
}

.link-list a.link-list__link--yellow {
    background-color: #f7c005
}

.link-list a.link-list__link--yellow:hover {
    color: #f7c005;
    background: #fff
}

.link-list a.link-list__link--blue {
    background-color: #0060a1
}

.link-list a.link-list__link--blue:hover {
    color: #0060a1;
    background: #fff
}

.link-list a.link-list__link--green {
    background-color: #008082
}

.link-list a.link-list__link--green:hover {
    color: #008082;
    background: #fff
}

.link-list a.link-list__link--red {
    background-color: #b61a13
}

.link-list a.link-list__link--red:hover {
    color: #b61a13;
    background: #fff
}

.link-list a:before {
    display: none
}

.download-list {
    list-style: none;
    padding: 0
}

h4+.unordered-list,
h4+.download-list,
h4+ol {
    margin-top: -.7em
}

nav ul,
nav ol {
    list-style: none;
    margin: 0;
     text-align: center;
   /* padding: 0*/
}

nav li:before {
    display: none
}

nav a {
    text-decoration: none
}

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

select {
    max-width: 100%
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 7px
}

label {
    cursor: pointer
}

.link-list:after,
.main-header:after,
.accordion__title-text:after,
.accordion__content-inner:after,
.reference-range__filter label:after,
.reference-ranges__conversion:after,
.worldwide__toolbar:after {
    content: "";
    display: table;
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6,
.csc-form legend,
.csc-form th {
    /* line-height: 1.2; */
    /* font-weight: 100; */
    /* color: #004e8f; */
}

h4 {
    color: inherit;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: bold
}

h3+h4 {
    margin-top: -16px
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none
}

hr {
    margin: 27px -15px
}

p.small-text {
    font-size: 15px
}

p.intro {
    font-size: 24px
}

a.internal-link,
a.external-link-new-window,
a.mail,
a.download {
    color: #333;
    border-bottom: 1px solid #bccbd8
}

a.internal-link:focus,
a.external-link-new-window:focus,
a.mail:focus,
a.download:focus {
    text-decoration: none
}

.pointer-hover a.internal-link:hover,
.pointer-hover a.external-link-new-window:hover,
.pointer-hover a.mail:hover,
.pointer-hover a.download:hover {
    color: #002443;
    border-color: #004e8f;
    text-decoration: none
}

@media (hover: hover) {
    a.internal-link:hover,
    a.external-link-new-window:hover,
    a.mail:hover,
    a.download:hover {
        color: #002443;
        border-color: #004e8f;
        text-decoration: none
    }
}

a.internal-link:before,
a.external-link-new-window:before,
a.download:before {
    font-size: 77.77778%;
    color: #004e8f;
    margin-right: .5em
}

.state {
    position: fixed;
    left: -100px;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.no-transition,
.no-transition *,
.no-transition:before,
.no-transition:after,
.no-transition *:before,
.no-transition *:after {
    -webkit-transition: none !important;
    transition: none !important
}

.no-animation,
.no-animation *,
.no-animation:before,
.no-animation:after,
.no-animation *:before,
.no-animation *:after {
    -webkit-animation: none !important;
    animation: none !important
}

.js .noscriptonly,
.no-js .scriptonly,
.js .hidden-script,
.no-js .visible-script {
    display: none !important
}

.visible-hover,
.visible-hover-inline-block {
    display: none !important
}

.pointer-hover .hidden-hover {
    display: none !important
}

.pointer-hover .visible-hover {
    display: block !important
}

.pointer-hover .visible-hover-inline-block {
    display: inline-block !important
}

@media (hover: hover) {
    .hidden-hover {
        display: none !important
    }
    .visible-hover {
        display: block !important
    }
    .visible-hover-inline-block {
        display: inline-block !important
    }
}

.responsive-table {
    overflow: auto;
    margin-bottom: 1em
}

.responsive-table>.contenttable {
    margin-bottom: 0
}

.responsive-table td,
.responsive-table th {
    min-width: 80px
}

.contenttable {
    width: 100%;
    line-height: 1.3;
    margin-bottom: 1em;
    background: #ebeff4
}

@media (max-width: 767px) {
    .contenttable {
        width: calc(100% + 30px)
    }
}

.contenttable tr:nth-child(odd) {
    background: #e9e9e9
}

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

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

.contenttable td,
.contenttable th {
    padding: 3px 15px;
    vertical-align: top;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff
}

.contenttable td:first-child,
.contenttable th:first-child {
    border-left: 0
}

.contenttable td>:first-child,
.contenttable th>:first-child {
    margin-top: 0
}

.contenttable td>:last-child,
.contenttable th>:last-child {
    margin-bottom: 0
}

.contenttable caption {
    padding: 3px 15px;
    font-size: 21px;
    font-weight: 100
}

.contenttable tbody:first-child>tr:first-child td,
.contenttable tbody:first-child>tr:first-child th,
.contenttable thead:first-child>tr:first-child td,
.contenttable thead:first-child>tr:first-child th {
    border-top: 0
}

.contenttable th {
    text-align: left
}

.contenttable-1 th,
.contenttable-1 caption {
    background: #bccbd8;
    color: #fff
}

.contenttable-2 {
    width: auto
}

.contenttable-3 th:first-child,
.contenttable-3 td:first-child {
    width: 240px
}

@media (max-width: 767px) {
    .contenttable-3,
    .contenttable-3 tbody,
    .contenttable-3 tr,
    .contenttable-3 th,
    .contenttable-3 td {
        display: block
    }
    .contenttable-3 td,
    .contenttable-3 th {
        border: 0
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.col-xs-margin {
    margin-bottom: 2em
}

.col-sm-margin {
    margin-bottom: 2em
}

.col-md-margin {
    margin-bottom: 2em
}

.col-lg-margin {
    margin-bottom: 2em
}

.flexbox .equal-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flexbox .equal-height:before {
    display: none
}

.flexbox .equal-height>div {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 480px) {
    .flexbox .equal-height .col-xs-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
}

@media (min-width: 480px) {
    .flexbox .equal-height .col-xs-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
}

@media (min-width: 480px) {
    .flexbox .equal-height .col-xs-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 25%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 480px) {
    .flexbox .equal-height .col-xs-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
}

@media (min-width: 480px) {
    .flexbox .equal-height .col-xs-5 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
}

@media (min-width: 480px) {
    .flexbox .equal-height .col-xs-6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 50%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 480px) {
    .flexbox .equal-height .col-xs-7 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
}

@media (min-width: 480px) {
    .flexbox .equal-height .col-xs-8 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
}

@media (min-width: 480px) {
    .flexbox .equal-height .col-xs-9 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 75%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
}

@media (min-width: 480px) {
    .flexbox .equal-height .col-xs-10 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
}

@media (min-width: 480px) {
    .flexbox .equal-height .col-xs-11 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
}

@media (min-width: 480px) {
    .flexbox .equal-height .col-xs-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 768px) {
    .flexbox .equal-height .col-sm-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
}

@media (min-width: 768px) {
    .flexbox .equal-height .col-sm-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
}

@media (min-width: 768px) {
    .flexbox .equal-height .col-sm-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 25%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 768px) {
    .flexbox .equal-height .col-sm-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
}

@media (min-width: 768px) {
    .flexbox .equal-height .col-sm-5 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
}

@media (min-width: 768px) {
    .flexbox .equal-height .col-sm-6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 50%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 768px) {
    .flexbox .equal-height .col-sm-7 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
}

@media (min-width: 768px) {
    .flexbox .equal-height .col-sm-8 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
}

@media (min-width: 768px) {
    .flexbox .equal-height .col-sm-9 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 75%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
}

@media (min-width: 768px) {
    .flexbox .equal-height .col-sm-10 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
}

@media (min-width: 768px) {
    .flexbox .equal-height .col-sm-11 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
}

@media (min-width: 768px) {
    .flexbox .equal-height .col-sm-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 992px) {
    .flexbox .equal-height .col-md-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
}

@media (min-width: 992px) {
    .flexbox .equal-height .col-md-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
}

@media (min-width: 992px) {
    .flexbox .equal-height .col-md-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 25%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 992px) {
    .flexbox .equal-height .col-md-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
}

@media (min-width: 992px) {
    .flexbox .equal-height .col-md-5 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
}

@media (min-width: 992px) {
    .flexbox .equal-height .col-md-6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 50%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 992px) {
    .flexbox .equal-height .col-md-7 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
}

@media (min-width: 992px) {
    .flexbox .equal-height .col-md-8 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
}

@media (min-width: 992px) {
    .flexbox .equal-height .col-md-9 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 75%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
}

@media (min-width: 992px) {
    .flexbox .equal-height .col-md-10 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
}

@media (min-width: 992px) {
    .flexbox .equal-height .col-md-11 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
}

@media (min-width: 992px) {
    .flexbox .equal-height .col-md-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 1200px) {
    .flexbox .equal-height .col-lg-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
}

@media (min-width: 1200px) {
    .flexbox .equal-height .col-lg-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
}

@media (min-width: 1200px) {
    .flexbox .equal-height .col-lg-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 25%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 1200px) {
    .flexbox .equal-height .col-lg-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
}

@media (min-width: 1200px) {
    .flexbox .equal-height .col-lg-5 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
}

@media (min-width: 1200px) {
    .flexbox .equal-height .col-lg-6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 50%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 1200px) {
    .flexbox .equal-height .col-lg-7 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
}

@media (min-width: 1200px) {
    .flexbox .equal-height .col-lg-8 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
}

@media (min-width: 1200px) {
    .flexbox .equal-height .col-lg-9 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 75%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
}

@media (min-width: 1200px) {
    .flexbox .equal-height .col-lg-10 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
}

@media (min-width: 1200px) {
    .flexbox .equal-height .col-lg-11 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
}

@media (min-width: 1200px) {
    .flexbox .equal-height .col-lg-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.flexbox .equal-height .microsite-teaser {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@supports (display: flex) {
    .equal-height {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .equal-height:before {
        display: none
    }
    .equal-height>div {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    @media (min-width: 480px) {
        .equal-height .col-xs-1 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 8.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%
        }
    }
    @media (min-width: 480px) {
        .equal-height .col-xs-2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 16.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%
        }
    }
    @media (min-width: 480px) {
        .equal-height .col-xs-3 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 25%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%
        }
    }
    @media (min-width: 480px) {
        .equal-height .col-xs-4 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 33.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%
        }
    }
    @media (min-width: 480px) {
        .equal-height .col-xs-5 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 41.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%
        }
    }
    @media (min-width: 480px) {
        .equal-height .col-xs-6 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 50%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }
    }
    @media (min-width: 480px) {
        .equal-height .col-xs-7 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 58.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%
        }
    }
    @media (min-width: 480px) {
        .equal-height .col-xs-8 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 66.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%
        }
    }
    @media (min-width: 480px) {
        .equal-height .col-xs-9 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 75%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%
        }
    }
    @media (min-width: 480px) {
        .equal-height .col-xs-10 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 83.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%
        }
    }
    @media (min-width: 480px) {
        .equal-height .col-xs-11 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 91.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%
        }
    }
    @media (min-width: 480px) {
        .equal-height .col-xs-12 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 100%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }
    }
    @media (min-width: 768px) {
        .equal-height .col-sm-1 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 8.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%
        }
    }
    @media (min-width: 768px) {
        .equal-height .col-sm-2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 16.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%
        }
    }
    @media (min-width: 768px) {
        .equal-height .col-sm-3 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 25%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%
        }
    }
    @media (min-width: 768px) {
        .equal-height .col-sm-4 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 33.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%
        }
    }
    @media (min-width: 768px) {
        .equal-height .col-sm-5 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 41.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%
        }
    }
    @media (min-width: 768px) {
        .equal-height .col-sm-6 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 50%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }
    }
    @media (min-width: 768px) {
        .equal-height .col-sm-7 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 58.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%
        }
    }
    @media (min-width: 768px) {
        .equal-height .col-sm-8 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 66.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%
        }
    }
    @media (min-width: 768px) {
        .equal-height .col-sm-9 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 75%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%
        }
    }
    @media (min-width: 768px) {
        .equal-height .col-sm-10 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 83.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%
        }
    }
    @media (min-width: 768px) {
        .equal-height .col-sm-11 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 91.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%
        }
    }
    @media (min-width: 768px) {
        .equal-height .col-sm-12 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 100%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }
    }
    @media (min-width: 992px) {
        .equal-height .col-md-1 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 8.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%
        }
    }
    @media (min-width: 992px) {
        .equal-height .col-md-2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 16.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%
        }
    }
    @media (min-width: 992px) {
        .equal-height .col-md-3 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 25%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%
        }
    }
    @media (min-width: 992px) {
        .equal-height .col-md-4 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 33.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%
        }
    }
    @media (min-width: 992px) {
        .equal-height .col-md-5 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 41.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%
        }
    }
    @media (min-width: 992px) {
        .equal-height .col-md-6 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 50%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }
    }
    @media (min-width: 992px) {
        .equal-height .col-md-7 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 58.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%
        }
    }
    @media (min-width: 992px) {
        .equal-height .col-md-8 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 66.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%
        }
    }
    @media (min-width: 992px) {
        .equal-height .col-md-9 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 75%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%
        }
    }
    @media (min-width: 992px) {
        .equal-height .col-md-10 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 83.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%
        }
    }
    @media (min-width: 992px) {
        .equal-height .col-md-11 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 91.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%
        }
    }
    @media (min-width: 992px) {
        .equal-height .col-md-12 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 100%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }
    }
    @media (min-width: 1200px) {
        .equal-height .col-lg-1 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 8.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%
        }
    }
    @media (min-width: 1200px) {
        .equal-height .col-lg-2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 16.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%
        }
    }
    @media (min-width: 1200px) {
        .equal-height .col-lg-3 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 25%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%
        }
    }
    @media (min-width: 1200px) {
        .equal-height .col-lg-4 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 33.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%
        }
    }
    @media (min-width: 1200px) {
        .equal-height .col-lg-5 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 41.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%
        }
    }
    @media (min-width: 1200px) {
        .equal-height .col-lg-6 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 50%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }
    }
    @media (min-width: 1200px) {
        .equal-height .col-lg-7 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 58.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%
        }
    }
    @media (min-width: 1200px) {
        .equal-height .col-lg-8 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 66.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%
        }
    }
    @media (min-width: 1200px) {
        .equal-height .col-lg-9 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 75%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%
        }
    }
    @media (min-width: 1200px) {
        .equal-height .col-lg-10 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 83.33333%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%
        }
    }
    @media (min-width: 1200px) {
        .equal-height .col-lg-11 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 91.66667%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%
        }
    }
    @media (min-width: 1200px) {
        .equal-height .col-lg-12 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 100%;
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }
    }
    .equal-height .microsite-teaser {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.top-navigation a,
.top-navigation button,
.login__toggle-icon,
.search__submit,
.search__toggle-icon {
    color: #bccbd8
}

.top-navigation a:hover,
.top-navigation button:hover,
.login__toggle-icon:hover,
.search__submit:hover,
.search__toggle-icon:hover,
.top-navigation a:focus,
.top-navigation button:focus,
.login__toggle-icon:focus,
.search__submit:focus,
.search__toggle-icon:focus,
.top-navigation a.active,
.top-navigation button.active,
.active.login__toggle-icon,
.active.search__submit,
.active.search__toggle-icon {
    color: #004e8f;
    text-decoration: none
}

.main-header {
    /* padding: 15px 0 20px; */
    z-index: 11;
    position: relative;
    color: #bccbd8;
    font-size: 15px;
}

.top-navigation {
    line-height: 22px
}

.top-navigation input[type="text"],
.top-navigation input[type="password"],
.top-navigation input[type="search"] {
    padding: 0 3px;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    line-height: 20px
}

.top-navigation button {
    padding: 0;
    border: 0;
    background: none
}

.top-navigation__link {
    margin: 0 30px
}

.top-navigation__link:last-child {
    margin-right: 0
}

.top-navigation__link+.top-navigation__link {
    margin-left: 0
}

.login,
.search,
.top-navigation__link,
.top-navigation a {
    /* vertical-align: top; */
    /* display: inline-block; */
    /* height: 22px */
}

.no-svg .logo {
    width: 140px;
    height: 140px;
    background: #004e8f url('img/logo.svg.png?91832b2a')
}

.no-svg .logo>img {
    display: none
}

.logo {
    float: left
}

.logo>img {
    max-width: 100%;
    height: auto;
    display: block
}

@media (min-width: 768px) {
    .top-navigation {
        text-align: right;
        float: right;
        margin-bottom: 88px
    }
}

@media (max-width: 991px) {
    .logo>img {
        margin-bottom: 15px
    }
    .main-navigation {
        clear: left;
        display: none;
    }
}

@media (min-width: 992px) {
    .main-header .main-navigation {
        clear: right;
        float: right
    }
}

.login {
    display: inline-block
}

.login__link {
    width: 1.4em;
    overflow: hidden
}

/*@media (min-width: 768px) {
    .login__link {
        display: none !important
    }
}

.login__profile {
    margin-right: 10px
}

.login__form {
    display: inline-block;
    visibility: hidden;
    white-space: nowrap;
    vertical-align: top;
    -webkit-transition: visibility .3s;
    transition: visibility .3s
}

.login__form button {
    display: none
}

.login__form input[type="text"],
.login__form input[type="email"],
.login__form input[type="password"] {
    width: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
    overflow: hidden
}

.login__form .felogin-hidden {
    display: none
}

.login__toggle-icon {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top
}

.login__toggle:checked+.login__form {
    visibility: visible;
    -webkit-transition-duration: 0;
    transition-duration: 0
}

.login__toggle:checked+.login__form input[type="text"],
.login__toggle:checked+.login__form input[type="email"],
.login__toggle:checked+.login__form input[type="password"] {
    width: 150px
}

@media (max-width: 991px) {
    .login__toggle:checked+.login__form input[type="text"],
    .login__toggle:checked+.login__form input[type="email"],
    .login__toggle:checked+.login__form input[type="password"] {
        width: 120px
    }
}

.login__toggle:checked+.login__form button {
    display: inline-block
}

.login__toggle:checked~.login__toggle-icon {
    display: none
}

.search {
    display: inline-block;
    position: relative;
    margin-left: 20px
}

.search__link {
    width: 1.4em;
    overflow: hidden
}

@media (min-width: 768px) {
    .search__link {
        display: none !important
    }
}

.search__form {
    display: inline-block;
    width: 0;
    overflow: hidden;
    -webkit-transition: width .3s, visibility 0s linear .3s;
    transition: width .3s, visibility 0s linear .3s;
    position: relative;
    vertical-align: bottom;
    visibility: hidden;
    margin-left: 1.2em;
    margin-right: -1.2em;
    z-index: 1
}

.search__field {
    width: 100%;
    padding-right: 20px;
    vertical-align: bottom
}

.search__submit,
.search__toggle-icon {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    position: relative;
    margin: auto;
    padding-left: 1.4em;
    text-align: left;
    vertical-align: top
}

.search__submit:before,
.search__toggle-icon:before {
    right: auto;
    width: 1em;
    margin: 0;
    text-indent: 0;
    line-height: 22px
}

.search__submit {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    width: 1em
}

.search__toggle:checked+.search__form {
    width: 300px;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media (max-width: 991px) {
    .search__toggle:checked+.search__form {
        width: 250px
    }
}*/

@media (max-width: 767px) {
    .logo {
        max-width: 40%
    }
    .main-header__back-link {
        max-width: 50%;
        text-align: right
    }
    .top-navigation {
        float: right
    }
    .login__profile,
    .login__logout {
        width: 1.4em;
        overflow: hidden
    }
    .login__form,
    .login__toggle-icon,
    .search__form,
    .search__toggle-icon {
        display: none !important
    }
    .top-navigation__link {
        margin: 0 10px
    }
    .search {
        margin: 0
    }
}

.header-image {
    margin-left: -15px;
    margin-right: -15px;
    position: relative
}

.header-image img {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: auto
}

@media (max-width: 767px) {
    .header-image {
        margin-left: -10px;
        margin-right: -10px
    }
}

.header-image__text {
    position: absolute;
    top: 30px;
    left: 45px;
    right: 45px;
    color: #fff
}

.header-image__text h1,
.header-image__text h2,
.header-image__text h3,
.header-image__text h4,
.header-image__text h5,
.header-image__text h6,
.header-image__text .csc-form legend,
.csc-form .header-image__text legend,
.header-image__text .csc-form th,
.csc-form .header-image__text th {
    margin: 0;
    color: inherit
}

@media (max-width: 767px) {
    .header-image__text {
        top: 15px;
        left: 15px;
        right: 15px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
    }
}

.header-image__text--343 {
    color: #6f0f0a;
    top: auto;
    bottom: 30px;
    text-shadow: none
}

.header-image__text--343>h2 {
    font-size: 24px
}

.header-image__text--457 {
    color: #004e8f;
    text-shadow: none
}

@media (max-width: 767px) {
    .main-navigation__toggle-link {
        cursor: pointer;
        display: block;
        text-transform: uppercase;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 10px 0
    }
    .main-navigation__toggle-close {
        display: none
    }
    .main-navigation__toggle-close:before {
        display: inline-block;
        margin-right: 0.5em;
        content: '×'
    }
    .main-navigation__toggle-open:before {
        font-family: diasys-icons;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e80c';
        width: auto;
        margin-left: 0
    }
    .main-navigation__toggle:checked~.main-navigation__toggle-link .main-navigation__toggle-open {
        display: none
    }
    .main-navigation__toggle:checked~.main-navigation__toggle-link .main-navigation__toggle-close {
        display: inline
    }
    .main-navigation__menu {
        display: none
    }
    .main-navigation__toggle:checked~.main-navigation__menu {
        display: block
    }
    .main-navigation__link {
        display: block
    }
    .main-navigation__submenu-check:checked~.main-navigation__submenu {
        display: block
    }
}

@media (min-width: 768px) {
    .main-navigation__toggle-link,
    .main-navigation__submenu-check {
        display: none
    }
    .no-pointer-hover .main-navigation__submenu-close {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: none
    }
    .no-pointer-hover .main-navigation__menu {
        position: relative;
        z-index: 2
    }
    .no-pointer-hover .main-navigation__label--close {
        display: none
    }
    .no-pointer-hover .main-navigation__submenu-radio:checked~.main-navigation__submenu-close {
        display: block
    }
    .no-pointer-hover .main-navigation__submenu-radio:checked~.main-navigation__link>.main-navigation__label {
        display: none
    }
    .no-pointer-hover .main-navigation__submenu-radio:checked~.main-navigation__submenu {
        display: block
    }
    .no-pointer-hover .main-navigation__submenu-radio:checked~.main-navigation__link>.main-navigation__label--close {
        display: block
    }
}

@media (min-width: 768px) and (hover: none),
(min-width: 768px) and (hover: on-demand) {
    .main-navigation__submenu-close {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: none
    }
    .main-navigation__menu {
        position: relative;
        z-index: 2
    }
    .main-navigation__label--close {
        display: none
    }
    .main-navigation__submenu-radio:checked~.main-navigation__submenu-close {
        display: block
    }
    .main-navigation__submenu-radio:checked~.main-navigation__link>.main-navigation__label {
        display: none
    }
    .main-navigation__submenu-radio:checked~.main-navigation__submenu {
        display: block
    }
    .main-navigation__submenu-radio:checked~.main-navigation__link>.main-navigation__label--close {
        display: block
    }
}

@media (min-width: 768px) {
    .pointer-hover .main-navigation__label {
        display: none
    }
}

@media (min-width: 768px) and (hover: hover) {
    .main-navigation__label {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-navigation {
        margin-left: -12px;
        margin-right: -12px
    }
}

.main-navigation {
    line-height: 1.2
}
header .main-navigation__link-1{color:#bccbd8;color: #212121;}
.main-navigation__link-1 {
    text-transform: uppercase;
    padding: 10px 0;
    color: #bccbd8;
    display: inline-block;
    position: relative;
}

@media (min-width: 768px) {
    .main-navigation__link-1 {
        padding-left: 12px;
        padding-right: 12px
    }
}

header .main-navigation__link-1--active,
header .main-navigation__link-1:focus {
    color: #004e8f;
    text-decoration: none
}

.pointer-hover .main-navigation__link-1:hover {
    color: #004e8f;
    text-decoration: none
}

@media (hover: hover) {
    .main-navigation__link-1:hover {
        color: #004e8f;
        text-decoration: none
    }
}

.no-pointer-hover .main-navigation__link--has-subnavigation {
    pointer-events: none
}

.no-pointer-hover .main-navigation__label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: all
}

@media (hover: none),
(hover: on-demand) {
    .main-navigation__link--has-subnavigation {
        pointer-events: none
    }
    .main-navigation__label {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        pointer-events: all
    }
}

@media (max-width: 767px) {
    .main-navigation__link--has-subnavigation {
        pointer-events: none
    }
    .main-navigation__label {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        pointer-events: all
    }
}

.main-navigation__submenu {
    display: none
}

.main-navigation__level-1--has-subnavigation .main-navigation__link-1:after {
    margin-right: -3px;
}

@media (min-width: 768px) {
    .pointer-hover .main-navigation__level-1--has-subnavigation:hover .main-navigation__link-1 {
        color: #004e8f
    }
}

@media (min-width: 768px) and (hover: hover) {
    .main-navigation__level-1--has-subnavigation:hover .main-navigation__link-1 {
        color: #004e8f
    }
}

.main-navigation__level-2--touch-only,
.main-navigation__level-3--touch-only {
    text-transform: uppercase
}

@media (min-width: 768px) {
    .pointer-hover .main-navigation__level-2--touch-only,
    .pointer-hover .main-navigation__level-3--touch-only {
        display: none
    }
}

@media (min-width: 768px) and (hover: hover) {
    .main-navigation__level-2--touch-only,
    .main-navigation__level-3--touch-only {
        /* display: none */
    }
}

header .main-navigation__link-2,
header .main-navigation__link-3,header .main-navigation__link-4{
    padding: 10px 6px;
    display: block;
    border-top: 1px solid #ccdce9;
    position: relative;
}

@media (max-width: 767px) {
.main-navigation__link-2,
.main-navigation__link-3 {
        margin-left: -6px;
        margin-right: -6px;
        padding-left: 12px;
        padding-right: 12px;
        color: #bccbd8
    }
}

@media (min-width: 768px) {
   header .main-navigation__link-2,
   header .main-navigation__link-3,header .main-navigation__link-4 {
        color: #004e8f
    }
}

.main-navigation__link-2--active,
.main-navigation__link-2:focus,
.main-navigation__link-3--active,
.main-navigation__link-3:focus,.main-navigation__link-4--active,
.main-navigation__link-4:focus {
    background: #e6edf4;
    text-decoration: none
}

.pointer-hover .main-navigation__link-2:hover,
.pointer-hover .main-navigation__link-3:hover,.pointer-hover .main-navigation__link-4:hover {
    background: #e6edf4;
    text-decoration: none
}

@media (hover: hover) {
    .main-navigation__link-2:hover,
    .main-navigation__link-3:hover,.main-navigation__link-4:hover {
        background: #e6edf4;
        text-decoration: none
    }
}

.main-navigation__level-2--has-subnavigation>.main-navigation__link-2 {
    position: relative;
    padding-right: 23px
}

@media (min-width: 768px) {
    .main-navigation__level-2--has-subnavigation>.main-navigation__link-2:before,.main-navigation__level-3--has-subnavigation>.main-navigation__link-3:before {
        font-family: diasys-icons;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 1em;
        margin: auto;
        /* width: 7px; */
        /* height: 11px; */
        height: 7px;
        width: 11px;
        background: url(../images/icon/navA.png) center center no-repeat;
        transform: rotate(-90deg);
        background-size: 100%;
    }
}

@media (max-width: 767px) {
    .main-navigation__level-2--has-subnavigation>.main-navigation__link-2:after {
        font-family: diasys-icons;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e800'
    }
}

.main-navigation__level-1--right .main-navigation__level-2--has-subnavigation>.main-navigation__link-2 {
    padding-right: 6px
}

.main-navigation__level-1--right .main-navigation__level-2--has-subnavigation>.main-navigation__link-2:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: static
}

@media (max-width: 767px) {
    .main-navigation__link-2 {
        padding-left: 24px
    }
    .main-navigation__link-3 {
        padding-left: 36px
    }
}

@media (min-width: 768px) {
    .main-header .main-navigation__level-1 {
        display: inline-block
    }
    .pointer-hover .main-navigation__level-1--has-subnavigation:hover {
        z-index: 1;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
    }
    .pointer-hover .main-navigation__level-1--has-subnavigation:hover:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 11px;
        background: #fff;
        z-index: 1
    }
}

@media (min-width: 768px) and (hover: hover) {
    .main-navigation__level-1--has-subnavigation:hover {
        z-index: 1;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
    }
    .main-navigation__level-1--has-subnavigation:hover:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 11px;
        background: #fff;
        z-index: 1
    }
}

@media (min-width: 768px) {
    .no-pointer-hover .main-navigation__submenu-radio:checked~.main-navigation__link-1 {
        z-index: 1;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
    }
    .no-pointer-hover .main-navigation__submenu-radio:checked~.main-navigation__link-1:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 11px;
        background: #fff;
        z-index: 1
    }
}

@media (min-width: 768px) and (hover: none),
(min-width: 768px) and (hover: on-demand) {
    .main-navigation__submenu-radio:checked~.main-navigation__link-1 {
        z-index: 1;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
    }
    .main-navigation__submenu-radio:checked~.main-navigation__link-1:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 11px;
        background: #fff;
        z-index: 1
    }
}

@media (min-width: 768px) {
    .main-navigation__level-2,
    .main-navigation__level-3, .main-navigation__level-4{
        padding: 0 6px
    }
    .main-navigation__level {
        position: relative
    }
    .pointer-hover .main-navigation__level:hover>.main-navigation__submenu {
        display: block
    }
}

@media (min-width: 768px) and (hover: hover) {
    .main-navigation__level:hover>.main-navigation__submenu {
        display: block
    }
}

@media (min-width: 768px) {
    .main-navigation__submenu {
        position: absolute;
        background: #fff;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        padding: 6px 0;
        min-width: 200px
    }
    .main-navigation__submenu:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        right: 0;
        border-top: 1px solid #fff;
        z-index: 2
    }
    .main-navigation__submenu--1 {
        top: 100%;
        left: 0
    }
    .main-navigation__level-1--right .main-navigation__submenu--1 {
        left: auto;
        right: 0
    }
    .main-navigation__submenu--2 {
        z-index: -1;
        top: 0;
        left: 100%;
        margin-top: -6px
    }

ul.main-navigation__submenu.main-navigation__submenu--2 {}
    .main-navigation__level-1--right .main-navigation__submenu--2 {
        left: auto;
        right: 100%
    }
}

.images--border .images__image {
    background: #fff;
    border: 1px solid #bccbd8;
    padding: 15px
}

.images--shadow .images__image img {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5)
}

.images--center .images__image img,
.images--center .images__image .lightbox,
.images--border .images__image img,
.images--border .images__image .lightbox {
    margin: 0 auto
}

.images__image {
    width: 100%;
    margin-bottom: 15px
}

.images__image img {
    min-height: 1px;
    width: auto
}

.images--textrow {
    margin-bottom: 1.5em
}

@media (min-width: 768px) {
    .images__header {
        padding-left: 15px;
        padding-right: 15px
    }
    .images__row {
        margin-left: -30px;
        margin-right: -30px
    }
    .flexbox .images__row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .flexbox .images__row:before,
    .flexbox .images__row:after {
        display: none
    }
    .flexbox .images__row .images__col {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .flexbox .images__row .images__image {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    @supports (display: flex) {
        .images__row {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }
        .images__row:before,
        .images__row:after {
            display: none
        }
        .images__row .images__col {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex
        }
        .images__row .images__image {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }
    }
}

@media (max-width: 767px) {
    .images__col {
        margin-bottom: 15px
    }
}

.images__image-column,
.images__text {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.images__image-column {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .images__image-column {
        float: left;
        width: 41.66667%
    }
}

.images__text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .images__text {
        float: left;
        width: 58.33333%
    }
}

.images__image-caption {
    font-size: 16px;
    line-height: 1.3;
    padding: 5px 15px;
    max-width: 100%;
    width: 100%
}

.images--border .images__image-caption {
    padding: 10px 0 0
}

.lightbox {
    display: block;
    position: relative;
    margin: auto;
    max-width: 100%
}

.lightbox:after {
    position: absolute;
    right: 2px;
    bottom: 2px;
    color: #004e8f;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px
}

.box>.images:first-child {
    margin-top: -15px
}

.box>.images:last-child>.images__image:last-child {
    margin-bottom: -15px
}

.box>.images>.images__image {
    margin-left: -15px;
    margin-right: -15px;
    max-width: 110%;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px)
}

.container>.main-content>.images>.images__image-column {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container>.main-content>.images>.images__image-column {
        float: left;
        width: 41.66667%
    }
}

@media (min-width: 992px) {
    .container>.main-content>.images>.images__image-column {
        float: left;
        width: 33.33333%
    }
}

.container>.main-content>.images>.images__text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container>.main-content>.images>.images__text {
        float: left;
        width: 58.33333%
    }
}

@media (min-width: 992px) {
    .container>.main-content>.images>.images__text {
        float: left;
        width: 66.66667%
    }
}

.breadcrumb {
    color: #004e8f;
    margin: 15px 0
}

body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main-header__container {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media (max-width: 767.98px) {
    .main-header__container {
        width: 100%
    }
}

.main-content {
    padding-top: 15px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.box {
    background: #e9e9e9;
    margin-bottom: 15px;
    padding: 15px
}

.box input[type="text"],
.box input[type="password"],
.box input[type="email"],
.box input[type="number"],
.box input[type="search"],
.box select {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.box h1,
.box h2 {
    font-size: 21px
}

.box--blue {
    background: #bccbd8;
    color: #fff
}

.box--blue h1,
.box--blue h2,
.box--blue h3,
.box--blue h4,
.box--blue h5,
.box--blue h6,
.box--blue .csc-form legend,
.csc-form .box--blue legend,
.box--blue .csc-form th,
.csc-form .box--blue th,
.box--blue a,
.box--blue a:before {
    color: inherit
}

.box--blue a {
    border-bottom: 1px solid;
    text-decoration: none
}

.box--blue-dark {
    background: #004e8f;
    color: #fff
}

.box--blue-dark h1,
.box--blue-dark h2,
.box--blue-dark h3,
.box--blue-dark h4,
.box--blue-dark h5,
.box--blue-dark h6,
.box--blue-dark .csc-form legend,
.csc-form .box--blue-dark legend,
.box--blue-dark .csc-form th,
.csc-form .box--blue-dark th,
.box--blue-dark a,
.box--blue-dark a:before {
    color: inherit
}

.box--blue-dark a {
    border-bottom: 1px solid;
    text-decoration: none
}

.box--blue-dark a:focus,
.box--blue-dark a:hover {
    color: #fff;
    border-color: transparent
}

.box--notice {
    background: none;
    padding: 0;
    color: #999;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .sidebar {
        margin-top: 3em
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexbox .sidebar {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .flexbox .sidebar a[id] {
        position: absolute
    }
    .flexbox .box {
        width: calc(50% - 7.5px);
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
        flex: 0 0 calc(50% - 7.5px)
    }
    @supports (display: flex) {
        .sidebar {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }
        .sidebar a[id] {
            position: absolute
        }
        .box {
            width: calc(50% - 7.5px);
            -webkit-box-flex: 0;
            -moz-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px)
        }
    }
}

iframe {
    max-width: 100%
}

@media (max-width: 767px) {
    iframe {
        max-width: calc(100% + 20px)
    }
}

.csc-menu li {
    margin-top: 5px
}

.csc-menu li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #bccbd8;
    vertical-align: middle;
    margin-right: 10px
}

.csc-menu li:first-child {
    margin-top: 0
}

.csc-menu a:before {
    display: none
}

.news-entry {
    margin-bottom: 2em
}

.news--latest,
.exhibition--latest {
    margin-bottom: 1em
}

.news__button,
.exhibition__button {
    margin-top: 1.5em
}

.microsite-teaser {
    position: relative;
    display: block
}

.microsite-teaser h3 {
    color: #000;
    margin: 0 0 10px
}

.microsite-teaser h4 {
    color: #000;
    margin: 0 0 10px
}

.microsite-teaser img {
    border: 1px solid #fff
}

.main-footer {
    margin-top: 30px;
    background: #e9e9e9;
    padding: 30px 0 15px
}

@media (max-width: 767px) {
    .main-footer {
        margin-top: 30px
    }
}

.footer-navigation {
    padding-top: 15px;
    border-top: 1px solid #bccbd8
}

.footer-navigation a {
    color: #7c99b2;
    display: block
}

@media (min-width: 768px) {
    .footer-navigation a {
        display: inline-block;
        margin-right: 30px
    }
}

.footer-navigation a.active,
.footer-navigation a:focus,
.footer-navigation a:hover {
    color: #004e8f;
    text-decoration: none
}

@media (max-width: 991px) {
    .social-media {
        padding-top: 15px
    }
}

.social-media a {
    display: inline-block;
    margin-left: 20px;
    margin-right: 0
}

.social-media a:first-child {
    margin-left: 0
}

@media (min-width: 992px) {
    .social-media--right {
        text-align: right
    }
}

.page-menu__navpoint--level-1 {
    margin-bottom: 30px
}

.page-menu__link {
    display: block;
    padding: 7px;
    margin: 0 -7px;
    border-bottom: 1px solid #bccbd8;
    font-size: 15px
}

.pointer-hover .page-menu__link:hover {
    background: #e6edf4;
    text-decoration: none
}

@media (hover: hover) {
    .page-menu__link:hover {
        background: #e6edf4;
        text-decoration: none
    }
}

.page-menu__link--level-1 {
    font-weight: 600
}

@media (max-width: 767px) {
    .accordion>.header {
        padding-left: 15px;
        padding-right: 15px
    }
}

.accordion__title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    background: #ebeff4
}

.accordion__title:focus .accordion__title-text {
    background: #004e8f;
    color: #fff
}

.pointer-hover .accordion__title:hover .accordion__title-text {
    background: #004e8f;
    color: #fff
}

@media (hover: hover) {
    .accordion__title:hover .accordion__title-text {
        background: #004e8f;
        color: #fff
    }
}

.accordion__title-text {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 66px 5px 15px
}

.accordion__title-text .svg {
    color: inherit;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media print {
    .accordion__title-text {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .accordion__title-text {
        padding-left: 10px;
        padding-right: 51px
    }
    .accordion__title-text .svg {
        right: 10px
    }
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
    margin: 0 0 15px
}

.accordion__content--open {
    max-height: none;
    background: #fff
}

.accordion__content .header {
    text-align: left
}

.accordion__content-inner {
    padding: 15px;
    background: #ebeff4;
    border-top: 1px solid #fff
}

.accordion__state:checked+.accordion__title .accordion__title-text {
    background: #004e8f;
    color: #fff
}

.accordion__state:checked+.accordion__title+.accordion__content {
    max-height: none
}

.accordion__state:checked+.accordion__title .svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media print {
    .accordion__content {
        max-height: none !important
    }
}

.blog-content>.responsive-image,
.blog-content>header,
.blog-content>h1,
.blog-content>h2,
.blog-content>h3,
.blog-content>h4,
.blog-content>h5,
.blog-content>h6,
.csc-form .blog-content>legend,
.csc-form .blog-content>th,
.blog-content>ul,
.blog-content>ol,
.blog-content>p,
.blog-post__authors-heading,
.blog-post__authors-content,
.blog-post__intro,
.blog-post__categories-container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.blog-category__category,
.blog-post__category,
.blog-teaser__category {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
    background: #38b6ff;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase
}

.blog__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog__column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 50px
}

@media (max-width: 767.98px) {
    .blog__column {
        margin-top: 30px
    }
}

.blog__column:first-child {
    margin-top: 0
}

@media (min-width: 768px) {
    .blog__column.col-sm-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .blog__column.col-sm-4:nth-child(2),
    .blog__column.col-sm-4:nth-child(3) {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .blog__column.col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .blog__column.col-sm-6:nth-child(2) {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .blog__column.col-md-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .blog__column.col-md-4:nth-child(2),
    .blog__column.col-md-4:nth-child(3) {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .blog__column.col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .blog__column.col-md-6:nth-child(2) {
        margin-top: 0
    }
}

.blog__container {
    margin: 50px auto
}

.blog-content {
    margin: 50px auto
}

@media (max-width: 767.98px) {
    .blog-content {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .blog-content {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) {
    .blog-content {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .blog-content {
        width: 1170px
    }
}

.blog-content:first-child {
    margin-top: 0
}

.blog-content:last-child {
    margin-bottom: 0
}

.blog-content h1 {
    font-size: 3.4rem;
    line-height: 1.1;
    font-weight: 600
}

@media (min-width: 768px) {
    .blog-content h1 {
        font-size: 4rem
    }
}

@media (min-width: 992px) {
    .blog-content h1 {
        font-size: 6rem
    }
}

.blog-content h2 {
    font-size: 2.4rem;
    font-weight: 300;
    color: #333
}

@media (min-width: 768px) {
    .blog-content h2 {
        font-size: 3rem
    }
}

@media (min-width: 992px) {
    .blog-content h2 {
        font-size: 3.4rem
    }
}

.blog-content h3 {
    font-size: 2rem;
    font-weight: 600
}

@media (min-width: 992px) {
    .blog-content h3 {
        font-size: 2.4rem
    }
}

.blog-content h1+h2 {
    margin-top: -20px
}

.blog-content .images--center .images__image-caption {
    margin-left: auto;
    margin-right: auto
}

.main-footer--blog {
    margin-top: 30px;
    border-top: 2px solid #e9e9e9;
    background: #fff
}

.blog-post__categories+.main-footer--blog {
    margin-top: -20px
}

.main-footer--blog .footer-navigation {
    border-top: 0;
    padding-top: 0
}

.main-footer--blog a {
    color: #004e8f
}

.main-footer--blog a:focus {
    color: #38b6ff
}

.pointer-hover .main-footer--blog a:hover {
    color: #38b6ff
}

@media (hover: hover) {
    .main-footer--blog a:hover {
        color: #38b6ff
    }
}

.blog-post__authors {
    margin-top: 50px;
    margin-bottom: 50px
}

@media (max-width: 767.98px) {
    .blog-post__authors {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.blog-post__authors-row {
    background: #004e8f;
    color: #fff
}

.blog-post__authors-heading h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .blog-post__authors-heading h2 {
        font-size: 2.4rem
    }
}

.blog-post__author {
    font-size: 1.6rem;
    line-height: 1.2;
    position: relative;
    margin-top: 20px;
    min-height: 80px;
    padding-top: 21px;
    padding-bottom: 21px
}

.blog-post__author--has-image {
    padding-left: 95px
}

.blog-post__author:first-child {
    margin-top: 0
}

.blog-post__author-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px
}

@media (min-width: 768px) {
    .blog-post__authors-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .blog-post__author {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        min-width: 50%
    }
    .blog-post__author:nth-child(2) {
        margin-top: 0
    }
}

.blog-category__heading {
    font-weight: 700;
    color: #000
}

.blog-category__category {
    font-size: inherit
}

@media (max-width: 767.98px) {
    .blog-category__category {
        margin-top: 15px
    }
}

@media (min-width: 768px) {
    .blog-category__category {
        margin-left: 15px
    }
}

.blog-post {
    font-size: 1.8rem
}

@media (min-width: 768px) {
    .blog-post {
        font-size: 2.1rem
    }
}

.blog-post__intro {
    margin-top: 50px
}

@media (max-width: 767.98px) {
    .blog-post__intro {
        margin-top: 30px
    }
}

.blog-post__intro h1 {
    font-size: 3.4rem;
    line-height: 1.1;
    font-weight: 600;
    margin: 0
}

@media (min-width: 768px) {
    .blog-post__intro h1 {
        font-size: 4rem
    }
}

@media (min-width: 992px) {
    .blog-post__intro h1 {
        font-size: 6rem
    }
}

.blog-post__intro h2 {
    font-size: 2.4rem;
    font-weight: 300;
    color: #333;
    margin: 0
}

@media (min-width: 768px) {
    .blog-post__intro h2 {
        font-size: 3rem
    }
}

@media (min-width: 992px) {
    .blog-post__intro h2 {
        font-size: 3.4rem
    }
}

.blog-post__intro>.header {
    margin-bottom: 20px
}

.blog-post__categories {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
    padding-top: 20px;
    padding-bottom: 30px
}

@media (max-width: 767.98px) {
    .blog-post__categories {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.blog-post__categories--startpage {
    border-bottom: 0;
    padding-bottom: 0
}

.blog-post__category {
    margin-top: 10px;
    margin-right: 15px
}

.blog-post__category:focus,
.blog-post__category:hover {
    background: #004e8f;
    color: #fff;
    text-decoration: none
}

.blog-post__related h2 {
    margin-top: 0;
    font-weight: 700
}

.blog-stage {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px
}

@media (max-width: 767.98px) {
    .blog-stage {
        margin-bottom: 30px
    }
}

.blog-stage__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.blog-stage__slide--left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.blog-stage__slide--active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: relative
}

.blog-stage__prev,
.blog-stage__next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    color: #fff;
    cursor: pointer
}

.blog-stage__prev>.svg,
.blog-stage__next>.svg {
    width: 100%;
    height: 100%
}

.blog-stage__prev:hover,
.blog-stage__next:hover {
    color: #38b6ff
}

.blog-stage__prev {
    left: 0
}

.blog-stage__next {
    right: 0
}

.blog-stage__image {
    opacity: .9
}

.blog-stage__content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-stage__content {
    border: 7px solid;
    padding: 30px;
    text-decoration: none;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.blog-stage__description {
    color: inherit;
    margin: 0
}

.blog-stage__title {
    font-size: 3.4rem;
    font-weight: 700;
    color: inherit;
    margin: 0;
    max-width: 100%
}

@media (min-width: 992px) {
    .blog-stage__title {
        font-size: 5.2rem
    }
}

@media (max-width: 767.98px) {
    .blog-stage__prev,
    .blog-stage__next {
        top: 0;
        margin-top: 20.83333%;
        margin-top: calc(20.83333% - 25px);
        width: 50px;
        height: 50px
    }
    .blog-stage__content {
        margin-top: 15px;
        border-color: #38b6ff;
        color: #38b6ff;
        width: calc(100% - 20px)
    }
    .blog-stage__content:focus,
    .blog-stage__content:hover {
        text-decoration: none;
        color: #38b6ff;
        background: rgba(56, 182, 255, 0.2)
    }
}

@media (min-width: 768px) {
    .blog-stage__slide {
        background: #000
    }
    .blog-stage__content-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .blog-stage__content {
        border-color: #fff;
        color: #fff;
        min-width: 40%;
        min-height: 40%;
        max-width: 80%;
        max-width: calc(100% - 180px)
    }
    .blog-stage__content:focus,
    .blog-stage__content:hover {
        text-decoration: none;
        color: #fff;
        background: rgba(255, 255, 255, 0.2)
    }
}

.blog-teaser {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: #000;
    max-width: 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width: 575px) and (max-width: 767px) {
    .blog-teaser {
        max-width: 555px
    }
}

.blog-teaser:focus {
    text-decoration: none;
    color: #000
}

.blog-teaser:focus .blog-teaser__image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-teaser:focus .blog-teaser__title {
    color: #38b6ff
}

.blog-teaser:focus .blog-teaser__icon {
    color: #38b6ff
}

.pointer-hover .blog-teaser:hover {
    text-decoration: none;
    color: #000
}

.pointer-hover .blog-teaser:hover .blog-teaser__image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.pointer-hover .blog-teaser:hover .blog-teaser__title {
    color: #38b6ff
}

.pointer-hover .blog-teaser:hover .blog-teaser__icon {
    color: #38b6ff
}

@media (hover: hover) {
    .blog-teaser:hover {
        text-decoration: none;
        color: #000
    }
    .blog-teaser:hover .blog-teaser__image {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    .blog-teaser:hover .blog-teaser__title {
        color: #38b6ff
    }
    .blog-teaser:hover .blog-teaser__icon {
        color: #38b6ff
    }
}

.block-teaser__wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background: no-repeat 50% 50%;
    background-size: cover
}

.blog-teaser--single {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 768px) {
    .blog-teaser--single {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .blog-teaser--single>.blog-teaser__image-container {
        margin-right: 30px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px)
    }
    .blog-teaser--single>.block-teaser__content {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px)
    }
}

.blog-teaser__image-container {
    position: relative;
    overflow: hidden
}

.blog-teaser__image-container--placeholder::before {
    content: '';
    display: block;
    background: #e9e9e9;
    padding-top: 177.77778%
}

.blog-teaser__image {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    will-change: transform
}

.blog-teaser__categories {
    position: absolute;
    left: 0;
    right: 10px;
    bottom: 0
}

.blog-teaser__category {
    margin-left: 10px;
    margin-top: 5px
}

.blog-teaser__title {
    font-size: 2rem;
    color: inherit;
    font-weight: 700;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .blog-teaser__title {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .blog-teaser__title--small {
        font-size: 2.1rem
    }
}

.blog-teaser__meta {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: auto;
    display: block;
    position: relative;
    padding-right: 30px
}

.blog-teaser__icon {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 30px
}

.blog-teaser__show-more-state:not(:checked)~.blog__column--additional {
    display: none
}

.blog-teaser__show-more-state:checked+.blog-teaser__show-more {
    display: none
}

.blog-teaser__show-more {
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-teaser__show-more-button {
    display: inline-block;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid #38b6ff;
    color: #38b6ff;
    padding: 5px 15px
}

.blog-teaser__show-more-button>.svg {
    margin-left: 10px
}

.blog-teaser__show-more-button:focus,
.blog-teaser__show-more-button:hover {
    background: #38b6ff;
    color: #fff
}

.csc-form {
    margin-bottom: 15px
}

.csc-form legend,
.csc-form th {
    text-align: left;
    font-size: 21px
}

table.csc-form {
    width: 100%
}

table.csc-form td {
    vertical-align: top
}

.powermail_legend {
    display: none
}

.powermail_label {
    float: left;
    width: 160px;
    margin-left: -160px
}

.powermail_fieldwrap {
    padding-left: 160px
}

.powermail_fieldwrap input[type="text"],
.powermail_fieldwrap input[type="password"],
.powermail_fieldwrap input[type="email"],
.powermail_fieldwrap input[type="number"],
.powermail_fieldwrap input[type="search"],
.powermail_fieldwrap select,
.powermail_fieldwrap textarea {
    width: 100%
}

.csc-form-field,
.powermail_fieldwrap {
    position: relative;
    margin-bottom: 5px
}

.csc-form-field>td:first-child,
.powermail_fieldwrap>td:first-child {
    width: 200px
}

.csc-form-field input[type="text"],
.csc-form-field input[type="password"],
.csc-form-field input[type="email"],
.csc-form-field input[type="number"],
.csc-form-field input[type="search"],
.csc-form-field select,
.csc-form-field textarea,
.powermail_fieldwrap input[type="text"],
.powermail_fieldwrap input[type="password"],
.powermail_fieldwrap input[type="email"],
.powermail_fieldwrap input[type="number"],
.powermail_fieldwrap input[type="search"],
.powermail_fieldwrap select,
.powermail_fieldwrap textarea {
    border: 1px solid #ccc;
    padding: 1px 5px;
    border-radius: 0;
    vertical-align: middle
}

.csc-form-field input[type="text"]+.button,
.csc-form-field input[type="password"]+.button,
.csc-form-field input[type="email"]+.button,
.csc-form-field input[type="number"]+.button,
.csc-form-field input[type="search"]+.button,
.csc-form-field input[type="text"]+.powermail_submit,
.csc-form-field input[type="password"]+.powermail_submit,
.csc-form-field input[type="email"]+.powermail_submit,
.csc-form-field input[type="number"]+.powermail_submit,
.csc-form-field input[type="search"]+.powermail_submit,
.csc-form-field select+.button,
.csc-form-field select+.powermail_submit,
.csc-form-field textarea+.button,
.csc-form-field textarea+.powermail_submit,
.powermail_fieldwrap input[type="text"]+.button,
.powermail_fieldwrap input[type="password"]+.button,
.powermail_fieldwrap input[type="email"]+.button,
.powermail_fieldwrap input[type="number"]+.button,
.powermail_fieldwrap input[type="search"]+.button,
.powermail_fieldwrap input[type="text"]+.powermail_submit,
.powermail_fieldwrap input[type="password"]+.powermail_submit,
.powermail_fieldwrap input[type="email"]+.powermail_submit,
.powermail_fieldwrap input[type="number"]+.powermail_submit,
.powermail_fieldwrap input[type="search"]+.powermail_submit,
.powermail_fieldwrap select+.button,
.powermail_fieldwrap select+.powermail_submit,
.powermail_fieldwrap textarea+.button,
.powermail_fieldwrap textarea+.powermail_submit {
    margin-left: 10px
}

.csc-form-field input:focus[type="text"],
.csc-form-field input:focus[type="password"],
.csc-form-field input:focus[type="email"],
.csc-form-field input:focus[type="number"],
.csc-form-field input:focus[type="search"],
.csc-form-field select:focus,
.csc-form-field textarea:focus,
.powermail_fieldwrap input:focus[type="text"],
.powermail_fieldwrap input:focus[type="password"],
.powermail_fieldwrap input:focus[type="email"],
.powermail_fieldwrap input:focus[type="number"],
.powermail_fieldwrap input:focus[type="search"],
.powermail_fieldwrap select:focus,
.powermail_fieldwrap textarea:focus {
    border-color: #004e8f;
    outline: none
}

.csc-form-field input.has-placeholder[type="text"],
.csc-form-field input.has-placeholder[type="password"],
.csc-form-field input.has-placeholder[type="email"],
.csc-form-field input.has-placeholder[type="number"],
.csc-form-field input.has-placeholder[type="search"],
.csc-form-field select.has-placeholder,
.csc-form-field textarea.has-placeholder,
.powermail_fieldwrap input.has-placeholder[type="text"],
.powermail_fieldwrap input.has-placeholder[type="password"],
.powermail_fieldwrap input.has-placeholder[type="email"],
.powermail_fieldwrap input.has-placeholder[type="number"],
.powermail_fieldwrap input.has-placeholder[type="search"],
.powermail_fieldwrap select.has-placeholder,
.powermail_fieldwrap textarea.has-placeholder {
    width: 100%;
    padding-right: 90px
}

html.placeholder .csc-form-field input:invalid[type="text"]+.placeholder,
html.placeholder .csc-form-field input:invalid[type="password"]+.placeholder,
html.placeholder .csc-form-field input:invalid[type="email"]+.placeholder,
html.placeholder .csc-form-field input:invalid[type="number"]+.placeholder,
html.placeholder .csc-form-field input:invalid[type="search"]+.placeholder,
html.placeholder .csc-form-field select:invalid+.placeholder,
html.placeholder .csc-form-field textarea:invalid+.placeholder,
html.placeholder .powermail_fieldwrap input:invalid[type="text"]+.placeholder,
html.placeholder .powermail_fieldwrap input:invalid[type="password"]+.placeholder,
html.placeholder .powermail_fieldwrap input:invalid[type="email"]+.placeholder,
html.placeholder .powermail_fieldwrap input:invalid[type="number"]+.placeholder,
html.placeholder .powermail_fieldwrap input:invalid[type="search"]+.placeholder,
html.placeholder .powermail_fieldwrap select:invalid+.placeholder,
html.placeholder .powermail_fieldwrap textarea:invalid+.placeholder {
    visibility: hidden
}

html.placeholder .csc-form-field input:-webkit-autofill[type="text"]+.placeholder,
html.placeholder .csc-form-field input:-webkit-autofill[type="password"]+.placeholder,
html.placeholder .csc-form-field input:-webkit-autofill[type="email"]+.placeholder,
html.placeholder .csc-form-field input:-webkit-autofill[type="number"]+.placeholder,
html.placeholder .csc-form-field input:-webkit-autofill[type="search"]+.placeholder,
html.placeholder .csc-form-field select:-webkit-autofill+.placeholder,
html.placeholder .csc-form-field textarea:-webkit-autofill+.placeholder,
html.placeholder .powermail_fieldwrap input:-webkit-autofill[type="text"]+.placeholder,
html.placeholder .powermail_fieldwrap input:-webkit-autofill[type="password"]+.placeholder,
html.placeholder .powermail_fieldwrap input:-webkit-autofill[type="email"]+.placeholder,
html.placeholder .powermail_fieldwrap input:-webkit-autofill[type="number"]+.placeholder,
html.placeholder .powermail_fieldwrap input:-webkit-autofill[type="search"]+.placeholder,
html.placeholder .powermail_fieldwrap select:-webkit-autofill+.placeholder,
html.placeholder .powermail_fieldwrap textarea:-webkit-autofill+.placeholder {
    visibility: visible
}

.csc-form-field input[type="text"]::-moz-placeholder,
.csc-form-field input[type="password"]::-moz-placeholder,
.csc-form-field input[type="email"]::-moz-placeholder,
.csc-form-field input[type="number"]::-moz-placeholder,
.csc-form-field input[type="search"]::-moz-placeholder,
.csc-form-field select::-moz-placeholder,
.csc-form-field textarea::-moz-placeholder,
.powermail_fieldwrap input[type="text"]::-moz-placeholder,
.powermail_fieldwrap input[type="password"]::-moz-placeholder,
.powermail_fieldwrap input[type="email"]::-moz-placeholder,
.powermail_fieldwrap input[type="number"]::-moz-placeholder,
.powermail_fieldwrap input[type="search"]::-moz-placeholder,
.powermail_fieldwrap select::-moz-placeholder,
.powermail_fieldwrap textarea::-moz-placeholder {
    color: #a9a9a9
}

.csc-form-field input[type="text"]::-webkit-input-placeholder,
.csc-form-field input[type="password"]::-webkit-input-placeholder,
.csc-form-field input[type="email"]::-webkit-input-placeholder,
.csc-form-field input[type="number"]::-webkit-input-placeholder,
.csc-form-field input[type="search"]::-webkit-input-placeholder,
.csc-form-field select::-webkit-input-placeholder,
.csc-form-field textarea::-webkit-input-placeholder,
.powermail_fieldwrap input[type="text"]::-webkit-input-placeholder,
.powermail_fieldwrap input[type="password"]::-webkit-input-placeholder,
.powermail_fieldwrap input[type="email"]::-webkit-input-placeholder,
.powermail_fieldwrap input[type="number"]::-webkit-input-placeholder,
.powermail_fieldwrap input[type="search"]::-webkit-input-placeholder,
.powermail_fieldwrap select::-webkit-input-placeholder,
.powermail_fieldwrap textarea::-webkit-input-placeholder {
    color: #a9a9a9
}

.csc-form-field input:-ms-input-placeholder[type="text"],
.csc-form-field input:-ms-input-placeholder[type="password"],
.csc-form-field input:-ms-input-placeholder[type="email"],
.csc-form-field input:-ms-input-placeholder[type="number"],
.csc-form-field input:-ms-input-placeholder[type="search"],
.csc-form-field select:-ms-input-placeholder,
.csc-form-field textarea:-ms-input-placeholder,
.powermail_fieldwrap input:-ms-input-placeholder[type="text"],
.powermail_fieldwrap input:-ms-input-placeholder[type="password"],
.powermail_fieldwrap input:-ms-input-placeholder[type="email"],
.powermail_fieldwrap input:-ms-input-placeholder[type="number"],
.powermail_fieldwrap input:-ms-input-placeholder[type="search"],
.powermail_fieldwrap select:-ms-input-placeholder,
.powermail_fieldwrap textarea:-ms-input-placeholder {
    color: #a9a9a9
}

.csc-form-field input[type="text"]+.placeholder,
.csc-form-field input[type="password"]+.placeholder,
.csc-form-field input[type="email"]+.placeholder,
.csc-form-field input[type="number"]+.placeholder,
.csc-form-field input[type="search"]+.placeholder,
.csc-form-field select+.placeholder,
.csc-form-field textarea+.placeholder,
.powermail_fieldwrap input[type="text"]+.placeholder,
.powermail_fieldwrap input[type="password"]+.placeholder,
.powermail_fieldwrap input[type="email"]+.placeholder,
.powermail_fieldwrap input[type="number"]+.placeholder,
.powermail_fieldwrap input[type="search"]+.placeholder,
.powermail_fieldwrap select+.placeholder,
.powermail_fieldwrap textarea+.placeholder {
    color: #a9a9a9
}

.csc-form-field textarea,
.powermail_fieldwrap textarea {
    height: 150px
}

.csc-form-field .placeholder,
.powermail_fieldwrap .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 3px 5px
}

.csc-form-field .error,
.powermail_fieldwrap .error {
    margin: 0;
    color: #b41d1c
}

.csc-form-field .error+input[type="text"],
.csc-form-field .error+input[type="password"],
.csc-form-field .error+input[type="email"],
.csc-form-field .error+input[type="number"],
.csc-form-field .error+input[type="search"],
.csc-form-field .error+select,
.csc-form-field .error+textarea,
.powermail_fieldwrap .error+input[type="text"],
.powermail_fieldwrap .error+input[type="password"],
.powermail_fieldwrap .error+input[type="email"],
.powermail_fieldwrap .error+input[type="number"],
.powermail_fieldwrap .error+input[type="search"],
.powermail_fieldwrap .error+select,
.powermail_fieldwrap .error+textarea {
    border: 1px solid #b41d1c
}

.csc-form-field.error label,
.powermail_fieldwrap.error label {
    color: #b41d1c
}

.csc-form-field.error input[type="text"],
.csc-form-field.error input[type="password"],
.csc-form-field.error input[type="email"],
.csc-form-field.error input[type="number"],
.csc-form-field.error input[type="search"],
.csc-form-field.error select,
.csc-form-field.error textarea,
.powermail_fieldwrap.error input[type="text"],
.powermail_fieldwrap.error input[type="password"],
.powermail_fieldwrap.error input[type="email"],
.powermail_fieldwrap.error input[type="number"],
.powermail_fieldwrap.error input[type="search"],
.powermail_fieldwrap.error select,
.powermail_fieldwrap.error textarea {
    border: 1px solid #b41d1c
}

.error-list {
    color: #b41d1c
}

.error-list>li:empty {
    display: none
}

tr.csc-form-field td {
    padding-bottom: 5px
}

tr.csc-form-field input[type="text"],
tr.csc-form-field input[type="password"],
tr.csc-form-field input[type="email"],
tr.csc-form-field input[type="number"],
tr.csc-form-field input[type="search"],
tr.csc-form-field select {
    width: 100%;
    resize: none
}

textarea {
    width: 100%;
    resize: none
}

@media (max-width: 767px) {
    table.csc-form,
    table.csc-form tbody,
    table.csc-form thead,
    table.csc-form tfoot,
    table.csc-form tr,
    table.csc-form th,
    table.csc-form td {
        display: block
    }
}

.form__label,
.form__fieldwrap {
    display: block
}

.form__fieldwrap {
    margin-bottom: 10px
}

.form__input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 1px 5px;
    border-radius: 0;
    vertical-align: middle
}

.form__input:focus {
    border-color: #004e8f;
    outline: none
}

.form__input--error {
    border: 1px solid #b41d1c
}

.form__error {
    color: #b41d1c
}

@media (max-width: 767px) {
    .tabs__navigation {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .tabs__navigation {
        border-bottom: 1px solid #bccbd8
    }
    .tabs__navigation li {
        vertical-align: top;
        display: inline-block
    }
    .tabs .state {
        top: 1px
    }
    .tabs__navigation-item {
        display: block;
        padding: 5px 10px;
        margin-right: 10px;
        background: #e9e9e9;
        color: #004e8f
    }
    .tabs__navigation-item:focus,
    .tabs__navigation-item:hover {
        background: #bccbd8 !important;
        text-decoration: none
    }
    .tabs__tab {
        display: none;
        margin: 15px 0
    }
    .tabs__navigation-item--1 {
        background: #bccbd8
    }
    .tabs__tab--1 {
        display: block
    }
    .tab-state-1:target~.tabs__navigation .tabs__navigation-item--1 {
        background: #bccbd8
    }
    .tab-state-1:target~.tabs__tab--1 {
        display: block
    }
    .tab-state-2:target~.tabs__navigation .tabs__navigation-item--2 {
        background: #bccbd8
    }
    .tab-state-2:target~.tabs__tab--2 {
        display: block
    }
    .tab-state-2:target~.tabs__navigation .tabs__navigation-item--1 {
        background: #e9e9e9
    }
    .tab-state-2:target~.tabs__tab--1 {
        display: none
    }
    .tab-state-3:target~.tabs__navigation .tabs__navigation-item--3 {
        background: #bccbd8
    }
    .tab-state-3:target~.tabs__tab--3 {
        display: block
    }
    .tab-state-3:target~.tabs__navigation .tabs__navigation-item--1 {
        background: #e9e9e9
    }
    .tab-state-3:target~.tabs__tab--1 {
        display: none
    }
    .tab-state-4:target~.tabs__navigation .tabs__navigation-item--4 {
        background: #bccbd8
    }
    .tab-state-4:target~.tabs__tab--4 {
        display: block
    }
    .tab-state-4:target~.tabs__navigation .tabs__navigation-item--1 {
        background: #e9e9e9
    }
    .tab-state-4:target~.tabs__tab--1 {
        display: none
    }
    .tab-state-5:target~.tabs__navigation .tabs__navigation-item--5 {
        background: #bccbd8
    }
    .tab-state-5:target~.tabs__tab--5 {
        display: block
    }
    .tab-state-5:target~.tabs__navigation .tabs__navigation-item--1 {
        background: #e9e9e9
    }
    .tab-state-5:target~.tabs__tab--1 {
        display: none
    }
    .tab-state-6:target~.tabs__navigation .tabs__navigation-item--6 {
        background: #bccbd8
    }
    .tab-state-6:target~.tabs__tab--6 {
        display: block
    }
    .tab-state-6:target~.tabs__navigation .tabs__navigation-item--1 {
        background: #e9e9e9
    }
    .tab-state-6:target~.tabs__tab--1 {
        display: none
    }
    .tab-state-7:target~.tabs__navigation .tabs__navigation-item--7 {
        background: #bccbd8
    }
    .tab-state-7:target~.tabs__tab--7 {
        display: block
    }
    .tab-state-7:target~.tabs__navigation .tabs__navigation-item--1 {
        background: #e9e9e9
    }
    .tab-state-7:target~.tabs__tab--1 {
        display: none
    }
    .tab-state-8:target~.tabs__navigation .tabs__navigation-item--8 {
        background: #bccbd8
    }
    .tab-state-8:target~.tabs__tab--8 {
        display: block
    }
    .tab-state-8:target~.tabs__navigation .tabs__navigation-item--1 {
        background: #e9e9e9
    }
    .tab-state-8:target~.tabs__tab--1 {
        display: none
    }
    .tab-state-9:target~.tabs__navigation .tabs__navigation-item--9 {
        background: #bccbd8
    }
    .tab-state-9:target~.tabs__tab--9 {
        display: block
    }
    .tab-state-9:target~.tabs__navigation .tabs__navigation-item--1 {
        background: #e9e9e9
    }
    .tab-state-9:target~.tabs__tab--1 {
        display: none
    }
    .tab-state-10:target~.tabs__navigation .tabs__navigation-item--10 {
        background: #bccbd8
    }
    .tab-state-10:target~.tabs__tab--10 {
        display: block
    }
    .tab-state-10:target~.tabs__navigation .tabs__navigation-item--1 {
        background: #e9e9e9
    }
    .tab-state-10:target~.tabs__tab--1 {
        display: none
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.calibration__table {
    margin-bottom: 1em
}

.calibration__table td {
    padding-right: 10px
}

.calibration__codes {
    width: auto
}

.calibration__codes th {
    text-align: left
}

.calibration__codes .unordered-list {
    margin: 0
}

.imagedatabase__categories li,
.promotoolbox__categories li {
    display: inline-block;
    white-space: nowrap;
    margin-right: 20px
}

.imagedatabase__download,
.promotoolbox__download {
    list-style: none;
    padding: 0;
    margin: 15px 0 30px
}

.imagedatabase__caption,
.promotoolbox__caption {
    margin: 6px 0 !important;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.reference-ranges__analyte-group .unordered-list {
    margin: 0
}

.reference-range__filter label {
    display: block;
    margin-bottom: 3px
}

.reference-range__filter input {
    margin-top: 5px;
    float: left
}

.reference-range__filter-label {
    margin-left: 24px;
    display: block
}

.reference-ranges__conventional-units,
.reference-ranges__conversion-marker,
.reference-ranges__si-units {
    display: inline-block
}

.reference-ranges__conversion-marker {
    margin: 0 10px
}

.reference-ranges__unit {
    margin-left: 10px
}

.products__row .unordered-list {
    margin: 0
}

.js .downloads__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease
}

.downloads__link-suffix {
    color: #777
}

.downloads__download--separator {
    margin-top: 15px
}

.youtube {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    margin-top: 20px
}

.youtube>iframe {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    margin: auto;
    width: 100.2%;
    height: 100.2%
}

.no-js .worldwide__toolbar {
    display: none
}

.worldwide__toolbar label {
    float: left;
    margin-right: 30px;
    border: 1px solid #578ab5;
    background: #b2cadd;
    padding: 5px 10px 3px;
    margin-bottom: 15px
}

.worldwide__toolbar .worldwide-1 {
    border-color: #712782;
    background: #cdb3d3
}

.worldwide__toolbar .worldwide-2 {
    border-color: #ffd448;
    background: #fff2c8
}

.worldwide__toolbar .worldwide-4 {
    border-color: #10af10;
    background: #b7e7b7
}

.worldwide__map {
    position: relative;
    z-index: 1;
    padding-top: 50.0439%;
    background: url('img/worldwide/weltkarte.png?19b0e135') 50% no-repeat;
    background-size: cover;
    font-size: 15px
}

.worldwide__map h3 {
    font-size: 100%;
    color: #004e8f;
    margin: 0;
    font-weight: bold
}

.worldwide__position {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #004e8f;
    overflow: hidden
}

.worldwide__description {
    margin-top: 4px;
    position: absolute;
    text-decoration: none;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.2
}

.worldwide__description:hover,
.worldwide__description:focus {
    text-decoration: none
}

@media (max-width: 991px) {
    .worldwide__description {
        -webkit-transition: visibility 0s ease .5s;
        transition: visibility 0s ease .5s;
        visibility: hidden
    }
    .worldwide__position:hover+.worldwide__description {
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
}

.worldwide__map--hide-diasys-group .worldwide__position,
.worldwide__map--hide-diasys-group .worldwide__description {
    display: none
}

.worldwide__preload--1,
.worldwide__map--1 {
    background-image: url('img/worldwide/weltkarte-1.png?f02f68a5')
}

.worldwide__preload--2,
.worldwide__map--2 {
    background-image: url('img/worldwide/weltkarte-2.png?6f8f99a5')
}

.worldwide__preload--3,
.worldwide__map--3 {
    background-image: url('img/worldwide/weltkarte-3.png?090f7a34')
}

.worldwide__preload--4,
.worldwide__map--4 {
    background-image: url('img/worldwide/weltkarte-4.png?cd2fae86')
}

.worldwide__preload--5,
.worldwide__map--5 {
    background-image: url('img/worldwide/weltkarte-5.png?4728b542')
}

.worldwide__preload--6,
.worldwide__map--6 {
    background-image: url('img/worldwide/weltkarte-6.png?51649e70')
}

.worldwide__preload--7,
.worldwide__map--7 {
    background-image: url('img/worldwide/weltkarte-7.png?3cfaa5b8')
}

.companies {
    position: relative;
    margin-bottom: 30px
}

.companies h3,
.companies h4 {
    font-weight: bold;
    font-size: 18px;
    padding: 0 15px;
    color: #004e8f;
    margin: 30px 0 10px
}

.companies h3.companies__countries--continent,
.companies h4.companies__countries--continent {
    color: #712782
}

.companies__map {
    position: relative;
    padding-top: 50.9047%;
    overflow: hidden
}

.companies__button {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #004e8f;
    background: #b2cadd;
    padding: 5px 10px 3px;
    margin-bottom: 15px;
    color: inherit;
    opacity: .6;
    will-change: opacity
}

.companies__button--group {
    margin-right: 30px
}

.companies__button--distributor {
    border: 1px solid #712782;
    background: #cdb3d3
}

.companies__button--hide-distributors {
    display: none;
    opacity: 1
}

.companies__country-state--distributor:checked~.companies__types .companies__button--hide-distributors {
    display: inline-block
}

.companies__button:hover {
    text-decoration: none;
    opacity: 1
}

.companies__country-state--distributor:checked~.companies__types .companies__button--distributors {
    display: none
}

.companies__country-state--group:checked~.companies__types .companies__button--group {
    opacity: 1
}

.companies__button--hide-continent-1 {
    display: none;
    opacity: 1
}

.companies__country-state--continent-1:checked~.companies__types .companies__button--hide-continent-1 {
    display: inline-block
}

.companies__country-state--continent-1:checked~.companies__types .companies__button--continent-1 {
    display: none
}

.companies__button--hide-continent-2 {
    display: none;
    opacity: 1
}

.companies__country-state--continent-2:checked~.companies__types .companies__button--hide-continent-2 {
    display: inline-block
}

.companies__country-state--continent-2:checked~.companies__types .companies__button--continent-2 {
    display: none
}

.companies__button--hide-continent-3 {
    display: none;
    opacity: 1
}

.companies__country-state--continent-3:checked~.companies__types .companies__button--hide-continent-3 {
    display: inline-block
}

.companies__country-state--continent-3:checked~.companies__types .companies__button--continent-3 {
    display: none
}

.companies__button--hide-continent-4 {
    display: none;
    opacity: 1
}

.companies__country-state--continent-4:checked~.companies__types .companies__button--hide-continent-4 {
    display: inline-block
}

.companies__country-state--continent-4:checked~.companies__types .companies__button--continent-4 {
    display: none
}

.companies__button--hide-continent-5 {
    display: none;
    opacity: 1
}

.companies__country-state--continent-5:checked~.companies__types .companies__button--hide-continent-5 {
    display: inline-block
}

.companies__country-state--continent-5:checked~.companies__types .companies__button--continent-5 {
    display: none
}

.companies__button--hide-continent-6 {
    display: none;
    opacity: 1
}

.companies__country-state--continent-6:checked~.companies__types .companies__button--hide-continent-6 {
    display: inline-block
}

.companies__country-state--continent-6:checked~.companies__types .companies__button--continent-6 {
    display: none
}

.companies__button--hide-continent-7 {
    display: none;
    opacity: 1
}

.companies__country-state--continent-7:checked~.companies__types .companies__button--hide-continent-7 {
    display: inline-block
}

.companies__country-state--continent-7:checked~.companies__types .companies__button--continent-7 {
    display: none
}

.js .companies__countries--group,
.js .companies__countries--continent {
    display: none
}

.js .companies__country-state--group:checked~.companies__countries--group,
.js .companies__country-state--distributor:checked~.companies__countries--continent {
    display: block
}

.js .companies__country-state--continent-1:checked~.companies__countries--continent-1 {
    display: block
}

.js .companies__country-state--continent-2:checked~.companies__countries--continent-2 {
    display: block
}

.js .companies__country-state--continent-3:checked~.companies__countries--continent-3 {
    display: block
}

.js .companies__country-state--continent-4:checked~.companies__countries--continent-4 {
    display: block
}

.js .companies__country-state--continent-5:checked~.companies__countries--continent-5 {
    display: block
}

.js .companies__country-state--continent-6:checked~.companies__countries--continent-6 {
    display: block
}

.js .companies__country-state--continent-7:checked~.companies__countries--continent-7 {
    display: block
}

.companies__country {
    display: block;
    border-top: 1px solid #004e8f;
    border-bottom: 1px solid #004e8f;
    cursor: pointer;
    padding: 5px 15px;
    margin-bottom: -1px
}

.companies__country.hover {
    background: #004e8f;
    color: #fff
}

.pointer-hover .companies__country:hover {
    background: #004e8f;
    color: #fff
}

@media (hover: hover) {
    .companies__country:hover {
        background: #004e8f;
        color: #fff
    }
}

.companies__country--distributor {
    border-color: #712782
}

.companies__country--distributor.hover {
    background: #712782
}

.pointer-hover .companies__country--distributor:hover {
    background: #712782
}

@media (hover: hover) {
    .companies__country--distributor:hover {
        background: #712782
    }
}

.companies__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 100
}

.companies__state--close:checked+.companies__overlay {
    display: none
}

.companies__popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #004e8f;
    padding: 28px 30px 28px 30px;
    overflow: hidden;
    z-index: 101
}

.companies__popup h2 {
    margin-top: 0;
    color: #004e8f
}

.companies__popup--distributor {
    border-color: #712782
}

.companies__popup--distributor h2 {
    color: #712782
}

.companies__state:checked+.companies__popup {
    display: block
}

.companies__headquarter {
    margin: -30px -30px 15px;
    padding: 30px 30px 15px;
    background: #ebeff4
}

.companies__popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #004e8f
}

.companies__popup-close>.svg-close {
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    border-radius: 21px;
    margin-right: 5px;
    color: #fff;
    background: #004e8f;
    position: relative;
    top: 2px
}

.pointer-hover .companies__popup-close:hover {
    text-decoration: underline
}

@media (hover: hover) {
    .companies__popup-close:hover {
        text-decoration: underline
    }
}

.companies__popup--distributor .companies__popup-close {
    color: #712782
}

.companies__popup--distributor .companies__popup-close:before {
    background: #712782
}

.company {
    margin-bottom: 30px
}

.company:last-child {
    margin-bottom: 0
}

.company+.company {
    border-top: 1px solid #b2cadd;
    padding-top: 30px
}

.companies__popup--distributor .company+.company {
    border-color: #cdb3d3
}

.company__website {
    color: #004e8f
}

.pointer-hover .company__website:hover {
    color: #004e8f
}

@media (hover: hover) {
    .company__website:hover {
        color: #004e8f
    }
}

.companies__popup--distributor .company__website {
    color: #712782
}

.pointer-hover .companies__popup--distributor .company__website:hover {
    color: #712782
}

@media (hover: hover) {
    .companies__popup--distributor .company__website:hover {
        color: #712782
    }
}

.company__mail {
    margin-top: 10px;
    background: #004e8f;
    border: 1px solid #004e8f;
    color: #fff
}

.company__mail:hover {
    background: #b2cadd;
    color: #333
}

.companies__popup--distributor .company__mail {
    background: #712782;
    border-color: #712782
}

.companies__popup--distributor .company__mail:hover {
    background: #cdb3d3
}

@media (max-width: 767px) {
    .company__address {
        margin-bottom: 15px
    }
}

.map-india {
    position: relative
}

.map-india>img {
    display: block
}

.map-india__location {
    position: absolute
}

.map-india__location--headquarter {
    width: 20px;
    height: 44px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAsCAYAAABloJjNAAAAs0lEQVR4AWMYJsCvfj8Q9wOxAhA7UMPA/2j4PRDPB2IDygzExA6DxECENxtAXqWWgfuR+ALw8KPcQAQYHAaCDUKE4X6qp0GKXEUIEzKkAQnfJ8ZAZD1YvUYJHtoG7ofi88jJBYwRYXsfSew9fgMRfAcsWa4BFhnIKWLwG0jnMEQk1vlwzQix/QhLEZlgNFIozylDKVJGI4USPBoplCfsYVONYobh8DJwPw7cj6QmAac6WgEAftf4YE694lEAAAAASUVORK5CYII=')
}

.map-india__location--regional-office {
    width: 20px;
    height: 33px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAhCAYAAADZPosTAAAAZUlEQVR4AWMYQsCv/j+FuGHUQLiEAwxD+eeR+AVYxObjNxBTbD8S3wGLWAM9DaTcywMfKaORMhopo5FCLqZ6GA79WG6AYSj/PhJ/Phax/cOqGsUMw+Fl4H4cuB9JjQEedQkMtAAALILDfhjDSGoAAAAASUVORK5CYII=')
}

.map-india__location--service-center {
    width: 20px;
    height: 25px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAZCAYAAAAxFw7TAAAAcklEQVR4AWMYosCvvh+I9xOBDfAZ4oCEzwPxfyJwAZIeAXQD/1OIHUYNREhAcQGUfx5JbD42MbwGIsc6VGw/klgDNjFaG0i5l4dcLFMehkM/lhvAGBF795HE9mMTG1aFA2Z4DSMD8VRE/UhqEvBWWLQAAPKvF0p451xKAAAAAElFTkSuQmCC')
}

.history {
    overflow: hidden;
    position: relative
}

@media (max-width: 991px) {
    .history {
        padding-left: 18px
    }
}

.history:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 36px;
    bottom: 9px;
    width: 6px;
    margin-left: -3px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDI3IiB3aWR0aD0iNiIgaGVpZ2h0PSIyNyI+Cgk8Y2lyY2xlIGN4PSIzIiBjeT0iMyIgcj0iMyIgZmlsbD0iI2JjY2JkOCI+PC9jaXJjbGU+Cjwvc3ZnPg==') 0 -12px repeat-y
}

@media (min-width: 992px) {
    .history:before {
        left: 50%
    }
}

.history__entry {
    position: relative
}

@media (max-width: 991px) {
    .history__entry {
        margin-bottom: 27px
    }
    .history__entry:first-child>.history__year,
    .history__entry:first-child>.history__details {
        padding-left: 30px
    }
}

@media (min-width: 992px) {
    .history__entry {
        margin-top: -54px;
        width: 50%;
        clear: both;
        min-height: 54px
    }
    .history__entry.history__entry--no-image {
        min-height: 135px
    }
    .history__entry:first-child {
        margin-top: 0
    }
    .history__entry--left {
        float: left
    }
    .history__entry--left.history__entry--has-image>.history__details {
        padding-right: 220px
    }
    .history__entry--right {
        float: right
    }
    .history__entry--right.history__entry--has-image>.history__year,
    .history__entry--right.history__entry--has-image>.history__details {
        padding-left: 220px
    }
    .history__entry--right>.history__year:before {
        left: -7px;
        right: auto
    }
    .history__entry--padded.history__entry--no-image>.history__year,
    .history__entry--padded.history__entry--no-image>.history__details {
        padding-left: 220px
    }
    .history__entry--has-image {
        padding-top: 27px;
        min-height: 189px
    }
}

@media (min-width: 1200px) {
    .history__entry--left.history__entry--has-image>.history__details {
        padding-right: 260px
    }
    .history__entry--right.history__entry--has-image>.history__year,
    .history__entry--right.history__entry--has-image>.history__details {
        padding-left: 260px
    }
    .history__entry--padded.history__entry--no-image>.history__year,
    .history__entry--padded.history__entry--no-image>.history__details {
        padding-left: 260px
    }
    .history__entry--has-image {
        padding-top: 54px;
        min-height: 216px
    }
}

.history__year {
    margin: 0;
    border-bottom: 1px solid #bccbd8;
    position: relative;
    padding: 0 20px;
    height: 54px;
    padding-top: 13.5px;
    z-index: 1
}

.history__year:before {
    content: '';
    position: absolute;
    display: block;
    left: -7px;
    bottom: -7px;
    width: 14px;
    height: 14px;
    background: #004e8f;
    border-radius: 14px
}

@media (min-width: 992px) {
    .history__year:before {
        right: -7px;
        left: auto
    }
}

.history__entry:first-child>.history__year:before {
    border: 6px solid #bccbd8;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    left: -18px;
    bottom: -18px
}

@media (min-width: 992px) {
    .history__entry:first-child>.history__year:before {
        right: -18px;
        left: auto
    }
}

.history__entry--product .history__year {
    border-bottom-color: #fbe082;
    color: #f7c005
}

.history__entry--product .history__year:before {
    background: #f7c005
}

.history__details {
    padding: 0 20px
}

.history__image {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 100%;
    border: 8px solid #bccbd8
}

@media (max-width: 991px) {
    .history__image {
        height: 216px;
        margin: 27px auto 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .history__image {
        width: 160px
    }
}

.history__entry--product .history__image {
    border-color: #fbe082
}

@media (min-width: 992px) {
    .history__image {
        position: absolute;
        top: 0;
        right: 30px;
        border: 8px solid #bccbd8;
        z-index: 1
    }
    .history__entry--right .history__image {
        right: auto;
        left: 30px
    }
}

.tx-indexedsearch-whatis {
    margin-top: 1em
}

.tx-indexedsearch-sw {
    font-weight: bold;
    color: #004e8f
}

.tx-indexedsearch-res {
    margin: 0 0 2em
}

.tx-indexedsearch-descr {
    margin: 0.5em 0
}

.tx-indexedsearch-text-item-path a {
    color: #333;
    text-decoration: underline
}

.tx-indexedsearch-text-item-path a:hover,
.tx-indexedsearch-text-item-path a:focus {
    color: #004e8f
}

.tx-indexedsearch-browsebox p {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    color: #004e8f
}

.tx-indexedsearch-redMarkup {
    font-weight: bold;
    color: #004e8f
}

.browsebox {
    margin-left: 0;
    padding: 0
}

.browsebox li {
    display: inline-block;
    padding: 0;
    background: none;
    margin-right: 10px
}

.slideshow {
    font-size: 2rem;
    line-height: 1.3;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .slideshow {
        font-size: 2.4rem
    }
}

.js .slideshow__slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.js .slideshow__slide--left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.js .slideshow__slide--active {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slideshow__slide--white {
    color: #fff
}

.slideshow__background {
    width: 100%
}

.slideshow__content-image {
    max-height: 100%;
    border-radius: 100%
}

.slideshow__content {
    padding: 15px
}

.slideshow__content h1 {
    margin-bottom: .5em
}

.js .slideshow__content--padded {
    padding-top: 32px;
    padding-left: 42px;
    padding-right: 42px;
    padding-bottom: 32px
}

@media screen and (max-width: 767px) {
    .js .slideshow__content--padded {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width: 991px) {
    .slideshow__background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .slideshow__content {
        position: relative;
        z-index: 1
    }
    .slideshow__text {
        height: 250px
    }
    .slideshow__content-image {
        margin-left: auto
    }
}

@media screen and (max-width: 767px) {
    .slideshow__text {
        height: 290px
    }
}

@media screen and (min-width: 992px) {
    .slideshow__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .slideshow__content-image {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        margin-left: 30px
    }
}

.slideshow__prev,
.slideshow__next,
.slideshow__pagination-page {
    cursor: pointer
}

.slideshow__prev:focus:hover,
.slideshow__next:focus:hover,
.slideshow__pagination-page:focus:hover {
    outline: none
}

.slideshow__prev,
.slideshow__next {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 36px;
    margin-top: -18px
}

.slideshow__prev>.svg,
.slideshow__next>.svg {
    width: 100%;
    height: 100%;
    display: block
}

.no-js .slideshow__prev,
.no-js .slideshow__next {
    display: none
}

.slideshow__prev:focus,
.slideshow__next:focus {
    color: #004e8f
}

.pointer-hover .slideshow__prev:hover,
.pointer-hover .slideshow__next:hover {
    color: #004e8f
}

@media (hover: hover) {
    .slideshow__prev:hover,
    .slideshow__next:hover {
        color: #004e8f
    }
}

@media screen and (max-width: 767px) {
    .slideshow__prev,
    .slideshow__next {
        display: none
    }
}

.slideshow__prev {
    left: 10px
}

.slideshow__next {
    right: 10px
}

.slideshow__pagination {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.no-js .slideshow__pagination {
    display: none
}

.slideshow__pagination-page {
    display: inline-block;
    width: 12px;
    height: 12px;
    white-space: nowrap;
    text-indent: 100px;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    margin: 0 5px
}

.slideshow__pagination-page--active {
    background: #004e8f
}

.tooltip {
    position: relative;
    border-bottom: 1px dotted #004e8f;
    cursor: help;
    z-index: 1000
}

.tooltip:hover {
    border-bottom-style: solid;
    z-index: 1001
}

.tooltip:hover>.tooltip-content {
    display: block
}

.tooltip-content {
    display: none;
    z-index: 1;
    background: #004e8f;
    color: #fff;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
    width: 241px;
    position: absolute;
    left: 8px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.3125
}

.hba1c-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.85) url('img/hba1c/blut-schatten.png?a5b5fa16') 0 100% no-repeat
}

@media (max-width: 767px) {
    .hba1c-popup {
        display: none
    }
}

@media (max-height: 470px) {
    .hba1c-popup {
        display: none
    }
}

.hba1c-popup--hidden {
    display: none
}

.hba1c-popup__content {
    background: #5f7b8c url('img/hba1c/motiv.jpg?a38ec4ab');
    width: 690px;
    height: 450px;
    padding: 60px;
    color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.hba1c-popup__close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #fff
}

.hba1c-popup__close:focus {
    color: #b41d1c
}

.pointer-hover .hba1c-popup__close:hover {
    color: #b41d1c
}

@media (hover: hover) {
    .hba1c-popup__close:hover {
        color: #b41d1c
    }
}

.hba1c-popup__logo {
    height: 25px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.hba1c-popup__title {
    font-weight: 700;
    font-size: 33px;
    color: #fff;
    margin: 10px 0 0
}

.hba1c-popup__text {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    margin-right: 150px;
    margin-top: 20px
}

.hba1c-popup__button {
    margin-top: auto;
    font-weight: 700;
    font-size: 25px;
    background: #b41d1c;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-right: 190px;
    min-width: 230px;
    text-align: center;
    padding: 5px 20px
}

.hba1c-popup__button:focus {
    border-color: #b41d1c;
    background: rgba(255, 255, 255, 0.6);
    color: #b41d1c;
    text-decoration: none
}

.pointer-hover .hba1c-popup__button:hover {
    border-color: #b41d1c;
    background: rgba(255, 255, 255, 0.6);
    color: #b41d1c;
    text-decoration: none
}

@media (hover: hover) {
    .hba1c-popup__button:hover {
        border-color: #b41d1c;
        background: rgba(255, 255, 255, 0.6);
        color: #b41d1c;
        text-decoration: none
    }
}

.hba1c-popup__circle {
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: #b41d1c;
    background: rgba(180, 29, 28, 0.65);
    color: #fff;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    will-change: background;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-weight: 700;
    font-size: 33px;
    width: 190px;
    height: 190px;
    border-radius: 190px
}

html[lang="fr"] .hba1c-popup__circle {
    font-size: 28px
}

.hba1c-popup__circle:focus {
    background: #b41d1c;
    color: #fff;
    text-decoration: none
}

.pointer-hover .hba1c-popup__circle:hover {
    background: #b41d1c;
    color: #fff;
    text-decoration: none
}

@media (hover: hover) {
    .hba1c-popup__circle:hover {
        background: #b41d1c;
        color: #fff;
        text-decoration: none
    }
}

@media screen {
    .printonly {
        display: none !important
    }
}

@media print {
    *,
    *:before,
    *:after {
        -webkit-print-color-adjust: exact
    }
    .noprint,
    .top-navigation,
    .main-navigation,
    .main-footer,
    .youtube__container,
    .lightbox:after {
        display: none !important
    }
    .logo>img {
        margin: 0
    }
    .main-header {
        float: left;
        padding: 0
    }
    .header-image {
        margin-left: 160px;
        height: 140px;
        overflow: hidden
    }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .header-image img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: 50% 0;
            object-position: 50% 0
        }
    }
    .breadcrumb {
        clear: both
    }
    .container {
        width: auto
    }
    .images__col.col-sm-1 {
        width: 8.33333%
    }
    .images__col.col-sm-2 {
        width: 16.66667%
    }
    .images__col.col-sm-3 {
        width: 25%
    }
    .images__col.col-sm-4 {
        width: 33.33333%
    }
    .images__col.col-sm-5 {
        width: 41.66667%
    }
    .images__col.col-sm-6 {
        width: 50%
    }
    .images__col.col-sm-7 {
        width: 58.33333%
    }
    .images__col.col-sm-8 {
        width: 66.66667%
    }
    .images__col.col-sm-9 {
        width: 75%
    }
    .images__col.col-sm-10 {
        width: 83.33333%
    }
    .images__col.col-sm-11 {
        width: 91.66667%
    }
    .images__col.col-sm-12 {
        width: 100%
    }
    .flexbox .sidebar {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    @supports (display: flex) {
        .sidebar {
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }
    }
    .sidebar .box {
        width: 100%;
        max-width: calc(50% - 10px)
    }
}

.__fx-devtools-hide-shortcut__,
.__web-inspector-hide-shortcut__,
.__web-inspector-hide-shortcut__ * {
    display: none !important
}

.__web-inspector-hidebefore-shortcut__::before,
.__web-inspector-hideafter-shortcut__::after {
    position: absolute !important
}

#__bs_notify__ {
    opacity: .7;
    pointer-events: none
}

script[src*="browser-sync"] {
    pointer-events: none;
    z-index: 1000000;
    position: relative;
    display: block
}

@media print {
    script[src*="browser-sync"] {
        display: none
    }
}

.no-csspointerevents script[src*="browser-sync"] {
    display: none !important
}

script[src*="browser-sync"]:before {
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5)
}

@media (max-width: 767px) {
    script[src*="browser-sync"]:before {
        content: "xs (< 767px)"
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    script[src*="browser-sync"]:before {
        content: "sm (768px - 991px)"
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    script[src*="browser-sync"]:before {
        content: "md (992px - 1199px)"
    }
}

@media (min-width: 1200px) {
    script[src*="browser-sync"]:before {
        content: "lg (> 1200px)"
    }
}

.csspointerevents script[src*="browser-sync"]:after {
    content: '';
    position: fixed;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    border: 0 solid rgba(0, 78, 143, 0.3);
    border-width: 0 1px;
    pointer-events: none;
    z-index: 1000000;
    outline: 1px solid rgba(0, 78, 143, 0.3);
    outline-offset: 15px
}

@media (max-width: 767px) {
    .csspointerevents script[src*="browser-sync"]:after {
        outline: none;
        left: 10px;
        right: 10px
    }
}

@media (min-width: 768px) {
    .csspointerevents script[src*="browser-sync"]:after {
        width: 720px;
        margin: auto
    }
}

@media (min-width: 992px) {
    .csspointerevents script[src*="browser-sync"]:after {
        width: 940px
    }
}

@media (min-width: 1200px) {
    .csspointerevents script[src*="browser-sync"]:after {
        width: 1140px
    }
}


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

/* 新增四级产品名称 */
.main-navigation__submenu--3{z-index: -2;top: 0;left: 100%;margin-top: -6px;}

