/*
	Ex Machina by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
	}

	body,input,textarea,select
	{
		font-size: 11pt;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding: 6em 0em;
	}

	.homepage #banner
	{
		padding: 12em 0em;
	}
	
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#page
	{
		padding: 2em 0em 6em 0em;
	}
	
	.homepage #page
	{
		padding: 1em 0em;
	}

	#main
	{
		margin-top: 3em;
		padding-top: 2em;
		border-top: none;
	}
	
	.homepage #main
	{
		margin-top: 6em;
		padding-top: 0em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 0em 0em 4em 0em;
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		padding: 4em 0em;
	}

	
	#featured .divider
	{
		padding: 2em 0em;
	}
	
/*********************************************************************************/
/* Blocks                                                                        */
/*********************************************************************************/

/*	#block1
	{
		position: relative;
		padding: 0em 0em;
		background-color: #0051b4;
		height: 55vh;
	}

	#block2
	{
		position: relative;
		padding: 0em 0em;
		background-color: #FFF;
		height: 55vh;
	}

	#block3
	{
		position: relative;
		padding: 0em 0em;
		background-color: rgb(224, 224, 224, 1.0);
		height: 55vh;
	}
*/
/****************************************************************************/
/* Achievements
/****************************************************************************/

ul.style1 .container-li {
	display:flex;
	align-items:center;
	justify-content:top;
	flex-wrap: wrap;
}

ul.style1 .container-li .text {
	width: 70%;
	text-align: justify;
	float: left;
	padding-right: 40px;
	flex: 0 0 auto;
/*	justify-content:top;*/
}

ul.style1 .container-li .image-li {
	float: left;
	width: 30%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width:640px) {
	ul.style1 .container-li {
		flex-wrap: wrap-row;
		}

	ul.style1 .container-li .text {
		display: block;
		order: 1;
		width: 100%;
	}

	ul.style1 .container-li .image-li {
		display: block;
		order: 2;
		width: 75%;
	}
}
