/* undo forms defaults */
form {
	display: unset;
	flex-direction: unset;
	-webkit-flex-direction: unset;
}

form div{
	display: unset;
	flex-direction: unset;
	-webkit-flex-direction: unset;
	justify-content: unset;
}

form input[type="text"], form input[type="email"], form textarea {
    width: unset;
    background: unset;
    padding: unset;
    margin: unset;
    vertical-align: unset;
    border: unset;
    font-family: unset;
    font-weight: unset;
    font-style: unset;
    font-size: unset;
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    outline: unset;
}

form #captchaContainer {
    display: unset;
    max-width: unset;
}

form #captcha-image-box {
    display: unset;
}

form img#captcha {
    width: unset;
}

/* jobform styles */

.jobsFormBox {
	margin: 50px 0 150px;
}

#jobAppForm::after {
    clear: both;
    content: '';
    display: table;
}


#jobAppForm	.leftcol {
	float: left;
	width: 48%;
	margin-right: 8%;
	margin-bottom: 50px;
	}
#jobAppForm	.rightcol {
	float: right;
	width: 44%;
	margin-bottom: 50px;
	}


#jobAppForm label {
	color: #000000;
	margin-bottom: .8rem;
	display: block;
}


#jobAppForm input {
	width:100%;
	background: #ffffff;
	
	padding: .5rem;
	margin: 0 0 30px 0;
	vertical-align:middle;
	font-style:normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #231f20;
	min-height: 70px;
}

#jobAppForm input,
#jobAppForm textarea#add_info {
	border: 2px solid rgba(0, 0, 0, 0.50);
	border-radius: 10px;
}

#jobAppForm #add_info {
    width: 97.5%;
    height:135px;
    

    margin-bottom: .7em;
    padding: .3rem;
	color: #231f20;

	min-height: 14rem;
}

#jobAppForm input#randc {
	font-size: 25px;
	padding: 20px;
}

#jobAppForm input#submitJobApp {
	display: block;
    padding: 2rem;
    width: 41.5%;
    border: none;
    background: var(--brand-a);
    color: #ffffff;
	position: static;
	max-width: 930px;
	width: 95%;
	margin: 0 auto;
	border-radius: 50px;
	transition: color 1s ease, background 1s ease, border 1s ease;
}
	
#jobAppForm input#submitJobApp:hover {
	background:#121212;
	cursor: pointer;
	transition: color 1s ease, background 1s ease, border 1s ease;
}

/* Job Application Form Captcha */
#jobAppForm div#captchaContainer {
}

#jobAppForm div#captcha-code-box {
    float: left;
	width: 44%;
}

div#captcha-code-box label {
    ppdisplay:block;
	ppfloat:none;
	white-space: nowrap;
}

div#captcha-code-box input#captcha-code {
    width: 100%;
    display: block;
	float: left;
	height: 61px;
}

#jobAppForm div#captcha-image-box {
    float:right;
    /* margin-top: 1.3em; */
}

div#captcha-image-box img#captcha {
    display:block;
    margin-bottom:5px;
}

div#captcha-image-box a#diff-image-link {
    display:block;
    text-align:center;
}

/* @media (min-width: 1px) and (max-width: 549px) { */
@media (min-width: 1px) and (max-width: 870px) {
	
	#jobAppForm .leftcol {
    float: left;
	width: 94%;
	margin-right: 0;
	}
	
	#jobAppForm .rightcol {
    float: left;
	width: 94%;
	}
	
	#jobAppForm div#captcha-image-box {
    float: left;
    margin-top: 0;
	}
	
	#jobAppForm div#captcha-code-box {
    float: left;
	width: 100%;
	margin-top: 0;
	}
	
	#jobAppForm input#submitJobApp {
    margin: 1em 0;
	}

	
	
}

@media (min-width: 550px) and (max-width: 1185px) {
	
	#jobAppForm div#captcha-image-box {
    margin-top: 0;
    float: left;
	}
	
	#jobAppForm div#captcha-code-box {
    float: left;
	width: 100%;
	margin-top: 0;
	}
	
}


@media only screen and (max-width: 1090px) {
	#jobAppForm div#captcha-image-box {
		float: left;
	}

	#jobAppForm div#captcha-code-box {
		width: 240px;
	}

	#captcha-image-box label {
		display: none;
	}

	#jobAppForm input#submitJobApp {
		bottom: 1.7rem;
	}

	#jobAppForm #add_info {
		min-height: auto;
	}
}

@media only screen and (max-width: 870px) {
	#jobAppForm input#submitJobApp {
		position: static;
		width: 94%;
	}

	div#captcha-image-box img#captcha {
		margin-bottom: 2rem;
	}

	#jobAppForm div#captcha-code-box {
		float: none;
	}

	#captcha-image-box label {
		display: inline-block;
	}

	#jobAppForm div#captcha-code-box {
		margin-right: 1rem;
	}
}
