@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/EBGaramond.eot?#iefix') format('embedded-opentype'),
         url('../fonts/EBGaramond.woff') format('woff'),
         url('../fonts/EBGaramond.ttf')  format('truetype'),
         url('../fonts/EBGaramond.svg#EBGaramond') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Gudea";
    src: url('../fonts/gudea-regular-webfont.eot');
    src: url('../fonts/gudea-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gudea-regular-webfont.woff2') format('woff2'),
         url('../fonts/gudea-regular-webfont.woff') format('woff'),
         url('../fonts/gudea-regular-webfont.ttf') format('truetype'),
         url('../fonts/gudea-regular-webfont.svg#gudearegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gudea";
    src: url('../fonts/gudea-bold-webfont.eot');
    src: url('../fonts/gudea-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gudea-bold-webfont.woff2') format('woff2'),
         url('../fonts/gudea-bold-webfont.woff') format('woff'),
         url('../fonts/gudea-bold-webfont.ttf') format('truetype'),
         url('../fonts/gudea-bold-webfont.svg#gudeabold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Gudea";
    src: url('../fonts/gudea-italic-webfont.eot');
    src: url('../fonts/gudea-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gudea-italic-webfont.woff2') format('woff2'),
         url('../fonts/gudea-italic-webfont.woff') format('woff'),
         url('../fonts/gudea-italic-webfont.ttf') format('truetype'),
         url('../fonts/gudea-italic-webfont.svg#gudeaitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@-ms-viewport {
  width: auto !important;
}

.hyphenate {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.donthyphenate {
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}


/* Bootstrap overrides and helper classes */
body {
    background-color: #fffde9;
}

*:focus {
    outline: none !important;
}

p {
    line-height: 22px;
}

p:empty {
    display: none;
}

p a.internal-link {
    margin-left: 5px;
}

p br + a.internal-link {
    margin-left: 0;
}

h1, .h1 {
    line-height: 36px;
    margin-bottom: 17px;
}

h2, .h2 {
    line-height: 30px;
    margin-top: 13px;
}

h3, .h3 {
    line-height: 28px;
}

h4, .h4 {
    line-height: 20px;
    margin-top: 26px;
    margin-bottom: 24px;
}

h5, .h5 {
    font-family: "Gudea","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 16px;
    color: #888;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 8px;
}

#contentMainInner h5.underlinedBoxHeadline {
    border-bottom: 3px solid #7ea892;
    line-height: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 1px;
    margin-bottom: 5px;
}

legend {
    font-size: 26px;
    line-height: 28px;
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-bottom: none;
    font-family: "EB Garamond",Georgia,"Times New Roman",Times,serif;
    font-weight: 500;
    color: #000;
}

p:empty {
    display: none;
}

p.componentHeadline {
    font-size: 16px;
    letter-spacing: 0.05px;
    padding-top: 8px;
    padding-bottom: 18px;
    font-weight: bold;
}

p.componentHeadline.tableHeadline {
    padding-bottom: 6px;
}

p.componentHeadline.tableHeadline ~ p.componentHeadline.tableHeadline {
    padding-top: 28px;
}

ul.col-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

    ul.col-count-2 li {
        page-break-inside: avoid;
        break-inside: avoid-column;
        -webkit-column-break-inside: avoid;
    }

pre {
    margin-top: 20px;
}

small, .small {
    font-size: 13px;
    line-height: 18px;
}

.container-fluid {
    max-width: 970px;
    min-width: 320px;
}

.navbar {
    border: none;
}

.navbar-header {
    float: none;
}

    .navbar-brand {
        height: auto;
        padding-left: 0;
    }

    .navbar-toggle {
        float: none;
        border: none;
    }

        .navbar-toggle .icon-bars {
            float: right;
            margin-top: 12px;
        }

.input-group .form-control {
    border-right: none;
    box-shadow: none;
}

.input-group input[type="text"].form-control {
    -webkit-appearance: none;
}

    #quicksearch .input-group .form-control {
        width: 181px;
    }

    .input-group .form-control:focus {
        box-shadow: none;
    }

        .input-group .form-control:focus + .input-group-btn > .btn {
            border-color: #7ea892;
        }

        .input-group-btn {
            position: static;
        }

            .input-group-btn > .btn {
                padding: 0;
                line-height: 35px;
                width: 40px;
                height: 35px;
                transition: border-color ease-in-out .15s
            }

            .form-control + .input-group-btn > .btn {
                border-left: none;
            }

            .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active,
            .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover,
            .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus,
            .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
                background-color: #fff;
                border-color: #c7c7c7;
                box-shadow: none;
            }

                .input-group-btn .dropdown-menu {
                    width: 100%;
                    border-top: none;
                    border-color: #a8a8a8;
                    margin-top: 0;
                    z-index: 1900;
                }

                    .input-group-btn .dropdown-menu > li > a {
                        padding-left: 50px;
                        padding-right: 15px;
                        font-size: 14px;
                    }

                        .input-group-btn .dropdown-menu > li > a:hover, .input-group-btn .dropdown-menu > li > a:focus, .input-group-btn .dropdown-menu > li > a:active {
                            background-color: transparent;
                            color: #648574;
                        }

.form-control {
    font-size: 14px;
}

.nav-tabs {
    margin-bottom: 33px;
    background: linear-gradient(180deg, #fff, #fff 66.6666%, #ebebeb);
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            color: #666;
            font-style: italic;
            margin: 0;
            font-size: 22px;
            line-height: 30px;
            border: none;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            border: none;
        }

        .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
            color: #fff;
            background-color: #7ea892;
        }

.pager {
    text-align: right;
    margin: 0;
    position: relative;
}

.pager:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

    .pager li > a, .pager li > span {
        color: #fff;
        padding: 0;
        width: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 5px;
        background-color: #7ea892;
        border: none;
    }

        .pager li > a:hover, .pager li > a:focus, .pager li > a:active {
            background-color: #648574;
        }

