#hero-wrapper {
  background-color: #000;
}
  
#top-hero {
  position: relative;
  overflow: hidden;
}
#top-hero:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.25;
  background-image: url('//s3.amazonaws.com/com.niches.production/story_images/new_images/000/002/996/original/Mens-Model-Kitchen-Landscape-fuzzed.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#hero-text {
  margin-top:40px;
  
  color:#fff;
  position: relative;
  z-index:2;
}

#hero-text h1 {
  color: #fff;
  margin-bottom: 20px;
  text-align:center;
  line-height:1.25em;
}

#hero-text p {
  font-size:21px;
}

#hero-text p.callout_box_bold {
  font-size:24px;
}

#hero-resources {
  background: #fff;
  padding: 10px 30px;
  position: relative;
  z-index:2;
  margin:60px 0px 20px;
}

#hero-resources h2 {
  color: #000;
  margin-bottom:20px;
  font-size: 24px;
}

#hero-resources li {
  margin-bottom: 20px;
  font-size: 18px;
}

#bottom-blocks h2 {
  color: #000;
  font-family: 'Bree Serif', serif;
	font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
}

#tag_body {
  margin: 40px 0px 0px;
  border-bottom: solid 1px #dedede;
  padding-bottom: 20px;
}

#recent_articles h2 {
  margin-top: 20px;
}

#recent_articles h3 a {
  color: #307bb1;
  text-decoration:none;
  font-size: 1.75em;
}

#recent_articles .related_article {
  border-bottom: solid 1px #dedede;
  padding-bottom: 20px;
  margin-top: 30px;
}

#top_resources {
  background-color: #efefef;
}


#top_resources .resource_item {
  background-color: #fff;
  margin-bottom: 40px;
}

#top_resources .resource_item p {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom:30px;
}

#top_resources .resource_item h3 {
  margin-left: 20px;
  margin-right: 20px;
  font-size:1.2em;
  line-height: 1.3em;
  margin-bottom: 14px;
}

#top_resources .resource_item h3 a {
  text-decoration: none;
}

#top_ressources .resource_item img.body_image {
  min-width:100%;
}




/*****************************/
#top-intro {
    text-align:center;
    max-width:810px;
    margin:0px auto 50px;
  }
  
  #top-intro div {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size:36px;
    color: #000;
  }
  
  #top-intro h1 {
    color: #307bb1;
    margin: 20px 0px;
  }
  
  #top-intro p {
    font-size: 21px;
    padding: 0px 10%;
  }
  
  /*****************************/


#want_articles .want_article{
  padding:30px 0px;
}

#want_articles .want_article.striped{
  background-color: #eff2f4;
}


#want_articles .want_article .want_want {
  font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
  font-size:21px;
  color: #000;
}

#want_articles .want_article h2 {
  color: #000;
  margin-top:0px;
  margin-bottom:20px;
  font-size: 36px;
}

#want_articles .want_article h2 a{
  color: #000;
  text-decoration: none;
}

#want_articles .want_article h2 a:hover{
  text-decoration: underline;
}

#want_articles .want_article .blue-button {
  background-color: #307bb1;
}

#want_articles .want_article .blue-button:hover {
  background-color: #1f487c;
}
