﻿@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated, .box-carousel-controls-next, .box-carousel-controls-prev, .box-carousel-event-more-link, .box-carousel-spotlight-controls-next, .box-carousel-spotlight-controls-prev, .box-carousel-spotlight-more-link, .box-carousel-spotlight:hover .box-carousel-spotlight-controls-next, .box-carousel-spotlight:hover .box-carousel-spotlight-controls-prev, .box-carousel:hover .box-carousel-controls-next, .box-carousel:hover .box-carousel-controls-prev {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode:both
}

@-webkit-keyframes fadeIn {
    from {
        opacity:0
    }

    to {
        opacity:1
    }
}

@keyframes fadeIn {
    from {
        opacity:0
    }

    to {
        opacity:1
    }
}

.box-carousel-event-link:hover .box-carousel-event-more-link, .box-carousel-spotlight-link:hover .box-carousel-spotlight-more-link, .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name:fadeIn
}

@-webkit-keyframes fadeOut {
    from {
        opacity:1
    }

    to {
        opacity:0
    }
}

@keyframes fadeOut {
    from {
        opacity:1
    }

    to {
        opacity:0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name:fadeOut
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform:none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform:none
    }
}

.box-carousel-spotlight:hover .box-carousel-spotlight-controls-prev, .box-carousel:hover .box-carousel-controls-prev, .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name:fadeInLeft
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity:1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity:1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
}

.box-carousel-controls-prev, .box-carousel-spotlight-controls-prev, .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name:fadeOutLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform:none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform:none
    }
}

.box-carousel-spotlight:hover .box-carousel-spotlight-controls-next, .box-carousel:hover .box-carousel-controls-next, .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name:fadeInRight
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity:1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity:1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
}

.box-carousel-controls-next, .box-carousel-spotlight-controls-next, .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name:fadeOutRight
}

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

@font-face {
    font-family: NexusSans;
    src: url(NexusSansWeb-Pro-Bold.eot);
    src: url(NexusSansWeb-Pro-Bold.eot?#iefix) format("embedded-opentype"), url(NexusSansWeb-Pro-Bold.woff) format("woff");
    font-weight: 700;
    font-style:normal
}

@font-face {
    font-family: NexusSans;
    src: url(NexusSansWeb-Pro-Italic.eot);
    src: url(NexusSansWeb-Pro-Italic.eot?#iefix) format("embedded-opentype"), url(NexusSansWeb-Pro-Italic.woff) format("woff");
    font-weight: 400;
    font-style:italic
}

@font-face {
    font-family: NotoSans;
    src: url(NotoSans-Regular-webfont.eot);
    src: url(NotoSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(NotoSans-Regular-webfont.woff) format("woff"), url(NotoSans-Regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: NotoSans;
    src: url(NotoSans-Bold-webfont.eot);
    src: url(NotoSans-Bold-webfont.eot?#iefix) format("embedded-opentype"), url(NotoSans-Bold-webfont.woff) format("woff"), url(NotoSans-Bold-webfont.ttf) format("truetype");
    font-weight: 700;
    font-style:normal
}

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

@font-face {
    font-family: SourceSansPro;
    src: url(ssprosemibold.eot);
    src: url(ssprosemibold.eot?#iefix) format("embedded-opentype"), url(ssprosemibold.woff) format("woff"), url(ssprosemibold.ttf) format("truetype");
    font-weight: 700;
    font-style:normal
}

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

@font-face {
    font-family: FiraSans;
    src: url(FiraSans-Bold.eot);
    src: url(FiraSans-Bold.eot?#iefix) format("embedded-opentype"), url(FiraSans-Bold.woff) format("woff"), url(FiraSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style:normal
}

@font-face {
    font-family: Merriweather;
    src: url(merriweather-v15-latin_cyrillic_cyrillic-ext_latin-ext-300.eot);
    src: url(merriweather-v15-latin_cyrillic_cyrillic-ext_latin-ext-300.eot?#iefix) format("embedded-opentype"), url(merriweather-v15-latin_cyrillic_cyrillic-ext_latin-ext-300.woff) format("woff"), url(merriweather-v15-latin_cyrillic_cyrillic-ext_latin-ext-300.woff2) format("woff2"), url(merriweather-v15-latin_cyrillic_cyrillic-ext_latin-ext-300.ttf) format("truetype");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: Merriweather;
    src: url(merriweather-v15-latin_cyrillic_cyrillic-ext_latin-ext-700.eot);
    src: url(merriweather-v15-latin_cyrillic_cyrillic-ext_latin-ext-700.eot?#iefix) format("embedded-opentype"), url(merriweather-v15-latin_cyrillic_cyrillic-ext_latin-ext-700.woff) format("woff"), url(merriweather-v15-latin_cyrillic_cyrillic-ext_latin-ext-700.woff2) format("woff2"), url(merriweather-v15-latin_cyrillic_cyrillic-ext_latin-ext-700.ttf) format("truetype");
    font-weight: 700;
    font-style:normal
}

@font-face {
    font-family: MerriweatherSans;
    src: url(merriweather-sans-v8-latin_latin-ext-300.eot);
    src: url(merriweather-sans-v8-latin_latin-ext-300.eot?#iefix) format("embedded-opentype"), url(merriweather-sans-v8-latin_latin-ext-300.woff) format("woff"), url(merriweather-sans-v8-latin_latin-ext-300.woff2) format("woff2"), url(merriweather-sans-v8-latin_latin-ext-300.ttf) format("truetype");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: MerriweatherSans;
    src: url(merriweather-sans-v8-latin_latin-ext-regular.eot);
    src: url(merriweather-sans-v8-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype"), url(merriweather-sans-v8-latin_latin-ext-regular.woff) format("woff"), url(merriweather-sans-v8-latin_latin-ext-regular.woff2) format("woff2"), url(merriweather-sans-v8-latin_latin-ext-regular.ttf) format("truetype");
    font-weight: 700;
    font-style:normal
}

@font-face {
    font-family: JosefinSans;
    src: url(josefin-sans-v9-latin-ext_latin-regular.eot);
    src: url(josefin-sans-v9-latin-ext_latin-regular.eot?#iefix) format("embedded-opentype"), url(josefin-sans-v9-latin-ext_latin-regular.woff) format("woff"), url(josefin-sans-v9-latin-ext_latin-regular.woff2) format("woff2"), url(josefin-sans-v9-latin-ext_latin-regular.ttf) format("truetype");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: JosefinSans;
    src: url(josefin-sans-v9-latin-ext_latin-600.eot);
    src: url(josefin-sans-v9-latin-ext_latin-600.eot?#iefix) format("embedded-opentype"), url(josefin-sans-v9-latin-ext_latin-600.woff) format("woff"), url(josefin-sans-v9-latin-ext_latin-600.woff2) format("woff2"), url(josefin-sans-v9-latin-ext_latin-600.ttf) format("truetype");
    font-weight: 700;
    font-style:normal
}

@font-face {
    font-family: Bitter;
    font-style: normal;
    font-weight: 400;
    src: url(bitter-v13-latin-ext_latin-regular.eot);
    src: local("Bitter Regular"), local("Bitter-Regular"), url(bitter-v13-latin-ext_latin-regular.eot?#iefix) format("embedded-opentype"), url(bitter-v13-latin-ext_latin-regular.woff2) format("woff2"), url(bitter-v13-latin-ext_latin-regular.woff) format("woff"), url(bitter-v13-latin-ext_latin-regular.ttf) format("truetype")
}

@font-face {
    font-family: Bitter;
    font-style: normal;
    font-weight: 700;
    src: url(bitter-v13-latin-ext_latin-700.eot);
    src: local("Bitter Bold"), local("Bitter-Bold"), url(bitter-v13-latin-ext_latin-700.eot?#iefix) format("embedded-opentype"), url(bitter-v13-latin-ext_latin-700.woff2) format("woff2"), url(bitter-v13-latin-ext_latin-700.woff) format("woff"), url(bitter-v13-latin-ext_latin-700.ttf) format("truetype")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(open-sans-v23-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot);
    src: url(open-sans-v23-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix) format("embedded-opentype"), url(open-sans-v23-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2"), url(open-sans-v23-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff) format("woff"), url(open-sans-v23-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(open-sans-v23-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot);
    src: url(open-sans-v23-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix) format("embedded-opentype"), url(open-sans-v23-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2) format("woff2"), url(open-sans-v23-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff) format("woff"), url(open-sans-v23-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf) format("truetype")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(poppins-v15-latin-ext_latin-regular.eot);
    src: url(poppins-v15-latin-ext_latin-regular.eot?#iefix) format("embedded-opentype"), url(poppins-v15-latin-ext_latin-regular.woff2) format("woff2"), url(poppins-v15-latin-ext_latin-regular.woff) format("woff"), url(poppins-v15-latin-ext_latin-regular.ttf) format("truetype")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(poppins-v15-latin-ext_latin-700.eot);
    src: url(poppins-v15-latin-ext_latin-700.eot?#iefix) format("embedded-opentype"), url(poppins-v15-latin-ext_latin-700.woff2) format("woff2"), url(poppins-v15-latin-ext_latin-700.woff) format("woff"), url(poppins-v15-latin-ext_latin-700.ttf) format("truetype")
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(roboto-slab-v22-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot);
    src: url(roboto-slab-v22-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot?#iefix) format("embedded-opentype"), url(roboto-slab-v22-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2"), url(roboto-slab-v22-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff) format("woff"), url(roboto-slab-v22-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf) format("truetype"), url(roboto-slab-v22-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#RobotoSlab) format("svg")
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(roboto-slab-v22-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot);
    src: url(roboto-slab-v22-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot?#iefix) format("embedded-opentype"), url(roboto-slab-v22-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2) format("woff2"), url(roboto-slab-v22-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff) format("woff"), url(roboto-slab-v22-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf) format("truetype"), url(roboto-slab-v22-latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#RobotoSlab) format("svg")
}

@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    src: url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot);
    src: local(""), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix) format("embedded-opentype"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2) format("woff2"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff) format("woff"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf) format("truetype"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Exo2) format("svg")
}

@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.eot);
    src: local(""), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.eot?#iefix) format("embedded-opentype"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff2) format("woff2"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff) format("woff"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.ttf) format("truetype"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.svg#Exo2) format("svg")
}

@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 400;
    src: url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.eot);
    src: local(""), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.eot?#iefix) format("embedded-opentype"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2) format("woff2"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.woff) format("woff"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.ttf) format("truetype"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-italic.svg#Exo2) format("svg")
}

@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 700;
    src: url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.eot);
    src: local(""), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.eot?#iefix) format("embedded-opentype"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.woff2) format("woff2"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.woff) format("woff"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.ttf) format("truetype"), url(exo-2-v19-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600italic.svg#Exo2) format("svg")
}

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

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

body {
    margin: 0;
    overflow-y: scroll;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    body {
        font-size: 15px;
        line-height:22.5px
    }
}

#main-nav-btn-flyout-close-container, .container {
    position: relative;
    margin:0 auto
}

.container-header#main-nav-btn-flyout-close-container, .container.container-header {
    padding:0
}

header {
    position: relative;
    padding: 10px 4px 10px 10px;
    margin:0
}

header:after, header:before {
    content: " ";
    display:table
}

header:after {
    clear:both
}

@media only screen and (min-width: 990px) {
    header {
        padding:12px 20px 12px 0
    }
}

@media only screen and (min-width: 1200px) {
    header {
        padding:20px 20px 20px 0
    }
}

.horizontal-bg-container-header {
    background-color:#fff
}

.horizontal-bg-container-header-non-cd {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color:#ddd
}

@media only screen and (max-width: 767px) {
    .horizontal-bg-container-header-non-cd {
        background-image:none !important
    }
}

@media only screen and (min-width: 768px) {
    .horizontal-bg-container-header-non-cd {
        display: table;
        height: calc(300px - 100px);
        text-align:center
    }
}

@media only screen and (min-width: 990px) {
    .horizontal-bg-container-header-non-cd {
        height:calc(300px - 50px)
    }
}

@media only screen and (min-width: 1200px) {
    .horizontal-bg-container-header-non-cd {
        height:300px
    }
}

.horizontal-bg-container-header-non-cd h1 {
    display: block;
    margin: 10px 0;
    color: #000;
    font-size: 18px;
    line-height: 32px;
    font-weight:700
}

@media only screen and (min-width: 768px) {
    .horizontal-bg-container-header-non-cd h1 {
        font-weight: 400;
        width: 80%;
        margin: 10px auto;
        font-size: 34px;
        line-height: 50px;
        color: #fff;
        text-align:center
    }
}

@media only screen and (min-width: 1200px) {
    .horizontal-bg-container-header-non-cd h1 {
        width: 70%;
        font-size: 38px;
        line-height:54px
    }
}

.container-header-non-cd#main-nav-btn-flyout-close-container, .container.container-header-non-cd {
    height: 100%;
    vertical-align:middle
}

@media only screen and (max-width: 767px) {
    .container-header-non-cd#main-nav-btn-flyout-close-container, .container.container-header-non-cd {
        padding-left:10px
    }
}

@media only screen and (min-width: 768px) {
    .container-header-non-cd#main-nav-btn-flyout-close-container, .container.container-header-non-cd {
        display:table-cell
    }
}

.fu-logo {
    display: block;
    float: left;
    margin: 10px 0;
    color: #036 !important;
    overflow: hidden;
    z-index:7001
}

.fu-logo:hover {
    text-decoration: none !important;
    color:#036
}

@media only screen and (min-width: 990px) {
    .fu-logo {
        margin:0
    }
}

.fu-logo img.fu-logo-std {
    display: none;
    max-width:100%
}

@media only screen and (min-width: 990px) {
    .fu-logo img.fu-logo-std {
        display:block
    }
}

.fu-logo-text {
    width: 225px;
    margin-top: 0;
    margin-bottom:5px
}

@media only screen and (min-width: 990px) {
    .fu-logo-text {
        display:none
    }
}

#f-logo-container {
    position: relative;
    width: 100%;
    background-color: #fff;
    width: 200px;
    overflow:hidden
}

@media only screen and (min-width: 520px) {
    #f-logo-container {
        width: 225px;
        height:55px
    }
}

@media only screen and (min-width: 768px) {
    #f-logo-container {
        width: 265px;
        height:64px
    }
}

@media only screen and (min-width: 1200px) {
    #f-logo-container {
        width: 335px;
        height:81px
    }
}

.nada-identity-wrapper {
    display: block;
    float: left;
    width: 73.8%;
    margin: 0;
    z-index:7001
}

@media only screen and (min-width: 990px) {
    .nada-identity-wrapper {
        width:auto
    }
}

@media only screen and (min-width: 990px) {
    .nada-identity-wrapper.has-logo .nada-identity-text-link {
        display:none
    }
}

.nada-identity-logo-link {
    display: block;
    margin: 0;
    color: #036 !important;
    overflow:hidden
}

.nada-identity-logo-link:hover {
    text-decoration: none !important;
    color:#036
}

@media only screen and (min-width: 990px) {
    .nada-identity-logo-link {
        max-width:225px
    }
}

@media only screen and (min-width: 1200px) {
    .nada-identity-logo-link {
        max-width:275px
    }
}

.nada-identity-logo {
    display: none;
    max-width:100%
}

@media only screen and (min-width: 990px) {
    .nada-identity-logo {
        display:block
    }
}

.nada-identity-text-link {
    display: block;
    padding: 10px 0 8px;
    color:#000
}

.nada-identity-text-link:hover, .nada-identity-text-link[href]:hover {
    text-decoration:none
}

.nada-identity-text {
    display: block;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height:30px
}

@media only screen and (min-width: 990px) {
    .nada-identity-text {
        margin: 6px 0 0 0;
        font-size: 24px;
        line-height:34px
    }
}

@media only screen and (min-width: 1200px) {
    .nada-identity-text {
        margin: 6px 0 0 0;
        font-size: 28px;
        line-height:38px
    }
}

.services {
    z-index:7010 !important
}

@media only screen and (max-width: 989px) {
    .services {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width:100%
    }
}

.services:after {
    content: "";
    display: table;
    clear:both
}

@media only screen and (min-width: 990px) {
    .services {
        display: block !important;
        float: right;
        left: auto;
        text-align: right;
        background: 0 0;
        clear:right
    }
}

.services .dropdown .services-dropdown-button-icon-close {
    display:none
}

.services .dropdown .services-dropdown-button-icon-open {
    display:block
}

.services .dropdown.open .services-dropdown-button-icon-close {
    display:block
}

.services .dropdown.open .services-dropdown-button-icon-open {
    display:none
}

.services .dropdown-menu {
    font-size: 12px;
    width: 100%;
    position: static;
    margin: 0;
    border:0 none
}

@media only screen and (max-width: 989px) {
    .services .dropdown-menu {
        float:none
    }
}

@media only screen and (min-width: 990px) {
    .services .dropdown-menu {
        border: 1px solid #000;
        margin: 2px 0 0;
        position: absolute;
        width: auto;
        background-color:#fff
    }
}

@media only screen and (min-width: 1200px) {
    .services .dropdown-menu {
        font-size:14px
    }
}

.services .dropdown-menu > .disabled > a:focus, .services .dropdown-menu > .disabled > a:hover {
    cursor:auto
}

.services .services-dropdown-button {
    padding: 12px 10px 8px;
    display: block;
    width:100%
}

@media only screen and (max-width: 989px) {
    .services .services-dropdown-button {
        border: 0 none;
        text-align: left;
        font-size: 20px;
        font-family: SourceSansPro, Arial, Helvetica, sans-serif;
        font-weight: 400;
        background:#ddd
    }
}

@media only screen and (min-width: 990px) {
    .services .services-dropdown-button {
        display: inline-block;
        width: auto;
        padding: 4px 30px 4px 10px;
        font-size:12px
    }
}

@media only screen and (min-width: 1200px) {
    .services .services-dropdown-button {
        font-size: 14px;
        padding:6px 34px 6px 12px
    }
}

.services .open .services-dropdown-button {
    background:#ddd
}

@media only screen and (min-width: 990px) {
    .services .open .services-dropdown-button {
        background:#fff
    }
}

.services-dropdown-button-icon {
    display: block;
    position: absolute;
    right: 16px;
    top: 13px;
    color: #000;
    font-size:16px
}

@media only screen and (min-width: 990px) {
    .services-dropdown-button-icon {
        color: #000;
        top: 8px;
        right: 9px;
        font-size:14px
    }
}

@media only screen and (min-width: 1200px) {
    .services-dropdown-button-icon {
        top: 9px;
        right: 12px;
        font-size:16px
    }
}

.services.services-menu-open .services-search {
    display:none
}

@media only screen and (min-width: 990px) {
    .services.services-menu-open .services-search {
        display:inline-block !important
    }
}

.services.services-search-open .services-language, .services.services-search-open .services-quick-access, .services.services-search-open .services-target-group {
    display:none
}

@media only screen and (min-width: 990px) {
    .services.services-search-open .services-language, .services.services-search-open .services-quick-access, .services.services-search-open .services-target-group {
        display:inline-block !important
    }
}

.services-language, .services-quick-access, .services-search, .services-target-group {
    display: block;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-size:17px
}

@media only screen and (min-width: 768px) {
    .services-language, .services-quick-access, .services-search, .services-target-group {
        font-size:15px
    }
}

@media only screen and (min-width: 990px) {
    .services-language, .services-quick-access, .services-search, .services-target-group {
        display: inline-block;
        margin-left:15px
    }
}

@media only screen and (min-width: 1200px) {
    .services-language, .services-quick-access, .services-search, .services-target-group {
        margin-left:20px
    }
}

.services-language a:active, .services-language a:hover, .services-language a:link, .services-language a:visited, .services-language a[href]:hover, .services-quick-access a:active, .services-quick-access a:hover, .services-quick-access a:link, .services-quick-access a:visited, .services-quick-access a[href]:hover, .services-search a:active, .services-search a:hover, .services-search a:link, .services-search a:visited, .services-search a[href]:hover, .services-target-group a:active, .services-target-group a:hover, .services-target-group a:link, .services-target-group a:visited, .services-target-group a[href]:hover {
    text-decoration:none
}

.services-language .dropdown-menu-right {
    text-align:left
}

.services-language .dropdown-menu-right > li > a {
    padding:3px 10px
}

@media only screen and (min-width: 990px) {
    .services-language .dropdown-menu-right > li > a {
        padding:3px 20px
    }
}

.services-language .dropdown-menu-right a {
    font-size:15px
}

@media only screen and (min-width: 990px) {
    .services-language .dropdown-menu-right a {
        font-size:13px
    }
}

@media only screen and (max-width: 989px) {
    .services-target-group {
        border-top:1px solid #999
    }
}

.services-target-group .dropdown-menu-right {
    text-align: left;
    border-bottom:1px solid #666
}

.services-target-group .dropdown-menu-right > li > a {
    padding:3px 10px
}

@media only screen and (min-width: 990px) {
    .services-target-group .dropdown-menu-right > li > a {
        padding:3px 20px
    }
}

.services-target-group .dropdown-menu-right a {
    font-size:15px
}

@media only screen and (min-width: 990px) {
    .services-target-group .dropdown-menu-right a {
        font-size:13px
    }
}

@media only screen and (max-width: 989px) {
    .services-quick-access {
        border-top:1px solid #999
    }
}

.services-quick-access .dropdown-menu {
    width: 100%;
    padding:10px
}

@media only screen and (min-width: 990px) {
    .services-quick-access .dropdown-menu {
        padding: 0 25px 20px;
        width:620px
    }
}

@media only screen and (min-width: 1200px) {
    .services-quick-access .dropdown-menu {
        width:750px
    }
}

.services-quick-access .dropdown-menu a {
    display: block;
    color: #000;
    font-size: 15px;
    margin-bottom: 6px;
    line-height:24px
}

.services-quick-access .dropdown-menu a:hover, .services-quick-access .dropdown-menu a[href]:hover {
    text-decoration:underline
}

@media only screen and (min-width: 990px) {
    .services-quick-access .dropdown-menu a {
        font-size: 13px;
        line-height: 16px;
        margin-bottom:10px
    }
}

.services-quick-access .dropdown-menu-right {
    text-align:left
}

.direct-access-wrapper a {
    text-decoration-thickness: 1px;
    text-underline-offset:.25em
}

.services-quick-access-caption {
    margin: 20px 0 6px;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-weight:700
}

@media only screen and (min-width: 990px) {
    .services-quick-access-caption {
        font-size:17px
    }
}

.services-search {
    width: 100%;
    background:#fff
}

@media only screen and (max-width: 989px) {
    .services-search {
        background:#ddd
    }
}

@media only screen and (min-width: 990px) {
    .services-search {
        position: relative;
        width: 180px;
        border: 1px solid #ccc;
        text-align: left;
        float:right
    }
}

@media only screen and (min-width: 1200px) {
    .services-search {
        width:210px
    }
}

.services-search:focus, .services-search:hover {
    border-color:#999
}

.services-search .search-input {
    padding: 8px 10px 8px;
    width: 82%;
    border: 0 none;
    background: 0 0;
    color: #333;
    font-size: 18px;
    line-height:18px
}

.services-search .search-input::-webkit-input-placeholder {
    color:#666
}

.services-search .search-input:-moz-placeholder {
    color:#666
}

.services-search .search-input.placeholder {
    color:#666
}

.services-search .search-input:-moz-placeholder {
    color:#666
}

.services-search .search-input::-moz-placeholder {
    color:#666
}

.services-search .search-input:-ms-input-placeholder {
    color:#666
}

@media only screen and (max-width: 989px) {
    .services-search .search-input {
        font-family: SourceSansPro, Arial, Helvetica, sans-serif;
        font-weight:400
    }
}

@media only screen and (min-width: 990px) {
    .services-search .search-input {
        padding: 5px 0 4px 10px;
        display: block;
        margin-right: 4px;
        line-height: 20px;
        background: #fff;
        font-size:12px
    }
}

@media only screen and (min-width: 1200px) {
    .services-search .search-input {
        font-size: 14px;
        padding:7px 0 6px 12px
    }
}

.services-search .search-button {
    float: right;
    padding: 7px 13px 4px 0;
    border: 0 none;
    background: 0 0;
    line-height: 27px;
    color: #000;
    font-size:20px
}

@media only screen and (min-width: 990px) {
    .services-search .search-button {
        padding: 3px 18px 4px 0;
        float: none;
        position: absolute;
        top: 1px;
        right: 0;
        width: 18%;
        padding: 0;
        color: #000;
        font-size: 14px;
        line-height:27px
    }
}

@media only screen and (min-width: 1200px) {
    .services-search .search-button {
        font-size: 16px;
        line-height:32px
    }
}

.search-label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    color:red
}

.search-button:focus, .search-input:focus {
    outline: 0;
    border:none
}

.services-menu-icon {
    float: right;
    padding: 10px 5px 8px;
    display: block;
    cursor: pointer;
    line-height: 21px !important;
    font-size:21px !important
}

@media only screen and (min-width: 990px) {
    .services-menu-icon {
        display:none
    }
}

.services-menu-icon .icon-menu {
    width:30px
}

.services-menu-icon .icon-menu .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 2px 2px;
    border-radius: 50%;
    background:#000
}

.services-menu-icon .icon-close {
    display: none;
    color: #000;
    font-size: 32px;
    line-height: 24px;
    width:30px
}

.services-search-icon {
    float: right;
    padding: 10px 1px 8px;
    display: block;
    cursor: pointer;
    color: #000;
    line-height: 21px !important;
    font-size:21px !important
}

@media only screen and (min-width: 990px) {
    .services-search-icon {
        display:none
    }
}

.services-search-icon .icon-search {
    width: 32px;
    text-align: center;
    line-height:24px
}

.services-search-icon .icon-close {
    display: none;
    color: #000;
    font-size: 32px;
    line-height: 24px;
    width:32px
}

.fa-fa {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important
}

.main {
    position: relative;
    overflow: hidden;
    min-height:650px
}

.main:after {
    content: "";
    display: table;
    clear:both
}

.main #main-nav-btn-flyout-close-container, .main .container {
    padding-left: 10px;
    padding-right:10px
}

@media only screen and (min-width: 768px) {
    .main #main-nav-btn-flyout-close-container, .main .container {
        padding-left: 20px;
        padding-right:20px
    }
}

@media only screen and (min-width: 990px) {
    .main #main-nav-btn-flyout-close-container, .main .container {
        padding-left: 30px;
        padding-right:30px
    }
}

@media only screen and (min-width: 1200px) {
    .main #main-nav-btn-flyout-close-container, .main .container {
        padding-left: 50px;
        padding-right:50px
    }
}

.rtl main.col-m-7 {
    float:right
}

@media only screen and (min-width: 990px) {
    .rtl .sidebar-right.col-m-5 {
        padding-right:50px
    }
}

.layout-size-L .main #main-nav-btn-flyout-close-container, .layout-size-L .main .container {
    padding:0 10px
}

@media only screen and (min-width: 768px) {
    .layout-size-L .main #main-nav-btn-flyout-close-container, .layout-size-L .main .container {
        padding:0 20px
    }
}

@media only screen and (min-width: 990px) {
    .layout-size-L .main #main-nav-btn-flyout-close-container, .layout-size-L .main .container {
        padding:0 30px
    }
}

@media only screen and (min-width: 1200px) {
    .layout-size-L .main #main-nav-btn-flyout-close-container, .layout-size-L .main .container {
        padding:0 50px
    }
}

.layout-size-XL .main #main-nav-btn-flyout-close-container, .layout-size-XL .main .container {
    padding:0 10px
}

@media only screen and (min-width: 768px) {
    .layout-size-XL .main #main-nav-btn-flyout-close-container, .layout-size-XL .main .container {
        padding:0 20px
    }
}

@media only screen and (min-width: 990px) {
    .layout-size-XL .main #main-nav-btn-flyout-close-container, .layout-size-XL .main .container {
        padding:0 60px
    }
}

@media only screen and (min-width: 1200px) {
    .layout-size-XL .main #main-nav-btn-flyout-close-container, .layout-size-XL .main .container {
        padding:0 100px
    }
}

.container-identity#main-nav-btn-flyout-close-container, .container.container-identity {
    padding: 0;
    background-color:#f1f1f1
}

.identity {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 2px 10px 1px;
    min-height:10px
}

@media only screen and (min-width: 990px) {
    .identity {
        min-height: 20px;
        padding:2px 15px 1px
    }
}

@media only screen and (min-width: 1200px) {
    .identity {
        padding:2px 20px 1px
    }
}

.identity.closed .identity-text-parent-icon-close {
    display:none
}

.identity.closed .identity-text-parent-icon-open {
    display:block
}

@media only screen and (min-width: 990px) {
    .identity.closed .identity-text-parent-icon-open {
        display:none !important
    }
}

.identity.closed .identity-text-parent {
    display:none
}

@media only screen and (min-width: 990px) {
    .identity.closed .identity-text-parent {
        display:block !important
    }
}

.identity.open .identity-text-parent-icon-close {
    display:block
}

@media only screen and (min-width: 990px) {
    .identity.open .identity-text-parent-icon-close {
        display:none !important
    }
}

.identity.open .identity-text-parent-icon-open {
    display:none
}

h2.identity-text-main {
    margin: 0;
    font-weight: 400;
    font-size: 19px !important;
    line-height: 26px !important;
    margin-top:4px !important
}

@media only screen and (min-width: 990px) {
    h2.identity-text-main {
        text-transform:uppercase
    }
}

@media only screen and (min-width: 1200px) {
    h2.identity-text-main {
        line-height:30px !important
    }
}

h2.identity-text-main a {
    display: block;
    color:#000
}

@media only screen and (min-width: 990px) {
    h2.identity-text-main a {
        display:inline
    }
}

h2.identity-text-main a:hover {
    text-decoration:none
}

.identity-text-parent {
    margin:5px 0 0
}

.identity-text-parent-first, .identity-text-parent-second, .identity-text-parent-third {
    display: block;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 19px !important;
    line-height: 26px !important;
    margin-top: 4px !important;
    margin-bottom:0 !important
}

@media only screen and (min-width: 990px) {
    .identity-text-parent-first, .identity-text-parent-second, .identity-text-parent-third {
        display:inline-block
    }
}

.identity-text-parent-first:active, .identity-text-parent-first:focus, .identity-text-parent-first:hover, .identity-text-parent-first:link, .identity-text-parent-first:visited, .identity-text-parent-second:active, .identity-text-parent-second:focus, .identity-text-parent-second:hover, .identity-text-parent-second:link, .identity-text-parent-second:visited, .identity-text-parent-third:active, .identity-text-parent-third:focus, .identity-text-parent-third:hover, .identity-text-parent-third:link, .identity-text-parent-third:visited {
    color:#000
}

.identity-text-parent-first:hover, .identity-text-parent-second:hover, .identity-text-parent-third:hover {
    text-decoration:none !important
}

@media only screen and (min-width: 990px) {
    .identity-text-parent-first, .identity-text-parent-second, .identity-text-parent-third {
        font-size: 14px !important;
        line-height:14px !important
    }
}

.identity-text-separator {
    margin: 0 8px;
    color:#000
}

.identity-text-parent-icon-close, .identity-text-parent-icon-open {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 14px 6px;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    text-align:right
}

@media only screen and (min-width: 990px) {
    .identity-text-parent-icon-close, .identity-text-parent-icon-open {
        padding-right:27px
    }
}

@media only screen and (min-width: 1200px) {
    .identity-text-parent-icon-close, .identity-text-parent-icon-open {
        padding-top: 5px;
        padding-right:30px
    }
}

.identity-text-parent-icon-open {
    width:100%
}

@media only screen and (min-width: 990px) {
    .identity-text-parent-icon-open {
        width:auto
    }
}

@media only screen and (min-width: 990px) {
    .content-wrapper {
        margin-top:20px
    }
}

.content-wrapper .horizontal-bg-container {
    overflow: hidden;
    background:#fff
}

.content-wrapper .horizontal-bg-container #main-nav-btn-flyout-close-container, .content-wrapper .horizontal-bg-container .container {
    padding-left: 10px;
    padding-right: 10px;
    padding:25px 0
}

@media only screen and (min-width: 768px) {
    .content-wrapper .horizontal-bg-container #main-nav-btn-flyout-close-container, .content-wrapper .horizontal-bg-container .container {
        padding-left: 20px;
        padding-right:20px
    }
}

@media only screen and (min-width: 990px) {
    .content-wrapper .horizontal-bg-container #main-nav-btn-flyout-close-container, .content-wrapper .horizontal-bg-container .container {
        padding-left: 30px;
        padding-right:30px
    }
}

@media only screen and (min-width: 1200px) {
    .content-wrapper .horizontal-bg-container #main-nav-btn-flyout-close-container, .content-wrapper .horizontal-bg-container .container {
        padding-left: 50px;
        padding-right:50px
    }
}

.content-wrapper .horizontal-bg-container-odd {
    background:#fff
}

.content-wrapper .horizontal-bg-container-even #main-nav-btn-flyout-close-container, .content-wrapper .horizontal-bg-container-even .container {
    background:#eee
}

.breadcrumbs-container#main-nav-btn-flyout-close-container, .breadcrumbs-container.container {
    padding-left: 10px;
    padding-right:10px
}

@media only screen and (min-width: 768px) {
    .breadcrumbs-container#main-nav-btn-flyout-close-container, .breadcrumbs-container.container {
        padding-left: 20px;
        padding-right:20px
    }
}

@media only screen and (min-width: 990px) {
    .breadcrumbs-container#main-nav-btn-flyout-close-container, .breadcrumbs-container.container {
        padding-left: 30px;
        padding-right:30px
    }
}

@media only screen and (min-width: 1200px) {
    .breadcrumbs-container#main-nav-btn-flyout-close-container, .breadcrumbs-container.container {
        padding-left: 50px;
        padding-right:50px
    }
}

.breadcrumbs.box {
    margin-bottom:0
}

.rtl .breadcrumbs.box {
    direction:rtl
}

@media only screen and (min-width: 768px) {
    .breadcrumbs.box {
        margin-bottom:10px
    }
}

.fu-breadcrumb {
    margin: 0;
    padding: 0;
    font-size:15px
}

.fu-breadcrumb li {
    display: inline;
    background-image: none;
    padding:0 10px 0 0
}

.rtl .fu-breadcrumb li {
    padding:0 0 0 10px
}

.fu-breadcrumb a:link, .fu-breadcrumb a:visited {
    color: #000;
    text-decoration:none !important
}

.fu-breadcrumb a:active, .fu-breadcrumb a:focus, .fu-breadcrumb a:hover {
    color: #000 !important;
    text-decoration: underline !important;
    background-color:transparent !important
}

.fu-breadcrumb i {
    margin-left: 10px;
    font-size: 13px;
    color:#000
}

.rtl .fu-breadcrumb i {
    transform: scaleX(-1);
    margin-right: 10px;
    margin-left:0
}

.fu-breadcrumb .active {
    color:#666
}

.container-related-links-downloads {
    position:relative
}

.horizontal-bg-container-footer {
    overflow: hidden;
    margin-top:50px
}

.container-footer {
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 20px;
    padding-bottom:40px
}

footer #main-nav-btn-flyout-close-container, footer .container {
    background: #fff;
    padding-left: 10px;
    padding-right:10px
}

@media only screen and (min-width: 768px) {
    footer #main-nav-btn-flyout-close-container, footer .container {
        padding-left: 20px;
        padding-right:20px
    }
}

@media only screen and (min-width: 990px) {
    footer #main-nav-btn-flyout-close-container, footer .container {
        padding-left: 30px;
        padding-right:30px
    }
}

@media only screen and (min-width: 1200px) {
    footer #main-nav-btn-flyout-close-container, footer .container {
        padding-left: 50px;
        padding-right:50px
    }
}

footer .box {
    margin-bottom: 0;
    padding-bottom:0
}

.rtl footer {
    direction:rtl
}

footer {
    color: #000;
    font-size: 13px;
    line-height:19.5px
}

.footer-page-title {
    font-size:15px
}

.footer-page-title a:link, .footer-page-title a:visited {
    color:#000
}

.footer-page-title a:active, .footer-page-title a:hover {
    color: #ddd;
    text-decoration:none !important
}

.footer-section-headline {
    color: #000;
    margin-bottom:20px
}

ul.footer-section-list {
    margin-left: 16px;
    font-size: 15px;
    line-height:22.5px
}

ul.footer-section-list li {
    padding:0 0 10px 0
}

ul.footer-section-list li a {
    color:#000
}

ul.footer-section-list li a .fa-chevron-right {
    font-size: 15px;
    color:#000
}

ul.footer-section-list li .fa-li {
    position: absolute;
    left: -16px;
    width: 16px;
    top: 4px;
    text-align:left
}

.rtl ul.footer-section-list {
    margin-left: 0;
    margin-right:16px
}

ul.footer-section-list a:active, ul.footer-section-list a:focus, ul.footer-section-list a:hover {
    text-decoration-thickness: 1px;
    text-underline-offset:.25em
}

.rtl ul.footer-section-list {
    padding:0
}

.rtl ul.footer-section-list li .fa-li {
    left: 0;
    right: -16px;
    transform:scaleX(-1)
}

.footer-section-list.footer-section-list-social {
    margin-left: 16px;
    font-size: 15px;
    line-height:22.5px
}

.footer-section-list.footer-section-list-social li {
    padding:0 0 10px 12px
}

.footer-section-list.footer-section-list-social li a {
    color:#000
}

.footer-section-list.footer-section-list-social li a .fa-chevron-right {
    font-size: 15px;
    color:#000
}

.footer-section-list.footer-section-list-social li .fa-li {
    position: absolute;
    left: -16px;
    width: 16px;
    top: 4px;
    text-align:left
}

.rtl .footer-section-list.footer-section-list-social {
    margin-left: 16px;
    font-size: 15px;
    line-height:22.5px
}

