ul {
list-style-type: none;
}

#container { /*this is a comment*/
	width: 100%;
	min-height: 100%;
	position: relative;
}

#content {
padding-bottom: 2.8em; /*should be same height as footer height*/
}

.wrap { /*full div dark background*/
	width: 100%;
	height: 100%;
	background-color: #0a0a0a;
}


.wrapper2 {
  max-width: 90%; /*90%*/
  margin: 0px auto;
}


@media screen and (min-width: 48.25em) {

.wrapper2 {
  max-width: 80%; /*90%*/
  margin: 0px auto;
}
}

html, body {
	background-color: #f1f1f1; 
        height: 100%; /*keeps footer at the bottom*/
}

body {
margin: 0;
}

.center-align {
text-align: center;
}


.footer {
background: #0a0a0a;
width: 100%;

position: absolute;
bottom: 0;
left: 0;
}

.footer a {
font-family: Arial, Helvetica, sans-serif;
color: white;
text-decoration: none;
}

.the-footer {
display: inline-block;
*display: inline;
zoom: 1;
float: right;
padding-right: 1em;
}

.the-footer li {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: white;
display: inline-block;
*display: inline;
zoom: 1;
padding: 0 0.5em; /*same for footer link property*/
}

.the-footer li a {
display: block;
padding: 1em 0.5em;
}

  .the-footer li:hover a{
      background: #000b8c;
	  
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    }
	
  .the-footer li a:hover {
      color: white;
    }


/*mobile look*/

.maincontent {
padding-top: 4em;
}

.sidebar {
padding-top: 4em;
padding-bottom: 4em;
}


@media screen and (min-width: 60em) {
.maincontent {
width: 68%;
padding-right: 1em;
float: left;

padding-top: 4em;
padding-bottom: 4em;
}

.sidebar {
width: 25%;
float: right;
padding-top: 4em;
padding-left: 2em;
left: 75%;
}
}



/*---button----*/

.button {
  border: none;
  border-radius: 0;
  margin: 2em 0em;
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  cursor: pointer;
  background: #000b8c; 
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: white;
  -webkit-appearance: none;
  
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  font-weight: 700;
  
}

.button:hover, .button:focus, .button:active {
color: #000b8c; 
}

.hollow {
  display: inline-block;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: inset 0 0 0 2px #000b8c, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hollow:hover, .hollow:focus {
  background: none;
}

.hollow:active {
  background: #5988da;
}

.button-dark {
  margin: .4em 0em;
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  cursor: pointer;
  background: #0a0a0a; 
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: white;
  
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  font-weight: 700;
  
}

.button-dark:hover, .button-dark:focus, .button-dark:active {
color: #0a0a0a; 
}

.hollow-dark {
  display: inline-block;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: inset 0 0 0 2px #0a0a0a, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hollow-dark:hover, .hollow-dark:focus {
  background: none;
}

.hollow-dark:active {
  background: white;
  }

/*-------------*/


.header, .headertitle {
padding-top: 6em; 
padding-bottom: 1.5em;
background: none; 
}


/*services page*/
.col-group > div {
  padding: 1em 1em 2em;
  background-color: #ffffff; 
  margin-left: 0.05em;
  margin-right: 0.05em;
  margin-bottom: 0.1em;
}

.col-group-dark-bg > div {
  padding: 1em 1em 2em;
  background-color: #121212;
  margin-left: 0.05em;
  margin-right: 0.05em;
  margin-bottom: 0.1em;
}

@media screen and (min-width: 50em) and (max-width: 74.3em) {
  .col-group {
    overflow: hidden;
  }
  .col-group > div {
    float: left;
    width: 49%; /*45%*/
  }
  
  .col-group-dark-bg {
    overflow: hidden;
  }
  .col-group-dark-bg > div {
    float: left;
    width: 49%; /*45%*/
  }
}

@media screen and (min-width: 74.3em) {
  .col-group {
    overflow: hidden;
  }
  .col-group > div {
    float: left;
    width: 33%; /*30%*/
  }
  
  .col-group-dark-bg {
    overflow: hidden;
  }
  .col-group-dark-bg > div {
    float: left;
    width: 33%; /*30%*/
  }
}



/*about us page*/

.col2-group {
	padding: 2em 0em;
}
.col2-group > div {
  padding: 0em 0em 0em;
  margin-bottom: 4em;
}

