/* General Structure - zero padding and margins and setup overall */
h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0;
}

h2 {
  font: normal 22px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #296aa6;
}
h3{
     color: #296aa6;
  font: normal 18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-bottom: 1em;
}
h4 {
     color: #296aa6;
  font: normal 18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-top: 1em;
}
h4 .subTitle {
font-weight: lighter;
font-size: 12px;
}
h5 {
  display: block;
  padding: 11px;
  margin-bottom: 0;
}
h6 {
    font-weight: bold;
    font: normal 22px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000;
    margin: 1em 0;
    text-align: center;
}

ul {
  display: block;
}

a:link {
  text-decoration: none;
  color: #296aa6;
}

a:visited {
  color: #296aa6;
}

a:hover {
  text-decoration: underline;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #555;
  background: #000;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
}

#wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: transparent;
}

#container {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  padding-left: 1.4em;
  padding-right: 1em;
}

#header {
  min-height: 118px;
  width: 100%;
  border-bottom: 1px solid #296aa6;
}

#logoWrap {
  float: left;
  width: 35%;
  padding: 0;
  margin: 0;
}

#menuWrap {
  float: left;
  width: 65%;
  padding: 0;
  margin: 0;
}
/* This is for the Work In Progress Line in the Header - not needed after production is done */
/*  #header p#WIP {
	margin: 0;
	padding: 0em 1em 0;
    width:60%;
    float:right;
    color: #ec5600;
    font-size: 120%;
    line-height: 150%;
    font-weight: bold;
} */

#mainContent {
  margin: 0 auto;
  padding: 0;
}
/* Front Page Specific */

#mainContent img.frontImg{
  max-width: 100%;
  max-height: 100%;
}

.titleBox h2 {
  font-size: 24px;
  float: left;
  padding-right: 13%;
  padding-bottom: 10px;
  line-height: 28px;
}

#mainContent #content.twoColumnLeft {
  float: left;
  width: 64%;
}

#mainContent #content.twoColumnPortfolios{
  float: left;
  width: 55%;
}

#content.twoColumnLeft p, #mainContent #content.twoColumnPortfolios p {
  margin: 0 0 15px;
  word-wrap: break-word;
  /*padding-bottom: 20px;*/
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #555;
}
#content.twoColumnLeft p.environmental, #mainContent #content.twoColumnPortfolios p.environmental {
  padding-bottom: .5em;
  margin-bottom: 0;
}
#content.twoColumnLeft ul.enviroList, #mainContent #content.twoColumnPortfolios ul.enviroList, #mainContent ul.enviroList {
    margin-top: 0;
    margin-bottom: 0;
    list-style: inside;
}
#content.twoColumnLeft h2.enviroHead, #mainContent #content.twoColumnPortfolios h2.enviroHead   {
    padding-bottom: 1em;
}

#content.twoColumnLeft p.asbestos, #mainContent #content.twoColumnPortfolios p.asbestos  {
padding-bottom : 0;
margin-bottom: 0;
}


#content.twoColumnLeft figure.thumbnailLarge {
  margin: 0;
  max-width: 100%;
}
#content.twoColumnLeft figure.thumbnailMed, figure.thumbnailMed {
  margin: 0 1em 0 0;
  max-width: 50%;
  float:left;
}
#definitions {
    background:#e2e2e2; border-radius: 25px; padding: 1.4em; width: 45%; float:left;
}
#rightList {
    width: 45%;
    float: left;
}

#content.twoColumnLeft img.leftFloat {
  float: left;
  margin: 5px 20px 10px 0;
  margin-right: 31px;
}
#fullWidth {
    clear:both;
    margin-left: 4em;
    max-width: 100%;

}
#fullWidth .twoCol {
    padding-top: .3em;
    width: 50%;
    float: left;
    padding-bottom: .3em;
}

/* Headers for other than main page */

#subHeader {
  padding-top: 3em;
}

#subHeader h2{
  font-size: 24px;
  float: left;
  padding-right: 13%;
  padding-bottom: .75em;
  line-height: 28px;
  border-bottom: 1px solid #296aa6;
  margin-bottom: .5em;
}
/* Lists and buttons - various pages */
ul#mainMenu.topNav li.icon {display: none;}
ul#mainMenu {
  float: right;
  width: 100%;
  padding-top: 3em;
}

ul#mainMenu li{
  display: table-cell;
  position: relative;
  width: 1%;
  margin-left: 3em;
  text-align: center;

}

