@charset "utf-8";
/* CSS Document */

.cms-testimonials .testimonials-list p {}

.cms-testimonials .page-title{ padding: 0 15px;}

.cms-testimonials .testimonials-list p span.testimonials-quote-first,
.cms-testimonials .testimonials-list p span.testimonials-quote-last{color: #44b649;
font-size: 190px;
height: 10px;
line-height: 0;
opacity: 0.6;
position: relative;
top: 15px;
vertical-align: bottom;}

.cms-testimonials .testimonials-list .writer {
    color: rgb(102, 102, 102);
    font-size: 22px;
    font-weight: 800;
    text-align: right;
}

.cms-testimonials .testimonials-list li {
	position:relative;
    border-top: 1px solid rgb(191, 215, 228);
    font-family: Dosis;
    padding: 30px 0px;
    text-transform: uppercase;
}

.cms-testimonials .testimonials-list li:last-child {
    border-bottom: 1px solid rgb(191, 215, 228);
	margin-bottom: 30px;
}

.faq-tabs h4 { 
	border-top: solid 1px #eee; 
	font-weight: bold; 
	margin-top: 20px;
	padding-top: 20px;
} 

.faq-tabs h4:first-child {
	border-top: none;
}

.faq-tabs dd a { 
	font-size: 21px; 
}

.tabs.faq-tabs dd.active {
	border-color: #3699C2;
}

.faq-tabs li {
	list-style: disc;
}

/*Gift Card CSS Updates - Chance - 12/02/2015*/
.product-gift-cards .price-box {
    clear: both;
    display: inline-block;
}
.gift-card .text-left {
    text-align: left;
    clear: both;
}
.giftvoucher-product-info .price {
    font-size: 20px;
    margin-left:0px;
}
#giftcard-template-prev.disabled {
    display: none;
}
div#giftcard-template-show-images {
    display: none;
}
#giftcard-template-next.disabled {
    display: none;
}
.giftvoucher-product-info label[for="giftcard_template_select"] {
    display: none;
}
.giftcard-from-to .giftcard-style-color {
    float: left;
    display: inline-block;
    margin-top: 11px;
}
#giftcard-template-left .giftcard-from-to .giftcard-text-color {
    float: left;
    display: inline-block;
    margin-right: 5px;
}
.giftcard-box .giftcard-text-box {
    padding: 5px 6px;
    margin-top: 30px;
}
#giftcard-preview-button-add {
    display: none;
}
input#amount_range {
    font-size: 20px;
    margin-bottom: 10px;
}
#giftcard-template-left .giftcard-template-content {
    border-top: solid thin #ccc;
    border-right: solid thin #ccc;
    border-bottom: solid thin #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}