@charset "utf-8";

*{
	padding:0px;
	margin:0px; 
}

body{
	font-size: 12px;
	color: #333;
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

a{
	text-decoration: none;
}

ul,li{
	list-style: none;
}

img{
	border: none;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.clear {
    clear: both;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	zoom: 1;
}

.no-padding {
    padding: 0;
}

.font-bold {
	font-weight: bold;
}

.block-padding {
	padding: 25px 0 50px 0;
}

.mini-banner {
	position: relative; 
	height: 120px; 
	width: 100%; 
	overflow: hidden; 
}
  
.mini-banner img {
	width: auto; 
	height: 100%; 
	position: absolute; 
	top: 50%; 
	left: 0; 
	transform: translateY(-50%); 
//	margin-top: -60px;
}
  
.mini-banner .container {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
  
.mini-banner .text-overlay {
	color: white; 
	font-size: 26px; 
	font-weight: bold; 
	text-align: left; 
}

.blue-tag {
	color:#0f519d;
}

.content-padding {
	padding-top: 5rem;
	padding-bottom: 10rem;
}

.text-center {
	text-align: center;
}
.no-border {
	border: none;
}

.main {
	flex: 1;
}
