@charset "UTF-8";
/* Web Solutions 4.0 Compatible */


:root {
	--background-image: url(/images/backgrounds/sirens-mobile.jpg) no-repeat center / cover;
    --header-height: 3.8125rem;
}

body.firefighterapp {
	--background-image: url(/images/backgrounds/firefighter-mobile.jpg) no-repeat center / cover;
}

body.employmentapp {
	--background-image: url(/images/backgrounds/employmentapp-mobile.jpg) no-repeat center / cover;
}

html, body {
	scroll-padding-top: 4em;
	/* Scroll offset for sticky mobile nav */
}

body.slideNav {
	overflow: hidden;
}


/* desktop */
.desktopOnly, :is(button, .button).icon.desktopOnly {
	content-visibility: hidden;
	display: none;
}






/* HEADINGS ------------------------------ */
h1, .heading-1 {
	font-size: 1.5625em;
}

h2, .heading-2 {
	font-size: 1.25em
}

h3, .heading-3 {
	font-size: 1.125em
}

h4, .heading-4, th {
	font-size: 1em
}


.intro {
	font-size: 1.25em;
}






/* HEADER ------------------------------ */
body>header .header-wrap{
	z-index: 1;
}

body>header>aside {
	display: none;
}

body>header:before {
	background-color: #000;
	content: '';
	display: block;
	height: 100vh;
	left: 100vw;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: left 0ms ease 200ms, opacity 200ms ease;
	width: 100vw;
	z-index: 3;
}

body.slideNav>header:before {
	left: 0;
	opacity: .85;
	transition: left 0ms ease 0ms, opacity 200ms ease;
}

body>header #brand {
	padding: 0.9375em 0.625em;
}

body>header #brand img {
	max-width: 9.6875em;
}

#navContainer {
	background-color: var(--brand-darkest);
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: 100%;
	max-height: 100vh;
	overflow: auto;
	position: fixed;
	top: 0;
	transition: left 200ms ease;
	width: 75%;
	z-index: 3;
	-webkit-overflow-scrolling: touch;
}

body.slideNav #navContainer {
	left: 25%;
}

#navContainer .menu {order:1;}
#navContainer #ancillary {order:2;}
#navContainer #mainnav {order:3;}

#navContainer ul {
	display: block;
	margin: 0;
	padding-left: 0;
	width: 100%;
}

#navContainer li {
	display: block;
	position: relative;
	width: 100%;
}

#navContainer li.account {
	background: #000;
}

#navContainer li li {
	border: 0;
}

#navContainer :is(a, .menu) {
    color: #fff;
    display: block;
    font-weight: 600;
    line-height: 3.75em;
    padding: 0 1.5em;
    width: 100%;
}

#navContainer .menu {
    align-items: center;
    background: var(--brand-darkest);
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1;
}

#navContainer .menu:after {
    background: #fff;
    content:"";
    display: block;
    height: 1em;
    mask-image: var(--x);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 100% auto;
    opacity: 0.5;
    width: 0.75em;
}

#navContainer .login a:before {
    background: var(--accent-color);
    content: "";
    margin-right: 0.3125rem;
    mask-image: var(--user);
    mask-position: center;
    mask-repeat: no-repeat;
    padding-left: 1em;
}

#navContainer #ancillary a {
    align-items: center;
    display: flex;
    gap: 0.75em;
}

#navContainer #ancillary a:before {
    background: #fff;
    content: "";
    display: block;
    height: 1.25em;
    mask-position: center;
    mask-repeat: no-repeat;
    opacity: 0.5;
    width: 1.25em;
}

#navContainer li.account > a:before {
    mask-image: var(--user-outline);
}

#navContainer li.messages > a:before {
    mask-image: var(--dashboard-messages);
    mask-size: 1.25em auto;
}

#navContainer li.jobs > a:before {
    mask-image: var(--dashboard-jobs);
    mask-size: 1.25em auto;
}

#navContainer li.applications > a:before {
    mask-image: var(--dashboard-applications);
    mask-size: 0.875em auto;
}

#navContainer li.scores > a:before {
    mask-image: var(--dashboard-scores);
    mask-size: 1.125em auto;
}

#navContainer li.exams > a:before {
    mask-image: var(--dashboard-calendar);
    mask-size: 0.875em auto;
}

