.jsblk__filter {
    text-transform: uppercase;
}

.jsblk {
	display: block;
	margin: 0 auto;
	font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
	color: #036;
}

.jsblk__search {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 79px;
	padding: 17px 25px 16px 31px;
	background: #f4f9fc;
	border: 1px solid #b9d9eb;
}

.jsblk__search-icon {
	display: inline-flex;
	flex: 0 0 37px;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	margin-right: 15px;
	color: #036;
}

.jsblk__search-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
}

.jsblk__search input {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	height: 46px;
	margin: 0;
	padding: 0 16px;
	background: #fff;
	border: 0;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	font: inherit;
	font-size: 17px;
	line-height: 28px;
	color: #036;
}

.jsblk__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 43px;
	margin: 17px 0 0;
	padding: 0;
}

.jsblk__filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	margin: 0;
	padding: 8px 32px;
	background: #f4f9fc;
	border: 1px solid #b9d9eb;
	border-radius: 0;
	box-shadow: none;
	font: inherit;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	color: #036;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
}

.jsblk__filter:hover,
.jsblk__filter:focus {
	background: #e6f1f8;
	border-color: #7fb8dc;
	outline: none;
}

.jsblk__filter--location {
	width: 123px;
}

.jsblk__filter--department {
	width: 150px;
}

.jsblk__filter--employment {
	width: 194px;
}

.jsblk__filter--date {
	width: 149px;
}
.jsblk__filter--experience {
	width: 183px;
}

.jsblk__jobs {
	margin: 40px 0 0;
	padding: 0;
	border-top: 1px solid #dcdcdc;
	list-style: none;
}

.jsblk__job {
	margin: 0;
	padding: 20px 4px;
	border-bottom: 1px solid #dcdcdc;
	list-style: none;
}

