body#hcp.page .actor-portrayal {
    color: var(--darker-grey);
    text-shadow: 1px 1px rgb(255 255 255 / 50%);
}
body#hcp.page #hero-hcp {
    background: #f3f3f3 url("/images/photo-hcp.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
body#hcp.page .header h1 {
    font-size: 82px;
    line-height: 82px;
    letter-spacing: -0.03px;
}
body#hcp.page .icon-heart {
    height: 50px;
    margin-bottom: 10px;
    margin-left: 5px;
}
body#hcp.page .header h1 .underline {
    text-underline-offset: 0.05em;
}
body#hcp.page .header p {
    max-width: 632px;
}

body#hcp.page .header h5 {
    font-family: EuclidCircularA-Regular;
    color: var(--blue);
}

body#hcp.page h4 {
    color: var(--white);
}

body#hcp.page .heart-area .container .help-area li {
    padding: 10px 0 0;
}

.graphic-balloon {
    width: 83px;
}

.graphic-house {
    width: 101px;
}

.spacer-64 {
    height: 64px !important;
    margin-left: 0;
    margin-right: 0;
}

.spacer-102 {
    height: 102px !important;
    margin-left: 0;
    margin-right: 0;
}

#yourteam {
    color: var(--darker-grey);
    font-family: "EuclidCircularB-Semibold";
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    /* text-transform: uppercase; */
}

body#hcp.page .heart-area {
    width: 100%;
    background: url(../.././images/background-heart-hcp-home-desktop.png)
        no-repeat;
    background-position-y: 0;
    background-position-x: 100%;
    background-size: 70%;
    z-index: -1;
}

/* temporary */
body#hcp.page img[src="/images/find-your-pam-placeholder.jpg"] {
    max-width: 100%;
}
@media (min-width: 768px) and (max-width: 867px) {
    body#hcp.page #hero-hcp {
        background-position-x: -597px;
    }

    body#hcp.page .header p {
        max-width: 29rem;
    }
}
@media (min-width: 868px) and (max-width: 999px) {
    body#hcp.page #hero-hcp {
        background-position-x: -430px;
    }
}
@media (min-width: 768px) {
    body#hcp.page .copy-area {
        padding: 0 0 0 70px;
    }
    body#hcp.page .copy-area p {
        font-size: 20px;
        line-height: 28px;
    }
    body#hcp.page .copy-area h4 {
        font-size: 50px;
        line-height: 52px;
    }
}

@media (min-width: 900px) {
    body#hcp.page .copy-area {
        padding: 0 50px;
    }
    body#hcp.page .heart-area .desktop-sm img {
        margin-left: -20px;
    }
}

@media (max-width: 767px) {
    body#hcp h1 {
        font-size: 11vw;
    }

    .backgroundblue {
        background-color: var(--blue);
    }
}

@media (min-width: 576px) {
    body#hcp.page .copy-white.footnote {
        font-size: 16px;
    }
    body#hcp.page p.large {
        font-size: 20px;
        line-height: 28px;
    }
    body#hcp.page p.copy-bold-medium-blue {
        line-height: 23px;
        margin-bottom: 20px;
        color: var(--blue);
    }
    body#hcp.page p.copy-bold-medium-blue.alt {
        margin-bottom: 10px;
    }
    /*  */
}

@media (max-width: 575px) {
    body#hcp.page .actor-portrayal {
        color: var(--white);
        text-shadow: 1px 1px rgb(0, 0, 0, 0.5);
        top: 10px;
        right: 20px;
    }
    body#hcp.page #hero-hcp {
        background: url("/images/hcp-photo-mobile@2x.jpg") no-repeat;
        background-position-x: right;
        background-size: cover;
        padding-top: 50px;
    }
    body#hcp.page .header h1 {
        font-size: 47px;
        line-height: 47px;
        letter-spacing: -1.05px;
        margin-bottom: 18px;
        color: var(--white);
    }
    body#hcp.page .icon-heart {
        height: 32px;
        margin-bottom: 0;
    }

    #yourteam {
        font-size: 18px;
        line-height: 22px;
    }

    body#hcp.page .header h5 {
        font-family: EuclidCircularA-Semibold;
    }
    body#hcp.page .heart-area {
        background-image: none !important;
        padding: 0 !important;
    }
    body#hcp.page h4 {
        font-size: 33px !important;
    }
    body#hcp.page h6 {
        font-size: 17px !important;
    }
    body#hcp.page p.large {
        font-size: 22px;
        line-height: 30px;
    }
    body#hcp.page .heart-area p.medium {
        font-size: 16px;
    }
    body#hcp.page .heart-area ul li {
        font-size: 15px;
    }
    body#hcp.page .heart-area p.copy-semibold-grey {
        font-size: 17px !important;
    }
    body#hcp.page .heart-area p.copy-bold-medium-blue {
        font-size: 16px;
    }
    body#hcp.page .heart-area {
        overflow: hidden;
    }
    body#hcp.page .heart-area .container {
        width: 100% !important;
        padding: 0;
    }
    body#hcp.page .heart-area .container .area-padding {
        padding: 0 40px;
    }
    body#hcp.page .heart-area .container .help-area {
        background-color: #f2fafc;
        padding: 52px 40px 126px;
    }
    body#hcp.page .background-image p {
        margin: 60px 0 !important;
    }
    body#hcp.page p.small {
        font-family: "EuclidCircularA-Semibold";
        font-size: 17px !important;
    }
    body#hcp.page p.copy-bold-medium-blue {
        font-size: 22px;
    }
    body#hcp.page .heart-area strong {
        font-size: 18px;
    }
    .graphic-balloon {
        width: 129px;
    }
    .graphic-house {
        width: 151px;
    }
    .comprehensive {
        background: var(--light-blue)
            url("../.././images/background-hearts-tileable.png") repeat center !important;
        background-size: 68% !important;
        background-position: 0 -70px !important;
    }
    #hero-hcp h5 {
        font-size: 16px !important;
    }
}
