/* General */

.acf-block.text {
    display: flex;
    padding-top: 45px;
    padding-bottom: 45px;
}

.acf-block.text > section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.acf-block.text h2,
.acf-block.text h3 {
    color: #241D72;
    margin-top: 0;
    margin-bottom: 3vw;
    font-size: 3.5vw;
    line-height: 1;
}

.acf-block.text h3 {
    margin-top: 4vw;
}

.acf-block.text p,
.acf-block.text a,
.acf-block.text ul li {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 1.2;
}

.acf-block.text ul {
    margin-left: 4vw;
}

.acf-block.text ul li {
    position: relative;
    list-style-type: none;
    margin-bottom: 3vw;
}

.acf-block.text ul li::before {
    content: "–";
    position: absolute;
    left: -3.5vw;
}

.acf-block.text .container-fluid > div:not(.has-color) > p,
.acf-block.text .container-large > div:not(.has-color) > p,
.acf-block.text .container > div:not(.has-color) > p,
.acf-block.text .container-fluid > div:not(.has-color) > ul li,
.acf-block.text .container-large > div:not(.has-color) > ul li,
.acf-block.text .container > div:not(.has-color) > ul li {
    color: #241D72;
}

.acf-block.text.text-small p,
.acf-block.text.text-small a,
.acf-block.text ul li {
    font-size: 1.8vw;
}

.acf-block.text p {
    margin-bottom: 2vw;
}

.acf-block.text.text-small p {
    margin-bottom: 2vw;
}

.acf-block.text p.lead {
    color: #241D72;
    margin-top: 0;
    margin-bottom: 3vw;
    font-size: 6vw;
    line-height: 1;
}

.acf-block.text.text-small p.lead {
    margin-bottom: 1.5vw;
    font-size: 3vw;
    line-height: 1;
}

.acf-block.text.text-small ul {
    margin-left: 2vw;
    margin-bottom: 1.5vw;
}

.acf-block.text.text-small ul li {
    margin-bottom: 0;
    line-height: 1.2;
}

.acf-block.text.text-small ul li::before {
    left: -2vw;
}

.acf-block.text a.text-link {
    position: relative;
    display: inline-block;
    margin-top: 3vw;
}

.acf-block.text a.text-link:hover,
.acf-block.text a.text-link:focus,
.acf-block.text a.text-link:active {
    outline: 0;
    text-decoration: none;
}

.acf-block.text a {
    color: #241D72;
    text-decoration: underline;
}

.acf-block.text a:hover {
    color: #00B7E5;
}

.single-projects .acf-block.text h2 {
    font-size: 6vw;
    font-family: "FrutigerLTStd-Roman", sans-serif;
    color: #241D72;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #241D72;
}

.single-projects .acf-block.text h3 {
    font-size: 1.8vw;
    margin-top: 2.3vw;
    margin-bottom: 5px;
}

.single-projects .acf-block.text p.lead {
    font-family: "FrutigerLTStd-Black", sans-serif;
}

.single-projects .acf-block.text p.lead {
    margin-bottom: 1.5vw;
    font-size: 3vw;
    line-height: 1;
}

.single-projects .acf-block.text ul {
    margin-left: 2vw;
    margin-bottom: 1.5vw;
}

.single-projects .acf-block.text ul li {
    margin-bottom: 0;
    line-height: 1.2;
}

.single-projects .acf-block.text ul li::before {
    left: -2vw;
}

.single-projects .acf-block.text p {
    margin-bottom: 2vw;
}

.single-projects .acf-block.text p,
.single-projects .acf-block.text a {
    font-size: 1.8vw;
}

/* 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) {
    .acf-block.text {
        min-height: unset;
    }
}

@media only screen and (max-width: 991.98px) {

}

@media only screen and (max-width: 767.98px) {

}

@media only screen and (max-width: 575.98px) {

}

@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) {

}