@charset "UTF-8";
/* CSS Document */

.text-image-block:has(div.c3_div_text_intro) {
    padding-top: 0px;
    padding-bottom: 0px;
    display: block !important;
    background-color: #ffffff !important;
}

.text-image-block:has(div.c3_div_text_intro):before {
    display: none;
}

div.c3_div_text_intro {
	
	display: block;
	position: relative;
    background-color: #ffffff;
    padding-bottom: 140px;
    width: 100%;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
	
	div {
		display: block;
		position: relative;
		height: 150vh;
		background-image: url(assets/down_arrow.gif);
        background-size: 50px;
		background-repeat: no-repeat;
		background-position: center calc(16vh - 50px);
	}
	
	h2, h3, p {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 40px;
		padding: 20px 10% 20px 10%;
        color: rgba(0,0,0,0.5);
        font-weight: 200;
	}
	
	h2 { 
		position: sticky !important; 
		top: 0px; 
        padding-top: calc(50vh - 20px); 
		/*transform: translateY(calc(50vh - 20px));*/
		font-size: 50px;
		line-height: 60px;
        color: var(--c3-color-teal);
	}
    
    h3 { 
		padding-bottom: 0px;
        margin-bottom: 0px;
	}
	
	p {	padding-top: 30px; padding-bottom: 0px; font-size: 20px; line-height: 30px; }
	
}

div.c3_div_text_intro::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: -16px;
    width: calc(100% - 32px);
    height: calc(85% - 64px);
    border: 1px solid #999999;
    margin: 32px;
    border-radius: 20px;
    border-bottom-right-radius: 200px;
}

div.c3_div_text_intro_foreword::before {
    height: calc(93% - 64px);
}

div.c3_div_text_intro div.c3_quote {
    background-position: center calc(16vh - 50px) !important;
}

div.c3_div_text_intro div.c3_quote h2 {
    padding-top: calc(30vh - 20px) !important;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Haboro Light Condensed It';
    font-family: "haboro-serif-condensed", serif;
}

div.c3_div_text_intro div.c3_quote strong.c3_quotemark {
    display: inline-block;
    position: relative;
    font-size: 0px;
    color: var(--c3-color-green);
    font-style: italic;
    background-image: url(assets/c3-quote-teal.svg);
    background-size: contain;
    width: 120px;
    height: 150px;
    background-repeat: no-repeat;
}
/*
div.c3_div_text_intro.c3_div_text_intro_people div.c3_quote strong.c3_quotemark {
    background-image: url(assets/c3-quote-green.svg);
}

div.c3_div_text_intro.c3_div_text_intro_environment div.c3_quote strong.c3_quotemark {
    background-image: url(assets/c3-quote-orange.svg);
}

div.c3_div_text_intro.c3_div_text_intro_justice div.c3_quote strong.c3_quotemark {
    background-image: url(assets/c3-quote-blue.svg);
}

div.c3_div_text_intro.c3_div_text_intro_community div.c3_quote strong.c3_quotemark {
    background-image: url(assets/c3-quote-red.svg);
}*/

div.c3_div_text_intro div.c3_quote em {
    color: #000000;
}

@media only screen and (max-width: 770px) {
    div.c3_div_text_intro {
        
        padding-bottom: 160px;
        
        div {
            background-position: center calc(25vh - 50px);
        }

        h2, h3, p {
            font-size: 20px;
            line-height: 30px;
        }

        h2 { 
            font-size: 40px !important;
            line-height: 50px !important;
        }

        p {	font-size: 14px; line-height: 20px; }

    }
    
}

@media only screen and (max-width: 460px) {
    div.c3_div_text_intro {
        h2, h3, p {
            font-size: 18px;
            line-height: 26px;
        }

        h2 { 
            font-size: 26px !important;
            line-height: 34px !important;
        }

        p {	font-size: 14px; line-height: 20px; }

    }
    
    
}
