.smt-search-control .smt-close-icon{
    display: none;
}

.hosted_by_text {
    margin-left:40px;
}
.top_links {
    display:none;
}
.edit-buttons-overlay {
    max-width:100px;
}
#mailbuilder_iframe {
    z-index:999;
}
.floating_message_wrapper {
    display: flex;
    align-items: center;

}
.floating_message_wrapper {
    display:none;
}
body.home .floating_message_wrapper, body.ecc .floating_message_wrapper, body.jec .floating_message_wrapper {
    display:flex;
}
.btn {
    background:#70a03c;
}
.btn:hover {
    background:#618e31;
}

#maincontent .featured_article.four_images p:first-child a:before, 
#maincontent .featured_article.four_images h3:first-child a:before, 
#maincontent .featured_article.two_images p:first-child a:before, 
#maincontent .featured_article.two_images h3:first-child a:before, 
#maincontent .featured_article.three_images p:first-child a:before, 
#maincontent .featured_article.three_images h3:first-child a:before, 
#maincontent .featured_article.five_images p:first-child a:before, 
#maincontent .featured_article.fivee_images h3:first-child a:before {
    content: "";
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -ms-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition:  opacity .8s ease-out;
}

#maincontent .featured_article.four_images p:first-child a:hover:before, 
#maincontent .featured_article.four_images h3:first-child a:hover:before, 
#maincontent .featured_article.two_images p:first-child a:hover:before, 
#maincontent .featured_article.two_images h3:first-child a:hover:before, 
#maincontent .featured_article.three_images p:first-child a:hover:before, 
#maincontent .featured_article.three_images h3:first-child a:hover:before,
#maincontent .featured_article.five_images p:first-child a:hover:before, 
#maincontent .featured_article.fivee_images h3:first-child a:hover:before {
    opacity: 1;
}
/* ------------- Hide all but first session and hide past events on event page */
/*body.outreach_event*/ #maincontent .pad-helper > h3, body.outreach_event #maincontent .pad-helper > .event_time,
/*body.outreach_event*/#maincontent .pad-helper > .event_location, body.outreach_event #maincontent .pad-helper > strong,
/*body.outreach_event*/#maincontent .pad-helper > .event_passed {
    /*broke page if there was only one session*/
    /*display:none;*/
}

/*body.outreach_event*/ #maincontent .pad-helper > h3:nth-child(9), body.outreach_event #maincontent .pad-helper > .event_time:nth-child(10),
/*body.outreach_event*/ #maincontent .pad-helper > .event_location:nth-child(11) {
    display:block;
}

grammarly-extension,  grammarly-btn {
    display:none;
}