.elementor-kit-17{--e-global-color-primary:#3BE578;--e-global-color-secondary:#F64D2B;--e-global-color-text:#000000;--e-global-color-accent:#FFD000;--e-global-color-4344c1c:#FFF2E6;--e-global-color-93835b5:#FFFFFF;--e-global-color-bdc9a6b:#FCDD9E;--e-global-color-9e7e5ca:#D1EDCC;--e-global-typography-primary-font-family:"Inclusive Sans";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inclusive Sans";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inclusive Sans";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inclusive Sans";--e-global-typography-accent-font-size:30px;--e-global-typography-accent-font-weight:400;--e-global-typography-77d660f-font-family:"Inclusive Sans";--e-global-typography-77d660f-font-size:190px;--e-global-typography-77d660f-font-weight:700;--e-global-typography-1fb9f65-font-family:"Inclusive Sans";--e-global-typography-1fb9f65-font-size:90px;--e-global-typography-1fb9f65-font-weight:700;--e-global-typography-38b325d-font-family:"Inclusive Sans";--e-global-typography-38b325d-font-size:56px;--e-global-typography-38b325d-font-weight:700;--e-global-typography-2378b4e-font-family:"Inclusive Sans";--e-global-typography-2378b4e-font-size:43px;--e-global-typography-2378b4e-font-weight:400;--e-global-typography-52e4a4a-font-family:"Inclusive Sans";--e-global-typography-52e4a4a-font-size:19px;--e-global-typography-52e4a4a-text-decoration:underline;--e-global-typography-52e4a4a-letter-spacing:-2px;font-family:"Inclusive Sans", Sans-serif;font-size:24px;}.elementor-kit-17 button,.elementor-kit-17 input[type="button"],.elementor-kit-17 input[type="submit"],.elementor-kit-17 .elementor-button{background-color:var( --e-global-color-93835b5 );font-family:"Inclusive Sans", Sans-serif;font-size:26px;font-weight:700;color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );border-radius:30px 30px 30px 30px;padding:12px 12px 12px 12px;}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.elementor-kit-17 h1{color:var( --e-global-color-text );font-size:190px;font-weight:700;}.elementor-kit-17 h2{color:var( --e-global-color-text );font-size:90px;font-weight:700;}.elementor-kit-17 h3{color:var( --e-global-color-text );font-size:56px;font-weight:700;}.elementor-kit-17 h4{color:var( --e-global-color-text );font-size:48px;font-weight:700;}.elementor-kit-17 h5{color:var( --e-global-color-text );font-size:32px;font-weight:700;}.elementor-kit-17 h6{color:var( --e-global-color-text );font-size:24px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}@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 *//* Job posting styles */
.search-input-wrapper {
  position: relative;
  width: 60%;
}

#job-search-input {
	flex-grow: 1;
	padding: 10px 10px 10px 70px;
	border: 1px solid var(--e-global-color-accent);
	border-radius: 30px;
	font-size: 20px;
}

.search-icon {
  position: absolute;
  top: 60%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

.job-types {
	margin: 2rem 0 0 70px;
	display: flex;
	column-gap: 15px;
}

.job-types label {
	margin-right: 10px;
	cursor: pointer;
	font-size: 16px;
}

/* Hide the default radio button */
.job-types input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Style the custom checkbox square */
.job-types .custom-checkbox {
	height: 20px;
	width: 20px;
	background-color: #eee;
	display: inline-block;
	border: 1px solid #ccc;
	margin-right: 8px;
	vertical-align: middle;
}

.job-types input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.job-types .custom-checkbox {
	margin-top: -2px;
	height: 20px;
	width: 20px;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #000;
}

.job-types .custom-checkbox.is-checked {
	background-color: var(--e-global-color-bdc9a6b);
	border-color: var(--e-global-color-bdc9a6b);
}

.job-types #part-time-check + .custom-checkbox.is-checked {
	background-color: var(--e-global-color-9e7e5ca);
	border-color: var(--e-global-color-9e7e5ca);
}

#job-listings-list {
	display: grid;
	grid-template-columns: 100%;
	row-gap: 1rem;
	margin-top: 90px;
}

.job-item a {
	display: flex;
	flex-direction: column;
	padding: 2rem 4rem;
	align-content: center;
	justify-content: center;
	border-radius: 30px;
	background-color: var(--e-global-color-bdc9a6b);
	color: #000;
}

.job-item a:hover {
	background-color: color-mix(in srgb, var(--e-global-color-bdc9a6b) 80%, transparent);
	color: #000;
}

.job-item a:hover div {
	color: #000;
}

.job-item.part-time a {
	background-color: var(--e-global-color-9e7e5ca);
}

.job-item.part-time a:hover {
	background-color: color-mix(in srgb, var(--e-global-color-9e7e5ca) 85%, transparent);
}

.job-item a h3 {
	display: inline;
	border-bottom: 1px solid transparent;
}

.job-item a:hover h3 {
	border-bottom: 1px solid #000;
}


.job-item a div:first-of-type {
	display: grid;
	grid-template-columns: 3fr 2fr;
	column-gap: 15px;
}

@media (min-width: 769px) {
	.job-details {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 15px;
	}
}

#job-listings-list .job-item h3 {
	font-size: 30px;
}

.job-post p {
	margin: 5px 0;
	line-height: 1.5;
}

.job-description {
	padding-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px;
}

.job-location {
	font-size: 20px;
}

.job-type {
	text-transform: capitalize;
	font-size: 20px;
}

.job-types .custom-checkbox {
	position: relative;
}

.job-types .custom-checkbox::after {
    content: '✓';
    position: absolute;
    top: 39%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    opacity: 0;
}

.job-types .custom-checkbox.is-checked::after {
    opacity: 1;
}

.glide__slide [data-elementor-type="section"],
.glide__slide [data-element_type="container"] {
    height: 100% !important;
}

/* Mobile slider styles */
@media (max-width: 1024px) {
    
    .glide__slide [data-elementor-type="section"],
.glide__slide [data-element_type="container"] {
    height: auto !important;
}
    
.stacked {
    display: grid;
    isolation: isolate;
    place-items: flex-end;
}

.stacked > div {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.stacked img {
    z-index: -2;
}

.stacked .elementor-widget-bubbletext {
    margin: 0 auto 20px 20px;
    margin-block-end: 20px !important;
    max-width: 90% !important;
}
}

/* Start text bubble */
.text-bubble {
    display: inline;
	background: #3be578;
	color: #000;
	font-size: 35px;
	font-weight: bold;
	padding: 7px 16px;
	border-radius: 12px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 1.4;
}


@media only screen and (max-width: 768px) {
 .elementor-element .text-bubble {
      line-height: 1;
      padding: 10px 16px;
     font-size: 15px;
	

  }
}

/* End text bubble */

#site-header {
    display:none;}/* End custom CSS */