:root {
	--main-color: #00abc7;
}

/*-------------------- General ----------------------*/
/* null margins and padding to give good cross-browser baseline */
html, body, address, blockquote, div, form, fieldset, caption, h1, h2, h3, h4, h5, h6, hr, table, tr, td, th, p, img {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: none;
}

body {
	font: 100%/1.25 'Roboto', helvetica, sans-serif;
	background-color: #fff;
}

.video {
	border-radius: 10px;
}

a:link, a:visited, a:hover, a:active {
	color: var(--main-color);
	font-weight: 400;
}

.logoHeader a:link, .logoHeader a:visited, .logoHeader a:hover, .logoHeader a:active {
	text-decoration: none;
}

.jobs {
	margin-top: 30px;
}

.job {
	overflow: hidden;
	border-bottom: solid 1px #f2f2f2;
	font-size: 16px;
}

.job div {
	padding: 10px;
}

.job1 {
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.job1 a {
	color: #0a6fc2;
	cursor: pointer;
}

.job2 {
	overflow: hidden;
	text-align: right;
}

#a4h-header {
	font: normal 100%/160% 'Roboto', helvetica, sans-serif;
	position: relative;
	margin: 0 auto 20px auto;
	text-align: center;
}

#a4h-header .logoHeader img {
	max-width: 400px;
	max-height: 100px;
}

#a4h-header .logoHeader {
	font-size: 36px;
	line-height: 1.167em;
	text-align: center;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	color: var(--main-color);
	text-decoration: none;
	font-weight: normal;
	margin-top: 10px;
}

#a4h-header img {
	margin-top: 20px;
}

.a4h-container {
	margin: 2rem auto;
	width: 800px;
}

.a4h-container h1 {
	margin-bottom: 3rem;
}

.a4h-container .a4h-message {
	text-align: center;
}

#a4h-body {
	position: relative;
	font-family: 'Roboto', sans-serif;
	color: #333;
	margin: auto;
	width: 60%;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
}

#a4h-body hr {
	display: block;
	border: 1px solid #ccc;
}

#a4h-body h1 {
	font-size: 26px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
}

#a4h-body h2 {
	font-size: 22px;
}

#a4h-body p {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	color: #999;
	padding: 0;
}

#a4h-detail {
	display: grid;
	grid-template-columns: 1fr 800px 1fr;
	font-family: 'Roboto', sans-serif;
	color: #333;
}

#a4h-detail hr {
	display: block;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

#a4h-detail h1 {
	font-size: 26px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}


#a4h-detail h2 {
	font-size: 22px;
}

#a4h-detail h3 {
	font-size: 18px;
}

#a4h-detail p {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 300;
	margin: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

#a4h-detail .description {
	font-size: 22px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 20px;
}

#a4h-detail .description-items h3 {
	margin: 20px 0;
}

#a4h-detail .job-details-label {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: -10px;
}

#a4h-detail label {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
}

#a4h-detail .label {
	font: bold 90%/150% 'Roboto', helvetica, sans-serif;
	color: #333;
	width: 200px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 16px;
}

#a4h-detail .left-col {
	float: left;
	width: 46%;
	position: relative;
	left: 52%;
	overflow: hidden;
}

#a4h-detail #a4h-banner {
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
	padding: 0;
}

#a4h-detail #a4h-banner-parts {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#a4h-detail .right-col {
	float: left;
	width: 46%;
	position: relative;
	left: 56%;
	overflow: hidden;
}

#a4h-detail .apply-button {
	clear: left;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	position: inherit;
}

#a4h-detail .apply-button a {
	border-radius: 0.3em;
	text-decoration: none;
	text-align: center;
	padding: 10px 30px;
	color: #fff;
	background-color: var(--main-color);
	font-weight: 700;
	font-size: 16px;
	line-height: 0;
	border: none;
	transition: all .3s linear;
}

#submitButton {
	border-radius: 0.3em;
	text-decoration: none;
	text-align: center;
	padding: 20px 20px;
	color: #fff;
	background-color: var(--main-color);
	font-weight: 700;
	font-size: 16px;
	line-height: 0;
	border: none;
	transition: all .3s linear;
}

#a4h-detail form {
	margin-top: 30px;
}

#a4h-detail .fields {
	margin-top: 10px;
}

#a4h-detail input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], input[type=file] {
	display: block;
	margin: 5px 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #f9f9f9;
	box-sizing: border-box;
}

#a4h-detail select {
	display: block;
	width: 100%;
	height: 30px;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #f9f9f9;
}

#a4h-detail button {
	margin: 30px auto;
	display: block;
	height: 30px;
	cursor: pointer;
}

#a4h-detail textarea {
	display: block;
	box-sizing: border-box;
	background: 0;
	border-radius: 0.2em;
	border: solid 1px #ccc;
	font-size: 16px;
	width: 100%;
	height: 200px;
	padding: 0.4em;
	vertical-align: middle;
}

