.image-align-left {
  float: left;
  margin: 20px 20px 20px 0; 
}

.image-align-right {
  float: right;
  margin: 20px 0 20px 20px;
}

img.full-width { 
  display: block;
  width: 100%;
  margin: 20px 0;
}

a.cta-button { }
a.cta-button.donate { }

a.cta-button.ta { background-color: #4D9B98; }
a.cta-button.ta:hover { background-color: #34827F; }

a.cta-button.tap { background-color: #6CB2B2; }
a.cta-button.tap:hover { background-color: #539999; }

.burgundy { }
.red { }
.lightred { }
.pink { }
.lightpink { }
.mossgreen { color: #4D9B98; }
.mossgreen-lighter { color: #6CB2B2; }

blockquote.alternative {
  background-color: #FFF;
  border: 3px solid #fc6c60;
  color: #fc6c60;
}
blockquote.mossgreen { }
blockquote.alternative.mossgreen{ border: none; }

