body {
    color: #333;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.25);
}
/* Global Typography */
a {
    text-decoration: none;
    color: #333;
    transition: 200ms ease-in;
}
a:hover {
    text-decoration: none;
    color: #3e9b42;
}
.hero h1, .page-hero h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 70px;
}
.footer h4 {
    color: #3e9b42;
}
.copyright {
    background: #000;
    color: #555;
}
.footer-nav a {
    color: white;
    transition: 200ms ease-in;
}
.footer-nav a:hover {
    color: #3e9b42;
}
/* Color Palette */
.text-green {
    color: #3e9b42;
}
.bg-green {
    background: #3e9b42;
}
.bg-dark-gray {
    background: #333;
    color: white;
}
.bg-primary {
    background: #3e9b42!important;
    color: white;
}
/* Global Mods */
.ml-auto {
    margin-left: auto;
}
.pr-0 {
    padding-right: 0px!important;
}
.btn-primary {
    color: #333;
    background-color: #c9ff38;
    border-color: #c9ff38;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-primary:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
/* Navbar */
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #3e9b42;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-weight: 600;
}
/* Sub Header */
.sub-header {
    font-size: 18px;
    font-weight: 600;
}
.bg-gradient-gray {
    background: rgb(204,204,204);
    background: linear-gradient(-180deg, rgba(204,204,204,1) 0%, rgba(233,233,233,1) 10%, rgba(233,233,233,1) 100%);  
}
/* Hero */
.hero {
    width: 100%;
    min-height: 748px;
    color: #000;
    background-image: url('../img/esi-main-img.png') no-repeat right bottom;
    background-color: rgb(73,156,83);
    background-color: linear-gradient(145deg, rgba(73,156,83,1) 0%, rgba(41,99,48,1) 100%);
    position: relative;
}
.page-hero {
    min-height: 200px;
    color: white;
    background: rgb(73,156,83);
    background: linear-gradient(145deg, rgba(73,156,83,1) 0%, rgba(41,99,48,1) 100%);
    position: relative;
}
.page-hero-img {
    width: 100%;
    min-height: 200px;
}
.bg-img-hero {
    width: 100%;
    height: 748px;
    background: url('../img/esi-main-img.png') no-repeat left bottom;
}
.hide-tab {
    display: block;
}



/* Tab Only Styles - No Phone */
@media only screen and (max-width: 800px) {
    /* Hide only on tab - no phones */
    .hide-tab {
        display: none;
    }
    .hero, .page-hero {
        min-height: 200px;
    }
    .hero h1, .page-hero h1 {
        font-size: 60px;
    }
}
/* Phone Only Styles - No Tab */
@media only screen and (max-width: 767px) {
    /* Hide only on phones - no ipad */
    .hide-mobile {
        display: none;
    }
    /* Sub Header */
    .sub-header {
        font-size: 20px;
        font-weight: 600;
    }
    .hero, .page-hero {
        min-height: 200px;
    }
    .hero h1, .page-hero h1 {
        font-size: 27px;
    }
    .center-mobile {
        text-align: center;
    }
}

.bg-light-gray {
    background: #eef0ed;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-next-icon {
    background-image: url('../img/icon-right-arrow-green.png');
}
.carousel-control-prev-icon {
    background-image: url('../img/icon-left-arrow-green.png');
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #3e9b42;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 5px;
}
.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.btn-learn-more {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background: #3e9b42;
    padding: 10px 15px;
    border-radius: 3px;
}
.btn-learn-more:hover {
    color: #fff;
    background: #333;
}

.goog-te-gadget-simple {
    background-color: #fff;
    border-left: none!important;
    border-top: none!important;
    border-bottom: none!important;
    border-right: none!important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    *display: inline;
    padding-left: 15px;
}




/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.75);
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color:  rgba(0, 0, 0, 0.75);
    padding: 5px 16px;
    color: white;
    font-size: 18px;
    font-weight: 600;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 5px solid rgba(255, 255, 255, 1);
  }


  .footer-nav-horizontal {
      list-style: none;
      padding: 0;
  }
  .footer-nav-horizontal li {
      width: 49%;
      list-style: none;
      display: inline-block;
      padding: 10px 5px;
      box-sizing: border-box;
      margin-bottom: 5px;

  }
  .footer-nav-horizontal li:hover {
    background:rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 3px;
  }
  .footer-nav-horizontal li a {
    color: #fff;
  }
  .img-fw {
      width: 100%;
  }
  .page-submenu {
    width: 100%;
    min-height: 30px;
    padding: 15px;
    box-sizing: border-box;
    background: #e7e7e7;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
  }
  .page-submenu p {width: 90px; float: left;}
  .page-submenu ul {
    list-style: none;
    padding-left: 0;
  }
  .page-submenu ul li {
    display: inline;
    padding: 5px;
    border-left: 1px solid #ccc;
  }
