html {
  background: white;
}

body {
  font-family: "akzidenz-grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}

fieldset div.field {
  margin-bottom: 15px;
}
fieldset div.field-boolean:first-of-type {
  margin-bottom: 0;
}
fieldset div.field-radio-group .radio:first-of-type {
  margin-top: 0;
}
fieldset div.field-boolean .checkbox {
  margin-bottom: 20px;
}
fieldset div.field-string textarea {
  height: 150px;
}
fieldset div.field-object {
  margin-bottom: 20px;
}

.field-object fieldset > p.field-description {
  margin-bottom: 25px;
}

.field-array .control-label {
  margin-bottom: 0;
}

.container {
  margin: 0;
  padding: 10px 0;
}
.container.form-container {
  max-width: 768px;
}

.btn:active,
.btn:active:hover,
.btn:focus {
  color: #65666a;
  background: #f4f4f4;
  border-color: #f4f4f4;
}

a, a:hover {
  color: #ce1126;
}

.text-link--pink, .text-link--pink:hover {
  color: #ff43bc;
  text-decoration: underline;
}

p {
  margin-bottom: 20px;
}

h1 {
  margin-bottom: 20px;
}

ul.error-detail {
  list-style-type: none;
  margin-left: -40px;
}
ul.error-detail li.text-danger {
  font-weight: bold;
}

.error-container {
  background-color: #f7dbdb;
  color: #660014;
  padding: 15px;
  font-size: 15px;
  margin-bottom: 16px;
}
.error-container .fa-times-circle {
  font-size: 18px;
  vertical-align: text-bottom;
}
.error-container .error-title {
  padding-left: 7px;
  font-weight: bold;
}

.form-control {
  color: #555555;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  line-height: 1.42857;
}

.checkbox {
  margin-top: 4px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333333;
}

.field-description {
  margin-bottom: 5px;
}

.checkbox-inline {
  margin-right: 10px;
}
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.field-radio-group {
  padding-left: 1px;
}

.g-recaptcha {
  margin-bottom: 30px;
}

.captch_error {
  margin-top: -15px;
  font-weight: bold;
  color: #a94442;
}

.alert {
  margin-bottom: 30px;
}

.field-object > label {
  display: none;
}

.field-object > .field-description {
  display: none;
}

label abbr[title=required] {
  margin-left: 9px;
  border: none;
  color: #65656a;
  font-weight: normal;
  font-size: 12px;
}

legend {
  border: 0;
}

legend:only-child {
  margin-bottom: 0;
}

.react-datepicker__input-container input {
  border: 1px solid black;
  padding: 6px 12px;
}
.react-datepicker__input-container input:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px black;
}

.form-control:focus {
  border: 1px solid black;
  outline: none;
  box-shadow: inset 0 0 0 1px black;
}

/*
 * === Custom Page related styles ===
 */
.local-marketing-form-project-details textarea {
  height: 250px;
}

.top-button-margin {
  margin-top: 25px;
}

.btn-group, .btn-info {
  margin-top: 24px;
}

.btn-info, .btn-info:active, .btn-info:focus, .btn-info:visited {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgb(100, 100, 100);
  color: white;
}

.btn-info:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgb(150, 150, 150);
  color: white;
}

.btn:after {
  content: none;
}

#form-container {
  width: 80%;
}

/* Selects any <input> element that is read-only */
/* Supported in Firefox with a prefix */
input:-moz-read-only, textarea:-moz-read-only {
  background-color: #ccc;
}

/* Supported in Blink/WebKit/Edge without a prefix */
input:read-only, textarea:read-only {
  background-color: #ccc;
}

/* IE 11 */
input[readonly] {
  background-color: #ccc;
}

.preserve-response-wrapper {
  padding-bottom: 1em;
  padding-top: 1em;
}

input[type=checkbox].preserve-response-checkbox {
  margin-right: 0.5em;
}

div.field_template > label[for=root_preserve_responses] {
  display: none;
}
