.section{
	display: block;
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-justify{
	display: flex;
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	justify-content: space-around;
	flex-flow: row wrap;
}
.section-title{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #69C;
}
.secondary-section{
	display: inline-block;
	width: 80%;
	font-size: 1em;
	color:#666;
	padding-top: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.secondary-heading{
	display: table;
	overflow: hidden;
	width: 100%;
}
h1
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3em;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
}
.heading{
	font-size: 2em;
	font-weight: bold;
}
.heading-blue{
	font-size: 1.3em;
	font-weight: bold;
	color: #69C;
}
.section-emphasis{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 3vw;
	color: #FFF;
	line-height: 150%;
	text-align: center;
}
.section-services{
	display:inline-block;
	width: 70%;
	padding: 75px 50px;
	margin-top: 100px;
	margin-bottom: 60px;
	font-size: 1.5vw;
	color: #333;
	text-align: left;
	line-height: 125%;
	background-color: rgba(207, 207, 207, .90);
	box-shadow: 3px 5px 3px #888888;
}
.services-title{
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 125%;
}
.iconImage{
	margin-bottom: 10px;
}
.iconSpan{
	display: inline-block;
	max-width: 140px;
	min-width: 140px;
	margin: 0px 20px 40px 20px;
	text-align: center;
}
.iconTitle{
	font-size:1.2em;
	color: #73B9FF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
.iconText{
	font-size:1em;
	font-color: #CCC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.closingText{
	color: #FFF;
	font-size: 1.1em;
}
.footer{
	white-space: nowrap;
	margin-bottom: 15px;
	color: #FFF;
	font-size: .8em;
}
.footerLinks{
	color: #FFF;
	text-decoration: none;
	margin-left: 2%;
	margin-right: 2%;
}
.review-stars ul {
  display: inline-block;
  list-style: none;
  position: relative;
  left:-40px;
}

.review-stars ul li {
  float: left;
  margin-right: 5px;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 24px;
}
/*color: #E4B248;*/
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}
.review-author{
	font-weight: bold;
	float: left;
}
.review-date{
	font-weight: bold;
	float: right;
}
.review-text{
	font-size: 14pt;
	color: #666;
}
.form-link{
	font-size: 2em;
	color: #666;
	text-decoration: none;
}
.secondary-section-title{
	font-size: 2em;
	color: #369;
}
.no-indent-list{
	padding-left: 10px;
	list-style-type: disc;
}