.wizard-step .form-item.radio {
    border-bottom: solid 1px #ddd;
    padding: 1.25rem 0 1.25rem;
    max-width: 40em;
}

.wizard-step .form-item.radio:first-child {
    padding-top:0;
}

.wizard-step .usa-fieldset {
  margin: 1rem 0;
  padding: 1rem 0;
}

.usa-legend {
    font-size: 1.25rem;
    max-width: 100%;
    width: 100%;
}

.webform-element-help {
    position: absolute;
    right: 0;
    top: 20%;
    background: #0074bd;
    border-color: #0074bd;
}

.webform-element-help:focus, 
.webform-element-help:active, 
.webform-element-help:hover {
   background: #bbbbbb;
    border-color: #bbbbbb;
}

label > .usa-hint {
    margin-top: .4rem;
    font-size: 14px;
}

.webform-element-help--title .usa-hint {
  color:#ffffff;
  font-weight:400;
  font-size:14px;
}
.webform-element-help--content a:link {
  color: #fff;
  text-decoration: underline;
}

.webform-element-help--content a {
  color: #ffffff;
  text-decoration: underline;
}

.webform-element-help--content a:visited {
  color: #dfe1e2;
}

#edit-layer-1-option-alert, #edit-layer-2-option-alert {
    margin-bottom: 1.5em;
}

#edit-layer-1-option-alert { 
    display: none; 
}
.formula-form-title {
   color:#167325;
}