/*
Theme Name: ImpressBlank
Author: BigBang team @ Impress Labs
Author URI: http://www.impresslabs.com/
Description: The 2016 ImpressBlank Theme
Version: 2
Text Domain: impress_blank
*/

/* LT Updates */

/* Post List */
article .featured-left {
  padding-left:0;
  padding-right:0;
  text-align: center;
}
article .featured-left img {
  width:100%;
  max-width:175px;
}
article .featured-right {
  width: calc(83.33333333% - 10px);
  margin-left:10px;
}
.archive-posts article:nth-child(odd) {
  clear:both;
}

/* Single Post */
article .inset-post-image {
  float:left;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 550px) {
  article .clear-on-medium-down {
    clear:both;
  }
}


/*LAYOUT*/
*{
  margin: 0;
  padding: 0;
}
.alignright{text-align: right;}
.alignleft{text-align: left;}
.aligncenter{text-align: center;}
.floatRight{float: right;}
.floatLeft{float: left;}
.noMobile{display: block;}
.yesMobile{display: none;}
/*--------- GRLs -----------*/
h1, h2, h3, h4, h5{
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 300;
}
h1{
  font-size: 24px;
}
h2{
  font-size: 20px;
}
h3{
  font-size: 17px;
}
a{transition: all 0.3s ease-in; color: #c0000a;}
a, a:hover, a:active, a:focus{text-decoration: none;}
a:hover{color: #D0D0D0;}
p{
  margin: 0 0 20px 0;
  line-height: 20px;
}
img{
  max-width: 100%;
  height: auto;
}
input,
textarea,
select,
option{
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
ul,ol{margin: 10px 0 10px 30px;}
li{margin: 5px 0;}
img.alignleft{
  float: left;
  margin: 0 15px 15px 0;
}
/*-------- VC FIXES ----*/
.wpb_row{
  margin-bottom: 0 !important;
}
/*-------- BODY --------*/
body{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  background: #FFF;
  padding-top: 90px;
}
.hide-scroll {
  overflow: hidden;
}
.load-overlay {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #fff;
  opacity:1;
  z-index: 9999;
}
.load-overlay-image {
  position: absolute;
  top:calc(50% - 60px);
  left:calc(50% - 85px);
  width:170px;
  height:72px;
  background: url('img/generic.png') 50% 50% no-repeat;
  opacity:0;
}
.content-container{
  width: 92%;
  padding: 0 4%;
  max-width: 1400px;
  margin: 0 auto;
}
#content .content-container{
  padding-top: 40px;
  padding-bottom: 40px;
}
/*-------- HEADER ----------*/
header{
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  background: #FFF;
}
header.fixed{
  box-shadow: 0 0 5px #DDD;
}
.small-menu {
  clear: both;
  float: none;
}
.small-menu ul{
  list-style: none;
  margin: 0 0 10px 0;
  text-align: right;
}
.small-menu ul li{
  display: inline-block;
  height: 15px;
  line-height: 15px;
  padding: 0;
  border-left: 1px solid #7d7d7d;
  margin: 7px 0;
}
.small-menu ul li:first-child{
  border: none;
}
.small-menu ul li:last-child{
  padding-right: 3px;
}
.small-menu ul li a{
  height: 15px;
  line-height: 15px;
  color: #7d7d7d;
  font-size: 11px;
  text-align: center;
  width: auto;
  padding: 0 4px 0 7px;
}
.site-part-search {
  background: #9a9a9a;
  padding: 5px 5px 5px 7px;
  display: block;
  float: right;
  font-size:0;
}
.site-part-search label, .site-part-search input, .site-part-search button,
.site-part-search input:active, .site-part-search input:focus {
  display: inline-block;
  border: none;
  outline: none;
  margin:0;
  white-space:nowrap;
  font-size: 10px;
  /*height: 18px;*/
  line-height: 18px;
  vertical-align: middle;
}
.site-part-search label {
  color: #fff;
  font-size:11px;
  display: inline-block;
  padding: 0px 12px 0px 5px;
  font-weight:500;
}
.site-part-search input[type='text'] {
  padding: 2px 5px;
  width:135px;
  font-size:11px;
  font-weight:400;
  height: 22px;
}
.site-part-search button {
  background: #fff;
  padding: 2px 8px;
  border-left: 2px solid #999;
  font-size: 11px;
  color: #666;
  font-weight: 500;
}
.site-part-search button i {
  font-size:11px;
  color: #666;
}
.main-menu-box ul li a {
  padding: 0 8px;
}
.main-menu-box ul li.menu-globe a {
  font-size: 18px;
  color: #a7a7a7;
  padding-right: 0;
}
#menu-header-top li:first-child a {
  padding-left: 0;
}
.main-nav-search-link a:before {
  content: "\f002";
  color: #000;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 35px;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
}
/*----- MOBILE MENU -------*/
#menu-trigger{
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 9995;
}
#menu-trigger a{
  display: block;
}
.show-menu-button-box{
  width: 30px;
  height: 35px;
  display: block;
  margin: 0 auto;
  padding-top: 5px;
}
.menu-button-stripe{
  width: 100%;
  display: block;
  height: 2px;
  border-radius: 2px;
  background-color: #c0000a;
  margin: 0 0 7px 0;
  transition: 0.3s;
}
.menu-button-stripe:nth-child(1){
  margin-top: 6px;
}
.mobo-menu-opened .menu-button-stripe{
  transition: 0.3s;
  background-color: #333;
}
.mobo-menu-opened .menu-button-stripe{
  background-color: #000;
}
.mobo-menu-opened .menu-button-stripe:nth-child(1){
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);
  position: relative;
  top: 11px;
}
.mobo-menu-opened .menu-button-stripe:nth-child(3){
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Safari */
  transform: rotate(-45deg);
  position: relative;
  top: -7px;
}
.mobo-menu-opened .menu-button-stripe:nth-child(2){
  opacity: 0;
}

/*----- SEARCH DROPDOWN --*/
.panel, .panel .panel-default {
  border: transparent;
  background-color: transparent;
}
.search-container {
  background-color: #c0000a;
  color: #fff;
  padding: 0;
  margin-bottom: 20px;
}
.search-container .row {
  margin: 0;
  padding: 3px 0 0;
}
.search-container .search-title-link, .search-container .search-title-span {
  border-bottom: 1px solid #fff;
  font-size:18px;
  font-weight:400;
  padding: 0 8px 5px;
  color: #fff;
}
.search-container .search-title-link {
  display: none;
}
.search-container .search-title-link i {
  padding-left: 5px;
  display: inline-block;
}
.search-container .search-title-link::before {
  content: '\f068';
  position: absolute;
  top: 6px;
  right: 7px;
  font: normal normal normal 18px/1 FontAwesome;
}
.search-container .search-title-link.collapsed::before {
  content: '\f067';
}
.search-container .row div {
  padding: 0px 8px 8px;
}

