/* Blockquote */
.g-html blockquote {
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
	padding: 0 0 0 32px;
	margin: 0 0 24px;
	border-left: 5px solid #f8862c;
	}
	.g-html blockquote:before {
		display: none;
		content: '\201C';
		position: absolute;
		top: 0;
		left: 0;
		font-size: 60px;
		line-height: 60px;
		height: 60px;
		width: 40px;
		}
	.g-html blockquote q,
	.g-html blockquote p {
		font: inherit;
		margin: 0;
		}
	.g-html blockquote cite {
		display: block;
		font-size: 80%;
		margin-top: 8px;
		}

/* w-pricing */
.w-pricing {
	margin-bottom: 40px;
	}
	.w-pricing-item-h {
		margin: 10px 0;
		border-bottom: 1px solid #e8e8e8;
		box-shadow: 1px 0 0 rgba(0,0,0,0.1) inset;
		}
	.w-pricing-item:first-child .w-pricing-item-h,
	.w-pricing-item:first-child .w-pricing-item-title,
	.w-pricing-item:first-child .w-pricing-item-price {
		box-shadow: none;
		}
		.w-pricing-item-header {
			margin-bottom: 20px;
			}
			.w-pricing-item-title {
				font: 18px/20px 'Roboto Slab';
				padding: 15px 0;
				box-shadow: 1px 0 0 rgba(255,255,255,0.1) inset;
				background-color: #666;
				color: #fff;
				}
			.w-pricing-item-price {
				font: 40px/40px 'Roboto Slab';
				padding: 20px;
				box-shadow: 1px 0 0 rgba(0,0,0,0.06) inset;
				background-color: #f0f0f0;
				}
				.w-pricing-item-price small {
					display: block;
					font-size: 13px;
					line-height: 20px;
					margin-top: 4px;
					}
		.w-pricing-item .w-pricing-item-features {
			list-style-type: none;
			margin: 0;
			padding: 0;
			}
			.w-pricing-item .w-pricing-item-features li {
				padding: 10px;
				margin: 0;
				}
		.w-pricing-item-footer {
			padding: 30px 0;
			}
	.w-pricing-item.type_featured .w-pricing-item-h {
		margin: 0;
		position: relative;
		box-shadow: 0 1px 10px rgba(0,0,0,0.15);
		border-radius: 0 0 3px 3px;
		}
		.w-pricing-item.type_featured .w-pricing-item-title {
			padding: 20px 0;
			border-radius: 3px 3px 0 0;
			box-shadow: none;
			background-color: #f8862c;
			}
		.w-pricing-item.type_featured .w-pricing-item-price {
			box-shadow: none;
			}
		.w-pricing-item.type_featured .w-pricing-item-footer {
			padding-bottom: 40px;
			}
	.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-h,
	.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-title,
	.w-pricing-item.type_featured + .w-pricing-item .w-pricing-item-price {
		box-shadow: none;
		}