#title-container {
  position: relative;
}

.page-title.no_display {
  display: none;
}

.page-title.image_overlay {
  background: #7b7f88;
  color: #fff;
  font: 300 3em futura-pt, sans-serif;
  left: 0;
  line-height: 1em;
  padding: 0 2em 0 .5em;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 5;
}

.collections .page-title.image_overlay {
	background: #8d1b3d;
}

.page-title.default {
	margin: 0 auto;
	width: 85%;
}

.image-and-credit img {
  height: inherit;
  max-width: 100%;
}

#block-sectionhomefeatured,
.image-and-credit {
  position: relative;
}

.featured-img-description {
  background: #8d1b3d;
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.4);
  color: #fff;
  margin: -4em 0 0 2em;
  padding: .5em;
  position: relative;
  width: 50%;
  z-index: 9;
}

.featured-img-description a {
  color: #fff;
}

.weremember .featured-img-description,
.people .featured-img-description {
  background: rgba(0,0,0,.8);
  margin-left: 1em;
  margin-top: -2.2em;
  width: 40%;
}

.baltimore .featured-img-description {
  background: rgba(0,0,0,0.9);
  width: 40%;	
}

.seattle .featured-img-description {
  background: #37424a;
  margin-left: 0;
  max-width: 325px;
  position: absolute;
  right: 62%;
  top: 53%;
}

.katrina .featured-img-description {
  background: #00295f;
  width: 40%;
}

.featured-img-description .maintext {
  font: 300 1.7em futura-pt, sans-serif;
  text-transform: uppercase;
}

.featured-img-description .subtext {
  font: .8em Arial, sans-serif;
  text-transform: none;
}

.featured-image-credit {
  bottom: 3em;
  color: #e8e8e8;
  font: italic .75em Arial, sans-serif;
  position: absolute;
  right: 2em;
}

.field-name-body {
  border-bottom: 2px solid #e0ded8;
  font-size: 1.4em;
  margin-bottom: .5em;
  padding-top: .5em;
}

#main-column .field-name-body p {
  line-height: 1.2em;
}

.sectionhome .views-row {
  border-bottom: 1px solid #e0ded8;
  clear: both;
  display: inline-block;
  padding: .75em 0;
  width: 100%;
}

.powercouples .sectionhome .views-row {
  border: none;
  padding-bottom: 0;
}

.sectionhome .views-field-field-image {
  float: left;
  margin-top: 1%;
  width: 23%;	
}

.field-name-field-section-subpage .field-item:last-child .node--view-mode-teaser {
  border: none;
}

.alpha-pager {
  font-size: .875em;
  margin-top: 1em;
}

.alpha-pager span {
  border-left: 1px solid #aaa;
  padding-left: 5px;
}

.alpha-pager span:first-child {
  border-left: none;
}

#block-exposedformprofiles-searchpage-1 #edit-search-api-fulltext {
  background: #fff;
  border: 1px solid #aaa;
  font-size: 18px;
  max-width: 100%;
  width: 240px;
}

/* 25th celebration specific styles */

.celebrate25 .image-and-credit {
	text-align: center;
	padding-top: 10px;
}

.celebrate25 .image-and-credit img {
	width: 700px;
}

.celebrate25 article {
	width: 100%;
}

.celebrate25 #right-column {
	display: none;
}

.celebrate25 .field-name-body {
  border-bottom: none;
  font-size: 1.15em;
  margin-bottom: .5em;
  padding-top: 1em;
}

.celebrate25 .arrow25 {
	max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .page-title.image_overlay {
    font-size: 2em;
    position: relative;
  }
  
  .featured-image-credit {
    bottom: 0;
    color: #222;
    position: relative;
	right: 0;
  }
  
  .page-title.default {
    padding-left: 0;
  }
  
  .featured-image-credit p {
	margin: 0;
  }
  
  .baltimore .featured-img-description,
  .katrina .featured-img-description,
  .people .featured-img-description,
  .weremember .featured-img-description,
  .featured-img-description {
	font-size: .75em;
	margin-left: 0;
	margin-top: 7px;
	position: relative;
    width: 97%;
  }
  
  .seattle .featured-img-description {
    right: auto;
	margin-left: 5px;
	margin-top: 0;
	max-width: 93%;
	position: relative;
  }
  
  .celebrate25 #main-column {
	  padding: 0 3%;
  }
}