html {
  scroll-behavior: smooth;
}

.splash .content section {
    padding:5em 0 2em 0;
}

.splash .content section:last-child {
    padding-bottom:10em;
}

.splash section article .color-ochre {display:none;}
.splash section .col-md-12>article.box {padding:1em 0 1em 0;}

.banner .banner--text {padding:0;}
.banner .banner--text h4 {padding:1em 1em 0 1em;}
.banner .banner--text h4:empty {display:none;}
.banner .banner--text p {padding:0 1em 1em 1em;}

@media (min-width: 768px) and (max-width: 991px) {
#footer .footer-menu {
    display: block !important;
}

#footer .footer-menu--contact .row>div {
    float:right !important;
    text-align:right;
}
}


.footer--social-links {
    display:none;
}