
/* PAGE BACKGROUND */

body.page #page, body.page .page-inner {
    background-image: none;
    background: #666;
}


body.page .page-inner-3 {
    background: url(/content/dam/www/news/pattern-10.png) center top 150px #666666;
    background-attachment: fixed;
    background-repeat: no-repeat;
} 

     
/* ENRICHED HEADER TWEAKS - 7/30/24 ------------------- */


    @media only screen and (min-width: 1025px){    
    
/* HEADER TWEAKS */


.core-header .main, .core-header .main:before {
    background-color: #666666;
}   

.core-header .main .left .site-title .title {
    margin-top: -24px;
}

.core-header.aem-GridColumn.sticky .stickable .main .left .site-title .title {
    margin-top: 0px;
}

.core-header .main .tasknav+.tagline, .core-header .textoverphoto .tasknav+.tagline {
    left: -586px;
    top: 0px;
    position: relative;
}

.core-header .main .tasknav .core-button.buttoncomponent:not(.color)>a, 
.core-header .textoverphoto .tasknav .core-button.buttoncomponent:not(.color)>a {
    border: 1px solid #fff;
}

/* TOP NAV */

.core-topnav .nav-wrapper>li .topnav-item a {
    background: #002f56;
    color: #ffffff;
}

.core-topnav {
    background: #002f56;
}


/*SEARCH TWEAKS*/


.core-topnav .search-wrapper:hover .search-label:not(.empty), .core-topnav .search-wrapper:focus .search-label:not(.empty), .core-topnav .search-wrapper .search-menu.show .search-label:not(.empty) {
    background: #555;
}

.core-topnav .search-wrapper:hover .search-label:not(.empty):after, .core-topnav .search-wrapper:focus .search-label:not(.empty):after, .core-topnav .search-wrapper .search-menu.show .search-label:not(.empty):after {
    background: #fff;
    color: #555;
}

.core-topnav .search-wrapper .search-content {
    background: #555;
}
}    