.simple .ccchildpage {
  background: #FFF;
  padding:20px 50px;
  text-align:center;
  border:1px solid #FF7700;
  border-radius:10px;
}

.simple .ccchildpage:hover {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255,119,0,0.6); 
	box-shadow: 0px 0px 5px 2px rgba(255,119,0,0.6);
}

.simple .ccchildpage .featImage {
	padding-bottom: 10px;
    border-bottom: 3px solid #FF7700;
    margin-bottom: 10px;
}

.simple .ccchildpage img{
  max-width:75%;
}

.ccchildpages a {
  color: #000;
  text-decoration: none;
  font-weight:400;
  font-size:14pt;
}

