#topLinks {
	font-size: 14px;
	padding-top: 20px;
}

#topLinks span {
	padding: 0 10px;
}

#topLinks a {
	color: #3e7697;
}

#topTitle {
	font-size: 36px;
	font-weight: lighter;
	padding: 20px 0;
}

#topInfo {
	background: #666;
	background-image: url(//standardelectricsupply.xologic.com/data/images/home_images/enclosure-modification-services-credit.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	box-sizing: border-box;
}

#topInfoTitle {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    padding: 110px 0 20px;
}

#topInfoTitle h1 {
	font-size: 72px;
}

#mainAttractionBox {
	background: #666;
	width: 250px;
	height: 250px;
	margin: 0 auto 60px;
}

#extraSection {
	background: rgba(0,0,0,0.3);
	padding: 20px 0;
	box-sizing: border-box;
	width: 100%;
}

#multiBoxTitle {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
}

#multiBoxSection {
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
}

.boxHolder {
	width: 25%;
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
}

.taxFive {
	width: 20%;
	max-width: 250px;
}

.taxFive .boxImg {
	height: auto;
}

.downloadTitle {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-bottom: 30px;
}

.boxImg {
	height: 250px;
	background: #999;
	overflow: hidden;
}

.boxImg img {
	width: 100%;
}

.downloadBtn {
	width: 90%;
	border: 2px solid #a42c2e;
	background-color: #a42c2e;
	line-height: 35px;
	text-align: center;
	color: #fff;
	margin: 10px auto;
	font-size: 18px;
	font-weight: 600;
	transition: .3s linear all;
	max-width: 250px;
}

.downloadBtn:hover {
	background-color: #ca2e31;
	cursor: pointer;
}

.downloadBtn a {
	color: #fff;
	text-decoration: none !important;
	box-shadow: 0 0 0 transparent;
}

.downloadBtn a:hover {
	box-shadow: 0 0 0 transparent;
	color: #fff;
}

.formBox {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
}

@media screen and (max-width: 1030px) {
	.boxHolder {
		width: 50%;
		margin: 0 auto;
		float: none;
		padding: 0 0 30px;
	}
	#topInfoTitle {
		padding: 110px 20px 20px;
	}
	#topInfoTitle h1 {
		font-size: 52px;
		line-height: normal;
	}
}

@media screen and (max-width: 750px) {
	.boxHolder {
		width: 100%;
	}
}