@import url('https://fonts.googleapis.com/css2?family=Droid+Sans:wght@400;700&family=Droid+Serif:ital,wght@0,400;0,700;1,400&display=swap');

/* =============================================
   Skip link — hide
   ============================================= */
.skip-link {
  display: none;
}

/* =============================================
   Base / Reset
   ============================================= */
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background: #63a7b2;
  color: #4f453f;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

/* =============================================
   Page wrapper — centered 960px column
   ============================================= */
#page-wrapper {
  background: #f0edeb;
  min-height: 100vh;
  width: 960px;
  margin: 0 auto;
}

/* =============================================
   Links
   ============================================= */
a:link,
a:visited,
a:hover {
  color: #2a7c8b;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

/* =============================================
   Typography
   ============================================= */
h1 {
  font-family: "Droid Serif", Georgia, serif;
  color: #2a7c8b;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.1em;
  margin: 0 0 18px;
}

h2 {
  font-family: "Droid Serif", Georgia, serif;
  color: #2a7c8b;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 12px;
}

h3 {
  font-family: "Droid Serif", Georgia, serif;
  font-size: 18px;
  margin: 0 0 8px;
}

.page-title {
  font-family: "Droid Serif", Georgia, serif;
  color: #2a7c8b;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.1em;
  margin-top: 16px;
  margin-bottom: 18px;
}

/* =============================================
   Breadcrumb
   ============================================= */
.breadcrumb {
  padding: 6px 0;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 11px;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #626262;
  font-size: 11px;
  text-decoration: none;
}

/* =============================================
   Header
   ============================================= */
#header {
  height: 118px;
  position: relative;
}

#header .section {
  padding: 6px 18px 4px;
  text-align: center;
}

/* Logo — centered */
#logo {
  display: block;
  text-align: center;
  margin: 8px auto 0;
}

#logo img {
  margin: 0 auto;
  display: block;
}

/* Search block — positioned top right */
#block-esthp-search-form-wide {
  position: absolute;
  top: 8px;
  right: 0;
  width: 160px;
}

#block-esthp-search-form-wide .form-item {
  margin: 0;
}

#block-esthp-search-form-wide input[type="search"],
#block-esthp-search-form-wide input[type="text"] {
  border: 1px solid #636363;
  padding: 5px 8px;
  width: 130px;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}

#block-esthp-search-form-wide input[type="submit"] {
  display: none;
}

/* =============================================
   Navigation bar
   ============================================= */
#navigation {
  height: 38px;
  background: #fff;
  border-top: 1px solid #bcacac;
  border-bottom: 1px solid #bcacac;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Dark brown bar under the nav on every page except the front page
   (D7: `.not-front .region-navigation { border-bottom: 37px solid #463d38 }`). */
body:not(.path-frontpage) #navigation {
  border-bottom: 37px solid #463d38;
}

#navigation .section,
#navigation .section > div,
#navigation nav {
  display: flex;
  align-items: center;
}

/* D11 menu block renders as nav > ul or ul.menu */
#navigation ul.menu,
#navigation nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

#navigation ul.menu > li,
#navigation nav > ul > li {
  display: inline-block;
  padding: 0 18px;
  position: relative;
}

#navigation ul.menu a,
#navigation nav a {
  color: #2a7c8b;
  text-decoration: none;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 19px;
}

/* Dropdown */
#navigation ul.menu ul,
#navigation nav > ul ul {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background: #fff;
  width: 190px;
  z-index: 1000;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: -3px 3px 5px 0 rgba(50, 50, 50, 0.58);
  padding: 0;
  margin: 0;
  text-align: left;
}

#navigation ul.menu > li:hover > ul,
#navigation nav > ul > li:hover > ul {
  display: block;
}

#navigation ul.menu ul li,
#navigation nav > ul ul li {
  display: block;
  float: none;
  width: 170px;
  padding: 4px 0;
}

#navigation ul.menu ul li:first-child,
#navigation nav > ul ul li:first-child {
  padding-top: 7px;
}

#navigation ul.menu ul li a,
#navigation nav > ul ul li a {
  display: block;
  padding: 2px 12px;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  text-transform: none;
}

/* =============================================
   Main layout — sidebar-first (215px left sidebar)
   ============================================= */
#main-wrapper {
  position: relative;
  overflow: hidden;
}

#main {
  position: relative;
}

/* Sidebar — floats left, content follows */
.region-sidebar-first {
  float: left;
  width: 215px;
}

/* Full-width content (no sidebar) */
#content {
  float: left;
  width: 960px;
  box-sizing: border-box;
}

