/* =============================================================================
   08-jobclub.css
   JobClub page (marked for removal in the source).

   Split out of style.css, which had grown to 3,647 lines. Loaded via
   wp_enqueue_style() in inc/enqueue.php - the load ORDER there matches the
   numeric filename order, and matches the order these rules appeared in the
   original file, so the cascade is unchanged.
   ============================================================================= */
/* --- 
|| JOBCLUB 
--- */
/* !! JOBCLUB PAGE TO BE REMOVED */

body.page-template-template_jobclub footer {
	padding: 50px 0px;
	background: var(--js-black);
	color: var(--js-white);
}
body.page-template-template_jobclub footer p a {
	color: var(--js-white);
}
body.page-template-template_jobclub .st1 {
	fill: var(--js-white);
}
body.page-template-template_jobclub header nav ul li::after {
	background-color: var(--js-black);
}
body.page-template-template_jobclub footer p a svg path {
	fill: var(--js-white);
}
body.page-template-template_jobclub header nav ul li a {
	color: var(--js-black);
}

/* --- JOBCLUB TERMS - IN FOOTER --- */
/* ^TODO: ADD WHERE NEEDED BEFORE REMOVING JOBCLUB */

.terms {
	text-align: center;
	margin-bottom: 100px;
}
.terms p {
	font-size: 9pt;
	line-height: 12pt;
	font-family: "effrabold";
}

