:root {
  --white-color: #fff;
  --off-white-color: #E2F5F4;
  --black-color: #20262E;
  --accent-color: #08BCAF;
  --text-color:#4E535A;
  --border-color: #D1D1D1;
  --gray-color: #E2E2E2;
}

.gray-job-wrapper {
	font-size: 18px;
	color: var(--text-color);
}
.gray-job-wrapper h1, .gray-job-wrapper h2, .gray-job-wrapper h3, .gray-job-wrapper h4, .gray-job-wrapper h5, .gray-job-wrapper h6 {
	color: var(--black-color);
	line-height: 1.4em;
}
.gray-job-wrapper p {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.gray-job-wrapper ul,.gray-job-wrapper ol{
  margin:0;
  padding: 0;
}
.gray-container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 30px;
}
.gray-job-wrapper ol {
	margin-left: 20px;
}
.gray-job-hero {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	background: var(--off-white-color);
	border-radius: 16px;
	padding: 32px;
	align-items: center;
}
.gray-job-hero__cta {
	max-width: 35%;
}
.gray-job-hero__content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.gray-job-hero__job-type-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 15px;
	flex-wrap: wrap;
}
.gray-job-hero__job-type-list li span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	background: var(--white-color);
	border-radius: 24px;
	flex-grow: 0;
	font-size: 14px;
	font-weight: 500;
}
.gray-job-hero__title {
  font-size: 40px;
  font-weight: 700;
}
.gray-job-hero__title a{
	color: var(--black-color);
}
.gray-job-hero__title a:hover{
	color: var(--accent-color);
}
.gray-job-hero__range {
  font-size: 24px;
  font-weight: 700;
  color: #222831;
}
.gray-job-hero__meta {
	display: flex;
	gap: 100px;
}
.gray-job-hero__info {
	display: flex;
	align-items: center;
	gap: 15px;
}
.gray-job-hero__info-label {
  font-size: 16px;
  font-weight: 400;
}
.gray-job-hero__info-address {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}


.gray-job-hero__apply-title {
	font-size: 20px;
	font-weight: 600;
}
.gray-job-hero__apply-text {
  font-size: 16px;
}

.gray-job-btn {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 24px;
	gap: 8px;
	background: linear-gradient(90deg, #00155B 0%, #0A5954 100%);
	box-shadow: inset 0px 4px 4px rgba(7, 7, 18, 0.08);
	border-radius: 48px;
	flex: none;
	order: 0;
	flex-grow: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	width: max-content;
	font-size: 16px;
}
.gray-job-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gray-job-btn.gray-job-btn--secondary {
  background: #D0EDEA;
  border-radius: 48px;
  color: #000;
}

.gray-job-hero__apply {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.gray-job-single__inner {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.gray-job-applicaiton__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 880px;
	gap: 20px;
}

.gray-job-body {
  display: flex;
  gap: 40px;
}
.gray-job-body__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.gray-job-body__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gray-job-body__title {
  font-size: 20px;
  font-weight: 700;
}
.gray-job-applicaiton {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 20px;
	padding-top: 40px;
	border-top: 1px solid var(--border-color);
	padding-bottom: 40px;
}
.gray-job-applicaiton__title {
  font-size: 32px;
  font-weight: 700;
}

.gray-job-applicaiton__text {
	font-size: 18px !important;
}
.gray-job-body__text ul li {
	font-size: 20px;
	font-weight: 400;
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}
.gray-job-body__sidebar {
	min-width: 425px;
}

.gray-job-hero__job-type-text.is-active span {
	background: var(--accent-color);
	color: #fff;
}







/* Job Application Form */
.gray-job-apply {
	background: #F6FFFE;
	padding: 50px 50px;
}
.gray-job-apply__inner {
	margin: 0 auto;
	max-width: 880px;
	gap: 30px;
	display: flex;
	flex-direction: column;
}
.gray-job-apply__header {
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 32px;
}
.gray-job-apply__title {
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 15px;
}
.gray-job-apply__subtitle {
	font-size: 18px;
}
.gray-job-apply__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gray-job-apply__label {
  font-size: 16px;
  font-weight: 400;
}
#gray-job-apply-form input, #gray-job-apply-form textarea {
	height: 50px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	padding: 0px 20px;
}
#gray-job-apply-form textarea{
  min-height: 144px;
  padding-top:20px;
}
input[type="checkbox"] {
	width: auto !important;
	height: auto !important;
}

