/* Custom font import */

@font-face {
  font-family: "ZeroCater";
  font-weight: 200;
  src: url("https://d16d86ao9bqvjy.cloudfront.net/zc_thin.woff") format("woff");
}

@font-face {
  font-family: "ZeroCater";
  font-weight: 300;
  src: url("https://d16d86ao9bqvjy.cloudfront.net/zc_light.woff") format("woff");
}

@font-face {
  font-family: "ZeroCater";
  font-weight: 400;
  src: url("https://d16d86ao9bqvjy.cloudfront.net/zc_regular.woff") format("woff");
}

@font-face {
  font-family: "ZeroCater";
  font-weight: 500;
  src: url("https://d16d86ao9bqvjy.cloudfront.net/zc_medium.woff") format("woff");
}

@font-face {
  font-family: "ZeroCater";
  font-weight: 600;
  src: url("https://d16d86ao9bqvjy.cloudfront.net/zc_semibold.woff") format("woff");
}


/* General */

body {
  font: 300 16px/1 "ZeroCater", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
a {
    color: #e31837;
}
#wrapper,
#main {
  padding: 0;
}

#main #wrapper {
  padding: 3rem 4rem !important;
}

#board_title {
  display: none;
}
#wrapper{overflow:hidden !important;}

.level-0 {
  padding-bottom: 2rem;
  margin-bottom: 2.75rem;
  border-bottom: 1px solid rgba(0,0,0,.1);
  position: relative;
  min-height: 2rem;
  padding-left: 18rem;
}

.level-0:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.level-0 h2 {
  font-weight: 300;
  font-size: 1.728rem;
  position: absolute;
  top: -6px;
  left: 0;
  margin: 0;
}

.opening {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.opening .location {
  margin: 0 0 0 .5rem;
  font-size: 1rem;
  color: rgba(0,0,0,.75);
  display: inline-block;
}

.opening a {
  color: #e31837;
  font-weight: 400;
}

.opening br {
  display: none;
}

@media only screen and (max-width: 767px) {

  .level-0 {
    padding-left: 0;
  }

  .level-0 h2 {
    position: static;
    margin-bottom: 1.5rem;
  }

}

@media only screen and (max-width: 479px) {

  #main #wrapper {
    padding: 1.5rem !important;
  }

  .level-0 {
    padding-bottom: 1rem;
    margin-bottom: 1.75rem;
  }

}

/* Job posting page */

#app_body {
  margin-top: 0rem;
}

#app_body #header {
  margin-bottom: 4rem;
}

#app_body h1 {
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 3rem;
}

#app_body .company-name {
  font-weight: 400;
}

#app_body #content {
  margin-bottom: 4rem;
  line-height: 1.3;
}

#app_body #content strong {
  font-weight: 400;
}

#app_body #application {
  border-radius: 5px;
}

#app_body #application .heading,
#app_body #application .field label {
  font-weight: 400;
}

#app_body #application #main_fields .field input[type="text"],
#app_body #application #custom_fields .field input[type="text"] {
  border-radius: 3px;
}

#app_body #application .heading {
  margin-bottom: 3rem;
}

#app_body #apply_button,
#app_body #submit_app {
  background: #e31837;
  font-weight: 400;
  text-shadow: none;
  font-family: "ZeroCater", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	-webkit-appearance: none;
	padding: 12px 20px 14px 20px;
}

#app_body .addthis_toolbox .at-icon-wrapper {
  margin-right: .25rem;
}

#footer {
  display: none;
}


#app_body {
    max-width: 760px;
		padding-left:0px !important;
}
div#application {
    left: 50%;
    right: auto;
    transform: translate(-50%,0);
    position: relative;
    top: 0;
    max-width: 760px;
    background: #fff;
    padding: 49px 60px;
    text-align: left;
    font-size: 18px;
    font-family: zc_light;
    border-radius: 5px;
    height: auto;
    margin-top: 1.5rem;
}
.field-error-msg,.required-fields{display:none;}
#app_body #application .heading {
    margin-bottom: 3rem;
    color: #000;
    line-height: normal;
    font-family: ZeroCater;
    font-size: 48px;
    margin-bottom: 25px;
    text-align: center;
    display: block;
    width: 100%;
}


div#main_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.field {
    width: calc((100% - 1.9rem)/2);
    padding-top: 18px;
    border-radius: 3px;
    line-height: normal;
    bottom: -16px;
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    text-align: left;
    border: 1px solid rgba(0,0,0,.15);
    outline: none;
}

.required-fields {
    display: none;
}

.field-error-msg {
    display: none;
}