#navContainer li.user > a:before {
    mask-image: var(--lock);
    mask-size: 0.875em auto;
}

#navContainer li.messages > a span {
    border: 2px solid red;
    border-radius: var(--border-radius);
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1.625rem;
    padding: 0 0.5em;
    position: absolute;
    right: 1.5rem;
    top:50%;
    transform: translateY(-50%);
}


#navContainer li.on a {
	background-color: rgba(255,255,255,0.25);
}

#navContainer li.open {
	background-color: #000
}

#navContainer li>button {
	background: rgba(255,255,255,0.5);
	display: block;
	height: 2.75em;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.75em;
}

#navContainer ul li:not(.account) ul {
	font-size: .8em;
	height: 0;
	overflow: hidden;
	transition: var(--ws-transition);
}

#navContainer ul ul a {
	padding-left: 2rem;
}

#navContainer ul ul li.on a {
	background-color: darkred;
}

#navContainer li>button::before,
#navContainer li>button::after {
	background-color: #000;
	content: '';
	display: block;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center center;
	transition: transform .2s ease;
	width: 50%;
}

#navContainer li>button::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

#navContainer li>button::after,
#navContainer li.open > button:before {
	transform: translate(-50%, -50%) rotate(0deg);
}






/* MOBILE NAV ------------------------------ */
#mobilenav {
    align-items: center;
    display: flex;
    overflow: hidden;
}

#mobilenav > * {
	position: relative;
}

#mobilenav .login {
	padding: 0 1em;
}

#mobilenav .menu {
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
	padding: 0 1.25rem 0 2.25rem;
	margin-left: 0.75rem;
}

#mobilenav > * span {
    align-items: center;
    color:#fff;
    display: flex;
    font-size: 0.875em;
    font-weight: 600;
    gap: 0.3125rem;
    line-height: 3.75rem;
    position: relative;
}

#mobilenav .menu:before,
#mobilenav .menu:after {
	content: "";
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    left:0;
    position: absolute;
    top:0;
    width: 100%;
}

#mobilenav .menu:before {
	background: var(--accent-color);
}

#mobilenav .menu:after {
	background: #000;
	left:0.125rem;
}

#mobilenav span span {
	position: relative;
	z-index: 1;
}

#mobilenav span:before {
    background: var(--brand-light);
	display: block;
    content:"";
    mask-position: center;
    mask-repeat: no-repeat;
    width: 1em;
	height: 1em;
}

#mobilenav .menu span:before {
    mask-image: var(--bars);
}

#mobilenav .account span:before {
    mask-image: var(--user);
    mask-size: 1em auto;
}






/* MAIN ------------------------------ */
.page-header {
	background: var(--background-image);
}

#content {
	min-height: 25rem;
}

.interior #content {
	padding: 2.25em 1em 5em;
}

.photoright,
.photoleft {
	margin: 0 0 1.5em;
	width: 100%;
}

.photoright img,
.photoleft img {
	width: 100%;
}

figcaption {
	text-align: center;
}

.twoCol, .threeCol, .resCol {
	columns: auto;
	column-rule: 1px outset rgba(0,0,0,.15);
	column-width: 13em;
}

.formTable, .formTable table {
	display: block;
	width: 100%;
}

.formTable tbody {
	display: block;
}

.formTable tr {
	display: block;
}

.formTable td {
	display: block;
	padding: 0;
	width: 100%;
}

.formTable :is(input:is([type="text"], [type="password"], [type="tel"], [type="number"], [type="email"], [type="url"]), textarea) {
	margin-bottom: 1em
}

.formTable table td + td {
	padding-left: 0 !important;
}

.content-block {
    margin: 1.5em 0;
}

.content-block.exam-block {
    padding: 1.75em 1em;
}