/* Sidebar-first: content occupies remaining width */
.sidebar-first #content {
  width: 745px;
}

#content .section {
  padding: 24px 40px 20px 40px;
}

.path-frontpage #content .section {
  padding-top: 18px;
}

.region-sidebar-first .section {
  background: #c2bdbb;
  padding: 24px 12px;
  margin-left: 20px;
  margin-top: 23px;
  min-height: 500px;
  position: relative;
}

/* Decorative wave above sidebar */
.region-sidebar-first .section::before {
  content: '';
  display: block;
  width: 100%;
  height: 13px;
  background: url(../images/sidebar_decor.png) no-repeat center top;
  position: absolute;
  top: -6px;
  left: 0;
}

.region-sidebar-first ul {
  list-style: none;
  margin: 0 0 0 6px;
  padding: 0;
}

.region-sidebar-first ul li {
  list-style: none;
  padding-bottom: 4px;
}

.region-sidebar-first a {
  font-size: 14px;
  color: #518d97;
}

.region-sidebar-first h2 {
  color: #463d38;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 0 4px;
  margin: 0;
}

.region-sidebar-first .block:first-child h2 {
  padding-top: 0;
}

/* Recent Additions view list */
.region-sidebar-first .item-list ul {
  list-style: none;
  margin: 0 0 0 6px;
  padding: 0;
}

.region-sidebar-first .item-list ul li {
  padding-bottom: 4px;
}

/* =============================================
   Footer
   ============================================= */
#footer {
  clear: both;
}

#footer .section {
  background: #463d38;
  padding: 18px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  min-height: 12px;
  overflow: hidden;
}

#footer a:link,
#footer a:visited,
#footer a:hover {
  color: #9fd0d9;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  display: inline;
  margin: 0 6px;
}

#footer nav {
  display: inline;
}

/* =============================================
   Breadcrumb
   ============================================= */

/* Hide breadcrumb on front page */
.path-frontpage #block-esthp-breadcrumbs {
  display: none;
}

#block-esthp-breadcrumbs {
  margin-top: 12px;
  margin-bottom: 16px;
  padding: 6px 0;
}

#block-esthp-breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
}

#block-esthp-breadcrumbs ol li,
#block-esthp-breadcrumbs nav ol li,
#block-esthp-breadcrumbs nav ol li:first-child {
  display: inline;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 11px;
  color: #626262;
  /* Cancel the generic "#content ol > li" borders (search-results styling)
     which otherwise draw short lines under each breadcrumb item; the
     3-element selectors above out-rank "#content ol > li(:first-child)". */
  border-top: 0;
  border-bottom: 0;
  padding: 0;
}

#block-esthp-breadcrumbs ol li::after {
  content: ' › ';
}

#block-esthp-breadcrumbs ol li:last-child::after {
  content: '';
}

#block-esthp-breadcrumbs ol li a {
  color: #626262;
  text-decoration: none;
}

/* =============================================
   Node / content fields
   ============================================= */
.field__label {
  display: none;
}

/* On front page: hide the node body (block 22 has the intro text already),
   but let the node article title "Welcome" show naturally after block 22. */
.path-frontpage article.node .field--name-body,
.path-frontpage article.node .node__content {
  display: none;
}

.path-frontpage article.node {
  display: block;
}

/* Style the node article title on front page like D7 teaser */
.path-frontpage article.node h2.node__title,
.path-frontpage article.node h2 {
  font-family: "Droid Serif", Georgia, serif;
  color: #2a7c8b;
  font-size: 28px;
  font-weight: 400;
  margin: 18px 0 8px;
}

.path-frontpage article.node h2.node__title a,
.path-frontpage article.node h2 a {
  color: #2a7c8b;
  text-decoration: underline;
}

/* "The Early Seattle Theatre Project" block title */
#block-esthp-esthp-block-22 h2 {
  font-size: 36px;
  font-weight: 700;
}

/* Welcome heading on front page */
h2.welcome-heading {
  font-family: "Droid Serif", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  margin: 18px 0 8px;
}

h2.welcome-heading a {
  color: #2a7c8b;
  text-decoration: underline;
}

/* Funded by 4Culture block */
#block-esthp-esthp-block-27 {
  clear: both;
  padding: 24px 0;
}

#block-esthp-esthp-block-27 .block-content,
#block-esthp-esthp-block-27 > div > div {
  width: 560px;
  margin: 0 auto;
  margin-left: calc(50% - 280px - 107px);
  text-align: center;
}

