@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
}
.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
	#menu ul li {
  		display:inline;
		color: #fff;
		line-height: 73px;
		text-transform: uppercase;
		padding: 0 10px 0 10px;
		text-align: right;
		float: right;
		font-weight: 500;

	}

	
	.construction-wrap {
		background: url("../images/construction-bg.jpg") no-repeat center;
		background-size: cover;
		height: 100vh;
		position: relative;

	}
	
	.group-wrap {
		background: url("../images/roof-bg.jpg") no-repeat center;
		background-size:cover;
		height: 100vh;
		position: relative;

	}


	
	.tanks-wrap01 {
		background: url("../images/tanks_bg01.jpg") no-repeat center;
		background-size:cover;
		height: 100vh;
		position: relative;

	}

	.tanks-wrap02 {
		background: url("../images/tanks_bg02.jpg") no-repeat center;
		background-size:cover;
		height: 100vh;
		position: relative;

	}

.tanks-wrap03 {
		background: url("../images/tanks-bg03.jpg") no-repeat center;
		background-size:cover;
		height: 100vh;
		position: relative;

	}

	.tanks-wrap {
			background: url("../images/tanks-bg.jpg") no-repeat;
			background-size:cover;
			height: 100vh;
			position: relative;

		}
	
	.service-wrap {
		background: url("../images/service-bg.jpg") no-repeat center;
		background-size:cover;
		height: 100vh;
		position: relative;

	}
	
	.electrical-wrap {
		background: url("../images/electrical-bg.jpg") no-repeat center;
		background-size:cover;
		height: 100vh;
		position: relative;

	}

	.careers-wrap {
		background: url("../images/careers-bg.jpg") no-repeat center;
		background-size:cover;
		height: 100vh;
		/*position: relative;*/

	}
	
	 .construction .content-piece h2 {
		font: normal normal bold 63px Segoe UI;
		color: #fff;
		text-shadow: 0px 3px 4px #0000007D;
		padding-top: 90px;
		padding-bottom: 25px;
	}
	
	.construction .content-piece p {
		text-align: left;
		font: normal normal normal 38px Segoe UI;
		letter-spacing: 0px;
		color: #fff;
		width: 850px;
		text-shadow: 0px 3px 4px #0000007D;
	}
	
	.tanks .content-piece h2 {
		font: normal normal bold 63px Segoe UI;
		color: #111;
		text-shadow: 0px 3px 6px #0000007D;
		padding-top: 70px;
		padding-bottom: 25px;
	}
	
	.tanks .content-piece p {
		text-align: left;
		font: normal normal normal 38px Segoe UI;
		letter-spacing: 0px;
		color: #111111;
		width: 850px;
		text-shadow: 0px 3px 6px #0000007D;
	}
	
	.service .content-piece h2 {
		font: normal normal bold 63px Segoe UI;
		color: #fff;
		text-shadow: 0px 3px 4px #0000007D;
		padding-top: 65px;
		padding-bottom: 25px;
	}
	
	.service .content-piece p {
		text-align: left;
		font: normal normal normal 38px Segoe UI;
		letter-spacing: 0px;
		color: #fff;
		width: 850px;
		text-shadow: 0px 3px 6px #0000007D;
	}
	
	.electrical .content-piece h2 {
		font: normal normal bold 63px Segoe UI;
		color: #111;
		/*text-shadow: 0px 3px 3px #0000007D;*/
		padding-top: 70px;
		padding-bottom: 25px;
	}

	.careers .content-piece h2 {
		font: normal normal bold 63px Segoe UI;
		color: #fff;
		/*text-shadow: 0px 3px 3px #0000007D;*/
		padding-top: 180px;
		padding-bottom: 25px;
	}
	
	.electrical .content-piece p {
		text-align: left;
		font: normal normal normal 38px Segoe UI;
		letter-spacing: 0px;
		color: #111;
		width: 850px;
		/*text-shadow: 0px 3px 3px #0000007D;*/
	}

	.careers .content-piece p {
		text-align: left;
		font: normal normal normal 38px Segoe UI;
		letter-spacing: 0px;
		color: #fff;
		width: 850px;
		/*text-shadow: 0px 3px 3px #0000007D;*/
	}
	
	.anchor {
		position: absolute;
  		bottom: 0;
  		left: 0;
		width: 100%;
	}
	.construction .color-block {
		height: auto;
		background: rgba(0, 0, 0, 0.75); 0% 0% no-repeat padding-box;
		color: #fff;
		
	}
	
	.tanks .color-block {
		height: auto;
		background: rgba(255, 255, 255, 0.85); 0% 0% no-repeat padding-box;
		color: #000;
		
	}
	
	.service .color-block {
		height: auto;
		background: rgba(0, 0, 0, 0.75); 0% 0% no-repeat padding-box;
		color: #fff;
		
	}
	
	.electrical .color-block {
		height: auto;
		background: rgba(255, 255, 255, 0.75); 0% 0% no-repeat padding-box;
		color: #111;
		
	}

	.careers .color-block {
		height: auto;
		background: rgba(0, 0, 0, 0.75); 0% 0% no-repeat padding-box;
		color: #fff;
		padding: 10px 0 0 0;
		
	}
	
	.copy-l {
		max-width: 850px;
		float: right;
		padding: 30px;
		font-size: 1.2rem;
		font-weight: 600;
	}
	
	.copy-r {
		max-width: 850px;
		float: left;
		text-align: left;
		padding: 30px;
		font-size: 1.2rem;
		font-weight: 600;
	}
	
	.logo-group {
		margin-top: 30px !important;
		padding: 0 40px 0 40px;
		text-align: left;
	}
	
	.logo-height {
		min-height: 100px;
	}
	
	.logo-group p {
		padding: 30px 30px 0 0;
		color: #fff;
	}
	
	.logo {
		padding-top: 17px;
		
	}
	
	.footer-wrap {
		background: #474747;
		color: #fff;
		font-size: 14px;
	}
	
	.footer-wrap img {
		padding: 20px 0 20px 0;
		width: 300px;
	}
	
	.footer-wrap h2 {
		font-size: 1.1rem;
		padding: 25px 0 0px 0;
		font-weight: 400;
	}
	
	.footer-wrap p {
		padding: 10px 0 10px 0;
	}
	
	.footer-map {
		padding: 20px 20px 0 0;
	}
	
