* {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	background-color: #f6f6f6;
	box-sizing: border-box;
	font: 300 16px 'Roboto', sans-serif;
	min-height: 100%;
	padding-bottom: 251px;
	position: relative;
}

h1, h2 {
	font: 300 40px 'Roboto Condensed', sans-serif;
  margin-bottom: 0.75em;
	text-transform: uppercase;
}

h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 1em 0 0.75em 0;
}

p {
	line-height: 1.5em;
	margin: 1em 0;
}

p:first-of-type { margin-top: 0; }

p:last-of-type { margin-bottom: 0; }

a { transition: 300ms; }

strong { font-weight: 500; }

.pull-right {
	float: right;
	margin: 0 0 1em 2em;
}

.pull-left {
	float: left;
	margin: 0 2em 1em 0;
}

/* ==========================================================================
   Header
   ========================================================================== */

.moduletable.top {
  background-color: #343636;
  color: #d5d2d2;
}

.moduletable.top .custom {
  display: grid;
  font-size: 14px;
  gap: 10px 20px;
  grid-template-columns: 1fr repeat(2, auto);
	margin: 0 auto;
	max-width: 1600px;
	padding: 10px 20px;
}

.moduletable.top span {
  font-weight: 500;
  margin-right: 5px;
	text-transform: uppercase;
}

.moduletable.top a {
  color: #d5d2d2;
  text-decoration: none;
}

.header-wrapper { background-color: #fff; }

.header {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: auto 1fr;
	margin: 0 auto;
	max-width: 1600px;
	padding: 30px 20px;
  place-items: center end;
}

.logo { display: block; }

.logo img { max-width: 100%; }

/* ==========================================================================
   Main Menu
   ========================================================================== */

.main-menu {
  display: grid;
  gap: 10px;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  list-style: none;
}

.main-menu a {
	border-radius: 20px;
	color: #333;
	display: block;
	font-size: 18px;
  font-weight: 400;
	padding: 9px 23px 10px 23px;
	text-decoration: none;
}

.main-menu a:hover,
.main-menu a.active {
  background-color: #018e3e;
  color: #fff;
}

/* ==========================================================================
   Mobile Menu
   ========================================================================== */

#mainMenu {
	background-color: #2a2b33;
	height: 100vh;
	overflow-x: hidden;
	position: fixed;
		top: 0;
		right: 0;
	transition: 1s;
	width: 0;
	z-index: 998;
}

#mainMenu.show { width: 100%; }

#mainMenu ul { list-style: none; }

#mainMenu .moduletable.mobile { margin: 0 30px; }

#mainMenu .moduletable.mobile:first-child { margin-top: 30px; }

.mobile-menu li ul {
	display: none;
	margin-bottom: 15px;
}

.mobile-menu a {
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 20px 0;
	text-decoration: none;
	white-space: nowrap;
}

/* ==========================================================================
		Mobile Menu Toggle
		========================================================================== */
	
#openMenu {
	background-color: #2a2b33;
	display: none;
	padding: 20px 15px;
	position: fixed;
		top: 0;
		right: 0;
	transition: .5s;
	width: 41px;
	z-index: 999;
}

#openMenu.open {
	background-color: #2a2b33;
	color: #fff;
}

#menuTitle {
	position: relative;
	text-align: center;
	transition: .5s;
}
	
/* ==========================================================================
		Mobile Menu Icon Transition Effect
		========================================================================== */
	
#btn {
	cursor: pointer;
	display: block;
	height: 30px;
	position: relative;
	transition: .5s;
	z-index: 200;
}

#btn .icon,
#btn .icon::before,
#btn .icon::after {
	background: #fff;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	transition: top ease .5s .5s, transform ease .5s;
	width: 41px;
}

#btn .icon {
	top: 14px;
	left: 2px;
}

#btn .icon::before { top: -8px; }

#btn .icon::after { top: 8px; }

#btn.active .icon { background: transparent; }

#btn.active .icon::before { transform: rotate(45deg); }

