.contact-webform {
    background-color: #00552C;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.5);
    border: 3px solid #138647;
}

.contact-webform button {
    font-weight: bold;
}

.contact-webform .form-item-submitted-name  label {
    padding: 0;
}

.contact-webform label {
    padding-top: 15px;
}

.contact-webform .form-control {
    border: none;
}

.contact-webform label, .contact-webform .help-block {
    color: #ffffff;
}
.contact-webform .form-actions {
    float: right;
}

.contact-address .agency {
    font-weight: bold;
    font-size: 1.1em;
}

.contact-address img {
    width: 40px;
}

.contact-address .map {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #cc8948;
}