
/******************************************************************************************************************************//*
* Pre-header
********************************************************************************************************************************/

.region-preheader {
  background-color: #183F72;
}
.leaderboard--earthbeat {
  margin-top: 1rem;
  margin-bottom: 0;
}
.leaderboard--earthbeat p.advertisement_label {
  color: black;
  margin-bottom: 0;
}
#block-dfptaggsrleaderboard {
  padding: 0;
}

/******************************************************************************************************************************//*
* Spring Fund Drive links
********************************************************************************************************************************/

div#block-ncr-springfunddrivenavigationbutton {
  background: radial-gradient(at 0 0, #f8cc46 0%, #f8cc46 100%);
  border: none;
  border-radius: 4px;
  display: inline-block;
  float: right;
  font-family: "Roboto", sans-serif;
  margin: 4rem 13rem 0 0;
  padding: 0 1rem;
  text-transform: uppercase;
  height: 1.5rem;
}
div#block-ncr-springfunddrivenavigationbutton a {
  color: #000 !important;
  background: radial-gradient(at 0 0, #f8cc46 0%, #f8cc46 100%);
  font-size: .8rem;
  letter-spacing: .07rem;
}

/* This resets styles for the drop-down */
#block-googletranslator-ncr .goog-te-gadget-simple {
  background: radial-gradient(at 0 0, #90ddf7 0%, #00a3d9 100%);
  border: 0;
  font-size: .7rem;
}
.goog-te-gadget {
  font-family: inherit;
  font-size: inherit;
}

/******************************************************************************************************************************//*
* Free Newsletters area
********************************************************************************************************************************/

 .header-region .free-newsletters-cta {
   background-image: url(../../../images/ncr-newsletter-icon-header.svg);
 }
.header .free-newsletters-cta,
.header .free-newsletters-cta a {
  color: #f8cc46 !important;
}

/******************************************************************************************************************************//*
* Header cart link block
********************************************************************************************************************************/

.header .ncr-commerce.cart {
  margin: -0.2rem 0 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px dotted #405a80;
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
}
.header .ncr-commerce.cart img {
  width: 16px;
  margin-right: 0.4rem;
  float: left;
}
.header .ncr-commerce.cart a.cart-button {
  color: #fff;
  float: right;
}
.header .ncr-commerce.cart a.cart-button:hover {
  opacity: 0.8;
}
.header .ncr-commerce.cart .cart-count {
  float: left;
  display: block;
  line-height: 130%;
}

/******************************************************************************************************************************//*
* Branding header
********************************************************************************************************************************/

.header {
  background-color: #21406e;
  border-bottom: 1px solid #173159;
}
.header .ncr-logo {
  clear: left;
}

@media screen and (min-width: 800px) {
  .header .ncr-commerce.cart {
    float: right;
    width: 25%;
    clear: right;
    padding-bottom: 0;
    border-bottom: none;
  }
  .header #logo {
    margin: 0 0 1rem;
  }
}

@media all and (min-width: 1000px) {
  .header .ncr-commerce.cart {
    font-size: 0.9rem;
  }
  .header #logo {
    margin-bottom: 1.5rem;
  }
}

@media all and (min-width: 1250px) {
  .header #logo {
    margin: 0 0 2rem;
  }
}

/******************************************************************************************************************************//*
* Sticky branding header
********************************************************************************************************************************/

.not-earthbeat-domain .header .sticky-page-header.sticky {
  background-color: #21406e;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1000px) {
  .not-earthbeat-domain .header .sticky-page-header.sticky {
    border-bottom: none;
  }
}
.cta-nav a {
  color: #fff;
}
.not-earthbeat-domain .sticky-page-header .sticky-menu {
  border-top: none;
}
.sticky-page-header .with-slashes li.menu-item:before,
.sticky-page-header .sections-menu .menu-item a {
  color: #21406e;
}
.sticky-page-header .sections-menu .menu-item a:hover {
  color: #0c0f15;
}
