/*


  _  ,/|
 '\`o.O'
  =(_ _)=
    |U|
   /  |     ** meoow. its the customCSS rrrr.. **
  //|  \


*/

/*
Hinweis: zu finden im Adminbereich unter "Linchpin Theme" -> "Konfiguration" -> "Erweitert" -> "Individuelles CSS"
Hinweis: bei Aenderungen immer im Git-Projekt infothek-ltp die Aenderungen auch hinterlegen
*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

/* folgende Elemente immer ausblenden:
   - Metaangaben
   - Kommentare
   - Unterseiten
   - Seite Beobachten
   - Sidebar
   - Seite teilen
   - Favoriten
   - Likes
 */
div.page-metadata > ul,
#page-metadata-banner,
.content-meta-outer > .content-meta,
#comments-section,
.container > div > .comments,
#children-section,
#watch-content-button,
.content-meta-outer > .content-watch,
#page-favourite,
#likes-section,
.container > div > .likes,
div.vsplitbar,
#splitter-sidebar,
#ia-splitter-left,
.ia-splitter-left {
    display: none !important;
}
/* Anpassungen wegen ausgeblendeter Sidebar */
#splitter-content {
    left: 0 !important;
    width: 100% !important;
}
body:not(.login):not([data-spacekey='DD']) div#main {
    margin-left: 0 !important;
    max-width: none !important;
    width: 100% !important;
}
body:not([data-spacekey='DD']) div#footer {
    border: 0 none;
    max-width: 1600px;
    padding-left: 56px;
    background: #E5E5E5;
    margin: 0 auto !important;
}

body:not(.dashboard):not(.page-edit):not(.template-editor) {
    background-color: #F5F5F5;
}
/* beschraenkte Seiten mit Signalfarbe kennzeichnen */
body.restricted-page:not(.dashboard):not(.page-edit):not(.template-editor) {
    padding: 10px;
    background-color: red !important;
}

/* Login-Seite */
body.login #page #main {
    padding-top: 100px;
    box-sizing: border-box;
}
body.login #header {
    display: none;
}

/* Content-Editor */
.contenteditor #hubspot-messages-iframe-container,
.contenteditor #privacy_protection,
.contenteditor #info_box,
.contenteditor #meta-navigation-box,
.contenteditor .pretix-widget-overlay,
.contenteditor #online-schulungen-teaser,
.contenteditor #global-footer-wrapper {
    display: none !important;
}

/* Footer fix (sometimes the footer is position: absolute) */
#footer {
    position: relative !important;
}

/* Attachments list */
.attachment-summary-toggle span,
.modified-column,
.attachment-created {
    display: none;
}

/* Header */
body:not([data-spacekey='DD']) #linchpin-header {
    margin: 0 auto;
    max-width: 1716px;
}

/* Navigation (LNM) */
.linchpin-navigation-menus .lipifo-shortcut {
    display: none;
}

/* fehlende (linke) Sidebar fixen, max. Breite setzen */
body:not(.contenteditor) #full-height-container {
    height: auto !important;
}
body:not([data-spacekey='DD']) #page #main {
    padding-left: 55px;
    margin: 0 auto !important;
    max-width: 1716px !important;
}

#footer {
    padding-left: 102.5px;
}

/* Page layout: Overflow fixen */
.wiki-content .innerCell {
    overflow-x: visible;
}

/* Header: Suche und Anmelde-Button */
#linchpin-header-inner #header #header-right-panel {
    width: auto;
}
/* hide help and apps LTP icons */
#linchpin-header-inner #header #header-right-panel #action-drawer-link,
#linchpin-header-inner #header #header-right-panel #help-menu-link {
    display: none;
}
.anonymous_user #linchpin-header-inner #header #quick-search {
    margin-right: 0;
}
/* increased width for quick search; default 150px */
#linchpin-header-inner #header #header-right-panel #quick-search #quick-search-query {
    width: 200px;
}
#linchpin-header-inner #header #header-right-panel #login-link {
    margin-right: 0;
}

#notifications-anchor {
    display: none;
}

.anonymous_user #sub-header .menu-editor-navigation {
    width: calc(100% + 30px);
}

.anonymous_user #navigation-create-buttons {
    display: none;
}

/* Bilder: max-width setzen */
.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-image[height],
.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-image[width] {
    max-width: 100%;
    height: auto;
}

/* Tip-Macro */
.confluence-information-macro-tip {
    border-color: #c3cd2d !important;
}
.confluence-information-macro-tip:before,
.confluence-information-macro-tip:after {
    background-color: #c3cd2d !important;
}

/* Aufzaehlungslisten */
.welcome-content ul,
#main-content ul {
    padding-left: 15px;
}

/* Panel */
.panel {
    background-color: #FAFAFA;
}
.panel:first-child {
    margin-top: 0;
}
.clickable {
    cursor: pointer;
}
.clickable:hover .panelContent {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Video-Tag */
video {
    border: 1px solid #EEE;
}

/* Video-Einbindung z.B. YouTube-Videos */
.video-wrapper {
    min-width: 300px;
    max-width: 640px;
}
.video-wrapper div {
    height: 0;
    overflow: hidden;
    position: relative;
    padding: 0 0 56.25% !important;
}
.video-wrapper iframe {
    top: 0;
    left: 0;
    border: 0 none;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

/* START USER MACRO NEWSLETTER-ORDER-FORM */
.order-newsletter {
    padding-top: 20px;
    padding-bottom: 16px;
    background-color: #B0B0B0;
}
.order-newsletter .newsletter-title {
    color: #FFFFFF;
    display: inline;
    font-size: 20px;
    padding: 5px 10px;
    line-height: 35px;
    font-weight: bold;
    background: #000000;
    text-transform: uppercase;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.order-newsletter form {
    margin: 25px 15px 15px;
}
.order-newsletter input {
    min-width: 100px;
    height: 25px;
    padding: 0 5px;
    border: 1px solid #FFF;
    width: calc(100% - 142px);
}
body.en_GB .order-newsletter input {
    width: calc(100% - 172px);
}
.order-newsletter input.submit {
    float: right;
    width: 120px;
    height: 27px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    background: #000000;
    text-transform: uppercase;
}
.order-newsletter input.submit:hover {
    background-color: #333;
}
.order-newsletter a,
.wiki-content .order-newsletter a.external-link {
    color: #555;
    background: none;
    line-height: 22px;
    padding-left: 15px;
}
/* ENDE USER MACRO NEWSLETTER-ORDER-FORM */

/* START Text-highlight */
.text-highlight {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    background: #000000;
    display: inline;
    white-space: pre-wrap;
    padding: 3px 10px 3px 15px;
    text-transform: uppercase;
    border-right: 5px solid #000000;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
/* ENDE Text-highlight */

/* User macro: header-title */
.theme-logo-wrapper {
    width: 600px !important;
}
.header-title {
    display: none;
}
#linchpin-header-inner #header #primary-header.with-header-title #logo {
    width: auto !important;
    max-width: inherit !important;
    background-size: auto 35px !important;
    background-image: url('data:image/png;base64,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');
}
#linchpin-header-inner #header #primary-header.with-header-title {
    height: 132px;
}
#linchpin-header-inner #header #primary-header.with-header-title .theme-logo-wrapper {
    height: 120px;
}
#linchpin-header-inner #header #primary-header.with-header-title #logo p {
    color: #FFF;
    font-size: 34px;
    margin-top: 80px;
    line-height: 36px;
    font-weight: bold;
    padding: 3px 7px 2px;
    background-color: #000;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}

/* User macro Icon-Box */
.icon-box {
    padding: 12px 0 3px;
}
.icon-box:after {
    clear: both;
    content: " ";
    display: block;
}
.icon-box > img {
    float: left;
    width: 30px;
    margin-top: 4px;
    margin-right: 20px;
}
.icon-box > div {
    margin-left: 50px;
}

/* START Waehrungsrechner */
.currencyconverter div:first-child {
    margin-bottom: 10px;
}
.currencyconverter td {
    padding-left: 0;
}
.currencyconverter .confluenceTh,
.currencyconverter .confluenceTd {
    border: 0 none;
}
.currencyconverter .usdollar,
.currencyconverter .euro {
    width: 100px;
    font-size: 18px;
    padding-left: 3px;
    border: 1px solid #444;
}
.currencyconverter .usdollar {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3) inset;
}
.currencyconverter .euro {
    background-color: inherit;
}
.currencyconverter .convertbutton {
    color: #FFF;
    border: 0 none;
    font-size: 16px;
    cursor: pointer;
    padding: 4px 9px;
    margin-left: 25px;
    font-weight: bold;
    background-color: #000;
    text-transform: uppercase;
}
.currencyconverter .convertbutton:hover {
    background-color: #333;
}
/* ENDE Waehrungsrechner */

/* Linchpin-Teaser */
.ltp-teaser-4 .ltp-teaser-content h3,
.ltp-teaser-5 .ltp-teaser-content h3 {
    color: inherit !important;
}
.ltp-teaser-4 .ltp-teaser-content a,
.ltp-teaser-5 .ltp-teaser-content a,
.ltp-teaser-6 .ltp-teaser-content a {
    color: inherit !important;
    text-decoration: underline;
}
.ltp-teaser-4 .ltp-teaser-content a:hover,
.ltp-teaser-5 .ltp-teaser-content a:hover,
.ltp-teaser-6 .ltp-teaser-content a:hover {
    text-decoration: none;
}

/* Plugin: Teaser */
.teaser.no_link .teaser-content-wrapper a {
    color: #000;
    text-decoration: underline;
}
.teaser.schwarz,
.teaser.no_link.schwarz .teaser-content-wrapper a {
    color: #FFF;
}
.teaser.no_link .teaser-content-wrapper a:hover {
    text-decoration: none;
}

.teaser ul {
    list-style-type: square;
}
.teaser ul li {
    padding-left: 0;
}
.teaser ul ul {
    margin-top: 6px;
}

/* Plugin: localtabs */
.aui-tabs > .tabs-menu .menu-item a {
    font-size: 16px;
    color: #000 !important;
    background-color: #dddddd;
    padding: 7px 12px !important;
    border-right: 1px solid #FFF;
}

