@font-face {
  font-family: "Macys Sans Regular";
  src: url("//storage.googleapis.com/digital-media-fonts/macys-sans/MacysSans.eot?#iefix");
  src: url("//storage.googleapis.com/digital-media-fonts/macys-sans/MacysSans.eot?#iefix") format("eot"), url("//storage.googleapis.com/digital-media-fonts/macys-sans/MacysSans.woff2") format("woff2"), url("//storage.googleapis.com/digital-media-fonts/macys-sans/MacysSans.woff") format("woff");
}
@font-face {
  font-family: "Macys Sans Medium";
  src: url("//storage.googleapis.com/digital-media-fonts/macys-sans/MacysSansMd.eot?#iefix");
  src: url("//storage.googleapis.com/digital-media-fonts/macys-sans/MacysSansMd.eot?#iefix") format("eot"), url("//storage.googleapis.com/digital-media-fonts/macys-sans/MacysSansMd.woff2") format("woff2"), url("//storage.googleapis.com/digital-media-fonts/macys-sans/MacysSansMd.woff") format("woff");
}
@font-face {
  font-family: "Macys Sans Bold";
  src: url("//storage.googleapis.com/digital-media-fonts/macys-sans/MacysSansBd.eot?#iefix");
  src: url("//storage.googleapis.com/digital-media-fonts/macys-sans/MacysSansBd.eot?#iefix") format("eot"), url("//storage.googleapis.com/digital-media-fonts/macys-sans/MacysSansBd.woff2") format("woff2"), url("//storage.googleapis.com/digital-media-fonts/macys-sans/MacysSansBd.woff") format("woff");
}
@font-face {
  font-family: "TT Ramillas Regular";
  src: url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasRegular.eot?#iefix");
  src: url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasRegular.eot?#iefix") format("eot"), url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasRegular.woff2") format("woff2"), url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasRegular.woff") format("woff");
}
@font-face {
  font-family: "TT Ramillas ExtraLight";
  src: url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasExtraLight.eot?#iefix");
  src: url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasExtraLight.eot?#iefix") format("eot"), url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasExtraLight.woff2") format("woff2"), url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasExtraLight.woff") format("woff");
}
@font-face {
  font-family: "TT Ramillas ExtraLight Italic";
  src: url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasExtraLightItalic.eot?#iefix");
  src: url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasExtraLightItalic.eot?#iefix") format("eot"), url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasExtraLightItalic.woff2") format("woff2"), url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasExtraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "TT Ramillas Bold";
  src: url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasBold.eot?#iefix");
  src: url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasBold.eot?#iefix") format("eot"), url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasBold.woff2") format("woff2"), url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasBold.woff") format("woff");
}
@font-face {
  font-family: "TT Ramillas Medium";
  src: url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasMedium.eot?#iefix");
  src: url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasMedium.woff2eot?#iefix") format("eot"), url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasMedium.woff2") format("woff2"), url("//storage.googleapis.com/digital-media-fonts/tt-ramillas/TTRamillasMedium.woff") format("woff");
}
/* 0px - 819px */
/* 0px - 819px */
/* 751px - 1199px */
/* 768px - 1199px in Landscape*/
/* 1200px - 1399px */
/* < 1200px */
/* 1400px and up */
.red {
  color: #c22619;
}

.smaller {
  font-size: 0.875vw;
}
@media only screen and (min-width: 1600px) {
  .smaller {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  .smaller {
    font-size: 3vw;
  }
}

.dot {
  height: 14px;
  width: 14px;
  background-color: #c22619;
  border-radius: 50%;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .dot {
    display: none;
  }
}

h2 {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.25vw;
  color: #000;
}
@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 750px) {
  h2 {
    font-size: 8.1vw;
  }
}

h2.italic {
  font-family: "Carrig W01 Display Italic", "Helvetica", serif;
}

h2.slimmed {
  font-weight: unset;
  font-size: 1.5vw;
}
@media only screen and (min-width: 1600px) {
  h2.slimmed {
    font-size: 24px;
  }
}

h3 {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 1.625vw;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1.2vw;
}
@media only screen and (min-width: 1600px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 750px) {
  h3 {
    font-size: 6.8vw;
  }
}

h4 {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5vw;
  color: #000;
  line-height: 1.2;
}
@media only screen and (min-width: 1600px) {
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 750px) {
  h4 {
    font-size: 5vw;
  }
}

p {
  font-family: Helvetica, sans-serif;
  font-size: 1.125vw;
  margin-bottom: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 1600px) {
  p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  p {
    font-size: 3.3vw;
    margin: 4vw 0;
    line-height: 1.3;
    letter-spacing: 0;
  }
}

