#nowhiring { 
    border: .125rem maroon solid;
}

#nowhiring .accordion__title {
	color: maroon;
}
#nowhiring .accordion__title:visited {
	color: maroon;
}

#nowhiring .accordion__title:active,#nowhiring .accordion__title:focus,#nowhiring .accordion__title:hover {
	background-color: #2e262a;
	color: #fff;
	text-decoration: none
}

#nowhiring .accordion__title:active svg,#nowhiring .accordion__title:focus svg,#nowhiring .accordion__title:hover svg {
	color: #ffd720
}


#nowhiring .accordion__item--is-active #nowhiring .accordion__title {
	background-color: #fff;
	color: #2e262a
}

#nowhiring .accordion__item--is-active #nowhiring .accordion__title svg {
	color: #246070
}

