/* This stylesheet is meant for custom styles, on top of the Bone Template */

.last-nav {

	border-top: 1px solid lightgrey;
	margin-top: 20px;
	padding-top: 20px;
	box-sizing: border-box;

}

.no-margin {

	margin: 0 !important;

}

.close-box {

	padding-bottom: 120px;	
	background: #FFF;

}

.close-box-sm {

	padding-bottom: 50px;	
	background: #FFF;

}

.link-block {

	display: block;
	cursor: pointer;
	color: gray;
	padding: 20px;
}

.link-block a:hover {
color: gray;


}

.plan {

	display: block;

}

.fields .item {

	height: 200px;

}

li {

	list-style-type: square;

}

.fields .icon {

	font-size: 30px;

}

.same-height {

	height: 150px;

	position: relative;
	display: block;


}

.quote {

	font-weight: 300;
	width: 80%;
	color: grey;
	margin-top: -7px;
	line-height: 1.6em;
	font-size: 1.2em;
	font-style: italic

}

.same-height span {

	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);

}

.newsletter {

	display: inline-block;
	width: 40%;
	padding: 23px 0;
}

footer .copyright {

	margin-top: 25px;

}

#mce-success-response {

	font-weight: bold;
	margin-top: 15px;
	

}