@media screen and (min-width: 71em) {
  .col2-group {
    overflow: hidden;
  }
  .col2-group > div {
    float: left;
    width: 44%;
	margin-right: 3.75em;
  }
}

/*------parallax-----http://callmenick.com/2014/07/15/simple-parallax-scrolling-effect/*/

section {
display: block; /*for ie8 and lower*/
}

section.module.content {
  padding: 0;
  padding-bottom: 6em; 
  margin: 0px auto;
}
section.module.parallax {
  height: 600px; /*700px*/
  background-position: 50% 50%;
  background-repeat: no-repeat;

  background-size: cover; 

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
  
  
section.module.parallax h1 {
  color: white; 
  font-size: 2.5em; /*small screen*/
  font-family: Trebuchet MS, sans-serif;
  
  padding-bottom: 0.7em;
 
  letter-spacing: 1px;
  word-spacing: 0px;
  line-height: 1.1em;
  font-weight: 700; 
  
  text-align: left;
  margin: 0px auto;
  width: 90%;
  
  text-transform: uppercase;
}

/*text on image*/
section.module.parallax p {
font-family: Arial, Helvetica, sans-serif;
font-weight: 300; /*350*/

font-size: 1.5em; /*same as subhead & subhead-white*/
line-height: 1.8em;
color: white;

text-decoration: none;
text-rendering: optimizeLegibility;

text-align: left;
 margin: 0px auto;
 width: 90%;

margin-bottom: 0.6em;
}

section.module.parallax h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;

font-size: 1em;
line-height: 1.8em;
letter-spacing: 3px;
color: white; 

text-transform: uppercase;
text-decoration: none;
text-rendering: optimizeLegibility;

text-align: left;
padding-top: 5em; /*small screen*/
margin: 0px auto;
width: 90%;

margin-bottom: 2em;
}

section.module.parallax h6 {
margin: 0px auto;
width: 90%;
}


@media all and (min-width: 64.25em) { 

section.module.parallax {
 background-attachment: fixed;
 background-size: cover; 

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
}

section.module.parallax-1 {
  background-image: url("../images/hastings_1600.jpg");
  opacity: 1;
}
section.module.parallax-2 {
  background-image: url("../images/pioneer_1530.jpg");
  opacity: 1;
}

section.module.parallax-3 {
  background-image: url("../images/dme_720.jpg");
  opacity: 1;
}

section.module.parallax-4 {
  background-image: url("../images/road_720.jpg");
  opacity: 1;
}

/*blue background on image for small screen*/
section.module.parallax div {
width: 100%;
margin: 0px auto;
height:600px; /*same as parallax module section height*/
background-color: rgba(0, 11, 140, 0.8); 
}

/*blue background on image for small screen*/
section.module.parallax div.wide {
width: 100%;
margin: 0px auto;
height: 600px; /*same as parallax module section height*/
background-color: rgba(0, 0, 0, 0.5); /*rgba(0, 11, 140, 0.8*/
}


/*homepage for big screen*/
@media all and (min-width: 48.25em /*64.25*/) {

  section.module.parallax h1 {
    font-size: 3em;
	width: 80%;
  }
  
  section.module.parallax h3 {
  width: 80%;
  padding-top: 5em;
  }
  
  section.module.parallax p {
  width: 80%;
  font-size: 1em; /*1.1*/
  }
  
  section.module.parallax div {
	float: right;
	width: 45%; 
	height:600px;
	background-color: rgba(0, 11, 140, 0.85); /*rgba(0, 11, 140, 0.8)*/
} 
}


@media all and (min-width: 46em) {
  section.module.parallax p {
  font-size: 1em; /*1.1em*/
  }
}

.headertitle h1 {
font-size: 2.5em;
color: #0a0a0a; 
line-height: 1.1em;
letter-spacing: 1.5px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 0.7em;
font-family: Trebuchet MS, sans-serif;
text-rendering: optimizeLegibility;
}

.headertitle p {
font-family: Arial, Helvetica, sans-serif;
font-weight: 300;

font-size: 1.2em;
line-height: 1.8em;
color: #58585b;

text-decoration: none;
text-rendering: optimizeLegibility;
margin-bottom: 1.5em;
}

.headertitle h1, .headertitle p {
text-align: center;
}

@media all and (min-width: 48.25em /*64.25*/) {

  .headertitle h1 {
    font-size: 3em; 
  }
}


/*-----------------------------------------------------*/
h1 {
font-size: 2.5em; 
color: #0a0a0a; 
letter-spacing: 1px;
line-height: 1.1em;
text-transform: uppercase;
font-weight: 700; 
margin-bottom: 0.7em;
text-align: left;
font-family: Trebuchet MS, sans-serif;
text-rendering: optimizeLegibility;
}

@media all and (min-width: 48.25em /*64.25*/) {

   h1 {
    font-size: 2.5em; /*3em*/
  }
 }

h4 {
font-size: 1.8em;
color: #0a0a0a; 
letter-spacing: 1.5px;
line-height: 1.25em;
text-transform: uppercase;
font-weight: 700; 
padding-bottom: 0.2em;
text-align: left;
font-family: Trebuchet MS, sans-serif;
text-rendering: optimizeLegibility;
}


h5 {
font-size: 1em;
color: #0048bb; 
letter-spacing: 1px;
line-height: 1.25em;
text-transform: normal;
font-weight: bold;
padding-bottom: 0.2em;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
text-rendering: optimizeLegibility;
}


h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: 500;
line-height: 1.25em;
text-decoration: none;
text-rendering: optimizeLegibility;

text-align: left;
padding-bottom: 0.35em;

color: #212121;

}


