<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	overflow-y: auto !important;
}

body {
	overflow-y: visible !important;
}

.container {
	display    : flex;
	min-height : 100%;
}

.main-container {
	flex : 1 1 0;
}

.filter-arrow {
	width: 32px;
	font-size: 1.5em !important;
	color: #FFF;
	cursor: pointer;
	transition: transform 250ms;
	margin: unset !important;
}

.sidebar-container {
	background : linear-gradient(to right, #333, #252323);
}

.filter-box {
	padding : 1em;
}

.filter-box-label {
	color: #FFF;
}

.filter-box-section {
	margin : 1em;
}

.job-details-popup {
	position: absolute;
	display: none;
	overflow-y: auto;
	top: 0;
	left: 0;
	z-index: 100000;
	padding: 8px;
	border: 2px solid #333;
	background-color: #FFF;
	box-sizing: border-box;
}

.job-details-popup u,
.job-details-popup u * {
	text-decoration: underline !important;
}

.job-details-close {
	width: 32px;
	font-size: 1.5em !important;
	margin: unset !important;
	cursor: pointer;
}

.job-details-container {
	max-height: 80vh;
	overflow-y: auto;
}

.job-filter-category {
	max-width:200px;
}

.job-filter-facility {
	max-width:200px;
}

.jobs-list, .submissions-list {
	display: flex;
	flex-wrap: wrap;
}

.jobs-main {
	margin-top : 16px;
	overflow-y : hidden;
	padding    : 1em;
}

.jobs-warning {
	color: red;
}

@media screen and (max-width: 600px) {
	header.site-header.jobs {
		padding : 5px !important;
	}

	span.site-title {
		overflow      : hidden;
		text-overflow : ellipsis;
		white-space   : nowrap;
	}

	body {
		scroll-snap-type : y mandatory;
	}

	.site-content .section-container {
		flex-direction : column;
	}

    .container {
		flex-direction : column;
	}

	.site-header.jobs, .sidebar-container, .ui.horizontal.divider.header, .ui.card.job {
		scroll-snap-align : start;

	}

	.ui.horizontal.divider.header {
		scroll-snap-stop : always;
	}

	.jobs-list {
		grid-auto-columns  : 1fr;
		grid-template-rows : 50% 50%;
		justify-content    : center;
	}

	.content.summary {
		display : none;
	}

	.job-buttons {
		display         : flex;
		justify-content : unset;
	}

	.ui.button.view, .apply-link {
		flex      : 1 1 0;
		min-width : 50%;
	}

	.application-button {
		width : 100%;
	}

	.jobs-main {
		overflow : unset;
	}

	.ui.card.job {
		width : 90%;
	}
}

@media screen and (min-width: 601px) and (min-height : 430px) {
	.jobs-main {
		margin-left: 1em;
	}

	.site-header-left.jobs {
		margin-left : 1em !important;
	}

	.filter-box.closed {
		left: 0;
	}

	.body-jobs .sidebar-container {
		height   : 100vh;
		position : sticky;
		top      : 0;
	}
}

.logged-in .site-header-right {
	display : none;
}

.site-header-right {
	align-items  : center;
	display      : inline-flex;
	margin-right : 1em;
	white-space  : break-spaces;
}

.site-header-right a {
	color : white;
}

.ui.card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 8px 8px 0;
	border: 1px solid #888;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui.card:last-child {
	margin: 0 8px 8px 0;
}

.ui.sub.header {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.ui.modal {
	padding: 8px;
}

.job-summary {
	font-size: 1em;
	margin-bottom: 1rem
}

.job-buttons {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
}

.summary {
	flex-grow: 1;
}

.title, .buttons {
	flex-grow: 0 !important;
}

.site-header.jobs {
	padding-left: 0 !important;
}

.white {
	color : white !important;
}

.site-content .container {
	flex-direction : column;
}

.site-content .filter-label {
	max-width : initial;
}

.site-content .section-container {
	display : flex;
}

.apply-button:before {
	content : 'Apply';
}

.applied-button {
	background-color : red !important;
}

.applied-button:before {
	content : 'Withdraw Application';
}

.job.internal {
	background : #ecf7f7;
}

.filter-label {
	color         : white;
	display       : block;
	margin-bottom : 1em;
	max-width     : 180px;
}

.sub-jobs {
	background-color : #f6f8fa;
	border-left      : 0.25rem solid #ddd;
	border-radius    : 0.375rem;
	box-shadow       : 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
	margin-top       : 1rem;
	margin-bottom    : 1rem;
	padding          : 0.75rem;
}

.sub-jobs-title {
	color          : #222;
	font-size      : 0.95rem;
	font-weight    : 600;
	letter-spacing : 0.05rem;
	margin-bottom  : 0.5rem;
}

.sub-job-entry {
	border-bottom  : 0.0625rem dashed #ddd;
	line-height    : 1.4;
	margin-bottom  : 0.75rem;
	padding-bottom : 0.5rem;
}

.sub-jobs .position-title,
.sub-jobs .facility-name {
	color     : #444;
	font-size : 0.875rem;
	margin    : 0.25rem 0;
}

.sub-jobs .position-title {
	color       : #222;
	font-weight : 700;
}

.sub-jobs .facility-name {
	color       : #666;
	font-style  : italic;
	font-weight : 400;
}</pre></body></html>