.site-branding a.brand img {
    max-width: 250px !important;
}

.header-navigation .header-menu-container ul ul li.menu-item > a {
    width: 240px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    color: var(--global-palette4);
    font-size: 12px;
    line-height: 1.4;
    text-transform: CAPITALIZE !important;
}

masthead, #masthead .base-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap), #masthead .base-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner {
    background: #b62c00;
}

#colophon {
    background: #fff !important;
}

.footer-widget-area figure {
    margin: 0;
    DISPLAY:NONE !important;

}

.site-middle-footer-wrap .site-footer-row-container-inner {
    color: var(--global-palette9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none !important;
}

.footer-widget-area.content-align-left {
    text-align: left;
    display : none !important;
  
}

.base-breadcrumbs {
    margin: 0.5em 0;
    font-size: 90%;
    color: var(--global-palette5);
    display: none !important;
}

.site-header-section-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  
}

.widget-area .widget-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: .5em;
    text-align: center !important;
}