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

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

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

#flow_ctrl_a__group_horizontal_section > flow_ctrl_a__group_horizontal_section__01 {
	width: 65%;
	margin: 0px;
	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__group_horizontal_section > flow_ctrl_a__group_horizontal_section__02 {
	padding: 50px;
	font-family: 'Dosis', sans-serif;
	font-size: 2.1vw;
	font-weight: Normal;
	line-height: 2.3vw;
	width: 35%;
	background-color: rgba(255, 255, 255, 1);
	/*flex: 1 1 auto;*/
	flex: 0 1 auto;
	order: 1;
}


.about_us_our_commitment_bullet_list_bubble{
	padding: 5px;   
	border: 1px solid #ffa200;
	width: 90%;

	background-color:#202020;
	background:-moz-linear-gradient(bottom,#572e00 0,#202020 50%);
	background:-ms-linear-gradient(bottom,#572e00 0,#202020 50%);
	background:-webkit-linear-gradient(bottom,#572e00 0,#202020 50%);
	background:linear-gradient(bottom,#572e00 0,#202020 50%);

	/*Applying CSS 3radius*/   
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
    
	/*Applying CSS3 box shadow*/
	-moz-box-shadow: 0 0 2px #ffa200;
	 -webkit-box-shadow: 0 0 2px #ffa200;
	box-shadow: 0 0 2px #ffa200;

	font-family: 'Dosis', sans-serif;
	color: #ffa200;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
	font-size: 1.2vw;
	font-weight: Normal;
	line-height: 1.6vw;

	text-align: left;
	margin-left: 20px;
	padding-right: 10px;
}

.about_us_our_sales_img{
	/*Applying CSS 3radius*/   
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border:1px solid #222222;
	box-shadow:
	0 2.8px 2.2px rgba(0, 0, 0, 0.034),
	0 6.7px 5.3px rgba(0, 0, 0, 0.048),
	0 12.5px 10px rgba(0, 0, 0, 0.06),
	0 22.3px 17.9px rgba(0, 0, 0, 0.072),
	0 41.8px 33.4px rgba(0, 0, 0, 0.086),
	0 100px 80px rgba(0, 0, 0, 0.12);
}



div.collaboration{
	text-align: center;
	background-color: rgb(220,220,220);
	padding: 50px;
	font-size: 1.4vw;
	font-weight: Normal;
	line-height: 1.7vw;
}















/* Agent Info Page: Pic & Biography */

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

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

#flow_ctrl_b__group_horizontal_section > flow_ctrl_b__group_horizontal_section__01 {
	width: 30%;
	margin: 0px;
	padding: 20px;
	padding-left: 40px;
	flex: 0 1 auto;
	order: 1;
	font-size: 1.5vw;
	font-weight: Normal;
	line-height: 1.7vw;
}

#flow_ctrl_b__group_horizontal_section > flow_ctrl_b__group_horizontal_section__02 {
	width: 70%;
	padding: 50px;
	font-family: 'Dosis', sans-serif;
	font-size: 2.1vw;
	font-weight: Normal;
	line-height: 2.3vw;
	background-color: rgba(255, 255, 255, 1);
	flex: 0 1 auto;
	order: 2;
}

.about_us_agent_bio_img{
	/*Applying CSS 3radius*/   
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border:1px solid #222222;
	box-shadow:
	0 2.8px 2.2px rgba(0, 0, 0, 0.034),
	0 6.7px 5.3px rgba(0, 0, 0, 0.048),
	0 12.5px 10px rgba(0, 0, 0, 0.06),
	0 22.3px 17.9px rgba(0, 0, 0, 0.072),
	0 41.8px 33.4px rgba(0, 0, 0, 0.086);
	width: 100%;
	max-width: 300px;
	object-fit: contain;
}
























@media all and (max-width: 827px) {
	#flow_ctrl_a__group_horizontal_section, #page {
		flex-direction: column;
		align-items: stretch;
	}
	#flow_ctrl_a__group_horizontal_section > flow_ctrl_a__group_horizontal_section__02, #flow_ctrl_a__group_horizontal_section > flow_ctrl_a__group_horizontal_section__01{
	/* Return them to document order */
		order: 0;
	}
	#flow_ctrl_a__group_horizontal_section > flow_ctrl_a__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__group_horizontal_section > flow_ctrl_a__group_horizontal_section__02{
		/*min-height: 50px;*/
		/*max-height: 50px;*/
		/*margin-left: 40px;*/
		padding: 25px;
		/*padding: 10px;*/
		text-align: center;
		width: 90%;
	}

	.about_us_our_commitment_bullet_list_bubble{
		padding: 5px;
		width: 97%;
		font-size: 2.5vw;
		line-height: 3vw;

		text-align: left;
		margin-left: 0px;
		padding-right: 10px;
	}
	div.collaboration{
		padding: 50px;
		font-size: 2.4vw;
		line-height: 2.7vw;
	}




	#flow_ctrl_b__group_horizontal_section, #page {
		flex-direction: column;
		align-items: stretch;
	}
	#flow_ctrl_b__group_horizontal_section > flow_ctrl_b__group_horizontal_section__02, #flow_ctrl_b__group_horizontal_section > flow_ctrl_b__group_horizontal_section__01{
	/* Return them to document order */
		order: 0;
	}
	#flow_ctrl_b__group_horizontal_section > flow_ctrl_b__group_horizontal_section__01{
		/*min-height: 50px;*/
		/*max-height: 50px;*/
		/*margin-left: 40px;*/
		/*margin-right: 0px;*/
		width: 90%;
		padding-left: 28px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#flow_ctrl_b__group_horizontal_section > flow_ctrl_b__group_horizontal_section__02{
		/*min-height: 50px;*/
		/*max-height: 50px;*/
		/*margin-left: 40px;*/
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 0px;
		/*padding: 10px;*/
		text-align: center;
		width: 90%;
		font-size: 2.4vw;
		line-height: 2.7vw;
	}
	.about_us_agent_bio_img{
		/*Applying CSS 3radius*/   
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		border:1px solid #222222;
		box-shadow:
		0 2.8px 2.2px rgba(0, 0, 0, 0.034),
		0 6.7px 5.3px rgba(0, 0, 0, 0.048),
		0 12.5px 10px rgba(0, 0, 0, 0.06),
		0 22.3px 17.9px rgba(0, 0, 0, 0.072);
	}


}





