<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Homepage Hero */

.full-width-hero {
    margin-bottom: 2rem;
    background-color: var(--upmcWhite);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.full-width-hero img.hero-image {
    display: block;
    width: 100%;
    max-width: 1142px;
    height: auto;
    margin: 0 auto;
}

.full-width-hero .wrap {
    width: 100%;
    padding: 0.25rem 1rem 0;
    background: var(--upmcWhite);
}

.full-width-hero .featured-content {
    background: var(--upmcWhite);
    position: relative;
    cursor: default;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.full-width-hero .featured-content p {
    margin: 1rem 0;
    line-height: 1.5;
}

.full-width-hero .featured-content .featured-category {
    display: block;
    width: auto;
    padding: 0.5rem 0.75rem 0.75rem;
    background: var(--upmcWhite);
    position: absolute;
    bottom: 100%;
    left: 0;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.full-width-hero .featured-content .featured-category a.category-color {
    color: var(--upmcBlue) !important;
    border-bottom: 1px solid var(--upmcBlue);
    -moz-transition: border 0.15s linear;
    -ms-transition: border 0.15s linear;
    -o-transition: border 0.15s linear;
    -webkit-transition: border 0.15s linear;
    transition: border 0.15s linear;
}

.full-width-hero .featured-content .featured-category a.category-color:active,
.full-width-hero .featured-content .featured-category a.category-color:focus,
.full-width-hero .featured-content .featured-category a.category-color:hover {
    color: var(--upmcPurpleBright2) !important;
    border-color: var(--upmcPurpleBright2);
    border-bottom-width: 2px;
}

.full-width-hero .featured-content .featured-category .category-color .bannerCat {
    text-transform: none;
    font-size: 1rem;
    line-height: 1.5;
    color: inherit;
}

.full-width-hero .featured-content .featured-title {
    font-weight: 700;
    line-height: 1.2;
    color: var(--upmcPurple);
}

.full-width-hero .featured-content .featured-title a {
    color: inherit;
    border: none;
}

.full-width-hero .featured-content .featured-cta {
    margin-bottom: 0;
}

.full-width-hero .featured-content .featured-cta a {
    display: inline-block;
    width: 350px;
    width: auto;
    min-height: 42px;
    padding: 0.75rem 1.5rem;
    border: none;
    outline: none;
    color: var(--upmcWhite);
    background: var(--upmcTeal);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.full-width-hero .featured-content .featured-cta a:active,
.full-width-hero .featured-content .featured-cta a:focus,
.full-width-hero .featured-content .featured-cta a:hover {
    background: var(--upmcBlueBright3);
    text-decoration: underline;
}

@media (min-width: 768px) {
    .full-width-hero {
        background-color: var(--upmcOffWhite5);
        margin-bottom: 0;
        overflow: hidden;
        border-bottom: 1px solid var(--upmcOffWhite);
    }
    .full-width-hero .wrap {
        width: 96%;
        padding: 5rem 0 2rem;
        position: relative;
        background: none;
    }
    .full-width-hero .featured-content {
        max-width: 526px;
        padding: 1rem;
        background: rgba(255, 255, 255, 0.85);
    }
    .full-width-hero .featured-content .featured-category {
        position: static;
        padding: 0;
        background: none;
    }
}


/** Social Media Channels Circle Thing */

.hb-circle {
    display: none;
    width: 480px;
    height: 480px;
    background: rgba(255, 255, 255, 0.85);
    background-clip: content-box;
    border: 30px solid rgba(0, 0, 0, 0.5);
    border: 30px solid rgba(119, 27, 97, 0.5);
    position: absolute;
    right: -150px;
    bottom: -320px;
    text-align: center;
    -moz-border-radius: 480px;
    -ms-border-radius: 480px;
    -o-border-radius: 480px;
    -webkit-border-radius: 480px;
    border-radius: 480px;
}

.hb-circle .social-media-channels ul.social-menu {
    display: inline-block;
    white-space: nowrap;
    width: auto;
    margin-top: 70px;
}

@media (min-width: 768px) {
    .hb-circle {
        display: block;
    }
    .hb-circle .social-media-channels ul.social-menu {
        position: relative;
        /* right: 25px; */
        right: 50px;
    }
}

@media (min-width: 800px) {
    .hb-circle {
        /* right: -160px; */
        right: -100px;
    }
    .hb-circle .social-media-channels ul.social-menu {
        /* right: 55px; */
        right: 65px;
        right: 30px;
    }
}


/* @media (min-width: 900px) {
    .hb-circle {
        right: -180px;
        right: -100px;
    }
    .hb-circle .social-media-channels ul.social-menu {
        right: 55px;
        right: 40px;
        right: 30px;
    }
}

@media (min-width: 1030px) {
    .hb-circle {
        right: -150px;
        right: -100px;
    }
} */


/* Homepage SMS Callout */


/* SMS Callouts */

.sms-callout {
    display: table;
    width: 100%;
    margin-top: 1rem;
    background-size: cover;
    background-position: center left;
    cursor: default;
}

.sms-callout a.sms-link {
    color: var(--upmcPurple);
}

.sms-callout a.sms-link:active,
.sms-callout a.sms-link:focus,
.sms-callout a.sms-link:hover {
    color: var(--upmcPurpleBright2);
}

@media (min-width: 768px) and (max-width: 1029px) {
    .has-sms-callout #homeEmail+.sms-callout {
        /* Only do this on the homepage where it follows the newsletter form */
        float: left;
        /* margin-top: 5rem; */
    }
}

@media (min-width: 1030px) {
    .has-sms-callout {
        display: table;
        width: 100%;
    }
    .has-sms-callout&gt;div {
        display: table-cell;
        vertical-align: top;
        float: none !important;
        margin-top: 0;
    }
    .has-sms-callout&gt;div:first-of-type {
        width: 45% !important;
        border-right: 16px solid var(--upmcWhite);
    }
    .has-sms-callout&gt;div:last-of-type {
        width: 53% !important;
    }
    .has-sms-callout #homeEmail {
        height: auto;
    }
    .has-sms-callout #homeEmail .socialTop {
        width: 100%;
        position: static;
        padding-left: 10px;
    }
    .has-sms-callout #homeEmail .emailSignUp .opt-in-language {
        width: 100%;
    }
    .has-sms-callout #homeEmail .emailSignUp form.newsletter-signup {
        height: 40px;
    }
    .has-sms-callout #homeEmail .emailSignUp form.newsletter-signup label,
    .has-sms-callout #homeEmail .emailSignUp form.newsletter-signup [type=submit] {
        top: 45px;
    }
    .has-sms-callout #homeEmail .emailSignUp form.newsletter-signup label {
        left: 16px;
    }
    .has-sms-callout #homeEmail .emailSignUp form.newsletter-signup label input {
        width: 370px !important;
    }
    .has-sms-callout #homeEmail .emailSignUp form.newsletter-signup [type=submit] {
        left: 400px;
    }
}