ul#mainMenu li a{
  text-decoration: none;
  color: #296aa6;
  font-size: 130%;
  font-weight: bold;
}

ul#mainMenu li a:hover {
  text-decoration: underline;
  color: #296aa6;
}
ul#mainMenu li ul.subMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility:hidden;
    position: absolute;
    z-index: 99999;
    background:#296aa6;
    box-shadow:6px 7px 10px 2px #555;
    opacity:0;


}
ul#mainMenu li ul.subMenu li {
       text-align: left; 
}

/* Drop-Down Navigation */

ul#mainMenu li:hover > ul
{
 visibility:visible;
    opacity:1;

}
ul#mainMenu li ul.subMenu {
    top: 18px;
    left: 1px;
}

ul#mainMenu ul.subMenu li ul {
    top: 0;
    left: 181px;
}
ul#mainMenu li ul.subMenu li {
    float:none;
    display:block;
    width:100%;
    border:0 none;
    border-bottom:1px dashed #fff;
}

ul#mainMenu li ul.subMenu li a {
    background:none;
    padding:7px 15px;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    border:0 none;
    float:left;
    clear:both;
    width:150px;
    font-weight: normal;
    border-bottom:1px dashed #fff;
}
ul.articles, ul.articles li, ul.articles li a {
    padding-top: 0;
    margin-top: 0;
}



ul.grid {
  list-style: none;
  width: 100%;
  margin: 0;
  padding:0;
}

ul.grid li {
  min-height: 32em;
  width: 45%;
  background: #f4f2f0;
  float: left;
  padding: 0px 0px 4px 0px;
  margin: .3em 1em;
  line-height: 20px;
}

ul.grid li#row1Fig1, ul.grid li#row2Fig1 {
  margin-left: 0;
}

ul.grid li .thumbnail img{
  width: 100%;
}

ul.grid li img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  margin: 0;
  padding: 0;
}

ul.grid li figure {
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 0;
  border: none;
  float: none;
  box-shadow: none;
  display: block;
}

ul.grid li figure a {
  position: relative;
}

ul.grid li h5 {
  padding: 11px;
  margin-bottom: 0;
}

ul.grid li h5 a {
  color: #555;
  font: 400 15px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul.grid li p {
  padding: 0 11px;
  margin-bottom: 21px;
  color: #555 !important;
}
  ul#portfolioGrid li.portfolioItem {
    margin: 0 0 20px 0;
    padding: 0 10px;
    width: 30%;
    float: left;
    list-style: none;
  }
#content .careers, #lowerContent .careers {
    margin-left: 2em;
}

#lowerContent{
    clear: both;
    width: 100%;
}
#lowerContent #leftSide {
    clear: both;
    float:left;
    width: 47%;
}
#lowerContent #rightSide {
    float: left;
    width: 47%;
}

ul#careerList {
    float: left;
    margin-top: 0;
}
ul.careerList {
    clear: left;
    margin-top: 0;
}
ul#careerList li{
  font-size: 110%;
}
 ul.careerList li {
     font-size: 100%;
 }

.btn, .btn:active, .btn:focus, #backBtn {
  box-shadow: none;
  padding: 10px 38px 9px 20px;
  text-shadow: none;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  font: 400 12px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: url(images/btn.png) 75% 14px #cfc8c0 no-repeat;
  color: #777;
  text-transform: lowercase;
  letter-spacing: 0;
  transition: all 0.5s;
}

.btn:hover, #backBtn:hover {
  background: url(images/btn.png) 85% 14px #296aa6 no-repeat;
  color: #fff;
  transition: all 0.5s;
}

ul.grid li .btn, form#contactus input[type="submit"].btn, form#contactus input[type="reset"].btn, #backBtn {
  margin-left: 10px;
  box-shadow: none;
  padding: 10px 38px 9px 20px;
  text-shadow: none;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  font: 400 12px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: url(images/btn.png) 75% 14px #cfc8c0 no-repeat;
  color: #777;
  text-transform: lowercase;
  letter-spacing: 0;
  transition: all 0.5s;
}

ul.grid li a.btn:active {
  background: url(images/btn.png) 75% 14px #296aa6 no-repeat;
  font: 400 12px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: lowercase;
}

ul.grid li a.btn:hover, form#contactus input[type="submit"].btn:hover, form#contactus input[type="reset"].btn:hover {
  background: url(images/btn.png) 85% 14px #296aa6 no-repeat;
  color: #fff;
  transition: all 0.5s;
}

