@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
  --clc-blue: #1978AD;
  --clc-green: #13857A;
  --clc-red: #AB5353;
  --clc-purple: #63588E;
  --clc-yellow: #E5D063;
  --clc-dark-blue: #12557A;
  --clc-dark-green: #106B62;
  --clc-light-sage: #EAECE8;
  --clc-light-blue-sky: #E8F1F7;
  --clc-cool-gray: #EFF1F2;
  --clc-dark-yellow: #ebbd35;

  --clc-text-black: #0E1B1F;
  --clc-text-gray: #454545;
  --clc-text-links: #0D3E59;
  --clc-text-white: #FFFFFF;

  --clc-text-header: #0E4361;
  --clc-background-search: #F2EFEA;
  --clc-background-menu: #E0EBED;
  --clc-background-providers-and-resources: #83ADB9;
  --clc-background-tag: #E9F4F3;
  --clc-background-tag-secondary: #EAECE8;
  --clc-check-icon: #55B0A7;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
}

.form-check-input[type=checkbox] {
  border-radius: .1em;
}

.form-check-input:checked {
  background-color: var(--clc-blue);
  border-color: var(--clc-blue);
}

a {
  text-decoration: none;
}

button:focus-visible {
  outline: 0;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ol.low-alpha-list li {
  list-style-type: lower-alpha;
}

ol.low-alpha-list li {
  margin-bottom: 0.5rem;
  border: none;
}

ol.list-disc li {
  margin-bottom: 0.5rem;
  border: none;
}

ol.list-disc li:last-child {
  margin-bottom: 0;
}

ul.list-disc li {
  margin-bottom: .5rem;
}

ul.list-disc li:last-child {
  margin-bottom: 0;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.pt-0 {
  padding-top: 0 !important;
}

.border-gray {
  border-color: var(--clc-text-gray);
}

.list-disc li {
  list-style: disc;
}

.list-circle li {
  list-style: circle;
}

.text-primary,
.text-black {
  color: var(--clc-text-black);
}

.text-secondary,
.text-gray {
  color: var(--clc-text-gray);
}

.text-light-blue {
  color: var(--clc-blue);
}

.text-white li a,
.text-tertiary,
.text-neutral,
.text-white {
  color: var(--clc-text-white);
}

.text-underline-primary li a,
.text-ascent:hover,
.text-links:hover,
.text-blue:hover,
.text-ascent,
.text-links,
.text-blue {
  color: var(--clc-text-links);
}

.text-underline-primary li,
.text-underline-primary li a,
.text-underline-primary {
  text-decoration: underline;
  text-decoration-color: var(--clc-text-links);
}

.text-underline-white li,
.text-underline-white li a,
.text-underline-white {
  text-decoration: underline;
  text-decoration-color: var(--clc-text-white);
}

.text-underline-gray li,
.text-underline-gray li a,
.text-underline-gray {
  text-decoration: underline;
  text-decoration-color: var(--clc-text-gray);
}

.text-underline-light-blue li,
.text-underline-light-blue li a,
.text-underline-light-blue {
  text-decoration: underline;
  text-decoration-color: var(--clc-blue);
}

.text-header {
  color: var(--clc-text-header);
}

.bg-tag {
  background-color: var(--clc-background-tag);
}

.bg-tag-secondary {
  background-color: var(--clc-background-tag-secondary);
}

.bg-dark-blue {
  background-color: var(--clc-dark-blue);
  color: var(--clc-text-white);
}

.bg-white {
  background-color: var(--clc-text-white);
  color: var(--clc-text-black);
}

.bg-green {
  background-color: var(--clc-green);
  color: var(--clc-text-white);
}

.bg-red {
  background-color: var(--clc-red);
  color: var(--clc-text-white);
}

.bg-purple {
  background-color: var(--clc-purple);
  color: var(--clc-text-white);
}

.bg-sky-blue {
  background-color: var(--clc-light-blue-sky);
}

.bg-light-sage {
  background-color: var(--clc-light-sage);
}

.bg-white {
  background-color: var(--clc-text-white);
}

.bg-blue-link {
  background-color: var(--clc-text-links);
  color: var(--clc-text-white);
}

/* .btn-info {
  background-color: var(--clc-yellow) !important;
  color: var(--clc-text-black) !important;
  border: 1px solid var(--clc-yellow)
}

.btn-info:hover {
  background-color: var(--clc-dark-yellow) !important;
  border: 1px solid var(--clc-dark-yellow) !important;
} */

.btn-primary {
  --bs-btn-border-color: var(--clc-blue);
  background-color: var(--clc-blue) !important;
  color: var(--clc-text-white) !important;
}

.btn-outline-primary {
  --bs-btn-border-color: var(--clc-blue);
  color: var(--clc-blue) !important;
}

.btn.btn-outline-primary:hover {
  border-color: var(--clc-blue) !important;
  background-color: var(--clc-blue) !important;
  color: var(--clc-text-white) !important;
}

.btn.btn-outline-primary:hover svg {
  fill: var(--clc-text-white) !important;
}

.btn-primary:hover {
  background-color: var(--clc-dark-blue) !important;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-2 {
  flex-grow: 2;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.my-auto {
  margin-left: auto;
  margin-right: auto;
}

.btn-wacares-icon {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.btn-icon-sm {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-icon-sm > svg {
  width: 15px;
}

.n-mt-10 {
  margin-top: -10px;
}

.btn-search,
.btn-menu {
  width: 80px; 
  height: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: none;
  outline: 0;
}

.btn-menu {
  color: var(--clc-text-black);
  background-color: var(--clc-background-menu);
}


.btn-search-cotainer,
.btn-search {
  color: var(--clc-text-black);
  background-color: var(--clc-background-search);
}

.btn-menu.btn-wa-close {
  background-color: var(--clc-green);
  color: var(--clc-text-white);
}

.fill-white,
.btn-wa-close svg {
  fill: var(--clc-text-white);
}

.fill-gray,
.fill-gray svg {
  fill: var(--clc-text-gray);
}

.fill-light-blue,
.fill-light-blue svg {
  fill: var(--clc-blue);
  color: var(--clc-blue);
}

.fill-link,
.fill-link svg {
  fill: var(--clc-text-links);
}

.btn-menu:visited,
.btn-menu:target,
.btn-menu:active {
  border: none;
  outline: 0;
}

.btn-menu-icon {
  width: 35px;
  height: 35px;
}

.btn-chevron-icon {
  width: 15px;
  height: 15px;
}

.btn-menu-text {
  font-size: 11px; 
  letter-spacing: 1px;
}

.menu-side-wrapper {
  width: 240px;
}

.offcanvas-xxl {
  width: 250px !important;
}

.wa-care-funds-logo {
  width: 120px;
  aspect-ratio: 4 / 2;
  object-fit: contain;
}

.wa-logo {
  width: 100px;
  aspect-ratio: 4 / 2;
}

.offcanvas-logo {
  aspect-ratio: 4 / 2;
  width: 150px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-7 {
  letter-spacing: 7px;
}

.fs-7 {
  font-size: .75rem;
}

.fs-7i {
  font-size: .75rem!important;
}

.fs-8 {
  font-size: .5rem;
}

.icon-12 {
  width: 12px;
  height: 12px;
}

.icon-13 {
  width: 13px;
  height: 13px;
}

.icon-14 {
  width: 14px;
  height: 14px;
}

.icon-15 {
  width: 15px;
  height: 15px;
}

.icon-16 {
  width: 16px;
  height: 16px;
}

.icon-17 {
  width: 17px;
  height: 17px;
}

.icon-18 {
  width: 18px;
  height: 18px;
}

.icon-19 {
  width: 19px;
  height: 19px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.lh-normal {
  line-height: 1.2;
}

.search-icon {
  width: 32px;
  height: 32px;
}

.border-white {
  border: 2px solid var(--clc-text-white);
  border-radius: .25rem;  
}

.no-shadow:focus {
  box-shadow: none !important;
  border: none !important;
}

.p-5r {
  padding: 5rem;
}

/* start navbar */
.navbar-container {
  position: relative;
}

.logo-wrapper {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 576px) and (max-width: 768px) {
  .logoText.toggleText {
    display: none !important;
  }
}
/* end navbar */

/* start sidebar nav */
.active-btn {
  background-color: var(--clc-green);
  color: var(--clc-text-white);
}

.burger > div {
  background-color: var(--clc-text-black);
  width: 35px;
  height: 5px;
  margin: 5px;
  transition: all 0.3s ease;
}

.burger.toggle > div {
  background-color: var(--clc-text-white);
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-7px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-8px, -7px);
}

.wrapper {
  display: flex;
}

.main {
  min-height: calc(100vh - 75px);
  width: 100%;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  background-color: #fafbfe;
}

#sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 2000;
  width: 0px;
  min-width: 0px;
  transition: all 300ms ease-in-out;
  background-color: var(--clc-text-links);
  display: flex;
  margin-top: -1000px;
  flex-direction: column;
  transform: translateX(-200px);
}

#sidebar.no-transition {
  transition: none !important;
}

.sidebar-search-icon {
  position: relative;
  display: block;
  width: 40px;
}

.sidebar-search-icon::before {
  content: url("/consumersite/assets/fa6/svgs/solid/magnifying-glass.svg");
  position: absolute;
  top: 40%;
  left: 50%;
  width: 20px;
  height: 100%;
  filter: contrast(.25);
  transform: translate(-50%, -20%);
}

.sidebar-overlay {
  height: 100vh;
  overflow-y: auto;
}

#main-content {
  transition: all 300ms ease-in-out;
}

#main-content.no-transition {
  transition: none !important;
}

#main-content.mainContent {
  margin-left: 280px;
}

#main-content .fixed-top {
  transition: left 300ms ease-in-out;
}

#main-content.mainContent > .fixed-top {
  left: 280px !important;
}

