/*
 Theme Name:   PB Heat Theme
 Author:       MSonder
 Template:     twentythirteen
 Version: 2024.5.24
*/
/* 
.tribe-events-calendar-month__body {
	--tec-line-height-0: 100px !important; 
}
*/

.tribe-events-calendar-month__multiday-event-wrapper {
	height: fit-content !important;
}


.tribe-events-calendar-month__multiday-event-bar-title { 
	text-overflow: unset !important;
	text-wrap: auto;
	white-space: unset !important;
	margin-bottom: 3px;
}

.tribe-events-c-top-bar__datepicker-container tr, .tribe-events-c-top-bar__datepicker-container th {
	color:  #fff !important;
} 
.tribe-events-c-top-bar__datepicker-container tr:hover, .tribe-events-c-top-bar__datepicker-container th:hover {
	color:  #000 !important;
} 
.tribe-common .tribe-events-c-top-bar__datepicker-button {background-color: #154734 } 

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	background-color: #fff;
	border: 1px solid #154734;
	color: #154734;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: #154734;
	color: #fff;
}

.tribe-events-calendar-month__day-date-link {pointer-events: none;}

/* fixes weird issue where image link doesn't work with height 100% */
.tribe-events-calendar-month__multiday-event-hidden {
	height: auto !important;
} 
.tribe-events-calendar-month__events h3 {padding: 3px; }
.tribe-events-calendar-month__events h3 img {padding: 5px; } 

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
html {
  margin: 0px;
  border: 0px;
  padding: 0px;
  margin-top: 0px !important;
  text-align: left;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: none;
  text-rendering: optimizelegibility;
  color: #272727;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  overflow: hidden;
}
body {
  margin: 0;
}
a {
  outline: none;
}
ul {
  padding-top: 0px;
  margin-top: 0px;
}
ul#checkmark {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul#checkmark li {
  background-image: url('../png/checkmark.png');
  background-repeat: no-repeat;
  background-position: 0px top;
  padding-left: 35px;
}
:root {
  overflow-y: scroll !important;
}
::-moz-selection {
  background: #393939;
  color: #6a6a6a;
  text-shadow: none;
}
::selection {
  background: #393939;
  color: #6a6a6a;
  text-shadow: none;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.clear {
  clear: both;
}
img.right {
  float: right !important;
  margin: 0 0 20px 20px !important;
}
img.left {
  float: left !important;
  margin: 0 20px 20px 0 !important;
}
img {
  border: none;
}
img.alignright {
  float: right !important;
  width: auto !important;
  margin: 0 0 1em 1em
}
img.alignleft {
  float: left !important;
  width: auto !important;
  margin: 0 1em 1em 0
}
img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto
}
.alignright {
  float: right;
}
.alignleft {
  float: left !important;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 130px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  background: url(../png/icon_top.png) no-repeat;
}
.responsive {
  width: 90%;
}
/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */
#header-wrapper {
  width: 100%;
  height: auto;
  background-image: url(../png/header-bg.png), -webkit-linear-gradient(#ffffff, #d4d4d4);
  background-image: url(../png/header-bg.png), -o-linear-gradient(#ffffff, #d4d4d4);
  background-image: url(../png/header-bg.png), linear-gradient(#ffffff, #d4d4d4);
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
}
#header {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
/*#logo img {width: 100%;}	*/
#header .g40 {
  text-align: right;
  padding-top: 20px;
}
.social-icon {
  background: #555;
  border: 1px solid #e9e9e9;
  padding: 3px 0;
  width: 35px;
  display: inline-block;
  color: #888;
  text-align: center;
  font-size: 20px;
  margin-top: 4px;
}
.social-icon:hover {
  background: #e9e9e9;
}
#slideshow-wrapper {
  /*background:url('images/slider.jpg') repeat-x;*/
  /*background: url(images/slider.jpg) no-repeat scroll center center / cover;*/
  background: url(../jpg/slider.jpg) no-repeat scroll center center / cover;
  height: 0;
  width: 100%;
  padding-top: 42.84210526315789%; /* image height divided by image width */
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  position: relative;
  overflow: hidden;
}
#slideshow-bg {
  width: 90%;
  margin: 0 auto;
}
.combi {
  background: transparent;
  width: 200px;
  height: 320px;
  position: absolute;
  bottom: 10%;
  right: 28%;
  z-index: 9999;
  display: block;
}
.product-modal {
  position: relative;
}
/* See "/css/modal.css" for "pop-up" Carlin Burner styles/positions */
#green-wrapper {
  width: 100%;
  height: auto;
  margin: 0px auto;
  background: #1d674b;
  border-bottom: 10px solid #fff;
}
#green {
  width: 90%;
  margin: 0 auto;
  background: url(../png/find-installer-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: 40px 0;
}
#green h2 {
  color: #fff;
  text-transform: none;
}
.homepage-zipcode-container {
  display: inline-block;
  position: relative;
  width: 60%;
  margin-top: 15px;
}
/* Location Field */
input.homepage-zipcode-locator {
  border: 0px;
  background: #fff;
  border-bottom: 0px;
  font-family: inherit;
  padding: 20px 10px;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 6px;
  color: #000;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
}
input.homepage-zipcode-locator:focus {
  border: 0px;
  background: #e9e9e9;
  border-bottom: 0px;
  font-family: inherit;
  padding: 20px 10px;
  margin-bottom: 0px;
}
/* Location Button */
.homepage-location-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  vertical-align: middle;
  font-size: 26px;
  color: #423e3f;
  text-align: center;
  padding: 0px 30px;
  background: #f4831e;
  border: 0;
  width: auto;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}
