img.postImageFloatLeft {
  float: left;
  margin: 10px 20px 10px 0;
}

img.postImageFloatRight {
  float: right;
  margin: 10px 0 10px 20px;
}

img.full-width {
  display: block;
  margin: 20px 0;
  width: 100%;
}

post_emphasis {
  font-weight: bold;
}

a.cta-button.alt {
  background-color: #D10074;
  border-radius: 2px;
  padding: 8px 22px;
  font-size: 1.117647059rem;
  font-weight: 600;
  color: #fff;
}

a.cta-button.alt:hover {
    color: #fff;
}

/* DES-2782 */
a.cta-button.cta-button--blue {
  background-color: #0046ad;
  color: #fff;
}

a.cta-button.cta-button--purple {
  background-color: #A31A7E;
  color: #fff;
}