@charset "UTF-8";
.badge, optgroup {
    font-weight: 700
}
.u-brand, .u-brandFace {
    font-family: Helvetica, Arial, sans-serif
}
.badge, .u-alignCenter {
    text-align: center
}
.badge, .btn {
    white-space: nowrap
}
.btn, .submitSearch {
    -webkit-transition: all .3s ease
}

.btn, .btn:hover, .u-linkReset:active, .u-linkReset:focus, .u-linkReset:hover, a {
    text-decoration: none
}

.container-fluid:after, .container:after, .dl--horizontal:after, .row:after, .u-cf:after, .u-clearfix:after {
    clear: both
}

.u-isHidden, .u-isInvisible {
    visibility: hidden
}

@font-face {
    font-family: CelesteSansWeb;
    src: url(Fonts/CelesteSansWeb.eot);
    src: url(Fonts/CelesteSansWeb.eot?#iefix) format("embedded-opentype"), url(Fonts/CelesteSansWeb.woff) format("woff");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: CelesteSansWeb-Bold;
    src: url(Fonts/CelesteSansWeb-Bold.eot);
    src: url(Fonts/CelesteSansWeb-Bold.eot?#iefix) format("embedded-opentype"), url(Fonts/CelesteSansWeb-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: CelesteSansWeb-Ita;
    src: url(Fonts/CelesteSansWeb-Ita.eot);
    src: url(Fonts/CelesteSansWeb-Ita.eot?#iefix) format("embedded-opentype"), url(Fonts/CelesteSansWeb-Ita.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

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

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #094A8B;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}
.list-group-item > .badge + .badge {
    margin-right: 5px
}
.nav-pills > li > a > .badge {
    margin-left: 3px
}

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

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.u-brand, .u-brandColor-primary {
    color: #094A8B
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

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

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

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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%
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll
}

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

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

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

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

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

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

[hidden] {
    display: none
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

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
}

input[type=radio], input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-right: .35em;
    cursor: pointer
}

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

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

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

@-webkit-keyframes ScaledUpFadeIn {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes ScaledUpFadeIn {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.u-aniScaledUpFadeIn {
    -webkit-animation: ScaledUpFadeIn .3s both;
    animation: ScaledUpFadeIn .3s both
}

@-webkit-keyframes FlyDown {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes FlyDown {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.u-aniFlyDown {
    -webkit-animation: FlyDown .3s both;
    animation: FlyDown .3s both
}

@-webkit-keyframes FlyUpOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes FlyUpOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

.btn:hover, .submitSearch:hover {
    -webkit-transform: scale(.95, .95);
    -ms-transform: scale(.95, .95)
}

.u-aniFlyUpOut {
    pointer-events: none;
    -webkit-animation: FlyUpOut .3s both;
    animation: FlyUpOut .3s both
}

@-webkit-keyframes Pulsate {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@keyframes Pulsate {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.btn--disabled, .btn[disabled], .form-control[readonly=true], .textInput--disabled, .textInput[disabled] {
    opacity: .5;
    pointer-events: none
}

.u-aniPulsate {
    -webkit-animation: Pulsate .3s infinite both;
    animation: Pulsate .3s infinite both
}

.u-brandColor-secondary {
    color: #4F4F4F
}

.u-brandColor-tertiary {
    color: #454545
}

.u-brandColor-quaternary {
    color: #FFF
}

.u-brandColor-quinary {
    color: #669DD1
}

.u-brandLogo {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat
}

.u-brandLogo--white {
    width: 150px;
    height: 28px;
    background-image: url(../Images/BrandLogo.svg)
}

body, html {
    height: 100%
}

.mb-2 {margin-bottom: 0.5rem!important}

.mt-2 {margin-top: 0.5rem!important}

.u-isBlock {
    display: block !important
}

.u-isHidden {
    display: none !important
}

.u-floatRight {
    float: right
}

.u-floatLeft {
    float: left
}

.u-cf:after, .u-cf:before, .u-clearfix:after, .u-clearfix:before {
    content: '';
    display: table
}

.u-m0 {
    margin: 0
}

.u-ml0 {
    margin-left: 0
}

.u-mr0 {
    margin-right: 0
}

.u-mb0 {
    margin-bottom: 0
}

.u-mt0 {
    margin-top: 0
}

.u-p0 {
    padding: 0
}

.u-pl0 {
    padding-left: 0
}

.u-pr0 {
    padding-right: 0
}

.u-pb0 {
    padding-bottom: 0
}

.u-pt0 {
    padding-top: 0
}

.u-m1\/1 {
    margin: 1.5rem
}

.u-ml1\/1 {
    margin-left: 1.5rem
}

.u-mr1\/1 {
    margin-right: 1.5rem
}

.u-mb1\/1 {
    margin-bottom: 1.5rem
}

.u-mt1\/1 {
    margin-top: 1.5rem
}

.u-p1\/1 {
    padding: 1.5rem
}

.u-pl1\/1 {
    padding-left: 1.5rem
}

.u-pr1\/1 {
    padding-right: 1.5rem
}

.u-pb1\/1 {
    padding-bottom: 1.5rem
}

.u-pt1\/1 {
    padding-top: 1.5rem
}

.u-m1\/2 {
    margin: .75rem
}

.u-ml1\/2 {
    margin-left: .75rem
}

.u-mr1\/2 {
    margin-right: .75rem
}

.u-mb1\/2 {
    margin-bottom: .75rem
}

.u-mt1\/2 {
    margin-top: .75rem
}

.u-p1\/2 {
    padding: .75rem
}

.u-pl1\/2 {
    padding-left: .75rem
}

.u-pr1\/2 {
    padding-right: .75rem
}

.u-pb1\/2 {
    padding-bottom: .75rem
}

.u-pt1\/2 {
    padding-top: .75rem
}

.u-alignRight {
    text-align: right
}

.u-alignLeft {
    text-align: left
}

.u-tinyText {
    font-size: .8125rem
}

.u-largeText {
    font-size: 1.375rem
}

.u-textBreak {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.u-invertText, .u-invertText h1, .u-invertText h2, .u-invertText h3, .u-invertText h4, .u-invertText h5, .u-invertText h6 {
    color: #fff
}

.u-resetList {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.u-linkReset {
    color: currentColor
}

p .u-linkReset {
    padding: 0;
    margin: 0
}

.u-textShadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .35)
}

.typo3-neos-alignment-right {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em
}

.typo3-neos-alignment-left {
    float: left;
    margin-right: 2em;
    margin-bottom: 1em
}

.typo3-neos-alignment-center {
    text-align: center
}

.u-w1\/1 {
    width: 100%
}

.u-w1\/2 {
    width: 50%
}

.u-w1\/3 {
    width: 33.333%
}

.u-w2\/3 {
    width: 66.666%
}

.u-w1\/4 {
    width: 25%
}

.u-w2\/4 {
    width: 50%
}

.u-w3\/4 {
    width: 75%
}

.u-w1\/5 {
    width: 20%
}

.u-w2\/5 {
    width: 40%
}

.u-w3\/5 {
    width: 60%
}

.u-w4\/5 {
    width: 80%
}

.u-w1\/6 {
    width: 16.666%
}

.u-w2\/6 {
    width: 33.333%
}

.u-w3\/6 {
    width: 50%
}

.u-w4\/6 {
    width: 66.666%
}

.u-w5\/6 {
    width: 83.333%
}

.u-w1\/8 {
    width: 12.5%
}

.u-w2\/8 {
    width: 25%
}

.u-w3\/8 {
    width: 37.5%
}

.u-w4\/8 {
    width: 50%
}

.u-w5\/8 {
    width: 62.5%
}

.u-w6\/8 {
    width: 75%
}

.u-w7\/8 {
    width: 87.5%
}

.u-w1\/10 {
    width: 10%
}

.u-w2\/10 {
    width: 20%
}

.u-w3\/10 {
    width: 30%
}

.u-w4\/10 {
    width: 40%
}

.u-w5\/10 {
    width: 50%
}

.u-w6\/10 {
    width: 60%
}

.u-w7\/10 {
    width: 70%
}

.u-w8\/10 {
    width: 80%
}

.u-w9\/10 {
    width: 90%
}

.u-w1\/12 {
    width: 8.333%
}

.u-w2\/12 {
    width: 16.666%
}

.u-w3\/12 {
    width: 25%
}

.u-w4\/12 {
    width: 33.333%
}

.u-w5\/12 {
    width: 41.666%
}

.u-w6\/12 {
    width: 50%
}

.u-w7\/12 {
    width: 58.333%
}

.u-w8\/12 {
    width: 66.666%
}

.u-w9\/12 {
    width: 75%
}

.u-w10\/12 {
    width: 62.5%
}

.u-w11\/12 {
    width: 91.666%
}

@media screen and (min-width: 300px) {
    .u-ws1\/1 {
        width: 100%
    }

    .u-ws1\/2 {
        width: 50%
    }

    .u-ws1\/3 {
        width: 33.333%
    }

    .u-ws2\/3 {
        width: 66.666%
    }

    .u-ws1\/4 {
        width: 25%
    }

    .u-ws2\/4 {
        width: 50%
    }

    .u-ws3\/4 {
        width: 75%
    }

    .u-ws1\/5 {
        width: 20%
    }

    .u-ws2\/5 {
        width: 40%
    }

    .u-ws3\/5 {
        width: 60%
    }

    .u-ws4\/5 {
        width: 80%
    }

    .u-ws1\/6 {
        width: 16.666%
    }

    .u-ws2\/6 {
        width: 33.333%
    }

    .u-ws3\/6 {
        width: 50%
    }

    .u-ws4\/6 {
        width: 66.666%
    }

    .u-ws5\/6 {
        width: 83.333%
    }

    .u-ws1\/8 {
        width: 12.5%
    }

    .u-ws2\/8 {
        width: 25%
    }

    .u-ws3\/8 {
        width: 37.5%
    }

    .u-ws4\/8 {
        width: 50%
    }

    .u-ws5\/8 {
        width: 62.5%
    }

    .u-ws6\/8 {
        width: 75%
    }

    .u-ws7\/8 {
        width: 87.5%
    }

    .u-ws1\/10 {
        width: 10%
    }

    .u-ws2\/10 {
        width: 20%
    }

    .u-ws3\/10 {
        width: 30%
    }

    .u-ws4\/10 {
        width: 40%
    }

    .u-ws5\/10 {
        width: 50%
    }

    .u-ws6\/10 {
        width: 60%
    }

    .u-ws7\/10 {
        width: 70%
    }

    .u-ws8\/10 {
        width: 80%
    }

    .u-ws9\/10 {
        width: 90%
    }

    .u-ws1\/12 {
        width: 8.333%
    }

    .u-ws2\/12 {
        width: 16.666%
    }

    .u-ws3\/12 {
        width: 25%
    }

    .u-ws4\/12 {
        width: 33.333%
    }

    .u-ws5\/12 {
        width: 41.666%
    }

    .u-ws6\/12 {
        width: 50%
    }

    .u-ws7\/12 {
        width: 58.333%
    }

    .u-ws8\/12 {
        width: 66.666%
    }

    .u-ws9\/12 {
        width: 75%
    }

    .u-ws10\/12 {
        width: 62.5%
    }

    .u-ws11\/12 {
        width: 91.666%
    }
}

@media screen and (min-width: 700px) {
    .u-wm1\/1 {
        width: 100%
    }

    .u-wm1\/2 {
        width: 50%
    }

    .u-wm1\/3 {
        width: 33.333%
    }

    .u-wm2\/3 {
        width: 66.666%
    }

    .u-wm1\/4 {
        width: 25%
    }

    .u-wm2\/4 {
        width: 50%
    }

    .u-wm3\/4 {
        width: 75%
    }

    .u-wm1\/5 {
        width: 20%
    }

    .u-wm2\/5 {
        width: 40%
    }

    .u-wm3\/5 {
        width: 60%
    }

    .u-wm4\/5 {
        width: 80%
    }

    .u-wm1\/6 {
        width: 16.666%
    }

    .u-wm2\/6 {
        width: 33.333%
    }

    .u-wm3\/6 {
        width: 50%
    }

    .u-wm4\/6 {
        width: 66.666%
    }

    .u-wm5\/6 {
        width: 83.333%
    }

    .u-wm1\/8 {
        width: 12.5%
    }

    .u-wm2\/8 {
        width: 25%
    }

    .u-wm3\/8 {
        width: 37.5%
    }

    .u-wm4\/8 {
        width: 50%
    }

    .u-wm5\/8 {
        width: 62.5%
    }

    .u-wm6\/8 {
        width: 75%
    }

    .u-wm7\/8 {
        width: 87.5%
    }

    .u-wm1\/10 {
        width: 10%
    }

    .u-wm2\/10 {
        width: 20%
    }

    .u-wm3\/10 {
        width: 30%
    }

    .u-wm4\/10 {
        width: 40%
    }

    .u-wm5\/10 {
        width: 50%
    }

    .u-wm6\/10 {
        width: 60%
    }

    .u-wm7\/10 {
        width: 70%
    }

    .u-wm8\/10 {
        width: 80%
    }

    .u-wm9\/10 {
        width: 90%
    }

    .u-wm1\/12 {
        width: 8.333%
    }

    .u-wm2\/12 {
        width: 16.666%
    }

    .u-wm3\/12 {
        width: 25%
    }

    .u-wm4\/12 {
        width: 33.333%
    }

    .u-wm5\/12 {
        width: 41.666%
    }

    .u-wm6\/12 {
        width: 50%
    }

    .u-wm7\/12 {
        width: 58.333%
    }

    .u-wm8\/12 {
        width: 66.666%
    }

    .u-wm9\/12 {
        width: 75%
    }

    .u-wm10\/12 {
        width: 62.5%
    }

    .u-wm11\/12 {
        width: 91.666%
    }
}

@media screen and (min-width: 1200px) {
    .u-wl1\/1 {
        width: 100%
    }

    .u-wl1\/2 {
        width: 50%
    }

    .u-wl1\/3 {
        width: 33.333%
    }

    .u-wl2\/3 {
        width: 66.666%
    }

    .u-wl1\/4 {
        width: 25%
    }

    .u-wl2\/4 {
        width: 50%
    }

    .u-wl3\/4 {
        width: 75%
    }

    .u-wl1\/5 {
        width: 20%
    }

    .u-wl2\/5 {
        width: 40%
    }

    .u-wl3\/5 {
        width: 60%
    }

    .u-wl4\/5 {
        width: 80%
    }

    .u-wl1\/6 {
        width: 16.666%
    }

    .u-wl2\/6 {
        width: 33.333%
    }

    .u-wl3\/6 {
        width: 50%
    }

    .u-wl4\/6 {
        width: 66.666%
    }

    .u-wl5\/6 {
        width: 83.333%
    }

    .u-wl1\/8 {
        width: 12.5%
    }

    .u-wl2\/8 {
        width: 25%
    }

    .u-wl3\/8 {
        width: 37.5%
    }

    .u-wl4\/8 {
        width: 50%
    }

    .u-wl5\/8 {
        width: 62.5%
    }

    .u-wl6\/8 {
        width: 75%
    }

    .u-wl7\/8 {
        width: 87.5%
    }

    .u-wl1\/10 {
        width: 10%
    }

    .u-wl2\/10 {
        width: 20%
    }

    .u-wl3\/10 {
        width: 30%
    }

    .u-wl4\/10 {
        width: 40%
    }

    .u-wl5\/10 {
        width: 50%
    }

    .u-wl6\/10 {
        width: 60%
    }

    .u-wl7\/10 {
        width: 70%
    }

    .u-wl8\/10 {
        width: 80%
    }

    .u-wl9\/10 {
        width: 90%
    }

    .u-wl1\/12 {
        width: 8.333%
    }

    .u-wl2\/12 {
        width: 16.666%
    }

    .u-wl3\/12 {
        width: 25%
    }

    .u-wl4\/12 {
        width: 33.333%
    }

    .u-wl5\/12 {
        width: 41.666%
    }

    .u-wl6\/12 {
        width: 50%
    }

    .u-wl7\/12 {
        width: 58.333%
    }

    .u-wl8\/12 {
        width: 66.666%
    }

    .u-wl9\/12 {
        width: 75%
    }

    .u-wl10\/12 {
        width: 62.5%
    }

    .u-wl11\/12 {
        width: 91.666%
    }
}

.alert {
    padding: .75em;
    border-radius: 3px;
    background-color: #004085;
    color: #fff;
    margin: 10px auto;
    z-index: 999
}

.alert :last-child {
    margin-bottom: 0
}

.alert-heading {
    font-size: 1.5rem
}

.message-container > .alert {
    /*position: fixed;*/
    top: 20px;
    left: 30%;
    /*width: 40%;*/
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.alert-OK, .alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb
}

.alert-OK h4, .alert-success h4 {
    color: #155724
}

.alert-Error, .alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb
}

.alert-Notice, .alert-Warning, .alert-info, .alert-warning {
    background-color: #fff3cd;
    border: 1px solid #ffeeba
}

.alert-Error h4, .alert-danger h4 {
    color: #721c24
}

.alert-Notice, .alert-Notice h4, .alert-Warning, .alert-Warning h4, .alert-info, .alert-info h4, .alert-warning, .alert-warning h4 {
    color: #856404
}

body {
    margin: 0;
    font-family: HelveticaNeueW01-45Ligh, Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    color: #4F4F4F;
    background: #FFF
}

.btn, .is-required label {
    font-weight: 700
}

.page {
    position: relative;
    padding-bottom: 75px;
    min-height: 100vh;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
}

.siteWrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    background-color: transparent
}

@media screen and (min-width: 300px) {
    .siteWrapper {
        width: 100%
    }
}

@media screen and (min-width: 700px) {
    .siteWrapper {
        width: 100%
    }
}

@media screen and (min-width: 1200px) {
    .siteWrapper {
        width: 80%;
        max-width: 75em;
        margin-left: auto;
        margin-right: auto
    }
}

.siteWrapper--full {
    width: 100% !important;
    max-width: 100% !important
}

.siteContent {
    min-height: 300px;
    background-color: #fff
}

.siteContent .g {
    margin-bottom: 20px
}

.btn {
    display: inline-block;
    padding: .8em 1.5em;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    color: #FFF;
    background: #094A8B;
    vertical-align: top;
    transition: all .3s ease
}

.btn:hover {
    transform: scale(.95, .95)
}

.btn .fa {
    float: left;
    margin-right: 5px;
    margin-left: -.5em
}

button.btn, input.btn {
    border: none
}

.btn--full, .btn-block {
    display: block;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    width: 100%
}

.btn--filled {
    color: #fff;
    background-color: #094A8B
}

.btn--filled:hover {
    color: #fff;
    background-color: #06315b;
    border-color: #0c64bb
}

.btn--filled a {
    color: #fff
}

.btn--invert {
    color: #fff;
    background-color: #094A8B
}

.btn--invert:hover {
    border-color: #094A8B;
    background-color: #fff;
    color: #094A8B
}

.btn--invert:hover a {
    color: #094A8B
}

.btn--invert a {
    color: #fff
}

.btn--disabled, .btn[disabled] {
    color: #4F4F4F
}

.btn--positive {
    color: #155724
}

.btn--positive:hover {
    background: #155724;
    border-color: #155724;
    color: #fff
}

.btn--negative {
    color: #721c24
}

.btn--negative:hover {
    background: #721c24;
    border-color: #721c24;
    color: #fff
}

.btn--large {
    font-size: 1.2em
}

.btn--active {
    background: #094A8B;
    border-color: #094A8B;
    color: #fff
}

.btn--submit {
    margin-left: 20px
}

.btn--search {
    padding: .6em 1.5em
}

fieldset, pre code {
    padding: 0
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: .8em
}

code {
    background: #f2f2f2;
    padding: .3em .5em;
    border-radius: 2px
}

pre {
    white-space: pre-wrap;
    margin: 0 0 1.5em
}

fieldset {
    border: 0;
    margin: 0
}

.h1, .h2, h1, h2 {
    font-weight: 500
}

.is-invalid input, .is-invalid select {
    color: #900;
    border-color: #900;
    background-color: #ffe6e6
}

.is-invalid label {
    color: #900
}

.is-invalid .validation-results {
    color: #900;
    font-size: .8rem
}

.selectize-control {
    width: 300px;
    display: -ms-inline-flexbox;
    /*display: -webkit-inline-box;*/
    display: inline-flex;
    margin-bottom: .5em
}

.selectize-control.multi .selectize-input > .item {
    background-color: #094A8B;
    color: #fff
}

#contact h2 {
    margin-bottom: 1em
}

#contact .input {
    width: 100%;
    position: relative
}

#contact-ecp .selectize, #contact-ecp input, #contact-ecp select, #contact-ecp textarea {
    width: 100%;
    max-width: initial
}

#contact-ecp textarea {
    height: auto
}

#contact-ecp input[type=radio], #contact-ecp input[type=checkbox] {
    width: auto
}

#contact-ecp .inputs-list {
    list-style: none;
    padding-left: 0
}

#contact-ecp .inputs-list li {
    display: inline-block;
    margin-right: 20px
}

