#domain-nav{width:100%;  height:80px; overflow:hidden;}
#domain-nav a{float:left; width:49.4%; height: 80px; box-sizing:border-box; background-clip:content-box; overflow:hidden; text-align:center;}
#domain-nav a:last-child{float:right;}

#wrap{position:static;}

#highlights{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.highlight-row{display:table;padding: 0px 0;}
.highlight-column{width:33.33333333%; -webkit-box-sizing:border-box; -mox-box-sizing:border-box; box-sizing:border-box; padding:0 20px; border-right:1px solid #bbbbbb; display: table-cell;}
.highlight-column:nth-child(3){border:none;}
.highlight-column h3{Font-size:28px; font-weight:400; text-transform:uppercase; letter-spacing:.05em; line-height: 1.25em}
.highlight-column h4{Font-size:20px; font-weight:400; text-transform:uppercase; letter-spacing:.05em; margin:0 0 10px 0; color:#777; line-height: 1.25em}
.highlight-column ul{ list-style:none;}
.highlight-column ul li{margin-bottom:15px;}
.highlight-column ul li a{font-size:18px;}
.highlight-column img{max-width:100%; height:auto;}


@media screen and (max-width: 1260px){
	#domain-nav{ height:0; padding-bottom:6.3492063%;}
	#domain-nav a{ height:0; padding-bottom:6.3492063%;}
	#domain-nav a img{ width:100%;}
}

@media screen and (max-width: 1000px){
	#domain-nav{ overflow:auto; height:auto; padding-bottom:0px;}
	#domain-nav a{width:100%; margin-bottom:20px;padding-bottom:12.6984136%;}
	#domain-nav a img{ width:590px;}
	#highlights{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
			-moz-column-count: 1; /* Firefox */
			column-count: 1;
	}
}

@media screen and (max-width: 900px){
	.highlight-row{display:block;}
	.highlight-column{width:100%; border-right:none; border-bottom:1px solid #bbbbbb; display: block;}
	.highlight-column img{float:left; margin-right:30px; margin-bottom:20px; max-width:45%; }
	.highlight-column div{ overflow:auto; margin:20px 0;}
}

@media screen and (max-width: 500px){
	.highlight-column{max-width:360px; margin:0 auto;}
	.highlight-column img{float:none; margin:0; max-width:100%;}
}

@media screen and (max-width: 600px){
	#domain-nav a img{ width:100%;}
}