.fltrt ul {
  margin: 0 0 2em 0;
  padding: 0;
}

#sidebar ul {
  margin: 2em 0;
  padding: 0;
  clear: both;
}

.fltrt ul li, #sidebar ul li {
  list-style: none;
  text-transform: none;
  margin: .75em 0 .5em .75em;
  padding: 0 0 0 15px;
  border: none;
  line-height: 20px;
  color: #555;
  font: normal normal 200 1em/normal "TrebuchetMS", Arial, Helvetica, sans-serif;
}

#sidebar ul li {
  list-style: none;
  line-height: 20px;
  padding: 0;
  font-size: 1.3em;
  padding-left: 15px;
  margin-bottom: 6px;
  text-transform: none;
  margin: 0 0 .5em 0;
}
/* Footer specific */

#footer {
  border-top: 1px solid #296aa6;
  padding-top: 0;
}

.copyright {
  padding: 10px;
}

#footer p {
  margin: 0;
  padding: 8px 0 0;
  font: 400 14px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footerText {
  float: left;
  display: block;
}
#footer p.crText{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 2em;
}
#footer #copyrightText a:link, #footer #copyrightText a:visited {
    color: #555;
}
#footer #copyrightText a:hover {
    color: #296aa6;
}
#footer .span3 {
  width: 27%;
  border-right: 1px solid #296aa6;
  margin-left: -1px;
  margin-top: 30px;
  padding: 24px 0;
  float: left;
}
.spanEnviro {
 font-weight: bold;
 color: #296AA6;
}

#footer .span3 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

#footer .partners {
  position: relative;
  float: left;
  min-height: 1px;
  margin-left: 30px;
  margin-bottom: 2em;
  display: inline;
  width: 65%;
}
#footer .partners p{
 margin-bottom: 1.5em;
}

#footer .partners a:link{
  float: left;
  width: 15%;
  text-align: center;
  color: #000;
  text-decoration: none;
}

#footer .partners a:hover {
  text-decoration: underline;
}

#footer .parters a:visited {
  color: #000;
}

#sidebar {
  float: right;
  width: 26%;
}

#portfolioSidebar {
  float: right;
  width: 44%;
  margin-bottom: 2em;
}

.fltrt {
  float: right;
  margin-left: 8px;
  width: 23%;
}

.fltrt h3, #sidebar h3, #portfolioSidebar h3 {
  color: #296aa6;
  font: normal 22px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.fltrt .smallUnderline, #sidebar .smallUnderline {

  text-align: left;
  width: 65%;
  float: left;
}
ul#servicesMore li, ul#servicesMenu li, ul#aboutMenu li{
  font: normal normal 200 1em/normal "TrebuchetMS", Arial, Helvetica, sans-serif;
  color: #555;
}

ul#servicesMenu li a, ul#aboutMenu li a{
  font: normal normal 200 1em/normal "TrebuchetMS", Arial, Helvetica, sans-serif;
  color: #555;
  text-decoration: none;
}

ul#servicesMenu li a:hover, ul#aboutMenu li a:hover{
  text-decoration: underline;
}

.fltrt #address {
    font: normal normal 200 1em/normal "TrebuchetMS", Arial, Helvetica, sans-serif;
    color: #555;
    margin: .75em 0 .5em .75em;
    padding: 0 0 0 15px;
    line-height: 1.3em;
}

.fltrt #mailit {
  margin-top: 20px;
  padding-left: 30px;
}

.fltrt #mailit a.mail {
  background: url(images/mail.png) no-repeat;
  margin-top: 20px;
  padding-left: 30px;
  padding-bottom: 3em;
  line-height: 2em;
}

.fltrt #mailit a.facebook {
  background: url(images/facebook.png) no-repeat;
  margin-top: 20px;
  padding-left: 30px;
 padding-bottom: 3em;
}

.fltlft {
  float: left;
  margin-right: 8px;
  width: 23%;
  color: #555;
  padding: 2px;
}

.fltlft#first {
  margin-left: 8px;
}

