/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 15 2025 | 04:42:06 */
#alt-top-banner.alt-health-professionals .campaign-heading {
	white-space: wrap;
}

#alt-top-banner.alt-health-professionals .campaign-heading span {
    display: inline-block;
}

#alt-top-banner.alt-health-professionals .campaign-heading span::after {
    top: 4px;
}
#alt-top-banner.alt-health-professionals .campaign-subheading {
	font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.44px;
    margin-bottom: 10px;
}

#alt-top-banner.alt-health-professionals .campaign-content p {
	font-size: 18px;
    line-height: 22px;
}

#alt-top-banner.alt-health-professionals .campaign-cta-links {
    gap: 20px;
}


/* alt-health-bottom */
#alt-health-bottom {
    margin-top: 100px;
    margin-bottom: 100px;
    box-shadow: 6px 0 0 0 #D69BF0 inset;
}

#alt-health-bottom .campaign-heading {
    margin-bottom: 30px;
    font-weight: 600;
}

#alt-health-bottom .campaign-content-container  {
    height: 386px;
    background-position: right -2px bottom;
}

#alt-health-bottom .text-content {
    max-width: calc(100% - 710px);
    padding-top: 60px;
    padding-bottom: 60px;
}

#alt-health-bottom .campaign-content ul {
    margin: 0;
    padding: 0;
    max-width: 300px;
    list-style: none;
}

#alt-health-bottom .campaign-content ul li a {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-decoration: underline;
}

#alt-health-bottom .campaign-content ul li:last-child a {
    margin-bottom: 0;
}