/*Urban Forestry Global Styes*/
/*Header Z index Increase*/
.headerContainer {
    z-index: 1;
}

/*Hide Page Title*/
.page-titles__container .page-titles__title {
    display: none;
}

/*Slightly Taller Video Styles*/
.page__top-media {
    height: 56.25vw;
    max-height: 56.25vw;
    min-height: 800px;
}

@media screen and (max-width:800px) {
    .page__top-media {
        height: 62.5vw;
        max-height: 62.5vw;
        min-height: 62.5vw;
    }
}

.page__top-media video {
    height: 56.25vw;
    max-height: 56.25vw;
    min-height: 800px;
    object-fit: cover;
    object-position: top center;
}

@media screen and (max-width:800px) {
    .page__top-media video {
        height: 62.5vw;
        max-height: 62.5vw;
        min-height: 62.5vw;
    }
}

.page__top-media::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 56.25vw;
    max-height: 56.25vw;
    min-height: 800px;
    background: linear-gradient(0deg, white 0px, rgba(255, 255, 255, 0) 150px, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width:800px) {
    .page__top-media::after {
        height: 62.5vw;
        max-height: 62.5vw;
        min-height: 62.5vw;
        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: linear-gradient(180deg,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 1) 85%,
                rgba(255, 255, 255, 0) 100%);
        overflow: hidden;
        max-height: 52.5vw;
        min-height: 52.5vw;
    }
}

.page__top-media:has(> .headerImageBg)::after {
    display: none;
}

.headerImageBg {
    background-position: top center;
}

@media screen and (max-width: 800px) {
    .page-titles__title {
        font-size: 6vw;
    }
}

.page__top-media {
    box-shadow: 0px 150px 150px white;
}

.page__content-wrapper {
    min-height: calc(56.25vw - 960px);
}

/*Video Pause/Play Button Style*/
.bg-vid__button {
    z-index: 3;
}

/*TopNav Styles*/
.topNavList {
    display: none;
}

.page-titles {
    position: relative;
    z-index: 1;
}

.topNav__home {
    position: absolute;
    width: 295px;
    max-width: calc(100% - 100px);
    bottom: 0px;
    height: 123px;
    border-radius: 10px 10px 0px 0px;
    line-height: 300px;
    overflow: hidden;
    margin-left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(/content/images/departments/publicworks/urbanforestry/logo.png);
}

.topNav {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-top: 135px;
    min-height: 165px;
    background-repeat: no-repeat;
    background-position: bottom -5px left;
    background-size: auto 100%;
    background-image: url(/content/images/departments/publicworks/urbanforestry/trees.png);
}

.topNav__expand {
    position: absolute;
    width: 55px;
    height: 55px;
    left: 325px;
    bottom: 10px;
    color: white;
    line-height: 150px;
    overflow: hidden;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/content/images/departments/publicworks/urbanforestry/MenuH.png);
    display: none;
}

@media screen and (max-width:640px) {
    .topNav__expand {
        left: unset;
        right: 15px;
    }
}

.topNav.mobileMenu .topNav__expand {
    display: block;
    z-index: 1;
}

.topnav__Measure {
    position: relative;
    height: auto;
    white-space: nowrap;
    display: inline-block;
    padding-left: 370px;
    padding-right: 15px;
}

.topNav.mobileMenu .topnav__Measure {
    white-space: normal;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 15px;
    display: block;
}

.topNav ul {
    padding: 0px;
    margin: 0px;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
}

.topNav li {
    display: inline-block;
    vertical-align: middle;
    max-width: 180px;
    margin-right: 38px;
    text-align: center;
    white-space: normal;
    position: relative;
}

.topNav.mobileMenu li {
    display: block;
    text-align: left;
    white-space: normal;
    margin-right: 0px;
}

.topNav li:last-of-type {
    margin-right: 15px;
}

.topNav li::after {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 22px;
    width: 2px;
    background: white;
    position: absolute;
    right: -20px;
    top: calc(50% - 26px);
    box-shadow: 1px 1px black;
}

.topNav.mobileMenu li::after {
    display: none;
}

.topNav li:last-of-type::after {
    display: none;
}

.topNav li a {
    display: block;
    padding-bottom: 30px;
    text-decoration: none;
    color: white;
    background: rgba(0, 0, 0, .01);
    text-shadow: 1px 1px black;
}