#app_body #application #main_fields .field:focus:after,
#app_body #application #main_fields .field input:focus .field-error-msg {
    content: '';
    width: 100%;
    background: #c42c28;
    height: 2px;
    position: absolute;
    z-index: 99999;
    display: block !important;
    bottom: 0;
    transition: width .2s linear;
}

a.locate-me {
    font-family: ZeroCater;
    font-size: 14px;
    position: absolute;
    top: 4px;
    width: auto;
    right: 0;
    line-height: normal;
}

.link-container a {
    font-family: ZeroCater;
    font-size: 16px;
}

.link-container {
    padding-left: 10px;
}
#main_fields div.field input[type=text], 
#main_fields div.field textarea, 
#eeoc_fields div.field input[type=text], 
#eeoc_fields div.field textarea {
    width: 100% !important;
    border: none !important;
    box-sizing: border-box !important;
		padding: 0px 10px !important;
    font-size: 19px !important;
		    font-family: ZeroCater;
    font-weight: 300;
		background:none;
		z-index:1;
}
#main_fields div.field label, 
#eeoc_fields div.field label {
    float: left;
    min-width: 105px;
		width:50%;
    text-align: right;
    margin-right: 10px;
    left: 1px;
    overflow: hidden;
    padding: 4px 30px 4px 10px;
    position: absolute;
    right: 1px;
    text-overflow: ellipsis;
    font-size: 13px;
    font-family: ZeroCater;
    font-weight: 400;
    padding-top: 2px;
    line-height: normal;
    color: #000;
    top: 0;
    text-align: left;
}
#main_fields div.field textarea.paste, #eeoc_fields div.field textarea.paste {
    margin-left: 10px;
    border: 1px solid #eee !important;
    margin-right: 10px;
    max-width: calc(100% - 20px);
    border-radius: 0;
    padding: 10px !important;
    font-weight: 300;
    color: #000;
    font-size: 19px !important;
    font-family: ZeroCater;
}
div#resume_chosen {
    margin-left: 10px;
    font-size: 16px;
    font-family: ZeroCater;
}
.select2-container {
    min-width: 100% !important;
    border: none;
    font-family: ZeroCater;
		    max-width: 100%;
}
.select2-container .select2-choice{
    border: none !important;
		box-shadow:none !important;
}
#main_fields fieldset, #custom_fields fieldset, 
#demographic_questions fieldset, #eeoc_fields fieldset {
    min-height: 31px;
}
div#education_section .education .field:nth-child(3), 
div#education_section .education .field:nth-child(1){
	margin-right:15px;
	float:left;
}
div#education_section .education .field:nth-child(4), 
div#education_section .education .field:nth-child(5) {
    width: 150px;
		overflow:hidden;
}
#main_fields fieldset, #custom_fields fieldset, 
#demographic_questions fieldset, #eeoc_fields fieldset {
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 31px;
		vertical-align:top;
}
#main_fields legend, #custom_fields legend, 
#demographic_questions legend, #eeoc_fields legend {
    float: left;
    width: 72px;
    position: absolute;
    top: -19px;
    z-index: 1;
}
#main_fields legend label, #custom_fields legend label,
 #demographic_questions legend label, #eeoc_fields legend label{
	position:relative;
}
#main_fields fieldset .field input[type=text], #main_fields fieldset .field textarea, #eeoc_fieldsfieldset .field input[type=text], #eeoc_fields fieldset .field textarea {
    width: 63px!important;
    float: left;
    max-width: 100px;
    font-family: ZeroCater;
    position: relative;
    font-weight: 300;
		    margin-top: 8px;
}
#main_fields fieldset .field input[type=text].year{
    margin-left: -8px;
}
#main_fields fieldset .field input[type=text].month{
    width: 47px !important;
}
a#add_education {
    font-family: ZeroCater;
}
a.remove-background-field {
    position: absolute;
    top: 0 !important;
    right: 5px !important;
}
#custom_fields div.field input[type=text], #custom_fields div.field textarea, #custom_fields div.field .text-field, #custom_fields div.field .select2-container-multi {
    margin-top: 6px;
    width: 100%;
    box-sizing: border-box;
    border: none;
}
#custom_fields label {
    font-family: ZeroCater;
    line-height: normal;
    padding: 10px;
    box-sizing: border-box;
    top: -23px;
    position: relative;
    float: left;
    margin-bottom: -30px;
    font-size: 13px !important;
    font-weight: 400 !important;
		width:100%;
}
#custom_fields div.field input[type=text], 
#custom_fields div.field textarea, #custom_fields div.field .text-field, #custom_fields div.field .select2-container-multi {
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    border: none;
		font-size:19px;
		font-family:ZeroCater;
		font-weight:300;
}
#custom_fields div.field {
    overflow: hidden;
}
#custom_fields div.field:nth-child(1){
	margin-right:15px;
}
#custom_fields div.field:nth-child(3){
	margin-right:40%;
}
#custom_fields div.field:nth-child(4){
	width:100% !important;
}
#custom_fields div.field:nth-child(4) label{
    width: 100% !important;
}