.fltlft h3, .fltlft h3 a:link, .fltlft h3 a:visited {
  font-weight: bold;
  color: #66625a;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.fltlft img, .fltlft img a:link {
  max-width: 100%;
  height: auto;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.spacerFloatClr {
  clear: both;
  height: 3em;
}

.style1 {
  color: #990000;
  font-weight: bold;
}

.style2 {
  color: #990000;
}

.style3 {
  color: #6A8CCA;
}
#promoFree{
    border: 1px solid #ec5600;
    margin-bottom: 2em;
    padding: 1.5em;
}
#content.twoColumnLeft #promoFree p, {
    padding: 0;
    margin: 0;
}
#notFree {
    padding-left: 1.5em;
}

/*  .dropcap {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
  text-align: center;
  text-transform: uppercase;
  background: #004ff1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font: 400 36px/70px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;
}
  */
.dropcap {
   position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
  text-align: center;
    width: 70px;
  height: 70px;
  background: #fff url(images/logoBullet.jpg) no-repeat center;
  }

.valuesSpan1 {
  float: left;
  min-height: 1px;
  margin-left: 30px;
  width: 7%;
  position: relative;
}

.valuesSpan3 {
  float: left;
  min-height: 1px;
  margin-left: 30px;
  position: relative;
  width: 32%;
}

#mainContent #content.twoColumnLeft article.testimonial {
  position: relative;
  margin-bottom: 35px;
  padding: 30px;
  border: 1px solid #DDD;
  background: #f5f5f5;
  font-style: italic;
  font-family: Georgia, serif;
  border-radius: 2px;
}

#mainContent #content.twoColumnLeft article.testimonial p{
  font-family: Georgia, serif;
}
#mainContent #content.twoColumnLeft article.testimonial p.paraOne{
    margin-top:2.4em;
    }
#mainContent #content.twoColumnLeft .testimonial_content {
  overflow: hidden;
  background: url(images/quotes.png) no-repeat 0 0;
}

#mainContent #content.twoColumnLeft blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

#mainContent #content.twoColumnLeft .testimonial_content p{
  margin-bottom: .3em;
  padding-bottom: .3em;
}

#mainContent #content.twoColumnLeft blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}

#mainContent #content.twoColumnLeft .testimonial small {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
  font-style: normal;
  padding: 12px 0 0;
  font-size: 10.2px;
}

#mainContent #content.twoColumnLeft .testimonial small span {
  display: inline;
}

#mainContent #content.twoColumnLeft blockquote small:before {
  content: '\2014 \00A0';
}

.contentLeft {
  float: left;
  width: 31.6%;
  background: transparent;
  margin: .67em 2em 0 2em;
}

.contentRight {
  background: transparent;
  margin: .67em;
  padding-right: 1.33em;
  width: 100%;
}

#preForm {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

#preForm p{
  padding: 50px 4em .2em 1.67em;
}

form#contactus input#fname, form#contactus input#phone, form#contactus input#email, form#contactus input#subject, form#careers input#fname, form#careers input#phone, form#careers input#email {
  margin: .5em 0;
  padding: 6px 0;
  width: 99%;
  line-height: 15px;

}
form#careers input#subject, form#careers input#source {
  margin: .5em 0;
  padding: 6px 0;
  width: 99%;
  line-height: 15px;
}

form#contactus textarea#comments, form#careers textarea#comments{
  margin: 0;
  padding: 6px 6px 7px 6px;
  width: 100%;
  height: 200px;
  line-height: 15px;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
  margin-top: 1em;
}

textarea, input[type="text"] {
  font-size: 14px;
  color: #777;
  border-radius: 4px;
  vertical-align: middle;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea, input[type="text"]:focus{
  border-color: rgba(82, 168, 236, 0.8);
}

form#contactus input[type="submit"].btn, form#contactus input[type="reset"].btn {
  margin-right: 10px;
  height: auto;
  background-position: 85% 14px;
}
                                                                                                                                            f
ul#portfolioGrid li.portfolioItem figure{
  padding: 0;
  margin: 0;
  max-width: 100%;
}

ul#portfolioGrid li.portfolioItem .caption__portfolio{
  background: #f0f0f0;
}

ul#portfolioGrid li.portfolioItem .caption__portfolio a:link {
  text-decoration: none;
  color: #296aa6;
}

ul#portfolioGrid li.portfolioItem .caption__portfolio a:hover {
  text-decoration: underline;
}

ul#portfolioGrid li.portfolioItem .caption__portfolio .btn, #backBtn {
  float: right;
}

#backBtn {
  background: 75% 14px #cfc8c0;
}

.slideshow {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  border: solid 1px white;
}

.slideshow-container {
  width: 3600px;
  font-size: 0;
  transition: 1s ease;
}

