.clear48{
	clear:both;
}
body,html{
	padding:0;
	margin:0;
}
body{
	font-family: 'Libre Franklin', sans-serif;
	position: relative;
	overflow-y: scroll;
	background-color: white;
}
#Header_wrap {
	box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
	box-shadow: 0px 0px 10px 1px rgba(97, 97, 97, 0.76);
	background: #fffbfd;
	background: -moz-linear-gradient(top, #fffbfd 0%, #fffbfd 100%);
	background: -webkit-linear-gradient(top, #fffbfd 0%, #fffbfd 100%);
	background: linear-gradient(to bottom, #fffbfd 0%, #fffbfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfd', endColorstr='#fffbfd',GradientType=0 );
	height:auto;
	display: block;
	overflow:auto;
}
.Header_top {
	text-align:center;
	margin:30px 0;
}
.Header_top a{
	text-decoration:none;
	font-weight: bold;
display: inline-block;
font-size: 25px;
color: #444;text-transform: uppercase;
}
.Header_top span{
	background:#005687;
	color:#fff;
	font-size:35px;
	padding:10px 16px;
	border-radius:50%;
	margin-right:10px;
}
.Header_bottom{
	text-align:center;
}
.Header_bottom li {
	list-style:none;display: inline-block;border-top: 1px solid #e7e7e7;
}
.Header_bottom li:hover{
	color: #005687;background-color: #ececeb;
}
.Header_bottom li a{
	text-decoration:none;transition: 0.2s ease all;
padding: 10px 8px;
font-weight: bold;
display: inline-block;
font-size: 13px;
color: #444;font-family: 'Libre Franklin', sans-serif;
font-weight:bold;
text-transform:capitalize;
}
.Header_bottom ul{
	margin:0;
	padding:0;
}
.Header_bottom li h2{
	margin:10px 0;
}
.Page_main {
	width:100%;
	margin:auto;
	padding-top:20px;
}
@media screen and (min-width:1200px) {
	.Page_main{
		width: 90%;
max-width: 1110px;
	}
}
.mainContent_bordered {
	padding: 20px;
overflow: auto;
height: auto;
left: 0;
transition: 0.4s ease all;
position: relative;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
box-sizing: border-box;border-radius: 4px;border-top: 5px solid #318CC7;
box-shadow: 5px 0 15px -4px rgba(204, 204, 204, 0.8), -5px 0 8px -4px rgba(204, 204, 204, 0.8);
}
.Page_pageHeading{
	font-weight: normal;
margin-top: 0;
margin-bottom: 12px;font-family: 'Libre Franklin', sans-serif;font-size: 30px;

}
.ListItem a,.ListItem h1{
	font-size: 27px;
line-height: 31px;
margin: 0;
font-weight: 800;
color: #000;
padding-bottom: 5px;
text-transform:capitalize;text-decoration:none;
}
.ListItem span{
	font-size: 12px;
float: left;
margin-right: 5px;
color: #999999;
}
.ListItem p{
	margin: 15px 0;
color: #797979;
font-size: 14px;
line-height: 21px;
text-transform: uppercase;
}
.List_pagination {
	text-align:center;
	margin:30px 0;
}
.List_pagination a{
	padding:15px;
	margin:15px;text-align: center;
text-decoration:none;
padding: 10px 20px;color: #005687;
border: 3px solid #005687;
border-radius: 4px;
}
.List_pagination a:hover,.active-page {
	background:#005687 ! important;
	color:#fff !important;
}
.sal_wrapper {
	background-color: #f1f1f1;
box-shadow: inset 0px 5px 29px -4px rgba(0, 0, 0, 0.17);
height:auto;
overflow:auto;
}
.sal_wrapper{
	margin:25px 0;
}
.sal_wrapper li{
	list-style:none;
	width:50%;
	float:left;
	margin:5px 0;
}
.sal_wrapper a{
	text-decoration:none;
	color: black;text-decoration: none;
transition: 0.4s ease all;text-align: right;font-size: 13px;
}
.sal_wrapper a:hover{
	color:#005687;
}
.sal_wrapper h3{
	width:20%;
	float:left;
}
.sal_wrapper ul{
	float:left;
	width:80%;
	margin:20px 0;
	padding:0;
}
@media screen and (max-width:1000px) {
	.List_pagination a{
		margin:3px;
	}
}






