.search-container div label {
  font-weight:500;
  padding-bottom: 2px;
  display: block;
}
.search-container div input,
.search-container div select {
  width:100%;
  background-color: #fff !important;
  color: #666;
  border:none;
  padding: 2px 25px 2px 10px;
  -moz-appearance: none;
  font-weight:500;
  outline:none;
}
select::-ms-expand {
  display: none;
}
/*
.search-container {
  display: none;
}
*/
.search-container #submit-search, .search-container #reset-all  {
  font-weight:500;
  font-size: 12px;
  padding: 5px 0;
}
/*---------- HOME --------*/
#home-slider {
  /*margin-top:20px;*/
  margin-top:0px;
  margin-bottom:--5pxpx;
}
.home-search-section{
  padding: 0;
}
.home-product-slider-row{
  background: #bccfd5;
  padding: 20px 0 0;
}
.home-support-section{
  background: url(img/support_background.jpg) center center no-repeat;
  background-size: cover;
  padding: 180px 0;
}
.home-support-section .vcimpr_icon_drop_msg{
  position: relative;
  border: 4px solid #ededed;
  background: #FFF;
  text-align: center;
  padding: 30px;
  min-height: 340px;
}
.home-support-section .vcimpr_icon_drop_msg a{
  color: #7d7d7d;
}
.home-support-section .vcimpr_icon_drop_msg .image{
  position: absolute;
  top: -140px;
  width: 100%;
  left: 0;
  text-align: center;
  transition: .4s;
}
.home-support-section .vcimpr_icon_drop_msg:hover .image{
  top: -120px;

}
.home-support-section .vcimpr_icon_drop_msg .image img{
  height: auto;
  width: 100%;
  max-width: 280px;
}
.home-support-section .vcimpr_icon_drop_msg hr{
  width: 50px;
  border: none;
  border-top: 5px solid #e4e4e4;
  margin: 15px auto;
  clear: both;
}
.home-support-section .vcimpr_icon_drop_msg .content{
  padding-top: 100px;
  text-align: center;
}
.home-support-section .vcimpr_icon_drop_msg .content h2{
  font-size: 20px;
  color: #c0000a;
  text-transform: uppercase;
  font-weight: 600;
}
.home-support-inner-box{
  background: rgba(255,255,255,0.6);
  padding: 50px;
}
.support-icons-boxes{
  padding: 180px 0 0 0;
}
.home-support-inner-box h1{
  font-size: 36px;
  color: #c0000a;
  text-transform: uppercase;
}
/*------- SEARCH BOX -----*/
.search-box-icon{
  text-align: center;
  font-size: 70px;
  color: #FFF;
  margin-top: 5px;
}
.search-box-icon img{
  max-width: 100px;
  width: 80%;
  height: auto;
  margin: 0 auto 5px;
}
.search-box-title{
  text-align: center;
  font-size: 30px;
  color: #FFF;
}
.secondary-search-wrap {
  margin-bottom: 20px;
}
.secondary-search-item {
  padding-top: 26px;
  padding-bottom:50px;
  position: relative;
  background: rgba(217,217,217,1);
  background-position: 50% 15px;
  background-repeat: no-repeat;
  text-align: center;
  /*margin: 25px auto;*/
  transition: background 0.5s;
}
.secondary-search-item:hover {
  background: rgba(217,217,217,0.6);
}

.secondary-search-item h3 {
  font-weight:600;
}

.home-search-box button,
.home-search-box a,
input#searchsubmit{
  font-weight: 400;
  font-size: 18px;
  border: none;
  background-color: #c0000a;
  color: #FFF;
  text-align: center;
  height: 45px;
  clear: both;
  line-height: 1.2em;
  margin: 0 auto;
  vertical-align: middle;
  position: absolute;
  width: calc(100% - 30px);
  bottom: 15px;
  left: 15px;
  align-items: center;
  display: flex;
  justify-content: center;

}
.home-search-box a {
  line-height:45px;
}
.home-search-box a span {
  display:inline;
  display:inline-table;
  display:inline-block;
  vertical-align:middle;
  line-height: 20px;
  *margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}
.home-search-box button:hover,
.home-search-box a:hover,
input#searchsubmit:hover{
  background-color: #333;
}
.secondary-search-buttons{
  text-align: center;
}
.secondary-search-buttons button,
.secondary-search-buttons a{
  background-color: #999;
  width: 23%;
}
.secondary-search-buttons a:first-child{
  margin-left: 0;
}
.searchform{
  margin-top: 5px;
}
.searchform > div:first-child{
  text-align: center;
}
.searchform label{
  clear: both;
  display: none;
  margin-bottom: 20px;
  color: #FFF;
}
.searchform input[type="text"]{
  border: none;
  background-color: #f0f0f0;
  padding: 0 10px;
  height: 45px;
  min-width: 72%;
  line-height: 45px;
  font-size: 14px;
  color: #333;
}
.searchform input[type="text"]:focus,
.searchform input[type="text"]:active{
  outline: none;
}
input#searchsubmit{
  background-image: url(img/icons/search-icon.png);
  display: inline-block;
  clear: none;
  position: relative;
}
body.search .searchform label{
  margin-bottom: 10px;
}
.page-top-header .searchform label{
  color: #FFF;
}
.page-top-header .searchform br{
  display: none;
}
.page-top-header .searchform input[type="text"]{
  width: 46%;
  padding: 0 2%;
  min-width: inherit;
}
.page-top-header .searchform input#searchsubmit{
  position: relative;
  top: -2px;
  min-width: inherit;
  width: 45%;
  margin: 0;
}
.applications-icons-box{
  margin-top: 50px;
}

/*-----LIVE CHAT ROW -----*/
.live-chat-row {
  background: #bccfd5;
  padding: 20px 0 0;
}
.live-chat-row h3 {
  font-weight:500;
  font-size:26px;
  color: #35485D;
}
.live-chat-row .button {
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #c0000a;
  display: inline-block;
  margin-top: 15px;
  font-weight:400;
  letter-spacing:0.05em;
}

