/******************************************************************************************************************************//*
* The skip 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;
}

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

.region-preheader {
  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;
  margin-bottom: 0;
  padding-top: 1rem;
}

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

.header-region .free-newsletters-cta {
  text-align: right;
  font-weight: 500;
  float: right;
  padding: 0 0 1rem 0;
}
.header .free-newsletters-cta p {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}
.header .free-newsletters-cta a {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
}
.header .free-newsletters-cta a:hover,
.header .free-newsletters-cta a:active {
  text-decoration: none;
}

/******************************************************************************************************************************//*
* Branding
********************************************************************************************************************************/

.header-region {
  padding: 0 0 1rem 0;
}
.header .site-branding {
  margin-top: 0.75rem;
}
.header #logo {
  float: left;
  display: block;
  background-repeat: no-repeat;
  width: 40%;
  max-width: 100px;
  margin-bottom: 0.25rem;
}
#block-exposedformacquia-searchpage input.form-submit:focus {
  background: rgba(255,204,0,1);
  outline: solid 5px #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.8);
}

@media screen and (min-width: 800px) {
  .header .site-branding {
    margin-top: 0;
  }
  .header #logo {
    max-width: 550px;
    width: 66%;
    float: left;
  }
  .header-region .free-newsletters-cta {
    width: 25%;
    background-size: 25px;
    padding: 0 2.5rem 1.25rem 0;
    box-sizing: border-box;
    background-position-x: right;
    background-position-y: 10px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1000px) {
  .header .site-branding {
    max-width: 550px;
    width: 60%;
    float: left;
  }
  .header #logo {
    max-width: 100%;
    width: 100%;
    float: none;
  }
}

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

.sticky-page-header {
  display: none;
}
.sticky-page-header.sticky {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #eee;
}
.sticky-page-header.sticky .constrained {
  margin-top: 0.65rem;
  margin-bottom: 0.3rem;
}
.sticky-page-header.sticky #logo {
  width: 80px;
  margin: 0;
}

/*
 * The call-to-action menu area.
 */
.sticky-page-header.sticky .cta-nav {
  float: right;
  margin: 0;
}
.sticky-page-header.sticky .cta-nav a {
  float: right;
  font-weight: 700;
}

/*
 * The main menu area.
 */
.sticky-page-header .sticky-menu .megamenu-toggle {
  display: none;
}
.sticky-page-header .sticky-menu {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #aaa;
}
.sticky-page-header .sticky-menu li {
  list-style: none;
  display: inline-block;
}
.sticky-page-header .sticky-menu li a {
  display: inline-block;
  padding: 0.25rem 0;
}
