@import "fonts.css";
@import "base.css";
@import "header-footer.css";
@import "bricks.css";

/*------------------------*/
/* theme colors
/*------------------------*/

:root {
    --textDark: black;
    --textMedium: black;
    --borderMedium: rgba(0, 0, 0, 0.2); 
    --borderLight: rgba(0, 0, 0, 0.075);
    --accent: #71214A;
    --textAccent: #e6ac00;
    --light: white;
}
/*------------------------*/
/* turn grayscale off
/*------------------------*/

img {filter: grayscale(0);}

/*------------------------*/
/* colorize_image
/*------------------------*/

.colorize_image {filter: contrast(1) sepia(1) hue-rotate(160deg) grayscale(0.8)!important;}

/*------------------------*/
/* black_2_textDark
/*------------------------*/

div.map::after, .black_2_textDark {filter: none!important;}

/*------------------------*/
/* black_2_textMedium
/*------------------------*/

.black_2_textMedium {filter: contrast(0.3) sepia(0.3) hue-rotate(160deg) brightness(1.4)!important;}

/*------------------------*/
/* black_2_accent
/*------------------------*/

body.filename_coalition section.bgimage + section.wide ul.people li .button.icon img,
.black_2_accent {filter: contrast(0.36) sepia(1) hue-rotate(272deg) contrast(2.53)!important;}


/*------------------------------------------*/