p.main, p.main2, p.col-group {
font-family: Arial, Helvetica, sans-serif; /*Arial, Helvetica, sans-serif; Trebuchet MS, Helvetica, sans-serif*/
font-weight: normal;

font-size: 0.85em; /*1em*/
line-height: 1.8em; /*1.5em*/
color: #58585b;

text-decoration: none;
text-rendering: optimizeLegibility;
text-align: left;

margin-bottom: 1.5em;
}

p.subhead {
font-family: Arial, Helvetica, sans-serif;
font-weight: 300; 

font-size: 1em;
line-height: 1.8em;
color: #58585b; 

text-decoration: none;
text-rendering: optimizeLegibility;
text-align: left;

margin-bottom: 1.5em;
}

p.subhead-white {
font-family: Arial, Helvetica, sans-serif;
font-weight: 300; 

font-size: 1em;
line-height: 1.8em;
color: #a2a2a2; 

text-decoration: none;
text-rendering: optimizeLegibility;
text-align: left;

margin-bottom: 1.5em;
}

@media screen and (min-width: 46em /*48.25em*/) {

p.subhead {
font-size: 1em; /*1.1*/
}

p.subhead-white {
font-size: 1em; /*1.1*/
}
}

/*used for sidebar content*/
p.main3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;

font-size: 0.9em;
line-height: 1.4em;
color: #58585b;

text-decoration: none;
text-rendering: optimizeLegibility;
text-align: left;

 margin-bottom: 3em;
}



ul, li {
font-family: Arial, Helvetica, sans-serif; /*Arial, Helvetica, sans-serif;*/
font-size: .95em;
font-weight: normal;
text-decoration: none;
text-rendering: optimizeLegibility;

line-height: 1.8em; 
text-align: left;

color: #58585b;
}



/*used for general location label*/
.caption2 {
font-weight: normal;
letter-spacing: 2px;
text-transform: uppercase;
}


/*used for sidebar fact titles and services names*/
.caption3 {
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: black;
}

/*used for subheading labels*/
.caption4 {
font-weight: 700; 
text-transform: uppercase;
letter-spacing: 2px;

color: #a2a2a2;
}

.caption5 {
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: white;
}

.caption6 {
color: #58585b;
}

.caption7 {
color: #ffffff;
}

/*--------------------project thumbnails begins---------------------*//*credit to http://codepen.io/bradfrost/pen/GlrHv*/

/*mobile look*/

.list li {
  /*border-bottom: 1px solid #ccc;*/
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-top: 0.5em;
}
.inner {
  display: table-row;
  overflow: hidden;
}
.li-img {
  display: table-cell;
  vertical-align: middle;
  
  	transition: .40s ease-in-out;
   -moz-transition: .40s ease-in-out;
   -webkit-transition: .40s ease-in-out;
   
   opacity: 0.75;
}
.li-img img {
  display: block;
  width: 100%;
  
  height: auto;
}
.li-text {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}


.li-img:hover {
    opacity: 1;
	}

.li-head:hover {
    color: #cfcfcf;
	}


.li-head {
  	transition: .30s ease-in-out;
   -moz-transition: .30s ease-in-out;
   -webkit-transition: .30s ease-in-out;
}