.pagination {
    width: 100%;
    position: relative;
}

    .pagination > li {
        display: inline-block;
        padding-right: 4px;
    }

        .pagination > li > a, .pagination > li > span {
            padding: 0;
            min-width: 36px;
            height: 36px;
            text-align: center;
            line-height: 36px;
        }

        .pagination > li > span {
            border: none;
        }

        .pagination > li > span:hover {
            color: #505050;
        }

        .pagination > li.prev > a, .pagination > li.next > a {
            color: #fff;
            background-color: #7ea892;
            border: none;
            line-height: 22px;
            min-width: 75px;
            height: auto;
            padding: 6px 12px;
            margin-top: 1px;
        }

        .pagination > li.next > a {
            margin-left: 15px;
        }

        .pagination > li.prev > a:hover, .pagination > li.next > a:hover,
        .pagination > li.prev > a:focus, .pagination > li.next > a:focus,
        .pagination > li.prev > a:active, .pagination > li.next > a:active {
            background-color: #648574;
        }

.panel-group {
    margin-bottom: 0;
}

    .panel {
        box-shadow: none;
    }

    .panel-group .panel + .panel {
        margin-top: 0;
    }

        .panel-default > .panel-heading {
            padding-top: 0;
            padding-bottom: 0;
        }

            #accordion .panel-title {
                font-size: 22px;
                line-height: 30px;
                padding-top: 27px;
                padding-bottom: 27px;
                margin-top: 0;
                margin-bottom: 0;
            }

            .panel + .panel .panel-title {
                border-top: 1px solid #cdcdcd;
            }

                .panel-title > a {
                    display: block;
                    padding-right: 40px;
                    position: relative;
                }

                .panel-title > a:hover, .panel-title > a:focus, .panel-title > a:active {
                    color: #7ea892;
                }

                    .panel-title > a > .accordionArrow {
                        position: absolute;
                        right: 0;
                        top: 0;
                        color: #fff;
                        padding: 0;
                        width: 25px;
                        line-height: 25px;
                        text-align: center;
                        font-size: 5px;
                        border: none;
                        background-color: #7ea892;
                        display: block;
                        margin-top: 2.5px;
                    }

                    .panel-title > a:hover > .accordionArrow, .panel-title > a:focus > .accordionArrow, .panel-title > a:hover > .accordionArrow {
                        background-color: #648574;
                    }

            .panel-body {
                padding-top: 0;
            }

.table {
    table-layout: fixed;
    margin-bottom: 13px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .table tr:first-child > * {
        border-top-color: #7ea892;
    }

    .table tr:last-child > * {
        border-bottom: 1px solid #cdcdcd
    }

    .table > thead > tr > th:first-child, .table > tbody > tr > th:first-child, .table > tfoot > tr > th:first-child, .table > thead > tr > td:first-child, .table > tbody > tr > td:first-child, .table > tfoot > tr > td:first-child {
        padding-left: 0;
    }

    .table > thead > tr > th:last-child, .table > tbody > tr > th:last-child, .table > tfoot > tr > th:last-child, .table > thead > tr > td:last-child, .table > tbody > tr > td:last-child, .table > tfoot > tr > td:last-child {
        padding-right: 0;
    }

.bg-white {
    background-color: #fff;
}

.bg-info {
    background-color: #e3e7d9;
}

.bg-primary {
    background-color: #7ea892;
}

.container-block {
    display: block;
}

.btn {
  line-height: 22px;
  padding-left: 22px;
  padding-right: 22px;
}

.btn-primary {
    margin-left: 15px;
}

input.btn-primary {
    margin-left: 0;
}

.btn-primary.backLinkButton {
    margin-left: 0;
    margin-right: 15px;
}

.btn-primary:before {
    content: '';
    background-image: url('../img/polygon.svg');
    background-repeat: no-repeat;
    background-size: 15px 200%;
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
}

.btn-primary.backLinkButton:before {
    display: none;
}

.btn-primary.backLinkButton:after {
    content: '';
    background-image: url('../img/polygon_revers.svg');
    background-repeat: no-repeat;
    background-size: 15px 200%;
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
}

    .btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before,
    .btn-primary:active:hover:before, .btn-primary.active:hover:before, .open > .dropdown-toggle.btn-primary:hover:before,
    .btn-primary:active:focus:before, .btn-primary.active:focus:before, .open > .dropdown-toggle.btn-primary:focus:before,
    .btn-primary.focus:active:before, .btn-primary.active.focus:before, .open > .dropdown-toggle.btn-primary.focus:before,
    .btn-primary.backLinkButton:hover:after, .btn-primary.backLinkButton:focus:after, .btn-primary.backLinkButton:active:after,
    .btn-primary.backLinkButton:active:hover:after, .btn-primary.backLinkButton.active:hover:after, .open > .dropdown-toggle.btn-primary.backLinkButton:hover:after,
    .btn-primary.backLinkButton:active:focus:after, .btn-primary.backLinkButton.active:focus:after, .open > .dropdown-toggle.btn-primary.backLinkButton:focus:after,
    .btn-primary.backLinkButton.focus:active:after, .btn-primary.backLinkButton.active.focus:after, .open > .dropdown-toggle.btn-primary.backLinkButton.focus:after
    {
        background-position: 0 100%;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        background-color: #648574;
        box-shadow: none;
    }

.btn-primary {
    position: relative;
    border: none;
}

.btn-sm {
    font-size: 15px;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

/* general settings */
.boxContainer {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
}

    .box {
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
        height: 100%;
        position: relative;
        padding-bottom: 20px;
    }

    .box.noHeadline {
        padding-top: 20px;
    }

    #providerPortal .box.noHeadline {
        padding-top: 0;
    }

    .boxContainer.smallHeight .box {
        /*min-height: 300px;*/
    }

    .boxContainer.mediumHeight .box {
        /*min-height: 450px;*/
    }

    .boxContainer.largeHeight .box {
        /*min-height: 600px;*/
    }

        .boxContainer .box h1 {
            margin-top: 77px;
            margin-bottom: 30px;
        }

        .boxContainer .box h5.underlinedBoxHeadline + h1, .boxContainer .box h5.underlinedBoxHeadline + div > h1, .boxContainer .box h1:first-child {
            margin-top: 21px;
        }

        #contentMainInner .boxContainer .box h5.underlinedBoxHeadline + p {
            margin-top: 15px;
        }

        .boxContainer .box .boxContentContainer {
            position: static;
        }

            .boxContainer .box .boxContentContainer > *:last-child {
                margin-bottom: 0;
            }

            .boxContainer .box .boxContentContainer > h3:first-child {
                margin-top: 0;
            }

            .boxContainer .box.noHeadline .boxContentContainer > .picContainer:first-child {
                margin-top: -20px;
            }

            .boxContainer .box h5 + h4, .textPicContainer .textContainer > *:first-child, .picContainer + p {
                margin-top: 14px;
                margin-bottom: 13px;
            }

            .boxContainer .box .fullWidthImage {
                padding-bottom: 5px;
            }

            .boxContainer .box .separator {
                display: block;
                border-bottom: 1px dashed #a8a8a8;
                padding-top: 20px;
            }

