@charset "utf-8";

body, html {
	margin: 0;
}
header{
	
}
main{
	
}
footer{
	width: 100%;
	display: table;
	background-color: gainsboro;
}
.card{
	width: 100%;
	min-height: 350px;
	border-radius: 10px;
	border-top: 25px solid #005685;
	background: rgba(243,243,243,1.00);
	position: relative;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.container{
	width: 100%;
	display: table;
}
.container_inline{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}
.container_inline_wrapper{
	text-align: center;
	/*background-image: url(../images/background.jpg);
	background-size: cover;
	background-position: top;*/
}
.container_full_page{
	width: 100%;
	padding: 100px 0;
	display: table;
}
.container_half_left{
	display: table;
	width: 40%;
	padding: 0px 3% 0px 7%;
	float: left;
	animation-name: bounceInLeft;
	animation-duration: 2s;
}
.container_half_right{
	display: table;
	width: 40%;
	padding: 0px 7% 0px 3%;
	float: right;
	animation-name: bounceInRight;
	animation-duration: 2s;
}
.container_service_icons{
	display: table-cell;
}
.footer_cell{
	display: table-cell;
	padding: 3%;
	vertical-align: top;
}
.footer_content_container{
	display: table; 
	width: 80%; 
	margin: auto; 
	position: relative;
	table-layout: fixed;
}
.header_tab{
	height: 30px;
	width: 100%;
	background-color: #005685;
	border-bottom: medium solid #009ede;
	position: fixed;
	z-index: 25;
}
.header_tab_left{
	height: 30px;
	float: left;
	padding-left: 5%;
}
.header_tab_right{
	height: 30px;
	float: right;
	padding-right: 5%;
}