@charset "utf-8";
.logo_div {
	max-width: 100%;
	height: auto;
}

.homeList li{
	list-style-type:none;
	background:url(../../innovative/img/check.png) no-repeat top left;
	height: 100%;
	padding-left: 8%;
	margin-bottom:2%;
	text-align: left;
}

.parent {
	position: relative;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}
.image1 {
	position: relative;
	top: 0;
	left: 0;
}
.image2 {
	position: absolute;
	top: 5%;
	left: 5%;
}
.logo-center {
	text-align: center !important;
	margin-top: 5%;
	margin-bottom: 5%;
}

/* Global Links */

a {
	text-decoration: none;
	color: rgb(255,128,0);
}

a:visited {
	text-decoration: none;
	color: rgb(255,128,0);
}

a:hover, a:visited:hover {
	text-decoration: none;
	-moz-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear;
	color: rgb(0,85,160);
}

/* Global Colors */

/* ------------- */
/* Background Colors */
.bg-c282 {background-color:rgb(0,31,83);}
.bg-c152 {background-color:rgb(255,128,0);}

.bg-c281 {background-color:rgb(0,31,91);}
.bg-c280 {background-color:rgb(0,53,131);}
.bg-c2945 {background-color:rgb(0,85,160);}
.bg-c3005 {background-color:rgb(0,111,195);}
.bg-c432 {background-color:rgb(49,69,79);}
.bg-c431 {background-color:rgb(85,97,105);}
.bg-c429 {background-color:rgb(162,169,174);}
.bg-c433 {background-color:rgb(12,29,38);}


/* ------------- */
/* Colors */
.c282 {color:rgb(0,31,83);}
.c152 {color:rgb(255,128,0);}

.c280 {color:rgb(0,53,131);}
.c281 {color:rgb(0,31,91);}
.c2945 {color:rgb(0,85,160);}
.c3005 {color:rgb(0,111,195);}
.c432 {color:rgb(49,69,79);}
.c431 {color:rgb(85,97,105);}
.c429 {color:rgb(162,169,174);}
.c433 {color:rgb(12,29,38);}