.job-info-header p {
	font-size: 14px;
	color: #555;
	margin-bottom: 0;
}
.jobDetailTabs {
	background-color: #d7cfc5;
	padding: 30px 0;
}

.jobDetailTabs a{
	font-family: "Figtree", sans-serif !important;
}

/.sticky {
	position: fixed;
	top: 65px;
	left: 0;
	width: 100%;
	height: auto;
}
/.sticky_admin {
	position: fixed;
	top: 95px;
	left: 0;
	width: 100%;
	height: auto;
}
.job-info .job-info-form .meta-form-file .inputfile {
	width: inherit;
	height: inherit;
	opacity: inherit;
	overflow: inherit;
	position: inherit;
	z-index: inherit;
}

.job-info {
	padding-top: 10%;
}

#Application input[type=file]::file-selector-button {
	display: none;
}

#Application input[type=file]::-webkit-file-upload-button {
	display: block;
	width: 0;
	height: 0;
	margin-left: -100%;
}

#Application input[type=file]::-ms-browse {
	display: none;
}
.header-contact {
	background-color: rgba(32, 33, 36, 0.9);
}
.header-contact a:hover {
	color: white;
}
#masthead {
	background-color: rgba(32,35,46,0.9);
}

.admin-bar.no-hero-safe .site-header,
.admin-bar.no-hero-safe .site-header.float-header {
	top: inherit;
}
.site-header { position: relative; top:0; margin-top:0; }

.job-info .job-info-form .meta-form-button .meta-button-full-color {
	border: none;
	background-color: #1f252f;
	color: #f15b5b;
	font-family: "Figtree", sans-serif;
	text-transform: uppercase;
}

.job-info .job-info-form .meta-form-button .meta-button-full-color:hover {
	color: #0f2938;
}