.jazz_jobs_wrapper {
	width: 100%;
}

.job-filters,
.filter-row {
	display: flex;
	width: 100%;
}

.filter-row {
	margin-bottom: 30px;
}

.filter-row .col-6 {
	width: 45%;
	margin-right: 10%;
}

.filter-row .col-6:last-child {
	margin-right: 0;
}

.job-listings li {
	margin: 0;
	padding: 0.75rem 0;
	list-style-type: none;
	text-align: left;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select.filter {
	border: 2px solid #39bc9c;
	box-sizing: border-box;
	border-radius: 41px;
	height: 67px;
	font-size: 24px;
	color: #1e1e1f;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
	position: relative;
	display: flex;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg width='35' height='33' viewBox='0 0 35 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.9895 16.5605C33.9895 25.3946 26.4905 32.5875 17.2002 32.5875C7.91002 32.5875 0.410949 25.3946 0.410949 16.5605C0.410949 7.7264 7.91002 0.533507 17.2002 0.533507C26.4905 0.533507 33.9895 7.7264 33.9895 16.5605Z' stroke='%231E1E1F' stroke-width='0.821898'/%3E%3Cpath d='M8.60016 13.2729L17.2003 23.1357L25.8004 13.2729' stroke='%231E1E1F' stroke-width='1.6438' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E") transparent;
	background-position: 96% center;
	background-repeat: no-repeat;
}

select.filter:hover {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg width='35' height='33' viewBox='0 0 35 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.9895 16.5605C33.9895 25.3946 26.4905 32.5875 17.2002 32.5875C7.91002 32.5875 0.410949 25.3946 0.410949 16.5605C0.410949 7.7264 7.91002 0.533507 17.2002 0.533507C26.4905 0.533507 33.9895 7.7264 33.9895 16.5605Z' stroke='%2339BC9C' stroke-width='0.821898'/%3E%3Cpath d='M8.60016 13.2729L17.2003 23.1357L25.8004 13.2729' stroke='%2339BC9C' stroke-width='1.6438' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E") transparent;
	color: #39bc9c;
	background-position: 96% center;
	background-repeat: no-repeat;
}

.filter-results {
	text-align: left;
}

.filter-results .no-results-message.hidden {
	display: none;
}

.filter-results .no-results-message {
	text-align: center;
	margin-top: 2.4rem;
}

.no-results-message p {
	font-size: 1.14285rem;
	font-weight: normal;
}

.no-results-message p.sub-title {
	font-weight: bold;
	font-size: 1.714285rem;
	/* 24px */
	line-height: 2.85714rem;
	/* 40px */
}

.posting-category {
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #9a9a9a;
}

.posting-category em {
	margin-right: 0.5rem;
}

.posting-apply {
	width: 36px;
}

.posting-apply .apply-button {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.6886' cy='17.8145' r='17.0891' transform='rotate(-90 17.6886 17.8145)' stroke='%231E1E1F' stroke-width='0.821898'/%3E%3Cpath d='M14.1886 26.564L24.6886 17.814L14.1886 9.06396' stroke='%231E1E1F' stroke-width='1.6438' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E");
	font-size: 0;
	width: 36px;
	height: 36px;
	background-size: cover;
	display: block;
}

.posting {
	clear: both;
}

ul.job-listings {
	margin: 0;
	padding: 0;
	width: 100%;
}

.job-listings li {
	display: flex;
	border-bottom: 1px solid #c4c4c4;
	padding: 32px 24px 31px 24px;
	align-items: center;
	justify-content: space-between;
}

.job-listings li .posting {
	flex: 1;
	width: 60%;
	max-width: 492px;
}

.job-listings li .posting p {
	margin-bottom: 0;
	color: #39bc9c;
}

.job-listings li:hover {
	border: 1px solid #39bc9c;
	border-right: 0;
	border-left: 0;
	position: relative;
	color: #39bc9c;
	padding: 31px 24px;
	padding-top: 32px;
	margin-top: -1px;
	cursor: pointer;
}

.job-listings li:hover .posting h4 a,
.job-listings li:hover .posting p,
.job-listings li:hover .posting-category {
	color: #39bc9c;
}

.job-listings li:hover .posting-apply .apply-button {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.6886' cy='17.8145' r='17.0891' transform='rotate(-90 17.6886 17.8145)' stroke='%2339BC9C' stroke-width='0.821898'/%3E%3Cpath d='M14.1886 26.564L24.6886 17.814L14.1886 9.06396' stroke='%2339BC9C' stroke-width='1.6438' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}

.job-listings li:hover::after {
	content: '';
	width: 19px;
	height: calc(100% + 2px);
	position: absolute;
	left: -19px;
	top: -1px;
	border: 1px solid #39bc9c;
	border-right: 0;
	border-bottom-left-radius: 16px;
	border-top-left-radius: 16px;
}

.job-listings li:hover::before {
	content: '';
	width: 19px;
	height: calc(100% + 2px);
	position: absolute;
	right: -19px;
	top: -1px;
	border: 1px solid #39bc9c;
	border-left: 0;
	border-bottom-right-radius: 16px;
	border-top-right-radius: 16px;
}

.job-listings li h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	color: #000000;
	margin-bottom: 0;
}

.job-listings li h4 a:focus {
	color: #39bc9c;
}

.job-listings li h4 a {
	text-decoration: none;
	color: #000000;
	font-weight: 500;
}

.job-listings li h4 a:hover {
	color: #39bc9c;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.job-filters,
	.filter-row {
		display: flex;
		width: 100%;
		flex-direction: column;
	}

	.filter-row .col-6 {
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
		margin-bottom: 16px;
	}

	.filter-row .col-6:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	select.filter {
		height: 50px;
		font-size: 16px;
	}

	.job-listings li {
		margin-left: 5%;
		margin-right: 5%;
		flex-direction: column;
		padding: 16px 0 15px 0;
	}

	.job-listings li:hover {
		padding: 16px 0 15px 0;
	}

	.job-listings li .posting,
	.job-listings li .posting-categories,
	.job-listings li .posting-apply {
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}

	.job-listings li .posting-apply {
		margin-bottom: 0;
	}

	.job-listings li .posting-categories .posting-category {
		text-align: left;
		font-size: 14px;
	}

	.job-listings li:hover {
		border-top: 0;
		margin-top: 0;
	}
	.job-listings li:hover::after,
	.job-listings li:hover::before {
		display: none;
	}

	.job-listings li h4 {
		font-size: 18px;
		line-height: 1.2;
	}

	.posting-apply .apply-button {
		width: 30px;
		height: 30px;
	}
}