.slideshow-container:hover {
  animation-play-state: paused;
}

.slideshow img,.slideshow .text-container {
  width: 600px;
  height: auto;
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

.slideshow .text-container {
  height: 225px;
  position: relative;
}

.slideshow p {
  position: relative;
  top: -45%;
  padding: 5px;
}

.slide {
  animation: slide 42s ease infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0%);/* Slide 1 */
  }

  8.3% {
    transform: translateX(0%);
  }

  16.7% {
    transform: translateX(-16.7%);/* Slide 2 */
  }

  25% {
    transform: translateX(-16.7%);
  }

  33.4% {
    transform: translateX(-33.4%);/* Slide 3 */
  }

  41.7% {
    transform: translateX(-33.4%);
  }

  50.1% {
    transform: translateX(-50.1%);/* Slide 4 */
  }

  58.4% {
    transform: translateX(-50.1%);
  }

  66.8% {
    transform: translateX(-66.8%);/* Slide 5 */
  }

  75.1% {
    transform: translateX(-66.8%);
  }

  83.5% {
    transform: translateX(-83.5%);/* Slide 6 */
  }

  91.8% {
    transform: translateX(-83.5%);
  }

  99% {
    transform: translateX(-83.5%);
  }

  100% {
    transform: translateX(0);
  }
}
/*--specific to temporary popup --*/
#timedzfloatcontainer {
  z-index: 999;
  margin: 0 auto;
  text-align: left;
  position: fixed;
  top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  height: 0px;
}
#content #timedzfloat p{
    text-align: left;

}
#content #timedzfloat ul{
    text-align: left;
    font-size: 85%;
}

#timedzfloat {
	width: 30%;
	position: relative;
	margin: 5% auto;
	padding: 5px 5px 13px 15px;
	border-radius: 30px;
    text-align: center;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(41,106,166,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(41,106,166,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(41,106,166,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(41,106,166,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(41,106,166,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(41,106,166,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#296aa6', GradientType=0 );

    -webkit-box-shadow: 7px 3px 37px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 3px 37px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 3px 37px 0px rgba(0,0,0,0.75);
    font-weight: bold
    }
.close {
	background: #296aa6;
	color: #fff;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
#timedzfloat a:link {
    color: #f1ca7e;
}
#timedzfloat a:hover {
    color: #296aa6;
}

.close:hover { background: #abe600;
    color: #296aa6;}
@media (min-width: 1200px){
  form#contactus p.contactField, form#careers p.contactField {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    vertical-align: top;
    float: left;
    width: 33%;
  }

  form#contactus p.contactField .formWrap, form#careers p.contactField .formWrap {
    display: block;
    position: relative;
    min-height: 30px;
    margin-right: 1em;
    padding-right: 1em;
  }

  form#contactus .contactRow, form#careers .contactRow {
    width: 100%;
    margin-top: .3em;
  }

  form#contactus input#subject {
    width: 80%;
  }

  ul#portfolioGrid li.portfolioItem {
    margin: 0 0 20px 0;
    padding: 0 10px;
    width: 30%;
    float: left;
    list-style: none;
  }
}

@media (min-width: 851px)and (max-width: 1281px){
  #container {
    width: 95%;
    padding-left: 1.4em;
    padding-right: 1em;
  }


  ul#mainMenu {
    width: 100%;
    padding: 4em 0 0 0;
    margin: 0;
  }

  ul#mainMenu li {
    margin-left: 3em;
    font-size: 18px;
  }
 ul#mainMenu li a{
      font-size: 100%;
  }
  .titleBox h2 {
    font-size: 1.6em;
  }

  .fltrt h3, #sidebar h3, #portfolioSidebar h3 {
    padding-top: .74em;
  }
}


@media (min-width: 701px)and (max-width: 851px){
  #container {
    width: 97%;
    padding-left: 1.4em;
    padding-right: 1em;
  }
  #header {
   width: 100%;

  }

  ul#mainMenu {
    width: 100%;
    padding: 4em 0 0 0;
    margin: 0;
  }
ul#portfolioGrid li.portfolioItem {
    width: 100%;
    float: none;
    list-style: none;
  }

  img#headerLogo {
    max-width: 100%;
  }

  .titleBox h2 {
    font-size: 1.6em;
  }

  .fltrt h3, #sidebar h3, #portfolioSidebar h3 {
    padding-top: .74em;
  }
