/* ----------------------------------------------------
   UNIFY ALL HEADER BARS TO #084F67
   ---------------------------------------------------- */

/* Top thin header bar */
.pkp_head_wrapper {
    background-color: #084F67 !important;
}

/* Main header background (site name area) */
.pkp_site_name_wrapper {
    background-color: #084F67 !important;
}

/* Navigation menu background */
.pkp_navigation_primary_wrapper {
    background-color: #084F67 !important;
}


/* ----------------------------------------------------
   NAVIGATION LINKS (VISIBLE + LARGER)
   ---------------------------------------------------- */

/* Main navigation tabs */
.pkp_navigation_primary > li > a {
    color: #ffffff !important;     /* visible */
    font-size: 120% !important;    /* 10% larger */
    font-weight: 400 !important;
}

/* Hover effect on main tabs */
.pkp_navigation_primary > li > a:hover {
    color: #e6e6e6 !important;
}


/* ----------------------------------------------------
   DROPDOWN MENU (BACKGROUND + TEXT + HOVER)
   ---------------------------------------------------- */

/* Dropdown container background */
.pkp_navigation_primary ul ul {
    background-color: #084F67 !important;  /* same as header */
    border: 1px solid #063847 !important;
}

/* Dropdown list items */
.pkp_navigation_primary ul ul li {
    background-color: #084F67 !important;
}

/* Dropdown links */
.pkp_navigation_primary ul ul li a {
    color: #ffffff !important;            /* white text */
    font-size: 120% !important;
    font-weight: 500 !important;
}

/* Dropdown hover */
.pkp_navigation_primary ul ul li a:hover {
    background-color: #0A607C !important; /* lighter teal */
    color: #ffffff !important;
}


/* ----------------------------------------------------
   HIDE STATIC PAGE TITLE
   ---------------------------------------------------- */

.page_title {
    display: none !important;
}


/* ----------------------------------------------------
   GENERAL PAGE IMPROVEMENTS
   ---------------------------------------------------- */

.pkp_page_content {
    padding-top: 15px !important;
}

h1, h2, h3 {
    color: #084F67 !important;
    font-family: "Arial", sans-serif !important;
}

.pkp_page_content p {
    margin-bottom: 12px !important;
}
