.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

a.cta-button{
  	text-align: center;
    text-decoration: none !important;
    padding: .65em 1.15em;
    transition: 0.5s;
    background-size: 200% auto;
    color: white !important;
  	background-color: #f33;
    background-image: linear-gradient(to right, #fc3 -100%, #f33 50%, #fc3 200%);
}

img.polaroid {
	border: 15px solid white;
  	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);;
}

p.quote-attribute {
	margin: 0 0 0 50px;
  	font-size: .85em;
}

blockquote {
  position: relative;
  padding: 10px;
}
blockquote:before {
  content: '"';
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
blockquote:after {
  content: '"';
  font-size: 2em;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Old site styles */

/* Polaroid style images - DES-2646 - JK - 26.02.2019 */
/*img.polaroid-pic--dark-grey {
  border: 0.625rem solid #636968;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

img.polaroid-pic--grey {
  border: 0.625rem solid #939392;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

img.polaroid-pic--red {
  border: 0.625rem solid #ff3333;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

img.polaroid-pic--yellow {
  border: 0.625rem solid #ffcc33;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

img.polaroid-pic--white {
  border: 0.625rem solid #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

img.polaroid-pic--orange {
  border: 0.625rem solid #FF6C2F;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

img.polaroid-pic--blue {
  border: 0.625rem solid #009ecc;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

img.polaroid-pic--purple {
  border: 0.625rem solid #7758b3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

img.polaroid-pic--pink {
  border: 0.625rem solid #db487e;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

img.polaroid-pic--green {
  border: 0.625rem solid #70ab37;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

a.cta-button.heart {
  font-size: 2em;
  background-color: #FE3333;
}

a.cta-button.heart:before {
  display: inline-block;
  font-family: genericons;
  content: '\f461';
  font-size: 1em;
  transform: translateY(5px);
  margin-right: 10px;
}

table.four-buttons { }*/