.help-inline {
    /*position: absolute;*/
    /*z-index: 1;*/
    /*top: -30px;*/
    /*left: 0*/
}

.help-inline .help-content {
    position: relative;
    background-color: rgba(255, 0, 0, 1);
    color: rgba(0, 0, 0, .7);
    padding: 5px 10px;
    -webkit-box-shadow: 0 0 1px 0 #515151;
    box-shadow: 0 0 1px 0 #515151;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.help-inline .help-content:after, .help-inline .help-content:before {
    content: "";
    position: absolute;
    background: #fff
}

blockquote, p a {
    position: relative
}

.help-inline .help-content:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(255, 0, 0, 1);
    width: 0;
    height: 0;
    z-index: 1;
    bottom: -15px;
    left: 15px;
    background: 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #858d8f;
}

img[height], textarea {
    height: auto
}

.h1, h1 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 1.3em;
    font-family: Roboto, sans-serif;
    line-height: 1.1;
    color: #094A8B;
    text-rendering: optimizeLegibility
}

@media screen and (min-width: 300px) {
    .h1, h1 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1200px) {
    .h1, h1 {
        padding-left: 0;
        padding-right: 0
    }
}

.h2, h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 1.3em;
    font-family: Roboto, sans-serif;
    line-height: 1.1;
    color: #094A8B;
    text-rendering: optimizeLegibility
}

.h4, .h5, .h6, h4, h5, h6 {
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 1.3em;
    font-family: Roboto, sans-serif;
    line-height: 1.1;
    color: #094A8B;
    text-rendering: optimizeLegibility
}

@media screen and (min-width: 300px) {
    .h2, h2 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1200px) {
    .h2, h2 {
        padding-left: 0;
        padding-right: 0
    }
}