.gray-job-hero__job-title {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.gray-job-apply__inside {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.gray-job-apply__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.gray-job-apply__field {
  width: 100%;
}
.gray-job-apply__subtitle strong {
	background: var(--off-white-color);
	border-radius: 4px;
	padding: 6px 8px;
}
.gray-job-apply__input--file{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  padding: 0 20px;
}

.gray-job-apply__submit {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 24px;
	gap: 8px;
	background: linear-gradient(90deg, #00155B 0%, #0A5954 100%);
	box-shadow: inset 0px 4px 4px rgba(7, 7, 18, 0.08);
	border-radius: 48px;
	flex: none;
	order: 1;
	flex-grow: 0;
	color: #fff;
	border: none !important;
	cursor: pointer;
	font-size: 16px;
}
.gray-job-apply label {
	font-size: 16px;
}
.gray-job-applicaiton__or {
	font-weight: 600;
}
.gray-job-btn * {
	line-height: 0;
}


.gray-job-body__sidebar ul li:before {
  content: "";
  color: var(--accent-color);
  width: 10px;
  height: 10px;
  background: var(--accent-color);
  display: inline-block;
}
#gray-job-apply-form input[type="checkbox"] {
	min-width: 24px;
	min-height: 24px;
	padding: 0;
}
.gray-job-apply__field.gray-job-apply__field--checkbox label {
	display: flex;
	gap: 10px;
	align-items: center;
}

.gray-job-apply__input.gray-job-apply__input--file {
	opacity: 0;
	visibility: hidden;
}

.gray-job-apply__input.gray-job-apply__input--file {
	opacity: 0;
	visibility: hidden;
	display: none;
}
.gray-job-apply__upload-box {
	border-radius: 8px;
	padding: 40px 20px;
	background: #fff;
	border: 1px solid var(--border-color);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	cursor: pointer;
}
.gray-job-apply__upload-box--label {
  font-weight: 600;
}
.gray-job-apply__upload-box p {
  font-size: 16px;
  font-weight: 400;
}

.gray-job-apply__upload-box--label {
	font-size: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.gray-job-apply__field.gray-job-apply__field--checkbox {
	flex-direction: row;
	justify-content: space-between;
}




.gray-job-item {
	background: var(--off-white-color);
	padding: 32px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 100px;
	width: 31%;
}
.gray-job-item__top {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.gray-job-hero__info-address {
  font-weight: 400;
}
.gray-job-item__range {
	font-size: 20px;
	font-weight: 700;
}

.gray-job-item__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.gray-job-btn.gray-job-btn__text {
	background: transparent !important;
	color: #222831 !important;
	box-shadow: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
}

.gray-jobs {
  display: flex;
  gap: 3%;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .gray-job-hero__content {
    gap: 20px;
  }
 .gray-job-hero {
  flex-direction: column;
  }
  .gray-job-hero__cta {
    width: 100%;
    max-width: 65%;
  }
  .gray-job-body {
	flex-direction: column;
}
  .gray-job-hero__meta {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .gray-job-hero__meta {
    flex-direction: column;
    gap: 20px;
  }
  .gray-job-hero__cta{
    max-width: 100%;
  }
  .gray-job-apply__row {
	flex-direction: column;
}
.gray-job-apply__field.gray-job-apply__field--checkbox {
	flex-direction: column;
}
.gray-job-apply__inside {
	gap: 20px;
}
}


.gray-job-hero__title * {
  font-size: inherit;
  font-weight: inherit;
  color: var(--black-color);
}