/* Phone Only Styles - No Tab */
@media only screen and (max-width: 767px) {
   .page-submenu p {
       width: 100%;
       float: left;
    }
   .page-submenu ul li {
    display: inline-block;
    padding: 5px;
    border-left: 1px solid #ccc;
  }
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1024px;
    max-height: 768px;
    overflow: hidden;
    overflow-y: auto;
}
#epoxy-anchors-1 {background: url('../img/1-anchors/epoxy/epoxy-anchors-1.jpg') no-repeat center center;}
#epoxy-anchors-2 {background: url('../img/1-anchors/epoxy/epoxy-anchors-2.jpg') no-repeat center center;}
#epoxy-anchors-3 {background: url('../img/1-anchors/epoxy/epoxy-anchors-3.jpg') no-repeat center center;}
#epoxy-anchors-4 {background: url('../img/1-anchors/epoxy/epoxy-anchors-4.jpg') no-repeat center center;}
#epoxy-anchors-5 {background: url('../img/1-anchors/epoxy/epoxy-anchors-5.jpg') no-repeat center center;}
#epoxy-anchors-6 {background: url('../img/1-anchors/epoxy/epoxy-anchors-6.jpg') no-repeat center center;}
#epoxy-anchors-7 {background: url('../img/1-anchors/epoxy/epoxy-anchors-7.jpg') no-repeat center center;}
#epoxy-anchors-8 {background: url('../img/1-anchors/epoxy/epoxy-anchors-8.jpg') no-repeat center center;}
#epoxy-anchors-9 {background: url('../img/1-anchors/epoxy/epoxy-anchors-9.jpg') no-repeat center center;}
#epoxy-anchors-10 {background: url('../img/1-anchors/epoxy/epoxy-anchors-10.jpg') no-repeat center center;}
#epoxy-anchors-11 {background: url('../img/1-anchors/epoxy/epoxy-anchors-11.jpg') no-repeat center center;}
#epoxy-anchors-12 {background: url('../img/1-anchors/epoxy/epoxy-anchors-12.jpg') no-repeat center center;}
#epoxy-anchors-13 {background: url('../img/1-anchors/epoxy/epoxy-anchors-13.jpg') no-repeat center center;}
#epoxy-anchors-14 {background: url('../img/1-anchors/epoxy/epoxy-anchors-14.jpg') no-repeat center center;}
#epoxy-anchors-15 {background: url('../img/1-anchors/epoxy/epoxy-anchors-15.jpg') no-repeat center center;}
#epoxy-anchors-16 {background: url('../img/1-anchors/epoxy/epoxy-anchors-16.png') no-repeat center center;}


#mechanical-anchors-1 {background: url('../img/1-anchors/mechanical/mechanical-anchors-1.jpg') no-repeat center center;}
#mechanical-anchors-2 {background: url('../img/1-anchors/mechanical/mechanical-anchors-2.jpg') no-repeat center center;}
#mechanical-anchors-3 {background: url('../img/1-anchors/mechanical/mechanical-anchors-3.jpg') no-repeat center center;}
#mechanical-anchors-4 {background: url('../img/1-anchors/mechanical/mechanical-anchors-4.jpg') no-repeat center center;}
#mechanical-anchors-5 {background: url('../img/1-anchors/mechanical/mechanical-anchors-5.jpg') no-repeat center center;}
#mechanical-anchors-6 {background: url('../img/1-anchors/mechanical/mechanical-anchors-6.jpg') no-repeat center center;}
#mechanical-anchors-7 {background: url('../img/1-anchors/mechanical/mechanical-anchors-7.jpg') no-repeat center center;}
#mechanical-anchors-8 {background: url('../img/1-anchors/mechanical/mechanical-anchors-8.jpg') no-repeat center center;}
#mechanical-anchors-9 {background: url('../img/1-anchors/mechanical/mechanical-anchors-9.jpg') no-repeat center center;}
#mechanical-anchors-10 {background: url('../img/1-anchors/mechanical/mechanical-anchors-10.jpg') no-repeat center center;}
#mechanical-anchors-11 {background: url('../img/1-anchors/mechanical/mechanical-anchors-11.jpg') no-repeat center center;}
                                          