/*---------- PAGE --------*/
#main-container{
  padding-top: 20px;
  padding-bottom: 40px;
}
.page-top-header{
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  min-height: 250px;
  background: url(img/category-header-background.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}
.page-title{
  background: #c0000a;
  height: 160px;
  padding: 30px;
  width: 45%;
  margin-right: 5%;
  float: left;
}
.page-title h1{
  text-transform: uppercase;
  color: #FFF;
  font-size: 30px;
}
.page-header-description{
  float: left;
  width: 45%;
  margin-left: 5%;
  padding: 30px 0;
  color: #FFF;
  font-size: 18px;
}
.page-header-description h3{
  font-size: 25px;
}
.page-header-description a{
  font-weight: 600;
  color: #FFF;
  text-decoration: underline;
}
.catalog-request-box{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #c0000a;
  text-align: right;
}
.catalog-request-box a{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  color: #FFF;
}
.terms-conditions-box ol li{
  margin: 25px 0;
}

/*----- PART SEARCH RESULTS -----*/
.mobile-header {
  display: none;
}
.part-search-results-header {
  color: rgba(154, 154, 154, 1);
}
.part-search-results-header h2 {
  font-weight:600;
  font-size:22px;
}
.part-search-results-header h2 span {
  font-style: italic;
}
.search-results-legend {
  padding: 15px 0px;
}
.search-results-legend span {
  display: inline-block;
  white-space: nowrap;
  padding-left:10px;
}
.part-search-results-table {
  /*max-width:1200px;*/
  text-align: center;
  margin: 0 auto;
}
.part-search-results-table .row {
  display: flex;
  /*align-items: center;*/
  background: rgba(255,255,255,1);
  transition: all 0.25s;
  /*margin-left:0;*/
  /*margin-right:0;*/
}
.part-search-results-table .row:last-child {
  border-bottom:2px solid rgba(0,0,0,0.2);
  margin-bottom:20px;
}
.part-search-results-table .row div a {
  text-decoration: underline;
}
.part-search-results-table .row>div {
  padding: 10px;
  border-right:1px solid #fff;
}
.part-search-results-table .search-result-items div {
  word-wrap: break-word;
}
.part-search-results-table .row>div:nth-child(1) {
  text-align: left;
}
.part-search-results-table .row div:last-child {
  border-right:0px;
}
.part-search-results-table .row:nth-child(2n+1) {
  background: rgba(240,240,240,1);
}
.part-search-results-table .row:hover {
  background: rgba(188,207,213,1);
}
.part-search-results-table .row:first-child {
  background: #c0000a;
  color: #fff;
  font-weight:500;
}
.part-search-results-table .row:first-child div {
  padding: 15px 0;
}
.part-search-results-table .row:first-child div:first-child {
  padding-left: 10px;
}
.part-search-results-table .row:first-child div:nth-child(2) {
  text-align: center;
}
.part-search-results-table select, .part-search-results-table input {
  color: #000;
}
.part-search-results-table span {
  font-size:10px;
}
.part-search-results-table .part-actions {
  display: inline-block;
  float: right;
  white-space: nowrap;
  padding: 0 !important;
}
.link-full-sample, .link-full-inventory {
  display: block;
  float: right;
  margin-left: 8px;
}
.part-search-results-pagination {
  padding-bottom:100px;
}
.part-search-results-pagination .pagination {
  padding-left:15px;
}
.part-search-results-pagination .pagination a {
  color: rgba(154,154,154,1);
  display: block;
  border: 2px solid rgba(154, 154, 154, 1);
  text-align: center;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.part-search-results-pagination .pagination a:before {
  content: '';
  position: absolute;
  top:0px;
  height:100%;
  width:25px;
  font: normal normal normal 18px/1 FontAwesome;
  align-items: center;
  display: flex;
  justify-content: center;
}
.part-search-results-pagination .pagination .page-next:before {
  content: '\f105';
  right: 0px;
}
.part-search-results-pagination .pagination .page-prev:before {
  content: '\f104';
  left: 0px;
}
.part-search-results-pagination .pagination a[href=''] {
  opacity:0.5;
  cursor: default;
}
.full-curr-page {
  text-align: center;
  color: rgba(154,154,154,1);
}

/*------- SERIES DETAILS -------*/
#accessories {
  margin-bottom: 100px;
}
.acc-container {
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  display: flex;
}
.acc-container:nth-child(2n+1) {
  background: rgba(240, 240, 240, 1);
}
.acc-container .accs-no {
  color: rgba(53,72,93,1);
  display: block;
  font-size:20px;
}
.acc-container .accs-desc, .acc-container .accs-series {
  color: rgba(121,121,121,1);
  display: block;
  font-size:16px;
}
.acc-container .acc-link {
  font-size:13px;
}
.acc-container .acc-link a {
  align-items: center;
  display: flex;
  color: rgba(121,121,121,1);
}

.acc-container svg {
  height:20px;
  width:20px;
  margin-right:10px;
}
.acc-container path, .acc-container rect {
  fill: rgba(66,66,66,1);
}

/*-- TAB SETTINGS / OVERRIDES --*/
.nav-tabs {
  margin-bottom:40px;
}
.nav-tabs>li {
  padding:0;
  text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #c0000a;
  border-top: 3px solid #c0000a;
}
.nav-tabs>li>a {
  font-size:20px;
  border-radius:0;
  color: rgba(154,154,154,1);
  border-top: 3px solid transparent;
}

.panel-default>.panel-heading {
  position: relative;
  padding: 0;
  background-color: #c0000a;
}
.panel-group .panel+.panel {
  margin-top: 1px;
}
.panel-heading a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-size:18px;
  padding-left:35px;
}
.panel-heading .js-tabcollapse-panel-heading::before {
  content: '\f068';
  position: absolute;
  top: 0;
  left: 8px;
  font: normal normal normal 18px/1 FontAwesome;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
}
.panel-heading .js-tabcollapse-panel-heading.collapsed::before {
  content: '\f067';
}

/*-------- PART DETAILS --------*/
.part-details-title {
  width:100%;
}
.part-details-title h1 {
  color: #c0000a;
  margin-bottom: 5px;
}
.part-details-title h2 {
  font-size:18px;
  margin-bottom: 10px;
}
.part-details-title a {
  display: block;
  color: #c0000a;
  font-size:18px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.part-details-image {
  width:100%;
  margin: 30px 0;
}
.part-details-image img {
  max-width:250px;
  max-height:250px;
  border:1px solid #000;
}
.part-details-actions {
  width:100%;
}
.part-details-actions a {
  color:rgba(121,121,121,1);
  font-weight:500;
  background: rgba(225, 225, 225, 1);
  height:50px;
  padding:15px 20px;
  border-bottom:1px solid #fff;
  align-items: center;
  display: flex;
}
.part-details-actions svg {
  height:20px;
  width:20px;
  margin-right:15px;
}
.part-details-actions svg path, .part-details-actions svg rect {
  fill: rgba(66,66,66,1);
}
.part-details-actions a:hover {
  background: rgba(125, 125, 125, 0.4);
}
.part-details-support {
  border:1px solid #B8B8B8;
  margin: 30px 0;
}
.part-details-support h3 {
  color: #797979;
  font-size:14px;
  font-weight:500;
  background: rgba(225, 225, 225, 1);
  height:50px;
  padding:15px 20px;
  border-bottom:1px solid #B8B8B8;
  align-items: center;
  display: flex;
  margin: 0;
}
.part-details-support-links {
  padding: 20px 10px 20px 50px;
}
.part-details-support a {
  display: block;
  padding:5px;
  text-decoration: underline;
}
.part-gen-specs-header {

}
.part-gen-specs {
  margin-bottom:50px;
}
.part-gen-specs .row {
  margin:0;
  display: flex;
}
.part-gen-specs .row:nth-child(2n+1) {
  background: rgba(241,241,241,1);
}
.part-gen-specs .row div {
  color: #797979;
  min-height: 50px;
  align-items: center;
  display: flex;
}
.part-gen-specs .row div:first-child {
  color: #B4B4B4;
  border-right:1px solid #fff;
  font-weight:500;
  text-transform:capitalize;
}
.part-gen-specs .row:first-child div {
  background: #c0000a;
  color: #fff;
  height:50px;
  align-items: center;
  display: flex;
  font-weight:500;
}


  /*------- PRODUCT CATEGORY -----*/
.product-archive-box{
  margin-bottom: 20px;
}
.product-archive-box:nth-child(2n+1){
  clear: left;
}
.product-category-content h2,
.bordered-title-box h2{
  padding: 10px 40px 10px 10px;
  font-size: 18px;
  border: 1px solid #efefef;
  border-bottom: 3px solid #c0000a;
  background: url(img/product-title-background.png) 98% center no-repeat;
}
.product-category-content h2 a,
.bordered-title-box h2 a{
  color: #030303;
  display: block;
  padding-right: 30px;
}
.product-category-content-description{
  padding: 10px;
}
.product-category-content h2 a:hover,
.bordered-title-box h2 a:hover{
  color: #c0000a;
}
.product-category-thumb a{
  display: block;
  text-align: center;
}
.product-category-thumb a:hover{
  opacity: 0.5;
}
.product-listing{
  margin-left: 0;
  margin-right: 0;
  padding:50px;
}
.product-listing:nth-child(2n+1){
  clear: left;
}
.product-listing.higlighted_product{
  box-shadow: 0 0 20px #c0000a, 0 -20px 1px #FFF;
  border-color: #FFF;
}


  /*---- SMARTSWITCH ----*/
#sidebar-sb-smartswitch h2{
  margin-top: 0px;
}
#sidebar-sb-smartswitch hr{
  border: none;
  border-bottom: 1px solid #999;
}
.sidebar-articles-list{
  padding: 10px 0;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}
