.path-frontpage #content-wrapper {
  margin-top: 12px;
}

.path-frontpage #block-mainpagecontent,
.path-frontpage article {
  width: 100%;
}

.featured-top {
  display: inline-block;
}

.featured-left {
  float: left;
  width: 63%; 
}

.featured-right {
  background: #222;
  float: right;
  padding-bottom: 4px;
  text-align: center;
  width: 37%;
}

.left-top {
  height: 388px;
}

.field-name-field-banner {
  float: left;
}

.field-name-field-banner img {
  width: 100%;
  height: inherit;
}

.featured-left .field-name-body {
  background: moz-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,.8) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,.8) 100%);
  color: white;
  padding: .4em 0 100px 1%;
  position: absolute;
  top: 0;
  width: 62%;
}

.featured-left .field-name-body h2 {
  font-size: 2.6em;
  margin: 0;
}

.featured-left .field-name-body p {
  display: none;
}

.left-top:hover .field-name-body {
  background: moz-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,.9) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,.9) 100%);
  background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,.9) 100%);
}

.left-top:hover .field-name-body p {
  display: block;
  font-size: 1.3em;
  margin: 0 20% 0 5px;
}

.mission {
  background: url(/themes/jwawesome/images/stripeltblue.png), #444;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  padding: 15px;
}

.mission p {
  margin: 0;
}

.featured-right .node {
  background: #000;
  display:  inline-block;
  position: relative;
  text-align: left;
}

.title-and-summary {
  background: moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,1) 100%);
  bottom: 0;
  padding-top: 100px;
  position: absolute;
  width: 100%;
}

.title-and-summary .post-title p,
.title-and-summary .post-title span {
  color: #fff;
  display: block;
  font-size: 1.6em;
  margin: 0;
  padding: 0 0 .6em .3em;
}

.node--type-blogpost .post-title p {
  padding-bottom: 0;
}

.title-and-summary .credit {
  color: #fff;
  padding-left: .6em;
}

.field-name-field-bioindeximage img {
	height: inherit;
	max-width: 100%;
}

.mobile-break {
  display: none;
}

.field-name-field-podcast-subtitle,
.featured-right .field-name-body,
.featured-bottom .field-name-body,
.field-name-field-summary {
  display: none;
}

.field-name-field-podcast-subtitle p,
.featured-bottom .field-name-body p,
.featured-right .field-name-body p,
.field-name-field-summary p {
  color: #fff;
  line-height: 1.2em;
  margin: 0 6px .4em .6em;
}

.node:hover .post-title span,
.node:hover .post-title p {
  padding: 0 .25em;
}

.node:hover .title-and-summary {
  background: moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 60%,rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 60%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 60%,rgba(0,0,0,1) 100%);
}

.node:hover .field-name-field-podcast-subtitle,
.node:hover .field-name-body,
.node:hover .field-name-field-summary {
  display: block;
}

.featured-bottom {
  clear: both;
  padding-top: 10px;
}

.featured-bottom .node {
  float: left;
  position: relative;
  width: 32.6%;
}

.featured-bottom .node:first-child {
  margin-right: 1%;
}

.featured-bottom .node:last-child {
  margin-left: 1%;
}

.featured-bottom img { 
	max-width: 100%;
	height: inherit;
}

.featured-bottom .node--view-mode-homepage .post-title {
	font-size: .9em;
}

.row-three {
	clear: both;
	display: inline-block;
	padding: 30px 0;
}

.birthday, 
.twih-homepage,
.storyaperture {
  border: 2px solid #532554;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);
  display: inline-block;
  float: left;
  height: 400px;
  margin-left: 40px;
  position: relative;
  text-align: center;
  width: 235px;
}

.birthday .node {
 float: none;
 margin: 0;
}

.birthday h2 {
  font: 400 1.4em futura-pt, sans-serif;
  margin: 0;
  margin-bottom: 5px;
  padding: 3px 0 5px 8px;
  text-transform: capitalize;
}

.birthday .post-title {
  font-size: 1.3em;
  padding: 1em;
}

.path-frontpage .field-name-field-biomainimage {
    float: none;
    margin: 0;
    width: auto;
}