#caissons-and-piles-1 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-1.jpg') no-repeat center center;}
#caissons-and-piles-2 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-2.jpg') no-repeat center center;}
#caissons-and-piles-3 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-3.jpg') no-repeat center center;}
#caissons-and-piles-4 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-4.jpg') no-repeat center center;}
#caissons-and-piles-5 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-5.jpg') no-repeat center center;}
#caissons-and-piles-6 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-6.jpg') no-repeat center center;}
#caissons-and-piles-7 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-7.jpg') no-repeat center center;}
#caissons-and-piles-8 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-8.jpg') no-repeat center center;}
#caissons-and-piles-9 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-9.jpg') no-repeat center center;}
#caissons-and-piles-10 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-10.jpg') no-repeat center center;}
#caissons-and-piles-11 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-11.jpg') no-repeat center center;}
#caissons-and-piles-12 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-12.jpg') no-repeat center center;}
#caissons-and-piles-13 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-13.jpg') no-repeat center center;}
#caissons-and-piles-14 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-14.jpg') no-repeat center center;}
#caissons-and-piles-15 {background: url('../img/2-reinforced-concrete/caissons-and-piles/caissons-and-piles-15.jpg') no-repeat center center;}

#prestressed-concrete-1 {background: url('../img/2-reinforced-concrete/prestressed-concrete/prestressed-concrete-1.jpg') no-repeat center center;}
#prestressed-concrete-2 {background: url('../img/2-reinforced-concrete/prestressed-concrete/prestressed-concrete-2.jpg') no-repeat center center;}
#prestressed-concrete-3 {background: url('../img/2-reinforced-concrete/prestressed-concrete/prestressed-concrete-3.jpg') no-repeat center center;}
#prestressed-concrete-4 {background: url('../img/2-reinforced-concrete/prestressed-concrete/prestressed-concrete-4.jpg') no-repeat center center;}
#prestressed-concrete-5 {background: url('../img/2-reinforced-concrete/prestressed-concrete/prestressed-concrete-5.jpg') no-repeat center center;}
#prestressed-concrete-6 {background: url('../img/2-reinforced-concrete/prestressed-concrete/prestressed-concrete-6.jpg') no-repeat center center;}

#reinforced-concrete-1 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-1.jpg') no-repeat center center;}
#reinforced-concrete-2 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-2.jpg') no-repeat center center;}
#reinforced-concrete-3 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-3.jpg') no-repeat center center;}
#reinforced-concrete-4 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-4.jpg') no-repeat center center;}
#reinforced-concrete-5 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-5.jpg') no-repeat center center;}
#reinforced-concrete-6 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-6.jpg') no-repeat center center;}
#reinforced-concrete-7 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-7.jpg') no-repeat center center;}
#reinforced-concrete-8 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-8.jpg') no-repeat center center;}
#reinforced-concrete-9 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-9.jpg') no-repeat center center;}
#reinforced-concrete-10 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-10.jpg') no-repeat center center;}
#reinforced-concrete-11 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-11.jpg') no-repeat center center;}
#reinforced-concrete-12 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-12.jpg') no-repeat center center;}
#reinforced-concrete-13 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-13.jpg') no-repeat center center;}
#reinforced-concrete-14 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-14.jpg') no-repeat center center;}
#reinforced-concrete-15 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-15.jpg') no-repeat center center;}
#reinforced-concrete-16 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-16.jpg') no-repeat center center;}
#reinforced-concrete-17 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-17.jpg') no-repeat center center;}
#reinforced-concrete-18 {background: url('../img/2-reinforced-concrete/reinforced-concrete/reinforced-concrete-18.jpg') no-repeat center center;}