.content-block.exam-block form {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.content-block.exam-block .row {
    display: grid;
    grid-template-columns: 5.125rem 1fr;
    gap: 1em;
}

.content-block.exam-block :is(h3, p, .button, em, b, a) {
    grid-column: 1/-1;
}

.content-block.exam-block p:last-child {
    margin-bottom: 0;
}

.content-block.exam-block h3 + p {
    margin-top: -1.25rem;
}

.content-block.exam-block label {
	line-height: 2.8125rem;
}

.content-block.exam-block .button {
	justify-content: center;
    margin: 0.75em 0 0.25em;
}

.content-block.exam-block em {
	line-height: 1.25em;
}

blockquote {
	margin: 2em 0;
	text-align: center;
}

blockquote p:before {
	display: block;
	margin: 0 auto 1em;
}

.flex.mobile-column {
	flex-direction: column;
}

.text-align-center-mobile {
	text-align: center;
}


/* Styled Tables */
.table-wrapper .styled-table thead {
	display: none;
}

.table-wrapper .styled-table tbody tr {
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    color: #000;
    display: block;
    margin-bottom: 1em;
    padding: 1em;
    width: 100%;
}

.table-wrapper .styled-table tbody tr:last-child {
    border-bottom: 1px dashed #CBCBCB;
}

.table-wrapper .styled-table td {
    display: block;
    line-height: 1.25em;
    width: 100%;
}

.table-wrapper .styled-table td:not(:last-child) {
    padding-bottom: 0.5em;
}

.table-wrapper .styled-table td[data-attribute]:not(:empty):before {
    color: var(--grey);
    content: attr(data-attribute)":";
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.25em;
}

.sales-table.mobile-1-2 tr {
    display: flex;
    flex-wrap: wrap;
}

.sales-table.mobile-1-2 td {
    display: block;
}

.sales-table.mobile-1-2 td:first-child {
    padding-bottom: 0;
    padding-top:1.5em;
    width: 100%;
}

.sales-table.mobile-1-2 td:nth-child(n+2) {
    padding-bottom: 1.5em;
    width: auto;
}

.sales-table.mobile-1-2 td:nth-child(2) {
    padding-right: 0;
}

.sales-table td[data-attribute]:after {
    content: attr(data-attribute);
    display: inline-block;
    font-weight: 600;
    margin-left: 0.25em;
}

.sales-table td :is(.yes, .no) {
    display: inline;
    min-width: 1em;
}

.white-section .documents-block .accordion .accordion-content a.downloadFile {
    justify-content: space-between;
}

.white-section .documents-block .accordion .accordion-content a.downloadFile:after {
    background: var(--brand-color);
    content: "";
    display: block;
    height: 1em;
    mask-image: var(--download);
    mask-position: center;
    mask-repeat: no-repeat;
    position: relative;
    top: 2px;
    width: 1em;
}


/* Contact Form - table removed ----- */
.form-flex :where(.three-quarters, .half, .third, .mobile-full):not(.mobile-half) {
	width: 100%;
}

.form-flex :is(.quarter, .mobile-half):not(.mobile-full) {
	width: calc(50% - .5em);
}

.form-flex .form-flex > *:last-child,
.form-flex .form-flex > .mobile-half {
    margin-bottom: 0;
}






/* HOME ------------------------------ */
#hero {
    background: var(--background-image);
    padding: 2.5em 1em 3.4375em;
}

#hero p {
    font-size: 0.875em;
}

#hero:has(p + form) p {
    margin-bottom: 0;
}

#hero p+form {
    margin-top: 0;
}

#hero .slider {
    background: var(--brand-light);
    border: 0;
    border-radius: 2.875em;
    color:#000;
    display: flex;
    display: flex;
    margin: 2.25em 0 1.25em;
    padding: 0;
    padding: 3px;
    position: relative;
}

#hero .slider:after {
    background: #fff;
    border-radius: 10em;
    box-shadow: 0 4px 15px 0 rgba(0,0,0,0.5);
    content: "";
    display: block;
    height: calc(100% - 6px);
    left: 0.1875em;
    position: absolute;
    top: 0.1875em;
    transition: ease all 0.3s;
    width: calc(50% - 3px);
}

#hero .slider[data-attribute=enter-location]:after {
    left: 0.1875em;
}

#hero .slider[data-attribute=use-my-location]:after {
    left: 50%;
}

#hero .slider button {
    background: none;
    box-shadow: none;
    color:#000;
    display: block;
    font-weight: 600;
    line-height: 2.875em;
    padding: 0;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
}

#hero .form-field + .form-field {
    margin-top: 1em;
}

#hero .search {
    justify-content: center;
    line-height: 3.3125rem;
    margin-top: 1.875rem;
    width: 100%;
}

