/* ---{ Sizes }--- */
/* ---{ General colors }--- */
/* ---{ media queries. When using responsive }--- */
/* ---{ Columns }--- */
/* ---{ Other }--- */
/* ---{ Mixins }--- */
/*----- CSS3 Animation functions -----*/
.generated {
  margin: 30px 0;
}
#ValidationSummary ul {
  padding: 0 0 0 15px !important;
  margin: 0 0 15px 0 !important;
}
#ValidationSummary ul li {
  margin-bottom: 10px;
  color: red;
}
#ValidationSummary ul li#ValidationSummary ul li:last-child {
  margin-bottom: 0;
}
.generated table {
  display: flex;
  flex-flow: column;
}
.generated table thead {
  order: 1;
}
.generated table tbody {
  order: 2;
}
.generated table tfoot {
  order: 3;
}
.generated table thead,
.generated table tbody,
.generated table tfoot {
  display: block;
  float: left;
  width: 100%;
}
.generated table thead tr,
.generated table tbody tr,
.generated table tfoot tr {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
  border: none !important;
}
.grecaptcha-badge {
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .generated {
    padding: 0 0 50px 0;
  }
}
.generated thead.error {
  display: none !important;
}
.generated tbody th {
  display: block !important;
  font-size: 13px !important;
  font-weight: bold !important;
  line-height: 35px;
  max-width: 100%;
  min-width: 200px;
  text-align: left;
  padding: 0 !important;
}
.generated tbody th.required:after {
  content: "*";
  color: red;
}
.generated tbody td {
  position: relative;
  display: block !important;
  width: 100%;
  padding: 0 !important;
}
.generated tbody td span.req {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: auto;
  left: auto;
  color: red;
  font-size: 13px;
}
.generated tbody td input[type="text"],
.generated tbody td input[type="email"],
.generated tbody td input[type="password"],
.generated tbody td input[type="number"],
.generated tbody td select,
.generated tbody td textarea {
  width: 100% !important;
  padding: 0 10px;
  line-height: 35px;
  border: solid 1px #dedede;
  border-radius: 5px;
}
.generated tbody td select {
  height: 35px;
}
.generated tbody td input[type="radio"] {
  float: left;
  clear: left;
  margin: 10px 5px 0 0;
  cursor: pointer;
}
.generated tbody td label[for] {
  float: left;
  cursor: pointer;
  margin: 10px 0 0 0;
}
.generated tbody td input {
  font-size: 16px;
}
.generated tr td span input[type='checkbox'] {
  float: left !important;
  margin-top: 13px !important;
  margin-right: 15px !important;
  margin-bottom: 0 !important;
}
.generated tr td span input[type='checkbox'] + label {
  width: calc(100% - 40px) !important;
}
.generated tfoot tr.submit th {
  display: none;
}
.generated tfoot tr.submit td {
  width: 100%;
}
.generated tfoot tr.submit td input[type="button"],
.generated tfoot tr.submit td input[type="submit"],
.generated tfoot tr.submit td button {
  float: right;
  width: auto;
  padding: 0 20px;
  min-height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: solid 1px #dedede;
  cursor: pointer;
  background-color: white;
}
.generated tfoot tr.submit td input[type="button"]:hover,
.generated tfoot tr.submit td input[type="submit"]:hover,
.generated tfoot tr.submit td button:hover {
  background-color: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .generated tfoot tr.submit td input[type="button"],
  .generated tfoot tr.submit td input[type="submit"],
  .generated tfoot tr.submit td button {
    width: 100%;
  }
}
/* ------------- new forms ----------------------- */

.form-group {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
  /* group sizes */

  /* group styles */

}
.form-group__label,
.form-group__input,
.form-group__radio,
.form-group__button {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form-group__label,
  .form-group__input,
  .form-group__radio,
  .form-group__button {
    margin-bottom: 15px;
  }
  .form-group__label:last-child,
  .form-group__input:last-child,
  .form-group__radio:last-child,
  .form-group__button:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .form-group__label,
  .form-group__input,
  .form-group__radio,
  .form-group__button {
    width: 50%;
  }
  .form-group__label:not(:first-child),
  .form-group__input:not(:first-child),
  .form-group__radio:not(:first-child),
  .form-group__button:not(:first-child) {
    padding-left: 15px;
  }
}
.form-group__validation {
  width: 100%;
}
.form-group__label label {
  font-weight: bold;
  line-height: 35px;
}
.form-group__input input,
.form-group__input select,
.form-group__input textarea {
  width: 100% !important;
  padding: 0 10px;
  line-height: 40px;
  border: solid 1px #dedede;
  border-radius: 5px;
}
.form-group__radio__item {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.form-group__radio__item:last-child {
  margin-bottom: 0;
}
.form-group__radio__item__input {
  float: left;
  padding-right: 10px;
  height: 22px;
}
.form-group__radio__item__input input {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
}
.form-group__radio__item__label {
  float: left;
  line-height: 24px;
}
.form-group__radio__item__label label {
  font-size: 13px !important;
  font-weight: normal !important;
  cursor: pointer;
}
.form-group__validation div,
.form-group__validation span,
.form-group__validation p {
  color: red;
  display: inline-block;
}
.form-group__validation--left {
  text-align: left;
}
.form-group__validation--right {
  text-align: right;
}
.form-group__button input[type="button"],
.form-group__button input[type="submit"],
.form-group__button button {
  width: auto;
  padding: 0 20px;
  min-height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: solid 1px #dedede;
  cursor: pointer;
  background-color: #dedede;
}
.form-group__button input[type="button"]:hover,
.form-group__button input[type="submit"]:hover,
.form-group__button button:hover {
  background-color: #f1f1f1;
}
.form-group__button--left input [type="button"],
.form-group__button--left input[type="submit"],
.form-group__button--left button {
  float: left;
}
.form-group__button--right input [type="button"],
.form-group__button--right input[type="submit"],
.form-group__button--right button {
  float: right;
}
.field-is-invalid input,
.field-is-invalid select,
.field-is-invalid textarea {
  border-color: red !important;
}
.validation-group {
  margin: 5px 0 0 0 !important;
}
.validation-group__item {
  color: red;
}