#shotcrete-gunite-1 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-1.jpg') no-repeat center center;}
#shotcrete-gunite-2 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-2.jpg') no-repeat center center;}
#shotcrete-gunite-3 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-3.jpg') no-repeat center center;}
#shotcrete-gunite-4 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-4.jpg') no-repeat center center;}
#shotcrete-gunite-5 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-5.jpg') no-repeat center center;}
#shotcrete-gunite-6 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-6.jpg') no-repeat center center;}
#shotcrete-gunite-7 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-7.jpg') no-repeat center center;}
#shotcrete-gunite-8 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-8.jpg') no-repeat center center;}
#shotcrete-gunite-9 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-9.jpg') no-repeat center center;}
#shotcrete-gunite-10 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-10.jpg') no-repeat center center;}
#shotcrete-gunite-11 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-11.jpg') no-repeat center center;}
#shotcrete-gunite-12 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-12.jpg') no-repeat center center;}
#shotcrete-gunite-13 {background: url('../img/2-reinforced-concrete/shotcrete-gunite/shotcrete-gunite-13.jpg') no-repeat center center;}

#soft-story-retrofit-1 {background: url('../img/2-reinforced-concrete/soft-story-retrofit/soft-story-retrofit-1.jpg') no-repeat center center;}
#soft-story-retrofit-2 {background: url('../img/2-reinforced-concrete/soft-story-retrofit/soft-story-retrofit-2.jpg') no-repeat center center;}
#soft-story-retrofit-3 {background: url('../img/2-reinforced-concrete/soft-story-retrofit/soft-story-retrofit-3.jpg') no-repeat center center;}
#soft-story-retrofit-4 {background: url('../img/2-reinforced-concrete/soft-story-retrofit/soft-story-retrofit-4.jpg') no-repeat center center;}
#soft-story-retrofit-5 {background: url('../img/2-reinforced-concrete/soft-story-retrofit/soft-story-retrofit-5.jpg') no-repeat center center;}
#soft-story-retrofit-6 {background: url('../img/2-reinforced-concrete/soft-story-retrofit/soft-story-retrofit-6.jpg') no-repeat center center;}
#soft-story-retrofit-7 {background: url('../img/2-reinforced-concrete/soft-story-retrofit/soft-story-retrofit-7.jpg') no-repeat center center;}
#soft-story-retrofit-8 {background: url('../img/2-reinforced-concrete/soft-story-retrofit/soft-story-retrofit-8.jpg') no-repeat center center;}
#soft-story-retrofit-9 {background: url('../img/2-reinforced-concrete/soft-story-retrofit/soft-story-retrofit-9.jpg') no-repeat center center;}
#soft-story-retrofit-10 {background: url('../img/2-reinforced-concrete/soft-story-retrofit/soft-story-retrofit-10.jpg') no-repeat center center;}
#soft-story-retrofit-11 {background: url('../img/2-reinforced-concrete/soft-story-retrofit/soft-story-retrofit-11.jpg') no-repeat center center;}


#soil-anchors-1 {background: url('../img/2-reinforced-concrete/soil-anchors/soil-anchors-1.jpg') no-repeat center center;}
#soil-anchors-2 {background: url('../img/2-reinforced-concrete/soil-anchors/soil-anchors-2.jpg') no-repeat center center;}
#soil-anchors-3 {background: url('../img/2-reinforced-concrete/soil-anchors/soil-anchors-3.jpg') no-repeat center center;}
#soil-anchors-4 {background: url('../img/2-reinforced-concrete/soil-anchors/soil-anchors-4.jpg') no-repeat center center;}

#steel-check-1 {background: url('../img/2-reinforced-concrete/steel-check/steel-check-1.jpg') no-repeat center center;}
#steel-check-2 {background: url('../img/2-reinforced-concrete/steel-check/steel-check-2.jpg') no-repeat center center;}
#steel-check-3 {background: url('../img/2-reinforced-concrete/steel-check/steel-check-3.jpg') no-repeat center center;}
#steel-check-4 {background: url('../img/2-reinforced-concrete/steel-check/steel-check-4.jpg') no-repeat center center;}
#steel-check-5 {background: url('../img/2-reinforced-concrete/steel-check/steel-check-5.jpg') no-repeat center center;}
#steel-check-6 {background: url('../img/2-reinforced-concrete/steel-check/steel-check-6.jpg') no-repeat center center;}
#steel-check-7 {background: url('../img/2-reinforced-concrete/steel-check/steel-check-7.jpg') no-repeat center center;}
#steel-check-8 {background: url('../img/2-reinforced-concrete/steel-check/steel-check-8.jpg') no-repeat center center;}
#steel-check-9 {background: url('../img/2-reinforced-concrete/steel-check/steel-check-9.jpg') no-repeat center center;}
#steel-check-10 {background: url('../img/2-reinforced-concrete/steel-check/steel-check-10.jpg') no-repeat center center;}