#block-esthp-esthp-block-27 figure {
  display: inline-block;
  margin: 0 auto;
}

/* Historical Overview heading in block 26 */
#block-esthp-esthp-block-26 h3 {
  font-family: "Droid Serif", Georgia, serif;
  color: #2a7c8b;
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  padding: 18px 0 14px;
  clear: both;
}

/* Admin tabs (View / Edit / Delete) */
.tabs ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.tabs ul li {
  display: inline-block;
  margin-right: 4px;
}

/* =============================================
   Search icon in header search bar
   ============================================= */
#block-esthp-search-form-wide input[type="search"],
#block-esthp-search-form-wide input[type="text"] {
  background: #fff url(../images/icon_search.png) no-repeat right 8px center;
  background-size: 16px 16px;
  padding-right: 28px;
}

/* Mid-page (homepage) search bar — same look as the header search: no
   visible submit button, magnifying-glass icon inside the input. */
#block-esthp-search-form-mid {
  width: 300px;
  margin: 0 auto 24px;
  text-align: center;
}

#block-esthp-search-form-mid .form-item {
  margin: 0;
}

#block-esthp-search-form-mid input[type="submit"] {
  display: none;
}

#block-esthp-search-form-mid input[type="search"],
#block-esthp-search-form-mid input[type="text"] {
  border: 1px solid #636363;
  padding: 5px 8px;
  width: 100%;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
  background: #fff url(../images/icon_search.png) no-repeat right 8px center;
  background-size: 16px 16px;
  padding-right: 28px;
}

/* =============================================
   Homepage collection image buckets
   ============================================= */
.bucket {
  width: 306px;
  height: 130px;
  display: inline-block;
  margin-bottom: 18px;
}

.bucket a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.bucket-left {
  float: left;
  margin-right: 22px;
  clear: both;
}

.bucket-right {
  display: inline-block;
}

#bucket-people    { background: url(../images/306x130_people.png) no-repeat; }
#bucket-prods     { background: url(../images/306x130_productions.png) no-repeat; }
#bucket-theatres  { background: url(../images/306x130_theatres.png) no-repeat; }
#bucket-programs  { background: url(../images/306x130_programs.png) no-repeat; }
#bucket-vaudeville{ background: url(../images/306x130_vaudeville.png) no-repeat; }
#bucket-plays     { background: url(../images/306x130_plays.png) no-repeat; }

.bucket-title {
  display: block;
  height: 34px;
  width: 100%;
  margin-top: -40px;
  background: rgba(48, 25, 24, 0.4);
}

.bucket-title a {
  display: inline-block;
  text-decoration: none;
  color: #d7d2cb;
  text-shadow: 1px 1px 1px #333;
  padding: 6px 12px;
  font-size: 18px;
  font-family: "Droid Serif", Georgia, serif;
}

/* Historical overview period blocks */
.bucket-period {
  width: 100%;
  max-width: 635px;
  display: block;
  height: 130px;
  clear: both;
  margin-bottom: 18px;
  position: relative;
  background-size: 100% auto !important;
}

#bucket-period1 { background: url(../images/block_period1.png) no-repeat; }
#bucket-period2 { background: url(../images/block_period2.png) no-repeat; }
#bucket-period3 { background: url(../images/block_period3.png) no-repeat; }
#bucket-period4 { background: url(../images/block_period4.png) no-repeat; }

/* Full-block link covering the whole period image */
.bucket-period-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Title pinned to the bottom of the image with absolute positioning
   (avoids margin-collapse bleed that creates gaps between blocks) */
.bucket-period .bucket-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 2;
}

.bucket-period .bucket-title a {
  display: block;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
}

/* =============================================
   Non-front page content padding (matches D7 .not-front padding-top)
   ============================================= */
body:not(.path-frontpage) #content .section {
  padding-top: 30px;
}

/* =============================================
   Node pages — general
   ============================================= */
.page-node-type-person .page-title,
.page-node-type-production .page-title,
.page-node-type-place .page-title,
.page-node-type-work .page-title {
  font-family: "Droid Serif", Georgia, serif;
  color: #2a7c8b;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.1em;
  margin-bottom: 12px;
}

.node .field {
  margin-bottom: 14px;
}

.node .field__label {
  font-family: "Droid Serif", Georgia, serif;
  font-weight: 700;
  font-size: 14px;
  display: inline;
}

.node .field__label::after {
  content: ': ';
}

.node .field--label-inline .field__items {
  display: inline;
}

.node .field--label-inline .field__item {
  display: inline;
}