#hero [type=submit] {
    min-width: 18.75rem;
}

#hero .alerts-container:first-of-type {
    margin-top: 1em;
}








/* JOBS ------------------------------ */
.jobs .page-header h1 {
	position: relative;
	z-index: 2;
}

.form-field .simple {
	background: none;
	border-radius: var(--border-radius);
	aspect-ratio: 1/1;
}

.form-field .simple.search {
	position: absolute;
	border: 0;
	bottom: 0;
	height: 2.8125rem;
	height: 2.8125rem;
	padding: 0;
	position: absolute;
	right: 0;
	width: 2.8125rem;
	justify-content: center;
	border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.form-field:has(input.has-value) .simple.search {
	background: var(--brand-color);
}

.form-field:has(input.has-value) .simple.search:after {
	background: #fff;
}

.form-field.flex-fill {
    width: 100%;
}

.form-field .simple.filters {
    background:#fff;
    border: 1px solid var(--brand-color);
    justify-content: center;
    width: 2.8125rem;
}

.form-field:has(.has-value) .clear {
	right: 3em;
}

.home .form-field:has(.has-value) .clear {
	right: 0;
}

.form-field:has(.simple.search) .autoCompleteInput.has-value {
	padding-right: 6em;
	text-overflow: ellipsis;
}

:is(.job-table, .styled-table):not(:last-child) {
    margin-bottom: 2em;
}

:is(.job-table, .styled-table) .table-header {
    background: linear-gradient(0deg, rgba(204,215,223,0) 0%, rgb(204, 215, 223) 40%);
    margin: 0 -1em;
    padding: 0.5em 1em 1em;
    position: sticky;
    top: var(--header-height);
    width: calc(100% + 2em);
    z-index: 1;
}

:is(.job-table, .styled-table) .table-header h2 {
    margin: 0;
}

:is(.jobs-list, .styled-list) {
	margin: 1.375rem 0 3.75rem;
}

:is(.jobs-list, .styled-list) ul {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

:is(.jobs-list, .styled-list) a:not(.button.icon) {
    align-items: flex-start;
    background: #fff;;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    color: #000;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    justify-content: space-between;
    line-height: 1.25em;
    padding: 1.25em 1em;
}

:is(.jobs-list, .styled-list) .table-header a.button.icon {
    width: 100%;
    justify-content: center;
    margin-bottom: 1em;
}

:is(.jobs-list, .styled-list) a > span {
    display: block;
}

:is(.jobs-list, .styled-list) a .title {
    color: var(--brand-dark);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.4375rem;
    order: 1;
    width: calc(100% - 110px);
}

:is(.jobs-list, .styled-list) a .apply {
    align-items: center;
    color: var(--brand-color);
    display: inline-flex;
    flex-shrink: 0;
    font-weight: 700;
    gap: 0.25em;
    order: 2;
}

:is(.jobs-list, .styled-list) a .apply:after {
    background: var(--brand-color);
    content: "";
    display: block;
    height: 0.75em;
    mask-image: var(--arrow-right);
    mask-position: center;
    mask-repeat: no-repeat;
	mask-size: 100% auto;
    width: 0.75em;
}

:is(.jobs-list, .styled-list) a .salary {
    margin-bottom: 0.125rem;
    order: 3;
    width: 100%;
}

:is(.jobs-list, .styled-list) a :is(.date, .deadline) {
    order: 4;
    width: 100%;
}



/* States */
.jobs .page-header {
	padding-bottom: 3em;
}

.jobs .page-header button {
    bottom: 0;
    box-shadow: 0 0 0 1px var(--brand-light);
    font-size: 0.875em;
    left:50%;
    line-height: 2.5rem;
    position: absolute;
    transform: translate(-50%, 50%);
	font-weight: 600;
    white-space: nowrap;
}

.jobs #content {
	padding: 2.25em 1em 5em;
}

.jobs.single-job-view #content {
	padding-top:1.5625em;
}

.jobs #content .job-filters :is(input, select) {
	border-color: var(--brand-color);
}

#content .full-width {
	width: calc(100% + 2em);
	margin-left: -1em;
	margin-right: -1em;
}

#content .extra-content {
	background:#fff;
	padding: 2.5em 1em;
}

