/* hide elements */
#trent-search,
#highlighted,
#sidebar-second,
footer,
#footer-menu {
    display: none;
}

/* base font */
body, p, a {
    font-size: 10pt;
    color: #000 !important;
}
a {
    color: #000;
    /* text-decoration: underline; */
}
#breadcrumb {
    margin-bottom: 1rem;
    background: #FFF;
    padding: 0;
}
#breadcrumb .breadcrumb {
    color: #000;
}

/* pop a logo in */
body {
    background: url(../images/logo-bw.png) top left no-repeat;
    background-size: 200px 61px;
    padding-top: 80px;
}

/* Widgets etc */
/* Tiles */
.view-highlighted-pages .views-row {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 2rem;

}
.view-highlighted-pages .views-field-field-promo-image {
    float: left;
    margin-right: 1rem;
    max-width: 25%;
}

/* drupal admin stuff */
html body.admin-menu {
    margin-top: 0 !important;
}
.tabs, .contextual-links-wrapper {
    display: none;
}