@media (max-width: 400px) {
    .sms-callout {
        display: block;
        /* margin-top: 1rem; */
    }
}


/* SMS Callout 1 - Default Design */

.sms-callout.sms-callout-1 {
    background-color: var(--upmcTeal);
}

.sms-callout.sms-callout-1 .sms-icon,
.sms-callout.sms-callout-1 .sms-content {
    display: table-cell;
    vertical-align: bottom;
}

.sms-callout.sms-callout-1 .sms-content {
    padding: 16px 16px 16px 0;
}

.sms-callout.sms-callout-1 .sms-content p {
    display: block;
    margin: 0;
    line-height: 1.2;
}

.sms-callout.sms-callout-1 .sms-content p a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    border: none;
}

.sms-callout.sms-callout-1 .sms-content p.text-bubble {
    background: var(--upmcWhite);
}

.sms-callout.sms-callout-1 .sms-content p.text-bubble a {
    display: block;
    padding: 16px;
}

.sms-callout.sms-callout-1 .sms-content p.text-bubble strong {
    font-weight: 900;
}

.sms-callout.sms-callout-1 .sms-content p.text-bubble span.purple,
.sms-callout.sms-callout-1 .sms-content p.text-bubble span.blue {
    display: block;
}

.sms-callout.sms-callout-1 .sms-content p.text-bubble span.purple {
    font-size: 16px;
    color: var(--upmcPurple);
}

.sms-callout.sms-callout-1 .sms-content p.text-bubble span.blue {
    font-size: 20px;
    color: var(--upmcTeal);
}

