.fourColHomeCont{
	display:block;
	margin:auto;
	width:1300px;
	}
.fourColHomeWrap, .fourColHomeInner, .fourCol, .fourColIconCont, .fourColTitleCont, .fourColDivider, .fourColTextCont, .fourCol a, .fourColIconCont img{
	float:left;
	width:100%;
	position:relative;
	}
.fourColHomeWrap{
	background:#111;
	}
.fourCol{
	padding:30px 15px;
	width:33.33333333%;
	}
.fourColDivider{
	border-bottom: 1px solid #ddd;
    margin: 0 0 5px 30%;
    padding: 5px 0 0;
    width: 40%;
	}
.fourColIconCont, .fourColTitleCont, .fourColTextCont{
	text-align:center;
	}
.fourColIconCont{
	height:268px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.fourColTextCont{
	padding:0 0 15px 0;
	}
.homeColIcon, .peopleColIcon, .mapColIcon, .cloudColIcon{
	color: #9b9b99;
    float: left;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    width: 100%;
	}
.homeColIcon:before{
	content: "\f015";
	}
.peopleColIcon:before{
	content: "\f0c0";
	}
.mapColIcon:before{
	content: "\f041";
	}
.cloudColIcon:before{
	content: "\f0ee";
	}
.fourColTitleCont h2, .fourColTextCont p{
	color: #888;
    font-size: 23px;
    line-height: 34px;
    margin: 5px 0;
	padding:10px 0 0 0;
    text-align: center;
	}
.fourColTextCont p{
	color: #888;
    font-size: 23px;
    line-height: 34px;
    margin: 0;
	padding:0;
    text-align: center;
	}
.fourColTitleCont h2{
	color:#ba9765;
	}
.fourColTextCont p{
	font-size:16px;
	line-height:24px;
	}
.buyingGuidesTitleCont{
	border-bottom:3px solid #ba9765;
	margin-bottom:-20px;
	}
span.fourColdTitleText{
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	}
/* RESIZE AT LESS THAN 1300 PIXELS */
@media only screen and (max-width: 1300px){
.fourColHomeCont{
	width:1170px;
	}
.fourColTitleCont{
	min-height:74px;
	}
}
/* RESIZE AT LESS THAN 1170 PIXELS */
@media only screen and (max-width: 1170px){
.fourColHomeCont{
	width:960px;
	}
.fourColIconCont{
	height:214px;
	}
}
/* RESIZE AT LESS THAN 960 PIXELS */
@media only screen and (max-width: 960px){
.fourColHomeCont{
	width:800px;
	}
.fourColIconCont{
	height:170px;
	}
.fourCol {
    padding:15px;
    width: 50%;
	}
}
/* RESIZE AT LESS THAN 800 PIXELS */
@media only screen and (max-width: 800px){
.fourColHomeCont{
	width:720px;
	}
.fourCol{
	padding:10px 15px;
	width:100%;
	}
.fourColIconCont{
	height:280px;
	}
.fourColTitleCont {
    min-height:0;
	}
}
/* RESIZE AT LESS THAN 720 PIXELS */
@media only screen and (max-width: 720px){
.fourColHomeCont{
	width:640px;
	}
.fourColIconCont{
	height:280px;
	}
}
/* RESIZE AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px){
.fourColHomeCont{
	width:480px;
	}
.fourColIconCont{
	height:240px;
	}
}
/* RESIZE AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px){
.fourColHomeCont{
	width:360px;
	}
.fourColIconCont{
	height:200px;
	}
}
/* RESIZE AT LESS THAN 360 PIXELS */
@media only screen and (max-width: 360px){
.fourColHomeCont{
	width:320px;
	}
.fourColIconCont{
	height:170px;
	}
}