ul li > p:last-child {
    margin-bottom: 0;
}

.discList {

}

    .discList > li {
        padding: 5px 0 5px 10px;
        position: relative;
    }

    .discList > li:before {
        content: '•';
        position: absolute;
        left: 0;
    }

.squareList {

}

    .squareList > li {
        padding: 5px 0 5px 17px;
        position: relative;
    }

    .squareList > li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        width: 7px;
        height: 7px;
        display: inline-block;
        background-color: #7ea892;
    }

.list-inline {
    margin-left: -12px;
}

    .list-inline > li {
        padding-left: 12px;
        padding-right: 12px;
    }

.linkList {

}

    .linkList > li {
        line-height: 24px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .linkList > li > h4 > a.internal-link {
            color: #000;
        }

        .linkList > li > h4 {
            margin-top: 0;
            margin-bottom: 10.5px;
        }

            .linkList > li + li > h4 {
                margin-top: 10.5px;
            }

        .linkList > li > h4 > a.internal-link:hover, .linkList > li > h4 > a.internal-link:focus, .linkList > li > h4 > a.internal-link:active {
            color: #648574;
        }

        .linkList > li > a.internal-link:before, .linkList > li > h4 > a.internal-link:before {
            color: #7ea892;
        }

        .linkList > li > a.internal-link:hover:before, .linkList > li > h4 > a.internal-link:hover:before, .navbar-nav .linkList > li > a.internal-link:focus:before, .navbar-nav .linkList > li > a.internal-link:active:before {
            color: #648574;
        }

        .linkList > li > a + .description {
            /*padding-left: 21px;*/
        }

            .linkList > li > a + .description > p:last-child {
                margin-bottom: 0;
            }

ol {
    counter-reset: item;
}

    ol li {
        position: relative;
        padding-left: 18px;
    }

    ol li:before {
        content: counter(item) ". ";
        counter-increment: item;
        color: #7ea892;
        position: absolute;
        left: 0;
        top: 1px;
        font-weight: bold;
    }

.label {
    font-size: 100%;
    font-weight: normal;
    border-radius: 0;
}

sup {
    font-weight: bold;
}

/* stylings */

#header .logo {
    color: #648473;
    line-height: 32px;
    display: block;
    margin-top: 16px;
    margin-bottom: 19px;
    letter-spacing: 0.75px;
}

    #header .logo img {
        max-height: 64px;
        float: left;
        margin-right: 15px;
    }

    #serviceNavigation {
        margin: 0;
        font-size: 15px
    }

        #serviceNavigation > li {
            float: left;
            position: relative;
        }

            #serviceNavigation > li > a {
                display: block;
                color: #fff;
                padding: 10px;
                line-height: 1.42857143;
            }

            #serviceNavigation > li + li > a {
                margin-right: -20px;
            }

            #serviceNavigation > li > a:hover, #serviceNavigation > li > a:focus, #serviceNavigation > li > a:active {
                color: #fff
            }

            #serviceNavigation > li:first-child > a {
                padding-left: 0;
            }

                #serviceNavigation > li > .dropdown-menu {
                    width: 100%;
                    padding-top: 9px;
                    padding-bottom: 13px;
                    border: none;
                    z-index: 2000;
                    min-width: 0;
                }

                    #serviceNavigation > li > .dropdown-menu > li > a {
                        line-height: 30px;
                    }

                    #serviceNavigation > li > .dropdown-menu > li > a:hover, #serviceNavigation > li > .dropdown-menu > li > a:focus, #serviceNavigation > li > .dropdown-menu > li > a:active {
                        background-color: transparent;
                        color: #648574;
                    }

    #quicksearch {
        float: right;
        margin-top: 21px;
    }

    #mainNavigationContainer {
        margin-left: -15px;
        display: block;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    }

        .navbar-nav > li > a:before {
            content: '';
            background: url('../img/polygon.svg') transparent no-repeat scroll 0 0;
            background-size: 15px 200%;
            display: block;
            width: 15px;
            height: 100%;
            position: absolute;
            top: 0;
            left: -15px;
        }

        .navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before, .navbar-nav > li > a:active:before, .navbar-nav > li.open > a:before, .navbar-nav > li.active > a:before {
            background-position: 0 100%;
        }

        .navbar-nav .dropdown-menu li a:hover, .navbar-nav .dropdown-menu li a:focus, .navbar-nav .dropdown-menu li a:active,
        .navbar-default .navbar-nav .dropdown-menu li a:hover, .navbar-default .navbar-nav .dropdown-menu li a:focus, .navbar-default .navbar-nav .dropdown-menu li a:active {
            color: #648574;
        }

        .navbar-default .navbar-nav > li > a.h4 {
            margin-top: 0;
            margin-bottom: 0;
            margin-right: 15px;
            position: relative;
            left: 15px;
            padding-left: 25px;
            padding-right: 25px;
            padding-top: 0;
            padding-bottom: 0;
            letter-spacing: 0.5px;
            line-height: 38px;
            min-height: 40px;
            border-radius: 0;
        }

        .navbar-default .navbar-nav:hover > .active > a {
            background-color: transparent;
        }

            .navbar-default .navbar-nav:hover > .active > a:before {
                background-position: 0 0;
            }

        .navbar-default .navbar-nav:hover > .active > a:hover, .navbar-default .navbar-nav:hover > .active.open > a {
            background-color: #648574;
        }

            .navbar-default .navbar-nav:hover > .active > a:hover:before, .navbar-default .navbar-nav:hover > .active.open > a:before {
                background-position: 0 100%;
            }

        #mainNavigationContainer .dropup, #mainNavigationContainer .dropdown {
            position: static;
        }

            .navbar-nav .linkListWithArrows > li  {
                padding-bottom: 0;
                padding-left: 16px;
            }

                .navbar-nav .linkListWithArrows > li > a:before {
                    top: 10px;
                }

            .navbar-nav .linkList > li {
                padding-bottom: 0;
                padding-top: 0;
            }

                .navbar-nav .linkList > li > a.internal-link {
                    padding-left: 16px;
                }

            .navbar-nav > li > .dropdown-menu {
                border: 0;
                width: 100%;
                float: none;
                margin-top: 0;
                padding: 0;
                box-shadow: 0 0 13px rgba(0, 0, 0, 0.36);
                border-radius: 0;
            }

                .navbar-nav > li > .dropdown-menu a {
                    color: #000;
                    margin-top: 0;
                    margin-bottom: 0;
                    display: block;
                }

                .navbar-nav.mainNavigation > li > .dropdown-menu .level2, .navbar-nav > li > .dropdown-menu .highlighted {
                    padding: 0 38px;
                }

                .navbar-nav.mainNavigation > li > .dropdown-menu .level2 {
                    padding-top: 19px;
                    padding-bottom: 26px;
                }

                    .navbar-nav.mainNavigation > li > .dropdown-menu .level2 > li > a {
                        padding-left: 2px;
                        padding-top: 10px;
                        padding-bottom: 10px;
                    }

                    .navbar-nav.mainNavigation > li > .dropdown-menu .level2 > li.hasSub > a {
                        padding-bottom: 5px;
                    }

                .navbar-nav.mainNavigation > li > .dropdown-menu .highlighted {
                    padding-top: 35px;
                    padding-bottom: 36px;
                }

                    .navbar-nav.mainNavigation > li > .dropdown-menu .highlighted.linkListWithArrows > li > a:before {
                        top: 4px;
                    }

                        .navbar-nav.mainNavigation > li > .dropdown-menu .level3 a {
                            padding-top: 5px;
                            padding-bottom: 5px;
                            line-height: 20px;
                            color: #505050;
                        }

                        .navbar-nav.mainNavigation > li > .dropdown-menu .level3 a:before {
                            top: 10px;
                        }

                        .navbar-nav.mainNavigation > li > .dropdown-menu .level3 a:hover, .navbar-nav.mainNavigation > li > .dropdown-menu .level3 a:focus, .navbar-nav.mainNavigation > li > .dropdown-menu .level3 a:active {
                            color: #648574;
                        }

            .closeDropDownContainer {
                clear: both;
                padding-bottom: 20px;
                display: block;
            }

        .mainNavigationMobile  {
            margin: 0;
            width: 100%;
            float: none;
        }