.sms-callout.sms-callout-1 .sms-content p.sms-disclaimer {
    padding-top: 16px;
    font-size: 11px;
    color: var(--upmcWhite);
}

.sms-callout.sms-callout-1 .sms-icon {
    width: 168px;
}

.sms-callout.sms-callout-1 .sms-icon img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 168px;
}

@media (min-width: 768px) and (max-width: 1029px) {
    .has-sms-callout .sms-callout.sms-callout-1 .sms-content p.text-bubble span.purple {
        font-size: 28px;
    }
    .has-sms-callout .sms-callout.sms-callout-1 .sms-content p.text-bubble span.blue {
        font-size: 32.5px;
    }
}

@media (min-width: 1030px) {
    .has-sms-callout .sms-callout.sms-callout-1 .sms-content p.text-bubble span.purple {
        font-size: 22px;
    }
    .has-sms-callout .sms-callout.sms-callout-1 .sms-content p.text-bubble span.blue {
        font-size: 32.5px;
    }
    .has-sms-callout .sms-callout.sms-callout-1 .sms-content p.text-bubble span.blue .line-2 {
        display: block;
        font-size: 23px;
    }
}

@media (max-width: 400px) {
    .sms-callout.sms-callout-1 .sms-icon {
        display: none;
    }
    .sms-callout.sms-callout-1 .sms-content {
        display: block;
        padding: 16px;
    }
}


/* SMS Callout 2 - Seasonal Basket Design (Summer) */

.sms-callout.sms-callout-2 {
    padding: 1rem 1rem 20vw;
    /* background-image: url(../images/sms-callout-2/bg.png); */
    background-position: bottom right;
    position: relative !important;
    overflow: hidden;
}

.sms-callout.sms-callout-2 p {
    text-align: center;
}

.sms-callout.sms-callout-2 .sms-content {
    position: relative;
    z-index: 1;
}

.sms-callout.sms-callout-2 .sms-fg img {
    display: block;
    width: 200%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.sms-callout.sms-callout-2 .sms-content .line-1,
.sms-callout.sms-callout-2 .sms-content .line-2,
.sms-callout.sms-callout-2 .sms-content .line-3 {
    display: block;
}

.sms-callout.sms-callout-2 .sms-content .sms-link .line-1,
.sms-callout.sms-callout-2 .sms-content .sms-link .line-2 {
    text-transform: uppercase;
    letter-spacing: -1px;
}

.sms-callout.sms-callout-2 .sms-content .sms-link .line-1 {
    font-weight: 400;
    font-size: 4.5vw;
}

.sms-callout.sms-callout-2 .sms-content .sms-link .line-1 strong {
    font-weight: 600;
}

.sms-callout.sms-callout-2 .sms-content .sms-link .line-2,
.sms-callout.sms-callout-2 .sms-content .sms-link .line-3 {
    font-weight: 900;
}

.sms-callout.sms-callout-2 .sms-content .sms-link .line-2 {
    font-size: 4.7vw;
    line-height: 1.3;
}

.sms-callout.sms-callout-2 .sms-content .sms-link .line-2 strong {
    font-size: 7vw;
    font-weight: 900;
}

.sms-callout.sms-callout-2 .sms-content .sms-link .line-3 {
    font-size: 3.2vw;
    line-height: 1;
}

.sms-callout.sms-callout-2 .sms-disclaimer {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 470px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--upmcPurple);
}

.sms-callout.sms-callout-2 .sms-disclaimer .line-1,
.sms-callout.sms-callout-2 .sms-disclaimer .line-2 {
    display: inline !important;
    background: rgba(144, 66, 153, 0.15);
    font-weight: bold;
}

@media (min-width: 400px) {
    .sms-callout.sms-callout-2 {
        padding-bottom: 15vw;
    }
    .sms-callout.sms-callout-2 .sms-fg img {
        width: 150%;
    }
}