.rtl .footer-section-list.footer-section-list-social li {
    padding:0 12px 10px 0
}

.rtl .footer-section-list.footer-section-list-social li a {
    color:#000
}

.rtl .footer-section-list.footer-section-list-social li a .fa-chevron-right {
    font-size: 15px;
    color:#000
}

.rtl .footer-section-list.footer-section-list-social li .fa-li {
    position: absolute;
    left: -16px;
    width: 16px;
    top: 4px;
    text-align:left
}

.rtl .footer-section-list.footer-section-list-social {
    margin-left: 0;
    margin-right:16px
}

.footer-section-list.footer-section-list-social li i.fa-li {
    font-size: 24px;
    top:0 !important
}

.rtl .footer-section-list.footer-section-list-social li i.fa-li {
    transform:none
}

.footer-section-list-social-notice:active, .footer-section-list-social-notice:focus, .footer-section-list-social-notice:hover, .footer-section-list-social-notice:link, .footer-section-list-social-notice:visited {
    color:#666
}

.container-seal {
    padding-top: 60px;
    padding-bottom:60px
}

#fu-seal {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin-right: 7.5%;
    opacity:.75
}

@media only screen and (min-width: 520px) {
    #fu-seal {
        width: 22.5%;
        margin-right:7.5%
    }
}

@media only screen and (min-width: 768px) {
    #fu-seal {
        width: 15%;
        margin-right:6.25%
    }
}

@media only screen and (min-width: 990px) {
    #fu-seal {
        margin-right:5%
    }
}

@media only screen and (min-width: 1200px) {
    #fu-seal {
        width:12.5%
    }
}

#fu-seal-description {
    display: inline-block;
    vertical-align: middle;
    width: 62.5%;
    font-size: 13px;
    line-height:19.5px
}

@media only screen and (min-width: 520px) {
    #fu-seal-description {
        font-size: 15px;
        line-height:22.5px
    }
}

@media only screen and (min-width: 520px) {
    #fu-seal-description {
        width:55%
    }
}

@media only screen and (min-width: 1200px) {
    #fu-seal-description {
        width:40%
    }
}

#fu-logo-link {
    display: none;
    float: left;
    background-color: #fff;
    overflow:hidden
}

@media only screen and (min-width: 990px) {
    #fu-logo-link {
        display: block;
        width: 265px;
        height:64px
    }
}

@media only screen and (min-width: 1200px) {
    #fu-logo-link {
        width: 335px;
        height:81px
    }
}

#fu-logo {
    display: block;
    width: 100%;
    background:#fff
}

.rectangle {
    display: block;
    opacity:1
}

#fu-label-link {
    display: flex;
    float: left;
    height: 46px;
    background-color: #fff;
    overflow: hidden;
    text-decoration:none
}

@media only screen and (min-width: 990px) {
    #fu-label-link {
        display:none
    }
}

#fu-label-wrapper {
    display: flex;
    align-items:center
}

#fu-label {
    background: #fff;
    height:46px
}

#fu-label-bg {
    fill:#cf0
}

#fu-label-elements polygon {
    fill:#000
}

#fu-label-text {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 14px;
    height: 100%;
    background: #fff;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-wrap:nowrap
}

@media only screen and (max-width: 340px) {
    #fu-label-text {
        display:none
    }
}

@media print {
    #fu-label-link {
        display:none
    }

    #fu-logo-link {
        display: block;
        width:275px
    }

    .rectangle {
        display:none
    }
}

h1, h2, h3 {
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight:400
}

h1 {
    margin: 27px 0 11px 0;
    color: #000;
    font-size: 27px;
    line-height:36px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    h1 {
        margin: 25px 0 9px 0;
        font-size: 25px;
        line-height:32px
    }
}

h2 {
    margin: 23px 0 11px 0;
    color: #000;
    font-size: 23px;
    line-height:31px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    h2 {
        margin: 21px 0 9px 0;
        font-size: 21px;
        line-height:27px
    }
}

h3 {
    margin: 21px 0 11px 0;
    color: #000;
    font-size: 21px;
    line-height:28px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    h3 {
        margin: 19px 0 9px 0;
        font-size: 19px;
        line-height:25px
    }
}

h4 {
    margin: 13px 0 7px 0;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #c00;
    font-size: 16px;
    line-height:23px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    h4 {
        font-size: 14px;
        line-height:20px
    }
}

h5 {
    margin: 13px 0;
    padding: 10px;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    background-color: #f4f4f4;
    font-size: 16px;
    line-height:23px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    h5 {
        font-size: 14px;
        line-height:20px
    }
}

h6 {
    margin: 11px 0 6px 0;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height:20px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    h6 {
        font-size: 12px;
        line-height:17px
    }
}

em.mark-4 {
    display: block;
    margin: 13px 0 7px 0;
    font-style: normal;
    color: #c00;
    font-size: 16px;
    line-height:23px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    em.mark-4 {
        font-size: 14px;
        line-height:20px
    }
}

em.mark-5 {
    display: block;
    margin: 13px 0;
    padding: 10px;
    font-style: normal;
    background-color: #f4f4f4;
    font-size: 16px;
    line-height:23px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    em.mark-5 {
        font-size: 14px;
        line-height:20px
    }
}

p.mark-6 {
    margin: 11px 0 6px 0;
    color: #666;
    font-size: 14px;
    line-height:20px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    p.mark-6 {
        font-size: 12px;
        line-height:17px
    }
}

.main-headline {
    margin: -2px 0 8px 0;
    max-width:546px
}

h1 + h2, h1 + h3, h1 + h4, h1 + h5, h2 + h3, h2 + h4, h2 + h5, h3 + h4, h3 + h5, h4 + h5 {
    margin-top:0
}

h1 + .content-image-left + h2, h1 + .content-image-left + h3, h1 + .content-image-right + h2, h1 + .content-image-right + h3 {
    margin-top:0
}

.content-left > :first-child, .content-right > :first-child {
    margin-top:0
}

code, kbd, pre, samp, tt, var {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier
}

.editor-content dl, .editor-content ol, .editor-content ul {
    margin: 0 0 11px 20px;
    line-height: 25.5px;
    padding-left:0
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .editor-content dl, .editor-content ol, .editor-content ul {
        margin: 0 0 9px 20px;
        line-height: 22.5px;
        padding-left:0
    }
}

.editor-content ol ol, .editor-content ol ul, .editor-content ul ol, .editor-content ul ul {
    margin-top:11px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .editor-content ol ol, .editor-content ol ul, .editor-content ul ol, .editor-content ul ul {
        margin-top:9px
    }
}

.editor-content ol li {
    list-style-type:decimal
}

.editor-content ol ol li {
    list-style-type:lower-latin
}

.editor-content ol ul li {
    padding:0
}

.editor-content li {
    margin: 0;
    padding: 0;
    line-height:25.5px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .editor-content li {
        line-height:22.5px
    }
}

.editor-content ul ol li {
    background-image:none
}

.editor-content ol {
    margin-left:0
}

.editor-content ol li {
    background: 0 0;
    padding: 0;
    margin-left:40px
}

a:link, a:visited {
    color: #000;
    background-color: transparent;
    text-decoration:none
}

a:active, a[href]:hover {
    text-decoration:underline
}

a:hover {
    color: #000;
    text-decoration:none
}

a:hover img {
    text-decoration:none
}

a:focus {
    border: none;
    text-decoration:none
}

.content-wrapper a:link, .content-wrapper a:visited {
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .25em;
    transition:all 150ms ease
}

.content-wrapper a:active, .content-wrapper a[href]:hover {
    color: #fff;
    text-decoration-color: #000;
    background-color:#000
}

.content-wrapper a:hover {
    color: #fff;
    text-decoration-color: #000;
    background-color:#000
}

.content-wrapper a:focus {
    color: #fff;
    text-decoration-color: #000;
    background-color:#000
}

p {
    margin:0 0 11px 0
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    p {
        margin:0 0 9px 0
    }
}

p[align=center] {
    text-align:center
}

p[align=right] {
    text-align:right
}

blockquote {
    margin: 0 0 11px 20px;
    border-left: none;
    color: #666;
    line-height:25.5px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    blockquote {
        margin: 0 0 9px 20px;
        line-height:22.5px
    }
}

b, strong {
    font-weight:700
}

em, i {
    font-style:italic
}

small {
    font-size: 11px;
    line-height:13px
}

code, pre {
    margin: 0 0 9px 0;
    color: #666;
    font-size: 15px;
    line-height:22.5px
}

abbr, acronym {
    border-bottom: 1px #666 dotted;
    font-variant: small-caps;
    cursor:help
}

hr {
    border: none;
    border-top: 1px #ccc solid;
    height: 1px;
    margin:0 0 9px 0
}

.uppercase {
    text-transform:uppercase
}

.last-updated {
    margin-top: 15px;
    clear:both
}

.editor-content table {
    margin: 14px 0;
    border-top: 2px solid #999;
    border-bottom:2px solid #999
}

.editor-content table td, .editor-content table th {
    padding: 4px 10px;
    border:1px solid #ddd
}

.editor-content table thead th {
    border-bottom: 2px solid #666;
    color:#000
}

.editor-content table tbody th {
    border-bottom: 1px solid #fff;
    background:#eee
}

.editor-content table.border_none {
    border:none
}

.editor-content table.border_none tbody td, .editor-content table.border_none tbody th, .editor-content table.border_none td, .editor-content table.border_none th {
    border:none
}

.editor-content .table-responsive > table {
    margin:0
}

.table-responsive {
    margin:15px 0
}

.layout-indicator {
    display: none;
    width: 30px;
    background: #666;
    color: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -15px;
    text-align: center;
    line-height:30px
}

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

.hyphens {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens:auto
}

head {
    font-family:XS
}

body:after {
    content: "XS";
    display:none
}

@media screen and (min-width: 520px) {
    head {
        font-family: "S"
    }

    body:after {
        content: "S"
    }
}

@media screen and (min-width: 768px) {
    head {
        font-family: "M"
    }

    body:after {
        content: "M"
    }
}

@media screen and (min-width: 990px) {
    head {
        font-family: "L"
    }

    body:after {
        content: "L"
    }
}

@media screen and (min-width: 1200px) {
    head {
        font-family:XL
    }

    body:after {
        content: "XL"
    }
}

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

.clearfix:after {
    clear:both
}

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

.pull-right {
    float:right !important
}

.pull-left {
    float:left !important
}

.hide {
    display: none !important;
    visibility:hidden !important
}

.show {
    display: block !important;
    visibility:visible !important
}

.visible-xs, td.visible-xs, th.visible-xs, tr.visible-xs {
    display:none !important
}

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

    table.visible-xs {
        display:table
    }

    tr.visible-xs {
        display:table-row !important
    }

    td.visible-xs, th.visible-xs {
        display:table-cell !important
    }
}

.visible-s, td.visible-s, th.visible-s, tr.visible-s {
    display:none !important
}

@media (min-width: 520px) and(max-width: 767px) {
    .visible-s {
        display:block !important
    }

    table.visible-s {
        display:table
    }

    tr.visible-s {
        display:table-row !important
    }

    td.visible-s, th.visible-s {
        display:table-cell !important
    }
}

.visible-m, td.visible-m, th.visible-m, tr.visible-m {
    display:none !important
}

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

    table.visible-m {
        display:table
    }

    tr.visible-m {
        display:table-row !important
    }

    td.visible-m, th.visible-m {
        display:table-cell !important
    }
}

.visible-l, td.visible-l, th.visible-l, tr.visible-l {
    display:none !important
}

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

    table.visible-l {
        display:table
    }

    tr.visible-l {
        display:table-row !important
    }

    td.visible-l, th.visible-l {
        display:table-cell !important
    }
}

.visible-xl, td.visible-xl, th.visible-xl, tr.visible-xl {
    display:none !important
}

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

    table.visible-xl {
        display:table
    }

    tr.visible-xl {
        display:table-row !important
    }

    td.visible-xl, th.visible-xl {
        display:table-cell !important
    }
}

@media (max-width: 519px) {
    .hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
        display:none !important
    }
}

@media (min-width: 520px) and(max-width: 767px) {
    .hidden-s, td.hidden-s, th.hidden-s, tr.hidden-s {
        display:none !important
    }
}

@media (min-width: 768px) and(max-width: 989px) {
    .hidden-m, td.hidden-m, th.hidden-m, tr.hidden-m {
        display:none !important
    }
}

@media (min-width: 990px) and(max-width: 1199px) {
    .hidden-l, td.hidden-l, th.hidden-l, tr.hidden-l {
        display:none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl, td.hidden-xl, th.hidden-xl, tr.hidden-xl {
        display:none !important
    }
}

.meta-nav {
    position: absolute;
    top: 16px;
    right: 5px;
    color: #333;
    font-size:85%
}

.top-nav {
    display: none;
    float: right;
    margin-top: 24px;
    margin-right: 0;
    font-size:11px
}

.top-nav a:active, .top-nav a:focus, .top-nav a:hover, .top-nav a:link, .top-nav a:visited {
    color: #333;
    text-decoration-thickness: 1px;
    text-underline-offset:.25em
}

.top-nav li {
    background-image: none;
    display: inline;
    padding:0 0 0 15px
}

@media only screen and (min-width: 990px) {
    .top-nav {
        display: block;
        margin-top: 0;
        margin-bottom: 6px;
        font-size:13px
    }
}

@media only screen and (min-width: 1200px) {
    .top-nav {
        margin-top: 2px;
        margin-bottom: 10px;
        font-size:15px
    }
}

.horizontal-nav-container {
    background:#fff
}

.horizontal-nav#main-nav-btn-flyout-close-container, .horizontal-nav.container {
    padding: 0;
    background-color:#ddd
}

.tabbed-breadcrumb .dropdown-menu li a {
    font-size:13px
}

.tabbed-breadcrumb .dropdown-menu li a:active, .tabbed-breadcrumb .dropdown-menu li a:hover, .tabbed-breadcrumb .dropdown-menu li a:link, .tabbed-breadcrumb .dropdown-menu li a:visited {
    color:#000
}

@media only screen and (max-width: 989px) {
    .tabbed-breadcrumb .btn-group.level-0 {
        width:100%
    }
}

.tabbed-breadcrumb .btn-group.level-0 .btn {
    padding-top: 8px;
    padding-bottom: 7px;
    background: #333;
    color: #fff;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform:uppercase
}

@media only screen and (max-width: 989px) {
    .tabbed-breadcrumb .btn-group.level-0 .btn {
        width: 90%;
        text-align:left
    }
}

.tabbed-breadcrumb .btn-group.level-0 .btn:hover {
    background: #cf0;
    text-decoration: none;
    color:#000
}

.tabbed-breadcrumb .btn-group.level-0 .btn:focus {
    border:1px solid transparent
}

@media only screen and (min-width: 990px) {
    .tabbed-breadcrumb .btn-group.level-0 a.btn {
        padding-left:15px
    }
}

@media only screen and (min-width: 1200px) {
    .tabbed-breadcrumb .btn-group.level-0 a.btn {
        padding-left:20px
    }
}

.tabbed-breadcrumb .btn-group.level-0 .btn.dropdown-toggle {
    position: relative;
    border-left:1px solid #666
}

@media only screen and (max-width: 989px) {
    .tabbed-breadcrumb .btn-group.level-0 .btn.dropdown-toggle {
        width: 10%;
        text-align:center
    }
}

.tabbed-breadcrumb .btn-group.level-0 .btn.dropdown-toggle:hover {
    border-left:1px solid #cf0
}

.tabbed-breadcrumb .btn-group.level-0 .btn.dropdown-toggle .fa {
    position: absolute;
    top: 9px;
    left:5px
}

@media only screen and (max-width: 989px) {
    .tabbed-breadcrumb .btn-group.level-0 .btn.dropdown-toggle .fa {
        position:static
    }
}

.tabbed-breadcrumb .btn-group.level-0 .dropdown-menu li, .tabbed-breadcrumb .btn-group.level-0 .dropdown-menu li a {
    background-image:none
}

.tabbed-breadcrumb .btn-group.level-0 .dropdown-menu li a.active, .tabbed-breadcrumb .btn-group.level-0 .dropdown-menu li.active {
    background:#666
}

.tabbed-breadcrumb .btn-group.level-0 .dropdown-menu li a.active > a, .tabbed-breadcrumb .btn-group.level-0 .dropdown-menu li.active > a {
    background:#ccc !important
}

.tabbed-breadcrumb .btn-group.level-0 .dropdown-menu li a.active:hover, .tabbed-breadcrumb .btn-group.level-0 .dropdown-menu li.active:hover {
    background:#cf0
}

.tabbed-breadcrumb .btn-group.level-0 .dropdown-menu li a.active:hover > a, .tabbed-breadcrumb .btn-group.level-0 .dropdown-menu li.active:hover > a {
    background: #cf0;
    color:#000
}

.tabbed-breadcrumb .btn-group.level-0 .dropdown-menu li a:hover, .tabbed-breadcrumb .btn-group.level-0 .dropdown-menu li:hover {
    background:#ddd
}

.tabbed-breadcrumb .btn-group {
    float: left;
    margin-left:0
}

.tabbed-breadcrumb .btn-group.open .btn.dropdown-toggle {
    background: #cf0 !important;
    border-left: 1px solid #cf0 !important;
    color:#000 !important
}

@media only screen and (max-width: 989px) {
    .tabbed-breadcrumb .btn-group.level-1, .tabbed-breadcrumb .btn-group.level-2, .tabbed-breadcrumb .btn-group.level-3, .tabbed-breadcrumb .btn-group.level-4, .tabbed-breadcrumb .btn-group.level-5 {
        width:100%
    }
}

.tabbed-breadcrumb .btn-group.level-1 .btn, .tabbed-breadcrumb .btn-group.level-2 .btn, .tabbed-breadcrumb .btn-group.level-3 .btn, .tabbed-breadcrumb .btn-group.level-4 .btn, .tabbed-breadcrumb .btn-group.level-5 .btn {
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom:7px
}

@media only screen and (max-width: 989px) {
    .tabbed-breadcrumb .btn-group.level-1 .btn, .tabbed-breadcrumb .btn-group.level-2 .btn, .tabbed-breadcrumb .btn-group.level-3 .btn, .tabbed-breadcrumb .btn-group.level-4 .btn, .tabbed-breadcrumb .btn-group.level-5 .btn {
        width: 90%;
        text-align:left
    }
}

.tabbed-breadcrumb .btn-group.level-1 .btn:focus, .tabbed-breadcrumb .btn-group.level-1 .btn:hover, .tabbed-breadcrumb .btn-group.level-2 .btn:focus, .tabbed-breadcrumb .btn-group.level-2 .btn:hover, .tabbed-breadcrumb .btn-group.level-3 .btn:focus, .tabbed-breadcrumb .btn-group.level-3 .btn:hover, .tabbed-breadcrumb .btn-group.level-4 .btn:focus, .tabbed-breadcrumb .btn-group.level-4 .btn:hover, .tabbed-breadcrumb .btn-group.level-5 .btn:focus, .tabbed-breadcrumb .btn-group.level-5 .btn:hover {
    background: #cf0;
    color: #000;
    text-decoration:none
}

.tabbed-breadcrumb .btn-group.level-1 a.btn, .tabbed-breadcrumb .btn-group.level-2 a.btn, .tabbed-breadcrumb .btn-group.level-3 a.btn, .tabbed-breadcrumb .btn-group.level-4 a.btn, .tabbed-breadcrumb .btn-group.level-5 a.btn {
    color:#000
}

.tabbed-breadcrumb .btn-group.level-1 a.btn:hover, .tabbed-breadcrumb .btn-group.level-2 a.btn:hover, .tabbed-breadcrumb .btn-group.level-3 a.btn:hover, .tabbed-breadcrumb .btn-group.level-4 a.btn:hover, .tabbed-breadcrumb .btn-group.level-5 a.btn:hover {
    border-right:1px solid #cf0
}

.tabbed-breadcrumb .btn-group.level-1 a.btn:focus, .tabbed-breadcrumb .btn-group.level-2 a.btn:focus, .tabbed-breadcrumb .btn-group.level-3 a.btn:focus, .tabbed-breadcrumb .btn-group.level-4 a.btn:focus, .tabbed-breadcrumb .btn-group.level-5 a.btn:focus {
    border:1px solid transparent
}

.tabbed-breadcrumb .btn-group.level-1 .btn.dropdown-toggle, .tabbed-breadcrumb .btn-group.level-2 .btn.dropdown-toggle, .tabbed-breadcrumb .btn-group.level-3 .btn.dropdown-toggle, .tabbed-breadcrumb .btn-group.level-4 .btn.dropdown-toggle, .tabbed-breadcrumb .btn-group.level-5 .btn.dropdown-toggle {
    position:relative
}

@media only screen and (max-width: 989px) {
    .tabbed-breadcrumb .btn-group.level-1 .btn.dropdown-toggle, .tabbed-breadcrumb .btn-group.level-2 .btn.dropdown-toggle, .tabbed-breadcrumb .btn-group.level-3 .btn.dropdown-toggle, .tabbed-breadcrumb .btn-group.level-4 .btn.dropdown-toggle, .tabbed-breadcrumb .btn-group.level-5 .btn.dropdown-toggle {
        width: 10%;
        text-align:center
    }
}

.tabbed-breadcrumb .btn-group.level-1 .btn.dropdown-toggle:hover, .tabbed-breadcrumb .btn-group.level-2 .btn.dropdown-toggle:hover, .tabbed-breadcrumb .btn-group.level-3 .btn.dropdown-toggle:hover, .tabbed-breadcrumb .btn-group.level-4 .btn.dropdown-toggle:hover, .tabbed-breadcrumb .btn-group.level-5 .btn.dropdown-toggle:hover {
    background: #cf0;
    color: #000;
    border-left:1px solid #cf0
}

.tabbed-breadcrumb .btn-group.level-1 .btn.dropdown-toggle .fa, .tabbed-breadcrumb .btn-group.level-2 .btn.dropdown-toggle .fa, .tabbed-breadcrumb .btn-group.level-3 .btn.dropdown-toggle .fa, .tabbed-breadcrumb .btn-group.level-4 .btn.dropdown-toggle .fa, .tabbed-breadcrumb .btn-group.level-5 .btn.dropdown-toggle .fa {
    position: absolute;
    top: 9px;
    left:5px
}

@media only screen and (max-width: 989px) {
    .tabbed-breadcrumb .btn-group.level-1 .btn.dropdown-toggle .fa, .tabbed-breadcrumb .btn-group.level-2 .btn.dropdown-toggle .fa, .tabbed-breadcrumb .btn-group.level-3 .btn.dropdown-toggle .fa, .tabbed-breadcrumb .btn-group.level-4 .btn.dropdown-toggle .fa, .tabbed-breadcrumb .btn-group.level-5 .btn.dropdown-toggle .fa {
        position:static
    }
}

.tabbed-breadcrumb .btn-group.level-1 a.btn {
    background: #666;
    color:#f4f4f4
}

.tabbed-breadcrumb .btn-group.level-1 .btn.dropdown-toggle {
    background: #666;
    color: #f4f4f4;
    border-left:1px solid #999
}

.tabbed-breadcrumb .btn-group.level-1 .dropdown-menu li a.active, .tabbed-breadcrumb .btn-group.level-1 .dropdown-menu li.active {
    background:#999
}

.tabbed-breadcrumb .btn-group.level-1 .dropdown-menu li a.active > a, .tabbed-breadcrumb .btn-group.level-1 .dropdown-menu li.active > a {
    background: #999;
    color:#fff
}

.tabbed-breadcrumb .btn-group.level-1 .dropdown-menu li a.active:hover, .tabbed-breadcrumb .btn-group.level-1 .dropdown-menu li.active:hover {
    background:#cf0
}

.tabbed-breadcrumb .btn-group.level-1 .dropdown-menu li a.active:hover > a, .tabbed-breadcrumb .btn-group.level-1 .dropdown-menu li.active:hover > a {
    background: #cf0;
    color:#000
}

.tabbed-breadcrumb .btn-group.level-1 .dropdown-menu li a:hover, .tabbed-breadcrumb .btn-group.level-1 .dropdown-menu li:hover {
    background:#ddd
}

.tabbed-breadcrumb .btn-group.level-2 a.btn {
    background: #999;
    color:#f4f4f4
}

.tabbed-breadcrumb .btn-group.level-2 .btn.dropdown-toggle {
    background: #999;
    color: #f4f4f4;
    border-left:1px solid #f1f1f1
}

.tabbed-breadcrumb .btn-group.level-2 .dropdown-menu li a.active, .tabbed-breadcrumb .btn-group.level-2 .dropdown-menu li.active {
    background:#bbb
}

.tabbed-breadcrumb .btn-group.level-2 .dropdown-menu li a.active > a, .tabbed-breadcrumb .btn-group.level-2 .dropdown-menu li.active > a {
    background: #bbb;
    color:#222
}

.tabbed-breadcrumb .btn-group.level-2 .dropdown-menu li a.active:hover, .tabbed-breadcrumb .btn-group.level-2 .dropdown-menu li.active:hover {
    background:#cf0
}

.tabbed-breadcrumb .btn-group.level-2 .dropdown-menu li a.active:hover > a, .tabbed-breadcrumb .btn-group.level-2 .dropdown-menu li.active:hover > a {
    background: #cf0;
    color:#000
}

.tabbed-breadcrumb .btn-group.level-2 .dropdown-menu li a:hover, .tabbed-breadcrumb .btn-group.level-2 .dropdown-menu li:hover {
    background:#ddd
}

.tabbed-breadcrumb .btn-group.level-3 a.btn {
    background: #bbb;
    color:#222
}

.tabbed-breadcrumb .btn-group.level-3 .btn.dropdown-toggle {
    background: #bbb;
    color: #222;
    border-left:1px solid #eee
}

.tabbed-breadcrumb .btn-group.level-3 .dropdown-menu li a.active, .tabbed-breadcrumb .btn-group.level-3 .dropdown-menu li.active {
    background:#ccc
}

.tabbed-breadcrumb .btn-group.level-3 .dropdown-menu li a.active > a, .tabbed-breadcrumb .btn-group.level-3 .dropdown-menu li.active > a {
    background: #ccc;
    color:#222
}

.tabbed-breadcrumb .btn-group.level-3 .dropdown-menu li a.active:hover, .tabbed-breadcrumb .btn-group.level-3 .dropdown-menu li.active:hover {
    background:#cf0
}

.tabbed-breadcrumb .btn-group.level-3 .dropdown-menu li a.active:hover > a, .tabbed-breadcrumb .btn-group.level-3 .dropdown-menu li.active:hover > a {
    background: #cf0;
    color:#000
}

.tabbed-breadcrumb .btn-group.level-3 .dropdown-menu li a:hover, .tabbed-breadcrumb .btn-group.level-3 .dropdown-menu li:hover {
    background:#ddd
}

.tabbed-breadcrumb .btn-group.level-4 a.btn {
    background: #ccc;
    color:#222
}

.tabbed-breadcrumb .btn-group.level-4 .btn.dropdown-toggle {
    background: #ccc;
    color: #222;
    border-left:1px solid #eee
}

.tabbed-breadcrumb .btn-group.level-4 .dropdown-menu li a.active, .tabbed-breadcrumb .btn-group.level-4 .dropdown-menu li.active {
    background:#eee
}

.tabbed-breadcrumb .btn-group.level-4 .dropdown-menu li a.active > a, .tabbed-breadcrumb .btn-group.level-4 .dropdown-menu li.active > a {
    background: #eee;
    color:#222
}

.tabbed-breadcrumb .btn-group.level-4 .dropdown-menu li a.active:hover, .tabbed-breadcrumb .btn-group.level-4 .dropdown-menu li.active:hover {
    background:#cf0
}

.tabbed-breadcrumb .btn-group.level-4 .dropdown-menu li a.active:hover > a, .tabbed-breadcrumb .btn-group.level-4 .dropdown-menu li.active:hover > a {
    background: #cf0;
    color:#000
}

.tabbed-breadcrumb .btn-group.level-4 .dropdown-menu li a:hover, .tabbed-breadcrumb .btn-group.level-4 .dropdown-menu li:hover {
    background:#ddd
}

.tabbed-breadcrumb .btn-group.level-5 a.btn {
    color: #222;
    background:#eee
}

.tabbed-breadcrumb .horizontal-nav-item.active a {
    background-color: #ddd;
    color:#333 !important
}

.tabbed-breadcrumb .horizontal-nav-item a:active, .tabbed-breadcrumb .horizontal-nav-item a:hover, .tabbed-breadcrumb .horizontal-nav-item a:link, .tabbed-breadcrumb .horizontal-nav-item a:visited {
    font-size: 12px;
    color:#666
}

.tabbed-breadcrumb .horizontal-nav-item a:hover {
    background-color: #ddd;
    color:#333
}

@media only screen and (max-width: 989px) {
    .tabbed-breadcrumb .dropdown-menu {
        width:100%
    }
}

.two-rows {
    position: relative;
    background:#426890
}

.two-rows .horizontal-nav-item.level-1.active a:active, .two-rows .horizontal-nav-item.level-1.active a:hover, .two-rows .horizontal-nav-item.level-1.active a:link, .two-rows .horizontal-nav-item.level-1.active a:visited {
    background-color: #164574;
    color:#fff
}

.two-rows .horizontal-nav-item.level-1 a:active, .two-rows .horizontal-nav-item.level-1 a:hover, .two-rows .horizontal-nav-item.level-1 a:link, .two-rows .horizontal-nav-item.level-1 a:visited {
    background-color: #426890;
    color: #fff;
    font-size:12px
}

.two-rows .horizontal-nav-item.level-1 a:hover {
    background-color: #164574;
    color:#fff
}

.two-rows .horizontal-nav.level-2 {
    position: absolute;
    left: 0;
    background:#fff
}

.two-rows .horizontal-nav.level-2 .horizontal-nav-item.level-2 {
    float:left !important
}

.two-rows .horizontal-nav.level-2 .horizontal-nav-item.level-2.active a:active, .two-rows .horizontal-nav.level-2 .horizontal-nav-item.level-2.active a:hover, .two-rows .horizontal-nav.level-2 .horizontal-nav-item.level-2.active a:link, .two-rows .horizontal-nav.level-2 .horizontal-nav-item.level-2.active a:visited {
    background-color: #ddd;
    color:#222
}

.two-rows .horizontal-nav.level-2 .horizontal-nav-item.level-2 a:active, .two-rows .horizontal-nav.level-2 .horizontal-nav-item.level-2 a:hover, .two-rows .horizontal-nav.level-2 .horizontal-nav-item.level-2 a:link, .two-rows .horizontal-nav.level-2 .horizontal-nav-item.level-2 a:visited {
    font-size: 12px;
    color: #222;
    background-color:#fff
}

.two-rows .horizontal-nav.level-2 .horizontal-nav-item.level-2 a:hover {
    background-color: #ddd;
    color:#222
}

.main-nav-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background: #fff;
    z-index:999
}

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

.main-nav-container:after {
    clear:both
}

.main-nav-container > #main-nav-btn-flyout-close-container, .main-nav-container > .container {
    margin: 0;
    padding:0
}

@media only screen and (min-width: 990px) {
    .main-nav-container > #main-nav-btn-flyout-close-container, .main-nav-container > .container {
        margin:0 auto
    }
}

.main-nav-flyout-global {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    background-color:rgba(255, 255, 255, .92)
}

.main-nav-container-inner {
    overflow-x: hidden;
    overflow-y: visible;
    border-bottom:4px solid #000
}

.main-nav-scroll-buttons {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 1000;
    padding-right: 20px;
    background:#fff
}

#main-nav-btn-scroll-left, #main-nav-btn-scroll-right {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 100%;
    padding: 2px 14px 1px 10px;
    background: #fff;
    border: 0 none;
    color: #000;
    font-size:32px
}

@media only screen and (min-width: 1200px) {
    #main-nav-btn-scroll-left, #main-nav-btn-scroll-right {
        padding:6px 14px 1px 10px
    }
}

#main-nav-btn-scroll-left:focus, #main-nav-btn-scroll-right:focus {
    outline:0 none
}

#main-nav-btn-scroll-left:hover, #main-nav-btn-scroll-right:hover {
    background:#cf0
}

#main-nav-btn-scroll-left {
    border-left:1px solid #999
}

#main-nav-btn-scroll-right {
    border-right:1px solid #999
}

#main-nav-btn-flyout-close-container {
    padding: 10px 0 !important;
    border-bottom:1px solid #000
}

#main-nav-btn-flyout-close {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    border: 0 none;
    font-size: 24px;
    text-align: center;
    outline: 0;
    background:0 0
}

#main-nav-btn-flyout-close:focus {
    outline:0
}

.main-nav-parent a.main-nav-item-link.level-1 {
    padding: 20px 30px 0;
    text-transform:none
}

.main-nav-parent a.main-nav-item-link.level-1:link, .main-nav-parent a.main-nav-item-link.level-1:visited {
    background:0 0
}

.main-nav-parent a.main-nav-item-link.level-1:link span, .main-nav-parent a.main-nav-item-link.level-1:visited span {
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .25em;
    transition:all 150ms ease
}

.main-nav-parent a.main-nav-item-link.level-1:active span, .main-nav-parent a.main-nav-item-link.level-1:focus span, .main-nav-parent a.main-nav-item-link.level-1:hover span {
    color: #fff;
    text-decoration-color: #000;
    background-color:#000
}

.main-nav-toggle {
    position: relative;
    cursor: pointer;
    background:#fff
}

.main-nav-toggle:after {
    content: "";
    display: table;
    clear:both
}

@media only screen and (min-width: 990px) {
    .main-nav-toggle {
        display:none
    }
}

.main-nav-toggle-text {
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    display: block;
    padding: 11px 10px 7px;
    color: #000;
    font-size: 18px !important;
    line-height: 20px !important;
    text-transform:uppercase
}

.main-nav-toggle-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 8px 14px;
    cursor:pointer
}

@media only screen and (min-width: 990px) {
    .main-nav-toggle-icon {
        display:none
    }
}

.main-nav-toggle-icon .line {
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    margin:4px auto
}

.main-nav-flyout {
    width:100%
}

.main-nav-flyout#main-nav-btn-flyout-close-container, .main-nav-flyout.container {
    padding-left: 0;
    padding-right:0
}

@media only screen and (min-width: 990px) {
    .main-nav-flyout {
        position: absolute;
        height: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s linear .35s, opacity .35s linear;
        transition:visibility 0s linear .35s, opacity .35s linear
    }
}

.main-nav-flyout-inner {
    position: relative;
    width: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .92);
    border-bottom:0 none
}

@media only screen and (min-width: 990px) {
    .main-nav-flyout-inner {
        border-bottom:1px solid #000
    }
}

.main-nav {
    display:block
}

.main-nav.level-1, .main-nav.level-2, .main-nav.level-3, .main-nav.level-4 {
    margin: 0;
    padding:0
}

@media only screen and (min-width: 990px) {
    .main-nav.level-1, .main-nav.level-2, .main-nav.level-3, .main-nav.level-4 {
        float:left
    }
}

.main-nav.level-1 {
    white-space: nowrap;
    width: 100%;
    margin-left:0
}

.main-nav.level-2, .main-nav.level-3, .main-nav.level-4 {
    clear:both
}

@media only screen and (min-width: 990px) {
    .main-nav.level-2, .main-nav.level-3, .main-nav.level-4 {
        clear: none;
        width: 33.333%;
        padding-top: 16px;
        padding-bottom:16px
    }
}

@media only screen and (min-width: 1200px) {
    .main-nav.level-2, .main-nav.level-3, .main-nav.level-4 {
        padding-top: 20px;
        padding-bottom:20px
    }
}

.main-nav.level-2 {
    left: 0;
    display:none
}

.main-nav.level-3 {
    display:none
}

@media only screen and (min-width: 990px) {
    .main-nav.level-3 {
        position: absolute;
        top: 0;
        left:33.333%
    }
}

.main-nav.level-4 {
    display:none
}

@media only screen and (min-width: 990px) {
    .main-nav.level-4 {
        position: absolute;
        top: 0;
        left: 100%;
        width:100%
    }
}

.main-nav-item.level-1, .main-nav-item.level-2, .main-nav-item.level-3, .main-nav-item.level-4 {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    background-image:none
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-1, .main-nav-item.level-2, .main-nav-item.level-3, .main-nav-item.level-4 {
        position:static
    }
}

.main-nav-item.level-1 {
    border-bottom: 1px solid #000;
    font-weight:700
}

.main-nav-item.level-1:first-child {
    border-top:1px solid #000
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-1:first-child {
        border-top:0 none
    }
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-1 {
        display: inline-block;
        margin: 0;
        border-bottom:0 none
    }
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-1:hover .main-nav-flyout {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay:0s
    }
}

.main-nav-item.level-1.active {
    background-color:#cf0
}

.main-nav-item.level-1.active .main-nav-item-link.level-1 {
    color: #000;
    background:0 0
}

.main-nav-item.level-1.active.has-children > .icon-has-children {
    color:#000
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-1:hover {
        background-color:#cf0
    }
}

.main-nav-item.level-2, .main-nav-item.level-3, .main-nav-item.level-4 {
    line-height:20px
}

.main-nav-item.level-2:after, .main-nav-item.level-3:after, .main-nav-item.level-4:after {
    content: "";
    display: table;
    clear:both
}

.main-nav-item.level-2 {
    margin-right: 0;
    border-bottom: 1px solid #ccc;
    background-color:#fff
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-2:first-child {
        border-top:0 none
    }
}

.main-nav-item.level-2:last-child {
    border-bottom:0 none
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-2:last-child {
        border-bottom:1px solid #ccc
    }
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-2 {
        margin-left: 16px;
        margin-right:8px
    }
}

@media only screen and (min-width: 1200px) {
    .main-nav-item.level-2 {
        margin-left: 20px;
        margin-right:10px
    }
}

