@charset "utf-8";

#title_wrap {
	background-image: url(/initiatives/img/title_image.jpg);
}
.even {
	background-color: #F7F7F7;
}

#sec_01 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}
#sec_01 .sdgs {
	list-style-type: none;
	margin-top: 2em;
}
#sec_01 .sdgs li {
	float: left;
	width: 20%;
	padding-right: 1%;
	padding-bottom: 5px;
}


#sec_02 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}


#sec_03 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}

#sec_04 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}

#sec_05 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 0px;
	display: block;
}
#sec_05 ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
	font-weight: bold;
}
#sec_05 ol li {
	padding-bottom: 1em;
}


/* Media Queries */
@media screen and (min-width:568px) {

}

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

#sec_01 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 40px;
	display: block;
}
#sec_01 .sdgs li {
	float: left;
	width: 10%;
	padding-right: 1%;
	padding-bottom: 5px;
}

#sec_02 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 40px;
	display: block;
}

#sec_03 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 40px;
	display: block;
}
#sec_04 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 40px;
	display: block;
}
#sec_05 {
	clear: both;
	margin-top: 80px;
	margin-bottom: 40px;
	display: block;
}

}

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


}

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

}
