

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.col-centered {
	margin:0 auto!important;
	float:none!important;
}
.img-responsive {
	max-width:100%;
	height:auto;
}
.center-it {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.p2 {
	padding-right: 5px;
}
.legal-text {
  max-width: 320px;
  margin:0 auto;
  padding:0 10px;
}
.legal-text p {
  text-align: center;
	font-size:11px!important;
	margin-top: 10px;
  color: #a4a4a4;
  text-shadow: none;
}
.mail-icon {
  position: relative;
}
.mail-icon:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f0e0";
  position: absolute;
  right: 14px;
  bottom: 8px;
  color:#555;
}
.person-icon {
  position: relative;
}
.person-icon:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f007";
  position: absolute;
  right: 14px;
  bottom: 8px;
  color:#555;
}
.phone-icon {
  position: relative;
}
.phone-icon:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f10b";
  position: absolute;
  right: 14px;
  bottom: 8px;
  color:#555;
}