.page-heading {
    background-color:#14a62f;
    padding:0 10px;
    margin-top:20px;
}

hr {
    height:1px;
}

/* CAPTIONED IMAGES */
figure {
    background-color:#e9e9e9;
    padding:20px;
}

figure > img {
    width:100%;
}

figure {
    float: right !important;
}

figure > img {
    margin: 0 !important;
}

.carousel-inner .carousel-item img {
    height:auto !important;
    width:auto !important;
}

.hs-featured-image-wrapper img {
    width:100% !important;
    display: block !important;
}

@media screen and (max-width:768px) {
    .sticky-sidebar {
        top:15% !important;
    }
    
    .hs-featured-image-wrapper img {
        height:100%!important;
    }
}

#page-title {
  margin: 0 0 2rem 0;
  padding: 0 10px;
  font-size: 1.8em;
  line-height: 1.6em;
  background: #14A62F;
  color: #fff;
  font-weight: normal;
}