.searching {
	width: 100%;
	position: relative;
}

@media only screen and (max-width: 960px) {
	.searching {
		padding-top: 0
	}
}

.searching *, .searching *:after, .searching *:before {
    box-sizing: border-box;
}

.searching a{
	text-decoration: none;
}

.searching .button {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #c0d200 !important;
	text-align: center;
	text-transform: uppercase;
	font-weight:400;
}

.searching .container {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: justify-content;
	align-items: justify-content
}

.searching__sidebar {
	width: 300px
}

@media only screen and (max-width: 960px) {
	.searching__sidebar {
		width: 100%
	}
}

.searching .text {
	font-size: 1.25em;
	color: #10223D;
	margin-bottom: 30px
}

@media only screen and (max-width: 960px) {
	.searching .t-click {
		margin-left: -40px;
		width: calc(100% + 80px);
		padding-left: 40px;
		padding-top: 15px;
		padding-bottom: 15px;
		background: #fff;
		border-bottom: 1px solid #999799;
		cursor: pointer;
		position: relative
	}
	.searching .t-click:after {
		content: '';
		width: 10px;
		height: 16px;
		background: url(../resources/arrow-blue.svg) no-repeat;
		position: absolute;
		right: 40px;
		top: 50%;
		margin-top: -8px;
		-webkit-transition: 0.2s all ease-in-out;
		transition: 0.2s all ease-in-out
	}
	.searching .t-click.active:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

.searching__refine {
	width: 100%;
	background: #10223D;
	color: #fff;
	padding: 30px 20px;
	margin: 0px 0 20px;
	border-radius: 2px
}

@media only screen and (max-width: 960px) {
	.searching__refine {
		display: none
	}
	.searching__refine.active {
		display: block;
		-webkit-animation-duration: .375s;
		animation-duration: .375s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown
	}
}

.searching__refine form {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.searching__refine label {
	width: 100%;
	color: #999799;
	margin-bottom: 10px
}

.searching__refine .select-container {
	margin-bottom: 25px
}

.searching__refine input {
	width: 100%;
	height: 60px
}

.searching__refine select{
	width: 100%;
}

.searching__refine .half {
	width: calc(50% - 15px);
	position: relative
}

.searching__refine .center {
	color: #999799;
	position: relative;
	top: 15px
}

.searching__signup {
	width: 100%;
	background: #fff;
	padding: 40px 20px;
	border-radius: 2px
}

@media only screen and (max-width: 960px) {
	.searching__signup {
		display: none
	}
}

.searching__signup p {
	font-size: 1em;
	line-height: 1.75;
	margin-bottom: 20px;
	color: #999799
}

.searching__signup .heading {
	font-size: 1.5em;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	margin-bottom: 10px;
	color: #10223D
}

.searching__signup input {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	font-family: "Sarabun", sans-serif
}

.searching__signup input:last-of-type {
	margin-bottom: 0
}

.searching__signup ::-webkit-input-placeholder {
	color: #999799
}

.searching__signup ::-moz-placeholder {
	color: #999799
}

.searching__signup :-ms-input-placeholder {
	color: #999799
}

.searching__signup :-moz-placeholder {
	color: #999799
}

.searching__content {
	width: calc(100% - 300px);
	padding-left: 60px
}

@media only screen and (max-width: 1200px) {
	.searching__content {
		padding-left: 30px
	}
}

@media only screen and (max-width: 960px) {
	.searching__content {
		padding-left: 0;
		width: 100%
	}
	.searching__content .text {
		width: 100%;
		text-align: center
	}
}

.searching.details {
	font-weight: 300;
	padding-top: 60px
}

@media only screen and (max-width: 800px) {
	.searching.details {
		padding-top: 20px
	}
}

.searching.details .searching__content {
	width: 100%;
	padding-left: 0
}

.searching.details .details-header {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 20px
}

.searching.details .details-header p {
	display: inline-block;
	font-size: .875em;
	color: #999799;
	margin-right: 10px
}

@media only screen and (max-width: 920px) {
	.searching.details .details-header p {
		margin-right: 0;
		margin-bottom: 10px
	}
}

.searching.details .details-header select {
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .75em
}

.searching.details .details-header form {
	display: inline-block
}

@media only screen and (max-width: 1120px) {
	.searching.details .details-header form {
		width: 100%;
		margin-top: 20px
	}
}

.searching.details .details-header .select-container {
	display: inline-block;
	width: 180px;
	margin-right: 10px
}

@media only screen and (max-width: 920px) {
	.searching.details .details-header .select-container {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%
	}
}

.searching.details .details-header .med {
	width: 150px;
	margin-right: 10px
}

.searching.details .details-header .med:last-of-type {
	margin-right: 0
}

.searching.details .details-header .med .select-container {
	width: 100%;
	margin-right: 0
}

.searching.details .details-header fieldset {
	display: inline-block
}

.searching.details .back {
	display: inline-block;
	font-size: 1.25em
}

.searching__post {
	width: 100%;
	background: #fff;
	padding: 40px 30px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #10223D;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out
}

.searching__post.featured-job:before {
	content: '';
	width: 86px;
	height: 86px;
	background: url(../images/featured.svg) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0
}

.searching__post:hover {
	border-color: #9CA742
}

.searching__post header {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 10px
}

.searching__post .subhead {
	margin-bottom: 0px
}

.searching__post .like {
	width: 20px;
	height: 18px;
	display: none
}

.searching__post .like.active .a-heart {
	fill: #9CA742;
	stroke: #9CA742
}

.searching__post footer {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width: 760px) {
	.searching__post footer {
		flex-wrap: wrap
	}
}

.searching__post .job-details li {
	color: #999799;
	display: inline-block;
	margin-right: 40px
}

@media only screen and (max-width: 760px) {
	.searching__post .job-details li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px
	}
}

.searching__post .job-details .clock,
.searching__post .job-details .point {
	position: relative;
	top: 2px;
	left: -2px
}

.searching__post .job-details .clock svg,
.searching__post .job-details .point svg {
	width: 16px;
	height: 16px;
	margin-right: 6px
}

.searching__post .job-details .pin {
	position: relative;
	top: 2px
}

.searching__post .job-details .pin svg {
	width: 12px
}

.searching__post .job-details .union {
	position: relative;
	top: 2px
}

.searching__post .job-details .union svg {
	width: 12px
}

.searching__post .job-details svg {
	display: inline-block;
	margin-right: 8px
}

.searching__post .apply {
	color: #10223D;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	position: relative;
	z-index: 10;
	text-decoration: none;
}

@media only screen and (max-width: 760px) {
	.searching__post .apply {
		width: 100%
	}
}

.searching__post .apply:hover {
	color: #9CA742
}

.searching__post .apply .check {
	position: relative;
	top: 2px;
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-right: 8px;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out
}

.searching__post .heading {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

@media only screen and (max-width: 760px) {
	.searching__post .heading {
		flex-wrap: wrap
	}
}

.searching__post .heading .id {
	color: #999799;
	font-size: 1.125em;
	margin-bottom: 0
}

@media only screen and (max-width: 760px) {
	.searching__post .heading .id {
		width: 100%
	}
}

.searching__post .heading .headline {
	font-size: 1.5em;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	margin-bottom: 0px;
	padding-right: 10px
}

@media only screen and (max-width: 760px) {
	.searching__post .heading .headline {
		width: 100%
	}
}

.searching__post.details:hover {
	border-color: transparent
}

.searching__post.details .id {
	display: inline-block
}

.searching__post.details .like {
	margin-left: 20px;
	position: relative;
	top: 2px
}

@media only screen and (max-width: 760px) {
	.searching__post.details .like {
		position: absolute;
		margin: 0;
		right: 30px;
		top: 30px
	}
}

.searching__post.details header {
	display: -webkit-box;
	display: flex;
	/*flex-flow: column;*/
	gap: 20px;
	flex-wrap: wrap;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 10px 20px;
    background: #ededed;
}

.searching__post.details .button {
	width: 170px;
	padding-top: 20px;
	padding-bottom: 20px;
	/*margin-top: 20px;*/
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s;
	background: #c0d200;
}
.searching__post.details .button.long {
	width: 300px;
	max-width: 100%;
	display: block;
}

@media only screen and (max-width: 800px) {
	.searching__post.details .button {
		margin-top: 10px;
		margin-bottom: 20px;
		width: 100%
	}
}

.searching__post.details .heading {
	/*width: calc(100% - 190px);*/
	display: block
}
.searching__post.details .row{/*width: 100%;*/ flex: 1;}
.searching__post.details.isOpen1.hasPayDetails .row > div{border-right: 1px solid grey;}
.searching__post.details .row > div:last-child{border: none !important;}
.searching__post.details .row .col.align-self-center{text-align: center;}

@media only screen and (max-width: 800px) {
	.searching__post.details .heading {
		width: 100%
	}
}

.searching__post.details .subhead {
	width: 100%;
}

.searching__post.details .headline {
	margin-bottom: 15px
}

.searching__post.details .rich-text {
	width: 800px;
	max-width: 100%;
	margin-bottom: 20px;
}

.searching__post.details .rich-text h2,
.searching__post.details .rich-text h3,
.searching__post.details .rich-text h4,
.searching__post.details .rich-text h5,
.searching__post.details .rich-text h6 {
	font-size: 1em;
	font-family: "Sarabun", sans-serif;
	margin-bottom: 10px;
	font-weight: 700
}

.searching__pagination {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end
}

@media only screen and (max-width: 760px) {
	.searching__pagination .inner {
		width: 100%
	}
}

.searching__pagination form {
	display: inline-block;
	width: 130px
}

@media only screen and (max-width: 760px) {
	.searching__pagination form {
		width: 100%;
		margin-bottom: 10px
	}
}

.searching__pagination .pages {
	display: inline-block;
	margin-left: 30px
}

@media only screen and (max-width: 760px) {
	.searching__pagination .pages {
		width: 100%;
		margin-left: 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
}

.searching__pagination .pages .arrow {
	display: inline-block;
	width: 12px
}

.searching__pagination .pages .arrow:hover .a-pager {
	fill: #10223D
}

.searching__pagination .pages .prev {
	margin-right: 10px
}

.searching__pagination .pages .next {
	margin-left: 10px
}

.searching__pagination .pages ul {
	display: inline-block
}

.searching__pagination .pages li {
	display: inline-block;
	color: #999799;
	letter-spacing: 2px
}

.searching__pagination .pages li a {
	color: #999799;
	position: relative;
	padding: 0 12px 8px;
	border-bottom: 3px solid transparent;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out
}

.searching__pagination .pages li a:hover {
	color: #10223D
}

.searching__pagination .pages li.active a {
	color: #10223D;
	font-weight: 700;
	border-color: #10223D
}

.searching .cover {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -999em;
	width: 100%;
	height: 100%
}

.more-jobs {
	width: 100%;
	margin-top: 50px
}

.more-jobs .text {
	text-align: left;
	font-size: 22px;
	margin-bottom: 20px;
}

.more-jobs__inner {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%
}

.more-jobs .searching__post {
	width: calc((100% / 3) - 15px)
}

@media only screen and (max-width: 1000px) {
	.more-jobs .searching__post {
		width: 100%
	}
}

.more-jobs .searching__post .heading {
	width: 100%;
	padding: 0;
	margin: 0;
	flex-wrap: wrap
}

.more-jobs .searching__post .id {
	width: 100%;
	margin-top: 5px
}

.more-jobs .searching__post .headline {
	margin-right: 0
}

.more-jobs .searching__post .rich-text p {
	margin-bottom: 15px
}

.more-jobs .searching__post footer {
	display: block
}

.more-jobs .searching__post .job-details li {
	margin-bottom: 10px
}

/* Single Jobs */
.single-job .searching__post{
	border: none;
	padding: 0;
}
.single-job .searching__post:before,
.single-job .searching__post:after{
	display: none;
}
.single-job .details-header{
	margin-bottom: 40px;
}
.single-job .searching__post.details .button{
	box-sizing: border-box;
}

.single-job ul.job-details{
	margin: 10px 0 0;
	display: flex;
    flex-flow: column;
    gap: 10px;
}

.link.back:hover svg {
    -webkit-transform: rotate(-180deg) translateX(5px);
    transform: rotate(-180deg) translateX(5px);
}
.link.back svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-right: 10px;
}

/*.more-jobs .searching__post:hover {
    border: 1px solid #9CA742;
}*/

/* Single Jobs - Sidebar */
.entry-content.job-content-container{font: normal 300 16px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif; margin-top: 55px !important; display: inline-block;}
.entry-content .job-content{width: 66.66667%; float: left; display: inline-block;}
.entry-content .job-sidebar{width: calc(33.33334% - 30px); float: left; display: inline-block; margin-left: 30px; margin-bottom: 30px; padding: 20px; background-color: #f9f9f9;}
.entry-content .job-sidebar .job-sidebar-title{font: normal 18px / 28px; text-transform: uppercase; font-weight: bold; color: #fff; text-align: center; padding: 10px; background-color: #0A2240; /*background: url(../images/CategoryV.jpg) 50% 50% no-repeat; background-size: cover;*/}
.entry-content .job-sidebar .job-sidebar-image{margin-bottom: 30px;}
.entry-content .job-sidebar .job-sidebar-image img{max-width: 100%;}

@media only screen and (max-width: 1024px) {
	.entry-content .job-content{width: 50%;}
	.entry-content .job-sidebar{width: calc(50% - 30px);}
}

@media only screen and (max-width: 580px) {
	.entry-content .job-content{width: 100%;}
	.entry-content .job-sidebar{width: 100%; margin-left: 0;}
}

/* Theme overrides */
#footer .lower-line{display: inline-block; width: 100%;}


.job-content h1{color: #0e2140; line-height: 28px;}