#nav > ul a::before { background: #0C4E9D;}
a {color: #126AA0;}
.cta-aside { background: #0C4E9D;}
.countries a::before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .01) 1%, rgba(0, 0, 0, .51) 80%, rgba(0, 0, 0, .51) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .01) 1%, rgba(0, 0, 0, .51) 80%, rgba(0, 0, 0, .51) 100%);
    z-index: 2;
}
.visual::before {background: rgba(12, 78, 157, 0.51);}
.section-header .h1::before, .section-header h1::before, .section-header .h2::before, .section-header h2::before {background: rgba(12, 78, 157, 0.51);}
.section-header .h1, .section-header h1, .section-header .h2, .section-header h2 {text-transform: none;}
.post .img-holder {overflow: hidden;border-radius: 10px 10px 0 0;}
.post {box-shadow: 0 3px 5px rgba(0, 0, 0, .1);border-radius: 10px;}