.layout-clr {
	clear:both;
	float:none;
	display:block;
	height:0px;
	width:1px;
	margin:0;
	padding:0;	
	font-size:1px;
}
.layout-sandwich-section {
	clear:both;
}
.layout-sandwich-section .layout-sandwich-section-content {
    position: relative;
	max-width:1000px;
	margin:0 auto;
	width:1000px; /* until liquid is done right */
}

.layout-white-gray-wrap {
	display:table;
	width:100%;
}
.layout-white-gray-wrap-cols {
	display:table-row;
}
.layout-white-gray-wrap-col {
	display:table-cell;
	width:50%;
}
.layout-white-gray-wrap-col.gray {
	background-color:#ecece5;
}

.layout-cols-wrap {
	display:table;
	width:1000px;
	margin-left:-500px;	
	table-layout: fixed;
}
.layout-cols {
	display:table-row;	
}
.layout-cols .layout-col-a {
	width:680px;
	display:table-cell;	
	background-color:#fff;
	vertical-align:top;
	padding:45px 0 60px 0;
}
.layout-cols .layout-col-b {
	width:319px;
	background-color:#ecece5;
	display:table-cell;
	vertical-align:top;
	padding:0 0 60px 0;
}




@media (max-width: 1014px) {
	.layout-cols-wrap {		
		margin-left: 0;	
	}
}

