.plone-nav li a:hover, .plone-nav li a:focus {
    text-decoration: none;
    background-color: #3008ce;
}
.plone-navbar {
    background-color: #8506b8;
    color: white;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
}
body#visual-portal-wrapper {
    background: #afafaf;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #afafaf;
    z-index: 0;
}
main#main-container {
    background: #fffffa;
    padding-top: 10px;
}
section.portletContent img {
    width: 100%;
}
.portalMessage.warning {
  display: none;
}
.plone-navbar {
    background-color: #4d4d4d;
    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: #8506b8;
}
.plone-nav li a:hover, .plone-nav li a:focus {
    text-decoration: none;
    background-color: #8506b8;
}
.plone-nav li ul li a {
    font-size: 16px;
    background-color: #4d4d4d;
}
a#portal-logo img {
    width: 100%;
}
@media (min-width: 1600px) {
    .container {
        width: 100% !important;
        padding: 0px;
        margin-bottom: -15px;
margin-top:0px;
    }
}
main#main-container {
    background: #fffffa;
    padding-top: 10px;
    padding: 20px;
}
#portal-header {
    margin-top: 0px;
}