@charset "UTF-8";

.contentInfographTilesContainer{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 14px;
}

.contentInfographTile{
	display: inline-block;
	width: 300px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	margin-top: 20px;
}

.contentInfographTileImage{
	display: inline-block;
	width: 60px;
	height: auto;
}

.contentInfographTileImage img{
	width: 60px;
}

.contentInfographDescriptionContainer{
	width: 220px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.contentInfographDescriptionOptionalLogo{
	width: 100%;
	height: auto;
	text-align: left;
}

.contentInfographDescriptionOptionalLogo img{
	width: 140px;
}

.contentInfographTileTitle{
	width: 100%;
	height: auto;
	text-align: left;
}

.contentInfographTileTitle h1{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

#contentInfographTileTitle01 h1{
	color: #e70f89;
}

#contentInfographTileTitle02 h1{
	color: #5fba46;
}

#contentInfographTileTitle03 h1{
	color: #f05a2a;
}

.contentInfograp02TileDescription{
	width: 220px;
	height: auto;
}

.contentInfograp02TileDescription p{
	font-size: 11px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	text-align: left;
	color: #5a4952;
}

.contentInfograp02TileDescription h1{
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	text-align: left;
	text-decoration: underline;
	font-size: 16px;
	color: #e70f89;
	-webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.contentInfograp02TileDescription h1:hover{
	color: #f90897;
	-webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

#contentProject02InfographBackground{
	width: 100%;
	height: auto;
	margin-top: 40px;
}

#contentProject02InfographImage01{
	width: 920px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#contentProject02InfographImage01 img{
	width: 100%;
}

#contentProject02InfographImage02{
	width: calc(100% - 20px);
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}

#contentProject02InfographImage02 img{
	width: 100%;
}

#contentProjectVideo01Background{
	width: 100%;
	height: auto;
	margin-top: 40px;
}

#contentVideo01Container{
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#contentProjectVideo01Background video{
	width: 100%;
	height: auto;
}


/* Responsive Breakpoints */
/* Breakpoint 01 */ 
@media (max-width: 920px){
	
	#contentProject02InfographImage01{
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
}

/* Breakpoint 02 */ 
@media (max-width: 800px){
	
	#contentProject02InfographImage01{
		display: none;
	}
	
	#contentProject02InfographImage02{
		display: block;
	}
	
	#contentVideo01Container{
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}

}

/* Breakpoint 03 */ 
@media (max-width: 650px){
	
	.contentInfographTile{
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}

	.contentInfographTileImage{
		width: 20%;
	}

	.contentInfographTileImage img{
		width: 100%;
	}
	
	.contentInfographDescriptionContainer{
		width: 74%;
	}

	.contentInfographDescriptionOptionalLogo img{
		width: 140px;
	}
	
	.contentInfograp02TileDescription{
		width: 100%;
	}

}