.homepage-location-button:hover {
  background: #fa9e4b;
}
/* Location Placeholder Colors */
input.homepage-zipcode-locator::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
/* Firefox 18- */ input.homepage-zipcode-locator:-moz-placeholder {
  color: #000;
  font-size: 14px;
}
/* Firefox 19+ */ input.homepage-zipcode-locator::-moz-placeholder {
  color: #000;
  font-size: 14px;
}
input.homepage-zipcode-locator:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}
.RepSearchButton {
  width: 200px;
  display: inline;
}
#find-a-rep-form select {
  height: 50px;
}
#find-a-rep-form label {
  font-size: 120%;
  font-weight: bold;
}
.find_a_rep_row:nth-child(odd) {
  background-color: #f1f0f0;
}
.equalHeight-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.grey {
  background: #bcbec0;
  padding: 60px 8%;
  font-size: 16px;
  color: #161616;
  flex: 1;
}
.grey:nth-child(even) {
  border-left: 5px solid #fff;
}
.grey:nth-child(odd) {
  border-right: 5px solid #fff;
}
.grey .link-icon a img {
  width: 100% !important;
  max-width: 99px;
  margin-bottom: 5px;
}
.grey .link-icon a {
  line-height: 13px !important;
  font-size: 10px;
  height: 110px;
}
@media screen and (max-width: 1580px) {
  .grey {
    padding: 60px 6%;
  }
}
@media screen and (max-width: 1400px) {
  .grey {
    padding: 60px 4%;
  }
}
@media screen and (max-width: 1270px) {
  .grey {
    padding: 60px 2%;
  }
}
@media screen and (max-width: 1178px) {
  .grey .padding {
    padding: 5px 5px !important;
  }
  .link-lg {
    width: 95% !important;
  }
  .grey .link-icon a {
    font-size: 14px;
    padding: 10px 5px;
  }
}
.icon {
  min-height: 130px;
}
.warning {
  background: #A20000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
}
.warning a {
  color: #FFF !important;
}
#warranty-wrapper {
  background: url(../jpg/warranty-bg.jpg) no-repeat scroll center center / cover;
  margin: 0 auto;
  height: auto;
  width: 100%;
  border-top: 10px solid #fff;
}
#warranty-bg {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}
#warranty-bg h2 {
  display: inline-block;
  border: 3px solid #f4831e;
  padding: 20px;
  background: rgba(255, 255, 255, .6);
}
#grey-wrapper {
  height: auto;
  width: 100%;
  background: #d4d4d4;
  background-image: -ms-linear-gradient(top, #ffffff 0%, #d4d4d4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d4d4d4));
  background: -moz-linear-gradient(top, #ffffff, #d4d4d4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d4d4d4');
  border-bottom: 5px solid #bdbcbc;
}
#grey-bg {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 30px 0;
}
#equal-wrapper {
  height: auto;
  width: 100%;
	background: #1d674b url(../jpg/banner_employer.jpg) no-repeat;
	background-size: cover;
	font-size: 20px;
	line-height: 26px;
}
#equal-wrapper h2 {
  color: #FFF;
	font-size: 60px;
	line-height: 70px;
	text-transform: none;
}
#equal-bg {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 30px 0;
	color: #FFF; 
	text-align: center;
}
#career-wrapper {
  height: auto;
  width: 100%;
	background: #1d674b url(../jpg/ghrm_lab-green.jpg);
	background-size: cover;
}
#career-wrapper h2 {
  color: #FFF;
	font-size: 25px;
	line-height: 30px;
	text-transform: none;
}
#career-wrapper h1 {
  color: #FFF;
	text-transform: none;
	font-size: 60px; 
	line-height: 70px; 
	border: 0;
}
#career-bg {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 30px 0;
	color: #FFF; 
	
}
#content-wrapper {
  width: 90%;
  height: auto;
  margin: 0px auto;
}
#content {
  width: 100%;
  margin: 0px auto;
  height: auto;
  padding: 40px 0px 50px 0px;
}
#content a {
  color: #1d674b;
  text-decoration: underline;
  line-height: 20px;
}
#content a:hover {
  color: #1d674b;
  text-decoration: none;
}
/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
#nav-wrapper {
  height: 65px;
  margin: 0;
  padding: 0;
  background: #154734;
}
#nav-bg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
ul.menu {
  margin: 0;
  padding: 0px 0 0 0 !important;
}
ul.menu li {
  list-style: none;
  position: relative;
  float: left;
}
ul.menu li:last-child a {
  border-right: none;
}
ul.menu li:first-child a {
  border-left: none;
}
ul.menu li:hover {
  cursor: default;
}
ul.menu li a {
  display: block;
  line-height: 65px;
  font-family: 'Lato', Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  font-weight: bold !important;
  text-align: center;
  padding: 0 16px !important;
  width: 100%;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.menu li a:hover, ul.menu li a:active, ul.menu li a:focus {
  background: #1d674b;
}
ul.menu li ul {
  position: absolute;
  left: -9999em;
  width: 280px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.menu li:last-child ul {
  width: 250px;
}
ul.menu li:hover ul {
  left: 0;
}
ul.menu li:hover ul li {
  float: none;
  width: 100%;
  position: relative;
  z-index: 2147483647 !important;
}
ul.menu li:hover ul li a {
  display: block;
  line-height: 40px;
  text-transform: none;
  text-shadow: none;
  text-align: left !important;
  padding-left: 10px;
  background: #888;
  width: 100%;
  color: #FFF;
  text-decoration: none;
}
ul.menu li:hover ul li a:hover {
  background: #666;
  border-bottom: none;
}
/* TIER 3 */
ul.menu li ul ul {
  position: absolute;
  left: 100%;
  width: 275px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}
ul.menu li ul li:hover ul {
  display: block;
}
ul.menu li:hover ul ul {
  top: 0;
  left: 230px;
}
ul.menu li:hover ul ul li {
  float: none;
  width: 100%;
  position: relative;
  z-index: 2147483647;
}
ul.menu li:hover ul ul li a {
  display: block;
  line-height: 30px;
  text-transform: none;
  text-shadow: none;
  font-size: 14px;
  text-align: left !important;
  padding-left: 10px;
  background: #888;
  width: 100%;
  color: #FFF;
  text-decoration: none;
}
ul.menu li:hover ul ul li a:hover {
  background: #666;
  border-bottom: none;
}
.slicknav_menu {
  display: none;
}
/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */
#footer-wrapper {
  height: auto;
  width: 100%;
  background: #d4d4d4;
  background-image: -ms-linear-gradient(top, #ffffff 0%, #d4d4d4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d4d4d4));
  background: -moz-linear-gradient(top, #ffffff, #d4d4d4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d4d4d4');
  border-top: 10px solid #423e3f;
  position: relative;
  z-index: 2;
}
#footer {
  height: auto;
  width: 90%; /* Change to exact pixels for static (non-responsive) */
  margin: 0 auto;
  padding: 30px 0;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #cfcfcf;
  text-decoration: underline;
}
#footer h2 {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}
ul.footer {
  margin: 0;
  padding: 15px 0 0 0;
}
ul.footer li {
  position: relative;
  list-style: none;
}
ul.footer li:hover {
  cursor: default;
}
ul.footer li a {
  display: block;
  line-height: 20px;
  font-size: 16px;
  padding: 5px 10px;
  width: 100%;
  color: #004b2b !important;
  text-decoration: none;
}
ul.footer li a:hover {
  background: #d6d6d6;
}
ul.footer li.current-menu-item, ul.footer li:hover {
  background-color: #2B8261;
}
ul.footer li:hover a {
  color: #1d674b !important;
}
ul.footer li.current-menu-item a {
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
}
ul.footer li.current-menu-item a:hover {
  color: #1d674b !important;
  font-weight: bold;
  cursor: pointer;
}
/*	*/
#copyright-wrapper {
  height: auto;
  width: 100%;
  background: #154734;
}
#copyright {
  height: auto;
  width: 90%; /* Change to exact pixels for static (non-responsive) */
  margin: 0 auto;
  padding: 30px 0;
  background: #154734;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #a9cebe;
  text-transform: uppercase;
}
#copyright a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
#copyright a:hover {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}
/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */
h1 {
  color: #154734;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  margin: 0px;
  margin-bottom: 15px;
  padding: 0px;
  text-transform: uppercase;
  border-bottom: 3px solid #154734;
}
/* ----------  Interior Header Image Styles  ---------------*/
.header-info {
  text-align: center;
  margin-bottom: 20px;
}
.image {
  position: relative;
}
.image img {
  width: 100%;
  height: auto;
}
.image h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 133, 62, .8);
  margin: 0px;
  padding: 20px 0;
  text-transform: uppercase;
}
h2 {
  color: #161616;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}
h2.careers {
  text-transform: none;
  font-size: 40px;
  line-height: 50px;
}
h2.related-product {
  color: #fff;
  text-transform: none;
  font-size: 24px;
  padding: 10px 20px;
  background: #1d674b;
}
h2.sub-cat-heading {
  color: #1d674b;
  text-transform: none;
  font-size: 24px;
  padding: 10px 0px;
  background: #fff;
  margin-top: 20px;
}
h3 {
  color: #1e1e1e;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  line-height: 26px;
}
p {
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
hr {
  border: 0;
  height: 2px;
  background: #D3D3D3;
}
.pquote {
  background: #e5eeec;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  padding: 25px 35px;
  /*border-left: 5px solid #c9d2d0;*/
  margin-bottom: 10px;
}
.pquote h2 {
  color: #000;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
}
.callout {
  border: 1px solid #c8c8c8;
  background: #f2f2f2;
  color: #000;
  padding: 20px 10px 20px 10px;
}
.callout h2 {
  color: #000;
}
.callout a {
  color: #154734 !important;
  text-decoration: none !important;
}
.callout a:hover {
  color: #229268 !important;
}
.link a {
  background: #154734;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 4px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.link a:hover {
  background: #1d674b;
  color: #e4f7f0 !important;
}
.link a i {
  color: #f4831e !important;
}
.link-orange a {
  background: #f4831e;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
  font-style: normal;
  padding: 5px 25px;
  border-radius: 4px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.link-orange a:hover {
  background: #f89842;
  color: #e4f7f0 !important;
}
.link-orange a i {
  color: #154734 !important;
}
.link-icon a {
  display: block;
  background: #663256;
  opacity: 1;
  color: #fff !important;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 4px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.link-icon a:hover {
  opacity: 0.8;
  color: #e4f7f0 !important;
}
.link-lg {
  display: inline-block;
  width: 80%;
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0 8px 0 #154734;
  text-transform: uppercase;
  text-align: center;
}
.link-lg b {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #f4831e;
}
.link-lg span {
  display: block;
  color: #fff;
  padding: 20px 0;
  background: #1d674b url(../png/icon-search.png) no-repeat;
  background-position: top left;
  border-radius: 8px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.link-lg:hover span {
  background: #195740 url(../png/icon-search.png) no-repeat;
  background-position: top left;
  text-decoration: none;
}
.link-lg:active, .link-lg:focus {
  box-shadow: 0 8px 0 #195740, 0 12px 10px rgba(0, 0, 0, .3);
}
.link-lg:active span {
  transform: translate(0, 4px);
}
/* registration form styling */
.wppb-form-field select {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px !important;
}
/*	--------------------------------------------------
	:: Blog Styles
	-------------------------------------------------- */
.hentry {
  padding: 0px !important;
}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
  max-width: 1040px;
  padding: 0 0px 0 0px !important;
}
.widget {
  background-color: #f0eded;
  margin: 0 0 0px;
  padding: 10px;
}
.widget li {
  padding: 10px 15px;
  background: #d6d6d6;
  margin: 0 0 10px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  list-style: none;
}
.widget li:hover {
  background: #5b756a;
  color: #fff !important;
}
.widget li a {
  color: #154734;
  line-height: 20px;
  text-decoration: underline;
  font-size: 16px;
  /*text-transform: uppercase !important;*/
}
.widget li a:hover {
  color: #fff !important;
}
.widget .widget-title {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  margin: 0 0 10px !important;
  padding: 5px 10px !important;
  background: #154734 !important;
  color: #fff !important;
  font-style: normal !important;
  text-transform: uppercase !important;
}
.post-navigation {
  background: #ccc;
  padding: 25px 10px;
}
.post-navigation h1 {
  display: none;
}
.nav-next span.meta-nav, .nav-previous span.meta-nav {
  display: none;
}
.paging-navigation {
  background-color: transparent !important;
}
.nav-previous a, .nav-next a {
  background: #154734;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 3px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nav-previous a:hover, .nav-next a:hover {
  background: #092f21;
  border-bottom: 4px solid #154734;
  color: #fff !important;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}
/*	--------------------------------------------------
	:: Products 
	-------------------------------------------------- */
h1.pb-title {
  color: #153e35;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  border-bottom: 5px solid #154734;
  margin: 0px;
  text-align: left;
  background: #dedede;
  padding: 20px 30px;
}
h1.pb-title span {
  font-size: 16px;
  color: #4e8677;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
}
#product-dimensions img.prod-dims {
  width: auto !important;
  height: auto !important;
}
@media screen and (max-width: 800px) {
  #product-dimensions img.prod-dims {
    width: 100% !important;
  }
}
/*	--------------------------------------------------
	:: Responsive Tables 
	-------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
}
table img {
  width: auto !important;
}
/* striping */
tr:nth-of-type(odd) {
  background: #f1f0f0;
}
tr:nth-of-type(even) {
  background: #f8f8f8;
}
th {
  background: #154734;
  color: white;
  font-weight: bold;
}
td, th {
  padding: 6px;
  border: 1px solid #dcdcdc;
  text-align: left;
}
/* PLAIN styled table (for use in Related Documents) */
table.plain {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
table.plain img {
  width: auto !important;
}
table.plain tr {
  background: none;
}
table.plain th {
  background: #154734;
  color: white;
  font-weight: bold;
}
table.plain td, table.plain th {
  padding: 3px;
  border: none;
  text-align: left;
}
/*

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
}

*/
/*	--------------------------------------------------
	:: Literature Layout
	-------------------------------------------------- */
.literature-sidebar {
  margin-top: 60px;
}
.literature-sidebar ul {
  margin: 0;
  padding: 0;
}
.literature-sidebar ul li {
  margin: 0;
  list-style: none;
  background-color: #f8f8f8;
  padding: 3px 10px;
  cursor: pointer;
  border-bottom: 1px solid #DDD;
  transition: background-color 0.2s, color 0.2s ease-in-out;
}
.literature-sidebar ul li.current-menu-item, .literature-sidebar ul li:hover {
  background-color: #2B8261;
}
.literature-sidebar ul li.current-menu-item a, .literature-sidebar ul li:hover a {
  color: #fff !important;
  cursor: pointer;
}
.literature-sidebar ul li.current-menu-item a {
  font-weight: bold;
}
.literature-sidebar ul li a {
  text-decoration: none;
  color: #000;
  transition: color 0.2s ease-in-out;
  font-size: 16px;
}
.literature-sidebar h3 {
  color: #fff;
  background-color: #154734;
  padding: 10px;
  margin-bottom: 0px;
  border-bottom: 2px solid #154734;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
  font-style: normal;
  font-weight: 400;
}
/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */
div#content > div img {
  width: 100%;
}
div#grey-bg > div img {
  width: 100%;
}
/* Override */ .no-full {
  width: auto !important;
}
.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g66, .g25, .g75, .g35, .g65 {
  height: auto;
  float: left;
}
.g10 {
  width: 10%;
}
.g20 {
  width: 20%;
}
.g30 {
  width: 30%;
}
.g35 {
  width: 35%;
}
.g40 {
  width: 40%;
}
.g50 {
  width: 50%;
}
.g60 {
  width: 60%;
}
.g65 {
  width: 65%;
}
.g70 {
  width: 70%;
}
.g80 {
  width: 80%;
}
.g90 {
  width: 90%;
}
.g100 {
  width: 100%;
}
.g33 {
  width: 33.33333333%;
}
.g25 {
  width: 25%;
}
.g75 {
  width: 75%;
}
.padding {
  padding: 10px 15px;
}
.padding-sm {
  padding: 0px 5px;
}
/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */
input, textarea {
  border: 0px;
  background: #f4f4f4;
  border-bottom: 2px solid #cfcfcf;
  font-family: inherit;
  padding: 15px !important;
  width: 100%;
}
.gform_wrapper li.hidden_label input[type="checkbox"], .gform_wrapper li.hidden_label input[type="radio"] {
  margin-top: 0 !important;
}
#gform_12 img {
  max-width: 100% !important;
  width: 160px !important;
  padding: 20px;
  float: left;
}
input[type="checkbox"], input[type="radio"] {
  width: auto;
}
input:focus, textarea:focus {
  border: 0px;
  background: #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  font-family: inherit;
  padding: 15px !important;
}
::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #154734 0%, #093021 100%) repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #154734;
  border-image: none;
  border-radius: 2px;
  border-style: none none solid;
  border-bottom: 4px solid #1d674b;
  border-width: medium medium 3px;
  color: #fff;
  display: inline-block;
  padding: 11px 24px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #093021 0%, #154734 100%) repeat scroll 0 0;
}
/*  STYLES for Literature Online Order form */
#gform_4 .ginput_product_price_label {
  display: none;
}
#gform_4 .ginput_product_price {
  display: none;
}
input.ginput_quantity {
  padding: 5px 15px !important;
}
fieldset {
  border: 1px solid #ccc;
  padding: 20px !important;
  margin: 30px 0 !important;
}
fieldset legend {
  font-weight: bold;
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f4f4f4;
  border-bottom: 2px solid #154734;
  margin-top: -10px;
}
.gform_wrapper input.ginput_quantity[type="text"] {
  width: auto !important;
}
/* styles for warranty page (dropdowns) */
#gform_5 select {
  background: #f4f4f4;
  padding: 10px !important;
}
.ui-datepicker .ui-state-highlight {
  background: #154734 !important;
}
.gfield_repeater_cell label.gfield_label {
  color: black !important;
  font-weight: 700 !important;
}
.gfield_repeater_buttons .add_repeater_item_text, .gfield_repeater_buttons .remove_repeater_item_text {
  height: auto !important;
}
#gform_wrapper_12 input[type="radio"] {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0, 0%, 100%, .7), transparent 80%), -webkit-linear-gradient(90deg, transparent 20%, hsla(0, 0%, 100%, .7), transparent 80%);
  border-radius: 80%;
  cursor: pointer;
  display: inline-block;
  height: 0px !important;
  margin-right: 15px;
  position: relative;
  width: 34px !important;
  -webkit-appearance: none;
}
#gform_wrapper_12 input[type="radio"]:after {
  background-color: #444;
  border-radius: 25px;
  content: '';
  display: block;
  height: 9px;
  left: -2px;
  position: relative;
  top: -4px;
  width: 9px;
}
#gform_wrapper_12 input[type="radio"]:checked:after {
  background-color: #f66;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, .4), inset 0 2px 2px hsla(0, 0%, 100%, .4), 0 1px 1px hsla(0, 0%, 100%, .8), 0 0 2px 2px hsla(0, 70%, 70%, .4);
}
select#input_12_6_4, select#input_12_15_4, select#input_12_20_4, select#input_12_22_4 {
  height: 48px;
  background: #f4f4f4;
  border-bottom: 2px solid #cfcfcf;
}
li#field_12_2036 {
  padding-top: 50px;
}
li#field_12_31 div {
  margin-top: -20px;
}
li#field_12_2015 {
  margin-top: -20px;
  margin-bottom: -20px;
}
li#field_12_10 {
  margin-top: 40px;
}
li#field_12_2012 button {
  margin-top: 30px;
}
li#field_12_2012 .gfield_repeater_cell:nth-child(1) {
  margin-top: 10px;
}
li#field_12_2012 .gfield_repeater_cell:nth-child(1), li#field_12_2012 .gfield_repeater_cell:nth-child(2), li#field_12_2012 .gfield_repeater_cell:nth-child(6), li#field_12_2012 .gfield_repeater_cell:nth-child(7) {
  width: 33%;
  float: left;
  padding-right: 15px;
}
li#field_12_2012 .gfield_repeater_cell:nth-child(3), li#field_12_2012 .gfield_repeater_cell:nth-child(8) {
  width: 33%;
  float: left;
}
li#field_12_2012 .gfield_repeater_cell:nth-child(4), li#field_12_2012 .gfield_repeater_cell:nth-child(9), li#field_12_2012 .gfield_repeater_cell:nth-child(11) {
  width: 50%;
  float: left;
  padding-right: 15px;
}
li#field_12_2012 .gfield_repeater_cell:nth-child(5), li#field_12_2012 .gfield_repeater_cell:nth-child(10), li#field_12_2012 .gfield_repeater_cell:nth-child(12) {
  width: 50%;
  float: left;
}
.gform_wrapper ul li.screen-flex-form {
  width: 20%;
  float: left;
  clear: unset !important;
}
.gform_wrapper ul li.screen-flex-form div input {
  width: 100% !important;
}
li#field_12_66 {
  margin-bottom: 130px;
}
li#field_12_66 p {
  position: relative;
  top: 50px;
}
li#field_12_144 img {
  position: relative;
  top: 55px;
}
li#field_12_145 img {
  position: relative;
  top: 55px;
}
#gform_wrapper_12 .charleft.ginput_counter.warningTextareaInfo {
  display: none;
}
span.wppb-description-delimiter {
  margin-bottom: 30px;
}
/*	--------------------------------------------------
	:: Training Landing
	-------------------------------------------------- */
