/*Very Tall Health Header Styles*/
.mayor-health-header-styles{
    display:none;
}
body{
    --media-before-content: 420px !important;
}
@media screen and (min-width:980px){
    body{
        --media-before-content: 43.75vw !important;
    }
}
@media screen and (min-width:2440px){
    body{
        --media-before-content: 1070px !important;
    }
}
@media screen and (max-width:800px){
    body{
        --media-height: 52.5vw !important;
        --media-before-content: 52.5vw !important;
    }
    .page-titles__container{
        display:none;
    }
}
.page__top-media{
    height: 56.25vw;
    max-height: 56.25vw;
    min-height: 700px;
}
@media screen and (max-width:800px){
    .page__top-media{
        height: 52.5vw;
        max-height: 52.5vw;
        min-height: 52.5vw;
    }
}
.page__top-media video{
    height: 56.25vw;
    max-height: 56.25vw;
    min-height: 700px;
    object-fit:cover;
    object-position:top center;
}
@media screen and (max-width:800px){
    .page__top-media video{
        height: 52.5vw;
        max-height: 52.5vw;
        min-height: 52.5vw;
    }
}
.page__top-media::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 56.25vw;
    max-height: 56.25vw;
    min-height: 700px;
    background: linear-gradient(0deg, white 0px, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width:1600px){
    .page__top-media::after{
        background: linear-gradient(0deg, white 0px, rgba(255, 255, 255, 0) 25px, rgba(255, 255, 255, 0) 100%);
    }
}
@media screen and (max-width:800px){
    .page__top-media::after{
        background: none;
    }
}
.page__top-media:has(> .headerImageBg){
    height: 56.25vw;
    mask-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) calc(100% - 150px), rgba(255, 255, 255, 0) 100%);
    overflow: hidden;
    min-height: 900px;
}
@media screen and (max-width:800px){
    .page__top-media:has(> .headerImageBg){
        height: 52.5vw;
        mask-image: none;
        overflow: hidden;
        max-height: 52.5vw;
        min-height: 52.5vw
    }
}
.page__top-media:has(> .headerImageBg)::after{
    display:none;
}
.headerImageBg{
    background-position:top center;
}
.headerTextBackground{
    display:none;
}
/*Story Link Button Styles*/
.page-titles{
    position:relative;
}
.storyLinkContainer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.storyLink, .storyLink:visited, .storyLink:active, .storyLink:hover{
    color:rgba(0,0,0,0);
    text-decoration:none;
}
.storyLink{
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    color: rgba(0, 0, 0, 0) !important;
    width: 260px;
    height: 105px;
    max-width: 62%;
    background-image: url(/Content/Images/mayor/priorities/health/OurStory.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    animation-duration: 5s;
    animation-name: ourstoryslidein;
}
@keyframes ourstoryslidein{
    from {
        margin-left: 25%;
        opacity: 0;
    }
    to {
        margin-left: 0px;
        opacity: 1;
    }
}