.sidebar-articles-list a{
  display: block;
}
.sidebar-articles-list a:hover{
  color: #000;
}
.sidebar-articles-list .vcimpress_loop_image{
  margin-bottom: 10px;
}
.sidebar-articles-list h3{
  margin-bottom: 10px;
}
.sidebar-whitepaper-list{
  padding: 10px 0;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}
.sidebar-whitepaper-list h3{
  margin-bottom: 10px;
}
.product-listing-2col:nth-child(2n+1){
  clear: left;
}
.product-listing-2col{
  margin-bottom: 20px;
}
.helpful-links-box hr{
  display: none;
}
.application-food-icon{
  margin-bottom: 45px;
  opacity: 0.5;
}
.red-big-heading h2{
  color: #c0000a;
  font-size: 28px;
  text-transform: uppercase;
}
/*------- PRODUCT LISTING -----*/

.product-listing {
  /*border-bottom: 1px solid #999;*/
  padding: 0 0 100px;
}
.product-listing .row {
  margin-left: 0;
  margin-right: 0;
}
.product-listing .iframe-3d{
  background: #ddd;
  background-image:url(img/icons/preload-icon.gif);
  background-position:center;
  background-repeat:no-repeat;
  padding-top:40px;
  margin-top: 15px;
}
.product-listing .iframe-3d .iframe-wrapper{
  margin:auto;
  /*width: 780px;*/
  width: 100%;
  height: 720px;
}
.product-listing .iframe-3d iframe{
  opacity: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.product-listing .iframe-3d.loaded {
  background:none;
}
.product-listing .iframe-3d.loaded iframe{
  opacity: 1;
}
.product-listing .sub-product{
  transition: .5s;
}
.product-listing .sub-product-item .entry-metadata{
  padding-bottom: 15px;
  display: none;
}
.product-listing .title-content{
  transition: 0.3s;
}
.product-listing .entry-title{
  color: #fff;
  cursor: pointer;
}
.product-listing a{
  /*color: #c00001;*/
}
.product-listing .entry-title h4{
  color: #959595;
  font-weight: 600;
  padding: 0 10px;
  font-size: 14px;
  min-height: 25px;
  line-height: 25px;
  margin-bottom: 0;
}
.product-listing .entry-title h4 i{
  color: #FFF;
  float: right;
  margin-right: 10px;
  height: 25px;
  line-height: 25px;
}
.product-listing .entry-title{
  background: #ececec;
  margin-bottom: 10px;
  transition: 0.3s;
}
.product-listing .sub-product-active .entry-title{
  background: #FFF;
}
.product-listing .title-content h1,
.product-listing .title-content h2 {
  color: #c0000a;
  font-size: 22px;
}
.product-listing .entry-links ul{
  list-style: none;
}
.product-listing .entry-links a{
  font-size: 14px;
  color: #c0000a;
}
.product-listing .entry-links a:hover{
  color: #333;
}
.product-listing .entry-links i{
  color: #c0000a;
  font-size: 14px;
  margin-right: 15px;
}
.product-listing .content-excerpt .excerpt{
  display: block;
}
.read-more,
.product-listing .content-excerpt .read-more,
.product-listing .content-excerpt .read-less{
  padding: 5px 10px;
  text-align: center;
  color: #6a6a6a;
  background-color: #ececec;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
}
.product-listing .content-excerpt .content{
  display: none;
}
h5.entry-code{
  font-size: 12px;
  opacity: 0.7;
  padding: 0 10px;
  margin-bottom: 10px;
}
.product-content {

}
.product-content a {

}
.product-content .button {
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #c0000a;
  display: inline-block;
  margin-top: 15px;
  font-weight:200;
  letter-spacing:0.05em;
}
.product-actions {
  background: #E1E1E1;
}
.product-actions svg {
  height:15px;
  width:15px;
  margin-right:10px;
}
.product-actions path, .product-actions rect {
  fill: #424242;
}
.product-actions a {
  color: #797979;
  padding-top:20px;
  padding-bottom:20px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 600;
}
.product-actions a:hover {
  color: #c0000a;
}

/*------- CONTACT ----*/
.gform_wrapper{
  margin-top: 0 !important;
}
.gform_wrapper ul.gform_fields{
  margin: 0 !important;
  width: 100%;
}
.gform_wrapper .hidden_label input,
.gform_wrapper .hidden_label select,
.gform_wrapper .top_label input,
.gform_wrapper .top_label select,
.gform_wrapper .top_label textarea,
#distributor-form select{
  border: none;
  background: #FFF;
  border: 1px solid #DDD;
}
.gform_wrapper .gform_footer input[type=submit],
#dist-inv-form-container input[type=submit],
#ccr-form-container input[type=submit]{
  display: block;
  background: #c0000a;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
  width: 280px;
  margin: 0 20px 0 0;
}
#ccr-form-container input[type=submit]{
  width: 100%;
  margin: 0;
}
#dist-inv-form-container input[type=submit]{
  max-width: 100%;
  width: 250px;
  margin:20px auto;
}
.gform_wrapper .gform_footer input[type=submit]:hover,
#dist-inv-form-container input[type=submit]:hover,
#ccr-form-container input[type=submit]:hover{
  color: #c0000a;
  background: #DDD;
}