#app_body #application #main_fields .field .field-error-msg, 
#app_body #application #custom_fields .field input .field-error-msg,
#custom_fields label input.field-error + .field-error-msg{
    padding-left: 115px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 0;
    text-indent: 9999999;
    border: 1px solid red;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    z-index: -1;
}
#app_body #application #custom_fields .field input[type="text"]{
		position:relative;
		z-index:2;
    border: none !important;
}
#main_fields div.field .field-error-msg *,
#custom_fields label input.field-error + .field-error-msg * {
    display: none;
}
#custom_fields label input.field-error + .field-error-msg{
    height: 56px;
    top: 5px;
    left: 0;
}

.select2-container .select2-chosen, .select2-container .select2-arrow, .select2-container .select2-choice {
    background: none;
}

#education_section .fieldset .field-error-msg {
	display:none;
}

#education_section .education .field:nth-child(4) fieldset .field-error-msg:nth-child(5),
#education_section .education .field:nth-child(5) fieldset .field-error-msg:nth-child(5) {
	display:none !important;
}
div#education_section .education .field:nth-child(4).field-error-msg, 
div#education_section .education .field:nth-child(5).field-error-msg{
display:none !important;
}
#education_section .education .field:nth-child(4) fieldset .field-error-msg:nth-child(4),
#education_section .education .field:nth-child(5) fieldset .field-error-msg:nth-child(4){
    display: block !important;
    top: -18px !important;
    height: 49px !important;
}
.attach-or-paste .chosen {
    margin-left: 10px;
    font-family: ZeroCater;
}
#main_fields  div.field:nth-child(9){
margin-right:40%;
}

.select2-container .select2-choice .select2-arrow b{
    border: 1px solid #000;
    border-right: 0;
    border-top: 0;
    content: "";
    height: 8px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 35%;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    width: 8.5px;
    z-index: 1;
    top: 12px;
    right: 12px;
    z-index: 1;
		background:none;
}
form{
	font-family:ZeroCater;
	line-height: 24px;
    font-size: 18px;
}
#eeoc_fields #gender_dropdown_container,
#eeoc_fields #hispanic_ethnicity_dropdown_container,
#eeoc_fields #disability_status_dropdown_container{
	margin-bottom:15px;
	height:35px;
}
#eeoc_fields #disability_status_dropdown_container,
#eeoc_fields #veteran_status_dropdown_container{
	width:100%;
	height:35px;
	
}
#eeoc_fields div.field + a {
    display: inline-block;
    margin-top: 40px;
    display: inline-block;
}
#eeoc_fields #race_dropdown_container{
	margin-right:40%;
}
#eeoc_fields #disability_status_dropdown_container select,
#eeoc_fields #veteran_status_dropdown_container select,
#eeoc_fields #gender_dropdown_container select, 
#eeoc_fields #hispanic_ethnicity_dropdown_container select,
#job_application_answers_attributes_3_boolean_value{
	-webkit-appearance : none;
	-moz-appearance    : none;
	-ms-appearance     : none;
	-o-appearance      : none;
	outline:none !important;
	padding-left:10px;
	width:100%;
		font-size: 16px;
    font-family: ZeroCater;
    font-weight: 300;
		padding-right: 31px;
}

#eeoc_fields #disability_status_dropdown_container:after,
#eeoc_fields #veteran_status_dropdown_container:after,
#eeoc_fields #gender_dropdown_container:after, 
#eeoc_fields #hispanic_ethnicity_dropdown_container:after,
#custom_fields div.field:nth-child(4):after{
    border: 1px solid #000;
    border-right: 0;
    border-top: 0;
    content: "";
    height: 8px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 33px;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    width: 8.5px;
    z-index: 1;
		}
#eeoc_fields #gender_dropdown_container{
	margin-right:15px;
}
#eeoc_fields ul {
    margin-left: 18px;
    padding-left: 0;
}
#eeoc_fields li {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 10px;
}
#eeoc_fields li:before {
    content: '';
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #e31435;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: -15px;
}
#app_body #apply_button:hover, #app_body #submit_app:hover {
		 background: #ba112c;
}
#app_body #apply_button, #app_body #submit_app {
       font-size: 18px;
}
#eeoc_fields div.field select, #custom_fields div.field select,
#custom_fields div.field:nth-child(4) select {
    border: none;
		min-height: 28px;
			font-size: 16px;
    font-family: ZeroCater;
    font-weight: 300;
}
div.field select{
	background:none !important;
		font-size: 16px;
    font-family: ZeroCater;
    font-weight: 300;
}
.ui-helper-hidden-accessible {
    display: none;
}
.select2-container{min-width:100% !important;}
.select2-container .select2-choice{
		border:none !important;
		background:none !important;
		background-image:none !important;
		    width: 100%;
    box-sizing: border-box;
		box-shadow:none !important;
}
.select2-container .select2-choice .select2-arrow{
		border:none !important;
		background:none !important;
		background-image:none !important;
		display:none !important;
}



