@charset "UTF-8";
/* CSS Document */

#main_content {
	float:left;
}
#main_content .inner-wrap{
	float:left;
}
#main_content .rightcol .box1, #main_content .rightcol .box2, #main_content .rightcol .box3{
	/* [disabled]margin:0px; */
}
/*Overiew page styles*/
.overiew-items li{
	float:left;
	list-style: none;
	width: 303px;
	height: 145px;
	margin:0 30px 15px -15px;
	padding:12px;
	background-color: #d1e5ee;
	color: #000;
	line-height: 1.4em;
	/*rounded corners*/
	border-radius: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	/*shadow*/
	-webkit-box-shadow: 0 6px 4px -4px #D6D6D6;
	   -moz-box-shadow: 0 6px 4px -4px #D6D6D6;
	        box-shadow: 0 6px 4px -4px #D6D6D6;
}
.overiew-items li:hover{
	background-color: #e8ead4;
	
}

.overiew-items li img{
	float:left;
	margin-left:8px;
		/*rotate img*/
	transform: rotate(2deg);
   -moz-transform: rotate(2deg);
   -webkit-transform: rotate(2deg);
}
.overiew-items li h3{
	width: 100%;
	float:left;
	margin-top:0;
}
.overiew-items li p{
	width: 210px;
	float:right;
	margin-left:15px;
	
}
/* Styles for bullets on pages like recognition*/

.highlightbox_rounded_grad {
	margin-bottom:10px;
}
.highlightbox_rounded_grad h3 {
	margin-top: 0px;
}
.highlightbox_rounded_grad ul{
	list-style: none;
	margin-left:0;
}
.highlightbox_rounded_grad ul li{
	background-color: #d1e5ee;
	display: block;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-bottom:20px;
	/*rounded corners*/
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	/*shadow*/
	-webkit-box-shadow: 0 6px 4px -4px #D6D6D6;
	   -moz-box-shadow: 0 6px 4px -4px #D6D6D6;
	        box-shadow: 0 6px 4px -4px #D6D6D6;
}
.highlightbox_rounded_grad ul li a{
	display: block;	
	padding:10px;
	}
.highlightbox_rounded_grad .toggle_container_indent .block ul li a:last-child{
	margin-bottom:0px;
}
.highlightbox_rounded_grad .toggle_container_indent .block{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.highlightbox_rounded_grad .trigger_heading h3:hover {
	color: #aab552; 
}
.highlightbox_rounded_lightteal h4 {
	color: #870150;
}
.highlightbox_rounded_lightteal ul{
	margin-left:0;
}
.highlightbox_rounded_lightteal ul li{
	display: block;
	padding:4px 8px;
}
.highlightbox_rounded_lightteal ul li:nth-child(odd){
	background-color: rgba(255, 255, 255, 0.6);
background: rgba(255, 255, 255, 0.6);

	/*rounded corners*/
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px
}