#shearwall-and-diaphragm-1 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-1.jpg') no-repeat center center;}
#shearwall-and-diaphragm-2 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-2.jpg') no-repeat center center;}
#shearwall-and-diaphragm-3 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-3.jpg') no-repeat center center;}
#shearwall-and-diaphragm-4 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-4.jpg') no-repeat center center;}
#shearwall-and-diaphragm-5 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-5.jpg') no-repeat center center;}
#shearwall-and-diaphragm-6 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-6.jpg') no-repeat center center;}
#shearwall-and-diaphragm-7 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-7.jpg') no-repeat center center;}
#shearwall-and-diaphragm-8 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-8.jpg') no-repeat center center;}
#shearwall-and-diaphragm-9 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-9.jpg') no-repeat center center;}
#shearwall-and-diaphragm-10 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-10.jpg') no-repeat center center;}
#shearwall-and-diaphragm-11 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-11.jpg') no-repeat center center;}
#shearwall-and-diaphragm-12 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-12.jpg') no-repeat center center;}
#shearwall-and-diaphragm-13 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-13.jpg') no-repeat center center;}
#shearwall-and-diaphragm-14 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-14.jpg') no-repeat center center;}
#shearwall-and-diaphragm-15 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-15.jpg') no-repeat center center;}
#shearwall-and-diaphragm-16 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-16.jpg') no-repeat center center;}
#shearwall-and-diaphragm-17 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-17.jpg') no-repeat center center;}
#shearwall-and-diaphragm-18 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-18.jpg') no-repeat center center;}
#shearwall-and-diaphragm-19 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-19.jpg') no-repeat center center;}
#shearwall-and-diaphragm-20 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-20.jpg') no-repeat center center;}
#shearwall-and-diaphragm-21 {background: url('../img/3-shearwall-and-diaphragm/shearwall-and-diaphragm-21.jpg') no-repeat center center;}

#cmu-and-brick-masonry-1 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-1.jpg') no-repeat center center;}
#cmu-and-brick-masonry-2 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-2.jpg') no-repeat center center;}
#cmu-and-brick-masonry-3 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-3.jpg') no-repeat center center;}
#cmu-and-brick-masonry-4 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-4.jpg') no-repeat center center;}
#cmu-and-brick-masonry-5 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-5.jpg') no-repeat center center;}
#cmu-and-brick-masonry-6 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-6.jpg') no-repeat center center;}
#cmu-and-brick-masonry-7 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-7.jpg') no-repeat center center;}
#cmu-and-brick-masonry-8 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-8.jpg') no-repeat center center;}
#cmu-and-brick-masonry-9 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-9.jpg') no-repeat center center;}
#cmu-and-brick-masonry-10 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-10.jpg') no-repeat center center;}
#cmu-and-brick-masonry-11 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-11.jpg') no-repeat center center;}
#cmu-and-brick-masonry-12 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-12.jpg') no-repeat center center;}
#cmu-and-brick-masonry-13 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-13.jpg') no-repeat center center;}
#cmu-and-brick-masonry-14 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-14.jpg') no-repeat center center;}
#cmu-and-brick-masonry-15 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-15.jpg') no-repeat center center;}
#cmu-and-brick-masonry-16 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-16.jpg') no-repeat center center;}
#cmu-and-brick-masonry-17 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-17.jpg') no-repeat center center;}
#cmu-and-brick-masonry-18 {background: url('../img/5-cmu-and-brick-masonry/cmu-and-brick-masonry-18.jpg') no-repeat center center;}

