.slick-cloned a.get-a-quote:link{
	margin-top:10px;
}

.slick-cloned {
	width: 90%;
	padding: 0;
	margin: 0 auto 20px auto;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	display: block;
	vertical-align: top;
	line-height: 130%;
	color: #575757;
	background-color: #f0f0f0;
	margin-left:8px;
	margin-right:8px;
}

.slick-cloned:nth-child(odd) {
	background-color: #ffffff;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

.slick-cloned h2, .quote-summary-header {
  font-family: 'Roboto', sans-serif;
   color: #5D34AE;
   font-weight: 500;
   font-size: 18px;
   text-align: center;
   margin: 0 auto 15px auto;
   text-transform: uppercase;
   line-height: 110%;
   width: 65%;
   display: block;
}

.slick-cloned ul {
  padding: 0 20px 10px 20px;
  margin: 0;
}

.slick-cloned p {
  padding: 0 20px 20px 20px;
  margin: 0;
  font-weight: 300;
  text-align: center;
}

.slick-cloned li {
   padding: 0 0 0 34px;
   margin: 0 0 10px 0;
   font-weight: 300;
   list-style: none;
   background-image: url(../images/bullet-tick.png);
   background-repeat: no-repeat;
   background-position: left top;
   background-size: 24px;
   min-height: 26px;
}

.slick-cloned img {
	margin-bottom: 20px;
	max-width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.slick-cloned img:hover {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
	filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
