.custom-footer-link {
  color: #3c393c;
}
.custom-footer-link:hover {
  color: #d6ab4e;
}

.with_frm_style .frm_primary_label, #frm_field_53_container h3{
  color: #4a5568;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button{
  width: 100%;
  padding: 12px;
  background-color: transparent;
  color: rgb(59, 57, 60);
  border: solid 1px rgba(59, 57, 60, 0.75);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.frm_style_formidable-style.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full){
  margin: 10px 0px !important;
  min-width: 75%;
}

#frm_field_53_container{
  margin-top: -40px !important
}