section.esg-content > p {
	margin-bottom: 40px;
}

section.esg-content > ul.esg-objectives {
	list-style: "- ";
}

/* section.esg-content > ul.esg-objectives li { */
	/* padding-left: 10px; */
/* } */

section.esg-content > ul {
	list-style-type: disc;
}

section.esg-content > ul li {
	padding-left: 10px;
}


section.esg-content h2 {
	color: #138080;
	font-size: 30px;
	font-family: "Poppins-Bold";
	margin-top: 60px;
}

section.esg-content h3:first-of-type {
	counter-reset: h3counter;
}

section.esg-content h3::before {
	counter-increment: h3counter;
	content: counter(h3counter) " - ";
}

section.esg-content h3 {
	font-size: 22px;
	margin-top: 40px;
}

section.esg-content h4.f-list-item {
	font-family: "Poppins-Bold";
	color: #138080;
}

section.esg-content h4.f-list-item::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	margin-top: 3px;
	margin-right: 10px;
	background-color: #138080;
	border: 5px solid #138080;
	border-radius: 5px;
	float: left;
}

section.esg-content p.date-sig {
	color: #138080;
}

.esg-banner{
	display: flex;
	flex-direction: row;
	background-color: #12979e;
	width: 100%;
	min-height: 110px;
	padding-top: 30px;
	padding-bottom: 30px;
	justify-content: center;
	align-items: center;
}

#esg-energy.esg-banner {
	background-color: #eaebf0;
}

.esg-banner > span{
	margin-left: 40px;
	color: white;
	font-family: "Poppins-Bold";
	font-size: 19px;
	margin-right: 80px;
}

#esg-energy.esg-banner > span{
	color: #29335f;
}

.esg-banner > a {
	font-family: "Poppins-Bold";
	display: block;
	min-width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: white;
	color: #2b3261;
	font-size: 12px;
	text-align: center;
	margin-right: 40px;
	text-decoration: none;
}

#esg-energy.esg-banner > a {
	color: white;
	background-color: #29335f;
}

section#header-banner{
	margin-bottom: 0px;
}

.esg-banner > a:visited, .esg-banner > a:hover{
	color: #2b3261;
}

#esg-energy.esg-banner > a:visited, #esg-energy.esg-banner > a:hover {
	color: white;
}

/* section#header-banner div.header-banner-img { */
	/* background-color: #f5fafd; */
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center;	 */
/* } */


a.product-doc-dl {
	background-color: #12979E;
	cursor: pointer;
	color: #fff;
	display: block;
	width: 340px;
	height: 50px;
	margin: 50px auto 0;
	letter-spacing: 2px;
	line-height: 50px;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Poppins-Bold";
	font-size: 12px;
	text-align: center;
}



section.product-docs div#docs-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: fit-content;
	max-width: 90%;
	margin: 50px auto 5px;
}

section.product-docs div#docs-list label {
	color: #293162;
	font-family: "Poppins-Regular";
	font-size: 14px;
	padding-left: 20px;
	vertical-align: middle;
	line-height: 20px;
	cursor: pointer;
	margin: 5px 0;
}

section.product-docs input[type="radio"] {
	height: 20px;
	width: 20px;
	line-height: 20px;
	margin-right: 20px;
}

section.product-docs input[type="radio"]::before {
	cursor: pointer;
	display: block;
	content: "";
	background-color: #fff;
	border: 1px solid #12979e;
	height: 22px;
	width: 22px;
	z-index: 3;
}

section.product-docs input[type="radio"]:checked:before {
	background-color:  #12979e;
}

section.product-docs input[type='button']{
	cursor: pointer;
	display: block;
	width: 150px;
	height: 50px;
	background-color: #12979E;
	font-family: "Poppins-Bold";
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 30px auto;
	color: #fff;
	border: 0;
	outline: 0;
}
section.product-docs div#docs-list label span {
	vertical-align: top;
}


section.product-docs div#doc-message {
	font-family: "Poppins-Regular";
	font-size: 16px;
	padding-top: 10px;
	text-align: center;
}


section>h4 {
	text-align: center;
	color: #2A3162;
	font-family: "Poppins-Bold";
	font-size: 22px
}

section.esg-content:after {
	content: "";
	background-color: #12979E;
	height: 3px;
	width: 20px;
	position: absolute;
	bottom: -2px;
	left: 0;
}

section.esg-content {
	border-bottom: 1px solid #12979E;
	padding-bottom: 100px;
	position: relative;
}


@media screen and (max-width: 400px) {
	section.product-doc a.product-doc-dl {
		width: 280px;
		letter-spacing: 1px;
	}
}

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

	.esg-banner > span{
		text-align: center;
		font-size: 13px;
		margin: 0 auto 20px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.esg-banner {
		flex-direction: column;
	}
	.esg-banner > a {
		margin: 0 auto;
	}
}