.footer-wrap a {
	color: #fff;
	text-decoration: underline;
}

.careers-intro-txt {
	font-size: 1.2rem;
}

.careers-intro-link {
	padding: 40px 0 0 0;
}
.careers-intro-link a {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
}

a.button {
    background: #474747;
	border: solid #000 1px;
    border: none;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0.0313rem;
    line-height: 1.5;
    padding: 0.825rem 1.9375rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
    cursor: pointer;
}


@media screen and (min-width: 769px) and (max-width: 992px) {
	.logo-height {text-align: center;}
	.logo-height img { width: 200px; }
	.b-height {height: 1200px;}
    .group-wrap {
        background: url(../images/roof-bg.jpg) no-repeat bottom;
        background-color: #394c6b;
        background-size: 200%;
        height: auto;
        position: relative;
        padding-bottom: 10px;
		text-align: center;
    	}
	
	.service .content-piece p, .construction .content-piece p, .tanks .content-piece p {
		text-align: left;
		font: normal normal normal 38px Segoe UI;
		letter-spacing: 0px;
		color: #fff;
		width: 95%;
		text-shadow: 0px 3px 6px #0000007D;
	}
	
	.electrical .content-piece p {
		text-align: left;
		font: normal normal normal 38px Segoe UI;
		letter-spacing: 0px;
		color: #111;
		width: 95%;
		/* text-shadow: 0px 3px 3px #0000007D; */
	}
	
	.tanks .content-piece h2 {
		font: normal normal bold 63px Segoe UI;
		color: #111;
		text-shadow: 0px 3px 6px #0000007D;
		padding-top: 40px;
		padding-bottom: 25px;
		}	
	
	}

