@charset "utf-8";
/***
COLORS
***/
/*
.stroke(3,#000000);
*/
/*
.gradient(#000000,#FFFFFF);
*/
.prominentContainer {
  margin-bottom: 0px !important;
}
.shareContainer {
  margin-top: 0px !important;
  column-gap: 0px;
}
#AM {
  position: relative;
}
#EL_Navigation {
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.introBox .twoColumnContentBlock {
  margin-block: 0 !important;
}
.featureBox,
.mainAssetsBox,
.shareContainer,
.MOD_SocialMedia-YouTube,
.prominentContainer,
.introBox,
.keyAssetsBox {
  margin-block: 0px !important;
  padding-block: 4rem;
}
.MOD_SocialMedia-YouTube h2,
.MOD_SocialMedia-YouTube .bigHeading {
  display: none !important;
}
.sliderImageContainer {
  padding-top: 65% !important;
}
@media screen and (max-width: 768px) {
  .sliderImageContainer {
    padding-top: 80% !important;
  }
}
#EL_Navigation #EL_Navigation_Header {
  flex-direction: column;
}
#bannerContainer {
  transition: all 0.3s ease-out 0s;
  width: 100% !important;
}
@media screen and (min-width: 350px) {
  #bannerContainer {
    height: 60px !important;
    margin-top: 0.5rem !important;
    width: 70% !important;
    top: -2rem;
  }
}
@media screen and (min-width: 460px) {
  #bannerContainer {
    height: 80px !important;
    margin-top: 1rem !important;
    width: 80% !important;
  }
}
@media screen and (min-width: 768px) {
  #bannerContainer {
    margin-top: 0rem !important;
    height: 80px !important;
  }
}
@media screen and (min-width: 1000px) {
  #bannerContainer {
    margin-top: 1rem !important;
    height: 110px !important;
  }
}
@media screen and (min-width: 1200px) {
  #bannerContainer {
    margin-top: 1rem !important;
    height: 140px !important;
  }
}
#EL_Navigation #EL_Navigation_Navbar {
  transition: all 0.3s ease-out 0s;
}
@media screen and (min-width: 769px) {
  #EL_Navigation #EL_Navigation_Navbar {
    padding-inline: 0 !important;
    padding-block: 0.8rem !important;
    width: 85%;
    margin: 0 auto;
    left: 0;
    background: #FFF;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1100px) {
  #EL_Navigation #EL_Navigation_Navbar {
    width: 60%;
    padding-block: 0.7rem 0.5rem !important;
  }
}
#EL_Navigation #EL_Navigation_Navbar {
  transition: 0.3s width ease-in-out 0s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #EL_Navigation #EL_Navigation_Navbar {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  #EL_Navigation #EL_Navigation_Navbar.mobileMenuActive {
    width: 100%;
    opacity: 1;
  }
}
#EL_Navigation #EL_Navigation_Navbar.mobileMenuActive #navigationListContainer {
  opacity: 1;
}
#EL_Navigation #EL_Navigation_Navbar.mobileMenuActive #navigationListContainer #navigationList {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #EL_Navigation #EL_Navigation_Navbar #navigationListContainer {
    padding: 4rem;
    height: 100%;
  }
}
@keyframes animatedBackground {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
#MOD_FeatureBrowser {
  position: relative;
  display: block;
  height: auto;
  border-radius: 24px;
  box-shadow: 4px 25px 18px 14px rgba(0, 0, 0, 0.47);
}
#MOD_FeatureBrowser #featureBrowser_wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #555;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #fb_navArrows {
  position: absolute;
  bottom: 10px;
  height: auto;
  z-index: 999;
  right: 10px;
  width: 26%;
  display: none;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #fb_navArrows.showOverlay {
  display: block;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #fb_navArrows::after {
  content: "\e94a";
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  font-family: 'AssetManagerFont' !important;
  font-size: 2em !important;
  color: #FFFFFF;
  text-shadow: 3px 4px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #MOD_FeatureBrowser #featureBrowser_wrapper #fb_navArrows::after {
    font-size: 1em !important;
  }
}
#MOD_FeatureBrowser #featureBrowser_wrapper #fb_navArrows img {
  display: block;
  box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px !important;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-top: 60%;
  max-height: 1000px;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer[data-activeID="0"] #featureBrowser_imageContainer_top {
  animation: animatedBackground 6s linear infinite alternate;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer[data-activeID="0"] #featureBrowser_textContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  width: 100%;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer[data-activeID="0"] #featureBrowser_textContainer .contentMargin {
  width: 80%;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer[data-activeID="0"] #featureBrowser_textContainer h1,
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer[data-activeID="0"] #featureBrowser_textContainer h2,
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer[data-activeID="0"] #featureBrowser_textContainer p,
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer[data-activeID="0"] #featureBrowser_textContainer .contentMargin {
  color: #FFFFFF !important;
  font-weight: bold;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer[data-activeID="0"] #featureBrowser_textContainer h2 {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer[data-activeID="0"] #featureBrowser_textContainer h1,
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer[data-activeID="0"] #featureBrowser_textContainer h2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer {
    padding-top: 140%;
    max-height: 1600px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1165px) {
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer {
    padding-top: 80%;
  }
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer {
  position: absolute;
  left: 0px;
  display: block;
  z-index: 21;
  width: 75%;
  background: rgba(0, 0, 0, 0.8) !important;
  top: 25%;
  transition: all 0.3s ease-out 0s;
  padding: 20px;
  opacity: 1;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer .smallFont sup {
  top: -5px;
  position: relative;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer h1,
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer h2,
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer p,
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer .contentMargin {
  color: #ef9c02 !important;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer p,
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer .contentMargin {
  font-weight: bold;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer ul li {
  margin-left: 20px;
  padding-bottom: 6px;
  transition: all 0.3s ease-out 0s;
  color: #FFFFFF;
  cursor: default;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer ul li sup {
  top: -5px;
  position: relative;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer ul li.infoBox {
  cursor: pointer;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer ul li.infoBox:hover {
  color: #ef9c02;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer ul li.infoBox::after {
  content: "\e93d";
  position: relative;
  left: 10px;
  text-align: center;
  font-family: 'AssetManagerFont' !important;
  font-size: 1em !important;
}
@media screen and (max-width: 768px) {
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer ul li.infoBox::after {
    font-size: 1em !important;
  }
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer ul ul li {
  margin-left: 40px;
  padding-bottom: 6px;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer.infoOut {
  left: -100%;
  opacity: 0;
  background: transparent;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer p {
  text-align: center;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer .globalButtonClass {
  min-width: 240px;
  border-radius: 10px !important;
  min-height: 40px;
  background-color: #ef9c02;
  color: #000;
  border: none;
  font-size: 1.2em;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer .globalButtonClass:hover {
  box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.5);
  background-color: #ef9c02;
  color: #FFFFFF;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: end;
  }
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer p,
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer .contentMargin {
    font-size: 0.8em !important;
  }
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_textContainer ul li {
    font-family: "AntennaMedium" !important;
    font-size: 0.8em !important;
  }
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_navigContainer {
  top: 0;
  left: 0;
  z-index: 30;
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s;
  background-color: #000;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_navigContainer.navOut {
  top: -110px;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_navigContainer #fb_navigation {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_navigContainer #fb_navigation {
    margin-top: 0px;
    padding: 10px 0px;
  }
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_navigContainer #fb_navigation .fb_navigButtonActive,
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_navigContainer #fb_navigation .fb_navigButton {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  color: #ef9c02;
  cursor: pointer;
  padding: 0 8px;
  padding-bottom: 4px;
  transition: all 0.3s ease-out 0s;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_navigContainer #fb_navigation .fb_navigButtonActive,
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_navigContainer #fb_navigation .fb_navigButton {
    font-size: 0.8em !important;
    padding-top: 4px;
  }
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_navigContainer #fb_navigation .fb_navigButtonActive:hover,
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_navigContainer #fb_navigation .fb_navigButton:hover {
  background-color: #ef9c02;
  color: #000;
  border-bottom: 2px solid #FFFFFF;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_navigContainer #fb_navigation .fb_navigButtonActive {
  background-color: #ef9c02;
  color: #000;
  border-bottom: 2px solid #FFFFFF;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_imageContainer_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer #featureBrowser_imageContainer_bottom {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
#MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer .fb_image {
  max-width: 100%;
  display: block;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #MOD_FeatureBrowser #featureBrowser_wrapper #featureBrowser_imageContainer .fb_image {
    background-position: center center;
  }
}
#EL_ToolsHeader::before {
  content: "";
  background-image: url("../badges/fordScript.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 120px;
  top: 0px;
  height: 80px;
  left: 0px;
  margin-inline: 1rem;
}
@media screen and (max-width: 768px) {
  #EL_ToolsHeader::before {
    height: 30px;
    margin-inline: 0.1rem;
    top: 1rem;
  }
}
#filterAssetTypeContainer {
  margin: 0 !important;
}
#contentContainer {
  margin-block: 0px !important;
}
#MOD_ExternalLinks #SocialMediaHubsWrapper,
#MOD_ExternalLinks #PortalsWrapper {
  row-gap: 4rem;
}
#PAGE_LINKS #filterAssetTypeContainer {
  padding-bottom: 4rem;
  border-bottom: none;
}
.backHead {
  font-size: 5rem;
  line-height: normal;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  display: block;
  position: relative;
  margin-block: 0 !important;
  padding-block: 1.5rem;
}
@media screen and (max-width: 768px) {
  .backHead {
    font-size: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .backHead {
    font-size: 3.2rem;
  }
}
.lazy {
  cursor: default;
}
.assetItem {
  box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.3) !important;
}
#MOD_KeyAssets .keyAssetsWrapper .keyAssetsRight .infoContainer .assetDescription {
  display: block;
}
.designEmbed {
  background-color: #000;
  margin-block: 0 !important;
}
.designEmbed .imagePreview {
  width: 100%;
  aspect-ratio: 16/9;
}
#MOD_Timeline {
  min-height: 450px;
  margin-block: 1rem !important;
}
#MOD_Timeline img {
  border-radius: 24px;
}
#MOD_Timeline #filterWrapper #filterCategoryCloud {
  justify-content: center;
}
.ifbox {
  text-align: center;
  margin-bottom: 0 !important;
}
.ifhead {
  padding-bottom: 0 !important;
  padding-top: 1.5rem;
}
#EL_Content,
#EL_Content #contentContainer {
  background-color: #000;
}
.introBox,
.mainAssetsBox {
  margin-bottom: 120px !important;
  border-radius: 0px 0px 24px 24px;
}
.keyAssetsBox,
#MOD_Boiler,
.prominentContainer {
  border-radius: 24px 24px 0px 0px;
}
@media screen and (max-width: 767px) {
  #EL_Navigation #EL_Navigation_Navbar #navigationListContainer #navigationList:after {
    height: 220px;
  }
}
.previewView #EL_Footer {
  background-color: #000;
}
.previewView #EL_Footer #footerLegalClaim {
  background-color: #000;
}
.previewView #EL_Footer #footerLegalClaim p {
  color: #FFF;
}
.previewView #EL_Footer #footerBottomContainer #footerLinks .shareElement a:hover {
  color: #FFF;
}
#PAGE_IMPRINT #MOD_Boiler p,
#PAGE_LINKS #MOD_Boiler p,
#PAGE_IMPRINT #MOD_Boiler .contentMargin,
#PAGE_LINKS #MOD_Boiler .contentMargin,
#PAGE_IMPRINT #MOD_Boiler span,
#PAGE_LINKS #MOD_Boiler span,
#PAGE_PAGESEARCH #EL_Footer .noSearchResultsText,
#PAGE_PAGESEARCH #EL_Footer p,
#PAGE_PAGESEARCH #EL_Footer .contentMargin,
#PAGE_PAGESEARCH #EL_Footer span,
#PAGE_PAGESEARCH #EL_Footer a,
#PAGE_PAGESEARCH .jplist-pagesbox button.jplist-current {
  color: #000 !important;
}
#PAGE_PAGESEARCH #EL_Footer a {
  color: #ef9c02 !important;
}
#PAGE_PAGESEARCH .noResultsHighlighted,
#PAGE_PAGESEARCH h1,
#PAGE_PAGESEARCH h2,
#PAGE_PAGESEARCH h3,
#PAGE_PAGESEARCH h4,
#PAGE_PAGESEARCH a,
#PAGE_PAGESEARCH .jplist-pagesbox button,
#PAGE_PAGESEARCH .filterDropdownContainer .txtKeywordSearch,
#PAGE_PAGESEARCH .filterDropdownContainer .txtKeywordSearch::placeholder,
#PAGE_PAGESEARCH .filterDropdownContainer .styled-select select,
#PAGE_PAGESEARCH .filterDropdownContainer .styled-select select::placeholder {
  color: #FFF !important;
}
#PAGE_PAGESEARCH .filterDropdownContainer .txtKeywordSearch,
#PAGE_PAGESEARCH .filterDropdownContainer .styled-select select {
  border-bottom: #FFF solid 1px !important;
}
#PAGE_PAGESEARCH #AM {
  background-image: none;
}
