@charset "utf-8";
/* CSS Document */
.bg-gray {
  background-color: #fcfafa !important;
}
.logo{display:flex; flex-direction: row;flex-wrap: wrap; align-items: center; padding-top: 10px; padding-bottom: 10px;}
.logo img{ width:184px ; max-width: 100%; height: auto;}

.hlink{ display:flex; flex-direction: row;flex-wrap: wrap;justify-content:flex-end; align-items: center; }

@media (max-width: 575.68px) {
	.hright{ font-size: 0.75rem; }
}

.hright{ text-align:right; }

.footer{ margin:0px auto;  text-align: center; color: #000; line-height: 1.5;padding: 15px 15px;background: -webkit-linear-gradient(left,#193463,#193463); width:100%;display:flex; flex-direction: column;flex-wrap: wrap;justify-content:flex-end; align-items: center; } 


.footer,.footer a{ color: #fff;}

.footer ul {
	margin:0 auto; 
	width: auto;
	height: 1.5rem;
	text-align: center;
	/*border: 1px solid red;*/
}
.footer   ul li {
	margin-left: 4px;
	list-style: none;
	float: left;
	padding-left: 4px; 
	
}