.aui-tabs > .tabs-menu .menu-item.active-tab a,
.aui-tabs > .tabs-menu .menu-item.active-tab a:link,
.aui-tabs > .tabs-menu .menu-item.active-tab a:visited,
.aui-tabs > .tabs-menu .menu-item.active-tab a:focus,
.aui-tabs > .tabs-menu .menu-item.active-tab a:hover,
.aui-tabs>.tabs-menu .menu-item.active-tab a:active,
.aui-tabs > .tabs-menu .menu-item a:focus,
.aui-tabs > .tabs-menu .menu-item a:hover {
    background-color: #C3CD2D;
}
body.new-aui .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a::after {
    background: transparent !important;
}
.aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab,
.aui-tabs.horizontal-tabs[data-aui-responsive] > .tabs-menu > .menu-item.active-tab,
.aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .active-tab:focus,
.aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .active-tab:hover,
.aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .active-tab:active {
    border-bottom-color: #BBB;
}
.aui-tabs > .tabs-pane.active-pane {
    background-color: #F7F7F7;
    padding: 18px 25px !important;
}

/* Dashboard Relaunch */
.dashboard-youtube {
    border: 1px solid #CCCCCC;
    min-width: 300px;
}

.dashboard-spotify {
    min-width: 300px;
}

.dashboard-spotify .spotify-services {
    text-align: center;
    padding-top: 20px;
}

.dashboard-spotify .spotify-wrapper,
.dashboard-weblog .weblog-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #5C584D;
}
.dashboard-weblog {
    min-width: 560px;
}
.dashboard-weblog .weblog-wrapper {
    background-color: #cccccc;
}
.dashboard-spotify .spotify-wrapper iframe,
.dashboard-weblog .weblog-wrapper > div {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}
.dashboard-weblog .weblog-wrapper > div {
    padding: 20px;
}
.dashboard-weblog .weblog-wrapper h2 {
    margin-bottom: 20px;
}
.dashboard-weblog .weblog-wrapper .article-image {
    float: left;
    width: 150px;
    margin-right: 20px;
}
.dashboard-weblog .weblog-wrapper .article-date-author {
    margin: 0 0 10px;
}
.dashboard-weblog .weblog-wrapper .article-title {
    margin-top: 0;
    font-size: 20px;
}
.dashboard-weblog .weblog-wrapper .article-link {
    text-align: right;
    margin-top: 30px;
}

/* Standard-Kontakformular */
#standard-infothek-form {
    padding-top: 20px;
}

/* Navipunkt Aenderungshistorie ausblenden */
.anonymous_user #action-view-history-link {
    display: none;
}

/* Meta-Navigation-Box */
body:not([data-spacekey='DD']) #meta-navigation-box {
    margin: 0 auto;
    max-width: 1716px;
}

.meta-navigation {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible;
    list-style-type: none;
    z-index: 2;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(255, 255, 255);
}

.meta-navigation li:first-child {
    padding-right: 44px;
}

li.dropdown {
    display: inline-block;
    position: relative;
}

.meta-navigation li a {
    display: block;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    padding: 20px 16px 0;
    text-decoration: none;
    color: rgb(136, 136, 136) !important;
}

.material-icons {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 3px;
    vertical-align: middle;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 150%;
    /* fallback if max-content is not supported */
    width: max-content;
    z-index: 2;
    background-color: rgb(249, 249, 249);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* dropdown helper */
.dropdown-content::before {
    content: "";
    position: absolute;
    top: -10% !important;
    left: 0 !important;
    right: 0 !important;
    height: 10%;
    /* background-color: red; */
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    padding: 12px 16px !important;
}

.dropdown-content a:hover {
    color: #000 !important;
    background-color: #AAA !important;
}

/* user macro: headline with border */
.headline-with-border {
    text-align: center;
    margin-bottom: 40px;
}
.headline-with-border:before {
    top: 15px;
    z-index: 0;
    content: " ";
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.headline-with-border h2 {
    z-index: 1;
    padding: 0 20px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    color: #aaa !important;
    background-color: #fff;
}

/* user macro: circledImage */
.circledImage {
    overflow: hidden;
    position: relative;
}
.circledImage img {
    position: absolute;
}

/* user macro: Ausrichtungs-Box */
.alignBox[data-value='center'] > div,
.alignBox[data-value='center'] > .conf-macro > div {
    margin: 0 auto;
}
.alignBox[data-value='right'] > div,
.alignBox[data-value='right'] > .conf-macro > div {
    float: right;
}
.alignBox[data-value='right'] > div:after,
.alignBox[data-value='right'] > .conf-macro > div:after {
    clear: both;
    content: " ";
    display: block;
}

/* Videos in LTP-Videos oben ausgerichtet und auf voller Teaser-Breite */
.ltp-teaser.top-video {
    padding-top: 56.25%;
}
.top-video-in-teaser {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

/* Creative Commons */
.creativecommons {
    margin-bottom: 30px;
}


/* Bereichs-Makro verursacht Scrollbalken und schneidet damit Overlays ab */
.sectionColumnWrapper[data-macro-name=section],
.sectionColumnWrapper[data-macro-name=section] .panel,
.sectionColumnWrapper[data-macro-name=section] .alertPanel,
.sectionColumnWrapper[data-macro-name=section] .infoPanel,
.sectionColumnWrapper[data-macro-name=section] .confluence-information-macro {
    overflow-x: visible;
    overflow-y: visible;
}
/* AddEvent-Ausrichtung */
.addeventatc_center {
    text-align: center;
}
.addeventatc_right {
    text-align: right;
}


/* Content-Navigation button styling and hover fix */
#navigation.content-navigation.view li a.aui-button {
    height: auto;
    border: 1px solid transparent;
}
/* active */
#navigation.content-navigation.view li a.aui-button.active {
    border: 1px solid transparent;
    background-color: #f5f5f5;
}
/* active - icon */
#navigation.content-navigation.view li a.aui-button.active .aui-icon {
    color: #344563;
}
/* anti-bounce on hover */
#navigation.content-navigation.view li a.aui-button:hover {
    border: 1px solid transparent;
}

/* quick create buttons bounce fix */
#navigation-create-buttons a.aui-button {
    border-width: inherit;
}

/* Aura-Makros */
body [class^="aura-cards-"].theme-aura-accent,
body [class^="aura-cards-"].theme-aura {
    color: #333 !important;
}

/* Layout-Box Azubi-Seite */
.wiki-content .slide-down-box {
    border: 2px solid #c3cd2d;
    border-radius: 10px;
    padding: 16px 16px 0;
    margin-bottom: 21px;
}
.wiki-content .slide-down-box h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 28px;
    padding-bottom: 15px;
}
.slide-down-box .panel {
    display: none;
    margin-top: 0;
}
.slide-down-box:hover .panel {
    display: block;
}
.slide-down-box .panel .panelContent {
    padding-top: 0;
}

/* center content in a layout-box // @mkremer 2020-08-11 */
.layout-box-content-center {
    text-align: center;
}

/* multi-cols-Element (Layout-Box) */
.multi-cols {
    display: flex;
}
.multi-cols > .linchpin-layout-box-macro {
    flex: 1;
    margin-right: 20px;
    border: 1px solid #f0f0f0;
}

/* Seibert Media Slide Down Box (user macro) */
.sm-slide-down-box {
    height: 93px;
    cursor: pointer;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
.sm-slide-down-box.active {
    height: auto;
}
.sm-slide-down-box:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    content: " ";
    display: block;
    position: absolute;
    box-sizing: border-box;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}
.sm-slide-down-box.active:after {
    display: none;
}


/**
 * ** Online-Schulungs-Teaser **
 * repo: https://bitbucket.apps.seibert-media.net/projects/SW/repos/infothek-ltp/browse
 ** NOTE: compiled less file **
 */
#online-schulungen-teaser {
    padding: 5px 20px 20px;
    background-color: #646464;
    /*** for old footer only ***/
    padding-left: 56px;
    padding-top: 15px;
    max-width: 1640px;
    margin: 0 auto;
    /* *********************** */
}

#online-schulungen-teaser .schulungs-teaser-inner {
    display: grid;
    column-gap: 20px;
    grid-template-areas: "head head""descr button";
    grid-template-columns: minmax(min-content, 1fr) 1fr;
}

@media (max-width: 550px) {
    #online-schulungen-teaser .schulungs-teaser-inner {
        grid-template-areas: "head head""descr descr""button button";
    }
}

#online-schulungen-teaser span {
    color: #fff;
    font-size: 16px;
}

#online-schulungen-teaser .heading-container {
    grid-area: head;
}

#online-schulungen-teaser .heading-container h1 {
    color: #fff;
    font-size: 24px;
}

#online-schulungen-teaser .description-container {
    grid-area: descr;
    display: flex;
    align-items: center;
}

@media (max-width: 625px) {
    #online-schulungen-teaser .description-container span>br {
        display: none;
    }
}

@media (max-width: 550px) {
    #online-schulungen-teaser .description-container {
        margin-bottom: 10px;
    }
}

#online-schulungen-teaser .button-container {
    grid-area: button;
    display: flex;
    align-items: center;
}

#online-schulungen-teaser .button-container a {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    color: #fff;
    border: 1px solid;
    border-radius: 3px;
    padding: 10px 20px;
    text-decoration: none;
}

#online-schulungen-teaser .button-container a::after {
    content: "";
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border: 1px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    transform: rotate(45deg);
    transition: all 200ms ease;
}

#online-schulungen-teaser .button-container a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#online-schulungen-teaser .button-container a:hover::after {
    transform: rotate(45deg) translate(5px, -5px);
}

/* MKT-4287: remove obsolete spacing on dashboard  */
@media screen and (max-width: 1024px) {
    .aui-page-sidebar-touch .aui-sidebar[aria-expanded="false"]~.aui-page-panel {
        margin-left: 0;
        border-left: 0 none;
    }
}

/* MKT-4606: Corporate design for pretix event lists */
.pretix-widget-attribution {
    display: none;
}

.pretix-widget-wrapper {
    max-height: 750px;
    overflow: auto;
}

.pretix-widget-wrapper .pretix-widget {
    padding: 0;
    border: none;
}

