a.btn {
    border-radius: 0px;
    padding: 0.5em 1em;
    margin-top: 10px;
}

a.btn:hover {
    background: #d98f17;
}

.not-front .pageWrapOuter {
    padding-top: 0px;
}

.pageWrapOuter {
    padding-top: 0px;
}

.front .pageWrap {
    max-width: none;
}

.leadIn {
    background: #ffffff;
    box-shadow: none;
    margin-top: -40px;
    padding-top: 50px;
    margin-bottom: -10px;
}

.leadIn .content {
    text-shadow: none;
    color: #333;
    max-width: 750px;
    min-height: 300px;
    padding-top: 50px;
    margin-bottom: -50px;
}

.productType {
    min-height: 400px;
    margin: 0 1em;
}

.image-hover {
display: inline-block;
position: relative;
background: #000;
line-height: 0px;
width: 49.5%;
}

#image-hover:hover img {
	opacity:0.3;
	filter:alpha(opacity=30);
	
}
.image-hover span.image-overlay {
display: table-cell;
position: absolute;
z-index: 3;
background: transparent;
width: 100%;
top: 50%;
left: 0px;
color: transparent;
text-align: center;
vertical-align: center;
margin-top: -23px;
line-height: 20px;
}
.image-hover:hover span.image-overlay {
	color:#fff;
	text-shadow: 0px 0px 1px black;
}

.testgrid {
    margin: -20px;
    margin-bottom: -30px;
}

img.testphoto:hover {
    opacity: .4;
}

.inlinelogos {
    background: #f7f7f7;
    text-align:center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.not-front .featureWrap {
    margin: 0;
}

.not-front h1, .shortTitle {
    display: none;
}

.hpLoc {
    background: linear-gradient(to right, #ff8e00 0%,#fdb121 100%);
    max-width: 100%;
}

.hpLoc .btn {
    border: 1.5px solid white;
    background: transparent;
}

.hpLoc .btn:hover {
    border: 1.5px solid white;
    background: #d98f17;
}

.contentArea, .sidebarArea {
    text-align: center;
}

.testdesignblock {
    background: #f7f7f7;
    display: inline-block;
    padding-top: 80px;
    padding-bottom: 80px;
}

.testdesignblock .content {
    display: inline-block;
    max-width: 80%;
}

.testksc {
    display: inline-block;
    padding-top: 80px;
    padding-bottom: 80px;
}

.testksc .content {
    display: inline-block;
    max-width: 85%;
}

.pageWrap {
    max-width: none;
}

.contentWrap * + p {
    padding-left: 10px;
    padding-right: 10px;
}