/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs 
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #2C5697;
  --bs-navy: #1F3C6A;
  --bs-navy-dark: #061630;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #009f96;
  --bs-sand: #B79A81;
  --bs-beige-light: #e9e1d9;
  --bs-beige-light-2: #e9e1d9;
  --bs-beige-light-3: #f9f6f3;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #FFFFFF;
  --bs-gray-light: #EAEAEA;
  --bs-gray: #6e6e6e;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #EAEAEA;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #e0e0e0;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #C8C9C7;
  --bs-gray-600: #6e6e6e;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #53565a;
  --bs-primary: #2C5697;
  --bs-secondary: #1F3C6A;
  --bs-success: #009f96;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f6f2ee;
  --bs-dark: #53565a;
  --bs-beige-light: #e9e1d9;
  --bs-beige-light-2: #e9e1d9;
  --bs-sand-light: #f6f2ee;
  --bs-primary-rgb: 44, 86, 151;
  --bs-secondary-rgb: 31, 60, 106;
  --bs-success-rgb: 0, 159, 150;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 246, 242, 238;
  --bs-dark-rgb: 83, 86, 90;
  --bs-beige-light-rgb: 233, 225, 217;
  --bs-beige-light-2-rgb: 233, 225, 217;
  --bs-sand-light-rgb: 246, 242, 238;
  --bs-primary-text-emphasis: rgb(17.6, 34.4, 60.4);
  --bs-secondary-text-emphasis: rgb(12.4, 24, 42.4);
  --bs-success-text-emphasis: rgb(0, 63.6, 60);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #53565a;
  --bs-primary-bg-subtle: rgb(212.8, 221.2, 234.2);
  --bs-secondary-bg-subtle: rgb(210.2, 216, 225.2);
  --bs-success-bg-subtle: rgb(204, 235.8, 234);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(244.5, 244.5, 244.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(170.6, 187.4, 213.4);
  --bs-secondary-border-subtle: rgb(165.4, 177, 195.4);
  --bs-success-border-subtle: rgb(153, 216.6, 213);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #C8C9C7;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #1D1D1D;
  --bs-body-color-rgb: 29, 29, 29;
  --bs-body-bg: #FFFFFF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(29, 29, 29, 0.75);
  --bs-secondary-color-rgb: 29, 29, 29;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(29, 29, 29, 0.5);
  --bs-tertiary-color-rgb: 29, 29, 29;
  --bs-tertiary-bg: #EAEAEA;
  --bs-tertiary-bg-rgb: 234, 234, 234;
  --bs-heading-color: inherit;
  --bs-link-color: #2C5697;
  --bs-link-color-rgb: 44, 86, 151;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(35.2, 68.8, 120.8);
  --bs-link-hover-color-rgb: 35, 69, 121;
  --bs-code-color: #d63384;
  --bs-highlight-color: #1D1D1D;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e0e0e0;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  --bs-box-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(44, 86, 151, 0.25);
  --bs-form-valid-color: #009f96;
  --bs-form-valid-border-color: #009f96;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #e0e0e0;
  --bs-body-color-rgb: 224, 224, 224;
  --bs-body-bg: #53565a;
  --bs-body-bg-rgb: 83, 86, 90;
  --bs-emphasis-color: #FFFFFF;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(224, 224, 224, 0.75);
  --bs-secondary-color-rgb: 224, 224, 224;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(224, 224, 224, 0.5);
  --bs-tertiary-color-rgb: 224, 224, 224;
  --bs-tertiary-bg: rgb(67.5, 72, 77);
  --bs-tertiary-bg-rgb: 68, 72, 77;
  --bs-primary-text-emphasis: rgb(128.4, 153.6, 192.6);
  --bs-secondary-text-emphasis: rgb(120.6, 138, 165.6);
  --bs-success-text-emphasis: rgb(102, 197.4, 192);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #EAEAEA;
  --bs-dark-text-emphasis: #e0e0e0;
  --bs-primary-bg-subtle: rgb(8.8, 17.2, 30.2);
  --bs-secondary-bg-subtle: rgb(6.2, 12, 21.2);
  --bs-success-bg-subtle: rgb(0, 31.8, 30);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(26.4, 51.6, 90.6);
  --bs-secondary-border-subtle: rgb(18.6, 36, 63.6);
  --bs-success-border-subtle: rgb(0, 95.4, 90);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(128.4, 153.6, 192.6);
  --bs-link-hover-color: rgb(153.72, 173.88, 205.08);
  --bs-link-color-rgb: 128, 154, 193;
  --bs-link-hover-color-rgb: 154, 174, 205;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #e0e0e0;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(102, 197.4, 192);
  --bs-form-valid-border-color: rgb(102, 197.4, 192);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

.form--views-exposed-form-search-page-search {
  position: relative;
}
.form--views-exposed-form-search-page-search .form-item-search .form-label:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form--views-exposed-form-search-page-search .form-item-search .form-label:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.form--views-exposed-form-search-page-search .form-type-textfield input {
  background-color: #e0e0e0;
  border-color: #2C5697;
  border-width: 2px;
  color: #2C5697;
  padding: 1rem 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.form--views-exposed-form-search-page-search .form-type-textfield input:focus {
  box-shadow: 0 0 0 0.25rem rgba(44, 86, 151, 0.25);
}
.form--views-exposed-form-search-page-search .form-type-textfield input:hover:not(:focus) {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.form--views-exposed-form-search-page-search .form-type-textfield ::-webkit-input-placeholder {
  color: rgba(44, 86, 151, 0.7);
}
.form--views-exposed-form-search-page-search .form-type-textfield ::-moz-placeholder {
  color: rgba(44, 86, 151, 0.7);
}
.form--views-exposed-form-search-page-search .form-type-textfield ::-ms-input-placeholder {
  color: rgba(44, 86, 151, 0.7);
}
.form--views-exposed-form-search-page-search .form-type-textfield ::placeholder {
  color: rgba(44, 86, 151, 0.7);
}
.form--views-exposed-form-search-page-search .form-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.form--views-exposed-form-search-page-search .form-actions .form-submit {
  text-indent: -9999px;
  background-image: url("/themes/custom/loe/build/assets/icons/icon-search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-size: 28px;
  border: none;
  padding: 1.1rem 2rem;
}
.form--views-exposed-form-products-index-page-search {
  position: relative;
}
.form--views-exposed-form-products-index-page-search .form-item-search .form-label:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form--views-exposed-form-products-index-page-search .form-item-search .form-label:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.form--views-exposed-form-products-index-page-search .form-type-textfield input {
  background-color: #e0e0e0;
  border-color: #2C5697;
  border-width: 2px;
  color: #2C5697;
  padding: 1rem 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.form--views-exposed-form-products-index-page-search .form-type-textfield input:focus {
  box-shadow: 0 0 0 0.25rem rgba(44, 86, 151, 0.25);
}
.form--views-exposed-form-products-index-page-search .form-type-textfield input:hover:not(:focus) {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.form--views-exposed-form-products-index-page-search .form-type-textfield ::-webkit-input-placeholder {
  color: rgba(44, 86, 151, 0.7);
}
.form--views-exposed-form-products-index-page-search .form-type-textfield ::-moz-placeholder {
  color: rgba(44, 86, 151, 0.7);
}
.form--views-exposed-form-products-index-page-search .form-type-textfield ::-ms-input-placeholder {
  color: rgba(44, 86, 151, 0.7);
}
.form--views-exposed-form-products-index-page-search .form-type-textfield ::placeholder {
  color: rgba(44, 86, 151, 0.7);
}
.form--views-exposed-form-products-index-page-search .form-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.form--views-exposed-form-products-index-page-search .form-actions .form-submit {
  text-indent: -9999px;
  background-image: url("/themes/custom/loe/build/assets/icons/icon-search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-size: 28px;
  border: none;
  padding: 1.1rem 2rem;
}
.form--user-login-form .form-group, .form--user-pass .form-group {
  margin-bottom: 1.25rem;
}
.form--user-login-form .form-label, .form--user-pass .form-label {
  font-weight: 500;
  color: #c6c6c6;
  margin-bottom: 0.5rem;
}
.form--user-login-form .form-control, .form--user-pass .form-control {
  border-radius: 0.25rem;
  border: 1px solid #2c5697;
  padding: 0.75rem 1rem;
  background-color: #1d3964;
  color: #FFFFFF !important;
}
.form--user-login-form .form-control:focus, .form--user-pass .form-control:focus {
  border-color: #2C5697;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  background-color: rgb(34.7325581395, 68.2674418605, 119.7674418605);
  border-color: #FFFFFF;
}
.form--user-login-form .form-text, .form--user-pass .form-text {
  font-size: 0.875em;
  color: #8a9ebd;
}
.form--user-login-form .form-actions input, .form--user-pass .form-actions input {
  width: 100%;
}

.webform-submission-form,
.newsletter-signup {
  margin: 2rem auto;
  padding: 2rem 2.5rem;
  background: #FFFFFF;
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.webform-submission-form .form-group,
.newsletter-signup .form-group {
  margin-bottom: 1rem;
}
.webform-submission-form .form-label,
.newsletter-signup .form-label {
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1D1D1D;
  display: block;
}
.webform-submission-form .form-required,
.newsletter-signup .form-required {
  margin-left: 0.25em;
  font-size: 1em;
  vertical-align: super;
}
.webform-submission-form input[type=text],
.webform-submission-form input[type=email],
.webform-submission-form input[type=tel],
.webform-submission-form select,
.webform-submission-form textarea,
.newsletter-signup input[type=text],
.newsletter-signup input[type=email],
.newsletter-signup input[type=tel],
.newsletter-signup select,
.newsletter-signup textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: var(--bs-border-width) solid #ced4da;
  border-radius: 0.25rem;
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-size: 1rem;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  box-shadow: none;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  resize: vertical;
}
.webform-submission-form input:focus:not(.btn):not([type=checkbox]):not([type=radio]),
.webform-submission-form select:focus:not(.btn):not([type=checkbox]):not([type=radio]),
.webform-submission-form textarea:focus:not(.btn):not([type=checkbox]):not([type=radio]),
.newsletter-signup input:focus:not(.btn):not([type=checkbox]):not([type=radio]),
.newsletter-signup select:focus:not(.btn):not([type=checkbox]):not([type=radio]),
.newsletter-signup textarea:focus:not(.btn):not([type=checkbox]):not([type=radio]) {
  border-color: #2C5697;
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(44, 86, 151, 0.25);
  background: var(--bs-body-bg);
}
.webform-submission-form select,
.newsletter-signup select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%232C5697" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5em;
}
.webform-submission-form .form-check,
.newsletter-signup .form-check {
  display: flex;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.webform-submission-form .form-check .form-check-input,
.newsletter-signup .form-check .form-check-input {
  margin-right: 0.5rem;
  accent-color: #2C5697;
}
.webform-submission-form .form-check .form-check-label,
.newsletter-signup .form-check .form-check-label {
  font-weight: 400;
  color: #1D1D1D;
}
.webform-submission-form .form-actions,
.newsletter-signup .form-actions {
  margin-top: 2rem;
  text-align: right;
}

/*# sourceMappingURL=form.css.map*/