/* Generic */
.hidden {
    display: none;
}

.page {
    background-image: url(/App_Themes/jax01/images/urbanForestry/UrbanForestryBG.png);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
}

.page__content a,
.page__content a:active,
.page__content a:visited {
    color: #008000;
    text-decoration: none !important;
}

.page__content a:hover {
    color: black;
    text-decoration: underline;
}

.page__content summary {
    font-weight: bold;
    cursor: pointer;
    color: #008000;
}

.page__content summary:hover {
    color: black;
}

/* Tree Content */
.tree-h2 {
    color: #008000;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
}

.tree-bold {
    color: rgb(22, 109, 82);
    font-weight: bold;
}

/*Page Blockquote Styles*/
.fr-view blockquote {
    border-left: solid 2px #255225;
    margin-left: 0;
    padding-left: 5px;
    color: #255225;
}