body.stories #pre-content {
  background: url('../images/header_bg.png') repeat left top, rgba(0,152,219,.5);
}

#block-storyapertureheader {
  color: #fff;
  display: inline-block;
  margin-left: 20px;
  padding: 30px 0;
  position: relative;
}

#block-storyapertureheader h1 {
	margin: 0;
}

#block-storyapertureheader a {
	color: #fff;
}

.field-name-body {
  font-size: 1em;
}

.stories-left {
  float: left;
  padding: 10px 3%;
  width: 47%;
}

.smalltext {
  font-size: .85em;
  margin-left: 1.25em;
}

.stories-right {
  display: inline-block;
  padding: 10px 0;
  width: 40%;
}

.badges .google {
  float: left;
}

.about {
  font-size: 1.45em;
  margin: 12px 0 0 0 ;
  padding: 0 3%;
}

.view-story-aperture-testimonials {
  margin-top: 40px;
  padding: 0 5%;
}

.view-story-aperture-testimonials p {
  font-size: 1.7em;
  font-style: italic;
}

.flexslider {
  box-shadow: none;
}

.slides {
  overflow: hidden;
  width: 100%
}

.flex-active-slide {
  margin-right: 0 !important;
}

.stories .flexslider .slides img {
  float: left;
  margin: 0 15px;
  width: auto;
}

.stories .flexslider .slides li:nth-child(2) img {
  float: right;
}

.more-resources {
  border-top: 1px solid #e0ded8;
  clear: both;
  padding: 20px 6%;
  width: 94%;
}

.more-resources h2.more-resources {
  background: #333;
  color: #fff;
  padding: .25em .5em;
  text-transform: uppercase;
}

.badges img {
  width: 175px;
}


@media only screen and (max-width: 900px) {
  .stories-right,
  .stories-left {
    width: 94%;
  }
  .stories-left {
    text-align: center;
  }
  .stories-right {
    padding: 0 3%;
  }
  .badges {
    text-align: center;
  }
  .badges .google {
    float: none;
  }
}