.topNav li a:hover {
    color: #c9e4bc !important;
}

.topNav.mobileMenu li a {
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.topnav__Mobile {
    height: auto;
    overflow: visible;
}

.topNav.mobileMenu .topnav__Mobile {
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 0px);
    width: 100%;
    background: linear-gradient(90deg, rgba(31, 123, 96, 0.95) 0%, rgba(13, 95, 71, 0.95) 100%);
}

.topNav li a.submenuToggle {
    display: none;
}

.topNav.mobileMenu li a.submenuToggle {
    display: inline-block;
    position: absolute;
    left: -35px;
    top: -6px;
    width: 30px;
    height: 30px;
    background: none;
    padding: 0px;
    margin-bottom: 0px;
}

.topNav.mobileMenu li a.submenuToggle .arrow {
    overflow: hidden;
    display: block;
    border-top: 2px solid white;
    border-right: 2px solid white;
    line-height: 100px;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    top: 8px;
    transition: left 0.1s, top 0.1s, transform 0.2s;
}

.topNav.mobileMenu li a.submenuToggle.isOpen .arrow {
    transform: rotate(135deg);
    top: 6px;
    left: 11px;
}

.topNav ul>li>ul {
    position: absolute;
    top: 100%;
    width: 205px;
    background: linear-gradient(90deg, rgb(26 88 70) 0%, rgb(26 88 70) 100%);
    padding: 15px;
    padding-bottom: 0px;
    text-align: left;
    margin-left: -15px;
    animation-name: fadeinulliul;
    animation-duration: 0.4s;
    display: none;
}

.topNav.desktopMenu ul>li>ul {
    height: auto !important;
}

@keyframes fadeinulliul {
    from {
        margin-top: -25px;
        opacity: 0;
    }

    to {
        margin-top: 0px;
        opacity: 1;
    }
}

.topNav ul>li:hover>ul {
    display: block;
}

.topNav.mobileMenu ul>li:hover>ul {
    animation-name: none;
}

.topNav ul>li>ul>li {
    margin-right: 0px;
    margin-bottom: 15px;
}

.topNav ul>li>ul>li::after {
    display: none;
}

.topNav ul>li>ul>li a {
    padding: 0px;
}

.topNav.mobileMenu ul>li>ul {
    position: relative;
    padding: 0px;
    top: unset;
    transition: height 250ms;
    height: 0px;
    margin-left: 15px;
    background: none;
    overflow: hidden;
}

.topNav.mobileMenu ul>li>ul.isOpen {
    height: auto;
    display: block;
    animation-name: none;
    animation-duration: 0s;
}

/*Footer Style*/
.site-footer {
    z-index: 0;
}

/*Subnav Styles*/
.subNav {
    position: relative;
}

.subNav a:hover {
    color: #c9e4bc !important;
}

.subNav>input {
    color: white;
    background-color: rgba(26, 88, 70, 1);
    transition: background-color 0.8s, color 0.8s;
}

.subNav>input:hover {
    color: #c9e4bc;
    background-color: rgb(13, 41, 33);
}

.subNav>input:before {
    color: white;
}

.subNav>input:hover:before {
    color: #c9e4bc;
    animation-name: input-hover-color;
    animation-duration: 0.8s;
}

@keyframes input-hover-color {
    from {
        color: white;
    }

    to {
        color: #c9e4bc;
    }
}

.subNav>.nestedLinkList {
    background-color: rgba(26, 88, 70, 1);
}

.headerTextBackgroundGradientLeft {
    background: linear-gradient(90deg, rgba(26, 88, 70, 76%) 0%, rgba(17, 52, 91, 0) 100%);
}

.headerTextBackgroundGradientRight {
    background: linear-gradient(270deg, rgba(26, 88, 70, 79%) 0%, rgba(17, 52, 91, 0) 100%);
}

.headerTextBackgroundAngle1 {
    background: linear-gradient(0deg, rgba(165, 224, 173, 0.5) 0%, rgba(165, 196, 224, 0) 100%);
}

@media screen and (max-width: 800px) {
    .headerImageOverlay {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40vw, rgba(255, 255, 255, 1) 56.25vw, rgba(255, 255, 255, 1) 100%);
    }
}