body {font-family: 'Open Sans','Helvetica Neue',​Helvetica,​Roboto,​Arial,​sans-serif; color:#404040;}

.no-js [data-responsive-menu] ul {
  display: none;
}

.activeMenu { background: #2199e8 !important; color: #FFF !important; padding: 0px 10px 0px 20px; }
.activeMenu a { color: #FFF !important; }
.activeMenu .submenu li a { color: #404040 !important; } 
.activeMenu .submenu li a:hover { color: #2199e8 !important; }
 
p:empty {display:none;}

h1 {font-weight:bold;}
  .page-template h1, .single .interior-heading h1, .archive h1, .blog h1 {font-style: italic; text-transform: uppercase; font-size: 40px;}
h2 {color:#004677; line-height: 1.0; font-weight: bold; font-size: 35px;}
  .page-template h2 {margin-bottom: 25px; font-style: italic; text-transform: uppercase;}
h3 {font-size:20px; font-weight: bold;}
@media only screen and (max-width: 768px) { h3 {padding: 0px 20px;} }
.bottom-grey {color:#b1b1b1; font-weight: bold; font-size: 35px; font-style: italic;}

//* ====================================================================================================================
 * Flex Slider
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {outline: none;}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {text-transform: capitalize;}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%;  display: block;}
.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {display: block;}
* html .flexslider .slides {height: 1%;}
.no-js .flexslider .slides > li:first-child {display: block;}
/* ====================================================================================================================
 * Flexsilder
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  position: relative;
  zoom: 1;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {zoom: 1;}
  .flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
  .flexslider .slides img {height: auto; -moz-user-select: none;}

  .flexslider .flex-viewport {
  max-height: 400px;
  width:100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
  .page-template-products-single .flex-viewport { max-height:200px;}
.loading .flex-viewport { max-height: 300px;}
.carousel li {margin-right: 5px;}
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
  text-decoration: none;
  display: inline-block;
  /*width: 40px;
  height: 40px;*/
  margin: -20px 0 0;
  position: absolute;
  top: 45%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  /*color: rgba(0, 0, 0, 0.8);*/
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {content: '';}
.flex-direction-nav .flex-prev {left: 50px;}
.flex-direction-nav .flex-next {right: 50px; text-align: right;}
.flexslider:hover .flex-direction-nav .flex-prev { opacity: 0.7; left: 10px;}
.flexslider:hover .flex-direction-nav .flex-prev:hover {opacity: 1;}
.flexslider:hover .flex-direction-nav .flex-next {opacity: 0.7;  right: 10px;}
.flexslider:hover .flex-direction-nav .flex-next:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "font-awesome";
  font-size: 20px;
  display: inline-block;
  content: '';
}
.flex-pauseplay a:hover {opacity: 1;}
.flex-pauseplay a.flex-play:before {content: '';}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {background: #333; background: rgba(255, 255, 255, 0.8);}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(255, 255, 255, 1);
  cursor: default;
}
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/*SEarch results simple styles*/
#searchresults li{width: 100%; clear: both; position: relative; padding: 0 0 30px 0;font-size: 32px; list-style: none;}
#searchresults li h3{padding: 0 0 10px 0; margin: 0; }
#searchresults li h3 a{font-size: 32px; color: #113365;}
.searchthumbnail{float: left;  width: 15%;}
.searchtext{float: right; width: 85%; font-size: 20px;}
.search-readmore{float: right; display: block;}
.search-readmore a{background: #113365; color: #fff; padding: 10px; font-size: 16px;}
.clr{clear: both;}
ul.pagination .current{ background: #113365;  }
ul.pagination .current a{color: #fff;}
.pagination-centered{text-align: center; margin-top: 50px;}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/


@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next {opacity: 1; right: 10px; }
}

.toggle-details {display:none;}

a.pretty, .wpcf7-submit { background: #1a9cdc; color: #fff; padding:20px 30px; font-weight: bold; text-transform: uppercase; margin: 20px 0 0 0; border: 5px solid rgba(255,255,255,0.2); display: inline-block;
-webkit-background-clip: padding-box; /* for Safari */
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px ;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a.pretty:hover, .wpcf7-submit:hover {background: #ea3112; border-color: #ea3112;}

#scroll-for-more {position: absolute; display:none; left:10px; top:10px; width:90px; padding:5px 0 0 0; height:85px; z-index:9997; background:url(../images/tab-bg.png) no-repeat;}
#scroll-for-more div {
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
#stf {position: absolute; width:90px; display:none; padding: 5px; background: rgba(51,51,51,0.7); left:10px; top:290px; z-index: 9998; text-transform: uppercase; color:#fff; text-align: center; font-weight: bold;  display:none;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px ;
-webkit-transform: translateY(-60%);
-ms-transform: translateY(-60%);
transform: translateY(-60%);
}
  #stf .bubble a {width:100%; padding: 10px 0px; margin: 2px 0; background:#b9b9b9; font-size: 10px; line-height: 1.0; display: block; color:#fff;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    }
    #stf .bubble a:hover {background:#ea3112;}
    #stf .bubble a.active {background:#1a9cdc;}
  #stf .end-cap {font-size: 18px; font-style: italic;}

.header-wrapper {z-index: 9999; position: fixed; width: 100%; max-height: 108px;}
#google_translate_element {float:none; text-transform:none; display: inline-block; vertical-align: top;}

#mainSearch { max-width: 200px; }
#search-btn {
    text-align: center;
    cursor: pointer;
    background: url("../images/search-down.jpg") no-repeat #EDEDED;
    display: inline-block;
    vertical-align: top;
/*    height: 31px;
    right: 20px;
    position: absolute;
    top: 80px;*/
    width: 31px;
}

#search {
    height: 31px;
/*    overflow: hidden;
    padding-right: 44px;*/
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
/*    position: absolute;
    right: 20px;
    top: 80px;
    transition: width 200ms ease 0s;
    width: 0;
    z-index: -1;*/
}
#search input[type="submit"] {
  background: url("../images/search-up.jpg") no-repeat #113365;
  color: #fff;
  border: none;
  height: 31px;
  display: inline-block;
  vertical-align: top;

  /*    position: absolute;
      right: 0;
      top: 0;*/
  width: 31px;
}

#search input[type="text"] {
/*    float: right;*/
    height: 31px;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 150px;

}

.embed_container {
  position: relative;
  /* padding-bottom: 56.25%; */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.embed_container iframe, .embed_container object, .embed_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-video { margin: 0 auto !important; padding-bottom: 20px; }

#search.active {
    width: 250px;
    z-index: 2000;
}

.utility-bar {background: #ededed; padding: 5px 20px; color:#074673; text-transform: uppercase; letter-spacing: -0.5px;}
    .utility-bar-right {margin: 5px 0 0 0; text-align: center;}
    .utility-bar-right a.social {font-size:24px; padding:0; line-height:0; color:#00487A; margin-right:7px;}
  /*#menu-top-right-utility {float:right;}*/
  .utility-bar p {margin:0; }
  #menu-top-right-utility a {color:#656565; font-size: 13px; text-transform: uppercase; font-weight: bold; padding:5px 10px;}
  .utility-bar li {border-right:2px solid #656565; padding: 0;}
  .utility-bar .contact {font-size: 25px;}
      .utility-bar .contact-nav {text-align: center;}
  .utility-bar .tel-link {background:#074673; color:#fff; font-weight: bold;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px ;
  padding: 1px 15px 3px 15px;
  }

.sub-menu, .title-bar {display:none;}

.nav-root >li, .nav-root  > ul {display:none;}

.site-header {border-bottom: 1px solid #efefef;}
.top-bar {background-color: #fff; padding: 8px 20px;}
.top-bar, .top-bar ul {background: #fff;}

  #menu-main-nav {margin-top: 10px; z-index: 9999; float:right;}

  #menu-main-nav li.parent-li > a {color:#113365; font-size: 14px; text-transform: uppercase; font-weight: bold; letter-spacing: -1px; padding: 10px 5px;}
    .submenu li a {color:#404040; font-size: 16px; text-transform: uppercase; font-weight: bold; letter-spacing: -1px; padding: 10px 5px; border-bottom: 2px solid #d2d2d2 !important;}
      .submenu li:last-child a {border:none;}
    .submenu li a i {display: none; float: right;}
      .submenu li a:hover {background:#f7f7f7; color:#1891d6; }
    #menu-main-nav li.parent-li > a:hover, #menu-main-nav li.parent-li.is-active > a {color:#fff; background:#1891d6;}
    #menu-main-nav li.has-submenu a {padding: 12px 15px 12px 5px;}
  #menu-main-nav li:not(.has-submenu) a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  #menu-main-nav li.parent-li   {border-right:2px solid #e5e5e5;}

  #menu-main-nav li:last-child,  .utility-bar li:last-child {border:none;}

  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {top:13px; right:3px;}
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow.is-active > a::after {border-color: #fff transparent transparent;}

  .dropdown.menu .submenu {background:#eaeaea; border:none; border-top: 5px solid #1891d6;
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.4);
  padding: 10px;
  min-width: 295px;
  }
  .dropdown.menu .submenu li {border:none;}

  .dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
      left: auto;
      right: 0;
  }

  /*3rd level*/
  .dropdown.menu .submenu .submenu {right:0; left: 99%; top: -15px;}

  /*4th level*/
  .dropdown.menu .submenu .submenu .submenu { display: none !important; }
  .dropdown.menu .submenu .submenu .submenu.js-dropdown-active { display: block !important; right:0; left: 99%; top: -15px; }

/*Mobile Nav Logo*/
.title-bar {background:#fff;}
  .title-bar .fa-bars {color:#113365; margin:5px 0 0 0; cursor: pointer; font-size: 35px; float: left;}
.title-bar-title img {width: 150px; margin: 3px 0 0 5px;}

/* Home Page Sections */
.home {overflow-x:hidden;}
.home .has-flex {display:none;}
.home .no-flex {display:block;}
.home-ribbon {position: absolute; bottom: -150px; left:0; z-index: 9995;}
.product-header h2 {text-transform: uppercase; font-size: 40px; font-weight: bold; font-style: normal;}
.animation-wrapper {overflow:hidden;}

.home .news-roll, .new.news-roll {margin-bottom:10px; border:1px solid #E1E0E1; background:#fff;}
.home .news-roll ul, .new.news-roll ul {margin:0; padding:5px 10px 10px 10px;}
.home .news-roll ul li, .new.news-roll ul li {line-height:1.2; border-bottom: 1px solid #999; margin: 5px 0 0 0; padding: 5px 0 10px 0;}
.home .news-roll ul li:last-child, .new.news-roll ul li:last-child {border:none;}
.home .news-roll h3, .new.news-roll h3 {font-size:17px; background:#013D6B; color:#fff; padding:10px; margin:0;}

.pipe-top, .pipe-bottom {position:absolute; display: none; left:50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.main-four h2, .main-five h2, .main-seven h2, .main-nine h2, .main-ten h2 {color:#fff;}

/*Parallax*/
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

section.container {padding-top:155px;}

section {position: relative;}
section.main-slider {}
  a.flex-next, a.flex-prev {color: #fff; font-size: 50px;}
  .home-ribbon {display: none;}

section.image-ribbon {display: none;}
section.image-ribbon .column {margin:0; padding: 0; overflow: hidden; position: relative;}
section.image-ribbon .column a span {display:block; width:100%; padding: 5px 0; position: absolute; bottom:-200px; z-index: 9995; color: #fff; font-weight: bold; font-size: 15px; text-align:center; background: rgba(0,0,0,0.8);}
section.image-ribbon .column a:hover span, section.image-ribbon.show-labels .column a span {bottom:0;}
section.image-ribbon .column a img {width:100%;}

section.main-one,section.main-two,section.main-three,section.main-four, section.main-four-a, section.main-five,section.main-six,section.main-seven,section.main-eight,section.main-nine, section.main-nine-a, section.main-ten {padding: 40px;}
section.main-four, section.main-four-a, section.main-five,section.main-six,section.main-seven,section.main-eight,section.main-nine, section.main-nine-a {text-align: center; font-size: 14px;}

/*3-Block*/
section.main-one {background:#fff;  border-bottom: 10px solid #e0e0e0; padding: 50px 0 25px 0; text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  .home section.main-one h1 {color:#004677; margin-bottom:20px; font-size:35px; font-style: italic; line-height: 1.0; text-transform: uppercase; font-weight: bold;}
  /*.tri-icon {margin-top: 50px;}
    .tri-icon img {margin-bottom: 25px;}*/

/*STF*/
section.main-two {background:#f2f2f2; padding: 40px 0 65px 0;}
  section.main-two .animated-wrapper {position: absolute; left:50%; bottom:-30px; z-index: 9998;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  .start-button { -webkit-animation-iteration-count: 3;
  -ms-animation-iteration-count: 3;
  animation-iteration-count: 3;
  }
  section.main-two .icons img {width:170px;}
  
/*Process*/
section.main-three {background-color:#005c9d; padding: 80px 0; color:#fff; text-align: center;}

/*Pumps*/
section.main-four {background: url('../images/main-four-bg.jpg') #484d4f;  color: #fff;}
  #home-page-pump {
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
  /*-webkit-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;*/
  }

  section.main-four .pipe-top, section.main-four-a .pipe-top {top:-15px;}
    #bubble1 {position:absolute; top:55px; left: 70px;}
/*Hose*/
section.main-five {background-color: #484d4f;  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  section.main-five  .animation-wrapper {
  position: absolute;
  z-index: 9998;
  right:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  }
    #home-page-hose {
    -webkit-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
  section.main-five .pipe-top {top: -215px;}
    #bubble2 {
    position: absolute;
    top:70px;
    right: -40px;
    }
    #bubble3 {
    position: absolute;
    top:220px;
    left: 80px;
    }
    #bubble4 {
    position: absolute;
    top:230px;
    left: 180px;
    }

/*Filtration*/
section.main-six {background:#fff;}
  section.main-six .pipe-top {top:-15px;}
  #home-page-filtration {
  -webkit-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
  }
  #bubble5 {
  position: absolute;
  top:80px;
  left: 80px;
  }
  #bubble6 {
  position: absolute;
  top:80px;
  left: 240px;
  }

/*Skids*/
section.main-seven {background: #005c9d; color:#fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  #home-page-skid-m {
  -webkit-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
  }
  section.main-seven .pipe-top {top:-15px;}
  section.main-seven .pipe-bottom {bottom:15px;}
  #bubble7 {
  position: absolute;
  top:40px;
  left: 120px;
  }

/*Heat*/
section.main-eight {background:#fff;}
  section.main-eight .pipe-top {top:-190px;}
  #home-page-heat {
  -webkit-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
  }
  #bubble8 {
  position: absolute;
  top:70px;
  left: 100px;
  }
  #bubble9 {
  position: absolute;
  top:220px;
  left: 370px;
  }


/*Mixers*/
section.main-nine {background: #484d4f;  color: #fff;}
    section.main-nine .pipe-top, section.main-nine-a .pipe-top {top:-155px;}
    #home-page-mixer {
  -webkit-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
    }
  #bubble10 {
  position: absolute;
  top:30px;
  left: 260px;
  }
  #bubble11 {
  position: absolute;
  top:180px;
  left: 50px;
  }
  #bubble12 {
  position: absolute;
  top:170px;
  left: 180px;
  }
  #bubble14 {
  position: absolute;
  top:140px;
  left: 50px;
  }
  #bubble15 {
  position: absolute;
  top:140px;
  left: 180px;
  }
/*Services*/
section.main-ten {background: #00528b; color:#fff;
background: #00528b; /* Old browsers */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bcd', endColorstr='#005088',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background: -moz-radial-gradient(center, ellipse cover, #007bcd 0%, #005088 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #007bcd 0%,#005088 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #007bcd 0%,#005088 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
  section.main-ten h2 {text-transform: uppercase; font-size:40px; font-weight: bold;}
  .value-blocks img {margin:5px; width: 150px;}
  section.main-ten .pipe-top {top:-15px;}
  section.main-ten .pipe-bottom {bottom:-40px;}
  #block-1 {-webkit-animation-delay: 0.1s; -ms-animation-delay: 0.1s; animation-delay: 0.1s;  }
  #block-2 {-webkit-animation-delay: 0.3s; -ms-animation-delay: 0.3s; animation-delay: 0.3s;  }
  #block-3 {-webkit-animation-delay: 0.5s; -ms-animation-delay: 0.5s; animation-delay: 0.5s;  }
  #block-4 {-webkit-animation-delay: 0.7s; -ms-animation-delay: 0.7s; animation-delay: 0.7s;  }
  #block-5 {-webkit-animation-delay: 0.9s; -ms-animation-delay: 0.9s; animation-delay: 0.9s;  }
  #block-6 {-webkit-animation-delay: 1.1s; -ms-animation-delay: 1.1s; animation-delay: 1.1s;}
  #block-7 {-webkit-animation-delay: 1.3s; -ms-animation-delay: 1.3;  animation-delay: 1.3s;  }
/*Leverage*/
section.main-eleven {padding: 125px 0 70px 0;}
  section.main-eleven h2 {color:#113365; font-style: italic; font-size: 50px; text-transform: uppercase; font-weight: bold; margin: 0; line-height: 1.0; }
/* End Home Page Sections */

/* Interior Pages*/
p.breadcrumbs {font-size:12px;}
#page-interior, #single-post, #page {padding:20px 0;}
  #page-interior.kill-bottom {padding-bottom: 0;}
  .interior-heading {color: #fff; padding: 10px 0 4px 0; background: url('../images/interior-heading-small.jpg') #113365 center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
.backdrop {background: url('../images/interior-heading.jpg') #113365 center center no-repeat; padding: 40px 0 20px 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.breadcrumb_container { padding: 20px 0px 0px 0px; }

.interior-banner { width: 100%; padding: 10% 0px 10% 0px; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) { float: left !important; }

.buttons_container { padding: 0px 0px 0px 0px; background: #EDEDED; }
.buttons_container .buttons {}
.buttons_container .buttons .single_button { width: 250px; background: #149FDA; margin: 10px auto; text-align: center; padding: 30px 10px; color: #FFF; text-transform: uppercase; font-weight: bold; -webkit-border-radius: 10px; border-radius: 10px; }
.buttons_container .buttons .single_button:hover { background: #0080C7; }
.buttons_container .buttons_content p { font-size: 20px !important; text-align: center; }

.core_values_container { padding: 50px 0px; background: #FFF; }
.core_values_container .core_values {}
.core_values_container .core_values .core_values_image { max-width: 460px; margin: 0 auto; }
.core_values_container .core_values .core_values_image img { width: 100%; height: auto; }
.core_values_container .core_values .core_values_lead_content { padding-top: 20%; margin-bottom: 20px; }
.core_values_container .core_values .core_values_lead_content h2 {}
.core_values_container .core_values .core_values_lead_content p { text-align: left; font-size: 20px; color: #363636; }
.core_values_container .core_values .core_values_list { text-align: center; }
.core_values_container .core_values .core_values_list .core_value_item { border-bottom: solid 3px #E2E2E2; min-height: 275px; max-width: 357px; display: inline-block; vertical-align: top; text-align: left; margin: 0 20px 40px 20px; }
.core_values_container .core_values .core_values_list .core_value_item h3 { text-transform: uppercase; color: #004677; }


.benefits_container { padding: 50px 0px; background: #EDEDED; }
.benefits_container .benefits {}
.benefits_container .benefits .benefits_image { width: 200px; height: 200px; margin: 0 auto 20px auto; }
.benefits_container .benefits .benefits_image img { width: 100%; height: auto; }
.benefits_container .benefits .benefits_content span { text-align: center; font-size: 20px; color: #767E80; }
.benefits_container .benefits .benefits_content h2 { text-align: center; }
.benefits_container .benefits .benefits_content p.lead_copy { text-align: center; font-size: 20px; color: #767E80; }
.benefits_container .benefits .benefits_content p span { font-weight: bold; text-decoration: underline; }
.benefits_container .benefits .benefits_content ul.double { list-style: disc !important; margin: 0 auto 20px auto; max-width: 700px; }
.benefits_container .benefits .benefits_content ul.double li { float: left; display: inline-block; width: 50%; }


.employment_container { padding: 50px 0px; background: #FFFFFF; }
.employment_container .employment {}
.employment_container .employment .employment_image { width: 200px; height: 200px; margin: 0 auto 20px auto; }
.employment_container .employment .employment_image img { width: 100%; height: auto; }
.employment_container .employment .employment_content h2 { text-align: center; }
.employment_container .employment .employment_content { display: block; margin-bottom: 10px; text-align: center; }
.employment_container .employment .employment_content ul.double { margin: 0 auto 20px auto; max-width: 500px; text-align: left; }
.employment_container .employment .employment_content ul.double li { list-style: none; }
.employment_container .employment .employment_content .talentnetworkcontainer { max-width: 300px; margin: 0 auto; }
.employment_container .employment .employment_content .linkedin_container { max-width: 300px; margin: 0 auto; }
.employment_container .employment .employment_content .linkedin_container img { width: 100%; height: auto; }


.timeline_container { padding: 50px 0px; background: #FFFFFF; }
.timeline_container .employment {}
.timeline_container .employment .employment_image { width: 200px; height: 200px; margin: 0 auto 20px auto; }
.timeline_container .employment .employment_image img {  }
.timeline_container .employment .employment_content h2 { text-align: center; }
.timeline_container .employment .employment_content { display: block; margin-bottom: 10px; text-align: center; }
.timeline_container .employment .employment_content ul.double { margin: 0 auto 20px auto; max-width: 500px; text-align: left; }
.timeline_container .employment .employment_content ul.double li { list-style: none; }
.timeline_container .employment .employment_content .talentnetworkcontainer { max-width: 300px; margin: 0 auto; }
.timeline_container .employment .employment_content .linkedin_container { max-width: 300px; margin: 0 auto; }
.timeline_container .employment .employment_content .linkedin_container img { width: 100%; height: auto; }


.backdrop h2 {color:#fff;}

.backdrop-brands {background:#ebebeb; padding:30px 0;}
  .backdrop-brands .tabs-content {background:transparent; border:none; z-index: 1;  }
  .backdrop-brands  h3 {margin: 0 0 20px 0;}
  .page-template-brands-home .tabs-title > a {font-weight: bold; background:transparent;}
  .page-template-brands-home .tabs {border:none; border-left:1px solid #d8d8d8; background:transparent;}
  .page-template-brands-home .tabs-title {border-top:1px solid #d8d8d8; border-right:1px solid #d8d8d8; border-bottom:1px solid #d8d8d8;}
  .page-template-brands-home .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {background:#fff;}

  .page-template-brands-home .product-grid .column {padding:0 5px;}
  .page-template-brands-home .product-home-block {min-height: 120px;  position: relative; background: #fff;}
    .page-template-brands-home .product-home-block img {position: absolute; top: 50%; left: 50%; padding: 10px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 120px;
    }

    .r-tabs .r-tabs-nav {margin: 0; padding: 0; border-left:1px solid #d8d8d8; display: block; overflow: hidden;}
    .r-tabs .r-tabs-tab {display: inline-block; margin: 0; list-style: none;}
    .r-tabs .r-tabs-tab.r-tabs-state-active {background: #fff;}
    .r-tabs .r-tabs-panel {padding: 15px 25px; display: none;}
    .r-tabs .r-tabs-accordion-title {display: none;}
    .r-tabs .r-tabs-panel.r-tabs-state-active {display: block; background: #fff;}

    /* Accordion responsive breakpoint */
    @media only screen and (max-width: 768px) {
        .r-tabs .r-tabs-nav {display: none;}
        .r-tabs .r-tabs-accordion-title {display: block;}
    }

  .brand-box {margin: 15px 0; background: #ebebeb;}
    .brand-box h4 {color: #fff; font-size: 16px; font-weight: bold; background:#113365; padding: 10px 20px; }
    .brand-box .no-bullet {padding: 0 15px 15px 15px;}

  .backdrop-brands .product-grid .product-home-block {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height:30px;
  min-height: 30px;
  margin: 0;
  max-height: 30px;
  }

  .r-tabs-panel {margin: -5px 0 10px 0;  border:1px solid #d8d8d8;}

  /*Accordion small style*/
  .r-tabs-accordion-title {margin-bottom:5px;}
  .r-tabs-accordion-title a {color: #fff; width: 100%; background: #aaaaaa; padding: 10px; font-weight: bold; font-style: 20px; display: block;}
  .r-tabs-accordion-title a::after {content:'\f055'; font-family: FontAwesome; margin-left: 5px;}
    .r-tabs-accordion-title.r-tabs-state-active a {background: #2199e8;}
    .r-tabs-accordion-title.r-tabs-state-active a::after {content:'\f056'; font-family: FontAwesome; margin-left: 5px;}

  .not-mobile-brand {display:none;}
  .mobile-brand {display:block;}
  
  .line-card-button {position:relative; font-weight:bold; margin:20px 0; font-size:18px; width:100%; padding:20px 5px 20px 100px; line-height:1.0; background:#113365; color:#fff; text-transform:uppercase;}
    .line-card-button a {color:#fff;}
    .line-card-button a:hover {text-decoration:underline;}
    .line-card-button img {position:absolute; left:0; bottom:-30px;
    /**-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)*/
    }

  .career-button {position:relative; font-weight:bold; margin:20px 0; font-size:18px; width:100%; padding:20px 5px 20px 100px; line-height:1.0; background:#113365; color:#fff; text-transform:uppercase;}
    .career-button a {color:#fff;}
    .career-button a:hover {text-decoration:underline;}
    .career-button img {position:absolute; left:0; bottom:-10px; width: 100px; height: auto;
    /**-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)*/
    }

.related-content {padding: 50px 0;}
  .related-block {border:3px solid #ededed;}
  .related-block .related-context {padding: 15px; font-size: 14px; color: #4d4d4d;}
  .related-block .related-context h3{color:#003e6c;}

.big-quote {border-top: 10px solid #e9e9e9; border-bottom: 10px solid #e9e9e9; padding: 50px 0; margin: 20px 0; color:#003e6c; font-style: italic; font-size: 30px;}
  .big-quote p {line-height: 35px; margin: 0;}

section.simple-contact {background: #f2f2f2; padding: 50px 0 20px 0;}
  section.simple-contact .simple-header {border-top: 5px solid #113365; padding-bottom: 5px; font-style: italic; border-bottom: 5px solid #113365; color:#113365; font-size:30px; font-weight: bold; margin-bottom: 50px; display: inline-block;}
  section.simple-contact .wpcf7-submit {width: 300px;}

/*Contact Fields */
::-webkit-input-placeholder { /* Safari, Chrome and Opera */color: #5f5f5f;}
:-moz-placeholder { /* Firefox 18- */color: #5f5f5f;}
::-moz-placeholder { /* Firefox 19+ */color: #5f5f5f;}
:-ms-input-placeholder { /* IE 10+ */color: #5f5f5f;}
::-ms-input-placeholder { /* Edge */color: #5f5f5f;}
:placeholder-shown { /* Standard one last! */color: #5f5f5f;}

.contact input {
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:4px solid #e0e0e0;
padding:10px 15px;
height:60px;
text-align:center;
box-shadow:none;
}
.contact select {height:60px; text-align:center;}
.contact select, .contact textarea {
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:4px solid #e0e0e0;
padding:10px 15px;
box-shadow:none;
}
.contact textarea {padding:5px 15px;}

.page-template-contact-page .contact  input, .page-template-contact-page .contact  select {text-align: left;}
.page-template-contact-page .contact .wpcf7-submit {padding-left: 100px; padding-right: 100px;}

.contact .wpcf7-form-control-wrap {position:relative; display: block;}
  .contact .wpcf7-not-valid-tip {position: absolute; display: block; z-index: 9998; width: 100%; background:#ffd7d7; bottom:-15px; left:0;}
  .contact  .wpcf7-validation-errors {border:none; background:#ffd7d7; color: #f00;}
  
div.wpcf7-mail-sent-ok {background:#fff;}

/*Page Specific*/
.featured-image {margin-bottom: 20px;}
.product-grid .product-home-block {margin-bottom: 30px; background: #fff;
-webkit-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
}
.product-grid .product-home-block img {width:100%;}

.product-grid .product-home-content {padding:15px; font-size: 14px; color:#4d4d4d; background: #fff;}
  .product-grid .product-home-content h3 {color:#003e6c; }

.page-template-products-single .flexslider {margin-bottom: 20px;}
.newsletter {background: #d7d7d7; padding: 20px 40px; margin:0 0 15px 0;}
  .newsletter h3 {color:#3b3b3b;}
  .newsletter .wpcf7-submit {margin: 0;}
  .newsletter input {height:50px;}
.page-template-products-single .featured-image img {width:100%;}
.page-template-products-single .product-grid {text-align: center;}
.page-template-products-single .product-grid .column {padding:0 5px; display: inline-block; float: none;}
.page-template-products-single .product-grid .column:last-child { float: none !important; }
.page-template-products-single .product-home-block {min-height: 120px;  position: relative;background: #fff;}
  .page-template-products-single .product-home-block img {position: absolute; top: 50%; left: 50%; padding: 10px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 120px;
  }
.page-template-products-single .products-top-brand {margin:0 0 15px 0;}

.page-template-products-single .wptabsy-nav {max-height:250px; overflow:scroll;}
  body.page-template-products-single .tabsy ul.tabsy-nav li a {color:#fff; background:#1C3C6D; font-weight:bold;}
  body.page-template-products-single .tabsy ul.tabsy-nav li.tabsy-active a {color:#333; background:#fff; display:none;}
.page-template-products-single .wptabsy {margin-bottom:25px; color: #2199e8;}
  .page-template-products-single .wptabsy p {margin-top:10px;}
  .page-template-products-single .wptabsy p a {color:#1C3C6D; font-weight:bold;}

.page-template-products-single .product-crumb {text-align:center; padding:20px 0 35px 0;}
.page-template-products-single .product-crumb img {position:absolute; left:50%; top:50%; z-index:-1; width:99%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.page-template-products-single .product-crumb .crumbs {display:inline-block; text-align:center; margin:0 5px; vertical-align:top;}
.page-template-products-single .product-crumb .crumbs a {
margin-top:20px;
border-radius: 40px;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
width:80px; height:80px;
padding:33px 0 0 0;
line-height:1.0;
display:block;
font-size:12px;
background:#1867AE;
color:#fff;
font-weight:bold;
}
.page-id-58 .product-crumb .crumbs.c-filtration a, .page-id-52 .product-crumb .crumbs.c-pumps a, .page-id-56 .product-crumb .crumbs.c-hose a, .page-id-60 .product-crumb .crumbs.c-heat a, .page-id-62 .product-crumb .crumbs.c-skids a, .page-id-336 .product-crumb .crumbs.c-mixers a, .page-id-64 .product-crumb .crumbs.c-seals a, .page-id-66 .product-crumb .crumbs.c-general a {background:#666;}
.page-template-products-single .product-crumb .crumbs-two a {padding:28px 0 0 0;}
.page-template-products-single .product-crumb .crumbs a:hover {background:#ea3112;}

.page-template-products-single .accordion-title, .page-template-ozone-page-full-width-accordion .accordion-title {
  font-weight:bold; font-size:18px; color:#fff; background:#1C3C6D;
}
.page-template-ozone-page-full-width-accordion #accordion-expand { margin: 0 .5em; }


.page-template-products-single .accordion-content {color: #2199e8;}
.page-template-products-single .accordion-content .column, .page-template-products-single .tabsy-content .column {border-bottom:1px solid #efefef; display:inline; padding-top:2px; padding-bottom:2px;}
  body .tabsy .tabsy-container .tabsy-content {width:100%;}
.page-template-products-single .accordion-content-cta p {margin-top:15px;}
.page-template-products-single .accordion-content-cta a {color:#1C3C6D; font-weight:bold;}

.highlight {background: #f2f2f2; padding: 15px; margin: 0 0 10px 0;}
  .highlight p {margin:0; font-size: 13px; line-height: 1.2;}
  .highlight h3 {color:#004677; margin: 5px 0; font-size: 16px;}
  .highlight img {width:150px;}
  .page-template-services-single .highlight img  {width:100px;}

.page-template-markets-home .markets {margin: 0 0 20px 0;}
  .page-template-markets-home .markets h3 {background: #003e6d; color: #fff; padding: 10px; margin: 0; font-size: 20px; text-transform: none;}
  .page-template-markets-home .markets img {width: 100%;}
  .page-template-markets-single .highlight {margin-bottom:20px; }

.office-location {border-left:3px solid #ccc; padding: 0 15px; margin: 10px 0 0 0;}
  .office-location h2 {font-size: 20px; margin:0 0 5px 0; }

/* Single Brand*/
.page-template-brands-single .single-brand-product {border-top:10px solid #054a7a; margin:20px 0 0 0; background:#f1f1f1; overflow:hidden;}
  .page-template-brands-single .single-brand-product ul {margin:0 0 10px 15px;}
  .page-template-brands-single .single-brand-product .toggle-title {color:#fff; text-align:center; cursor:pointer; font-size:18px; background:#cecece; margin-left:-15px; margin-right:-15px; font-weight:bold; padding:5px 0;}
    .page-template-brands-single .single-brand-product .toggle-title strong.expand-text:before {content:"Expand";}
    .page-template-brands-single .single-brand-product .toggle-title strong.collapse-text:before {content:"Collapse";}
  .page-template-brands-single .single-brand-product .toggle-details {padding-top:10px;}
  .page-template-brands-single .single-brand-product h3 {color:#054a7a;}
  .page-template-brands-single .single-brand-product .button {font-weight:bold; border-radius:10px;width: 100%;max-width: 175px;}

/*Jobs*/
.employment-block {margin: 0 0 25px 0;
-webkit-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
}
.employment-block h2 {color:#fff; background: #004677; padding: 20px 10px; font-size: 16px; text-transform: none;}
.employment-block p {padding:0 10px 10px 10px;}
.employment-block .employment-link {padding:0 10px 10px 10px;}
.employment-block .employment-link a.pretty {margin:0; padding:10px 15px;}

.job-content {background:#eee; padding: 30px 0;}
.job-content ul {margin-left: 15px;}
.job-endbox {background: #fff; border:1px solid #ccc; padding: 25px 15px 15px 15px;}

/*Blog Styles*/
#sidebar1 .link-list, #sidebar2 .link-list {background:#fff;
-webkit-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
}
  #sidebar1 .link-list .Sticky, #sidebar2 .link-list .Sticky, #sidebar1 .link-list .Uncategorized {display:none;}
  #sidebar1 .link-list h3, #sidebar2 .link-list h3 {color:#fff; background: #113365; padding: 10px; margin: 0;}
  #sidebar1 .link-list ul, #sidebar2 .link-list ul {padding: 10px;}
  .archive #sidebar1 .link-list ul, .archive #sidebar2 .link-list ul {padding: 0;}
  #sidebar1 .link-list li a, #sidebar2 .link-list li a {color: #404040;}
  #sidebar1 .link-list li a:hover, #sidebar2 .link-list li a:hover {color: #1891d6;}
.post-wrap  {background: #fff; margin-bottom:20px; overflow: hidden;
  -webkit-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
  }
  .post-wrap .entry-content, .post-wrap header, .post-wrap .footer {padding:15px 15px 0 15px;}
  .post-wrap header h2 {font-size: 20px; margin: 0;}
  .post-wrap .attachment-blog-home-thumb {max-width:100%; margin:0 auto; width:100%;}
.blog-top {background:#ebebeb; padding: 40px 0; overflow: hidden; margin-top: 20px;}
.blog-bottom {background:#afafaf; padding: 40px 0; overflow: hidden; border-top: 1px solid #9b9b9b;}

.pagination li {display: inline-block;}

.single header {margin: 0 0 15px 0;}
  .single #sidebar1 .link-list, .single #sidebar2 .link-list, .page-template-company-news-home #sidebar2 .link-list, .blog #sidebar1 .link-list, .archive #sidebar2 .link-list, .archive #sidebar1 .link-list {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  }
  .single #sidebar1 .link-list ul, .single #sidebar2 .link-list ul, .page-template-company-news-home #sidebar2 .link-list ul, .blog #sidebar1 .link-list ul, .archive #sidebar2 .link-list ul .archive #sidebar1 .link-list ul {
  padding:0;
  }
  .single #sidebar1 .link-list li, .single #sidebar2 .link-list li, .page-template-company-news-home #sidebar2 .link-list li, .blog #sidebar1 .link-list li, .archive #sidebar2 .link-list li, .archive #sidebar1 .link-list li {
  padding: 0;
  margin-bottom: 4px;
  }
  .single #sidebar1 .link-list li a, .single #sidebar2 .link-list li a, .page-template-company-news-home #sidebar2 .link-list li a, .blog #sidebar1 .link-list li a, .archive #sidebar2 .link-list li a, .archive #sidebar1 .link-list li a{
  border-left:10px solid #eaeaea;
  background:#eaeaea;
  display: block;
  padding: 3px 0 3px 5px;
  }
  .single #sidebar1 .link-list li a:hover, .single #sidebar2 .link-list li a:hover, .page-template-company-news-home #sidebar2 .link-list li a:hover, .blog #sidebar1 .link-list li a:hover, .archive #sidebar2 .link-list li a:hover, .archive #sidebar1 .link-list li a:hover {
  border-color: #1891d6; color: #1891d6;
  }
  .single-post .main-content .entry-content ul {margin-left:15px;}

#footer-main {background: #113365; color: #fff; padding: 25px 0;}
footer a {color:#fff;}
article footer a {color: #2199e8;}
  a.top-footer-link {font-weight: bold;}
  a.sub-footer-link {display:block; font-size: 14px; border-left: 5px solid rgba(255,255,255, 0.4); padding: 0 0 0 10px;}
    a.sub-footer-link:hover {border-left: 5px solid #43afef; color: #43afef;}
  footer .menu-item {margin-bottom: 15px;}
footer.footer-strip {background: #333; color: #fff; padding: 10px 0; font-size: 13px; font-weight: bold;}
  footer.footer-strip .social-icons {margin-left: 20px;}
  footer.footer-strip img {margin:0 10px;}

#foot-link-block-133 .submenu, #foot-link-block-54 .submenu, #foot-link-block-106 .submenu, #foot-link-block-114 .submenu {min-height: 180px;}

/* footer menu redesign */ 
#menu-footer-nav {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

footer .menu-item {
  margin-bottom: 15px;
  width: 100%;
}

#foot-link-block-1004 {
  grid-column-start: 1;
  grid-column-end: 3;
}

#foot-link-block-1046 {
  margin-top: -11rem; 
}

#foot-link-block-1575 .top-footer-link {
  display: block;
  margin-top: -3rem;
}

.footer-logos {
  margin-top: -7rem;
  margin-left: 31%;
  clear:both;
}
.footer-logos img {
  max-height: 82px;
  margin: .2rem;
}

@media screen and (max-width:1024px) {
  #menu-footer-nav {
    display: block;
  }
  footer .menu-item {
    width: auto;
  }
  #foot-link-block-1046 {
    margin-top: unset;
  }

  #foot-link-block-1575 .top-footer-link {
    display: unset;
    margin-top: unset;
  }
  
}

@media screen and (max-width:1600px) {
  .footer-logos {
    margin-left: 26%;
  }
}
/* end footer menu redesign */

/*! Lity - v1.6.3 - 2016-03-10
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
       -o-transition: -o-transform 0.3s ease;
          transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/* Medium screens */
@media screen and (min-width: 40.063em) {


#stf, #scroll-for-more {
  display: block;
}
.home .has-flex {
  display: block;
}
.home .no-flex {
  display: none;
}
#google_translate_element {
  float: right;
  display: block;
}
#search-btn, #search {
  top: 50px;
}
.utility-bar .tel-link {
  color: #074673;
  background: none;
  padding: 0;
}
.utility-bar .contact-nav {
  font-size: 15px;
  text-align: left;
}
.utility-bar-right {
  float: right;
  margin: 0;
  text-align: left;
  display: inline-block;
}
section.image-ribbon {
  display: block;
}
.product-header h2, section.main-ten h2 {
  font-size: 45px;
}
.home-ribbon {
  display: block;
}
.pipe-top, .pipe-bottom {
  display: block;
}
.brand-box {
  margin: -20px 0 15px 0;
}
.backdrop-brands .product-grid .product-home-block {
  height: auto;
  margin-bottom: 30px;
  min-height: 120px;
  max-height: 120px;
  -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.75);
}
.mobile-brand {
  display: none;
}
.not-mobile-brand {
  display: block;
}
.r-tabs-panel {
  margin: -1px 0 25px 0;
}
section.container {
  padding-top: 93px;
}
section.main-one {
  background: url('../images/main-one-bg.jpg') #fff center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.main-two {
  background: url('../images/main-two-bg.jpg') #f2f2f2 center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.main-three {
  text-align: center;
}
section.main-four, section.main-four-a {
  padding: 150px 0 220px 0;
}
section.main-five {
  padding: 170px 0 120px 0;
}
section.main-six, .main-four-a, .main-nine-a {
  background: url('../images/main-one-bg.jpg') #fff center center;
  padding: 220px 0 50px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.main-seven {
  padding: 160px 0 210px 0;
}
section.main-eight {
  background: url('../images/main-one-bg.jpg') #fff center center;
  padding: 200px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.main-nine, section.main-nine-a {
  padding: 150px 0 20px 0;
}
section.main-ten {
  padding: 140px 0 150px 0;
}
.value-blocks img {
  width: auto;
}
section.main-one, section.main-three, section.main-four, section.main-four-a, section.main-five, section.main-six, section.main-seven, section.main-eight, section.main-nine, section.main-nine-a {
  text-align: center;
}
section.main-one, section.main-two, section.main-three, section.main-four, section.main-four-a, section.main-five, section.main-six, section.main-seven, section.main-eight, section.main-nine, section.main-nine-a {
  padding-left: 120px;
  padding-right: 120px;
}
.line-card-button {
  font-size: 18px;
  margin: 30px 0;
  padding: 10px 5px 10px 100px;
}
#foot-link-block-133 .submenu, #foot-link-block-54 .submenu, #foot-link-block-106 .submenu, #foot-link-block-114 .submenu {
  min-height: 245px;
}
}
/* min-width 641px, medium screens */

/* Large screens */
@media screen and (min-width: 64.063em) {

    #search-btn, #search {top: 3px;}
    .utility-bar-right {padding-right: 40px;}
  .utility-bar .contact-nav {font-size: 16px;}
  .title-bar-title img {margin:-5px 0 0 5px;}
  .product-header h2, section.main-ten h2 {font-size: 67px;}
   section.container {padding-top:108px;}

  section.main-one, section.main-three, section.main-four, section.main-four-a, section.main-five, section.main-six, section.main-seven, section.main-eight, section.main-nine, section.main-nine-a {text-align: left;}
  section.main-two .icons img {padding:55px 0 0 0;}

  .line-card-button {font-size:14px;}
  .office-location {margin:0;}

  #foot-link-block-133 .submenu, #foot-link-block-54 .submenu, #foot-link-block-106 .submenu, #foot-link-block-114 .submenu {min-height: 180px;}

} /* min-width 1025px, large screens */

@media (max-width:1185px) and (min-width:1024px) {
  .logo {width: 180px;}
     section.container {padding-top:93px;}
      #menu-main-nav {margin-top: 5px;}
  #menu-main-nav li.parent-li > a {font-size:13px;}

    
}

/* Responsive styles
==========================================================*/
@media (min-width: 1200px) {
  
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 990px) {
  
}

@media screen and (max-width: 768px) {

.benefits_container .benefits .benefits_content ul.double li,
.employment_container .employment .employment_content ul.double li { width: 100% !important; }

.employment_container .employment .employment_content ul.double li { padding-bottom: 15px; border-bottom: dotted 1px #CCC; margin-bottom: 15px; }

   a.social { display: none !important; }
   #google_translate_element { display: none !important; }
 
  section.container { padding-top: 103px; }

}

@media screen and (max-width: 590px) {

  .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px; height: 0; overflow: hidden;
      margin-bottom: 30px;
  }
   
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  
  .utility-bar .contact-nav { padding-top: 6px; }
  #search input[type="text"] { width: 100px; }
  
}

@media screen and (max-width: 480px) {


}


@media print {

  .contact-nav { padding-top: 20px; text-align: center;  }
  .contact-nav i { display: none !important; }
  #site-navigation .nav_links { display: none !important; }
  .utility-bar-right { display: none !important; }
  a[href]:after { content: none !important; }
  .container { padding-top: 120px !important; }
  .columns { display: block !important; float: none !important; }
  .featured-image { display: none !important; }
  .wptabsy { display: none !important; }
  .flexslider { display: none !important; }
  .products-top-brand { display: none; }
  .entry-content { page-break-after: always; }
  .backdrop { padding-top: 0px !important; }
  .product-crumb { display: none !important; }
  #footer-main { display: none !important; }

  .job_essentials { page-break-after: always; }
  .job_physical { page-break-after: always; }
  .contact { page-break-after: always; }

}
