  /**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
/**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
.webform-submission-form input[type='email'],
.webform-submission-form input[type='tel'],
.webform-submission-form input[type='date'],
.webform-submission-form input[type='file'],
.webform-submission-form input[type='text'],
.webform-submission-form input[type='time'],
.webform-submission-form input[type='number'],
.webform-submission-form input[type='url'],
.webform-submission-form select.form-control {
  font-size: 1.4rem;
  height: 46px !important;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid #CCC;
  border-radius: 6px;
  box-shadow: none;
  padding: 1.05rem 1.7rem;
  transition: all 0.2s ease-out;
  -webkit-appearance: none;
  width: 100%;
}

.webform-submission-form .webform-options-display-two-columns {
  display: block;
}

.webform-submission-form .form-type-checkbox {
  display: flex;
  margin-bottom: 1.5rem;
}

.webform-submission-form .form-type-checkbox input[type='checkbox'] {
  width: auto;
  flex-shrink: 0;
}

.webform-submission-form .form-type-date .form-time,
.webform-submission-form .form-type-date .hasDatepicker,
.webform-submission-form .form-type-datetime .form-time,
.webform-submission-form .form-type-datetime .hasDatepicker {
  background-image: url("/themes/custom/barstow/images/select-arrow.png");
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center right 2rem;
}

.webform-submission-form .form-type-date .form-time::-ms-expand,
.webform-submission-form .form-type-date .hasDatepicker::-ms-expand,
.webform-submission-form .form-type-datetime .form-time::-ms-expand,
.webform-submission-form .form-type-datetime .hasDatepicker::-ms-expand {
  display: none;
}

.webform-submission-form .form-type-date .form-time,
.webform-submission-form .form-type-datetime .form-time {
  margin-top: .5em;
}

.webform-submission-form .form-type-radio {
  display: flex;
}

.webform-submission-form .form-type-radio input[type='radio'] {
  width: auto;
  flex-shrink: 0;
}

.webform-submission-form .form-type-radio + .form-type-radio {
  margin-top: 1.5rem;
}

.webform-submission-form .form-type-webform-document-file .webform-document-file {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.webform-submission-form .form-type-webform-document-file input[type='file'] {
  height: auto !important;
}

.webform-submission-form .js-form-item-date-time .js-form-type-date {
  width: 50%;
  padding-right: 1rem;
  overflow: hidden;
  display: block;
  margin-top: 0;
  float: left;
}

.webform-submission-form .js-form-item-date-time .js-form-type-webform-time {
  width: 50%;
  padding-left: 1rem;
  overflow: hidden;
  display: block;
  float: left;
  margin-top: 0;
}

@media (max-width: 576px) {
  .page-node-webform form.webform-submission-form .webform-options-display-three-columns {
    display: grid;
    column-count: unset;
  }
}

.page-node-webform form.webform-submission-form .form-type-textarea .form-textarea {
  font-size: 1.4rem;
}

.page-node-webform form.webform-submission-form fieldset.checkboxes--wrapper .fieldset-wrapper {
  display: flex;
}

.page-node-webform form.webform-submission-form fieldset.checkboxes--wrapper .fieldset-wrapper .form-type-checkbox {
  display: inline-flex;
  margin: 0 20px 10px 0;
}

.page-node-webform form.webform-submission-form fieldset.checkboxes--wrapper .fieldset-wrapper .form-type-checkbox .form-checkbox {
  width: auto;
  margin-top: 0.5rem;
}

.webform-flex--container .webform-flex:first-of-type .webform-flex--container {
  margin-left: 0;
}

.webform-flex--container .webform-flex:last-of-type .webform-flex--container {
  margin-right: 0;
}

/*# sourceMappingURL=../sourcemaps/content-type--webform.css.map */