.main-nav-item.level-2.active {
    background-color:#eee
}

.main-nav-item.level-2.active .main-nav-item-link.level-2 {
    color: #000;
    background:0 0
}

.main-nav-item.level-2.active.has-children .icon-has-children {
    color:#000
}

.main-nav-item.level-2.active.has-children .icon-has-children.active {
    color:#000
}

.main-nav-item.level-2.active .main-nav.level-3 {
    display:block
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-2:hover {
        background-color:#eee
    }
}

.main-nav-item.level-3 {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
    background-color:#fff
}

.main-nav-item.level-3:first-child {
    border-top:1px solid #ccc
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-3:first-child {
        border-top:0 none
    }
}

.main-nav-item.level-3:last-child {
    border-bottom:0 none
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-3:last-child {
        border-bottom:1px solid #ccc
    }
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-3 {
        margin-left: 8px;
        margin-right:8px
    }
}

@media only screen and (min-width: 1200px) {
    .main-nav-item.level-3 {
        margin-left: 10px;
        margin-right:10px
    }
}

.main-nav-item.level-3.active {
    background-color:#ccc
}

.main-nav-item.level-3.active .main-nav-item-link.level-3 {
    color: #222;
    background:0 0
}

.main-nav-item.level-3.active.has-children .icon-has-children {
    color:#000
}

.main-nav-item.level-3.active.has-children .icon-has-children.active {
    color:#000
}

.main-nav-item.level-3.active .main-nav.level-4 {
    display:block
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-3:hover {
        background-color:#ccc
    }
}

.main-nav-item.level-4 {
    margin-left: 0;
    border-bottom: 1px solid #ccc;
    background-color:#fff
}

.main-nav-item.level-4:first-child {
    border-top:1px solid #ccc
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-4:first-child {
        border-top:0 none
    }
}

.main-nav-item.level-4:last-child {
    border-bottom:0 none
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-4:last-child {
        border-bottom:1px solid #ccc
    }
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-4 {
        margin-left: 8px;
        margin-right:16px
    }
}

@media only screen and (min-width: 1200px) {
    .main-nav-item.level-4 {
        margin-left: 10px;
        margin-right:20px
    }
}

.main-nav-item.level-4.active {
    background-color:#999
}

.main-nav-item.level-4.active .main-nav-item-link.level-4 {
    color: #fff;
    background:0 0
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-4:hover {
        background-color:#999
    }
}

.main-nav-item.level-1.has-children .icon-has-children, .main-nav-item.level-2.has-children .icon-has-children, .main-nav-item.level-3.has-children .icon-has-children {
    display: block;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 18px 9px;
    font-size: 19px;
    text-align: right;
    cursor:pointer
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-1.has-children .icon-has-children, .main-nav-item.level-2.has-children .icon-has-children, .main-nav-item.level-3.has-children .icon-has-children {
        position: relative;
        float: left;
        width: 15%;
        text-align:center
    }
}

.main-nav-item.level-1.has-children .icon-has-children .fa-angle-up, .main-nav-item.level-2.has-children .icon-has-children .fa-angle-up, .main-nav-item.level-3.has-children .icon-has-children .fa-angle-up {
    display:none
}

.main-nav-item.level-1.has-children .icon-has-children .fa-angle-right, .main-nav-item.level-2.has-children .icon-has-children .fa-angle-right, .main-nav-item.level-3.has-children .icon-has-children .fa-angle-right {
    display:none
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-1.has-children .icon-has-children .fa-angle-right, .main-nav-item.level-2.has-children .icon-has-children .fa-angle-right, .main-nav-item.level-3.has-children .icon-has-children .fa-angle-right {
        display:block
    }
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-1.has-children .icon-has-children .fa-angle-down, .main-nav-item.level-1.has-children .icon-has-children .fa-angle-up, .main-nav-item.level-2.has-children .icon-has-children .fa-angle-down, .main-nav-item.level-2.has-children .icon-has-children .fa-angle-up, .main-nav-item.level-3.has-children .icon-has-children .fa-angle-down, .main-nav-item.level-3.has-children .icon-has-children .fa-angle-up {
        display:none
    }
}

.main-nav-item.level-1.has-children .icon-has-children.active .fa-angle-up, .main-nav-item.level-2.has-children .icon-has-children.active .fa-angle-up, .main-nav-item.level-3.has-children .icon-has-children.active .fa-angle-up {
    display:block
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-1.has-children .icon-has-children.active .fa-angle-up, .main-nav-item.level-2.has-children .icon-has-children.active .fa-angle-up, .main-nav-item.level-3.has-children .icon-has-children.active .fa-angle-up {
        display:none
    }
}

.main-nav-item.level-1.has-children .icon-has-children.active .fa-angle-down, .main-nav-item.level-2.has-children .icon-has-children.active .fa-angle-down, .main-nav-item.level-3.has-children .icon-has-children.active .fa-angle-down {
    display:none
}

.main-nav-item.level-1.has-children .icon-has-children {
    color: #000;
    background:0 0
}

.main-nav-item.level-1.has-children .icon-has-children.active {
    color: #000;
    background:0 0
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-1.has-children .icon-has-children:hover {
        color: #000;
        background:0 0
    }
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-1.has-children > .icon-has-children {
        display:none
    }
}

.main-nav-item.level-2.has-children .icon-has-children {
    color: #000;
    background:0 0
}

.main-nav-item.level-2.has-children .icon-has-children.active {
    color: #000;
    background:0 0
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-2.has-children .icon-has-children:hover {
        color: #000;
        background:0 0
    }
}

.main-nav-item.level-3.has-children .icon-has-children {
    color: #000;
    background:0 0
}

.main-nav-item.level-3.has-children .icon-has-children.active {
    color: #000;
    background:0 0
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-3.has-children .icon-has-children:hover {
        color: #000;
        background:0 0
    }
}

@media only screen and (min-width: 990px) {
    .main-nav-item.level-2.has-children > .main-nav-item-link, .main-nav-item.level-3.has-children > .main-nav-item-link {
        float: left;
        width:85%
    }
}

.main-nav-item-link.level-1, .main-nav-item-link.level-2, .main-nav-item-link.level-3, .main-nav-item-link.level-4 {
    display: block;
    text-decoration:none
}

.main-nav-item-link.level-1:hover, .main-nav-item-link.level-2:hover, .main-nav-item-link.level-3:hover, .main-nav-item-link.level-4:hover {
    text-decoration:none
}

.main-nav-item-link.level-1 {
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 13px 10px 9px 10px;
    font-size: 18px;
    line-height: 18px;
    text-transform:uppercase
}

@media only screen and (min-width: 768px) {
    .main-nav-item-link.level-1 {
        padding:13px 10px 9px 10px
    }
}

@media only screen and (min-width: 990px) {
    .main-nav-item-link.level-1 {
        padding: 12px 15px 9px 15px;
        font-size: 16px;
        line-height:16px
    }
}

@media only screen and (min-width: 1200px) {
    .main-nav-item-link.level-1 {
        padding: 15px 20px 12px 20px;
        font-size: 20px;
        line-height:20px
    }
}

.main-nav-item-link.level-1:link, .main-nav-item-link.level-1:visited {
    color: #000;
    background-color:transparent
}

.main-nav-item-link.level-1:active, .main-nav-item-link.level-1:focus, .main-nav-item-link.level-1:hover {
    outline: 0 none;
    text-decoration:none
}

@media only screen and (min-width: 990px) {
    .main-nav-item-link.level-1:active, .main-nav-item-link.level-1:focus, .main-nav-item-link.level-1:hover {
        color: #000;
        background-color:#cf0
    }
}

.main-nav-item-link.level-2, .main-nav-item-link.level-3, .main-nav-item-link.level-4 {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    padding:8px 11px
}

.main-nav-item-link.level-2:hover, .main-nav-item-link.level-3:hover, .main-nav-item-link.level-4:hover {
    text-decoration:none
}

@media only screen and (min-width: 990px) {
    .main-nav-item-link.level-2, .main-nav-item-link.level-3, .main-nav-item-link.level-4 {
        width:85%
    }
}

.main-nav-item-link.level-2 {
    color: #000;
    background: 0 0;
    padding-left:20px
}

@media only screen and (min-width: 990px) {
    .main-nav-item-link.level-2 {
        padding:8px 11px
    }
}

@media only screen and (min-width: 990px) {
    .main-nav-item-link.level-2:hover {
        color: #000;
        background:0 0
    }
}

.main-nav-item-link.level-3 {
    color: #222;
    background: 0 0;
    padding-left:30px
}

@media only screen and (min-width: 990px) {
    .main-nav-item-link.level-3 {
        padding:8px 11px
    }
}

@media only screen and (min-width: 990px) {
    .main-nav-item-link.level-3:hover {
        color: #222;
        background:0 0
    }
}

.main-nav-item-link.level-4 {
    color: #222;
    background: 0 0;
    padding-left:60px
}

@media only screen and (min-width: 990px) {
    .main-nav-item-link.level-4 {
        padding:8px 11px
    }
}

@media only screen and (min-width: 990px) {
    .main-nav-item-link.level-4:hover {
        color: #fff;
        background:0 0
    }
}

#main-nav-btn-flyout-close-container, .container {
    min-width: 320px;
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right:5px
}

#main-nav-btn-flyout-close-container:after, #main-nav-btn-flyout-close-container:before, .container:after, .container:before {
    content: " ";
    display:table
}

#main-nav-btn-flyout-close-container:after, .container:after {
    clear:both
}

.grid {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9999px;
    z-index:-1000
}

.grid .col-xs-1, .grid .col-xs-2 {
    height: 9999px;
    background:#e3f4f9
}

.grid .col-xs-1 .box, .grid .col-xs-2 .box {
    padding: 10px;
    background:#bfdfe8
}

.grid .col-xs-1 .box span, .grid .col-xs-2 .box span {
    display: block;
    padding-top: 10px;
    height: 9999px;
    background: #d0ebf2;
    text-align: center;
    font-size: 11px;
    color:#97bdc8
}

.main #main-nav-btn-flyout-close-container .grid, .main .container .grid {
    padding-left: 10px;
    padding-right:10px
}

@media only screen and (min-width: 768px) {
    .main #main-nav-btn-flyout-close-container .grid, .main .container .grid {
        padding-left: 20px;
        padding-right:20px
    }
}

@media only screen and (min-width: 990px) {
    .main #main-nav-btn-flyout-close-container .grid, .main .container .grid {
        padding-left: 30px;
        padding-right:30px
    }
}

@media only screen and (min-width: 1200px) {
    .main #main-nav-btn-flyout-close-container .grid, .main .container .grid {
        padding-left: 50px;
        padding-right:50px
    }
}

.layout-size-L .main #main-nav-btn-flyout-close-container .grid, .layout-size-L .main .container .grid {
    padding:0 10px
}

@media only screen and (min-width: 768px) {
    .layout-size-L .main #main-nav-btn-flyout-close-container .grid, .layout-size-L .main .container .grid {
        padding:0 20px
    }
}

@media only screen and (min-width: 990px) {
    .layout-size-L .main #main-nav-btn-flyout-close-container .grid, .layout-size-L .main .container .grid {
        padding:0 30px
    }
}

@media only screen and (min-width: 1200px) {
    .layout-size-L .main #main-nav-btn-flyout-close-container .grid, .layout-size-L .main .container .grid {
        padding:0 50px
    }
}

.layout-size-XL .main #main-nav-btn-flyout-close-container .grid, .layout-size-XL .main .container .grid {
    padding:0 10px
}

@media only screen and (min-width: 768px) {
    .layout-size-XL .main #main-nav-btn-flyout-close-container .grid, .layout-size-XL .main .container .grid {
        padding:0 20px
    }
}

@media only screen and (min-width: 990px) {
    .layout-size-XL .main #main-nav-btn-flyout-close-container .grid, .layout-size-XL .main .container .grid {
        padding:0 60px
    }
}

@media only screen and (min-width: 1200px) {
    .layout-size-XL .main #main-nav-btn-flyout-close-container .grid, .layout-size-XL .main .container .grid {
        padding:0 100px
    }
}

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

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

.row:after {
    clear:both
}

.col-l-1, .col-l-10, .col-l-11, .col-l-12, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-m-1, .col-m-10, .col-m-11, .col-m-12, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-s-1, .col-s-10, .col-s-11, .col-s-12, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-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: 5px;
    padding-right:5px
}

.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:0
}

.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:0
}

