/* aclscertification style edits 30-10 */
.certify-ad__title{ color: #191919; font-weight: 800; margin-top: 0; line-height: 1.2; min-height: 0vw; }
.btn-blue:hover, .btn-blue:active, .btn-blue:focus{background:#ca2f09;}
footer .bg--light-blue.p-t-140.p-b-40.m-b-40{display: none !important;}
.cust-table.table td, .cust-table.table th{vertical-align: middle;border-right:1px solid #dee2e6;}
.cust-table.table td:last-child, .cust-table.table th:last-child{border-right:0px;}
.img-bio-circle img{border-radius: 100%;}
.article-ul li{margin-bottom: 15px;}

/*for safari iphone*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.btn-blue:hover, .btn-blue:active, .btn-blue:focus{
		background-color: #ca2f09;
		color: #fff;
		text-decoration: none;
		border: 1px solid #ca2f09;
		background:#ca2f09;
	}
}
@media screen and (max-device-width: 480px) {
	.btn-blue:hover, .btn-blue:active, .btn-blue:focus{
		background-color: #ca2f09;
		color: #fff;
		text-decoration: none;
		border: 1px solid #ca2f09;
		background:#ca2f09;
	}
}