.elementor-kit-719{--e-global-color-primary:#28B8EB;--e-global-color-secondary:#D3EDF0;--e-global-color-text:#000000;--e-global-color-accent:#A5CD3A;--e-global-color-ca4d854:#A7A9AC;--e-global-color-ef6fa88:#F89640;--e-global-color-33a45b1:#FFE2BB;--e-global-color-57c2031:#FBDCEA;--e-global-color-7ad48ab:#D0E8CE;--e-global-color-4112761:#EB4724;--e-global-color-4bc59f9:#273A8A;--e-global-color-6a56256:#FDDA23;--e-global-color-929b0aa:#FFFFFF;--e-global-color-31abaf7:#E9E9E9;--e-global-typography-primary-font-family:"Cascadia Mono";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:1rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:700;background-color:#FFFFFF;}.elementor-kit-719 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Scope ONLY to your searchable dropdown */
#school-select + .select2-container .select2-selection {
  border: 2px solid #6EC1E4;   /* Your border color */
  border-radius: 6px;          /* Smooth corners */
  height: 42px;                /* Consistent height */
  display: flex;
  align-items: center;
  padding-right: 35px;         /* Add space for arrow & x */
}

/* Dropdown text */
#school-select + .select2-container .select2-selection__rendered {
  line-height: 42px;
  padding-left: 12px;
  font-size: 16px;
  color: #333;
}

/* The arrow */
#school-select + .select2-container .select2-selection__arrow {
  height: 100%;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 16px;
}

/* The X (clear button) */
#school-select + .select2-container .select2-selection__clear {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #c00;   /* red, change if you want */
  cursor: pointer;
}

/* Hide the X clear button in Select2 */
#school-select + .select2-container .select2-selection__clear {
  display: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cascadia Mono';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://csfororegon.org/wp-content/uploads/2025/11/CascadiaMono-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */