:root{
	--color-1: #06c74b;
	--color-2: #120b44;
	--color-3: #ea625c;
	--color-3-overlay: #ffffff;
	--color-4: #33e2ff;
	--color-3-overlay: #ffffff;
	--color-5: #a2ccb0;
	--color-3-overlay: #ffffff;
	--color-green: var(--color-1);
	--color-red: var(--color-3);
	--color-text: #120b44;
	--color-background: #f8f5f0;
}

/****/

@font-face{
font-family: "Body"; font-style: normal; font-weight: 200 900;
src: url("../_lib/_media/fonts/hostgrotesk.woff2") format("woff2");
}

@font-face{
font-family: "Body"; font-style: italic; font-weight: 200 900;
src: url("../_lib/_media/fonts/hostgrotesk-italic.woff2") format("woff2");
}

@font-face{
font-family: "Body"; font-style: italic; font-weight: 200 900;
src: url("../_lib/_media/fonts/hostgrotesk-italic.woff2") format("woff2");
}

@font-face{
font-family: "Header"; font-style: normal; font-weight: 200 900;
src: url("../_lib/_media/fonts/hostgrotesk.woff2") format("woff2");
}

@font-face{
font-family: "Header"; font-style: italic; font-weight: 200 900;
src: url("../_lib/_media/fonts/hostgrotesk-italic.woff2") format("woff2");
}

@font-face{
font-family: "Button"; font-style: normal; font-weight: 600;
src: url("../_lib/_media/fonts/ibmplexmono-bold.woff2") format("woff2");
}

/****/

button, .uiButton, .fileInput + label, .ui-button{
    border-radius: 50px;
    padding: 1em 3em;
    font-size: 0.9em;
}

input, select, textarea{
    border-radius: 8px;
}

.labelSpan, .propertyInfoLabel, .dataTable th, .alertBanner .alertTag{
	font-family: "Header";
}

.alertTag{
    font-family: "Button";
    font-weight: 600;
    font-size: 0.8em;
    border-radius: 50px;
    padding: 0.7em 1.6em;
}

.dataTable .iconColumn .uiButton{
    padding: 0.5em 0.6em;
}

.dataTable .noSourceColumn{
	width: 360px;
	min-width: 360px;
}

.dataTable td .fileInput + label{
    padding: 0.8em 0.6em;
}

.tabButtons{
	font-size: 1em;
}

.functionButtons{
	font-size: 0.9em;
}

.loginText{
	font-size: 0.9em;
}

.centeredButtons .uiButton, .centeredButtons .fileInput + label, .centeredButtons .alertTag{
	width: auto;
}

/****/

header h1 svg, header h1 img{
	min-width: 130px;
	max-width: 220px;
}

/****/

#mainWrap{
    padding: 1em 5%;
}

#footerWrap{
    padding: 0 5% 30px 5%;
    background: var(--color-1);
}

footer{
    text-align: right;
    color: var(--color-1-overlay);
}

footer a{
	font-weight: 600;
	color: var(--color-1-overlay);
}

footer a:hover{
    color: var(--color-1-overlay);
}

footer .columnGroup{
    margin-top: 30px;
}

footer .social{
    margin-top: -5px;
    margin-bottom: 5px;
}

footer .social a{
    font-size: 3em;
    padding-left: 0.5em;
}

footer .info .title{
	font-family: "Header";
	text-transform: uppercase;
	font-size: 4em;
}

footer .info .description{
    font-weight: 600;
	font-size: 2em;
}

footer .copyright{
    padding: 0;
}

footer .column-50{
    text-align: left;
}

footer .column-50:last-of-type{
    text-align: right;
}

.social svg{
    height: 1em;
    width: auto;
    fill: #ffffff;
}

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

	footer .column-50:last-of-type{
		text-align: left;
		margin-top: 2em;
		margin-bottom: 0;
	}

	footer .social a{
		padding-left: 0;
		padding-right: 0.5em;
	}

}

/****/

.navMenu li a{
	font-family: "Header";
    color: var(--color-text);
	border: 2px solid transparent;
    font-weight: 600;
	font-size: 1.3em;
}

