/* 

	Larson Davs Website 2021
	  Version 2.0
	  Author : rrzeznik
	  Edited by : dgerken
   
	Main branding colors : 
	  PCB Blue : #005eb8
	  PCB Gray : #77787b
	  Text : #404145
	  
   
*/
body, html {
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  min-width: 320px;
  scroll-behavior: smooth;
}
.rz-content-padder p {
  color: #77787b;
  font-size: 18px;
  line-height: 1.5em;
}
h1, h2, h3, h4, h5, p {
  font-family: open-sans, sans-serif !important;
}
blockquote {
	margin: 35px 30px;
	color: #3c3d3f;
    font-size: 18px;
    line-height: 1.5em;
    font-style: italic;
    border-left: 5px solid #ced3d7;
    padding-left: 10px;
}
.main-nav-slide {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100000;
  background: #515257;
  width: 100%;
  max-width: 400px;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
  overflow: scroll;
  scroll-behavior: smooth;
}
#main-container {
  outline: 0;
  padding-top: 160px;
}
span.cartQ {
  top: 20px;
  position: absolute;
  color: #005eb8 !important;
}
.language-picker-current-text {
  color: #005eb8 !important;
}
.container, .footer-container, .product-row {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
ul.language-picker-list.is-open {
  display: none !important;
}
ul.language-picker-list.is-really-open {
  display: block;
}
#navHeader {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9001; /* It's over 9000! */
}
.search-bay-mobile .search.header-search {
  margin: 0px 0px 0px 3%;
}
.top-nav-bar {
  width: 100%;
  height: 44px;
  background: #005eb8;
}
.section-padder {
  margin: 0px auto;
  padding: 0px 30px;
  max-width: 1660px;
}
a.main-menu-btn {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/menu-icon.png) left 50% no-repeat;
  padding: 15px 0px 10px 40px;
  text-transform: uppercase;
  color: #fff !important;
  joey diaz font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  text-decoration: none;
}
a.main-menu-btn:hover, a.main-menu-btn:visited {
  color: rgba(255, 255, 255, 0.8) !important;
}
.main-nav-padder ul li, .main-nav-padder ul li a, .main-nav-padder ul li a:visited {
  color: #fff !important;
  list-style: none;
  text-decoration: none;
}
.learn-more-link a[href=''] {
  display: none;
}
.product-family-products ul li a[href=''] {
  pointer-events: none;
}
.product-card-model p:empty {
  display: none;
  margin-bottom: 0px !important;
}
a.tcs-dropdown {
  text-transform: uppercase;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  text-decoration: none;
  float: right;
  /*
	padding-right:20px;	background:url(https://www.pcb.com/contentstore/MktgContent/web2a/img/dropdown-white.png) right 50% no-repeat;*/
}
a.tcs-dropdown:hover, a.tcs-dropdown:visited {
  color: #fff !important;
}
a.menu-start {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 40px;
  color: #fff !important;
  text-decoration: none;
  text-transform: none !important;
  display: block;
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/moreinfo.png) right 50% no-repeat;
  background-size: 15px;
}
.beginner-padder {
  padding-top: 60px;
}
.menu-item-has-children {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/dropdown-white.png) right 50% no-repeat;
  padding-right: 20px;
}
.sub-nav {
  display: none;
}
.tcs-dropdown:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.top-phone {
  text-transform: uppercase;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  padding-right: 40px;
  float: right;
  display: inline-block;
  margin: 0;
}
a.top-phone:visited {
  color: #fff !important;
}
.container.breadcrumbs {
  display: none;
}
/* NAVIGATION OVERRIDES */
a.js-nav-system__link {
  color: #fff !important;
}
a.js-nav-system__link:hover {
  color: #fff !important;
}
.logo-link {
  display: inline-block;
  float: left;
  margin: 35px 0px 25px 20px;
}
.logo-img {
  width: 250px;
  height: auto;
}
.form-control {
  width: 100%;
  display: inline-block !important;
  border: 1px #77787b solid !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #77787b !important;
  padding: 10px 15px !important;
}
.search.header-search {
  display: inline-block;
  margin: 42px 0px 0px 10.6%;
  width: 560px;
  position: relative;
}
.search-button-top {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/search-icon.png) 50% 50% no-repeat;
  border: none;
  border-left: 1px #77787b solid !important;
  height: 40px;
  width: 50px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.search-button-top:hover {
  background-color: #005eb8;
  background-image: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/search2.png);
}
.language-picker {
  /*background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/us-flag.png) 50% 50% no-repeat;*/
  width: 36px;
  height: 64px;
  display: inline-block;
  margin: 48px 3% 0px 0px;
  float: right;
}
.language-picker .language-picker-list {
  background: #f6f6f6;
  position: absolute;
  border: 1px #ccc solid;
  top: 100%;
  left: 0;
  width: 220px;
  margin: -1px 0 0 -1px;
  padding: 0;
  /* border: 1px solid #005eb8; */
  list-style: none;
  display: none;
  z-index: 1010;
}
a.language-picker-current {
  text-decoration: none;
}
.top-bar-dark .language-picker .language-picker-list li {
  margin: 0;
  padding: 0;
}
.language-picker-menu {
  position: relative;
}
.language-picker-list li a {
  padding: 5px 15px;
  text-decoration: none;
  display: block;
}
.language-picker-list li {
  margin: 0px !important;
  border-bottom: 1px #ccc solid;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.language-picker-list li a {
  padding: 5px 15px;
  text-decoration: none;
  display: block;
  color: #404145 !important;
  font-size: 14px !important;
  /* padding-left: 20px; */
}
.language-picker-list img {
  padding-right: 10px;
}
.main-nav-slide {
  display: none;
}
.nav-show {
  display: block;
}
.lg-show.nav-show {
  display: block !important;
}
.homepage-container .italian-side-nav a, .homepage-container .netherlands-side-nav a, .homepage-container .german-side-nav a {
  /* font-size: 17px !important; */
  display: block;
  padding: 20px !important;
  max-width: 240px;
}
.language-picker-list li a:hover {
  background: #fff;
}
ul.language-picker-list.is-open {
  display: block;
}
.quick-icons .language-picker {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/us-flag.png) 50% 50% no-repeat;
  width: 36px;
  height: 45px;
  display: inline-block;
  margin: 0px 25px 0 0;
  float: right;
}
a.menu-sign-on {
  padding-left: 30px;
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/cus-login-top.png) 0% 50% no-repeat;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 175px;
  text-transform: uppercase;
  display: none;
}
.customer-login {
  padding-left: 0px;
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/cus-login.png) 10px 50% no-repeat;
  color: #005eb8 !important;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  margin: 47px 3% 0px 0px;
  float: right;
}
.header-login .TopNavContent p, .header-login .TopNavContent p:hover {
  color: #005eb8;
  font-size: 16px;
}
.contact-blocks h2 {
  font-size: 22px;
}
.header-login .TopNavContent {
  color: #005eb8;
  font-family: "Open Sans", sans-serif !Important;
  border: none;
  font-weight: bold;
  float: none;
  display: inline-block;
  padding: 0;
  height: auto;
}
#FadeInNav {
  height: auto !important;
  width: 230px;
  border: none;
  box-shadow: none !important;
  z-index: 9000;
  position: absolute;
  top: -30px;
  right: -20px;
  display: none !important;
  border: 1px #ccc solid;
}
.MockButton {
  color: #fff;
  float: none;
  display: inline-block;
  padding: 10px 20px;
  background: #005eb8;
  border-radius: 0;
}
#FadeInNav.is-open {
  display: block !Important;
}
.AccountSignUp {
  margin-top: 12px;
  font-size: 14px !important;
}
.header-login #FadeInNav p a {
  color: #005eb8;
  text-decoration: underline;
}
a.close-login {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #1e1e1e !important;
}
.quick-icons .customer-login {
  padding-left: 0px;
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/cus-login-w.png) 0% 50% no-repeat;
  color: #005eb8 !important;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  margin: 10px 5px 0 0;
  float: right;
}
.reqquote-top {
  padding-left: 20px;
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/reqquote.png) 0% 50% no-repeat;
  color: #005eb8 !important;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  margin: 47px 0% 0px 0px; /*was 3% instead of 0% when cart was to the right of it*/
  float: right;
}
.quick-icons .reqquote-top {
  padding-left: 20px;
  background: url(https://www.pcb.com/contentstore/MktgContent/_LARSON_DAVIS_2021/web2a/img/reqquote-w.png) 0% 50% no-repeat;
  color: #005eb8 !important;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  margin: 10px 5px 0 0;
  float: right;
}
.globalsales-top {
  padding-left: 27px;
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/globalsales.png) 0% 50% no-repeat;
  color: #005eb8 !important;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  margin: 47px 3% 0px 0px;
  float: right;
}
.quick-icons .globalsales-top {
  padding-left: 27px;
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/globalsales-w.png) 0% 50% no-repeat;
  color: #005eb8 !important;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  margin: 10px 5px 0 0;
  float: right;
}
.shop-sensors-list h4 {
  font-size: 14px;
}
.super-hide {
  display: none;
}
.super-show {
  display: inline-block !important;
}
.super-set {
  padding: 0px 10px;
  margin: 0;
}
.main-nav-padder {
  padding: 30px;
}
.menu-header {
  color: #fff;
  text-decoration: underline;
}
.main-nav-padder ul li {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-right: 20px;
}
.parent-choice {
  position: fixed;
  top: 44px;
  z-index: 9999;
  left: 0;
  width: 400px;
  max-width: 100%;
  text-align: left;
  padding: 30px 0 30px 30px;
  background: #212121;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.4em;
  /*    min-height: 151px;*/
  text-transform: uppercase;
}
.nav-intro-text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  width: 100%;
  padding: 80px 0 30px 30px;
  background: #212121;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.4em;
  min-height: 151px;
  text-transform: uppercase;
}
.cart-icon {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/cart-icon.png) 50% 50% no-repeat;
  height: 64px;
  width: 40px;
  display: inline-block;
  position: relative;
  float: right;
  margin-top: 25px;
}
.quick-icons .cart-icon {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/cart-icon-w.png) 50% 50% no-repeat;
  height: 43px;
  width: 40px;
  display: inline-block;
  position: relative;
  float: right;
  margin-top: 0;
}
span.cartq {
  position: absolute;
  display: block;
  color: #005eb8;
  text-decoration: none;
  top: 20px;
  left: -5px;
}
.visuallyhidden {
  visibility: hidden;
}
.fade-mae {
  opacity: 0.1;
}
.fade-mae a, .fade-mae div a.nein-click {
  pointer-events: none !important;
}
a.nein-click {
  display: block;
}
.lead-time-btn {
  display: none;
}
.leadTimes {
  display: block;
}
.middle-header {
  min-height: 120px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.temp-page-holder {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
/* Content Section */
.homepage-container {
  clear: both;
  margin-top: 140px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.homepage-container.fade-mae a {
  pointer-events: none !important;
}
.homepage-content-padder {
  margin: 20px auto;
  padding: 0px 30px;
  max-width: 1660px;
}
.homepage-container .side-nav, .innerpage-cont .side-nav {
  position: absolute;
  min-width: 222px;
  display: inline-block;
  border: 1px #ccc solid;
}
.homepage-container .side-nav a, .innerpage-cont .side-nav a {
  list-style-type: none !important;
  border-bottom: 1px #ccc solid;
  background: #f6f6f6;
  /*text-transform: uppercase;*/
  margin-bottom: 0;
  color: #404145;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  line-height: 1.3em;
  display: block;
  padding: 23px 0px 23px 10px !important;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.homepage-container .side-nav a:hover, .innerpage-cont .side-nav a:hover {
  background: #ccc;
  color: #000;
}
.innerpage-cont {
  margin: 40px 0px;
}
.dashboard-header {
  margin-top: 170px;
}
.carousel-container {
  background-color: #ccc;
  width: 84%;
  margin-left: 256px;
  height: 437px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.carousel-container {
  background: rgba(3, 24, 51, 1);
  background: linear-gradient(-180deg, rgba(0, 0, 0, 1) 0%, rgba(3, 20, 43, 1) 75%, rgba(3, 24, 51, 1) 100%);
}
.slide-1 {
  display: block;
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/LDCC-AD-Spots/LDCC-Banner-A1_BG.jpg);
  opacity: 0.0;
  margin-left: 0px;
  margin-top: 0px;
  /*position: absolute;*/
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
  height: 437px;
  /*background-attachment: scroll;
    background-position: 100% 100%;*/
  background-size: 1345px 437px, cover !important;
  /*background-size: 100% !important;*/
}
.car1 {
  display: block;
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/HPBanner-A1_CarOverlay.png);
  background-size: 100%;
  opacity: 1;
  margin-left: -1060px;
  margin-top: 0px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: -40px;
  left: 0;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-position: 100% 90%;
}
a.a1-link {
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 10;
  margin-left: -1300px;
  margin-top: -500px;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  background: #ff7d1a;
  font-weight: 600;
}
p.header-text {
  position: absolute;
  top: 107px;
  font-size: 34px !important;
  /*text-transform: uppercase;*/
  color: #fff;
  right: 100px;
  display: block;
  text-shadow: 5px 5px 15px #000000, 0px 0px 30px #005eb8;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin-left: -500px;
  opacity: 0;
}
span.meeso1 {
  display: block;
  font-weight: 800;
  font-size: 50px;
  line-height: 1.5em;
}
span.meeso2 {
  font-size: 50px;
  line-height: 0.4em;
  font-weight: 800;
}
.vroom {
  margin-left: 0px !important;
  margin-top: 0px !important;
  opacity: 1 !important;
  background-size: 100%;
}
.vroom2 {
  margin-right: 0px !important;
  margin-top: 0px !important;
  opacity: 1 !important;
  background-size: 100%;
}
a.a1-link:after {
  /*content:" →";*/
}
.promotion-row {
  margin: 30px 0px;
}
.spot2a, .spot3a {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  height: 200px;
  border: 1px #ccc solid;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.promo-spot .spot-padder {
  padding: 20px;
}
.spot2a {
  background-image: url('https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/Spartan-AD-Spots/Spartan-B1_640x200.jpg');
}
.spot3a {
  background-image: url('https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/Spartan-AD-Spots/Spartan-C1_912x200_v2A.jpg');
}
.spot2a h3 {
  margin-top: 20px;
  margin-left: 40%;
}
.spot3a h3 {
  margin-top: 20px;
  margin-left: 50%;
}
.spot2a p {
  margin-left: 40%;
}
.spot3a p {
  margin-left: 50%;
}
.promo-spot {
  position: relative;
}
.promo-cta {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  background: #ff7d1a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.promo-cta:visited {
  color: #fff;
}
.promo-cta:hover {
  color: #005eb8 !important;
  background: #fff !important;
  border-top: 1px solid #ccc;
}
.spot2a {
  width: 40%;
}
.spot3a {
  width: 57%;
  margin-left: 2%;
  float: right;
}
hr {
  width: 100%;
  height: 1px;
  background-color: #77787b;
  border: 0 !important;
  margin: 0 0 5px;
}
.row-heading {
  width: 100%;
}
.row-links {
  display: inline-block;
}
.row-links ul li {
  list-style: none;
  display: inline-block;
}
.row-links ul li strong {
  color: #77787b !important;
  font-size: 18px !important;
  line-height: 30px !important;
  padding-right: 30px !important;
  border-right: 1px #77787b solid !important;
  margin: 0 30px 0 30px !important;
}
.row-links ul li a {
  text-decoration: underline;
  color: #005eb8;
  font-size: 18px;
  line-height: 30px;
  padding-right: 30px;
  border-right: 1px #77787b solid;
  margin: 0 30px 0 0;
  font-weight: normal;
  cursor: pointer;
}
.chosen {
  text-decoration: none !important;
  color: #77787b !important;
  font-weight: bold !important;
  cursor: default !important;
}
.row-links ul li:last-child a {
  border-right: none;
}
.quad-row {
  display: none;
}
.controlled {
  display: block;
}
.row-links ul {
  padding: 0px;
  top: -5px;
  margin: 0px 0 0 40px;
  position: relative;
}
.row-heading h2 {
  font-size: 36px;
  color: #005eb8;
  /*text-transform:uppercase;*/
  padding: 20px 0px 20px;
  display: inline-block;
  margin: 0;
  font-weight: normal;
}
.quad-row, .event-row {
  margin: 0px 0px;
}
.qsquare {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 10px;
}
.square-pad {
  display: block;
  text-align: center;
}
.square-pad img {
  width: 100%;
  border: 1px #ccc solid;
  border-bottom: none;
}
.trending-row {
  display: block;
  clear: both;
}

/*.pt-1 {
  background: url('https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/trending-ih/Noise-Dosimetry.jpg') 50% 50% no-repeat;
}
.pt-2 {
  background: url('https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/trending-ih/Human-Vibration.jpg') 50% 50% no-repeat;
}
.pt-3 {
  background: url('https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/trending-ih/Sound-Surveys.jpg') 50% 50% no-repeat;
}
.pt-4 {
  background: url('https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/trending-ih/Rental-IH.jpg') 50% 50% no-repeat;
}
.cm-1 {
  background: url('https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/trending-env/SoundAdvisor.jpg') 50% 50% no-repeat;
}
.cm-2 {
  background: url('https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/trending-env/Outdoor-Noise-Monitoring.jpg') 50% 50% no-repeat;
}
.cm-3 {
  background: url('https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/trending-env/Sound-Level-Meters.jpg') 50% 50% no-repeat;
}
.cm-4 {
  background: url('https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/trending-env/Rental-ENV.jpg') 50% 50% no-repeat;
}*/
.event-quad {
  margin-bottom: 60px;
}
a.square-btn {
  font-weight: 700;
	display: block;
  width: 100%;
  background: #f6f6f6;
  color: #77787b;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px #ccc solid;
  bottom: 0;
  padding: 10px;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
a.square-btn:hover {
  background: #005eb8;
  color: #fff;
}
.event-quad .square-pad {
  background: none;
  padding: 15px;
  height: auto;
}
.event-holder {
  position: relative;
  padding-bottom: 60px;
}
.date-holder {
  border: 4px #005eb8 solid;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}
p.event-month {
  color: #005eb8;
  font-weight: 800;
  font-size: 20px;
  margin: 0;
  padding: 0px 5px;
  text-align: center;
  min-width: 56px;
}
p.event-day {
  font-size: 24;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: #005eb8;
}
.event-title {
  color: #77787b !important;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600;
  padding-right: 100px;
  display: block;
  margin-bottom: 30px;
  min-height: 100px;
}
.beginner-menu {
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 150px;
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 35px;
}
.menu-slide-out {
  margin-left: -400px;
}
/*.menu-second {
    display: none;
}*/
.tertiary-menu {
  display: none;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: 35px;
  padding-left: 0;
  list-style-type: none !important;
}
.tertiary-menu li a {
  text-decoration: none;
  list-style-type: none !important;
}
li.focus-nav, ul.focus-nav {
  opacity: 1 !important;
}
.show-tertiary li .show-tertiary li {
  opacity: 1 !important;
}
.menu-slide-in {
  display: block;
}
.show-tertiary {
  display: block !important;
  opacity: 1 !important;
}
.secondary-menu {
  /*display:none;*/
  margin-top: 90px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none !important;
}
a.menu-back-1 {
  position: fixed;
  padding: 20px;
  left: 0px;
  top: 44px;
  /* transform: translateX(-50%); */
  width: 400px;
  max-width: 100%;
  color: #fff !important;
  background: #000;
  z-index: 9999;
}
.no-scroll {
  overflow: hidden;
}
.menu-choice-visible {
  display: block;
}
.secondary-menu li a {
  font-size: 22px;
  font-weight: normal;
  list-style-type: none !important;
}
.tertiary-menu li a {
  text-decoration: none;
  font-size: 18px !important;
  list-style-type: none !important;
}
img.open-sesame {
  float: right;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
}
.booth-info {
  font-weight: bold;
  color: #404145;
}
a.event-link {
  border: 1px #77787b solid;
  background: #f6f6f6;
  color: #77787b;
  text-align: center;
  text-decoration: none;
  padding: 10px 0px;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}
a.event-link:hover {
  background: #005eb8;
  color: #fff !important;
}
/* Footer Styles */
.footer-section-one {
  background: #77787b;
  width: 100%;
  padding: 30px 0px;
}
.footer-section-two {
  background: #58585b;
  width: 100%;
  padding: 30px 0px;
}
.footer-section-three {
  background: #212121;
  width: 100%;
  padding: 30px 0px;
  color: #fff;
}
.footer-tre {
  color: #fff;
  width: 32%;
  margin-right: 2%;
  vertical-align: top;
  display: inline-block;
}
.footer-tre p {
  margin: 30px 0;
}
.footer-padder p a {
  color: #fff;
}
.footer-tre:last-child {
  margin-right: 0;
}
.footer-padder {
  max-width: 1620px;
  padding: 0px 20px;
  margin: 0px auto;
}
.brand-bar .row-heading h2, .footer-padder .row-heading h2 {
  color: #fff;
}
.footer-hr {
  background-color: #fff;
}
.company-intro {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: 30px 0;
}
.contact-table td {
  vertical-align: top;
  width: 50%;
  padding: 5px;
  border: 0;
  background: none !important;
}
.contact-table tr {
  background: none !important;
}
.contact-table td p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
}
.sign-up-btn {
  color: #404145;
  font-weight: bold;
  background: #fff;
  padding: 10px 15px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid #58585b;
  cursor: pointer;
}
.sign-up-btn:hover {
  color: #fff;
  background: #404145;
  border: 3px solid #fff;
}
.address-cnt {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/address.png) 0% 50% no-repeat;
  padding: 10px 0px 10px 50px;
}
.email-cnt {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/emailicon.png) 0% 50% no-repeat;
  padding: 10px 0px 10px 50px;
}
.sensor-cnt {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/sensorline.png) 0% 50% no-repeat;
  padding: 10px 0px 10px 50px;
  float: right;
  margin-right: 25px !important;
}
.fax-cnt {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/phone-icon.png) 0% 50% no-repeat;
  padding: 10px 0px 10px 50px;
  float: right;
}
.search-btn-mobile {
  display: none;
}
.quick-icons {
  display: none;
}
.contact-table-mobile {
  display: none;
}
.DnnModule.DnnModule-EnterpriseSearch button {
  margin-top: 36px;
  width: 20px;
  display: inline-block;
  padding: 0px 30px 0px 10px;
  background-color: #005eb8 !important;
  color: #fff !important;
  margin-right: 0px;
}
/* SITEFINITY STYLES */
div.rz-content-padder img {
  border: thin solid rgb(204, 204, 204);
  margin-bottom: 20px;
}
.no-border {
  border: none !important;
}
.temp-page-holder {
  margin-top: 150px;
  margin-bottom: 60px;
}
.rz-content-padder {
  max-width: 1220px;
  margin: 0px auto;
  padding: 0px 20px;
}
.h1-wrap-rz h1, .article-h1 {
  font-size: 42px;
  margin: 0 0 25px 0;
}
.h2-wrap-rz h2, .article-h2 {
  font-weight: normal;
  font-size: 30px;
  margin: 0px 0px 40px 0px;
}
ol.sf-breadscrumb.breadcrumb {
  border-top: 1px #005eb8 solid;
  padding-top: 10px;
  margin-bottom: 40px;
}
ol.sf-breadscrumb li a {
  color: #77787b;
  text-decoration: none;
  font-weight: normal;
}
.breadcrumb-item.active {
  font-weight: bold;
  color: #77787b;
}
.mainCTA a {
  background: #ff7d1a;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-align: center;
  border: 3px solid #fff;
  margin-bottom: 20px !important;
}
@media screen and (max-width:1023px) and (min-width:992px) {
  .mainCTA a {
    display: block;
    width: 100%;
  }
}
.support-buttons {
  display: inline-block;
  margin: 20px 20px 30px 0;
}
@media screen and (max-width:378px) {
  .support-buttons {
    display: inline-flex;
    width: 100%;
  }
}
.intl-flag {
  margin-right: 10px;
  border: 1px solid #CCC;
  margin-bottom: 0px !important;
}
.mainCTA2 a {
  background: #ff7d1a;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 10px;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  border: 3px solid #fff;
  margin-bottom: 20px !important;
}
.otherCTA a {
  background: #98999b;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 10px;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  border: 3px solid #fff;
  margin-bottom: 20px !important;
}
.mainCTA a:hover {
  background: #fff;
  color: #ff7d1a;
  border: 3px solid #ff7d1a;
}
.mainCTA2 a:hover {
  background: #fff;
  color: #ff7d1a;
  border: 3px solid #ff7d1a;
}
.otherCTA a:hover {
  background: #fff;
  color: #98999b;
  border: 3px solid #98999b;
}
th {
  background-color: #005eb8;
}
.table_subhead {
  color: #005eb8;
}
.sidebar-links .sidebar-list-container p {
  margin: 10px 0px;
}
.sidebar-links .sidebar-list-container {
  margin-bottom: 0;
}
.sidebar-links {
  padding-bottom: 10px;
  margin: 0px 0px 50px 0px;
}
.sidebar-links .sidebar-list-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
}
.sidebar-links .sidebar-list-container a {
  font-size: 16px;
  color: #77787b;
  font-weight: bold;
  text-decoration: none;
}
.sidebar-links ul li::marker {
  content: none;
}
.product-family-grid ul {
  padding: 0;
  margin: 0;
}
.product-family-grid ul li::marker {
  content: none;
}
.product-family-grid ul li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin: 0;
  padding: 0;
}
.product-family-grid-4col ul {
  padding: 0;
  margin: 0;
}
.product-family-grid-4col ul li::marker {
  content: none;
}
.product-family-grid-4col ul li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin: 0;
  padding: 0;
}
.grid-img-cont {
  position: relative;
  overflow: hidden;
  max-height: 100%; /*max-height: 243px;*/
  /*border:1px #ccc solid;*/
  max-width: 95%;
  display: block;
  margin: 0px auto;
}
.grid-img-cont img {
  width: 100%;
}
.product-family-grid ul li a {
  display: block;
}
.product-family-grid ul li h4 {
  max-width: 95%;
  display: block;
  margin: 0px auto 10px;
  font-size: 24px;
}
.product-family-grid ul li p {
  max-width: 95%;
  display: block;
  margin: 0px auto 50px;
}
.product-family-grid ul li h4 a {
  text-decoration: none;
  color: #005eb8;
}
.product-family-grid ul li a {
  display: block;
  text-decoration: none;
  margin-bottom: 55px;
}
.product-family-grid ul li:hover h4 {
  color: #005eb8;
}
.product-family-grid-4col ul li a {
  display: block;
  text-decoration: none;
}
.product-family-grid-4col ul li:hover h4 {
  color: #005eb8;
}
.product-family-grid-4col ul li h4 {
  max-width: 95%;
  display: block;
  margin: 5px auto 45px;
  font-size: 20px;
}
.product-family-grid-4col ul li p {
  max-width: 95%;
  display: block;
  margin: 0px auto 50px;
}
.product-family-grid-4col ul li h4 a {
  text-decoration: none;
  color: #005eb8;
}
.pg-home-intro-text {
  padding-bottom: 40px;
  border-bottom: 1px #005eb8 solid;
  margin-bottom: 40px;
}
.grid-title h3 {
  margin-bottom: 40px;
}
.article-p {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/stopwatch.png) 0% 50% no-repeat;
  padding: 10px 0px 10px 40px;
  color: #77787b;
}
.product-family-products ul {
  padding: 40px 0px;
  margin: 40px 0px 0px;
  border-top: 1px #77787b solid;
}
.product-family-products ul li::marker {
  content: none;
}
.product-family-products ul li a {
  display: inline;
  text-decoration: none;
}
.product-family-products ul li .grid-img-cont {
  max-width: 270px;
  height: 100%;
  overflow: hidden;
  margin: 0 40px 30px 0;
  display: inline-block;
  vertical-align: top;
  width: 35%;
}
.product-card-right-info {
  display: inline-block;
  width: 60%; /*DEG changed from 50%*/
}
.product-family-products ul li {
  padding-bottom: 40px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 40px;
}
.product-card-cta {
  display: inline-block;
  text-decoration: none;
}
.product-card-right-info h4 a {
  text-decoration: none;
  font-size: 25px;
  color: #005eb8;
}
.product-card-right-info h4 {
  margin-bottom: 5px;
}
.pg-fam-header { /*DEG added for TMS*/
  color: #58585b;
}
.pg-fam-link { /*DEG added for TMS*/
  text-decoration: none;
}
p.product-card-model {
  font-weight: 700;
  color: #77787b;
  font-size: 19px;
}
.social-share {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
.email-share {
  background: url(../img/emailshare.png) no-repeat;
}
.fb-share {
  background: url(../img/faceshare.png) no-repeat;
}
.tw-share {
  background: url(../img/twitshare.png) no-repeat;
}
.li-share {
  background: url(../img/linkedshare.png) no-repeat;
}
.email-share:hover, .fb-share:hover, .tw-share:hover, .li-share:hover {
	transition: .3s ease;
    opacity: 0.5;
    filter: grayscale(100%);
}
.hide-text {
  display: none;
}
a.mainCTA {
  background: #ff7d1a;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  border: 3px solid #fff;
}
a.mainCTA2 {
  background: #ff7d1a;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  border: 3px solid #fff;
}
a.otherCTA {
  background: #98999b;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  border: 3px solid #fff;
}
a.mainCTA:hover {
  background: #fff;
  color: #ff7d1a;
  border: 3px solid #ff7d1a;
}
a.mainCTA2:hover {
  background: #fff;
  color: #ff7d1a;
  border: 3px solid #ff7d1a;
}
a.otherCTA:hover {
  background: #fff;
  color: #98999b;
  border: 3px solid #98999b;
}
.share-widgets p {
  display: inline-block;
  color: #005eb8;
  line-height: 30px;
  font-weight: bold;
}
.share-widgets {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 0px;
}
.share-widgets p {
  display: inline-block;
  color: #77787b;
  line-height: 1em;
  font-weight: bold;
  margin: 6px 20px 0 0;
  vertical-align: top;
}
.article-postcontent {
  padding-top: 60px;
}
.product-card-right-info ul {
  padding: 0px 0px 0px 40px;
  margin: 20px 0px 0px;
  border: none;
}
.product-card-right-info ul li {
  padding-bottom: 10px;
  list-style-type: disc !important;
  border: none;
  color: #77787b;
  font-size: 18px;
  margin-bottom: 0;
}
.product-card-right-info ul li::marker {
  content: normal;
}
.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  background-size: 100% !important;
  border: none !important;
  cursor: pointer;
}
.ficon {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/ficon.png);
} /*not applicable*/
.yicon {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/yicon.png);
  margin-left: 20px !important; /*left-most icon gets this*/
}
.licon {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/licon.png);
}
.ticon {
  background: url(https://www.pcb.com/contentstore/MktgContent/web2a/img/ticon.png);
} /*not applicable*/
li.sf-Gallery-thumb.col-lg-4.d-inline-block {
  width: 30%;
}
/* Header scroll fix */
.jump::before {
  display: block;
  content: " ";
  margin-top: -10px;
  height: 10px;
  visibility: hidden;
  pointer-events: none;
}
/* LEARN SECTION */
li.learn-grid-item {
  list-style-type: none;
  min-height: 470px;
  position: relative;
}
li.learn-grid-item-no-image { /*for no-image cards*/
  list-style-type: none;
  min-height: 265px;
  position: relative;
}
.learn-img-holder {
  width: 100%;
  height: 200px;
  background-size: cover;
  margin-bottom: 20px;
  transition: transform .7s ease-in-out;
}
.learn-img-blue-overlay {
  background: #005eb8;
  height: 200px;
  width: 100%;
  position: relative;
  bottom: 200px;
  margin-bottom: -200px;
}
h4.learn-item-title {
  padding: 0 10px;
  color: #77787b;
}
p.learn-short-description {
  font-weight: normal;
  font-size: 14px;
  padding: 0px 10px;
}
ul.learn-grid {
  padding: 0;
  margin: 0;
}
.learn-grid-anchor {
  text-decoration: none;
  list-style-type: none;
  /*display: inline-block;*/
  width: 30%;
  vertical-align: top;
  box-sizing: border-box;
  background: #fff;
  border: 1px #ccc solid;
  min-height: 400px;
  margin-right: 10px;
  margin-bottom: 30px;
}
.learn-grid-anchor-no-image { /*for no-image cards*/
  text-decoration: none;
  list-style-type: none;
  /*display: inline-block;*/
  width: 30%;
  vertical-align: top;
  box-sizing: border-box;
  background: #fff;
  border: 1px #ccc solid;
  min-height: 195px;
  margin-right: 10px;
  margin-bottom: 30px;
}
.learn-item-cats {
  width: 100%;
  height: min-content;
  margin: 10px 10px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.learn-item-cat-ul {
  padding: 0px !important;
  margin: 0px !important;
}
.learn-item-cat-li {
  color: #77787b;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-style: italic;
  list-style-type: none;
  padding-bottom: 2px !important;
}
/*.learn-item-tags{
		border-radius: 10px;
		background: #77787b;
		color: #fff;
		padding: 7px;
		height: 25px;
		font-size: 10px;
		margin: 10px 10px;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		line-height: 10px;
		position: absolute;
		bottom: 10px;
	}*/
.learn-item-tags {
  width: 100%;
  height: min-content;
  margin: 10px 10px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.learn-item-tag-ul {
  padding: 0px !important;
  margin: 0px !important;
  position: absolute;
  bottom: 10px;
}
.learn-item-tag-li {
  border-radius: 10px;
  background: #77787b;
  color: #fff;
  padding: 6px 10px 20px 10px;
  height: 25px;
  font-size: 10px;
  margin: 10px 3px;
  line-height: 14px;
  font-weight: bold;
  list-style-type: none;
  display: inline-block;
}
a.learn-link:hover {
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  z-index: 2;
}
a.learn-link:hover .learn-item-title {
  color: #005eb8;
}
a.learn-link:hover .learn-item-tag-li {
  background: #005eb8;
}
a.learn-link.category-show, a.learn-link.tag-show {
  display: inline-block;
}
.learn-selectors-holder {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.learn-selector, .learn-search {
  margin-right: 5px;
  margin-top: 5px;
}
.learn-card-filter-show {}
.learn-card-filter-hide {}
.shown-learn {
  display: inline-block;
}
.hidden-learn {
  display: none;
}
.show-more {
  border: 1px solid #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  height: 40px;
  padding: 6px;
}
.show-more:hover {
  color: #fff;
  background: #005eb8;
}
/* RENTAL COMPARISON TABLE and TABS SECTION */
.rental-table-outter {
  overflow-x: scroll;
  clear: both;
}
.rental-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.rental-table th {
  padding: 8px 8px;
  border: solid white 1pt;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}
.rental-table td {
  padding: 8px 8px;
  border: thin solid #adadad;
}
.rental-table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.rotate_text {
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: top left;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: top left;
  -o-transform: rotate(-90deg);
  -o-transform-origin: top left;
  position: relative;
  top: 20px;
}
.rotated_cell {
  height: 231px;
  vertical-align: bottom
}
.rental-image {
  margin-right: 20px;
  float: left;
  width: 200px;
  /*padding-right: 20px;*/
  margin-bottom: 20px;
}
.rental-image-sm {
  margin-bottom: 20px;
  border: thin solid rgb(204, 204, 204);
}
@media screen and (max-width: 600px) {
  .rental-image {
    float: none;
  }
}
.rental-model-number {
  font-weight: bold;
}
.rental-details-link {
  border-left: hidden !important;
  font-weight: normal !important;
}
.rental-detail {
  width: 100%;
  height: auto;
  position: relative;
}
/*  shaker table  */
.shaker-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.shaker-table th {
  padding: 8px 8px;
  border: solid white 1pt;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  height: 150px;
}
.shaker-table tbody tr.shaker-table-subhead {
  font-weight: bold;
  color: #5a5a5a;
  background-color: #f3f3f3;
  font-size: 1.2em;
}
.shaker-table td {
  padding: 8px 8px;
  border: thin solid #adadad;
}
/* CONFORMITY SECTION - CE, UKCA, etc. */
.conformity-icon {
  margin-bottom: 0px !important;
  border: none !important;
  padding-right: 10px;
}
.conformity-pipe {
  padding-right: 7px;
  font-size: 25px;
  color: rgba(119, 120, 123, 1);
}
/* RENTAL AVAILABLE BUTTON */
.rentalAvailDiv {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}
.rentalAvailAnchor {
  text-decoration: none;
  color: #77787b;
  font-weight: 700;
}
.rentalAvailCheck {
  width: 20px;
  margin-right: 10px;
  margin-top: -2px;
  border: none !important;
  margin-bottom: 0px !important;
}
/* TABLE WITH NO BORDER – like advantage & disadvantages on <modalshop.com/ndt/how-ndt-resonant-acoustic-method-works/comparison-of-non-destructive-testing-methods> */
table.no_border_table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: thin solid #dddddd;
  border-spacing: 0px;
}
.no_border_table th, td {
  padding: 10px 10px;
}
.no_border_table tbody tr {
  background-color: #ffffff;
}
.no_border_table tr:last-of-type {
  border-bottom: 2px solid #1B5EB8;
}
.no_border_table thead tr {
  background-color: #1B5EB8;
  color: #ffffff;
  text-align: left;
  font-size: 1.2em
}
p.arrow_box {
  padding: 0px;
}
/* TABS SECTION */
.nav-tabs > li a {
  background-color: #f5f5f5;
  font-size: inherit;
  text-decoration: none;
  position: relative;
  padding: 8px 18px 8px 22px;
  border: 0;
  border-radius: 0;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10 px 15 px;
}
.nav-tabs > li {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 4px 0 0;
}
.nav-tabs {
  margin: 0;
  border-bottom: 1px solid #a8a8a8;
}
.tab-border {
  list-style: none !important;
}
.tab-border > a {
  font-weight: 700;
}
.tab-content .tab-pane-border {
  margin: 0;
  padding: 0;
  border: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs > li a:hover {
  background-color: #005eb8;
  color: #ffffff;
  border: 0;
}
.nav-tabs > li a:before {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 4px;
  /*width: 3px;
		height: 100%;*/
}
ul.nav-tabs:before, ul.nav-tabs:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
ul.nav-tabs:after {
  clear: both;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0;
  background-color: #005eb8;
  color: #ffffff;
} /*
	ul.nav-tabs li a.active {
		border: 0;
		background-color: #005eb8;
		color: #ffffff;
	}*/
@media handheld, only screen and (max-width: 767px) {
  .nav-tabs > li {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.container.rz-open {
  /*width: 1660px;
		margin: 0px auto;*/
  max-width: 100%;
}
.container-shadow {
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.tab-content a {
  font-weight: normal;
}
.divider {
  margin-bottom: 50px;
  margin-top: 50px;
}
.LD-styled-table-noshadow { /*  no shadow option to table for when it's in a tab section  */
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.LD-styled-table-noshadow thead tr {
  background-color: #005eb8;
  color: #ffffff;
  text-align: left;
  font-size: 1.2em;
}
.LD-styled-table-noshadow th {
  color: #ffffff;
}
.LD-styled-table-noshadow th, .LD-styled-table-noshadow td {
  padding: 12px 15px;
  border: thin solid #adadad;
}
.LD-styled-table-noshadow tbody tr {
  border-bottom: thin solid #adadad;
}
.LD-styled-table-noshadow tbody tr {
  background-color: #ffffff;
}
.LD-styled-table-noshadow tbody tr:last-of-type {
  border-bottom: 4px solid #005eb8;
}
.LD-styled-table-noshadow tbody tr.LD_Table_Subhead {
  font-weight: bold;
  color: #005eb8;
  background-color: #f3f3f3;
  font-size: 1.2em;
}
.faq-expand-button {
  display: inline-block;
  outline: 0;
  text-align: center;
  cursor: pointer;
  padding: 0px 16px;
  border-radius: 2px;
  height: 32px;
  background-color: #005eb8;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  border: none;
  margin: 0px 0px 10px 10px;
}
/* Back to top button */
	#top-btn {
		display: none;
		position: fixed;
		bottom: 35px;
		right: 35px;
		z-index: 99;
		outline: none;
		background-color: #98999b;
		color: #fff;
		cursor: pointer;
		padding: 15px;
		border: 3px solid #fff;
		font-size: 40px;
		font-weight: bold;
		font-family: 'Courier New', monospace;
		box-shadow: 0px 4px 8px rgba(0,0,0,.1);
		border-radius: 50%;
	}
	#top-btn:hover {
		background-color: #fff;
		color: #98999b;
		border-color: #98999b;
		transition: all .1s;
	}
	#top:before {
		content:"";
		display:block;
		height:200px; /* fixed header height*/
		margin:-200px 0 0; /* negative fixed header height */
	}
	.caret-case {
		display:inline-block;
		height: 10px;
		vertical-align:middle;
		animation-duration: 1s;
		animation-iteration-count: infinite;
		transform-origin: bottom;
	}
	#top-btn:hover .bounce {
		animation-name: bounce;
		animation-timing-function: ease;
	}
	@keyframes bounce {
	  0%   { transform: translateY(0); }
	  50%  { transform: translateY(-4px); }
	  100% { transform: translateY(0); }
	}	
	@media screen and (max-width: 600px) {
		#top-btn{
		bottom: 10px;
		right: 10px;
		}
		#top-btn:hover {
			background-color: #98999b;
			color: #fff;
			border-color: #fff;
		}
		#top-btn:hover .bounce {
		animation-name: none !important;
		animation-timing-function: none !important;
		}
		@keyframes bounce {
			0%   { transform: none !important; }
			50%  { transform: none !important; }
			100% { transform: none !important; }
		}
	}
/*=======================================================*/
/* Mobile Styles */

@media (min-width: 992px){
	/*  Sticky RHC  */
	div[id^="contentpane_"]:has(div.sidebar-links) {
		position: sticky;
		top: 180px;
		align-self: flex-start;
	}
	
}

@media screen and (max-width:1620px) {
  .search.header-search {
    margin: 42px 0px 0px 6%;
    width: 35%;
  }
}
@media screen and (max-width:1520px) {
  .search.header-search {
    margin: 42px 0px 0px 5%;
    width: 30%;
    min-width: 410px;
  }
  a.event-title {
    min-height: 200px;
  }
}
@media screen and (max-width:1400px) {
  .logo-img {
    width: 224px;
  }
}
@media screen and (max-width:1349px) {
  .language-picker {
    margin: 47px 6% 0px 0px
  }
  .customer-login {
    margin: 47px 6% 0px 0px;
  }
  .reqquote-top {
    margin: 47px 6% 0px 0px;
  }
  .globalsales-top {
    margin: 47px 6% 0px 0px;
  }
}
@media screen and (max-width:1200px) {
  .qsquare {
    width: 49.6%;
  }
  a.event-title {
    min-height: auto;
  }
}
@media screen and (max-width:1150px) {
  .tcs-dropdown {
    display: none;
  }
  .homepage-container .side-nav, .innerpage-cont .side-nav {
    display: none;
  }
  .footer-tre {
    width: 100%;
  }
  .carousel-container {
    margin-left: 0 !important;
  }
  .slide-1, .car1, .carousel-container {
    width: 100% !important;
    height: 350px !important;
  }
  p.header-text {
    top: 50px;
    right: 50px;
    left: 50px;
  }
  a.a1-link {
    /*bottom: 80px;
		left: 55px;*/
  }
  .car1 {
    bottom: -35px;
  }
  .spot2a h3, .spot2a p {
    margin-left: 35%;
  }
  .spot2a {
    background-position: -120px top;
  }
  a.sign-up-btn {
    margin-bottom: 30px;
  }
	span.meeso1{
		font-size: 40px;
		line-height: 1.5em;
	}
}
@media screen and (max-width:1060px) {
  .trending-links {
    display: block;
  }
  .product-family-grid-4col ul li {
    width: 33%;
  }
}
@media screen and (max-width:910px) {
  li.sf-Gallery-thumb.col-lg-4.d-inline-block {
    width: 45%;
  }
  .quick-icons {
    display: inline-block;
    float: right;
  }
  .promotion-row {
    margin-bottom: 30px;
  }
  .search-btn-mobile {
    display: inline-block;
  }
  .quick-desktop-icons {
    display: none;
  }
  .quick-icons {
    display: none;
  }
  span.search-bay.send-it {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
  }
  .top-phone {
    padding-right: 0;
  }
  .send-it .search.header-search {
    margin: 0 0 20px 0;
    width: 100%;
    min-width: auto;
  }
  .homepage-container {
    margin-top: 245px;
  }
  .promo-spot, .qsquare {
    width: 100%;
    float: none;
  }
  .qsquare {
    margin-bottom: 30px;
    border-bottom: 1px #ccc solid;
  }
  .spot3a {
    margin-left: 0px;
    margin-top: 30px;
  }
  .spot2a {
    background-position: 0 0;
  }
  .spot2a h3, .spot2a p {
    margin-left: 50%;
  }
  .dashboard-header {
    margin-top: 260px;
  }
  .temp-page-holder {
    margin-top: 220px;
  }
  .product-family-grid ul li {
    width: 49%;
  }
  .product-family-grid-4col ul li {
    width: 49%;
  }
}
@media screen and (max-width:800px) {
  a.learn-link {
    width: 45%;
  }
}
@media screen and (max-width:640px) {
  .product-family-products ul li .grid-img-cont, .product-card-right-info {
    width: 100%;
  }
  li.sf-Gallery-thumb.col-lg-4.d-inline-block {
    width: 100%;
  }
}
@media screen and (max-width:610px) {
  .product-family-grid ul li {
    width: 100%;
  }
  .product-family-grid-4col ul li {
    width: 100%;
  }
  .grid-img-cont {
    max-height: none;
  }
  a.learn-link {
    width: 100%;
    margin-right: 0;
    min-height: none;
    height: auto;
  }
}
@media screen and (max-width:540px) {
  .easy-autocomplete-container ul {
    margin: 0 !important;
  }
  .middle-header {
    padding-bottom: 20px;
  }
  .contact-table {
    display: none;
  }
  a.a1-link {
    width: 100%;
    text-align: center;
  }
  .header-text, .car1 {
    display: none !important;
  }
  .slide-1 {
    background-image: url(https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/LDCC-AD-Spots/LDCC-Banner-A1-480x350.jpg);
    background-position: 50% 20%;
    background-size: 100% !important;
    top: 0;
    position: absolute;
  }
  .main-menu-btn {
    padding-left: 40px;
  }
  .logo-link {
    margin: 20px 0;
  }
  .contact-table-mobile {
    display: block;
  }
  p.fax-cnt, p.sensor-cnt {
    float: none;
  }
  .promo-spot {
    height: 340px;
  }
  .spot2a {
    background: url(https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/Spartan-AD-Spots/Spartan-b1_mo.jpg) no-repeat 50% -100%;
  }
  .spot3a {
    background: url(https://www.pcb.com/contentstore/MktgContent/web2a/_LARSON_DAVIS_2021/img/Spartan-AD-Spots/Spartan-c1_mo.jpg) no-repeat -1% 60%;
  }
  .spot2a h3, .spot3a h3 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
  }
  .spot2a p, .spot3a p {
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
  a.promo-cta {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width:360px) {
  .carousel-container {
    height: 250px !important;
  }
}