.container {
  width: 87.8%;
  display: flex;
  flex-direction: row;
  max-width: 1366px;
  margin: 25px auto 0;
}
@media only screen and (max-width: 750px) {
  .container {
    width: 100%;
    flex-direction: column-reverse;
    margin: 0;
  }
}

.line {
  display: none;
}
@media only screen and (max-width: 750px) {
  .line {
    background-color: #ccc;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 8vw;
  }
}

.social-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.social-buttons a {
  margin: 0 2em;
}
@media only screen and (max-width: 750px) {
  .social-buttons a {
    margin: 0 10px;
  }
}

.mobileonly {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mobileonly {
    display: block;
  }
}

.desktoponly {
  display: block;
}
@media only screen and (max-width: 750px) {
  .desktoponly {
    display: none;
  }
}

.mobile-inline-only {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mobile-inline-only {
    display: inline;
  }
}

.desktop-inline-only {
  display: inline;
}
@media only screen and (max-width: 750px) {
  .desktop-inline-only {
    display: none;
  }
}

.align-center {
  align-self: center;
}

.align-start {
  align-self: flex-start;
}

.red {
  color: #c22619;
  font-weight: 800;
}

.hideme {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .bold, b, strong {
    font-family: helvetica, sans-serif;
  }
}

#campaign {
  width: 100%;
  margin: 0 auto;
  /*
   * This is where you add your SCSS.  It should all be scoped inside the #campaign node to prevent your SCSS
   * from leaking out and affecting the common header or footer.  Do not delete the #campaign selector.
   */
}
#campaign .desktop {
  display: block;
}
@media (max-width: 750px) {
  #campaign .desktop {
    display: none;
  }
}
#campaign .desktop-tablet {
  display: block;
}
@media (max-width: 1200px) {
  #campaign .desktop-tablet {
    display: none;
  }
}
#campaign .mobile {
  display: none;
}
@media (max-width: 750px) {
  #campaign .mobile {
    display: block;
  }
}
#campaign .stayintouch-wrapper-inner2 {
  width: 100%;
  background-image: url("//storage.googleapis.com/assets.mcomnyapps.net/stay-in-touch/2025.06/images/BG-Stars.webp");
  background-repeat: no-repeat;
  background-position: center -25%;
  background-size: contain;
  padding-top: 5%;
}
#campaign .wrapper {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  font-family: "Macys Sans Regular", Arial, Helvetica, sans-serif;
  color: #000;
}
@media (max-width: 1600px) {
  #campaign .wrapper {
    width: 90%;
  }
}
@media (max-width: 750px) {
  #campaign .wrapper {
    width: 100%;
  }
}
#campaign .header {
  position: relative;
  max-width: 1410px;
  margin: 0 auto 5%;
  text-align: center;
}
@media (max-width: 750px) {
  #campaign .header {
    margin: 7% auto 10%;
  }
}
#campaign .header h1 {
  font-family: "TT Ramillas Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 55px;
  letter-spacing: -3px;
  line-height: 1;
}
@media (max-width: 1440px) {
  #campaign .header h1 {
    font-size: 3.8194444444vw;
  }
}
@media (max-width: 750px) {
  #campaign .header h1 {
    font-size: 10.6666666667vw;
    letter-spacing: -1px;
  }
}
#campaign .header h2 {
  font-family: "Macys Sans Bold", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 55px;
  letter-spacing: -1.5px;
  line-height: 1;
}
@media (max-width: 1440px) {
  #campaign .header h2 {
    font-size: 3.8194444444vw;
  }
}
@media (max-width: 750px) {
  #campaign .header h2 {
    font-size: 10.6666666667vw;
  }
}
#campaign .header p {
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  #campaign .header p {
    font-size: 4.8vw;
  }
}
#campaign .inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#campaign span {
  font-family: "Macys Sans Bold", Arial, Helvetica, sans-serif;
}
#campaign .content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
#campaign .content .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#campaign .content .feature {
  position: relative;
  width: 49%;
  margin: 0 1% 2% 0;
}
@media (max-width: 750px) {
  #campaign .content .feature {
    width: 100%;
    margin-bottom: 8%;
  }
}
#campaign .content .feature .copy {
  position: absolute;
  width: 50%;
  top: 10%;
  left: 5%;
}
@media (max-width: 750px) {
  #campaign .content .feature .copy {
    top: 8%;
    left: 6%;
  }
}
#campaign .content .feature .copy h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 3%;
}
#campaign .content .feature .copy h3 span {
  letter-spacing: -1px;
}
@media (max-width: 1440px) {
  #campaign .content .feature .copy h3 {
    font-size: 2.4305555556vw;
  }
}
@media (max-width: 750px) {
  #campaign .content .feature .copy h3 {
    font-size: 6.6666666667vw;
    margin-bottom: 5%;
  }
}
#campaign .content .feature .copy p {
  font-size: 14px;
  margin-top: 2%;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  #campaign .content .feature .copy p {
    width: 85%;
  }
}
@media (max-width: 750px) {
  #campaign .content .feature .copy p {
    width: 100%;
    font-size: 3.2vw;
  }
}
#campaign .content .feature .copy a {
  display: block;
  margin-top: 6%;
  font-size: 14px;
  font-weight: 500;
}
#campaign .content .feature .copy .logo {
  max-width: 164px;
  width: 58%;
  margin-bottom: 2%;
}
#campaign .content .feature .copy .other-links-container.text {
  margin-top: 10vw;
}
@media (max-width: 1440px) {
  #campaign .content .feature .copy .other-links-container.text {
    margin-top: 4vw;
  }
}
@media (max-width: 750px) {
  #campaign .content .feature .copy .other-links-container.text {
    margin-top: 17vw;
  }
}
#campaign .content .feature .copy .other-links {
  display: inline-block;
  margin-top: 6%;
}
#campaign .content .feature .copy .other-links.text {
  color: #959499;
  font-weight: 500;
  font-size: 12px;
  margin-right: 5%;
}
@media (max-width: 750px) {
  #campaign .content .feature .copy .other-links.text {
    margin-top: 2%;
  }
}
#campaign .content .feature .copy .other-links.image {
  max-width: 133px;
  width: 33%;
}
@media (max-width: 750px) {
  #campaign .content .feature .copy .other-links.image {
    max-width: 106px;
    width: 100%;
  }
}
#campaign .content .feature:nth-child(even) {
  margin-right: 0;
}
#campaign .more-ways {
  margin-top: 2%;
}
@media (max-width: 750px) {
  #campaign .more-ways {
    margin-top: 4%;
  }
}
#campaign .more-ways h2 {
  font-family: "TT Ramillas Medium", Arial, Helvetica, sans-serif;
  line-height: 1.1;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 3%;
}
@media (max-width: 750px) {
  #campaign .more-ways h2 {
    font-size: 6.6666666667vw;
    letter-spacing: -1px;
    margin-bottom: 6%;
  }
}
#campaign .more-ways h2 span {
  font-family: "Macys Sans Bold", Arial, Helvetica, sans-serif;
}
#campaign .more-ways .mores {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #campaign .more-ways .mores {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
#campaign .more-ways .mores a {
  position: relative;
  display: block;
  width: 32%;
  margin-right: 1%;
  border: 6px solid #F7F4EA;
  padding: 5.5% 0;
  text-decoration: none;
}
@media (max-width: 750px) {
  #campaign .more-ways .mores a {
    width: 44%;
    margin-right: 0;
    /*margin-left: 4%;*/
    margin-bottom: 4%;
  }
}
#campaign .more-ways .mores a .cell {
  margin: 0 0 0 5.9027777778vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media (min-width: 1600px) {
  #campaign .more-ways .mores a .cell {
    width: 55%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  #campaign .more-ways .mores a .cell {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  #campaign .more-ways .mores a .cell {
    width: 100%;
    flex-wrap: wrap;
  }
}
#campaign .more-ways .mores a .cell p {
  width: fit-content;
  font-family: "Macys Sans Bold", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