.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: 520px) {
    #main-nav-btn-flyout-close-container, .container {
        max-width:767px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-s-pull-0 {
        right:0
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-s-push-0 {
        left:0
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-s-offset-0 {
        margin-left:0
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    #main-nav-btn-flyout-close-container, .container {
        max-width:990px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-m-pull-0 {
        right:0
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-m-push-0 {
        left:0
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-m-offset-0 {
        margin-left:0
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 990px) {
    #main-nav-btn-flyout-close-container, .container {
        max-width:1400px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-l-pull-0 {
        right:0
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-l-push-0 {
        left:0
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-l-offset-0 {
        margin-left:0
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    #main-nav-btn-flyout-close-container, .container {
        max-width:1400px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-pull-0 {
        right:0
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-push-0 {
        left:0
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-offset-0 {
        margin-left:0
    }

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

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

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

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

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

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

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

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

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

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

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

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

.box {
    padding: 15px 10px;
    margin-bottom: 30px;
    overflow:hidden
}

.box .editor-content > h1:first-child, .box .editor-content > h2:first-child {
    margin-top:0
}

.box > h1:first-child, .box > h2:first-child {
    margin-top:0
}

.box-border {
    padding: 15px 10px;
    padding-top: 0;
    margin-bottom: 30px;
    overflow:hidden
}

.box-border:before {
    height: 4px;
    background-color: #000;
    display: block;
    content: " ";
    margin-bottom:12px
}

.box-border > h1:first-child, .box-border > h2:first-child {
    margin-top:0
}

.horizontal-bg-container .box {
    margin-bottom:0
}

.horizontal-bg-container .box-border {
    margin-bottom: 0;
    padding:15px 10px
}

.horizontal-bg-container .box-border:before {
    display:none
}

.box-page-heading {
    padding-top: 0;
    padding-bottom:0
}

.box-page-heading h1 {
    margin: 0;
    padding:0
}

.rtl .box-page-heading h1 {
    direction:rtl
}

.box-accordion .panel-heading {
    padding:15px 15px 2px 15px
}

.box-accordion .panel-heading a {
    display:block
}

.box-accordion .panel-heading a:link, .box-accordion .panel-heading a:visited {
    color: #000;
    background-color:transparent !important
}

.box-accordion .panel-heading a:active, .box-accordion .panel-heading a:focus, .box-accordion .panel-heading a:hover {
    color: #000;
    text-decoration: none;
    background-color:#eee !important
}

.box-accordion .panel-title {
    margin: 0;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height:25px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-accordion .panel-title {
        font-size: 16px;
        line-height:23px
    }
}

.box-accordion.arrows .panel {
    border: 0 none;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom:1px solid #ccc
}

.box-accordion.arrows .panel-body {
    margin: 5px 0 15px 0;
    padding: 0 0 0 14px;
    border-top: 0 none;
    border-left:4px solid #eee
}

.box-accordion.arrows .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top:0 none
}

.box-accordion.arrows .panel-heading {
    position: relative;
    padding: 4px 0 4px 0;
    background:#fff
}

.box-accordion.arrows .panel-heading:hover {
    background-color:#eee
}

.box-accordion.arrows .panel-heading a:hover {
    color:#000
}

.box-accordion.arrows .panel-heading a:before {
    position: absolute;
    top: 6px;
    left: 0;
    color: #666;
    font-size:16px
}

.box-accordion.arrows .panel-heading a i, .box-accordion.arrows .panel-heading a span {
    display: inline-block;
    vertical-align:top
}

.box-accordion.arrows .panel-heading a span {
    padding-left: 4px;
    max-width:95%
}

.box-accordion.arrows .panel-heading a i {
    font-size: 16px;
    color: #000;
    line-height:20px
}

.box-accordion.arrows .panel-heading a i.icon-cds-caret-up {
    display:inline-block
}

.box-accordion.arrows .panel-heading a i.icon-cds-caret-down {
    display:none
}

.box-accordion.arrows .panel-heading a.collapsed i.icon-cds-caret-up {
    display:none
}

.box-accordion.arrows .panel-heading a.collapsed i.icon-cds-caret-down {
    display:inline-block
}

.box-accordion-toggle {
    margin-bottom: 5px;
    padding: 0 0 3px 0;
    border-bottom:2px solid #ccc
}

.box-accordion-close, .box-accordion-open {
    border: 0 none;
    padding-left:0
}

.box-accordion-close i, .box-accordion-open i {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    color:#666
}

.box-accordion-close span, .box-accordion-open span {
    padding-left: 4px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #666;
    font-size:13px
}

.box-accordion-close:hover span, .box-accordion-open:hover span {
    color:#000
}

.box-accordion-link {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color:#666
}

.box-accordion-link .fa-chevron-right {
    position: relative;
    font-size: 10px;
    color: #666;
    margin-right:5px
}

.box-accordion-link:visited {
    margin-top: 10px;
    font-size: 15px;
    color:#666
}

.box-accordion-link:visited .fa-chevron-right {
    position: relative;
    font-size: 10px;
    color: #666;
    margin-right:5px
}

.rtl .box-faq-glossary-folder {
    direction:rtl
}

.box-glossary-index a:hover {
    text-decoration:none !important
}

.box-glossary-section {
    margin-bottom: 90px;
    clear:both
}

.box-glossary-section-heading {
    padding: 10px 14px 6px;
    margin-bottom: 30px;
    background: #eee;
    color:#666
}

.box-glossary-section-top-link {
    float:right
}

.box-glossary-section-top-link:active, .box-glossary-section-top-link:focus, .box-glossary-section-top-link:hover, .box-glossary-section-top-link:link, .box-glossary-section-top-link:visited {
    color: #666;
    text-decoration:none !important
}

.box-glossary-section-item {
    margin-bottom:90px
}

.box-glossary-section-item-more-link {
    margin-left: 20px;
    font-size: 17px;
    line-height:25.5px
}

.rtl .box-glossary-section-item-more-link {
    margin-left: 0;
    margin-right:20px
}

@media only screen and (min-width: 768px) {
    .box-glossary-section-item-more-link {
        margin-left: 16px;
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-glossary-section-item-more-link {
        margin-left: 20px;
        font-size: 15px;
        line-height:22.5px
    }
}

.box-glossary-section-item-more-link li {
    padding:0 0 10px 0
}

.box-glossary-section-item-more-link li a {
    text-decoration: none !important;
    color:#999
}

.box-glossary-section-item-more-link li a:active, .box-glossary-section-item-more-link li a:focus, .box-glossary-section-item-more-link li a:hover {
    color: #000 !important;
    text-decoration: underline !important;
    background-color:transparent !important
}

.box-glossary-section-item-more-link li a .fa-chevron-right {
    font-size: 17px;
    color:#000
}

@media only screen and (min-width: 768px) {
    .box-glossary-section-item-more-link li a .fa-chevron-right {
        font-size:13px
    }
}

@media only screen and (min-width: 1200px) {
    .box-glossary-section-item-more-link li a .fa-chevron-right {
        font-size:15px
    }
}

.box-glossary-section-item-more-link li .fa-li {
    position: absolute;
    left: -18px;
    width: 18px;
    top: 3px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    .box-glossary-section-item-more-link li .fa-li {
        left: -14px;
        width: 14px;
        top:3px
    }
}

@media only screen and (min-width: 1200px) {
    .box-glossary-section-item-more-link li .fa-li {
        left: -20px;
        width: 20px;
        top:3px
    }
}

.box-event-list-v3-btn {
    margin: 20px 0;
    padding: 4px 10px;
    background-color: transparent;
    border: none;
    color:#000
}

@media only screen and (min-width: 768px) {
    .box-event-list-v3-btn {
        margin:10px 0
    }
}

@media only screen and (min-width: 1200px) {
    .box-event-list-v3-btn {
        margin:20px 0
    }
}

.box-event-list-v3-btn.active, .box-event-list-v3-btn:active, .box-event-list-v3-btn:hover {
    background-color: transparent;
    color: #666;
    border:none
}

.box-event-list-v3-btn:focus {
    background-color:#eee
}

.box-event-list-v3-btn.active:focus {
    background-color: #eee;
    color:#000
}

.box-event-list-v3-btn .box-event-list-v3-badge {
    top: 1px;
    margin-left: 10px;
    background-color: #eee;
    color:#666
}

.box-event-list-v3-element {
    margin: 15px 0 20px 0;
    padding-bottom:15px
}

.box-event-list-v3-title {
    margin-top: 0;
    font-size: 21px;
    line-height:28px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-event-list-v3-title {
        font-size: 19px;
        line-height: 25px;
        padding-right:10px
    }
}

.box-event-list-v3-text {
    padding-right: 5px;
    border-right:none
}

@media only screen and (min-width: 768px) {
    .box-event-list-v3-text {
        padding-right: 10px;
        border-right:1px solid #ccc
    }
}

.box-event-list-v3-date {
    margin-top: 0;
    padding: 5px 5px 0 10px;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #666;
    background-color:#eee
}

@media only screen and (min-width: 768px) {
    .box-event-list-v3-date {
        font-size: 18px;
        line-height: 25px;
        padding: 0 0 0 10px;
        background-color:transparent
    }
}

@media only screen and (min-width: 1200px) {
    .box-event-list-v3-date {
        padding:0 0 0 20px
    }
}

.box-event-list-v3-location {
    color:#666
}

.box-event-list-v3-location .box-event-list-v3-location-label {
    margin-right: 5px;
    font-weight:700
}

.box-event-list-v1 {
    background-color:transparent
}

.rtl .box-event-list-v1 {
    direction:rtl
}

.box-event-list-v1-headline {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .035em;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight:700
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-event-list-v1-headline {
        margin-top: 0;
        margin-bottom: 7px;
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .035em;
        font-family: SourceSansPro, Arial, Helvetica, sans-serif;
        font-weight:700
    }
}

.box-event-list-v1-element {
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
    margin-bottom:15px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-event-list-v1-element {
        margin-bottom: 15px;
        font-size: 16px;
        line-height:23px
    }
}

@media print {
    .box-event-list-v1-element {
        font-size: 11pt;
        line-height:1.4em
    }
}

.box-event-list-v1-element:nth-last-of-type(2) {
    border-bottom:none
}

.box-event-list-v1-element-l {
    color: #666;
    margin-bottom:9px
}

.box-event-list-v1-date {
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 700;
    display:inline
}

@media only screen and (min-width: 768px) {
    .box-event-list-v1-date {
        display:block
    }
}

.box-event-list-v1-time {
    display: inline;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left:10px
}

@media only screen and (min-width: 768px) {
    .box-event-list-v1-time {
        display: block;
        border: none;
        padding-left: 0;
        margin-left:0
    }
}

.box-event-list-v1-nav a:link, .box-event-list-v1-nav a:visited {
    text-decoration:none
}

.box-event-list-v1-nav .icon-cds {
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 22px;
    line-height: 40px;
    background: 0 0;
    padding: 6px;
    text-align: center;
    border:1px solid #000
}

@media only screen and (min-width: 768px) {
    .box-event-list-v1-nav .icon-cds {
        font-size:18px
    }
}

@media only screen and (min-width: 1200px) {
    .box-event-list-v1-nav .icon-cds {
        font-size:22px
    }
}

.box-event-list-v1-nav .disabled {
    color: #666;
    border-color: #666;
    cursor:auto
}

.box-event-list-v1-nav-arrow-first, .box-event-list-v1-nav-arrow-last, .box-event-list-v1-nav-arrow-next, .box-event-list-v1-nav-arrow-prev, .box-event-list-v1-nav-overview {
    margin-right: 10px;
    display: inline-block;
    vertical-align:middle
}

.rtl .box-event-list-v1-nav-arrow-first, .rtl .box-event-list-v1-nav-arrow-last, .rtl .box-event-list-v1-nav-arrow-next, .rtl .box-event-list-v1-nav-arrow-prev, .rtl .box-event-list-v1-nav-overview {
    margin-left: 10px;
    margin-right:0
}

.box-event-list-v1-nav-arrow-first:focus, .box-event-list-v1-nav-arrow-first:hover, .box-event-list-v1-nav-arrow-last:focus, .box-event-list-v1-nav-arrow-last:hover, .box-event-list-v1-nav-arrow-next:focus, .box-event-list-v1-nav-arrow-next:hover, .box-event-list-v1-nav-arrow-prev:focus, .box-event-list-v1-nav-arrow-prev:hover, .box-event-list-v1-nav-overview:focus, .box-event-list-v1-nav-overview:hover {
    background:0 0 !important
}

.box-event-list-v1-nav-arrow-first:focus .icon-cds, .box-event-list-v1-nav-arrow-first:hover .icon-cds, .box-event-list-v1-nav-arrow-last:focus .icon-cds, .box-event-list-v1-nav-arrow-last:hover .icon-cds, .box-event-list-v1-nav-arrow-next:focus .icon-cds, .box-event-list-v1-nav-arrow-next:hover .icon-cds, .box-event-list-v1-nav-arrow-prev:focus .icon-cds, .box-event-list-v1-nav-arrow-prev:hover .icon-cds, .box-event-list-v1-nav-overview:focus .icon-cds, .box-event-list-v1-nav-overview:hover .icon-cds {
    background: #000;
    color:#fff
}

.rtl .box-event-list-v1-nav-arrow-prev {
    transform:scaleX(-1)
}

.box-event-list-v1-nav-arrow-prev:hover .icon-cds {
    background: #000;
    color:#fff
}

.box-event-list-v1-nav-arrow-prev:hover.disabled .icon-cds {
    background: 0 0;
    color:#666
}

.rtl .box-event-list-v1-nav-arrow-next {
    transform:scaleX(-1)
}

.box-event-list-v1-nav-arrow-next:hover .icon-cds {
    background: #000;
    color:#fff
}

.box-event-list-v1-nav-arrow-next:hover.disabled .icon-cds {
    background: 0 0;
    color:#666
}

.box-event-list-v1-pagination {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 17px;
    line-height: 25.5px;
    color:#666
}

@media only screen and (min-width: 768px) {
    .box-event-list-v1-pagination {
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-event-list-v1-pagination {
        font-size: 15px;
        line-height:22.5px
    }
}

.rtl .box-event-list-v1-pagination {
    display:none
}

a.box-event-list-v1-link-all {
    margin-top: 15px;
    font-size: 17px;
    line-height: 25.5px;
    color:#666
}

@media only screen and (min-width: 768px) {
    a.box-event-list-v1-link-all {
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    a.box-event-list-v1-link-all {
        font-size: 15px;
        line-height:22.5px
    }
}

a.box-event-list-v1-link-all .fa-chevron-right {
    width: 14px;
    position: relative;
    font-size: 15px;
    color: #000;
    margin-right:7px
}

.box-event-doc-header {
    margin-bottom:5px
}

@media only screen and (min-width: 768px) {
    .box-event-doc-header {
        margin-bottom:10px
    }

    .box-event-doc-header:after, .box-event-doc-header:before {
        content: " ";
        display:table
    }

    .box-event-doc-header:after {
        clear:both
    }
}

.box-event-doc-header-title > h1:first-child {
    margin-top:0
}

.box-event-doc-header-title {
    padding-right: 5px;
    border-right:none
}

@media only screen and (min-width: 768px) {
    .box-event-doc-header-title {
        padding-right: 10px;
        border-right:1px solid #ccc
    }
}

.box-event-doc-header-date {
    padding-left: 5px;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color:#000
}

@media only screen and (min-width: 768px) {
    .box-event-doc-header-date {
        padding-left:10px
    }
}

a.box-event-doc-header-cal {
    display: block;
    margin-top: 10px;
    color:#666
}

a.box-event-doc-header-cal .fa-calendar {
    font-size: 18px;
    color:#666
}

@media only screen and (min-width: 520px) {
    a.box-event-doc-header-cal .fa-calendar {
        font-size:16px
    }
}

@media only screen and (min-width: 1200px) {
    a.box-event-doc-header-cal .fa-calendar {
        font-size:18px
    }
}

a.box-event-doc-header-cal:active, a.box-event-doc-header-cal:focus, a.box-event-doc-header-cal:hover {
    background-color:transparent !important
}

.box-event-doc-date {
    color:#666
}

.box-event-doc-nav {
    margin-top:30px
}

.box-event-doc-nav a:link, .box-event-doc-nav a:visited {
    text-decoration:none
}

.box-event-doc-nav .icon-cds {
    cursor: pointer;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    background: #ddd;
    padding: 8px;
    text-align:center
}

@media only screen and (min-width: 768px) {
    .box-event-doc-nav .icon-cds {
        font-size:20px
    }
}

@media only screen and (min-width: 1200px) {
    .box-event-doc-nav .icon-cds {
        font-size:24px
    }
}

.box-event-doc-nav .disabled {
    color:#ccc
}

.box-event-doc-nav-arrow-first, .box-event-doc-nav-arrow-last, .box-event-doc-nav-arrow-next, .box-event-doc-nav-arrow-prev, .box-event-doc-nav-overview {
    margin-right: 10px;
    display: inline-block;
    vertical-align:middle
}

.box-event-doc-pagination {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 17px;
    color:#333
}

@media only screen and (min-width: 768px) {
    .box-event-doc-pagination {
        font-size: 15px;
        line-height:22.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-event-doc-pagination {
        font-size: 17px;
        line-height:25.5px
    }
}

.container-image-details {
    background: #111;
    padding-top: .1px;
    height:100vh
}

.box-image-details-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index:100
}

.box-image-details-close a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius:50%
}

.box-image-details-close a:hover {
    text-decoration:none
}

.box-image-details-close a i {
    color: #fff;
    font-size:32px
}

.rtl .box-image-details-close {
    left:20px
}

.box-image-wrapper {
    display: table;
    height: calc(100vh - 68px);
    position: fixed;
    width: 100%;
    top: 0;
    left:0
}

.box-image {
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    height: calc(100vh - 68px);
    padding: 0;
    margin: 0;
    background:#111
}

.box-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    background:#fff
}

.box-image-data {
    position: absolute;
    background: #fff;
    top: calc(100vh - 68px);
    margin: 0;
    padding: 0 30px 20px;
    width:100%
}

.box-image-data h1 {
    display: block;
    font-family: arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 4px 0;
    width:100%
}

.box-image-data .abstract {
    clear:both
}

.box-image-data .abstract p {
    display: block;
    font-size: 14px;
    line-height:22px
}

.box-image-data .scroll {
    display: block;
    float: left;
    height: 68px;
    width: 5%;
    background: 0 0;
    color: #000;
    font-size: 30px;
    text-align: right;
    padding-top:5px
}

.box-image-data .scroll i {
    padding: 0 0 10px 10px;
    cursor:pointer
}

.box-image-data p.mark-6 {
    font-size:12px !important
}

.rtl .box-image-data {
    direction:rtl
}

.box-image-data-title {
    float: left;
    width: 95%;
    background: #fff;
    margin: 0;
    padding:8px 0 5px 0
}

.box-image-details-copyright {
    font-size: 12px !important;
    color:#666
}

.box-news-list-v1 {
    background-color:transparent
}

.rtl .box-news-list-v1 {
    direction:rtl
}

.box-news-list-v1-headline {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .035em;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight:700
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-news-list-v1-headline {
        margin-top: 0;
        margin-bottom: 7px;
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .035em;
        font-family: SourceSansPro, Arial, Helvetica, sans-serif;
        font-weight:700
    }
}

.box-news-list-v1 a:link {
    text-decoration:none
}

.box-news-list-v1 a:active, .box-news-list-v1 a:focus, .box-news-list-v1 a:hover {
    text-decoration:none
}

.box-news-list-v1 a:active .icon-cds, .box-news-list-v1 a:focus .icon-cds, .box-news-list-v1 a:hover .icon-cds {
    color: #fff;
    background-color:#000
}

.box-news-list-v1 a:active .box-news-list-v1-title span, .box-news-list-v1 a:focus .box-news-list-v1-title span, .box-news-list-v1 a:hover .box-news-list-v1-title span {
    text-decoration: underline;
    background-color:#000
}

.box-news-list-v1-element {
    border-bottom: 1px solid #ccc;
    margin-bottom:15px
}

.box-news-list-v1-element:nth-last-of-type(2) {
    border-bottom:none
}

.box-news-list-v1-title {
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
    text-decoration:underline
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-news-list-v1-title {
        margin-bottom: 5px;
        font-size: 16px;
        line-height:23px
    }
}

@media print {
    .box-news-list-v1-title {
        font-size: 11pt;
        line-height:1.4em
    }
}

.box-news-list-v1-abstract {
    font-size: 17px;
    line-height: 25.5px;
    color: #666;
    margin-bottom:7px
}

@media only screen and (min-width: 768px) {
    .box-news-list-v1-abstract {
        margin-bottom: 5px;
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-news-list-v1-abstract {
        margin-bottom: 7px;
        font-size: 15px;
        line-height:22.5px
    }
}

.box-news-list-v1-date {
    font-size: 15px;
    line-height: 22.5px;
    color:#666
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-news-list-v1-date {
        font-size: 13px;
        line-height:19.5px
    }
}

@media print {
    .box-news-list-v1-date {
        font-size: 8pt;
        line-height:1.3em
    }
}

.box-news-list-v1-category {
    font-weight: 400;
    border-left: 1px solid #666;
    padding-left: 5px;
    margin-left:5px
}

.box-news-list-v1-nav a:link, .box-news-list-v1-nav a:visited {
    text-decoration:none
}

.box-news-list-v1-nav .icon-cds {
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 22px;
    line-height: 40px;
    background: 0 0;
    padding: 6px;
    text-align: center;
    border:1px solid #000
}

@media only screen and (min-width: 768px) {
    .box-news-list-v1-nav .icon-cds {
        font-size:18px
    }
}

@media only screen and (min-width: 1200px) {
    .box-news-list-v1-nav .icon-cds {
        font-size:22px
    }
}

.box-news-list-v1-nav .disabled {
    color: #666;
    border-color: #666;
    cursor: auto;
    vertical-align:sub
}

.box-news-list-v1-nav-arrow-first, .box-news-list-v1-nav-arrow-last, .box-news-list-v1-nav-arrow-next, .box-news-list-v1-nav-arrow-prev, .box-news-list-v1-nav-overview {
    margin-right: 10px;
    display: inline-block;
    vertical-align:middle
}

.rtl .box-news-list-v1-nav-arrow-first, .rtl .box-news-list-v1-nav-arrow-last, .rtl .box-news-list-v1-nav-arrow-next, .rtl .box-news-list-v1-nav-arrow-prev, .rtl .box-news-list-v1-nav-overview {
    margin-left: 10px;
    margin-right:0
}

.box-news-list-v1-nav-arrow-first:focus, .box-news-list-v1-nav-arrow-first:hover, .box-news-list-v1-nav-arrow-last:focus, .box-news-list-v1-nav-arrow-last:hover, .box-news-list-v1-nav-arrow-next:focus, .box-news-list-v1-nav-arrow-next:hover, .box-news-list-v1-nav-arrow-prev:focus, .box-news-list-v1-nav-arrow-prev:hover, .box-news-list-v1-nav-overview:focus, .box-news-list-v1-nav-overview:hover {
    background:0 0 !important
}

.box-news-list-v1-nav-arrow-first:focus .icon-cds, .box-news-list-v1-nav-arrow-first:hover .icon-cds, .box-news-list-v1-nav-arrow-last:focus .icon-cds, .box-news-list-v1-nav-arrow-last:hover .icon-cds, .box-news-list-v1-nav-arrow-next:focus .icon-cds, .box-news-list-v1-nav-arrow-next:hover .icon-cds, .box-news-list-v1-nav-arrow-prev:focus .icon-cds, .box-news-list-v1-nav-arrow-prev:hover .icon-cds, .box-news-list-v1-nav-overview:focus .icon-cds, .box-news-list-v1-nav-overview:hover .icon-cds {
    background: #000;
    color:#fff
}

.rtl .box-news-list-v1-nav-arrow-prev {
    transform:scaleX(-1)
}

.box-news-list-v1-nav-arrow-prev:hover .icon-cds {
    background: #000;
    color:#fff
}

.box-news-list-v1-nav-arrow-prev:hover.disabled .icon-cds {
    background: 0 0;
    color:#666
}

.rtl .box-news-list-v1-nav-arrow-next {
    transform:scaleX(-1)
}

.box-news-list-v1-nav-arrow-next:hover .icon-cds {
    background: #000;
    color:#fff
}

.box-news-list-v1-nav-arrow-next:hover.disabled .icon-cds {
    background: 0 0;
    color:#666
}

.box-news-list-v1-pagination {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 17px;
    line-height: 25.5px;
    color:#666
}

@media only screen and (min-width: 768px) {
    .box-news-list-v1-pagination {
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-news-list-v1-pagination {
        font-size: 15px;
        line-height:22.5px
    }
}

.rtl .box-news-list-v1-pagination {
    display:none
}

.rtl .box-news-list-v3 {
    direction:rtl
}

.box-news-list-v3-element {
    border-bottom: 1px solid #ccc;
    padding:5px 0
}

.box-news-list-v3-title {
    margin-top:15px
}

.box-news-list-v3-date {
    font-size: 15px;
    line-height: 22.5px;
    color: #666;
    margin-bottom:15px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-news-list-v3-date {
        font-size: 13px;
        line-height:19.5px
    }
}

.box-news-list-v3-category {
    font-weight:700
}

.box-news-list-more-items {
    text-align:center
}

.box-news-list-more-items a {
    display: inline-block;
    padding: 1px 6px 5px;
    margin:14px 0
}

.box-news-list-more-items a:link, .box-news-list-more-items a:visited {
    background: #fff;
    color: #000;
    text-decoration:none
}

.box-news-list-more-items a:active, .box-news-list-more-items a:hover {
    background: #000;
    color: #fff;
    text-decoration:none
}

.box-news-list-more-items a .fa-circle {
    font-size: 10px;
    margin:0 3px
}

.box-news-doc-headline {
    margin-top:0
}

.box-news-doc-abstract {
    color: #666;
    font-weight:700
}

.box-news-doc-date {
    font-size: 15px;
    line-height: 22.5px;
    color:#666
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-news-doc-date {
        font-size: 13px;
        line-height:19.5px
    }
}

.box-news-doc-nav {
    margin-top:30px
}

.box-news-doc-nav .icon-cds {
    cursor: pointer;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    background: 0 0;
    padding: 6px;
    text-align: center;
    border:1px solid #000
}

@media only screen and (min-width: 768px) {
    .box-news-doc-nav .icon-cds {
        font-size:20px
    }
}

@media only screen and (min-width: 1200px) {
    .box-news-doc-nav .icon-cds {
        font-size:24px
    }
}

.box-news-doc-nav a:link, .box-news-doc-nav a:visited {
    text-decoration:none !important
}

.box-news-doc-nav a:link .icon-cds, .box-news-doc-nav a:visited .icon-cds {
    color: #000 !important;
    background-color: transparent !important;
    border-radius:50%
}

.box-news-doc-nav a:active, .box-news-doc-nav a:focus, .box-news-doc-nav a:hover {
    background-color:transparent !important
}

.box-news-doc-nav a:active .icon-cds, .box-news-doc-nav a:focus .icon-cds, .box-news-doc-nav a:hover .icon-cds {
    color: #fff !important;
    background-color: #000 !important;
    border-radius:50%
}

.box-news-doc-nav .disabled {
    color: #666;
    border-color: #666;
    cursor:auto
}

.box-news-doc-nav-arrow-first, .box-news-doc-nav-arrow-last, .box-news-doc-nav-arrow-next, .box-news-doc-nav-arrow-prev, .box-news-doc-nav-overview {
    margin-right: 10px;
    display:inline-block
}

.box-news-doc-pagination {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 17px;
    line-height: 25.5px;
    color:#333
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-news-doc-pagination {
        font-size: 15px;
        line-height:22.5px
    }
}

.rtl .box-staff {
    direction:rtl
}

.box-staff .nav-pills > li > a {
    margin-right: 6px;
    margin-left: 0;
    line-height: 20px;
    border: 1px solid #ddd;
    text-decoration:none !important
}

.box-staff .nav-pills > li > a:active, .box-staff .nav-pills > li > a:focus, .box-staff .nav-pills > li > a:hover {
    background-color: #666 !important;
    border:1px solid #666
}

.box-staff .nav-pills > li.active > a, .box-staff .nav-pills > li.active > a:focus, .box-staff .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #666;
    border:1px solid #666
}

.box-staff .nav-pills > li {
    margin-bottom:10px
}

@media only screen and (min-width: 520px) {
    .box-staff .nav-pills > li {
        margin-bottom:0
    }
}

.box-staff-abstract {
    margin-bottom:30px
}

.box-staff-content {
    margin-top:20px
}

h2.box-staff-inst-level-1 {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight:700
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    h2.box-staff-inst-level-1 {
        font-size: 17px;
        line-height:25.5px
    }
}

h3.box-staff-inst-level-2, h3.box-staff-inst-level-3, h3.box-staff-type {
    margin: 0;
    font-size: 20px;
    line-height:30px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    h3.box-staff-inst-level-2, h3.box-staff-inst-level-3, h3.box-staff-type {
        font-size: 17px;
        line-height:25.5px
    }
}

.box-staff-function-label {
    font-weight:700
}

.box-staff-hours-label {
    font-weight:700
}

.box-staff-table {
    width:100%
}

@media only screen and (min-width: 990px) {
    .box-staff-table {
        width:60%
    }
}

.box-staff-table.list-group {
    margin-top: 20px;
    margin-bottom:20px
}

@media only screen and (min-width: 990px) {
    .box-staff-table.list-group {
        float:left
    }
}

.box-staff-table.list-group .list-group-item {
    border-left: none;
    border-right:none
}

.box-staff-table.list-group .list-group-item:first-of-type {
    border-top:2px solid #999
}

.box-staff-table.list-group .list-group-item:last-of-type {
    border-bottom:2px solid #999
}

.box-staff-table.list-group .box-staff-table-label {
    font-weight:700
}

.rtl .box-staff-table.list-group .box-staff-table-label {
    float:right
}

.rtl .box-staff-list {
    direction:rtl
}

.box-staff-list-item {
    margin-bottom: 10px;
    padding:15px 10px
}

h2.box-staff-list-table-category {
    font-size: 25px;
    line-height:32px
}

.box-staff-list-item:nth-of-type(odd) {
    background-color:#f1f1f1
}

.box-staff-list-item-image img {
    width:100%
}

.box-staff-list-item-email, .box-staff-list-item-function, .box-staff-list-item-name, .box-staff-list-item-phone, .box-staff-list-item-type {
    margin: 0;
    padding:4px 10px
}

h3.box-staff-list-item-name {
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 27px;
    margin:0 0 10px 0
}

p.box-staff-list-item-phone {
    display:block
}

p.box-staff-list-item-email {
    display:block
}

p.box-staff-list-item-email a.mailto {
    text-decoration: none;
    cursor: default;
    color:#333
}

.box-staff-list-abc-nav {
    margin-bottom: 15px;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height:31px
}

.box-staff-list-abc-nav:after, .box-staff-list-abc-nav:before {
    content: " ";
    display:table
}

.box-staff-list-abc-nav:after {
    clear:both
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-staff-list-abc-nav {
        font-size: 18px;
        line-height:25px
    }
}

.box-staff-list-abc-nav a {
    display: inline-block;
    margin-right: 5px;
    padding:3px
}

.box-staff-list-abc-nav-results {
    display: block;
    width:100%
}

.box-staff-list-abc-nav-results:after, .box-staff-list-abc-nav-results:before {
    content: " ";
    display:table
}

.box-staff-list-abc-nav-results:after {
    clear:both
}

.box-staff-list-abc-nav-results-switch {
    margin-bottom:10px
}

@media only screen and (min-width: 768px) {
    .box-staff-list-abc-nav-results-switch {
        float:right
    }
}

.box-staff-list-table-category {
    margin:30px 0 20px 0
}

.box-staff-list-table.list-group {
    margin-top:20px
}

.box-staff-list-table.list-group .list-group-item:first-of-type {
    border-top:2px solid #999
}

.box-staff-list-table.list-group .list-group-item:last-of-type {
    border-bottom:2px solid #999
}

.box-staff-list-table.list-group .list-group-item:nth-of-type(odd) {
    background-color:#eee
}

.box-staff-list-table.list-group .list-group-item.box-staff-list-table-heading {
    font-weight:700
}

.box-staff-list-table.list-group a, .box-staff-list-table.list-group span {
    margin-bottom: 4px;
    display:inline-block
}

@media only screen and (min-width: 768px) {
    .box-staff-list-table.list-group a, .box-staff-list-table.list-group span {
        margin: 0;
        display:block
    }
}

.box-staff-list-table.list-group span.address {
    display:block
}

.box-staff-list-table.list-group .box-staff-list-table-label {
    display:block
}

@media only screen and (min-width: 768px) {
    .box-staff-list-table.list-group .box-staff-list-table-label {
        display: inline-block;
        margin-right:10px
    }
}

.box-staff-list-table.list-group .box-staff-list-table-inf-inline {
    display:block
}

@media only screen and (min-width: 768px) {
    .box-staff-list-table.list-group .box-staff-list-table-inf-inline {
        display: inline-block;
        margin-right:10px
    }
}

.box-staff-list-table.list-group .box-staff-list-table-name {
    font-size: 20px;
    line-height:30px
}

@media only screen and (min-width: 768px) {
    .box-staff-list-table.list-group .box-staff-list-table-name {
        font-size:15px
    }
}

@media only screen and (min-width: 1200px) {
    .box-staff-list-table.list-group .box-staff-list-table-name {
        font-size:17px
    }
}

.box-staff-list-table.list-group .list-group-item i.fa {
    display: inline-block;
    margin-right: 10px;
    font-size: larger;
    color:#222
}

@media only screen and (min-width: 768px) {
    .box-staff-list-table.list-group .list-group-item i.fa {
        display:none
    }
}

.box-staff-list-table.list-group .list-group-item i.fa.fa-home {
    display:inline-block
}

@media only screen and (min-width: 768px) {
    .box-staff-list-table.list-group .list-group-item i.fa.fa-home {
        display:none
    }
}

.box-staff-list-table-alphabetical.hideme {
    display:none
}

p.box-staff-list-table-alphabetical-letters {
    display: inline-block;
    vertical-align: middle;
    margin:20px 30px 0 0
}

p.box-staff-list-table-alphabetical-letters a {
    padding-right:10px
}

.box-staff-list-table-alphabetical.nav.nav-pills {
    display: inline-block;
    vertical-align: middle;
    margin:20px 0 0 0
}

.box-staff-list-table-alphabetical-search {
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    text-align: left;
    background: #fff;
    margin: 20px 0 15px 0;
    padding: 4px 0 4px 10px;
    color: #666;
    font-size: 17px;
    line-height:25.5px
}

.box-staff-list-table-alphabetical-search:focus, .box-staff-list-table-alphabetical-search:hover {
    border-color:#999
}

.box-staff-list-table-alphabetical-search::-webkit-input-placeholder {
    color:#999
}

.box-staff-list-table-alphabetical-search:-moz-placeholder {
    color:#999
}

.box-staff-list-table-alphabetical-search.placeholder {
    color:#999
}

.box-staff-list-table-alphabetical-search:-moz-placeholder {
    color:#999
}

.box-staff-list-table-alphabetical-search::-moz-placeholder {
    color:#999
}

.box-staff-list-table-alphabetical-search:-ms-input-placeholder {
    color:#999
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-staff-list-table-alphabetical-search {
        font-size: 15px;
        line-height:22.5px
    }
}

.label.box-staff-list-table-alphabetical-amount {
    color: #666;
    float:right
}

.box-staff-list-table.list-group.box-staff-list-table-alphabetical {
    margin: 30px 0;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 990px) {
    .box-staff-list-table.list-group.box-staff-list-table-alphabetical {
        font-size: 13px;
        line-height:19.5px
    }
}

.box-staff-list-table.list-group.box-staff-list-table-alphabetical .box-staff-list-table-name {
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 990px) {
    .box-staff-list-table.list-group.box-staff-list-table-alphabetical .box-staff-list-table-name {
        font-size: 13px;
        line-height:19.5px
    }
}

.box-staff-list-table.list-group.box-staff-list-table-alphabetical .list-group-item:first-of-type {
    border-bottom:1px solid #999
}

.box-staff-list-table.list-group.box-staff-list-table-alphabetical .list-group-item:last-of-type {
    border-bottom:1px solid #999
}

.box-staff-list-table.list-group.box-staff-list-table-alphabetical .list-group-item.box-staff-list-table-letter {
    background-color: #fff;
    border-left: none;
    border-right:none
}

.box-staff-list-table.list-group.box-staff-list-table-alphabetical .list-group-item .box-staff-list-item-email {
    display: block;
    margin:0
}

.box-staff-list-table.list-group.box-staff-list-table-alphabetical .list-group-item .box-staff-list-item-email i.fa {
    display: inline-block;
    margin-right: 10px;
    color:#000
}

@media only screen and (min-width: 520px) {
    .box-staff-list-table.list-group.box-staff-list-table-alphabetical .list-group-item .box-staff-list-item-email i.fa {
        display:inline-block
    }
}

.box-staff-list-table.list-group.box-staff-list-table-alphabetical .list-group-item .box-staff-list-item-email a {
    display:inline-block
}

.box-slideshow {
    background:#fff
}

.box-slideshow-container {
    background: #999;
    overflow:hidden
}

.box-slideshow-image {
    width:100%
}

.box-slideshow-image img {
    width:100%
}

.box-slideshow-content-element {
    position: relative;
    margin-bottom:10px
}

@media only screen and (min-width: 768px) {
    .box-slideshow-content-element {
        margin-bottom:60px
    }
}

.box-slideshow-content-element .cycle-slideshow {
    overflow:hidden
}

.box-slideshow-overlay {
    background: rgba(0, 0, 0, .75);
    width: 100%;
    z-index: 600;
    padding: 15px 20px;
    background: rgba(0, 0, 0, .45);
    color:#fff
}

.box-slideshow-overlay h3 {
    font-weight: 400;
    margin:0
}

.box-slideshow-overlay h3 a:link, .box-slideshow-overlay h3 a:visited {
    color: #fff !important;
    text-decoration-thickness: 1px;
    text-underline-offset: .25em;
    transition:all 150ms ease
}

.box-slideshow-overlay p a:link, .box-slideshow-overlay p a:visited {
    text-decoration: none !important;
    color:#fff !important
}

.box-slideshow-overlay p a:active, .box-slideshow-overlay p a:focus, .box-slideshow-overlay p a:hover {
    text-decoration: none !important;
    background-color: transparent !important;
    color:red
}

@media only screen and (min-width: 768px) {
    .box-slideshow-overlay {
        position: absolute;
        bottom:0
    }
}

@media only screen and (min-width: 990px) {
    .box-slideshow-overlay {
        bottom: 60px;
        width:40%
    }
}

@media only screen and (min-width: 990px) {
    .box-slideshow-overlay.overlay-left {
        left:5%
    }
}

@media only screen and (min-width: 990px) {
    .box-slideshow-overlay.overlay-right {
        right:5%
    }
}

@media only screen and (min-width: 768px) {
    .box-slideshow-cms-3 .box-slideshow-overlay, .box-slideshow-cms-4 .box-slideshow-overlay {
        position: static;
        bottom:0
    }
}

@media only screen and (min-width: 990px) {
    .box-slideshow-cms-3 .box-slideshow-overlay, .box-slideshow-cms-4 .box-slideshow-overlay {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        width:100%
    }
}

@media only screen and (min-width: 990px) {
    .box-slideshow-cms-5 .box-slideshow-overlay.overlay-left, .box-slideshow-cms-5 .box-slideshow-overlay.overlay-right, .box-slideshow-cms-6 .box-slideshow-overlay.overlay-left, .box-slideshow-cms-6 .box-slideshow-overlay.overlay-right {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width:100%
    }
}

.box-slideshow-controls-next, .box-slideshow-controls-prev {
    position: absolute;
    top: -9999px;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index:1000
}

@media only screen and (min-width: 768px) {
    .box-slideshow-controls-next, .box-slideshow-controls-prev {
        margin-top: -30px;
        height: 60px;
        width:60px
    }
}

@media only screen and (min-width: 990px) {
    .box-slideshow-controls-next, .box-slideshow-controls-prev {
        top: 50%;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode:both
    }
}

.box-slideshow-controls-next.icon-cds, .box-slideshow-controls-prev.icon-cds {
    color: #fff;
    font-size: 24px;
    line-height:30px
}

@media only screen and (min-width: 768px) {
    .box-slideshow-controls-next.icon-cds, .box-slideshow-controls-prev.icon-cds {
        font-size: 40px;
        line-height:60px
    }
}

.box-slideshow-cms-3 .box-slideshow-controls-next, .box-slideshow-cms-3 .box-slideshow-controls-prev, .box-slideshow-cms-4 .box-slideshow-controls-next, .box-slideshow-cms-4 .box-slideshow-controls-prev, .box-slideshow-cms-5 .box-slideshow-controls-next, .box-slideshow-cms-5 .box-slideshow-controls-prev {
    display:none
}

@media only screen and (min-width: 990px) {
    .box-slideshow-controls-next {
        right: 5px;
        -webkit-animation-name: fadeOutRight;
        animation-name:fadeOutRight
    }
}

@media only screen and (min-width: 990px) {
    .box-slideshow-controls-prev {
        left: 5px;
        -webkit-animation-name: fadeOutLeft;
        animation-name:fadeOutLeft
    }
}

@media only screen and (min-width: 990px) {
    .box-slideshow-cms-6 .box-slideshow-controls-next, .box-slideshow-cms-7 .box-slideshow-controls-next, .box-slideshow-cms-8 .box-slideshow-controls-next, .box-slideshow-cms-9 .box-slideshow-controls-next {
        right:-5px
    }
}

@media only screen and (min-width: 990px) {
    .box-slideshow-cms-6 .box-slideshow-controls-prev, .box-slideshow-cms-7 .box-slideshow-controls-prev, .box-slideshow-cms-8 .box-slideshow-controls-prev, .box-slideshow-cms-9 .box-slideshow-controls-prev {
        left:-5px
    }
}

@media only screen and (min-width: 990px) {
    .box-slideshow:hover .box-slideshow-controls-next {
        -webkit-animation-name: fadeInRight;
        animation-name:fadeInRight
    }
}

@media only screen and (min-width: 990px) {
    .box-slideshow:hover .box-slideshow-controls-prev {
        -webkit-animation-name: fadeInLeft;
        animation-name:fadeInLeft
    }
}

.box-slideshow-pager {
    display: block;
    top: 100%;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    color: #999;
    text-align: center;
    background:0 0
}

@media only screen and (min-width: 768px) {
    .box-slideshow-pager {
        position:absolute
    }
}

.box-slideshow-pager span {
    padding:8px 5px
}

.box-slideshow-pager span:active, .box-slideshow-pager span:focus, .box-slideshow-pager span:hover {
    cursor: pointer;
    color:#666
}

.box-slideshow-pager span.fa-circle {
    color:#666
}

.box-slideshow-controls-caption, .box-slideshow-controls-next, .box-slideshow-controls-prev {
    float:right
}

.box-slideshow-controls-caption {
    padding: 2px 7px 0 0;
    color:#fff
}

.cycle-slideshow img {
    max-width: 100%;
    height:auto
}

.box-slideshow-picture-credit-container {
    margin: 0;
    font-size: 13px;
    line-height:19.5px
}

.box-slideshow-picture-credit-container a {
    text-decoration:underline
}

span.box-slideshow-picture-credit-label {
    margin-right:7px
}

span.box-slideshow-picture-credit-text {
    padding-right: 7px;
    border-right: 1px solid #fff;
    margin-right:7px
}

.box-carousel-headline {
    margin:15px 0 5px 10px !important
}

.box-carousel {
    position: relative;
    background:0 0
}

.box-carousel .box-carousel-container .cycle-slide * {
    white-space:normal
}

.box-carousel .box-carousel-container .box-carousel-element {
    padding: 14px 10px;
    box-sizing: content-box;
    border-bottom:0 none
}

.box-carousel .box-carousel-container .box-carousel-element.cycle-slide {
    vertical-align:top
}

.box-carousel .box-carousel-container .box-carousel-img-cycle-full img, .box-carousel .box-carousel-container .box-carousel-img-cycle-half img {
    width:100%
}

.box-carousel .box-carousel-container .box-carousel-text-cycle {
    margin-top: 5px;
    font-size: 15px;
    line-height:22.5px
}

@media print {
    .box-carousel .box-carousel-container .box-carousel-text-cycle {
        font-size: 9pt;
        line-height:1.3em
    }
}

.box-carousel .box-carousel-container .box-carousel-links-cycle {
    margin-top:5px
}

.box-carousel .box-carousel-container .box-carousel-links-cycle ul.box-teaser-list-link-list {
    margin-left: 16px;
    font-size: 15px;
    line-height:22.5px
}

.box-carousel .box-carousel-container .box-carousel-links-cycle ul.box-teaser-list-link-list li {
    padding:0 0 5px 0
}

.box-carousel .box-carousel-container .box-carousel-links-cycle ul.box-teaser-list-link-list li a {
    color:#666 !important
}

.box-carousel .box-carousel-container .box-carousel-links-cycle ul.box-teaser-list-link-list li a .fa-chevron-right {
    font-size: 15px;
    color:#666 !important
}

.box-carousel .box-carousel-container .box-carousel-links-cycle ul.box-teaser-list-link-list li .fa-li {
    position: absolute;
    left: -16px;
    width: 16px;
    top: 4px;
    text-align:left
}

@media print {
    .box-carousel .box-carousel-container .box-carousel-links-cycle ul.box-teaser-list-link-list {
        font-size: 9pt;
        line-height:1.3em
    }
}

.box-carousel .box-carousel-container .box-carousel-links-cycle ul.box-teaser-list-link-list a:link {
    text-decoration:none !important
}

.box-carousel .box-carousel-container .box-carousel-links-cycle ul.box-teaser-list-link-list a:active, .box-carousel .box-carousel-container .box-carousel-links-cycle ul.box-teaser-list-link-list a:focus, .box-carousel .box-carousel-container .box-carousel-links-cycle ul.box-teaser-list-link-list a:hover {
    background-color: transparent !important;
    text-decoration:underline !important
}

.box-carousel .box-carousel-container .box-carousel-title {
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
    font-size: 21px;
    line-height:27px
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-12 .box-carousel-img-cycle-half, .box-carousel-cms-8 .box-carousel-img-cycle-half, .box-carousel-cms-9 .box-carousel-img-cycle-half {
        float: left;
        width: 50%;
        padding-right:10px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-12 .box-carousel-img-cycle-full, .box-carousel-cms-8 .box-carousel-img-cycle-full, .box-carousel-cms-9 .box-carousel-img-cycle-full {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-12 .box-carousel-text-wrapper-half, .box-carousel-cms-8 .box-carousel-text-wrapper-half, .box-carousel-cms-9 .box-carousel-text-wrapper-half {
        float: left;
        width: 50%;
        padding-left:10px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-12 .box-carousel-text-wrapper-full, .box-carousel-cms-8 .box-carousel-text-wrapper-full, .box-carousel-cms-9 .box-carousel-text-wrapper-full {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-12 .box-carousel-title, .box-carousel-cms-8 .box-carousel-title, .box-carousel-cms-9 .box-carousel-title {
        margin-top:0
    }
}

.box-carousel-cms-12.box-carousel-xl-3 .box-carousel-img-cycle-full, .box-carousel-cms-12.box-carousel-xl-3 .box-carousel-img-cycle-half, .box-carousel-cms-12.box-carousel-xl-4 .box-carousel-img-cycle-full, .box-carousel-cms-12.box-carousel-xl-4 .box-carousel-img-cycle-half, .box-carousel-cms-8.box-carousel-xl-3 .box-carousel-img-cycle-full, .box-carousel-cms-8.box-carousel-xl-3 .box-carousel-img-cycle-half, .box-carousel-cms-8.box-carousel-xl-4 .box-carousel-img-cycle-full, .box-carousel-cms-8.box-carousel-xl-4 .box-carousel-img-cycle-half, .box-carousel-cms-9.box-carousel-xl-3 .box-carousel-img-cycle-full, .box-carousel-cms-9.box-carousel-xl-3 .box-carousel-img-cycle-half, .box-carousel-cms-9.box-carousel-xl-4 .box-carousel-img-cycle-full, .box-carousel-cms-9.box-carousel-xl-4 .box-carousel-img-cycle-half {
    float: none;
    width: 100%;
    padding-left:0
}

.box-carousel-cms-12.box-carousel-xl-3 .box-carousel-text-wrapper-full, .box-carousel-cms-12.box-carousel-xl-3 .box-carousel-text-wrapper-half, .box-carousel-cms-12.box-carousel-xl-4 .box-carousel-text-wrapper-full, .box-carousel-cms-12.box-carousel-xl-4 .box-carousel-text-wrapper-half, .box-carousel-cms-8.box-carousel-xl-3 .box-carousel-text-wrapper-full, .box-carousel-cms-8.box-carousel-xl-3 .box-carousel-text-wrapper-half, .box-carousel-cms-8.box-carousel-xl-4 .box-carousel-text-wrapper-full, .box-carousel-cms-8.box-carousel-xl-4 .box-carousel-text-wrapper-half, .box-carousel-cms-9.box-carousel-xl-3 .box-carousel-text-wrapper-full, .box-carousel-cms-9.box-carousel-xl-3 .box-carousel-text-wrapper-half, .box-carousel-cms-9.box-carousel-xl-4 .box-carousel-text-wrapper-full, .box-carousel-cms-9.box-carousel-xl-4 .box-carousel-text-wrapper-half {
    float: none;
    width: 100%;
    padding-left:0
}

.box-carousel-cms-12.box-carousel-xl-3 .box-carousel-title, .box-carousel-cms-12.box-carousel-xl-4 .box-carousel-title, .box-carousel-cms-8.box-carousel-xl-3 .box-carousel-title, .box-carousel-cms-8.box-carousel-xl-4 .box-carousel-title, .box-carousel-cms-9.box-carousel-xl-3 .box-carousel-title, .box-carousel-cms-9.box-carousel-xl-4 .box-carousel-title {
    margin-top:15px
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-img-cycle-half {
        float: left;
        width: 50%;
        padding-right:10px
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-img-cycle-half {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-img-cycle-half {
        float: left;
        width: 50%;
        padding-right:10px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-img-cycle-full {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-img-cycle-full {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-img-cycle-full {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-text-wrapper-half {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-right:40px
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-text-wrapper-half {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-text-wrapper-half {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-right:40px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-text-wrapper-full {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right:0
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-text-wrapper-full {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-text-wrapper-full {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-title {
        margin-top:0
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-title {
        margin-top:15px
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-cms-12.box-carousel-xl-2 .box-carousel-title {
        margin-top:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-5 .box-carousel-img-cycle-half {
        float: left;
        width: 50%;
        padding-right:10px
    }
}

@media only screen and (min-width: 768px) {
    .box-carousel-cms-5 .box-carousel-img-cycle-half {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-5 .box-carousel-img-cycle-full {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 768px) {
    .box-carousel-cms-5 .box-carousel-img-cycle-full {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-5 .box-carousel-text-wrapper-half {
        float: left;
        width: 50%;
        padding-left:10px
    }
}

@media only screen and (min-width: 768px) {
    .box-carousel-cms-5 .box-carousel-text-wrapper-half {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-5 .box-carousel-text-wrapper-full {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 768px) {
    .box-carousel-cms-5 .box-carousel-text-wrapper-full {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-5 .box-carousel-title {
        margin-top:0
    }
}

@media only screen and (min-width: 768px) {
    .box-carousel-cms-5 .box-carousel-title {
        margin-top:15px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-img-cycle-half {
        float: left;
        width: 50%;
        padding-right:10px
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-img-cycle-half {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-img-cycle-half {
        float: left;
        width: 50%;
        padding-right:10px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-img-cycle-full {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-img-cycle-full {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-img-cycle-full {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-text-wrapper-half {
        float: left;
        width: 50%;
        padding-left:10px
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-text-wrapper-half {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-text-wrapper-half {
        float: left;
        width: 50%;
        padding-left:10px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-text-wrapper-full {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-text-wrapper-full {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-text-wrapper-full {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-title {
        margin-top:0
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-title {
        margin-top:15px
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-cms-6.box-carousel-xl-1 .box-carousel-title {
        margin-top:0
    }
}

.box-carousel-controls-next, .box-carousel-controls-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    padding: 0;
    height: 30px;
    width: 30px;
    border: 0 none;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    cursor:pointer
}

@media only screen and (min-width: 768px) {
    .box-carousel-controls-next, .box-carousel-controls-prev {
        margin-top: -30px;
        height: 60px;
        width:60px
    }
}

.box-carousel-controls-next.icon-cds, .box-carousel-controls-prev.icon-cds {
    color: #fff;
    font-size: 15px;
    line-height:30px
}

@media only screen and (min-width: 768px) {
    .box-carousel-controls-next.icon-cds, .box-carousel-controls-prev.icon-cds {
        font-size: 30px;
        line-height:60px
    }
}

.box-carousel-controls-next {
    right:30px
}

.box-carousel-controls-prev {
    left:30px
}

.box-carousel-pager {
    display: block;
    height: 50px;
    padding-top: 10px;
    color: #999;
    text-align: center;
    background:0 0
}

.box-carousel-pager span {
    padding:8px 5px
}

.box-carousel-pager span:active, .box-carousel-pager span:focus, .box-carousel-pager span:hover {
    cursor: pointer;
    color:#666
}

.box-carousel-pager span.fa-circle {
    color:#666
}

h3.box-carousel-spotlight-headline {
    margin:0 0 0 10px
}

h3.box-carousel-spotlight-headline a:active, h3.box-carousel-spotlight-headline a:focus, h3.box-carousel-spotlight-headline a:hover, h3.box-carousel-spotlight-headline a:link, h3.box-carousel-spotlight-headline a:visited {
    color: #000 !important;
    text-decoration: none !important;
    background-color:transparent !important
}

h3.box-carousel-spotlight-headline a .icon-cds {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 20px;
    line-height: 40px;
    background: #ddd;
    margin-left: 10px;
    text-align:center
}

.box-carousel-spotlight {
    position: relative;
    background:0 0
}

.box-carousel-spotlight-link {
    display: block;
    position:relative
}

.box-carousel-spotlight-link:active, .box-carousel-spotlight-link:focus, .box-carousel-spotlight-link:hover, .box-carousel-spotlight-link:link, .box-carousel-spotlight-link:visited {
    color: #666 !important;
    background-color: transparent !important;
    text-decoration:none !important
}

.box-carousel-spotlight-link:after, .box-carousel-spotlight-link:before {
    content: " ";
    display:table
}

.box-carousel-spotlight-link:after {
    clear:both
}

.box-carousel-spotlight-link:hover .box-carousel-spotlight-more-link {
    display:block
}

.box-carousel-spotlight-more-link {
    display: none;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align:center
}

.box-carousel-spotlight-more-link .icon-cds {
    color: #fff;
    font-size: 20px;
    line-height:40px
}

.box-carousel-spotlight .box-carousel-spotlight-container .cycle-slide * {
    white-space:normal
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-element {
    padding: 14px 10px;
    box-sizing: content-box;
    border-bottom:0 none
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-element.cycle-slide {
    vertical-align:top
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-img-cycle img {
    width:100%
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-text-cycle {
    margin-top: 5px;
    font-size: 15px;
    line-height:22.5px
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle {
    margin-top:5px
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list {
    margin-left: 20px;
    font-size: 17px;
    line-height:25.5px
}

.rtl .box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list {
    margin-left: 0;
    margin-right:20px
}

@media only screen and (min-width: 768px) {
    .box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list {
        margin-left: 16px;
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list {
        margin-left: 20px;
        font-size: 15px;
        line-height:22.5px
    }
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list li {
    padding:0 0 5px 0
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list li a {
    text-decoration: none !important;
    color:#999
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list li a:active, .box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list li a:focus, .box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list li a:hover {
    color: #000 !important;
    text-decoration: underline !important;
    background-color:transparent !important
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list li a .fa-chevron-right {
    font-size: 17px;
    color:#000
}

@media only screen and (min-width: 768px) {
    .box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list li a .fa-chevron-right {
        font-size:13px
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list li a .fa-chevron-right {
        font-size:15px
    }
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list li .fa-li {
    position: absolute;
    left: -18px;
    width: 18px;
    top: 3px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    .box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list li .fa-li {
        left: -14px;
        width: 14px;
        top:3px
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-links-cycle .box-carousel-link-list li .fa-li {
        left: -20px;
        width: 20px;
        top:3px
    }
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-spotlight-title {
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
    font-size: 21px;
    line-height:27px
}

@media only screen and (min-width: 520px) {
    .box-carousel-spotlight-cms-12 .box-carousel-spotlight-img-cycle, .box-carousel-spotlight-cms-8 .box-carousel-spotlight-img-cycle, .box-carousel-spotlight-cms-9 .box-carousel-spotlight-img-cycle {
        float: left;
        width: 50%;
        padding-right:10px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-spotlight-cms-12 .box-carousel-spotlight-text-wrapper, .box-carousel-spotlight-cms-8 .box-carousel-spotlight-text-wrapper, .box-carousel-spotlight-cms-9 .box-carousel-spotlight-text-wrapper {
        float: left;
        width: 50%;
        padding-left:10px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-spotlight-cms-12 .box-carousel-spotlight-title, .box-carousel-spotlight-cms-8 .box-carousel-spotlight-title, .box-carousel-spotlight-cms-9 .box-carousel-spotlight-title {
        margin-top:0
    }
}

.box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-3 .box-carousel-spotlight-img-cycle, .box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-4 .box-carousel-spotlight-img-cycle, .box-carousel-spotlight-cms-8.box-carousel-spotlight-xl-3 .box-carousel-spotlight-img-cycle, .box-carousel-spotlight-cms-8.box-carousel-spotlight-xl-4 .box-carousel-spotlight-img-cycle, .box-carousel-spotlight-cms-9.box-carousel-spotlight-xl-3 .box-carousel-spotlight-img-cycle, .box-carousel-spotlight-cms-9.box-carousel-spotlight-xl-4 .box-carousel-spotlight-img-cycle {
    float: none;
    width: 100%;
    padding-left:0
}

.box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-3 .box-carousel-spotlight-text-wrapper, .box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-4 .box-carousel-spotlight-text-wrapper, .box-carousel-spotlight-cms-8.box-carousel-spotlight-xl-3 .box-carousel-spotlight-text-wrapper, .box-carousel-spotlight-cms-8.box-carousel-spotlight-xl-4 .box-carousel-spotlight-text-wrapper, .box-carousel-spotlight-cms-9.box-carousel-spotlight-xl-3 .box-carousel-spotlight-text-wrapper, .box-carousel-spotlight-cms-9.box-carousel-spotlight-xl-4 .box-carousel-spotlight-text-wrapper {
    float: none;
    width: 100%;
    padding-left:0
}

.box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-3 .box-carousel-spotlight-title, .box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-4 .box-carousel-spotlight-title, .box-carousel-spotlight-cms-8.box-carousel-spotlight-xl-3 .box-carousel-spotlight-title, .box-carousel-spotlight-cms-8.box-carousel-spotlight-xl-4 .box-carousel-spotlight-title, .box-carousel-spotlight-cms-9.box-carousel-spotlight-xl-3 .box-carousel-spotlight-title, .box-carousel-spotlight-cms-9.box-carousel-spotlight-xl-4 .box-carousel-spotlight-title {
    margin-top:15px
}

@media only screen and (min-width: 520px) {
    .box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-2 .box-carousel-spotlight-img-cycle {
        float: left;
        width: 50%;
        padding-right:10px
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-2 .box-carousel-spotlight-img-cycle {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-2 .box-carousel-spotlight-img-cycle {
        float: left;
        width: 50%;
        padding-right:10px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-2 .box-carousel-spotlight-text-wrapper {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-right:40px
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-2 .box-carousel-spotlight-text-wrapper {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-2 .box-carousel-spotlight-text-wrapper {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-right:40px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-2 .box-carousel-spotlight-title {
        margin-top:0
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-2 .box-carousel-spotlight-title {
        margin-top:15px
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-spotlight-cms-12.box-carousel-spotlight-xl-2 .box-carousel-spotlight-title {
        margin-top:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-spotlight-cms-5 .box-carousel-spotlight-img-cycle {
        float: left;
        width: 50%;
        padding-right:10px
    }
}

@media only screen and (min-width: 768px) {
    .box-carousel-spotlight-cms-5 .box-carousel-spotlight-img-cycle {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-spotlight-cms-5 .box-carousel-spotlight-text-wrapper {
        float: left;
        width: 50%;
        padding-left:10px
    }
}

@media only screen and (min-width: 768px) {
    .box-carousel-spotlight-cms-5 .box-carousel-spotlight-text-wrapper {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-spotlight-cms-5 .box-carousel-spotlight-title {
        margin-top:0
    }
}

@media only screen and (min-width: 768px) {
    .box-carousel-spotlight-cms-5 .box-carousel-spotlight-title {
        margin-top:15px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-spotlight-cms-6.box-carousel-spotlight-xl-1 .box-carousel-spotlight-img-cycle {
        float: left;
        width: 50%;
        padding-right:10px
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-spotlight-cms-6.box-carousel-spotlight-xl-1 .box-carousel-spotlight-img-cycle {
        float: none;
        width: 100%;
        padding-right:0
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-spotlight-cms-6.box-carousel-spotlight-xl-1 .box-carousel-spotlight-img-cycle {
        float: left;
        width: 50%;
        padding-right:10px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-spotlight-cms-6.box-carousel-spotlight-xl-1 .box-carousel-spotlight-text-wrapper {
        float: left;
        width: 50%;
        padding-left:10px
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-spotlight-cms-6.box-carousel-spotlight-xl-1 .box-carousel-spotlight-text-wrapper {
        float: none;
        width: 100%;
        padding-left:0
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-spotlight-cms-6.box-carousel-spotlight-xl-1 .box-carousel-spotlight-text-wrapper {
        float: left;
        width: 50%;
        padding-left:10px
    }
}

@media only screen and (min-width: 520px) {
    .box-carousel-spotlight-cms-6.box-carousel-spotlight-xl-1 .box-carousel-spotlight-title {
        margin-top:0
    }
}

@media only screen and (min-width: 990px) {
    .box-carousel-spotlight-cms-6.box-carousel-spotlight-xl-1 .box-carousel-spotlight-title {
        margin-top:15px
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-spotlight-cms-6.box-carousel-spotlight-xl-1 .box-carousel-spotlight-title {
        margin-top:0
    }
}

@media only screen and (min-width: 768px) {
    .box-carousel-spotlight.box-carousel-spotlight-xl-1 .box-carousel-spotlight-title {
        font-size: 26px;
        line-height:36px
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-spotlight.box-carousel-spotlight-xl-1 .box-carousel-spotlight-title {
        font-size: 32px;
        line-height:42px
    }
}

@media only screen and (min-width: 768px) {
    .box-carousel-spotlight.box-carousel-spotlight-xl-1 .box-carousel-spotlight-text-cycle {
        margin-top: 15px;
        font-size: 17px;
        line-height:25.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-carousel-spotlight.box-carousel-spotlight-xl-1 .box-carousel-spotlight-text-cycle {
        margin-top: 20px;
        font-size: 20px;
        line-height:30px
    }
}

.box-carousel-spotlight.box-carousel-spotlight-xl-1 .box-carousel-spotlight-second-title {
    color: #222;
    margin-bottom:8px
}

.box-carousel-spotlight-controls-next, .box-carousel-spotlight-controls-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    border: 0 none;
    padding: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    cursor:pointer
}

@media only screen and (min-width: 768px) {
    .box-carousel-spotlight-controls-next, .box-carousel-spotlight-controls-prev {
        margin-top: -30px;
        height: 60px;
        width:60px
    }
}

.box-carousel-spotlight-controls-next.icon-cds, .box-carousel-spotlight-controls-prev.icon-cds {
    color: #fff;
    font-size: 15px;
    line-height:30px
}

@media only screen and (min-width: 768px) {
    .box-carousel-spotlight-controls-next.icon-cds, .box-carousel-spotlight-controls-prev.icon-cds {
        font-size: 30px;
        line-height:60px
    }
}

.box-carousel-spotlight-controls-next {
    right:30px
}

.box-carousel-spotlight-controls-prev {
    left:30px
}

.box-carousel-spotlight-pager {
    display: block;
    height: 50px;
    padding-top: 10px;
    color: #999;
    text-align: center;
    background:0 0
}

.box-carousel-spotlight-pager span {
    padding:8px 5px
}

.box-carousel-event {
    position: relative;
    background:0 0
}

.box-carousel-event-headline {
    margin:0 0 0 10px
}

.box-carousel-event-headline a:active, .box-carousel-event-headline a:focus, .box-carousel-event-headline a:hover, .box-carousel-event-headline a:link, .box-carousel-event-headline a:visited {
    color: #000;
    text-decoration:none !important
}

.box-carousel-event-headline a .icon-cds {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 20px;
    line-height: 40px;
    background: #ddd;
    margin-left: 10px;
    text-align:center
}

.box-carousel-spotlight .box-carousel-spotlight-container .box-carousel-event-title {
    margin-top: 15px;
    margin-bottom: 6px;
    width: 100%;
    font-size: 21px;
    line-height:27px
}

.box-carousel-event-link {
    display: block;
    position:relative
}

.box-carousel-event-link:active, .box-carousel-event-link:focus, .box-carousel-event-link:hover, .box-carousel-event-link:link, .box-carousel-event-link:visited {
    color: #666 !important;
    background-color: transparent !important;
    text-decoration:none !important
}

.box-carousel-event-link:after, .box-carousel-event-link:before {
    content: " ";
    display:table
}

.box-carousel-event-link:after {
    clear:both
}

.box-carousel-event-link:hover .box-carousel-event-more-link {
    display:block
}

.box-carousel-event-text-cycle {
    margin-bottom:8px
}

.box-carousel-event-text-cycle p:last-of-type {
    margin-bottom:0
}

.box-carousel-event-more-link {
    display: none;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align:center
}

.box-carousel-event-more-link .icon-cds {
    color: #fff;
    font-size: 20px;
    line-height:40px
}

a.box-carousel-event-download-ics {
    text-decoration: none !important;
    background-color: transparent !important;
    color:#000 !important
}

a.box-carousel-event-download-ics .fa {
    color: #000;
    font-size: 22px;
    line-height:40px
}

@media only screen and (min-width: 768px) {
    a.box-carousel-event-download-ics .fa {
        font-size:18px
    }
}

@media only screen and (min-width: 1200px) {
    a.box-carousel-event-download-ics .fa {
        font-size:22px
    }
}

.box-carousel-event-date {
    color: #666;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-size:19px
}

.box-gallery-cms-3 .galleria-theme-classic .galleria-stage, .box-gallery-cms-4 .galleria-theme-classic .galleria-stage, .box-gallery-cms-5 .galleria-theme-classic .galleria-stage {
    bottom:0
}

.box-gallery-cms-3 .galleria-theme-classic .galleria-thumbnails-container, .box-gallery-cms-4 .galleria-theme-classic .galleria-thumbnails-container, .box-gallery-cms-5 .galleria-theme-classic .galleria-thumbnails-container {
    display:none
}

.box-gallery-cms-6 .galleria-theme-classic .galleria-stage, .box-gallery-cms-7 .galleria-theme-classic .galleria-stage, .box-gallery-cms-8 .galleria-theme-classic .galleria-stage {
    bottom:0
}

@media only screen and (min-width: 990px) {
    .box-gallery-cms-6 .galleria-theme-classic .galleria-stage, .box-gallery-cms-7 .galleria-theme-classic .galleria-stage, .box-gallery-cms-8 .galleria-theme-classic .galleria-stage {
        bottom:60px
    }
}

.box-gallery-cms-6 .galleria-theme-classic .galleria-thumbnails-container, .box-gallery-cms-7 .galleria-theme-classic .galleria-thumbnails-container, .box-gallery-cms-8 .galleria-theme-classic .galleria-thumbnails-container {
    display:none
}

@media only screen and (min-width: 990px) {
    .box-gallery-cms-6 .galleria-theme-classic .galleria-thumbnails-container, .box-gallery-cms-7 .galleria-theme-classic .galleria-thumbnails-container, .box-gallery-cms-8 .galleria-theme-classic .galleria-thumbnails-container {
        display:block
    }
}

.icaption-left-container-s1 .box-gallery-cms-7 .galleria-theme-classic .galleria-stage, .icaption-left-container-s2 .box-gallery-cms-7 .galleria-theme-classic .galleria-stage, .icaption-right-container-s1 .box-gallery-cms-7 .galleria-theme-classic .galleria-stage, .icaption-right-container-s2 .box-gallery-cms-7 .galleria-theme-classic .galleria-stage {
    bottom:0
}

.icaption-left-container-s1 .box-gallery-cms-7 .galleria-theme-classic .galleria-thumbnails-container, .icaption-left-container-s2 .box-gallery-cms-7 .galleria-theme-classic .galleria-thumbnails-container, .icaption-right-container-s1 .box-gallery-cms-7 .galleria-theme-classic .galleria-thumbnails-container, .icaption-right-container-s2 .box-gallery-cms-7 .galleria-theme-classic .galleria-thumbnails-container {
    display:none
}

.box-gallery-cms-10 .galleria-theme-classic .galleria-stage, .box-gallery-cms-11 .galleria-theme-classic .galleria-stage, .box-gallery-cms-12 .galleria-theme-classic .galleria-stage, .box-gallery-cms-9 .galleria-theme-classic .galleria-stage {
    bottom:0
}

@media only screen and (min-width: 768px) {
    .box-gallery-cms-10 .galleria-theme-classic .galleria-stage, .box-gallery-cms-11 .galleria-theme-classic .galleria-stage, .box-gallery-cms-12 .galleria-theme-classic .galleria-stage, .box-gallery-cms-9 .galleria-theme-classic .galleria-stage {
        bottom:60px
    }
}

.box-gallery-cms-10 .galleria-theme-classic .galleria-thumbnails-container, .box-gallery-cms-11 .galleria-theme-classic .galleria-thumbnails-container, .box-gallery-cms-12 .galleria-theme-classic .galleria-thumbnails-container, .box-gallery-cms-9 .galleria-theme-classic .galleria-thumbnails-container {
    display:none
}

@media only screen and (min-width: 768px) {
    .box-gallery-cms-10 .galleria-theme-classic .galleria-thumbnails-container, .box-gallery-cms-11 .galleria-theme-classic .galleria-thumbnails-container, .box-gallery-cms-12 .galleria-theme-classic .galleria-thumbnails-container, .box-gallery-cms-9 .galleria-theme-classic .galleria-thumbnails-container {
        display:block
    }
}

.box-gallery-v2-headline {
    margin-top:0
}

.box-gallery-v2-element-container {
    margin-top:30px
}

.box-gallery-v2-element {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding:14px 0
}

.box-gallery-v2-element:after, .box-gallery-v2-element:before {
    content: " ";
    display:table
}

.box-gallery-v2-element:after {
    clear:both
}

.box-gallery-v2-element:nth-last-child {
    border-bottom:none
}

.box-gallery-v2-img {
    margin: 0 0 10px 0;
    padding-right:15px
}

.box-gallery-v2-img img {
    display: block;
    width: 100%;
    padding: 0;
    border:none
}

.box-gallery-v2-text {
    overflow: hidden;
    zoom:1
}

.box-gallery-v2-text p {
    font-size:17px
}

@media only screen and (min-width: 768px) {
    .box-gallery-v2-text p {
        font-size:15px
    }
}

@media only screen and (min-width: 1200px) {
    .box-gallery-v2-text p {
        font-size:17px
    }
}

.box-gallery-v2-text p.date {
    font-size:15px
}

@media only screen and (min-width: 768px) {
    .box-gallery-v2-text p.date {
        font-size:13px
    }
}

@media only screen and (min-width: 1200px) {
    .box-gallery-v2-text p.date {
        font-size:15px
    }
}

h3.box-gallery-v2-title {
    margin:20px 0 6px 0
}

@media only screen and (min-width: 520px) {
    h3.box-gallery-v2-title {
        margin:0 0 6px 0
    }
}

.rtl .box-teaser-list {
    direction:rtl
}

.box-teaser-list-headline {
    margin-top:0
}

.box-teaser-list-element-container {
    margin-top:30px
}

.box-teaser-list-element {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding:14px 0
}

.box-teaser-list-element:after, .box-teaser-list-element:before {
    content: " ";
    display:table
}

.box-teaser-list-element:after {
    clear:both
}

.box-teaser-list-element:nth-last-child {
    border-bottom:none
}

.box-teaser-list-img {
    margin: 0 0 10px 0;
    padding-right:15px
}

.box-teaser-list-img img {
    display: block;
    width: 100%;
    padding: 0;
    border:none
}

.rtl .box-teaser-list-img {
    float: right;
    padding:0 0 0 15px
}

.box-teaser-list-text {
    overflow: hidden;
    zoom:1
}

h2.box-teaser-list-title {
    margin:14px 0 6px 0
}

@media only screen and (min-width: 520px) {
    h2.box-teaser-list-title {
        margin:0 0 6px 0
    }
}

ul.box-teaser-list-link-list {
    margin-left: 22px;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) {
    ul.box-teaser-list-link-list {
        margin-left: 16px;
        font-size: 15px;
        line-height:22.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-teaser-list-link-list {
        margin-left: 22px;
        font-size: 17px;
        line-height:25.5px
    }
}

ul.box-teaser-list-link-list li {
    padding:0 0 5px 0
}

ul.box-teaser-list-link-list li a {
    color:#666 !important
}

ul.box-teaser-list-link-list li a .fa-chevron-right {
    font-size: 17px;
    color:#666 !important
}

@media only screen and (min-width: 768px) {
    ul.box-teaser-list-link-list li a .fa-chevron-right {
        font-size:13px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-teaser-list-link-list li a .fa-chevron-right {
        font-size:17px
    }
}

ul.box-teaser-list-link-list li .fa-li {
    position: absolute;
    left: -22px;
    width: 22px;
    top: 4px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    ul.box-teaser-list-link-list li .fa-li {
        left: -16px;
        width: 16px;
        top:4px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-teaser-list-link-list li .fa-li {
        left: -22px;
        width: 22px;
        top:5px
    }
}

.rtl ul.box-teaser-list-link-list {
    margin-left:-22px
}

@media print {
    ul.box-teaser-list-link-list {
        font-size: 9pt;
        line-height:1.3em
    }
}

.rtl ul.box-teaser-list-link-list li {
    padding:0
}

.rtl ul.box-teaser-list-link-list .fa-chevron-right {
    left: 0;
    right: -22px;
    transform:scaleX(-1)
}

ul.box-teaser-list-link-list a:link {
    text-decoration:none !important
}

ul.box-teaser-list-link-list a:active, ul.box-teaser-list-link-list a:focus, ul.box-teaser-list-link-list a:hover {
    background-color: transparent !important;
    text-decoration:underline !important
}

.box-teaser-list-list-group .list-group-item:first-child {
    border-top-color:#666
}

.box-teaser-list-list-group .list-group-item {
    padding: 5px 0;
    border-left: none;
    border-right:none
}

.box-teaser-list-list-group li {
    background-image:none
}

.box-newsletter-list-headline {
    margin-top:0
}

.box-newsletter-list-element-container {
    margin-top:30px
}

.box-newsletter-list-element {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding:14px 0
}

.box-newsletter-list-element:after, .box-newsletter-list-element:before {
    content: " ";
    display:table
}

.box-newsletter-list-element:after {
    clear:both
}

.box-newsletter-list-element:last-child {
    border-bottom:none
}

.box-newsletter-list-title {
    margin:14px 0 6px 0
}

@media only screen and (min-width: 520px) {
    .box-newsletter-list-title {
        margin:0 0 6px 0
    }
}

.box-newsletter-list-link {
    margin-top: 14px;
    font-size: 17px;
    color:#000
}

.box-newsletter-list-link .fa-chevron-right {
    position: relative;
    font-size: 15px;
    color: #000;
    margin-right:4px
}

.box-text:after {
    content: "";
    display: table;
    clear:both
}

.rtl .box-text {
    direction:rtl
}

.box-text-headline {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .035em;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight:700
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-text-headline {
        margin-top: 0;
        margin-bottom: 7px;
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .035em;
        font-family: SourceSansPro, Arial, Helvetica, sans-serif;
        font-weight:700
    }
}

.box-text-abstract {
    margin-bottom:20px
}

.box-text-icaption {
    display: inline;
    float: left;
    width: 26%;
    margin:4px 30px 15px 0
}

.rtl .box-text-icaption {
    float: right;
    margin:4px 0 15px 30px
}

.box-text-icaption img {
    width:100%
}

@media only screen and (min-width: 520px) {
    .box-text-icaption {
        width:26%
    }
}

@media only screen and (min-width: 768px) {
    .box-text-icaption {
        width:28%
    }
}

@media only screen and (min-width: 990px) {
    .box-text-icaption {
        width:26%
    }
}

@media print {
    .box-text-icaption {
        width: 26%;
        margin:4px 30px 15px 0
    }
}

.box-text-icaption .icaption-caption {
    display: block;
    margin: 0;
    padding: 6px 0;
    overflow: hidden;
    border-bottom:1px solid #ccc
}

@media print {
    .box-text-icaption .icaption-caption {
        padding:6px 0
    }
}

.box-text-icaption .icaption-caption .image-source-text {
    display:block
}

.box-text-icaption .icaption-caption .image-source-link {
    display:block
}

.box-text-icaption .icaption-image a {
    background-color:transparent !important
}

.box-text-img {
    margin:0 0 15px 0
}

.box-text-img img {
    width:100%
}

@media only screen and (min-width: 768px) {
    .box-text-cms-6 .box-text-icaption {
        width:22%
    }
}

@media only screen and (min-width: 768px) {
    .box-text-cms-12 .box-text-icaption, .box-text-cms-8 .box-text-icaption, .box-text-cms-9 .box-text-icaption {
        width:22%
    }
}

.box-text-title {
    color: #333;
    font-weight:700
}

.box-text-text > ul {
    clear:both
}

.box-text-text {
    margin-bottom: 15px;
    color: #333;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) {
    .box-text-text {
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-text-text {
        font-size: 15px;
        line-height:22.5px
    }
}

@media print {
    .box-text-text {
        font-size: 9pt;
        line-height:1.3em
    }
}

ul.box-text-link-list {
    clear: both;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 17px;
    line-height:25.5px
}

.rtl ul.box-text-link-list {
    margin-left: 0;
    margin-right:20px
}

@media only screen and (min-width: 768px) {
    ul.box-text-link-list {
        margin-left: 16px;
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-text-link-list {
        margin-left: 20px;
        font-size: 15px;
        line-height:22.5px
    }
}

ul.box-text-link-list li {
    padding:0 0 5px 0
}

ul.box-text-link-list li a {
    text-decoration: none !important;
    color:#666 !important
}

ul.box-text-link-list li a:active, ul.box-text-link-list li a:focus, ul.box-text-link-list li a:hover {
    color: #000 !important;
    text-decoration: underline !important;
    background-color:transparent !important
}

ul.box-text-link-list li a .fa-chevron-right {
    font-size: 17px;
    color:#666 !important
}

@media only screen and (min-width: 768px) {
    ul.box-text-link-list li a .fa-chevron-right {
        font-size:13px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-text-link-list li a .fa-chevron-right {
        font-size:15px
    }
}

ul.box-text-link-list li .fa-li {
    position: absolute;
    left: -18px;
    width: 18px;
    top: 3px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    ul.box-text-link-list li .fa-li {
        left: -14px;
        width: 14px;
        top:3px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-text-link-list li .fa-li {
        left: -20px;
        width: 20px;
        top:3px
    }
}

@media print {
    ul.box-text-link-list {
        font-size: 9pt;
        line-height:1.3em
    }
}

.rtl ul.box-text-link-list {
    padding:0
}

.rtl ul.box-text-link-list li .fa-li {
    left: 0;
    right: -20px;
    transform:scaleX(-1)
}

ul.box-text-link-list a:link {
    text-decoration:none !important
}

ul.box-text-link-list a:active, ul.box-text-link-list a:focus, ul.box-text-link-list a:hover {
    background-color: transparent !important;
    text-decoration:underline !important
}

ul.box-text-download-list {
    clear: both;
    margin-left: 20px;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) {
    ul.box-text-download-list {
        margin-left: 16px;
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-text-download-list {
        margin-left: 20px;
        font-size: 15px;
        line-height:22.5px
    }
}

ul.box-text-download-list li {
    padding:0 0 5px 0
}

ul.box-text-download-list li a {
    color: #666 !important;
    text-decoration:none !important
}

ul.box-text-download-list li a:active, ul.box-text-download-list li a:focus, ul.box-text-download-list li a:hover {
    text-decoration: underline !important;
    background-color:transparent !important
}

ul.box-text-download-list li a .icon-cds-download {
    font-size: 18px;
    color:#666 !important
}

@media only screen and (min-width: 768px) {
    ul.box-text-download-list li a .icon-cds-download {
        font-size:14px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-text-download-list li a .icon-cds-download {
        font-size:16px
    }
}

ul.box-text-download-list li .icon-cds {
    position: absolute;
    left: -22px;
    width: 22px;
    top: 2px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    ul.box-text-download-list li .icon-cds {
        left: -18px;
        width: 18px;
        top:1px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-text-download-list li .icon-cds {
        left: -22px;
        width: 22px;
        top:2px
    }
}

@media print {
    ul.box-text-download-list {
        font-size: 9pt;
        line-height:1.3em
    }
}

.rtl ul.box-text-download-list {
    padding:0
}

.box-text-banner-link {
    display: block;
    position: relative;
    text-decoration: none;
    text-align:left
}

.box-text-banner-link:link, .box-text-banner-link:visited {
    color: #000;
    text-decoration:none !important
}

.box-text-banner-link:active, .box-text-banner-link:focus, .box-text-banner-link:hover {
    background-color: transparent !important;
    text-decoration:none !important
}

.box-text-banner-link:active .box-text-banner-icon, .box-text-banner-link:focus .box-text-banner-icon, .box-text-banner-link:hover .box-text-banner-icon {
    background: #000 !important;
    color:#fff !important
}

.box-text-banner-link:active .box-text-banner-text, .box-text-banner-link:focus .box-text-banner-text, .box-text-banner-link:hover .box-text-banner-text {
    background-color: transparent !important;
    color:#000 !important
}

.box-text-banner-text {
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    margin-left: 55px;
    display: inline-block;
    font-size: 19px;
    line-height: 25px;
    color:#000 !important
}

@media only screen and (min-width: 990px) {
    .box-text-banner-text {
        font-size: 21px;
        line-height:27px
    }
}

.box-text-banner-icon {
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color:#cf0 !important
}

.box-bottom-banner a:active, .box-bottom-banner a:focus, .box-bottom-banner a:hover {
    background-color:transparent !important
}

.box-bottom-banner a:active .box-text-banner-text, .box-bottom-banner a:focus .box-text-banner-text, .box-bottom-banner a:hover .box-text-banner-text {
    background-color: #000 !important;
    color:#fff !important
}

.box-bottom-banner .box-text-banner-link {
    vertical-align:middle
}

.box-bottom-banner .box-text-banner-text {
    display: inline;
    text-decoration: underline;
    margin-left: 0;
    text-decoration-thickness: 1px;
    text-underline-offset: .25em;
    text-decoration-color: #000;
    transition:all 150ms ease
}

.box-bottom-banner .box-text-banner-icon {
    display:none
}

.rtl .box-standard-body {
    direction:rtl
}

.box.box-standard-home {
    margin-bottom: 0;
    padding:0 10px 15px 10px
}

.rtl .box.box-standard-home {
    direction:rtl
}

.vertical-bg-container .box {
    margin-bottom: 0;
    padding:0 10px 15px 10px
}

.box-project-doc-abstarct:after {
    content: "";
    display: table;
    clear:both
}

.box-project-doc-date {
    margin-left:8px
}

.box-project-doc-description-en {
    color:#666
}

.box-project-doc-table {
    clear: both;
    margin:30px 0
}

.box-project-doc-table .box-project-doc-table-item {
    position: relative;
    display: block;
    padding: 10px 0;
    border-top:1px solid #ccc
}

.box-project-doc-table .box-project-doc-table-item:first-child {
    border-top:2px solid #999
}

.box-project-doc-table .box-project-doc-table-item:last-child {
    border-bottom:2px solid #999
}

.box-project-doc-table-item-label {
    font-weight: 700;
    margin-bottom:10px
}

@media only screen and (min-width: 768px) {
    .box-project-doc-table-item-label {
        margin-bottom:0
    }
}

ul.box-project-doc-table-item-source-list {
    margin-left:24px
}

ul.box-project-doc-table-item-source-list li {
    padding:0 0 10px 0
}

ul.box-project-doc-table-item-source-list li a {
    color:#666
}

ul.box-project-doc-table-item-source-list li a .fa-download {
    font-size: 17px;
    color:#000
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    ul.box-project-doc-table-item-source-list li a .fa-download {
        font-size:15px
    }
}

ul.box-project-doc-table-item-source-list li .fa-li {
    top:.3em
}

.box-project-list-item {
    margin-bottom:20px
}

a.box-project-list-item-link:link, a.box-project-list-item-link:visited {
    color: #000 !important;
    transition: all 150ms ease;
    display: block;
    background-color: #eee;
    padding: 14px 10px 7px 10px;
    text-decoration:none !important
}

a.box-project-list-item-link:link:after, a.box-project-list-item-link:link:before, a.box-project-list-item-link:visited:after, a.box-project-list-item-link:visited:before {
    content: " ";
    display:table
}

a.box-project-list-item-link:link:after, a.box-project-list-item-link:visited:after {
    clear:both
}

a.box-project-list-item-link:link h3.box-project-list-title, a.box-project-list-item-link:visited h3.box-project-list-title {
    text-decoration:underline !important
}

a.box-project-list-item-link:active, a.box-project-list-item-link:focus, a.box-project-list-item-link:hover {
    text-decoration: none !important;
    color: #fff !important;
    background-color:#666 !important
}

a.box-project-list-item-link:active h3.box-project-list-title, a.box-project-list-item-link:focus h3.box-project-list-title, a.box-project-list-item-link:hover h3.box-project-list-title {
    text-decoration: none !important;
    color:#fff !important
}

h3.box-project-list-title {
    margin: 7px 0;
    color:#000
}

p.box-project-list-director {
    font-style:italic
}

p.box-project-list-abstract {
    font-size:15px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    p.box-project-list-abstract {
        font-size:13px
    }
}

.box-project-list-img {
    display: inline;
    float: right;
    width: 33%;
    margin:4px 0 15px 30px
}

.box-project-list-img img {
    width:100%
}

@media only screen and (min-width: 520px) {
    .box-project-list-img {
        width:25%
    }
}

@media only screen and (min-width: 768px) {
    .box-project-list-img {
        width:25%
    }
}

@media only screen and (min-width: 990px) {
    .box-project-list-img {
        width:25%
    }
}

@media only screen and (min-width: 1200px) {
    .box-project-list-img {
        width:25%
    }
}

.box-project-list-btn {
    margin: 20px 0;
    padding: 4px 10px;
    background-color: transparent;
    border: none;
    color:#000
}

@media only screen and (min-width: 768px) {
    .box-project-list-btn {
        margin:10px 0
    }
}

@media only screen and (min-width: 1200px) {
    .box-project-list-btn {
        margin:20px 0
    }
}

.box-project-list-btn.active, .box-project-list-btn:active, .box-project-list-btn:hover {
    background-color: #eee;
    color: #666;
    border:none
}

.box-project-list-btn:focus {
    background-color:#eee
}

.box-project-list-btn.active:focus {
    background-color: #eee;
    color:#666
}

.box-project-list-btn .box-project-list-badge {
    top: 1px;
    margin-left: 10px;
    background-color: #ccc;
    color:#666
}

.box-rss-list-v1-headline {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .035em;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight:700
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-rss-list-v1-headline {
        margin-top: 0;
        margin-bottom: 7px;
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .035em;
        font-family: SourceSansPro, Arial, Helvetica, sans-serif;
        font-weight:700
    }
}

.box-rss-list-v1-element {
    border-bottom: 1px solid #ccc;
    margin-bottom:15px
}

.box-rss-list-v1-title {
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
    text-decoration:underline
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-rss-list-v1-title {
        margin-bottom: 5px;
        font-size: 16px;
        line-height:23px
    }
}

@media print {
    .box-rss-list-v1-title {
        font-size: 11pt;
        line-height:1.4em
    }
}

.box-rss-list-v1-description {
    margin-bottom: 10px;
    color: #666;
    font-size: 15px;
    line-height:22.5px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-rss-list-v1-description {
        font-size: 13px;
        line-height:19.5px
    }
}

.box-rss-list-v1-abstract {
    font-size: 17px;
    line-height: 25.5px;
    color: #666;
    margin-bottom:7px
}

@media only screen and (min-width: 768px) {
    .box-rss-list-v1-abstract {
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-rss-list-v1-abstract {
        font-size: 15px;
        line-height:22.5px
    }
}

.box-rss-list-v1-date {
    font-size: 17px;
    line-height: 25.5px;
    color:#666
}

@media only screen and (min-width: 768px) {
    .box-rss-list-v1-date {
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-rss-list-v1-date {
        font-size: 15px;
        line-height:22.5px
    }
}

@media print {
    .box-rss-list-v1-date {
        font-size: 8pt;
        line-height:1.3em
    }
}

ul.box-rss-list-v1-link-list {
    margin-left: 20px;
    font-size: 17px;
    line-height:25.5px
}

.rtl ul.box-rss-list-v1-link-list {
    margin-left: 0;
    margin-right:20px
}

@media only screen and (min-width: 768px) {
    ul.box-rss-list-v1-link-list {
        margin-left: 16px;
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-rss-list-v1-link-list {
        margin-left: 20px;
        font-size: 15px;
        line-height:22.5px
    }
}

ul.box-rss-list-v1-link-list li {
    padding:0 0 10px 0
}

ul.box-rss-list-v1-link-list li a {
    text-decoration: none !important;
    color:#666
}

ul.box-rss-list-v1-link-list li a:active, ul.box-rss-list-v1-link-list li a:focus, ul.box-rss-list-v1-link-list li a:hover {
    color: #000 !important;
    text-decoration: underline !important;
    background-color:transparent !important
}

ul.box-rss-list-v1-link-list li a .fa-chevron-right {
    font-size: 17px;
    color:#000
}

@media only screen and (min-width: 768px) {
    ul.box-rss-list-v1-link-list li a .fa-chevron-right {
        font-size:13px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-rss-list-v1-link-list li a .fa-chevron-right {
        font-size:15px
    }
}

ul.box-rss-list-v1-link-list li .fa-li {
    position: absolute;
    left: -18px;
    width: 18px;
    top: 3px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    ul.box-rss-list-v1-link-list li .fa-li {
        left: -14px;
        width: 14px;
        top:3px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-rss-list-v1-link-list li .fa-li {
        left: -20px;
        width: 20px;
        top:3px
    }
}

.cms-box-prev-next-nav a:active, .cms-box-prev-next-nav a:focus, .cms-box-prev-next-nav a:hover, .cms-box-prev-next-nav a:link, .cms-box-prev-next-nav a:visited {
    background-color: transparent !important;
    text-decoration: none !important;
    color:#000 !important
}

.cms-box-prev-next-nav-external-link, .cms-box-prev-next-nav-rss {
    margin-right: 10px;
    display: inline-block;
    vertical-align:middle
}

h3.box-rss-item-title {
    margin-top: 0;
    color:#000
}

a.cms-box-spotlight-link {
    text-decoration:none !important
}

a.cms-box-spotlight-link:active, a.cms-box-spotlight-link:focus, a.cms-box-spotlight-link:hover {
    text-decoration:none !important
}

a.cms-box-spotlight-link:active .box-rss-item-title span, a.cms-box-spotlight-link:focus .box-rss-item-title span, a.cms-box-spotlight-link:hover .box-rss-item-title span {
    color: #fff !important;
    text-decoration: underline !important;
    text-decoration-color: #000 !important;
    background-color:#000
}

a.cms-box-spotlight-link .box-rss-item-title span {
    color: #000;
    text-decoration:underline !important
}

a.cms-box-spotlight-link .box-rss-item-date, a.cms-box-spotlight-link .box-rss-item-description {
    color:#666
}

.box-rss-list-v1-element a:link {
    text-decoration:none
}

.box-rss-list-v1-element a:active, .box-rss-list-v1-element a:focus, .box-rss-list-v1-element a:hover {
    text-decoration:none
}

.box-rss-list-v1-element a:active .box-rss-list-v1-title span, .box-rss-list-v1-element a:focus .box-rss-list-v1-title span, .box-rss-list-v1-element a:hover .box-rss-list-v1-title span {
    text-decoration: underline;
    background-color:#000
}

a.box-teaser-extended {
    position: relative;
    display: block;
    background-color: #eee;
    overflow-wrap: break-word;
    word-break: break-word;
    transition: .3s;
    text-decoration:none !important
}

a.box-teaser-extended .box-teaser-extended-img {
    margin: 0;
    overflow:hidden
}

a.box-teaser-extended .box-teaser-extended-img img {
    width: 100%;
    height: auto;
    transition:.3s
}

a.box-teaser-extended:active, a.box-teaser-extended:focus, a.box-teaser-extended:hover {
    text-decoration: none;
    background-color:#ccc !important
}

a.box-teaser-extended:active img, a.box-teaser-extended:focus img, a.box-teaser-extended:hover img {
    transform:scale(1.02)
}

a.box-teaser-extended:active .box-teaser-extended-text-wrapper .box-teaser-extended-text, a.box-teaser-extended:focus .box-teaser-extended-text-wrapper .box-teaser-extended-text, a.box-teaser-extended:hover .box-teaser-extended-text-wrapper .box-teaser-extended-text {
    color:#222
}

a.box-teaser-extended:active .box-teaser-extended-link, a.box-teaser-extended:focus .box-teaser-extended-link, a.box-teaser-extended:hover .box-teaser-extended-link {
    background-color:#195869 !important
}

a.box-teaser-extended .box-teaser-extended-text-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    padding:15px 40px 10px 10px
}

a.box-teaser-extended .box-teaser-extended-text-wrapper .box-teaser-extended-text {
    color:#666
}

a.box-teaser-extended .box-teaser-extended-text-wrapper .box-teaser-extended-text h3.box-teaser-extended-title {
    color: #000;
    margin:0 0 10px 0
}

a.box-teaser-extended .box-teaser-extended-text-wrapper .box-teaser-extended-text p {
    margin:0 0 10px 0
}

a.box-teaser-extended .box-teaser-extended-text-wrapper .box-teaser-extended-link {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #66909b;
    bottom: 0;
    right:0
}

a.box-teaser-extended .box-teaser-extended-text-wrapper .box-teaser-extended-link:hover {
    background-color:#195869
}

a.box-teaser-extended .box-teaser-extended-text-wrapper .box-teaser-extended-link .svg-icon-arrow-right {
    width: 32px;
    height: 32px;
    display: block;
    margin:3px
}

a.box-teaser-extended .box-teaser-extended-text-wrapper .box-teaser-extended-link .svg-icon-arrow-right polygon {
    fill:#fff
}

.horizontal-bg-container-even a.box-teaser-extended {
    background-color:#fff
}

.horizontal-bg-container-even a.box-teaser-extended:hover {
    background-color:#ccc
}

.box-teaser-extended-picture-credit-container {
    position: absolute;
    padding: 0 6px;
    bottom: 100%;
    right: 15px;
    margin-bottom: -15px;
    max-width: 60%;
    text-align: right;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    background: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    line-height:19.5px
}

.box-teaser-extended-picture-credit-container a:link, .box-teaser-extended-picture-credit-container a:visited {
    color: rgba(255, 255, 255, .7);
    background: 0 0;
    text-decoration:none
}

.box-spotlight-v1-headline {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .035em;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight:700
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-spotlight-v1-headline {
        margin-top: 0;
        margin-bottom: 7px;
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .035em;
        font-family: SourceSansPro, Arial, Helvetica, sans-serif;
        font-weight:700
    }
}

.box-spotlight-v1-abstract {
    font-weight: 700;
    margin-bottom:20px
}

.box-spotlight-v1-icaption {
    display: inline;
    float: left;
    width: 26%;
    margin:0 30px 15px 0
}

.box-spotlight-v1-icaption img {
    width:100%
}

@media only screen and (min-width: 768px) {
    .box-spotlight-v1-icaption {
        width:100%
    }
}

@media only screen and (min-width: 1200px) {
    .box-spotlight-v1-icaption {
        width:48.1%
    }
}

@media print {
    .box-spotlight-v1-icaption {
        width: 48.1%;
        margin:4px 30px 15px 0
    }
}

.box-spotlight-v1-icaption .icaption-caption {
    display: block;
    margin: 0;
    padding: 6px 0;
    overflow: hidden;
    border-bottom:1px solid #ccc
}

@media print {
    .box-spotlight-v1-icaption .icaption-caption {
        padding:6px 0
    }
}

.box-spotlight-v1-icaption .icaption-caption .image-source-text {
    display:block
}

.box-spotlight-v1-icaption .icaption-caption .image-source-link {
    display:block
}

@media only screen and (min-width: 1200px) {
    .box-spotlight-cms-3 .box-spotlight-v1-icaption, .box-spotlight-cms-4 .box-spotlight-v1-icaption {
        width:100%
    }
}

@media only screen and (min-width: 768px) {
    .box-spotlight-cms-12 .box-spotlight-v1-icaption, .box-spotlight-cms-6 .box-spotlight-v1-icaption, .box-spotlight-cms-8 .box-spotlight-v1-icaption, .box-spotlight-cms-9 .box-spotlight-v1-icaption {
        width:48.1%
    }
}

.box-spotlight-v1-text-container {
    overflow:hidden
}

@media only screen and (min-width: 768px) {
    .box-spotlight-v1-text-container {
        overflow:visible
    }
}

@media only screen and (min-width: 1200px) {
    .box-spotlight-v1-text-container {
        overflow:hidden
    }
}

@media only screen and (min-width: 1200px) {
    .box-spotlight-cms-3 .box-spotlight-v1-text-container, .box-spotlight-cms-4 .box-spotlight-v1-text-container {
        overflow:visible
    }
}

@media only screen and (min-width: 768px) {
    .box-spotlight-cms-12 .box-spotlight-v1-text-container, .box-spotlight-cms-6 .box-spotlight-v1-text-container, .box-spotlight-cms-8 .box-spotlight-v1-text-container, .box-spotlight-cms-9 .box-spotlight-v1-text-container {
        overflow:hidden
    }
}

h3.box-spotlight-v1-title {
    margin: 0 0 7px 0;
    display:inline
}

.box-spotlight-v1-text {
    margin-bottom:7px
}

.box-spotlight-v1-text p {
    margin-bottom: 7px;
    color: #333;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) {
    .box-spotlight-v1-text p {
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-spotlight-v1-text p {
        font-size: 15px;
        line-height:22.5px
    }
}

.box-spotlight-v1-date {
    font-size: 15px;
    line-height: 22.5px;
    color:#666
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-spotlight-v1-date {
        font-size: 13px;
        line-height:19.5px
    }
}

@media print {
    .box-spotlight-v1-date {
        font-size: 8pt;
        line-height:1.3em
    }
}

ul.box-spotlight-v1-link-list {
    margin-left: 20px;
    font-size: 17px;
    line-height:25.5px
}

.rtl ul.box-spotlight-v1-link-list {
    margin-left: 0;
    margin-right:20px
}

@media only screen and (min-width: 768px) {
    ul.box-spotlight-v1-link-list {
        margin-left: 16px;
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-spotlight-v1-link-list {
        margin-left: 20px;
        font-size: 15px;
        line-height:22.5px
    }
}

ul.box-spotlight-v1-link-list li {
    padding:0 10px 0 0
}

ul.box-spotlight-v1-link-list li a {
    text-decoration: none !important;
    color:#666 !important
}

ul.box-spotlight-v1-link-list li a:active, ul.box-spotlight-v1-link-list li a:focus, ul.box-spotlight-v1-link-list li a:hover {
    color: #000 !important;
    text-decoration: underline !important;
    background-color:transparent !important
}

ul.box-spotlight-v1-link-list li a .fa-chevron-right {
    font-size: 17px;
    color:#666 !important
}

@media only screen and (min-width: 768px) {
    ul.box-spotlight-v1-link-list li a .fa-chevron-right {
        font-size:13px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-spotlight-v1-link-list li a .fa-chevron-right {
        font-size:15px
    }
}

ul.box-spotlight-v1-link-list li .fa-li {
    position: absolute;
    left: -18px;
    width: 18px;
    top: 3px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    ul.box-spotlight-v1-link-list li .fa-li {
        left: -14px;
        width: 14px;
        top:3px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-spotlight-v1-link-list li .fa-li {
        left: -20px;
        width: 20px;
        top:3px
    }
}

@media print {
    ul.box-spotlight-v1-link-list {
        font-size: 9pt;
        line-height:1.3em
    }
}

a.box-spotlight-v1-link {
    margin-top: 14px;
    font-size: 17px;
    color:#666
}

a.box-spotlight-v1-link .fa-chevron-right {
    position: relative;
    font-size: 15px;
    color: #666;
    margin-right:4px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    a.box-spotlight-v1-link {
        margin-top: 14px;
        font-size: 15px;
        color:#666
    }

    a.box-spotlight-v1-link .fa-chevron-right {
        position: relative;
        font-size: 13px;
        color: #666;
        margin-right:4px
    }
}

.box-spotlight-v1-nav {
    clear: both;
    background-color: transparent;
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    text-align:left
}

.box-spotlight-v1-nav .icon-cds {
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 22px;
    line-height: 40px;
    background: 0 0;
    padding: 6px;
    text-align: center;
    border:1px solid #000
}

@media only screen and (min-width: 768px) {
    .box-spotlight-v1-nav .icon-cds {
        font-size:18px
    }
}

@media only screen and (min-width: 1200px) {
    .box-spotlight-v1-nav .icon-cds {
        font-size:22px
    }
}

.box-spotlight-v1-nav a:link .icon-cds, .box-spotlight-v1-nav a:visited .icon-cds {
    text-decoration: none !important;
    color: #000 !important;
    background-color:transparent !important
}

.box-spotlight-v1-nav a:active .icon-cds, .box-spotlight-v1-nav a:focus .icon-cds, .box-spotlight-v1-nav a:hover .icon-cds {
    color: #000 !important;
    color: #fff !important;
    background-color:#000 !important
}

.box-spotlight-v1-nav .disabled {
    color: #666;
    border-color: #666;
    cursor:auto
}

.box-spotlight-v1-nav-arrow-first, .box-spotlight-v1-nav-arrow-last, .box-spotlight-v1-nav-arrow-next, .box-spotlight-v1-nav-arrow-prev, .box-spotlight-v1-nav-overview {
    margin-right: 10px;
    display: inline-block;
    vertical-align:middle
}

.box-spotlight-v1-pagination {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 5px;
    font-size: 17px;
    line-height: 17px;
    color:#666
}

@media only screen and (min-width: 768px) {
    .box-spotlight-v1-pagination {
        font-size: 13px;
        line-height:13px
    }
}

@media only screen and (min-width: 1200px) {
    .box-spotlight-v1-pagination {
        font-size: 15px;
        line-height:15px
    }
}

a.box-spotlight-v1-random-ico {
    position: relative;
    float: left;
    color: #000;
    margin-right: 20px;
    padding: 8px 5px;
    background-color: transparent;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border:1px solid #000
}

@media only screen and (min-width: 768px) {
    a.box-spotlight-v1-random-ico {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        padding:5px
    }
}

@media only screen and (min-width: 1200px) {
    a.box-spotlight-v1-random-ico {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        padding:8px 5px
    }
}

a.box-spotlight-v1-random-ico a:active, a.box-spotlight-v1-random-ico a:focus, a.box-spotlight-v1-random-ico a:hover {
    color:#000 !important
}

.box-spotlight-v1-cl-logo {
    display: block;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
    background-color:#cf0 !important
}

.box-spotlight-v1-cl-logo .cl-logo-container-l {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 35%;
    height: 36px;
    padding:5px 0 5px 10px
}

.box-spotlight-v1-cl-logo .cl-logo-p1 {
    font-size: 16px;
    color: #000;
    z-index:100
}

.box-spotlight-v1-cl-logo .cl-logo-p2 {
    font-size: 16px;
    color: #000;
    z-index:100
}

a.box-spotlight-v1-cl-logo:active, a.box-spotlight-v1-cl-logo:focus, a.box-spotlight-v1-cl-logo:hover {
    text-decoration: none !important;
    background-color:#cf0 !important
}

.sidebar-right .cl-logo-container-m {
    top:16px
}

.box-spotlight-cms-3 .cl-logo-container-l, .box-spotlight-cms-4 .cl-logo-container-l, .box-spotlight-cms-5 .cl-logo-container-l {
    width:45%
}

.box-spotlight-cms-3 .cl-logo-container-m, .box-spotlight-cms-4 .cl-logo-container-m, .box-spotlight-cms-5 .cl-logo-container-m {
    left:45%
}

.box-spotlight-cms-3 .cl-logo-container-r, .box-spotlight-cms-4 .cl-logo-container-r, .box-spotlight-cms-5 .cl-logo-container-r {
    width:55%
}

.box-spotlight-cms-12 .box-spotlight-v1-cl-en, .box-spotlight-cms-12 .cl-logo-p1, .box-spotlight-cms-12 .cl-logo-p2, .box-spotlight-cms-6 .box-spotlight-v1-cl-en, .box-spotlight-cms-6 .cl-logo-p1, .box-spotlight-cms-6 .cl-logo-p2, .box-spotlight-cms-7 .box-spotlight-v1-cl-en, .box-spotlight-cms-7 .cl-logo-p1, .box-spotlight-cms-7 .cl-logo-p2, .box-spotlight-cms-8 .box-spotlight-v1-cl-en, .box-spotlight-cms-8 .cl-logo-p1, .box-spotlight-cms-8 .cl-logo-p2, .box-spotlight-cms-9 .box-spotlight-v1-cl-en, .box-spotlight-cms-9 .cl-logo-p1, .box-spotlight-cms-9 .cl-logo-p2 {
    font-size:20px
}

.box-spotlight-v1-cl-en {
    display: block;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
    background-color: #cf0 !important;
    font-size:16px
}

.box-spotlight-v1-cl-en .cl-en-container-l {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 70%;
    height: 36px;
    padding:5px 0 5px 10px
}

@media only screen and (min-width: 768px) {
    .box-spotlight-v1-cl-en .cl-en-container-l {
        width:55%
    }
}

a.box-spotlight-v1-cl-en:active, a.box-spotlight-v1-cl-en:focus, a.box-spotlight-v1-cl-en:hover {
    color: #000 !important;
    text-decoration: none !important;
    background-color:#cf0 !important
}

.box-spotlight-cms-3 .box-spotlight-v1-cl-en .cl-en-container-l, .box-spotlight-cms-4 .box-spotlight-v1-cl-en .cl-en-container-l, .box-spotlight-cms-5 .box-spotlight-v1-cl-en .cl-en-container-l {
    width:70%
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-spotlight-cms-3 .box-spotlight-v1-cl-en .cl-en-container-l, .box-spotlight-cms-4 .box-spotlight-v1-cl-en .cl-en-container-l, .box-spotlight-cms-5 .box-spotlight-v1-cl-en .cl-en-container-l {
        width:100%
    }
}

a.cms-box-spotlight-link:link, a.cms-box-spotlight-link:visited {
    text-decoration:none !important
}

a.cms-box-spotlight-link:active .box-spotlight-v1-title span, a.cms-box-spotlight-link:focus .box-spotlight-v1-title span, a.cms-box-spotlight-link:hover .box-spotlight-v1-title span {
    color: #fff !important;
    text-decoration: underline !important;
    text-decoration-color: #000 !important;
    background-color:#000
}

a.cms-box-spotlight-link:active img, a.cms-box-spotlight-link:focus img, a.cms-box-spotlight-link:hover img {
    transform:scale(1.02)
}

a.cms-box-spotlight-link .box-spotlight-v1-title span {
    color: #000;
    text-decoration:underline !important
}

a.cms-box-spotlight-link .box-spotlight-v1-text {
    color:#666
}

a.cms-box-spotlight-link .box-spotlight-v1-text-container .box-rss-item-date {
    color: #666;
    font-size:15px
}

a.cms-box-spotlight-link img {
    width: 100%;
    height: auto;
    transition:.3s
}

a.cms-box-spotlight-link .icaption-image {
    display: block;
    overflow:hidden
}

.box-article-headline {
    margin-top:0
}

.box-article-subtitle {
    margin-top:0
}

.box-article-publication-date {
    font-size: 15px;
    line-height: 22.5px;
    color:#666
}

@media only screen and (min-width: 768px) {
    .box-article-publication-date {
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-article-publication-date {
        font-size: 15px;
        line-height:22.5px
    }
}

.box-article-page-container .abstract {
    font-weight:700
}

.box-article-abstract {
    font-weight:700
}

.box-article-content:after {
    content: "";
    display: table;
    clear:both
}

p.box-article-author {
    text-align: right;
    margin: 20px 0 10px 0;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height:25px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    p.box-article-author {
        font-size: 16px;
        line-height:23px
    }
}

p.box-article-author + p.box-article-author {
    margin:0 0 10px 0
}

.box-article-more-info {
    background-color: #eee;
    padding:14px 10px
}

.box-article-more-info-heading, h3.box-article-more-info-date-heading {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .035em;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight:700
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-article-more-info-heading, h3.box-article-more-info-date-heading {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .035em;
        font-family: SourceSansPro, Arial, Helvetica, sans-serif;
        font-weight:700
    }
}

.box-article-more-info-content {
    margin-bottom: 14px;
    font-size: 15px;
    line-height:22.5px
}

@media only screen and (min-width: 768px) {
    .box-article-more-info-content {
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-article-more-info-content {
        font-size: 15px;
        line-height:22.5px
    }
}

p.box-article-paging-label {
    float: left;
    margin:10px 20px 11px 0
}

a.box-article-nav {
    position: relative;
    display: block;
    margin: 30px 0 0 0;
    color: #000;
    text-decoration:none
}

a.box-article-nav span.box-article-nav-label-next {
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) {
    a.box-article-nav span.box-article-nav-label-next {
        font-size: 15px;
        line-height:22.5px
    }
}

@media only screen and (min-width: 1200px) {
    a.box-article-nav span.box-article-nav-label-next {
        font-size: 17px;
        line-height:25.5px
    }
}

a.box-article-nav span.icon-cds {
    position: absolute;
    top: -10px;
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0 0 10px;
    color:#000
}

@media only screen and (min-width: 768px) {
    a.box-article-nav {
        font-size:17px
    }
}

@media only screen and (min-width: 1200px) {
    a.box-article-nav {
        font-size:20px
    }
}

a.box-article-nav:hover {
    text-decoration: none;
    color:#666
}

a.box-article-nav:hover .icon-cds {
    color:#666
}

.box-article-paging {
    margin-top:30px
}

li.box-article-paging-nav-off {
    display:none
}

.box-article-list-v1-element-container {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding:0
}

.box-article-list-v1-element-container a, .box-article-list-v1-element-container span {
    display:block
}

.box-article-list-v1-element-container li {
    position: relative;
    margin:10px
}

span.box-article-list-v1-date {
    font-size: 19px;
    line-height: 19px;
    font-weight: 700;
    padding: 0 5px;
    margin-bottom: 6px;
    border-left: 4px solid #666;
    color:#666
}

.box-article-list-v1-element a:link, .box-article-list-v1-element a:visited {
    padding: 10px 0;
    text-decoration:none !important
}

.box-article-list-v1-element a:link .box-article-list-v1-title, .box-article-list-v1-element a:visited .box-article-list-v1-title {
    margin-bottom: 5px;
    text-decoration: underline;
    display:inline
}

.box-article-list-v1-element a:active, .box-article-list-v1-element a:focus, .box-article-list-v1-element a:hover, .box-article-list-v1-element a[href]:hover {
    background-color: transparent !important;
    color:#000 !important
}

.box-article-list-v1-element a:active .box-article-list-v1-title, .box-article-list-v1-element a:focus .box-article-list-v1-title, .box-article-list-v1-element a:hover .box-article-list-v1-title, .box-article-list-v1-element a[href]:hover .box-article-list-v1-title {
    color: #fff;
    background-color:#000
}

.box-article-list-v1-subtitle, .box-article-list-v1-title {
    padding:0
}

.box-article-list-v1-title {
    font-weight:700
}

.box-article-list-v2-headline {
    margin-top:0
}

.box-article-list-v2-element-container {
    margin-top:30px
}

.box-article-list-v2-element, .box-article-list-v2-element-featured {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding:14px 0
}

.box-article-list-v2-element-featured:after, .box-article-list-v2-element-featured:before, .box-article-list-v2-element:after, .box-article-list-v2-element:before {
    content: " ";
    display:table
}

.box-article-list-v2-element-featured:after, .box-article-list-v2-element:after {
    clear:both
}

.box-article-list-v2-element-featured:last-child, .box-article-list-v2-element:last-child {
    border:none
}

.box-article-list-v2-element a:link, .box-article-list-v2-element a:visited, .box-article-list-v2-element-featured a:link, .box-article-list-v2-element-featured a:visited {
    text-decoration:none
}

.box-article-list-v2-element a:link .box-article-list-v2-title span, .box-article-list-v2-element a:visited .box-article-list-v2-title span, .box-article-list-v2-element-featured a:link .box-article-list-v2-title span, .box-article-list-v2-element-featured a:visited .box-article-list-v2-title span {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .25em;
    transition:all .15s ease
}

.box-article-list-v2-element a:active, .box-article-list-v2-element a:focus, .box-article-list-v2-element a:hover, .box-article-list-v2-element a[href]:hover, .box-article-list-v2-element-featured a:active, .box-article-list-v2-element-featured a:focus, .box-article-list-v2-element-featured a:hover, .box-article-list-v2-element-featured a[href]:hover {
    color: #000;
    text-decoration:none
}

.box-article-list-v2-element a:active .box-article-list-v2-title span, .box-article-list-v2-element a:focus .box-article-list-v2-title span, .box-article-list-v2-element a:hover .box-article-list-v2-title span, .box-article-list-v2-element a[href]:hover .box-article-list-v2-title span, .box-article-list-v2-element-featured a:active .box-article-list-v2-title span, .box-article-list-v2-element-featured a:focus .box-article-list-v2-title span, .box-article-list-v2-element-featured a:hover .box-article-list-v2-title span, .box-article-list-v2-element-featured a[href]:hover .box-article-list-v2-title span {
    text-decoration: underline;
    color: #fff;
    background-color: #000;
    text-decoration-color:#000
}

.box-article-list-v2-element a:active .box-article-list-v2-subtitle, .box-article-list-v2-element a:focus .box-article-list-v2-subtitle, .box-article-list-v2-element a:hover .box-article-list-v2-subtitle, .box-article-list-v2-element a[href]:hover .box-article-list-v2-subtitle, .box-article-list-v2-element-featured a:active .box-article-list-v2-subtitle, .box-article-list-v2-element-featured a:focus .box-article-list-v2-subtitle, .box-article-list-v2-element-featured a:hover .box-article-list-v2-subtitle, .box-article-list-v2-element-featured a[href]:hover .box-article-list-v2-subtitle {
    color:#000
}

.box-article-list-v2-img {
    float: left;
    margin: 0 20px 7px 0;
    width:30%
}

@media only screen and (min-width: 520px) {
    .box-article-list-v2-img {
        margin:0 30px 10px 0
    }
}

@media only screen and (min-width: 990px) {
    .box-article-list-v2-img {
        width: 33.3333%;
        margin:0 20px 10px 0
    }
}

.box-article-list-v2-img img {
    display: block;
    width: 100%;
    padding: 0;
    border:none
}

.box-article-list-v2-element-featured .box-article-list-v2-img {
    width:46%
}

@media only screen and (min-width: 990px) {
    .box-article-list-v2-element-featured .box-article-list-v2-img {
        width:47.1%
    }
}

.box-article-list-v2-element-featured .box-article-list-v2-text {
    overflow:visible
}

@media only screen and (min-width: 520px) {
    .box-article-list-v2-element-featured .box-article-list-v2-text {
        overflow:visible
    }
}

@media only screen and (min-width: 990px) {
    .box-article-list-v2-element-featured .box-article-list-v2-text {
        overflow:hidden
    }
}

@media only screen and (min-width: 520px) {
    .box-article-list-v2-text {
        overflow:hidden
    }
}

h2.box-article-list-v2-title {
    margin: 0 0 6px 0;
    color:#000
}

.box-article-list-v2-subtitle {
    margin-bottom:5px
}

.box-article-list-v2-date {
    font-size: 15px;
    line-height: 22.5px;
    color:#666
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-article-list-v2-date {
        font-size: 13px;
        line-height:19.5px
    }
}

@media print {
    .box-article-list-v2-date {
        font-size: 8pt;
        line-height:1.3em
    }
}

.article-list-prev-next-nav {
    width: 100px;
    border-bottom: 1px solid #000;
    padding:4px 0 0 0
}

.article-list-prev-next-nav a.article-list-nav {
    position: relative;
    display: inline-block;
    margin: 0 0 0 14px;
    color: #000;
    text-decoration:none
}

.article-list-prev-next-nav span.icon-cds {
    font-size: 24px;
    color:#000
}

@media only screen and (min-width: 768px) {
    .article-list-prev-next-nav span.icon-cds {
        font-size:20px
    }
}

@media only screen and (min-width: 1200px) {
    .article-list-prev-next-nav span.icon-cds {
        font-size:24px
    }
}

.article-list-prev-next-nav a.article-list-nav:hover {
    text-decoration: none;
    color:#666
}

.article-list-prev-next-nav a.article-list-nav:hover .icon-cds {
    color:#666
}

.box-article-list-more-items {
    text-align:center
}

.box-article-list-more-items a {
    display: inline-block;
    padding: 1px 6px 5px;
    margin:14px 0
}

.box-article-list-more-items a:link, .box-article-list-more-items a:visited {
    background: #fff;
    color: #000;
    text-decoration:none
}

.box-article-list-more-items a:active, .box-article-list-more-items a:hover {
    background: #000;
    color: #fff;
    text-decoration:none
}

.box-article-list-more-items a .fa-circle {
    font-size: 10px;
    margin:0 3px
}

.box-institution .icaption-right-container-s1 {
    margin-bottom:30px
}

.rtl .box-institution {
    direction:rtl
}

.box-institution-abstract {
    margin-bottom:20px
}

.box-institution-address-label {
    font-weight: 700;
    margin-bottom:5px
}

.box-institution-content {
    margin-top:20px
}

.box-institution-content:after, .box-institution-content:before {
    content: " ";
    display:table
}

.box-institution-content:after {
    clear:both
}

.box-institution-hours-label {
    font-weight:700
}

.box-institution-table {
    width:100%
}

.box-institution-table.list-group {
    clear: both;
    margin:30px 0 20px 0
}

.box-institution-table.list-group .list-group-item {
    border-left: none;
    border-right:none
}

.box-institution-table.list-group .list-group-item:first-of-type {
    border-top:2px solid #999
}

.box-institution-table.list-group .list-group-item:last-of-type {
    border-bottom:2px solid #999
}

.box-institution-table.list-group .box-institution-table-label {
    font-weight:700
}

.rtl .box-institution-table.list-group .box-institution-table-label {
    float:right
}

.box-institution-accessibility-icons {
    font-size: 36px;
    margin:7px 0 7px 0
}

.box-institution-accessibility-icons span {
    margin-right:10px
}

@media only screen and (min-width: 768px) {
    .box-institution-accessibility-icons {
        font-size:30px
    }
}

@media only screen and (min-width: 1200px) {
    .box-institution-accessibility-icons {
        font-size:36px
    }
}

.box-institution-fb .box-institution-table {
    width:100%
}

.box-institution-table.list-group.bib-contact-table {
    width: 100%;
    float: none;
    clear: both;
    margin:30px 0
}

.box-institution-fb-images {
    margin-bottom:15px
}

.box-institution-fb-images .box-gallery {
    padding: 0;
    margin-bottom:15px
}

.primo-search {
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    text-align: left;
    background: #fff;
    margin:0 0 14px 0
}

.primo-search:focus, .primo-search:hover {
    border-color:#999
}

.primo-search .search-input {
    padding: 4px 0 4px 10px;
    width: 90%;
    border: 0 none;
    background: 0 0;
    color: #666;
    line-height: 20px;
    font-size:14px
}

.primo-search .search-input::-webkit-input-placeholder {
    color:#999
}

.primo-search .search-input:-moz-placeholder {
    color:#999
}

.primo-search .search-input.placeholder {
    color:#999
}

.primo-search .search-input:-moz-placeholder {
    color:#999
}

.primo-search .search-input::-moz-placeholder {
    color:#999
}

.primo-search .search-input:-ms-input-placeholder {
    color:#999
}

.primo-search .search-button {
    float: none;
    position: absolute;
    top: 1px;
    right: 0;
    width: 10%;
    padding: 0;
    line-height: 27px;
    color: #666;
    font-size: 16px;
    border: 0 none;
    background:0 0
}

.box-related-links {
    padding-bottom:0
}

.rtl .box-related-links {
    direction:rtl
}

.box-related-links-headline {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    letter-spacing:.035em
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-related-links-headline {
        margin-top: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #999;
        padding-bottom: 5px;
        font-size: 16px;
        font-weight: 400;
        color: #666;
        text-transform: uppercase;
        letter-spacing:.035em
    }
}

ul.box-related-links-list {
    margin-left: 20px;
    font-size: 17px;
    line-height: 25.5px;
    margin-bottom:0
}

.rtl ul.box-related-links-list {
    margin-left: 0;
    margin-right:20px
}

@media only screen and (min-width: 768px) {
    ul.box-related-links-list {
        margin-left: 16px;
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-related-links-list {
        margin-left: 20px;
        font-size: 15px;
        line-height:22.5px
    }
}

ul.box-related-links-list li {
    padding:0 0 10px 0
}

ul.box-related-links-list li a {
    text-decoration: none !important;
    color:#666 !important
}

ul.box-related-links-list li a:active, ul.box-related-links-list li a:focus, ul.box-related-links-list li a:hover {
    color: #000 !important;
    text-decoration: underline !important;
    background-color:transparent !important
}

ul.box-related-links-list li a .fa-chevron-right {
    font-size: 17px;
    color:#666 !important
}

@media only screen and (min-width: 768px) {
    ul.box-related-links-list li a .fa-chevron-right {
        font-size:13px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-related-links-list li a .fa-chevron-right {
        font-size:15px
    }
}

ul.box-related-links-list li .fa-li {
    position: absolute;
    left: -18px;
    width: 18px;
    top: 3px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    ul.box-related-links-list li .fa-li {
        left: -14px;
        width: 14px;
        top:3px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-related-links-list li .fa-li {
        left: -20px;
        width: 20px;
        top:3px
    }
}

@media print {
    ul.box-related-links-list {
        font-size: 8pt;
        line-height:1.3em
    }
}

.rtl ul.box-related-links-list .fa-chevron-right {
    left: 0;
    right: -20px;
    transform:scaleX(-1)
}

.rtl ul.box-related-links-list {
    margin-right:-20px
}

.box-related-downloads {
    padding-bottom:0
}

.rtl .box-related-downloads {
    direction:rtl
}

.box-related-downloads-headline {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    letter-spacing:.035em
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-related-downloads-headline {
        margin-top: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #999;
        padding-bottom: 5px;
        font-size: 16px;
        font-weight: 400;
        color: #666;
        text-transform: uppercase;
        letter-spacing:.035em
    }
}

ul.box-related-downloads-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) {
    ul.box-related-downloads-list {
        margin-left: 16px;
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-related-downloads-list {
        margin-left: 20px;
        font-size: 15px;
        line-height:22.5px
    }
}

ul.box-related-downloads-list li {
    padding:0 0 10px 0
}

ul.box-related-downloads-list li a {
    color: #666 !important;
    text-decoration:none !important
}

ul.box-related-downloads-list li a:active, ul.box-related-downloads-list li a:focus, ul.box-related-downloads-list li a:hover {
    text-decoration: underline !important;
    background-color:transparent !important
}

ul.box-related-downloads-list li a .icon-cds-download {
    font-size: 18px;
    color:#666 !important
}

@media only screen and (min-width: 768px) {
    ul.box-related-downloads-list li a .icon-cds-download {
        font-size:14px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-related-downloads-list li a .icon-cds-download {
        font-size:16px
    }
}

ul.box-related-downloads-list li .icon-cds {
    position: absolute;
    left: -22px;
    width: 22px;
    top: 2px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    ul.box-related-downloads-list li .icon-cds {
        left: -18px;
        width: 18px;
        top:1px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-related-downloads-list li .icon-cds {
        left: -22px;
        width: 22px;
        top:2px
    }
}

@media print {
    ul.box-related-downloads-list {
        font-size: 8pt;
        line-height:1.3em
    }
}

.rtl ul.box-related-downloads-list .icon-cds-download {
    left: 0;
    right: -20px;
    transform:scaleX(-1)
}

.rtl ul.box-related-downloads-list {
    margin-right:-20px
}

.box-studienangebot .nav-pills {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    margin-left:0 !important
}

.box-studienangebot .nav-pills > li > a {
    margin-right: 6px;
    margin-left: 0;
    line-height: 20px;
    border: 1px solid #ddd;
    text-decoration:none !important
}

.box-studienangebot .nav-pills > li > a:active, .box-studienangebot .nav-pills > li > a:focus, .box-studienangebot .nav-pills > li > a:hover {
    background-color: #666 !important;
    border:1px solid #666
}

.box-studienangebot .nav-pills > li.active > a, .box-studienangebot .nav-pills > li.active > a:focus, .box-studienangebot .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #666;
    border:1px solid #666
}

.box-studienangebot .nav-pills > li {
    margin-bottom:10px
}

@media only screen and (min-width: 520px) {
    .box-studienangebot .nav-pills > li {
        margin-bottom:0
    }
}

.box-schlagzeilen-headline {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .035em;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight:700
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-schlagzeilen-headline {
        margin-top: 0;
        margin-bottom: 7px;
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .035em;
        font-family: SourceSansPro, Arial, Helvetica, sans-serif;
        font-weight:700
    }
}

.box-schlagzeilen-link-list {
    margin-left: 22px;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) {
    .box-schlagzeilen-link-list {
        margin-left: 16px;
        font-size: 15px;
        line-height:22.5px
    }
}

@media only screen and (min-width: 1200px) {
    .box-schlagzeilen-link-list {
        margin-left: 22px;
        font-size: 17px;
        line-height:25.5px
    }
}

.box-schlagzeilen-link-list li {
    padding:0 0 10px 0
}

.box-schlagzeilen-link-list li a {
    color:#666 !important
}

.box-schlagzeilen-link-list li a .fa-chevron-right {
    font-size: 17px;
    color:#666 !important
}

@media only screen and (min-width: 768px) {
    .box-schlagzeilen-link-list li a .fa-chevron-right {
        font-size:13px
    }
}

@media only screen and (min-width: 1200px) {
    .box-schlagzeilen-link-list li a .fa-chevron-right {
        font-size:17px
    }
}

.box-schlagzeilen-link-list li .fa-li {
    position: absolute;
    left: -22px;
    width: 22px;
    top: 4px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    .box-schlagzeilen-link-list li .fa-li {
        left: -16px;
        width: 16px;
        top:4px
    }
}

@media only screen and (min-width: 1200px) {
    .box-schlagzeilen-link-list li .fa-li {
        left: -22px;
        width: 22px;
        top:5px
    }
}

.box-schlagzeilen-link-list a:link {
    text-decoration:none !important
}

.box-schlagzeilen-link-list a:active, .box-schlagzeilen-link-list a:focus, .box-schlagzeilen-link-list a:hover {
    background-color: transparent !important;
    text-decoration: underline !important;
    color:#000 !important
}

a.box-schlagzeilen-more-link {
    margin-top: 10px;
    font-size: 15px;
    color:#666
}

a.box-schlagzeilen-more-link .fa-chevron-right {
    position: relative;
    font-size: 12px;
    color: #666;
    margin-right:5px
}

a.box-schlagzeilen-more-link:visited {
    margin-top: 10px;
    font-size: 15px;
    color:#666
}

a.box-schlagzeilen-more-link:visited .fa-chevron-right {
    position: relative;
    font-size: 12px;
    color: #666;
    margin-right:5px
}

.box-target-group-element {
    width: 100%;
    padding:0
}

@media only screen and (min-width: 520px) {
    .box-target-group-element {
        float: left;
        width: 50%;
        padding:0 10px 0 0
    }
}

@media only screen and (min-width: 768px) {
    .box-target-group-element {
        width: 33.33%;
        padding:0 10px 0 0
    }
}

@media only screen and (min-width: 990px) {
    .box-target-group-element {
        width: 25%;
        padding:0 10px 0 0
    }
}

@media only screen and (min-width: 1200px) {
    .box-target-group-element {
        width: auto;
        padding:0 10px 0 0
    }
}

a.box-target-group-link {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 5px 0;
    padding: 6px 10px;
    border: 1px solid transparent;
    -webkit-transition: border-color .5s ease;
    -moz-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    transition:border-color .5s ease
}

@media only screen and (min-width: 1200px) {
    a.box-target-group-link {
        margin:0
    }
}

a.box-target-group-link:hover {
    border-color:#06c
}

a.box-target-group-link:active, a.box-target-group-link:focus, a.box-target-group-link:hover, a.box-target-group-link:link, a.box-target-group-link:visited {
    text-decoration:none
}

.box-target-group-link-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight:400
}

.box-target-group-link-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-left:4px
}

h3.box-source-code-headline {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .035em;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight:700
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    h3.box-source-code-headline {
        margin-top: 0;
        margin-bottom: 7px;
        font-size: 19px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .035em;
        font-family: SourceSansPro, Arial, Helvetica, sans-serif;
        font-weight:700
    }
}

.box-courses-list-table-category {
    margin:30px 0 20px 0
}

.box-courses-list-table-info {
    overflow:hidden
}

.box-courses-list-table.list-group {
    margin-top:20px
}

.box-courses-list-table.list-group .list-group-item:first-of-type {
    border-top:2px solid #999
}

.box-courses-list-table.list-group .list-group-item:last-of-type {
    border-bottom:2px solid #999
}

.box-courses-list-table.list-group .list-group-item:nth-child(even) {
    background-color:#eee
}

.box-courses-list-table.list-group .list-group-item.box-courses-list-table-heading {
    font-weight:700
}

.box-courses-list-table.list-group .list-group-item i.fa {
    display: inline-block;
    margin-right: 10px;
    font-size: larger;
    color:#222
}

@media only screen and (min-width: 768px) {
    .box-courses-list-table.list-group .list-group-item i.fa {
        display:none
    }
}

.box-oei-internship-list .nav-pills {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    margin-left:0 !important
}

.box-oei-internship-list .nav-pills > li > a {
    margin-right: 6px;
    margin-left: 0;
    line-height: 20px;
    border:1px solid #ddd
}

.box-oei-internship-list .nav-pills > li.active > a, .box-oei-internship-list .nav-pills > li.active > a:focus, .box-oei-internship-list .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #999;
    border:1px solid #999
}

.box-oei-internship-list .nav-pills > li {
    margin-bottom:10px
}

@media only screen and (min-width: 520px) {
    .box-oei-internship-list .nav-pills > li {
        margin-bottom:0
    }
}

span.box-oei-internship-list-permanent-offer {
    color: #c00;
    margin-right:5px
}

span.box-oei-internship-list-date {
    color:#666
}

.box-keywords-list-item {
    border-bottom:1px solid #999
}

.box-keywords-list-abc-nav {
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height:31px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-keywords-list-abc-nav {
        font-size: 18px;
        line-height:25px
    }
}

.box-keywords-list-abc-nav a {
    display: inline-block;
    margin-right: 5px;
    padding:3px
}

.box-keywords-list-keyword-group {
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin:20px 0 10px 0
}

.box-keywords-list-sort-key {
    border-bottom: 1px solid #999;
    display: block;
    padding:0 10px 10px 0
}

.box-keywords-list-sort-key:after, .box-keywords-list-sort-key:before {
    content: " ";
    display:table
}

.box-keywords-list-sort-key:after {
    clear:both
}

.box-keywords-list-sort-key a {
    float:right
}

.box-keywords-list-label {
    color: #999;
    margin-bottom: 20px;
    margin-right: 10px;
    display:inline-block
}

.box-keywords-list-keyword {
    color: #333;
    border: 1px solid #999;
    padding: 10px;
    margin-bottom: 20px;
    display:inline-block
}

.box-keywords-list-item:first-of-type {
    border-top:1px solid #999
}

a.box-keywords-list-item-link {
    display: block;
    background-color: transparent;
    padding:14px 10px 7px 10px
}

a.box-keywords-list-item-link:after, a.box-keywords-list-item-link:before {
    content: " ";
    display:table
}

a.box-keywords-list-item-link:after {
    clear:both
}

a.box-keywords-list-item-link:link, a.box-keywords-list-item-link:visited {
    color: #000;
    text-decoration:none !important
}

a.box-keywords-list-item-link:link .box-keywords-list-title, a.box-keywords-list-item-link:visited .box-keywords-list-title {
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    display:inline
}

a.box-keywords-list-item-link:active, a.box-keywords-list-item-link:focus, a.box-keywords-list-item-link:hover {
    text-decoration: none;
    color: #000 !important;
    background-color:transparent !important
}

a.box-keywords-list-item-link:active .box-keywords-list-title, a.box-keywords-list-item-link:focus .box-keywords-list-title, a.box-keywords-list-item-link:hover .box-keywords-list-title {
    text-decoration: none !important;
    color: #fff !important;
    background-color:#000 !important
}

.box-keywords-list-title {
    margin: 5px 0 7px 0;
    color:#000
}

p.box-keywords-list-date {
    font-size: 15px;
    line-height: 22.5px;
    color:#666
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    p.box-keywords-list-date {
        font-size: 13px;
        line-height:19.5px
    }
}

p.box-keywords-list-abstract {
    font-size: 15px;
    line-height:22.5px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    p.box-keywords-list-abstract {
        font-size: 13px;
        line-height:19.5px
    }
}

.box-keywords-list-img {
    display: inline;
    float: right;
    width: 33%;
    margin:4px 0 15px 30px
}

.box-keywords-list-img img {
    width:100%
}

@media only screen and (min-width: 520px) {
    .box-keywords-list-img {
        width:22%
    }
}

@media only screen and (min-width: 768px) {
    .box-keywords-list-img {
        width:22%
    }
}

@media only screen and (min-width: 990px) {
    .box-keywords-list-img {
        width:22%
    }
}

@media only screen and (min-width: 1200px) {
    .box-keywords-list-img {
        width:22%
    }
}

ul.box-keywords-list-link-list {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 17px;
    line-height:25.5px
}

.rtl ul.box-keywords-list-link-list {
    margin-left: 0;
    margin-right:20px
}

@media only screen and (min-width: 768px) {
    ul.box-keywords-list-link-list {
        margin-left: 16px;
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-keywords-list-link-list {
        margin-left: 20px;
        font-size: 15px;
        line-height:22.5px
    }
}

ul.box-keywords-list-link-list li {
    padding:0 0 5px 0
}

ul.box-keywords-list-link-list li a {
    text-decoration: none !important;
    color:#666
}

ul.box-keywords-list-link-list li a:active, ul.box-keywords-list-link-list li a:focus, ul.box-keywords-list-link-list li a:hover {
    color: #000 !important;
    text-decoration: underline !important;
    background-color:transparent !important
}

ul.box-keywords-list-link-list li a .fa-chevron-right {
    font-size: 17px;
    color:#000
}

@media only screen and (min-width: 768px) {
    ul.box-keywords-list-link-list li a .fa-chevron-right {
        font-size:13px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-keywords-list-link-list li a .fa-chevron-right {
        font-size:15px
    }
}

ul.box-keywords-list-link-list li .fa-li {
    position: absolute;
    left: -18px;
    width: 18px;
    top: 3px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    ul.box-keywords-list-link-list li .fa-li {
        left: -14px;
        width: 14px;
        top:3px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-keywords-list-link-list li .fa-li {
        left: -20px;
        width: 20px;
        top:3px
    }
}

.rtl .box-keywords {
    direction:rtl
}

.box-keywords-headline {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    letter-spacing:.035em
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-keywords-headline {
        margin-top: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #999;
        padding-bottom: 5px;
        font-size: 16px;
        font-weight: 400;
        color: #666;
        text-transform: uppercase;
        letter-spacing:.035em
    }
}

ul.box-keywords-group {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) {
    ul.box-keywords-group {
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-keywords-group {
        font-size: 15px;
        line-height:22.5px
    }
}

ul.box-keywords-group li {
    display: inline-block;
    margin:0 10px 10px 0
}

ul.box-keywords-group li a {
    display: block;
    padding:4px 8px
}

ul.box-keywords-group li a:link, ul.box-keywords-group li a:visited {
    border: 1px solid #ccc;
    color: #666 !important;
    text-decoration:none !important
}

ul.box-keywords-group li a:active, ul.box-keywords-group li a:focus, ul.box-keywords-group li a:hover {
    border: 1px solid #666;
    color: #fff !important;
    text-decoration: none !important;
    background-color:#666 !important
}

.box-abcindex-headline {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .035em;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight:700
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .box-abcindex-headline {
        margin-top: 0;
        margin-bottom: 7px;
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: .035em;
        font-family: SourceSansPro, Arial, Helvetica, sans-serif;
        font-weight:700
    }
}

ul.box-abcindex-keywords-group {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) {
    ul.box-abcindex-keywords-group {
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-abcindex-keywords-group {
        font-size: 15px;
        line-height:22.5px
    }
}

ul.box-abcindex-keywords-group li {
    display: inline-block;
    margin:0 10px 10px 0
}

ul.box-abcindex-keywords-group li a {
    display: block;
    padding:4px 8px
}

ul.box-abcindex-keywords-group li a:link, ul.box-abcindex-keywords-group li a:visited {
    border: 1px solid #ccc;
    color: #666 !important;
    text-decoration:none !important
}

ul.box-abcindex-keywords-group li a:active, ul.box-abcindex-keywords-group li a:focus, ul.box-abcindex-keywords-group li a:hover {
    border: 1px solid #666;
    color: #fff !important;
    text-decoration: none !important;
    background-color:#666 !important
}

ul.box-abcindex-link-list {
    clear: both;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 17px;
    line-height:25.5px
}

.rtl ul.box-abcindex-link-list {
    margin-left: 0;
    margin-right:20px
}

@media only screen and (min-width: 768px) {
    ul.box-abcindex-link-list {
        margin-left: 16px;
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-abcindex-link-list {
        margin-left: 20px;
        font-size: 15px;
        line-height:22.5px
    }
}

ul.box-abcindex-link-list li {
    padding:0 0 5px 0
}

ul.box-abcindex-link-list li a {
    text-decoration: none !important;
    color:#666 !important
}

ul.box-abcindex-link-list li a:active, ul.box-abcindex-link-list li a:focus, ul.box-abcindex-link-list li a:hover {
    color: #000 !important;
    text-decoration: underline !important;
    background-color:transparent !important
}

ul.box-abcindex-link-list li a .fa-chevron-right {
    font-size: 17px;
    color:#666 !important
}

@media only screen and (min-width: 768px) {
    ul.box-abcindex-link-list li a .fa-chevron-right {
        font-size:13px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-abcindex-link-list li a .fa-chevron-right {
        font-size:15px
    }
}

ul.box-abcindex-link-list li .fa-li {
    position: absolute;
    left: -18px;
    width: 18px;
    top: 3px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    ul.box-abcindex-link-list li .fa-li {
        left: -14px;
        width: 14px;
        top:3px
    }
}

@media only screen and (min-width: 1200px) {
    ul.box-abcindex-link-list li .fa-li {
        left: -20px;
        width: 20px;
        top:3px
    }
}

.box-keywords-list-links {
    display: block;
    padding:10px 10px 10px 0
}

.box-keywords-list-links:after, .box-keywords-list-links:before {
    content: " ";
    display:table
}

.box-keywords-list-links:after {
    clear:both
}

.box-keywords-list-links a {
    float: right;
    margin-left:20px
}

.list-group {
    margin-bottom:10px
}

.list-group .list-group-item {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: transparent;
    background-image:none
}

.list-group-data .list-group-data-item {
    padding: 0 0 8px 0;
    background-image:none
}

.list-group-data .list-group-data-item .mark {
    display: block;
    font-size: 11px;
    font-weight:700
}

.list-group-data .list-group-data-item .value {
    display:block
}

.icaption-left-container-s1, .icaption-left-container-s2 {
    display: inline;
    float:left
}

.icaption-right-container-s1, .icaption-right-container-s2 {
    display: inline;
    float:right
}

.icaption-container-s3 {
    display: block;
    width: 100%;
    margin:0 0 20px 0
}

@media print {
    .icaption-container-s3 {
        margin:0 0 20px 0
    }
}

.icaption-left-container-s1, .icaption-right-container-s1 {
    width:47%
}

@media only screen and (min-width: 520px) {
    .icaption-left-container-s1, .icaption-right-container-s1 {
        width:47%
    }
}

@media only screen and (min-width: 768px) {
    .icaption-left-container-s1, .icaption-right-container-s1 {
        width:47%
    }
}

@media only screen and (min-width: 990px) {
    .icaption-left-container-s1, .icaption-right-container-s1 {
        width:34.8%
    }
}

@media only screen and (min-width: 1200px) {
    .icaption-left-container-s1, .icaption-right-container-s1 {
        width:35.2%
    }
}

@media print {
    .icaption-left-container-s1, .icaption-right-container-s1 {
        width:35.2%
    }
}

.icaption-left-container-s1 {
    margin:4px 30px 20px 0
}

@media print {
    .icaption-left-container-s1 {
        margin:4px 30px 20px 0
    }
}

.icaption-right-container-s1 {
    margin:4px 0 20px 30px
}

@media print {
    .icaption-right-container-s1 {
        margin:4px 0 0 30px
    }
}

.icaption-left-container-s2, .icaption-right-container-s2 {
    width:47%
}

@media only screen and (min-width: 520px) {
    .icaption-left-container-s2, .icaption-right-container-s2 {
        width:47%
    }
}

@media only screen and (min-width: 768px) {
    .icaption-left-container-s2, .icaption-right-container-s2 {
        width:47%
    }
}

@media only screen and (min-width: 990px) {
    .icaption-left-container-s2, .icaption-right-container-s2 {
        width:47.2%
    }
}

@media only screen and (min-width: 1200px) {
    .icaption-left-container-s2, .icaption-right-container-s2 {
        width:48.1%
    }
}

@media print {
    .icaption-left-container-s2, .icaption-right-container-s2 {
        width:48.1%
    }
}

.icaption-left-container-s2 {
    margin:4px 30px 20px 0
}

@media print {
    .icaption-left-container-s2 {
        margin:4px 30px 20px 0
    }
}

.icaption-right-container-s2 {
    margin:4px 0 20px 30px
}

@media print {
    .icaption-right-container-s2 {
        margin:4px 0 20px 30px
    }
}

.icaption-left-s1, .icaption-left-s2, .icaption-right-s1, .icaption-right-s2, .icaption-s3 {
    padding: 0;
    margin:0 0 20px 0
}

.icaption-left-s1:last-of-type, .icaption-left-s2:last-of-type, .icaption-right-s1:last-of-type, .icaption-right-s2:last-of-type, .icaption-s3:last-of-type {
    padding: 0;
    margin:0
}

.icaption-container-s3 .icaption-image img, .icaption-left-container-s1 .icaption-image img, .icaption-left-container-s2 .icaption-image img, .icaption-right-container-s1 .icaption-image img, .icaption-right-container-s2 .icaption-image img {
    display: block;
    width: 100%;
    padding: 0;
    border:none
}

.icaption-container-s3 .icaption-caption, .icaption-left-container-s1 .icaption-caption, .icaption-left-container-s2 .icaption-caption, .icaption-right-container-s1 .icaption-caption, .icaption-right-container-s2 .icaption-caption {
    display: block;
    margin: 0;
    padding: 6px 0;
    color: #666;
    overflow: hidden;
    border-bottom:1px solid #ccc
}

@media print {
    .icaption-container-s3 .icaption-caption, .icaption-left-container-s1 .icaption-caption, .icaption-left-container-s2 .icaption-caption, .icaption-right-container-s1 .icaption-caption, .icaption-right-container-s2 .icaption-caption {
        padding:6px 0
    }
}

.icaption-container-s3 .icaption-caption .image-source-text, .icaption-left-container-s1 .icaption-caption .image-source-text, .icaption-left-container-s2 .icaption-caption .image-source-text, .icaption-right-container-s1 .icaption-caption .image-source-text, .icaption-right-container-s2 .icaption-caption .image-source-text {
    display:block
}

.icaption-container-s3 .icaption-caption .image-source-link, .icaption-left-container-s1 .icaption-caption .image-source-link, .icaption-left-container-s2 .icaption-caption .image-source-link, .icaption-right-container-s1 .icaption-caption .image-source-link, .icaption-right-container-s2 .icaption-caption .image-source-link {
    display:block
}

.icaption-container-s3 .icaption-caption a:link, .icaption-container-s3 .icaption-caption a:visited, .icaption-left-container-s1 .icaption-caption a:link, .icaption-left-container-s1 .icaption-caption a:visited, .icaption-left-container-s2 .icaption-caption a:link, .icaption-left-container-s2 .icaption-caption a:visited, .icaption-right-container-s1 .icaption-caption a:link, .icaption-right-container-s1 .icaption-caption a:visited, .icaption-right-container-s2 .icaption-caption a:link, .icaption-right-container-s2 .icaption-caption a:visited {
    color: #666;
    background-color: transparent;
    text-decoration:underline
}

.icaption-container-s3 .icaption-caption a:hover, .icaption-left-container-s1 .icaption-caption a:hover, .icaption-left-container-s2 .icaption-caption a:hover, .icaption-right-container-s1 .icaption-caption a:hover, .icaption-right-container-s2 .icaption-caption a:hover {
    color:#999
}

@media only screen and (max-width: 480px) {
    .icaption-caption-title {
        display:none
    }
}

.icaption-caption-ico {
    position: relative;
    float: left;
    margin-right: 10px;
    padding: 4px;
    background-color: #222;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 27px;
    height:27px
}

.icaption-caption-ico .icon-cds {
    color: #fff;
    font-size:20px
}

.icaption-caption-ico .icon-cds.icon-cds-plus {
    display:block
}

.icaption-caption-ico .icon-cds.icon-cds-minus {
    display:none
}

@media only screen and (min-width: 520px) {
    .icaption-caption-ico {
        display:none
    }
}

.iframe-container {
    margin-bottom:11px
}

.flash-container {
    width: 100%;
    margin-bottom:16.875px
}

@media (max-width: 989px) {
    .flash-container {
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #999;
        -webkit-overflow-scrolling:touch
    }

    .flash-container object {
        display:block
    }
}

.flash-error {
    color: #c00;
    background: #eee;
    padding: 10px;
    margin-bottom:15px
}

.content-gallery {
    margin-bottom:11px
}

.form-horizontal .control-label {
    text-align: left;
    color:#666
}

.form-horizontal .form-control {
    color:#666
}

.dropdown-menu li {
    background-image: none;
    padding-left:0
}

@media only screen and (min-width: 768px) {
    .services-search.fu-google-search {
        width:200px
    }
}

@media only screen and (min-width: 768px) {
    .services-search.fu-google-search .search-input {
        width:80%
    }
}

#search-input::-webkit-input-placeholder {
    color:#666
}

#search-input:-moz-placeholder {
    color:#666
}

#search-input::-moz-placeholder {
    color:#666
}

#search-input:-ms-input-placeholder {
    color:#666
}

.search-privacy-link {
    width: 100%;
    padding: 8px 10px;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #666;
    font-size:14px
}

@media only screen and (min-width: 990px) {
    .search-privacy-link {
        position: absolute;
        top: 38px;
        right: -1px;
        padding: 0;
        font-size: 11px;
        background: #fff;
        border-bottom: 0 none;
        z-index:8000
    }

    .search-privacy-link a {
        display: block;
        padding: 6px 11px;
        line-height:18px
    }
}

.box-search * {
    --webkit-box-sizing: content-box;
    box-sizing:content-box
}

.rtl .box-search {
    direction:rtl
}

.fu-google-search-results table {
    margin: 0;
    border:0 none
}

.fu-google-search-results table td {
    border:0 none
}

.fu-google-search-results .gsc-control-cse {
    padding:0
}

.fu-google-search-results .gsc-input {
    padding-left: 0;
    background-color:transparent !important
}

.fu-google-search-results .gsc-input-box {
    height:30px
}

.fu-google-search-results .gsst-a {
    padding-top:6px
}

.fu-google-search-results .gsib-a {
    padding:0 6px 0
}

.fu-google-search-results .gsc-table-result, .fu-google-search-results .gsc-thumbnail-inside, .fu-google-search-results .gsc-url-top {
    padding:0
}

.fu-google-search-results .gsc-result-info, .fu-google-search-results .gsc-result-info-container, .fu-google-search-results .gsc-table-cell-thumbnail {
    padding-left:0
}

.fu-google-search-results .gs-result .gs-title {
    height:1.5em
}

.fu-google-search-results .gs-result .gs-title, .fu-google-search-results .gs-result .gs-title * {
    text-decoration:none
}

.fu-google-search-results a.gs-title b {
    color: #000 !important;
    text-decoration:none !important
}

.fu-google-search-results a.gs-title:active b, .fu-google-search-results a.gs-title:focus b, .fu-google-search-results a.gs-title:hover b {
    color: #fff !important;
    text-decoration:none !important
}

.fu-google-search-results a.gs-title:link, .fu-google-search-results a.gs-title:visited {
    color: #000 !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .25em;
    transition:all 150ms ease
}

.fu-google-search-results a.gs-title:active, .fu-google-search-results a.gs-title[href]:hover {
    color: #fff !important;
    text-decoration-color: #000;
    background-color:#000
}

.fu-google-search-results a.gs-title:hover {
    color: #fff !important;
    text-decoration-color: #000;
    background-color:#000
}

.fu-google-search-results a.gs-title:focus {
    color: #fff !important;
    text-decoration-color: #000;
    background-color:#000
}

.fu-google-search-results .gcsc-more-maybe-branding-root a {
    color:#000
}

.fu-google-search-results .gcsc-more-maybe-branding-root a:active, .fu-google-search-results .gcsc-more-maybe-branding-root a:focus, .fu-google-search-results .gcsc-more-maybe-branding-root a:hover {
    background-color:transparent !important
}

.fu-google-search-results .gcsc-more-maybe-branding-root .gcsc-find-more-on-google-text {
    color:#000
}

.fu-google-search-results .gcsc-more-maybe-branding-root .gcsc-find-more-on-google-magnifier {
    fill:#000
}

.fu-google-search-results .gs-result a.gs-title:hover {
    text-decoration:underline
}

.fu-google-search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
    display: inline;
    cursor: pointer;
    padding: 6px 9px;
    margin-right: -1px;
    text-decoration: none;
    color: #000;
    border: 1px solid #ccc;
    background-color:#fff
}

.fu-google-search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    text-decoration: none;
    background:#eee
}

.fu-google-search-results .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    color: #fff;
    background: #666;
    font-weight:400
}

.fu-google-search-results .gsc-cursor-box.gs-bidi-start-align {
    margin:10px 0 20px
}

.fu-google-search-results .gsc-input-box td {
    padding:4px 10px
}

.fu-google-search-results .gscb_a {
    padding:3px 0
}

.fu-google-search-results td.gsc-orderby-container {
    padding:11px 8px 8px
}

.fu-google-search-results .gcsc-find-more-on-google-query {
    color:#000 !important
}

.fu-google-search-results .gsc-search-button-v2 {
    background-color: #cf0;
    border-color:#cf0
}

.fu-google-search-results .gsc-search-button-v2 svg {
    fill:#000
}

.fu-google-search-results .gsc-search-button-v2:active, .fu-google-search-results .gsc-search-button-v2:focus, .fu-google-search-results .gsc-search-button-v2:hover {
    background-color: #000;
    border-color:#000
}

.fu-google-search-results .gsc-search-button-v2:active svg, .fu-google-search-results .gsc-search-button-v2:focus svg, .fu-google-search-results .gsc-search-button-v2:hover svg {
    fill:#fff
}

.fu-google-search-results .gsst_a .gscb_a {
    color:#666
}

.fu-google-search-results .nav-pills {
    margin-top: 25px !important;
    margin-bottom: 15px !important;
    margin-left:0 !important
}

.fu-google-search-results .nav-pills > li > a {
    margin-right: 6px;
    margin-left: 0;
    line-height: 20px;
    border: 1px solid #666;
    color: #666;
    text-decoration:none !important
}

.fu-google-search-results .nav-pills > li.active > a, .fu-google-search-results .nav-pills > li.active > a:focus, .fu-google-search-results .nav-pills > li.active > a:hover, .fu-google-search-results .nav-pills > li > a:active, .fu-google-search-results .nav-pills > li > a:focus, .fu-google-search-results .nav-pills > li > a:hover {
    color: #fff;
    background-color: #666;
    border:1px solid #666
}

.fu-google-search-results .nav-pills > li {
    margin-bottom:10px
}

@media only screen and (min-width: 520px) {
    .fu-google-search-results .nav-pills > li {
        margin-bottom:0
    }
}

.container-bottom-banner {
    padding: 20px;
    margin-bottom:-50px
}

.box-bottom-banner {
    margin-bottom: 15px;
    text-align: center;
    overflow: visible;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 100%;
    vertical-align:middle
}

@media only screen and (min-width: 520px) {
    .box-bottom-banner {
        width:50%
    }
}

@media only screen and (min-width: 768px) {
    .box-bottom-banner {
        width:25%
    }
}

@media only screen and (min-width: 1200px) {
    .box-bottom-banner {
        width:16%
    }
}

.box-bottom-banner a {
    display: block;
    width: 50%;
    margin:auto
}

.box-bottom-banner img {
    max-width: 100%;
    height: auto;
    vertical-align:baseline
}

@media only screen and (min-width: 520px) {
    .box-bottom-banner a {
        width:75%
    }
}

@media only screen and (min-width: 768px) {
    .box-bottom-banner a {
        width:85%
    }
}

.box-sidebar-banner {
    text-align: center;
    min-height: 120px;
    width:100%
}

.box-sidebar-banner a {
    display: block;
    width: 85%;
    margin:auto
}

.box-sidebar-banner a:active, .box-sidebar-banner a:focus, .box-sidebar-banner a:hover {
    background-color:transparent !important
}

.box-sidebar-banner img {
    max-width: 100%;
    height:auto
}

.box-horizontal-container-banner {
    text-align: center;
    width:100%
}

.box-horizontal-container-banner a {
    display: block;
    width: 85%;
    margin:auto
}

.box-horizontal-container-banner a:active, .box-horizontal-container-banner a:focus, .box-horizontal-container-banner a:hover {
    background-color:transparent !important
}

.box-horizontal-container-banner img {
    max-width: 100%;
    height:auto
}

.box-headline {
    margin-top:0
}

.box-media-list-element-container {
    margin-top:30px
}

.box-media-list-element, .box-media-list-element-last {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom:14px
}

.box-media-list-element-last:after, .box-media-list-element-last:before, .box-media-list-element:after, .box-media-list-element:before {
    content: " ";
    display:table
}

.box-media-list-element-last:after, .box-media-list-element:after {
    clear:both
}

.box-media-list-element a.box-media-list-element-link, .box-media-list-element-last a.box-media-list-element-link {
    color:#000
}

.box-media-list-element a.box-media-list-element-link .box-media-list-title, .box-media-list-element-last a.box-media-list-element-link .box-media-list-title {
    display: inline;
    text-decoration:underline
}

.box-media-list-element a.box-media-list-element-link:active, .box-media-list-element a.box-media-list-element-link:focus, .box-media-list-element a.box-media-list-element-link:hover, .box-media-list-element-last a.box-media-list-element-link:active, .box-media-list-element-last a.box-media-list-element-link:focus, .box-media-list-element-last a.box-media-list-element-link:hover {
    text-decoration: none;
    color: #000;
    background-color:transparent
}

.box-media-list-element a.box-media-list-element-link:active .box-media-list-title, .box-media-list-element a.box-media-list-element-link:focus .box-media-list-title, .box-media-list-element a.box-media-list-element-link:hover .box-media-list-title, .box-media-list-element-last a.box-media-list-element-link:active .box-media-list-title, .box-media-list-element-last a.box-media-list-element-link:focus .box-media-list-title, .box-media-list-element-last a.box-media-list-element-link:hover .box-media-list-title {
    text-decoration: underline !important;
    background-color: #000 !important;
    color: #fff !important;
    text-decoration-color:#000
}

.box-media-list-element a.box-media-list-element-link:active .box-media-list-element-play-button, .box-media-list-element a.box-media-list-element-link:focus .box-media-list-element-play-button, .box-media-list-element a.box-media-list-element-link:hover .box-media-list-element-play-button, .box-media-list-element-last a.box-media-list-element-link:active .box-media-list-element-play-button, .box-media-list-element-last a.box-media-list-element-link:focus .box-media-list-element-play-button, .box-media-list-element-last a.box-media-list-element-link:hover .box-media-list-element-play-button {
    background-color:#999
}

.box-media-list-img {
    margin: 0 0 10px 0;
    padding-right:15px
}

.box-media-list-img img {
    display: block;
    width: 100%;
    padding: 0;
    border:none
}

@media only screen and (min-width: 768px) {
    .box-media-list-img {
        padding-right:15px
    }
}

.box-media-list-img .box-media-list-element-play-button {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 100px;
    height: 60px;
    background-color: #000;
    z-index:100
}

@media only screen and (min-width: 520px) {
    .box-media-list-img .box-media-list-element-play-button {
        width: 50px;
        height:30px
    }
}

@media only screen and (min-width: 1200px) {
    .box-media-list-img .box-media-list-element-play-button {
        width: 70px;
        height:40px
    }
}

.box-media-list-img .fa-play {
    position: absolute;
    top: 6px;
    left: 32px;
    font-size: 48px;
    color:#fff
}

@media only screen and (min-width: 520px) {
    .box-media-list-img .fa-play {
        top: 4px;
        left: 20px;
        font-size:20px
    }
}

@media only screen and (min-width: 1200px) {
    .box-media-list-img .fa-play {
        top: 5px;
        left: 26px;
        font-size:30px
    }
}

.box-media-list-element-last {
    border:none
}

.box-media-list-text {
    overflow: hidden;
    zoom:1
}

.box-media-list-title {
    margin: 0 0 6px 0;
    color:#000
}

ul.box-media-list-without-img {
    margin-left: 20px;
    padding-left:0
}

ul.box-media-list-without-img li {
    margin: 0;
    padding:0
}

ul.box-media-list-without-img li li {
    padding: 0;
    margin-left:20px
}

.box-media-item-videojs {
    max-width: 100%;
    background:#f1f1f1
}

.box-media-item-caption {
    display: block;
    margin: 0 0 20px;
    padding: 6px 0;
    color: #666;
    overflow: hidden;
    border-bottom:1px solid #ccc
}

@media print {
    .box-media-item-caption {
        padding:6px 0
    }
}

.dc-pub-doc-date {
    margin-left:8px
}

.dc-pub-doc-description-en {
    color:#666
}

.dc-pub-doc-table {
    margin:20px 0
}

.dc-pub-doc-table .dc-pub-doc-table-item {
    position: relative;
    display: block;
    padding: 10px 0;
    border-top:1px solid #ccc
}

.dc-pub-doc-table .dc-pub-doc-table-item:first-child {
    border-top:2px solid #999
}

.dc-pub-doc-table .dc-pub-doc-table-item:last-child {
    border-bottom:2px solid #999
}

.dc-pub-doc-table-item-label {
    color: #222;
    font-weight:700
}

ul.dc-pub-doc-table-item-source-list {
    margin-left: 22px;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) {
    ul.dc-pub-doc-table-item-source-list {
        margin-left: 16px;
        font-size: 15px;
        line-height:22.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.dc-pub-doc-table-item-source-list {
        margin-left: 22px;
        font-size: 17px;
        line-height:25.5px
    }
}

ul.dc-pub-doc-table-item-source-list li {
    padding:0 0 10px 0
}

ul.dc-pub-doc-table-item-source-list li a {
    color: #666 !important;
    text-decoration:none !important
}

ul.dc-pub-doc-table-item-source-list li a:active, ul.dc-pub-doc-table-item-source-list li a:focus, ul.dc-pub-doc-table-item-source-list li a:hover {
    text-decoration: underline !important;
    background-color:transparent !important
}

ul.dc-pub-doc-table-item-source-list li a .icon-cds-download {
    font-size: 18px;
    color:#666 !important
}

@media only screen and (min-width: 768px) {
    ul.dc-pub-doc-table-item-source-list li a .icon-cds-download {
        font-size:14px
    }
}

@media only screen and (min-width: 1200px) {
    ul.dc-pub-doc-table-item-source-list li a .icon-cds-download {
        font-size:16px
    }
}

ul.dc-pub-doc-table-item-source-list li .icon-cds {
    position: absolute;
    left: -22px;
    width: 22px;
    top: 4px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    ul.dc-pub-doc-table-item-source-list li .icon-cds {
        left: -16px;
        width: 16px;
        top:3px
    }
}

@media only screen and (min-width: 1200px) {
    ul.dc-pub-doc-table-item-source-list li .icon-cds {
        left: -22px;
        width: 22px;
        top:4px
    }
}

ul.dc-pub-doc-table-item-source-list a:link {
    text-decoration:none !important
}

ul.dc-pub-doc-table-item-source-list a:active, ul.dc-pub-doc-table-item-source-list a:focus, ul.dc-pub-doc-table-item-source-list a:hover {
    background-color: transparent !important;
    text-decoration: underline !important;
    color:#000 !important
}

.dc-pub-list-item-publisher p {
    color:#666
}

.dc-pub-list-item-ralation {
    color:#666
}

.dc-pub-list-link-img {
    display: inline;
    float: right;
    width: 33%;
    margin:4px 0 15px 30px
}

.dc-pub-list-link-img img {
    width:100%
}

@media only screen and (min-width: 520px) {
    .dc-pub-list-link-img {
        width:25%
    }
}

ul.dc-pub-list-download-link {
    margin-left: 22px;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) {
    ul.dc-pub-list-download-link {
        margin-left: 16px;
        font-size: 15px;
        line-height:22.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.dc-pub-list-download-link {
        margin-left: 22px;
        font-size: 17px;
        line-height:25.5px
    }
}

ul.dc-pub-list-download-link li {
    padding:0 0 10px 0
}

ul.dc-pub-list-download-link li a {
    color: #666 !important;
    text-decoration:none !important
}

ul.dc-pub-list-download-link li a:active, ul.dc-pub-list-download-link li a:focus, ul.dc-pub-list-download-link li a:hover {
    text-decoration: underline !important;
    background-color:transparent !important
}

ul.dc-pub-list-download-link li a .icon-cds-download {
    font-size: 18px;
    color:#666 !important
}

@media only screen and (min-width: 768px) {
    ul.dc-pub-list-download-link li a .icon-cds-download {
        font-size:14px
    }
}

@media only screen and (min-width: 1200px) {
    ul.dc-pub-list-download-link li a .icon-cds-download {
        font-size:16px
    }
}

ul.dc-pub-list-download-link li .icon-cds {
    position: absolute;
    left: -22px;
    width: 22px;
    top: 4px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    ul.dc-pub-list-download-link li .icon-cds {
        left: -16px;
        width: 16px;
        top:3px
    }
}

@media only screen and (min-width: 1200px) {
    ul.dc-pub-list-download-link li .icon-cds {
        left: -22px;
        width: 22px;
        top:4px
    }
}

.dc-pub-list.box-accordion.arrows .panel-body {
    border-left: none;
    border-bottom: none;
    padding:0 0 0 18px
}

.dc-pub-list-item {
    border: 1px solid #ccc;
    padding:14px 10px
}

.dc-pub-list-item:after, .dc-pub-list-item:before {
    content: " ";
    display:table
}

.dc-pub-list-item:after {
    clear:both
}

.box-accordion.arrows .dc-pub-list-item .panel {
    border-bottom: none;
    clear:both
}

.box-accordion.arrows .dc-pub-list-item .panel-heading a span {
    color: #666;
    font-size: 17px;
    text-decoration:none
}

@media only screen and (min-width: 768px) {
    .box-accordion.arrows .dc-pub-list-item .panel-heading a span {
        font-size:15px
    }
}

@media only screen and (min-width: 1200px) {
    .box-accordion.arrows .dc-pub-list-item .panel-heading a span {
        font-size:17px
    }
}

.box-accordion.arrows .dc-pub-list-item .panel-heading a:hover {
    color: #000;
    text-decoration:none
}

.box-accordion.arrows .panel-heading a:before {
    color:#000
}

h3.dc-pub-list-item-title {
    margin-top:0
}

.dc-pub-list-form {
    margin:20px 0 30px 0
}

.dc-pub-list-form-search input.search-input {
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    text-align: left;
    background: #fff;
    padding: 4px 0 4px 10px;
    color: #666;
    font-size: 17px;
    line-height:25.5px
}

.dc-pub-list-form-search input.search-input:focus, .dc-pub-list-form-search input.search-input:hover {
    border-color:#999
}

.dc-pub-list-form-search input.search-input::-webkit-input-placeholder {
    color:#999
}

.dc-pub-list-form-search input.search-input:-moz-placeholder {
    color:#999
}

.dc-pub-list-form-search input.search-input.placeholder {
    color:#999
}

.dc-pub-list-form-search input.search-input:-moz-placeholder {
    color:#999
}

.dc-pub-list-form-search input.search-input::-moz-placeholder {
    color:#999
}

.dc-pub-list-form-search input.search-input:-ms-input-placeholder {
    color:#999
}

@media only screen and (min-width: 768px) {
    .dc-pub-list-form-search input.search-input {
        font-size: 15px;
        line-height:22.5px
    }
}

@media only screen and (min-width: 1200px) {
    .dc-pub-list-form-search input.search-input {
        font-size: 17px;
        line-height:25.5px
    }
}

.dc-pub-list-form-search-count {
    padding: 0 10px;
    margin-top:10px
}

@media only screen and (min-width: 768px) {
    .dc-pub-list-form-search-count {
        margin-top:3px
    }
}

.dc-pub-list-form-radio-group {
    margin:14px 0 14px 0
}

.dc-pub-list-form-radio-group:after, .dc-pub-list-form-radio-group:before {
    content: " ";
    display:table
}

.dc-pub-list-form-radio-group:after {
    clear:both
}

.dc-pub-list-form-radio-group .radio-inline {
    padding-left:30px
}

.dc-sort-link {
    display: block;
    margin-bottom:20px
}

.teaser-list-picture-credit-link {
    font-size:15px
}

.teaser-list-picture-credit-link a {
    margin-top: 10px;
    font-size: 17px;
    line-height: 25.5px;
    color: #666 !important;
    text-decoration:none !important
}

@media only screen and (min-width: 768px) {
    .teaser-list-picture-credit-link a {
        font-size: 13px;
        line-height:19.5px
    }
}

@media only screen and (min-width: 1200px) {
    .teaser-list-picture-credit-link a {
        font-size: 15px;
        line-height:22.5px
    }
}

.teaser-list-picture-credit-link a .fa-chevron-right {
    width: 14px;
    position: relative;
    font-size: 15px;
    color: #666 !important;
    margin-right:0
}

.teaser-list-picture-credit-link a:active, .teaser-list-picture-credit-link a:focus, .teaser-list-picture-credit-link a:hover {
    text-decoration: underline !important;
    background-color: transparent !important;
    color:#666 !important
}

.rtl .teaser-list-picture-credit-link {
    direction:rtl
}

.rtl .teaser-list-picture-credit-link .fa-chevron-right {
    left: 0;
    right: -8px;
    transform:scaleX(-1)
}

.picture-credit-container {
    width: 100%;
    padding: 10px 0;
    border-bottom:1px solid #ccc
}

.picture-credit-container img {
    float: left;
    margin-right:20px
}

.picture-credit-container p a:link, .picture-credit-container p a:visited {
    color: #444;
    background-color: transparent;
    text-decoration:underline
}

.picture-credit-container p a:hover {
    color:#666
}

.box-teaser-picture-credit-container {
    padding: 5px 10px;
    margin: 0;
    font-size: 85%;
    line-height: 1.3em;
    color:#999
}

.box-teaser-picture-credit-container a:link, .box-teaser-picture-credit-container a:visited {
    color: #999;
    background: 0 0;
    text-decoration:none
}

.picture-credit-image {
    width:175px
}

.media-player-caption a:link, .media-player-caption a:visited {
    color: #666;
    background: 0 0;
    text-decoration:none
}

.box-carousel-picture-credit {
    margin-top: 5px;
    padding-left: 10px;
    padding-right:10px
}

.sitemap {
    margin:0 0 20px 0
}

.sitemap h1 {
    margin-bottom:20px
}

.sitemap-group {
    margin-bottom:6px
}

.sitemap-level-1 {
    border-left:4px solid #000
}

.sitemap-level-1 a:active, .sitemap-level-1 a:hover, .sitemap-level-1 a:link, .sitemap-level-1 a:visited {
    display: block;
    padding: 7px 10px;
    background: #eee;
    text-decoration: none;
    border-bottom:1px solid #eee
}

.sitemap-level-1 a:hover {
    background:#ddd
}

.sitemap-level-2 {
    border-left:4px solid #999
}

.sitemap-level-2 a:active, .sitemap-level-2 a:hover, .sitemap-level-2 a:link, .sitemap-level-2 a:visited {
    display: block;
    padding: 7px 20px;
    background: #fff;
    text-decoration: none;
    border-bottom:1px solid #eee
}

.sitemap-level-2 a:hover {
    background:#ddd
}

.sitemap-level-3 {
    border-left:4px solid #ddd
}

.sitemap-level-3 a:active, .sitemap-level-3 a:hover, .sitemap-level-3 a:link, .sitemap-level-3 a:visited {
    display: block;
    padding: 7px 30px;
    background: #fff;
    text-decoration: none;
    border-bottom:1px solid #eee
}

.sitemap-level-3 a:hover {
    background:#ddd
}

.sitemap-level-4, .sitemap-level-5 {
    border-left:4px solid #eee
}

.sitemap-level-4 a:active, .sitemap-level-4 a:hover, .sitemap-level-4 a:link, .sitemap-level-4 a:visited, .sitemap-level-5 a:active, .sitemap-level-5 a:hover, .sitemap-level-5 a:link, .sitemap-level-5 a:visited {
    display: block;
    padding: 7px 40px;
    background: #fff;
    text-decoration: none;
    border-bottom:1px solid #eee
}

.sitemap-level-4 a:hover, .sitemap-level-5 a:hover {
    background:#ddd
}

.sitemap-level-5 a:active, .sitemap-level-5 a:hover, .sitemap-level-5 a:link, .sitemap-level-5 a:visited {
    padding:7px 50px
}

.sitemap-close, .sitemap-open {
    display: inline-block;
    vertical-align:middle
}

.sitemap-expand {
    position: relative;
    display: block;
    margin: 6px 0 11px 0;
    cursor: pointer;
    color:#666
}

.sitemap-expand:hover {
    color:#000
}

.sitemap-expand span.sitemap-close, .sitemap-expand span.sitemap-open {
    padding: 0 0 0 6px;
    font-size:11px
}

.accordion-toggle {
    cursor:pointer
}

.box.nav-previous-next {
    margin-bottom: 0;
    padding:10px
}

.nav-previous-next {
    background-color: transparent;
    text-align:left
}

.nav-previous-next a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    cursor:auto
}

.nav-previous-next a:link, .nav-previous-next a:visited {
    text-decoration: none;
    color: #000;
    cursor:pointer
}

.nav-previous-next .icon-cds {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 22px;
    line-height: 38px;
    background: 0 0;
    text-align: center;
    border:1px solid #000
}

.nav-previous-next .icon-cds.disabled {
    color: #666;
    border:1px solid #666
}

.nav-previous-next .nav-previous-next-pagination {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #666;
    line-height:0
}

.identity-cl-logo-link {
    display: block;
    font-family: SourceSansPro, Arial, Helvetica, sans-serif;
    font-weight: 700;
    width:100%
}

.identity-cl-logo-link .identity-cl-logo-container-l {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 45%;
    height: 39px;
    padding: 9px 0 0 25px;
    background-color:rgba(255, 255, 255, .8)
}

@media only screen and (min-width: 768px) {
    .identity-cl-logo-link .identity-cl-logo-container-l {
        width:25%
    }
}

.identity-cl-logo-link .identity-cl-logo-container-m {
    position: absolute;
    left: 45%;
    top: 0;
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 39px solid #ddd;
    border-top:39px solid rgba(255, 255, 255, .8)
}

@media only screen and (min-width: 768px) {
    .identity-cl-logo-link .identity-cl-logo-container-m {
        left:25%
    }
}

.identity-cl-logo-link .identity-cl-logo-container-r {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    overflow: hidden;
    height: 39px;
    text-align: right;
    padding: 21px 50px 0 0;
    background-color:#ddd
}

@media only screen and (min-width: 768px) {
    .identity-cl-logo-link .identity-cl-logo-container-r {
        width:75%
    }
}

.identity-cl-logo-link .identity-cl-logo-p1 {
    font-size: 20px;
    color: #222;
    z-index:100
}

@media only screen and (min-width: 990px) {
    .identity-cl-logo-link .identity-cl-logo-p1 {
        font-size:24px
    }
}

.identity-cl-logo-link .identity-cl-logo-p2 {
    font-size: 20px;
    color: #8abd0a;
    z-index:100
}

@media only screen and (min-width: 990px) {
    .identity-cl-logo-link .identity-cl-logo-p2 {
        font-size:24px
    }
}

.identity-cl-logo-link .identity-cl-logo-p3 {
    display: none;
    font-size: 20px;
    letter-spacing: 1px;
    margin-left: 0;
    color: #bbb;
    z-index:100
}

@media only screen and (min-width: 768px) {
    .identity-cl-logo-link .identity-cl-logo-p3 {
        font-size: 40px;
        display:block
    }
}

@media only screen and (min-width: 990px) {
    .identity-cl-logo-link .identity-cl-logo-p3 {
        font-size:50px
    }
}

a.box-spotlight-v1-identity-cl-logo:hover {
    text-decoration:none
}

.sidebar-right .identity-cl-logo-container-m {
    top:16px
}

.box-spotlight-cms-3 .identity-cl-logo-p3, .box-spotlight-cms-4 .identity-cl-logo-p3, .box-spotlight-cms-5 .identity-cl-logo-p3 {
    display:none
}

.box-spotlight-cms-3 .identity-cl-logo-container-l, .box-spotlight-cms-4 .identity-cl-logo-container-l, .box-spotlight-cms-5 .identity-cl-logo-container-l {
    width:45%
}

.box-spotlight-cms-3 .identity-cl-logo-container-m, .box-spotlight-cms-4 .identity-cl-logo-container-m, .box-spotlight-cms-5 .identity-cl-logo-container-m {
    left:45%
}

.box-spotlight-cms-3 .identity-cl-logo-container-r, .box-spotlight-cms-4 .identity-cl-logo-container-r, .box-spotlight-cms-5 .identity-cl-logo-container-r {
    width:55%
}

.box-spotlight-cms-12 .identity-cl-logo-p1, .box-spotlight-cms-6 .identity-cl-logo-p1, .box-spotlight-cms-7 .identity-cl-logo-p1, .box-spotlight-cms-8 .identity-cl-logo-p1, .box-spotlight-cms-9 .identity-cl-logo-p1 {
    font-size:20px
}

.box-spotlight-cms-12 .identity-cl-logo-p2, .box-spotlight-cms-6 .identity-cl-logo-p2, .box-spotlight-cms-7 .identity-cl-logo-p2, .box-spotlight-cms-8 .identity-cl-logo-p2, .box-spotlight-cms-9 .identity-cl-logo-p2 {
    font-size:20px
}

.box-spotlight-cms-12 .identity-cl-logo-p3, .box-spotlight-cms-6 .identity-cl-logo-p3, .box-spotlight-cms-7 .identity-cl-logo-p3, .box-spotlight-cms-8 .identity-cl-logo-p3, .box-spotlight-cms-9 .identity-cl-logo-p3 {
    font-size:27px
}

.box-spotlight-cms-12 .identity-cl-logo-container-r, .box-spotlight-cms-6 .identity-cl-logo-container-r, .box-spotlight-cms-7 .identity-cl-logo-container-r, .box-spotlight-cms-8 .identity-cl-logo-container-r, .box-spotlight-cms-9 .identity-cl-logo-container-r {
    padding-right:14px
}

.box-spotlight-cms-12 .identity-cl-logo-p3, .box-spotlight-cms-6 .identity-cl-logo-p3, .box-spotlight-cms-7 .identity-cl-logo-p3, .box-spotlight-cms-8 .identity-cl-logo-p3, .box-spotlight-cms-9 .identity-cl-logo-p3 {
    display:none
}

@media only screen and (min-width: 768px) {
    .box-spotlight-cms-12 .identity-cl-logo-p3, .box-spotlight-cms-6 .identity-cl-logo-p3, .box-spotlight-cms-7 .identity-cl-logo-p3, .box-spotlight-cms-8 .identity-cl-logo-p3, .box-spotlight-cms-9 .identity-cl-logo-p3 {
        display:block
    }
}

.thesis-doc h2:first-of-type {
    margin-top:0
}

.thesis-doc-date {
    margin-left:8px
}

.thesis-doc-description-en {
    color:#666
}

.thesis-doc-table {
    margin:20px 0
}

.thesis-doc-table .thesis-doc-table-item {
    position: relative;
    display: block;
    padding: 10px 0;
    border-top:1px solid #ccc
}

.thesis-doc-table .thesis-doc-table-item:first-child {
    border-top:2px solid #999
}

.thesis-doc-table .thesis-doc-table-item:last-child {
    border-bottom:2px solid #999
}

.thesis-doc-table-item-label {
    color: #999;
    font-weight:700
}

ul.thesis-doc-table-item-source-list {
    margin-left: 22px;
    font-size: 17px;
    line-height:25.5px
}

@media only screen and (min-width: 768px) {
    ul.thesis-doc-table-item-source-list {
        margin-left: 16px;
        font-size: 15px;
        line-height:22.5px
    }
}

@media only screen and (min-width: 1200px) {
    ul.thesis-doc-table-item-source-list {
        margin-left: 22px;
        font-size: 17px;
        line-height:25.5px
    }
}

ul.thesis-doc-table-item-source-list li {
    padding:0 0 10px 0
}

ul.thesis-doc-table-item-source-list li a {
    color: #666;
    text-decoration:none !important
}

ul.thesis-doc-table-item-source-list li a:active, ul.thesis-doc-table-item-source-list li a:focus, ul.thesis-doc-table-item-source-list li a:hover {
    text-decoration: underline !important;
    background-color:transparent !important
}

ul.thesis-doc-table-item-source-list li a .icon-cds-download {
    font-size: 18px;
    color:#000
}

@media only screen and (min-width: 768px) {
    ul.thesis-doc-table-item-source-list li a .icon-cds-download {
        font-size:14px
    }
}

@media only screen and (min-width: 1200px) {
    ul.thesis-doc-table-item-source-list li a .icon-cds-download {
        font-size:16px
    }
}

ul.thesis-doc-table-item-source-list li .icon-cds {
    position: absolute;
    left: -22px;
    width: 22px;
    top: 4px;
    text-align:left
}

@media only screen and (min-width: 768px) {
    ul.thesis-doc-table-item-source-list li .icon-cds {
        left: -16px;
        width: 16px;
        top:3px
    }
}

@media only screen and (min-width: 1200px) {
    ul.thesis-doc-table-item-source-list li .icon-cds {
        left: -22px;
        width: 22px;
        top:4px
    }
}

.thesis-list-form {
    margin:20px 0 30px 0
}

.thesis-list-form-search input.search-input {
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    text-align: left;
    background: #fff;
    padding: 4px 0 4px 10px;
    color: #666;
    font-size: 17px;
    line-height:25.5px
}

.thesis-list-form-search input.search-input:focus, .thesis-list-form-search input.search-input:hover {
    border-color:#999
}

.thesis-list-form-search input.search-input::-webkit-input-placeholder {
    color:#999
}

.thesis-list-form-search input.search-input:-moz-placeholder {
    color:#999
}

.thesis-list-form-search input.search-input.placeholder {
    color:#999
}

.thesis-list-form-search input.search-input:-moz-placeholder {
    color:#999
}

.thesis-list-form-search input.search-input::-moz-placeholder {
    color:#999
}

.thesis-list-form-search input.search-input:-ms-input-placeholder {
    color:#999
}

@media only screen and (min-width: 768px) {
    .thesis-list-form-search input.search-input {
        font-size: 15px;
        line-height:22.5px
    }
}

@media only screen and (min-width: 1200px) {
    .thesis-list-form-search input.search-input {
        font-size: 17px;
        line-height:25.5px
    }
}

.thesis-list-form-search-count {
    padding: 0 10px;
    margin-top:10px
}

@media only screen and (min-width: 768px) {
    .thesis-list-form-search-count {
        margin-top:3px
    }
}

.thesis-list-form-radio-group {
    margin:14px 0 14px 0
}

.thesis-list-form-radio-group:after, .thesis-list-form-radio-group:before {
    content: " ";
    display:table
}

.thesis-list-form-radio-group:after {
    clear:both
}

.thesis-list-form-radio-group .radio-inline {
    padding-left:30px
}

.thesis-list-table {
    width: 100%;
    font-size: 15px;
    line-height:22.5px
}

@media only screen and (min-width: 768px) and(max-width: 1199px) {
    .thesis-list-table {
        font-size: 13px;
        line-height:19.5px
    }
}

.thesis-list-table.list-group {
    margin-top: 10px;
    margin-bottom: 10px;
    padding:10px 5px
}

.thesis-list-table.list-group .list-group-item {
    border-left: none;
    border-right: none;
    padding:5px
}

.thesis-list-table-label {
    font-weight: 700;
    padding-left:0
}

.thesis-list-list-table-inf {
    padding-left:0
}

.thesis-list-list-table-inf ul {
    padding-left: 15px;
    margin-bottom:0
}

.thesis-list.box-accordion.arrows .panel-body {
    border-left: none;
    border-bottom: none;
    padding:0 0 0 18px
}

.thesis-list-item {
    border: 1px solid #ccc;
    padding:14px 10px
}

.thesis-list-item:after, .thesis-list-item:before {
    content: " ";
    display:table
}

.thesis-list-item:after {
    clear:both
}

.box-accordion.arrows .thesis-list-item .panel {
    border-bottom: none;
    clear:both
}

.box-accordion.arrows .thesis-list-item .panel-heading a span {
    color: #666;
    font-size: 17px;
    text-decoration:none
}

@media only screen and (min-width: 768px) {
    .box-accordion.arrows .thesis-list-item .panel-heading a span {
        font-size:15px
    }
}

@media only screen and (min-width: 1200px) {
    .box-accordion.arrows .thesis-list-item .panel-heading a span {
        font-size:17px
    }
}

.box-accordion.arrows .thesis-list-item .panel-heading a:hover {
    color: #000;
    text-decoration:none
}

.box-accordion.arrows .panel-heading a:before {
    color:#000
}

h3.thesis-list-item-title {
    margin-top:0
}

.box-job-offer h1 {
    font-size: 23px;
    margin-bottom:15px
}

.box-job-offer-header {
    border-left: 15px solid #cf0;
    padding: 15px 20px 10px 20px;
    background-color:#f1f1f1
}

.box-job-offer-header h2 {
    margin-top: 0;
    font-size: 27px;
    line-height:36px
}

.box-job-offer-header h3 {
    margin-top: 0;
    font-size: 27px;
    line-height:36px
}

.box-job-offer-special-info {
    border-top: 1px solid #999;
    margin: 20px 0;
    padding:14px 0
}

.box-job-offer-special-info h2 {
    margin-top:0
}

.box-job-offer-general-info {
    display: block;
    margin: 20px 0;
    padding: 14px 10px;
    background-color: #eee;
    font-size:14px
}

.box-job-offers-list-btn {
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid #999;
    color:#000
}

.box-job-offers-list-btn:hover {
    background-color: #ddd;
    border: 1px solid #ddd;
    color:#000
}

.box-job-offers-list-btn.active:hover {
    background-color: #fff;
    border: 1px solid #999;
    color:#222
}

.box-job-offers-list-btn.active {
    color:#222
}

.btn .badge.box-job-offers-list-badge {
    top: 1px;
    margin-left: 10px;
    background-color: #ddd;
    color:#666
}

.box-job-offers-list .btn-group {
    margin-bottom:30px
}

.box-job-offer-list-group {
    margin-bottom:30px
}

.box-job-offer-list-group:after, .box-job-offer-list-group:before {
    content: " ";
    display:table
}

.box-job-offer-list-group:after {
    clear:both
}

.box-job-offer-list-item {
    border-bottom:1px solid #999
}

.box-job-offer-list-item-title {
    margin-top: 0;
    color:#000
}

.box-job-offer-list-item:first-of-type {
    border-top:1px solid #999
}

a.box-job-offer-list-item-link {
    display: block;
    background-color: transparent !important;
    padding: 14px 10px 7px 10px;
    color: #000;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    text-decoration:none !important
}

a.box-job-offer-list-item-link:after, a.box-job-offer-list-item-link:before {
    content: " ";
    display:table
}

a.box-job-offer-list-item-link:after {
    clear:both
}

a.box-job-offer-list-item-link h3.box-job-offer-list-item-title {
    text-decoration: underline !important;
    text-decoration-thickness:1px
}

a.box-job-offer-list-item-link:visited {
    color: #000 !important;
    text-decoration:none !important
}

a.box-job-offer-list-item-link:active, a.box-job-offer-list-item-link:focus, a.box-job-offer-list-item-link:hover {
    color: #000 !important;
    background-color: #eee !important;
    text-decoration:none !important
}

.box-job-offer-list-item-date {
    color: #666
}
/*!
 *  Font Awesome 4.0.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */

@font-face {
    font-family: FontAwesome;
    src: url(fawebfont.eot?v=4.0.1);
    src: url(fawebfont.eot?#iefix&v=4.0.1) format("embedded-opentype"), url(fawebfont.woff?v=4.0.1) format("woff"), url(fawebfont.ttf?v=4.0.1) format("truetype"), url(fawebfont.svg?v=4.0.1#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style:normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align:-15%
}

.fa-2x {
    font-size:2em
}

.fa-3x {
    font-size:3em
}

.fa-4x {
    font-size:4em
}

.fa-5x {
    font-size:5em
}

.fa-fw {
    width: 1.28571em;
    text-align:center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type:none
}

.fa-ul > li {
    position:relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align:center
}

.fa-li.fa-lg {
    left:-1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius:.1em
}

.pull-right {
    float:right
}

.pull-left {
    float:left
}

.fa.pull-left {
    margin-right:.3em
}

.fa.pull-right {
    margin-left:.3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation:spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform:rotate(0)
    }

    100% {
        -moz-transform:rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform:rotate(0)
    }

    100% {
        -webkit-transform:rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform:rotate(0)
    }

    100% {
        -o-transform:rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform:rotate(0)
    }

    100% {
        -ms-transform:rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform:rotate(0)
    }

    100% {
        transform:rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform:rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform:rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform:rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform:scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform:scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align:middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align:center
}

.fa-stack-1x {
    line-height:inherit
}

.fa-stack-2x {
    font-size:2em
}

.fa-inverse {
    color:#fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before, .fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before, .fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-move:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-resize-full:before {
    content: ""
}

.fa-resize-small:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-resize-vertical:before {
    content: ""
}

.fa-resize-horizontal:before {
    content: ""
}

.fa-bar-chart-o:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before, .fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-fullscreen:before {
    content: ""
}

.fa-group:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before, .fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before, .fa-unsorted:before {
    content: ""
}

.fa-sort-asc:before, .fa-sort-down:before {
    content: ""
}

.fa-sort-desc:before, .fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-gavel:before, .fa-legal:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before, .fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before, .fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-expand-o:before {
    content: ""
}

.fa-collapse-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-mail-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before, .fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-o:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-horizontal:before {
    content: ""
}

.fa-ellipsis-vertical:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: ""
}

.fa-eur:before, .fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-inr:before, .fa-rupee:before {
    content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""
}

.fa-krw:before, .fa-won:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before, .fa-turkish-lira:before {
    content: ""
}

@font-face {
    font-family: cds-ico;
    src:url(cds-ico.eot)
}

@font-face {
    font-family: cds-ico;
    src: url(cds-ico.ttf) format("ttf"), url(cds-ico.woff) format("woff");
    font-weight: 400;
    font-style:normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: cds-ico;
        src: url(cds-ico.svg) format("svg")
    }
}

.icon-cds {
    font-family: cds-ico;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #000;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.icon-cds-overview:before {
    content: "\e600"
}

.icon-cds-arrow-first:before {
    content: "\e601"
}

.icon-cds-arrow-next:before {
    content: "\e602"
}

.icon-cds-arrow-prev:before {
    content: "\e603"
}

.icon-cds-arrow-last:before {
    content: "\e604"
}

.icon-cds-download-slim:before {
    content: "\e605"
}

.icon-cds-download:before {
    content: "\e606"
}

.icon-cds-upload:before {
    content: "\e607"
}

.icon-cds-quicklinks:before {
    content: "\e608"
}

.icon-cds-print:before {
    content: "\e609"
}

.icon-cds-search:before {
    content: "\e60a"
}

.icon-cds-zoom-out:before {
    content: "\e60b"
}

.icon-cds-zoom-in:before {
    content: "\e60c"
}

.icon-cds-rss:before {
    content: "\e60d"
}

.icon-cds-network:before {
    content: "\e60e"
}

.icon-cds-sitemap:before {
    content: "\e60f"
}

.icon-cds-arrow-up:before {
    content: "\e610"
}

.icon-cds-arrow-down:before {
    content: "\e611"
}

.icon-cds-arrow-up-right:before {
    content: "\e612"
}

.icon-cds-arrow-up-left:before {
    content: "\e613"
}

.icon-cds-arrow-down-right:before {
    content: "\e614"
}

.icon-cds-arrow-down-left:before {
    content: "\e615"
}

.icon-cds-angle-right:before {
    content: "\e616"
}

.icon-cds-angle-left:before {
    content: "\e617"
}

.icon-cds-angle-double-right:before {
    content: "\e618"
}

.icon-cds-angle-double-left:before {
    content: "\e619"
}

.icon-cds-caret-up:before {
    content: "\e61a"
}

.icon-cds-caret-down:before {
    content: "\e61b"
}

.icon-cds-ok:before {
    content: "\e61c"
}

.icon-cds-wrong:before {
    content: "\e61d"
}

.icon-cds-plus:before {
    content: "\e61e"
}

.icon-cds-minus:before {
    content: "\e61f"
}

.icon-cds-ok-outline:before {
    content: "\e620"
}

.icon-cds-wrong-outline:before {
    content: "\e621"
}

.icon-cds-plus-outlines:before {
    content: "\e622"
}

.icon-cds-minus-outline:before {
    content: "\e623"
}

.icon-cds-volume-up:before {
    content: "\e624"
}

.icon-cds-volume-off:before {
    content: "\e625"
}

.icon-cds-volume-down:before {
    content: "\e626"
}

.icon-cds-undo:before {
    content: "\e627"
}

.icon-cds-trash:before {
    content: "\e628"
}

.icon-cds-pencil:before {
    content: "\e629"
}

.icon-cds-expand:before {
    content: "\e62a"
}

.icon-cds-stop:before {
    content: "\e62b"
}

.icon-cds-pause-outline:before {
    content: "\e62c"
}

.icon-cds-record-outline:before {
    content: "\e62d"
}

.icon-cds-play-outline:before {
    content: "\e62e"
}

.icon-cds-step-forward:before {
    content: "\e62f"
}

.icon-cds-step-backward:before {
    content: "\e630"
}

.icon-cds-backward:before {
    content: "\e631"
}

.icon-cds-forward:before {
    content: "\e632"
}

.icon-cds-star-outline:before {
    content: "\e633"
}

.icon-cds-bookmark:before {
    content: "\e634"
}

.icon-cds-paperclip:before {
    content: "\e635"
}

.icon-cds-picture:before {
    content: "\e636"
}

.icon-cds-audio:before {
    content: "\e637"
}

.icon-cds-video:before {
    content: "\e638"
}

.icon-cds-presentation:before {
    content: "\e639"
}

.icon-cds-user:before {
    content: "\e63a"
}

.icon-cds-user-add:before {
    content: "\e63b"
}

.icon-cds-users:before {
    content: "\e63c"
}

.icon-cds-invalid:before {
    content: "\e63d"
}

.icon-cds-invalid-wc:before {
    content: "\e63e"
}

.icon-cds-invalid-parking:before {
    content: "\e63f"
}

.icon-cds-map-marker:before {
    content: "\e640"
}

.icon-cds-map-and-markers:before {
    content: "\e641"
}

.icon-cds-map:before {
    content: "\e642"
}

.icon-cds-unlock:before {
    content: "\e643"
}

.icon-cds-lock:before {
    content: "\e644"
}

.icon-cds-mail:before {
    content: "\e645"
}

.icon-cds-document:before {
    content: "\e646"
}

.icon-cds-document-list:before {
    content: "\e647"
}

.icon-cds-link:before {
    content: "\e648"
}

.icon-cds-news:before {
    content: "\e649"
}

.icon-cds-help-slim:before {
    content: "\e64a"
}

.icon-cds-get-help:before {
    content: "\e64b"
}

.icon-cds-external-link:before {
    content: "\e64c"
}

.icon-cds-event:before {
    content: "\e64d"
}

.icon-cds-calender:before {
    content: "\e64e"
}

.icon-cds-directory:before {
    content: "\e64f"
}

.icon-cds-cutlery:before {
    content: "\e650"
}

.icon-cds-courses:before {
    content: "\e651"
}

.icon-cds-tests:before {
    content: "\e652"
}

.icon-cds-charts-pie:before {
    content: "\e653"
}

.icon-cds-tools:before {
    content: "\e654"
}

.icon-cds-campus:before {
    content: "\e655"
}

.icon-cds-sports:before {
    content: "\e656"
}

.icon-cds-bus:before {
    content: "\e657"
}

.icon-cds-bulb:before {
    content: "\e658"
}

.icon-cds-books:before {
    content: "\e659"
}

.icon-cds-angle-left-slim:before {
    content: "\e65a"
}

.icon-cds-angle-right-slim:before {
    content: "\e65b"
}

.icon-cds-upload-slim:before {
    content: "\e65c"
}

.icon-cds-search-fat:before {
    content: "\e65d"
}

.icon-cds-invalid-elevator:before {
    content: "\e900"
}

@media print {
    body {
        font-size: 9pt;
        line-height:1.3em
    }

    .box h1, .box h2, .box h3, .box h4, .box h5, .box h6 {
        page-break-after: avoid;
        line-height:1.4em
    }

    .box h1 {
        font-size:16pt
    }

    .box h2 {
        font-size:14pt
    }

    .box h3 {
        font-size:11pt
    }

    .box h4, .box h5 {
        font-size:9pt
    }

    .box h6 {
        font-size:8pt
    }

    .box .editor-content li {
        line-height:1.3em
    }

    a[href] {
        color: #ccc;
        text-decoration:underline
    }

    a.fu-logo {
        text-decoration:none
    }

    footer {
        display:none
    }

    code, pre {
        font-family: "Courier New", Courier, mono
    }

    .fu-logo span {
        display:block !important
    }

    .col-m-7.print-full-width {
        float: none;
        width:100%
    }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align:top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index:8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px
}

.fancybox-opened {
    z-index:8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow:0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner, .fancybox-outer {
    position:relative
}

.fancybox-inner {
    overflow:hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling:touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space:nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height:100%
}

.fancybox-image {
    max-width: 100%;
    max-height:100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image:url(fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index:8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background:url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index:8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index:8040
}

.fancybox-prev {
    left:0
}

.fancybox-next {
    right:0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility:hidden
}

.fancybox-prev span {
    left: 10px;
    background-position:0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position:0 -72px
}

.fancybox-nav:hover span {
    visibility:visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow:visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width:auto
}

.fancybox-lock body {
    overflow:hidden !important
}

.fancybox-lock-test {
    overflow-y:hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background:url(fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right:0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y:scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index:8050
}

.fancybox-title a:link, .fancybox-title a:visited {
    color: #444;
    background-color: transparent;
    text-decoration:underline
}

.fancybox-title a:hover {
    color:#666
}

.fancybox-opened .fancybox-title {
    visibility:visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align:center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space:nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color:#fff
}

.fancybox-title-inside-wrap {
    padding-top:10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background:rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and(min--moz-device-pixel-ratio: 1.5), only screen and(min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(fancybox_sprite-2x.png);
        background-size:44px 152px
    }

    #fancybox-loading div {
        background-image: url(fancybox_loading-2x.gif);
        background-size:24px 24px
    }
}

@media all {
    .preview_info {
        background-color: #eee;
        padding: 2px;
        border: 1px solid #999;
        -moz-box-shadow: 3px 3px 2px #888;
        -webkit-box-shadow: 3px 3px 2px #888;
        box-shadow: 3px 3px 2px #888;
        text-align: left;
        clear:both
    }

    .preview_info span {
        vertical-align:middle
    }

    .preview_info span.badge {
        background-color: #777;
        padding: 1px 5px 1px;
        margin-left: 4px;
        margin-right: 4px;
        font-size:85%
    }

    .preview_info i[class * =icon-] {
        margin-left: 4px;
        opacity:.6
    }

    .preview_info i[class=icon-adjust] {
        margin-top:3px
    }

    .preview_info.properties {
        background-color: #ddd;
        padding: 8px;
        margin: auto;
        margin-bottom:10px
    }

    .preview_info .small {
        font-size:85%
    }

    .icon_is_unreleased {
        height: 10px;
        width: 10px;
        background-color: #fff;
        border: 2px solid #666;
        display: inline-block;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius:10px
    }

    .icon_is_released {
        height: 10px;
        width: 10px;
        background-color: #666;
        border: 2px solid #666;
        display: inline-block;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius:10px
    }

    .icon_is_edited {
        height: 10px;
        width: 10px;
        background-color: #fefabc;
        border: 2px solid #666;
        display: inline-block;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius:10px
    }

    .preview_info .post-it {
        background: #fefabc;
        padding: 0 10px 10px 10px;
        font-family: 'Gloria Hallelujah', cursive;
        font-size: 12px;
        color: #000;
        width: 200px;
        opacity: .6;
        float: right;
        -moz-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        box-shadow: 0 4px 6px #333;
        -moz-box-shadow: 0 4px 6px #333;
        -webkit-box-shadow:0 4px 6px #333
    }

    #panel_container {
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 1100;
        min-height:20px
    }

    .panel_container_btn {
        position: absolute;
        top: 8px;
        left: -10px;
        height: 16px;
        width: 16px;
        cursor: pointer;
        z-index:999
    }

    .panel_container_btn .icon {
        top:0
    }

    .panel_container_btn .icon:hover {
        opacity:.7
    }

    #panel_container_list {
        background-color: #ddd;
        position: absolute;
        top: 0;
        left: -17px;
        width: 80%;
        min-width: 380px;
        padding-left: 24px;
        padding-right: 10px;
        margin: auto;
        border: 2px solid #eee;
        -moz-box-shadow: 6px 6px 3px #888;
        -webkit-box-shadow: 6px 6px 3px #888;
        box-shadow: 6px 6px 3px #888;
        text-align:left
    }

    #panel_container_list .panel_container_header {
        font-size: 130%;
        top: 5px;
        position:absolute
    }

    #panel_container_list .close_btn {
        padding-top: 12px;
        text-align:right
    }
}

#galleria-loader {
    height:1px !important
}

.galleria-theme-classic {
    position: relative;
    overflow: hidden;
    background:#eee
}

.galleria-theme-classic img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select:none
}

.galleria-theme-classic .galleria-stage {
    position: absolute;
    top: 0;
    bottom: 60px;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color:#ccc
}

.galleria-theme-classic .galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index:2
}

.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right:30px
}

.galleria-theme-classic .galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: none;
    float: left;
    cursor:pointer
}

.galleria-theme-classic .galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial, sans-serif;
    z-index:1
}

.galleria-theme-classic .galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background:url(classic-loader.gif) no-repeat 2px 2px
}

.galleria-theme-classic .galleria-info {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    position:absolute
}

.galleria-theme-classic .galleria-info-text {
    background-color: #666;
    background-color: rgba(0, 0, 0, .5);
    padding: 12px;
    display: none;
    zoom:1
}

.galleria-theme-classic .galleria-info-title {
    margin: 0;
    color: #fff;
    margin-bottom:7px
}

.galleria-theme-classic .galleria-info-description {
    font: normal 12px/1.4 arial, sans-serif;
    margin: 0;
    color:#fff
}

.galleria-theme-classic .galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    cursor: pointer;
    display:none
}

.galleria-theme-classic .notouch .galleria-info-close:hover {
    opacity:1
}

.galleria-theme-classic .touch .galleria-info-close:active {
    opacity:1
}

.galleria-theme-classic .galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color:#000
}

.galleria-theme-classic.notouch .galleria-info-link:hover {
    opacity:1
}

.galleria-theme-classic.touch .galleria-info-link:active {
    opacity:1
}

.galleria-theme-classic .galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left:0
}

.galleria-theme-classic .galleria-image-nav-left, .galleria-theme-classic .galleria-image-nav-right {
    opacity: .3;
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position:0 46px
}

.galleria-theme-classic .galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index:2
}

.galleria-theme-classic.notouch .galleria-image-nav-left:hover, .galleria-theme-classic.notouch .galleria-image-nav-right:hover {
    opacity:1
}

.galleria-theme-classic.touch .galleria-image-nav-left:active, .galleria-theme-classic.touch .galleria-image-nav-right:active {
    opacity:1
}

.galleria-theme-classic .galleria-thumb-nav-left, .galleria-theme-classic .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    background-color:#999
}

.galleria-theme-classic .galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left:auto
}

.galleria-theme-classic .galleria-thumbnails-container .disabled {
    opacity: .2;
    cursor:default
}

.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover, .galleria-theme-classic.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    background-color:#666
}

.galleria-theme-classic.touch .galleria-thumb-nav-left:active, .galleria-theme-classic.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    background-color:#111
}

.galleria-theme-classic.notouch .galleria-thumbnails-container .disabled:hover {
    opacity:.2
}

.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left, .galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right {
    display:block
}

.galleria-theme-classic .galleria-image-nav-left, .galleria-theme-classic .galleria-image-nav-right, .galleria-theme-classic .galleria-info-close, .galleria-theme-classic .galleria-info-link, .galleria-theme-classic .galleria-thumb-nav-left, .galleria-theme-classic .galleria-thumb-nav-right {
    background-image: url(classic-map.png);
    background-repeat:no-repeat
}

.galleria-theme-classic.galleria-container.videoplay .galleria-counter, .galleria-theme-classic.galleria-container.videoplay .galleria-info {
    display:none !important
}

.galleria-container {
    background:#eee
}

.galleria-info-title a:active, .galleria-info-title a:focus, .galleria-info-title a:hover, .galleria-info-title a:link, .galleria-info-title a:visited {
    color: #fff;
    background-color: transparent;
    text-decoration:underline
}

@media all {
    .external_box {
        background-color: #fff;
        overflow-x:hidden
    }

    .external_box_info_icon {
        float:right
    }

    .external_box .icon {
        left:0
    }

    .external_box h3 {
        margin-top:0
    }

    .external_box iframe {
        display:block
    }

    .external_wrapper {
        width: 100%;
        background-color: #f4f4f4;
        -webkit-transition: background .25s linear;
        -moz-transition: background .25s linear;
        -ms-transition: background .25s linear;
        -o-transition: background .25s linear;
        transition:background .25s linear
    }

    .external_wrapper:hover {
        background-color: #ebebeb;
        cursor:pointer
    }

    .privacy_details {
        width: 80%;
        margin: 0 auto;
        padding-top:15%
    }

    .external_box_narrow .privacy_details {
        width: 70%;
        margin: 0 auto;
        padding-top:15%
    }

    .privacy_details .button_activate {
        background: #ddd;
        border: 0 none;
        padding: 5px 10px;
        color: #06c;
        font-size: 20px;
        line-height:32px
    }

    .external_box_narrow .privacy_details .button_activate {
        background: #ddd;
        border: 0 none;
        color: #06c;
        padding: 0 5px;
        font-size: 12px;
        line-height:32px
    }

    .privacy_details .button_activate:hover {
        cursor:pointer
    }

    .privacy_data_protection_info {
        margin:10px 0 10px 0
    }

    .privacy_panel {
        position: relative;
        margin-bottom: 30px;
        border-top: 1px solid #fff;
        background-color: #f4f4f4;
        font-size: 85%;
        padding:5px 0 8px 0
    }

    .sidebar_right .privacy_panel {
        margin-bottom:0
    }

    .privacy_panel .privacyPolicyLink {
        margin: 3px 10px 0 28px;
        color:#666 !important
    }

    .privacy_panel .privacy_config {
        float: left;
        margin-right:20px
    }

    .privacy_panel .privacy_config .checkbox {
        margin-bottom: 0;
        margin-left: 10px;
        margin-top: 3px
    }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction:ltr
}

.datepicker-inline {
    width:220px
}

.datepicker.datepicker-rtl {
    direction:rtl
}

.datepicker.datepicker-rtl table tr td span {
    float:right
}

.datepicker-dropdown {
    top: 0;
    left:0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position:absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position:absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left:6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left:7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right:6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right:7px
}

.datepicker-dropdown.datepicker-orient-top:before {
    top:-7px
}

.datepicker-dropdown.datepicker-orient-top:after {
    top:-6px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top:7px solid #999
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top:6px solid #fff
}

.datepicker > div {
    display:none
}

.datepicker.days div.datepicker-days {
    display:block
}

.datepicker.months div.datepicker-months {
    display:block
}

.datepicker.years div.datepicker-years {
    display:block
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:none
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color:transparent
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eee;
    cursor:pointer
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color:#999
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor:default
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color:#000
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background-color:#fdf59a
}

.datepicker table tr td.today:hover:hover {
    color:#000
}

.datepicker table tr td.today.active:hover {
    color:#fff
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius:0
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(top, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius:0
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
    background-color:#f3e97a
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, grey);
    background-image: -ms-linear-gradient(top, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(top, #b3b3b3, grey);
    background-image: -o-linear-gradient(top, #b3b3b3, grey);
    background-image: linear-gradient(top, #b3b3b3, grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
    background-color:grey
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color:#04c
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px
}

.datepicker table tr td span:hover {
    background:#eee
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor:default
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color:#04c
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
    color:#999
}

.datepicker th.datepicker-switch {
    width:145px
}

.datepicker tfoot tr th, .datepicker thead tr:first-child th {
    cursor:pointer
}

.datepicker tfoot tr th:hover, .datepicker thead tr:first-child th:hover {
    background:#eee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align:middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color:transparent
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    width: 16px;
    height:16px
}

.input-daterange input {
    text-align:center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius:3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius:0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right:-5px
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height:20px
}

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    padding:4px 5px
}

.form_field_help_popup {
    background-color: #fff;
    border:0
}

#error_explanation {
    display: none;
    overflow:visible
}

.errorMessages a {
    width: 50%;
    display: block;
    font-weight: 400;
    margin-bottom:5px
}

.messages-fixed, .messages-static {
    position: relative;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 5px 10px;
    overflow: hidden;
    color: #222;
    font-weight: 700;
    font-size: 1em;
    width:100%
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 10px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius:0
}

.tooltip {
    z-index:100001
}

.tooltip.bottom .tooltip-inner, .tooltip.left .tooltip-inner {
    background-color: #bc121d;
    text-decoration:none
}

.tooltip.left .tooltip-arrow {
    border-left-color:#bc121d
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color:#bc121d
}

.datum_date_picker {
    background-color:#fff
}

.js_disabled_error {
    color:#bc121d
}

.animated, .box-carousel-controls-next, .box-carousel-controls-prev, .box-carousel-event-more-link, .box-carousel-spotlight-controls-next, .box-carousel-spotlight-controls-prev, .box-carousel-spotlight-more-link, .box-carousel-spotlight:hover .box-carousel-spotlight-controls-next, .box-carousel-spotlight:hover .box-carousel-spotlight-controls-prev, .box-carousel:hover .box-carousel-controls-next, .box-carousel:hover .box-carousel-controls-prev {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode:both
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform:translateX(0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform:translateX(-10px)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform:translateX(10px)
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform:translateX(0)
    }

    10%, 30%, 50%, 70%, 90% {
        -moz-transform:translateX(-10px)
    }

    20%, 40%, 60%, 80% {
        -moz-transform:translateX(10px)
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform:translateX(0)
    }

    10%, 30%, 50%, 70%, 90% {
        -o-transform:translateX(-10px)
    }

    20%, 40%, 60%, 80% {
        -o-transform:translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        transform:translateX(0)
    }

    10%, 30%, 50%, 70%, 90% {
        transform:translateX(-10px)
    }

    20%, 40%, 60%, 80% {
        transform:translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name:shake
}

.control-label {
    padding-top:10px
}

.form-horizontal .control-label {
    text-align:left
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top:2px
}

select.form-control, textarea.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    padding:15px 10px
}

input.form-control[type=text], select.form-control, textarea.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding:3px 5px
}

input.form-control, select.form-control, textarea.form-control {
    border:1px solid #ccc
}

input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
    border-color:#999
}

.form-abstract {
    margin-bottom:20px
}

.form_field_help {
    font-size: 11px;
    background: 0 0;
    padding: 0;
    margin:5px 0 15px
}

.form_field_help .editor-content :last-child {
    margin-bottom:4px
}

.form-rubrik-text {
    margin-bottom:10px
}

.form-rubrik-title {
    margin:28px 0 10px
}

.form-divider {
    margin-bottom:10px
}

.form-group {
    margin-bottom:0
}

.form-horizontal .form-group {
    margin-bottom:10px
}

.form-group.error .checkbox, .form-group.error .checkbox:focus, .form-group.error .radio, .form-group.error .radio:focus, .form-group.error input, .form-group.error input:focus, .form-group.error select, .form-group.error select:focus, .form-group.error textarea, .form-group.error textarea:focus {
    color: #bc121d;
    border-color: #bc121d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none
}

.form-group.error .help-block, .form-group.error .help-inline, .form-group.error > label {
    color:#bc121d
}

#captcha_img, #change_captcha_btn {
    display: inline-block;
    vertical-align:middle
}

#change_captcha_btn {
    height:50px
}

.captchaDivChallenge {
    margin-bottom:15px
}

.datum_date_picker[readonly=readonly] {
    background-color:#fff
}

.form-abstract {
    margin-bottom:30px
}

.form-content {
    margin-top:30px
}

#access_password_form_container {
    display:inline-block
}

.access_password_form {
    width: 100%;
    border: 1px solid #000;
    margin: 10px;
    text-align: center;
    padding:5px
}

.access_password {
    width: 90%;
    height:20px
}

.access-password-label {
    text-align: center;
    font-size: 16px;
    padding:10px 0
}

.access_password_form_btn {
    text-align: center;
    margin: 4px;
    width: 100px !important;
    height: 35px;
    font-weight:700
}

code[class * =language-], pre[class * =language-] {
    color: #000;
    background: 0 0;
    text-shadow: 0 1px #fff;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens:none
}

code[class * =language-] ::-moz-selection, code[class * =language-]::-moz-selection, pre[class * =language-] ::-moz-selection, pre[class * =language-]::-moz-selection {
    text-shadow: none;
    background:#b3d4fc
}

code[class * =language-] ::selection, code[class * =language-]::selection, pre[class * =language-] ::selection, pre[class * =language-]::selection {
    text-shadow: none;
    background:#b3d4fc
}

@media print {
    code[class * =language-], pre[class * =language-] {
        text-shadow:none
    }
}

pre[class * =language-] {
    padding: 1em;
    margin: .5em 0;
    overflow:auto
}

:not(pre) > code[class * =language-], pre[class * =language-] {
    background:#f5f2f0
}

:not(pre) > code[class * =language-] {
    padding: .1em;
    border-radius: .3em;
    white-space:normal
}

.token.cdata, .token.comment, .token.doctype, .token.prolog {
    color:#708090
}

.token.punctuation {
    color:#999
}

.namespace {
    opacity:.7
}

.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
    color:#905
}

.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
    color:#690
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
    color: #9a6e3a;
    background:rgba(255, 255, 255, .5)
}

.token.atrule, .token.attr-value, .token.keyword {
    color:#07a
}

.token.class-name, .token.function {
    color:#dd4a68
}

.token.important, .token.regex, .token.variable {
    color:#e90
}

.token.bold, .token.important {
    font-weight:700
}

.token.italic {
    font-style:italic
}

.token.entity {
    cursor:help
}

.site-futureit h2.identity-text-main {
    text-transform: none
}
