.red {
    background-color: #bd362f;
}
.green {
    background-color: #51a351;
}
.blue {
    background-color: #2f96b4;
}
.purple {
    background-color: #a72fbd;
}
.orange {
    background-color: #f89406;
}
.black {
    background-color: #222222;
}

.highlight {
    background-color: palegoldenrod;
}

.imgc {
    display: block;
    margin: 0 auto;
    clear: both;
}

.file_icon {
    color: #888888;
    background-color: inherit;
}

#search_form {
    padding-right: 10px;
}
#search_form input {
    padding: 6px;
}

article.service {
    padding-bottom: 30px;
}
article.service img {
    max-width: none;
}

#previous_next .fl_right,
#previous_next .fl_left {
    max-width: 31.28834355828221%;
}

.one_half.fl_right {
    float: right;
}

#contact_form .errorlist {
    margin: 0;
    padding: 0;
}
#contact_form .errorlist li {
    background-color: inherit;
    padding: 15px 15px 15px 0;
}
#contact_form .required:after {
    content: " *";
}

#contact_form .g-recaptcha {
    display: inline-block;
    float: left;
}

#contact_form input[type="submit"],
#contact_form input[type="reset"] {
    float: right;
    margin-left: 10px;
    margin-top: 35px;
}
@media screen and (min-width:180px) and (max-width:750px) {
    #contact_form input[type="submit"],
    #contact_form input[type="reset"] {
        margin-left: 0;
        margin-top: 10px;
        margin-right: 10px;
    }
}

a[href^="mailto:"] {
    color: inherit;
}