@media (max-width: 1440px) {
  #campaign .more-ways .mores a .cell p {
    font-size: 1.25vw;
  }
}
@media (max-width: 1024px) {
  #campaign .more-ways .mores a .cell p br {
    display: none;
  }
}
@media (max-width: 750px) {
  #campaign .more-ways .mores a .cell p {
    width: 100%;
    font-size: 3.2vw;
    text-align: center;
    margin: 3% 0;
  }
  #campaign .more-ways .mores a .cell p br {
    display: block;
  }
}
#campaign .more-ways .mores a .cell img {
  margin-right: 3%;
}
@media (max-width: 750px) {
  #campaign .more-ways .mores a .cell img {
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  #campaign .more-ways .mores a:nth-child(3) {
    width: 92%;
  }
}
#campaign .footer-copy {
  width: 100%;
  margin: 5% auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 750px) {
  #campaign .footer-copy {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 14%;
  }
}
#campaign .footer-copy p {
  display: block;
  font-family: "TT Ramillas Medium", Arial, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-right: 1%;
}
@media (max-width: 750px) {
  #campaign .footer-copy p {
    display: block;
    text-align: center;
  }
}
#campaign .footer-copy p span {
  font-family: "Macys Sans Bold", Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
}
#campaign .footer-copy .icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 750px) {
  #campaign .footer-copy .icons {
    width: 100%;
    margin: 0 auto;
  }
}
#campaign .footer-copy .icons a {
  display: block;
  margin-right: 5%;
}
#campaign .footer-copy .icons a img {
  display: block;
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=output.css.map */