@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400..700&display=swap')

html, body {
	font-family: "Inter", sans-serif;
	font-size: 18px !important;
}
#embedded_job_board_wrapper h1,
#embedded_job_board_wrapper h2 {
	display: none;
}
#embedded_job_board_wrapper section .opening {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 1em;
	padding: 1em 1em 0.7em 1em;
}
#embedded_job_board_wrapper section .opening a {
	color: #347EA4;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	display: block;
	margin-bottom: -17px;
	font-size: 1.2em;
}
#embedded_job_board_wrapper section .opening a:hover {
	opacity: 0.75;
}
#wrapper {
	max-width: 100% !important;
}
.select2-container .select2-choice {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color;
	-moz-transition: border-color;
	transition: border-color;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: white;
	border-radius: 4px;
	border: 1px solid #ddd;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: .6em;
	padding: .6em;
	height: auto !important;
	padding-right: 1em;
	width: 100%;
}
#main {
	max-width: 1160px;
	margin: 0 auto;
}
#app_body {
	padding: 0;
	max-width: 100%;
}
#header {
	display: block;
	position: relative;
	padding-bottom: 170px;
	background: #efefe8;
	padding-top: 95px;
	padding-left: 99999px;
	padding-right: 99999px;
	margin-left: -99999px;
	margin-right: -99999px;
	margin-top: -20px;
}
#apply_button {
	position: absolute;
	bottom: 80px;
	top: auto;
	left: 99999px;
	right: auto;
	width: 192px;
	height: 59px;
	border: 1px solid #14b36a;
	border-radius: 30px !important;
	padding: 0 !important;
	text-align: center;
	line-height: 59px !important;
	color: #00bf6f;
	font-size: 18px !important;
	font-weight: bold !important;
	background: none !important;
}
#apply_button:hover {
	cursor: pointer;
	background: #00bf6f !important;
	color: #fff !important;
}
.app-title {
	font-size: 72px;
	color: #000;
	line-height: 73px;
	margin-bottom: 15px !important;
}
.accessible #content {
	font-size: 18px !important;
	line-height: 25px !important
}
#application {
	max-width: 100%;
	padding: 100px 115px;
	border-radius: 40px;
	margin-bottom: 80px;
	font-size: 18px;
	line-height: 25px;
}
#submit_app {
	width: 360px;
	height: 59px;
	border: 1px solid #14b36a;
	border-radius: 30px !important;
	padding: 0 !important;
	text-align: center;
	line-height: 59px !important;
	color: #fff;
	font-size: 18px !important;
	font-weight: bold !important;
	background: #14b36a !important;
}
#submit_app:hover {
	background: #fff !important;
	color: #14b36a !important;
}
#submit_buttons {
	margin: 35px auto -40px !important;
	text-align: center !important;
}
#main_fields .field input,
#custom_fields .field input {
	width: calc(100% - 156px) !important;	
}
#main_fields .field input,
#custom_fields .field input,
.select2-choice,
#gender_dropdown_container .select2-choice,
#hispanic_ethnicity_dropdown_container .select2-choice {
	height: 58px !important;
	line-height: 58px !important;
	padding: 0 19px !important;
	font-size: 18px !important;
	color: #07102a !important;
	background: #fff !important;
	border: 1px solid #fff;
	border-radius: 15px !important;
}
#main_fields .field input:focus,
#main_fields .field input:active,
#custom_fields .field input:focus,
#custom_fields .field input:active {
	border: 1px solid #14b36a !important;
}
#main_fields .field select,
#custom_fields .field select {
	height: 58px !important;
	line-height: 58px !important;
	padding: 0 19px !important;
	font-size: 18px !important;
	color: #07102a !important;
	background: #fff !important;
	border: 1px solid #fff;
	border-radius: 15px !important;
	width: calc(100% - 157px) !important
}
#main_fields div.field label,
#custom_fields div.field label,
#disability_status_dropdown_container label,
#gender_dropdown_container label,
#hispanic_ethnicity_dropdown_container label,
#veteran_status_dropdown_container label {
	font-size: 18px !important;
	line-height: 58px !important;
}
#application .heading {
	font-size: 28px !important;
	display: block !important;
	margin-bottom: 20px !important;
}
.company-name {
	font-size: 22px;
}
.select2-container .select2-choice .select2-arrow b {
	margin-top: 16px !important;
	margin-right: 27px !important;
	position: relative;
	right: 7px;
}
#header a:not(#apply_button) {
	color: #6c6c68 !important;
	font-size: 16px !important;
	display: none !important
}
.logo-container {
	position: relative !important;
}
.logo-container #logo {
	position: absolute !important;
  z-index: 999999999 !important;
  top: 55px !important;
}

#embedded_job_board_wrapper #logo {
	display: none !important
}
#embedded_job_board_wrapper .filter-container {
	margin-bottom: 40px !important
}
#embedded_job_board_wrapper .filter-label {
	font-size: 16px !important;
}
#embedded_job_board_wrapper .accessible .filter-container {
	width: 35% !important
}
#embedded_job_board_wrapper .accessible .select2-container {
	width: 100% !important
}