.pretix-widget-wrapper .pretix-widget .pretix-widget-event-list {
    padding: 0 !important;
    margin: 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.pretix-widget-wrapper .pretix-widget .pretix-widget-event-list-entry {
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 10px 15px !important;
}

.pretix-widget-wrapper .pretix-widget .pretix-widget-event-list-entry .pretix-widget-event-list-entry-availability>span {
    background-color: #C3CD2D !important;
    border-radius: 3px !important;
    padding: 5px 20px !important;
}

.pretix-widget-wrapper .pretix-widget .pretix-widget-loading svg path {
    fill: #C3CD2D;
}

.pretix-widget-wrapper .pretix-widget .pretix-widget-action button,
.pretix-widget-wrapper .pretix-widget .pretix-widget-resume-button {
    background-color: #C3CD2D;
    border-color: #C3CD2D;
}

.pretix-widget-wrapper .pretix-widget .pretix-widget-action button:hover,
.pretix-widget-wrapper .pretix-widget .pretix-widget-resume-button:hover {
    background-color: #AFB828;
    border-color: #AFB828;
}

.pretix-widget-wrapper .pretix-widget .pretix-widget-event-list-entry:hover {
    color: #000;
    background-color: #eee !important;
}


/* Confi-Forms Seibert Media Style */
.confiFormsFormBorder {
    border-color: transparent !important;
}
.confiFormsFormBorder,
.confiFormsFormBorder table.aui>tbody>tr,
.confiFormsFormBorder table.aui>tfoot>tr,
.confiFormsFormFooter {
    background-color: #f9faea !important;
}
.confiFormsFormBorder form.aui .text {
    border-color: #c3cd2c;
}
.confiFormsFormBorder form.aui label,
.confiFormsFormBorder form.aui legend {
    color: #000;
}

@media screen and (max-width: 1000px) {
    /* Dreispalter untereinander anzeigen */
    .columnLayout.three-equal > .cell {
        display: block;
        margin-bottom: 100px;
    }
}

/* Makro: AEC Expert Teaser */
.aec-expert-teaser a {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    display: inline-block;
}
.aec-expert-teaser a:hover:after {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}
.aec-expert-teaser img {
    width: 100%;
}
.aec-expert-teaser p {
    top: 0;
    z-index: 2;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: none;
    margin-top: 0;
    font-weight: bold;
    position: absolute;
    text-align: center;
}
.aec-expert-teaser a:hover p {
    display: table;
}
.aec-expert-teaser p span {
    display: table-cell;
    vertical-align: middle;
}

/* Fix für eigene Aura Cards mit Layoutboxen - @lpecherczyk 21/08/31*/
.boxheightroadmap {
    min-height: 25.625rem;
    max-height: 25.625rem;
    min-width: 30%;
    max-width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
}
.boxheightroadmapsolo {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 10rem;
    max-height: 15rem;
    position: relative;
}

.centerstati2 p {
    position: absolute;
    bottom: 30px;
    left: 12.5%;
}

.centerstati1 p {
    position: absolute;
    bottom: 30px;
    left: 45%;
}

.centerstatilong p {
    position: absolute;
    bottom: 30px;
    left: 35.5%;
}

@media screen and (max-width: 1450px) {
    .linchpin-navigation-menus ul.level-0 > li .entry {
        padding: 0 10px;
    }
}

.aui-progress-tracker-step + .aui-progress-tracker-step > span:after {
	background-color: #7b8012;
	box-shadow: -5px 0 0 -2px #7b8012, 5px 0 0 -2px #7b8012;
}

.aui-progress-tracker-step-current ~ .aui-progress-tracker-step > span:after{
	background-color: transparent;
	box-shadow: -5px 0 0 -2px transparent, 5px 0 0 -2px transparent;
}

.aui-progress-tracker .aui-progress-tracker-step > span:before,
.aui-progress-tracker .aui-progress-tracker-step:before {
	background-color: #7b8012;
}

#back-to-top {
    background: #ebebeb;
}

#back-to-top:hover {
    background: #e0e0e0;
}

#back-to-top a,
#back-to-top span:before {
    color: #666666;
}
/* Primary Button Color */
.aui-button.aui-button-primary,
.aui-button.aui-button-primary:visited,
.aui-button.aui-button-primary:focus,
#move-page-dialog #move-button,
#move-page-dialog #move-button:visited,
#move-page-dialog #move-button:focus,
#header .aui-header .aui-nav .aui-button-primary,
.aui-dialog .dialog-button-panel button.button-panel-button {
	background: #c3cd2d;
	color: #ffffff;
}
body.new-aui .aui-button.aui-button-primary:active .aui-icon,
body.new-aui .aui-button.aui-button-primary .aui-icon {
	color: #ffffff;
}
.aui-button.aui-button-primary:hover,
body.new-aui .aui-button.aui-button-primary:active,
#move-page-dialog #move-button:hover,
#header .aui-header .aui-nav .aui-button-primary:hover,
.aui-dialog .dialog-button-panel button.button-panel-button:hover {
	background: #afb82b;
	color: #ffffff;
}
.aui-button.aui-button-primary:hover .aui-icon {
	color: #ffffff;
}
/* Override Buttons in form.aui */
form.aui .aui-button.aui-button-primary,
form.aui .aui-button.aui-button-primary:visited,
form.aui .aui-button.aui-button-primary:focus {
	background: #c3cd2d;
	color: #ffffff;
}
form.aui .aui-button.aui-button-primary .aui-icon {
	color: #ffffff;
}
form.aui .aui-button.aui-button-primary:hover {
	background: #afb82b;
}

#login-link,
#quick-create-page-button,
#create-page-button {
	background: #c3cd2d;
	color: #ffffff !important;
}

#create-page-button span {
	color: #ffffff;
}

#create-button-icon #create-page-button span {
	color: #c3cd2d;
}

#login-link:hover,
#quick-create-page-button:hover,
#create-page-button:hover {
	background: #afb82b;
}

/* Fixes for Confluence 6.7 */
body.new-aui #main-header .content-navigation .ajs-menu-bar a:active {
	color: #7b8012;
}

body.new-aui .aui-button:active .aui-icon {
	color: #7b8012;
}

body.new-aui .aui-button:not(.aui-button-primary):active,
body.new-aui .aui-button.aui-button-subtle:not(.aui-button-primary):active,
body.new-aui .aui-button.aui-button-subtle:not(.aui-button-primary).active {
	color: #7b8012;
}

/* Datepicker Colors (currently: same as globalLinkColor) */
table.ui-datepicker-calendar a.ui-state-default:not(.ui-state-highlight) {
    color: #7b8012;
}
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a,
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a:hover {
    background-color: #7b8012;
}
.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar td a {
    color: #7b8012;
}
/* START */
/* Customizable Styles for STAR Icons */

/* Stars Icons @ spans & buttons */
span.aui-iconfont-star:before,
button.aui-iconfont-star:before {
    color: #c3cd2d;
}

/* Notfication Badge @ header */
#header #notifications-anchor.mw-anchor.unread .badge {
    background-color: #c3cd2d;
}

/* Fav-Page Macro */
.favpages-container .icon-remove-fav:before {
    color: #c3cd2d;
}
/* END */

/* Style selection checkbox for image upload/selection dialog */
.file-list li.selected .select,
.image-list li.selected .select {
	background-color: #c3cd2d;
}
.file-list li.selected:hover .select,
.image-list li.selected:hover .select,
.file-list li.selected.hover .select,
.image-list li.selected.hover .select {
	background-color: #afb82b;
}

.ltp-teaser-0 .ltp-teaser {
    background-color: #00a3e1;
    color: #FFFFFF;
}
.ltp-teaser-0 .ltp-teaser .overlay {
    background-color: #00a3e1;
}

.ltp-teaser-0 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border: none;
}

@media print {
    .ltp-teaser-0 .ltp-teaser {
      border-color: #cccccc;
    }
  }

.ltp-teaser-0 a:hover .ltp-teaser {
  background-color: #0093cb;
}

.ltp-teaser-0 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-0 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-0 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-0 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-0 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-0 .ltp-teaser .ltp-teaser-content p{
  color: #FFFFFF;
}
.ltp-teaser-1 .ltp-teaser {
    background-color: #70b42c;
    color: #FFFFFF;
}
.ltp-teaser-1 .ltp-teaser .overlay {
    background-color: #70b42c;
}

.ltp-teaser-1 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border: none;
}

@media print {
    .ltp-teaser-1 .ltp-teaser {
      border-color: #cccccc;
    }
  }

.ltp-teaser-1 a:hover .ltp-teaser {
  background-color: #65a228;
}

.ltp-teaser-1 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-1 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-1 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-1 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-1 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-1 .ltp-teaser .ltp-teaser-content p{
  color: #FFFFFF;
}
.ltp-teaser-2 .ltp-teaser {
    background-color: #e73370;
    color: #FFFFFF;
}
.ltp-teaser-2 .ltp-teaser .overlay {
    background-color: #e73370;
}

.ltp-teaser-2 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border: none;
}

@media print {
    .ltp-teaser-2 .ltp-teaser {
      border-color: #cccccc;
    }
  }

.ltp-teaser-2 a:hover .ltp-teaser {
  background-color: #d02e65;
}

.ltp-teaser-2 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-2 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-2 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-2 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-2 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-2 .ltp-teaser .ltp-teaser-content p{
  color: #FFFFFF;
}
.ltp-teaser-3 .ltp-teaser {
    background-color: #fbbe0a;
    color: #ffffff;
}
.ltp-teaser-3 .ltp-teaser .overlay {
    background-color: #fbbe0a;
}

.ltp-teaser-3 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border: none;
}

@media print {
    .ltp-teaser-3 .ltp-teaser {
      border-color: #cccccc;
    }
  }

.ltp-teaser-3 a:hover .ltp-teaser {
  background-color: #e2ab09;
}

.ltp-teaser-3 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-3 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-3 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-3 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-3 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-3 .ltp-teaser .ltp-teaser-content p{
  color: #ffffff;
}
.ltp-teaser-4 .ltp-teaser {
    background-color: #c3cd2d;
    color: #ffffff;
}
.ltp-teaser-4 .ltp-teaser .overlay {
    background-color: #c3cd2d;
}

.ltp-teaser-4 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border: none;
}

@media print {
    .ltp-teaser-4 .ltp-teaser {
      border-color: #cccccc;
    }
  }

.ltp-teaser-4 a:hover .ltp-teaser {
  background-color: #b0b929;
}

.ltp-teaser-4 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-4 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-4 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-4 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-4 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-4 .ltp-teaser .ltp-teaser-content p{
  color: #ffffff;
}
.ltp-teaser-5 .ltp-teaser {
    background-color: #707070;
    color: #ffffff;
}
.ltp-teaser-5 .ltp-teaser .overlay {
    background-color: #707070;
}

.ltp-teaser-5 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border: none;
}

@media print {
    .ltp-teaser-5 .ltp-teaser {
      border-color: #cccccc;
    }
  }

.ltp-teaser-5 a:hover .ltp-teaser {
  background-color: #656565;
}

.ltp-teaser-5 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-5 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-5 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-5 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-5 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-5 .ltp-teaser .ltp-teaser-content p{
  color: #ffffff;
}
.ltp-teaser-6 .ltp-teaser {
    background-color: #fafafa;
    color: #505050;
}
.ltp-teaser-6 .ltp-teaser .overlay {
    background-color: #fafafa;
}