@media (max-width: 575px) {
  #main-content.mainContent {
    margin-left: 0px;
  }

  #main-content.mainContent > .fixed-top {
    left: 0 !important;
  }
}

#sidebar.expand {
  width: 280px;
  min-width: 280px;
  margin-top: 0;
  transform: translateX(0);
  border-right: 1px solid var(--clc-text-white);
}

/* .dropdown-list::-webkit-scrollbar-track,  */
.sidebar-overlay::-webkit-scrollbar-track, 
#sidebar::-webkit-scrollbar-track {	
  background-color: #f1f1f1;
	border-radius: 0;
}

/* Style the scrollbar */
.dropdown-list::-webkit-scrollbar, 
.sidebar-overlay::-webkit-scrollbar, 
#sidebar::-webkit-scrollbar {	
  width: 8px;
}

/* Style the thumb (the draggable part of the scrollbar) */
.dropdown-list::-webkit-scrollbar-thumb, 
.sidebar-overlay::-webkit-scrollbar-thumb, 
#sidebar::-webkit-scrollbar-thumb {	
  background-color: #888;
	border-radius: 10px;
	border: 2px solid #f1f1f1; /* Creates padding around the thumb */
}

/* Style the thumb on hover */
.dropdown-list::-webkit-scrollbar-thumb:hover, 
.sidebar-overlay::-webkit-scrollbar-thumb:hover, 
#sidebar::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

