
	#pageContent .our-ethos {
		margin-top:40px;
	}
	
	#pageContent .our-ethos .ethos-panel { 
		padding:20px;
		color:#fff;
		background:#5a328a;
		position:relative;
		margin:0 0 40px 0;
	}
	
	#pageContent .our-ethos .ethos-panel li{
		color: #fff;
	}

	#pageContent .our-ethos .ethos-panel .ethos-icon {
		border-radius: 1.4em;
		background: #5a328a;
		color: #fff;
		display: inline-block;
		font-weight: bold;
		line-height: 2.6em;
		text-align: center;
		width: 2.6em;
		position: absolute;
		right: 15px;
		top: -30px;
		font-size: 30px;
	}	
	
	#pageContent .our-ethos #ethos-bold.ethos-panel, 
        #pageContent .our-ethos #ethos-bold .ethos-icon {
		background:#e72582;
	}

	#pageContent .our-ethos #ethos-fast.ethos-panel,
	#pageContent .our-ethos #ethos-fast .ethos-icon {
		background:#ef7d00;
	}

	#pageContent .our-ethos #ethos-empowered.ethos-panel,	#pageContent .our-ethos #ethos-empowered .ethos-icon {
		background:#00b1eb;
	}

	#pageContent .our-ethos #ethos-diverse.ethos-panel,
        #pageContent .our-ethos #ethos-diverse .ethos-icon {
		background: #5a328a;
	}

	#pageContent .our-ethos #ethos-responsible.ethos-panel, 
        #pageContent .our-ethos #ethos-responsible .ethos-icon {
		background: #50af47;
	}


	#pageContent .our-ethos .ethos-panel .ethos-icon::before {	
		content: "";
		position: absolute;
		width: 2.0em;
		line-height: 2.0em;
		top: 6px;
		left: 6px;
		height: 2.0em;
		border-radius: 1.2em;
		border: 3px solid #fff;
	}

	
	#pageContent .our-ethos .ethos-panel .ethos-icon img {
		width:60%;
                margin-top:-3%;
	}
	#pageContent .our-ethos .ethos-panel ul {
		padding:0;
		margin:0;
	}
	#pageContent .our-ethos .ethos-panel ul li { 
		border-bottom:1px solid #fff;
		padding:5px 0;
        margin:0; 
		list-style-type:none;
	}
	#pageContent .our-ethos .ethos-panel ul li:before {
		display:none;
	}	
	#pageContent .our-ethos .ethos-panel ul li:last-child { 
		border-bottom:none;
	}
	#pageContent .our-ethos .ethos-panel h4 { 
	   font-weight:normal;
	   width:85%;
	   font-size:1.5em;
	   text-align:left;
	   padding:0;
	   margin:0 0 10px 0;
	   color:#fff;	   
	}
	#pageContent .our-ethos .ethos-panel h4 span { 
		font-weight:bold;
	}

@media only screen and (max-width: 759px) {
	
	#pageContent .our-ethos .ethos-panel h4 {
		font-size: 1.3em;
	}
	
}		