.navMenu li a.current, .navMenu li a:hover, .navMenu li a:focus{
	border-bottom-color: var(--color-1);
}

.navMenu li.loginMenuItem a{
    padding: 1em 3em;
    border-radius: 50px;
	font-family: "Button";
	font-weight: 600;
	font-size: 0.9em;
}

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

	.navMenu li a.current, .navMenu li a:hover, .navMenu li a:focus{
		color: var(--color-1);
		border-bottom-color: transparent;
	}

}

/****/

.bannerWrap{
	margin: 0;
    padding: 0 5% 4% 5%;
}

.bannerWrap.homeBanner{
	background-image: url("../_media/images/banner_home.jpg");
    background-size: cover;
    background-position: center center;
    margin-top: -1em;
}

.bannerWrap.contactBanner, .bannerWrap.faqBanner{
	background: #ffffff;
    margin-top: -1em;
}

.bannerWrap .banner{
    margin: 0 auto;
    max-width: 1400px;
}

.bannerWrap.homeBanner .banner{
    padding: 200px 0 100px 0;
}

.bannerWrap.contactBanner .banner, .bannerWrap.faqBanner .banner{
    padding: 50px 0 0 0;
}

.bannerWrap:not(.homeBanner) .banner{
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
}

.bannerWrap:not(.contactBanner, .faqBanner) .banner{
	color: #ffffff;
	text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.9);
}

.bannerWrap:not(.homeBanner, .contactBanner, .faqBanner) .banner{
	padding: 50px;
	min-height: 400px;
}

.bannerWrap.aboutBanner .banner{
	background-image: url("../_media/images/banner_about.jpg");
}

.bannerWrap.toolsBanner .banner{
	background-image: url("../_media/images/banner_tools.jpg");
}

.bannerWrap.resourcesBanner .banner{
	background-image: url("../_media/images/banner_resources.jpg");
}

.bannerWrap.eventsBanner .banner{
	background-image: url("../_media/images/banner_events.jpg");
}

.bannerText{
    line-height: 0.9;
    margin: 0.2em auto;
  	font-size: 6em;
    font-weight: 500;
}

.bannerBody{
    margin: 1em 0;
    font-size: 2.4em;
    line-height: 1.2;
    font-weight: 600;
    max-width: 1000px;
}

.bannerWrap.homeBanner .bannerBody{
    max-width: 550px;
}

.bannerButtons .uiButton{
    margin-top: 0.5em;
}

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

	.bannerText{
  		font-size: 3.5em;
	}
	
	.bannerBody{
		font-size: 1.5em;
	}
}

/****/

td .svg-icon.svg-star{
	font-size: 1.3em;
	color: var(--color-amber);
}

/****/

.module{
    border-color: transparent;
    background: #ffffff;
    padding: 2em 5%;
    margin: 2em auto;
    max-width: 1400px
}

.module.breakout{
    margin: 0;
    padding: 2em 0;
}

.module.transparent{
    background: var(--color-background);
    padding-top: 1em;
    padding-bottom: 1em;
}

.module.breakout.white{
    background: #ffffff;
}

.module.breakout.dark{
    background: var(--color-2);
}

.module input.text, .module textarea, .module select{
	width: 100%;
	background: #ffffff;
	border: 2px solid #ffffff;
	color: var(--color-text);
}

.module input.text:focus, .module textarea:focus, .module select:focus{
	border-color: var(--color-1);
}

.module .propertyInfoList{
    max-width: 999999px;
    margin: 0 auto;
}

.module .labelSpan{
    font-size: 1em;
}

.module .uiButton{
    font-size: 1em;
}

.module.breakout.dark .uiButton:hover, .module.breakout.dark .uiButton:focus{
    border-color: var(--color-2-overlay);
}

.module.breakout.bottom{
    margin-bottom: -1em;
}

.module.breakout.dark, .module.breakout.dark h1{
	color: var(--color-2-overlay);
}

.moduleContent{
    margin: 2em auto;
    max-width: 1400px
}