.ltp-teaser-6 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
}

@media print {
    .ltp-teaser-6 .ltp-teaser {
      border-color: #cccccc;
    }
  }

.ltp-teaser-6 a:hover .ltp-teaser {
  background-color: #e1e1e1;
}

.ltp-teaser-6 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-6 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-6 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-6 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-6 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-6 .ltp-teaser .ltp-teaser-content p{
  color: #505050;
}
.ltp-teaser-7 .ltp-teaser {
    background-color: #f08705;
    color: #ffffff;
}
.ltp-teaser-7 .ltp-teaser .overlay {
    background-color: #f08705;
}

.ltp-teaser-7 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border: none;
}

@media print {
    .ltp-teaser-7 .ltp-teaser {
      border-color: #cccccc;
    }
  }

.ltp-teaser-7 a:hover .ltp-teaser {
  background-color: #d87a05;
}

.ltp-teaser-7 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-7 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-7 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-7 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-7 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-7 .ltp-teaser .ltp-teaser-content p{
  color: #ffffff;
}
.ltp-teaser-8 .ltp-teaser {
    background-color: #dddddd;
    color: #333333;
}
.ltp-teaser-8 .ltp-teaser .overlay {
    background-color: #dddddd;
}

.ltp-teaser-8 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border: none;
}

@media print {
    .ltp-teaser-8 .ltp-teaser {
      border-color: #cccccc;
    }
  }

.ltp-teaser-8 a:hover .ltp-teaser {
  background-color: #c7c7c7;
}

.ltp-teaser-8 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-8 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-8 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-8 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-8 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-8 .ltp-teaser .ltp-teaser-content p{
  color: #333333;
}
.ltp-teaser-9 .ltp-teaser {
    background-color: #eeeeee;
    color: #333333;
}
.ltp-teaser-9 .ltp-teaser .overlay {
    background-color: #eeeeee;
}

.ltp-teaser-9 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border: none;
}

@media print {
    .ltp-teaser-9 .ltp-teaser {
      border-color: #cccccc;
    }
  }

.ltp-teaser-9 a:hover .ltp-teaser {
  background-color: #d6d6d6;
}

.ltp-teaser-9 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-9 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-9 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-9 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-9 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-9 .ltp-teaser .ltp-teaser-content p{
  color: #333333;
}
.ltp-teaser-10 .ltp-teaser {
    background-color: #f4f5f7;
    color: #172b4d;
}
.ltp-teaser-10 .ltp-teaser .overlay {
    background-color: #f4f5f7;
}

.ltp-teaser-10 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #dfe1e5;
    border: none;
}

@media print {
    .ltp-teaser-10 .ltp-teaser {
      border-color: #dfe1e5;
    }
  }

.ltp-teaser-10 a:hover .ltp-teaser {
  background-color: #dcddde;
}

.ltp-teaser-10 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-10 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-10 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-10 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-10 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-10 .ltp-teaser .ltp-teaser-content p{
  color: #172b4d;
}
.ltp-teaser-11 .ltp-teaser {
    background-color: #f4f5f7;
    color: #172b4d;
}
.ltp-teaser-11 .ltp-teaser .overlay {
    background-color: #f4f5f7;
}

.ltp-teaser-11 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #dfe1e5;
    border: none;
}

@media print {
    .ltp-teaser-11 .ltp-teaser {
      border-color: #dfe1e5;
    }
  }

.ltp-teaser-11 a:hover .ltp-teaser {
  background-color: #dcddde;
}

.ltp-teaser-11 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-11 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-11 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-11 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-11 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-11 .ltp-teaser .ltp-teaser-content p{
  color: #172b4d;
}
.ltp-teaser-12 .ltp-teaser {
    background-color: #f4f5f7;
    color: #172b4d;
}
.ltp-teaser-12 .ltp-teaser .overlay {
    background-color: #f4f5f7;
}

.ltp-teaser-12 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #dfe1e5;
    border: none;
}

@media print {
    .ltp-teaser-12 .ltp-teaser {
      border-color: #dfe1e5;
    }
  }

.ltp-teaser-12 a:hover .ltp-teaser {
  background-color: #dcddde;
}

.ltp-teaser-12 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-12 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-12 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-12 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-12 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-12 .ltp-teaser .ltp-teaser-content p{
  color: #172b4d;
}
.ltp-teaser-13 .ltp-teaser {
    background-color: #f4f5f7;
    color: #172b4d;
}
.ltp-teaser-13 .ltp-teaser .overlay {
    background-color: #f4f5f7;
}

.ltp-teaser-13 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #dfe1e5;
    border: none;
}

@media print {
    .ltp-teaser-13 .ltp-teaser {
      border-color: #dfe1e5;
    }
  }

.ltp-teaser-13 a:hover .ltp-teaser {
  background-color: #dcddde;
}

.ltp-teaser-13 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-13 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-13 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-13 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-13 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-13 .ltp-teaser .ltp-teaser-content p{
  color: #172b4d;
}
.ltp-teaser-14 .ltp-teaser {
    background-color: #f4f5f7;
    color: #172b4d;
}
.ltp-teaser-14 .ltp-teaser .overlay {
    background-color: #f4f5f7;
}

.ltp-teaser-14 .ltp-teaser.ltp-teaser-border {
    border-width: 1px;
    border-style: solid;
    border-color: #dfe1e5;
    border: none;
}

@media print {
    .ltp-teaser-14 .ltp-teaser {
      border-color: #dfe1e5;
    }
  }

.ltp-teaser-14 a:hover .ltp-teaser {
  background-color: #dcddde;
}

.ltp-teaser-14 .ltp-teaser .ltp-teaser-title,
.ltp-teaser-14 .ltp-teaser .ltp-teaser-title-edge,
.ltp-teaser-14 .ltp-teaser .ltp-teaser-title-rounded,
.ltp-teaser-14 .ltp-teaser .ltp-teaser-arrow:before,
.ltp-teaser-14 .ltp-teaser .ltp-teaser-content,
.ltp-teaser-14 .ltp-teaser .ltp-teaser-content p{
  color: #172b4d;
}


/* Global Link Color */
a:not(.aui-button),
a:link:not(.aui-button),
a:visited:not(.aui-button),
a:focus:not(.aui-button),
a:active:not(.aui-button),
a:hover:not(.aui-button),
.wiki-content a,
.wiki-content a:link,
.wiki-content a:visited,
.wiki-content a:focus,
.wiki-content a:active,
.wiki-content a:hover,
.aui-dialog .dialog-button-panel a.button-panel-link, .aui-dialog .dialog-button-panel a.button-panel-link:hover,
.aui-dialog .dialog-page-menu li.page-menu-item button.item-button,
.aui-navgroup-horizontal .aui-nav > li > a,
.aui-navgroup-vertical .aui-nav > li > a,
.aui-sidebar .aui-navgroup-vertical .aui-nav > li:not(.aui-nav-selected) > .aui-nav-item > span.aui-icon,
.aui-button.aui-button-link:not([disabled]),
.aui-button.aui-button-link:not([disabled]) .aui-icon,
.aui-button.aui-button-link:visited:not([disabled]),
.aui-button.aui-button-link:visited:not([disabled]) .aui-icon,
.aui-button.aui-button-text:not([disabled]),
.aui-button.aui-button-text:visited:not([disabled]),
.ia-pagetree .navigation-pseudo-link,
body.spacetools table.permissions button.aui-button-text {
	color: #7b8012;
}

/* page edit "changes saved" hover color*/
#pluggable-status.synchrony a:hover {
	color: #7b8012 !important;
}

/* Space-Tools Navbar: active color (currently: same as globalLinkColor) */

.spacetools-nav.aui-navgroup-horizontal .aui-nav > .aui-nav-selected a {
	color: #7b8012;
}

/* Profil-Page Navbar: active color (currently: same as globalLinkColor) */

body.profile .user-profile .aui-navgroup-horizontal .aui-nav > .aui-nav-selected a {
	color: #7b8012;
}

/* aui-nav Headline color in search (currently: same as globalLinkColor) */

.search-results-page-panel-nav .aui-navgroup-vertical .aui-nav .aui-nav-selected > a {
	color: #7b8012;
}

/* LTP-354 exception for the dashboard sidebar */
:not(.aui-sidebar-body) > .aui-navgroup-vertical .aui-nav > li > a:hover {
	background-color: #F4F5F7;
}

/* Global Blockquote Color (currently: same as globalLinkColor) */

blockquote {
	border-left: 1px solid #7b8012;
}

/* Color for "Author"-Badge in comment-section and active color of quick-comment-form (currently: same as globalLinkColor) */

.comment-header .author .author-lozenge {
	background-color: #7b8012;
}

#comments-section .quick-comment-prompt:active {
	border: 1px #7b8012 solid;
	color: #7b8012;
}

/* (Left)Sidebar Headline Colors (currently: same as globalLinkColor) */

.ia-fixed-sidebar div.plugin_pagetree ul.plugin_pagetree_children_list li .plugin_pagetree_children_content .plugin_pagetree_current a,
.acs-side-bar .current-item a {
	color: #7b8012;
}

/* (Left)Sidebar Active/Selected Link Colors (currently: same as globalLinkColor) */

.aui-sidebar[aria-expanded=false] .aui-navgroup-vertical .aui-nav .aui-nav-child-selected a,
.aui-sidebar-submenu[aria-expanded=false] .aui-navgroup-vertical .aui-nav .aui-nav-child-selected a,
.aui-sidebar .aui-navgroup-vertical .aui-nav .aui-nav-selected a,
.aui-sidebar-submenu .aui-navgroup-vertical .aui-nav .aui-nav-selected a,
.aui-navgroup-vertical .aui-nav .aui-nav-selected > a,
.aui-nav-vertical .aui-nav .aui-nav-selected > a,
.aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button,
.ia-secondary-content .acs-tree-item .navigation-pseudo-link,
.ia-secondary-content .acs-tree-item {
	color: #7b8012;
}

/* Shortcuts link color */

.aui-dialog .dialog-page-menu li.page-menu-item button.item-button:active,
.aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button:active {
	color: #7b8012;
	background-color: #F4F5F7;
}

/* Atlassian Activity Stream macro */

.activity-item-actions a, .activity-item-actions a:link, .activity-item-actions a:visited {
	color: #7b8012;
}

/* Confluence Expand Macro Link color */

.expand-control-text,
.expand-control-text:hover {
	color: #7b8012;
}

/*  Dialog wizard link color */
.dialog-wizard-page-wrapper .dialog-wizard-page-description h3 a {
	color: #7b8012;
}

