@charset "UTF-8";
/* CSS Document */

#alerts.content-block {
	padding:30px 0 30px 0;
}

.alerts-header {
	padding:0 29px;
}

.alerts-header h2 {
	padding:19px 0 4px 0;
}

.alerts-heading-content {
	width:80%;
}

.alerts-heading-content p {
	font-size:17px;
	margin:0;
	padding-bottom:18px;
}

.alerts-heading-content ul {
	list-style: none;
	margin:0;
	padding:0;
}

.alerts-heading-content ul li {
	display: inline-block;
	line-height: 31px;
	padding-right:24px;
}

.alerts-heading-content ul li .bullet {
	display: inline-block;
	line-height: 31px;
	width:31px;
	height:31px;
	background:url(../img/alerts-filter-bullet-off@2x.png) no-repeat 0 0;
	background-size: cover;
	float: left;
	margin-right:15px;
}

.alerts-heading-content ul li.active .bullet {
	background:url(../img/alerts-filter-bullet-on@2x.png) no-repeat 0 0;
	background-size:cover;
}