.contact-clean form#search .btn-primary {
    padding: 16px;
    margin-top: 0px;
}

div.searchresults {
    margin-top: 20px;
}


@media (max-width:767px) {
    .contact-clean form#search .btn-primary {
        margin-top: 18px;
    }
}


a, a:hover {
    color: #4caa4e;
    text-decoration: none;
}


.section-gray{    
    text-align: center;
    color: #294b8c;
    padding-bottom:25px;
}

.section-half-gray{   
    padding: 25px;
    background-color: #efefef;
    margin-bottom: 25px;
    min-height: 260px;
}

.section-white img{
    width:100%;
  
    padding-bottom:25px;
}

body{  font-family:'Roboto', serif!important; }

.btn-primary, .btn-primary:hover{
    background-image: none;
    background-color: #4caa4e;
    border: 0px solid;

}

footer{
    text-align:center;
}

.whitelink:hover{
    color:#fff;
}

.whitelink{
    color:#fff;
}

h3{    line-height: 1.5!important; }


.boxed{
background-color: #4caa4e;
    color: #fff;
    width: 500px;
    max-width: 100%;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border: 5px solid #4caa4e;

    font-weight: 100;
}
    
.news-item{
  background-color: #4caa4e;
    color: #fff;
    padding: 22px;
    min-height: 230px;
  
}

.news-itemAlt{
    background-color: #4caa4e;
    color: #fff;
    padding: 22px;
        min-height: 230px;
      
}



.news-item p, .news-item a, .news-item a:hover, .news-itemAlt p, .news-itemAlt a, .news-itemAlt a:hover{

    color: #fff
}

.center-img{
        text-align: center;
        
}