/* Fixes for Confluence 6.7 */
body.new-aui .aui-navgroup-horizontal .aui-nav > li a:focus,
body.new-aui .aui-navgroup-horizontal .aui-nav > li a:hover {
	color: #7b8012;
}

body.new-aui .aui-navgroup-horizontal .aui-nav > .aui-nav-selected a::before,
body.new-aui .aui-navgroup-horizontal .aui-nav > .aui-nav-selected a::after {
	background: #7b8012;
}

body.new-aui .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a,
body.new-aui .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a:visited,
body.new-aui .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a:focus,
body.new-aui .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a:hover,
body.new-aui .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a:active {
	color: #7b8012;
}

body.new-aui .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a::before,
body.new-aui .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a::after {
	background: #7b8012;
}

body.new-aui .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:focus,
body.new-aui .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:hover {
	color: #7b8012;
}

body.new-aui .aui-tabs.aui-tabs-disabled > .tabs-menu > .menu-item > a:hover {
	color: #7b8012;
}

body.new-aui button.add-invite-others.aui-button.aui-button-link:hover,
body.new-aui button.toolbar-item-link.aui-button.aui-button-link:hover,
body.new-aui button#dialog-close-button:hover,
body.new-aui button#page-restrictions-dialog-close-button:hover,
body.new-aui button#resolved-dialog-close-button:hover {
	color: #7b8012;
}

body.new-aui button.toolbar-item-link.aui-button.aui-button-link:hover {
	text-decoration: underline;
}

body.new-aui #update-page-restrictions-dialog .restrictions-dialog-option {
	color: #7b8012;
}

body.new-aui .confluence-dashboard .aui-sidebar-wrapper li.aui-nav-selected a {
	color: #7b8012 !important;
}

/* Dropdown in Create Dialog */
body.new-aui .aui-select2-container.select2-container.select2-container-active .select2-choice, .aui-select2-container.select2-container .select2-choice:active {
	color: #7b8012;
}

/* 6.7 compatibility */

body.new-aui .aui-button.aui-button-link:hover:not([disabled]),
body.new-aui .aui-button.aui-button-text:hover:not([disabled]) {
	color: #7b8012;
}

/* Styles for my-work iframe (currently: same as globalLinkColor) */
#mw-container a {
    color: #7b8012;
}

#mw-container .mw-notification-item.focused,
#mw-container .mw-drilldown-list.focused {
    border-left-color: #7b8012;
}
/* Footer Background Color */
#footer {
    background-color: #f5f5f5;
}

/* Footer Headline Color */
#footer h2 {
    color: #000000;
}

/* Footer Text Color */
#footer tbody tr {
    color: #707070;
}

/* Footer Link Color */
#footer .footer-body a {
    color: #666666;
}

/* Hidden DC Node information */
#footer #hidden-node-information li {
    color: #f5f5f5;
}



/* Header Background Images */

/* Old selector #primary-header.primary-header-background-image { */
#header {
	background-image: url('data:image/png;base64,');
}

.theme-logo-wrapper {
	height: 100px;
	width: 277px;
}

#header #theme-logo-link {
	width: 277px;
	height: 100px;
}

#header #logo {
	background-image: url('data:image/png;base64,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');
	background-position-x: 0px;
	background-position-y: 33px;
	background-repeat: no-repeat;
	background-size: 277px 34px;
}

.grow-html #header #logo {
	background-image: none;
}

/* Header Background Color */
/* Old selector #primary-header { */
#header {
	background-color: #ffffff;
}

#linchpin-header-inner {
	height: 100px;
}
#linchpin-header.with-navigation #linchpin-header-inner {
	height: calc(100px + 40px);
}
#linchpin-header-inner #header {
	/*min-height: calc(100px + 41px);*/
	height: auto;
}
body.linchpin-touch #linchpin-header {
	display: none;
}

#logo {
	height: 100px;
}

#header #logo {
	float: left;
}

#primary-header {
	height: 100px;
}

#primary-header-inner {
	top: calc((100px - 34px) / 2);
}

#header h1.intranet-title {
	font-size: 22px;
	color: #333333;
}

form.new-aui #header #notifications-anchor,
form.new-aui #header #notifications-anchor:hover,
#header #notifications-anchor .aui-icon-small::before,
#header #help-menu-link .aui-icon-small::before,
#header #admin-menu-link .aui-icon-small::before,
#header #user-menu-link .aui-icon-dropdown::before,
#linchpin-header #linchpin-header-inner #header #quick-search.quick-search-icon::before,
#linchpin-header #linchpin-header-inner #header #action-drawer-link .aui-iconfont-navigator::before {
	color: #999999 ;
}

#header-actions-content:hover .action-drawer-item .action-drawer-link,
#header-actions-content .action-drawer-item .action-drawer-icon,
#header-actions-content .action-drawer-item .action-drawer-icon:hover {
	color: #7b8012;
}

#header.logoPosition_left #logo {
	width: 277px;
}

#header.logoPosition_right #logo {
	width: 277px;
}

#linchpin-print-header {
	display: none;
}

@media print {
	#linchpin-print-header {
		display: block !important;
		overflow: hidden;
	}

	#linchpin-print-header .print-logo {
		max-width: 10cm;
	}

	#linchpin-print-header .intranet-title,
	#linchpin-print-header .print-logo {
		float: left;
	}

	#linchpin-print-header .intranet-title {
		padding-left: 1cm;
		padding-right: 1cm;
		margin-top: 0.9cm;
	}
}

body.dashboard .PageContent .pagebody.showAuiDashboard-true main#main.content-body,
body.dashboard .PageContent .pagebody.showAuiDashboard-true section.content-body {
    width: calc(100% - 50%);
}
body.dashboard .PageContent .pagebody.showAuiDashboard-true aside.content-sidebar {
    width: calc(50%);
}

body.dashboard .PageContent .pagebody.showAuiDashboard-false {
    min-height: 57.65vh;
    background-color: #FFFFFF;
}

body.dashboard .PageContent .pagebody.hideDashboardButtons-true .confluence-dashboard .dashboard-buttons {
    display: none;
}

/* AUI-Dashboard configurable max width */
body.dashboard .PageContent .pagebody.showAuiDashboard-false .confluence-dashboard .aui-page-panel-inner aside.content-sidebar {
    /* 116px is the sum of the left and right margin for the aside-element;
    needs to be added so that the max-width respects the given margins*/
    max-width: calc(1600px + 116px);
}

body.dashboard .aui-page-panel, body.dashboard .content-header:not(.stick) {
    background-color: inherit;
}

body.dashboard .pagebody.showAuiDashboard-false {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: none;
}

/* styles for Login-Screen */
body.login #login-logo-header {
	height: 100px;
	display: block;
	background-color: #ffffff;
	background-image: url('data:image/png;base64,');
}


#login-logo-header {
	display: none;
}

#login-logo-header-inner {
	background-position-x: 0px;
	background-position-y: 33px;
	height: 100px;
	width: 277px;
	background-size: 277px 34px;
}

#login-logo-header #login-logo-header-inner,
#login-logo-header h1.intranet-title {
	float: left;
}

#login-logo-header h1.intranet-title {
	font-size: 22px;
	line-height: 100px;
	color: #333333;
}

body.login #login-logo-header-inner {
	background-image: url('data:image/png;base64,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');
}

body.login #login-logo-header #login-logo-header-inner h1.intranet-title {
	font-size: 22px;
	color: #333333;
}

body.profile .user-profile .profile-page .all-favourited-content .icon-remove-fav:before {
    color: #c3cd2d;
}

body.spaces .space-list-section table#space-list .icon-remove-fav:before {
  color: #c3cd2d;
}
/* Styles for usermention (currently: same as globalLinkColor) */
body:not(#tinymce) .wiki-content:not(#page-diffs) .current-user-mention {
	background-color: #7b8012;
	border: 1px solid rgba(130, 130, 130, 0.35);
}

body:not(#tinymce) .wiki-content .current-user-mention:before,
body:not(#tinymce) .wiki-content .current-user-mention:hover:before,
body:not(#tinymce) .wiki-content .current-user-mention:active:before,
body:not(#tinymce) .wiki-content .current-user-mention:visited:before {
	border: none;
}

body:not(#tinymce) .wiki-content:not(#page-diffs) a.user-mention.current-user-mention,
body:not(#tinymce) .wiki-content:not(#page-diffs) a.user-mention.current-user-mention:hover {
	background-color: #7b8012;
}

/* Editor Content Link Color */
#tinymce.wiki-content a {
	color: #7b8012;
}

/* Styles for user-mention while typing username (currently: same as globalLinkColor) */
#tinymce.wiki-content #autocomplete #autocomplete-trigger,
#tinymce.wiki-content #autocomplete #autocomplete-search-text,
#tinymce.wiki-content #autocomplete.fabric #autocomplete-trigger,
#tinymce.wiki-content #autocomplete.fabric #autocomplete-search-text {
	color: #7b8012;
}

/* Headline Colors */
#title-text a,
body.contenteditor #editor-precursor #content-title {
	color: #000000;
}

#toolbar #format-dropdown .format-h1 a,
#toolbar #format-dropdown .aui-dropdown:not(#insert-menu-options):not(.color-picker) li.active.format-h1 a,
#toolbar #format-dropdown .aui-dropdown:not(#insert-menu-options):not(.color-picker) li.active.format-h1 span,
.wiki-content h1 {
	color: #333333 !important;
}

#toolbar #format-dropdown .format-h2 a,
#toolbar #format-dropdown .aui-dropdown:not(#insert-menu-options):not(.color-picker) li.active.format-h2 a,
#toolbar #format-dropdown .aui-dropdown:not(#insert-menu-options):not(.color-picker) li.active.format-h2 span,
.wiki-content h2 {
	color: #333333 !important;
}

#toolbar #format-dropdown .format-h3 a,
#toolbar #format-dropdown .aui-dropdown:not(#insert-menu-options):not(.color-picker) li.active.format-h3 a,
#toolbar #format-dropdown .aui-dropdown:not(#insert-menu-options):not(.color-picker) li.active.format-h3 span,
.wiki-content h3 {
	color: #333333 !important;
}

#toolbar #format-dropdown .format-h4 a,
#toolbar #format-dropdown .aui-dropdown:not(#insert-menu-options):not(.color-picker) li.active.format-h4 a,
#toolbar #format-dropdown .aui-dropdown:not(#insert-menu-options):not(.color-picker) li.active.format-h4 span,
.wiki-content h4 {
	color: #333333 !important;
}

#toolbar #format-dropdown .format-h5.format-h5 a,
#toolbar #format-dropdown .aui-dropdown:not(#insert-menu-options):not(.color-picker) li.active.format-h5 a,
#toolbar #format-dropdown .aui-dropdown:not(#insert-menu-options):not(.color-picker) li.active.format-h5 span,
.wiki-content h5 {
	color: #707070 !important;
}

#toolbar #format-dropdown .format-h6.format-h6 a,
#toolbar #format-dropdown .aui-dropdown:not(#insert-menu-options):not(.color-picker) li.active.format-h6 a,
#toolbar #format-dropdown .aui-dropdown:not(#insert-menu-options):not(.color-picker) li.active.format-h6 span,
.wiki-content h6 {
	color: #707070 !important;
}

/* Panel Colors */

.panel {
	border-color: #cccccc;
}

.confluence-information-macro-note {
	border-color: #ffc000;
}

.confluence-information-macro-note:before,
.confluence-information-macro-note:after {
	background-color: #ffc000;
}

.confluence-information-macro-tip {
	border-color: #72b510;
}

.confluence-information-macro-tip:before,
.confluence-information-macro-tip:after {
	background-color: #72b510;
}

.confluence-information-macro-information {
	border-color: #00a3e1;
}

.confluence-information-macro-information:before,
.confluence-information-macro-information:after {
	background-color: #00a3e1;
}

.confluence-information-macro-warning {
	border-color: #e73331;
}

.confluence-information-macro-warning:before,
.confluence-information-macro-warning:after {
	background-color: #e73331;
}

.confluence-information-macro:after {
	color: #ffffff;
}

/* sidebar-help-tip in space config */

.spacetools.with-space-sidebar #sidebar-help-tip {
	top: 262px;
	margin-bottom: 40px;
}