.jobs-landing #content .extra-content {
	margin-top: 3em;
	margin-bottom: calc(clamp(3.125rem, 1.67rem + 7.27vw, 7.125rem) * -1);
}

#content .extra-content > *:last-child {
	margin-bottom: 0;
}

#job-alerts-cta {
	text-align: center;
	color: #fff;
	background: url(/templates/PoliceApp-2024/images/backgrounds/cta-mobile.jpg) no-repeat center / cover;
	padding: 3em 2em 4em;
	margin-bottom: calc(-5em + 1px);
}

#job-alerts-cta h2 {
	font-size: 1.5625rem;
	margin-bottom: 0.25rem;
}

#job-alerts-cta p {
	font-size: 0.875em;
}

#job-alerts-cta form {
	width: 100%;
}

#job-alerts-cta form > * {
	width: 100%;
}

#job-alerts-cta button {
	line-height: 2.9375rem;
	justify-content: center;
}


/* By Region */
.jobs-landing h1 {
	margin-bottom: 1.25rem;
}

.jobs-by-region {
	padding:2.25em 1em 3.4375em;
}

.jobs-by-region h2 {
	font-size: 1.4375em;
}



/* Job View */
.single-job-view main {
    background: #fff;
}

.single-job-view .page-header {
    background: var(--brand-light);
    padding: 1em;
    text-align: left;
    color: var(--brand-darkest);
}

.single-job-view .sticky-title.show {
    opacity: 1;
    transform: translateY(0);
}

.single-job-view .page-header h2,
.single-job-view .page-header .back {
    color: var(--brand-darkest);
}

.single-job-view .page-header .back:before {
    background: var(--brand-darkest);
}

.single-job-view .job-view {
    gap:2.5rem;
}

.single-job-view .job-apply .important-details {
    margin-bottom:2.5rem;
}

.single-job-view .job-view .job-apply,
.single-job-view .job-view .job-description {
    width: 100%;
}

.single-job-view .job-description .form-flex {
    gap: 0;
}

.single-job-view .job-description .form-flex button {
    justify-content: center;
    width: 100%;
}

.single-job-view .sticky-apply {
    background: rgba(255,255,255,0.95);
    color: var(--brand-darkest);
    bottom: 0;
    order: 1;
    padding: 0.5em 1em 1em;
    position: sticky;
    text-align: center;
    width: calc(100% + 2em);
    margin: 0 -1em;
}

.single-job-view .sticky-apply:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255,255,255,0.95) 100%);
    content: "";
    display: block;
    height: 1.875rem;
    pointer-events: none;
    position: absolute;
    top: -1.875rem;
    left:0;
    width: 100%;
}

.single-job-view .sticky-apply .job-title {
    opacity: 0;
    display: grid;
    grid-template-rows: 0fr;
    transition: ease all 200ms;
    margin-bottom: 0.75em;
    font-weight: 700;
    line-height: 1.25em;
}

.single-job-view .sticky-apply .job-title.show {
    opacity: 1;
    grid-template-rows: 1fr;
}

.single-job-view .sticky-apply .job-title div {
    overflow: hidden;
}

.single-job-view .sticky-apply .button {
    justify-content: center;
    line-height: 2.9375rem;
    width: 100%;
}


/* APPLICATION ------------------------------ */

#content .styled-list .applications.styled-table li {
    flex-direction: column;
    padding: 1rem;
}

#content .styled-list .manage-links {
    width: 100%;
}

#content .styled-list .manage-links a {
    color: var(--brand-color);
    font-size: 0.875em;
    line-height: 1em;
    padding: 0.75em 1em;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand-color) 25%, transparent);
}

#content .styled-list .manage-links a.view {
    order: 1;
}

#content .styled-list .manage-links a.edit {
    order: 2;
}

#content .styled-list .manage-links a.job-info {
    order: 3;
}

#content .styled-list .manage-links a.chart {
    order: 4;
}

#content .styled-list .manage-links a.delete {
    background: var(--light-red);
    box-shadow: none;
    color: var(--red-accessible);
    margin-left: auto;
    order: 5;
}

.job-application .page-header {
    background: var(--brand-light);
    color: var(--brand-darkest);
    min-height: 6.125em;
    padding: 1rem;
    text-align: left;
}

