/*IE specifics*/

.ie .ieNoShow{
	display: none !important;
}

.ie section:after {
    content: "";
    height: 100vh;
}

.ie .my-auto{
	align-self: center;
}

.ie .my-xl-auto{
	align-self: center;
}

.ie section .slide{
	height: 100vh;
}

.ie .list-image ul.col li{
	max-width: 100%;
}

.ie section ul.checkmark li img{
	flex: 1 0 auto;
}

.ie footer .footer--content .subscribe input{
	line-height: 10px;
}

.privacy-policy main ol, .single-wp_job_board main ol{
	list-style: decimal;
}
.privacy-policy  main ul, .single-wp_job_board main ul{
	list-style: disc;
}

.privacy-policy main ol li ul, .single-wp_job_board main ol li ul {
    margin-left: 20px;
    margin-top: 20px;
}

.privacy-policy main strong, .single-wp_job_board main strong{
	font-weight: 700;
}

html.dark .wpjb_meta_icon{
	filter: invert(100%) brightness(110%);
	transition: filter 0.3s ease;
}

/* Job Board Overwrites */

.wpjb_job_list_wrapper {
	box-shadow: none !important;
	margin: 0 auto;
	margin-top: 40px;
	max-width: 700px;
}
.wpjb_job_list_header {
	background: none !important;
	margin-bottom: 40px !important;
	display: none;
}
.wpjb_each_job {
	border: none !important;
	float: none;
}
.wpjb_part.wpjb_title {
	text-align: left;
}
.wpjb_job_url {
	float: none !important;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #000 !important;
	padding: 20px 0 !important;
}
html.dark .wpjb_job_url{
	border-bottom: 2px solid #fff;
}
.wpjb_hover {
	display: none;
}
.wpjb_jb_title {
	color: #000 !important;
	line-height: 1.4;
}
html.dark .wpjb_jb_title {
	color: #fff !important;
}
.wpjb_part.wpjb_type {
	color: #000 !important;
}
html.dark .wpjb_part.wpjb_type {
	color: #fff !important;
}
.wpjb_each_job:last-child .wpjb_job_url {
	border-bottom: none;
}

.wpjb_cat {
	line-height: 1.4;
}

.wpjb_each_job .wpjb_years {
	display: none !important;
}

.wpjb_each_job .wpjb_exp_date{
    display: none !important;
}

.careers section.center .row{
    padding-top: 0 !important;
}

.careers section.center .imgtgl{
	display: none !important;
}

.nf-field-container.checkbox-container .nf-field .checkbox-wrap{
	align-items: flex-start;

}

.nf-field-container.checkbox-container .nf-field .checkbox-wrap .nf-field-label{
	width: 96%;
	display: inline-block;
	text-align: left;
	padding: 0;
}

.nf-field-container.checkbox-container .nf-field .checkbox-wrap .nf-field-element{
	width: auto;
}

.nf-field-container.checkbox-container .nf-field .checkbox-wrap .nf-field-element input{
	margin-top: 4px;
}

.cta--form .field-wrap.checkbox-wrap .nf-field-label label{
	line-height: 1.3;
}

.nf-response-msg{
	margin-bottom: 20px;
}

footer input.ninja-forms-field[type="button"]{
	border: none;
	padding: 17px 20px;
	margin-top: 20px;
}

@media screen and (min-width: 769px) {
	.nf-field-container.checkbox-container .nf-field .checkbox-wrap{
		padding-left: 0;
	}
}

@media screen and (min-width: 992px) {
	.col-lg-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 600px;
		margin: 0 auto;
	}	
}

@media screen and (min-width: 1025px) {
	.col-lg-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}	
}
