html, body{
	height: 100%;
	/*overflow: hidden;*/
	font-family:Arial;
}
.container-flex{
	margin-top: 10px;
	margin-left: 10px;
}
#aon-brand{
	width: 90px;
	height: auto;
	position: absolute;
	left: 10px;
	top: 10px;	
}

@media screen and (max-width: 1400px) {
  	#aon-brand{
		margin-bottom: 1.1em;
		position: relative;	
	}
}

.container{
	min-height: 800px;
	/*border: 1px solid red;*/
}

.imp-content{
	padding:10px;
}

.margin-left{
	margin-left: 70px;
}

.nav li.active a{		
	background-image: linear-gradient(to bottom, #7EC5E9, #359DBC);
	color: white;
}