.twih-homepage h2 {
  border-radius: 4px 4px 0 0;
  font: 400 1.4em futura-pt, sans-serif;
  margin: 0;
  padding: .3em 0;
  width: 100%;
}

.twih-homepage .post-title {
  padding: 1em 0;
}

.views-field-field-eventdate-1 {
  border-radius: 0 0 4px 4px;
  font-size: 1.2em;
  padding: .5em 0;
}

.views-field-view-node {
  float: left;
  margin-left: 1em;
  padding-bottom: .75em;
}

.signup-donate h2 {
  margin: .1em 0;
  font-size: 1.3em;
}

.signup-donate {
  float: left;
  margin-left: 40px;
  width: 235px;
}

.signup .text {
	font-weight: bold;
}

.storyaperture:hover p {
  text-decoration: underline;
}

.storyaperture p {
  font-size: 1.2em;
  margin: .75em 0;
}

.storyaperture img.logo {
  margin-top: 20px;
  width: 100px;
}

.storyaperture .field-type-image img {
  height: inherit;
  width: 200px;
}

.form-item-email label {
	font-size: 0;
}

@media only screen and (max-width: 1150px) {
  .mission {
	padding: 22px;
  }	
		
  .left-top {
    height: auto;
  }
   
  .featured-right img {
    max-width: 100%;
    height: inherit;
  }
}

@media only screen and (max-width: 1000px) {
  #block-mainpagecontent {
    float: left;
  }
  
  .mission {
	padding: 15px;
  }	
  
  .featured-top {
    background: none;
  }
  
  .featured-left,
  .featured-left .field-name-body,
  .featured-right {
    width: 100%;
  }
  
  .featured-left p {
    font-size: 1.1em;
	margin: 0 5px;
  }
  
  .featured-right {
    margin-top: 10px;
  }
  
  .left-top {
    position: relative;
  }
  
  .node:hover .title-and-summary,
  .featured-right {
    background: none;
  }
  
  .featured-bottom .node,
  .featured-right .node {
  	background: none;
    float: left;
	margin: 0 1%;
	width: 48%;
  }
  
  .featured-bottom .node,
  .signup-donate {
    margin-top: 20px;
  }
  
  .title-and-summary {
    background: none;
	padding-top: 0;
	position: relative;
  }
  
  .title-and-summary .post-title p,
  .title-and-summary .post-title span {
    color: #222;
	font-size: 1.2em;
	padding: 0;
   }
   
   .field-name-field-podcast-subtitle, 
   .featured-right .field-name-body, 
   .featured-bottom .field-name-body,
   .field-name-field-summary {
      display: block;
    }
	
   .field-name-field-podcast-subtitle p, 
   .featured-bottom .field-name-body p,
   .featured-right .field-name-body p,
   .field-name-field-summary p {
      color: #222;
	  margin: 0;
    }
	
	.donate {
		padding: 0 10px;
	}
	
	.row-three {
	  clear: none;
	  width: 100%;
	}
	
	.birthday {
	  clear: left;
	  display: block;
	}
	
	.birthday, .twih-homepage {
      margin: 20px 5%;
	  width: 38%;
	}
	
	.storyaperture {
      clear: both;
      display: block;
	  float: none;
      margin: 0 auto;
      width: 325px;	    
	}
}

@media only screen and (max-width: 768px) {
	.path-frontpage #content-wrapper {
       margin-top: 0;
    }
}

@media only screen and (max-width: 600px) {
	.mission {
	  font-size: 20px;
	  line-height: 24px;
	}
	
	.featured-left .field-name-body h2 {
	  font-size: 2em;
	}
	
	.featured-left p {
	  font-size: 1em;
	}
	
    .featured-bottom .node,
    .featured-right .node {
	  margin-top: 10px;
	  text-align: center;
	  width: 97%;
	}
	
	.row-three {
	  clear: both;
	}
	
	.signup-donate,
	.twih-homepage,
	.birthday,
	.storyaperture {
	  clear: both;
	  display: block;
	  float: none;
	  margin: 10px auto;
	  width: 235px;
	}
	
}