
main {
  font-size: 0.8rem;
}

main #featured, main #bjf, main #contact {
  margin-top: 20%;
}





main #news .news-date {
  white-space: nowrap;
  margin-left: 1%;

  color: #888;
  font-size: 0.85rem;
  font-weight: normal;
}

main #news .news-date::before {
  content: "• "
}

main #news article {
  margin: 4%;
}

main #news article#news-selected-story #news-selected-story-image {
  width: 80%;
  margin: 0 auto;
}

main #news article#news-selected-story #news-selected-story-image img {
  width: 100%;
  height: auto;
}

main #news article#news-selected-story #news-selected-story-text #news-selected-story-date {
  color: #888;
  font-weight: normal;
}

/* Use jQuery to show/hide this selector  */
main #news article#news-selected-story #news-selected-story-text #news-selected-story-body p,
main #news article#news-selected-story #news-selected-story-text #news-selected-story-body blockquote {
  display: none;
}

main #news article#news-selected-story #news-selected-story-text #news-selected-story-body p:first-child {
  display: block;
}

main #news article#news-selected-story #news-selected-story-text #news-selected-story-more {
  font-weight: bold;
  cursor: pointer;
}



main #news ul#news-stories {
  list-style: none;
  margin: 0;
  padding: 0;

  margin-top: 8%;
  border-top: 1px solid #888;
  padding-top: 2%;
}

main #news ul#news-stories li {
  margin: 4% 0;
  cursor: pointer;
}

main #news ul#news-stories li:hover {
  background-color: #DDD;
}

main #news ul#news-stories li .news-story-image,
main #news ul#news-stories li h3 {
  display: inline-block;
  vertical-align: top;
}

main #news ul#news-stories li .news-story-image {
  width: 40%;
}

main #news ul#news-stories li .news-story-image img {
  width: 100%;
  height: auto;
}

main #news ul#news-stories li h3 {
  width: 54%;

  margin: 2%;
  padding: 0;
}

main #news ul#news-stories li h3 span {
  display: block;
}

main #news ul#news-stories li h3 span.news-story-date::before {
  content: "";
}

main #news ul#news-stories li .news-story-body {
  display: none;
}







main #featured ul#featured-list {
  list-style: none;
  margin: 4% 0;
  padding: 0;
}

main #featured ul#featured-list li {
  display: inline-block;
  vertical-align: top;

  width: 47%;
  margin: 2% 1%;
}

main #featured ul#featured-list li a {
  display: block;
  color: black;
  
  padding-bottom: 1%;
}

main #featured ul#featured-list li a:hover {
  background-color: #DDD;
  text-decoration: none;
}

main #featured ul#featured-list li a .featured-item-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  
  overflow: hidden;
}

main #featured ul#featured-list li a .featured-item-image img {
  width: 100%;
  height: auto;
}

main #featured ul#featured-list li a .featured-titles {
  margin: 5%;
  text-align: center;
}

main #featured ul#featured-list li a .featured-titles h3 {
  margin: 0%;
  font-size: 0.8rem;
}

main #featured ul#featured-list li a .featured-titles h3.featured-type {
  color: #888;
  margin-bottom: 0%;
  
  font-size: 0.7rem;
  font-weight: normal;
}





main #bjf #bjf-gallery {
  margin: 3% 0;
  text-align: center;
}

main #bjf #bjf-gallery .bjf-image {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}

main #bjf #bjf-gallery .bjf-image img {
  width: 100%;
  height: auto;
}




main #contact section {
  margin: 6% 0;
}

main #contact section ul {
  margin: 0 2%;
  padding: 0;
  list-style: none;
}

main #contact section ul li {

}

main #contact section ul li > div {
  display: inline-block;
  vertical-align: top;
}

main #contact section ul li div.fa {
  width: 4%;
  margin: 0.75% 2%;
  text-align: right;
}

main #contact section#contact-email ul li {
  margin: 4% 0;
}







@media (min-width: 480px) {

  main {
    font-size: 0.9rem;
  }
 }
 
 
 
 
 
 
 
 
 
 @media (min-width: 640px) { 
  
  main {
    font-size: 0.75rem;
  }
  
  main #featured, main #bjf, main #contact {
    margin-top: 10%;
  }


  
  
  main #news .news-date {
    font-size: 0.75rem;
  }
  
  main #news article {
    margin: 4% 0;
  }
  
  
  main #news article#news-selected-story #news-selected-story-image {
    width: 40%;
    float: left;
    
    margin: 0;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  
  
  
  main #news ul#news-stories {
    border-top: none;
  }
  
  main #news ul#news-stories li {
    display: inline-block;
    vertical-align: top;
    width: 30.5%;
    margin: 1%;
  }
  
  main #news ul#news-stories li:last-child {
    display: none;
  }
  
  main #news ul#news-stories li .news-story-image,
  main #news ul#news-stories li h3 {
    display: block;
    width: 100%;
  }
  
  main #news ul#news-stories li h3 {
    font-size: 0.75rem;
    margin-top: 5%;
  }
  
  main #news ul#news-stories li h3 span {
    display: inline;
  }
  
  main #news ul#news-stories li h3 span.news-story-date {
    font-size: 0.7rem;
  }
  
  main #news ul#news-stories li h3 span.news-story-date::before {
    content: "• "
  }
}




@media (min-width: 960px) {
  
  main {
    margin-bottom: 6%;
    font-size: 0.8rem;
  }
  
  main #featured {
    margin-top: 6%;
  }
  
  main #bjf, main #contact {
    display: inline-block;
    vertical-align: top;
    
    width: 48%;
    margin-top: 3%;
  }
  
  main #contact {
    margin-left: 3%;
  }
  
  
  
  
  
  
  
  main #news .news-date {
    font-size: 0.8rem;
  }

  main #news article#news-selected-story > div {
    display: inline-block;
    vertical-align: top;
  }
  
  main #news article#news-selected-story #news-selected-story-image {
    width: 33.3333%;
    float: none;
  }
  
  main #news article#news-selected-story #news-selected-story-text {
    width: 61.5%;
  }
  
  main #news article#news-selected-story #news-selected-story-text #news-selected-story-date {
    display: block;
  }
  
  main #news article#news-selected-story #news-selected-story-text #news-selected-story-date::before {
    content: "";
  }
  
  
  
  main #news ul#news-stories {
    margin-top: 4%;
    padding-top: 0;
  }
  
  main #news ul#news-stories li {
    width: 22.5%;
  }
  
  main #news ul#news-stories li:last-child {
    display: inline-block;
  }
  
  
  
  
  
  main #featured ul#featured-list li {
    width: 30.9%;
  }
  
  main #featured ul#featured-list li:last-child {
    display: none;
  }
}
