.gf_step_active .gf_step_number,
.gform_next_button,
.gform_button{
  background-color:#7A4734 !important;
  color: #fff !important;
}
.gf_step_active .gf_step_label{
  color:#7A4734 !important;
}
.gform_next_button,
.gform_button{
  float: right;
}
.gform_page_footer.top_label{
  width: 100%;
  float: left;
  display: block;
}
.gform-theme--framework .gf_step_completed .gf_step_number::after,
.gform-theme--framework .gf_step_completed .gf_step_number{
  background-color:green !important;
  border: 0px;
}
.gform_previous_button{
  border-color:#7A4734 !important;
  color: #7A4734 !important;
}
.gfield--type-html h4{
  color: #7A4734 !important;
}
.gfield--type-html h4 {
  background: rgba(0,0,0,.062) !important;
  color: #7A4734 !important;
  padding: 10px;
  font-weight: bold;
}
/* Apply border only to relevant input types, textarea, and select */
input,
textarea,
select {
  border: 1px solid #c7c7c7 !important;
  border-radius: 4px;
  outline: none !important;
}
input::placeholder,
textarea::placeholder {
  color: #999999  !important;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #999999  !important; 
  outline: none !important;
}
body a:active{
  color: transparent;
}
select {
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 5px;
}
h2.gform_submission_error.hide_summary {
    margin-top: 0px;
    font-size: 18px !important;
}
.gfield_validation_message{
  padding:10px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.gfield--type-html h5 {

  text-align: center;
  font-weight: bold;
  background: none !important;
  color: #000 !important;
  font-size: 18px;
  padding: 0px;
  margin-top: 0px;
}
.chosen-container a{
  color: #000 !important;
}
.tc-required .gform-field-label.gform-field-label--type-inline::after {
  content: " *";
  color: #c02b0a;
  font-size: 12px;
  
}
div#nav-below,
.yoyo .widget-title{
  display: none;
}