
/*   ---   Main intro / sales map pic   ---   */

#flow_ctrl_a__contact__group_horizontal_section {
	width: 100%;
	/*border-top: 3px solid, #000000;*/
	border-left: 0px;

	align-items: center;
	margin: auto;
	display: flex;
	flex-flow: row;
	position: relative;
	/*background-color: rgba(255, 0, 0, .5);*/
	padding-bottom: 40px;
}

#flow_ctrl_a__contact__group_horizontal_section > flow_ctrl_a__contact__group_horizontal_section__01 {
	width: 35%;
	margin: auto;
	/*padding: 20px;*/
	/*background: #ccccff;*/
	/*background-color: rgba(55, 55, 255, 1);*/
	/*flex: 1 1 auto;*/
	flex: 0 1 auto;
	order: 2;
	font-size: 1.5vw;
	font-weight: Normal;
	line-height: 1.7vw;
}

#flow_ctrl_a__contact__group_horizontal_section > flow_ctrl_a__contact__group_horizontal_section__02 {
	margin: auto;
	/*padding: 50px;*/
	font-family: 'Dosis', sans-serif;
	font-size: 1.1vw;
	font-weight: Normal;
	line-height: 0.01vw;
	width: 65%;
	background-color: rgba(255, 255, 255, 1);
	/*flex: 1 1 auto;*/
	flex: 0 1 auto;
	order: 1;
}





















/* OpenMaps Configurations */
/* VERIFIED IN USE BY V2 */
.map_bph_contact_office_location{
	margin: auto;
	height: 300px;
	width: 90%;
	border: 1px solid rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 4px #000000;
	 -webkit-box-shadow: 0 0 4px #000000;
	box-shadow: 0 0 4px #000000;
}








div.hours_and_visits{
	border: 1px solid rgba(0,0,0,0.5);
	text-align: center;
	background-color: rgb(220,220,220);
	padding: 50px;
	font-size: 1.4vw;
	font-weight: Normal;
	line-height: 1.7vw;
}












@media all and (max-width: 827px) {
	#flow_ctrl_a__contact__group_horizontal_section, #page {
		flex-direction: column;
		align-items: stretch;
	}
	#flow_ctrl_a__contact__group_horizontal_section > flow_ctrl_a__contact__group_horizontal_section__02, #flow_ctrl_a__contact__group_horizontal_section > flow_ctrl_a__contact__group_horizontal_section__01{
	/* Return them to document order */
		order: 0;
	}
	#flow_ctrl_a__contact__group_horizontal_section > flow_ctrl_a__contact__group_horizontal_section__01{
		/*min-height: 50px;*/
		/*max-height: 50px;*/
		/*margin-left: 40px;*/
		/*margin-right: 0px;*/
		width: 93%;
		font-size: 2.5vw;
		line-height: 2.9vw;
	}
	#flow_ctrl_a__contact__group_horizontal_section > flow_ctrl_a__contact__group_horizontal_section__02{
		/*min-height: 50px;*/
		/*max-height: 50px;*/
		/*margin-left: 40px;*/
		padding: 25px;
		/*padding: 10px;*/
		text-align: center;
		width: 90%;
	}
	div.hours_and_visits{
		font-size: 2.4vw;
		line-height: 2.8vw;
	}


}





