/* Titles */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   color: #0047ba;
}
#page-title h1 {
   color: #0047ba;
}
/* Header */
/* White background header in line with logo */
.navbar-header.col-md-3.nav-head-wrap.header-brand {
    z-index: 99;
    background-color: white!important;
    min-height: 125px;
}
/* Hyperlinks */
.region-content a {
    border-color: #009F97;
}
/* Spacing between the first text block and block Last news and upcoming events */
.node.node--type-page.node--promoted.node--view-mode-homepage {
    margin-bottom: 55px;
}
/*  Spacing between events in Last news block and upcoming events */
#block-phiri-views-block-events-block-1 .views-row {
    padding-bottom: 55px;
}
div.landing-page, .content-block {
    border: 1px solid #009F97!important;
}
div#block-phiri-views-block-events-block-1 h3 {
    margin: 5px 0 15px 0;
}
/* Avoiding overlap in Research fields links in table */
#block-phiri-content--2 a {
    line-height: 1.5em;
}
/* Buttons */
.btn:hover, .button:hover, input[type="submit"]:hover {
    background-color: #009f97;
    border-color: #009f97;
    color: #ffffff;
}
.footer-bottom .contact-email {
    padding: 30px 0;
}

.version-website {
    background-color: #0047ba;
}