#page_name.job-title {
	text-transform: none;
	font-size: 3rem;
	letter-spacing: -0.02;
}
.job-summary {
	margin-top: 1rem;
	font-weight: 500;
}

details.job-list {
	background: white;
	width: 100%;
	margin-top: 2rem;
}
details.job-list + details.job-list {
	margin-top: 0.4rem;
}
details.job-list > summary {
	background: #011c41;
	color: white;
	padding: 1rem;
	font-size: 0.666667rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
details.job-list > summary {
	cursor: pointer;
}

table.job-list {
	width: 100%;
	margin-top: 2rem;
}
details.job-list table.job-list {
	margin-top: 0;
}
table.job-list th,
table.job-list td {
	padding: 1rem 3rem;
	vertical-align: middle;
}
table.job-list th {
	background: #1781a1;
	color: white;
	width: 100%;
}
table.job-list td.action {
	padding: 0;
	text-align: right;
}
table.job-list td.action a.button,
table.job-list td.action a.download-button {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
table.job-list tr + tr {
	border-top: 1px solid #d9e3e8;
}

#icon_gallery_grid_title {
	display: flex;
	width: 100%;
	align-items: end;
	position: relative;
}
#icon_gallery_grid_title::before {
	content: '';
	position: absolute;
	inset: 0;
	top: 50%;
	background: #011c41;
	z-index: -1;
}
#icon_gallery_grid_title_text {
	flex: 1;
	padding-right: 1rem;
	padding-top: 4rem;
	white-space: nowrap;
	color: #1781a1;
}
#icon_gallery_grid_title_image {
	text-align: right;
	align-self: center;
	position: relative;
}
#icon_gallery_grid_title_image .static_page_element_image_toolbar {
	right: 0;
	top: 0;
}
#icon_gallery_grid_title_image img {
	display: block;
	margin: -3rem 0;
}
#icon_gallery_grid_title_image::before {
	content: '';
	position: absolute;
	inset: 0;
	margin: -3rem 0;
	pointer-events: none;
	background: transparent url('../../images/icon-grid-gallery-image-cutout.svg') no-repeat scroll 0 50%;
	background-size: auto 100%;
}
#icon_gallery_grid_title + .vertical-padding.shaded.dark {
	padding-top: 0;
}
@media screen and (max-width: 780px) {
	#icon_gallery_grid_title {
		flex-direction: column;
		align-items: start;
	}
	#icon_gallery_grid_title::before,
	#icon_gallery_grid_title_image::before {
		display: none;
	}
	#icon_gallery_grid_title_text {
		padding: 2rem;
		white-space: normal;
		order: 2;
		background: #011c41;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#icon_gallery_grid_title_image img {
		margin: 0 auto;
	}
}