/* Comma-separate multiple values in inline-label fields */
.node .field--label-inline .field__item + .field__item::before {
  content: ', ';
}

/* Label-above: label on its own line, no trailing colon */
.node .field--label-above .field__label {
  display: block;
  margin-bottom: 2px;
}

.node .field--label-above .field__label::after {
  content: '';
}

/* Label-above: items below label, each on own line */
.node .field--label-above .field__item {
  display: block;
  margin-bottom: 2px;
}

/* Links in fields */
.node .field a {
  color: #2a7c8b;
}

/* Sources and notes — text fields, smaller */
.node .field--name-field-sources,
.node .field--name-field-notes,
.node .field--name-field-plot-summary,
.node .field--name-field-related-resources {
  font-size: 13px;
  color: #5a5050;
}

/* Birth/death dates — teal, below title */
.node--type-person .field--name-field-birth-date-text,
.node--type-person .field--name-field-death-date-text {
  display: inline;
  font-family: "Droid Serif", Georgia, serif;
  color: #2a7c8b;
  font-size: 18px;
  margin-bottom: 0;
}

.node--type-person .field--name-field-birth-date-text::after {
  content: ' - ';
  color: #2a7c8b;
}

/* Professional occupation — each on its own line */
.node--type-person .field--name-field-professional-occupation .field__item {
  display: block;
}

/* Alternate names — italic, comma-separated, below occupation. The italics
   apply only to the values, not the label, so the "Alternate Names" header
   matches the other field headers (bold, non-italic serif). */
.node--type-person .field--name-field-person-alternate-name {
  margin-bottom: 8px;
}

.node--type-person .field--name-field-person-alternate-name .field__items {
  font-style: italic;
}

.node--type-person .field--name-field-person-alternate-name .field__item {
  display: inline;
}

.node--type-person .field--name-field-person-alternate-name .field__item + .field__item::before {
  content: ', ';
}

.node--type-person .field--name-field-professional-occupation a {
  color: #2a7c8b;
}

/* Description / biography */
.node--type-person .field--name-field-description {
  margin-top: 12px;
  margin-bottom: 18px;
}

/* =============================================
   Associated photos — featured + grid
   ============================================= */

/* Photo sidebar — floated right, contains featured photo + thumbnail grid */
.photo-sidebar {
  float: right;
  width: 280px;
  margin: 0 -20px 20px 20px;
}

/* Featured photo */
.featured-photo {
  display: block;
  text-align: center;
}

.featured-photo img {
  display: block;
  max-width: 100%;
  border: 4px solid #63544e;
}

.featured-photo .photo-info-link {
  font-size: 12px;
  margin: 4px 0 0;
}

/* Thumbnail grid */
.associated-photos {
  margin-top: 10px;
}

.associated-photos .photo-thumb {
  display: inline-block;
  margin: 0 4px 4px 0;
  border: 2px solid #63544e;
  line-height: 0;
}

.associated-photos .photo-thumb img {
  display: block;
  max-width: 100px;
  max-height: 100px;
}

/* Photograph record page — size the main photo to the full width of the
   main content column, with a reasonable margin underneath. (Round 1
   constrained this to 360px, which overcorrected and made it too small.) */
.node--type-image-record .field--name-field-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

/* Lightbox */
.esthp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.esthp-lightbox-prev,
.esthp-lightbox-next {
  position: relative;
  z-index: 2;
  background: none;
  border: none;
  color: #fff;
  font-size: 72px;
  line-height: 1;
  cursor: pointer;
  padding: 0 16px;
  opacity: 0.8;
  user-select: none;
}

.esthp-lightbox-prev:hover,
.esthp-lightbox-next:hover {
  opacity: 1;
}

.esthp-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.esthp-lightbox-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.esthp-lightbox-content img {
  max-width: 90vw;
  max-height: 85vh;
  border: 4px solid #fff;
  display: block;
}

.esthp-lightbox-title {
  color: #fff;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 13px;
  margin: 8px 0 2px;
}

.esthp-lightbox-link {
  margin: 0;
}

.esthp-lightbox-link a {
  color: #9fd0d9;
  font-size: 13px;
  font-family: "Droid Serif", Georgia, serif;
}

/* =============================================
   Listing pages — table styling
   ============================================= */
#content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

#content table th {
  font-family: "Droid Serif", Georgia, serif;
  font-weight: 700;
  text-align: left;
  padding: 6px 12px 6px 0;
  border-bottom: 2px solid #bcacac;
  color: #4f453f;
}