/* Style for horizontal scrollbars */
.dropdown-list::-webkit-scrollbar-horizontal, 
.sidebar-overlay::-webkit-scrollbar-horizontal, 
#sidebar::-webkit-scrollbar-horizontal {
	height: 10px;
}
/* end sidebar nav */

/* start hero/main section */
.wa-main-section {
  --url: url("/consumersite/assets/images/stockImages/homeBanner.webp");
	min-height: 300px;
	height: 80vh;
  max-height: 750px;
	background: var(--url) no-repeat center top / cover fixed;
	position: relative;
	z-index: 10;
}

.wa-main-section::before {
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%,rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0) 100%);
}

.wa-hero-container {
	z-index: 20;
}

.wa-hero-card {
	min-height: 100%;
	max-width: 450px;
	background-color: var(--clc-green);
	border-radius: .25rem;
	padding: 2.25rem;
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* end hero/main section */


/* start search reource */
.wa-search-resouce {
	background-color: var(--clc-background-providers-and-resources);
	padding-bottom: 64px;
}

.wa-sr-container {
  --bg-color: var(--clc-light-sage);
  --margin-top: -80px;
	background-color: var(--bg-color);
	position: relative;
	z-index: 20;
	margin-top: var(--margin-top);
	border-radius: .25rem;
}

.wa-sr-container-bg {
  --bg-color: var(--clc-light-sage);
	background-color: var(--bg-color);
	border-radius: .25rem;
}

.wa-color-primary {
	color: #2E5750
}

.wa-color-secondary {
	color: #044f67;
}

.wa-search-resources-icon {
	width: 70px;
  aspect-ratio: 2 / 2 ;
  object-fit: cover;
}

.wa-search-resource-card {
	min-height: 100%; 
	height: auto;
}

.wa-cares-fund {
  position: relative;
  z-index: 2;
}

.wa-cares-fund::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%; 
  height: 100%;
  background: url("/consumersite/assets/images/wa-care-funds-7.png") no-repeat 0% 50%;
  background-size: cover;
  opacity: .2;
  z-index: -1;
}

.wa-cares-fund-benefits {
  position: relative;
  z-index: 2;
}

.wa-cares-fund-benefits::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: url("/consumersite/assets/images/wa-care-funds-7.png") no-repeat 0% 50%;
  background-size: cover;
  opacity: .06;
  z-index: -1;
}
/* end search reource  */

/* start about-washington-clc */
#about-washington-clc {
  background-color: var(--clc-light-blue-sky);
}

.card-h-160 {
  min-height: 160px;
}
/* end about-washington-clc */

/* start clc service partners */
#clc-service-partners {
  background-color: var(--clc-light-sage);
}

.img-120 {
	width: 120px;
  object-fit: contain;
  aspect-ratio: 2 / 2;
}

.img-180 {
	width: 180px;
  height: 120px;
  object-fit: contain;
  aspect-ratio: 2 / 2;
}
/* end clc service partners */

/* start foooter */
#footer {
  background-color: var(--clc-text-links);
  border-radius: 0 !important;
}
/* end footer */

/* start of pages header */
.page-header {
	min-height: 300px;
	height: 60vh;
  max-height: 700px;
	background-color: var(--bg-color);
	position: relative;
	z-index: 10;
}

.page-header::before {
  --img-width: 70%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: var(--img-width); 
  height: 100%;
  background: var(--bg-url) no-repeat 0% 100%;
  background-size: cover;
  filter: brightness(0.7) contrast(1.2);
  opacity: .8;
  z-index: -1;
}

.page-has-links {
  position: absolute; 
  top: 10%; 
  left: 5%;
}

.breadcrumb .breadcrumb-item a {
  text-decoration: underline;
  text-decoration-color: var(--clc-text-white);
  text-underline-offset: 2px;
}

.breadcrumb-item.active,
.breadcrumb .breadcrumb-item a {
  font-weight: 700;
}

.breadcrumb-item.active,
.breadcrumb .breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
  color: var(--clc-text-white);
}