.moduleContent.narrow{
	max-width: 800px;
	margin: auto;
}

.module:not(.breakout){
    border-radius: 8px;
}

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

	.module{
		width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
	}

}

.module h1{
	font-weight: 500;
    color: var(--color-text);
    font-size: 3em;
}

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

	.module h1.large{
		font-size: 5em;
	}
}

.module p{
    font-size: 1.3em;
}

.module p.large{
	font-weight: 600;
	font-size: 1.5em;
	color: var(--color-2);
	margin: 0.5em auto;
}

/****/

.adminModule{
    background: #ffffff;
    border-color: transparent;
    border-radius: 8px;
}

.adminModule h1{
	font-weight: 900;
    font-size: 1.4em;
}

.adminModule .showcaseHeader{
    margin: -1.5em -1.5em 0 -1.5em;
    padding: 0;
    background: var(--color-background-grey);
    text-align: center;
    border-radius: 10px;
}

.adminModule .showcaseHeader h1{
    color: var(--color-background-grey-overlay);
    padding: 0.8em 1em 0.6em 1em;
    margin: 0;
    font-weight: 600;
}

.adminModule .showcaseHeader.displayToggle:after, .adminModule .showcaseHeader .coachingTip{
    color: var(--color-background-grey-overlay);
}

.adminModule.linkModule{
    padding-bottom: 0;
}

.adminModule.linkModule h1{
    margin: 0;
    font-weight: 400;
}

.adminModule .card{
	padding: 2.5em 1.5em 0 1.5em;
	margin: 0.5em auto;
	background: var(--color-background-light-grey);
    position: relative;
}

.adminModule.assessmentDataModule{
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-bottom: 0.2em;
}

.adminModule .informationBox{
	background-color: var(--color-background);
	color: var(--color-text);
}

.adminModule .informationBox.alertTag{
	width: 100%;
}

.sideColumn .adminModule h1, .sideColumn .adminModule p.note{
    text-align: center;
}

.sideColumn .adminModule address{
    margin: 2em 0;
}

.sideColumn .adminModule .informationBox{
	margin: 0.1em;
}

/****/

.pageIntroduction{
	font-size: 2.4em;
	text-align: center;
	font-weight: 600;
	margin: 0.5em auto 1.5em auto;
	max-width: 1100px;
}

/****/

.introduction{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 5em;
}

.introduction .text{
	flex: 1 1;
	font-size: 1.3em;
	line-height: 1.3em;
}

.introduction .flexibleImgae{
	padding: 1em;
}

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

.introduction .text{
	min-width: 100%;
}

}

/****/

.processDisplayToggle{
    opacity: 0.6;
}

.processDisplayToggle.expanded{
    opacity: 1;
}

.showcaseHeader.displayToggle:after{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f067";
    position: absolute;
    top: 1.5em;
    right: 2em;
}

.showcaseHeader.displayToggle.expanded:after{
    content: "\f068";
}

.process.card .resultDisplayToggle.displayToggle:after{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f067";
    position: absolute;
    top: 1em;
  	opacity: 0.8;
}

.process.card .resultDisplayToggle.displayToggle.expanded:after{
    content: "\f068";
}

.processResult .alertTag{
    background-color: transparent !important;
    color: inherit !important;
    font-family: "Body";
  	font-weight: 400;
  	font-size: 0.8em;
  	opacity: 0.8;
    
}

.countryResults{
  	font-size: 0.8em;
  	opacity: 0.9;
}

/****/

.parameter{
	margin: 1em auto 0 auto;
	border-bottom: 1px solid var(--color-border-grey);
}

.editAssessmentValue td{
	border-bottom: 1px solid transparent;
}

.editAssessmentValue td{
	padding: 0;
}

.editAssessmentValue .countrified{
	font-size: 0.9em;
}

.editAssessmentValue .countrified .labelSpan{
	padding: 0 0 1em 0;
}

.createAssessmentValue td .inputSpan, .editAssessmentValue td .inputSpan{
	width: 100%;
	float: none;
}