#dist-inv-form-container label.checkbox-label{
  display: inline-block;
  cursor: pointer;
  padding-top:7px;
}
/*------- FOOOTER -----*/
.footer-top-box{
  background-color: #d9d9d9;
  border-bottom: 4px solid #c0000a;
  padding: 20px 0;
}
.footer-bottom-box{
  background-color: #333;
}
.footer-bottom-box hr{
  margin: 0 0 10px 0;
  border: none;
  border-top: 2px solid #515151;
}
.footer-social-icons{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.footer-social-icons li{
  display: inline-block;
  margin-right: 5px;
}
.footer-social-icons li a{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #d9d9d9;
  border-radius: 3px;
  background: #acacac;
  line-height: 40px;
  font-size: 20px;
}
.footer-social-icons li a:hover{
  background-color: #333;
}
.footer-middle-box{

}
.footer-middle-box p{
  margin: 10px 0;
}
.footer-middle-box .col-sm-2{
  text-align: right;
}
.breadcrumb{
  font-weight: 300;
  color: #AAA;
  padding: 0 15px;
  margin: 0;
  background: none;
}
.breadcrumb a{
  color: #FFF;
}
a.to-top-anchor{
  color: #FFF;
}
a.to-top-anchor:hover{
  color: #999;
}
a.to-top-anchor i{
  margin-right: 10px;
}
.footer-top-menu ul{
  list-style: none;
  margin: 15px 0 0 0;
}
.footer-top-menu ul li{
  display: block;
  width: 46%;
  float: left;
}
.footer-top-menu ul li:nth-child(2n+1){
  clear: left;
}
.footer-top-menu ul li a{
  color: #959595;
  display: block;
  text-transform: uppercase;
}
.footer-top-menu ul li a:hover{
  color: #333;
}
.footer-contact-menu ul.menu{
  list-style: none;
  margin: 15px 0 0 0;
}
.footer-contact-menu ul.menu li{
  width: 100%;
}
.footer-contact-menu ul.menu li a{
  color: #181818;
  text-transform: uppercase;
}
.footer-contact-menu ul.menu li a:hover{
  color: #989898;
}
.footer-last-box{
  padding: 20px 0;
}
.footer-last-box ul.menu{
  margin: 10px 0;
}
.footer-last-box ul.menu li{
  display: inline-block;
  width: auto;
  padding: 0 8px;
  text-align: center;
}
.footer-last-box ul.menu li:first-child{
  padding-left: 0;
}
.footer-last-box ul.menu li a{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #C5C5C5;
  width: auto;
}
.footer-last-box ul.menu li a:hover{
  color: #FFF;
}
.company-name,
.company-tag{
  color: #FFF;
  text-align: right;
}
.company-name{
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.company-tag{
  font-size: 19px;
  text-transform: uppercase;
}
.edit-post-link-wrapper a{
  display: inline-block;
  padding: 10px;
  background: #F2f2f2;
}
/*-------- SEARCH PAGE ------*/
.site-part-full-search {
  background: #bccfd5;
  width:100%;
  padding:30px;
  margin: 0 auto;
}
.site-part-full-search input, .site-part-full-search label,
.site-part-full-search span, .site-part-full-search button,
.site-part-full-search input:active, .site-part-full-search input:focus{
  display: inline-block;
  border: none;
  outline: none;
  margin:0;
  white-space:nowrap;
  font-size: 12px;
  /*height: 30px;*/
  line-height: 31px;
  vertical-align: middle;
}
.site-part-full-search span {
  padding-right:10px;
}
.site-part-full-search label {
  display: inline-block;
  padding: 0px 15px 0px 0px;
}
.site-part-full-search input[type='text'] {
  border: 1px solid #000;
  border-right:0px;
}
.site-part-full-search button {
  border: 1px solid #000;
  background: #c0000a;
  color: #fff;
  border-left:0px;
}
.search-result-box{
  margin: 15px 0;
  padding: 15px 0;
  border-bottom: 1px solid #DDD;
}
.entry-thumbnail{
  text-align: center;
  margin-bottom:40px;
}
.search-result-box .entry-thumbnail a{
  display: block;
  width: 100%;
  text-align: center;
}
.search-result-category{
  opacity: 0.5;
}
/*------  VASTEK -------*/
aside{

}
aside a:hover{
  color: #999;
}
#sidebar-sb-right-news,
#sidebar-sb-right-about,
#sidebar-sb-right-vastek,
#sidebar-sb-support,
#sidebar-sb-smartswitch{
  background: #bccfd5;
  padding: 30px 15px;
}
aside section{
  margin-bottom: 30px;
}
aside h2{
  font-size: 24px;
  color: #c0000a;
  text-transform: uppercase;
}
.page-listing-boxes{
  padding: 30px 0;
}
.page-listing-boxes .wpb_text_column{
  clear: both;
  margin-bottom: 30px;
  height: auto;
  overflow: auto;
}
.page-listing-boxes h3{
  padding: 10px 40px 10px 10px;
  font-size: 18px;
  border: 1px solid #efefef;
  border-bottom: 3px solid #c0000a;
  background: url(img/product-title-background.png) 98% center no-repeat;
}
/*----- HISTROY -----*/
.history-timeline{
  background: #bccfd5;
}
/*------ NEWS ------*/
.sticky-posts{
  margin-bottom: 40px;
}
.post-listing-sticky h2,
.post-listing h2{
  padding: 10px 40px 10px 10px;
  font-size: 18px;
  border: none;
}
.post-listing-sticky h2 a,
.post-listing h2 a{
  color: #333;
  font-weight:400;
}
.entry-content-box {
  border: 1px solid #efefef;
  margin-bottom:20px;
}
.single-post .entry-content-box {
  border: none;
}
.latest-news {
  border-top: 3px solid #c0000a;
  padding-top: 20px;
  font-weight: 500;
}
.featured-products .entry-title {
  font-weight: 500;
}
.product-image {
  border: 1px solid #000;
  border-radius: 75px;
  margin-bottom: 20px;
  height: 100px;
  width: 100px;
  padding: 5px;
}
.entry-summary {
  padding: 0px 20px 10px 10px;
}
.entry-summary p {
  margin-bottom: 0;
}
.entry-summary .excerpt {
  margin-bottom: 20px;
}
.post-listing-sticky .entry-thumbnail{
  margin-bottom: 20px;
}
.entry-full-post-image{
  text-align: center;
  margin: 10px 0 30px;
}
.share-content-box ul{
  list-style: none;
  margin-left: 0;
  text-align: left;
}
.share-content-box ul li{
  display: inline-block;
  margin-right: 10px;
}
.share-content-box ul li a{
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #d9d9d9;
  border-radius: 3px;
  background: #acacac;
  line-height: 40px;
  font-size: 20px;
}
.share-content-box ul li a:hover{
  color: #FFF;
}
/*---- ABOUT US -----*/
.helpful-links-box ul{
  list-style: none;
  width: 90%;
  margin: 20px auto;
}
.helpful-links-box ul li a{
  display: block;
  padding: 5px 10px;
  background-color: #f0f0f0;
  font-weight: bold;
  color: #959595;
}
.helpful-links-box ul li a:hover{
  color: #000;
}
.manufacturing-locations-box{

}
.about-us-row{
  margin-bottom: 60px !important;
}
.about-us-row h2,
.h2-redbox h2{
  padding: 10px 40px 10px 10px;
  font-size: 18px;
  border: 1px solid #efefef;
  border-bottom: 3px solid #c0000a;
  background: url(img/product-title-background.png) 98% center no-repeat;
}

/*----- CONTACT US -------*/
.contact-us-row{
  padding: 30px 0;
}
.contact-us-row h2{
  padding: 10px 40px 10px 10px;
  font-size: 18px;
  border: 1px solid #efefef;
  border-bottom: 3px solid #c0000a;
  background: url(img/product-title-background.png) 98% center no-repeat;
}
.contact-us-map-block{
  background: #bccfd5;
  padding: 20px 0;
}
.contact-us-map-block h2,
.applications-icons-box h2{
  font-size: 36px;
  color: #c0000a;
}
.gform_wrapper ul li.gfield{
  clear: none !important;
  padding-left: 15px;
  padding-right: 15px;
}
.gform_wrapper .top_label .gfield_label{
  font-weight: 400 !important;
  font-size: 13px !important;
}
.gform_fields li{
  margin: 0;
}
.gform_fields li input,
.gform_fields li textarea{
  color: #999;
}
.gform_footer{
  text-align: right;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
  background: none !important;
  border: none !important;
}
.gform_wrapper div.validation_error{
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #c0000a !important;
  border-color: #c0000a !important;
  width: 100% !important;
}
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error textarea{
  border-color: #c0000a !important;
}
.gform_wrapper .validation_message{
  color: #c0000a !important;
}
.gform_wrapper li select,
#distributor-form select,
select{
  background: url(img/dropdown.png) right center no-repeat !important;
  padding-right:25px;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{
  height: 30px;
  padding-left: 10px;
}
.gform_wrapper li#field_2_14{
  clear: both !important;
  padding-left: 15px;
  padding-right: 15px;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
  padding: 0 15px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
  margin-left: 0 !important;
}
.gform_wrapper .top_label .gfield_error .ginput_container{
  max-width: 100%;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{
  width: 97.5% !important;
}
/*------- PRODUCT CHANGES NOTICES ------*/
.changenotice-listing{
  text-align: center;
}
.changenotice-listing .change-description{
  text-align: left;
}
.changenotice-listing:nth-child(2n){
  background-color: #F5F5F5;
}
.changenotice-listing .row{
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-row{
  font-weight: 600;
  padding: 10px 0;
  background: #DDD;
}
/*------ DISTRUBUTOR SEARCH -----*/
#dist-inv-form,
#ccr-form{
  margin: 20px 0;
}
#dist-inv-form input,
#ccr-form input,
#ccr-form select{
  border: none;
}
#dist-inv-form input[type="text"],
#ccr-form input[type="text"],
#ccr-form select,
#distributor-form select{
  border: 1px solid #999;
  padding: 5px 0 5px 8px;
  width: 100%;
  height: 40px;
}
.dist-inv-ajax.listing-row,
.ccr-ajax.listing-row,
.distributor-ajax.listing-row{
  padding: 5px 0;
  transition: 0.5s;
}
.dist-inv-ajax.listing-row:hover,
.ccr-ajax.listing-row:hover,
.distributor-ajax.listing-row:hover{
  background-color: #F5F5F5;
}
.dist-inv-ajax.header-row,
.ccr-ajax.header-row,
.distributor-ajax.header-row{
  background: #DDD;
}
.header-row .fa{
  margin-right: 10px;
  margin-left: 10px;
}
.dist-inv-ajax-pagination-butttons,
.ccr-ajax-pagination-butttons,
.distributor-ajax-pagination-butttons{
  list-style: none;
  margin-left: 0;
}
.application-list .wpb_column{
  margin-bottom: 25px;
}
.ytplaceholder-container{
  margin: 0 auto 20px;
}
/*---- SOFTWARE -----*/
.software-download-row{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.software-download-row h2{
  font-size: 28px;
}
.icon-box{
  padding-top: 50px;
  text-align: center;
}
.icon-box p{
  margin-bottom: 0;
}
.icon-box i{
  color: #CCC;
  font-size: 50px;
}
/*--- SUPPORT ----*/
.support-accordeon .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.support-accordeon .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.support-accordeon .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
  background-color: #d8d8d8 !important;
}

