@charset "UTF-8";
.outerwrapper {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: auto;
}
.wrapper {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	overflow: auto;
}
#headerwrapper {
	margin: 0;
	background-color: black;
}
#navwrapper {
	margin: 0;
	width: 100%;
	max-width: none;
	background-color: black;
	border-bottom: 5px solid #01A1DD;
}
#coverwrapper {
	margin: 0;
}
#footerwrapper {
	margin-bottom: 0;
	background-color: black;
}
header {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #A0A0A0;
	overflow: auto;
}
#logo {
	width: 50%;
	float: left;
}
#logo img {
	width: 100%;
	max-width: 360px;
	display: inline-block;
}
#contactinfo {
	width: 50%;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	float: left;
}
#contactinfo a[href^="tel:"] {
	color: #01A1DD;
}
#cover {
	height: 240px;
	background-image: url(../images/covers/electrical-cabinet-and-switchgear.jpg);
	background-size: contain;
	background-size: cover;
	background-position: center;
}
#cover h1 {
	display: none;
}






#maincontent {
	width: 74%;
	padding-right: 5%;
	float: left;
}
#widecontent {
	padding: 0;
	width: 100%;
	float: left;
}
#sidebar {
	width: 26%;
	float: left;
}
strong {
	font-size: 1.125em;
}
#maincontent h1, #widecontent h1 {
	margin-top: 0
}
#maincontent p:last-of-type, #widecontent p:last-of-type {
	margin-bottom: 0;
}






.gallery {
  width: 100%;
  float: left;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery figure {
  display: block;
  float: left;
  margin: 1% 1% 1% 1%;
  width: 48%;
}
.gallery figcaption {
  display: none;
}
.small-gallery {
	margin-bottom: 1em;
	width: 100%;
	float: left;
}
.small-gallery img {
  width: 100%;
  height: auto;
}
.small-gallery figure {
  display: block;
  float: left;
  margin: .75% .75% .75% .75%;
  width: 23.5%;
}
.small-gallery figcaption {
  display: none;
}





.featurelist {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 12px;
	font-weight: bold;
	position: relative;
}
.featurelist li {
	padding-bottom: 3px;
}
.featurelist li:before {
	content: "●";
	color: #01a1dd;
	position: absolute;
	left: 0;
}







#sidebar h2 {
	margin-top: 0;
}
#sidebar h3 {
	font-size: 1em;
	font-weight: bold;
}
.sidebarlist {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 8px;
	position: relative;
}
.sidebarlist li {
	padding-bottom: 3px;
}
.sidebarlist li:before {
	content: "●";
	color: #01a1dd;
	position: absolute;
	left: 0;
}
.serviceslist {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 5px;
	font-size: 14px;
	position: relative;
}
.serviceslist li:before {
	content: "+";
	position: absolute;
	left: 0;
}




.sitemap {
	list-style-type: none;
	padding: 0;
}
.sitemap li {
	padding-left: 0;
	padding-bottom: 3px;
}
.sitemap a {
	text-decoration: none;
}
.sitemap a:hover, .sitemap a:active {
	text-decoration: underline;
}






#lightgallery {
	margin-top: 30px;
}
#lightgallery img {
	width: 20%;
	padding-right: 10px;
	padding-bottom: 10px;
	display: block;
	float: left;
}
table {
	width: 100%;
	font-size: 1em;
}
th {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	color: #E0E0E0;
	border-bottom: .5px solid #A0A0A0;
}
td {
	padding-top: 5px;
	padding-bottom: 5px;
}








#associations h3 {
	margin-top: 0;
	font-weight: bold;
}
#associations p {
	margin-top: 0;
	font-size: 15px;
}
#associations img {
	width: 100%;
	height: auto;
}











footer {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #A0A0A0;
	font-size: 14px;
	overflow: auto;
}
footer article {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}
footer h3 {
	margin-top: 0;
	font-weight: bold;
}
.halfcol {
	width: 50%;
	float: left;
}
.footerlist {
	margin: 0;
	padding-left: 8px;
	list-style: none;
	font-size: 14px;
	position: relative;
}
.footerlist li:before {
	content: "■";
	left: 0;
	color: #01A1DD;
	position: absolute;
}
#copyright {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #A0A0A0;
	font-size: 14px;
	text-align: center;
	overflow: auto;
}
#copyright p {
	margin: 0;
}
#copyright ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#copyright ul li {
	padding: 0 8px;
	display: inline-block;
}
#copyright a {
	text-decoration: none;
	transition: color .5s;
}
#copyright a:hover, #copyright a:active {
	color: white;
	text-decoration: none;
}


@media screen and (max-width:769px) {

#logo {
	width: 100%;
	padding: 4%;
	text-align: center;
}
#contactinfo {
	width: 100%;
	padding: 4%;
	font-size: 18px;
	text-align: center;
}
#maincontent {
	width: 100%;
	padding: 0;
	float: left;
}
#sidebar {
	display: none;
}
	
	
#lightgallery img {
	width: 33.3333%;
}


	

footer article {
	width: 100%;
	margin-bottom: 5%;
}	
#copyright {
	font-size: 13px;
}
}


@media screen and (max-width:480px) {

#maincontent {
	line-height: 1.7;
}
#logo {
	width: 100%;
	padding-top: 10%;
}
#contact-info {
	padding: 3%;
	font-size: 16px;
}
strong {
	font-size: 1em;
}


#lightgallery img {
	width: 50%;
}
}