.editAssessmentValue td.mediumColumn{
	width: 15em;
	text-align: right;
}

.createAssessmentValue td.largeColumn{
	text-align: right;
}

.processOverrideChooser{
	margin: 0 auto 0.5em auto;
	font-size: 0.8em;
	width: auto;
}

.processOverrideChooser select{
	width: auto;
}

.createAssessmentValue input:not(.autocomplete), .editAssessmentValue input:not(.autocomplete), .editEmissionsSourceValue input:not(.autocomplete){
	color: var(--color-background-grey-overlay);
	text-align: right;
	border-color: transparent !important;
	background-color: transparent !important;
}

.createAssessmentValue .units, .editAssessmentValue .units, .editEmissionsSourceValue .units{
	color: var(--color-background-grey-overlay);
	padding-right: 0.5em;
}

.createAssessmentValue .inputSpan, .editAssessmentValue .inputSpan, .editEmissionsSourceValue .inputSpan{
	margin: 0.5em auto;
	text-align: center;
	border-radius: 10px;
}

.createAssessmentValue .formInput:not(.file) .inputSpan, .editAssessmentValue .formInput:not(.file) .inputSpan, .editEmissionsSourceValue .formInput:not(.file) .inputSpan{
    padding: 0.6rem 0.2em 0.4rem 0;
}

.createAssessmentValue input, .editAssessmentValue input, .createAssessmentValue select, .editAssessmentValue select, .editEmissionsSourceValue select{
	padding: 0.3em;
}

.createAssessmentValue .note, .editAssessmentValue .note, .editEmissionsSourceValue .note{
	text-align: right;
	opacity: 0.3;
}

.createAssessmentValue .inputSpan{
	background-color: var(--color-background-grey);
}

.editAssessmentValue .inputSpan, .editEmissionsSourceValue .inputSpan{
	background-color: var(--color-1);
}

.createAssessmentValue .formInput.invalid .inputSpan, .editAssessmentValue .formInput.invalid .inputSpan, .editEmissionsSourceValue .formInput.invalid .inputSpan{
	background-color: var(--color-red);
}

.createAssessmentValue input:disabled, .editAssessmentValue input:disabled, .editEmissionsSourceValue input:disabled{
	opacity: 1;
}

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

	.createAssessmentValue .formInput .labelSpan, .editAssessmentValue .formInput .labelSpan, .editEmissionsSourceValue .labelSpan{
		padding-top: 2em;
		padding-bottom: 1em;
	}

}

.editEmissionsSource{
	font-size: 0.8em;
}

.assessmentNotes{
	background: var(--color-background-light-grey);
	padding: 0 1em;
	margin-bottom: 1em;
}

.assessmentNotes .tableWrap{
	margin: 0 0 0 5%;
	font-size: 0.8em;
	width: 95%;
	text-align: right;
}

.assessmentNotes tr:hover td{
	background: transparent;
}

.assessmentNotes td, .assessmentNotes th{
	border-bottom: 1px solid transparent;
}

.assessmentNoteRow .created{
    font-family: "Header";
    padding-right: 0.5em;
}

/****/

.emissionsSourceProcessesTable, .emissionsSourceProcessesTable.tableWrap .keywords{
	margin: 0;
}

/****/

ul.tiledLinks{
	margin: 4em 0;
}

ul.tiledLinks{
	gap: 1em;
}

ul.tiledLinks li.tile{
	border-radius: 5px;
	width: 265px;
	height: 160px;
}

ul.tiledLinks li.tile a{
	padding: 1.5em 3em;
}

ul.tiledLinks li.tile a:hover, ul.tiledLinks li.tile a:focus{
	border-color: #ffffff;
}

ul.tiledLinks li.tile a:hover:after, ul.tiledLinks li.tile a:focus:after{
    color: var(--color-1);
}

/****/

.process.card{
	padding-top: 1.5em;
}

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

	.data-coaching-tooltip{
		max-width: 75%;
	}

}

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

	.data-coaching-tooltip{
		max-width: 750px;
	}

}

