.pod__link {
	background: #09366e;
}

a.pod__link {
	color: #fff !important;
}

body.single .content-container.single-regulation-wrapper{
	float: none;
	width: 100%;
}
body.single .content-container.single-regulation-wrapper .page-content{
	width: 100%;
}

a.button-wrapper{
	background: #1177c1;
	color: #fff;
	padding: 10px 20px;
	margin-top: 10px;
	display: inline-block;
	transition: all .5s ease-in-out;
}
a.button-wrapper:hover{
	background: #146c94
}