#structural-steel-and-bolting-1 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-1.jpg') no-repeat center center;}
#structural-steel-and-bolting-2 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-2.jpg') no-repeat center center;}
#structural-steel-and-bolting-3 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-3.jpg') no-repeat center center;}
#structural-steel-and-bolting-4 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-4.jpg') no-repeat center center;}
#structural-steel-and-bolting-5 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-5.jpg') no-repeat center center;}
#structural-steel-and-bolting-6 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-6.jpg') no-repeat center center;}
#structural-steel-and-bolting-7 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-7.jpg') no-repeat center center;}
#structural-steel-and-bolting-8 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-8.jpg') no-repeat center center;}
#structural-steel-and-bolting-9 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-9.jpg') no-repeat center center;}
#structural-steel-and-bolting-10 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-10.jpg') no-repeat center center;}
#structural-steel-and-bolting-11 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-11.jpg') no-repeat center center;}
#structural-steel-and-bolting-12 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-12.jpg') no-repeat center center;}
#structural-steel-and-bolting-13 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-13.jpg') no-repeat center center;}
#structural-steel-and-bolting-14 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-14.jpg') no-repeat center center;}
#structural-steel-and-bolting-15 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-15.jpg') no-repeat center center;}
#structural-steel-and-bolting-16 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-16.jpg') no-repeat center center;}
#structural-steel-and-bolting-17 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-17.jpg') no-repeat center center;}
#structural-steel-and-bolting-18 {background: url('../img/7-structural-steel-and-bolting/structural-steel-and-bolting-18.jpg') no-repeat center center;}

#pull-testing-1 {background: url('../img/4-pull-testing/pull-testing-1.jpg') no-repeat center center;}
#pull-testing-2 {background: url('../img/4-pull-testing/pull-testing-2.jpg') no-repeat center center;}
#pull-testing-3 {background: url('../img/4-pull-testing/pull-testing-3.jpg') no-repeat center center;}
#pull-testing-4 {background: url('../img/4-pull-testing/pull-testing-4.jpg') no-repeat center center;}
#pull-testing-5 {background: url('../img/4-pull-testing/pull-testing-5.jpg') no-repeat center center;}
#pull-testing-6 {background: url('../img/4-pull-testing/pull-testing-6.jpg') no-repeat center center;}
#pull-testing-7 {background: url('../img/4-pull-testing/pull-testing-7.jpg') no-repeat center center;}
#pull-testing-8 {background: url('../img/4-pull-testing/pull-testing-8.jpg') no-repeat center center;}
#pull-testing-9 {background: url('../img/4-pull-testing/pull-testing-9.jpg') no-repeat center center;}
#pull-testing-10 {background: url('../img/4-pull-testing/pull-testing-10.jpg') no-repeat center center;}
#pull-testing-11 {background: url('../img/4-pull-testing/pull-testing-11.jpg') no-repeat center center;}

#concrete-testing-1 {background: url('../img/9-concrete-testing/concrete-testing-1.jpg') no-repeat center center;}
#concrete-testing-2 {background: url('../img/9-concrete-testing/concrete-testing-2.jpg') no-repeat center center;}
#concrete-testing-3 {background: url('../img/9-concrete-testing/concrete-testing-3.jpg') no-repeat center center;}
#concrete-testing-4 {background: url('../img/9-concrete-testing/concrete-testing-4.jpg') no-repeat center center;}
#concrete-testing-5 {background: url('../img/9-concrete-testing/concrete-testing-5.jpg') no-repeat center center;}
#concrete-testing-6 {background: url('../img/9-concrete-testing/concrete-testing-6.jpg') no-repeat center center;}
#concrete-testing-7 {background: url('../img/9-concrete-testing/concrete-testing-7.jpg') no-repeat center center;}
#concrete-testing-8 {background: url('../img/9-concrete-testing/concrete-testing-8.jpg') no-repeat center center;}
#concrete-testing-9 {background: url('../img/9-concrete-testing/concrete-testing-9.jpg') no-repeat center center;}
#concrete-testing-10 {background: url('../img/9-concrete-testing/concrete-testing-10.jpg') no-repeat center center;}
#concrete-testing-11 {background: url('../img/9-concrete-testing/concrete-testing-11.jpg') no-repeat center center;}
#concrete-testing-12 {background: url('../img/9-concrete-testing/concrete-testing-12.jpg') no-repeat center center;}
#concrete-testing-13 {background: url('../img/9-concrete-testing/concrete-testing-13.jpg') no-repeat center center;}
#concrete-testing-14 {background: url('../img/9-concrete-testing/concrete-testing-14.jpg') no-repeat center center;}
#concrete-testing-15 {background: url('../img/9-concrete-testing/concrete-testing-15.jpg') no-repeat center center;}
#concrete-testing-16 {background: url('../img/9-concrete-testing/concrete-testing-16.jpg') no-repeat center center;}