@media (max-width: 576px) {
  .wa-main-section { 
    max-height: 300px;
  }

  .page-header {
      height: calc(100vh - 20%); 
      max-height: 500px;
  }
}

/* end of pages header */

.main-section {
  padding-bottom: 64px;
}

.aspect-ratio-square {
  aspect-ratio: 1 / 1;
}


/* start custom card */
.card-row {
  width: 100%;
  max-width: 1170px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  overflow-x: hidden;
}


.card-row .imageWrapper {
  --image-height: 400px;
  overflow: hidden;
  max-height: var(--image-height);
}

.card-row .imageWrapper img {
  --image-position: 50% 50%;
  width: 100%;
  height: 100%; 
  object-fit: cover;
  transition: 0.3s;
  object-position: var(--image-position)
}

/* .card-row .imageWrapper:hover img {
  transform: scale(1.25);
} */

.card-row .contentWrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.card-row .contentWrapper span.textWrapper {
  font-size: 20px;
  text-transform: capitalize;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.card-row .contentWrapper span.textWrapper span,
.flag {
  display: inline-block;
  background-color: var(--clc-blue);
  width: 40px;
  height: 5px;
  margin-right: 10px;
  border-radius: .5rem;
}

.wa_cares_resource {
  grid-column: 2 / -1 
}

@media (max-width: 991px) {
  .card-row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }

  .card-row .imageWrapper {
    max-height: 400px !important;
  }

  .container.custom-container {
    max-width: 100% !important;
  }

  .wa_cares_resource {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 786px) {
  .card-row {
    grid-gap: 30px;
  }

  .main-section {
    padding-bottom: 20px;
  }

  .card-row .imageWrapper {
    max-height: 300px !important;
  }
}

@media (max-width: 576px) {
  .main-section {
    padding-bottom: 0;
  }

  .wa-sr-container {
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .w-xxl-auto {
    width: auto !important;
  }
}

/* start of comparelist responsiveness when sidebar id open */
@media (min-width: 0) and (max-width: 450px) {
  .container.compareContainer {
      max-width: 360px !important;
  }
}

@media (min-width: 451px) and (max-width: 499px) {
  .container.compareContainer {
      max-width: 430px !important;
  }
}

@media (min-width: 500px) and (max-width: 575px) {
  .container.compareContainer {
      max-width: 480px !important;
  }
}

@media (min-width: 576px) and (max-width: 634px) {
  .container.compareContainer.compareConSidebar {
      max-width: 280px !important;
  }
}

@media (min-width: 635px) and (max-width: 699px) {
  .container.compareContainer.compareConSidebar {
      max-width: 340px !important;
  }
}

@media (min-width: 700px) and (max-width: 767px) {
  .container.compareContainer.compareConSidebar {
      max-width: 400px !important;
  }
}

@media (min-width: 768px) and (max-width: 817px) {
  .container.compareContainer.compareConSidebar {
      max-width: 470px !important;
  }
}

@media (min-width: 818px) and (max-width: 867px) {
  .container.compareContainer.compareConSidebar {
      max-width: 520px !important;
  }
}

@media (min-width: 868px) and (max-width: 927px) {
  .container.compareContainer.compareConSidebar {
      max-width: 570px !important;
  }
}

@media (min-width: 928px) and (max-width: 991px) {
  .container.compareContainer.compareConSidebar {
      max-width: 630px !important;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .container.compareContainer.compareConSidebar {
      max-width: 690px !important;
  }
}

@media (min-width: 1020px) and (max-width: 1100px) {
  .container.compareContainer.compareConSidebar {
      max-width: 725px !important
  }
}
/* end of comparelist responsiveness when sidebar id open */
/* end custom card */

/* start searchCountyModal select2 */
select#searchCountyModal + .select2-container--bootstrap-5 {
  max-width: 310px;
}

select#searchCountyModal + .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  width: calc(100% - 20px) !important;
}
/* end searchCountyModal select2 */

/* start select2 design */
select + .select2-container--bootstrap-5 {
  width: 100% !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
  z-index: 2051;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group],
.select2-container--bootstrap-5 .select2-dropdown .select2-search,
.select2-container--bootstrap-5 .select2-selection--single {
  padding: 1rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
  padding-bottom: 0 !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option  {
  padding: .5rem .375rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  color: var(--clc-text-gray) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  font-weight: 900 !important;
  color: var(--clc-text-gray) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] {
  --li-separator: #D4D6D3;
  border-bottom: 1px solid var(--li-separator);
}

.select2-container .select2-selection--single {
  height: auto !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  box-shadow: none !important;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #86b7fe !important;
}

.select2-results__options {
  margin-top: .5rem !important;
}

/* Style the scrollbar track */
.select2-results__options[role="listbox"]::-webkit-scrollbar-track,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border-radius: 10px;
}

/* Style the scrollbar */
.select2-results__options[role="listbox"]::-webkit-scrollbar,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar {
	width: 12px;
}

/* Style the thumb (the draggable part of the scrollbar) */
.select2-results__options[role="listbox"]::-webkit-scrollbar-thumb,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 10px;
	border: 3px solid #f1f1f1; /* Creates padding around the thumb */
}

