.page_layout.menuid112 .page_name{
	background-image: url('../image/tg-provident.jpg');
	background-position: center right;
	color: #fff;
}
ul.people_nav{
	border-bottom: 1px dashed #BBBBBB;
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow: auto;
}
ul.people_nav > li{
	margin-right: 15px;
}
ul.people_nav > li > a{
	border: 1.25px solid #E5E5E5;
	border-radius: 24px;
	color: #222;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
ul.people_nav > li > a:hover{
	background: #E5E5E5;
}
ul.people_nav > li > a.active{
	background: #B42124;
	color: #fff;
	border-color: #B42124;
}
.page_html{
	padding: 40px 0;
	padding-bottom: 60px;
	max-width: 1195px;
	margin: auto;
}
@media (max-width: 550px) {
	.page_html{
		padding-top: 20px;
	}
	ul.people_nav{
		padding-bottom: 20px;
	}
}