.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

.lead-text {
	font-size: 20px;
  	line-height: 1.5;
}

a.cta-button {
  	display: inline-block;
  	cursor: pointer;
  	text-decoration: none;
  	padding: 17px 31.5px;
  	border-radius: 0;
  	font-weight: 700;
  	font-size: 16px;
  	line-height: 1.375;
  	color: #fff;
  	background: #DD0394;
  	transition: color 0.3s ease, background 0.3s ease;
}

a.cta-button:hover, a.cta-button:focus {
	color: #fff;
  	background: #9E1965;
  	text-decoration: none;
}

/* Make quotation marks appear for template blockquotes (they don't appear as open-quote glyph not available in VAG Rounded) */
.template-wrapper blockquote > *:first-child:before{
	content: '\22'!important;
}