.homepage-hero__background img {
    object-position: top;
}

.site-header__navigation ul.menu li a {
    text-shadow: none !important;
    font-weight: 500 !important;
    color: black !important;
}

button.site-header__aux-trigger.programs {
    text-shadow: none !important;
    font-weight: 500 !important;
    color: black !important;
}

.site-header__navigation ul.sub-menu li a {
    color: white !important;
}

button.site-header__aux-trigger.programs:hover {
    color: white !important;
}

.site-header.bg-visible .site-header__navigation ul.menu li a,
.site-header.force-bg .site-header__navigation ul.menu li a,
.site-header.bg-visible button.site-header__aux-trigger.programs {
    color: white !important;
}

/* Force header text white overrides - only when force-white class is present */
.site-header.force-white:not(.bg-visible):not(.force-bg) .site-header__navigation ul.menu li a {
    color: white !important;
}

.site-header.force-white:not(.bg-visible):not(.force-bg) button.site-header__aux-trigger.programs {
    color: white !important;
}

.shortcodebtn {
    position: relative;
    text-transform: uppercase;
    color: #4b3d3d !important;
    font-weight: 600;
    padding: unset;
    background-color: unset;
    border-radius: unset;
    box-shadow: unset;
    text-decoration: none;
    background: var(--primary_brand_color);
    /* width: fit-content; */
    padding: 6px 30px;
    max-width: 100%;
    border: 2px solid var(--primary_brand_color);
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

.shortcodebtn:hover {
    background: white;
}

.shortcodebtn::after {
    content: "";
    display: inline-block;
    position: relative;
    top: .3rem;
    width: 1.9rem;
    height: 1.9rem;
    background-image: url("data:image/svg+xml,%3Csvg width='12px' height='13px' viewBox='0 0 12 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EGroup%3C/title%3E %3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Desktop/Homepage' transform='translate(-132.000000, -1320.000000)' stroke='%234B3D3D' stroke-width='1.5'%3E %3Cg id='Group-7' transform='translate(42.000000, 986.500000)'%3E %3Cg id='Group-5' transform='translate(0.000000, 330.000000)'%3E %3Cg id='Group' transform='translate(91.000000, 5.093339)'%3E %3Cline x1='0' y1='9.90666109' x2='9.90666109' y2='2.27373675e-13' id='Line-2'%3E%3C/line%3E %3Cpolyline id='Path' points='1.13686838e-13 0 9.90666109 0 9.90666109 9.90666109'%3E%3C/polyline%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right;
}