@media (min-width: 550px) {
    .sms-callout.sms-callout-2 {
        padding-bottom: 10vw;
    }
    .sms-callout.sms-callout-2 .sms-fg img {
        width: 100%;
        max-width: 751px;
    }
    .sms-callout.sms-callout-2 .sms-content .sms-link .line-1 {
        font-size: 1.6rem;
    }
    .sms-callout.sms-callout-2 .sms-content .sms-link .line-2 {
        font-size: 2rem;
    }
    .sms-callout.sms-callout-2 .sms-content .sms-link .line-2 strong {
        font-size: 3rem;
    }
    .sms-callout.sms-callout-2 .sms-content .sms-link .line-3 {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    .sms-callout.sms-callout-2 {
        padding-bottom: 2rem;
    }
}


/* SMS Callout 3 - Seasonal Flower &amp; Butterfly Design (Spring) */

.sms-callout.sms-callout-3 {
    /* padding-bottom: 2rem; */
    /* background-image: url(../images/sms-callout-3/bg.png); */
    background-position: center center;
}

.sms-callout.sms-callout-3 .sms-fg img {
    display: block;
    width: auto;
    height: auto;
}

.sms-callout.sms-callout-3 .sms-fg-1 img {
    width: 75px;
    left: 10px;
    bottom: -30px;
    right: auto;
}

.sms-callout.sms-callout-3 .sms-fg-2 img {
    width: 40px;
    bottom: 25px;
    right: 15px;
}

.sms-callout.centered-bg {
    background-position: center;
}


/* Article Content Modules */

.entry-content .widget.related-articles,
.entry-content .widget.sms-callout-module,
.entry-content .inline-cta-button-group,
.widget.sfmc-combo-module,
.global-newsletter-signup,
.fc-module.fc-module-widget {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
    padding: 1.2rem;
    border: none;
    background: var(--upmcOffWhite);
    text-align: center;
    position: relative;
    /* clear: both; */
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fc-module.fc-module-widget {
    margin-top: 1rem;
}

.fc-module.fc-module-widget .widgettitle {
    margin: 0 0 1rem;
    color: var(--upmcGreyMid2);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    background: none;
}

@media (min-width: 500px) {
    .fc-module.fc-module-widget {
        padding: 2rem;
    }
    .fc-module.fc-module-widget .widgettitle {
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

.fc-module.fc-module-widget {
    position: relative;
}

.fc-module.fc-module-widget:after {
    content: '';
    display: block;
    width: 98%;
    height: 0.25rem;
    background: var(--upmcOffWhite2);
    position: absolute;
    top: 100%;
    left: 1%;
}

.widget.sfmc-combo-module .widget.sms-callout-module:after,
.widget.sfmc-combo-module .global-newsletter-signup:after {
    display: none;
}

.widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content&gt;div {
    margin: 0;
    padding: 2rem 0;
}

@media (min-width: 920px) {
    .widget.sfmc-combo-module .sfmc-combo-module-inner {
        display: table;
        width: 100%;
    }
    .widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content {
        display: table-cell;
        width: 50%;
        vertical-align: top;
    }
    .widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content&gt;div {
        padding: 0.5rem 1.5rem 0;
    }
    .widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content:first-child&gt;div {
        padding-left: 0;
    }
    .widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content:last-child&gt;div {
        padding-right: 0;
    }
}

.widget.sfmc-combo-module&gt;.widgettitle {
    font-size: 2rem;
    line-height: 1.1;
}

.widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content .widgettitle,
.widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content .form-title {
    font-size: 1.2rem;
}

@media (min-width: 920px) and (max-width: 1020px) {
    /* Scale font-size with device width to avoid word-wrapping with default titles */
    .widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content .widgettitle,
    .widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content .form-title {
        font-size: 1.9vw;
    }
}

.widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content form,
.widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content form fieldset {
    display: block;
    width: 100%;
    position: relative;
}

.widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content form {
    max-width: 550px;
    margin: 0 auto;
}

.widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content form label {
    display: block !important;
    width: 100% !important;
    padding-right: 140px;
    position: relative;
}

.widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content form label input {
    display: block;
    width: 100%;
    max-width: 100%;
}

.widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content form [type=submit] {
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 610px) {
    .widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content form label {
        padding: 0;
    }
    .widget.sfmc-combo-module .sfmc-combo-module-inner .sfmc-combo-module-content form [type=submit] {
        position: static;
        margin-top: 0.5rem;
    }
}

.homepage-module-title,
.full-width-sms-callout .sms-callout .widget.sms-callout-module.sms-type-form .widgettitle {
    margin: 0 0 1rem;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    font-size: 33px;
    font-size: 2rem;
    color: var(--upmcGreyMid2);
    background: none;
    /* color: #58585A; */
}


/* Blog Thumbnail Loops */

.blog-loop-module {
    padding: 4rem 0 0;
    cursor: default;
}

.blog-loop-module .blog-loop-content {
    margin: 0;
}

.blog-loop-module .blog-loop-content article {
    padding: 2rem 0 1rem;
}

.blog-loop-module .blog-loop-content.loading-articles {
    display: block;
    width: 100%;
    margin: 0;
}

.blog-loop-module .blog-loop-content .loading-articles-icon {
    text-align: center;
    padding: 1rem 0;
    color: var(--upmcGreyMid2);
}

.blog-loop-module .blog-loop-content .loading-articles-icon .fa-3x {
    display: inline-block;
    font-size: 3rem;
}

@media (min-width: 768px) {
    .homepage-cta.homepage-cta-newsletter+.blog-loop-module {
        padding-top: 0;
    }
    .blog-loop-module .blog-loop-content {
        display: inline-block;
        width: auto;
        min-width: 100%;
        margin: 0 -38px;
    }
    .blog-loop-module .blog-loop-content article {
        padding: 1rem 38px 1rem;
        width: calc(100% / 3.05);
    }
}

.blog-loop-content article .article-header .article-thumbnail a img {
    width: 100%;
}

.blog-loop-content article header.article-header .article-thumbnail,
.blog-loop-content article header.article-header .thedate,
.blog-loop-content article header.article-header .byline,
.blog-loop-content article header.article-header .entry-title {
    padding: 0;
    margin: 0 0 0.25rem;
    font-size: 0.875rem;
    font-size: 0.75rem;
    line-height: 1.2;
}

.blog-loop-content article header.article-header .article-thumbnail {
    margin-bottom: 0.5rem;
}

.blog-loop-content article header.article-header .entry-title {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0;
}

.blog-loop-content article header.article-header .entry-title a {
    color: var(--upmcTeal);
    text-decoration: none;
    border: none;
    border-bottom: 1px solid var(--upmcTeal);
    border-bottom: 1px solid rgba(0, 129, 159, 0);
    -moz-transition: border 0.15s linear;
    -ms-transition: border 0.15s linear;
    -o-transition: border 0.15s linear;
    -webkit-transition: border 0.15s linear;
    transition: border 0.15s linear;
}

.blog-loop-content article header.article-header .entry-title a:active,
.blog-loop-content article header.article-header .entry-title a:focus,
.blog-loop-content article header.article-header .entry-title a:hover {
    /* text-decoration: underline; */
    color: var(--upmcPurpleBright2);
    border-color: var(--upmcPurpleBright2);
    border-bottom-width: 2px;
}


/* Call to Action Modules */

.homepage-cta {
    position: relative;
    background-color: var(--upmcOffWhite);
    margin: 0;
    padding: 4rem 0;
}

.homepage-cta:before {
    content: '';
    display: block;
    width: 100%;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--upmcOffWhite4);
}

.homepage-cta&gt;* {
    position: relative;
    z-index: 1;
}

.homepage-cta .homepage-cta-box {
    background-color: var(--upmcWhite);
    padding: 1rem;
}

.homepage-cta .homepage-cta-box+.homepage-cta-box {
    padding-top: 0;
}

.homepage-cta .homepage-cta-box+.homepage-cta-box p:first-of-type {
    margin-top: 0;
}

.homepage-cta .homepage-cta-box .homepage-cta-subtitle {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--upmcGreyMid2);
}

.homepage-cta .homepage-cta-box p {
    margin-bottom: 0;
}

.homepage-cta .wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

@media (min-width: 768px) {
    .homepage-cta {
        background-color: transparent;
        margin: 4rem 0;
        padding: 0;
    }
    .homepage-cta.homepage-cta-newsletter:before {
        display: none;
    }
    .homepage-cta.homepage-cta-newsletter .wrap {
        overflow: hidden;
    }
    .homepage-cta.homepage-cta-newsletter .wrap:before {
        content: '';
        display: block;
        background-color: var(--upmcOffWhite4);
        width: 1000px;
        height: 1000px;
        transform: rotate(20deg);
        position: absolute;
        top: -50%;
        left: 43%;
    }
}

@media (min-width: 768px) {
    .homepage-cta&gt;.row&gt;.col {
        width: 50%;
        float: left;
        padding: 0;
        background-color: transparent;
    }
    .homepage-cta&gt;.row&gt;.col:first-child {
        padding-right: 5rem;
    }
    .homepage-cta&gt;.row&gt;.col:last-child {
        padding: 1rem 1rem 1rem 5rem;
    }
}


/* Call to Action Module: Email Newsletter */

.homepage-cta.homepage-cta-newsletter .global-newsletter-signup .heartbeat-icon,
.homepage-cta.homepage-cta-newsletter .global-newsletter-signup .form-title {
    display: none;
}

.homepage-cta.homepage-cta-newsletter .global-newsletter-signup {
    background: none;
    /* Maybe if we don't like these styles */
    margin-bottom: 0;
    padding: 1rem 0 0;
}


/* Maybe if we don't like these styles */

.homepage-cta.homepage-cta-newsletter .global-newsletter-signup form.newsletter-signup,
.homepage-cta.homepage-cta-newsletter .global-newsletter-signup form.newsletter-signup label.email-field input {
    width: 100%;
    max-width: 100%;
}

.homepage-cta.homepage-cta-newsletter .global-newsletter-signup form.newsletter-signup label.email-field,
.homepage-cta.homepage-cta-newsletter .global-newsletter-signup form.newsletter-signup button[type=submit] {
    width: 100% !important;
    margin-bottom: 1rem;
}

.homepage-cta.homepage-cta-newsletter .global-newsletter-signup form.newsletter-signup label.email-field {
    /* Keep this relative so the absolutely positioned validation error displays correctly */
    position: relative;
}

.homepage-cta.homepage-cta-newsletter .global-newsletter-signup .opt-in-language {
    padding: 0;
    width: 100%;
    max-width: 100%;
}


/* Call to Action Module: SMS Callout */

.homepage-cta.homepage-cta-sms:before {
    display: none;
}

.homepage-cta.homepage-cta-sms .homepage-cta-box {
    background-color: rgba(255, 255, 255, 0.9);
    background-color: var(--upmcWhite);
}

.homepage-cta.homepage-cta-sms .row {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.homepage-cta.homepage-cta-sms .row .col .sms-callout {
    height: 100%;
    padding: 0;
}

.homepage-cta.homepage-cta-sms .homepage-cta-sms-bg {
    display: block;
    width: 100%;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--upmcOffWhite4);
}

.homepage-cta.homepage-cta-sms .homepage-cta-sms-bg .sms-callout {
    margin-top: 0;
    height: 100%;
}

.homepage-cta.homepage-cta-sms .sms-content a.sms-link {
    border: none;
    font-size: 1rem;
    text-align: center;
}

.homepage-cta.homepage-cta-sms .sms-content a.sms-link span {
    display: block;
}

@media (min-width: 700px) and (max-width: 767px) {
    .homepage-cta.homepage-cta-sms .sms-content a.sms-link span {
        display: inline;
    }
}

@media (max-width: 400px) {
    .homepage-cta.homepage-cta-sms .sms-content a.sms-link span.line-2 strong:first-of-type:after {
        content: '';
        display: block;
    }
}

.homepage-cta.homepage-cta-sms .sms-content a.sms-link .line-2 strong {
    font-size: 2.5rem;
    margin-top: -0.75rem;
}

@media (min-width: 768px) {
    .homepage-cta.homepage-cta-sms .homepage-cta-box {
        background-color: var(--upmcWhite);
    }
    .homepage-cta.homepage-cta-sms {
        width: 96%;
        max-width: 1142px;
        margin: 0 auto;
        overflow: hidden;
    }
    .homepage-cta.homepage-cta-sms .wrap {
        width: 40%;
        min-width: 400px;
        margin: 0;
    }
    .homepage-cta.homepage-cta-sms .wrap:before {
        content: '';
        display: block;
        background-color: var(--upmcOffWhite4);
        background-color: var(--upmcOffWhite);
        width: 1000px;
        height: 1000px;
        transform: rotate( 20deg);
        position: absolute;
        /* top: -100%; */
        /* top: -250%; */
        top: -350px;
        /* right: 0%; */
        right: -10%;
        /* left: 43%; */
    }
    .homepage-cta.homepage-cta-sms .homepage-cta-sms-bg {
        width: 60%;
        height: 100%;
        left: 40%;
    }
    .homepage-cta.homepage-cta-sms .homepage-cta-box {
        background-color: var(--upmcOffWhite);
        position: relative;
    }
}

.homepage-cta.homepage-cta-sms .sms-content .sms-disclaimer {
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
}


/* Call to Action Module: SMS Callout: Form */

.homepage-cta.homepage-cta-sms .homepage-cta-box .homepage-cta-subtitle {
    margin-bottom: 0;
}

.homepage-cta.homepage-cta-sms .sms-content .sms-type-form .widgettitle {
    display: none;
}

.homepage-cta.homepage-cta-sms .sms-content .sms-type-form form.sms-double-opt-in-form {
    margin-top: 1rem;
}

.homepage-cta.homepage-cta-sms .sms-content .sms-type-form form.sms-double-opt-in-form fieldset label,
.homepage-cta.homepage-cta-sms .sms-content .sms-type-form form.sms-double-opt-in-form fieldset label input,
.homepage-cta.homepage-cta-sms .sms-content .sms-type-form form.sms-double-opt-in-form fieldset button[type=submit] {
    display: block !important;
    width: 100%;
    max-width: 100%;
}

.homepage-cta.homepage-cta-sms .sms-content .sms-type_form.sms-cta_layout-design_no-slant .sms-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.homepage-cta.homepage-cta-sms .sms-content .sms-type-form form.sms-double-opt-in-form fieldset button[type=submit] {
    margin-top: 1rem;
}

@media(min-width: 768px) {
    .homepage-cta.homepage-cta-sms .homepage-cta-sms-fg {
        position: relative;
    }
    .homepage-cta.homepage-cta-sms .homepage-cta-sms-fg .sms-content {
        padding: 0 0 1rem 1rem;
    }
    .homepage-cta.homepage-cta-sms .sms-content .sms-type-form form.sms-double-opt-in-form {
        margin-top: 0;
    }
}


/* Call to Action Module: SMS Callout: Spring Design with Flower and Butterfly */

.homepage-cta.homepage-cta-sms .homepage-cta-sms-bg .sms-callout.sms-callout-2.sms-callout-3 .sms-fg.sms-fg-1 img {
    bottom: auto;
    top: 0.5rem;
}

@media (min-width: 768px) {
    .homepage-cta.homepage-cta-sms .homepage-cta-sms-bg .sms-callout.sms-callout-2.sms-callout-3 .sms-fg.sms-fg-1 img {
        top: auto;
        bottom: -4px;
        left: auto;
        right: 50%;
    }
}

.homepage-cta.homepage-cta-sms .homepage-cta-sms-bg .sms-callout.sms-callout-2.sms-callout-3 .sms-fg.sms-fg-2 img {
    bottom: auto;
    top: 1rem;
}


/* SMS CTA: Variation 1: Form on Original Design */

.full-width-sms-callout.sms-cta_no-overlay.sms-cta_form.sms-cta_layout-design-sms-1 .widget {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.full-width-sms-callout.sms-cta_no-overlay.sms-cta_form.sms-cta_layout-design-sms-1 .widget .widgettitle {
    margin-bottom: 1rem;
}

.full-width-sms-callout.sms-cta_layout-design_slant .homepage-cta-sms-bg.mobile {
    position: static;
    background: none;
}

.full-width-sms-callout.sms-cta_layout-design_slant .sms-callout {
    margin: 0;
}

.full-width-sms-callout.sms-cta_layout-design_slant .homepage-cta-sms-bg.mobile .sms-callout {
    background: none;
    padding: 0;
}

.full-width-sms-callout.sms-cta_layout-design_slant .homepage-cta-sms-bg.mobile .sms-callout .sms-content {
    padding: 0;
}

.full-width-sms-callout.sms-cta_layout-design_slant.sms-cta_no-overlay .homepage-cta-sms-bg.mobile,
.full-width-sms-callout.sms-cta_layout-design_slant .homepage-cta-sms-bg.mobile .sms-callout .sms-fg {
    display: none;
}

.full-width-sms-callout.sms-cta_layout-design_slant.sms-cta_layout-design-sms-2 .wrap .homepage-cta-sms-fg .sms-callout {
    background: none;
    padding: 0;
}

.full-width-sms-callout.sms-cta_layout-design_slant.sms-cta_layout-design-sms-2 .wrap .homepage-cta-sms-fg .homepage-cta-box.sms-content p {
    margin-top: 0;
}

@media (max-width: 767px) {
    .full-width-sms-callout.sms-cta_layout-design_slant.sms-cta_overlay .homepage-cta-sms-bg:not(.mobile) .sms-content {
        display: none;
    }
    .full-width-sms-callout.sms-cta_layout-design_slant.sms-cta_layout-design-sms-4 .wrap .homepage-cta-sms-bg.mobile .homepage-cta-box.sms-content,
    .full-width-sms-callout.sms-cta_layout-design_slant.sms-cta_layout-design-sms-2 .wrap .homepage-cta-sms-fg .homepage-cta-box.sms-content {
        padding-bottom: 1rem;
    }
    .full-width-sms-callout.sms-cta_layout-design_slant.sms-cta_layout-design-sms-2 .wrap .homepage-cta-sms-fg .homepage-cta-box.sms-content {
        padding-top: 0;
    }
    .full-width-sms-callout.sms-cta_layout-design_slant.sms-cta_layout-design-sms-4 .wrap .homepage-cta-sms-bg.mobile .homepage-cta-box.sms-content p {
        margin-top: 0;
    }
}


/* SMS CTA: Variation 4 &amp; 5: Slanted Design with Everything on Right */

@media (min-width: 768px) {
    .full-width-sms-callout.sms-cta_overlay .homepage-cta.homepage-cta-sms {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .full-width-sms-callout.sms-cta_overlay .homepage-cta.homepage-cta-sms .wrap:before {
        top: -500px;
    }
    .full-width-sms-callout.sms-cta_overlay.sms-cta_layout-design-sms-5.sms-cta_form .widget {
        width: 80%;
        margin: 0 0 0 auto;
        background-color: transparent;
    }
    .full-width-sms-callout.sms-cta_overlay.sms-cta_layout-design-sms-4.sms-cta_click .homepage-cta.homepage-cta-sms .homepage-cta-sms-bg .homepage-cta-box {
        background-color: transparent;
    }
    .full-width-sms-callout.sms-cta_overlay .homepage-cta.homepage-cta-sms .homepage-cta-sms-fg .homepage-cta-box {
        background: none;
    }
    .full-width-sms-callout.sms-cta_overlay.sms-cta_layout-design-sms-5.sms-cta_form .homepage-cta.homepage-cta-sms .homepage-cta-sms-bg .homepage-cta-box {
        background-color: transparent;
    }
    /*SMS CTA: All Slanted Designs */
    .full-width-sms-callout.sms-cta_layout-design_slant .homepage-cta-sms-bg.mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .full-width-sms-callout.sms-cta_overlay .homepage-cta.homepage-cta-sms .wrap:before {
        top: -670px;
    }
    .full-width-sms-callout.sms-cta_overlay .homepage-cta.homepage-cta-sms .wrap {
        width: 30%;
        min-width: 350px;
    }
    .full-width-sms-callout.sms-cta_overlay .homepage-cta.homepage-cta-sms .homepage-cta-sms-bg {
        width: 70%;
        left: 30%;
    }
    .full-width-sms-callout.sms-cta_overlay .homepage-cta.homepage-cta-sms .homepage-cta-sms-bg .sms-content {
        width: 90%;
        margin: 0 0 0 auto;
    }
    /* .full-width-sms-callout.sms-cta_overlay.sms-cta_layout-design-sms-4.sms-cta_click .homepage-cta.homepage-cta-sms .homepage-cta-sms-bg .homepage-cta-box,
    .full-width-sms-callout.sms-cta_overlay.sms-cta_layout-design-sms-5.sms-cta_form .widget {
        width: 80%;
        margin: 0 0 0 auto;
        background-color: transparent;
    } */
}


/** Quick Links Module */

.blog-loop-module.quick-links-module {
    padding-bottom: 4rem;
}

.blog-loop-module.quick-links-module .blog-loop-content {
    display: block;
    width: 100%;
    height: 2rem;
    margin: 0;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.quick-links a {
    display: block;
    width: auto;
    margin: 0;
    padding: 0.25rem 0.5rem;
    background: var(--upmcOffWhite);
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
    white-space: nowrap;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    /* transition-property: left;
    transition-timing-function: linear; */
}

@media (min-width:768px) {
    .blog-loop-module.quick-links-module {
        padding-bottom: 0;
    }
}

</pre></body></html>