html {font-size: clamp(14px, 1vw, 18px); line-height: 1.45;}
body {background: #eaeef4; font-size: 1.2rem;}
.innerbody {position: relative; overflow: hidden; min-height: 100vh;}
section.wide {max-width: 77rem;}
section.wide.faq {max-width: 100%;}
section.wide.faq .container {max-width: 77rem;}
.container, .innerbody, .innerbody header {max-width: 100rem;}
.container {padding: 0 clamp(1rem,5vw,4rem);}
p, ul, ol, .box.map {margin-bottom: 1.45em;}
strong {font-weight: 600;}
h1 {font-weight: 600; text-align: left; font-size: 4rem;}
h2 {font-weight: 600; margin-top: 6rem}
h3 {font-weight: 600; padding-top: 2rem;}
h3:first-child {padding-top: 0;}

/*------------------------*/
/* change font
/*------------------------*/

h1, h2, a.logo,
a.logo > div.has_subtitle > div span:nth-child(2), 
input, textarea, select,
body {font-family: 'Poppins', sans-serif;}

/*------------------------*/
/* header
/*------------------------*/

section.bgimage .overlay {background: rgba(0,0,0,0);}
header > .container {padding-top: 3.5rem; padding-bottom: 3.5rem;}
a.logo, a.logo > div.has_subtitle > div span:nth-child(2) {font-size: 2.3rem; font-weight: 600; line-height: 1;}
a.logo > div.has_subtitle {gap: 0.85rem;}
a.logo img.inline {margin-bottom: 2.3rem; height: 2.3rem;}
body.filename_education.transparent_header:not(.menushown) header:not(.sticky) #togglemenu,
body.transparent_header header:not(.sticky) a.logo > div img.inline {filter: none!important;}
body.mobilemenu header > div.container > div:nth-child(2) {background: var(--accent); position: absolute; margin-right: clamp(-4rem,-5vw,-1rem); margin-top: -8.55rem; max-width: 30rem;}
body.mobilemenu.menushown #togglemenu {position: absolute; top: inherit;}
#togglemenu {border: 0.12rem solid black; border-radius: 100%; right: clamp(1rem,5vw,4rem); width: 4rem; height: 4rem; background-size: 2.8rem auto!important;}
body.mobilemenu header nav > ul {margin: 11rem 0;}
body.mobilemenu header nav > ul > li a {font-size: 2.25rem; font-weight: 600; padding: 0.22rem 4.5rem;}

header + section .bgimage {aspect-ratio: 1.78; min-height: 30rem;}
header + section.bgimage h1 {
    font-size: 5.2rem; 
    position: absolute; 
    padding: 0 clamp(1rem,5vw,4rem); 
    bottom: 5.25rem; 
    font-weight: 600;
    max-width: 93.5rem;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
header + section.bgimage .container {position: initial;}

header + section.bgimage + section {padding-top: 2.5rem!important;}
header + section.bgimage + section > .container > p:first-child {font-weight: 600; font-size: 2.2rem; margin-bottom: 1.5rem; line-height: 1.3;}
body.filename_education.transparent_header header:not(.sticky) a.logo, 
body.filename_education.transparent_header:not(.menushown) header:not(.sticky) nav > ul > li > a {
    color: black;
}

/*------------------------*/
/* footer
/*------------------------*/

footer {border-top: 0; margin-top: 0;}
footer .container {padding-top: 2.25rem; padding-bottom: 2.25rem; font-size: 0.9rem;}
footer .container > div:first-child {flex: 0; white-space: nowrap; padding-right: 5rem;}
footer > div:last-child {display: none;}
footer ul {justify-content: flex-start;}
@media (max-width: 1000px) {
    footer .container > div:first-child {padding-right: 0rem;}
    footer ul {justify-content: center!important; margin: 1.25rem 0 0;}
}
/*------------------------*/
/* buttons
/*------------------------*/

.button.icon {border-radius: 100%;}
.button:not(.icon) {
    font-size: 2rem; 
    font-weight: 600; 
    padding: 0; 
    position: relative; 
    background: none; 
    color: black;
    display: inline-block;
    line-height: 1.2;
}
form > div.submit > div {position: relative;}
form > div.submit > div::after,
.button:not(.icon)::after {
    content: "";
    height: 0.2rem;
    background: black;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    margin-bottom: -0.3rem;
    transform: scaleX(1);
    transition: transform 0.15s ease-in-out;
}
form > div.submit > div:hover::after,
.button:not(.icon):hover::after {
    transform: scaleX(0);
}

/*------------------------*/
/* form
/*------------------------*/

input {
    border: 0; 
    padding: 0; 
    line-height: 2; 
    border-radius: 0; 
    border-bottom: 0.1rem solid var(--textMedium); 
    background: transparent;
    font-size: 1.2rem;
}
form > div {padding-top: 0.25rem;}
form > div.submit {flex-direction: row; padding-top: 2rem;}


/*------------------------*/
/* sections
/*------------------------*/

section, section.image.alt {padding: 2.5rem 0 5rem;}
section.wide.faq + section.wide,
section.wide.faq {background: var(--accent); color: white;}
section.wide.faq {margin-top: 0!important; padding-top: 5.5rem!important;}
section.wide.faq + section.wide {padding-bottom: 10rem;}
section.wide.faq + section.wide a {color: white;}
section.wide.faq + section.wide a::after {background: white;}
section + section {margin-top: -1rem; padding-top: 4rem!important;}
header, header + section:not(.bgimage), header + section:not(.bgimage) + section {background: #f7f9fc;}
header + section:not(.bgimage) + section {padding-bottom: 11rem;}
section.wide {max-width: 100%;}
section.wide > .container {max-width: 77rem;}
section.title:not(.bgimage) {padding-bottom: 2rem;}
section.title .container.small {max-width: 93.5rem; padding-top: 5rem;}

/*------------------------*/
/* circles
/*------------------------*/
.circles {
    display: flex;
    gap: 2rem 3rem;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 3rem;
}
.circles .circle {
    background: #71214a; 
    flex: 1; 
    border-radius: 100%; 
    aspect-ratio: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem 1rem;
    max-width: calc(33.33% - 2rem);
    min-width: 21rem;
    transition: transform 0.25s ease-in-out;
    transform: translateY(0);
}
.circles .circle:hover {transform: translateY(-0.5rem);}
.circles .circle,
.circles .circle a,
.circles .circle h2 {color: white;}
.circles .circle h2 {font-weight: 600;}
.circles .circle a {
    text-transform: lowercase; 
    text-decoration: none; 
    font-size: 1.8rem; 
    font-weight: 600;
    line-height: 1.1;
    display: inline-block;
    position: relative;
}
.circles .circle a::after {
    content: "";
    height: 0.2rem;
    background: white;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    margin-bottom: -0.3rem;
    transform: scaleX(1);
    transition: transform 0.15s ease-in-out;
}
.circles .circle a:hover::after {
    transform: scaleX(0);
}

/*------------------------*/
/* manifest
/*------------------------*/

section.manifest > div {text-align: center;}
section.manifest ul li {padding: 6rem 0 8rem; text-align: center; font-size: 1.8rem;}
section.manifest ul li h3 {padding: 0 0 1rem; font-size: 4rem; font-weight: 600;}
section.manifest ul li .container {max-width: 70rem;}
section.manifest ul li:nth-child(4),
section.manifest ul li:nth-child(1) {background: #e4e7ee;}
section.manifest ul li:nth-child(5),
section.manifest ul li:nth-child(2) {background: #64998b; color: white;}
section.manifest ul li:nth-child(6),
section.manifest ul li:nth-child(3) {background: #71214a; color: white;}
section.manifest ul li:nth-child(2) h3,
section.manifest ul li:nth-child(3) h3,
section.manifest ul li:nth-child(5) h3,
section.manifest ul li:nth-child(6) h3 {color: white;}
section.manifest ul {margin: 0 0 4rem;}
section.manifest div.carousel[current_item="4"] ol,
section.manifest div.carousel[current_item="4"] .next,
section.manifest div.carousel[current_item="4"] .prev,
section.manifest div.carousel[current_item="1"] ol,
section.manifest div.carousel[current_item="1"] .next,
section.manifest div.carousel[current_item="1"] .prev {filter: invert(1);}


body.filename_manifesto header + section + section.wide {padding-bottom: 0;}
body.filename_manifesto header + section + section.wide + section.manifest {margin-top: 4rem; padding-top: 0rem!important;}


/*------------------------*/
/* tabs
/*------------------------*/

ul.tabs {border: 0; margin-bottom: 2.1rem; gap: 2.5rem;}
ul.tabs li a {font-size: 1.7rem; font-weight: 600; padding-bottom: 0.45rem;}
ul.tabs li a::after {height: 0.2rem;}

/*------------------------*/
/* faq
/*------------------------*/

details summary {font-size: 1.8rem; font-weight: 600; padding: 1rem 4rem 1rem 0;}
details summary::after,
details {border-color: white;}
details > div > div::before {content: ""; display: block; height: 1.5rem;}
details > div > div::after {content: ""; display: block; height: 6rem;}
details[open]:not(.closing) summary {color: white;}
details summary::after {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.2rem;
    right: 1.25rem;
    transform-origin: center center;
    transform: translateY(-50%) rotate(45deg);
}
details[open]:not(.closing) summary::after {
    right: 0.75rem;
    transform: translateY(calc(-50% - 0.55rem)) rotate(135deg) ;
}

/*------------------------*/
/* people
/*------------------------*/

body.filename_coalition section.bgimage + section.wide {
    background: #71214a;
    color: white;
    margin-top: 0!important;
    padding-top: 4rem!important;
}
body.filename_coalition section.bgimage + section.wide a {color: white;}
body.filename_coalition section.bgimage + section.wide ul.people div.box {
    padding: 0; 
    font-size: 0.9rem; 
    background: transparent; 
    color: white;
    border: 0;
}
body.filename_coalition section.bgimage + section.wide ul.people div.box h3 {
    font-size: 1rem; 
    margin-bottom: 0.75rem;
    padding-top: 1.25rem;
    color: white;
}
body.filename_coalition section.bgimage + section.wide ul.people.grid {
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); 
    grid-gap: 5rem 5rem;
    margin: 5rem 0 4rem 0;
}
body.filename_coalition section.bgimage + section.wide ul.people li .avatar {width: 10rem; height: 10rem;}
body.filename_coalition section.bgimage + section.wide ul.people.grid li p {color: #D181AA;}
body.filename_coalition section.bgimage + section.wide ul.people li .function {margin-bottom: 0.75rem; color: white;}
body.filename_coalition section.bgimage + section.wide ul.people li .button.icon {background: white;}
body.filename_coalition section.bgimage + section.wide ul.people li .button.icon:hover {box-shadow: none; filter: opacity(0.6);}
body.filename_coalition section.bgimage + section.wide ul.people li .button.icon img {filter: none;}
body.filename_coalition section.bgimage + section.wide ul.people li .avatar.colorize_image {filter: none!important;}



/*------------------------*/
/* education
/*------------------------*/

body.filename_education section.bgimage + section.wide {
    background: #71214a;
    color: white;
    margin-top: 0!important;
    padding-top: 4rem!important;
    padding-bottom: 10rem;
}
body.filename_education section.bgimage + section.wide h2, 
body.filename_education section.bgimage + section.wide a {
    color: white;
}
body.filename_education .image-gallery {gap: 2rem; grid-template-columns: repeat(3, 1fr); margin: 2rem 0;}
body.filename_education .image-gallery li img {border-radius: 0;}


/*------------------------*/
/* overlays
/*------------------------*/

section.bgimage .overlay {background: rgba(0, 0, 0, 0.05);}
body.transparent_header:not(.filename_education) header:not(.sticky) a.logo {text-shadow: 0rem 0rem 3rem rgba(0, 0, 0, 0.3);}
header + section.bgimage h1 {text-shadow: 0rem 0rem 3rem rgba(0, 0, 0, 0.2);}

/*------------------------*/
/* contentitems
/*------------------------*/

body.filename_resources section.bgimage + section.wide, 
body.filename_resources_watch section.bgimage + section.wide,
body.filename_resources_listen section.bgimage + section.wide {
    background: #f7f9fc;
    margin-top: 0!important;
    padding-top: 4rem!important;
    padding-bottom: 13rem!important;
}

.filter {
    display: flex; 
    margin: -1.1rem 0 1rem; 
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem 1rem;
}
.filter .tags {display: flex; margin: 0; gap: 0.75rem 1rem; flex-wrap: wrap; justify-content: flex-end;}
.filter .tags li {
    list-style: none; 
    background: rgba(0, 0, 0, 0.1);
    color: black;
    padding: 0 0.75rem 0 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 1.15rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 2.3rem;
    line-height: 1;
    white-space: nowrap;
}
.filter .tags.nofilter li {display: none;}
.filter .tags.nofilter li::after {content: none;}
.filter .tags li::after {
    content: "+";
    display: inline-block;
    margin-left: 1rem;
    font-size: 1.5rem;
    transform: rotate(45deg);
    font-weight: 400;
}
.filter select {
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 1.15rem;
    padding: 0 1.25rem;
    height: 2.3rem;
    background: black; 
    color: white;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

@media (min-width: 1000px) {
    .filter {margin-top: -4.5rem; margin-bottom: 2.5rem;}
    .filter .tags:not(.nofilter) ~ select {margin-top: -4.5rem;}
    .filter .tags:not(.nofilter) {padding: 1rem 0 0; margin-top: 3.5rem;}
}

.contentitems {margin: 0; display: flex; flex-direction: column; gap: 5rem;}
.contentitems .item {display: flex; gap: 2.5rem; align-items: flex-end;}
.contentitems .item > img {width: 10rem;}
.contentitems .item h3 {font-size: 1.7rem;}
.contentitems .item .summary {margin-bottom: 1rem;}
.contentitems.listen .item > img {width: 20rem; aspect-ratio: 1; object-fit: cover;}
.contentitems.watch .item > img {width: 28rem; aspect-ratio: 1.8; object-fit: cover;}

.contentitems .item a {text-decoration: none; font-weight: 600; position: relative;}
.contentitems .item a::after {
    content: "";
    height: 0.15rem;
    background: black;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    transition: transform 0.15s ease-in-out;
    transform: scaleX(0);
    margin-bottom: -0.2rem;
}
.contentitems .item a:hover::after {
    transform: scaleX(1);
}
.contentitems + .button {margin-top: 3.5rem;}

@media (max-width: 1000px) {
    .filter {margin: 0 0 3rem;}
    .filter, .filter .tags {justify-content: flex-start;}
    .contentitems .item {flex-direction: column; align-items: flex-start; gap: 1rem;}
}


/*------------------------*/
/* contact
/*------------------------*/

body.filename_contact section.bgimage ~ section {
    background: #f7f9fc;
    margin-top: 0!important;
    padding-top: 4rem!important;
}