#content table th a {
  color: #4f453f;
  text-decoration: none;
}

#content table th a:hover {
  text-decoration: underline;
}

#content table td {
  padding: 5px 12px 5px 0;
  border-bottom: 1px solid #dcd7d5;
  vertical-align: top;
  min-width: 90px;
}

#content table tbody tr:hover td {
  background: #ede8e6;
}

/* Tablesort icons */
.tablesort {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
}

/* =============================================
   Search results page
   ============================================= */
.search-form {
  margin-bottom: 24px;
}

.search-form label {
  font-family: "Droid Serif", Georgia, serif;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

.search-form input[type="search"] {
  border: 1px solid #636363;
  padding: 5px 8px;
  font-size: 14px;
  width: 240px;
}

.search-form input[type="submit"] {
  background: #2a7c8b;
  color: #fff;
  border: none;
  padding: 6px 14px;
  font-size: 13px;
  cursor: pointer;
  margin-left: 6px;
}

/* "Search results" h2 heading from search module — style smaller */
#content #block-esthp-esthp-system-main h2 {
  font-family: "Droid Serif", Georgia, serif;
  font-size: 18px;
  color: #2a7c8b;
  margin: 0 0 8px;
  font-weight: 400;
}

ol.search-results,
#content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content ol > li,
ol.search-results > li {
  padding: 12px 0;
  border-bottom: 1px solid #dcd7d5;
}

#content ol > li:first-child,
ol.search-results > li:first-child {
  border-top: 1px solid #dcd7d5;
}

.search-result h3,
#content ol li h3 {
  font-family: "Droid Serif", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 4px;
}

.search-result h3 a,
#content ol li h3 a {
  color: #2a7c8b;
}

.search-snippet-info p,
.search-result p,
#content ol li p {
  margin: 0;
  font-size: 13px;
  color: #5a5050;
  line-height: 1.4;
}

.search-info {
  color: #888;
  font-size: 12px;
  margin-top: 3px;
}

/* =============================================
   Taxonomy term page — grouped sections
   ============================================= */
/* Section headers (Production, Photograph Record, Historical Article) */
.views-element-container h3 {
  font-family: "Droid Serif", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: #4f453f;
  margin: 18px 0 6px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}

/* List rows within each section */
.views-element-container .views-row {
  margin-bottom: 2px;
}

.views-element-container .views-field-title span.field-content a {
  color: #2a7c8b;
}

/* Section headers on node pages (Historical Article on production, etc.) */
.related-section-header,
.production-related-articles h3,
.place-related-nodes h3 {
  font-family: "Droid Serif", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: #4f453f;
  margin: 18px 0 6px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}

/* Link styling in related article lists */
.production-related-articles .views-field-title span.field-content a,
.place-related-nodes .views-field-title span.field-content a {
  color: #2a7c8b;
}

/* Remove default list styling from related articles list */
.production-related-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.production-related-articles ul li {
  margin-bottom: 2px;
}

/* =============================================
   Misc
   ============================================= */
.feed-icon {
  display: none;
}

tr.even,
tr.odd,
td.active {
  background: transparent;
}

/* =============================================
   Pager — D11's Olivero pager renders as a vertical
   list; restyle horizontal to match the D7 site.
   ============================================= */
.pager__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.pager__item {
  margin: 0 0.25em;
  padding: 0;
}

.pager__item::before {
  content: none;
}

/* =============================================
   Homepage
   ============================================= */
#homepage-hero {
  margin: 0 0 18px;
}

#homepage-hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* "Welcome" heading block (esthp_welcome_heading) */
.welcome-heading {
  font-family: "Droid Serif", Georgia, serif;
  font-size: 24px;
  margin: 0 0 8px;
}

.welcome-heading a {
  color: #2a7c8b;
  text-decoration: none;
}

.node-readmore {
  list-style: none;
  margin: 8px 0 18px;
  padding: 0;
}

.node-readmore a {
  color: #2a7c8b;
  font-size: 13px;
  text-decoration: none;
}

.node-readmore a:hover {
  text-decoration: underline;
}

/* Mid-page search bar, front page only — sits below the Welcome section,
   above the four collection tiles. */
#block-esthp-search-form-mid {
  text-align: center;
  margin: 10px 0 24px;
}

#block-esthp-search-form-mid .form-item {
  display: inline-block;
  margin: 0 6px 0 0;
}

#block-esthp-search-form-mid input[type="search"] {
  border: 1px solid #636363;
  padding: 6px 9px;
  width: 220px;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}
