.aiContainer {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
	background: #FFF;
	padding-bottom: 20px;
	clear: both;	
	font-size: small !important;
	margin: 80px auto 40px !important;
	padding: 2% 15% 5% 15% !important;
	width: 100% !important;
	color: #FFF !important;
	text-align: center;
	border-bottom: 4px solid #c5c5c5;
	font-family: "futura Bd", Helvetica, sans-serif;
	border: none;
}

.aiContainer img
{
  border-radius: 6px !important;
  display: inline-block !important;
  max-width: 100% !important;
  height: auto !important;
  padding: 4px !important;
  line-height: 1.42857143 !important;
  background-color: #FFF !important;
  border: 1px solid #b2b2b2 !important;
  border-radius: 0px !important;
  -webkit-transition: all .2s ease-in-out !important;
          transition: all .2s ease-in-out !important;
}

.aiHeader
{
	display: block !important;
	border-radius:0 !important;
	background: none;
	color: #ec2028;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 10px 0;
}

.aiAgentName {
  color: #ec2028 !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: bold !important;
  margin: 10px 0 !important;
  padding-top: 5px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  width: 100% !important;
}

.aiCellPhoneLabel, .aiOfficePhoneLabel{
	float: left !important;
	width: 30% !important;
	text-align: left !important;
	margin: 0 !important;
	padding-left: 9% !important;
	color: #000000 !important;
	font-weight: bold !important;
	line-height: 25px;
	white-space: nowrap;
}

.aiCellPhone, .aiOfficePhone{
	float: right !important;
	width: 60% !important;
	text-align: left !important;
	padding-left: 10% !important;
	margin: 0 !important;
	color: #000000;
	line-height: 25px;
	white-space: nowrap;
}


.aiAgentEmail
{
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px 0 10px 0;
	font-size: 13px;
	line-height: 30px;
}

.aiAgentEmail a{
	color: #ec2028 !important;
}

.aiSocialMedia
{
	text-align: center;
}
.aiSocialMedia .aiFacebook a img, .aiSocialMedia .aiTwitter a img, .aiSocialMedia .aiLinkedIn a img, .aiSocialMedia .aiYouTube a img{
	width: 32px;
	height: 32px;
	border: none !important;
	background: none !important;
}