/* Screen widths */
/* OCLA colors */
/* Site Colors */
.grad-blue {
  background: radial-gradient(58.17% 198.5% at 0% 0%, #0A141F 0%, #15273E 100%);
}
.grad-blue-reverse {
  background: linear-gradient(297deg, #0A141F 0%, #15273E 100%);
}
.grad-green {
  background: linear-gradient(115.93deg, #03332C 29.87%, #011F1A 80.81%);
}
.grad-overlay {
  background: linear-gradient(177.23deg, #101D2EE5 2.52%, #1B304D00 97.98%);
}
.grad-border {
  border-color: #03332C;
  border-image-source: linear-gradient(1deg, #026851 15%, #007b5f 85%);
  border-image-slice: 1;
}
.overlay-green {
  background: #011F1AD5;
}
.overlay-blue {
  background: #101D2EE5;
}
.blur {
  backdrop-filter: blur(23.70000076px);
}
.shadow {
  -webkit-box-shadow: 0px 12px 24px 0px #00000040;
  -moz-box-shadow: 0px 12px 24px 0px #00000040;
  box-shadow: 0px 12px 24px 0px #00000040;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sans3 {
  font-family: 'Source Sans 3', serif;
  font-weight: 400;
  font-style: normal;
}
.merriweather {
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rosario {
  font-family: "Rosario", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: 'Source Sans 3', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #15273E;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
h2,
.h2 {
  font-family: 'Source Sans 3', serif;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #15273E;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-family: 'Source Sans 3', serif;
  font-family: "Rosario", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  color: #1B1B1B;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-family: 'Source Sans 3', serif;
  font-family: "Rosario", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #1B1B1B;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
.text-lg {
  font-size: 2.2rem;
  line-height: 1.5;
}
.text-md {
  font-size: 2rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1.2rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #082f52;
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
form.webform-submission-form label.js-form-required {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #467e8b;
}
form.webform-submission-form label.form-check-label {
  font-size: 1.6rem !important;
  font-weight: 500;
}
form.webform-submission-form .form-type-email label {
  font-weight: 700 !important;
}
form.webform-submission-form .form-type-textfield label {
  font-weight: 700 !important;
}
form.webform-submission-form .js-form-item label {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #467e8b;
}
form.webform-submission-form div[data-webform-key="step_3"] label {
  font-weight: 700 !important;
}
form.webform-submission-form .form-item-fire-district label {
  font-weight: 700;
}
form.webform-submission-form legend span {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #467e8b !important;
}
form.webform-submission-form .webform-element-description {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #467e8b;
}
form.webform-submission-form #edit-wizard-next,
form.webform-submission-form #edit-wizard-prev,
form.webform-submission-form #edit-submit,
form.webform-submission-form #edit-actions-wizard-next,
form.webform-submission-form #edit-actions-wizard-prev,
form.webform-submission-form #edit-actions-submit {
  background-color: #467e8b !important;
  width: 120px;
  font-weight: 600;
  margin: 10px 20px;
  color: white !important;
  display: inline-block;
}
form.webform-submission-form select {
  margin-top: 10px;
  margin-bottom: 25px;
}
form.webform-submission-form #edit-address-state-province {
  margin-top: 0px;
}
form.webform-submission-form .progress-marker::before {
  background-color: #467e8b !important;
}
form.webform-submission-form .progress-marker {
  color: white !important;
}
form.webform-submission-form input {
  margin-bottom: 20px;
}
form.webform-submission-form .error {
  color: red;
}
form.webform-submission-form .webform-type-fieldset {
  margin-bottom: 20px !important;
  border: 1px solid #467e8b;
  border-radius: 4px;
  box-shadow: 0 1px 1px gray;
}
form.webform-submission-form .webform-type-fieldset legend {
  background-color: white;
  margin-bottom: 0px;
  padding: 5px 20px;
}
form.webform-submission-form .webform-type-fieldset .fieldset-wrapper {
  padding: 10px 20px;
}
form.webform-submission-form .webform-type-fieldset .fieldset-wrapper legend {
  display: none;
}
form.webform-submission-form .webform-type-fieldset .fieldset-wrapper #edit-name--wrapper {
  margin-top: 0px;
}
form.webform-submission-form .webform-type-fieldset .fieldset-wrapper .fieldset-wrapper {
  padding: 0px;
}