#content {
    margin-bottom: 55px;
}

    #breadcrumbContainer {
        font-size: 14px;
        line-height: 24px;
        color: #5f5f5f;
    }

        .breadcrumb {
            margin-top: 27px;
            margin-bottom: 5px;
        }

            .breadcrumb > li {
                padding-left: 5px;
                display: inline;
            }

            .breadcrumb > li:before {
                content: '';
            }

                .breadcrumb a {
                    color: #5f5f5f;
                }

                    .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
                        color: #648574;
                    }

                    .breadcrumb a:before {
                        content: '» ';
                    }

    #stageContainer + h1 {
        margin-top: 34px;
    }

    #stageContainer {
        padding-bottom: 8px;
        margin-top: 21px;
    }

    #providerPortal #contentHeader img {
        margin-top: 21px;
    }

        #stage {
            padding-bottom: 0;
        }

      #stage.bigImagesWithTeaserContainer .bigImagesWithTeaser .teaser {
                padding-top: 15px;
        padding-bottom: 53px;
      }

                #stage.bigImagesWithTeaserContainer .bigImagesWithTeaser .teaser h5 + h2 {
                    margin-top: 11px;
                }

      #stage.bigImagesWithTeaserContainer .bigImagesWithTeaser .more-link {
        position: absolute;
        bottom: 19px;
        right: 15px;
      }

        #stage.bigImagesWithTeaserContainer .bigImagesWithTeaser .bigImageWithTeaser {
          position: relative;
        }

      #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows {
        position: absolute;
        width: 75%;
                height: 0;
        top: 50%;
        margin-top: -23px;
        margin-bottom: 0;
      }

        #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows li.prev {
          float: left;
        }

        #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows li.next {
          float: right;
        }

          #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows li a {
            display: block;
            width: 46px;
            height: 46px;
            background-color: rgba(255, 255, 255, 0.8);
            text-align: center;
            line-height: 46px;
          }

      #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots {
        position: absolute;
        width: 75%;
        bottom: 12px;
        margin-bottom: 0;
        padding-right: 16px;
        text-align: right;
        line-height: 1.0em;
      }

        #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots li {
          display: inline-block;
          padding: 0 4px;
        }

          #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots li a {
            display: block;
            width: 12px;
            height: 12px;
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
          }

          #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots li a:hover, #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots li a:focus,
          #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots li a:active, #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots li.slick-active a {
            background-color: #fff;
          }


    #contentMainContainer {
        padding-top: 7px;
    }



        .teaserWithImageLeft {
            padding-bottom: 0;
        }

            .teaserContainer .teaserTextContainer {
                padding-bottom: 20px;
            }

                .teaserContainer .teaserTextContainer .teaserText {
                    max-width: 75%;
                }

                    .teaserContainer .teaserTextContainer .teaserText h4 {
                        margin-top: 18px;
                        margin-bottom: 10px;
                    }

                    .teaserContainer .teaserTextContainer .teaserText p:last-child {
                        margin-bottom: 0;
                    }

        .accordionContainer {
            padding-bottom: 0;
        }

        .textPicContainer.picLeft .picContainer {
            float: left;
            padding-right: 15px;
            display: table;
            width: 250px;
        }

        .textPicContainer.picRight .picContainer {
            float: right;
            padding-left: 15px;
            display: table;
            width: 250px;
        }

            .textPicContainer.picLeft .picContainer img, .textPicContainer.picRight .picContainer img {
                padding-bottom: 5px;
            }

        .sidebarContainer #sidebarNavigationContainer {
            box-shadow: none;
            padding-bottom: 0;
            height: auto;
        }

            .sidebarContainer #sidebarNavigation {
                box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
                margin-bottom: 30px;
            }

                .sidebarContainer #sidebarNavigationTitle {
                    margin: 0;
                    padding: 14px 15px 14px;
                }

                .sidebarContainer #sidebarNavigation li.hasSub > a {
                    padding-right: 25px;
                }

                .sidebarContainer #sidebarNavigation li a {
                    color: #648574;
                }

                .sidebarContainer #sidebarNavigationContainer .nav > li > a {
                    padding-top: 14px;
                    padding-bottom: 14px;
                }

                .sidebarContainer #sidebarNavigation li a:hover {
                    background-color: #fff;
                }

                .sidebarContainer #sidebarNavigation li > a.open:hover {
                    background-color: #fff;
                    font-weight: bold;
                }

                .sidebarContainer ul > li > ul {
                    border-bottom: 1px solid #7ea892;
                }

                .sidebarContainer ul > li:last-child > a.open + ul {
                    border-bottom: none;
                }

                 .sidebarContainer #sidebarNavigation > li > a, .sidebarContainer #sidebarNavigation.level2 > li > a {
                     border-bottom: 1px solid #7ea892;
                 }

                    .sidebarContainer #sidebarNavigation > li > a:hover, .sidebarContainer #sidebarNavigation.level2 > li > a:hover {
                        border-color: transparent;
                    }

                    .sidebarContainer #sidebarNavigation > li + li > a:hover, .sidebarContainer #sidebarNavigation.level2 > li + li > a:hover {
                        padding-top: 15px;
                        margin-top: -1px;
                    }

                 .sidebarContainer #sidebarNavigation.level2 > li:last-child > a {
                     border-bottom: none;
                 }

                .sidebarContainer #sidebarNavigation li > a > .border-bottom {
                    border-bottom: 1px solid #7ea892;
                    display: block;
                    position: relative;
                    top: 14px; /* same as padding-bottom of parent a-tag */
                }

                .sidebarContainer #sidebarNavigation ul.level4 li > a > .border-bottom {
                    border-bottom-color: #7ea892;
                }

                .sidebarContainer #sidebarNavigation.level2 li:last-child > a > .border-bottom, .sidebarContainer #sidebarNavigation li > a:hover > .border-bottom, .sidebarContainer #sidebarNavigation ul.level4 li > a:hover > .border-bottom {
                    border-color: transparent;
                }

                .sidebarContainer #sidebarNavigation.level2 > li > a.open {
                    background-color: #d7ddc7;
                    font-weight: bold;
                    border-bottom: 0;
                }

                    .sidebarContainer #sidebarNavigation.level2 > li > a.open:hover {
                        background-color: #fff;
                    }

                .sidebarContainer #sidebarNavigation .level3 {
                    background-color: #d7ddc7;
                }

                    .sidebarContainer #sidebarNavigation .level3 > li > a.open {
                        background-color: #cad6bd;
                        color: #678c7f;
                        font-weight: bold;
                        margin-top: -1px;
                        padding-top: 15px;
                    }

                        .sidebarContainer #sidebarNavigation.level3 > li > a.open:hover {
                            background-color: #fff;
                        }

                        .sidebarContainer #sidebarNavigation .level4 {
                            background-color: #cad6bd;
                            color: #678c7f;
                        }

                .sidebarContainer #sidebarNavigation .level3 li.active a, .sidebarContainer #sidebarNavigation .level3 li a:hover {
                    margin-top: -1px;
                    padding-top: 15px;
                }

                    .sidebarContainer #sidebarNavigation li.active > a, .sidebarContainer #sidebarNavigation li.active > a.open {
                        background-color: #7ea892;
                        color: #fff;
                        border-bottom: none;
                        font-weight: normal;
                    }

                    .sidebarContainer #sidebarNavigation li.active > a:hover, .sidebarContainer #sidebarNavigation li.active > a:focus, .sidebarContainer #sidebarNavigation li.active > a:active,
                    .sidebarContainer #sidebarNavigation li.active > a.open:hover, .sidebarContainer #sidebarNavigation li.active > a.open:focus, .sidebarContainer #sidebarNavigation li.active > a.open:active {
                        background-color: #7ea892;
                    }

                        .sidebarContainer #sidebarNavigation li.active > a > .border-bottom, .sidebarContainer #sidebarNavigation li.active > a.open > .border-bottom {
                            border-bottom: 0;
                       }

                .sidebarContainer #sidebarNavigation .level4 > li > a {
                    padding-left: 25px;
                }

            .sidebarContainer h5 + p {
                padding-top: 12px;
            }

            .sidebarContainer .picContainer {
                padding-bottom: 14px;
            }

            .sidebarContainer .downloads p {
                margin: 0;
                padding-bottom: 10.5px;
            }

            .sidebarContainer .additionalLinks .pagerContainer {
                margin-right: 15px;
            }

    #contentMoreInfoContainer .box {
        padding-bottom: 20px;
    }

    #contentMoreInfoContainer .contentMoreInfoContent {
        height: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        #contentMoreInfoContainer .contentMoreInfoContent .boxContainer {
            padding-top: 0;
            padding-bottom: 0;
        }

            #contentMoreInfoContainer .contentMoreInfoContent .boxContentContainer {
                height: 100%;
                position: relative;
            }

                #contentMoreInfoContainer .contentMoreInfoContent .twoColumnContainer {
                    position: relative;
                    top: 50%;
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    margin-top: -10px;
                }

            #contentMoreInfoContainer img {
                padding-bottom: 16px;
            }

    #home .twoColumnContainer a, #home .sidebar a {
        color: #505050;
    }

    #home .twoColumnContainer a:before, #home .sidebar a:before {
        color: #7ea892;
    }

    #home .twoColumnContainer a:hover, #home .sidebar a:hover, #home .twoColumnContainer a:hover:before, #home .sidebar a:hover:before,
    #home .twoColumnContainer a:focus, #home .sidebar a:focus, #home .twoColumnContainer a:focus:before, #home .sidebar a:focus:before,
    #home .twoColumnContainer a:active, #home .sidebar a:active, #home .twoColumnContainer a:active:before, #home .sidebar a:active:before {
        color: #648574;
    }

    #home .sidebar .pager a, #home .sidebar .pager a:before,
    #home .sidebar .pager a:hover, #home .sidebar .pager a:focus, #home .sidebar .pager a:active {
        color: #fff;
    }

