/* reset.css is here */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block; /* margin: 0 auto; */
}
iframe{
    margin-bottom: 15px;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
figcaption{
    font-style: italic;
    font-size: 14px;
    color: #4f4f50;
    line-height: 20px;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
a {
  color: #000;
  text-decoration: none;
  outline: 0 none !important; /*transition: all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;*/
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0 none !important;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
a:hover {}
button {
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
button:hover {}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  font-size: 16px;
  line-height: 24px;
}
header, nav, section, article, aside, footer, hgroup, figure, main {
  display: block;
}
.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 0;
}
.clearfix:after, .menu:after {
  content: '';
  clear: both;
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 0;
}
.last {
  margin: 0 !important;
}
.pad_last {
  padding: 0 !important;
}
.no_bg {
  background: none !important;
}
.no_bor {
  border: 0 none !important;
}
.flt_lt {
  float: left;
  display: inline;
}
.flt_rt {
  float: right;
  display: inline;
}
/* reset.css ends here */
@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana/Verdana.eot?#iefix') format('embedded-opentype'), url('../fonts/Verdana/Verdana.woff') format('woff'), url('../fonts/Verdana/Verdana.ttf') format('truetype'), url('../fonts/Verdana/Verdana.svg#Verdana') format('svg');
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Verdana-Bold';
  src: url('../fonts/Verdana-Bold/Verdana-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Verdana-Bold/Verdana-Bold.woff') format('woff'), url('../fonts/Verdana-Bold/Verdana-Bold.ttf') format('truetype'), url('../fonts/Verdana-Bold/Verdana-Bold.svg#Verdana-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}
/*Start Tinsley Equipment Company Styles*/
body {
  font-family: 'arial', sans-serif;
  position: relative;
  background: #fff;
  padding-top: 0px;
}
em{
    font-style: italic;
}
/* LayOut Start here */
.container-tec {
  max-width: 1206px;
  margin: 0 auto;
  box-sizing: border-box; /* border: 1px solid red; */
  padding: 0px 15px;
}
/*wrapper starts here*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}
/*header starts*/
header {}
.header-top {
  background: #10374e;
  padding: 15px 0 15px 0px;
}
.header-top-in {
  text-align: center;
}
.header-top-in p {
  font-size: 14px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  color: #ffffff;
}
.header-top-in p a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 10px 0 15px;
  display: inline-block;
}
.header-top-in p a span {
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 2px 0px;
  display: inline-block;
}
.header-top-in.mobileview {
  display: none;
}
.header-bottom {
  padding: 40px 15px 35px;
}
.header-bottom-sec {}
.logo {
  float: left;
  width: 20%;
  display: inline-block;
}
.logo a {}
.logo a img {}
nav {
  float: right;
  width: 70%;
  display: inline-block;
  padding: 15px 0 0 0;
}
nav ul {
  margin: 0 -20px;
  font-size: 0;
  text-align: right;
}
nav ul li {
  display: inline-block;
  padding: 0px 20px;
  vertical-align: top;
}
nav ul li a {
  font-size: 18px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 21px;
  color: #626262;
  text-decoration: none;
  text-transform: uppercase;
}
nav ul li.active a, nav ul li a:hover {
  color: #d53a28;
/*  font-weight: bold;*/
}
.banner {
  position: relative;
}
.banner figure {}
.banner figure img {
  width: 100%;
}
.banner-in {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 51%;
  transform: translateY(-50%);
  -webkit-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -moz-transform: translateyz(-50%);
}
.banner-txt {
  text-align: center;
}
.banner-txt h1 {
  font-size: 24px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  color: #ffffff;
  padding: 0 0 18px 0;
}
.banner-txt p {
  font-size: 14px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  color: #ffffff;
  padding: 0 0 19px 0;
}
.button {
  max-width: 352px;
  margin: 0 auto;
}
.button ul {
  margin: 0px -7px;
}
.button ul li {
  display: inline-block;
  float: left;
  padding: 0px 7px;
}
.button ul li a {
  text-decoration: none;
  font-size: 14px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  display: block;
  border-radius: 4px;
}
.system a {
  color: #386a82;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  background: #ffffff;
  padding: 8px 9px;
}
.system a:hover {
  background: #11374e;
  color: #ffffff;
}
.quote a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  background: #d63a28;
  padding: 8px 18px;
}
.quote a:hover {
  background: #a32f22;
  color: #ffffff;
}
.process {
  padding: 44px 0 0px 0;
}
.process-sec {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
.process-sec > h2 {
  color: #3a6a82;
  font-size: 24px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  padding: 0 0 33px 0;
}
.process-sec ul {
  display: inline-block;
  margin: 0 -16px;
}
.process-sec ul li {
  display: inline-block;
  width: 33.33%;
  float: left;
  padding: 0px 16px;
}
.process-sec ul li a {
  display: block;
  text-decoration: none;
}
.process-in {
  background: #d3e7e2;
  padding: 33px 62px;
  border-radius: 3px;
}
.process-in figure img {}
.process-in span {
  color: #1a1818;
  font-size: 18px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  text-align: center;
  padding: 20px 0 0px 0;
  display: block;
}
.process-in:hover span {
  text-decoration: underline;
}
.process-sec span.view-all-equipment a, .recent span.view-all-equipment a {
  color: #3a6a82;
  font-size: 16px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  text-align: left;
  display: block;
  text-decoration: underline;
  padding: 15px 0 40px 0;
}
.recent span.view-all-equipment a {
  padding-top: 30px;
}
.recent {
  padding: 38px 0 0 0;
}
.recent-sec {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 33px 0;
}
.recent-sec > h2 {
  color: #3a6a82;
  font-size: 24px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  padding: 0 0 33px 0;
}
.recent-sec ul {
  display: block;
  margin: 0 -22px;
}
.recent-sec ul li {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 0px 22px;
}
.recent-sec ul li a {
  display: block;
  text-decoration: none;
}
.recent-in {}
.recent-in span.view {
  color: #3a6a82;
  font-size: 14px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  text-align: left;
  display: block;
  text-decoration: underline;
  padding: 6px 0 0 0;
}
.recent-in figure img {
  display: block;
  width: 100%;
  max-height: 140px;
  object-fit: cover;
}
.recent-in:hover span.view {
  text-decoration: none;
}
.recent-in:hover strong {
  text-decoration: underline;
}
.recent-in strong {
  color: #000000;
  font-size: 16px;
  font-family: 'Verdana', arial;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.6px;
  padding: 10px 0 3px 0;
  display: block;
  text-decoration: none;
}
.bulk {
  padding: 37px 0 0 0;
}
.bulk-sec {}
.bulk-sec-left {
  float: left;
  width: 50%;
  display: inline-block;
  padding: 0 34px 0 0px;
}
.bulk-sec-left h1 {
  color: #3a6a82;
  font-size: 24px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  padding: 0 0 23px 0;
}
.bulk-sec-left p {
  color: #626262;
  font-size: 14px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  padding: 0 0 30px 0;
}
.bulk-sec-left span {
  border-bottom: 1px solid #626262;
}
.bulk-sec-right {
  float: right;
  width: 50%;
  display: inline-block;
  padding: 0 0 0 33px;
}
.bulk-sec-right p {
  color: #626262;
  font-size: 14px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  padding: 0 0 26px 0;
}
.bulk-sec-right h6 {
  color: #020101;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Verdana-Bold';
  font-weight: normal;
}
.bulk-sec-right h6 a {
  display: inline-block;
  text-decoration: underline;
}
.bulk-sec-right h6 a:hover {
  text-decoration: none;
}
.back-to-bag-filling-machines{
    margin: 30px 0 0 !important;
    padding: 0 !important;
}
.back-to-eq-sys{
    margin: 30px 0;
}
.auth-sales-rep{
    margin: 30px 0 0;
}
footer {
  position: relative;
  padding: 48px 0 0 0;
}
.footer-banner {}
.footer-banner figure {}
.footer-banner figure img {
  width: 100%;
}
.footer-in {
  position: absolute;
  left: 3%;
  top: 79%;
  transform: translateY(-50%);
  -webkit-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -moz-transform: translateyz(-50%);
  max-width: 640px;
}
.footer-banner-mobileview {
  display: none;
}
.footer-top {
  padding: 0 0 26px 0;
}
.footer-top ul {}
.footer-top ul li {
  display: inline-block;
  float: left;
  padding: 0 22px 0 0;
}
.footer-top ul li a {
  font-size: 12px;
  line-height: 18px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  color: #112f41;
  text-decoration: none;
}
.footer-top ul li p {
  font-size: 12px;
  line-height: 18px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  padding-top: 4px;
}
.get {
  background: #d3e7e2;
  padding: 9px 17px;
  border-radius: 3px;
}
.call {
  color: #ffffff !important;
}
.footer-bottom {}
.footer-bottom ul {}
.footer-bottom ul li {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0px;
}
.footer-bottom ul li a {
  font-size: 9px;
  line-height: 13px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.footer-bottom ul li p {
  font-size: 9px;
  line-height: 28px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  padding: 0 0 0 20px;
}
.get:hover {
  background: #d53a28;
  color: #ffffff;
}
.footer-bottom ul li a:hover {
  text-decoration: underline;
}
.header-top-in p a span:hover {
  border-bottom: 1px solid #10374e;
}
/*inner1 css*/
.equipment {
  padding: 36px 0 0px 0;
  border-top: 1px solid #e0e0e0;
}
.equipment-sec {}
.here.here-in {
  padding: 0 0 33px 0;
}
.equipment-in {}
.equipment-in h1 {
  color: #3a6a82;
  font-size: 24px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  padding: 0 0 20px 0;
}
.equipment-in p {
  color: #626262;
  font-size: 16px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  padding: 0 0 21px 0;
  display: block;
}
.expend {
  border-bottom: 1px solid #e0e0e0;
  display: block;
  padding-bottom: 20px;
  text-align: right;
    margin-top: -45px;
}
.expend ul {
  display: inline-block;
}
.expend ul li {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0;
}
.expend ul li a {
  color: #ffffff;
  background: #d63a28;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  padding: 6px 9px;
  border-radius: 3px;
  display: block;
}
.expend ul li a i.fa {
  color: #ffffff;
  padding: 0 0px 0 5px;
}
.expend ul li p {
  color: #626262;
  font-size: 12px;
  line-height: 28px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
}
.expend ul li.active .expend-in .fa:before {
  content: "\f107";
}
.expend.mobileview {
  display: none;
}
.food {
  overflow: hidden;
}
.food > ul {
  margin: 0 -30px;
  border-bottom: 1px solid #e0e0e0;
  padding: 42px 0;
}
.food > ul > li {
  display: inline-block;
  float: left;
  padding: 0px 30px;
  width: 25%;
}
.food-in {
  text-align: center;
  display: inline-block;
}
.food-in > a {
  display: inline-block;
}
.food-in a img {}
.food-in h2 {
  color: #1a1818;
  font-size: 18px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  padding: 10px 0 14px 0;
  line-height: 25px;
}
.food-in button {}
.food-in button.view-equi {
  background: #3a6a82;
  outline: none;
  border: none;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}
.food-in button.view-equi-no-drop {
  background: #3a6a82;
  outline: none;
  border: none;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}
/*
button, input[type="submit"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: bold;
    background-color: white;
    padding: 10px;
    border: 3px double #dddddd;
}
*/
.need {
  background: #0e222f;
  padding: 32px 0 35px 0;
  margin: 56px 0 0 0;
}
.need-left {
  display: inline-block;
  float: left;
  width: 49%;
  padding: 0 0 0 30px;
}
.need-left h3 {
  color: #f07628;
  font-size: 24px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  padding: 0 0 24px 0;
}
.need-left p {
  color: #ffffff;
  font-size: 16px;
  line-height: 23px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
}
.need-right {
  width: 45%;
  display: inline-block;
  float: right;
  padding: 25px 0 0 0;
}
.need-right a {}
.need-right a img {}
.open {
  padding: 10px 0 0 0;
}
.open ul {
  text-align: left;
  padding: 15px 0 0 30px;
}
.open > ul > li {
  display: list-item;
  list-style: disc;
  color: #626262;
  padding: 0 0 5px 0;
  width: 100%;
}
.open > ul > li > a {
  color: #626262;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid #626262;
  text-decoration: none;
}
.open {
  display: block;
}
.food > ul > li.active button .fa:before {
  content: "\f107";
}
/*inner2 css*/
.border-in {}
.main {
  border-top: 1px solid #e0e0e0;
}
.main-sec {
  padding: 70px 0 0 0;
}
.main-left {
  float: left;
  display: inline-block;
  width: 22%;
}
.main-left h2 {
  padding: 0px 0 25px 0;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-family: 'Verdana';
  font-weight: bold;
}
.list {}
.list ul {}
.list ul li {}
.accordion {
  font-size: 14px;
  line-height: 17px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  color: #3a6a82;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0 !important;
  display: block;
  padding: 10px;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
  border: none;
  background: none;
}
.list ul li.active .accordion, .list ul li:hover > .accordion, .list ul li.active .accordion, .list ul li a:hover > .accordion {
  background: #f0f1f1;
  border-left: 7px solid #d53a28;
  color: #1a1818;
  padding: 10px;
}
.pricetag {
  padding: 33px 0 0 0;
}
.pricetag a {}
.pricetag a img {}
.panel {
  display: none;
  overflow: hidden;
}
.panel ul {
  border-bottom: 1px solid #e0e0e0 !important;
  padding: 0 0 10px 17px;
}
.panel ul li {
  display: block;
  width: 100%;
}
.panel ul li a {
  font-size: 12px;
  line-height: 17px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  color: #626262;
  text-decoration: none;
  display: block;
  padding: 10px 0 0 16px;
  position: relative;
}
.active3 a, .panel ul li a:hover {
  color: #000000 !important;
  text-decoration: none;
}
.panel ul li a:hover:after {
  position: absolute;
  content: "\f105";
  left: 0;
  font-family: FontAwesome;
}
.panel ul li a.active3 {
  position: relative;
}
.panel ul li.active3 a:after {
  position: absolute;
  content: "\f105";
  left: 0;
  font-family: FontAwesome;
}
.main-right {
  float: right;
  display: inline-block;
  width: 67%;
}
.here {
  padding: 0 0 30px 0;
}
.here p {
  font-size: 12px;
  line-height: 22px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  color: #626262;
}
.here p a {
  font-size: 12px;
  line-height: 17px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  color: #626262;
  text-decoration: none;
  border-bottom: 1px solid #626262;
  padding: 0 0 2px 2px;
}
.here p a:hover {
  border-bottom: none;
}
.active5 {
  border-bottom: none !important;
}
.product {}
.product h1 {
  color: #E0522D;
  font-size: 26px;
  line-height: 44px;
  font-family: 'Verdana';
  font-weight: bold;
  font-style: normal;
  padding: 10px 0 20px 0;
    text-transform: uppercase;
}
.product h2 {
  color: #000;
    font-size: 24px;
  font-family: 'Verdana';
  padding: 50px 0;
}
.product-page-mod .product h2{
    padding: 50px 0 0px;
    line-height: 38px;
}

/*TEC Blog*/

.blog-sidebar h3, .blog-sidebar h4, .blog-sidebar p{
    padding-left: 10px;
    margin-bottom: 20px;
}

.blog-sidebar h3, .blog-sidebar h4{
    color: #0C4761;
}

.blog-sidebar h4{
    padding-top: 30px;
}

.blog-sidebar p{
    font-size: 14px;
    color: #4f4f50;
}

.blog-here{
    margin-bottom: -50px;
}

.template-category .blog-here{
    margin-bottom: 0px;
}

.tec-blog #breadcrumbs{
    font-size: 12px;
}

.tec-blog .here p a {
	border-bottom: none;
}

.tec-blog-top-mobile{
    display: none;
}

.tec-blog .post_box {
	padding: 33px;
    border-top: none;
	border-bottom: 1px solid #dddddd;
    margin-top: 40px;
    background: #d3e7e2;
	border-radius: 3px;
    max-width: 90%;
}

/*
.tec-blog-article .post_box{
    padding: 10px !important;
}
*/

.tec-blog .blog-header{
   border-bottom: 1px solid #dddddd;
    padding-bottom: 26px;
}

.tec-blog h1, .tec-blog .grt .headline {
	color: #000;
  font-size: 26px;
  line-height: 36px;
  font-family: 'Verdana';
  font-weight: bold;
  font-style: normal;
/*  padding: 10px 0 20px 0;*/
    text-transform: uppercase;
}

.blog-quote-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #a12727;
    border-radius: 10px;
    background: #c45432;
    background: -webkit-gradient(linear, left top, left bottom, from(#c45432), to(#c45432));
    background: -moz-linear-gradient(top, #c45432, #c45432);
    background: linear-gradient(to bottom, #c45432, #c45432);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 14px verdana;
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: uppercase;
}
.blog-quote-button:hover {
    background: #eb653c;
    background: -webkit-gradient(linear, left top, left bottom, from(#eb653c), to(#eb653c));
    background: -moz-linear-gradient(top, #eb653c, #eb653c);
    background: linear-gradient(to bottom, #eb653c, #eb653c);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.blog-quote-button:active {
    background: #76321e;
    background: -webkit-gradient(linear, left top, left bottom, from(#76321e), to(#c45432));
    background: -moz-linear-gradient(top, #76321e, #c45432);
    background: linear-gradient(to bottom, #76321e, #c45432);
    text-transform: uppercase;
}
.blog-quote-button:focus {
    text-transform: uppercase;
}

.blog-product-line-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #000;
    border-radius: 10px;
    background: #3A6A82;
    background: -webkit-gradient(linear, left top, left bottom, from(#3A6A82), to(#3A6A82));
    background: -moz-linear-gradient(top, #3A6A82, #3A6A82);
    background: linear-gradient(to bottom, #3A6A82, #3A6A82);
    text-shadow: #3A6A82 1px 1px 1px;
    font: normal normal bold 14px verdana;
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: uppercase;
}
.blog-product-line-button:hover {
    background: #3A6A82;
    background: -webkit-gradient(linear, left top, left bottom, from(#3A6A82), to(#3A6A82));
    background: -moz-linear-gradient(top, #3A6A82, #3A6A82);
    background: linear-gradient(to bottom, #3A6A82, #3A6A82);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.blog-product-line-button:active {
    background: #3A6A82;
    background: -webkit-gradient(linear, left top, left bottom, from(#3A6A82), to(#3A6A82));
    background: -moz-linear-gradient(top, #3A6A82, #3A6A82);
    background: linear-gradient(to bottom, #3A6A82, #3A6A82);
    text-transform: uppercase;
}
.blog-product-line-button:focus {
    text-transform: uppercase;
}

.tec-blog-article .grt .frame, .tec-blog-article .grt .post_image_box, .tec-blog-article .grt .wp-caption {
	box-sizing: border-box;
	background-color: transparent;
	border: none !important;
}

.tec-blog-article .grt .wp-caption p.wp-caption-text{
    font-size: 12px;
    font-style: italic;
}

.template-category h1 {
	color: #E0522D;
	font-size: 26px;
	line-height: 44px;
	font-family: 'Verdana';
	font-weight: bold;
	font-style: normal;
	padding: 10px 0 20px 0;
	text-transform: uppercase;
}

.tec-blog .grt .headline {
    color: #000;
   padding: 10px 0 0px 0; 
}

.tec-blog .grt .headline_area {
    margin-bottom: 5px;
}

.tec-blog .grt .headline a {
	color: #3a6a82;
    text-transform: uppercase;
    text-decoration: none;
}

.tec-blog .grt .headline a:hover {
    text-decoration: underline;
}

p.tec-article-category{
    font-size: 12px !important;
/*    padding-bottom: 35px !important;*/
}

.tec-blog .main-right p, .tec-blog-article .main-right .grt p, .tec-blog .main-right .grt ul, .tec-blog-article .main-right ul{
	color: #4f4f50;
	font-size: 1rem;
	line-height: 170%;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	padding: 0 0 20px 0;
	word-spacing: 0.5px;
	letter-spacing: 0px;
}

.tec-blog-article .main-right ul{
	padding: 0 0 0px 0;
}

.tec-blog .main-right .grt ul, .tec-blog-article .main-right ul {
	list-style: disc;
}

.tec-blog-article .main-right ul {
	margin-left: 25px;
    margin-bottom: 25px;
}

.tec-blog-article .main-right ul.resp-tabs-list {
	margin-left: 0px;
    margin-bottom: 0px;
}

.tec-blog-article .main-right ul li {
	padding-bottom: 13px;
}

.tec-blog-article .main-right .resp-tab-content ul li {
	padding-bottom: 0px;
}

.tec-blog .main-right .grt p, .tec-blog-article .main-right .grt p{
    margin-bottom: 13px;
}

.tec-blog-article .main-right .wp-caption-text{
    font-size: 12px;
    margin-top: -20px;
    font-style: italic;
    color: #515151;
}

.tec-blog .main-right p a, .tec-blog .main-right ul a, .tec-page .equipment-in p a, .tec-page p.back-to-eq-sys a {
	color: #017698;
    text-decoration: underline;
}

.tec-blog .main-right p a:hover, .tec-blog .main-right ul a:hover, .tec-page .equipment-in p a:hover, .tec-page p.back-to-eq-sys a:hover {
	color: #017698;
    text-decoration: none;
}

.tec-blog-article .main-right .post_content img{
    margin-bottom: 20px;
}

.tec-blog-article .main-right figure img{
    margin-bottom: 0px;
}

.tec-blog-article .main-right h2, .tec-blog-article .main-right h3{
    padding: 26px 0 13px;
}

.template-home .main-right h2{
    padding: 0px 0 13px;
}

.template-home .grt h2{
    margin-top: 0px;
}

.tec-blog-article .main-right .alignright, .tec-blog-article .main-right img[align="right"] {
	padding: 0px 0px 26px 13px;
    margin: 13px 0px 0px 26px;
}

.tec-blog-article .main-right .alignleft, .tec-blog-article .main-right img[align="left"] {
	padding: 0px 13px 26px 0px;
    margin: 13px 26px 0px 0px;
}

.tec-blog strong{
    font-weight: bold;
}

.tec-blog a.more-link {
	background: #3a6a82;
	color: #ffffff !important;
	border: 1px solid #3a6a82;
    padding: 6px 9px 8px;
    border-radius: 3px; 
} 

.tec-blog .prev_next {
	clear: both;
	color: #4f4f50;
	border-top: none;
	padding: 16px 26px;
    margin-top: 26px;
    max-width: 90%;
}

.tec-blog .prev_next a{
    color: #017698 !important;
    text-decoration: underline;
    text-transform: none;
    font-size: 16px;
}

.tec-blog .prev_next a:hover{
    text-decoration: none;
}

.product > p {
  color: #4f4f50;
/*  font-size: 12px;*/
    font-size: 1rem;
/*  line-height: 22px;*/
    line-height: 170%;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  word-spacing: 0.5px;
  padding: 15px 0 0px 0;
}
.product-page-mod .product > p{
    padding: 0 0 25px 0;
}
.product-page-mod .product strong{
    font-weight: bold;
}
.product a{
    color: #017698 !important;
    text-decoration: underline;
}
.product a:hover{
    text-decoration: none;
}
.product ul{
    list-style: disc;
    margin-left: 20px;
    color: #4f4f50;
}
.product .product-summary {
    color: #d53a28;
    font-weight: bolder;
}
.product .product-summary-hr {
    border: 1px solid #fff;
  border-bottom: 1px solid #d9d9d9;
    margin: 40px 0px 35px;
}
.product-in {
  padding: 35px 0 50px 0;
  border-bottom: 1px solid #e0e0e0;
}
.product-in-left {
  float: left;
  display: inline-block;
  width: 22%;
}
.product-in-left a {}
.product-in-left img {}
.product-in-right {
  width: 75%;
  float: right;
  display: inline-block;
  padding: 0 10px 0 10px;
}
.product-in-right > h2 {
  color: #000;
  font-size: 1.5rem;
  line-height: 21px;
  font-family: 'Verdana';
  font-weight: 900;
  font-style: normal;
  padding: 0 0 20px 0;
}
.product-in-right > p {
  color: #333;
  font-size: 1rem;
  line-height: 170%;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  padding: 0 0 10px 0;
  word-spacing: 0.5px;
  letter-spacing: 0px;
}
.product-page-mod .product-in-right > p {
  padding: 0 0 30px 0;
}
.product .tec-express-contact-form{
    background-color: #D7D7D7;
    padding: 20px;
    border-radius: 10px;
}
/*  featured case studies that show up at the bottom of product pages  */
    /*  SECTIONS  */
.section-tec {
	clear: both;
	padding: 0px 0px 30px;
	margin: 0px;
    border-bottom: 1px solid #e0e0e0;
}
h3.h3-featured-case-studies{
    color: #E0522D;
    text-transform: uppercase;
}
    h4.recent-in{
        font-weight: normal;
    }

/*  COLUMN SETUP  */
.col-tec {
	display: block;
	float:left;
	margin: 1% 0 1% 5%;
}
.col-tec:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
    
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 30%; }
.span_1_of_3 figure img{ display: block; width: 100%; max-height: 140px; object-fit: cover;}
.span_1_of_3 h4.recent-in{ padding: 15px 0px; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col-tec {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; margin-bottom: 30px; }
    h3.h3-featured-case-studies{
    margin: 20px 0px;
}
    .span_1_of_3 h4.recent-in{ padding: 15px 0px 0px; }
}    


.tec-blog-article .tec-express-contact-form-on-blog{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.product .tec-express-contact-form input.button, .tec-blog-article .tec-express-contact-form-on-blog input.button{
    background-color: #009900;
    color: #ffffff;
}
.fill-rate {
  padding: 0 0 25px 0;
}
.fill-rate ul {
  padding: 0 0 10px 25px;
}
.fill-rate ul li {
  display: list-item;
  list-style: disc;
  color: #000;
  padding: 0 0 2px 0;
}
.fill-rate ul > li > p {
  color: #333;
  font-size: 1.1rem;
  line-height: 170%;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  word-spacing: 0.5px;
}
.fill-rate ul li p span {
  color: #D53A28 !important;
    font-weight: bold;
}
.products {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 10px 0;
}
.products ul {}
.products ul li {
  display: inline-block;
  float: left; /* width: 20%; */ padding: 0 4px 0 0px !important;
}
.products ul li a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  border: 1px solid #e0e0e0;
  text-transform: capitalize;
  padding: 6px 9px;
  border-radius: 3px;
}
.products ul li.active a, .products ul li a:hover {
  background: #3a6a82;
  color: #ffffff !important;
  border: 1px solid #3a6a82;
}
h2.resp-accordion {
	display: none;
}
.quote1 a {
  background: #d63a28;
  color: #ffffff !important;
  border: 1px solid #d63a28 !important;
}
.quote1 a:hover {
  background: #d63a28 !important;
  color: #ffffff !important;
  border: 1px solid #d63a28 !important;
}
.products ul li.resp-tab-active {
  margin: 0;
  border: 0 none !important;
}
.products ul li.resp-tab-active a {
  background: #3a6a82;
  color: #ffffff !important;
  border: 1px solid #3a6a82;
}
.resp-accordion {
  position: relative;
}
.resp-arrow {
  border: 0 none !important;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.resp-arrow:after {
  content: '+';
  font-size: 20px;
  color: #000;
  line-height: 25px;
}
.resp-accordion.resp-tab-active .resp-arrow:after {
  content: '-';
}
.mixes {
  padding: 10px 0 0px 0;
  display: none;
  border: 0 none;
}
.mixes > ul {
  padding: 0 0 0 12px;
}
.mixes > ul > li {
  display: list-item;
  list-style: disc;
  color: #333;
  width: 40%;
  float: left;
}
.mixes > ul > li p {
  color: #333;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
  padding: 0 0 3px 0;
}
.screen > ul > li {
  padding: 0 25px 3px 0;
width: 90%;
}
.mixes.air > ul > li {
  width: 100% !important;
  float: none;
}
.photos {
  padding: 15px 0 0 15px;
}
.photos h4 {
  color: #333 !important;
  font-size: 18px !important;
  line-height: 22px;
  font-family: 'Verdana';
  font-style: normal;
font-weight: bold;
    margin: 15px 0px;
}
.photos p{
    margin-bottom: 20px;
}
.photos ul {}
.photos ul li {
  display: inline-block;
  float: left;
  padding: 0 12px 0 0;
}
.photos ul li a {}
.photos ul li a img {}
#gallery-1 img {
	border: 2px solid #cfcfcf;
    width: 90% !important;
    margin-bottom: 15px;
}
.video {
  padding: 15px 0 0 15px;
}
.video h6 {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
}
.video ul {}
.video ul li {
  display: inline-block;
  float: left;
  padding: 0 12px 0 0;
}
.video ul li a {}
.video ul li a img {}
.product-in.flow {
  border-bottom: none;
}
.fa {
  padding: 0 5px;
}
.mob_tab {
  display: none;
  font-size: 20px;
  color: #ffffff;
  background: #3a6a82;
  line-height: 30px;
  padding: 5px 15px;
  margin: 0 0 20px 0;
  cursor: pointer;
}