#btn.active .icon::after { transform: rotate(-45deg); }

#btn.active .icon::before,
#btn.active .icon::after {
	background-color: #fff;
	top: 0;
	transition: top ease .5s, transform ease .5s .5s;
}

/* ==========================================================================
   Banner
   ========================================================================== */

.banner { overflow-x: hidden; }

.banner .ig-main-scope-wrapper { margin: 0 -1px; }

/* ==========================================================================
   Section 1
   ========================================================================== */

.moduletable.section1 .custom {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin: 80px auto;
  max-width: 1600px;
  padding: 0 20px;
}

.moduletable.section1 .grid-item {
  align-items: center;
	background: url("../images/directional-drilling.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
  display: flex;
  flex-direction: column;
	height: 320px;
  justify-content: center;
	text-align: center;
	vertical-align: middle;
}

.moduletable.section1 .grid-item:first-child { background-image: url("../images/hydro-vac-excavating.jpg"); }

.moduletable.section1 .grid-item:last-child { background-image: url("../images/trenching.jpg"); }

.button {
	background-color: #fff;
	border-radius: 20px;
	color: #000;
	display: inline-block;
	font-weight: 400;
	line-height: 20px;
	padding: 9px 23px;
	text-decoration: none;
}

.button:hover {
  background-color: #14663b;
  color: #fff;
}

/* ==========================================================================
   Content
   ========================================================================== */

.content {
	color: #333;
	margin: 80px auto;
	max-width: 1600px;
	overflow: hidden;
	padding: 0 20px;
}

.questions {
	background-color: #14663b;
	color: #fff;
	box-sizing: border-box;
	padding: 25px;
	width: 33.3%;
}

.questions h1 {
	font-size: 36px;
	margin-bottom: 0.5em;
}

.questions .button { margin-top: 0.5em; }

.questions .button:hover {
	background-color: #fff;
	color: #000;
}

.content a { color: #14663b; }

.content ul {
	line-height: 1.5em;
	margin: 1em 0;
	overflow: hidden;
}

.content li { margin-left: 1.1em; }

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-wrapper {
	background-color: #343636;
	color: #d5d2d2;
	position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
}

.footer {
	display: grid;
	gap: 15px 20px;
	grid-template-columns: auto 1fr;
	grid-template-rows: 1fr auto;
	justify-items: end;
	margin: 0 auto;
	max-width: 1600px;
	padding: 30px 20px;
}


.footer .logo { margin-bottom: 20px; }

.footer .moduletable.contact { grid-row: 1 / span 2; }

.footer .moduletable.contact h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.footer .moduletable.contact p { margin: 10px 0; }

.bottom-menu {
	display: grid;
	gap: 20px;
	grid-auto-columns: max-content;
	grid-auto-flow: column;
	list-style: none;
}

.bottom-menu a {
	color: #d5d2d2;
	text-decoration: none;
}

.bottom-menu a:hover { color: #fff; }

.copyright { color: #9b9b9b; }

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

.main-menu a { padding: 6px 12px; }

}

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

.header {
	grid-template-columns: auto;
	padding-bottom: 24px;
	place-items: center;
}

.footer {
	grid-template-columns: auto;
	place-items: center;
	text-align: center;
}

.footer .moduletable.contact { grid-row: 1; }

.footer .moduletable.bottom { display: none; }

}

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

body { padding-bottom: 0; }

h1, h2,
.questions h1 { font-size: 32px; }

.pull-right,
.pull-left {
	float: none;
	margin: 1em 0;
}

.moduletable.top .custom { grid-template-columns: auto; }

.moduletable.main { display: none; }

#openMenu { display: block; }

.banner { display: none; }

.moduletable.section1 .custom,
.content { margin: 40px 0; }

.moduletable.section1 .custom { gap: 20px; }

.questions {
	margin-bottom: 40px;
	width: auto;
}

.footer-wrapper { position: relative; }

}

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

.moduletable.section1 .custom { grid-template-columns: auto; }

}