.job-application .page-header .back {
    color: var(--brand-darkest);
}

.job-application .page-header .back:before {
    background: var(--brand-color);
}

.job-application .page-header button {
    background: var(--brand-light);
    border-radius: 0;
    color: var(--brand-darkest);
    display: block;
    line-height: 1.25rem;
    margin: -1rem -1rem 0.4375rem;
    padding: 1rem 1rem 0;
    position: relative;
    text-align: left;
    transition: none;
    width: calc(100% + 2em);
}

.job-application .page-header button.open {
    box-shadow: 0 6px 4px 0 rgba(0,0,0,0.50), 0 0 0 100vh rgba(255,255,255,0.9);
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    z-index: 2;
}

.job-application .page-header button .job-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-application .page-header button.open .job-title {
    white-space: normal;
}

.job-application .page-header button .x {
    background: var(--brand-darkest);
    flex-shrink: 0;
    height: 0.75em;
    mask-image: var(--x);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 0.7em;
    position: relative;
    top: 0.3125em;
    display: none;
    width: 0.75em;
}

.job-application .page-header button.open .x {
    display: block;
}

.job-application .page-header button .back {
    color: var(--brand-color);
    display: none;
    padding: 1em 0;
}

.job-application .page-header button .back:before {
    background: var(--brand-color);
}

.job-application .page-header button.open .back{
    display: inline-flex;
}

.job-application .progress {
    align-items: flex-start;
    margin-top: 0.25em;
}

progress {
    border-radius: 0.375rem;
    height: 0.375rem;
}

.job-application #content {
    padding: 1.25em 1em 5.625em;
}




/* DEPARTMENTS ------------------------------ */
body.departments #content .header-flex {
    display: block;
}

body.departments #content .header-flex h2 {
    margin: 0;
}

body.departments #content h2 {
    font-size: 1.5625em;
}

body.departments .extra-content {
    margin-top: 3em;
}

.departments.single-department main {
    background: #fff;
}

.departments.single-department .page-header {
    background: var(--brand-light);
    padding: 1em;
    text-align: left;
    color: var(--brand-darkest);
}

.departments.single-department .sticky-title.show {
    opacity: 1;
    transform: translateY(0);
}

.departments.single-department .page-header h1,
.departments.single-department .page-header .back {
    color: var(--brand-darkest);
}

.departments.single-department .page-header .back:before {
    background: var(--brand-darkest);
}

.departments.single-department .department-view {
    gap:2.5rem;
}

.departments.single-department #content .department-view :is(h2, h3){
    color:#000;
    font-size: 1.25em;
}

.departments.single-department #content .department-view .dark-bg :is(h2, h3){
    color:#fff;
}


.departments.single-department .job-description .form-flex {
    gap: 0;
}

.departments.single-department .job-description .form-flex button {
    justify-content: center;
    width: 100%;
}

.departments.single-department :is(.job-table, .styled-table) .table-header {
    background: linear-gradient(0deg, rgba(255,255,255, 0) 0%, rgb(255,255,255) 40%);
}

.departments.single-department :is(.jobs-list, .styled-list) {
    border-bottom: 1px dashed #979797;
    border-top: 1px dashed #979797;
    margin: 0 0 2em;
    padding: 2em 0;
}







/* SALES CTA / LANDING PAGES ------------------------------ */
#sales-cta h2 {
    font-size: 1.5625em;
    margin: 0;
}

.logo-list img {
	max-height: 1.5rem;
}

.sales-table thead {
    display: none;
}

.sales-table tr+tr {
    border-top: 1px dashed #ccc;
}

.sales-table td {
    vertical-align: top;
}

.sales-table :is(.yes, .no) {
    min-width: 50px;
}

.landing-page #content {
	padding: clamp(1rem, 0.273rem + 3.64vw, 3rem);
}






/* APPLICATION ------------------------------ */

.job-application .page-header {
    background: var(--brand-light);
    color: var(--brand-darkest);
    min-height: 6.125em;
    padding: 1rem;
    text-align: left;
}

.job-application .page-header .back {
    color: var(--brand-darkest);
}

.job-application .page-header .back:before {
    background: var(--brand-color);
}

