/* Header */
header {
    margin-bottom: 0;
    height: 100%;
    max-height: 130px;
    background-color: #151310;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 2px 6px 2px rgba(0, 0, 0, 0.15);
    z-index: 10;
    position: relative;
}
header .uk-container {
    max-width: 1440px;
}
header .bar {
    height: 40px;
    background-color: #7B2219;
}
header #dockHeaderBackground {
    background: transparent;
}
header .main-logo {
    width: 200px;
    margin-left: -36px;
    padding-left: 26px;
    background: #151310;
}
header .main-logo img {
    width: 148px;
    position: absolute;
    top: 20px;
}
header .utility-bar {
    background-color: transparent;
    margin-right: 20px;
    height: 40px;
    width: 100%;
}
header .nav-link {
    text-transform: uppercase;
    margin-left: 15px;
}
header .nav-link a, header .nav-link a:hover, header #siteNav > .folder-link a, header #siteNav > .folder-link a:hover, header #desktop-search {
    color: #E5CD8B;
}
header #siteNav > .folder-link.dropdown-icon::after {
    content: "\f0d7"; /* carat down */
    font-family: FontAwesome;
    color: #E5CD8B;
    padding-left: 5px;
}
header #siteNav > .folder-link {
    padding: 0.5rem;
    border: 1px solid transparent;
    margin-left: 5px;
}
header #siteNav .folder-link:hover, header #siteNav > .folder-link.active, header #siteNav > .dropdown-icon.uk-open {
    border: 1px solid #E5CD8B;
    border-radius: 0;
    background: transparent;
}
header #siteNav > .folder-link.active {
    background: transparent;
}
header #siteNav > .folder-link.active a {
    color: #E5CD8B;
}
header #siteNav {
    margin-left: 155px;
    padding: 20px;
}
header .search-link {
    border: 1px solid #E5CD8B;
    padding: 0.5rem 1rem;
    margin-left: 10px;
}
header .search-link:hover {
    color: #E5CD8B;
    background: #7B2219;
}
header .search-link:hover #desktop-search {
    width: 100%;
    height: 100%;
}
header #siteNav .uk-dropdown.megamenu {
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    inset: auto;
    margin-left: -10px;
    max-height: 270px;
    padding: 30px;
}
header #siteNav .uk-dropdown.uk-dropdown-flip {
    right: 0;
    left: auto;
}
#siteNav .dropdown-icon .uk-dropdown.megamenu, .dropdown-icon:hover .uk-dropdown.megamenu, .uk-dropdown.megamenu:hover {
    margin-top: 20px;
}
header #siteNav .megamenu ul {
    list-style: none;
    text-transform: none;
}
header #siteNav .megamenu a, header #siteNav .folder-link.active .megamenu a, header #siteNav .megamenu a:hover {
    color: #000;
}
header #siteNav .megamenu a:hover {
    text-decoration: underline;
    text-decoration-color: #7B2219;
}
header .bh-dock-mobile-menu .bh-mobile-nav-bar a {
    color: #E5CD8B;
    font-size: 1rem;
    line-height: 50px;
}
header .bh-dock-mobile-menu .bh-mobile-nav-bar img {
    padding: 10px 0;
}
header .bh-dock-mobile-menu .bh-mobile-search, header .bh-dock-mobile-menu .bh-mobile-menu-button {
    margin: 10px;
    padding: 0 20px;
    border: 1px solid #E5CD8B;
 }
header .bh-dock-mobile-menu .uk-icon-bars::before {
    padding-right: 10px;
}
header #mobile-nav {
    top: 120px;
}
@media(max-width:1229px) {
    header {
        max-height: 150px;
    }
}
@media(min-width: 1229px) {
    header #siteNav > .folder-link {
        font-size: 0.9rem;
    }
}
.login-page header.dock-2025-theme {
    max-height: none;
    position: relative;
    z-index: 0;
}
.uk-container#frontend-login-form {
    position: relative;
    z-index: 1;
}
header.dock-2025-theme #dockLoginHeaderBackground {
    background: none;
}
@media(max-width: 767px){
    header.dock-2025-theme #dockLoginHeaderBackground > .uk-container:before {
        top: -95px;
    }
    body.login-template footer {
        bottom: 0;
    }
}
/* Page Heading Section */
.page-heading {
    background: url(/application/images/bh_page_heading_bg.jpg) no-repeat center 68% / cover; 
    max-height: 300px;
    height: 100%;
    margin-bottom: 4rem;
    position: relative;
    padding-bottom: 50px;
}
.page-heading::before { /* gradient to control background image opacity */
    content: "";
    background: linear-gradient(to right, rgba(247, 238, 223, 0.99) 0%, rgba(247, 238, 223, 0.5) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.page-heading .title {
    position: relative;
}
.page-heading h1 {
    color: #1A1917;
}
.page-heading .uk-h5 {
    font-family: "bh-pt-sans", sans-serif;
    font-weight: 400;
    color: #544726;
    font-size: 1.3rem;
}
.page-heading .crumbtrail .crumb {
    text-transform: uppercase;
}
.page-heading .crumbtrail .crumb.crumb-title {
    color: #7b2219;
}
.page-heading .default-title h1, .page-heading .subtitle .uk-h5 {
    margin-bottom: 10px;
}
.page-heading .uk-container, #headingRow .uk-container, #downloadsRow .uk-container {
    max-width: 1296px;
}
@media(max-width: 767px) {
    .page-heading {
        margin-bottom: 3rem;
    }
    .page-heading .subtitle .uk-h5 {
        font-size: 1rem;
    }
    h3, .uk-h3 {
        font-size: 1.25rem;
    }
}

/* Page Typography and Background Overrides */
h2, .uk-h2, h3, .uk-h3, h4, .uk-h4,  h5, .uk-h5 {
    color: #8e7b49;
}
body.document-asset-download, #headingRow, #downloadsRow {
    background: #FFFCF6;
}