/*--- CONFIGURATOR ----*/
#configurator-tabs form.configurator-form ul.fields>li input {
  margin: 2% 2% !important;
}


.ccr-ajax.col-xs-12 .col-md-2 {
  word-wrap:break-word;
}
.post-type-archive-product .page-title {
  width:100% !important;
}

/* Krista's Additions for Thank You pages - Sample Request, Contact, Request Catalog */
.thankYou-container {
  width:70%;
  margin: 0 auto;
}
.TY-left {
  width:49%;
  float:left;
  background:#F2f2f2;
  padding:15px;
  min-height:178px;
}
.TY-right {
  width:49%;
  float:right;
  background:#F2f2f2;
  padding:15px;
  min-height:178px;
}
.TY-CTA {
  background:#c0000a;
  color:#fff;
  width:100%;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  float: right;
  text-align: center;
}

/** Ryan's CSS **/
#post-21666 .entry-title, #post-21662 .entry-title, #post-21664 .entry-title {
  display:none;
}
.red-tag {
  float: left;
  line-height: 30px;
  color: #c0000a !important;
  font-weight: 400;
  font-size: 14px;
}

/* Explainer copy styles */
.header-explainer {
  padding:15px;
  background:#EDEDED;
}
.header-explainer h1 {
  color:#c0000a;
  font-size:36px;
  font-weight:bold;
  padding-bottom:15px;
  display:inline-block;
  text-transform:uppercase;
  border-bottom:7px solid #000;
}
.catalog-links {
  left:0;
  bottom:0;
  width:100%;
  height:30px;
  text-align:right;
}
.catalog-links span {
  /* white-space: nowrap; */
}
.catalog-links i {
  color:#000;
}
.catalog-links svg, .catalog-links img {
  height:20px;
  width:20px;
  margin-right:10px;
  display: inline-block;
}
.catalog-links path, .catalog-links rect {
  fill: rgba(66,66,66,1);
}
.catalog-links a {
  height:30px;
  color:#c0000a;
  font-size:17px;
  font-weight:400;
  line-height:30px;
  margin-right:20px;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 1237px){
  .secondary-search-buttons button,
  .secondary-search-buttons a {
    background-position: -100px;
    padding-left: 10px;
  }
  .catalog-links {
    text-align: left;
  }
  .red-tag {
    width: 100%;
    display: block;
    margin-bottom:20px;
    line-height:20px;
  }
  .header-explainer {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 1140px){
  .ui-tabs .ui-tabs-nav li {
    text-align: center;
    width: 49%;
  }
  #configurator-tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    margin: 0 auto;
    width: 40%;
    float: none;
  }
}
@media screen and (max-width: 1024px){
  .secondary-search-buttons button,
  .secondary-search-buttons a {
    font-size: 11px;
  }

}
@media screen and (max-width: 992px){
  aside h2{
    font-size: 18px;
  }
  .listing-row div span.fa{
    opacity: 0.5;
    margin-right: 10px;
  }

}
@media screen and (max-width: 767px){
  .product-listing {
    padding:20px 0px;
  }
  .read-more,
  .product-listing .content-excerpt .read-more,
  .product-listing .content-excerpt .read-less {
    width:100%;
  }
  .secondary-search-buttons{
    text-align: center;
  }
  .secondary-search-buttons button,
  .secondary-search-buttons a {
    background-position: 5px center;
    padding-left: 45px;
  }
  .support-icons-boxes{
    padding-top: 0;
  }
  .icon-box{
    padding-top: 0px;
  }
  .page-top-header .searchform input#searchsubmit{
    background-image: none;
    padding: 0 2%;
  }
  .site-part-full-search {
    padding:15px;
    margin: 0 auto;
  }
  .site-part-full-search span {
    padding-right:2px;
  }
  .site-part-full-search input[type='radio'] {
    margin-left: 10px;
  }
  .site-part-full-search label {
    display: inline-block;
    padding:0;
  }
  .site-part-full-search input[type='text'] {
    border-right:1px solid #000;
  }
  .site-part-full-search button {
    border:none;
    margin-top:8px;
  }
  .search-result-box .entry-thumbnail{
    margin-bottom: 20px;
  }
  .wpb_column{
    margin-bottom: 25px;
  }
  .changenotice-listing .change-description{
    margin-top: 20px;
  }
  .home-support-section .vcimpr_icon_drop_msg .image{
    top: 10px;
  }
  .home-support-section .vcimpr_icon_drop_msg .image img{
    width: 100px;
  }
  .home-support-section .vc_col-sm-4{
    margin-bottom: 20px;
  }
  .home-search-box button,
  .home-search-box a,
  input#searchsubmit,
  .searchform input[type="text"]{
    /*min-width: inherit;*/
    /*width: 45%;*/
    /*margin: 5px 5px 5px 0;*/
  }
  .page-header-description{
    font-size: 15px;
  }
  #distributor-form select{
    margin-bottom: 10px;
  }
  .distributor-ajax.listing-row{
    padding: 20px 0;
  }
  .listing-row div:first-child{
    font-weight: 500;
  }
  .header-row{
    display: none;
  }
  aside{
    margin-top: 35px;
  }
  .ui-tabs .ui-tabs-nav li {
    text-align: center;
    width: 100%;
  }
  #configurator-tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    margin: 0 auto;
    width: 40%;
    float: none;
  }
  .part-search-results-table .row .search-mobile-links a {
    border-right:none !important;
    border-top:2px solid rgba(255,255,255,1);
  }
  .acc-container {
    margin-left:0;
    margin-right:0;
  }
  .product-content .button {
    width:100%;
  }
  .product-actions {
    background: none;
    padding:0;
  }
  .product-actions a {
    background: #E1E1E1;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    border-bottom:1px solid #fff;
  }
  .panel-body {
    padding:0;
  }
  .panel-body .content-container {
    width: 100%;
    padding:0;
  }
}
@media screen and (min-width: 621px){
  .slide-wrapper {
    top: 260px !important;
  }
}
@media screen and (max-width: 620px){
  .wpb_column{
    margin-bottom: 25px;
  }
  input#searchsubmit{
    width: 100%;
    margin-top: 5px;
  }
  .searchform input[type="text"]{
    width: 100%;
  }
  .logo-box{
    display: block;
    height: 50px;
  }
  .logo-box img{
    height: 100%;
  }
  body{
    padding-top: 80px;
  }
  .content-container, .mobile-container {
    width: 100%;
  }
  .footer-top-menu ul li{
    width: 100%;
  }
  .footer-social-icons{
    margin-top: 20px;
    text-align: center;
  }
  .company-name, .company-tag{
    text-align: center;
  }
  .footer-last-box ul.menu li{
    width: 100%;
  }
  .footer-middle-box p{
    text-align: center;
  }
  .footer-last-box div:last-child{
    margin-top: 25px;
  }
  .left-side-box,
  .right-side-box{
    width: 100%;
    clear: both;
  }
  .page-top-header{
    padding: 0;
    height: auto;
    min-height: 150px;
    margin-bottom: 5px;
  }
  .page-title,
  .page-header-description{
    padding: 10px 0;
    width: 100%;
    height: auto;
    text-align: center;
    float: inherit;
  }
  .page-title h1{
    margin-bottom: 0;
    font-size: 24px;
  }
  .page-header-description{
    padding: 30px 10px;
    margin: 0;
    font-size: 14px;
  }
  .gform_wrapper ul li.gfield{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .product-listing .product-thumbnail{
    margin-bottom: 20px;
  }
  .product-listing .entry-links ul{
    margin-left: 5px;
  }
  .header-explainer h1 {
    font-size:26px;
  }
  .full-width-content-wrapper .content-container {
    width:100%;
    padding:0;
  }
  .full-width-content-wrapper .content-container.part-search-results-header {
    padding:15px;
  }
}