.process.card .parameters{
	margin-top: 0.5em;
}

.process.card .parameterActions{
	text-align: right;
	font-size: 0.9em;
	color: var(--color-1);
}

.process.card .parameterActions form{
	width: auto;
}

.process.card .parameterActions .uiButton{
	padding: 0;
}

.process.card h1{
	font-size: 1em;
}

.process.card .displayToggle{
    position: relative;
}

.process.card .displayToggle:after{
    top: 1.5em;
    right: 1em;
	font-size: 0.8em;
}

.moduleDescription{
	font-size: 0.7em;
	opacity: 0.8;
	margin: 0.5em auto;
}

.process.card .resultValues{
	margin: 1em auto;
	border: 1px solid var(--color-border-grey);
}

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

	.process.card{
		width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
	}

}

/****/

.resultGraph{
	margin: 2em auto 1em auto;
	text-align: left;
	font-size: 0.9em
}

.resultGraph .resultValue{
	margin-bottom: 0.8em;
	font-size: 0.9em;
}

.resultGraph .barWrap{
	width: 100%;
}

.resultGraph .bar{
	height: 1.8em;
	background: var(--color-background-grey);
	position: relative;
    border-radius: 3px;
}

.resultGraph .value{
	font-size: 0.9em;
	color: var(--color-text);
	padding: 0.2em;
	position: absolute;
	right: -7.5em;
	top: 0.2em;
}

.resultGraph .bar.wide .value{
	right: 0.5em;
	color: var(--color-background-grey-overlay);
}

/****/

.keywords{
	text-align: center;
	margin-top: 2em;
}

.tableWrap .keywords{
	margin-top: 1em;
}

.keywords li, .keywords .dataTable.sortable tr, .keywordFilter .keywordSelect{
	background: #ffffff;
	color: var(--color-1);
	border: 1px solid var(--color-1);
	font-weight: 600;
}

.keywords a:hover li, .keywords .dataTable.sortable tr:hover{
	color: var(--color-2);
	border: 1px solid var(--color-2);
}

.favourite.keywordSelect .uiButton{
    padding: 0;
    margin: 0;
    background: transparent;
    color: var(--color-1);
    border: 0;
}

.favourite.keywordSelect .uiButton.booleanToggleButton[data-value=Yes]:after{
    content: "\f005";
    margin-left: 0;
}

.favourite.keywordSelect .uiButton.booleanToggleButton[data-value='']:after{
    font-family: "FontAwesome";
	font-weight: 400;
    content: "\f006";
}

.clearFiltersButton{
	background: var(--color-1);
	color: #ffffff;
}

.clearFiltersButton:hover{
	background: var(--color-2);
}

.keywords .group li:before, .keywordFilter .group:before{
    content: "\f0c0";
}

/****/

.filterWrap{
    max-width: 750px;
}

.filterWrap div.search{
    background: #ffffff;
}

.filterWrap div.search .uiButton{
    color: var(--color-1);
}

.filterWrap div.search .uiButton:hover{
    color: var(--color-2);
}

.filterWrap .expandToggle{
    color: var(--color-1);
}

/****/

.createButtons{
    text-align: center;
    margin: 0.5em auto;
    max-width: 750px;
    font-size: 0.8em;
}

.createButtons .uiButton{
    width: 24%;
}

/****/

.post{
	padding: 1em;
}

.post .postContent{
	padding: 1em;
}

.post .summary{
	font-weight: 400;
	margin-bottom: 2em;
}

.post .alertTag div{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.2em;
}

.post .alertBanner .uiButton{
	background: rgba(0, 0, 0, 0.05) !important;
	line-height: 2;
	min-width: 5em;
	margin: 0;
}

.post .alertBanner .uiButton:hover{
	background: rgba(0, 0, 0, 0.1) !important;
}

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

	.post .alertBanner .buttons{
		margin-top: 1em;
	}

}

.post h1{
	font-size: 2em;
	margin-bottom: 0.5em;
}

.post h1 a{
	color: inherit;
}

.post .type{
	font-family: "Button";
	font-weight: 600;
    display: flex;
    align-items: center;
}

