:root{
	--color-1: #06c74b;
	--color-2: #ea625c;
	--color-3: #120b44;
	--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-2);
	--color-text: #333333;
	--color-background: #f5f5f5;
}

/****/

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

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

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

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

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

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

/****/

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

/****/

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

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

footer a{
	font-weight: 700;
	color: var(--color-3-overlay);
}

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

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

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

footer .info .title{
	font-family: "Header", sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
}

footer .info .description{
	margin-top: 0.5em;
    font-weight: 700;
}

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{
    color: var(--color-text);
	border: 2px solid transparent;
    text-transform: uppercase;
}

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

@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;
    background-color: var(--color-background-dark);
    padding: 0 5% 4% 5%;
    background-image: url("../_media/images/banner.jpg");
    background-size: cover;
    background-position: center center;
}

.bannerWrap .banner{
    padding: 100px 2em 50px 2em;
    margin: 0 auto;
    max-width: 1000px;
	text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4);
}

.banner .bannerText{
	font-family: "Header", sans-serif;
    line-height: 0.9;
    margin: 0.2em auto;
  	font-size: calc(3em + 1.2vw);
    text-align: center;
    color: #ffffff;
}

.banner .bannerBody{
    text-align: center;
    margin: 1em auto;
    font-size: 1.8em;
    line-height: 1.4;
    font-weight: 700;
    max-width: 700px;
    color: #ffffff;
}

/****/

.uiButton, .ui-button{
    text-transform: uppercase;
}

/****/

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

/****/

.module p{
    margin: 1.5em auto;
}


.module ul.pointer{
    margin-top: 3em;
}

.module ul.pointer > li{
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
}

.module ul.pointer > li:before{
	font-family: "FontAwesome";
	font-weight: 400;
    content: "\f0c8";
    position: absolute;
    top: 5px;
    left: -2em;
    width: 1.8em;
    margin-right: 8px;
    color: var(--color-1);
    text-align: center;
    font-size: 0.7em;
}

/****/

.module{
    border-color: transparent;
    background: #ffffff;
    padding: 2em;
    margin: 2em auto;
}

@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: 700;
    text-align: center;
}

.module h1 a:hover{
    text-decoration: none;
    color: var(--color-2);
}

.module .date{
    text-align: center;
    margin-top: 1em;
    font-size: 0.9em;
}

.module .showcaseHeader{
    margin: -1.5em -1.5em 0 -1.5em;
    padding: 0;
    background: var(--color-1);
    text-align: center;
}

.module .showcaseHeader h1{
    color: var(--color-1-overlay);
    padding: 0.6em 1em 0.4em 1em;
    margin: 0;
    font-weight: 700;
}

.module .contactButton:before{
    color: var(--color-1);
}

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

/****/

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

.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;
}

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

.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;
}

/****/

section.introduction{
	margin-top: -1%;
    padding: 3% 15%;
    text-align: center;
    background: var(--color-3);
}

section.introduction h1{
	font-size: 2em;
	font-weight: 900;
	margin-bottom: 0.5em;
	color: var(--color-3-overlay);
}

section.introduction div{
	font-weight: 700;
	font-size: 1.2em;
	color: var(--color-1);
	max-widtH: 900px;
	margin: auto;
}

/****/

.processDisplayToggle{
    opacity: 0.6;
}

.processDisplayToggle.expanded{
    opacity: 1;
}

.showcaseHeader.displayToggle:after{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f067";
    position: absolute;
    top: 2em;
    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;
}

.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", sans-serif;
    padding-right: 0.5em;
}

/****/

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

/****/

.tiledLinks .tile a{
	padding: 0.8em;
}

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

.tiledLinks .tile a:hover:after, .tiledLinks .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: -6em;
	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: 700;
}

.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{
	margin-bottom: 0.5em;
}

.post .type{
	font-family: "Header", sans-serif;
	text-transform: uppercase;
    font-size: 0.8em;
    opacity: 0.8;
    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 .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", sans-serif;
	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;
}

.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-size: 0.9em;
	font-weight: 700;
}

.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", sans-serif;
    margin: 1em 0;
	text-overflow: ellipsis;
}
