/****************
 * Search Results List
 ****************/
#mjb_job_list{
	margin: 0 0.5rem;
}
#mjb_job_list a.job{
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 1rem;
	border-bottom: 1px solid #ccc;
}
#mjb_job_list a.job > div{
	box-sizing: border-box;
}
#mjb_job_list a.job > div span{
	display: block;
	color: #232323;
	font-size: 1rem;
	line-height: 1.25rem;
}
#mjb_job_list a.job div.title{
	width: 65%;
}
#mjb_job_list a.job div.title h2{
	color: #a9bb49;
	font-size: 1.25rem;
	line-height: 1.5rem;
}
#mjb_job_list a.job div.title span{
	font-size: 0.75rem;
	line-height: 1rem;
}
#mjb_job_list a.job div.location{
	width: 15%;
}
#mjb_job_list a.job div.location span{
	font-weight: bold;
}
#mjb_job_list a.job div.type{
	width: 20%;
	text-align: right;
}
#mjb_job_list a.job div.type span{
	color: #ff6c0c;
	font-weight: bold;
}
#mjb_job_list a.job div.type span:last-child{
	color: #232323;
	font-weight: normal;
}
#mjb_job_list a.job:last-of-type{
	border-bottom: 0;
}
#mjb_job_list a.job:hover{
	background: #efefef;
}
@media screen and (max-width: 1033px){
	#mjb_job_list a.job div.title h2{
		font-size: 1rem;
		line-height: 1.25rem;
	}
	#mjb_job_list a.job div.location span,
	#mjb_job_list a.job div.type span,
	#mjb_job_list a.job div.type span:last-child{
		font-size: 0.825rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1033px){
	#mjb_job_list a.job div.title{
		width: 60%;
	}
	#mjb_job_list a.job div.location{
		width: 20%;
	}
}
@media screen and (max-width: 767px){
	#mjb_job_list a.job > div{
		width: 100%!important;
	}
}

/****************
 * Job Details
 ****************/
#mjb_job_details h2,
form.mjb_form h2,
#mjb_already_submitted h2,
#mjb_complete h2{
	font-family: "Montserrat";
	color: #a9bb49;
	margin-bottom: 1.5rem!important;
}
#mjb_job_details h2{
	font-size: 2rem;
	line-height: 2.25rem;
}
#mjb_apply h3{
	font-size: 1.5rem;
	line-height: 1.75rem;
}
#mjb_job_details .location{
	line-height: 1.5rem;
}
#mjb_job_details a.apply_link{
	display: block;
	margin: 0 0 1.25rem 0;
	font-size: 1rem;
}
.motus_jobs{
	margin-left: 1rem;
	margin-right: 1rem;
}
.motus_jobs a.back_to_results{
	display: inline-block;
	box-sizing: border-box;
	padding: 1rem 1.25rem;
	margin: 0 0 1.25rem;
	background: #0e314c;
	border: 1px solid #d8d8d8;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}
.motus_jobs a.back_to_results:hover,
.motus_jobs a.back_to_results:focus{
	color: #ff6c0c;
}
#mjb_job_details #full_description{
	margin: 0 0 1.5rem;
}
#mjb_job_details #full_description > div span,
div#mjb_job_details div#full_description div em span,
#mjb_job_details #full_description div em span sup{
	font-family: Arial,Helvetica,sans-serif!important;
	font-size: 1rem!important;
	line-height: 1.5rem!important;
}
#mjb_job_details #full_description p,
#mjb_job_details #full_description ul{
	margin-bottom: 1rem;
}
#mjb_job_details #full_description ul{
	padding-left: 2rem;
	list-style-type: disc;
}
#mjb_job_details #full_description li,
#mjb_job_details #full_description span{
	margin: 0;
	font-size: 1rem!important;
	line-height: 1.5rem!important;
}
#mjb_job_details #full_description div#job_id{
	margin-top: 1.25rem;
	font-weight: bold;
}
@media screen and (min-width: 768px){
	#mjb{
		padding: 0 2rem;
	}
}