@media (max-width: 768px) {
		
	.careers-intro-txt {
		border-right: none;
		border-bottom: none;
	}	
	
.careers-intro-link a {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
	display: none;
}
		
	.logo { padding: 10px 0 10px 0; text-align: center; }
		
	.group-wrap {
		background: url("../images/roof-bg.jpg") no-repeat bottom;
		background-color: #394c6b;
		background-size:200%;
		height: auto;
		position: relative;
		padding-bottom: 10px;

	}
		
	.logo-group {
		margin-bottom: 270px;
		text-align: center;
	}
		
	.logo-group img {
			width: 200px;
		}
		
	.logo-group p {
		padding: 10px 0 40px 0;
		color: #fff;
	}	
		
		.logo-height {
			min-height: 0px;
		}
		
		
		.construction-wrap {
			background: url("../images/construction-bg.jpg") no-repeat top;
			background-size: 350%;
			height: 950px;
			position: relative;

		}
		
		.construction .content-piece h2 {
			font: normal normal bold 43px Segoe UI;
			color: #fff;
			/* text-shadow: 0px 3px 4px #0000007D; */
			padding-top: 35px;
			padding-bottom: 20px;
		}

		.construction .content-piece p {
			text-align: left;
			font: normal normal normal 28px Segoe UI;
			letter-spacing: 0px;
			color: #fff;
			width: 100%;
			/* text-shadow: 0px 3px 4px #0000007D; */
		}

		.construction .color-block {
			height: auto;
			background: rgba(0, 0, 0, 1);
			color: #fff;
		}
		
	.tanks-wrap {
			background: url("../images/tanks-bg-mobi.jpg") no-repeat;
			background-size: 200%;
			height: 1100px;
			position: relative;

		}
		
		.tanks .content-piece h2 {
			font: normal normal bold 43px Segoe UI;
			color: #111;
			/* text-shadow: 0px 3px 4px #0000007D; */
			padding-top: 35px;
			padding-bottom: 20px;
		}

		.tanks .content-piece p {
			text-align: left;
			font: normal normal normal 28px Segoe UI;
			letter-spacing: 0px;
			color: #111;
			width: 100%;
			/* text-shadow: 0px 3px 4px #0000007D; */
		}

		.tanks .color-block {
			height: auto;
			background: rgba(255, 255, 255, 1);
			color: #111;
		}
	
.careers-wrap {
			background: url("../images/careers-bg-mobi.jpg") no-repeat;
			background-size: 125%;
			height: 950px;
			position: relative;

		}
		
		.careers .content-piece h2 {
			font: normal normal bold 43px Segoe UI;
			color: #fff;
			text-shadow: 0px 3px 4px #0000007D;
			padding-top: 35px;
			padding-bottom: 20px;
		}

		.careers .content-piece p {
			text-align: left;
			font: normal normal normal 28px Segoe UI;
			letter-spacing: 0px;
			color: #fff;
			width: 100%;
			text-shadow: 0px 3px 4px #0000007D;
		}

		.careers .color-block {
			height: auto;
			background: rgba(0, 0, 0, 1);
			color: #fff;
		}
	
		.careers-intro-link {
			padding: 40px 0 0 0;
			color: #fff;
	}
		
.service-wrap {
			background: url("../images/service-bg-mobi.jpg") no-repeat top;
			background-size: cover;
			height: 1100px;
			position: relative;

		}
		
		.service .content-piece h2 {
			font: normal normal bold 39px Segoe UI;
			color: #fff;
			/* text-shadow: 0px 3px 4px #0000007D; */
			padding-top: 35px;
			padding-bottom: 20px;
		}

		.service .content-piece p {
			text-align: left;
			font: normal normal normal 28px Segoe UI;
			letter-spacing: 0px;
			color: #fff;
			width: 100%;
			text-shadow: 0px 3px 4px #0000007D; 
		}

		.service .color-block {
			height: auto;
			background: rgba(0, 0, 0, 1);
			color: #fff;
		}
		
.electrical-wrap {
			background: url("../images/electrical-bg-mobi.jpg") no-repeat top center;
			background-size: 175%;
			height: 1200px;
			position: relative;

		}
		
		.electrical .content-piece h2 {
			font: normal normal bold 43px Segoe UI;
			color: #111;
			/* text-shadow: 0px 3px 4px #0000007D; */
			padding-top: 35px;
			padding-bottom: 20px;
		}

		.electrical .content-piece p {
			text-align: left;
			font: normal normal normal 28px Segoe UI;
			letter-spacing: 0px;
			color: #111;
			width: 100%;
			/*text-shadow: 0px 3px 4px #0000007D; */
		}

		.electrical .color-block {
			height: auto;
			background: rgba(255, 255, 255, 1);
			color: #111;
		}	
		
		.footer-contact {
			padding-top: 40px;
			padding-bottom: 30px;
		}
		
		.footer-map {
			padding: 10px;
		}
			
		.copy-r, .copy-l {
			max-width: auto;
			float: left;
			text-align: left;
			padding: 30px;
			font-size: 1.2rem;
			font-weight: 600;
		}
		
		.gap {display: none;}

	}


