.inner{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.inner h2{
	color: #a7b0b7;
	font-size: 31px;
	line-height: 41px;
	border-bottom: 1px solid #a7b0b7;
	padding-bottom: 2px;
	text-align: center;
	width: fit-content;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

ul.sitemap{
	list-style-type: none;
	width: 100%;
	overflow: hidden;
}

ul.sitemap li.sitemap-pod{
	width: 33%;
	display: inline;

  float: left;
  height: 400px;
  padding-left: 18px;
  padding-bottom: 42px;
}


ul.sitemap li.sitemap-pod h3{
	font-size: 19px;
	line-height: 27px;
	color: #2e3b4e;
	margin-bottom: 10px;
	font-weight: 400;
    margin-top: 0px;
    margin-bottom: 16px;
}

ul.links{

}

ul.links li{
	margin-bottom: 10px;
}

ul.links li a{
	font-size: 13px;
	line-height: 18px;
	color: #83b936;
}



@media(max-width: 805px){

	ul.sitemap li.sitemap-pod{
		width: 50%;
	}

	ul.sitemap{
	  height: 1050px;
	}
}


@media(max-width: 560px){

	ul.sitemap li.sitemap-pod{
		width: 100%;
		text-align: center;
		padding-left: 0px;
  	height: auto;
	}


}

