/* General */

.acf-block.header {
    display: flex;
    padding-top: 145px;
    padding-bottom: 45px;
}

.acf-block.header > section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.acf-block.header h1 {
    color: #241D72;
    margin-top: 0;
    margin-bottom: 1.5vw;
    font-size: 6vw;
    line-height: 1;
}

.acf-block.header p.lead {
    color: #241D72;
    margin-top: 0;
    margin-bottom: 3vw;
    font-size: 6vw;
    line-height: 1;
}

body.funding-areas .acf-block.header h1,
body.daylight-research .acf-block.header h1,
body.healthy-ageing .acf-block.header h1,
body.ophthalmology .acf-block.header h1,
body.forestry .acf-block.header h1 {
    color: #00B7E5;
    -webkit-text-fill-color: #FFFFFF;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #00B7E5;
}

body.funding-areas .acf-block.header p.lead {
    color: #00B7E5;
}

.acf-block.header .triangle {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    color: #241D72;
}

body.daylight-research .acf-block.header a.triangle, 
body.healthy-ageing .acf-block.header a.triangle, 
body.ophthalmology .acf-block.header a.triangle {
    color: white !important;
}

body.funding-areas .acf-block.header .triangle {
	color: #00B7E5;
}


/* Responsive */

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1599.98px) {

}

@media only screen and (max-width: 1399.98px) {

}

@media only screen and (max-width: 1199.98px) {

}

@media only screen and (max-width: 991.98px) {

}

@media only screen and (max-width: 767.98px) {

}

@media only screen and (max-width: 575.98px) {

    .acf-block.header {
        min-height: 350px;
        padding-bottom: 60px;
    }

}

@media only screen and (max-width: 499.98px) {
    
}

@media only screen and (max-width: 449.98px) {

}

@media only screen and (max-width: 399.98px) {

}

@media only screen and (max-width: 349.98px) {

}

@media only screen and (max-width: 319.98px) {

}