.app-selection-view .app-entry:not(.compact-layout) .app-selection.active .app-star {
  color: #c3cd2d;
}

body.profile #main #main-header #profileHeader {
    padding: 15px;
    background-color: #F4F5F7;
}

#profileHeader:not(.cup20) #profile-edit-btn-container {
    margin-right: -13px;
}

body.profile #page #main #main-header {
    margin: -11px 0px 20px 0px;
}

.easy-event-calendar-macro .fc-body .fc-day-grid .fc-content-skeleton > table .fc-event-container .fc-event.participate,
.easy-event-calendar.fc .fc-event.participate  {
    background-color: #7b8012;
    border-color: #7b8012;
}

.easy-event-calendar-macro .fc-body .fc-day-grid .fc-content-skeleton > table .fc-event-container .fc-event.active.participate {
    background-color: #7b8012;
    border-color: #7b8012;
}

.easy-event-macro .participant-container .csv-button.active {
    color: #7b8012;
}

body.contenteditor #content.blogpost #enb-workflow-panel-toggle + #metadata-panel-content .aui-iconfont-help {
    color: #7b8012;
}

#enb-news-center-container .result-layout-wrapper .news-center-result-container .feed-post .feed-post-details .feed-post-excerpt-container .read-more span.read-more-icon,
.news-feed-macro .news-feed-macro-content.default-layout .feed-post .feed-post-details .feed-post-excerpt-container .read-more span.read-more-icon {
    color: #7b8012;
}

/* opacity for some texts */
.cover-stories-container .news-tile:not(.full-image-skin) .details-container .date-author-container,
.cover-stories-container .news-tile:not(.full-image-skin) .details-container .kicker,
.cover-stories-container .news-tile.title-on-color:not(.full-image-skin) .eye-catcher-container .kicker {
    opacity: 0.8;
}
/* opacity fix for video play buttons on tiles (LTP-1641 and LTP-2661)  */
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .kicker,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .kicker .video-control,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .kicker,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .kicker .video-control {
  color: rgba(51, 51, 51, 0.8);
  opacity: 1;
}



/* slide-bulletpoints */
.cover-stories-container .cover-stories-slides-navigation-container .cover-stories-slides-navigation .slide.current-slide {
    color: #7b8012;
}

/* more categories popup */
body .tipsy.more-enb-categories-tooltip .tipsy-inner a.open-enb-category-overlay {
    background-color: #fff;
}

body .tipsy.more-enb-categories-tooltip .tipsy-inner a.open-enb-category-overlay:link span.category,
body .tipsy.more-enb-categories-tooltip .tipsy-inner a.open-enb-category-overlay:visited span.category,
body .tipsy.more-enb-categories-tooltip .tipsy-inner a.open-enb-category-overlay:hover span.category,
body .tipsy.more-enb-categories-tooltip .tipsy-inner a.open-enb-category-overlay:active span.category,
body .tipsy.more-enb-categories-tooltip .tipsy-inner a.open-enb-category-overlay:focus span.category {
    color: #172b4d;
}

div[data-space-key] .aui-buttons .subscription-button.toggle-subscription-button .len-icon.len-icon-remove-subscription {
    color: #7b8012;
}

div[data-space-key] .aui-buttons .subscription-button .len-icon.len-icon-obligatory-subscription {
    color: #7b8012;
    opacity: 0.4;
}

/****************************************************/
/*                                                  */
/*               -- COVER STORIES --                */
/*               -- image and video --              */
/*                                                  */
/****************************************************/
.cover-stories-container .news-tile.image:not(.full-image-skin),
.cover-stories-container .news-tile.video:not(.full-image-skin),
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container:hover,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container:active,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container:hover,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container:active {
    background-color: #ffffff;
}

.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link span.space-label,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited span.space-label,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover span.space-label,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active span.space-label,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus span.space-label,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link span.space-label,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited span.space-label,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover span.space-label,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active span.space-label,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus span.space-label {
    color: #ffffff;
}

.cover-stories-container .slide-container .tile-container .news-tile.image:not(.full-image-skin) .details-container,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .title-kicker-container,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .title-kicker-container .kicker,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .title-kicker-container .title,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .date-author-container,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container > span a > span,
.cover-stories-container .slide-container .tile-container .news-tile.video:not(.full-image-skin) .details-container,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .title-kicker-container,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .title-kicker-container .title,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .date-author-container,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container > span a > span {
    color: #333333;
}

.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .title-kicker-container .video-control,
.cover-stories-container.use-hover.excerpt-on-hover .news-tile:hover:not(.full-image-skin) .details-container .excerpt-container.with-content:before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 30px);
}

.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus {
    margin: 3px 5px 0 0;
    background: #999999;
    border: solid 1px #999999;
}

.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    margin: 3px 5px 0 0;
    border: solid 1px #999999;
}

.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link span.category,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited span.category,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover span.category,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active span.category,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus span.category,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link span.category,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited span.category,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover span.category,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active span.category,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus span.category,
.cover-stories-container .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories,
.cover-stories-container .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    color: #999999;
}

.cover-stories-container .news-tile:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.cover-stories-container .news-tile:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.cover-stories-container .news-tile:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.cover-stories-container .news-tile:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.cover-stories-container .news-tile:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.cover-stories-container .news-tile:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    background-color: #ffffff;
}

.cover-stories-container .slide-container .tile-container .news-tile.video:not(.full-image-skin) {
    background: #555555;
}

/****************************************************/
/*                                                  */
/*               -- COVER STORIES --                */
/*               -- title on color 1 --             */
/*                                                  */
/****************************************************/
.cover-stories-container .slide-container .tile-container .news-tile.title-on-color.background-color-1:not(.full-image-skin),
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container {
    background: #00a3e1;
    color: #ffffff;
}

.cover-stories-container.use-hover .news-tile:hover.title-on-color.background-color-1:not(.full-image-skin) .details-container {
    border-top: solid 1px #ffffff;
}

.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .eye-catcher-container .title:before,
.cover-stories-container.use-hover.excerpt-on-hover .news-tile:hover.title-on-color.background-color-1:not(.full-image-skin) .details-container .excerpt-container.with-content:before,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container {
    background: linear-gradient(to right, rgba(53, 114, 176, 0), #00a3e1 30px);
}

.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container a,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container span,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .title-kicker-container,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .date-author-container,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .excerpt-container,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container span > a {
    color: #ffffff;
}

.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus {
    margin: 3px 5px 0 0;
    background: #ffffff;
    border: solid 1px #ffffff;
}

.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    margin: 3px 5px 0 0;
    border: solid 1px #ffffff;
    background: #00a3e1;
}

.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link span.category,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited span.category,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover span.category,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active span.category,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus span.category,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    color: #ffffff;
}

.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link span.space-label,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited span.space-label,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover span.space-label,
.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active span.space-label {
    color: #00a3e1;
}

.cover-stories-container .news-tile.title-on-color.background-color-1:not(.full-image-skin) .kicker {
    color: #ffffff
}

/****************************************************/
/*                                                  */
/*               -- COVER STORIES --                */
/*               -- title on color 2 --             */
/*                                                  */
/****************************************************/
.cover-stories-container .slide-container .tile-container .news-tile.title-on-color.background-color-2:not(.full-image-skin),
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container {
    background: #707070;
    color: #ffffff;
}

.cover-stories-container.use-hover .news-tile:hover.title-on-color.background-color-2:not(.full-image-skin) .details-container {
    border-top: solid 1px #ffffff;
}

.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .eye-catcher-container .title:before,
.cover-stories-container.use-hover.excerpt-on-hover .news-tile:hover.title-on-color.background-color-2:not(.full-image-skin) .details-container .excerpt-container.with-content:before,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container {
    background: linear-gradient(to right, rgba(112, 112, 112, 0), #707070 30px);
}

.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container a,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container span,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .title-kicker-container,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .date-author-container,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .excerpt-container,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container span > a {
    color: #ffffff;
}

.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus {
    margin: 3px 5px 0 0;
    background: #ffffff;
    border: solid 1px #ffffff;
}

.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    margin: 3px 5px 0 0;
    border: solid 1px #ffffff;
    background: #707070;
}

.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link span.category,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited span.category,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover span.category,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active span.category,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus span.category,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    color: #ffffff;
}

.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link span.space-label,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited span.space-label,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover span.space-label,
.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active span.space-label {
    color: #707070;
}

.cover-stories-container .news-tile.title-on-color.background-color-2:not(.full-image-skin) .kicker {
    color: #ffffff
}

/****************************************************/
/*                                                  */
/*               -- COVER STORIES --                */
/*               --   quotation --                  */
/*                                                  */
/****************************************************/
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .eye-catcher-container,
.cover-stories-container .slide-container .tile-container .news-tile.quotation:not(.full-image-skin) {
    background: #00a3e1;
}

.cover-stories-container .news-tile.quotation:not(.full-image-skin) .eye-catcher-container .quote-container .quote-text {
    color: #ffffff;
}