.post .type svg{
	height: 2em;
	width: auto;
	margin-right: 0.3em;
}

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

	.post .type{
		text-align: center;
	}

}

.post .date{
	margin-top: 0.5em;
}

.post .googleMap{
    height: 350px;
    margin: 1em 0;
    overflow: hidden;
    text-align: center;
}

.post .postActions{
	line-height: inherit;
	font-size: 1em;
	text-align: right;
}

.post .postActions form{
	width: auto;
}

.post .postActions .buttons{
	text-align: right;
}

.post .postActions .uiButton{
	min-width: 1em;
	line-height: 1;
	display: inline-block;
}

.post .postActions .uiButton:hover{
	color: var(--color-1);
	text-decoration: none;
}

.post .postActions .uiButton.grey{
	color: #999;
}

.post .postActions .uiButton.site{
	color: var(--color-1);
}

.post .postActions .uiButton span{
	font-size: 0.6em;
	margin-left: 0.1em;
}

.post .postActions .tickCross, .post .postActions .uiButton{
	font-size: 2em;
	color: var(--color-border-grey);
	padding: 0;
	-webkit-transition: color 0.15s ease;
	-moz-transition: color 0.15s ease;
	-o-transition: color 0.15s ease;
	transition: color 0.15s ease;
	background: transparent;
}

.post .postActions .tickCross.status-ticked{
	color: var(--color-1);
}

.post .postActions .tickCross.status-unticked{
	color: var(--color-border-grey);
}

.post .postActions .note{
	margin-bottom: 0.5em;
	padding-right: 0.5em;
	vertical-align: bottom;
	display: inline-block;
}

.post .commentsTable{
	margin-bottom: 0;
}

.post .flexibleImage, .post .videoWrap{
    margin-bottom: 2em;
}

.post .flexibleImage img{
	object-fit: cover;
	object-position: center;
	max-height: 334px !important;
	height: 50vw !important;
}

.post .flexibleImage.organisation img, .post .flexibleImage.user img{
    max-width: 250px;
    height: auto !important;
}

.post .expandToggle{
	padding: 1em;
    font-family: "Button";
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8em;
	color: var(--color-1);
	background-color: var(--color-background);
	margin: 1.5em auto;
	text-align: center;
	max-width: 450px;
}

/****/

.keyResources{
	line-height: 1.2;
    margin: 2em auto;
    text-align: center;
}

.keyResources.flex{
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-flow: row wrap;
}

.keyResource{
	margin: 0.2em;
	padding: 1.5em;
	background: var(--color-1);
	color: #ffffff;
	text-align: left;
	border-radius: 15px;
}

.keyResources.flex .keyResource{
	width: 32%;
	min-width: 250px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.keyAuditResources.flex .keyResource{
	width: 48%;
}

.home .keyResources.flex .keyResource{
	width: 24%;
}

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

	.keyAuditResources.flex .keyResource, .keyResources.flex .keyResource{
		width: 100%;
	}

}

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

	.home .keyResources.flex .keyResource{
		width: 100%;
	}

}

.keyResource{
	background: var(--color-1);
}

.keyResource:hover{
	background: var(--color-2);
}

.keyResource .type{
	font-family: "Button";
	font-weight: 600;
	font-size: 0.8em;
}

.keyResource .type{
	display: flex;
	align-items: center;
}

.keyResource .type svg{
	height: 1.5em;
	width: auto;
	margin-right: 0.5em;
}

.keyResource .type svg *{
	fill: #ffffff;
}

.keyResource .name{
	font-family: "Header";
	font-weight: 600;
	font-size: 1.1em;
    margin: 1em 0;
	text-overflow: ellipsis;
}

/****/

.captionCards{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
	gap: 2em;
	margin: 3em auto;
}

.captionCard{
	background: #ffffff;
	border: 0;
	flex: 1 1 350px;
}

.captionCard.user{
	flex: 1 1 48%;
    padding: 2em;
}

.captionCards.whatWeDo .captionCard .text{
	padding: 0 2em 2.5em 2em;
}

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

