@charset "utf-8";
/** Layout Page Styles **/
.container {
	width: 100%;
  border-top: 1px solid #ffffff;
}
.section-inner {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0px auto 0px auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .section-inner {
    padding: 0px 25px 0px 25px;
  }
}

/** Header Styles **/
.header {
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 2;
  background-color: #0f3d0f;
}
.header-section {
  width: 100%;
  max-width: 1024px;
  height: 60px;
  margin: 0px auto 0px auto;
}
.logo {
  float: left;
  position: relative;
  z-index: 3;
  padding: 35px 15px 30px 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8da492+0,cbd8cf+100 */
  background: #8da492; /* Old browsers */
  background: -moz-linear-gradient(top,  #8da492 0%, #cbd8cf 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #8da492 0%,#cbd8cf 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #8da492 0%,#cbd8cf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8da492', endColorstr='#cbd8cf',GradientType=0 ); /* IE6-9 */
  border-bottom: 15px solid #0f3d0f;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.logo img {
  margin: 0px;
}
.main-menu {
  float: right;
}
@media screen and (max-width: 1024px) {
  .logo {
    padding: 25px 15px 15px 15px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
  }
  .logo {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 15px 0px 15px 0px;
    border-bottom: 0px;
    text-align: center;
  }
  .main-menu {
    float: none;
    width: 100%;
  }
}

/** Top bar Styles **/
.top-bar {
  width: 100%;
  padding: 13px 0px 0px 0px;
  height: 40px;
  position: relative;
  z-index: 1;
  background-color: #65826c;
  border-bottom: 1px solid #ffffff;
}
.contact {
  float: right;
  padding-right: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  text-align: right;
  font-size: 1.0em;
  color: #ffffff;
}
.contact a {
  color: #ffffff;
}
.contact a:hover {
  color: #d3ff9f;
}
@media screen and (max-width: 768px) {
  .top-bar {
    clear: both;
  }
}

/** Slideshow Styles **/
.slideshow {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 640px) {
  .slideshow {
    display: none;
  }
}

/** Main Features Styles **/
.features-area {
  width: 100%;
  padding: 15px 0px 25px 0px;
  background-color: #0f3d0f;
  border-top: 15px solid #65826c;
  box-sizing: border-box;
}
.features {
  position: relative;
  float: left;
  width: 15.666%;
  min-height: 235px;
  margin: 0px 0.5% 0px 0.5%;
  padding: 15px 25px 15px 25px;
  box-sizing: border-box;
  border: 1px solid #65826c;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.4);
  text-align: center;
  color: #ffffff;
}
.features .contextual {
  display: none;
}
.f-heading {
  height: 52px;
  position: relative;
}
.f-heading h2 {
  margin: 0;
  position: absolute;
  line-height: 1.1em;
  font-size: 1.4em;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.f-link {
  padding-top: 15px;
}
.features a {
  position: absolute;
  padding: 15px 25px 15px 25px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0.85em;
  color: #ffffff;
}
.features a:hover {
  color: #d4d214;
  background-color: rgba(0,0,0,0.3);
}
@media screen and (max-width: 768px) {
  .features-area {
    padding: 15px 15px 25px 15px;
  }
  .features {
    width: 32%;
    margin: 5px 0.5% 5px 0.5%;
    padding: 15px 25px 15px 25px;
  }
  .f-heading {
    height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .features-area {
    width: 100%;
    padding: 5px 0px 10px 0px;
    border-top: 0px;
  }
  .features {
    float: none;
    width: 100%;
    min-height: 195px;
    margin: 10px auto 10px auto;
    padding: 10px 25px 0px 25px;
    border-bottom: 1px dotted rgba(255,255,255,0.3);
  }
  .f-link {
    padding-top: 0px;
  }
}

/** Feature Icons **/
.icon {
  width: 100%;
  height: 95px;
  background-position: top center;
  background-repeat: no-repeat;
}
.icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.boiler {
  background-image: url(img/boiler-icon.png);
}
.ndestructive {
  background-image: url(img/ndestructive-icon.png);
}
.engineering {
  background-image: url(img/engineering-icon.png);
}
.projectm {
  background-image: url(img/projectm-icon.png);
}
.qservices {
  background-image: url(img/qservices-icon.png);
}
.uav {
  background-image: url(img/uav-icon.png);
}
@media screen and (max-width: 640px) {
  .icon {
    height: 85px;
  }
}

/** Content Area Styles **/
.content-area {
  width: 100%;
  max-width: 1024px;
  margin: 0px auto 0px auto;
  padding: 25px 0px 25px 0px;
  box-sizing: border-box;
}
.sub-page h1 {
  font-size: 2.5em;
  text-transform: uppercase;
}
.mission-statement {
  width: 100%;
  padding: 10px 25px 14px 25px;
  background-color: #65826c;
  color: #ffffff;
  border: 1px solid #0f3d0f;
  box-sizing: border-box;
}
.mission-statement h3 {
  color: #ffffff;
}
.col-3a, .col-3b, .col-3c {
  float: left;
  width: 33%;
  padding: 15px 10px 10px 0px;
  box-sizing: border-box;
}
.bullet-box {
  width: 100%;
  padding: 5px 25px 25px 25px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #000000;
  background: #0f3d0f;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
}
.bullet-box h2 {
  font-size: 1.5em;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000000;
}
.bullet-box h3 {
  font-size: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000000;
}
.bullet-box ul {
  padding-left: 15px;
}
.bullet-box ul li {
  padding: 1px 0px 1px 0px;
}
.eng-box {
  min-height: 815px;
}
.boiler-box {
  min-height: 740px;
}
.boiler-box img, .eng-box img {
  margin: 0px;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .content-area {
    padding: 0px 25px 25px 25px;
  }
}
@media screen and (max-width: 768px) {
  .mission-statement {
    margin-top: 75px;
  }
  .col-3a, .col-3b {
    width: 50%;
    padding: 0px 10px 0px 0px;
  }
  .col-3c {
    float: none;
    clear: both;
    width: 100%;
  }
  .boiler-box {
    min-height: 340px;
  }
}
@media screen and (max-width: 640px) {
  .mission-statement {
    margin-top: 35px;
  }
  .col-3a, .col-3b {
    float: none;
    clear: both;
    width: 100%;
  }
  .eng-box {
    min-height: 100px;
  }
  .boiler-box {
    min-height: 100px;
  }
}

/** Special Content Styles **/
.serv_sec-odd {
  padding: 25px 0px 51px 0px;
  background-color: #f2f2f2; 
}
.serv_sec-even {
  padding: 25px 0px 51px 0px; 
}
.eng-srv {
  width: 100%;
  padding: 10px 0px 10px 0px;
  border-top: 1px solid #cccccc;
}
.eng-imgs {
  width: 40%;
  float: right;
  margin: 0px 0px 0px 25px;
  text-align: center;
  color: #5c5c5c;
  font-size: 0.75em;
}
.eng-imgs img {
  margin: 0px;
}
.eng-img1 {
  width: 100%;
}
.eng-img2 {
  float: left;
  width: 49%;
  margin: 0px 1% 0px 0px;
}
.eng-img3 {
  float: left;
  width: 49%;
  margin: 10px 0px 0px 1%px;
}

/** Homepage Logo Bar **/
.logo-bar {
  width: 100%;
  padding: 25px 0px 25px 0px;
  background-color: rgba(0,0,0,0.05);
}
.assoc-logo {
  float: left;
  width: 31%;
  margin: 0px 1% 0px 1%;
  text-align: center;
}
.assoc-logo img {
  max-width: 150px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .assoc-logo {
    float: none;
    width: 98%;
  }
}

/** Map & Locations Styles **/
.locations {
  margin-bottom: 25px;
}
.loc-col {
  float: left;
  width: 23%;
  margin: 0px 1.5% 0px 0.5%;
  padding: 0px 15px 0px 0px;
  box-sizing: border-box;
  border-right: 1px dotted #cccccc;
}
.loc-col h3 {
  margin: 5px 0px 5px 0px;
}
.loc-col p {
  margin: 5px 0px 5px 0px;
}
.loc-last {
  border-right: 0px;
  margin-right: 0px;
}
.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 640px) {
  .loc-col {
    float: none;
    width: 100%;
    margin: 15px 0px 15px 0px;
    padding: 15px;
    border-right: 0px;
    border-top: 1px dotted #cccccc;    
    text-align: center;
  }
  .loc-last {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 0px;
  }
}

/** Newsfeed Page Styles 
===================================================**/
.newsfeed-link {text-decoration:underline; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); letter-spacing: 0.75px; font-size:1.35em}
.newsfeed-content {min-height:620px}
.photo-gallery div {display:flex; flex-wrap:wrap}
.photo-gallery div > div {flex-basis: 25%}

/** Footer Styles 
===================================================**/
.footer {
  width: 100%;
  padding: 15px 0px 15px 0px;
  color: #cccccc;
  background-color: #222222;
}
.footer h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #cccccc;
  font-size: 1.1em;
}
.footer a {
  color: #cccccc;
}
.footer a:hover {
  color: #d4d214;
}
.f-col {
  float: left;
  width: 25%;
  min-height: 232px;
  padding: 15px 15px 15px 25px;
  box-sizing: border-box;
  border-right: 1px solid rgba(255,255,255,0.1);
  font-size: 0.85em;
}
.f-last{
  border-right: 0px;
}
.footer-bottom {
  text-align: center;
  font-size: 0.85em;
}
@media screen and (max-width: 640px) {
  .f-col {
    float: none;
    width: 100%;
    text-align: center;
    border-right: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .f-last{
    border-bottom: 0px;
  }
  .footer ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .footer ul li {
    padding: 5px 0px 5px 0px;
  }
}

