.warning-h2 {
    font-size: 34px;
    font-weight: 900;
    line-height: normal;
	text-align: center;
}
.warning-p {
    font-size: 14px;
    line-height: 16px;
}
.warning-open-para {
    font-size: 1.2em;
    line-height: 1.4em;
}
.warning-num {
	font-size:4em;
	padding:10px 30px;
	font-weight:900;
	margin-bottom:20px;
	margin-top: 20px;
	display:inline-block;
}
.warning-border-v1 {
	border-right:4px dotted ##ddd;
}
.warning-block h3 {
	font-size:2.4em;
	margin:20px -35px 10px;
	font-weight:900;
	text-align:center;
	padding:20px;
	margin:20px -35px 0;
	background:##f7f7f7;
}
.warning-icon {
	font-size:3em;
}
.extra-bold {
	font-weight:900;
}
@media (max-width:767px) {
	.warning-border-v1 {
		border-right:none;
		border-bottom:4px dotted ##ddd;
		margin-bottom:20px;
	}
	.warning-block h3 {
		font-size:1.4em;
		margin:20px 0;
		border-bottom:4px solid ##ddd;
		border-top:4px solid ##ddd;
		padding:10px 0;
	}
}
.no-messages .headline-md p.footer-h2 {
	font-size: 28px;
}
.no-messages .warning-p {
	font-size:1.2em !important;
	line-height:1.4em !important;
}