.portalMessage.warning {
    display: none;
}
header#content-header {
    background-image: url(./homepagefiles/thumbnail_tartan-digital.png);
    margin-top: -20px;
    padding-top: 20px;
    margin-bottom: -20px;
    padding-bottom: 10px;
}
img {
    max-width: 100%;
}
.plone-navbar {
    background-color: #852e9f;
    color: white;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
}
.plone-navbar-nav .current > a, .plone-navbar-nav .selected > a, .plone-navbar-nav .current > a:hover, .plone-navbar-nav .selected > a:hover, .plone-navbar-nav .current > a:focus, .plone-navbar-nav .selected > a:focus {
    color: white;
    background-color: #6e2d81;
}
.plone-nav li a:hover, .plone-nav li a:focus {
    text-decoration: none;
    background-color: #6e2d81;
}
.plone-nav li ul li a {
    font-size: 16px;
    background-color: #852e9f;
}
@media (min-width: 768px) {
    .plone-navbar-nav .has_subtree.inPath > a, .plone-navbar-nav .has_subtree.inPath > a:hover, .plone-navbar-nav .has_subtree.inPath > a:focus {
        color: white;
        background-color: #8d3ba5;
    }
}