@media screen and (max-width: 767px){
	.motus_jobs{
		margin-left: 0.375rem;
		margin-right: 0.375rem;
	}
}
/****************
 * Styles for all bullhorn forms not including basic
 ****************/
.mjb_form{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 1.5rem;
	padding-top: 0;
}
#mjb_job_details a[name="ApplyForJob"]{
	position:absolute;
	display:block;
	margin-top:-100px;
}
form.mjb_form h2{
	margin-bottom: 2rem;
}
form.mjb_form p{
	margin-bottom: 0;
}
.mjb_form i {
	font-style: italic;
}
.mjb_form div.input_holder{
	margin: 0 0 0 0;
	padding: 0 1rem 1rem;
	width: 50%;
}
.mjb_form div.input_holder.full{
	width: 100%;
}
.mjb_form div.input_holder.full.right{
	text-align: right;
}
.mjb_form div.error{
	display: none;
}
.mjb_form label,
.mjb_form span.file_upload{
	display: block;
	margin: 0 0 0.25rem;
}
.mjb_form input[type="text"],
.mjb_form input[type="email"],
.mjb_form input[type="tel"],
.mjb_form select,
.mjb_form div#bh-browse-buttonDIV,
.mjb_form label.file_upload,
.mjb_form label.checkbox{
	position: relative;
	display: block;
	width: 100%;
	margin-top: 0;
	padding: 0.625rem 1.25rem;
	background: #ffffff;
	border: 1px solid #eceef0;
	color: #444;
	font-size: 0.875rem;
	line-height: 1.25rem;
	transition: all 0.2s linear;
	border-radius: 0;
}
.mjb_form div input:focus,
.mjb_form div select:focus,
.mjb_form div button:focus{
	outline: none;
	border-color: #0e314c;
}
.mjb_form div button:focus{
	border-color: #ff6c0c;
	background-color: #ff6c0c;
}
.mjb_form label.checkbox{
	display: inline-block;
	width: auto;
	padding: 0.625rem 1.25rem 0.625rem 0;
	border: none;
	background: transparent;
	color: #fff;
}
.mjb_form label.checkbox:hover,
.mjb_form select:hover{
	cursor: pointer;
}
.mjb_form input:disabled,
.mjb_form select:disabled{
	background: #ccc;
	cursor: not-allowed;
}
.mjb_form label.white{
	color: #fff;
}
.mjb_form div.file_upload{
	position: relative;
	margin-top: 0;
}
.mjb_form input[type="file"]{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding: 0.56rem 1.25rem;
	border-radius: 0;
	box-shadow: none;
}
.mjb_form label.file_upload{
	position: absolute;
	width: auto;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 2px;
	border: 0;
	white-space: nowrap;
	overflow: hidden;
	transition: all 500ms linear;
}
.mjb_form label.file_upload:hover{
	cursor: pointer;
}
.mjb_form button[type="submit"]{
	display: inline-block;
	padding: 1rem 1.25rem;
	background: #a9bb49;
	border: 1px solid #d8d8d8;
	color: #0e314c;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s linear;
}
.mjb_form button[type="submit"]:hover{
	background: #ff6c0c;
}
.mjb_form .errors ul{
	margin-top: 1rem;
}
.mjb_form input:valid,
.mjb_form select:valid,
.mjb_form .valid,
.mjb_form label.valid{
	border-color: #a9bb49;
}
.mjb_form .error,
.mjb_form label.error{
	background: #c00;
	border-color: #700;
	color: #fff;
}
.mjb_form .errors li{
	margin-bottom: 0;
	color: #f00;
}
.mjb_form #referrer_other_holder{
	max-height: 84px;
	transition: all 400ms linear;
	overflow: hidden;
}
.mjb_form #referrer_other_holder.mjb_hidden input{
	background: transparent;
}
.mjb_form #referrer_other_holder.mjb_hidden{
	max-height: 0;
	padding-bottom: 0;
	opacity: 0;
}

