.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.pink{
  background-color: #E3328B;
}
a.cta-button.pink:hover{
  background-color: #b01865;
}

a.cta-button.grey {
  background-color: rgb(102,102,102);
}

a.cta-button.red {
  background-color: rgb(228,0,43);
}
a.cta-button.red.xl {
  padding: 2rem 4rem;
  font-size: 2.5rem;
}

.alt-font {
  font-family: 'MadelynRegular', cursive;
  font-weight: 100;
  font-size: 3.5rem;
  color: #E3328B;
}

.alt-font.xl {
  font-size: 5.5rem;
}

.alt-font-white {
  font-family: 'MadelynRegular', cursive;
  font-weight: 100;
  font-size: 4.5rem;
  color: #FFFFFF;
  margin-bottom: 20px;
  display:block
}

blockquote.pink {
  background-color: #E3328B;
  color: #fff;
}

blockquote.red {
  background-color: #E11F1C;
  color: #fff;
}

.pink {
  color: rgb(228,51,139);
}

.teal {
  color: rgb(71,151,153);
}

/* 548654 Update twitter icon to x */
ul.socialIcons li a.twitter::before, ul.shareList li a.twitter::before {
    font-family: "Font Awesome 6 Brands" !important;
    content: "\e61b" !important;
}
.footerBox .icon-twitter:before {
    content: "\e61b";
}

ul.socialIcons li a.instagram::before, ul.shareList li a.instagram::before {
    font-family: "Font Awesome 6 Brands" !important;
    content: "\f16d" !important;
}
.footerBox .icon-instagram::before {
  font-family: 'Font Awesome 6 Brands'; 
  content: '\f16d'; 
    margin-right: 0.5rem;
    background-color: #47999a;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.facebook::before, .instagram::before, .twitter::before {
  background-color: #47999a;
}