/* General */

.acf-block.funding-areas {
	display: flex;
	padding-top:45px;
	padding-bottom:45px;
    background-color:#e9e8f1;
    
}

.acf-block.funding-areas.design {
    background-color:#f2fbfe;
}

.acf-block.funding-areas.design a.title-link {
    text-decoration: none;
    display: inline-block;
}

.acf-block.funding-areas.no-title {
    height:auto;
    min-height:0;
}

.acf-block.funding-areas > section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.acf-block.funding-areas > section > div {
	width:100%;
}

.acf-block.funding-areas h2 {
	color:#00B7E5;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #00B7E5;
    margin-top: 0;
    margin-bottom: 1.5vw;
    font-size:6vw;
    line-height:1;
}

.acf-block.titleblue  h2 {
	color: #241D72;
	-webkit-text-fill-color: #241D72;
	-webkit-text-stroke-width: 0px;
	-webkit-text-stroke-color:transparent;
    margin-top: 0;
    margin-bottom: 1.5vw;
    font-size:6vw;
    line-height:1;


}

.acf-block.funding-areas p.lead {
	color:#00B7E5;
    margin-top: 0;
    margin-bottom: 3vw;
    font-size:6vw;
    line-height:1;
}

.acf-block.funding-areas a h3 {
    font-family: 'FrutigerLTStd-Bold';
	display: inline-block;
    color: #241D72;
    font-size:2.1vw;
    margin-top: 0;
    margin-bottom: 0;
    line-height:1;
    padding-top:1.5vw;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}


.acf-block.funding-areas.design a h3 {
    color:#00B7E5;
    font-size:2.5vw;
    font-family: FrutigerLTStd-Roman, sans-serif;
}

.acf-block.funding-areas a.text-link {
	margin-top:3vw;
}

.acf-block.funding-areas .image-wrapper {
    overflow: hidden;
    display: block;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.acf-block.funding-areas .image-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.025);
    transform-origin: center;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/* .acf-block.funding-areas .tile-link {max-height:450px} */

.acf-block.funding-areas .tile-link:hover .image-wrapper img {
    transform: scale(1.1);

}

.acf-block.funding-areas .tile-link h3::after {
    width: 5vw;
    height: auto;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    transform: translateX(0);
    padding-left: 1.2vw;
}

.acf-block.funding-areas .tile-link:hover h3::after {
    animation: arrow-right 2.5s ease-in-out infinite;
}

/* Responsive */

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1920px) {
    .acf-block.funding-areas {
        min-height: unset;
    }

    .acf-block.funding-areas h2 {
        margin-bottom: 3.5vw;
    }

    .acf-block.funding-areas .tile-link {
        padding-bottom: 3.5vw;
    }

    .acf-block.funding-areas .tile-link:last-of-type {
        padding-bottom: unset;
    }
}

@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) {
    .acf-block.funding-areas .tile-link h3::after {
        width: 45px !important;
    }
    .acf-block.funding-areas .tile-link {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 575.98px) {

}

@media only screen and (max-width: 499.98px) {

    .acf-block.funding-areas > section > div:last-of-type > div {
        padding-bottom: unset;
    }
}

@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) {

}