#topfooterContainer {
    padding-top: 13px;
    padding-bottom: 16px;
}

    #topfooterContainer h5 {
        border-bottom: 1px solid #7ea892;
        padding: 7px 0;
        color: #505050;
    }

    #topfooterContainer a {
        color: #4d4d4d;
        position: relative;
        padding-right: 20px;
    }

        #topfooterContainer a:hover, #topfooterContainer a:focus, #topfooterContainer a:active {
            color: #648574;
        }

    #topfooterContainer .footerNavContainer {
        padding-top: 15px;
    }

        #topfooterContainer .footerNavContainer a.h4 {
            margin-top: 10.5px;
            margin-bottom: 10.5px;
        }

            #topfooterContainer .footerNavContainer .level2 {
                padding-top: 6px;
            }

                #topfooterContainer .footerNavContainer .level2 > li > a {
                    line-height: 16px;
                    display: block;
                    padding: 6.5px 0;
                }

                #topfooterContainer .footerNavContainer .level3 {
                    padding-top: 3px;
                    padding-bottom: 3px;
                }

                    #topfooterContainer .footerNavContainer .level3 > li > a {
                        display: block;
                        padding: 5px 0;
                        line-height: 16px;
                    }

    #topfooterContainer .footerServiceNavigation {
        padding: 2px 0;
    }

       #topfooterContainer .footerServiceNavigation > li > a {
           padding: 5px 0;
           display: block;
       }