/* Style the thumb on hover */
.select2-results__options[role="listbox"]::-webkit-scrollbar-thumb:hover,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

/* Style for horizontal scrollbars */
.select2-results__options[role="listbox"]::-webkit-scrollbar-horizontal,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested)::-webkit-scrollbar-horizontal {
	height: 12px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search{
  position: relative;
}

/* .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option */
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: var(--clc-light-blue-sky) !important;
  color: var(--clc-text-gray) !important;
  font-weight: 700;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search::before {
  content: url('/consumersite/assets/fa6/svgs/solid/magnifying-glass.svg');
  position: absolute;
  top: 70%;
  right: 25px;
  width: 20px;
  height: auto;
  fill: var(--clc-text-black);
  color: var(--clc-text-gray);
  filter: contrast(0.25);
  z-index: 10;
  transform: translateY(-50%);
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  display: block;
  padding-right: 12px;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
  width: calc(100% - 12px);
  max-width: 400px;
}

.select2-validation-error .select2-selection {
  border-color: #dc3545 !important;
}

@media (max-width: 400px) {
  .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    width: 100%;
    max-width: 295px !important;
  }
}

@media (min-width: 575px) and (max-width: 680px) {
  .toggle-btn-clicked .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    width: 215px;
    max-width: 320px;
  }
}

@media (max-width: 575px) {
  .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    width: 100%;
    max-width: 320px;
  }
}
/* end select2 design */

/* start single select or select2 */
select#selecttes2 + .select2-container--bootstrap-5 .select2-selection--single, 
select#selecttest + .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0 !important;
}
 
select.sortCategory + .select2-container--bootstrap-5 .select2-selection--single {
  padding: .3rem .5rem .3rem 1rem !important;
}

select#selecttes2 + .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered,
select#selecttest + .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}

select#zipCode + .select2-container--bootstrap-5 .select2-selection {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#userZipcode,
select.userState + .select2-container--bootstrap-5 .select2-selection,
select#searchCounty + .select2-container--bootstrap-5 .select2-selection {
  border-radius: 0 !important;
}

input#userAddress,
select#searchKeyword + .select2-container--bootstrap-5 .select2-selection {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.border-top-left-radius-0 {
  border-top-left-radius: 0 !important;
}
.border-bottom-left-radius-0 {
  border-bottom-left-radius: 0 !important;
}

/* end single select or select2 */

.border-bottom-2 {
  border-bottom: 2px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-3 {
  border-bottom: 3px var(--bs-border-style) var(--bs-border-color) !important;
}

/* start select2 with checkbox */
.select2-results__option {
  position: relative;
}

span.category-filter {
  display: block;
  width: calc(100% - 24px);
}

.select2-results__option > span.category-filter::after {
  content: "";
  position: absolute;
  top: 50%; 
  right: 0;
  height: 22px;
  width: 22px;
  border: 1px solid var(--clc-text-gray);
  border-radius: .25rem;
  background-color: #fff;
  margin-right: 8px !important;
  transform: translateY(-50%);
}

.select2-results__option.select2-results__option--selected > span.category-filter::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/consumersite/assets/images/mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  border: none;
  margin-right: 8px !important;
  background-color: transparent;
}

.select2-results__option.select2-results__option--selectable {
  color: var(--clc-text-gray) !important;
}

.select2-results__options[role="listbox"] {
  margin-top: 0 !important
}

textarea[type="search"].select2-search__field {
  width: 100% !important;
  position: relative;
}

.select2-search.select2-search--inline {
  position: relative;
}

.catfil-placeholder + .select2-container.select2-container--bootstrap-5 .select2-search.select2-search--inline::before {
  content: "Category Filters";
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  color: var(--clc-text-gray);
}

.select2-results__options[role="listbox"],
.select2-results__option {
  padding: .5rem !important;
}

ul.select2-selection__rendered > li.select2-selection__choice{
  display: none !important;
}
/* end select2 with checkbox */

.custom-row {
  display: flex; 
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}

/* .custom-col {
  flex: 1 1 35%;
  max-width: 450px;
}

.custom-col .select2-container .select2-selection__rendered {
  max-width: 410px;
}

.custom-col__btn {
  flex: 1 1 20%;
} */

/* @media (min-width: 0) {
  .custom-col {
    width: 100%;
    max-width: 100%;
  }
  
  .custom-col .select2-container .select2-selection__rendered {
    max-width: calc(100% - 40px);
  }

  .custom-col__btn {
   width: 100%;
  }
} */

.text-ellipsis-title { 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(1.5em * 8);
}

.text-ellipsis-desccription { 
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(1.5em * 8);
}

.line-clamp-1 { 
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(1.5em * 8);
}

.line-clamp-2 { 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(1.5em * 8);
}

.line-clamp-3 { 
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(1.5em * 8);
}

.line-clamp-4 { 
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(1.5em * 8);
}

/* start animation of resource card */
.resounce-card {
  position: relative;
  overflow: hidden;
}

.tier-two,
.resounce-card > div.bg-white {
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}

.tier-two:hover,
.resounce-card:hover > div.bg-white {
  background-color: var(--clc-dark-blue) !important;
  color: var(--clc-text-white) !important;
}