div#apply_with_buttons {
    width: 100%;
    margin: 0 auto;
    clear: both;
    text-align: center;
}
.select2-container .select2-choice .select2-arrow{
	border:none !important;
	background::none !important;
}
div#education_section {
    width: 100%;
}
@media(max-width:600px){
		#app_body #application .heading,
		 #app_body #application .field label {
				max-width: 98%;
				box-sizing: border-box;
				margin: 0;
		}
		#app_body #application .heading{
		margin-bottom:20px;
		}
		div#education_section .education .field:nth-child(3){
			margin-right:40%;
		}
		div#education_section .education .field:nth-child(4),
		 div#education_section .education .field:nth-child(5) {
				width: calc((100% - 1.9rem)/2);
		}
		div#education_section .education .field:nth-child(4){
			margin-right:15px;
		}
		#main_fields legend, #custom_fields legend, #demographic_questions legend, #eeoc_fields legend {
    width: 105px;
		}
		.attach-or-paste {
					max-width: 95%;
					margin-top: 10px;
			}
		#main_fields div.field textarea.paste, #eeoc_fields div.field textarea.paste {
    margin-left: 15px !important;
}
#custom_fields div.field {
    height: 35px;
}
#app_body #application #custom_fields .field input[type="text"] {
	background:none;
}
#custom_fields label input.field-error + .field-error-msg {
    height: 53px;    
    width: 106%;
    max-width: 102%;
}
#eeoc_fields div.field select, #custom_fields div.field select {
    width: 100% !important;
    border: none;
    padding-left: 8px;
}
a.locate-me{
    padding: 0;
    font-weight: 300;
    font-size: 12px;
    margin-top: 0 !important;
    background: none;
    border: none !important;
    top: 3px;
    right: 10px;
    color: #e31837 !important;
    cursor: pointer;
    z-index: 2;
    box-shadow: none;
}
#app_body #application{
	padding:32px;
}

		
}
	#main_fields div.field, 
	#custom_fields div.field, 
	#demographic_questions div.field, 
	#eeoc_fields div.field {
    overflow: hidden;
		}

@media (max-width:599px){
	#app_body #application {
			padding: 24px;
	}
	#main_fields div.field, 
	#custom_fields div.field, 
	#demographic_questions div.field, 
	#eeoc_fields div.field {
			margin-bottom: 8px;
	}
	.field {
			width: calc((100% - .9rem)/2);
	}
	#main_fields div.field:nth-child(9),
	#main_fields div.field:nth-child(10),
	#main_fields div.field:nth-child(11) {
			margin-right: 0%;
			width: 100%;
	}
	div#education_section .education .field:nth-child(4),
	 div#education_section .education .field:nth-child(5) {
    width: calc((100% - 1rem)/2);
}
div#education_section .education .field:nth-child(4) {
    margin-right: 4px;
}
#education_section{margin-bottom:20px;}
#custom_fields div.field {margin-bottom: 4px;}
#custom_fields div.field:nth-child(1) {margin-right: 4px;}
#custom_fields div.field:nth-child(3) {margin-right: 0; width: 99%;}
#eeoc_fields #gender_dropdown_container {margin-right: 4px;}
#eeoc_fields #gender_dropdown_container,#eeoc_fields #hispanic_ethnicity_dropdown_container {margin-right: 0;width: 100%;margin-bottom: 4px;}
#eeoc_fields #hispanic_ethnicity_dropdown_container{ margin-bottom:40px;}
div#education_section .education .field {
    width: calc((100% - 1rem)/2);
    margin-bottom: 3px;
}
div#education_section .education .field:nth-child(3), div#education_section .education .field:nth-child(1) {
    margin-right: 4px;
}
#custom_fields div.field{ width: calc((100% - .95rem)/2);}
#custom_fields div.field:nth-child(4) {min-height:52px;}
}
@media(max-width:500px){.field{width: 100%;}div#education_section .education .field {
    width: 100%;
    margin-bottom: 8px;
}
#app_body #application #custom_fields .field input[type="text"] {
    padding-left: 0;
}
.accessible #custom_fields div.field {
    width: 100%;
}
}
@media(max-width:400px){
	.job-details .header h1 {
			font-size: 40px;
			line-height: 40px;
	}
}