.job-application .page-header button {
    background: var(--brand-light);
    border-radius: 0;
    color: var(--brand-darkest);
    display: block;
    line-height: 1.25rem;
    margin: -1rem -1rem 0.4375rem;
    padding: 1rem 1rem 0;
    position: relative;
    text-align: left;
    transition: none;
    width: calc(100% + 2em);
}

.job-application .page-header button.open {
    box-shadow: 0 6px 4px 0 rgba(0,0,0,0.50), 0 0 0 100vh rgba(255,255,255,0.9);
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    z-index: 2;
}

.job-application .page-header button .job-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-application .page-header button.open .job-title {
    white-space: normal;
}

.job-application .page-header button .x {
    background: var(--brand-darkest);
    flex-shrink: 0;
    height: 0.75em;
    mask-image: var(--x);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 0.7em;
    position: relative;
    top: 0.3125em;
    display: none;
    width: 0.75em;
}

.job-application .page-header button.open .x {
    display: block;
}

.job-application .page-header button .back {
    color: var(--brand-color);
    display: none;
    padding: 1em 0;
}

.job-application .page-header button .back:before {
    background: var(--brand-color);
}

.job-application .page-header button.open .back{
    display: inline-flex;
}

.job-application .progress {
    align-items: flex-start;
    margin-top: 0.25em;
}

progress {
    border-radius: 0.375rem;
    height: 0.375rem;
}

.job-application #content {
    padding: 1.25em 1em 5.625em;
}

:is(.exam-registration, .job-application) .form-row.error {
    padding-left: 1em;
    padding-right: 1em;
}

:is(.exam-registration, .job-application) .answer {
    margin-top: 0.25em;
}

:is(.exam-registration, .job-application) .answer > [type=file] {
    margin: 0.5em 0;
}

:is(.exam-registration, .job-application) h2.accepted-cards:after {
	width: 11.25rem;
}

#callouts .callout {
    width: 100%;
}






/* LOGIN / CANDIDATE SECTION ------------------------------ */
#hero .login button {
    justify-content: center;
}

#hero .login a {
    margin-top: 1em;
}

#hero .dashboard-links {
    margin-top: 1.875rem;
}

#hero .account-links {
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#hero .account-links > :last-child {
    width: 100%;
    text-align: right;

}

.candidate #content {
    padding: 2.25em 1em 5em;
}

.blue-section h2 {
    font-size: 1.4375em;
}






/* DIALOG POPOVER ------------------------------ */
dialog.popover .mobile-full,
dialog.popover .popover-content .half,
dialog.popover .popover-content .gap-20 .half {
	width: 100%;
}

dialog#jobFilters {
    align-items: flex-end;
}

dialog#jobAlerts p {
    font-size: 0.875em;
}

dialog#jobAlerts .center {
    padding-right: 1em;
    padding-left: 1em;
    width: 100%;
}

dialog#jobAlerts .popover-content {
    margin: 0;
}

dialog#jobAlerts form.flex {
    align-items: center;
    justify-content: center;
}

dialog#jobAlerts form.flex .form-field {
    max-height: calc(100vh - 22.5rem);
    overflow: auto;
    width: 100%;
}






/* FOOTER ------------------------------ */
body>footer {
	font-size: 0.75rem;
	line-height: 1.35em;
}

body>footer .footer-top {
	align-items: flex-start;
	gap: 3em 1em;
	margin-bottom: 3em;
}

body>footer .footer-top .social-links {
	order:3;
	width: 100%;
}

body>footer .footer-top .social-links ul {
	justify-content: space-evenly;
}

body > footer .footer-top > div:not(.social-links) li {
	margin-bottom: 0.5em;
}

body > footer .footer-top > div:not(.social-links) li::before {
	top:0.3em;
	left:0.25em;
}

body>footer .footer-bottom,
body>footer .footer-bottom > * {
	display: flex;
	gap:1.5em;
	flex-direction: column-reverse;
}

body>footer .footer-bottom nav li:first-child:before {
	display: none;
}




/* 370px */
@media screen and (max-width: 23.125em) {
    .job-application .form-actions {
        gap: 0.5em;
        flex-wrap: wrap;
    }
    .job-application .form-actions > * {
        width: 100%;
    }
    .job-application .form-actions #page-selection {
        padding-bottom: 8em;
    }
}