.resource-default, .resource-hover {
  width: 100%;
  height: 100%;
  transition: height 300ms ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}

.tier-two:hover .text-gray,
.tier-two:hover .text-light-blue {
  color: var(--clc-text-white) !important;
}

.tier-two:hover .text-underline-light-blue {
  text-decoration-color: var(--clc-text-white) !important;
}

.resource-default {
  z-index: 1;
}

.resource-hover {
  z-index: 2;
  height: 0; 
}

.resounce-card:hover > div.bg-white > div.resource-default {
  height: 0 !important;
}

.resounce-card:hover > div.bg-white > div.resource-hover {
  display: flex !important;
  height: 100% !important;
}
/* end animation of resource card */

/* start breakpoints */
@media (max-width: 575px) {
  .logo-wrapper {
    left: calc(50% - -80px);
    transform: translateX(calc(-50% - 40px));
  }

  .wa-hero-card {
    padding: 1.2rem;
  }

  .wa-select-provider {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .logo-wrapper {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }

  .wa-hero-card {
    padding: 1.25rem;
  }

  .wa-select-provider {
    width: 100%;
  }

  .d-sm-webkit-box {
    display: -webkit-box !important;
  }
}

@media (min-width: 768px) {

  .wa-select-provider {
    width: 300px;
  }

  .flex-grow-md-1 {
    flex-grow: 1 !important;
  }
  
  .wa-hero-card {
    padding: 2.25rem;
  }

  .w-md-auto {
    width: auto !important;
  }

  .order-md-1 {
    order: 1 !important;
  }
  
  .order-md-2 {
    order: 2 !important;
  }
  
  .order-md-3 {
    order: 3 !important;
  }

}

@media (min-width: 768px) and (max-width: 992px) {
  .column-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }

  .flex-col-md {
    flex-direction: column !important;
  }
}

@media (min-width: 992px)  {
  .wa-select-provider {
    width: 250px;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }
  
  .order-lg-2 {
    order: 2 !important;
  }
  
  .order-lg-3 {
    order: 3 !important;
  }
}

@media (min-width: 1200px) {
  .wa-search-add-w {
    width: 50%;
  }
  .flex-grow-lg-0 {
    flex-grow: 0 !important;
  }
}
/* end breakpoints */

/* start pagination */
.page-item.disabled > .page-link {
  opacity: .4 !important;
}

.page-link {
  color: var(--clc-blue) !important;
  background-color: var(--clc-text-white) !important;
  border: 2px solid var(--clc-blue) !important;
  border-radius: .25rem !important;
  font-weight: 800;
}

.page-link:hover,
.active > .page-link {
  color: var(--clc-text-white) !important;
  background-color: var(--clc-blue) !important;
  border: 2px solid var(--clc-blue) !important;
}
/* end pagination */


/* start grid system */
.clc-grid {
  display: grid;
}

.clc-col-12 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) ;
}

.clc-col-6 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.clc-col-4 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.clc-col-3 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.clc-col-2 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.clc-gap-1 {
  gap: 1rem;
}

.clc-gap-2 {
  gap: 1.25rem;
}

.clc-gap-3 {
  gap: 1.5rem;
}

.clc-gap-5 {
  gap: 1.75rem;
}

.clc-gap-6 {
  gap: 2rem;
}

@media (min-width: 576px) {
  .clc-col-sm-12 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  
  .clc-col-sm-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .clc-col-sm-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .clc-col-sm-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .clc-col-sm-2 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .clc-col-md-12 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  
  .clc-col-md-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .clc-col-md-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .clc-col-md-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .clc-col-md-2 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .clc-col-lg-12 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  
  .clc-col-lg-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .clc-col-lg-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .clc-col-lg-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .clc-col-lg-2 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .clc-col-xl-12 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  
  .clc-col-xl-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .clc-col-xl-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .clc-col-xl-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .clc-col-xl-2 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1400px) {
  .clc-col-xxl-12 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  
  .clc-col-xxl-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .clc-col-xxl-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .clc-col-xxl-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .clc-col-xxl-2 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
/* end grid system */

/* start grid responsiveness when sidebar is open */
@media (max-width: 700px) {
  .grid-card {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .grid-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .grid-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* end grid responsiveness when sidebar is open */

.clc-local-org-container {
  width: calc(100vw - 16px);
}

@media (max-width: 575px) {
  .clc-local-org-container,
  .clc-local-org-container.open-local-org {
    width: calc(95vw);
  }
}

@media (min-width: 576px) {
  .clc-local-org-container.open-local-org {
    width: calc(50vw - 16px);
  }
}

@media (min-width: 701px) {
  .clc-local-org-container.open-local-org {
    width: calc(60vw - 16px);
  }
}

@media (min-width: 950px) {
  .clc-local-org-container.open-local-org {
    width: calc(70vw - 16px);
  }
}

.slideDown {
  max-height: 0;
  transition: all 0.5s ease-out;
  overflow: hidden;
}

.slideDown.show {
  max-height: 1000px;
  overflow: visible;
}

.slideDown .slideDownContent {
  opacity: 0;
  transition: opacity 0.2s ease-in;
  transition-delay: 200ms;
}

.slideDown.show .slideDownContent {
  opacity: 1;
}

.form-select {
  border-radius: .25rem;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--clc-text-gray);
}

.form-select option {
  padding: .5rem .375rem !important;
}

#listing-maintenance-app .form-select option {
  padding: unset !important;
}

.dropdown-item:active {
  background-color: var(--clc-light-blue-sky) !important;
  color: var(--clc-text-black);
}

.scrollable-list {
  width: 100% !important; 
  overflow-x: auto !important;
}

.main-search-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  overflow: hidden;
}