/*desktop look*/
@media all and (min-width: 48em) {
  .list {
    padding: 0em;
    margin: 0 auto;
    overflow: hidden;
  }
  .list li {
    padding: 0em; 
    display: block;
    width: 31%; /*3 columns 330px 30%*/
    float: left;
    background: none;
    border: 0;
	
	margin-left: 0.5em;
	margin-right: 0.5em;
  }
  .inner {
    display: block;
  }
  .li-img, .li-text, .inner {
    display: block;
    width: auto;
    padding: 0;
  }
  
  .li-text {
    padding: 0.4em 0; /*text spacing below image*/
	margin-bottom: 0em; 
  }
}



/*--------------------navigation---------------------*//*credit to http://codepen.io/bradfrost/pen/sHvaz*/


*, *:after, *:before {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

ul{
  margin: 0;
  padding: 0;
}

.the-header {
  background-color: white;
  width: 100%
  }
  
 .the-header .logo {
    display: inline-block;
	*display: inline;
	zoom: 1;
    color: white;
    float: left;
    padding: 1.4em 2em;
  }
  
  .the-header a {
     color: #58585b; 
	 
	 font-family: Arial, Helvetica, sans-serif;
	 text-decoration: none;
	 text-transform: uppercase;
	 font-size: 0.8em;
	 letter-spacing: 1px;
	 font-weight: 500;
  }

  
a.resToggle { display: none;
}


.the-nav {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: right;
  }
  
.the-nav li {
    display: inline-block;
	*display: inline;
	zoom: 1;
	}
 .the-nav li a {
      display: block;
      padding: 1.8em 1.8em;
    }
  .the-nav li:hover a{
      background: #000b8c;
	  
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    }
	
  .the-nav li a:hover {
      color: white;
    }
	
/*desktop view*/
@media screen and (min-width: 80em /*48.25em*/) {
	.clicked {
	background-color: #f9f9f9;
	
	-moz-box-shadow: inset 0 5px 0 #000b8c;
    -webkit-box-shadow: inset 0 5px 0 #000b8c;
	box-shadow:  inset 0 5px 0 #000b8c;
	}
}

/*small device*/
@media screen and (max-width: 80em /*48em*/) {
	.clicked {
	background-color: #e8e8e8;
}


@media screen and (max-width: 80em /*48em*/) {
  a.resToggle { 
    display: inline-block;
	*display: inline;
	zoom: 1;	
    float: right; 
    padding: 30px;
	}
	

  a.resToggle:hover {
      background: #000b8c;
	  
	 -webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    }
	

  a.resToggle:hover {
      color: white;
    }	
  
  .the-nav {
    display: none;
    width: 100%;
	}

    .the-nav.active {
      display: block;
    }
	
	
    .the-nav li {
      display: block;
      border-top: 1px solid #e8e8e8;
	  }
	  
      .the-nav li a {
        padding: 1em 2em;
      }
}


.align-center {
  text-align: center;
}

/* end of nav*/
		
}		

/*-------------general links----------------*/

a.plain:link { /* unvisited link */
font-family: Arial, Helvetica, sans-serif;
font-size: .95em;
line-height: 1.5em;
text-align: left;

color: #000b8c; 
font-weight: 600;

/*text-transform: uppercase;*/
text-rendering: optimizeLegibility;
} 
 
a.plain:visited { /* visited link */
font-family: Arial, Helvetica, sans-serif;
text-align: left;
color: #000b8c; 

text-rendering: optimizeLegibility;
} 

a.plain:hover { /* mouse over link */
font-family: Arial, Helvetica, sans-serif;
text-align: left;
color: #0048bb;

text-rendering: optimizeLegibility;

-webkit-transition: all 0.2s ease-out;  
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}   

a.plain:active { /* selected link */
font-family: Arial, Helvetica, sans-serif;
text-align: left;
color: #5988da;

text-rendering: optimizeLegibility;
}

/*contact form*/

.input[type=submit] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.formlabel {
font-family: Arial, Helvetica, sans-serif;
color: #0a0a0a;
font-size: 1em;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
  float: left;
}
form > div > div,
form > div > fieldset > div {
  width: 100%;
  float: left;
}
form > div  {
	font-size: 90%;
}

textarea {
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-family: Arial, Helvetica, sans-serif;
  
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
	width: 100%;
	
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

  form {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1.5em;
  }

@media screen and (min-width: 60em) {
  
  form > div > div, form  {
	width: 80%;
  }
  
  form > div > label {
	  width: 99%;
    float: left;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 99%;
    float: left;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 99%; 
  }
  
}
