@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
  background-color: #076a38;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #404040;
}
.container-header {
  background-color: #fff;
  padding-top: 55px;
  padding-bottom: 30px;
}
.container-nav {
  border-top: 5px solid #3dbe7d;
  border-bottom: 5px solid #3dbe7d;
}
.container-content {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
}
.container-footer {
  border-top: 5px solid #3dbe7d;
  padding-top: 30px;
  padding-bottom: 20px;
}
.container-logo {
  float: left;
}
.container-center-m {
    display: block;
    text-align: center;
}
.container-details {
    background-color: #E5E5E5;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 2px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.logo {
  height: 25px;
  width: auto;
  margin-left: -5px;
}
.img-about-logos {
  width: 110px;
  margin-bottom: 20px;
}
.img-about-logos-2 {
  width: 220px;
  margin-bottom: 20px;
}
.img-about-logos-3 {
  width: 300px;
  margin-bottom: 20px;
}
.img-shanley-logo {
    max-width: 150px;
    height: auto;
}
.img-pumps {
    width: 175px;
    margin-bottom: 20px;
}
.img-display-thumb {
    max-height: 100px;
    margin-bottom: 20px;
}
.img-display {
    padding-left: 80px;
    padding-right: 80px;
}
.img-icons {
    padding: 0px 80px 30px 80px;
}
.img-icons-small {
    padding: 0px 80px 30px 80px;
}
.img-documents {
    height: 200px;
    width: 150px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.25);
}
.img-main-xs {
    padding-left: 80px;
    padding-right: 80px;
}
.img-logo-footer {
    float: left;
    width: 75px;
    margin-bottom: 100px;
    margin-right: 20px;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000;
  letter-spacing: -1px;
  padding: 0 0 15px 0;
  margin: 0;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #076a38;
  letter-spacing: -1px;
  padding: 0 0 10px 0;
  margin: 0;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  letter-spacing: -1px;
  padding: 0 0 10px 0;
  margin: 0;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #076a38;
  letter-spacing: -1px;
  padding: 0 0 10px 0;
  margin: 0;
}
p {
  padding: 0 0 20px 0;
  margin: 0;
}
ul {
  padding: 0 0 0 20px;
  margin: 0
}
li {
  padding: 0 0 10px 0;
  margin: 0;
}
ul.list {
  margin: 0;
}
ul.list li {
  width: 98%;
  display: inline-block;
  list-style: none;
  margin: 0 0 10px 5px;
  padding: 0;
  position: relative;
}
ul.list li::before {
  color: #076a38;
  content: "\25A0";
  display: inline-block;
  left: -20px;
  position: absolute;
  top: -2px;
}
a {
  color: #00944a;
}
a:hover {
  color: #00a954;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid rgba(0, 0, 0, .2);
}
.card-body {
    padding: 20px 0 0 0;
}
.card {
    padding: 0 15px 0 15px;
    border: 0px solid rgba(0,0,0,.125);
}
.card-footer {
    padding: 30px 0 0 0;
    background-color: rgba(0,0,0,.00);
    border-top: 0px solid rgba(0,0,0,.125);
}
.btn-max-w {
  width: 100%;
}
.btn-secondary {
  background-color: #fff;
  border-color: #989898;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 15px 5px 15px 5px;
  margin-bottom: 20px;
}
.btn-secondary:hover {
  background-color: #076a38;
}
.btn-primary {
  background-color: #076a38;
  border: 1px solid #3dbe7d;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
}
.btn-primary:hover {
  background-color: #3dbe7d;
  border: 1px solid #3dbe7d;
}
.footer-hdr {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-bottom: 5px;
}
.footer-text {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding-bottom: 30px;
}
.copyright {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
.link-footer-tel {
  color: #fff;
}
.link-footer-tel:hover {
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
}
.container-footer-divider {
  padding-left: 10px;
  padding-right: 10px;
}
.link-footer-sitemap {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
.link-footer-sitemap:hover {
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
}
.input-group {
    margin-bottom: 10px;
}
/* --------------------------------- */
/* ---------- CAROUSEL ------------ */
/* --------------------------------- */
.carousel-item {
  background-color: #c0d4ca;
  height: 350px;
}
.img-carousel {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 300px;
    opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 35px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
}
.carousel-h1 {
  font-size: 40px;
  line-height: 46px;
}
.carousel-p {
  font-size: 18px;
  line-height: 22px;
  color: #404040;
}
/* --------------------------------- */
/* ----------- TOP NAV ------------- */
/* --------------------------------- */
.navbar {
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 20px;
}
.nav-link {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 15px 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10)
}
.navbar li {
  padding: 0;
  margin: 0;
}
.nav-link:hover {
  color: #076a38;
  background-color: white
}
/* TOGGLE MENU */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
/* DROPDOWN MENU */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.1);
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, .0);
  border-radius: 0;
  padding: 0;
  margin: 0;
}
/* DROPDOWN LINKS */
.dropdown-menu .dropdown-item:link {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.65);
  padding: 15px 20px;
}
.dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.dropdown-menu .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 0.50);
}
.dropdown-menu > li a:hover, .dropdown-menu > li.show {
  background: #eee;
}
/* ----------------------------------------------------- */
/* ------------------- MEDIA QUERIES ------------------ */
/* ----------------------------------------------------- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.container-center-m {
    text-align: left;
}
  .logo {
    height: 35px;
  }
.img-display {
    padding-left: 0px;
    padding-right: 0px;
}
.img-icons {
    padding: 40px 0px 0px 0px;
}
/* --------------------------------- */
/* ---------- CAROUSEL ------------ */
/* --------------------------------- */
.carousel-item {
  height: 400px;
}
.img-carousel {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 500px;
    opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 45%;
  top: 75px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
}
.carousel-h1 {
  font-size: 40px;
  line-height: 46px;
}
.carousel-p {
  font-size: 20px;
  line-height: 26px;
  color: #404040;
}
/* --------------------------------- */
/* ----------- TOP NAV ------------- */
/* --------------------------------- */
  /* DROPDOWN MENU */
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .0);
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: 1px 0px 3px rgba(50, 84, 121, .60);
  }
  /* DROPDOWN LINKS */
  .dropdown-menu .dropdown-item:link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    background-color: #fff;
    color: #666;
    padding: 12px 20px;
    border-bottom: 1px solid #d9e2e6 !important;
  }
  .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #00944a;
  }
  .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 1.0);
    color: #2c73bf;
  }
  .dropdown-menu > li a:hover, .dropdown-menu > li.show {
    background: #eee;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}