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