/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Preheader.
 */
.region-preheader {
  background-color: #183F72;
  color: #fff;
  padding: 0.5rem 0;
  font-family: Merriweather, serif;
}

.region-preheader a:link,
.region-preheader a:visited {
  color: #fff;
  display: block;
}

.region-preheader a:hover {
  color: #ddd;
}

.preheader-site-label {
  text-align: center;
}

.preheader-site-label p {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}

.preheader-site-label strong {
  text-transform: uppercase;
  font-size: 1rem;
  display: inline-block;
  margin: 0 0.5rem;
}

#header .region-header-banner-ads {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 0rem;
  color: white;
}

#block-dfptagearthbeatleaderboard {
  margin-top: 1rem;
  margin-bottom: 0;
}

#block-dfptagearthbeatleaderboard p.advertisement_label {
  color: black;
  margin-bottom: 0;
}

#block-dfptaggsrleaderboard {
  padding: 0;

}


/**
 * Translate button
 */
#block-googletranslator-ncr {
  background: radial-gradient(at 0 0, #90ddf7 0%, #00a3d9 100%);
  border: none; 
  border-radius: 4px;
	display: inline-block;
  float: right;
  font-family: "Roboto", sans-serif;
  margin: 0 1rem 1rem;
  padding: .03333rem 0.5rem;
  text-transform: uppercase;
}

#block-googletranslator-ncr a {
  color: #000;
  background: radial-gradient(at 0 0, #90ddf7 0%, #00a3d9 100%);
	font-size: .8rem;
  letter-spacing: .07rem;
}
#block-googletranslator-ncr element {
  color: #21406e;
}
/* 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: 0px;
  font-size: .7rem;
}
.goog-te-gadget {
  font-family: inherit;
  font-size: inherit;
}

/**
 * Free Newsletters area.
 */
#header .free-newsletters-block {
  text-align: left;
  padding: 0 0 1.25rem 2.5rem;
  box-sizing: border-box;
  background-image: url(../../images/ncr-newsletter-icon-header.svg);
  background-position-x: left;
  background-position-y: 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  font-weight: 500;
  float: left;
}
#header .free-newsletters-block p {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

#header .free-newsletters-block,
#header .free-newsletters-block a {
  color: #f8cc46;
}

#header .free-newsletters-block a {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
}

/**
 * Cart block.
 */
#header .ncr-commerce.cart img {
  width: 20px;
  margin-right: 0.4rem;
  float: left;
}

#header .ncr-commerce.cart a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  float: right;
}

#header .ncr-commerce.cart .cart-count {
  float: left;
  display: block;
  line-height: 130%;
}

/**
 * Branding header.
 */
#header {
  background-color: #21406e;
}

#header .inner {
  padding-top: 1em;
}

#header #logo {
  float: left;
  display: block;
  background-repeat: no-repeat;
  width: 55%;
  padding-left: 2.5rem;
  max-width: 250px;
  margin-bottom: 1.25rem;
}

#block-exposedformacquia-searchpage input.form-submit:focus {
  background: rgba(255,204,0,1);
  outline: solid 5px #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

@media screen and (min-width: 800px) {
  #header #logo {
    max-width: 745px;
    width: 65%;
    margin: -2rem 0 1rem;
    padding-left: 0;
    padding-top: 2rem;
  }
  #header .free-newsletters-block,
  #header .ncr-commerce.cart {
    float: right;
    width: 25%;
  }
  #header .ncr-commerce.cart {
    margin-top: 0.8rem;
    clear: right;
  }
  #header .free-newsletters-block {
    text-align: right;
    padding: 0 2.5rem 0 0;
    background-position-x: right;
  }
}

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

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