.dropcap {
     margin: 0;
 }

.valuesSpan1 {
  float: left;
  min-height: 1px;
  margin-left: 2em;
  width: 15%;
  position: relative;
}

.valuesSpan3 {
  float: left;
  min-height: 1px;
  margin-left: 2em;
  margin-top: 1em;
  position: relative;
  width: 70%;
}
.rowA, .rowB {
    clear:both;
    height:7em;

}
.spacerFloatClr {
    display: none;
}
.slideshow {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  border: solid 1px white;
}
#mainContent #content.twoColumnPortfolios {
    float: none;
    width: 100%;
}
#portfolioSidebar {
    width: 100%;
    float:none;
}
#container #preForm h2 {
    margin-left:0;
    text-align:center;
    font-size: 18px;
}

}

@media (max-width: 44em){
  #container {
    width: 90%;
    padding-left: 1.4em;
    padding-right: 1em;
  }


  ul#mainMenu {
    width: 100%;
    padding:0;
    margin: 0;
  }



#logoWrap {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#menuWrap {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#mainContent .fltlft{
    float:none;
    width:100%
}
#mainContent .fltrt {
    float:none;
    width:100%;
}

  ul#portfolioGrid li.portfolioItem {
    width: 98%;
    float: left;
    list-style: none;
  }
 ul#servicesMenu, ul#aboutMenu {
     float: none;
 }
.fltrt .smallUnderline, #sidebar .smallUnderline {

  float: none;
}
#subHeader h2 {
    display:none;
}

#mainContent .noCost {
    display:none;
}
#mainContent #content.twoColumnLeft{
    width:100%;
    float:none;
}
#content.twoColumnLeft p, #mainContent #content.twoColumnPortfolios p {
    padding-right:1em;
}
#fullWidth {
    margin-left: 0;

}
#content.twoColumnLeft figure.thumbnailMed, figure.thumbnailMed {
    width: 100%;
    max-width: 90%;
}
#rightList {
    width:100%;
}
#rightList ul.enviroList {
    list-style: outside;
}

#fullWidth .twoCol {
    width: 100%;
    float: none;
}
#definitions {
    width: 80%;
}

  img#headerLogo {
    max-width: 100%;
  }

  .titleBox h2 {
    font-size: 1.6em;
  }
 #sidebar {
     float:none;
     width:100%;
 }

  .fltrt h3, #sidebar h3, #portfolioSidebar h3 {
    padding-top: .74em;
  }
 .dropcap {
     margin: 0;
 }

.valuesSpan1 {
  float: left;
  min-height: 1px;
  margin-left: 2em;
  width: 15%;
  position: relative;
}

.valuesSpan3 {
  float: left;
  min-height: 1px;
  margin-left: 2em;
  margin-top: 1em;
  position: relative;
  width: 70%;
}
.rowA, .rowB {
    clear:both;
    height:7em;

}
.spacerFloatClr {
    display: none;
}
ul.grid li {
    min-height: 32em;
    width: 100%;
    background: #f4f2f0;
    float: none;
    padding: 0px 0px 4px 0px;
    margin: .3em 1em;
    line-height: 20px;
}
.slideshow {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border: solid 1px white;
}
#mainContent #content.twoColumnPortfolios {
    float: none;
    width: 100%;
}
#portfolioSidebar {
    width: 100%;
    float:none;
}
#portfolioSidebar h2{
display:inline}
  #footerText .span3 {
      width: 100%;
  }

#footer  #footerText a p.partnerText {
      display:none;
  }


  ul#mainMenu.topNav li {display: none;}

  ul#mainMenu.topNav li.icon {
    float: left;
    display: inline-block;
  }


  ul#mainMenu.topNav.responsive {
    z-index: 30;
    position: absolute;
    top:0;
    left: 20px;
    width: 40%;
    float: left;
    background:#fff;
    border:1px solid #296aa6;
    }

   ul#mainMenu.topNav.responsive li.icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px!important;
  }

  ul#mainMenu.topNav.responsive li {
    float: none;
    display: inline;
  }
  ul#mainMenu.topNav.responsive li a {
    display: block;
    text-align: left;
  }
  ul#mainMenu li ul.subMenu {
    margin-left:40px;
    margin-top: -30px;
    top:0;
    left:1px;

}
#container #preForm h2 {
    text-align:left;
    font-size: 18px;
}

#contactForm.contentLeft {
    float:none;
    width: 90%;
}

}