.jsblk__job-title {
	margin: 0 0 6px;
	padding: 0;
	font: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

.jsblk__job-location {
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 15px;
	line-height: 1.3;
	color: #4a4a4a;
}

@media (max-width: 1024px) {
	.jsblk__filters {
		gap: 16px;
	}
}

@media (max-width: 900px) {
	.jsblk {
		max-width: 100%;
	}

	.jsblk__filters {
		gap: 12px;
	}

	.jsblk__filter {
		width: auto;
		flex: 1 1 calc(50% - 12px);
		padding: 8px 16px;
	}
}

@media (max-width: 600px) {
	.jsblk {
		margin: 32px auto;
		padding: 0 16px;
	}

	.jsblk__search {
		height: auto;
		padding: 12px;
	}

	.jsblk__search-icon {
		flex-basis: 28px;
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}

	.jsblk__search input {
		height: 42px;
		font-size: 16px;
		padding: 0 12px;
	}

	.jsblk__filters {
		gap: 10px;
		margin-top: 12px;
	}

	.jsblk__filter {
		width: 100%;
		flex: 1 1 100%;
		height: 44px;
		font-size: 16px;
		padding: 8px 16px;
	}

	.jsblk__jobs {
		margin-top: 24px;
	}

	.jsblk__job {
		padding: 16px 2px;
	}

	.jsblk__job-title {
		font-size: 16px;
	}

	.jsblk__job-location {
		font-size: 14px;
	}
}

/* ---------- Search bar (970 × 79) ---------- */
.jsblk .jsblk__search {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	height: 79px !important;
	margin: 0 !important;
	padding: 17px 25px 16px 31px !important;
	background: #f4f9fc !important;
	border: 1px solid #b9d9eb !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.jsblk .jsblk__search-icon {
	flex-shrink: 0 !important;
	width: 37px !important;
	height: 37px !important;
	margin: 0 15px 0 0 !important;
	padding: 0 !important;
	color: #036 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: transparent !important;
}

.jsblk .jsblk__search-icon svg {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	fill: none !important;
	stroke: currentColor !important;
}

.jsblk input,
.jsblk .jsblk__search input,
.jsblk input[type="text"] {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	background: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: 17px !important;
	line-height: 28px !important;
	color: #036 !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

.jsblk input::placeholder {
	color: rgba(0, 51, 102, 0.5) !important;
	opacity: 1 !important;
}

/* ---------- Filter buttons row ---------- */
.jsblk .jsblk__filters {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 42px !important;
	margin: 17px 0 0 !important;
	padding: 0 !important;
}

.jsblk button.jsblk__filter,
.jsblk .jsblk__filter {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 8px 32px !important;
	background: #f4f9fc !important;
	border: 1px solid #b9d9eb !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	color: #036 !important;
	text-transform: none !important;
	text-decoration: none !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	transition: background-color 0.2s ease, border-color 0.2s ease !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

/* Exact per-button widths from Figma. */
.jsblk .jsblk__filter--location   { width: 123px !important; }
.jsblk .jsblk__filter--department { width: 150px !important; }
.jsblk .jsblk__filter--employment { width: 194px !important; }
.jsblk .jsblk__filter--date       { width: 149px !important; }
.jsblk .jsblk__filter--experience { width: 183px !important; }

.jsblk .jsblk__filter:hover,
.jsblk .jsblk__filter:focus,
.jsblk .jsblk__filter:focus-visible {
	background: #e6f1f8 !important;
	border-color: #7fb8dc !important;
	outline: none !important;
	color: #036 !important;
}

/* ---------- Job list ---------- */
.jsblk ul.jsblk__jobs,
.jsblk .jsblk__jobs {
	margin: 40px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	border-top: 1px solid #dcdcdc !important;
}

.jsblk .jsblk__jobs > li.jsblk__job,
.jsblk .jsblk__job {
	margin: 0 !important;
	padding: 20px 4px !important;
	border-bottom: 1px solid #dcdcdc !important;
	list-style: none !important;
	background: transparent !important;
}
.jsblk .jsblk__jobs > li.jsblk__job, .jsblk .jsblk__job {
	padding: 0px !important;

}
.jsblk .jsblk__job-title {
	margin: 0 0 6px !important;
	padding: 0 !important;
	font-family: inherit !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	color: #1a1a1a !important;
	text-transform: none !important;
}

.jsblk .jsblk__job-location {
	margin: 0 !important;
	padding: 0 !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	color: #4a4a4a !important;
}

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
	.jsblk .jsblk__filters {
		gap: 16px !important;
	}
}

@media (max-width: 900px) {
	.jsblk,
	section.jsblk {
		max-width: 100% !important;
	}

	.jsblk .jsblk__filters {
		gap: 12px !important;
	}

	.jsblk button.jsblk__filter,
	.jsblk .jsblk__filter {
		width: auto !important;
		flex: 1 1 calc(50% - 12px) !important;
		padding: 8px 16px !important;
	}
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
	.jsblk,
	section.jsblk {
		margin: 0 auto 32px !important;
		padding: 0 !important;
	}

	.jsblk .jsblk__search {
		height: auto !important;
		padding: 12px !important;
	}

	.jsblk .jsblk__search-icon {
		width: 28px !important;
		height: 28px !important;
		margin-right: 10px !important;
	}

	.jsblk input {
		height: 42px !important;
		font-size: 16px !important;
		padding: 0 12px !important;
	}

	.jsblk .jsblk__filters {
		gap: 10px !important;
		margin-top: 12px !important;
	}

	.jsblk button.jsblk__filter,
	.jsblk .jsblk__filter {
		flex: 1 1 100% !important;
		width: 100% !important;
		height: 44px !important;
		font-size: 16px !important;
		padding: 8px 16px !important;
	}

	.jsblk .jsblk__jobs {
		margin-top: 24px !important;
	}

	.jsblk .jsblk__job {
		padding: 16px 2px !important;
	}

	.jsblk .jsblk__job-title {
		font-size: 16px !important;
	}

	.jsblk .jsblk__job-location {
		font-size: 14px !important;
	}
}

.career-page .jsblk__job .jsblk__job-link {
padding: 20px 4px !important;
}
.career-page .pagination {
  flex-wrap: wrap;
  padding: 1rem 0;
  justify-content: center;
  display: flex;
  list-style: none;
}
.career-page .pager__item {
  display: inline;
  padding: 0.5em;
}
.career-page .pagination > .pager__item {
  padding: 0;
}
.career-page .pagination > li > a, .career-page .pagination > li > span {
  border: none;
  color: #0099cc !important;
  background-color: transparent !important;
  font-size: 17px !important;
  padding: 8px 10px !important;
  line-height: 24px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.41 !important;
  letter-spacing: normal !important;
  color: #00254b !important;
}.career-page .pagination > li.pager__item.pager__item--first a span, .career-page .pagination > li.pager__item.pager__item--previous a span, .career-page .pagination > li.pager__item.pager__item--next a span, .career-page .pagination > li.pager__item.pager__item--last a span {
  border-bottom: solid 1.5px #b9d9eb !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.41 !important;
  color: #00254b !important;
  text-transform: uppercase !important;
  transition: 0.3s all !important;
}.career-page .pagination > li.pager__item.pager__item--first a span:hover, .career-page .pagination > li.pager__item.pager__item--previous a span:hover, .career-page .pagination > li.pager__item.pager__item--next a span:hover, .career-page .pagination > li.pager__item.pager__item--last a span:hover {
  color: #ff9900 !important;
}
.career-page .js-pager__items li a{
	display: inline !important;
}
.career-page .description--component ul li {
  margin-bottom: 0;
  margin-top: 32px;
}.career-page .pagination > li.active > a, .career-page .pagination > li.active > span {
  color: #ff9900 !important;
}
@media (max-width: 767px) {
 .career-page .views-field.views-field-field-button a{
    padding: 1px 10px;
    font-size: 12px;
  }

.career-page .views-field.views-field-field-button div {
  text-align: center;
}
.career-page .views-field.views-field-field-button {
  position: absolute;
  width: 60%;
  left: 50%;
  right: 0;
  bottom: 18px;
  text-align: left;
  margin: auto;
  transform: translateX(-50%);
}
}
.career-page .jsblk__filters {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
	margin-bottom:30px;
}


.career-page .filter {
    position:relative;
	flex: 0 0 45%;
}


.career-page .filter label {
    display:flex;
    font-weight:bold;
    margin-bottom:8px;
    color:#003b71;
}


.career-page .search-filter input,
.career-page .select-box {

    width:100%;
   min-height: 64px;
    border:1px solid #b5c8dc;
    border-radius:6px;
    padding:15px 20px;
    font-size:18px;
    box-sizing:border-box;
    background:white;
}


.career-page .multiselect {
    position:relative;
}


.career-page .select-box {
    cursor:pointer;
  color: #003b71;
}


.career-page .options {

    display:none;
    position:absolute;
    top:78px;
    left:0;
    right:0;

    background:white;
    border:1px solid #ccc;
    z-index:20;

    max-height:250px;
    overflow-y:auto;
}


.career-page .multiselect.active .options {
    display:block;
}


.career-page .option {

    padding:12px 15px;
    cursor:pointer;
}


.career-page .option:hover {

    background:#eaf3fb;
}


.career-page .option input {

    margin-right:8px;

}


.career-page .jsblk__search {
    margin-bottom:20px;
}


@media(max-width:900px){

    .career-page .jsblk__filters{
        grid-template-columns:1fr;
    }

}
.career-page .option {
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 15px;
    cursor:pointer;
}


/* hide default checkbox */
.career-page .option input {
    display:none;
}


/* custom checkbox */
.career-page .checkmark {

    width:18px;
    height:18px;

    border:2px solid #8aa6bd;
    border-radius:3px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

}



/* checked state */
.career-page .option input:checked + .checkmark {

    background:#0057a8;
    border-color:#0057a8;

}


.career-page .option input:checked + .checkmark::after {

    content:"✓";

    color:white;

    font-size:14px;

    font-weight:bold;

}


.career-page .option-text {

    font-size:16px;

}
@media (max-width:991px) {
	.career-page .filter {
  position: relative;
  flex: 0 0 100%;
}
}