.training-item {
  border: 3px solid #dbdbdb;
  padding: 26px;
  margin: 10px;
  margin-left: 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.training-item h2 {
  margin-bottom: 20px;
  color: #154734;
}
a.training-video:hover {
  opacity: .8;
}
.training-item img {
  border: 3px solid #dbdbdb;
}
/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .responsive {
    width: 1000px !important;
  }
}
@media screen and (max-width: 1200px) {
  .scrollup {
    width: 20px;
    height: 20px;
    background-size: cover;
    bottom: 115px;
    right: 1%;
  }
}
@media screen and (max-width: 995px) {
  .menu {
    display: none !important;
  }
  .slicknav_menu {
    display: block !important;
  }
  #nav-wrapper {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  #content img.alignright {
    display: block;
    margin: 0px auto;
    float: none;
    width: auto;
    max-width: 100%;
  }
  .g25 {
    width: 50% !important;
  }
  .g30 {
    width: 100% !important;
  }
  .g33 {
    width: 100% !important;
  }
  .g50 {
    width: 100% !important;
  }
  .g70 {
    width: 100% !important;
  }
  #header .g60 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #header .g40 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .equalHeight-wrapper {
    display: block;
  }
  /*.equalHeight-wrapper .g50 {width: 100% !important;}*/
  .equalHeight-wrapper .g33 {
    width: 33% !important;
  }
  .grey:nth-child(even) {
    border-top: 10px solid #fff;
    border-left: none !important;
  }
  .grey:nth-child(odd) {
    border-right: none !important;
  }
  #green {
    background: #1d674b !important;
  }
  .homepage-zipcode-container {
    width: 100%;
  }
  .grey .link-icon a {
    line-height: 16px !important;
    font-size: 14px;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .gform_wrapper ul li.screen-flex-form {
    width: 100% !important;
  }
  li#field_12_2012 .gfield_repeater_cell:nth-child(1), li#field_12_2012 .gfield_repeater_cell:nth-child(2), li#field_12_2012 .gfield_repeater_cell:nth-child(6), li#field_12_2012 .gfield_repeater_cell:nth-child(7), li#field_12_2012 .gfield_repeater_cell:nth-child(3), li#field_12_2012 .gfield_repeater_cell:nth-child(8) {
    width: 100%;
    padding-right: 0px;
  }
  li#field_12_2012 .gfield_repeater_cell:nth-child(4), li#field_12_2012 .gfield_repeater_cell:nth-child(9), li#field_12_2012 .gfield_repeater_cell:nth-child(11), li#field_12_2012 .gfield_repeater_cell:nth-child(5), li#field_12_2012 .gfield_repeater_cell:nth-child(10), li#field_12_2012 .gfield_repeater_cell:nth-child(12) {
    width: 100%;
    padding-right: 0px;
  }
  #gform_12 img {
    float: none;
    margin: 10px auto;
    position: inherit;
  }
  .gf_left_half, .gf_right_half, .gf_left_third, .gf_middle_third, .gf_right_third {
    width: 100%;
  }
  li#field_12_144 img, li#field_12_145 img, li#field_12_66 img {
    top: 0px;
    display: block
  }
  li#field_12_66 p {
    top: 0px;
  }
  #gform_12 img {
    width: 220px !important;
  }
}
@media screen and (max-width: 600px) {
  .responsive {
    width: 90% !important;
  }
  .g65 {
    width: 100% !important;
  }
  .g35 {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .responsive {
    width: 95% !important;
  }
  .g10 {
    width: 100% !important;
  }
  .g20 {
    width: 100% !important;
  }
  .g25 {
    width: 100% !important;
  }
  .g40 {
    width: 100% !important;
  }
  .g60 {
    width: 100% !important;
  }
  .g80 {
    width: 100% !important;
  }
  .g90 {
    width: 100% !important;
  }
  .link a {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 400px) {
  .equalHeight-wrapper .g33 {
    width: 100% !important;
  }
  .link a {
    display: block;
  }
}
.display-block {
  display: block;
}
.video-item {
  border: 3px solid #dbdbdb;
  padding: 26px;
  min-height: 475px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.seriesmi-flex {
  display: flex;
  align-items: center;
}
.seriesmi-flex img {
  max-width: 75px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 400px) {
  .seriesmi-flex {
    flex-direction: column;
  }
}
/*----- 2021 -----*/
.web-form-banner .wp-block-column {
  align-items: center;
  display: flex;
  justify-content: center;
}
.web-form-banner wp-block-column:nth-child(2) p {
  padding-bottom: 0px;
}
.align-center {
  align-items: center;
}
.web-form-banner div.wp-block-column .wp-block-columns {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.web-form-banner div.wp-block-column {
  padding: 10px;
}
.web-form-banner .wp-block-image {
  background: white;
  padding: 10px;
  width: 100%;
  margin-bottom: 0px;
}
div#gform_fields_13 fieldset {
  padding: 0px !important;
}
div#gform_fields_13 .gsection {
  margin-top: 35px;
}
#gform_fields_13 .gfield_required {
  display: none;
}
.webform-green {
  background: #0550128f;
}
.webform-blue {
  background: #1f419bb0;
}
@media screen and (max-width: 800px) {
  .web-form-banner {
    flex-direction: column;
  }
  .web-form-banner .wp-block-column.flex-reverse {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .flex-reverse .wp-block-columns {
    flex-direction: column-reverse;
  }
  .flex-reverse {
    flex-direction: column-reverse;
  }
}
#gform_wrapper_13 legend {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}