.hero-bg-image .hero-bg-image__call-to-action .button + .button {
    margin: inherit;
}
.hero-bg-image .hero-bg-image__call-to-action a.button {
    margin-right: .5rem !important;
}

/* Form upload fields are too crowded */
.form-type-webform-document-file,
.form-item-photo {
    padding: 0 0 2rem;
}
.form-type-webform-document-file .form-control,
.form-item-photo .form-control {
  height: 40px;
}
.form-type-webform-document-file .description,
.form-item-photo .description {
  margin-top: 4px;
}
.webform-element-description {
    color: #777;
    font-size: 12px;
    margin-bottom: 5px;
}
form.webform-submission-form label,
fieldset.radios--wrapper .fieldset-legend,
fieldset.checkboxes--wrapper .fieldset-legend{
    font-size: 18px;
}
/* Globally setting the label makes the radio/checkbox options too large so we pull them back a bit here. */
.form-item.form-type-radio label, .form-item.form-type-checkbox label {
    font-size: 16px;
}

/* Override default green for the nav color */
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #faaf3f;
}