
#hpConnectBtn a{
	color:#fff;
}
#geocomplete{width:220px !important;}

#myModal  .close-reveal-modal {
    top: 11px !important;
}

.phone {
	display: block;
	color: #fff;
	font-weight: 600;
}

.phone2{
    display: block;
    font-size: 25px;
    line-height: 1.2;
}

.phone2 a{color:#6d6d6c;}

.phone a {
	color: inherit;
}

.btn2 {
	margin: 0 0 8px;
	font-size: 21px;
	line-height: 26px;
	padding: 9px 50px 10px;
}

.btn2 {
	display: inline-block;
	vertical-align: top;
	background: #fc7400;
	color: #fff;
	border-radius: 5px;
	font-size: 25px;
	line-height: 1.2;
	font-weight: 600;
	padding: 18px 50px 13px;
	text-align: center;
}

.btn2:hover {
	background: #e36800;
	color: #fff;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
	content: "\e603";
}

.headText{font-size: 38px;
    line-height: 1.16;
    font-weight: 300;    margin: 0 0 25px;    color: #1f8983;}
    
.headline {
	text-align: center;
	padding: 0 0 13px;
}

.ratingText p {
    font-size: 32px;
    line-height: 41px;
}
.icon {
	margin: 0 0 30px;
}

.frame {
	padding: 0 0 23px;
	overflow: hidden;
}

#hp-tick-table th {background-color:transparent;color:#7c7c7c;}

.three-columns {
	margin: 0 -15px 20px;
}

.three-columns .col {
	float: left;
	width: 30.3%;
	padding: 0 15px;
}

.three-columns .col:first-child {
	width: 25.4%;
}

.three-columns .img-holder {
	padding: 5px 0 4px;
}

.three-columns .img {
	position: relative;
	margin: 0 0 16px;
}

.three-columns strong {
	font-weight: 600;
	font-size:17px;
}

.three-columns p {
	margin: 0;
}

.three-columns .fpo {
	position: absolute;
	right: 5px;
	bottom: 0;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .6);
	font-size: 45px;
	line-height: 48px;
	font-weight: 700;
}

.rating-list {
	text-align: center;
}

.rating-list li {
	list-style: none outside;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	letter-spacing: 0;
	font-size: 19px;
	line-height: 1;
}

.rating-list span {
	color: #f7a130;
}

.list li {
	list-style: none outside;
	position: relative;
	padding: 0 0 0 30px;
	line-height:30px;
	font-size:17px;
}

.list i {
	position: absolute;
	top: 7px;
	left: 0;
	width: 18px;
	height: 18px;
}

.list i:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 11px;
}

.step-list {
	margin: 0 0 16px;
	width: 100%;
	display: table;
	overflow: hidden;
}

.step-list > li {
	display: table-cell;
	vertical-align: top;
	width: 33.33%;
	list-style: none outside;
	border-left: 1px solid #eeebe3;
}

.step-list > li:first-child {
	border: none;
}

.step-list .text {
	text-align: center;
	padding: 2px 15px 6px;
}

.step-list .icon {
	margin: 0 0 41px;
	min-height: 115px;
}

.step-list h2 {
	margin: 0 0 33px;
	color: #1f8983;
}

.step-list p {
	margin: 0 0 20px;
}

.step-list .box {
	position: relative;
	padding: 9px 12px 10px;
	background: #f7f7f7;
}

.step-list .box:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #f7f7f7;
	height: 9999px;
}

.step-list .box > span {
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
}

.step-list .box .list li {
	margin: 20px 0 0;
}

.step-list table {
	width: 100%;
	margin: 0;
}

.step-list table td,
.step-list table th {
	border: none;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	padding: 26px 0 0;
}

.step-list table th {
	padding: 0;
	font-weight: 300;
	line-height: 30px;
}


.icon-cross,
.icon-tick {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.icon-cross:after,
.icon-tick:after {
	content: "";
	position: absolute;
}

.icon-tick {
	background: #bcda39;
}

.icon-tick:after {
	top: 5px;
	left: 9px;
	width: 7px;
	height: 13px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}

.icon-cross {
	background: #f7a130;
}

.icon-cross:before,
.icon-cross:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 5px;
	width: 14px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.icon-cross:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.quote-box {
	padding: 12px 0 6px 15px;
}

.quote-box .img {
	position: relative;
	float: left;
	border: 7px solid #fff;
	box-shadow: -5px 5px 20px -5px rgba(0, 0, 0, .5);
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	margin: 0 20px 0 0;
	width: 142px;
}

.whiteLink{color:#fff;}

.comparingNHBox{ height: 343px;}

blockquote {background-image:none;border-style: none;    font-style: normal;}

blockquote p{font-size: 15px;
    line-height: 19px;}

.quote-box blockquote cite {
    margin: 0 0 10px;
}

blockquote cite {
    color: #bdda39;
    display: block;
    font-style: normal;
    font-weight: 600;
}

.quote-box .fpo {
	position: absolute;
	text-align: center;
	top: 56px;
	left: 0;
	right: 0;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .6);
	font-size: 46px;
	line-height: 50px;
	font-weight: 600;
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}

.quote-box blockquote {
	overflow: hidden;
	padding: 37px 0 0;
	margin: 0;
}

.quote-box blockquote cite {
	margin: 0 0 10px;
}


@media (max-width: 964px) {


	.three-columns {
		font-size: 16px;
		line-height: 24px;
	}

	.list i {
		top: 3px;
	}

	.step-list .box .list li i {
		top: 7px;
	}

	.quote-box .img {
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {


	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.block {
		margin: 0 0 50px;
	}

	.list li {
		padding: 0 0 0 23px;
	}

	.step-list {
		font-size: 16px;
		line-height: 24px;
	}

	.step-list .text {
		padding: 2px 5px 6px;
	}

	.step-list .box {
		padding: 9px 8px 10px;
	}

	.step-list .box > span {
		line-height: 20px;
	}

	.step-list .box .list li i {
		top: 3px;
	}

	.step-list table th {
		line-height: 20px;
	}



}

@media (max-width: 639px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}

	
	

	.intro {
		padding: 0 0 50px;
	}

	.intro .group {
		padding: 0 0 10px;
	}

	.intro p {
		margin: 0 0 20px;
	}

	.three-columns {
		margin: 0;
	}

	.three-columns .col {
		float: none;
		width: 100%;
		padding: 0 0 30px;
	}

	.three-columns .col:first-child {
		width: 100%;
	}

	.three-columns .text {
		text-align: center;
	}

	.three-columns .img-holder {
		padding: 0;
		text-align: center;
	}

	.three-columns .img {
		max-width: 330px;
		margin: 0 auto 16px;
	}

	.step-list > li {
		display: block;
		width: 100%;
		border-left: none;
		overflow: hidden;
		margin: 0 0 50px;
	}

}

@media (max-width: 479px) {
	
}

