#main_aboutUs_container
{
	width : 100%;
	margin : 0px;
	padding : 0px;
	display : flex;
	justify-content : center;
	font-family : "Calibri", "Georgia", "Arial", serif;
	margin-top : 20px;
}

#main_aboutUs
{
	width : calc(80% - 2px);
	margin : 0px;
	padding : 0px;
	display : flex;
	flex-direction : column;
	/*box-shadow: 0px 0px 5px 1px #333;*/
	background-color : white;
	border-left : 1px solid rgb(19, 66, 106);
	border-right : 1px solid rgb(19, 66, 106);
	border-bottom : 1px solid rgb(19, 66, 106);
	/*border-radius : 10px;*/
}

#main_aboutUs h2
{
	color : #FFFFFF;
	font-size : 1.6em;
	/*background-color : #ed7e00;*/
	background-color : #0094df;
	width : calc(100% - 10px);
	padding-left : 10px;
	margin : 0px;
	/*border-radius : 10px 10px 0px 0px;*/
}

#main_aboutUs h3
{
	color : #222222;
	padding-left : 10px;
}

.aboutUs_container
{
	width : calc(100% - 40px);
	display : flex;
	justify-content : center;
	margin-top : 20px;
	margin-bottom : 20px;
	padding-left : 20px;
	padding-right : 20px;
}

.left_text, .right_text
{
	width : calc(60% - 2px);
	margin : 0px;
	padding : 0px;
	text-align : justify;
	color : #444444;
	padding-top : 0px;
	/*background-color : #EAEAEA;*/
	background-color : rgb(243, 243, 243);
	display : flex;
	flex-direction : column;
	border : 1px solid #0094df;
	/*border-radius : 10px;*/
	
}

.fulltext
{
	width : 100%;
	margin : 0px;
	padding : 0px;
	text-align : justify;
	color : #444444;
	padding-top : 0px;
	background-color : #EAEAEA;
	box-shadow : 0px 5px 5px 0px rgba(0,0,0,0.25);
}

.fulltext h2
{
	text-align : center;
}


.left_text
{
	
	/*box-shadow : 5px 5px 5px 0px rgba(0,0,0,0.25);*/
}

.right_text
{
	
	/*box-shadow : -5px 5px 5px 0px rgba(0,0,0,0.25);*/
}

.left_text p, .right_text p, .fulltext p
{
	width : calc(100% - 20px);
	padding-left : 10px;
	padding-right : 10px;
}

.left_text ul, .right_text ul, .fulltext ul
{
	width : calc(100% - 40px);
	padding-left : 10px;
	padding-right : 10px;
	margin-left : 20px;
}

.left_text li, .right_text li, .fulltext li
{
	margin-bottom : 5px;
}

.left_text a, .right_text a, .fulltext a
{
	font-weight : bold;
	text-decoration : none;
	
}

.left_text a:hover, .right_text a:hover, .fulltext a:hover
{
	text-decoration : underline;
}

.left_img, .right_img
{
	width : 40%;
	margin : 0px;
	padding : 0px;
	display : flex;
	justify-content : center;
}

.left_img img, .right_img img
{
	width : 80%;
	height : auto;
	object-fit: contain;
}

#form_button
{
	inherit : none;
	display : inline-block;
	text-align : center;
	color : white;
	background-color : #0094df;
	font-size : 1.5em;
	margin : auto;
	margin-bottom : 20px;
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 10px;
	padding-bottom : 10px;
	border-radius : 10px;
	margin-top : 10px;
	background: linear-gradient( #0094df 60%, #13416a);
}

#form_button:hover
{
	text-decoration : none;
	background-color : #AAAAFF;
	background: linear-gradient( #13416a, #0094df 60%);
}

#aboutUs_topLeft h3
{
	background-color : #0094df !important;
}

#aboutUs_topLeft p
{
	background: linear-gradient(#0094df 60%, #13416a);
}