.grid-field .select2-container .select2-selection__rendered {
  max-width: calc(500px - 40px);
}

.main-search-grid.toggle .grid-field {
  max-width: 100% !important;
}

.main-search-grid.toggle .grid-field .select2-container .select2-selection__rendered {
  max-width: calc(250px - 40px);
}

@media (min-width: 768px) {
  .main-search-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-search-grid.toggle {
    grid-template-columns: repeat(1, 1fr);
  }

  .main-search-grid.toggle .grid-field {
    max-width: 100% !important;
  }

  .grid-field {
    max-width: 310px;
  }

  .grid-button {
    grid-column: 1 / -1;
  }
}

@media (min-width: 992px) {
  .main-search-grid {
    grid-template-columns: 39% 39% 20%;
  }

  .main-search-grid.toggle {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-search-grid.toggle .grid-field {
    max-width: 335px !important;
  }

  .main-search-grid.toggle .grid-button {
    grid-column: 1 / -1 !important;
  }

  .grid-field {
    max-width: 100%;
  }

  .grid-button {
    grid-column: auto;
  }
}

@media (min-width: 992px) {
  .main-search-grid {
    grid-template-columns: 39% 39% 20%;
  }

  .main-search-grid.toggle {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-search-grid.toggle .grid-field {
    max-width: 335px !important;
  }

  .main-search-grid.toggle .grid-button {
    grid-column: 1 / -1 !important;
  }

  .grid-field {
    max-width: 100%;
  }

  .grid-button {
    grid-column: auto;
  }
}

@media (min-width: 1200px) {
  .main-search-grid.toggle {
    grid-template-columns: 2fr 2fr 1fr;
  }

  .main-search-grid.toggle .grid-field {
    max-width: 100% !important;
  }

  .main-search-grid.toggle .grid-button {
    grid-column: auto !important;
  }

}
.service-field.order-2.order-lg-3.toggle {
  order: 2 !important;
}
/* 
.service-field.order-2.toggle:last-child {
  order: 3 !important;
} */

#mapContent a {
  word-break: break-all;
}

/* start google language */
#google_translate_element .goog-te-gadget-icon {
  background-image: none !important;
  display: none !important;
}

#google_translate_element .goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
  color: var(--clc-text-gray) !important;
  font-size: 1rem !important;
  display: inline-block;
  padding: .5rem;
  border-radius: .5rem;
  font-weight: 700;
}
#sidebar_overlay #google_translate_element span,
#sidebar #google_translate_element span {
  color: var(--clc-text-white) !important;
}

#google_translate_element span {
  color: var(--clc-text-gray) !important;
}

iframe.skiptranslate {
  box-shadow: none !important;
}
/* end google language */



/* start new ddl design */
.dropdown {
  position: relative;
  color: #212529;
}

.dropdown.on label.dropdown-label {
  border: 1px solid #86b7fe;
}

.dropdown-list {
  padding: .375rem 0;
  background: #fff;
  position: absolute;
  top: calc(1.5em + .75rem + 2px);
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #86b7fe;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: scroll;
  z-index: 99999;
  
}

.dropdown-option {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  opacity: 0;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: opacity 0.15s ease-in-out;
  cursor: pointer;
}

.dropdown-label {
  display: block;
  min-height: calc(1.5em + .75rem + 2px);
  color: var(--clc-text-gray);
  border: 1px solid #ced4da;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  border-radius: .25rem;
  min-width: 200px;
}

.dropdown-label:before {
  content: '';
  background-image: url('/consumersite/assets/fa6/svgs/solid/chevron-down.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  width: 16px; 
  height: 16px;
}

.dropdown.on .dropdown-label:before {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}

.dropdown.on .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}

