/* this is /css/livefixes.css - loaded just before body tag, BUT before GTM tags, in i.e. layout.cshtml - for hotfixes - NOT minified */
/* NOTE: /css/2022/last.min.css is a LESS variant with minification  - use that if you need to deploy/rebuild anyways  */
/* PLEASE: prefix all hotfixes with bodytags sitename unless NG group global */


body.NGm3 {
    /* example */
	
	#provider a {
	color: #334;
	}
}

/* 260317 BP testing 

body.NGm3.contentID-10569 #footer{
	background:#f2ede7;
	color:#262626;
	
}
body.NGm3.contentID-10569 #footer .section{
	padding-top:140px;
}
body.NGm3.contentID-10569 #footer a{
	color:#262626;
}

body.NGm3.contentID-10569 #footer #footerlogo-m3{
	position:absolute;
	left:24px;
	top:40px;
	width:100px;
	height:auto;
}
body.NGm3.contentID-10569 #footer .footerbox{
font-size:1.1em;
}
*/