#fiber-wrap-1 {background: url('../img/8-fiber-wrap/fiber-wrap-1.jpg') no-repeat center center;}
#fiber-wrap-2 {background: url('../img/8-fiber-wrap/fiber-wrap-2.jpg') no-repeat center center;}
#fiber-wrap-3 {background: url('../img/8-fiber-wrap/fiber-wrap-3.jpg') no-repeat center center;}
#fiber-wrap-4 {background: url('../img/8-fiber-wrap/fiber-wrap-4.jpg') no-repeat center center;}

#accessory-dwelling-unit-adu-1 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-1.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-2 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-2.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-3 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-3.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-4 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-4.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-5 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-5.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-6 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-6.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-7 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-7.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-8 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-8.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-9 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-9.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-10 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-10.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-11 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-11.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-12 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-12.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-13 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-13.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-14 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-14.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-15 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-15.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-16 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-16.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-17 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-17.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-18 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-18.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-19 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-19.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-20 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-20.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-21 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-21.jpg') no-repeat center center;}
#accessory-dwelling-unit-adu-22 {background: url('../img/6-accessory-dwelling-unit-adu/accessory-dwelling-unit-adu-22.jpg') no-repeat center center;}

#retrofit-1 {background: url('../img/10-retrofit/retrofit-1.jpg') no-repeat center center;}
#retrofit-2 {background: url('../img/10-retrofit/retrofit-2.jpg') no-repeat center center;}
#retrofit-3 {background: url('../img/10-retrofit/retrofit-3.jpg') no-repeat center center;}
#retrofit-4 {background: url('../img/10-retrofit/retrofit-4.jpg') no-repeat center center;}
#retrofit-5 {background: url('../img/10-retrofit/retrofit-5.jpg') no-repeat center center;}
#retrofit-6 {background: url('../img/10-retrofit/retrofit-6.jpg') no-repeat center center;}
#retrofit-7 {background: url('../img/10-retrofit/retrofit-7.jpg') no-repeat center center;}
#retrofit-8 {background: url('../img/10-retrofit/retrofit-8.jpg') no-repeat center center;}
#retrofit-9 {background: url('../img/10-retrofit/retrofit-9.jpg') no-repeat center center;}
#retrofit-10 {background: url('../img/10-retrofit/retrofit-10.jpg') no-repeat center center;}
#retrofit-11 {background: url('../img/10-retrofit/retrofit-11.jpg') no-repeat center center;}
#retrofit-12 {background: url('../img/10-retrofit/retrofit-12.jpg') no-repeat center center;}

#firewall-1 {background: url('../img/11-firewall/firewall-1.jpg') no-repeat center center;}
#firewall-2 {background: url('../img/11-firewall/firewall-2.jpg') no-repeat center center;}
#firewall-3 {background: url('../img/11-firewall/firewall-3.jpg') no-repeat center center;}
#firewall-4 {background: url('../img/11-firewall/firewall-4.jpg') no-repeat center center;}
#firewall-5 {background: url('../img/11-firewall/firewall-5.jpg') no-repeat center center;}
#firewall-6 {background: url('../img/11-firewall/firewall-6.jpg') no-repeat center center;}
#firewall-7 {background: url('../img/11-firewall/firewall-7.jpg') no-repeat center center;}
#firewall-8 {background: url('../img/11-firewall/firewall-8.jpg') no-repeat center center;}

#forms-1 {background: url('../img/12-forms/forms-1.jpg') no-repeat center center;}
#forms-2 {background: url('../img/12-forms/forms-2.jpg') no-repeat center center;}
#forms-3 {background: url('../img/12-forms/forms-3.jpg') no-repeat center center;}
#forms-4 {background: url('../img/12-forms/forms-4.jpg') no-repeat center center;}
#forms-5 {background: url('../img/12-forms/forms-5.jpg') no-repeat center center;}
#forms-6 {background: url('../img/12-forms/forms-6.jpg') no-repeat center center;}
#forms-7 {background: url('../img/12-forms/forms-7.jpg') no-repeat center center;}
#forms-8 {background: url('../img/12-forms/forms-8.jpg') no-repeat center center;}
#forms-9 {background: url('../img/12-forms/forms-9.jpg') no-repeat center center;}
#forms-10 {background: url('../img/12-forms/forms-10.jpg') no-repeat center center;}