/* =========================================
   SAN Green Branding
   ========================================= */

/* Headings */
h1, h2, h3, h4, h5, h6,
.page_title,
.cmp_breadcrumbs,
.obj_article_summary .title a {
    color: #105516 !important;
}

/* General Links */
a,
a:link,
a:visited {
    color: #105516;
}

/* Hover Links */
a:hover,
a:focus {
    color: #0b3d10;
    text-decoration: underline;
}

.pkp_page_index .current_issue .read_more {
    color: #105516;
}

.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
    color: #0b3d10;
}


/* Link Button */
.cmp_button_wire, .obj_galley_link {
    border: 1px solid #105516;
}

/* Navigation Menu */

/* Main header navigation (top level only) */
.pkp_navigation_primary > li > a {
    color: #ffffff !important;
}

/* User menu (top bar only) */
.pkp_navigation_user > li > a {
    color: #ffffff !important;
}

/* Site title / logo link */
.pkp_site_name a {
    color: #ffffff !important;
}

/* Hover state (top level only) */
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_user > li > a:hover,
.pkp_site_name a:hover {
    color: #e0e0e0 !important;
}

/* Sidebar links */
.pkp_block a {
    color: #105516 !important;
}

/* =========================================
   Dropdown Menu Links - Green
   ========================================= */

.pkp_navigation_primary .dropdown-menu a,
.pkp_navigation_primary .pkp_nav_list ul a,
.pkp_navigation_primary ul ul a, 
.dropdown-menu li a {
    color: #105516 !important;
}

/* Hover state for dropdown links */
.pkp_navigation_primary .dropdown-menu a:hover,
.pkp_navigation_primary .pkp_nav_list ul a:hover,
.pkp_navigation_primary ul ul a:hover {
    color: #0b3d10 !important;
}

/* Buttons */
.pkp_button,
button,
input[type="submit"] {
    background: #105516 !important;
    border-color: #105516 !important;
}

/* Button hover */
.pkp_button:hover,
button:hover,
input[type="submit"]:hover {
    background: #0b3d10 !important;
    border-color: #0b3d10 !important;
}

/* About Site Heading */
.about_site p:first-child {
    color: #105516;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

/* About Site Body Text */
.about_site p {
    color: #333;
    line-height: 1.7;
}

/* Links inside About Site */
.about_site a {
    color: #105516 !important;
}