/***
COLORS
***/
/*
.stroke(3,#000000);
*/
/*
.gradient(#000000,#FFFFFF);
*/
#LOADING h2,
#LOADING h3 {
  color: #FFFFFF;
}
#LOADING #loaderBadge {
  background-image: url("../../_theme/badges/applicationBadge_horizontalMenu_EN.png");
}
body {
  color: #6E6E6E;
  background: #000;
}
iframe {
  background-color: #F4F4F4;
  background: transparent;
}
.dateLine,
.seperatorIcons,
.smallFont,
p,
span {
  color: #6E6E6E;
}
h1,
h2,
h3,
h4,
h5 {
  color: #066FEF;
}
hr {
  border-top: 1px solid #F0F0F0;
}
a {
  color: #066FEF;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #066FEF;
}
.txtEdit,
textarea,
.txtEdit,
.txtKeywordSearch,
form select,
select,
input {
  background: #F0F0F0;
  color: #066FEF;
  border-radius: 0;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.dropShadow {
  box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.5);
}
#filterContainer {
  color: #6E6E6E;
  border-bottom: 1px solid #066FEF;
}
#CONTENT_filter label {
  color: #00095B;
}
#CONTENT_filter,
#CONTENT_length label {
  color: #6E6E6E;
}
.ARCHIVE_NOTIFIER {
  background: #D62D14;
  color: #F0F0F0;
  border: 1px dotted #D62D14;
}
.bigHeading:after {
  background-color: #00095B;
}
.bigHeading.darkBg {
  color: #FFFFFF;
}
.bigHeading.darkBg:after {
  background-color: #FFFFFF;
}
.bigHeading.medium:after {
  background-color: transparent;
}
.bigHeading {
  color: #00095B;
}
.bigHeading a:link,
.bigHeading a:visited,
.bigHeading a:hover,
.bigHeading a:active {
  color: #00095B;
}
.globalButtonClass {
  color: #FFFFFF;
  background: #000;
  border: 1px solid #000;
  transition: all 0.3s ease-out 0s;
}
.globalButtonClass:hover {
  border: 1px solid #ef9c02;
  background: #ef9c02;
  color: #000;
}
.filterButtonContainer .globalButtonClass:hover {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #000;
}
#PAGE_LINKS .globalButtonClass,
#PAGE_IMPRINT .globalButtonClass,
#previewDownloadContainer .globalButtonClass {
  color: #000;
  background: #ef9c02;
  border: 1px solid #ef9c02;
  transition: all 0.3s ease-out 0s;
}
#PAGE_LINKS .globalButtonClass:hover,
#PAGE_IMPRINT .globalButtonClass:hover,
#previewDownloadContainer .globalButtonClass:hover {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #000;
}
#MOD_FeaturedAssets .assetItem,
#MOD_FeaturedAssets .listViewItem.multimediaContainer,
#MOD_AssetMultimedia .listViewItem,
#MOD_KeyAssets .assetItem,
#MOD_KeyAssets .listViewItem {
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.7);
}
#MOD_FeaturedAssets .assetItem .assetHeadline,
#MOD_FeaturedAssets .listViewItem.multimediaContainer .assetHeadline,
#MOD_AssetMultimedia .listViewItem .assetHeadline,
#MOD_KeyAssets .assetItem .assetHeadline,
#MOD_KeyAssets .listViewItem .assetHeadline {
  color: #ef9c02;
}
#MOD_FeaturedAssets .assetItem .assetDescription,
#MOD_FeaturedAssets .listViewItem.multimediaContainer .assetDescription,
#MOD_AssetMultimedia .listViewItem .assetDescription,
#MOD_KeyAssets .assetItem .assetDescription,
#MOD_KeyAssets .listViewItem .assetDescription {
  color: #FFFFFF;
}
#MOD_FeaturedAssets .assetItem .buttonsActionContainer,
#MOD_FeaturedAssets .listViewItem.multimediaContainer .buttonsActionContainer,
#MOD_AssetMultimedia .listViewItem .buttonsActionContainer,
#MOD_KeyAssets .assetItem .buttonsActionContainer,
#MOD_KeyAssets .listViewItem .buttonsActionContainer {
  padding-bottom: 1rem;
}
.listViewItem .buttonContainer .globalButtonClass {
  background: transparent;
  color: #0F0F0F;
  border: 1px solid #0F0F0F;
}
@media screen and (max-width: 500px) {
  .listViewItem .buttonContainer .globalButtonClass {
    background: transparent;
    color: #0F0F0F;
    border: 1px solid #0F0F0F;
  }
}
#applicationCover {
  background-color: #ef9c02;
  z-index: 9999;
}
#applicationCover p {
  color: #000;
}
#applicationCover a {
  color: #000;
}
#applicationCover a:link,
#applicationCover a:visited,
#applicationCover a:hover,
#applicationCover a:active {
  color: #000;
}
.fa-spinner {
  color: #000;
}
#appStatusMessage {
  color: #FFFFFF;
}
#appStatusMessage h3 {
  color: #FFFFFF;
}
.statusMaintenance {
  color: #FFFFFF;
}
#CookieBanner {
  background-color: rgba(0, 0, 0, 0.9);
}
#CookieBanner #CookieBannerText h2 {
  color: #DDD;
}
#CookieBanner #CookieBannerText p {
  color: #DDD;
}
#CookieBanner #CookieBannerButtons #cmdCookieBannerOK {
  background-color: #008200;
  border: 1px solid #008200;
}
#CookieBanner #CookieBannerButtons #cmdCookieBannerTerms {
  background-color: #6E6E6E;
  border: 1px solid #6E6E6E;
}
.filterDropdownContainer .styled-select {
  border-bottom: 1px solid #00095B;
}
.filterDropdownContainer .styled-select select {
  background: transparent;
  color: #00095B;
}
.filterDropdownContainer .txtKeywordSearch {
  background: transparent;
  border-bottom: 1px solid #000;
  color: #000;
}
#txtKeywordSearchContainer::placeholder {
  color: #000;
}
.featureContainer .filterDropdownContainer .styled-select:after {
  color: #FFFFFF;
}
.featureContainer .filterDropdownContainer .styled-select select {
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.featureContainer .filterDropdownContainer .txtKeywordSearch {
  border-bottom: 1px solid #000;
  color: #000;
}
#MOD_FeaturedAssets #txtKeywordSearchContainer::placeholder {
  color: #000;
}
#filterAssetTypeContainer #cloudSelectHeadline,
#filterCategoryCloud #cloudSelectHeadline {
  color: #000;
}
.featureContainer #filterCategoryCloud #cloudSelectHeadline {
  color: #000;
}
.pillButtonCategory,
.pillButton {
  transition: all 0.3s ease-out 0s;
  color: #000;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.pillButtonCategory:hover,
.pillButton:hover {
  background-color: #ef9c02;
  color: #000;
  border: 1px solid #000;
}
.pillButton {
  transition: all 0.3s ease-out 0s;
  color: #000;
  background-color: #FFFFFF;
  border: 1px solid #000;
}
.pillButton:hover {
  background-color: #ef9c02;
  color: #000;
  border: 1px solid #000;
}
.selectedPill,
.selectedPillCategory {
  background-color: #ef9c02;
  color: #000;
  border: 1px solid #ef9c02;
}
.selectedPill:hover,
.selectedPillCategory:hover {
  background-color: #ef9c02;
  color: #000;
  border: 1px solid #000 !important;
}
.jplist-pagesbox {
  transition: all 0.3s ease-out 0s;
}
.jplist-pagesbox button:hover {
  background: #00095B;
  color: #FFFFFF;
  transition: all 0.3s ease-out 0s;
}
.jplist-current {
  background: #FFFFFF;
  color: #000;
}
.jplist-current:hover {
  background: #ef9c02;
  color: #000;
}
.resultsText,
.noSearchResultsText {
  color: #6E6E6E;
}
.resultsText .noResultsHighlighted,
.noSearchResultsText .noResultsHighlighted {
  color: #00095B;
}
.resultsText .searchResultSection .bigHeading {
  border-bottom: 1px solid #DDD;
}
.noResultsNotification,
.undefined {
  color: #6E6E6E;
  background: transparent;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.noResultsNotification .noResultsText,
.undefined .noResultsText {
  color: #6E6E6E;
}
#MOD_FeaturedAssets .noResultsNotification,
#MOD_FeaturedAssets .undefined {
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#MOD_FeaturedAssets .noResultsNotification .noResultsText,
#MOD_FeaturedAssets .undefined .noResultsText {
  color: #FFFFFF;
}
#basketNumber {
  background: #BA4E00;
  color: #FFFFFF;
  cursor: pointer;
}
#switchesContainer a {
  color: #FFFFFF;
}
#AM {
  background-color: #FFFFFF;
}
#AM.availabilityCheck .reportHeader {
  background-color: #066FEF;
  color: #FFFFFF;
}
.txtKeywordSearch::placeholder {
  color: #FFF;
}
#EL_ToolsHeader #cboLanguagesList {
  box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.5) !important;
}
#EL_ToolsHeader #MOD_ContentSearch .txtKeywordSearch {
  background: transparent;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
