img {
    max-width: 100%;
}
.portalMessage.warning {
    display: none;
}
.testing {
    display: inline-block;
    background: #d0c369;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom:20px;
}

.testing .col-md-4 {
    text-align: center;
    color: #fff;
}
span.headitext {
    padding-left: 5px;
    color:#000;
}

.plone-navbar {
    background-color: #114e9b;
}
.plone-breadcrumb {
    clear: left;
    background-color: #d0c369;
    margin-bottom: 20px;
    margin-top: -20px;
}
.glyphicon-earphone:before {
    content: "\e182";
    color: #000;
}
.glyphicon-envelope:before {
    content: "\2709";
    color: #000;
}
.glyphicon-home:before {
    content: "\e021";
    color: #000;
}

header#content-header {
    background: #0c3778;
    margin-bottom: -15px;
    margin-top: -21px;
}
.portlet .portletHeader {
    background: #114e9b;
    font-weight: 500;
    font-size: 18px;
    padding: 13px 15px;
    color: #fff;
}