ul li{
	font-weight: 300;
	font-size: 1.04rem;
}
.action-intro .intro a{
	color: #d5d110;
}
.action-intro .intro a:hover{
	text-decoration: underline;
}
.petition-massage-container .read-petition::after{
	padding: 0;
}
.petition-massage-container .read-petition.active::after{
	transform: rotate(90deg);
}

.header-nav .social-icons .icon-bluesky:before,
footer .social .icon-bluesky:before {
	content: '';
	background-image: url('../img/bluesky.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 13px;
	height: 19px;
	background-position: 0 3px;
	color: #9e9e9e;
}
.header-nav .social-icons .icon-bluesky:before{
	background-image: url('../img/bluesky-gray.svg');
	width: 18px;
	height: 19px;
	position: relative;
	top: 1px;
}
footer .social .icon-bluesky:before{
	background-image: url('../img/bluesky.svg');
	width: 31px;
	height: 38px;
	background-position: 0 10px;
}