@charset "UTF-8";
body.admin-bar #content {
  min-height: calc(100vh - 150px + 0.25rem);
}
body #content {
  min-height: calc(100vh - 120px + 0.38rem);
}
.gform_wrapper .gform_fields > fieldset {
  border: 1px solid #ddd !important;
  padding: 12px !important;
  margin-bottom: 25px;
}
.gform_wrapper .gform_fields > fieldset > legend {
  display: inline-block;
  font-weight: bold;
  padding: 0 1.2rem !important;
  width: auto;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .red-label .gfield_label {
  color: red;
}
.gform_wrapper .hidearrows input::-webkit-outer-spin-button, .gform_wrapper .hidearrows input::-webkit-inner-spin-button, .gform_wrapper .gfield_time_hour input::-webkit-outer-spin-button, .gform_wrapper .gfield_time_hour input::-webkit-inner-spin-button, .gform_wrapper .gfield_time_minute input::-webkit-outer-spin-button, .gform_wrapper .gfield_time_minute input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gform_wrapper .hidearrows input[type=number], .gform_wrapper .gfield_time_hour input[type=number], .gform_wrapper .gfield_time_minute input[type=number] {
  -moz-appearance: textfield;
}
.gform_wrapper .stla-bootstrap .gfield_time_hour input[type=number], .gform_wrapper .stla-bootstrap .gfield_time_minute input[type=number] {
  padding-right: 0.75rem !important;
}
.gform_wrapper .stla-bootstrap .gfield_time_ampm select {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.gform_wrapper .gsection {
  margin-top: 50px;
  /*
        padding-top: 20px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-top: #333 solid 1px;
        border-left: #333 solid 1px;
        border-right: #333 solid 1px;
        border-bottom: transparent solid 0 !important;
        */
}
/*
.gform_wrapper .gfieldset {
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%) [12];
    grid-row-gap: 16px;
    display: grid !important;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
}
*/
.pdficon {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
}
.pdficon:before {
  content: "";
}