#EL_ToolsHeader #MOD_ContentSearch button {
  color: #FFF;
  transition: all 0.3s ease-out 0s;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #FFF;
}
#EL_ToolsHeader #MOD_ContentSearch button:hover {
  background: transparent;
  color: #FFFFFF;
  border-bottom: 1px solid #FFF;
  border-left: none;
  border-right: none;
  border-top: none;
}
#EL_ToolsHeader #MOD_ContentSearch button:hover i {
  color: #FFF;
}
#EL_ToolsHeader #mobileMenuSwitch {
  mix-blend-mode: unset !important;
  color: #FFF !important;
}
#EL_ToolsHeader #mobileMenuSwitch i {
  color: #FFFFFF;
  transition: 0.3s color ease-in-out 0s;
}
#EL_ToolsHeader #mobileMenuSwitch i:hover {
  color: rgba(255, 255, 255, 0.7);
}
#EL_Navigation {
  background: transparent;
}
#EL_Navigation #EL_Navigation_Header #presskitPhrase {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  #EL_Navigation #EL_Navigation_Navbar {
    background: #000;
  }
}
#EL_Navigation #EL_Navigation_Navbar #mobileCatToggle {
  transition: all 0.3s ease-out 0s;
  background: #FFFFFF;
  color: #000;
}
#EL_Navigation #EL_Navigation_Navbar #mobileCatToggle:hover {
  color: #1700F4;
}
#EL_Navigation #EL_Navigation_Navbar .navigationHeadline h2 {
  color: #FFFFFF;
}
#EL_Navigation #EL_Navigation_Navbar .navigationButton,
#EL_Navigation #EL_Navigation_Navbar .navigationButtonActive {
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  color: #F0F0F0;
}
#EL_Navigation #EL_Navigation_Navbar .navigationButton:focus,
#EL_Navigation #EL_Navigation_Navbar .navigationButtonActive:focus {
  border: none;
}
#EL_Navigation #EL_Navigation_Navbar .navigationButton .SUB_NAV_LIST li,
#EL_Navigation #EL_Navigation_Navbar .navigationButtonActive .SUB_NAV_LIST li {
  transition: all 0.3s ease-out 0s;
  background-color: #066FEF;
}
@media screen and (max-width: 768px) {
  #EL_Navigation #EL_Navigation_Navbar .navigationButton .SUB_NAV_LIST li,
  #EL_Navigation #EL_Navigation_Navbar .navigationButtonActive .SUB_NAV_LIST li {
    background-color: transparent;
  }
}
#EL_Navigation #EL_Navigation_Navbar .navigationButton .SUB_NAV_LIST li:hover,
#EL_Navigation #EL_Navigation_Navbar .navigationButtonActive .SUB_NAV_LIST li:hover {
  background-color: #000;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  #EL_Navigation #EL_Navigation_Navbar .navigationButton .SUB_NAV_LIST li:hover,
  #EL_Navigation #EL_Navigation_Navbar .navigationButtonActive .SUB_NAV_LIST li:hover {
    color: #FFFFFF;
  }
}
#EL_Navigation #EL_Navigation_Navbar .navigationButton .SUB_NAV_LIST li.catNavActive,
#EL_Navigation #EL_Navigation_Navbar .navigationButtonActive .SUB_NAV_LIST li.catNavActive {
  color: #FFFFFF;
  background-color: #000;
}
#EL_Navigation #EL_Navigation_Navbar .navigationButton {
  color: #000;
  border-bottom: 2px solid transparent;
}
#EL_Navigation #EL_Navigation_Navbar .navigationButton:hover {
  color: #000;
  border-bottom: 2px solid #ef9c02;
}
#EL_Navigation #EL_Navigation_Navbar .navigationButton:focus {
  color: #ef9c02;
}
#EL_Navigation #EL_Navigation_Navbar .navigationButton#MAINNAV_anc_eventGallery {
  color: #ef9c02;
}
@media screen and (max-width: 768px) {
  #EL_Navigation #EL_Navigation_Navbar .navigationButton {
    border-bottom: 2px solid transparent;
  }
  #EL_Navigation #EL_Navigation_Navbar .navigationButton:hover {
    border-bottom: 2px solid transparent;
  }
  #EL_Navigation #EL_Navigation_Navbar .navigationButton:before {
    background: transparent;
    transition: all 0.3s ease-out 0s;
  }
  #EL_Navigation #EL_Navigation_Navbar .navigationButton:hover:before {
    background: #FFFFFF;
    transition: all 0.3s ease-out 0s;
  }
}
#EL_Navigation #EL_Navigation_Navbar .navigationButton .closeArrow:hover:before,
#EL_Navigation #EL_Navigation_Navbar .navigationButton .openArrow:hover:before {
  color: #FFFFFF;
}
#EL_Navigation #EL_Navigation_Navbar .navigationButtonActive {
  color: #000;
  border-bottom: 2px solid transparent;
}
#EL_Navigation #EL_Navigation_Navbar .navigationButtonActive::before {
  border-bottom: 2px solid #FFFFFF;
}
#EL_Navigation #EL_Navigation_Navbar .navigationButtonActive:focus {
  color: #000;
  border-bottom: 2px solid #ef9c02;
}
@media screen and (max-width: 768px) {
  #EL_Navigation #EL_Navigation_Navbar .navigationButtonActive {
    border-bottom: 2px solid transparent;
  }
  #EL_Navigation #EL_Navigation_Navbar .navigationButtonActive:hover {
    border-bottom: 2px solid transparent;
    background-color: #000;
  }
  #EL_Navigation #EL_Navigation_Navbar .navigationButtonActive:before {
    background: #FFFFFF;
    transition: all 0.3s ease-out 0s;
  }
  #EL_Navigation #EL_Navigation_Navbar .navigationButtonActive:hover:before {
    background: #FFFFFF;
    transition: all 0.3s ease-out 0s;
  }
}
#EL_Footer {
  background-color: #FFFFFF;
  color: #000;
}
#EL_Footer .navigationHeadline {
  color: #ef9c02;
}
#EL_Footer .navigationButton,
#EL_Footer .navigationButtonActive {
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-out 0s;
  color: #000;
}
#EL_Footer .navigationButton:hover,
#EL_Footer .navigationButtonActive:hover {
  color: #ef9c02;
}
#EL_Footer .navigationButtonActive {
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-out 0s;
  color: #000;
}
#EL_Footer #footerLegalClaim {
  background: #FFFFFF;
}
#EL_Footer #footerLegalClaim p {
  color: #000;
}
#EL_Footer #footerLegalClaim p .footerLegalLink {
  color: #ef9c02;
}
#EL_Footer #footerBottomContainer #footerLinks .shareElement a {
  color: #ef9c02;
}
#EL_Footer #footerBottomContainer #footerLinks .shareElement a:hover {
  color: #000;
}
#EL_Footer #footerBottomContainer #cmdBackToTop {
  color: #FFFFFF;
  background-color: #ef9c02;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  border: none;
}
#EL_Footer #footerBottomContainer #cmdBackToTop:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: #FFFFFF;
}
#EL_Footer #footerBottomContainer #cmdBackToTop i {
  color: #FFFFFF;
}
#EL_Footer #footerBottomContainer #cmdBackToTop i:hover {
  color: #FFFFFF;
}
#EL_Footer #footerBottomContainer #cmdBackToTop .toTopButtonText {
  color: #676767;
}
@supports (position: sticky) {
  @media screen and (min-width: 220px) and (max-width: 769px) {
    #EL_MobileQuickLinks {
      transition: opacity 0.25s ease-in-out;
      background-color: #066FEF;
    }
    #EL_MobileQuickLinks.hideQuickLinks {
      opacity: 0;
    }
    #EL_MobileQuickLinks.showQuickLinks {
      opacity: 1;
    }
    #EL_MobileQuickLinks ul .quickLinkButton {
      color: #FFFFFF;
    }
    #EL_MobileQuickLinks ul .quickLinkButtonActive {
      color: #FFFFFF;
      border-bottom: 2px solid #1700F4;
    }
  }
}
#MOD_ContentSlider .contentSliderList {
  background-color: #0F0F0F;
}
#MOD_ContentSlider .contentSliderList .halvedBlockCompact h2 {
  color: #FFFFFF;
}
#MOD_ContentSlider .contentSliderList .halvedBlockCompact p {
  color: #FFFFFF;
}
#MOD_ContentSlider .contentSliderList .halvedBlockCompact p:before {
  background-color: #FFFFFF;
}
.flex-direction-nav a {
  color: transparent;
}
.flex-direction-nav a:before {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-out 0s;
}
.flex-direction-nav a:hover:before {
  color: #FFFFFF;
}
#previousContainer i:before,
#nextContainer i:before {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-out 0s;
}
#previousContainer i:hover:before,
#nextContainer i:hover:before {
  color: #FFFFFF;
}
.flex-control-paging li a {
  background: #FFFFFF;
}
.flex-control-paging li a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.flex-control-paging li .flex-active {
  background: #ef9c02 !important;
}
.MOD_FuelAndEmission b {
  color: #4D4D4D;
}
.transparent40 {
  color: rgba(0, 0, 0, 0.4);
}
.flex-control-nav.flex-control-paging li a {
  box-shadow: none;
}
.prominentContainer {
  background: #ef9c02 !important;
}
.prominentContainer .quoteBlock {
  color: #000;
}
.prominentContainer .quoteBlock .quoteText {
  text-align: center;
  line-height: 2rem;
  font-style: italic;
}
.prominentContainer .quoteBlock .quoteText:before,
.prominentContainer .quoteBlock .quoteText:after {
  color: #000 !important;
}
.MOD_ShareImage .msiWrapper .msiShareInfo {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-out 0s;
}
.MOD_ShareImage .msiWrapper p,
.MOD_ShareImage .msiWrapper i {
  color: #FFFFFF;
  border-bottom: none;
}
#MOD_AssetCounter,
#MOD_EventCalendar {
  padding: min(10vh, 10rem) 8%;
}
@media screen and (max-width: 768px) {
  #MOD_AssetCounter,
  #MOD_EventCalendar {
    padding-inline: 1.2rem !important;
  }
}
#MOD_Boiler {
  background-color: #FFFFFF;
}
#MOD_Boiler .bigHeading {
  color: #ef9c02;
}
#MOD_Boiler .bigHeading::after {
  display: none;
}
#MOD_Boiler h3 {
  color: #ef9c02 !important;
}
#MOD_Boiler p {
  color: #000 !important;
}
#MOD_Boiler p a,
#MOD_Boiler p a:link,
#MOD_Boiler p a:visited,
#MOD_Boiler p a:active,
#MOD_Boiler p a:hover {
  color: #ef9c02 !important;
}
.featureContainer,
.prominentContainer {
  background-color: #0F0F0F;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.featureContainer .bigHeading.darkBg::after,
.prominentContainer .bigHeading.darkBg::after {
  color: #FFFFFF;
}
.featureContainer p,
.prominentContainer p {
  color: #6E6E6E;
}
.featureContainer p a:link,
.prominentContainer p a:link,
.featureContainer p a:visited,
.prominentContainer p a:visited,
.featureContainer p a:hover,
.prominentContainer p a:hover,
.featureContainer p a:active,
.prominentContainer p a:active {
  color: #066FEF;
  text-decoration: underline;
  font-weight: 900;
}
.featureContainer {
  background-color: #0F0F0F;
}
.featureContainer .bigHeading {
  color: #FFFFFF;
}
.featureContainer .bigHeading::after {
  background-color: #066FEF !important;
}
#AM.previewView {
  background-color: #000;
}
#AM.previewView #previewContainer {
  background-color: #000;
}
#AM.previewView #previewContainer .closePreviewButton:after {
  color: #FFFFFF;
  opacity: 0.8;
  transition: all 0.3s ease-out 0s;
}
#AM.previewView #previewContainer .closePreviewButton:hover:after {
  transition: all 0.3s ease-out 0s;
  opacity: 1;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft .previewDate {
  color: #FFFFFF;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft .previewDate:before {
  color: #FFFFFF;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft .previewMetaCountry {
  color: #FFFFFF;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft #previewInformationWrapper h2 {
  color: #ef9c02;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft #previewInformationWrapper p {
  color: #FFFFFF;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft .filterPhrase {
  color: #FFFFFF;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft #previewFilterInformation {
  color: #F0F0F0;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft #previewFilterInformation .filterInformationContrast {
  color: #F0F0F0;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft #previewShareButtons a i {
  color: #F0F0F0;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft #previewLicenseData .licenseExpiredNotice .claim,
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft #previewLicenseData .licenseExpiredNotice .licenseDate {
  color: #F97E7E !important;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft #previewLicenseData .licenseValidNotice .claim,
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft #previewLicenseData .licenseValidNotice .licenseDate {
  color: greenyellow !important;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerLeft #previewLicenseData .licenseValidNotice .licenseDetails {
  color: #6E6E6E;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerRight .previewFilesizeInfo {
  color: #F0F0F0;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerRight .previewFilesizeInfo .imgSize {
  color: #F0F0F0;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerRight .downloadPhrase {
  color: #FFFFFF;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerRight #previewContainerIcons i {
  color: #FFFFFF;
}
#AM.previewView #previewContainer #previewContentWrapper #previewContainerRight #previewContainerIcons i:hover {
  color: #FFFFFF;
}
#AM.previewView #previewContainer #previewContentWrapper .previewFCEContainer p {
  color: #F0F0F0;
}
#AM.previewView #previewContainer #previewContentWrapper .licenseShortInfoWrapper .legalBlock h1,
#AM.previewView #previewContainer #previewContentWrapper .licenseShortInfoWrapper .legalBlock h2,
#AM.previewView #previewContainer #previewContentWrapper .licenseShortInfoWrapper .legalBlock h3,
#AM.previewView #previewContainer #previewContentWrapper .licenseShortInfoWrapper .legalBlock p {
  color: #F4F4F4;
}
.assetItem:hover .metaContainer {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
.assetItem:hover .infoContainer {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
.assetItem:hover .buttonContainer {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
.assetItem:hover .actionContainer i {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
.assetItem:hover .thumbnailContainer {
  filter: brightness(0.4);
  transition: filter 0.2s ease-in-out;
}
@media screen and (max-width: 500px) {
  .assetItem:hover .thumbnailContainer {
    filter: brightness(1);
  }
}
@media screen and (min-width: 501px) {
  .assetItem:not(.listViewItem) {
    background-color: #00095B;
  }
}
.assetItem .metaContainer {
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .assetItem .metaContainer {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
  }
}
.assetItem .metaContainer .metaCountry {
  color: #FFFFFF;
}
.assetItem .infoContainer {
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .assetItem .infoContainer {
    opacity: 1;
  }
}
.assetItem .infoContainer .assetHeadline {
  color: #FFFFFF;
  font-weight: 900;
}
@media screen and (max-width: 500px) {
  .assetItem .infoContainer .assetHeadline {
    color: #4D4D4D;
  }
}
.assetItem .infoContainer .assetDescription {
  color: #FFFFFF;
}
@media screen and (max-width: 500px) {
  .assetItem .infoContainer .assetDescription {
    color: #4D4D4D;
  }
}
.assetItem .buttonContainer {
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .assetItem .buttonContainer {
    opacity: 1;
  }
}
.assetItem .buttonContainer .downloadPhrase {
  color: #F0F0F0;
}
@media screen and (max-width: 500px) {
  .assetItem .buttonContainer .downloadPhrase {
    color: #6E6E6E;
  }
}
.assetItem .actionContainer i {
  color: #FFFFFF;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .assetItem .actionContainer i {
    color: #4D4D4D;
    opacity: 1;
  }
}
.assetItem .actionContainer .activeBriefcaseColor:before {
  color: #008200;
}
.licenseInformationWrapper.licenseValidNotice {
  background-color: #008200;
}
.licenseInformationWrapper.licenseValidNotice ´ .licenseDetails {
  color: #FFFFFF;
}
.licenseInformationWrapper.licenseExpiredNotice {
  background-color: #D62D14;
}
.licenseInformationWrapper.licenseExpiredNotice .licenseDetails {
  color: #FFFFFF;
}
.licenseValidInfo .claimFor,
.licenseValidInfo .claimRegion {
  color: #F0F0F0;
}
.licenseSpacesList:first-child {
  margin-top: 4px;
}
.licenseSpacesList li {
  margin-left: 12px;
  margin-bottom: 4px;
}
#MOD_FeaturedAssets .videoRegular .thumbnailContainer,
#MOD_KeyAssets .videoRegular .thumbnailContainer,
#MOD_AssetMultimedia .videoRegular .thumbnailContainer,
#MOD_Briefcase .videoRegular .thumbnailContainer,
#MOD_SearchResults .videoRegular .thumbnailContainer {
  background-color: #000;
}
#MOD_AssetMultimedia .multimediaContainer:hover .thumbnailContainer,
.keyAssetsWrapper .assetItem:hover .thumbnailContainer,
#MOD_FeaturedAssets .assetItem:hover .thumbnailContainer {
  filter: initial;
}
#MOD_AssetMultimedia .multimediaContainer .metaContainer,
.keyAssetsWrapper .assetItem .metaContainer,
#MOD_FeaturedAssets .assetItem .metaContainer {
  opacity: 1;
  background: #0F0F0F;
}
#MOD_AssetMultimedia .multimediaContainer .infoContainer,
.keyAssetsWrapper .assetItem .infoContainer,
#MOD_FeaturedAssets .assetItem .infoContainer {
  opacity: 1;
}
#MOD_AssetMultimedia .multimediaContainer .buttonContainer,
.keyAssetsWrapper .assetItem .buttonContainer,
#MOD_FeaturedAssets .assetItem .buttonContainer {
  opacity: 1;
}
#MOD_AssetMultimedia .multimediaContainer .actionContainer,
.keyAssetsWrapper .assetItem .actionContainer,
#MOD_FeaturedAssets .assetItem .actionContainer {
  opacity: 1;
}
#MOD_AssetMultimedia .multimediaContainer .actionContainer i,
.keyAssetsWrapper .assetItem .actionContainer i,
#MOD_FeaturedAssets .assetItem .actionContainer i {
  opacity: 1;
}
#MOD_FeaturedAssets .flex-direction-nav a {
  color: transparent;
}
#MOD_FeaturedAssets .flex-direction-nav a:before {
  color: #1700F4;
  opacity: 0.8;
}
#MOD_FeaturedAssets .flex-direction-nav a:hover:before {
  color: #1700F4;
  opacity: 1;
}
.listViewWrapper .listViewItem {
  border: none;
  border-bottom: 1px solid #F0F0F0;
}
.listViewWrapper .listViewItem:last-child {
  border-bottom: none;
}
.listViewWrapper .listViewItem:hover .thumbnailContainer {
  filter: unset;
}
.listViewWrapper .listViewItem .listItemDataWrapper .metaContainer {
  opacity: 1;
  background: transparent;
}
.listViewWrapper .listViewItem .listItemDataWrapper .metaContainer .metaCountry {
  color: #0F0F0F;
}
.listViewWrapper .listViewItem .listItemDataWrapper .actionContainer {
  opacity: 1;
}
.listViewWrapper .listViewItem .listItemDataWrapper .actionContainer i:before {
  color: #0F0F0F;
}
.listViewWrapper .listViewItem .listItemDataWrapper .infoContainer {
  opacity: 1;
}
.listViewWrapper .listViewItem .listItemDataWrapper .infoContainer .assetHeadline {
  color: #066FEF;
  text-transform: uppercase;
}
.listViewWrapper .listViewItem .listItemDataWrapper .infoContainer .assetDescription {
  color: #4D4D4D;
}
.listViewWrapper .listViewItem .listItemDataWrapper .fuelButtonsContainer .contentFCEContainer p {
  color: #4D4D4D;
}
.listViewWrapper .listViewItem .listItemDataWrapper .fuelButtonsContainer .buttonContainer {
  opacity: 1;
}
.listViewWrapper .listViewItem .listItemDataWrapper .fuelButtonsContainer .buttonContainer .downloadPhrase {
  color: #0F0F0F;
}
#MOD_AssetMultimedia .multimediaContainer .infoContainer .assetHeadline,
.keyAssetsWrapper .infoContainer .assetHeadline,
#MOD_FeaturedAssets .assetItem .infoContainer .assetHeadline,
#MOD_AssetMultimedia .multimediaContainer .infoContainer .assetDescription,
.keyAssetsWrapper .infoContainer .assetDescription,
#MOD_FeaturedAssets .assetItem .infoContainer .assetDescription,
#MOD_AssetMultimedia .multimediaContainer .infoContainer .dateLine,
.keyAssetsWrapper .infoContainer .dateLine,
#MOD_FeaturedAssets .assetItem .infoContainer .dateLine,
#MOD_AssetMultimedia .multimediaContainer .infoContainer .imageSizeInfo,
.keyAssetsWrapper .infoContainer .imageSizeInfo,
#MOD_FeaturedAssets .assetItem .infoContainer .imageSizeInfo {
  color: #4D4D4D;
}
#MOD_AssetMultimedia .multimediaContainer .infoContainer .assetHeadline b,
.keyAssetsWrapper .infoContainer .assetHeadline b,
#MOD_FeaturedAssets .assetItem .infoContainer .assetHeadline b,
#MOD_AssetMultimedia .multimediaContainer .infoContainer .assetDescription b,
.keyAssetsWrapper .infoContainer .assetDescription b,
#MOD_FeaturedAssets .assetItem .infoContainer .assetDescription b,
#MOD_AssetMultimedia .multimediaContainer .infoContainer .dateLine b,
.keyAssetsWrapper .infoContainer .dateLine b,
#MOD_FeaturedAssets .assetItem .infoContainer .dateLine b,
#MOD_AssetMultimedia .multimediaContainer .infoContainer .imageSizeInfo b,
.keyAssetsWrapper .infoContainer .imageSizeInfo b,
#MOD_FeaturedAssets .assetItem .infoContainer .imageSizeInfo b {
  color: #4D4D4D;
}
#MOD_AssetMultimedia .multimediaContainer .buttonContainer .downloadPhrase,
.keyAssetsWrapper .buttonContainer .downloadPhrase,
#MOD_FeaturedAssets .assetItem .buttonContainer .downloadPhrase {
  color: #6E6E6E;
}
#MOD_AssetMultimedia .multimediaContainer .actionContainer i,
.keyAssetsWrapper .actionContainer i,
#MOD_FeaturedAssets .assetItem .actionContainer i {
  color: #4D4D4D;
  opacity: 1;
}
#MOD_AssetMultimedia .multimediaContainer .video.imagePreview,
.keyAssetsWrapper .video.imagePreview,
#MOD_FeaturedAssets .assetItem .video.imagePreview {
  background-color: #4D4D4D;
}
#MOD_Briefcase .video.imagePreview,
#MOD_SearchResults .video.imagePreview {
  background-color: #4D4D4D;
}
.assetItem .thumbnailContainer:after,
.assetItem .previewImageWrapper:after {
  color: #FFFFFF;
  opacity: 0.7;
}
.gamesAddonsImage {
  background-color: #00095B;
}
.gamesAddonsImageHeadline,
#QUIZ_ImageHeadline {
  color: #FFFFFF;
}
.gamesAddonsImageHeadline span,
#QUIZ_ImageHeadline span {
  color: #FFFFFF;
}
.gamesAddonsImageHeadline:after,
#QUIZ_ImageHeadline:after {
  background-color: #FFFFFF;
}
.red {
  color: #D62D14;
}
.white {
  color: #F0F0F0;
}
.grey {
  color: #066FEF;
}
.yellow {
  color: #BA4E00;
}
.errorBox {
  color: #00095B;
}
.errorBox h1,
.errorBox h2,
.errorBox h3,
.errorBox p {
  word-break: break-all;
  color: #F0F0F0;
}
#LISTITEMS,
#CONTENT_wrapper,
#updatesContainer {
  border: none;
}
#LISTITEMS .alertMainContainer,
#CONTENT_wrapper .alertMainContainer,
#updatesContainer .alertMainContainer {
  background-color: transparent;
  color: #F0F0F0;
  border-bottom: 1px solid #DDD;
}
#LISTITEMS .alertMainContainer:after,
#CONTENT_wrapper .alertMainContainer:after,
#updatesContainer .alertMainContainer:after {
  background-color: #F0F0F0;
}
#LISTITEMS .alertMainContainer .contentTextContainer,
#CONTENT_wrapper .alertMainContainer .contentTextContainer,
#updatesContainer .alertMainContainer .contentTextContainer {
  color: #066FEF;
}
#LISTITEMS .listingItemContainer,
#CONTENT_wrapper .listingItemContainer,
#updatesContainer .listingItemContainer {
  border-bottom: 1px solid #DDD;
}
#LISTITEMS .listingItemContainer:last-child,
#CONTENT_wrapper .listingItemContainer:last-child,
#updatesContainer .listingItemContainer:last-child {
  border-bottom: none;
}
#LISTITEMS .listingItemContainer .listItemTextWrapper .countryInformation,
#CONTENT_wrapper .listingItemContainer .listItemTextWrapper .countryInformation,
#updatesContainer .listingItemContainer .listItemTextWrapper .countryInformation {
  color: #4D4D4D;
}
#LISTITEMS .listingItemContainer .listItemThumbnail,
#CONTENT_wrapper .listingItemContainer .listItemThumbnail,
#updatesContainer .listingItemContainer .listItemThumbnail {
  color: #4D4D4D;
}
#linksPageNav {
  border-bottom: 1px solid #F0F0F0;
}
#linksPageNav h4 {
  color: #00095B;
  cursor: pointer;
}
#linksPageNav h4:hover {
  color: #1700F4;
}
#MOD_ExternalLinks .countryInformation {
  color: #FFFFFF !important;
}
#MOD_ExternalLinks h1:after {
  background-color: #FFFFFF;
}
#MOD_ExternalLinks #PortalsWrapper .listingItemContainer {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #MOD_ExternalLinks #PortalsWrapper .listingItemContainer {
    border-bottom: 1px solid #DDD;
  }
  #MOD_ExternalLinks #PortalsWrapper .listingItemContainer:last-child {
    border-bottom: none;
  }
}
#MOD_ExternalLinks #SocialMediaHubsWrapper .listingItemContainer {
  border-bottom: none;
}
#MOD_ExternalLinks #SocialMediaHubsWrapper .listItemTextWrapper .socialLink h4,
#MOD_ExternalLinks #PortalsWrapper .listItemTextWrapper .socialLink h4 {
  color: #6E6E6E;
}
#MOD_ExternalLinks #SocialMediaHubsWrapper .listItemTextWrapper .socialLink h4:hover,
#MOD_ExternalLinks #PortalsWrapper .listItemTextWrapper .socialLink h4:hover {
  text-decoration: none;
  color: #1700F4;
}
#MOD_ExternalLinks #SocialMediaLinksWrapper > div .socialmedia {
  transition: all 0.3s ease-out 0s;
}
#MOD_ExternalLinks #SocialMediaLinksWrapper > div .socialmedia:hover {
  background-color: #00095B;
  color: #FFFFFF;
}
#MOD_ExternalLinks #SocialMediaLinksWrapper > div h2 {
  transition: all 0.3s ease-out 0s;
  color: #00095B;
}
#MOD_ExternalLinks #SocialMediaLinksWrapper a::before:hover {
  color: #FFFFFF !important;
}
#MOD_Releases .topPressReleaseNav {
  border-bottom: 1px solid #F0F0F0;
}
#MOD_Releases .topPressReleaseNav #cmdAllNews {
  color: #066FEF;
  transition: all 0.3s ease-out 0s;
}
#MOD_Releases .topPressReleaseNav #cmdAllNews:hover {
  color: #1700F4;
}
#MOD_Releases .topPressReleaseNav .PressReleaseNavHeadline {
  color: #066FEF;
}
#MOD_Releases h1:after {
  background-color: #4D4D4D;
}
#MOD_Releases .PressReleaseDownloadIcons .downloadIcon {
  transition: all 0.3s ease-out 0s;
  color: #00095B;
  cursor: pointer;
}
#MOD_Releases .PressReleaseDownloadIcons .downloadIcon:hover {
  color: #1700F4;
}
.preview_icons a {
  color: #066FEF;
}
.preview_icons a:hover {
  color: #1700F4;
}
#MOD_Imprint .legalBlock .legalStressedHeadline {
  color: #4D4D4D;
}
#MOD_Imprint .legalBlock .legalAddress p {
  color: #4D4D4D;
}
.readerBox::before {
  color: #0F0F0F;
}
.readerBox button {
  background-color: #0F0F0F !important;
  border-color: #0F0F0F !important;
}
.bigHeading:after {
  background-color: #FFFFFF;
}
.bigHeading.darkBg {
  color: #FFFFFF;
}
.bigHeading.darkBg:after {
  background-color: #FFFFFF;
}
.bigHeading.medium:after {
  background-color: transparent;
}
.bigHeading {
  color: #4D4D4D;
}
.bigHeading a:link,
.bigHeading a:visited,
.bigHeading a:hover,
.bigHeading a:active {
  color: #4D4D4D;
}
#cloudSelectHeadline {
  color: #000;
  font-size: 0.8rem;
}
.catCloudContainer {
  background-color: #066FEF;
}
.catCloudContainer #cloudSelectHeadline {
  color: #000 !important;
  font-weight: bold;
}
.overviewBox .filterDropdownContainer .styled-select {
  border-color: #066FEF;
}
.overviewBox .filterDropdownContainer .styled-select select {
  color: #066FEF;
}
.overviewBox .filterDropdownContainer .styled-select .cboOverviewDocuments {
  max-width: 200px;
  min-width: 180px;
}
.overviewBox .filterDropdownContainer .styled-select::after {
  color: #066FEF;
}
.countdownMainContainer {
  background-color: #000;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#MOD_Countdown .countdownNumberContainer h1 {
  color: #FFFFFF !important;
}
#MOD_Countdown .moduleItemWrapperBox h2 {
  color: #FFFFFF !important;
}
.skipToContentButton {
  background-color: #066FEF;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
}
.keyAssetsContainer {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 60px;
  padding-bottom: 60px;
}
.keyAssetsContainer .bigHeading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.keyAssetsContainer .bigHeading:after {
  display: none;
}
#cmdAMSearch:focus {
  outline: transparent;
}
#cmdAMSearch:focus::after {
  color: #65ab2f;
}
.bingoFoundHeadline {
  color: #066FEF;
}
#PAGE_CUSTOM09 #contentContainer {
  background-color: #00095B;
}
#MAINNAV_ETransitHP:focus {
  color: #FFF !important;
}
.imageOverlayExample h1 {
  color: #FFF;
  text-shadow: 3px 4px 6px rgba(0, 0, 0, 0.5);
}
.imageOverlayExample h2 {
  color: #FFF;
  text-shadow: 3px 4px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1000px) {
  #AM {
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.9) !important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}
#navigationListContainer {
  background: transparent;
}
@media screen and (max-width: 768px) {
  #navigationListContainer {
    background: transparent;
  }
}
.introBox {
  background-color: #FFF;
}
.introBox h2,
.introBox h3,
.introBox h4,
.introBox .bigHeading {
  color: #ef9c02;
  text-align: center;
  line-height: 2.4rem;
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 2rem;
}
.introBox h2::after,
.introBox h3::after,
.introBox h4::after,
.introBox .bigHeading::after {
  display: none;
}
.keyAssetsBox {
  background-color: #FFFFFF;
}
.mainAssetsBox {
  background-color: #FFFFFF;
}
.mainAssetsBox h1,
.mainAssetsBox h2,
.mainAssetsBox h3,
.mainAssetsBox h4,
.mainAssetsBox .bigHeading {
  color: #ef9c02;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 2rem;
}
.mainAssetsBox h1::after,
.mainAssetsBox h2::after,
.mainAssetsBox h3::after,
.mainAssetsBox h4::after,
.mainAssetsBox .bigHeading::after {
  display: none;
}
.mainAssetsBox p,
.mainAssetsBox .contentMargin {
  color: #000;
}
.featureBox {
  background-image: url("../images/featureBG.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.featureBox h1,
.featureBox h2,
.featureBox h3,
.featureBox h4,
.featureBox .bigHeading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 2rem;
}
.featureBox h1::after,
.featureBox h2::after,
.featureBox h3::after,
.featureBox h4::after,
.featureBox .bigHeading::after {
  display: none;
}
.featureBox p,
.featureBox .contentMargin,
.featureBox .halvedBlock {
  color: #000;
}
.featureBox #filterCategoryCloud {
  justify-content: center;
}
.fixedActive #EL_ToolsHeader {
  background-color: #000;
  padding-bottom: 1rem;
}
.fixedActive #EL_Navigation #EL_Navigation_Navbar {
  padding-top: 2rem;
}
.fixedActive #EL_Navigation #EL_Navigation_Navbar #navigationList {
  text-align: center;
}
.fixedActive #EL_Navigation #EL_Navigation_Navbar .navigationHeadline {
  color: #000 !important;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .fixedActive #EL_Navigation #EL_Navigation_Navbar .navigationHeadline {
    display: none;
  }
}
.fixedActive #EL_Navigation #EL_Navigation_Navbar .navigationButton,
.fixedActive #EL_Navigation #EL_Navigation_Navbar .navigationButtonActive {
  color: #000 !important;
  border-color: transparent !important;
}
@media screen and (max-width: 768px) {
  .fixedActive #EL_Navigation #EL_Navigation_Navbar .navigationButton,
  .fixedActive #EL_Navigation #EL_Navigation_Navbar .navigationButtonActive {
    color: #ef9c02 !important;
  }
}
.fixedActive #EL_Navigation #EL_Navigation_Navbar .navigationButton::before,
.fixedActive #EL_Navigation #EL_Navigation_Navbar .navigationButtonActive::before {
  border-color: transparent !important;
  background: transparent !important;
}
.fixedActive #EL_Navigation #EL_Navigation_Navbar .navigationButton:hover,
.fixedActive #EL_Navigation #EL_Navigation_Navbar .navigationButtonActive:hover {
  color: #FFF !important;
  background-color: #000;
}
#PAGE_IMPRINT #contentContainer,
#PAGE_LINKS #contentContainer {
  background-color: #000 !important;
}
#PAGE_IMPRINT .pillButton,
#PAGE_LINKS .pillButton,
#PAGE_IMPRINT .pillButtonCategory,
#PAGE_LINKS .pillButtonCategory {
  background-color: #ef9c02 !important;
  color: #000 !important;
}
#PAGE_IMPRINT h1,
#PAGE_LINKS h1,
#PAGE_IMPRINT h2,
#PAGE_LINKS h2,
#PAGE_IMPRINT h3,
#PAGE_LINKS h3,
#PAGE_IMPRINT h4,
#PAGE_LINKS h4,
#PAGE_IMPRINT a,
#PAGE_LINKS a {
  color: #ef9c02 !important;
}
#PAGE_IMPRINT h1:hover::before,
#PAGE_LINKS h1:hover::before,
#PAGE_IMPRINT h2:hover::before,
#PAGE_LINKS h2:hover::before,
#PAGE_IMPRINT h3:hover::before,
#PAGE_LINKS h3:hover::before,
#PAGE_IMPRINT h4:hover::before,
#PAGE_LINKS h4:hover::before,
#PAGE_IMPRINT a:hover::before,
#PAGE_LINKS a:hover::before {
  color: #FFFFFF !important;
}
#PAGE_IMPRINT p,
#PAGE_LINKS p,
#PAGE_IMPRINT .contentMargin,
#PAGE_LINKS .contentMargin,
#PAGE_IMPRINT span,
#PAGE_LINKS span {
  color: #FFFFFF !important;
}
#PAGE_PAGESEARCH #AM {
  background-image: url("../images/keyAssetsBG.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#PAGE_PAGESEARCH #EL_Content {
  margin-block: 0 !important;
}
#PAGE_PAGESEARCH #EL_Content #contentContainer {
  padding-top: 20rem;
}
#PAGE_PAGESEARCH .noResultsHighlighted,
#PAGE_PAGESEARCH h1,
#PAGE_PAGESEARCH h2,
#PAGE_PAGESEARCH h3,
#PAGE_PAGESEARCH h4,
#PAGE_PAGESEARCH a {
  color: #000 !important;
}
#PAGE_PAGESEARCH .noResultsHighlighted:hover::before,
#PAGE_PAGESEARCH h1:hover::before,
#PAGE_PAGESEARCH h2:hover::before,
#PAGE_PAGESEARCH h3:hover::before,
#PAGE_PAGESEARCH h4:hover::before,
#PAGE_PAGESEARCH a:hover::before {
  color: #FFFFFF !important;
}
#PAGE_PAGESEARCH .noSearchResultsText,
#PAGE_PAGESEARCH p,
#PAGE_PAGESEARCH .contentMargin,
#PAGE_PAGESEARCH span {
  color: #FFFFFF !important;
}
.keyAssetsContainer .bigHeading {
  color: #ef9c02;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 2rem;
}
.keyAssetsContainer .bigHeading::after {
  display: none;
}
.mainAssetsBox h1 {
  font-size: 3.5rem;
  text-align: left;
  font-family: "AntennaLight";
}
@media screen and (max-width: 768px) {
  .mainAssetsBox h1 {
    font-size: 1.5rem;
  }
}
#EL_Content .licenseShortInfoWrapper h3 {
  text-align: left;
}
.prominentContainer .quoteBlock .quoteText {
  text-align: center;
  line-height: 3rem;
  font-size: 2.4rem;
}
.MOD_SocialMedia-YouTube {
  background-color: #ef9c02;
}
.MOD_SocialMedia-YouTube object,
.MOD_SocialMedia-YouTube object embed,
.MOD_SocialMedia-YouTube .youtubeEmbedClassCheat {
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
