#main_findUs_container
{
	width : 100%;
	margin : 0px;
	padding : 0px;
	display : flex;
	justify-content : center;
	margin-top : 20px;
	margin-bottom : 20px;
}

#main_findUs
{
	width : calc(80% - 2px);
	margin : 0px;
	padding : 0px;
	display : flex;
	flex-direction : column;
	justify-content : center;
	margin : auto;
	/*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;*/
}

#google_map
{
	width : 100%;
	margin : 0px;
	padding : 0px;
	background-color : white;
}

#map
{
	margin : 0px;
	padding : 0px;
	width : 100%;
	height : 600px;
	border : none;
}

#aboutUs_container
{
	width : calc(100% - 20px);
	margin : 0px;
	display : flex;
	flex-wrap : wrap;
	padding : 10px;
	justify-content : center;
	flex-grow : 2;
}

#aboutUs_left
{
	width : 50%;
	margin : 0px;
	padding : 0px;
	display : flex;
	min-width : 500px;
	flex-grow : 2;
	flex-direction : column;
}

#aboutUs_top
{
	width : 100%;
	height : 50%;
	display : flex;
	min-height : 175px;
}

#aboutUs_bottom
{
	width : 100%;
	height : 50%;
	display : flex;
}

#aboutUs_topLeft, #aboutUs_topRight, #aboutUs_bottomLeft, #aboutUs_bottomRight
{
	width : 50%;
	margin : 0px;
	padding : 0px;
}

#aboutUs_topLeft
{
	display : flex;
	flex-direction : column;
	align-items : center;
	justify-content : center;
}

#aboutUs_topLeft h3
{
	margin : 0px;
	padding : 0px;
	width : 100%;
	text-align : center;
	font-size : 1.5em;
	padding-bottom : 5px;
	background-color : var(--main_blue);
	color : white;
	padding-top : 10px;
	border-radius : 10px 10px 0px 0px;
	background-color : rgb(19, 66, 106);
}

#aboutUs_topLeft p
{
	margin : 0px;
	padding : 0px;
	text-align : center;
	font-size : 1.2em;
	background-color : var(--main_blue);
	color : white;
	padding-bottom : 15px;
	width : 100%;
	border-radius : 0px 0px 10px 10px;
	background-color : rgb(19, 66, 106);
}

#aboutUs_topRight
{
	flex-direction : column;
	justify-content : center;
	align-items: center;
	text-align : center;
}

#aboutUs_main_logo_container
{
	width : 100%;
	height : 100%;
	display : flex;
	justify-content : center;
	align-items : center;
}

#aboutUs_logo_container a
{
	margin : 0px;
	padding : 0px;
}

#aboutUs_topRight img
{
	display : block;
	width : 80%;
	height : auto;
	margin : auto;
	padding : 0px;
	object-fit: contain;
	margin-bottom : 30px;
}

#aboutUs_bottomLeft
{
	display : flex;
	justify-content : center;
	align-items : center;
}

#aboutUs_logo_container
{
	width : 100%;
	text-align : center;
}

#aboutUs_logo_container a
{
	margin : 0px;
	padding : 0px;
}

#aboutUs_bottomLeft img
{
	display : inline-block;
	margin : 0px;
	padding : 5px;
	width : calc(calc(100% / 5) - 10px);
	height : auto;
	border : none;
	object-fit: contain;
}

#aboutUs_bottomRight
{
	text-align : center;
	display : flex;
	align-items : center;
	justify-content : center;
	flex-direction : column;
}

#aboutUs_contact_container
{
	margin-top : 10px;
}

#aboutUs_bottomRight a
{
	
}

#aboutUs_bottomRight a:hover
{
	
}

#aboutUs_phone_container
{
	width : 225px;

}

#aboutUs_phone_container a
{
	display : block;
	font-size : 1.5em;
	/*background-color : var(--main_blue);*/
	background-color : rgb(0, 174, 239);
	/*padding-left : 20px;
	padding-right : 20px;*/
	padding-top : 10px;
	padding-bottom : 10px;
	font-weight : bold;
	border : 1px solid #D3D3D3;
	color : #FFFFFF;
	text-decoration : none;
	width : 225px;
	border-radius : 10px;
	background: linear-gradient( #0094df 60%, #13416a);
}

#aboutUs_phone_container a:hover
{
	background-color : #AAAAFF;
	background: linear-gradient( #13416a, #0094df 60%);
}

#aboutUs_contact_container a
{
	font-size : 1.5em;
	background-color : #006600;
	display: block;
	/*padding-left : 20px;
	padding-right : 20px;*/
	width : 225px;
	padding-top : 10px;
	padding-bottom : 10px;
	font-weight : bold;
	border : 1px solid #D3D3D3;
	color : #FFFFFF;
	text-decoration : none;
	border-radius : 10px;
	background: linear-gradient( #009900 60%, #006600);
}

#aboutUs_contact_container a:hover
{
	background-color : #009900;
	background: linear-gradient( #006600 , #009900 60%);
}

.phone_button
{
	background-color : var(--main_blue);
	width : 225px;
}

#aboutUs_right
{
	width : 50%;
	margin : 0px;
	padding : 0px;
	min-width : 500px;
	display : flex;
	flex-wrap : wrap;
	flex-grow : 2;
	justify-content : center;
}

#aboutUs_right img
{
	margin : 10px;
	padding : 0px;
	display : block;
	width : calc(calc(100% / 3) - 75px);
	height : auto;
	object-fit: contain;
}