/** partners **/
.content-container .partners                        {list-style:none;padding:0;margin:0;}
.content-container .partners li                     {padding:0 40px 40px 40px;}
.content-container .partners li.clearfix            {padding:0;margin:0;}
.content-container .partners li a                   {display:block;position:relative;}
.content-container .partners li a:first-of-type     {height:180px;max-width:175px;margin:0 auto;}
.content-container .partners li a:first-of-type img {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);}
.content-container .partners .partner-title         {white-space:nowrap;padding-top:10px;color:#7d7d7d;font-size:18px;}
.content-container .partners .partner-title img     {max-width:20px;}

.col-sm-9.col-xs-12 > .searchform > div:first-child {
  text-align: left;
}

.dist-inv-ajax .fa-phone {
  margin-left:-5px;
}

@media screen and (max-width: 991px) {
  .search-container .search-title-link {
    display: block;
  }
  .search-container .search-title-span {
    display: none;
  }
  .search-container .row div {
    padding-bottom:8px;
  }
  .search-container div label {
    font-weight: 200;
  }
  .secondary-search-buttons button,
  .secondary-search-buttons a {
    font-size: 11px;
  }

  .dist-inv-ajax .fa-phone {
    margin-left:0px;
  }
  .dist-phone-no {
    display:none;
  }
  .full-table, .full-sample {
    display: none;
  }
  .mobile-header {
    display: block;
    color: rgba(0,0,0,0.4);
    font-weight:500;
  }
  .search-results-legend span, .link-full-inventory, .link-full-sample, .search-result-headers {
    display: none !important;
  }
  .part-search-results-table .row {
    background: rgba(255,255,255,0) !important;
    transition: none;
    margin: 20px auto 40px;
    clear: both;
    display: block;
  }
  .part-search-results-table .row:last-child {
    border-bottom: 0px;
    margin-bottom: 40px;
  }
  .part-search-results-table .row div a {
    text-decoration: underline;
  }
  .part-search-results-table .row>div {
    border-right:0px;
    text-align: left;
    background: rgba(255,255,255,1);
    padding: 10px;
    font-size: 12px;
  }
  .part-search-results-table .row>div>div {
    padding:0;
  }
  .part-search-results-table .row div:nth-child(2n+1) {
    clear: both;
  }
  .part-search-results-table .row>div:nth-child(2n+1) {
    background: rgba(240,240,240,1);
  }
  .part-search-results-table .row>div:nth-child(1) {
    background: rgba(154,154,154,0.5);
    font-weight:500;
    border-bottom: 2px solid rgba(0,0,0,0.5);
  }
  .part-search-results-table .row:hover {
    background: rgba(255,255,255,0);
  }
  .part-search-results-table .row:first-child {
    background: #c0000a;
    color: #fff;
  }
  .part-search-results-table .row:first-child div {
    padding: 15px 0;
  }
  .part-search-results-table .row .search-mobile-links {
    padding:0;
  }
  .part-search-results-table .row .search-mobile-links a {
    background: #c0000a;
    text-align: center;
    color: rgba(255,255,255,1);
    text-decoration: none;
    border-right:2px solid rgba(255,255,255,1);
    height:37px;
    line-height:37px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .part-search-results-table .row .search-mobile-links a:last-child {
    border-right:none;
  }
  .part-search-results-table .row .search-mobile-links a svg {
    height:15px;
    width:15px;
    margin-right:10px;
  }
  .part-search-results-table .row .search-mobile-links a path, .part-search-results-table .row .search-mobile-links a rect {
    fill: rgba(255,255,255,1);
  }
  .acc-container {
    background: rgba(237,237,237,1);
    border-top:2px solid rgba(121,121,121,1);
    display: block;
    padding-bottom:0;
    margin-top: 30px;
    margin-bottom: 18px;
  }
  .acc-container .acc-image {
    width:100px;
    height:100px;
    float: left;
  }
  .acc-container .accs-no {
    font-size:18px;
  }
  .acc-container .acc-link {
    height:50px;
    background: rgba(225,225,225,1);
    align-items: center;
    display: flex;
    border-top:1px solid #fff;
  }
}

@media screen and (min-width:993px) and (max-width:1235px) {
  .dist-inv-ajax .fa-navicon {
    margin-left:2px;
    margin-right:0px;
  }
}

@media screen and (min-width:990px) and (max-width:1097px) {
  .col-md-1.alignright .fa {
    font-size:11px;
  }
}

.search-error {
  border:1px solid #ff0000 !important;
}

#search-error-text {
  padding:15px;
  color:#ff0000;
}

#search-info-text {
  padding:15px;
}

