/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/components/form/views-exposed-form/views-exposed-form.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * IE Colors
*/
/*
 * EGC Colors
*/
.form--views-exposed-form .form__element--actions input[type=submit]:last-child:not(:only-child) {
  background-image: linear-gradient(0deg, var(--animate-underline-gradient-color, currentColor) 0%, var(--animate-underline-gradient-color-2, var(--animate-underline-gradient-color, currentColor)) 100%);
  background-size: var(--underline-animate-background-size-width, 100%) var(--underline-animate-background-size-height, 2px);
  background-repeat: no-repeat;
  background-position: var(--animate-underline-background-position-x, left) bottom;
  transition: background-size 200ms ease-in-out;
}
.form--views-exposed-form .form__element--actions input[type=submit]:hover:last-child:not(:only-child) {
  --underline-animate-background-size-width: var(--underline-animate-background-size-width-hover, 0%);
}

.form--views-exposed-form .form__element--actions input[type=submit]:last-child:not(:only-child) {
  --cta-display: inline;
  --cta-text-decoration: none;
  --cta-color: #222;
  --cta-font-family: Mallory;
  --cta-font-weight: 700;
  --cta-text-transform: uppercase;
  --animate-underline-gradient-color: #63aaff;
  --animate-underline-background-position-x: right;
  --cta-font-size: 1rem;
}

.form--views-exposed-form .form__element--actions input[type=submit]:last-child:not(:only-child) {
  --button-display: var(--cta-display);
  --button-color: var(--cta-color);
  --button-font-family: var(--cta-font-family);
  --button-font-weight: var(--cta-font-weight);
  --button-font-size: var(--cta-font-size);
  --button-text-transform: var(--cta-text-transform);
}

.form--views-exposed-form .form__fieldset--econ-program-id .form__legend .fieldset-legend {
  color: var(--heading-color, var(--text-color, #00356b));
  line-height: 1.2;
  font-family: var(--heading-font-family, YaleNew);
  font-weight: var(--heading-font-weight, 400);
  text-transform: var(--heading-text-transform, none);
}

.form--views-exposed-form .form__fieldset--econ-program-id .form__legend .fieldset-legend {
  --heading-color: #222;
  --heading-font-weight: 800;
  --heading-font-family: Mallory;
  --heading-text-transform: uppercase;
  font-size: var(--h6-font-size, var(--heading-font-size, clamp( 0.7501875469rem, calc(0.7501875469rem + 0vw), 0.7501875469rem )));
  letter-spacing: 0.1em;
}

.form--views-exposed-form .form__element--actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form--views-exposed-form .form__element--actions input[type=submit]:last-child:not(:only-child) {
  --button-margin: 20px 0 0 0;
}
.form--views-exposed-form .form__fieldset--econ-program-id .form__legend .fieldset-legend {
  color: var(--form-label, var(--text-color, inherit));
  display: inline-block;
  margin-bottom: 0.5em;
}
