.preloader {
	-webkit-animation: clockwiseSpin 2s infinite linear;
	animation: clockwiseSpin 2s infinite linear;
	width: 130px;
	height: 130px;
}
@keyframes clockwiseSpin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#btn_filter {
	background-color: #3155a3;
	color: white;
	padding: 9px 15px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}

#btn_filter:hover {
	opacity: 0.8;
}

.divHeading {
	margin-top: 10%;
}

.divHeading h6 {
	font-size: large;
	margin: 15px;
}

body {
	font-family: "Arial";
}

#jobsListing {
	min-height: 500px !important;
}

/*Layout Items*/

.jsFirmLogo {
	image-rendering: auto !important;
}

.divHeading {
	margin: 0 auto;
	text-align: center;
}

.jobsFeed {
	background-color: transparent;
	margin-bottom: 40px;
	text-align: center;
}

.jobsFeed li:first-of-type {
	/* border-top: 2px solid #E0E1E2; */
}

.searchFilters {
	text-align: left;
	margin-bottom: 10px;
}

.searchFilters h4 {
	font-size: 20px !important;
	margin: 0px;
}

.searchFilterTitle {
	font-size: large;
	font-weight: bold;
}

.jobsFeed .searchFilters ul.filterInputs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

.jobsFeed ul {
	list-style-type: none !important;
}

.jobsFeed .searchFilters ul.filterInputs li label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.8em;
}

.resultsList {
	/*Results Line, includes just the select for how many results to display*/
	display: flex;
	justify-content: flex-end;
	padding: 20px;
	border-top: 2px solid #e0e1e2;
	border-bottom: 2px solid #e0e1e2;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.8em;
}

.resultsList label {
	/*Margin for the lable in the results line*/
	margin-top: 5px;
}

.read-more {
	font-weight: bold;
	color: #2c4464;
}

p .read-more {
	margin-left: 5px;
}

.read-more:hover {
	color: #1b6ba0;
	text-decoration: underline;
}

/*Select & Input Boxes*/
/*Buttons*/
.btnPostJobResume {
	border: 1px solid #888686 !important;
	background: #f7f7f9 !important;
	color: #000 !important;
	padding: 5px 25px !important;
	font-style: italic !important;
	font-size: 13px !important;
	width: 165px !important;
}

.btnPostJobResume:hover {
	border: 1px solid #969494 !important;
	background: #969494 !important;
}

.btnFilter {
	border: 1px solid #dcdcdc !important;
	background: #f7f7f9 !important;
	color: #dcdcdc !important;
	height: 40px !important;
	width: 75px !important;
	padding: 0 25px !important;
	font-style: italic;
	font-size: 13px;
	width: 100% !important;
}

.select_filter {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-f551526);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-5ef0de9);
	border-radius: 12px 12px 12px 12px;
	padding: 1px 16px;
	margin-right: 10px;
}

.input_filter {
	padding: 1px 16px !important;
	border-color: rgba(84, 88, 84, 0.5) !important;
	margin-right: 10px;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: var(--e-global-color-5ef0de9) !important;
	border-radius: 12px 12px 12px 12px !important;
	padding: 1px 16px !important;
	margin-right: 10px !important;
	width: 80%;
	font-size: 17px;
}

.button_filter {
	font-size: 14px;
	background-color: #2c4464;
	border: #2c4464;
	padding: 8px 10px 8px 10px;
	color: white;
	border-radius: 5px;
	padding: 10px 15px 10px 15px;
}

.button_filter:hover {
	background-color: #6380aa;
	border: #6380aa;
	cursor: pointer;
}

.btnPostJobRow {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 35px;
}

.resultsList select {
	/*Special select box for number of results*/
	margin-left: 10px;
	padding: 1px 16px;
	margin-right: 10px;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-f551526);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-5ef0de9);
	border-radius: 12px 12px 12px 12px;
	width: 95px !important;
}
/*END Select & Input Boxes*/

/*Job Listing Layout*/
#jobsListing li {
	list-style: unset !important;
	list-style-type: none !important;
	display: flex;
	border-bottom: 1px solid #e0e1e2bf;
}

.listing-content {
	width: 100%;
}

.listing-date {
	border-left: 1px solid #dadcdd;
	margin-left: 30px;
	padding-left: 30px;
}

.listing-date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.listing-date .month {
	border-bottom: 2px solid #d0d2d3;
	flex-grow: 0;
	font-size: 24px;
	padding: 0 5px 5px 5px;
	margin: 0px;
	font: bold;
}

.listing-date .day {
	font-size: 24px;
	font: bold;
}

.job-title {
	color: #717170;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.1em;
}

.job-company {
	color: #717170;
	display: block;
	margin-bottom: 0.75em;
}

.no-header-page .main-wrap .container {
	padding-top: 0px !important;
}

.row-margin {
	margin-top: 10px;
}

.no-results {
	text-align: center;
	padding-top: 5%;
}

/*End Job Listing Layout*/

/* Pagination */
#pager {
	margin-top: 35px;
	margin-bottom: 35px;
}

.pagingdiv {
	display: flex;
}

.pagingdiv p {
	margin: 0px;
}

.page-item.active a {
	color: #000 !important;
}

.page-item.active {
	border: 2px solid #000 !important;
}

.page-item.disabled {
	color: #f0f1f1 !important;
}

.pagingdiv a {
	font-weight: 400;
	text-decoration: none;
	color: #000 !important;
}

.pagingdiv ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border: none;
	flex-grow: 0;
	margin-left: auto;
}

.pagingdiv ul li.page-item {
	padding: 0 7px !important;
}
/* END Pagination */

/* Media Queries to handle stacking */
@media (max-width: 1010px) {
	.search-button {
		margin-right: 0;
	}
}

@media (max-width: 1080px) {
	.jobsFeed .searchFilters ul.filterInputs {
		display: contents;
	}

	.button_filter {
		width: 260px !important;
	}

	.input_filter {
		width: 230px;
	}

	.select_filter {
		width: 260px;
		height: 30px;
	}

	.jobsFeed ul {
		width: 100%;
	}

	.searchFilters {
		padding: 5px 5px 5px 5px;
	}

	.jobsFeed ul li {
		width: 100%;
		margin-top: 5px;
	}
}

@media (max-width: 780px) {
	.search-button-align {
		text-align: left;
	}

	.row-margin {
		margin-top: 0;
	}

	#jobsListing {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 430px) {
	.listing-date {
		margin-left: 0px;
		padding-left: 10px;
	}

	.job-board-head {
		margin-left: auto;
		margin-right: auto;
		width: 340px !important;
		text-align: center !important;
	}

	h1 {
		font-size: 1.4em !important;
	}
}
