.error{
	color: #d22d23;
	font-size: calc(1rem + .125 * ((100vw - 30rem) /60));
}

.sub-head {	 
 	border-bottom: 4px solid #091f2f;
 	font-weight: bold;
 	font-size: calc(1rem + .125 * ((100vw - 30rem) /60));
 	padding-bottom: 0.25rem;
}

.txt-heading{
	color:#091f2f;
	font-family:Montserrat,Arial,sans-serif;
	font-size:calc(14px + 2 * ((100vw - 480px) / 960));
	font-weight:700;
	line-height:1.4;
	margin:27.56px 0 4px;
	margin:1.7225rem 0 .25rem;
	letter-spacing:1px;
	text-transform:uppercase;
	
}

.box {
	margin: 14px 0px; 
	margin-left:0px;
	padding: 20px; 
	color: #58585b;
	border: 1px solid; 
	border-image: none;
}

@media print { 
	#noprint { display: none; } 
	.noPrint { display: none; } 
}