/* Overrides tablet header breakpoint */
@media(max-width:1229px){
    .bh-hidden-tablets {
        display:none;
    }
    .bh-visible-tablets.uk-visible-medium {
        display:block !important;
    }
}  
@media(min-width:1230px){
    .bh-visible-tablets.uk-visible-medium {
        display:none !important;
    }
}

/* Accordion */
.dock-2025-theme .bh-accordion {
    padding-bottom: 2rem;
}
.dock-2025-theme .bh-accordion h4 {
    font-weight: 700;
}
.dock-2025-theme .uk-accordion .uk-accordion-title {
    background-color: #1a1917;
    color: #E5CD8B; /*bright wheat*/
    margin-bottom: 0;
    border-bottom: 1px solid #8e7b49; /*dark wheat*/
}
.dock-2025-theme .uk-accordion-title.uk-active, .dock-2025-theme .uk-accordion-title:hover {
    background-color: #7b2219; /*burgundy*/
}
.dock-2025-theme .uk-accordion .uk-accordion-content {
    background-color: #f7eedf; /*tan*/
    padding: 30px;
}
.dock-2025-theme .uk-accordion .uk-accordion-content li::marker {
    color: #7B2219;
}

/* Videos */
.dock-2025-theme .bh-videos {
    padding-bottom: 2rem;
}
.dock-2025-theme .help-video {
    background-color: #f7eedf;
    padding: 20px;
    margin-bottom: 20px;
}

/* Footer */
footer, footer .footer-background-image {
    background: #151310;
    border: none;
}
footer a:hover, footer h5, footer li, footer a {
    color: #E5CD8B;
}
footer li a:hover {
    text-decoration-color: #E5CD8B;
}
footer h5 a:hover {
    text-decoration-color: #7B2219;
}
footer .footer-logo img {
    width: 83px;
    height: 56px;
}
footer ul {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 0.8rem; /* 12px */
    padding: 0;
}
footer .footer-links.uk-grid {
    margin-top: 80px;
    margin-bottom: 80px;
}
footer .footer-links .footer-column {
    padding-bottom: 2rem;
}
footer .footer-links h5{
    margin-bottom: 25px;
}
footer .footer-links li {
    margin-bottom: 10px;
}
footer .footer-links .uk-accordion h5 {
    padding: 15px 0;
    background-color: transparent;
    font-size: 1.1rem;
    border-bottom: 1px solid #AB965D;
    margin: 0;
}
footer .footer-links .uk-accordion h5.uk-accordion-title {
    padding-left: 0;
    background-color: transparent;
    font-size: 1.1rem;
}
footer .footer-links .uk-accordion .uk-accordion-content {
    background-color: transparent;
}
footer .footer-links .uk-accordion .uk-accordion-content ul {
    padding-left: 0;
}
footer p.legal {
    color: #AB965D;
    margin: 0 30px;
    text-align: left;
    max-width: 100%;
}
@media(max-width: 767px) {
    footer .footer-logo img {
        margin-left: 0;
    }
    footer .footer-links {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    footer .footer-links.uk-grid {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    footer p.legal {
        margin: 0;
    }
}

/* Search Modal */
#global-site-search-modal .uk-modal-dialog {
    width: 800px;
    height: 100px;
    padding: 20px;
    margin: 40vh auto;
}
#global-site-search-modal .uk-close {
    color: #AB965D;
    border: 2px solid #AB965D;
    border-radius: 50%;
    z-index: 10;
}
#global-site-search-modal .uk-close:first-child {
    margin: 0;
    float: none;
    position: absolute;
    top: 40px;
    left: auto;
    right: 40px;
}
#global-site-search-modal #global-site-search {
    border: 1px solid #AB965D;
    border-radius: 5px;
    width: 100%;
}
#global-site-search-modal .uk-search-field {
    width: 700px;
    height: 60px;
    color: #ADB5BD;
    padding: 0 40px;
}
#global-site-search-modal .uk-search:after {
    top: 8px;
    left: 5px;
    font-size: 20px;
    color: #000000;
}
@media(max-width: 767px){
    #global-site-search-modal .uk-search-field {
        width: 310px;
    }
}