.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

a.cta-button{
}

blockquote.noquote{}

a.cta-button.pink {
  background-color: #DA4592;
}
a.cta-button.purple-dark {
  background-color: #492251;
}
a.cta-button.purple-light {
  background-color: #B46EAS;
}

a.cta-button.pink20 {
  background-color: #DA4592;
  font-size: 20px;
}
a.cta-button.purple-dark20 {
  background-color: #492251;
  font-size: 20px;
}
a.cta-button.purple-light20 {
  background-color: #B46EAS;
  font-size: 20px;
}

.text-pink {
  color: #DA4592;
}
.text-purple-dark {
  color: #492251;
}
.text-purple-light {
  color: #B46EAS;
}

.link-style {
  color: #3598DB;
}

.link-style:hover {
  color: #3598DB;
  filter: brightness(120%);
  text-decoration: underline;
}

.shadow-pink {
  background-color: #da4592;
  color: white !important;
  font-size: .85em;
  line-height: 1.3;
  padding: .65em 1.6em;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
}
  .shadow-pink:hover {
    background-color: #da4592;
    filter: brightness(90%);
  }

.shadow-purple {
  background-color: #492251;
  color: white !important;
  font-size: .85em;
  line-height: 1.3;
  padding: .65em 1.6em;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
}
  .shadow-purple:hover {
    background-color: #da4592;
    filter: brightness(90%);
  }