.captionCards.whatWeDo .captionCard{
	min-width: 100%;
}

}

.captionCards.participation .captionCard{
	padding: 3em 3em;
	flex-flow: column;
	display: flex;
	font-size: 1.5em;
}

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

.captionCards.participation .captionCard{
	min-width: 100%;
}

}

.captionCard.dark{
	background: var(--color-2);
	color: var(--color-2-overlay);
	text-align: center;
	border-radius: 10px;
}

.captionCard.background{
	background: var(--color-background);
	color: var(--color-text);
	text-align: center;
	border-radius: 10px;
}

.captionCard img{
    width: 100%;
    height: auto;
	border-radius: 10px 10px 0 0;
}

.captionCard.user .image{
    padding-left: 20%;
}

.captionCard:not(.dark) img{
	border-radius: 10px;
}

.captionCard svg *{
	margin: 0 auto 1em auto;
	width: 50%;
	text-align: center;
	fill: var(--color-text);
}

.captionCard.dark svg *{
	fill: #ffffff;
}

.captionCards.participation .text{
	flex: 1 1 0;
}

.captionCard svg{
	margin-top: 2em;
}

.captionCard .title{
	font-family: "Header";
	font-weight: 600;
	font-size: 1.8em;
	line-height: 1em;
    margin: 1.5em 0 0.5em 0;
}

.captionCard.user .title{
	font-size: 2.5em;
    margin-bottom: 0.2em;
}

.captionCard.user .jobTitle{
	font-size: 1.5em;
}

.captionCard .text{
	font-size: 1.3em;
	font-weight: 300;
}

/****/

.mission .imageDetail{
	gap: 2em;
}

.mission .image img{
	border-radius: 10px;
}

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

	.mission .imageDetail > .image{
		flex: 1 1 50%;
	}

	.mission .imageDetail > .image.first{
		order: -1;
	}

	.mission .imageDetail > .detail{
		flex: 1 1 50%;
	}

}

/****/

.tickList{
	display: flex;
	flex-flow: row wrap;
	gap: 2em;
	margin: 4em auto;
}

.tickItem{
	flex: 1 1 50%;
	min-width: 400px;
	max-width: 48%;
	display: flex;
	gap: 1em;
	font-size: 1.3em;
}

.tickItem .image svg{
	width: 30px;
	height: 30px;
}

.tickItem .title{
	font-family: "Header";
	font-weight: 600;
    margin-bottom: 0.2em;
	font-size: 1.3em;
}

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

	.tickItem{
		min-width: 100%;
	}

}

/****/

.faq dt{
	margin: 3em 0 1em 0;
	font-family: "Header";
	font-weight: 600;
	font-size: 1.3em;
    display: flex;
	align-items: center;
	gap: 1em;
}

.faq dt:first-of-type{
	margin: 2em 0 1em 0;
}

.faq dt .expandIcon{
    width: 1.5em;
    height: auto;
    flex-shrink: 0;
}

.faq dt .expandIcon svg{
    width: 100%;
    height: auto;
    fill: var(--color-1);
}

.faq dt.expanded .expandIcon.more, .faq dt .expandIcon.less{
    display: none;
}

.faq dt.expanded .expandIcon.less, .faq dt .expandIcon.more{
    display: flex;
}

.faq dd{
	margin: 2em;
	font-size: 1.1em;
}

/****/

ul.pointer, ol.pointer{
	list-style: none;
    margin: 2em 0;
}

ul.pointer > li, ol.pointer > li{
    padding: 0.5em 0.8em;
	margin: 0.8em auto;
	background-color: var(--color-background);
	color: inherit;
}

ul.pointer > li:before{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f0da";
    color: var(--color-1);
    margin-right: 0.8em;
}

ol.pointer > li:before{
    content: counter(list-item);
    padding: 0.2em 0.6em;
    margin-right: 1em;
    background: var(--color-1);
    color: var(--color-1-overlay);
    font-size: 0.7em;
    font-weight: 600;
    border-radius: 100px;
}