.mjb_form ul.options {
	margin: 0;
	list-style-type: none;
}

.mjb_form ul.options li {
	align-items: baseline;
	display: flex;
	flex-direction: row;
}

.mjb_form ul.options li input, .mjb_form ul.options li label {
	display: block;
}

.mjb_form ul.options li input {
	margin-right: 0.5rem;
}
@media screen and (max-width: 767px){
	.mjb_form div.input_holder{
		width: 100%;
	}
	.mjb_form label.checkbox{
		display: block;
	}
	.mjb_form label.file_upload{
		top: 3px;
	}
}
@media screen and (max-width: 460px){
	.mjb_form button[type="submit"]{
		display: block;
		width: 100%;
	}
}

/****************
 * Basic Search Form
 ****************/

form.mjb_search_basic{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin-top: 3rem!important;
	margin-right: auto!important;
	margin-bottom: 1rem!important;
	margin-left: auto!important;
	text-align: center;
}
.mjb_search_basic p{
	width: 100%;
	margin: 0;
	text-align: left!important;
	font-size: 1rem;
	font-weight: normal;
}
.mjb_search_basic input[type="text"],
.mjb_search_basic select,
.mjb_search_basic button[type="submit"],
.mjb_search_basic a{
	display: block;
	box-sizing: border-box;
	border: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: normal;
	text-transform: none;
}
.mjb_search_basic input[type="text"],
.mjb_search_basic select,
.mjb_search_basic button[type="submit"]{
	flex-grow: 1;
}
.mjb_search_basic input[type="text"],
.mjb_search_basic select{
	border: 1px solid #d8d8d8;
	border-right: 0;
	background: #f3f3f3;
	color: #8f8f8f;
}
.mjb_search_basic input[type="text"]{
	width: 60%;
}
.mjb_search_basic select{
	width: 20%;
	padding-left: 20px;
}
.mjb_search_basic button[type="submit"]{
	width: 14%;
	background: #a9bb49;
	border: 1px solid #d8d8d8;
	color: #0e314c;
	font-weight: bold;
}
.mjb_search_basic a{
	width: 210px;
	margin-top: 1.25rem;
	padding: 10px 20px 11px 20px;
	background: #0e314c;
	border: 1px solid #f8f8f8;
	font-weight: bold;
	color: #fff;
}
.mjb_search_basic button[type="submit"]:hover,
.mjb_search_basic a:hover{
	background: #ff6c0c;
}
.mjb_search_basic button[type="submit"]:hover,
.mjb_search_basic select:hover{
	cursor: pointer;
}
@media screen and (max-width: 767px){
	.mjb_search_basic input[type="text"],
	.mjb_search_basic select,
	.mjb_search_basic button[type="submit"],
	.mjb_search_basic a{
		width: 100%;
		padding: 10px 20px 11px 20px;
	}
	.mjb_search_basic input[type="text"],
	.mjb_search_basic select{
		border-right: 1px solid #d8d8d8;
	}
}

/****************
 * Email Signup
 ****************/

