.hero.hero-overlay::before{
	 background:none;
}

.hero-overlay .container > .wysiwyg,
.hero-overlay .container > .wysiwyg-x {
    background-color: rgba(1,33,105,.85);
    padding: 3rem;
    border-radius:10px;
    display:block;
}

.hero {
    height: auto;
    min-height: none;
    max-height: none;
}

#anchor-programs-and-events a.btn-primary.btn.text-white, #anchor-programs-and-events .card-text, #anchor-programs-and-events .card-title, #anchor-hatchery-staff-communities a.btn-primary.btn.text-white, #anchor-hatchery-staff-communities .card-text, #anchor-hatchery-staff-communities .card-title {
    margin-left: 10%;
    width:80%;
    margin-right: 10%;
}

.section:last-of-type {
    padding-bottom: 1.5rem;
}
span.anchor:last-of-type {
    margin-bottom: 2rem;
}

#anchor-visitor-information section,  #anchor-recent-stories-from-the-hatchery section{
    background-image:url("//template.emory.edu/shared-assets/images/pattern-bg-blue.svg");
    background-repeat:repeat;
    background-position:center top;
}

 #anchor-recent-stories-from-the-hatchery section{
    background-color: #ebf5f9;  
}

#anchor-frequently-asked-questions, #anchor-calendar-of-events{
    padding-bottom: 3rem;
}

.figure .figure-img {
    margin-bottom: 0;
    display: block;
    margin: 0 auto;
}

.calendar.card .card-header p {
    font-size: 1.2rem;
    padding-top: 1rem;
}


ul.juicer-feed {
    max-width: 100%;
}

li.feed-item.j-instagram {
    border: solid 1px #007dba !important;
}

.juicer-feed.modern .j-poster h3{
    font-size: 1.2rem !important;
    color: #012169;
    font-weight: 700;
}
.juicer-feed.modern .j-poster .j-date {
    font-size: .9rem !important;
    color: #012169;
    font-weight: 700;
}

.nonVisual{
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute!important;
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  clip: rect(1px,1px,1px,1px);
}

@media (min-width: 992px){
    .hero > .container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
    }
    .hero > img {
        position: relative;
        z-index: 1;
    }
   #anchor-recent-stories-from-the-hatchery h2{ 
         text-align: center;
   } 
    #anchor-recent-stories-from-the-hatchery .carousel.slide {
        margin-left: 20%;
        width: 60%;
        margin-right: 20%;
    }
    
}

@media (min-width: 767px){
    article h1 {
    font-size: 3rem;
  }
}


@media (max-width: 991px){
    .hero-overlay .container{
        background-color: #012169;
        max-width:none;
    }
}


@media (max-width: 767px){
    #anchor-the-hatchery-supports-student {
        padding-top: 20px;
    }
}