@charset "UTF-8";

:root {
	--dark-orange: #E67400;
	--orange: #F08519;
	--dark-grey: #555;
	--grey: #999999;
	--light-grey: #EFEFEF;
	--bush-green: #4E8950;
	--dark-green: #0F6012BC;
	--light-green: #72BB38;
	--font-black: #343A40;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 0 900;
	src: url('../resources/fonts/Montserrat-VariableFont_wght.ttf');
}

/* Standard parameters */

body {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 20px;
	line-height: 1.8;
	color: var(--font-black);	
}


input {
	width: 100%;
}

h1 {
	font-size: 3.55em; /* 71px (20px) */
}

h2 {
	font-size: 2.15em;  /* 53px (20px) */
}

h3 {
	font-size: 2.3em; /* 46px (20px) */
}

h4 {
	font-size: 1.2em; /* 24px (20px) */
}

b {
	font-weight: 700;
}

textarea{
	resize: none;
	min-height: 200px;
	width: 100%;
}

.p-e-logo {
	width: 15%;
}


/* Font Utils */
.font-weight-500 {
	font-weight: 500;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-700 {
	font-weight: 700;  /* bold */
}

.color-font-black {
	color: var(--font-black);	
}


.container {
	max-width: 1520px;
}

.modal-header {
	border-bottom: none;
}
.modal-footer{
	border-top: none;
}


.background {
	background-image: url('../resources/images/ESG-Forest.jpeg');
    height: 100vh;
    position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.gradient-background {
	background: transparent linear-gradient(180deg, #419D30E0 0%, #81C673 56%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.green-background {
	color: white;
	background: var(--bush-green);	
}

.dark-green-background {
	color: white;
	background: var(--dark-green);	
}

.nav-link {
	font-weight: 500;
}

.color-title-part {
	display: inline;
	color: var(--light-green);	
}

.form-select-2 {
	display: block;
	width: 100%;
	padding: 0.300rem 1.75rem .300rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: white;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}



/* Buttons */
.esg-button {
	background: var(--orange);
	color: white;
	border-radius: 29px;
	border: 1px solid var(--orange);
	padding: 7px 30px;
	font-size: 19px;
	font-weight: 600;

}

.esg-button-inverted {
	background: transparent;
	color: var(--font-black);	
	border-radius: 29px;
	border: 1px solid var(--font-black);	
	padding: 7px 30px;
	font-size: 19px;
	font-weight: 600;

}

.esg-button-transparent {
	background: transparent;
	color: white;
	border: 1px solid white;
	padding: 7px 50px;
	font-size: 19px;
	font-weight: 600;
}

.esg-button-form {
	background: var(--orange);
	color: white;
	border-radius: 6px;
	border: 1px solid var(--orange);
	padding: 7px 50px;
	font-size: 19px;
	font-weight: 600;
	width: 100%;
}

.esg-button:hover, .esg-button-transparent:hover, .esg-button-form:hover {
	background: var(--dark-orange);
	border: 1px solid var(--dark-orange);
}

.esg-button:disabled, .esg-button-form:disabled {
	background: var(--grey);
	border: 1px solid var(--grey);
}

.esg-logo {
	object-position: 100% 50%;
	object-fit: cover;	
}

.contact-box {
	background: #419D30 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 14px #00000029;
	border-radius: 24px;
	padding: 120px 30px 30px 30px;
	width: 341px;
	height: 314px;
}

.contact-form {
	background: var(--light-grey);
	box-shadow: 1px 3px 14px #00000048;
	border-radius: 11px;
	color: var(--font-black);
}


.toolkit {
	border-radius: 32px;
	background: white;
	color: var(--font-black);
/* 	min-height: 670px; */
	border: 1px solid var(--dark-grey);
	min-width: 520px;
}

.toolkit-header{
	font-size: 35px;
	color: white;
	background: #2D8A39;
	border-radius: 31px 31px 0px 0px;
}

.toolkit-body{
	min-height: 510px;
	display: flex;
	flex-direction: column;
}

.toolkit-bottom-row {

}


.linkedin{
	text-align: center;
}

.special-container{
	margin-top: 20vh;
	padding-left: 20vh;
	padding-right: 20vh;
}

/* DESKTOP */
@media screen and (min-width: 992px) {
	#contact-box-2 {
		margin-top: -231px;
		margin-left: 267px;
	}
	.thx-logo {
		position:absolute;
		top: -85px;
		right: 100px;
	}
	

}

/* MOBILE */
@media screen and (max-width: 992px) {
	body {
		font-size: 18px;
	}
	.toolkit-grey {
		background: var(--light-grey);
		border-radius: 6px;
	}

	.toolkit-white {
		background: white;
		border-radius: 6px;
		border: 1px solid var(--grey);
	}
	.contact-box {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.p-e-logo {
		width: 50%;
	}
	.linkedin {
		margin-top: 1em;
	}
	.special-container{
		margin-top: 15vh;
		padding-left: 5vh;
		padding-right: 5vh;
	}
	
}

.mt-5 {
	margin-top: 5rem !important;
}

.mb-5 {
	margin-bottom: 5rem !important;
}

.my-5 {
	margin-bottom: 5rem !important;
	margin-top: 5rem !important;
}


.pt-5 {
	padding-top: 5rem !important;
}

.pb-5 {
	padding-bottom: 5rem !important;
}

.py-5 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}


