/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 11 2025 | 15:26:31 */
.hpa_job_top_row {
	background: #F2F1EC;
    border: 1px solid #6C6948;
    padding: 20px;
    border-radius: 16px;
	margin-bottom: 20px;
}

.hpa_job_listings {
	margin: -4px;
}

.hpa_jobs_more_info_div {
	margin-top: 45px;
}

.hpa_job_title_col,
.hpa_jobs_more_info_div .col-md-6 {
	padding-left: 0;
}

.hpa_job_main_container .row {
	margin-left: 0;
	margin-right: 0;
}

.hpa_job_main_container.job_container {
	padding-right: 0;
	padding-left: 0;
}

.hpa_jobs_more_info_div span {
	color: #3B3429;
}

.hpa_posted_date_text {
	margin-top: 20px;
	color: #3B3429;
	font-size: 14px;
}

.hpa_job_title_col a { 
	color: #3b3429;
    font-family: "polymath-display",Verdana,Arial,sans-serif;
    font-weight: 600;
    line-height: 1.4;
    text-transform: none;
    font-style: normal;
	font-size: 22px;
	display: block;
}

.hpa_job_title_col a:hover {
	text-decoration: none;
}

.job_search_buttons {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.job_search_buttons a {
	text-align: center;
}

.hpa_custom_jobs img {
	cursor: pointer;
	width: 32px !important;
}

.hpa_posted_date_col {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 0;
}

.hpa_custom_jobs img:hover {
	animation: pulseBig 0.5s ease;
}


.hpa_posted_date_col .fa-stack:hover {
  animation: pulse 0.5s ease;
}

.conditional-form {
  display: none;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.13); }
  100% { transform: scale(1); }
}

@keyframes pulseBig {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

/* Job Alerts  */

.jobAlertListApp .hpa_button {
	display: block;
	margin-top: 20px;
}

.jobAlertListApp .hpa_button:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}

/* header signin button */
.header_sign_in_status.authDisplayName:not(.signed_in) {
    display: none
}

.header_sign_in_status.unauthDisplayLabel.signed_in {
	display: none
}