.h3, h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 1.3em;
    font-family: Roboto, sans-serif;
    line-height: 1.1;
    color: #094A8B;
    text-rendering: optimizeLegibility
}

@media screen and (min-width: 300px) {
    .h3, h3 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1200px) {
    .h3, h3 {
        padding-left: 0;
        padding-right: 0
    }
}

.h4, h4 {
    font-size: 18px
}

@media screen and (min-width: 300px) {
    .h4, h4 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1200px) {
    .h4, h4 {
        padding-left: 0;
        padding-right: 0
    }
}

.h5, h5 {
    font-size: 16px
}

@media screen and (min-width: 300px) {
    .h5, h5 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1200px) {
    .h5, h5 {
        padding-left: 0;
        padding-right: 0
    }
}

.h6, h6 {
    font-size: 14px
}

@media screen and (min-width: 300px) {
    .h6, h6 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1200px) {
    .h6, h6 {
        padding-left: 0;
        padding-right: 0
    }
}

.heading {
    margin-top: 0;
    margin-bottom: 1.3em;
    font-family: Roboto, sans-serif;
    line-height: 1.1;
    color: #094A8B;
    text-rendering: optimizeLegibility
}

@media screen and (min-width: 300px) {
    .heading {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1200px) {
    .heading {
        padding-left: 0;
        padding-right: 0
    }
}

.form-control, .textInput {
    padding: .5em;
    -webkit-box-shadow: inset 0 1px 1px rgba(230, 230, 230, .4);
    color: #525252
}

.heading.heading--big {
    font-weight: 400;
    font-size: 30px;
    margin: 69px 0 21px
}

textarea {
    min-height: 72px;
    resize: vertical;
    overflow: auto;
    vertical-align: top
}

.accordion .accordionContent, .dl--horizontal dt, .flexibleEmbed, .info-box, .media__body, .modal, .modal-open, .rating, .searchSwitch-label, svg:not(:root) {
    overflow: hidden
}

input::-webkit-datetime-edit {
    margin-top: -.17em;
    margin-bottom: -.17em
}

.form-control, .textArea, .textInput {
    background: #fff;
    margin-bottom: 10px
}

textarea {
    font-family: HelveticaNeueW01-45Ligh, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: HelveticaNeueW01-45Ligh, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    font-family: HelveticaNeueW01-45Ligh, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    font-family: HelveticaNeueW01-45Ligh, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: HelveticaNeueW01-45Ligh, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

input::placeholder, textarea::placeholder {
    font-family: HelveticaNeueW01-45Ligh, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.form-control, .textArea, .textInput, label {
    font-size: .875rem
}

.textInput {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(230, 230, 230, .4);
    width: 300px
}

.textInput.textInput--full-width {
    width: 100%
}

.form-control {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(230, 230, 230, .4);
    width: 100%
}

.form-control.textInput--full-width {
    width: 100%
}

.textInput--success {
    border-color: #155724
}

.textInput--failure {
    border-color: #721c24
}

.textArea {
    padding: .2em .5em;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(230, 230, 230, .4);
    box-shadow: inset 0 1px 1px rgba(230, 230, 230, .4);
    color: #4F4F4F;
    width: 300px;
    max-width: 300px
}

hr, legend {
    padding: 0
}

label {
    font-weight: 400
}

label[for] {
    cursor: pointer
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.25rem
}

a {
    color: #094A8B;
    background: 0 0
}

a:active, a:focus, a:hover {
    text-decoration: underline
}

.close:focus, .close:hover, .contentMenu ul li, .editProfile .formGroup .uploadLabel .uploadButton, .editProfile .formGroup .uploadLabel .uploadButton:hover, .nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover, .siteFooter .footerContent ul li a:hover, .siteHeader .meta .metaContent .metaItem .facebook:hover, .siteHeader .meta .metaContent .metaItem .twitter:hover, .siteHeader .meta .metaContent .metaItem a.heading, .submitSearch, .submitSearch:hover, .teaserBox .teaserMore {
    text-decoration: none
}

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

p a {
    margin: -.33em;
    padding: .33em
}

menu, ol, ul {
    padding: 0 0 0 2.5em;
    margin: 0 0 1.5em
}

li > ol, li > ul {
    margin-bottom: 0
}

dl {
    margin: 0 0 1.5em
}

.dl--horizontal:after, .dl--horizontal:before {
    content: '';
    display: table
}

.dl--horizontal dt {
    width: 19%;
    float: left;
    clear: left;
    text-align: right;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.btnGroup:after, .calendar .month .week:after, .events article:after, .g:after, .grid:after, .media:after, .modal-footer:after, .modal-header:after, .siteFooter .footerContent ul:after, .siteSlider .sliderOverlay:after, .siteSlider > .neos-contentcollection:after, .societyItem:after, .tabs .tabContents:after, .tabs .tabHeadings:after, .userBox .userHeader:after, .workingGroup .item:after, .workingGroup .workingGroupHeader:after, .workingGroupList .workingGroupItem:after {
    clear: both
}

.text-left, th {
    text-align: left
}

.dl--horizontal dd {
    margin-left: 21%
}

audio, iframe, p, video {
    margin: 0 0 1.5em
}

embed, iframe, img, object {
    max-width: 100%;
    border: 0
}

img {
    font-style: italic;
    vertical-align: middle
}

figure {
    margin: 0
}

figcaption {
    font-size: .875rem;
    padding: 10px 0
}

audio {
    min-width: 65%
}

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

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

blockquote {
    margin: 0 0 1.4em;
    padding: 0 1.75em;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-style: italic;
    font-size: 2em;
    line-height: 1.4;
    font-weight: 200
}

.tableHeading, b, strong {
    font-weight: 700
}

blockquote:after, blockquote:before {
    position: absolute;
    line-height: 0;
    font-size: 3em;
    font-family: "Helvetica Neue Bold", Helvetica
}

blockquote:before {
    content: '“';
    left: -5px;
    top: 28px;
    padding-right: .1em
}

blockquote:after {
    content: '„';
    bottom: 15px;
    right: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 0;
    margin: 3em 0;
    border: 0;
    border-top: 1px solid #e6e6e6
}

th {
    vertical-align: bottom
}

td {
    vertical-align: top
}

.caption {
    display: table-caption;
    min-width: 100%;
    white-space: nowrap
}

.table {
    display: table;
    border-collapse: collapse
}

.tableHeading {
    display: table-row;
    border-bottom: 1px solid #fff
}

.tableHeading .cell {
    display: table-cell;
    border: none;
    padding: 5px
}

.group {
    display: table-row-group
}

.table .row {
    display: table-row
}

.table .row .cell {
    display: table-cell;
    border: none;
    padding: 5px
}

small {
    font-size: 80%
}

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

mark {
    padding-left: .2em;
    padding-right: .2em;
    background: #094A8B;
    color: #fff
}

dfn {
    font-style: italic
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

.text-right, table thead tr th:last-child {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.btnGroup:after, .btnGroup:before {
    content: '';
    display: table
}

.btnGroup__btn {
    float: left;
    border-radius: 0;
    border-right: 0
}

.btnGroup__btn:first-child {
    border-radius: 3px 0 0 3px
}

.btnGroup__btn:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid
}

.flexibleEmbed {
    position: relative;
    display: block
}

.flexibleEmbed__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flexibleEmbed__ratio {
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.flexibleEmbed__ratio--16\/9 {
    padding-bottom: 56.25%
}

.flexibleEmbed__ratio--3\/1 {
    padding-bottom: 33.333%
}

.flexibleEmbed__ratio--2\/1 {
    padding-bottom: 50%
}

.flexibleEmbed__ratio--4\/3 {
    padding-bottom: 75%
}

.form {
    margin-bottom: 1.5rem
}

.form__item {
    margin-bottom: .75rem
}

.form--inline .form__item, .form--inline button, .form--inline input, .form--inline label, .form--inline select, .form--inline textarea {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.form--inline .form__item {
    margin-right: 1em
}

.form--inline label {
    margin-right: .3em
}

#register h2, #register h3 {
    padding: 1em 0 .5em
}

.btn--submit {
    margin: 1em 0 0
}

.g:after, .g:before, .grid:after, .grid:before {
    content: '';
    display: table
}

.gi, .grid__item {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1px
}

@media screen and (min-width: 300px) {
    .gi, .grid__item {
        margin-bottom: 1em
    }
}

.media__body, .media__body > :last-child, .nav {
    margin-bottom: 0
}

@media screen and (min-width: 1200px) {
    .g, .grid {
        margin-left: -20px;
        margin-right: -20px
    }

    .gi, .grid__item {
        margin-bottom: 0
    }
}

.media {
    display: block
}

.media:after, .media:before {
    content: '';
    display: table
}

.media__body, .media__img > img {
    display: block
}

.media__img {
    float: left;
    margin-right: 1.5em
}

.media__img--rev {
    float: right;
    margin-left: 1.5em;
    margin-right: 0
}

.media__img--compact {
    margin-right: .75em
}

.media__img--compact.media__img--rev {
    margin-left: .75em;
    margin-right: 0
}

.nav {
    padding-left: 0;
    list-style: none
}

.nav > li {
    display: inline-block
}

.nav > li > a {
    display: block;
    color: currentColor
}

p .nav > li > a {
    padding: 0;
    margin: 0
}

.nav--stacked > li {
    display: list-item
}

.nav--fit {
    display: table;
    width: 100%
}

.nav--fit > li {
    display: table-cell
}

.naviContainer {
    background-color: #094A8B;
    height: 55px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #669DD1
}

.naviContainer .naviWrapper {
    width: 75em;
    position: relative;
    margin: 0 auto
}

@media screen and (min-width: 300px) {
    .naviContainer .naviWrapper {
        width: 100%
    }
}

@media screen and (min-width: 1200px) {
    .naviContainer .naviWrapper {
        width: 75em
    }
}

@media screen and (min-width: 300px) {
    .naviContainer .navBar .collapse:active .nav, .naviContainer .navBar .collapse:focus .nav, .naviContainer .navBar .collapse:hover .nav {
        display: block
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li a:hover, .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li .thirdLevel li a:hover {
        text-decoration: none
    }

    .naviContainer .navBar .collapse {
        width: 100%;
        z-index: 10
    }

    .naviContainer .navBar .collapse:before {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 30px;
        color: #fff;
        cursor: pointer;
        position: absolute;
        z-index: 100;
        top: 6px;
        right: 60px
    }

    .naviContainer .navBar .collapse .nav {
        width: 100%;
        background: #094A8B;
        padding: 3.2em 0 0;
        display: none
    }

    .naviContainer .navBar .collapse .nav:focus, .naviContainer .navBar .collapse .nav:hover {
        display: block
    }

    .naviContainer .navBar .collapse .nav > li {
        display: inline-block;
        float: none;
        width: 100%;
        position: relative
    }

    .naviContainer .navBar .collapse .nav > li.hasSubnav:after {
        font-family: FontAwesome;
        content: "\f107";
        font-size: 30px;
        color: #fff;
        cursor: pointer;
        position: absolute;
        display: inline-block;
        top: 5px;
        padding: 0 10px;
        right: 10px;
        z-index: 100;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .naviContainer .navBar .collapse .nav > li:active .secondLevel .subnavi, .naviContainer .navBar .collapse .nav > li:active .secondLevel .subnavi--justTwo, .naviContainer .navBar .collapse .nav > li:focus .secondLevel .subnavi, .naviContainer .navBar .collapse .nav > li:focus .secondLevel .subnavi--justTwo, .naviContainer .navBar .collapse .nav > li:hover .secondLevel .subnavi, .naviContainer .navBar .collapse .nav > li:hover .secondLevel .subnavi--justTwo {
        max-height: 560px;
        overflow: auto;
        background-color: #fff
    }

    .naviContainer .navBar .collapse .nav > li:active .secondLevel .subnavi--justTwo > li > a, .naviContainer .navBar .collapse .nav > li:active .secondLevel .subnavi > li > a, .naviContainer .navBar .collapse .nav > li:focus .secondLevel .subnavi--justTwo > li > a, .naviContainer .navBar .collapse .nav > li:focus .secondLevel .subnavi > li > a, .naviContainer .navBar .collapse .nav > li:hover .secondLevel .subnavi--justTwo > li > a, .naviContainer .navBar .collapse .nav > li:hover .secondLevel .subnavi > li > a {
        color: #094A8B;
        padding: .3em 1em
    }

    .naviContainer .navBar .collapse .nav > li.hasSubnav:active, .naviContainer .navBar .collapse .nav > li.hasSubnav:focus, .naviContainer .navBar .collapse .nav > li.hasSubnav:hover {
        background-color: #fff;
        border-bottom: 1px solid #669DD1
    }

    .naviContainer .navBar .collapse .nav > li.hasSubnav:active > a, .naviContainer .navBar .collapse .nav > li.hasSubnav:focus > a, .naviContainer .navBar .collapse .nav > li.hasSubnav:hover > a {
        color: #094A8B
    }

    .naviContainer .navBar .collapse .nav > li.hasSubnav:active:after, .naviContainer .navBar .collapse .nav > li.hasSubnav:focus:after, .naviContainer .navBar .collapse .nav > li.hasSubnav:hover:after {
        color: #094A8B;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .naviContainer .navBar .collapse .nav > li > a {
        padding: 1em;
        color: #fff;
        display: block;
        width: 100%
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel {
        padding-bottom: 1em
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi {
        position: relative;
        background-color: #0b57a3;
        padding: 0;
        margin: 0;
        width: 100%;
        top: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 1s ease;
        transition: max-height 1s ease
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li {
        margin-left: 5px;
        padding: .3em
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li > a {
        color: #fff
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li a {
        display: inline-block
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li .thirdLevel {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li .thirdLevel li a {
        color: #4F4F4F;
        padding: .3em 2em
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo {
        position: relative;
        background-color: #0b57a3;
        padding: 0;
        margin: 0;
        width: 100%;
        top: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 1s ease;
        transition: max-height 1s ease
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li {
        margin-left: 5px;
        padding: .3em;
        margin-bottom: 0
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li > a {
        color: #fff
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li.hasSubnav {
        margin-bottom: .3em
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li a {
        color: #4F4F4F;
        padding: .3em 2em
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li .fourthLevel {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li .fourthLevel:after, .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li .fourthLevel:before {
        content: '';
        display: table
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li .fourthLevel:after {
        clear: both
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li .fourthLevel li {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 0
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li .fourthLevel li a {
        padding: .3em 2.5em;
        color: #4F4F4F
    }
}

@media screen and (min-width: 1200px) {
    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li > a:hover, .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li > a:hover {
        text-decoration: none
    }

    .naviContainer .navBar .collapse {
        width: 100%;
        z-index: 10
    }

    .naviContainer .navBar .collapse:hover .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .naviContainer .navBar .collapse:before {
        font-family: FontAwesome;
        content: " ";
        font-size: 30px;
        color: #fff;
        cursor: pointer;
        position: relative;
        z-index: 100
    }

    .naviContainer .navBar .collapse .nav {
        margin-bottom: 0;
        list-style: none;
        background: 0 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .naviContainer .navBar .collapse .nav > li {
        display: block;
        -ms-flex-item-align: center;
        align-self: center;
        width: auto;
        margin: 0;
        position: static !important;
        font-family: Roboto, sans-serif;
        font-weight: 300
    }

    .naviContainer .navBar .collapse .nav > li:hover {
        background-color: #fff
    }

    .naviContainer .navBar .collapse .nav > li:hover > a {
        color: #094A8B;
        text-decoration: none
    }

    .naviContainer .navBar .collapse .nav > li:hover .secondLevel {
        display: block;
        overflow: hidden;
        background-color: transparent
    }

    .naviContainer .navBar .collapse .nav > li:hover .secondLevel .subnavi--justTwo > li > a {
        padding: 0 0 .6em
    }

    .naviContainer .navBar .collapse .nav > li:hover .secondLevel .subnavi {
        max-height: 610px;
        overflow: hidden
    }

    .naviContainer .navBar .collapse .nav > li:hover .secondLevel .subnavi > li > a {
        padding: .3em 0
    }

    .naviContainer .navBar .collapse .nav > li.hasSubnav:active:after, .naviContainer .navBar .collapse .nav > li.hasSubnav:after {
        content: ''
    }

    .naviContainer .navBar .collapse .nav > li.hasSubnav:active, .naviContainer .navBar .collapse .nav > li.hasSubnav:hover {
        border-bottom: none
    }

    .naviContainer .navBar .collapse .nav > li > a {
        padding: 1em 1.4em;
        text-transform: uppercase
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel {
        display: none;
        overflow: hidden;
        margin: 0 10px 10px;
        position: absolute;
        top: 55px;
        width: 76em;
        left: -20px;
        background-color: transparent
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi, .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo {
        background-color: #fff;
        height: auto;
        min-height: 50px;
        max-height: 560px;
        -ms-flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        list-style: none
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi {
        width: 75em;
        padding: .5em 0;
        -webkit-box-shadow: 1px 1px 5px 1px #666;
        box-shadow: 1px 1px 5px 1px #666;
        margin: 0 10px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi:hover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li {
        margin-bottom: 1em;
        width: 24.5%;
        padding: 1em
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li.size-2 {
        width: 49.5%
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li.size-3 {
        width: 74%
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li.size-4 {
        width: 100%
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li > a {
        color: #094A8B;
        border-bottom: 1px solid #094A8B;
        width: 100%
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li .thirdLevel {
        margin-top: .5em
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li .thirdLevel li {
        border: none
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi > li .thirdLevel li a {
        padding: .3em 0;
        font-size: 80%
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo {
        width: 75em;
        padding: 1em 1em .5em;
        -webkit-box-shadow: 1px 1px 5px 1px #666;
        box-shadow: 1px 1px 5px 1px #666;
        margin: 0 10px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li {
        margin-left: 0;
        padding: 0 20px
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li > a {
        width: 50%;
        display: block;
        padding-bottom: .6em;
        border-bottom: 1px solid #094A8B
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        margin-top: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li {
        width: 50%;
        float: left;
        margin-bottom: 1em
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li.hasSubnav {
        margin-bottom: 1em
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li a {
        color: #094A8B;
        padding: 0 0 1em
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li .fourthLevel {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li .fourthLevel:after, .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li .fourthLevel:before {
        content: '';
        display: table
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li .fourthLevel:after {
        clear: both
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li .fourthLevel li {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 0
    }

    .naviContainer .navBar .collapse .nav > li .secondLevel .subnavi--justTwo > li .thirdLevel li .fourthLevel li a {
        padding: .5em .5em .5em 0;
        color: #4F4F4F;
        font-size: 80%
    }
}

.contentMenu, .form-array .form-presenter-field-list, .teaserBox {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.contentMenu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    margin: 0 15px;
    padding: 24px
}

.contentMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.contentMenu ul li {
    padding: 7px 5px 7px 10px;
    color: #fff;
    background: #094A8B;
    display: block;
    line-height: 120%;
    margin: 0 0 5px
}

.contentMenu ul li a {
    color: #fff
}

table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #094A8B
}

table td, table th {
    padding: .5em;
    font-size: 90%
}

table th {
    font-weight: 400
}

table thead {
    border-bottom: 1px solid #333;
    background-color: #094A8B;
    color: #fff
}

table thead tr th {
    padding: 1em
}

table tbody tr:nth-child(2n) {
    background-color: #6bb0f5;
    color: #fff
}

table tbody tr td {
    padding: .5em
}

.table--bordered {
    border: 1px solid #e6e6e6;
    border-collapse: separate;
    border-radius: 3px
}

.table--bordered td, .table--bordered th {
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

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

.table--bordered tr:last-child > td {
    border-bottom: 0
}

.table--striped td, .table--striped th {
    border-bottom: 1px solid #e6e6e6
}

.table--striped th {
    padding-top: 0;
    -webkit-box-shadow: 0 1px 0 rgba(231, 231, 236, .7), 0 3px 0 rgba(231, 231, 236, .3);
    box-shadow: 0 1px 0 rgba(231, 231, 236, .7), 0 3px 0 rgba(231, 231, 236, .3)
}

.table--condensed td, .table--condensed th {
    padding: .25em .5em
}

.table--zebra tbody tr td {
    color: #4F4F4F
}

.table--zebra tbody tr:nth-child(even) {
    background: #fff
}

.table--zebra tbody tr:nth-child(odd) {
    background: #f2f2f2
}

.search, .searchproduct {
    width: 100%;
    float: right
}

.searchSwitchWrapper {
    float: left;
    width: 5%;
    height: 60px;
    margin-left: 20px;
    margin-right: 10px;
    padding-top: 19px
}

.searchfield {
    width: 80%;
    display: block;
    padding: .6em 1em;
    line-height: 150%;
    float: left;
    border: none;
    margin-top: 7px
}

.submitSearch {
    padding: 1em 2em;
    cursor: pointer;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    background: #094A8B;
    vertical-align: top;
    transition: all .3s ease;
    display: block;
    margin: 11px auto 0
}

.submitSearch:hover {
    transform: scale(.95, .95)
}

.submitSearch .fa {
    float: left;
    margin-right: 5px;
    margin-left: -.5em
}

.searchSwitch {
    position: relative;
    width: 45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.searchSwitch .info {
    position: absolute;
    top: 35px;
    left: -60px;
    background-color: #000;
    width: auto;
    padding: .4em 1em;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    font-size: .8em;
    border: 1px solid #ed6d05
}

.searchSwitch .info.u-isHidden {
    opacity: 0
}

.searchSwitch .info:before {
    content: "\A";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #ed6d05;
    position: absolute;
    top: -10px;
    left: 47%
}

.switchNodeType {
    display: none
}

.searchSwitch-label {
    display: block;
    cursor: pointer;
    height: 20px;
    padding: 0;
    line-height: 20px;
    border: 0 solid #FFF;
    border-radius: 30px;
    background-color: #C7C7C7
}

.searchSwitch-label:before {
    content: "";
    display: block;
    width: 30px;
    margin: -5px;
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21px;
    border-radius: 30px
}

.switchNodeType:checked + .searchSwitch-label {
    background-color: #C95E06
}

.switchNodeType:checked + .searchSwitch-label, .switchNodeType:checked + .searchSwitch-label:before {
    border-color: #C95E06
}

.switchNodeType:checked + .searchSwitch-label .onoffswitch-inner {
    margin-left: 0
}

.switchNodeType:checked + .searchSwitch-label:before {
    right: 0;
    background-color: #ED6D05
}

.teaserBox {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

@media screen and (min-width: 300px) {
    .teaserBox {
        margin-bottom: 1.5em
    }
}

@media screen and (min-width: 1200px) {
    .teaserBox {
        margin-bottom: 0
    }
}

.teaserBox .btn .fa {
    float: left;
    margin-right: 5px;
    margin-left: -.5em
}

.teaserBox .teaserHeadline {
    background-color: #094A8B;
    color: #fff;
    padding: .7em;
    margin-bottom: 0;
    text-align: center;
    font-weight: lighter;
    font-weight: 400;
    font-size: 20px
}

.teaserBox .teaserHeadline.invert {
    background-color: #4F4F4F
}

.teaserBox .teaserHeadline.light {
    background-color: #669DD1
}

.teaserBox .teaserContent {
    padding: 1em;
    overflow: hidden
}

.teaserBox .teaserContent figure {
    margin-left: -1em;
    margin-top: -1em
}

.teaserBox .teaserMore {
    padding: 14px 16px 15px;
    text-align: center
}

.teaserBox .teaserMore--empty {
    border-top: none;
    padding: 0
}

@media screen and (min-width: 300px) {
    .articleHeader {
        margin: 1em 0;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 700px) {
    .articleHeader {
        margin: 1em 0;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1200px) {
    .articleHeader {
        margin: 1em 0;
        padding-left: 0;
        padding-right: 0
    }
}

.articleHeader .articleAuthor {
    margin-top: -10px;
    margin-bottom: 2em;
    display: block
}

.articleHeader .articleTags {
    margin-top: 1em
}

.articleHeader .articleTags .tag {
    padding: .5em .8em;
    background-color: #094A8B;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 2px
}

.loginTooltip, .tabs .tabHeadings .tabHeader.active {
    color: #094A8B
}

.articleHeader .articleTags .tag:before {
    font-family: FontAwesome;
    content: "\f02b";
    margin-right: 8px;
    position: relative;
    top: 1px
}

.articleHeader .articleLead {
    margin: 2em 0 1em
}

.articleHeader .articleLead p {
    font-weight: 700
}

.loginBox p {
    margin: 0
}

.loginBox .forgotPassword {
    text-align: center;
    width: 100%;
    display: block;
    color: #094A8B
}

.loginTooltip {
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 2px;
    position: absolute;
    right: 150%;
    top: 6px;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 5px 0 #6bb0f5;
    box-shadow: 0 0 5px 0 #6bb0f5
}

.loginTooltip:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px
}

.tabs .tabContents:after, .tabs .tabContents:before, .tabs .tabHeadings:after, .tabs .tabHeadings:before {
    content: '';
    display: table
}

.tabs .tabHeadings {
    margin-bottom: 1em
}

.tabs .tabHeadings .tabHeader {
    float: left;
    margin-right: 1em;
    cursor: pointer
}

@media screen and (min-width: 700px) {
    .tabs .tabHeadings .tabHeader {
        margin-right: 4em
    }
}

.tabs.tabs--colored {
    margin-bottom: 10px
}

.tabs.tabs--colored .tabHeader {
    padding: .4em 1.5em;
    margin-bottom: 10px;
    border-bottom: 1px solid currentColor
}

.stage.orange .tabs .tabHeadings .tabHeader.active {
    color: #4F4F4F
}

.breadcrumbMenu {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 12px
}

.breadcrumbMenu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.breadcrumbMenu ul li {
    display: block;
    float: left;
    margin-left: .5em
}

.breadcrumbMenu ul li:after {
    content: "\2022";
    margin-left: .3em
}

.breadcrumbMenu ul li:last-child:after {
    content: '';
    margin-left: 0
}

.accordion {
    margin-bottom: 5px
}

.accordion .accordionHeader {
    cursor: pointer;
    border: 1px solid #ccc;
    background: rgba(240, 240, 240, .7);
    padding: 10px 10px 10px 30px;
    border-radius: 3px;
    color: #094A8B
}

.accordion .accordionContent {
    max-height: 0;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: rgba(245, 245, 245, .7)
}

.accordion.slideDown .accordionHeader {
    border-radius: 3px 3px 0 0
}

.accordion.slideDown .accordionContent {
    max-height: 1920px;
    overflow: auto;
    padding: 1em;
    color: #4F4F4F;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 3px 3px
}

.societyItem {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    margin-bottom: 15px;
    padding: 5px;
    position: relative;
    display: block
}

.societyItem:after, .societyItem:before {
    content: '';
    display: table
}

.societyItem .nationalIcon {
    float: left;
    display: block;
    width: 55px
}

.societyItem .societyContent {
    display: inline-block;
    padding-left: 10px;
    padding-top: 5px
}

@media screen and (min-width: 300px) {
    .societyItem {
        height: auto
    }

    .societyItem .societyContent {
        max-width: 45%
    }
}

@media screen and (min-width: 700px) {
    .societyItem {
        height: 65px
    }

    .societyItem .societyContent {
        max-width: 45%
    }
}

@media screen and (min-width: 1200px) {
    .societyItem .societyContent {
        max-width: 285px
    }
}

.societyItem .societyContent .societyTitle {
    color: #094A8B;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 3px
}

.societyItem .societyContent .societySubTitle {
    font-size: 12px;
    line-height: 1.5;
    color: #669DD1
}

.societyItem .societyDetailBtn {
    float: right;
    padding: 25px 15px;
    position: relative;
    text-transform: uppercase
}

.societyItem:hover .societySubTitle {
    color: #4F4F4F
}

.youtube {
    margin: 1em 0;
    padding-bottom: 500px;
    position: relative
}

.youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.youtube--1-1 {
    padding-bottom: 100%
}

.youtube--4-3 {
    padding-bottom: 75%
}

.youtube--16-9 {
    padding-bottom: 56.25%
}

.youtube--16-10 {
    padding-bottom: 62.5%
}

.youtube--3-1 {
    padding-bottom: 33.33333%
}

.youtube--35mm {
    padding-bottom: 72.9927%
}

.youtube--70mm {
    padding-bottom: 42.55319%
}

.youtube--goldenRatio {
    padding-bottom: 62.1118%
}

.editProfile .formGroup img {
    display: block;
    margin: 1em 0
}

.editProfile .formGroup .uploadInput {
    border: none
}

.editProfile .formGroup label.uploadLabel input[type=file] {
    position: fixed;
    top: -1000px
}

.editProfile .formGroup .uploadLabel {
    display: inline-block;
    cursor: pointer
}

.editProfile .formGroup .uploadLabel .uploadButton {
    display: inline-block;
    padding: 1em 2em;
    cursor: pointer;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    background: #094A8B;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 1em
}

.editProfile .formGroup .uploadLabel .uploadButton:hover {
    -webkit-transform: scale(.95, .95);
    -ms-transform: scale(.95, .95);
    transform: scale(.95, .95)
}

.editProfile .formGroup .uploadLabel .uploadButton .fa {
    float: left;
    margin-right: 5px;
    margin-left: -.5em
}

.editProfile .formGroup .uploadLabel :invalid + .uploadButton {
    color: #721c24
}

.editProfile .formGroup .uploadLabel :invalid + .uploadButton:hover {
    background: #721c24;
    border-color: #721c24;
    color: #fff
}

.events article, .userBox {
    background-color: #ebeef0
}

.events article {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    min-height: 80px;
    margin-bottom: 15px;
    padding-bottom: 0;
    position: relative
}

.events article:after, .events article:before {
    content: '';
    display: table
}

.events article .time {
    color: #616f7b;
    font-size: 12px;
    padding: 10px 15px 0
}

.events article header {
    float: left;
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px 15px;
    width: 100%
}

.events article summary {
    float: left;
    padding: 0 15px 15px;
    margin-top: -15px
}

.events article .events--readmore {
    float: right;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px 15px;
    text-transform: uppercase
}

.events.events--education .event__image {
    width: 160px;
    height: 120px;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    float: left
}

.events.events--education header {
    float: none;
    width: auto
}

.events.events--education .time {
    padding-left: 0
}

.events.events--education .events--readmore {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 15px 8px
}

.events.events--education.tagged > article {
    background: #669DD1
}

.calendar {
    min-width: 300px;
    max-width: 500px;
    position: relative;
    -webkit-box-shadow: 0 0 4px 0 #333;
    box-shadow: 0 0 4px 0 #333;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.calendar .month {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: table
}

.calendar .month .month--headline {
    width: 100%;
    height: 50px;
    color: #094A8B;
    text-align: center;
    vertical-align: bottom;
    padding: .6em
}

.calendar .month .week {
    position: relative;
    width: 100%;
    line-height: 30px;
    margin-bottom: 2%
}

.calendar .month .week:after, .calendar .month .week:before {
    content: '';
    display: table
}

.calendar .month .week .day {
    position: relative;
    float: left;
    width: 13%;
    height: 49px;
    margin: 0 .6%;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer
}

.calendar .month .week .day:first-child {
    margin-left: 1%
}

.calendar .month .week .day .eventTooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: -50%;
    line-height: normal;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 #c8c8c8;
    box-shadow: 0 0 5px 0 #c8c8c8;
    padding: 1em;
    text-align: left
}

.calendar .month .week .day.active {
    z-index: 2
}

.calendar .month .week .day.active .eventTooltip {
    display: block
}

.calendar .month .week .day.hasEvents {
    background-color: #094A8B;
    color: #fff;
    cursor: pointer;
    border-radius: 30px
}

.calendar .month .week .day.notInMonth {
    color: #ccc
}

.calendar .month .week .day.notInMonth:hover {
    background-color: #ccc;
    color: #fff
}

.calendar .month .week .day:hover {
    background-color: #3b97f2;
    color: #fff;
    border-radius: 30px
}

.calendar .month .weekHeader {
    position: relative;
    width: 100%;
    line-height: 30px
}

.calendar .month .weekHeader .dayLabel {
    width: 14.2%;
    height: 50px;
    text-align: center;
    float: left
}

.calendar .calendarNavi {
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 2
}

.calendar .calendarNavi .monthNext:before, .calendar .calendarNavi .monthPrev:before {
    font-family: FontAwesome;
    font-size: 35px;
    line-height: 50px;
    width: 30px;
    position: absolute;
    top: -3px;
    color: #094A8B;
    text-align: center;
    cursor: pointer
}

.calendar .calendarNavi .monthPrev:before {
    content: "\f104";
    left: 21%
}

.calendar .calendarNavi .monthNext:before {
    content: "\f105";
    right: 21%
}

.searchContainer, .searchContainer .btn, .searchContainer .textInput {
    font-family: HelveticaNeueW01-45Ligh, Arial, "Helvetica Neue", Helvetica, sans-serif
}

.userBox .userHeader:after, .userBox .userHeader:before, .userBox:after, .userBox:before {
    content: '';
    display: table
}

.tt-suggestion.tt-cursor a, .userBox .userHeader, .userBox .userHeader h2 {
    color: #fff
}

.userBox {
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 2px rgba(0, 0, 0, .1)
}

.userBox:after {
    clear: both
}

.userBox .userHeader {
    background-color: #669DD1;
    position: relative;
    padding: 1em
}

.userBox .userHeader .userTitle {
    position: absolute;
    bottom: 1em
}

.modal, .modal-backdrop {
    right: 0;
    bottom: 0;
    left: 0
}

.userBox .userHeader .userImage {
    margin: -1em
}

.userBox .userContent {
    min-height: 30px;
    padding: 15px 30px 15px 20px
}

.userBox .userContent ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none
}

.userBox .userContent ul li .fa {
    width: 20px;
    text-align: center;
    margin-left: -25px
}

.searchContainer, .searchContainer .textInput {
    display: inline-block
}

.twitter-typeahead {
    width: 100%
}

.twitter-typeahead .tt-query {
    margin-bottom: 0;
    top: -1px !important
}

.tt-menu {
    min-width: 100%;
    margin-top: -12px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.tt-suggestion {
    display: block;
    padding: 3px 20px
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #094A8B
}

.tt-suggestion p {
    margin: 0
}

.empty-message {
    text-align: center;
    vertical-align: middle
}

.workingGroup .twitter-typeahead {
    width: auto
}

.workingGroup .accept, .workingGroup .reject, .workingGroup .submitBtn {
    padding: .55em 1.5em
}

.downloadList {
    padding: 1em
}

.downloadList__item {
    display: block
}

ul.neos-fluid-widget-paginator {
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 100%
}

ul.neos-fluid-widget-paginator > li {
    display: inline-block;
    margin: 5px 2px
}

ul.neos-fluid-widget-paginator > li > a {
    padding: 5px 10px;
    display: inline-block;
    background-color: #ebeef0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

ul.neos-fluid-widget-paginator > li > a:hover {
    text-decoration: none;
    padding: 5px 10px;
    background: #094A8B;
    color: #FFF
}

ul.neos-fluid-widget-paginator > li.current {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    padding: 5px 10px;
    background: #094A8B;
    color: #FFF
}

.content-box {
    padding: 30px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    position: relative
}

.content-box.content-box--microscopy {
    display: block;
    padding: 5px 5px 0
}

.content-box__download-link, .education__link {
    display: inline-block
}

.content-box.content-box--microscopy iframe {
    margin: 0
}

.content-box__download-link .fa {
    font-size: 1.5em
}

.education__link {
    padding-left: 2.3em;
    position: relative
}

.education__link .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6em
}

.filter, .info-box {
    position: relative
}

.education__headline {
    margin-bottom: 30px
}

.education__info {
    margin-top: 30px
}

.u-Capitalize {
    text-transform: uppercase
}

.filter label {
    display: block
}

.filter {
    margin-bottom: 20px
}

.filter__category-title {
    background: #669DD1;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    font-size: .9em
}

.rating__checkbox:checked + .rating__label:hover, .rating__checkbox:checked ~ .rating__label, .rating__checkbox:checked ~ .rating__label:hover, .rating__checkbox:checked ~ .rating__label:hover ~ .rating__label, .rating__label:hover, .rating__label:hover ~ .rating__checkbox:checked ~ .rating__label, .rating__label:hover ~ .rating__label {
    color: #094A8B
}

.filter__category-title:after {
    font-family: FontAwesome;
    content: "\f054";
    float: right
}

.filter__category-content {
    display: block;
    background: #FFF;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    padding: 20px
}

.form--rating {
    margin-top: 0;
    margin-bottom: 1.5em
}

.rating-votes {
    font-size: .8em
}

.rating {
    display: inline-block
}

.rating__label {
    display: inline-block;
    float: right
}

.rating__checkbox, .rating__text {
    display: none
}

.rating__label:before {
    display: inline-block;
    font-size: 1.1rem;
    padding: 0 .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f006 "
}

.rating__checkbox:checked ~ .rating__label:before, .rating__label:hover:before, .rating__label:hover ~ .rating__label:before {
    color: #094A8B;
    content: "\f005 "
}

.info-box {
    color: #4F4F4F;
    text-align: center;
    margin-bottom: 10px
}

.info-box:before {
    font-family: FontAwesome, serif;
    font-size: 3em;
    color: #094A8B
}

.info-box:after {
    content: '';
    width: 100%;
    max-width: 280px;
    display: block;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(50%, #094A8B), to(#FFF));
    background: linear-gradient(to right, #FFF 0, #094A8B 50%, #FFF 100%);
    text-align: center;
    margin: 20px auto 10px
}

.info-box__headline {
    color: #4F4F4F;
    font-weight: 700;
    margin: 6px 0;
    font-size: 1.3rem
}

.info-box__icon {
    font-size: 10em
}

.info-box a {
    text-decoration: none;
}

@media screen and (min-width: 700px) {
    .info-box {
        margin-bottom: 30px
    }

    .info-box:after {
        display: none
    }

    .info-box__headline {
        margin: 12px 0 6px;
        font-size: 1.5625rem
    }

    .info-box__text {
        font-size: 1rem
    }
}

.thumbnail {
    margin: 40px 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border: none;
    background: #fff;
    text-align: center
}

.thumbnail .caption {
    display: block;
    padding: 20px 10px
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before {
    content: " ";
    display: table
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    top: 20%;
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #FFF;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header__heading {
    font-size: 1.3rem
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media screen and (min-width: 300px) {
    .modal-dialog {
        top: 20%;
        width: auto;
        margin: 10px;
        position: relative;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        top: 20%;
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}


.close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus, .close:hover {
    color: #000;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.form-array {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-presenter-radios-field > .form-presenter-radio-field > .validation-results, .neos-backend .siteLoader {
    display: none
}

.form-array .form-presenter-field-list {
    min-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    margin: 15px 0;
    padding: 24px
}

@media screen and (min-width: 700px) {
    .modal-lg {
        width: 900px
    }

    .form-array .form-presenter-field-list {
        min-width: 48%
    }
}

.siteLoader {
    position: fixed;
    z-index: 1000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #FFF
}

.siteLoader--hidden {
    pointer-events: none;
    display: none
}

.siteLoader__content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 70%;
    margin-left: -35%;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4)
}

.siteLoader__content__string {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    width: 100%;
    opacity: 0
}

.siteHeader {
    position: relative;
    z-index: 10
}

.siteHeader .meta {
    width: 100%;
    height: auto;
    background-image: url(Images/header.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 300px) {
    .siteHeader .meta {
        display: none
    }
}

@media screen and (min-width: 1200px) {
    .thumbnail .caption {
        min-height: 300px
    }

    .siteHeader .meta {
        display: block
    }
}

.siteHeader .meta .metaContent {
    padding: 1em;
    font-size: 14px;
    height: 140px;
    max-width: 1200px
}

.siteHeader .meta .metaContent .metaItem {
    float: left;
    margin-right: 1em;
    cursor: pointer;
    height: 100%
}

.siteHeader .meta .metaContent .metaItem.right {
    margin-right: 0;
    margin-left: 1em;
    float: right
}

.siteHeader .meta .metaContent .metaItem.search {
    float: none;
    height: auto;
    position: absolute;
    bottom: 2em;
    right: -1em;
    max-width: 400px
}

.siteHeader .meta .metaContent .metaItem.search .textInput {
    max-width: 400px;
    width: 100%
}

.siteHeader .meta .metaContent .metaItem.search .fa {
    position: absolute;
    right: .5em;
    top: .5em
}

.siteHeader .meta .metaContent .metaItem .fa {
    color: #094A8B;
    font-size: 18px;
    line-height: normal
}

.siteHeader .meta .metaContent .metaItem .navbar-brand {
    display: block;
    position: relative;
    left: -140px;
    top: 30px
}

.siteHeader .meta .metaContent .metaItem > div {
    position: relative;
    left: -130px;
    top: 50px
}

.siteHeader .meta .metaContent .metaItem .congress {
    font-size: 17px
}

.siteHeader .meta .metaContent .metaItem .facebook {
    margin-right: 4px
}

.siteHeader .meta .metaContent .metaItem .facebook:before {
    content: '|';
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: -2px
}

.siteHeader .meta .metaContent .metaItem .facebook:after {
    font-family: FontAwesome;
    content: "\f09a";
    font-size: 20px
}

.siteHeader .meta .metaContent .metaItem .twitter:after {
    font-family: FontAwesome;
    content: "\f099";
    font-size: 20px
}

.siteHeader .language {
    padding: 0;
    margin: 0;
    list-style: none
}

.siteHeader .actionNav {
    position: absolute;
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.siteHeader .actionNav .toggleLoginRegister {
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 30px
}

.siteHeader .actionNav .logout, .siteHeader .actionNav .toggleLogin .tabContent .btn {
    float: right
}

@media screen and (min-width: 300px) {
    .siteHeader .actionNav {
        top: 5px;
        right: 16px;
        width: 100%
    }

    .siteHeader .actionNav .toggleLoginRegister {
        float: right
    }
}

@media screen and (min-width: 1200px) {
    .siteHeader .actionNav {
        top: 5px;
        right: 0;
        width: auto
    }

    .siteHeader .actionNav .toggleLoginRegister {
        float: right
    }

    .siteHeader .actionNav .toggleLogin .tabContent .textInput {
        max-width: 300px
    }
}

.siteHeader .actionNav .toggleLoginRegister.btn:hover {
    color: #fff
}

.siteHeader .actionNav .logoutName {
    margin: 0 auto;
    color: #094A8B;
    text-align: center;
    white-space: nowrap
}

.siteHeader .actionNav .toggleLogin {
    position: absolute;
    top: 50px;
    right: -1em;
    z-index: 1;
    padding: 1em;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

@media screen and (min-width: 700px) {
    .siteHeader .language li {
        display: block
    }

    .siteHeader .language li.current {
        display: none
    }

    .siteHeader .actionNav .toggleLogin {
        top: 50px;
        right: -15px;
        width: 300px
    }
}

.siteHeader .actionNav .toggleLogin .tabHeader {
    font-size: 20px;
    color: #094A8B;
    margin-right: 0;
    background-color: transparent;
    border-radius: 2px;
    border-bottom: 1px solid #094A8B
}

.siteHeader .actionNav .toggleLogin .tabContent .textInput {
    width: 100%;
    display: block
}

.siteHeader .mobileLanguage {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1em
}

.siteHeader .mobileLanguage:before {
    font-family: FontAwesome;
    content: "\f0ac";
    font-size: 30px;
    color: #fff;
    z-index: 10;
    position: relative
}

.siteHeader .mobileLanguage:active .language, .siteHeader .mobileLanguage:hover .language {
    display: block
}

.siteHeader .mobileLanguage .language {
    position: fixed;
    top: 85px;
    left: 0;
    background: #094A8B;
    padding: 3.2em 0 0;
    display: none;
    width: 100%;
    min-width: 100%;
    z-index: 5
}

.siteHeader .mobileLanguage .language li a {
    color: #fff;
    padding: 1em;
    display: block;
    text-align: right
}

.siteHeader .mobileLanguage .language:hover {
    display: block
}

.siteHeader .siteHeader__logo {
    background-image: url(Images/esp_logo.svg);
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (min-width: 300px) {
    .siteHeader .siteHeader__logo {
        display: none
    }
}

@media screen and (min-width: 700px) {
    .siteHeader .mobileLanguage {
        display: none
    }

    .siteHeader .siteHeader__logo {
        width: 100px;
        height: 68px;
        display: block
    }
}

@media screen and (min-width: 1200px) {
    .siteHeader .siteHeader__logo {
        width: 100px;
        display: block
    }
}

.heading h3 {
    font-weight: 400
}

.siteHeader.siteHeader--ecp .meta .metaContent .metaItem > div {
    top: 25px
}

.siteSlider {
    position: relative;
    max-height: 800px;
    margin-bottom: 2em;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 1px 1px 10px 1px #aaa;
    box-shadow: 1px 1px 10px 1px #aaa
}

.siteSlider img {
    width: 100%
}

.siteSlider > .next, .siteSlider > .prev {
    position: absolute;
    top: 0;
    width: 1em;
    height: 100%;
    min-height: 100%;
    color: #fff;
    z-index: 3
}

.siteSlider > .next .fa, .siteSlider > .prev .fa {
    position: relative;
    top: 42%;
    width: 100%;
    text-align: center;
    cursor: pointer
}

@media screen and (min-width: 300px) {
    .siteSlider > .next, .siteSlider > .prev {
        font-size: 40px
    }

    .siteSlider > .next .fa, .siteSlider > .prev .fa {
        top: 38%
    }
}

@media screen and (min-width: 700px) {
    .siteSlider > .next, .siteSlider > .prev {
        font-size: 60px
    }

    .siteSlider > .next .fa, .siteSlider > .prev .fa {
        top: 42%
    }
}

@media screen and (min-width: 1200px) {
    .siteSlider > .next, .siteSlider > .prev {
        font-size: 80px
    }
}

.siteSlider > .prev {
    left: 0
}

.siteSlider > .next {
    right: 0
}

.siteSlider .sliderOverlay {
    width: 80%;
    max-width: 1200px;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2
}

.siteSlider .sliderOverlay:after, .siteSlider .sliderOverlay:before {
    content: '';
    display: table
}

.siteSlider .slideReadMore {
    float: right;
    margin-bottom: 1em;
    margin-right: 1em
}

.siteSlider figcaption {
    width: 50%;
    float: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 300px) {
    .siteSlider .sliderOverlay {
        display: none
    }

    .siteSlider figcaption h1 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 1.3em;
        font-family: Roboto, sans-serif;
        line-height: 1.1;
        color: #094A8B;
        text-rendering: optimizeLegibility
    }
}

@media screen and (min-width: 300px) and (min-width: 300px) {
    .siteSlider figcaption h1 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 300px) and (min-width: 1200px) {
    .siteSlider figcaption h1 {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 700px) {
    .siteSlider .sliderOverlay {
        display: block
    }

    .siteSlider figcaption h1 {
        font-size: 30px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 1.3em;
        font-family: Roboto, sans-serif;
        line-height: 1.1;
        color: #094A8B;
        text-rendering: optimizeLegibility
    }
}

@media screen and (min-width: 700px) and (min-width: 300px) {
    .siteSlider figcaption h1 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 700px) and (min-width: 1200px) {
    .siteSlider figcaption h1 {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 1200px) {
    .siteSlider figcaption h1 {
        font-size: 30px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 1.3em;
        font-family: Roboto, sans-serif;
        line-height: 1.1;
        color: #094A8B;
        text-rendering: optimizeLegibility
    }
}

@media screen and (min-width: 1200px) and (min-width: 300px) {
    .siteSlider figcaption h1 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1200px) and (min-width: 1200px) {
    .siteSlider figcaption h1 {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 300px) {
    .siteSlider figcaption h2 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 1.3em;
        font-family: Roboto, sans-serif;
        line-height: 1.1;
        color: #094A8B;
        text-rendering: optimizeLegibility
    }
}

@media screen and (min-width: 300px) and (min-width: 300px) {
    .siteSlider figcaption h2 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 300px) and (min-width: 1200px) {
    .siteSlider figcaption h2 {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 1200px) {
    .siteSlider figcaption h2 {
        font-size: 26px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 1.3em;
        font-family: Roboto, sans-serif;
        line-height: 1.1;
        color: #094A8B;
        text-rendering: optimizeLegibility
    }
}

@media screen and (min-width: 1200px) and (min-width: 300px) {
    .siteSlider figcaption h2 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1200px) and (min-width: 1200px) {
    .siteSlider figcaption h2 {
        padding-left: 0;
        padding-right: 0
    }
}

.siteSlider .title {
    width: 50%;
    float: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.siteSlider > .neos-contentcollection {
    z-index: 1;
    width: 100%;
    height: 100%
}

.siteSlider > .neos-contentcollection:after, .siteSlider > .neos-contentcollection:before {
    content: '';
    display: table
}

.siteSlider > .neos-contentcollection > .neos-nodetypes-image {
    float: left;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute
}

.siteSlider > .neos-contentcollection > .neos-nodetypes-image figure {
    width: 100%;
    height: 100%
}

.siteSlider > .neos-contentcollection > .neos-nodetypes-image.active {
    opacity: 1;
    z-index: 2;
    visibility: visible;
    position: relative
}

.siteSlider.empty {
    margin-bottom: 0;
    display: none;
    visibility: hidden
}

.siteTeaser .teaserContent {
    max-height: 190px
}

.siteTeaser .teaserContent--fullSize {
    max-height: 244px
}

.siteContent {
    height: 100%
}

@media screen and (min-width: 1200px) {
    .siteTeaser {
        margin-bottom: 2em
    }

    .siteTeaser .teaserContent {
        min-height: 190px
    }

    .siteTeaser .teaserContent--fullSize {
        min-height: 244px
    }

    .siteContent {
        padding: 1em 0;
        margin-bottom: 2em
    }
}

.siteContent > div {
    height: 100%
}

.siteContent a {
    font-weight: 400
}

@media screen and (min-width: 300px) {
    .siteContent .teaserBox {
        margin: 0 20px 1.5em
    }
}

@media screen and (min-width: 1200px) {
    .siteContent .teaserBox {
        margin: 0 0 1em
    }
}

.siteContent > .neos-contentcollection > .neos-nodetypes-contentreferences, .siteContent > .neos-contentcollection > .neos-nodetypes-form, .siteContent > .neos-contentcollection > .neos-nodetypes-image, .siteContent > .neos-contentcollection > .neos-nodetypes-textwithimage {
    padding: 0 1em;
    margin-bottom: 1em
}

.siteContent .neos-contentcollection .neos-nodetypes-contentreferences p, .siteContent > .neos-contentcollection > .neos-nodetypes-contentreferences p, .siteContent > .neos-contentcollection > .neos-nodetypes-form p, .siteContent > .neos-contentcollection > .neos-nodetypes-image p, .siteContent > .neos-contentcollection > .neos-nodetypes-textwithimage p {
    margin: 0
}

@media screen and (min-width: 1200px) {
    .siteContent > .neos-contentcollection > .neos-nodetypes-contentreferences, .siteContent > .neos-contentcollection > .neos-nodetypes-form, .siteContent > .neos-contentcollection > .neos-nodetypes-image, .siteContent > .neos-contentcollection > .neos-nodetypes-textwithimage {
        padding: 0
    }
}

.siteContent .neos-contentcollection .neos-nodetypes-contentreferences {
    padding: 1em
}

.siteContent .neos-nodetypes-text ul {
    margin: 0 0 1em;
    padding: 0 0 0 1.3em
}

.siteContent .neos-nodetypes-text ul li {
    padding: 0 0 0 1em;
    position: relative
}

.siteContent nav.breadcrumbMenu {
    width: 100%
}

.siteContent nav.breadcrumbMenu ul.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    display: block
}

.siteContent nav.breadcrumbMenu ul.breadcrumb li {
    float: left;
    margin: 0 .3em 0 0
}

.siteContent nav.breadcrumbMenu ul.breadcrumb li:after {
    content: "|";
    color: #094A8B
}

.siteContent nav.breadcrumbMenu ul.breadcrumb li:last-child:after {
    content: " "
}

.siteFooter {
    background-color: #454545;
    height: 100px;
    overflow: hidden;
    margin-top: 30px
}

.siteFooter.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001
}

.siteFooter .footerContent {
    color: #fff;
    padding: 1em
}

.siteFooter .footerContent ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1em;
    display: block
}

.siteFooter .footerContent ul:after, .siteFooter .footerContent ul:before {
    content: '';
    display: table
}

.siteFooter .footerContent ul li {
    display: block;
    float: left;
    margin-right: 1em;
    cursor: pointer
}

.siteFooter__nav, .siteFooter__nav > a, .siteFooter__siteLogo {
    display: inline-block
}

.siteFooter .footerContent ul li:last-child {
    margin-right: 0
}

.siteFooter .footerContent ul li a {
    color: #fff
}

.siteFooter .footerContent p {
    font-size: .8em
}

.siteFooter__nav {
    float: right;
    font-size: .8125rem
}

.siteFooter__nav > a {
    padding: 0 .5em;
    color: #FFF
}

.siteFooter.siteFooter--ecp {
    text-align: center;
    font-size: .9em
}

.siteFooter.siteFooter--ecp .footerContent ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.workingGroup .item:after, .workingGroup .item:before, .workingGroup .workingGroupHeader:after, .workingGroup .workingGroupHeader:before {
    display: table;
    content: ''
}

.siteFooter.siteFooter--ecp .footerContent ul li:not(:last-child) {
    margin: 0
}

.siteFooter.siteFooter--ecp .footerContent ul li:not(:last-child):after {
    padding: 0 .5em;
    content: '|'
}

.siteFooter.siteFooter--ecp .footerContent p {
    font-size: 1em
}

.siteFooter {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.siteFooter .footerContent ul {
    display: flex;
    justify-content: center;
}

.stage {
    padding: 1em 2em;
    margin: 1em -1em
}

.stage.orange {
    background-color: #094A8B;
    color: #fff
}

.stage.brightOrange {
    background-color: #6bb0f5
}

.stage.blue {
    background-color: #4F4F4F;
    color: #fff
}

.stage.brightBlue {
    background-color: #FFF
}

.workingGroup .item {
    background-color: #ebeef0;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 2px rgba(0, 0, 0, .1)
}

.workingGroup .workingGroupHeader {
    background-color: #669DD1;
    color: #fff;
    padding: 1em
}

.workingGroup .workingGroupHeader h2 {
    color: #fff
}

.workingGroup .workingGroupHeader .userImage {
    margin: -1em
}

.workingGroup .workingGroupContent {
    min-height: 30px;
    padding: 15px 30px 15px 20px
}

.workingGroup h1 {
    color: #094A8B;
    font-weight: 500;
    font-size: 30px;
    line-height: 39px;
    margin: 0 0 19px;
    padding: 0
}

.workingGroup .groupIcon {
    text-align: center;
    display: block;
    margin: 0 auto
}

.workingGroup .chairView {
    margin-top: 1em
}

.workingGroupList .workingGroupItem {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    margin-bottom: 15px;
    padding-bottom: 0;
    position: relative
}

.workingGroupList .workingGroupItem:after, .workingGroupList .workingGroupItem:before {
    content: '';
    display: table
}

@media screen and (min-width: 300px) {
    .siteFooter, .siteFooter .footerContent ul, .workingGroupList .workingGroupItem {
        height: auto
    }

    .workingGroupList .workingGroupItem .workingGroupContent {
        max-width: 45%
    }
}

@media screen and (min-width: 700px) {
    .workingGroupList .workingGroupItem .workingGroupContent {
        max-width: 45%
    }
}

.workingGroupList .workingGroupItem .workingGroupIcon {
    float: left;
    display: block;
    height: 100%
}

.workingGroupList .workingGroupItem .workingGroupIcon img {
    height: 100%;
    width: auto
}

.workingGroupList .workingGroupItem .workingGroupContent {
    display: inline-block;
    padding-left: 10px;
    padding-top: 5px
}

@media screen and (min-width: 1200px) {
    .workingGroupList .workingGroupItem .workingGroupContent {
        max-width: 285px
    }
}

.workingGroupList .workingGroupItem .workingGroupContent .workingGroupTitle {
    color: #094A8B;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px
}

.workingGroupList .workingGroupItem .workingGroupContent .workingGroupChair {
    font-size: 12px;
    line-height: 1.5
}

.workingGroupList .workingGroupItem .workingGroupDetailBtn {
    float: right;
    padding: 25px 15px;
    position: relative;
    text-transform: uppercase
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    @page {
        margin: .5cm
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    a, a:visited {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .print-hidden {
        display: none
    }
}

.co-site font {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6
}

.co-site table.formnavtop {
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.co-site a.tooltip_left:hover span, .co-site a.tooltip_right:hover span {
    left: 15px;
    min-width: 150px;
    z-index: 10000;
    border: 1px solid silver;
    padding: 12px;
    font-size: .9em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left
}

.co-site a.tooltip_left.absCenterHelpLink {
    display: none
}

.co-site td.textcolorgrey {
    text-align: left
}

.co-site a.tooltip_right span {
    display: none;
    text-decoration: none
}

.co-site a.tooltip_right:hover span {
    display: block;
    position: absolute;
    top: -25px;
    color: #999;
    background: #fff;
    font-style: normal;
    text-decoration: none
}

.co-site a.tooltip:active, .co-site a.tooltip:link, .co-site a.tooltip:visited, .co-site a.tooltip_left, .co-site a.tooltip_right {
    position: relative;
    font-style: italic;
    text-decoration: none
}

.co-site a.tooltip_right:hover {
    color: #094A8B;
    background: 0 0
}

.co-site a.tooltip_left span, .co-site a.tooltip_left.absCenterHelpLink span {
    display: none;
    text-decoration: none
}

.co-site a.tooltip_left:hover span {
    display: block;
    position: absolute;
    top: -20px;
    color: #999;
    background: #fff;
    font-style: normal;
    text-decoration: none
}

.co-site a.tooltip_left img {
    margin-right: 5px
}

.co-site input[type=search] ~ font, .co-site input[type=text] ~ font, .co-site input[type=password] ~ font, .co-site input[type=datetime] ~ font, .co-site input[type=datetime-local] ~ font, .co-site input[type=date] ~ font, .co-site input[type=month] ~ font, .co-site input[type=time] ~ font, .co-site input[type=week] ~ font, .co-site input[type=number] ~ font, .co-site input[type=email] ~ font, .co-site input[type=url] ~ font, .co-site input[type=tel] ~ font, .co-site input[type=color] ~ font, .co-site select ~ font, .co-site textarea ~ font {
    position: absolute;
    background: 0 0;
    top: 24px
}

.co-site button, .co-site input[type=button] {
    display: inline-block;
    padding: 1em 2em;
    cursor: pointer;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    background: #094A8B;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none
}

.co-site .pure-nodetypes-button.disabled, .co-site .pure-nodetypes-button[disabled], .co-site input[type=search][disabled], .co-site input[type=text][disabled], .co-site input[type=password][disabled], .co-site input[type=datetime][disabled], .co-site input[type=datetime-local][disabled], .co-site input[type=date][disabled], .co-site input[type=month][disabled], .co-site input[type=time][disabled], .co-site input[type=week][disabled], .co-site input[type=number][disabled], .co-site input[type=email][disabled], .co-site input[type=url][disabled], .co-site input[type=tel][disabled], .co-site input[type=color][disabled], .co-site input[type=input][disabled], .co-site input[type=INPUT][disabled], .co-site select[disabled], .co-site textarea[disabled], fieldset[disabled] .co-site .pure-nodetypes-button, fieldset[disabled] .co-site input[type=search], fieldset[disabled] .co-site input[type=text], fieldset[disabled] .co-site input[type=password], fieldset[disabled] .co-site input[type=datetime], fieldset[disabled] .co-site input[type=datetime-local], fieldset[disabled] .co-site input[type=date], fieldset[disabled] .co-site input[type=month], fieldset[disabled] .co-site input[type=time], fieldset[disabled] .co-site input[type=week], fieldset[disabled] .co-site input[type=number], fieldset[disabled] .co-site input[type=email], fieldset[disabled] .co-site input[type=url], fieldset[disabled] .co-site input[type=tel], fieldset[disabled] .co-site input[type=color], fieldset[disabled] .co-site input[type=input], fieldset[disabled] .co-site input[type=INPUT], fieldset[disabled] .co-site select, fieldset[disabled] .co-site textarea {
    cursor: not-allowed
}

.co-site button, .co-site button:hover, .co-site input[type=button], .co-site input[type=button]:hover {
    text-decoration: none
}

.co-site button:hover, .co-site input[type=button]:hover {
    -webkit-transform: scale(.95, .95);
    -ms-transform: scale(.95, .95);
    transform: scale(.95, .95)
}

.co-site button .fa, .co-site input[type=button] .fa {
    float: left;
    margin-right: 5px;
    margin-left: -.5em
}

.co-site input[type=radio], .co-site input[type=checkbox] {
    margin: 4px 10px 0 0;
    border: 1px solid #474c4d;
    display: inline-block;
    margin-top: 4px \9
}

.co-site input[type=search], .co-site input[type=text], .co-site input[type=password], .co-site input[type=datetime], .co-site input[type=datetime-local], .co-site input[type=date], .co-site input[type=month], .co-site input[type=time], .co-site input[type=week], .co-site input[type=number], .co-site input[type=email], .co-site input[type=url], .co-site input[type=tel], .co-site input[type=color], .co-site input[type=input], .co-site input[type=INPUT], .co-site select, .co-site textarea {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(230, 230, 230, .4);
    box-shadow: inset 0 1px 1px rgba(230, 230, 230, .4);
    color: #525252;
    font-size: 1rem;
    width: 100%;
    width: calc(100% - 20px);
    padding: 9px;
    margin-bottom: 0
}

.co-site input[type=search].textInput--full-width, .co-site input[type=text].textInput--full-width, .co-site input[type=password].textInput--full-width, .co-site input[type=datetime].textInput--full-width, .co-site input[type=datetime-local].textInput--full-width, .co-site input[type=date].textInput--full-width, .co-site input[type=month].textInput--full-width, .co-site input[type=time].textInput--full-width, .co-site input[type=week].textInput--full-width, .co-site input[type=number].textInput--full-width, .co-site input[type=email].textInput--full-width, .co-site input[type=url].textInput--full-width, .co-site input[type=tel].textInput--full-width, .co-site input[type=color].textInput--full-width, .co-site input[type=input].textInput--full-width, .co-site input[type=INPUT].textInput--full-width, .co-site select.textInput--full-width, .co-site table, .co-site textarea.textInput--full-width {
    width: 100%
}

.co-site input[type=search]::-ms-expand, .co-site input[type=text]::-ms-expand, .co-site input[type=password]::-ms-expand, .co-site input[type=datetime]::-ms-expand, .co-site input[type=datetime-local]::-ms-expand, .co-site input[type=date]::-ms-expand, .co-site input[type=month]::-ms-expand, .co-site input[type=time]::-ms-expand, .co-site input[type=week]::-ms-expand, .co-site input[type=number]::-ms-expand, .co-site input[type=email]::-ms-expand, .co-site input[type=url]::-ms-expand, .co-site input[type=tel]::-ms-expand, .co-site input[type=color]::-ms-expand, .co-site input[type=input]::-ms-expand, .co-site input[type=INPUT]::-ms-expand, .co-site select::-ms-expand, .co-site textarea::-ms-expand {
    border: 0;
    background-color: transparent
}

.co-site input[type=search][disabled], .co-site input[type=search][readonly], .co-site input[type=text][disabled], .co-site input[type=text][readonly], .co-site input[type=password][disabled], .co-site input[type=password][readonly], .co-site input[type=datetime][disabled], .co-site input[type=datetime][readonly], .co-site input[type=datetime-local][disabled], .co-site input[type=datetime-local][readonly], .co-site input[type=date][disabled], .co-site input[type=date][readonly], .co-site input[type=month][disabled], .co-site input[type=month][readonly], .co-site input[type=time][disabled], .co-site input[type=time][readonly], .co-site input[type=week][disabled], .co-site input[type=week][readonly], .co-site input[type=number][disabled], .co-site input[type=number][readonly], .co-site input[type=email][disabled], .co-site input[type=email][readonly], .co-site input[type=url][disabled], .co-site input[type=url][readonly], .co-site input[type=tel][disabled], .co-site input[type=tel][readonly], .co-site input[type=color][disabled], .co-site input[type=color][readonly], .co-site input[type=input][disabled], .co-site input[type=input][readonly], .co-site input[type=INPUT][disabled], .co-site input[type=INPUT][readonly], .co-site select[disabled], .co-site select[readonly], .co-site textarea[disabled], .co-site textarea[readonly], fieldset[disabled] .co-site input[type=search], fieldset[disabled] .co-site input[type=text], fieldset[disabled] .co-site input[type=password], fieldset[disabled] .co-site input[type=datetime], fieldset[disabled] .co-site input[type=datetime-local], fieldset[disabled] .co-site input[type=date], fieldset[disabled] .co-site input[type=month], fieldset[disabled] .co-site input[type=time], fieldset[disabled] .co-site input[type=week], fieldset[disabled] .co-site input[type=number], fieldset[disabled] .co-site input[type=email], fieldset[disabled] .co-site input[type=url], fieldset[disabled] .co-site input[type=tel], fieldset[disabled] .co-site input[type=color], fieldset[disabled] .co-site input[type=input], fieldset[disabled] .co-site input[type=INPUT], fieldset[disabled] .co-site select, fieldset[disabled] .co-site textarea {
    background-color: #ccc;
    opacity: 1
}

.co-site textarea {
    height: inherit
}

.co-site input[type=radio] + input[type=radio], .co-site input[type=checkbox] + input[type=checkbox] {
    margin-top: -5px
}

.co-site .pure-nodetypes-button.focus, .co-site .pure-nodetypes-button:focus, .co-site .pure-nodetypes-button:hover {
    text-decoration: none
}

.co-site .pure-nodetypes-button.active, .co-site .pure-nodetypes-button:active {
    outline: 0;
    background-image: none
}

.co-site table thead {
    border-bottom: 2px solid #ddd
}

.co-site table.tableform1 th {
    background-color: #094A8B;
    color: #fff;
    padding: 2px 0 2px 5px
}

.co-site td {
    padding: 5px;
    position: relative;
    vertical-align: middle
}

.co-site .block-tooltip {
    margin-top: 70px;
    font-size: .9em;
    color: #949494;
    border-top: 2px dotted #949494;
    padding: 10px 0
}

.co-site .block-tooltip > .groupinfonormal {
    display: inline-block;
    margin-right: 20px
}

.co-site .mandatory {
    color: red
}

.co-site .groupform1 {
    padding: 20px 0 0
}

.co-site hr {
    margin: 1em 0
}

.co-site img[src="https://www.congress-online.com/iconizer/iconizer.php?coords=R2&color=3EA1D5"] {
    margin-right: 10px
}

.co-site font[color=red] {
    margin-right: 5px
}

.co-site .sweet-alert p {
    color: #474c4d;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.6;
    background-color: #fff;
    text-align: left
}

.co-site .sweet-alert button {
    background-color: transparent !important;
    color: #094A8B;
    font-size: 16px;
    border: 1px solid #094A8B;
    border-radius: 0
}

/* ==================== added by O.Kot ===================== */
.form-group {
    margin-bottom: 0.25rem;
}

.form-check {
    position: relative;
    display: block;
    /*padding-left: 1.25rem;*/
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    /*margin-left: -1.25rem;*/
}

.form-group .checkbox-inline .form-check-input {
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 1.5rem;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.form-control {
    display: block;
    width: 100%;
    /*height: calc(2.25rem + 2px);*/
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fefefe;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-navigation li.next.submit {
    list-style: none;
    text-align: left;
}

.form-navigation ul {
    margin: 1rem 0 0 0;
    padding: 0 0 0 0;
}

/* if a required form field is empty */
.help-inline {
    color: red;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
}

/* WEB-762 */
.userBox .userHeader h2 {
    margin-bottom: 0.25em;
}

.userBox .userHeader .userImage {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.userBox .userHeader .userImage img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
