UL.slider_content_icons  {
	padding: 0px;
	margin: 0px;

}

LI.slider_content_icon {
	width: 100%;
	display: inline-block;
	border: none;
	border-radius: 4px;
	margin: 15px 0% 0px 0%;
	background-color: #E8E8E8;
	padding: 14px 50px 12px 20px;
	background-image: url(images/ther-arrow-right.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: auto 60%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
LI.slider_content_icon:hover {


}
.slider_content_icon div {
	text-align: left !important;
	font-size: 1.3em;
	margin: 0px;
	color: #004750;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}
.slider_content_icon div:hover {
	color: #004750;
}
.slider_content_icon img {
	display: none;
}
.slider_content_information {
	border: none !important;
	background-color: #EFEFEF;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-top: -4px;
}
.slider_content_information .colour {
	padding: 0.5em 0em;
	background-color: transparent;
}
.slider_content_information H3 {
	font-size: 1.2em;
	border-bottom: solid 2px #ffffff;
	padding-bottom: 0.6em;
}

@media screen and (max-width: 900px) {
LI.slider_content_icon {
	background-image: none;	
	background-image: url(images/ther-arrow-right.png);
	background-position: right 10px center;
	background-size: auto 20px;

}
.slider_content_icon div {
	font-size: 0.8em;
	line-height: 1.1em;
	height: auto;
}	
}