/* Style the search field */
.job-list-search {
	text-align: center;
}

.search-fields {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

form.search input[type=text] {
	padding: 10px;
	height: 19px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 0.3em 0 0 0.3em;
	background-color: #f1f1f1;
}

form.search input[type=text]:focus {
	outline: none;
	border: 1px solid #555;
}

/* Style the submit button */
form.search button {
	width: 40px;
	height: 40px;
	padding: 8px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: none;
	border-radius: 0 0.3em 0.3em 0;
	text-decoration: none;
	text-align: center;
	background-color: var(--main-color);
	font-weight: 700;
}

form.search button:hover {
	background-color: #3d87cf;
	transition: all .3s linear;
}

form.search select {
	background-color: #f1f1f1;
	padding: 0 1em 0 0;
	border: 1px solid #ccc;
	border-radius: 0.3em;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	height: 40px;
}

.a4h-job-detail {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	margin-top: -10px;
}

.a4h-font-weight {
	font-weight: 300;
}

.required {
	color: red;
	font-size: 16px;
	font-weight: bold;
}

.a4h-company-name {
	text-align: center;
	font-size: 2em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
}

#company {
	line-height: 2em;
	text-align: center;
	font-size: 16px;
	font-family: sans-serif;
	background-color: #fff;
	padding: 15px;
}

/*-------------------- Apply Page ----------------------*/
h1 {
	text-align: center;
}

.formContainer {
	text-align: center;
}

.fieldsSection {
	display: block;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.fieldRow {
	text-align: left;
	font-size: 16px;
	padding: 5px 0;
	margin-top: 3px;
}

.textFields {
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 5px;
}

.fieldGroup {
	text-align: left;
}

.fieldContainer {
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
}

.fieldGroup legend {
	padding-bottom: 10px;
	font-size: 25px;
	padding-inline-start: 0;
	padding-inline-end: 0;
}

.signup-hr {
	margin-bottom: 20px;
}

.fieldGroupSpacer {
	height: 50px;
}

.messageType h1, .messageType div {
	text-align: center;
	font-weight: normal;
	padding: 15px;
}

.message {
	text-align: left;
	font-size: 18px;
	padding: 15px 0 15px 0;
}

.instructions {
	text-align: left;
	font-size: 16px;
	padding: 15px 0 15px 0;
}

.job_title {
	text-align: left;
	font-size: 24px;
}

.a4h-app-detail {
	background-color: #fff;
	padding: 20px;
	border-radius: 0 0 5px 5px;
	margin-top: -10px;
}

/*-------------------- Sign up Page ----------------------*/
.a4h-text {
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: normal;
	width: auto;
	text-align: center;
	margin: 20px auto 0;
	padding-top: 10px;
}

/* Remove IE arrow */
.select1::-ms-expand {
	display: none;
}

/* Custom Select */
.select1 {
	position: relative;
	display: block;
	width: 100%;
	height: 25px;
	line-height: 3;
	overflow: hidden;
	border-radius: 5px;
}

/* Arrow */
.select1::after {
	content: '\25Bc';
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 7px 7px 7px;
	background: var(--main-color);
	color: #fff;
	font-size: 8px;
	height: 25px;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

@media only screen and (max-width: 1024px) {
	#a4h-header .logoHeader img {
		max-width: 800px;
	}
}

@media only screen and (max-width: 800px) {
	#a4h-detail {
		grid-template-columns: 1fr 80% 1fr;
	}
}

@media only screen and (max-width: 900px) {
	.search-fields {
		margin: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}

	.a4h-container {
		width: 80%;
	}

}

@media only screen and (max-width: 600px) {
	#a4h-detail #a4h-banner-parts {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	#a4h-detail input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], input[type=file] {
		max-width: 300px;
	}

	#a4h-detail select {
		width: 300px;
	}

	#a4h-detail textarea {
		max-width: 300px;
	}

	#a4h-detail .job-details-label {
		font-size: 20px;
	}

	#a4h-body, #a4h-header {
		padding: 0;
		width: 95%;
	}

	.fieldGroup {
		max-width: 320px;
		display: block;
		margin: 0 auto;
	}

	.fieldContainer {
		margin: 10px;
	}

	#a4h-header .logoHeader img {
		max-width: 400px;
	}
}

@media only screen and (max-width: 414px) {
	.job_title {
		font-size: 20px;
	}

	.select1, #a4h-detail select {
		width: 300px;
	}

	#a4h-detail, #a4h-header {
		width: 100%;
		margin-top: 20px;
	}

	.a4h-app-detail {
		margin-top: -10px;
	}

	#a4h-header .logoHeader img {
		max-width: 300px;
	}

}

@media screen and (max-width: 359px) {
	.job1 {
		float: none;
		margin-right: 0;
		width: auto;
	}

	.search-fields {
		margin: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-end;
		gap: 20px;
	}

}

@media only screen and (max-width: 320px) {
	label {
		font-size: 16px;
	}
}