#footerServiceNavigation {
    font-size: 14px;
    padding-top: 10px;
    margin-left: -11px;
    margin-right: -11px;
}

#bottomfooterContainer, #bottomfooterContainer a {
    color: #fff;
}

    #bottomfooter {
        padding-top: 34px;
        padding-bottom: 38px;
        letter-spacing: 0.3px;
        position: relative;
        overflow: hidden;
    }

        #bottomfooterContainer a:hover, #bottomfooterContainer a:focus, #bottomfooterContainer a:active {
            text-decoration: underline;
        }

        #bottomfooterContainer .toTop-link {
            padding: 0;
            display: block;
        }

        #bottomfooterContainer #metaNavigation > li > a {
            padding-left: 10px;
            padding-right: 10px;
        }

        #bottomfooterContainer #metaNavigation > li:last-child > a {
            padding-right: 0;
        }

.slick-vertical .slick-slide {
    border: none;
}



.slick-arrow {
    z-index: 10;
    position: relative;
}

.slick-arrow.slick-disabled {
    z-index: 0;
    opacity: 1.0;
}


/* icons */
.input-group .ss-search {
    font-size: 20px;
    position: relative;
    top: 1px;
}

.input-group .dropdown-toggle .icon-caret-down {
    font-size: 5px;
    position: relative;
    top: -3px;
}

#serviceNavigation .icon-caret-down {
    font-size: 5px;
    padding-left: 7px;
    top: -3px;
    position: relative;
}

.news .ss-clock {
    position: relative;
    top: 2px;
    /*margin-right: 4px;*/
}

#bottomfooterContainer .toTop-link .icon-caret-up {
    font-size: 5px;
    padding-left: 8px;
    position: relative;
    top: -1.5px;
    display: inline-block;
}

.btn-sm .icon-close {
    font-size: 12px;
    position: relative;
    left: -5px;
}

.bg-lion:before {
    content: '\e906';
    position: absolute;
    color: #fff;
    opacity: 0.15;
    font-size: 120px;
    right: 0;
    bottom: 0;
    margin-bottom: -24px;

    font-family: 'iconfont-bw' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rss-feed-link .icon-rss {
    font-size: 15px;
    position: relative;
    top: 2px;
    color: #a8a8a8;
}

    .rss-feed-link:hover .icon-rss, .rss-feed-link:focus .icon-rss, .rss-feed-link:active .icon-rss {
        color: #648574;
    }

.footerNavContainer .icon-caret-down {
    font-size: 5px;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 0;
}

    .footerNavContainer .open .icon-caret-down:before {
        content: "\e902";
    }

#sidebarNavigation .icon-caret-down {
    font-size: 5px;
    position: absolute;
    top: 50%;
    right: 9px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
    #sidebarNavigation .open > .icon-caret-down:before {
        content: "\e902";
    }

.mainNavigationMobile .dropdown-toggle .icon-close {
    font-size: 16px;
    position: relative;
    top: 11px;
    right: 3px;
}

.mainNavigationMobile li.hasSub > a > .icon-caret-right {
    font-size: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 25px;
}

.mainNavigationMobile li.hasSub > ul > li.backlinkContainer > a.back-link:before {
    top: 3px;
}

.panel-title > a.collapsed > .accordionArrow:before {
    content: "\e903";
}

/* link variations */
.internal-link {
    position: relative;
    padding-left: 11px;
    display: inline-block;
}

