.pkp_site_name .is_img img {
display: inline-block;
max-height: 200px;
max-width:1200%
width: auto;
height: auto;
}

.pkp_structure_footer_wrapper {
    border-top: 1px solid #ffffff;
    border-bottom: 20px solid #ffffff;
}

.pkp_site_nav_menu {
    background: #00208b;
}


.pkp_navigation_primary_row {
    background: #00208b;
    padding-left: 30px;
    padding-right: 30px;
}


#navigationPrimary a {
    color: #ffffff;
}

#navigationPrimary a:hover {
    color: #ffffff;
}

#navigationPrimary > li > a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: #ffffff;
}



#navigationPrimary>li>a:hover, #navigationPrimary>li>a:focus {
    border-color: #ffffff;
}



a {
    color: #4bbdff;
}
a:hover {
    color: #052e9a
}
a:visited {
    color: #0000ff
}
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color: #fff;
}
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:hover, .pkp_head_wrapper .pkp_search .search_controls .search_prompt:focus {
    color: #fff;
    border-bottom: 2px solid #000;
}

#sidebarjt {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#sidebarjt td, #sidebarjt th {
    border-bottom: 2px solid #000;
    padding: 8px;
}

#sidebarjt tr:nth-child(even){background-color: #fff;}

#sidebarjt tr:hover {
    background-color: #efefef;
}

#sidebarjt th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #00208b;
    color: #ffffff;
}

#sidebarjt td, #sidebarjt th {
    border-bottom: 2px solid #00208b;
    padding: 8px;
}

#sidebarjt a {
    color: #000;
    width: 234px;
    display: block;
}
#sidebarjt a:hover {
    color: #004c2f;
}

@media (min-width: 992px){
    .pkp_site_name {
        width: 75%;
        margin-left: 0;
        padding-top: 15px;
        padding-bottom: 0px;
    }
    #navigationPrimary ul a {
        background: #fff;
        color: #00208b;        
    }
    #navigationPrimary ul a:hover  {
        color: #00208b;
        border-left: 5px solid #00208b;
    }
}