.dropdown-option [type="checkbox"] {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* end new ddl design */

.formEmailAFriend .btn-primary:disabled,
.printresults .btn-primary:disabled {
  background-color: var(--clc-text-gray) !important;
  border-color: var(--clc-text-gray);
}

.highlighted {
  border-color: var(--clc-blue) !important;
  background-color: color-mix(in srgb, var(--clc-blue) 10%, transparent);
}

select.form-select option {
  padding: 10px 20px; 
}

.gap-y-1 {
  gap: 1rem 0;
}

.m-t-3 {
  margin-top: 3px;
}

.flex-basis-16 { flex: 0 0 16.66%; }
.flex-basis-20 { flex: 0 0 20%; }
.flex-basis-40 { flex: 0 0 40%; }
.flex-basis-50 { flex: 0 0 50%; }

@media (max-width: 768px) {
  .flex-basis-16,
  .flex-basis-20, 
  .flex-basis-40,
  .flex-basis-50 {
    flex: 0 0 100%; 
  }
}

.selected-tag {
 background-color: var(--clc-blue) !important;
 color: var(--clc-text-white)
}

.programSearch::-webkit-scrollbar {
  width: 8px;
}

.programSearch::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.programSearch::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.programSearch::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.hidden {
	display: none;
}

.addBtn,
.removeBtn {
  width: auto;           /* Let the icon size define the width */
  height: auto;
  padding: 4px 8px;
  margin-top: 6px;
  margin-left: 5px;
  float: left;
  cursor: pointer;
  background: none !important; /* Remove old image */
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #007bff; /* Customize as needed */
}

.removeBtn {
  margin-left: 3px;
  color: #dc3545;
}

.addBtn::before {
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
}

.removeBtn::before {
  content: "\f068"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}


.listingBoxLabel {
	font-size: 20px;
	color: var(--clc-blue);
	font-weight: bold;
	padding: 5px 10px;
}

.expandButton {
	cursor: pointer;
	font-weight: bold;
	color: var(--clc-red);
	font-size: 20px;
  padding: 5px 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.listingBox {
	width: 100%;
	border: solid 1px var(--clc-blue);
	padding: 5px;
  margin-top: 20px;
}

.mainSection {
  padding: 10px;
  padding-bottom: 0px;
}

.mainSection hr {
  margin: 0px !important;
}

.mainSection hr + div {
  padding-top: 10px;
}

form#listingNameAndContactInfo,
form#listingWhatDoTheyDo,
form#listingWhoDoTheyServe,
form#listingHowMuchDoesItCost,
form#listingWhenIsTheServiceAvailable,
form#listingAdditionalInformation { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

form#listingNameAndContactInfo > *:nth-child(3),
form#listingWhatDoTheyDo > *:nth-child(3),
form#listingWhoDoTheyServe > *:nth-child(3),
form#listingHowMuchDoesItCost > *:nth-child(3),
form#listingWhenIsTheServiceAvailable > *:nth-child(3),
form#listingAdditionalInformation > *:nth-child(3) { 
  grid-column: 1 / -1;
}

.listingMaintenanceInfo input[type="text"],
.listingMaintenanceInfo select,
#saveAndComplete .popUpStyle_content .reviewSaveForm input[type="text"] {
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-sizing: border-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#saveAndComplete .popUpStyle_content .reviewSaveForm input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.listingMaintenanceInfo input[type="checkbox"] {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
}

.listingMaintenanceInfo textarea {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.listingMaintenanceInfo input[type="button"] {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: var(--clc-blue);
  color: var(--clc-text-white);
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  box-sizing: border-box;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.listingMaintenanceInfo input[type="file"]::file-selector-button {
  /* padding: 0.375rem 0.75rem; */
  margin-right: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-sizing: border-box;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  cursor: pointer;
}

.listingMaintenanceInfo input[type="file"]::file-selector-button:hover {
  background-color: #dde0e3;
  border-color: #b3b8bd;
}

.listingMaintenanceInfo input[type="file"] {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--clc-text-gray);
  background-color: var(--clc-text-white);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.listingMaintenanceInfo .ageRangeFrom,
.listingMaintenanceInfo .ageRangeTo {
  display: inline-block !important;
}

.listingMaintenanceInfo .applicationForm + div #listing_attachment {
  margin-bottom: 10px !important;
}

.listingMaintenanceInfo .costList + div > div:nth-child(18) {
  display: flex;
  align-items: center;
  margin-top: 10px !important;
}

.listingMaintenanceInfo .costList + div > div:nth-child(18) > div,
.listingMaintenanceInfo .costList + div > div.f-l.m-t-10 > div {
  margin-right: 5px;
}

.listingMaintenanceInfo .refundable,
.listingMaintenanceInfo .costList + div > div:first-child {
  margin-left: 5px;
}

.listingMaintenanceInfo .costList + div > div.f-l.m-t-10 {
  display: flex;
  align-items: center;
  margin-top: 10px !important;
}

.listingMaintenanceInfo .fundingSourcesAcceptedOptions > div,
.listingMaintenanceInfo .doesNotAcceptOptions > div {
  display: flex;
  gap: 10px;
}

.listingMaintenanceInfo input[type="radio"],
.listingMaintenanceInfo input[type="checkbox"] {
  margin-right: 5px;
}

.border-table{
	border: 1px solid;
}

.pad-5{
	padding: 5px;
}

.listingMaintenanceInfo .dateMasking,
.listingMaintenanceInfo .hasDatepicker {
  width: 100px !important;
  box-sizing: content-box !important;
}

.asterisk{
  color: var(--clc-red);
}

/*Border Radius*/
.border-radius-r{
	border-radius: 0px 5px 5px 0px;
}
.border-radius-l{
	border-radius: 5px 0px 0px 5px;
}

.back-to-top{
  position: fixed;
  width: 60px;
  height: 70px;
  bottom: 10px;
  background-color: #1978AD;
  right: 10px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
}

.w-inherit{
	width: inherit;
}