.internal-link:before {
    content: "\e900";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 7px;

    font-family: 'iconfont-bw' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.h4.internal-link:before {
    top: 6px;
}

.back-link {
    position: relative;
    padding-left: 11px;
    display: inline-block;
}

.back-link:before {
    content: "\e901";
    font-size: 10px;
    position: absolute;
    top: 6px;
    left: 0;

    font-family: 'iconfont-bw' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mainNavigationMobile .back-link {
    display: block;
    padding-left: 0;
}

.mainNavigationMobile .back-link:before {
    top: 50%;
    margin-top: -5px;
    left: 25px;
}

.external-link:before {
    content: '\e90d';
    top: 0.2em;
    left: 0;
    position: absolute;

    font-family: 'iconfont-bw' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.external-link.lion-mirrored:before, p.lion:before {
    content: '\e905';
    font-size: 11px;
    padding-right: 10px;
    position: relative;
    top: -2px;

    font-family: 'iconfont-bw' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.external-link.crest:before {
    content: url('../img/crest.png');
    position: relative;
    top: 0;
    display: inline-block;
    float: left;
    width: 36px;
    height: 20px;
    margin-top: 11px;
    margin-right: 13px;
    padding-left: 4px;
}

.zip-archive-link, .download-link, .txt-download-link, .pdf-download-link, .spreadsheet-link, .presentation-link,
.audio-file-link, .video-file-link, .external-link, .mail-link, .phone-link, .container-link,
.zoom-link, .jump-back-link, .jump-up-link, .jump-down-link {
    position: relative;
    display: inline-block;
    padding-left: 21px;
}

.logout-link {
    position: relative;
    display: inline-block;
    padding-left: 18px;
}

.download-link:before, .presentation-link:before,
.audio-file-link:before, .video-file-link:before, .mail-link:before, .phone-link:before,
.zoom-link:before, .jump-back-link:before, .jump-up-link:before, .jump-down-link:before, .logout-link:before {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;


    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    left: 0;
    top: 0.2em;
}

.zip-archive-link:before, .txt-download-link:before, .spreadsheet-link:before, .pdf-download-link:before, .container-link:before, .container-link:after {
    font-family: 'iconfont-bw' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    left: 0;
    top: 0.2em;
}

.zip-archive-link:before {
    content: "\e908";
}

.download-link:before {
    content: "\e865";
}

.txt-download-link:before {
    content: "\e909";
}

.pdf-download-link:before {
    content: "\e90c";
    font-size: 1.1em;
}

.spreadsheet-link:before {
    content: "\e90a";
    left: -2px;
}

.presentation-link:before {
    content: "\e843";
}

.audio-file-link:before {
    content: "\e823";
}

.video-file-link:before {
    content: "\e824";
    top: 0.33333em;
}

.mail-link:before {
    content: "\e818";
}

.phone-link:before {
    content: "\e830";
}

.container-link:before {
    content: "\e90d";
}

.zoom-link:before {
    content: "\e88c";
}

.jump-back-link:before {
    content: "\e875";
}

.jump-up-link:before {
    content: "\e873";
}

.jump-down-link:before {
    content: "\e874";
}

.logout-link:before {
    content: "\e820";
}

@media (min-width: 992px) {
    #topfooterContainer h5 {
        min-height: 47px;
        position: relative;
    }

    #topfooterContainer h5 > span {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    .footerNavContainer .level2.collapse {
        display: block;
        visibility: visible;
        height: auto !important;
    }

    #quicksearch .input-group-addon, #quicksearch .input-group-btn {
        width: auto;
    }
}

@media (max-width: 991px) {
    .boxContainer.smallHeight .box {
        min-height: 0;
    }

    .boxContainer.mediumHeight .box {
        min-height: 0;
    }

    .boxContainer.largeHeight .box {
        min-height: 0;
    }

    .boxContainer.textPicContainer .textContainer > *:first-child {
        margin-top: 0;
    }

    .boxContainer.textPicContainer .picContainer > .row > img {
        padding-left: 15px;
    }

    .additionalLinks {
        position: relative;
        bottom: -10px;
    }

        .additionalLinks .pagerContainer {
            margin-right: 0;
        }

    .navbar-default {
        margin-left: 7.5px;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table {
        table-layout: auto;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }


    #contentMoreInfoContainer .box {
        padding-bottom: 10px;
    }

    #contentMoreInfoContainer .contentMoreInfoContent .twoColumnContainer {
        position: static;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        margin-top: 0;
        padding-top: 10px;
    }

        #contentMoreInfoContainer .contentMoreInfoContent .twoColumnContainer .linkListWithArrows {
            margin-bottom: 0;
        }
}

@media (max-width: 900px) {
    .navbar-default .navbar-nav.mainNavigation > li > a.h4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 845px) {
    .navbar-default .navbar-nav.mainNavigation > li > a.h4 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 815px) {
    .navbar-default .navbar-nav.mainNavigation > li > a.h4 {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media (max-width: 767px) {
    ul.col-count-2 {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }

    .table-responsive {
        border: none;
    }

        .table-responsive > .table {
            table-layout: auto;
        }

    .navbarBrandContainer {
        text-align: center;
    }

        .navbar-brand {
            float: none;
            text-align: center;
            display: inline-block;
            padding-left: 15px;
        }

    #stage.bigImagesWithTeaserContainer .stagePagerContainer {
        position: absolute;
        top: 0;
        width: 100%;
    }

        #stage.bigImagesWithTeaserContainer .stagePager {
            position: relative;
            display: block;
            height: 0;
            padding: 0;
            overflow: hidden;
            padding-bottom: 63.6943%;
        }

            #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: 0;
                margin-top: 0;
            }

            #stage.bigImagesWithTeaserContainer .stagePagerContainer .stagePagerArrows li {
                position: relative;
                top: 50%;
                margin-top: -23px;
            }

    #stage.bigImagesWithTeaserContainer .stagePagerContainer .slick-dots {
        display: none !important;
    }

    .serviceNavAndSearchContainer {
        float: none !important;
    }

        #quicksearch {
            margin-top: 10px;
            clear: none;
            float: none;
        }

            .input-group-addon, .input-group-btn {
                width: 1%;
            }

            #quicksearch .input-group .form-control {
                width: 100%;
            }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.36);
        background-color: #fff;
        width: 100%;
        overflow: hidden;
    }

    .mainNavigationMobile .dropdown-toggle .icon-close {
        display: none;
    }

    .mainNavigationMobile .open .dropdown-toggle .icon-close {
        display: block;
    }

    .mainNavigationMobile .open .dropdown-toggle .icon-bars {
        display: none;
    }

    .mainNavigationMobile li.backLinkContainer > .back-link {
        color: #fff;
        background-color: #7ea892;
        position: relative;
        padding-left: 40px;
    }

        .mainNavigationMobile li.backLinkContainer > .back-link:hover, .mainNavigationMobile li.backLinkContainer > .back-link:focus, .mainNavigationMobile li.backLinkContainer > .back-link:active {
            color: #fff !important;
            background-color: #648574;
        }

    .mainNavigationMobile li a {
        line-height: 20px;
        padding: 10px 25px;
    }

        .mainNavigationMobile li.hasSub > a {
            padding-right: 40px;
            position: relative;
        }

        .mainNavigationMobile li.active > a {
            color: #7ea892;
        }

     .mainNavigationMobile .level2, .mainNavigationMobile .level3, .mainNavigationMobile .level4 {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        visibility: hidden;
    }

    .mainNavigationMobile .level1 > .open .level2, .mainNavigationMobile .level2 > .open .level3, .mainNavigationMobile .level2 > .open .level4 {
        visibility: visible;
    }

    .mainNavigationMobile.openLevel2 .level1, .mainNavigationMobile.openLevel3 .level1 > .open .level2, .mainNavigationMobile.openLevel4 .level1 > .open .level3 {
        visibility: hidden;
    }

    .mainNavigationMobile .level1 {
       transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transition: transform 300ms linear;
        -moz-transition: -moz-transform 300ms linear;
        -webkit-transition: -webkit-transform 300ms linear;
    }

    .mainNavigationMobile.openLevel2 .level1, .mainNavigationMobile.openingLevel2 .level1 {
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }

    .mainNavigationMobile.openLevel3 .level1, .mainNavigationMobile.openingLevel3 .level1 {
        transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
    }

    .mainNavigationMobile.openLevel4 .level1, .mainNavigationMobile.openingLevel4 .level1 {
        transform: translateX(-300%);
        -moz-transform: translateX(-300%);
        -webkit-transform: translateX(-300%);
    }

    .boxContainer.textPicContainer .textContainer > *:first-child {
        margin-top: 14px;
    }

    .boxContainer.textPicContainer .picContainer > .row > img {
        padding-left: 0;
    }

    .teaserContainer .teaserTextContainer .teaserText {
        max-width: 100%;
    }



        .teaserContainer .teaserTextContainer .more-link {
            margin-top: 15px;
        }

    #topfooterContainer {
        padding-top: 20px;
    }

    #bottomfooter {
        padding-top: 0;
        padding-bottom: 10px;
    }

        #toTopContainer {
            width: 100%;
            float: none !important;
            position: relative;
            z-index: 4;
        }

        #bottomfooterContainer #metaNavigationContainer {
            float: none !important;
            width: 100%;
        }

            #bottomfooterContainer #metaNavigation {
                margin-top: 20px;
                margin-bottom: 10px;
            }

            #bottomfooterContainer #metaNavigation > li {
                float: none;
            }

            #bottomfooterContainer #metaNavigation > li + li {
                margin-left: 0;
            }

                #bottomfooterContainer #metaNavigation > li > a {
                    display: block;
                    padding-left: 0;
                }
}

@media (max-width: 480px) {
    .col-xxs-12 {
        width: 100%;
    }

    .hidden-xxs {
        display: none !important;
    }

    #header .logo img {
        float: none;
        margin: auto;
    }

    #header .logo .text {
        float: none !important;
        text-align: center;
        display: block;
    }

    .pagination > li.prev > a, .pagination > li.next > a {
        visibility: hidden;
        width: 36px;
        height: 36px;
        padding: 0;
        margin: 0;
        border: none;
        min-width: 0;
    }

    .pagination > li.prev > a:after {
        display: none;
    }

    .pagination > li.prev > a:before, .pagination > li.next > a:before {
        width: 36px;
        height: 36px;
        line-height: 36px;
        position: relative;
        top: 0;
        left: 0;
        display: block;
        background-image: none;
        background-color: #7ea892;
        visibility: visible;
        font-size: 10px;

        font-family: 'iconfont-bw' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .pagination > li.prev > a:before {
        content: "\e901";
    }

    .pagination > li.next > a:before {
        content: "\e900";
    }

    .textPicContainer.picLeft .picContainer, .textPicContainer.picRight .picContainer {
        float: none;
        padding-right: 0;
        margin: auto;
        padding-left: 0;
        width: 100%;
    }
}


/* Datepicker */
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.highlighted {
    background-color: #7ea892;
    border-color: #7ea892;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted.focus:active, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.focus:active, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover, .open > .dropdown-toggle.datepicker table tr td.active.focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover, .open > .dropdown-toggle.datepicker table tr td.active:focus, .open > .dropdown-toggle.datepicker table tr td.active:hover {
    background-color: #648574;
    border-color: #648574;
}

.datepicker table tr td.today {
    background-color: #e3e7d9;
    border-color: #e3e7d9;
}

.datepicker table tr td.today.active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .open > .dropdown-toggle.datepicker table tr td.today {
    background-color: #648574;
    border-color: #648574;
    color: #fff;
}


.fsc-sitemap {
    margin-top: 15px;
}

    .fsc-sitemap ul ul {
        padding-left: 20px;
    }

        .fsc-sitemap ul ul  > li:last-child {
            padding-bottom: 0;
        }

        .fsc-sitemap > ul > li + li {
            border-top: 1px dashed #a8a8a8;
            margin-top: 7px;
            padding-top: 10px;
        }

            .fsc-sitemap > ul > li > a.h4 {
                margin-top: 0;
                margin-bottom: 0;
            }

#providerEdit .tx-powermail legend {
    display: block;
}