.cover-stories-container .news-tile.quotation:not(.full-image-skin) .eye-catcher-container .quote-container .quote-icon,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .eye-catcher-container .quote-container .aui-iconfont-quote {
    color: #ffffff;
}

.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container {
    background : #ffffff;
    color: #333333;
}

.cover-stories-container .news-tile.quotation:not(.full-image-skin) .eye-catcher-container .quote-container .quote-text .quote:before {
    background: linear-gradient(to right, rgba(53,114,176,0), #00a3e1 54px);
}

.cover-stories-container .news-tile.quotation:not(.full-image-skin) .eye-catcher-container .title:before,
.cover-stories-container.use-hover.excerpt-on-hover .news-tile:hover.quotation:not(.full-image-skin) .details-container .excerpt-container.with-content:before,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container {
    background: linear-gradient(to right, rgba(112, 112, 112, 0), #ffffff 30px);
}

.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container a,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container span,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .title-kicker-container,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .title-kicker-container .kicker,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .title-kicker-container .title,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .date-author-container,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .excerpt-container,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container span > a {
    color: #333333;
}

.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link span.space-label,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited span.space-label,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover span.space-label,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active span.space-label,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus span.space-label {
    color: #ffffff;
}

.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus {
    margin: 3px 5px 0 0;
    background: #999999;
    border: solid 1px #999999;
}

.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    margin: 3px 5px 0 0;
    border: solid 1px #999999;
    background: #ffffff;
}

.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link span.category,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited span.category,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover span.category,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active span.category,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus span.category,
.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    color: #999999;
}

.cover-stories-container .news-tile.quotation:not(.full-image-skin) .details-container .kicker {
   color: #333333;
}

/****************************************************/
/*                                                  */
/*               -- COVER STORIES --                */
/*               macro-browser-styles               */
/*                                                  */
/****************************************************/

#macro-insert-container .macro-name[value='news-teaser']~.macro-input-fields #macro-param-div-teaserBgColor #macro-param-teaserBgColor div.radio label.macro-param-background-color-1 {
    background-color: #00a3e1;
    color: #ffffff;
}

#macro-insert-container .macro-name[value='news-teaser']~.macro-input-fields #macro-param-div-teaserBgColor #macro-param-teaserBgColor div.radio label.macro-param-background-color-2 {
    background-color: #707070;
    color: #ffffff;
}

/****************************************************/
/*            -- NEWS CENTER COMPATIBILITY --       */
/****************************************************/

/* opacity for some texts */
.news-center-result-container.layout-tiles .news-tile:not(.full-image-skin) .details-container .kicker ,
.news-center-result-container.layout-tiles .news-tile:not(.full-image-skin) .details-container .date-author-container,
.news-center-result-container.layout-tiles .news-tile.title-on-color:not(.full-image-skin) .eye-catcher-container .kicker {
    opacity: 0.8;
}

/****************************************************/
/*                                                  */
/*               -- NEWS CENTER   --                */
/*               -- image and video --              */
/*                                                  */
/****************************************************/
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container:hover,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container:active,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container:hover,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container:active {
    background-color: #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container {
    background-color: #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link span.space-label,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited span.space-label,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover span.space-label,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active span.space-label,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus span.space-label,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link span.space-label,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited span.space-label,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover span.space-label,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active span.space-label,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus span.space-label {
    color: #ffffff;
}

.news-center-result-container.layout-tiles .tile-container .news-tile.image:not(.full-image-skin) .details-container,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .title-kicker-container,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .title-kicker-container .kicker,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .title-kicker-container .title,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .date-author-container,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container > span a > span,
.news-center-result-container.layout-tiles .tile-container .news-tile.video:not(.full-image-skin) .details-container,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .title-kicker-container,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .title-kicker-container .title,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .date-author-container,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container > span a > span {
    color: #333333;
}

.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .title-kicker-container .video-control,
.news-center-result-container.layout-tiles.use-hover.excerpt-on-hover .news-tile:hover:not(.full-image-skin) .details-container .excerpt-container.with-content:before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 30px);
}

.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus {
    margin: 3px 5px 0 0;
    background: #999999;
    border: solid 1px #999999;
}

.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    margin: 3px 5px 0 0;
    border: solid 1px #999999;
}

.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link span.category,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited span.category,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover span.category,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active span.category,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus span.category,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link span.category,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited span.category,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover span.category,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active span.category,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus span.category,
.news-center-result-container.layout-tiles .news-tile.image:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories,
.news-center-result-container.layout-tiles .news-tile.video:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    color: #999999;
}

.news-center-result-container.layout-tiles .news-tile:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.news-center-result-container.layout-tiles .news-tile:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.news-center-result-container.layout-tiles .news-tile:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.news-center-result-container.layout-tiles .news-tile:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.news-center-result-container.layout-tiles .news-tile:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.news-center-result-container.layout-tiles .news-tile:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    background-color: #ffffff;
}

/****************************************************/
/*                                                  */
/*               -- NEWS CENTER --                  */
/*               -- title on color 1 --             */
/*                                                  */
/****************************************************/
.news-center-result-container.layout-tiles .tile-container .news-tile.title-on-color.background-color-1:not(.full-image-skin),
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container {
    background: #00a3e1;
    color: #ffffff;
}