@media screen and (max-width:767px) {
  #ccr-form .col-sm-3.col-xs-12 {
    margin-bottom:15px;
  }
}

@media screen and (max-width:1000px) {
  #search-wrapper {
    z-index:100;
  }
}

@media screen and (max-width:1000px) {
  .dist-inv-ajax.listing-row {
    z-index:100;
  }
}

@media screen and (max-width:1000px) {
  #dist-inv-form-container .col-md-3.col-xs-12 {
    z-index:100;
  }
}

.ccr-label {
  font-size:11px;
}

#ccr-results-container {
  padding:0px 29px;
}

@media screen and (max-width:991px) {
  .ccr-ajax.col-xs-12 .col-md-2 {
    margin-bottom:5px;
  }
}

.col-md-3.ccr-label {
  margin-left:-6px;
}

#no-results {
  margin-left:-14px;
}

@media screen and (max-width:620px) {
  .ccr-ajax.listing-row {
    padding:20px 0px;
  }
}

#no-results {
  font-style:italic;
}

.ccr-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ccr-select::-ms-expand {
  display:none;
}

@media (min-width:768px) and (max-width:920px) {
  .ccr-select {
    font-size:12px;
  }
  input[name=f_competitor_part] {
    font-size:11px;
  }
}

@media (min-width:992px) and (max-width:1068px) {
  .ccr-label {
    font-size:9px;
  }
}

@media (min-width:1087px) and (max-width:1148px) {
  .TY-right .TY-CTA {
    margin-top:30px;
  }
}
@media (min-width:789px) and (max-width:1024px) {
  .TY-right .TY-CTA {
    margin-top:30px;
  }
}

@media screen and (max-width:788px) {
     .thankYou-container {
          width:100%; 
     }
     .TY-left {
          width:100%;
    min-height: 158px; 
     }
     .TY-right {
          width:100%; 
          margin-top:20px;
    min-height: 158px;
     }
     .TY-right .TY-CTA {
     margin-top: 10px;
     }
}
@media (max-width:530px) {
    .catalog-links {
        text-align:center;
    }
}
@media (max-width: 530px) {
  .catalog-links {
    text-align: left;
  }
  .red-tag {
    width: 100%;
    display: block;
  }
  .header-explainer {
    padding-bottom: 100px;
  }
}
@media (max-width:991px) {
  .part-search-results-table {
        margin-bottom:70px;
  }
  .full-curr-page {
        margin-top: -50px;
  }
}
.content-container.parts-results {
  margin-bottom:40px;
}

.series-sub-wrap {
  margin-top:55px;
}
.content-container .product-listing.row {
  padding-top:30px;
  padding-bottom:55px;
}

#post-21079 .product-actions {
  margin-top:20px;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, #search-results-query { 
    height:33px;
  } 
}
/* Old Production needed styles */
.ccr-ajax.col-xs-12 .col-md-2 { 
  word-wrap:break-word;
}
.post-type-archive-product .page-title {
  width:100% !important;
}
.thankYou-container {
     width:70%;
     margin: 0 auto;
}
.TY-left {
     width:49%;
     float:left;
     background:#F2f2f2;
     padding:15px;
     min-height:178px;
}
.TY-right {
     width:49%;
     float:right;
     background:#F2f2f2;
     padding:15px;
     min-height:178px;
}
.TY-CTA {
     background:#c00001;
     color:#fff;
     width:100%;
     padding: 10px;
     width: 100%;
     margin-top: 10px;
     float: right;
     text-align: center;
}

@media (min-width:789px) {
   .cop { height:100px; }
   .thankYou-container h3 { height: 20px; }
}

@media screen and (max-width:788px) {
     .thankYou-container {
          width:100%; 
     }
     .TY-left {
          width:100%;
    min-height: 158px; 
     }
     .TY-right {
          width:100%; 
          margin-top:20px;
    min-height: 158px;
     }
     .TY-right .TY-CTA {
     margin-top: 10px;
     }
}
.header-explainer {
    padding:15px;
    background:#EDEDED;
}
.header-explainer h1 {
    color:#C92831;
    font-size:36px;
    font-weight:bold;
    padding-bottom:15px;
    display:inline-block;
    text-transform:uppercase;
    border-bottom:7px solid #000;
}
.header-explainer h2:first-of-type {
    margin-top:-20px;
}
.header-explainer h2 {
    font-weight:400;
    margin-bottom:5px;
    text-transform:uppercase;
}
.catalog-links {
    left:0;
    bottom:0;
    width:100%;
    height:30px;
    text-align:right;
}
.catalog-links i {
    color:#000;
}
.catalog-links a {
    height:30px;
    color:#C92831;
    font-weight:500;
    line-height:30px;
    margin-right:20px;
    display:inline-block;
}
.red-tag {
  float:left;
  line-height:30px;
  color:#C92831 !important;
  font-weight:bold !important;
}
@media (max-width:1030px) {
    .red-tag {
      width:100%;
      display:block;
    }
    .catalog-links {
        text-align:center;
    }
    .header-explainer {
        padding-bottom:55px;
    }
}
@media (max-width:530px) {
    .header-explainer {
        padding-bottom:100px;
    }
}
.b-r {
  color:#C92831 !important;
  font-weight:bold !important;
}

/** Header Fixes **/
@media (min-width:1015px) and (max-width:1281px) {
  .main-menu-box ul li a {
    font-size:13px !important;
  }
}
@media (min-width:992px) and (max-width:1014px) {
  .main-menu-box ul li a {
    font-size:12px !important;
  }
}

@media (max-width:410px) {
  .page-id-8517 .header-explainer h1 {
      font-size:29px;
      width:100%;
  }
}

.search-control-contain {
  padding:0px 2px 0px 11px !important;
}

.search-control-contain:not(.reset) {
  padding-left:12px !important;
}

@media (max-width:991px) {
  .search-control-contain.reset {
    padding-left:0px !important;
  }
}