@media (pointer: coarse) and (orientation: landscape) {
		
	.careers-intro-txt {
		border-right: none;
		/*border-bottom: solid #fff 2px;*/
	}	
	
.careers-intro-link a {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
	display: none;
}
		
	.logo { padding: 10px 0 10px 0; text-align: center; }
		
	.group-wrap {
		background: url("../images/roof-bg.jpg") no-repeat bottom;
		background-color: #394c6b;
		background-size:100%;
		height: auto;
		position: relative;
		padding-bottom: 270px;

	}
		
	.logo-group {
		margin-top: 50px;
		margin-bottom: 270px;
		padding: 0 40px 0 40px;
		text-align: center;
	}
		
	.logo-group img {
			width: 200px;
		}
		
	.logo-group p {
		padding: 10px 0 40px 0;
		color: #fff;
	}	
		
		.logo-height {
			min-height: 0px;
		}
		
		
		.construction-wrap {
			background: url("../images/construction-bg.jpg") no-repeat top;
			background-size: 100%;
			height: 650px;
			position: relative;

		}
		
		.construction .content-piece h2 {
			font: normal normal bold 43px Segoe UI;
			color: #fff;
			/* text-shadow: 0px 3px 4px #0000007D; */
			padding-top: 35px;
			padding-bottom: 20px;
		}

		.construction .content-piece p {
			text-align: left;
			font: normal normal normal 28px Segoe UI;
			letter-spacing: 0px;
			color: #fff;
			width: 100%;
			/* text-shadow: 0px 3px 4px #0000007D; */
		}

		.construction .color-block {
			height: auto;
			background: rgba(0, 0, 0, 1);
			color: #fff;
		}
		
	.tanks-wrap {
			background: url("../images/tanks-bg.jpg") no-repeat;
			background-size: 100%;
			height: 650px;
			position: relative;

		}
		
		.tanks .content-piece h2 {
			font: normal normal bold 43px Segoe UI;
			color: #111;
			/* text-shadow: 0px 3px 4px #0000007D; */
			padding-top: 35px;
			padding-bottom: 20px;
		}

		.tanks .content-piece p {
			text-align: left;
			font: normal normal normal 28px Segoe UI;
			letter-spacing: 0px;
			color: #111;
			width: 100%;
			text-shadow: 0px 3px 4px #0000007D;
		}

		.tanks .color-block {
			height: auto;
			background: rgba(255, 255, 255, 1);
			color: #111;
		}
	
.careers-wrap {
			background: url("../images/careers-bg.jpg") no-repeat;
			background-size: 100%;
			height: 650px;
			position: relative;

		}
		
		.careers .content-piece h2 {
			font: normal normal bold 43px Segoe UI;
			color: #fff;
			text-shadow: 0px 3px 4px #0000007D;
			padding-top: 35px;
			padding-bottom: 20px;
		}

		.careers .content-piece p {
			text-align: left;
			font: normal normal normal 28px Segoe UI;
			letter-spacing: 0px;
			color: #fff;
			width: 100%;
			padding-right: 70px;
			text-shadow: 0px 3px 4px #0000007D;
		}

		.careers .color-block {
			height: auto;
			background: #000;
			color: #fff;
		}		
		
.service-wrap {
			background: url("../images/service-bg.jpg") no-repeat top;
			background-size: 100%;
			height: 650px;
			position: relative;

		}
		
		.service .content-piece h2 {
			font: normal normal bold 39px Segoe UI;
			color: #fff;
			/* text-shadow: 0px 3px 4px #0000007D; */
			padding-top: 35px;
			padding-bottom: 20px;
		}

		.service .content-piece p {
			text-align: left;
			font: normal normal normal 28px Segoe UI;
			letter-spacing: 0px;
			color: #fff;
			width: 100%;
			text-shadow: 0px 3px 4px #0000007D; 
		}

		.service .color-block {
			height: auto;
			background: rgba(0, 0, 0, 1);
			color: #fff;
		}
		
.electrical-wrap {
			background: url("../images/electrical-bg.jpg") no-repeat top center;
			background-size: 100%;
			height: 650px;
			position: relative;

		}
		
		.electrical .content-piece h2 {
			font: normal normal bold 43px Segoe UI;
			color: #fff;
			text-shadow: 0px 3px 4px #0000007D;
			padding-top: 35px;
			padding-bottom: 20px;
		}

		.electrical .content-piece p {
			text-align: left;
			font: normal normal normal 28px Segoe UI;
			letter-spacing: 0px;
			color: #fff;
			width: 100%;
			text-shadow: 0px 3px 4px #0000007D;
		}

		.electrical .color-block {
			height: auto;
			background: rgba(255, 255, 255, 1);
			color: #111;
		}	
		
		.footer-contact {
			padding-top: 40px;
			padding-bottom: 30px;
		}
		
		.footer-map {
			padding: 10px;
		}
			
		.copy-r, .copy-l {
			max-width: auto;
			float: left;
			text-align: left;
			padding: 30px;
			font-size: 1.2rem;
			font-weight: 600;
		}
		
		.gap {display: none;}

	}


/*--- Table styles ---*/

table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        
        th, td {
            padding: 12px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        
        th {
            background-color: #f2f2f2;
        }
        
        tr:hover {
            background-color: #f5f5f5;
        }
        
        @media screen and (max-width: 600px) {
            thead {
                display: none; /* Hide header on mobile */
            }
            
            tr {
                display: block;
                margin-bottom: 15px;
				font-size: 13px;
                border: 1px solid #ddd;
            }
            
            td {
                display: block;
                text-align: right;
                position: relative;
                padding-left: 50%;
                border-bottom: none;
            }
            
            td:before {
                content: attr(data-label);
                position: absolute;
                left: 12px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
            }
            
            td:last-child {
                border-bottom: 1px solid #ddd;
            }
        }

