/* As of 12/29/2025 going forward, any global css goes here (we can no longer 'compile' js and css due to dramatic from last outsourced changes */

a.button, a#privbutt.button {
	background: var(--primary-red) !important;
	color: var(--primary-white) !important;
	text-align: center !important;
	min-width: 156px !important;
	font-family: var(--font-familiy-heading) !important;
	font-size: 19px !important;
	font-style: var(--font-style-cta) !important;
	font-weight: 700 !important;
	line-height: var(--font-line-height-caption) !important;
	padding: 2px 26px 2px !important;
	border-radius: 6px !important;
    text-transform: uppercase !important;
    margin: 5px !important;
}

a#privbutt.button { font-size: 1.0em !important; }

span[aria-hidden="true"] { display: none; }