/* Marketo Forms standard Mobi Health styling */
.mktoForm {
  color: #495057 !important;;
  padding: 2rem;
  margin-top: 1rem;
  border: 1px solid #ebebeb;
  width: 100% !important;
  margin: 15px 0px;
  font-family: "fira-sans",Helvetica,Arial,sans-serif !important;
}

.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none !important;;
}

.mktoForm label.mktoLabel {
  color: #495057;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 1.5;
  width: 100% !important;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}

.mktoForm .mktoRequiredField label.mktoLabel::after {
  content: "*";
  color: #bf0000;
}

.mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm select {
  display: block;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 5px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 400px !important;
  height: 40px;
}

.mktoForm .mktoCheckboxList {
  float: left;
  color: #495057;
  width: 100% !important;
}

.mktoForm .mktoCheckboxList input {
  margin-top: 4px;
}

.mktoForm .mktoCheckboxList label {
  font-weight: normal !important;
  font-size: 14px !important;
}

.mktoForm .mktoHtmlText {
  width: 100% !important;
}

.mktoForm .mktoHtmlText a {
  font-size: 13px !important;
}

.mktoForm .mktoButtonRow {
  width: 100%;
}

.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0px !important;
}

.mktoForm .mktoButtonRow {
  text-align: center;
}

.mktoForm .mktoButton {
  background: #0e774a !important;
  border-color: #0e774a !important;
  background-color: #0e774a !important;
  display: inline-block;
  min-width: 135px;
  line-height: 2.5;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  transition: all 0.05s linear;
  border-radius: 4px;
}