#mjb_job_alert_desc{
	padding: 3rem 3rem 3rem 0;
	font-size: 2rem;
	line-height: 3.5rem;
}
#mjb_job_alert_signup{
	padding: 3rem 0 3rem 3rem;
	max-width: 30rem;
}
#mjb_job_alert_signup label{
	display: none;
}
#mjb_job_alert_signup input,
#mjb_job_alert_signup button{
	margin: 0;
	display: inline-block;
}
#mjb_job_alert_signup input{
	width: 66%;
	margin-right: 2%;
}
#mjb_job_alert_signup button{
	width: 28%;
	margin-right: 4%;
}
#job_alert_result{
	opacity: 0;
}
#job_alert_result h2{
	margin: 0;
	padding: 0;
	font-size: 2rem;
	line-height: 3.25rem;
	text-align: left;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
}
@media screen and (min-width: 768px) and (max-width: 1033px){
	h2#mjb_job_alert_desc{
		padding-right: 2rem;
	}
	#mjb_job_alert_signup{
		padding-left: 2rem;
	}
	h2#mjb_job_alert_desc,
	#job_alert_result h2{
		font-size: 1.5rem;
	}
	#mjb_job_alert_signup input{
		width: 62%;
		margin-right: 2%;
	}
	#mjb_job_alert_signup button{
		width: 30%;
		margin-right: 6%;
		font-size: 0.75rem;
	}
}
@media screen and (max-width: 767px){
	h2#mjb_job_alert_desc{
		padding: 0 1rem;
	}
	#mjb_job_alert_signup{
		padding: 1rem;
	}
	h2#mjb_job_alert_desc,
	#job_alert_result h2{
		font-size: 1.25rem;
	}
	h2#mjb_job_alert_desc{
		text-align: left!important;
	}
	#mjb_job_alert_signup input{
		width: 68%;
		margin-right: 2%;
	}
	#mjb_job_alert_signup button{
		width: 30%;
		margin-right: 0;
		font-size: 0.75rem;
	}
}
@media screen and (max-width: 340px){
	#mjb_job_alert_signup_form input,
	#mjb_job_alert_signup_form button{
		padding: 0.625rem 0.625rem;
	}
}

/**
 * Application Form
 */
#mjb_complete,
#mjb_already_submitted{
	min-height: 5rem;
}
.mjb_tall_results #mjb_complete{
	min-height: 28rem;
}

/**
 * EEO Form
 */
form.mjb_form section.mjb_eeoc {
	margin-top: 1rem;
}

form.mjb_form section.mjb_eeoc h2 {
	display: block;
	width: 100%;
}

form.mjb_form section.mjb_eeoc div.lists-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#fw_c.tf_single_page form.mjb_form section.mjb_eeoc ol.eeo {
	margin-left: 0;
}

#fw_c.tf_single_page form.mjb_form section.mjb_eeoc ol.eeo li:before {
	background: transparent;
	border: 0;
	color: inherit;
	content: counter(item) ")";
	font-size: inherit;
	font-weight: bold;
	margin: 0;
	width: auto;
}

form.mjb_form section.mjb_eeoc ol.eeo li {
	display: flex;
	margin-left: 0;
}

form.mjb_form section.mjb_eeoc ol.eeo li:hover {
	cursor: auto;
}

form.mjb_form section.mjb_eeoc ul.options {
	margin: 0 0 1rem 0.25rem;
}

form.mjb_form section.mjb_eeoc ol.eeo li p {
	margin-bottom: 0;
	padding-left: 0.5rem;
}

form.mjb_form section.mjb_eeoc {
	background-color: #efefef;
	margin-bottom: 1rem;
	padding: 1rem;
}

form.mjb_form section.mjb_eeoc p,
form.mjb_form section.mjb_eeoc div.lists-row ul {
	margin-bottom: 1rem;
}

form.mjb_form section.mjb_eeoc li.eeoc_input input:hover,
form.mjb_form section.mjb_eeoc li.eeoc_input label:hover {
	cursor: pointer;
}

@media screen and (max-width: 1033px) {
	form.mjb_form section.mjb_eeoc div.lists-row {
		display: block;
	}

	form.mjb_form section.mjb_eeoc div.lists-row ul {
		margin-bottom: 0;
	}

	form.mjb_form section.mjb_eeoc div.lists-row ul:last-child {
		margin-bottom: 1rem;
	}

	form.mjb_form section.mjb_eeoc div.lists-row ul li:last-child {
		margin-bottom: 10px;
	}
}
