.jobs-archive {
	margin: 6.21em 0;
}

.row-filter.row {
	margin-bottom: 4em;
}

.row-filter h2 {
	margin-bottom: 0.5em;
	text-align: center;
}

.jobs-archive .search-form {
	display: flex;
	margin-bottom: 1.2em;
}

.jobs-archive .search-form label {
	flex-grow: 1;
	margin: 0;
	height: auto;
	position: relative;
}

.jobs-archive .search-form label input {
	width: 100%;
	height: 100%;
	border: 1px solid #D7D7D7;
	padding: 0.5em 0.5em 0.5em 2.5em;
}

.jobs-archive .search-form svg {
	position: absolute;
	top: 1.2em;
	left: 1em;
}

.jobs-archive .search-form .button.search-submit {
	text-transform: capitalize;
	letter-spacing: 0;
	font-family: 'Work Sans';
	font-size: 1em;
	font-weight: 500;
	padding: 1.1em 1em;
	min-width: 13.5em;
}

.jobs-archive .button.filterby-title {
	font-family: 'Work Sans';
	font-weight: 500;
	font-size: 1em;
	text-transform: none;
	letter-spacing: 0;
	padding: 1.1em 1em;
	min-width: 11.4em;
}

article.type-jobs a:hover {
	background: #121F47;
}

article.type-jobs a:hover .post-job-header {
	color: #fff;
}

.filterby {
	display: flex;
}

.filterby-dropdown {
	width: 100%;
	position: relative;
}

.filterby-dropdown select {
	cursor: pointer;
	display: inline-block;
	width: 100%;
	padding: 1em 0.9em;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	height: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.filterby-dropdown:after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-color: transparent transparent black black;
  position: absolute;
  top: 1.15em;
  right: 1em;
  transform: rotate(-45deg);
}

article.type-jobs a {
	display: block;
	text-align: center;
	background: #EFF2F5;
	padding-bottom: 2.5em;
	transition: all 0.4s;
}

.post-job-header {
	background: #121F47;
	width: 100%;
	display: flex;
	color: #ABABAB;
	height: 4.5em;
	padding: 1em;
	justify-content: center;
	align-items: center;
}

.col-md-3.type-jobs {
	margin-bottom: 1.78em;
}

article.type-jobs a .entry-title {
	font-family: 'Work Sans';
	font-weight: 600;
	color: #000000;
	font-size: 1em;
	margin-top: 1em;
	height: 3.5em;
	padding: 0 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}

article.type-jobs a  .entry-content {
	color: #76787C;
}


article.type-jobs a:hover {
	text-decoration: none;
}

article.type-jobs a:hover .entry-title {
	color: #fff;
}

article.type-jobs a:hover .entry-content {
	color: #fff;
}

.filterby-dropdown .custom-select {
	height: 100%;
}

@media (max-width: 767px){
	.jobs-archive {
		margin: 4.21em 0 6em;
	}

	.row-filter.row {
		margin-bottom: 2em;
	}

	.jobs-archive .search-form .button.search-submit {
		min-width: 8.5em;
	}

	.filterby {
		margin-bottom: 1em;
	}

	.jobs-archive .button.filterby-title {
		padding: 1.1em 0.4em;
		min-width: 9.4em;
	}

	article.type-jobs {
		margin-bottom: 2em;
	}

}

@media (max-width: 374px) {
	.jobs-archive .button.filterby-title {
		font-size: 0.85em;
		padding: 1.4em 0.4em;
	}

	.filterby-dropdown {
		width: 61%;
	}
}