.news-center-result-container.layout-tiles.use-hover .news-tile:hover.title-on-color.background-color-1:not(.full-image-skin) .details-container {
    border-top: solid 1px #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .eye-catcher-container .title:before,
.news-center-result-container.layout-tiles.use-hover.excerpt-on-hover .news-tile:hover.title-on-color.background-color-1:not(.full-image-skin) .details-container .excerpt-container.with-content:before,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container {
    background: linear-gradient(to right, rgba(53, 114, 176, 0), #00a3e1 30px);
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container a,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container span,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .title-kicker-container,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .date-author-container,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .excerpt-container,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container span > a {
    color: #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus {
    margin: 3px 5px 0 0;
    background: #ffffff;
    border: solid 1px #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    margin: 3px 5px 0 0;
    border: solid 1px #ffffff;
    background: #00a3e1;
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link span.category,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited span.category,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover span.category,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active span.category,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus span.category,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    color: #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link span.space-label,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited span.space-label,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover span.space-label,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active span.space-label {
    color: #00a3e1;
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-1:not(.full-image-skin) .kicker {
    color: #ffffff
}

/****************************************************/
/*                                                  */
/*               -- NEWS CENTER   --                */
/*               -- title on color 2 --             */
/*                                                  */
/****************************************************/
.news-center-result-container.layout-tiles .tile-container .news-tile.title-on-color.background-color-2:not(.full-image-skin),
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container {
    background: #707070;
    color: #ffffff;
}

.news-center-result-container.layout-tiles.use-hover .news-tile:hover.title-on-color.background-color-2:not(.full-image-skin) .details-container {
    border-top: solid 1px #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .eye-catcher-container .title:before,
.news-center-result-container.layout-tiles.use-hover.excerpt-on-hover .news-tile:hover.title-on-color.background-color-2:not(.full-image-skin) .details-container .excerpt-container.with-content:before,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container {
    background: linear-gradient(to right, rgba(112, 112, 112, 0), #707070 30px);
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container a,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container span,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .title-kicker-container,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .date-author-container,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .excerpt-container,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container span > a {
    color: #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus {
    margin: 3px 5px 0 0;
    background: #ffffff;
    border: solid 1px #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    margin: 3px 5px 0 0;
    border: solid 1px #ffffff;
    background: #707070;
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link span.category,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited span.category,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover span.category,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active span.category,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus span.category,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    color: #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link span.space-label,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited span.space-label,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover span.space-label,
.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active span.space-label {
    color: #707070;
}

.news-center-result-container.layout-tiles .news-tile.title-on-color.background-color-2:not(.full-image-skin) .kicker {
    color: #ffffff
}

/****************************************************/
/*                                                  */
/*               -- NEWS Teaser   --                */
/*        -- title on color metadata --             */
/*                                                  */
/****************************************************/
.blueprint-creator-linchpin-enterprise-news-teaser-container .teaser-type-selection-additional.titleOnColor:not(.full-image-skin) div.radio label span.aui-lozenge.color-1,
#metadata-panel #metadata-panel-content .enb-news-teaser-section .enb-news-teaser-type-selection .teaser-type-selection-additional.titleOnColor:not(.full-image-skin) div.radio label[for=enb-news-teaser-title-color-1] span.aui-lozenge.color-1 {
    background-color: #00a3e1;
    border-color: #00a3e1;
    color: #ffffff
}

.blueprint-creator-linchpin-enterprise-news-teaser-container .teaser-type-selection-additional.titleOnColor:not(.full-image-skin) div.radio label span.aui-lozenge.color-2,
#metadata-panel #metadata-panel-content .enb-news-teaser-section .enb-news-teaser-type-selection .teaser-type-selection-additional.titleOnColor:not(.full-image-skin) div.radio label[for=enb-news-teaser-title-color-2] span.aui-lozenge.color-2 {
    background-color: #707070;
    border-color: #707070;
    color: #ffffff;
}


/****************************************************/
/*                                                  */
/*               -- NEWS CENTER --                  */
/*               --   quotation --                  */
/*                                                  */
/****************************************************/
.news-center-result-container.layout-tiles .tile-container .news-tile.quotation:not(.full-image-skin),
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .eye-catcher-container{
    background: #00a3e1;
}

.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .eye-catcher-container .quote-container .quote-text {
    color: #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .eye-catcher-container .quote-container .aui-iconfont-quote,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .eye-catcher-container .quote-container .quote-icon {
    color: #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container {
    background : #ffffff;
    color: #333333;
}

.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .eye-catcher-container .quote-container .quote-text .quote:before {
    background: linear-gradient(to right, rgba(53,114,176,0), #00a3e1 54px);
}

.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .eye-catcher-container .title:before,
.news-center-result-container.layout-tiles.use-hover.excerpt-on-hover .news-tile:hover.quotation:not(.full-image-skin) .details-container .excerpt-container.with-content:before,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container {
    background: linear-gradient(to right, rgba(112, 112, 112, 0), #ffffff 30px);
}

.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container a,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container span,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .title-kicker-container,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .title-kicker-container .kicker,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .title-kicker-container .title,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .date-author-container,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .excerpt-container,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container .social-section-container span > a {
    color: #333333;
}

.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link span.space-label,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited span.space-label,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover span.space-label,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active span.space-label,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus span.space-label {
    color: #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container a.open-enb-space-overlay:focus {
    margin: 3px 5px 0 0;
    background: #999999;
    border: solid 1px #999999;
}

.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    margin: 3px 5px 0 0;
    border: solid 1px #999999;
    background: #ffffff;
}

.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link span.category,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited span.category,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover span.category,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active span.category,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus span.category,
.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .space-categories-social-container span.categories span.more-categories {
    color: #999999;
}

.news-center-result-container.layout-tiles .news-tile.quotation:not(.full-image-skin) .details-container .kicker {
    color: #333333;
}

#enb-news-center-container .result-header .switch-layout > .active {
    color: #7b8012;
}

#enb-news-center-container .filter-container .reset-filter {
    color: #7b8012;
}

/****************************************************/
/*                                                  */
/*          -- LINCHPIN ENTERPRISE NEWS --          */
/*         -- full-image skin news tiles --         */
/*                                                  */
/****************************************************/

/* tile background colors */
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color {
	background: #00a3e1;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 {
	background: #5e6c84;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.quotation,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation {
	background: #00a3e1;
}

/* basic font colors */
.cover-stories-container .tile-container .full-image-skin.news-tile.image,
.cover-stories-container .tile-container .full-image-skin.news-tile.video,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video {
	color: #ffffff;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color {
	color: #ffffff;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 {
	color: #ffffff;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.quotation,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation {
	color: #ffffff;
}

/* social section font colors */
.cover-stories-container .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container .social-section-container *,
.cover-stories-container .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container .social-section-container *,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container .social-section-container *,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container .social-section-container * {
	color: #ffffff;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color .details-container .space-categories-social-container .social-section-container *,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color .details-container .space-categories-social-container .social-section-container * {
	color: #ffffff;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container .social-section-container *,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container .social-section-container * {
	color: #ffffff;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container .social-section-container *,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container .social-section-container * {
	color: #ffffff;
}

/* quote font colors*/
.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .quote-text,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .quote-text {
	color: #ffffff;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .aui-iconfont-quote,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .aui-iconfont-quote {
	color: #ffffff;
}

/* space lozenges */
.cover-stories-container .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.cover-stories-container .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.cover-stories-container .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.cover-stories-container .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.cover-stories-container .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container a.open-enb-space-overlay:focus,
.cover-stories-container .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.cover-stories-container .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.cover-stories-container .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.cover-stories-container .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.cover-stories-container .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container a.open-enb-space-overlay:focus,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container a.open-enb-space-overlay:focus,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container a.open-enb-space-overlay:focus {
	background: #8993a4;
	color: #ffffff;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container a.open-enb-space-overlay:focus,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container a.open-enb-space-overlay:focus {
	background: #ffffff;
	color: #00a3e1;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container a.open-enb-space-overlay:focus,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container a.open-enb-space-overlay:focus {
	background: #ffffff;
	color: #5e6c84;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container a.open-enb-space-overlay:focus,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container a.open-enb-space-overlay:link,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container a.open-enb-space-overlay:visited,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container a.open-enb-space-overlay:hover,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container a.open-enb-space-overlay:active,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container a.open-enb-space-overlay:focus {
	background: #ffffff;
	color: #00a3e1;
}

/* category lozenges */
.cover-stories-container .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.cover-stories-container .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.cover-stories-container .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.cover-stories-container .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.cover-stories-container .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.cover-stories-container .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container span.categories span.more-categories,
.cover-stories-container .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.cover-stories-container .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.cover-stories-container .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.cover-stories-container .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.cover-stories-container .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.cover-stories-container .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container span.categories span.more-categories,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.image .details-container .space-categories-social-container span.categories span.more-categories,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.video .details-container .space-categories-social-container span.categories span.more-categories {
	background: #b3bac5;
	color: #ffffff;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container span.categories span.more-categories,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-1 .details-container .space-categories-social-container span.categories span.more-categories {
	background: #92d0ee;
	color: #ffffff;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.cover-stories-container .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container span.categories span.more-categories,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.title-on-color.background-color-2 .details-container .space-categories-social-container span.categories span.more-categories {
	background: #b3bac5;
	color: #ffffff;
}

.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.cover-stories-container .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container span.categories span.more-categories,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:link,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:visited,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:hover,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:active,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container span.categories a.open-enb-category-overlay:focus,
.news-center-result-container.layout-tiles .tile-container .full-image-skin.news-tile.quotation .details-container .space-categories-social-container span.categories span.more-categories {
	background: #92d0ee;
	color: #ffffff;
}

/* news teaser selection in blog post edit view / Blueprint Creator integration: title on color radio buttons */
.blueprint-creator-linchpin-enterprise-news-teaser-container .teaser-type-selection-additional.titleOnColor.full-image-skin div.radio label span.aui-lozenge.color-1,
#metadata-panel #metadata-panel-content .enb-news-teaser-section .enb-news-teaser-type-selection .teaser-type-selection-additional.titleOnColor.full-image-skin div.radio label[for=enb-news-teaser-title-color-1] span.aui-lozenge.color-1 {
	background-color: #00a3e1;
	border-color: #00a3e1;
	color: #ffffff;
}

.blueprint-creator-linchpin-enterprise-news-teaser-container .teaser-type-selection-additional.titleOnColor.full-image-skin div.radio label span.aui-lozenge.color-2,
#metadata-panel #metadata-panel-content .enb-news-teaser-section .enb-news-teaser-type-selection .teaser-type-selection-additional.titleOnColor.full-image-skin div.radio label[for=enb-news-teaser-title-color-2] span.aui-lozenge.color-2 {
	background-color: #5e6c84;
	border-color: #5e6c84;
	color: #ffffff;
}

/* ------------------------------------ Menu Styling for LME 2.7 and higher */

/* LME Level 0 */
#sub-header {
  background-color: rgba(82, 82, 82, 0.7);
}



/* LME level 0 link color */
#sub-header .linchpin-navigation-menus ul.level-0 > li > span > .entry {
    color: #ffffff !important;
}
#sub-header .linchpin-navigation-menus ul.level-0 > li:hover > span > .entry {
	color: #ffffff !important;
}
.linchpin-navigation-menus ul.level-0 > li.active-item-trail,
.linchpin-navigation-menus ul.level-0 > li.active-item {
    box-shadow: inset 0 -4px 0 -2px #7b8012;
}
/* LME icon color */
#sub-header .linchpin-navigation-menus > ul > li > span > .entry > span.has-children-indicator,
#sub-header .linchpin-navigation-menus > ul > li > span > .entry > span.menu-entry-icon {
    color: #ffffff !important;
}
/* LME Level 0 link color hover */
#sub-header .linchpin-navigation-menus ul.level-0 > li:hover {
    color: #ffffff;
    background-color: #333333;
}
/* LME Level 0 icon color hover */
#sub-header .linchpin-navigation-menus > ul.level-0 > li:hover > span > .entry > span.has-children-indicator,
#sub-header .linchpin-navigation-menus > ul.level-0 > li:hover > span > .entry > span.menu-entry-icon {
    color: #ffffff !important;
}
/* LME Plain Level 1 */
#sub-header .linchpin-navigation-menus.plain ul.level-1 > li > span > .entry,
#sub-header .linchpin-navigation-menus.plain ul.level-1 > li > span > .has-children-indicator,
#sub-header .linchpin-navigation-menus.plain ul.level-1 > li > span > .menu-entry-icon {
    color: #333333 !important;
}

#sub-header .linchpin-navigation-menus.plain ul.level-1 > li.hover-state,
#sub-header .linchpin-navigation-menus.plain ul.level-1 > li.hover-state > span > .has-children-indicator {
    color: #333333 !important;
    background-color: #f5f5f5;
}
#sub-header .linchpin-navigation-menus.plain ul.level-1 > li.hover-state > span > .entry,
#sub-header .linchpin-navigation-menus.plain ul.level-1 > li.hover-state > span > .menu-entry-icon {
    color: #333333 !important;
}
/* LME Plain Level 2 */
#sub-header .linchpin-navigation-menus.plain ul.level-2 > li > span > .entry,
#sub-header .linchpin-navigation-menus.plain ul.level-2 > li > span > .has-children-indicator,
#sub-header .linchpin-navigation-menus.plain ul.level-2 > li > span > .menu-entry-icon {
    color: #333333 !important;
}

#sub-header .linchpin-navigation-menus.plain ul.level-2 > li.hover-state,
#sub-header .linchpin-navigation-menus.plain ul.level-2 > li.hover-state > span > .has-children-indicator {
    color: #333333 !important;
    background-color: #f5f5f5;
}
#sub-header .linchpin-navigation-menus.plain ul.level-2 > li.hover-state > span > .entry,
#sub-header .linchpin-navigation-menus.plain ul.level-2 > li.hover-state > span > .menu-entry-icon {
    color: #333333 !important;
}
/* LME Plain Level 3 */
#sub-header .linchpin-navigation-menus.plain ul.level-3 > li > span > .entry,
#sub-header .linchpin-navigation-menus.plain ul.level-3 > li > span > .has-children-indicator {
    color: #333333 !important;
}

#sub-header .linchpin-navigation-menus.plain ul.level-3 > li.hover-state,
#sub-header .linchpin-navigation-menus.plain ul.level-3 > li.hover-state > span > .has-children-indicator {
    color: #333333 !important;
    background-color: #f5f5f5;
}
#sub-header .linchpin-navigation-menus.plain ul.level-3 > li.hover-state > span > .entry,
#sub-header .linchpin-navigation-menus.plain ul.level-3 > li.hover-state > span > .menu-entry-icon {
    color: #333333 !important;
}
/* LME flyout Level 1 */
#sub-header .linchpin-navigation-menus.flyout ul.level-1 > li > span > .entry {
    color: #7b8012 !important;
}
/* LME extended flyout Level 1 */
#sub-header .linchpin-navigation-menus.extended-flyout .level-1 > li.hover-state > ul.level-2 > li > span > .entry {
    color: #7b8012 !important;
}
#sub-header .linchpin-navigation-menus.extended-flyout ul.level-1 > li.hover-state,
#sub-header .linchpin-navigation-menus.extended-flyout ul.level-1 > li.hover-state > span > .has-children-indicator {
    color: #333333 !important;
    background-color: #f5f5f5;
}
#sub-header .linchpin-navigation-menus.extended-flyout ul.level-1 > li.hover-state > span > .entry,
#sub-header .linchpin-navigation-menus.extended-flyout ul.level-1 > li.hover-state > span > .menu-entry-icon {
    color: #333333 !important;
}

/* Metadata for Confluence 2.1.1 */
div.metadatavalue a.user-mention[data-linked-resource-id] {
  color: #7b8012;
}//# sourceMappingURL=linchpin-theme-variables.css.map