/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2023 | 01:56:24 */
.career--opportunities-heading {
	height: 100vh;
}

.career__name-paragraph {
	margin-bottom: 20px;
}

.career__name-paragraph .evlt-paragraph__main-title {
	color: #333;
}

.evlt-paragraph--career .evlt-paragraph {
	color: #666;
}

.evlt-paragraph--career .evlt-paragraph__sub-title {
	font-family: var(--headings-font-family);
}

.careers__overview .evlt-paragraph:not(:last-child),
.careers__relationships .evlt-paragraph:not(:last-child) {
	margin-bottom: 10px;	
}

.careers__overview .evlt-paragraph__sub-title,
.careers__relationships .evlt-paragraph__sub-title {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	min-width: 165px;
	font-family: var(--main-font-family);
}

.careers__relationships .evlt-paragraph__sub-title {
	min-width: 305px;
}

.career--opportunities-heading h1 {
	font-size: 120px;
	line-height: 100%;
	font-family: var(--headings-font-family);
	font-weight: 100;
}

.wrapper--dark .accordion__title {
	color: #fff;
}


.single-career .page-scroll-btn {
	position: relative;
	top: -120px;
	margin-bottom: -175px;
}

.single-career #content-start {
	height: 1px;
}


@media (max-width: 1023px) {

	.single-career .page-scroll-btn {
		position: relative;
		top: inherit;
		margin-bottom: 0px;
		transform: translateY(calc(-110px - 100%));
	}

	section.work-section > .section__content {
		width: 100%;
		margin: 0 24px;
	}

	section.work-section > .section__content .slider__arrow {
		display: none;
	}
}

@media (max-width: 600px) {
	.single-career .evlt-paragraph--career .evlt-paragraph__text {
		display: none;
	}
	
	.single-career .evlt-paragraph--career .evlt-paragraph__text.open {
		display: block;
	}
	
	.single-career .evlt-paragraph--career .paragraph-group__horizontal .evlt-paragraph__text {
		display: block;	
	}
	
	.single-career .evlt-paragraph--career .evlt-paragraph.remove-arrow .evlt-paragraph__sub-title:after,
	.single-career .evlt-paragraph--career .paragraph-group__horizontal .evlt-paragraph__sub-title:after {
		display: none;
	}
	
	.single-career .evlt-paragraph--career .evlt-paragraph > .evlt-paragraph__sub-title {
		position: relative;	
		padding-right: 50px;
	}
	
	.single-career .evlt-paragraph--career .evlt-paragraph:nth-child(6) > .evlt-paragraph__sub-title:after {
		display: none;
	}
	
	.single-career .evlt-paragraph--career .evlt-paragraph > .evlt-paragraph__sub-title:after {
		content: '⌄';
		font-size: 40px;
		top: -15px;
		right: 5px;
		position: absolute;
	}
	
	.single-career .evlt-paragraph--career .evlt-paragraph > .evlt-paragraph__sub-title.open:after {
		transform: rotate(180deg);	
		top: 19px;
	}
	
}
