/*Navigation, header, and footer*/
header {
    background: #86AE31;
}

#google_translate_element {
    background: #86AE31;
}

.goog-te-gadget-simple {
    background: #86AE31 !important;
}

#navigation {
    background: #12262F;
}

#footer-top {
    background: #12262F;
}

#footer-bottom {
    background: #86AE31;
}

.top-social {
    background-color: #6F9353;
}

/*Headings*/
h1 {
    color: #86AE31 !important;
}

h2 {
    color: #003E65 !important;
}

h3 {
    color: #3A5B0C !important;
}

h4 {
    color: #719EA3 !important;
    font-weight: bold;
}

/*Research button*/
.btn-primary {
    background-color: #719EA3;
    border: none;
}

/*CTA colors*/
.DarkBlue {
    background-color: #003E65;
}

.Blue {
    background-color: #719EA3 !important;
}

.Green {
    background-color: #86AE31 !important;
}

/*Video Widget*/
.video-highlight {
    background: #86AE31;
}

/*Media Center Colors*/
.blog-new .postThumbnail {
    background: #86AE31;
}

.vid-listing-info {
    background: #86AE31;
}

/*Our Impact Colors*/
.info {
    background: #86AE31 !important;
}

/*Banner Bubble Homepage*/
.hero-overlay{
   background: no-repeat url("/app/images/home_hero_bubble.png");
}

/*Banner Bubble*/
.banner-text {
    background: no-repeat url("/app/images/home_hero_bubble.png") top center;
}