/* ********** HSBA CUSTOM PRINT STYLES ************* */
@media print {
/* hiding loading text on print when printing a form */
#formio:before {
    display: none !important;
  }
  
 /* hiding page title when printing renewals form */
.bsiforms_id_renewal_customWizard .formio-component-title { 
	display: none !important;
	}

/* hiding footer on all printed pages */
footer {
	display: none !important;
	}
}

/* HSBA Custom Renew Button */
#renew-button {
	background-color: #A50024 !important;
	font-size: 65px !important;
	margin-bottom: 10px;
	box-shadow:
	0 6px 10px #fff,
	0 0 0,
	inset 0 -7px 7px rgba(0,0,0,0.5),
	inset 0 7px 7px rgba(255,255,255,0.8);
	padding: 0 20px 0 20px;
	border-radius: 25px !important;
}