/* Section Headings  */

.smc-h1-supplier-name {
    font-size: 28px;
    padding: 17px 0 0 0;
}

.smc-ptm-heading,
.smc-tools-heading,
#related-suppliers h2,
.smc-video-heading,
.smc-section_headline,
.smc-section_headline,
.smc-about.supplier_rte.smc-section h2 {
    display: block;
    text-align: center;
    border: none;
    background-color: transparent;
    font-size: 28px;
    color:#000;
}

.smc-product-heading,
#additional-content .smc_section_headline,
.smc-products-heading {
    display: block;
    font-size: 22px;
    color:#000;
}

.smc-product-heading,
#additional-content .smc_section_headline {

font-weight: bold;
margin: 15px 0 30px 0;
border-bottom: 1px solid #eaeaea;
/*! padding-bottom: 18px; */
}

.supplier_rte.smc-section h2 {
    padding-bottom: 0;
    font-size: 16px;
    color:#000;
    padding: 0 10px;
    height: 53px;
}

#related-suppliers.smc-section h1 {
    font-size: 24px;
    color:#000;
}

.smc-product.smc-section,
.smc-spotlight-wrapper.smc-section,
.smc-products-wrapper.smc-section,
.smc-tools.smc-section,
.smc-video.smc-section,
.supplier_rte.smc-section.smc-about,
#related-suppliers.smc-section,
.supplier_rte.smc-section,
.smc-ptm.smc-section {
    margin-bottom: 100px;
    border: none;
}

.content-column .additional-content h3 {
    font-size: 14px;
}

.content-column .smc-about p,
.content-column .smc-spotlight p,
.content-column .smc-products p,
.content-column .ac-row li,
.content-column .product-categories-row li,
.content-column .smc-tools-description, 
.content-column .smc_banner_description,
.content-column .smc-ptm-description,
.content-column .smc-video-title {
    font-size: 14px;
    line-height: 1.2;
}

.content-column .ac-row li,
.content-column .product-categories-row li {
    font-size: 14px;
    line-height: 30px;
}



.button-link a,
.smc_banner_button,
.smc-about-link a {
    display: block;
    margin: 10px auto;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #cc0000;
    border: 1px solid #c00;
    border-radius: 50em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 120px;
    min-width: 101px;
    /*! margin: 30px auto 10px; */
}

/* .smc_banner_button, */
.smc-tools-button {
    display: block;
    /*! margin: 10px auto; */
    padding: 9px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #cc0000;
    border: 2px solid #cc0000;
    border-radius: 50em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 175px;
}

.smc-products-wrapper .smc-ph-button {
    display: block;
    padding: 6px 0px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 54px;
    margin-top: 40px;
}

a.products-link,
.smc-products-wrapper.smc-products-section .button-link a,
.smc-video-button,
.smc-ptm-button {
    display: block;
    /*! margin: 10px auto; */
    padding: 9px 10px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-radius: 50em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 120px;
    border-color: #ccc;
    box-shadow: inset 0 0 0 2px #ccc;
    color: #1a1552;
    margin: 30px auto 10px;
}

.smc_banner_button {
    margin: 0;
    display: block;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-radius: 50em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 120px;
    border-color: #ccc;
    box-shadow: inset 0 0 0 2px #ccc;
    color: #1a1552;
}



.smc-products-wrapper .pages + .smc-ph-button {
    margin-top: -47px;
}


a.products-link:hover,
.smc-products-wrapper.smc-products-section .button-link a:hover,
.smc_banner_button:hover,
.smc-video-button:hover,
.smc-ptm-button:hover {
    background-color: #f5f5f5;
}

.button-link a:hover,
.smc-about-link a:hover,
#supplier_advLinks a:hover,
.supplier-search-button:hover,
.smc-tools-button:hover {
    background-color: #a30000;
    color: white;
    border-color: #a30000;
}

.full-bleed {
    position: relative;
    padding-top: 10px;
}

.full-bleed:before {
    content:"";
    display: block;
    box-sizing:border-box;
    height:100%;
    position: absolute;
    top: 0px;
    z-index:-1;
    width:calc(100vw - 10px);
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.full-bleed.gray:before {
  background-color: #eee;
  border: solid 1px #ccc;
}


/* Supplier Search Bar*/

.content-column {
    position: relative;
}

#supplier-search-wrapper {
    margin: 11px 0 12px 0;
    color: #000;
    margin: 0 auto;
    position: absolute;
    right: 0px;
    top: 63px;
}

.rtl #supplier-search-wrapper {
    margin: 11px 0 12px 0;
    color: #000;
    margin: 0 auto;
    position: absolute;
    right: auto;
    left: 0px;
    top: 63px;
}

#supplier-search-select-wrapper {
	width: 168px;
	height: 20px;
	overflow: hidden;
	border: 1px solid #ccc;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
	float: right;
	display: table-cell;
	background-color: #eee;
	margin-top: 10px;
}

.rtl #supplier-search-select-wrapper {
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    float: right;
}

#supplier-search-select-wrapper:hover {
    background-color: #ccc;
}

.rtl #supplier-search-select-wrapper:hover {
        background-color: #ccc;
}

.supplier-search-type {
	background: transparent;
    margin: 0;
	border: none;
	width: 187px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
	float: left;
}

#supplier-search-select-wrapper {
    background-image: url(/-/media/Images/generic/dn.gif);
    background-repeat: no-repeat;
    background-position-x: 150px;
    background-size: 11px;
    background-position-y: 1px;
}

.rtl #supplier-search-select-wrapper {
    background-position-x: 5px;
}

.rtl .supplier-search-type {
    float: right;
}

.supplier-search-button {
    height: 22px;
	width: 50px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    float: left;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    visibility: hidden;
    margin-top: 10px;
}

#supplier-search-holder {
    position: relative;
    bottom: 19px;
}

.dk-input {
    width: 100%;
}

.supplier-search-button::before {
    font-family: "dk";
    content: "\f02e";
    font-size: 16px;
    right: 9px;
    color: #000;
    position:  absolute;
    top: 19px;
    visibility: visible;
}

.rtl .supplier-search-button::before {
    font-family: "dk";
    content: "\f02e";
    font-size: 16px;
    right: auto;
    left: 9px;
    color: #000;
    position:  absolute;
    top: 17px;
    visibility: visible;
}

.rtl #supplier-search-holder::before {
    left: -200px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

@media screen and (max-width:768px) {
    
 .rtl .supplier-search-button {
    padding: 0 0 0 0px;
  }
        
}

.supplier-search-button:hover {
    background-color: #ccc;
}

#supplier-search-holder {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
    vertical-align: top;
    text-align: right;
}

.search-text-input {
    box-sizing: border-box;
}

#supplier-link-wrapper {
    float:right;
}

.rtl #supplier-link-wrapper {
    float:left;
}

/* fix for search displaying on old smc's   */
.content-column table ~ #supplier-search-wrapper {
    display: none;
}

/* fix for search overlap when product-categories is missing   */
.content-column > div:nth-child(3) {
  padding-top: 30px;
}

.content-column >  table + div:nth-child(3) {
  padding-top: 0px;
}

.content-column #product-categories {
  padding-top: 0px;
}


/*   Product Highlights    */

#supplier_products > div {
}

.smc-product-image {
  height: 170px;
  background-color: #eee;
  vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.smc-product-image img {

}

#supplier_products .smc-products-select .active {
    border-bottom: 2px solid #c00;
    padding-bottom: 18px;
    color: #cc0000;
}

#supplier_products .smc-products-select {
    color: #999;
    font-weight: bold;
    margin: 15px 0 30px 0;
    border-bottom: 1px solid #f0eff3;
    padding-bottom: 18px;
}

#supplier_products .smc-products-select span {
    margin-right: 35px;
    font-size: 13px;
    white-space: nowrap;
}

.rtl #supplier_products .smc-products-select span {
    margin-right: 0;
    margin-left: 35px;
}

#supplier_products .smc-products-select span:hover {
    cursor: pointer;
}

div.title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.smc-products-wrapper .smc-products-row {
    display: flex;
    flex-flow: row wrap;
    margin: -10px;
}

.smc-products-wrapper .smc-products-row .smc-products {
    border: 1px solid #ccc;
    flex: 1;
    margin: 10px;
    width: 208px;
    /*! padding: 10px; */
    max-width: 372px;
    background: white;
    /*! padding: 10px; */
    border: 1px solid #ccccccb3;
    border-radius: 6px;
    box-shadow: 0 3px 5px 0 #87878780;
}

.smc-products-wrapper .smc-products-row .smc-products:first-child {

}

.supplier_rte.smc-section.smc-products div,
.supplier_rte.smc-section.smc-products h2 {
    text-align: center;
}

.supplier_rte.smc-section.smc-products div img {
    max-height: 150px;
/*    width: 100%;*/
/*    height: auto;*/
/*    border-radius: 6px 6px 0 0;*/
}

.supplier_rte.smc-section.smc-products p {
    text-align: left;
    padding: 0 10px;
    height: 70px;
}

.rtl .supplier_rte.smc-section.smc-products p {
    text-align: right;
}

.supplier_rte.smc-section.smc-products {

}

.supplier_rte.smc-section.smc-products div.bg-img {
      position: relative;
      height: 160px;
}

.smc-products-bg-image {
        opacity: 0.5;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
    height: 196px;
    width: auto;
    margin-top: 0;
}

.supplier_rte.smc-section.smc-products div.bg-img33:after {
    content: "";
    background: url(//digikeytest.digikey.com/-/media/Images/Product%20Highlights/L/Lumex%20Corporation/AstraLED-%20RGB/Lumex_AstraLED_RGBthumbnail90.jpg?la=en-US&ts=d0a6ed7f-2e5b-4404-a66f-906be46adf3e);
    opacity: 0.5;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
    background-size: 273px 273px;
}

.supplier_rte.smc-section.smc-products div.bg-imgs {
      position: relative;
      height: 160px;
}

.supplier_rte.smc-section.smc-products div.bg-imgs:after {
    content: "";
    background: url(//digikeytest.digikey.com/-/media/Images/Product%20Highlights/L/Lumex%20Corporation/QuantumBrite-%20High-Intensity%20LED%20Backlight%20Products/Lumex_QuantumBriteThumbnail90.jpg?la=en-US&ts=b2789b0d-367d-476f-b92a-f6710bc81d43);
    opacity: 0.5;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
    background-size: 273px 273px;
    background-position-y: ;
}

.bg-imgs img.smc-products-image,
.bg-img img.smc-products-image {
    margin-top: calc(266px - 237px);
    border: 1px solid #ccc;
}

.smc-img-bg {
    height: 160px;
    background-color: #eee;
/*    margin: -10px -10px 0px;*/
}


.supplier_rte.smc-section.smc-products .smc-products-small-image {
    max-height: 90px;
    vertical-align: middle;
    margin-top: 35px;
}

.supplier_rte.smc-section.smc-products .button-link {
    width: 100%;
}


/*  product categories  */

.product-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-categories-row {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.product-categories-row div {
   -webkit-column-break-inside: avoid;
    margin-left: 5px;
}

.product-categories li {
    padding: 2px 0;
}

.product-categories li a {
    color: #000;
    text-decoration: none;
}

.product-categories li a:hover {
    text-decoration: underline;
    cursor: pointer;
}


/* Related Suppliers  */

#related-suppliers.smc-section {
    margin-bottom: 50px;
    text-align: center;
    margin: 0 auto;
    max-width: 615px;
    width: 100%;
}

#related-suppliers.smc-section #supplier-list .related_supplier {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

#related-suppliers.smc-section #supplier-list .related_supplier img {
    width: 136px;
    padding: 3px;
}

#related-suppliers.smc-section #supplier-list .related_supplier span {
    display: block;
    font-size: 9px;
    margin-bottom: 5px;
    max-width: 160px;
}

#related-suppliers.smc-section #supplier-list .related_supplier a {
    text-decoration: none;
    color: black;
}


/*  Spotlight Section */

.smc-spotlight-row {
    display: flex;
    flex-flow: row wrap;
    margin: -10px;
}

.supplier_rte.smc-section.smc-spotlight {
	border: 1px solid #ccc;
    flex: 1 20%;
	margin: 0 0 40px;
}

.supplier_rte.smc-section.smc-spotlight div {
    text-align: center;
}


.supplier_rte.smc-section.smc-spotlight .smc-section_headline {

}

.supplier_rte.smc-section.smc-spotlight:nth-child(2n) {

}

.supplier_rte.smc-section.smc-spotlight p {
    padding: 0 15px;
    display: block;
    height: 70px;
}

.supplier_rte.smc-section.smc-spotlight img {
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
}


.supplier_rte.smc-section.smc-spotlight {
    border: 1px solid #ccc;
    flex: 1;
    margin: 10px;
    width: 208px;
    /*! padding: 10px; */
    background: white;
    border: 1px solid #ccccccb3;
    border-radius: 6px;
    box-shadow: 0 3px 5px 0 #87878780;
    max-width: 372px;
}

.supplier_rte.smc-section.smc-spotlight,
.supplier_rte.smc-section.smc-products {
    position: relative;
}

.supplier_rte.smc-section.smc-spotlight p:after,
.supplier_rte.smc-section.smc-products p:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 70%;
  height: 1.8em;
  background: linear-gradient(to right, #fff0, white 50%);
}

.rtl .supplier_rte.smc-section.smc-spotlight p:after,
.rtl .supplier_rte.smc-section.smc-products p:after {
  content: "";
  text-align: left;
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 1.8em;
  background: linear-gradient(to left, #fff0, white 50%);
}

.supplier_rte.smc-section.smc-spotlight p,
.supplier_rte.smc-section.smc-products p {
  overflow: hidden;
  position: relative;
  background-color:#fff;
  line-height:1.22em;
}

.supplier_rte.smc-section.smc-spotlight p {
    position: relative;
    overflow: hidden;
}

.supplier_rte.smc-section.smc-spotlight .button-link {
    margin: 15px 0;
}



/* additional-content */

.additional-content .smc_addition_content_subsection {
    margin-top: 10px;
}

#additional-content {
    margin-top: 100px;
    display: block;
}

.additional-content ul {
  list-style: none;
  padding: 0px;
  margin-top: 5px;
}

.additional-content li {
    padding: 2px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.additional-content .ac-row {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin: 20px 0;
}

.additional-content .ac-row div {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 40px 0 0;
    width: 97%;
    display: inline-block;
}

.rtl .additional-content .ac-row div {
    margin: 0 0 0 40px;
}

.additional-content .ac-row div h3 {
    margin-bottom: 14px;
    margin-top: 0;
}


.smc_addition_content_subsection .smc_additional_content_section_title,
.smc_addition_content_subsection ul {
  margin-left: 15px;
}

.additional-content .ac-row h4 .smc_additional_content_section_title {
  padding-bottom: 50px;
}

.additional-content a {
  color: #000;
  text-decoration: none;
}

.additional-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}

#smc_large_banner .smc_large_banner.smc-section {
    display: table;
    width: 100%;
}

.smc_large_banner_image {
    display: inline-block;
}

.smc-section .smc_banner_text_section {
    display: inline-block;
    width: 45%;
    /*! vertical-align: calc(50% + 200px); */
}

.smc_banner_title {
    margin-bottom: 10px;
}

.smc_banner_description {
    margin-bottom: 20px;
}

.supplier_rte smc-section {
    display: block;
}

.billboard .inside {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    margin: 0 auto;
    align-items: center;
    height: 300px;
    background-image: url('/-/media/Images/Supplier Centers/logo-background-float.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.billboard .inside.no-white {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    margin: 0 auto;
    align-items: center;
    height: 200px;
    /*! background-image: none; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-wrapper {
    /*! background-color: #fff; */
    /*! padding: 10px; */
    margin-top: -8px;
    margin: 0 auto;
}

.inside.dk-card {
    background: none;
    border: 0;
    border-radius: 0px;
    box-shadow:  empty;
}

.dk-card .title-wrapper {
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    box-shadow: 0 2px 16px 0 #00000014;
    padding: 0 30px;
}

/*.title-wrapper.no-white {*/
/*    background-color: unset;*/
/*    padding: 0px;*/
/*    margin-top: -8px;*/
/*    margin: 0 auto;*/
/*}*/

.billboard .inside.remove_extra {
    background-image: none;
}

.billboard .inside.remove_extra .title-wrapper {
    background: none;
    padding: 0;
}

.title-wrapper .smc-logo,
.title-wrapper ul {
    display: inline-block;
    padding: 25px;
}

.title-wrapper .smc-logo img {
    /*! max-width: 200px; */
    /*! height: auto; */
    /*! max-height: 150px; */
    /*! width: 100%; */
}

.billboard {
  width: 100%;
}

.billboard .inside ul {
  font-weight: bold;
  font-size: 15px;
  display: none;
}

.billboard .navigation-bar {
  /*! background-color: #444; */
  text-align: center;
  border-bottom: solid 2px #000;
  /*! background-color: rgba(0, 0, 0, 0.7); */
}

.billboard .navigation-bar > div > div {
  vertical-align: top;
  display: block;
  height: 50px;
  text-align: center;
  margin: 0 10px;
}


.billboard .smc-jump-links a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px 19px;
}

.billboard .smc-jump-links a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}


/* large banner */

.smc_large_banner > div {
    padding-bottom: 8px;
}

#smc_large_banner.smc_large_banner.smc-section {
    position: relative;
    margin-bottom: 100px;
}

#smc_large_banner.smc_large_banner.smc-section .full-bleed {
    padding: 20px 0;
}

#smc_large_banner.smc_large_banner.smc-section img {
    margin: 0 auto;
    max-height: 340px;
    width: 50%;
}

.smc_large_banner_image {
    display: inline-block;
    width: 61%;
}

.smc-section .smc_banner_text_section {
    display: inline-block;
    margin-left: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}

.rtl .smc-section .smc_banner_text_section {
    margin-right: 50px;
}

.smc_banner_title {
    margin-bottom: 10px;
    width: 100%;
    font-size: 22px;
}

.smc_banner_description {
    margin-bottom: 20px;
}

/*  Tools and Support  */

.smc-tools.smc-section #supplier_advLinks {
    margin: 0 auto;
    width: 100%;
}

.smc-tools.tools-section {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    padding: 20px 0px 40px;
    height: 335px;
}

.smc-tools-image {
	display: inline-block;
    	width: 100%;
    	max-height: 340px;
	display: block;
	margin: 0 auto;
	height: auto;
}

.smc-tools-left-section {
    -ms-flex: 1 45%;
    -webkit-flex: 1 45%;
    display: flex;
    margin: 0 40px 0 0;
    position: relative;
}

.rtl .smc-tools-left-section {
    margin: 0 0 0 40px;
}

 .smc-tools-right-section {
        -ms-flex: 1 45%;
    -webkit-flex: 1 45%;
        display: flex;
        align-items: center;
        position: relative;
}

.smc_large_banner.smc-section .smc-tools-text-section {
    vertical-align: calc(50% - 250px);
}

.smc-tools-right-section .smc-tools-text-section {
    max-width: 85%;
    display: block;
    /*! margin: 0 auto; */
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.smc-tools-left-section .smc-tools-text-section {
    /*! width: 100%; */
    /*! top: calc(50% - 100px); */
    max-width: 85%;
    /*! display: block; */
    /*! margin: 0 auto; */
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.smc-tools-title {
    font-size: 22px;
    width: 85%;
}

.smc-tools-description {
    margin-bottom: 40px;
}

#supplier_advLinks a:hover {
    text-decoration: none!important;
}

  /* PTM Section */


.smc-ptm.smc-section {
    padding: 10px 0;
}


.smc-ptm-wrapper {
    display: -ms-flex;
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
    margin: 10px 20px;
    padding: 20px;
}

.smc-ptm-section {
    -ms-flex: 1 45%;
    -webkit-flex: 1 45%;
    flex: 1 45%;
    max-width: 46%;
    text-align: left;
    flex-grow: 1;
    justify-content: flex-end;
    padding-right: 20px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 8px;
    padding: 10px;
    background-color: #fff;
    background: white;
    padding: 15px;
    border: 1px solid #ccccccb3;
    border-radius: 6px;
    box-shadow: 0 3px 5px 0 #87878780;
}

.rtl .smc-ptm-section {
    text-align: right;
}

.smc-ptm-section img {
    float: left;
    margin-right: 25px;
    width: 90px;
    margin-bottom: 15px;
}

.rtl .smc-ptm-section img {
    clear: both;
    float: right;
    margin-right: 0;
    margin-left: 25px;
    width: 90px;
}

.smc-ptm-duration {

    color: #cc0000;
    font-weight: bold;
}

.smc-ptm-title {
    font-weight: bold;
    margin: 14px 0;
    color: #444444;
    font-size: 14px;
}


/* about section */

.supplier_rte.smc-section.smc-about {
    text-align: center;
    font-size: 14px;
    margin: auto 10% 20px;
}

.smc-about-link .supplier-link {
    /*! color: #cc0000; */
    /*! background: #fff; */
}

.supplier_rte.smc-section.smc-about .about-supplier-paragraphs {
    text-align: left;
    font-size: 14px;
}

.rtl .supplier_rte.smc-section.smc-about .about-supplier-paragraphs {
    text-align: right;
    font-size: 14px;
}

/* .supplier-button {
    height: 22px;
    width: 50px;
    border: 0;
    margin: 0;
    padding: 0 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    float: right;
    background-image: url(/-/media/designer/header/mvc/images/header-search.png);
    background-size: 1px 32px;
    border-radius: 0 2px 2px 0;
    font-family: 'dk';
    font-size: 18px;
    vertical-align: top;
} */

.smc-about div {
  display: inline-block;
  margin: 0 10px;
}

div.smc-about-link {
  margin: 20px;
}


/*  Video Section   */

.smc-video-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.smc-video-section {
    padding-right: 20px;
    flex: 1 22%;
    height: auto;
    max-width: 275px;
    margin: 0 auto;
}

.rtl .smc-video-section {
    padding-right: 0;
    padding-left: 20px;
}

.smc-video-section:last-child {
    padding-right: 0;
}

 .smc-video-title {
    padding: 10px 0;
    height: 28px;
    /*! font-weight: bold; */
}

.smc-video-section img {
    width: 100%;
    height: 100%;
    max-height: 155px;
}

 span.video-overlay {
   position: relative;
   display: block;
}

   span.video-overlay:before {
  content: "\ea1c";
  color: white;
  font-size: 25px;
  display: block;
  position:absolute;
  border: 2px solid white;
  border-radius: 50%;
  background-color: black;
  padding: 4px 3px 0 7px;
  text-align: center;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  text-decoration: none;
} 

/* .smc-video-button {
    display: block;
    margin: 20px auto 0;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #cc0000;
    border-radius: 50em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 175px;
    background-color: #cc0000;
} */

/* Pagination  */

.pages {
    clear: both;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 20px;
}

.smc-products-section ~ .pages {
    margin-top: 40px;
}

.page {
    cursor: pointer;
    width:8px;
    height:8px;
    border-radius: 50%;
    background-color:#fff;
    display: inline-block;
    border:solid 1px #000;
    opacity: 0.75;
}

.pages .page_prev,
.pages .page_next {
    height: 13px;
    width: 13px;
    cursor: pointer;
    display: inline-block;
    opacity: .75;
    border: 0;
    background: none;
    margin: 0 10px;
}

.pages .page_prev:hover,
.pages .page_next:hover {
    opacity: .50;
}

.page_prev:before ~ .page.showing {
    color: green!important;
}

.pages .page {
    background-image: none;
    border: 0;
    background-color: #aaa;
}

.pages .page.showing {
    background-color: #1a1552;
}

.pages .page_prev:before {
    content: "\f104";
    font-size: 24px;
    vertical-align: end;
    font-weight: bold;
    color: #1a1552;
}

.rtl .pages .page_prev:before {
    content: "\f105";
}

.pages .page_next:before {
    content: "\f105";
    font-size: 24px;
    vertical-align: end;
    font-weight: bold;
    color: #1a1552;
}

.rtl .pages .page_next:before {
    content: "\f104";
}

.pages span {
    margin: 0 4px;
}

.pages .page {
    margin-bottom: 5px;
}

#supplier-list .pages,
.smc-tools.smc-section #supplier_advLinks .pages {
    /*! margin-top: 5px; */
}


/*    Jump to overflow   */


            body > .smc-jump-links {
              overflow-y: scroll;
            }
            
            nav ul.smc-jump-links {
              list-style: none;
              display: inline-block;
              margin: 0;
              padding: 0;
            }
            
            .navigation-bar nav {
              background: #444444;
              overflow: hidden;
              /*! height: 54px; */
              max-height: 54px;
              height: 100%;
              font-size: 0;
            }
            
            .navigation-bar #nav ul {
                list-style: none;
                z-index: 2;
                padding: 0;
            }
            
            .navigation-bar #nav li {
                  float: left;
                  margin-top: 10px;
                  font-size: 12px;
            }

            .navigation-bar #nav .more li {
                  float: left;
                  margin-top: 0px;
            }

            .rtl .navigation-bar #nav li {
                  float: right;
            }
            
            .navigation-bar #nav li.more {
                    text-align: center;
                    display: none;
            }

                  .navigation-bar #nav li.more:hover {
                      background-color: rgba(0, 0, 0, 0.3);
                    }
            
            .smc-jump-links .more:hover ul#overflow {
                      opacity: 1;
                      visibility: visible;
                    }
                  
            .smc-jump-links .more li a,.smc-jump-links span {
                    display: block;
                    color: #fff;
                    text-decoration: none;
                    /*! padding: 1.3em; */
                    cursor: pointer;
                    transition-duration: .3s;
                    padding: 10px 25px 19px;
                    }
                    
                    nav a,span:hover {
                      /*! background: #4A4A4A; */
                    }
            
              .navigation-bar #overflow {
                opacity: 0;
                visibility: hidden;
                position: absolute;
                text-align: left;
                transition-duration: .3s;
                /*! margin-top: 11px; */
              }

              .rtl .navigation-bar #overflow {
                text-align: right;
                left: 0px !important;
              }
              
                .navigation-bar #overflow a {
                  float: none;
                  background: none;
                }

                .navigation-bar #overflow li {
                    float: none !important;
/*                     background: #4A4A4A; */
                    white-space: nowrap;
                    background-color: rgba(0, 0, 0, 0.77);
                  }

                    .navigation-bar #overflow li:hover {
                      background-color: rgba(0, 0, 0, 0.88);
                    }

    #nav .more span:after {
        font-family: "dk" !important;
        content: "\f05c";
        font-size: 10px;
        /*! float: right; */
        padding-left: 5px;
    }
            
   .rtl     #nav .more span:after {
        font-family: "dk" !important;
        content: "\f05c";
        font-size: 10px;
        float: left;
        padding-right: 5px;
       margin-top: 3px;
    }



/* search bar in page relocate fix  */
.content-column > table + #supplier-search-wrapper {
  display: none;
}


@media screen and (max-width:1100px) {
    
    .smc-products-wrapper .smc-products-row .smc-products {
    flex: 1 44%;
    max-width: none;
}
    
    .supplier_rte.smc-section.smc-products p {
    text-align: left;
    /*! height: 75px; */
    display: block;
}
    
.additional-content .ac-row {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
         margin: 20px 0;
}
    
#smc_large_banner .smc_large_banner.smc-section {
    display: block;
    width: 100%;
    text-align: center;
}

.smc-section .smc_banner_text_section {
    vertical-align: calc(50% + 200px);
    position: static;
    vertical-align: calc(100%);
    margin-left: 0px;
}

      .smc-ptm-section {
    -ms-flex: 1 30%;
    -webkit-flex: 1 30%;
    flex: 1 30%;
    max-width: 50%;
}
    
        .smc-ptm-wrapper {
    margin: 10px -8px;
    padding: 20px 0;
}
    
    .smc-tools-right-section .smc-tools-text-section {
    max-width: 100%;
}
    
    .smc-tools-left-section .smc-tools-text-section {
    max-width: 100%;
}
    
    .smc-section .smc_banner_text_section {
    width: 100%;
    /*! vertical-align: calc(100%); */
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
    
    
}




@media screen and (max-width:900px) {
    
    .search-text-input.dk-input {
    margin-bottom: 0;
    }
    
  .smc-h1-supplier-name {
    padding: 0;
}
    
  #supplier-search-select-wrapper {
    background-image: url(/-/media/Images/generic/dn.gif);
    background-repeat: no-repeat;
    background-position-x: 72px;
    background-size: 12px;
    background-position-y: 4px;
}
    
  #supplier-search-wrapper {
    margin: 11px 0 12px 0;
    position: static;
    top: 0px;
}

  .rtl   #supplier-search-wrapper {
    margin: 11px 0 12px 0;
    position: static;
    top: 0px;
}
    
    .smc-ptm-wrapper {
    display: -ms-flex;
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
    margin: 10px -8px;
    padding: 20px 0;
}
    
    .smc-products-wrapper  {
        /*! flex-wrap:wrap; */
    }
    
  .smc-ptm-section {
    -ms-flex: 1 45%;
    -webkit-flex: 1 45%;
    flex: 1 30%;
    max-width: 50%;
}
    
  
    span.video-overlay:before {
      font-size: 20px;
   }
    
    .smc-video-title {
        padding: 10px 0;
        height: 28px;
    }
    
    .smc-video-wrapper {
    width: 100%;
}

.smc-video-section {
    flex: 1 40%;
    padding-top: 20px;
}
    
.smc-video-section:nth-child(even) {
    padding-right: 0;
}

    
 .smc-video-section img {
    width: 100%;
    height: 100%;
    /*! max-height: 204px; */
}
    
.supplier_rte.smc-section.smc-spotlight .button-link a,
.smc-products-wrapper.smc-products-section .button-link a {
    /*! width: 60%; */
    /*! max-width: 200px; */
}
    
.supplier_rte.smc-section.smc-products {
    flex: 1 38%;
}
    
    .pages {
    clear: both;
    text-align: center;
    padding-top: 10px;
}
    
  .smc-product-image {
    height: 140px;
    background-color: #eee;
}
    
    .supplier_rte.smc-section.smc-products p {
    text-align: left;
    /*! height: 55px; */
    display: block;
}
 
    
}





@media screen and (max-width:768px) {
    
    
  .supplier_rte.smc-section.smc-spotlight {
    border: 1px solid #ccc;
    flex: 1;
    margin: 10px;
    width: 208px;
    /*! padding: 10px; */
    flex-basis: 40%;
}  
    

    


    
    .smc-ptm-section {
    -ms-flex: 1 45%;
    -webkit-flex: 1 45%;
    flex: 1 90%;
    max-width: 100%;
}
    
    .smc-spotlight-row {
    display: flex;
    flex-flow: row wrap;
}
    
.supplier_rte.smc-section.smc-spotlight {
    /*! margin: 0 0px 20px; */
    max-width: 100%;
    width: 100%;
}
    
 .supplier_rte.smc-section.smc-spotlight:nth-child(2n) {
    /*! margin: 10px; */
    /*! margin-bottom: 20px; */
}
    
.additional-content .ac-row {
  -webkit-column-count: 2;
     -moz-column-count: 2;
        column-count: 2;
        margin: 30px 0;
}
  
  #accordionNav {
        display: block;
        width: 100% !important;
  }
  
   .navigation-bar div.smc-jump-links a {
        display: none;
    }
    
    #smc_large_banner.smc_large_banner.smc-section img {
        width: 100%;
        height: auto;
        max-width: 100%;
}
    
    .smc-tools.tools-section {
        flex-direction: column;
        height: auto;
    }
    
    .smc-tools.tools-section:nth-child(2) {
        flex-direction: column-reverse;
    }
    
    .smc-tools-left-section,
    .smc-tools-right-section {
        position: static;
        -ms-flex: 1 auto;
        -webkit-flex: 1 auto;
        flex: 1 auto;
        padding: 0;
        margin: 0;
    }

    .smc-tools-left-section .smc-tools-text-section,
    .smc-tools-right-section .smc-tools-text-section {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -ms-transform:        none;
        transform: none;
    }
    
    .smc_banner_text_section {
        /*! text-align: center; */
    }
    
    .smc_banner_button {
        margin: 0 auto;
    }
    
    .smc-tools-text-section  {
        text-align: center;
    }
    
    .smc-tools-button {
        margin-bottom: 20px;
    }
    
    .product-categories-row {
       -webkit-column-count: 2;
       -moz-column-count: 2;
       column-count: 2;
       margin: 20px 0;
}
    
    .smc-tools-image {
    width: 100%;
    height: auto;
    max-width: 100%;
}
    
    .supplier_rte.smc-section.smc-about p {
      margin: auto 0 10px;
      text-align: left;
}
    
    .smc-section .smc_banner_text_section {
    display: block;
    width: 100%;
    vertical-align: calc(50% + 200px);
    margin-left: 0em;
    position: static;
}
    
    #supplier-search-select-wrapper {
        height: 28px;
        background-color: #ddd;
    }
    
    .supplier-search-type {
        height: 27px;
    }
    
    .supplier-search-button,
    .supplier-search-button .supplier-button {
        height: 30px;
    }
    
    .search-text-input {
        /*! height: 30px; */
        font-size: 14px;
        width: 100%;
        /*! border: 0; */
        box-sizing: border-box;
    }
    
    #supplier-search-select-wrapper {
	    width: 168px;
	    margin-top: 10px;
    }
    
    .smc-tools-title {
        text-align: left;
}

    .smc-tools-description {
        width: 100%;
        text-align: left;
}
    
  .supplier_rte.smc-section.smc-products {
    flex: 1;
    flex-basis: 40%;
}
    
        .supplier_rte.smc-section.smc-products p {
    text-align: left;
    display: block;
}
    
    .supplier_rte.smc-section.smc-spotlight p {
    padding: 0 10px;
    /*! height: 100px; */
}
    
    #smc_large_banner.smc_large_banner.smc-section .full-bleed {
        text-align: center;
}
    
    .smc-tools .pages {
        margin-top: -20px;
    }
    
    .navigation-bar nav {
        display: none;
    }
    
    .supplier_rte.smc-section.smc-about {
        margin: 0 0 20px;
    }
    
    
}








@media screen and (max-width:650px) {

    
 .title-wrapper.dk-card {
    /*! background-color: #fff; */
    /*! height: 46px; */
    margin-bottom: 10px;
    margin-top: 10px;
}

.title-wrapper .smc-logo,
.title-wrapper ul {
    display: block;
    /*! padding: 0; */
    margin-top: 0;
}
    
    .smc-spotlight-row { 
       /*! display: block; */
}
    
.supplier_rte.smc-section.smc-spotlight img {
    width: 100%;
    height: auto;
}
    
    .supplier_rte.smc-section.smc-spotlight {
        max-width: 100%;
    }
    
 .supplier_rte.smc-section.smc-spotlight:nth-child(2n) {
    /*! margin: 0; */
    /*! margin-bottom: 20px; */
}
    
    
        .smc-products-wrapper .smc-products-row {
    /*! display: block; */
    /*! flex-flow: row wrap; */
    /*! flex-direction: column; */
}
    
    .smc-products-wrapper .smc-products-row .smc-products:nth-child(2n) {
}

    .smc-products-wrapper .smc-products-row .smc-products {
    /*! margin: 0 0px 20px; */
    /*! width: 100%; */
        max-width: none;
}
    
    #supplier-list .related_supplier:nth-last-child(-n + 2) {
        display: table;
    }
        
    .smc-video-section {
        flex: 1 100%;
}
    
    .smc-video-section {
    padding-right: 10px;
    margin: 0 auto;
}

    
   .smc-video-section img {
    width: 100%;
    height: 100%;
    /*! max-height: 331px; */
}
    
    #related-suppliers.smc-section {
    margin-bottom: 50px;
    text-align: center;
    margin: 0 auto;
    width: 55%;
}
    
    #related-suppliers.smc-section #supplier-list {
        margin: auto 0%;
    }
    
    
#related-suppliers.smc-section #supplier-list .related_supplier {
    /*! float: left; */
    width: 50%;
    display: inline-block;
    /*! width: 25%; */
    vertical-align: top;
}
    
        .supplier_rte.smc-section.smc-spotlight p {
    padding: 0 10px;
    /*! height: 88px; */
}
    
}


@media screen and (max-width:600px) {
    
    
    
    
    
    
    
    
    .smc-video-section {
    padding-right: 0;
    margin: 0 auto;
}
    
        
    #related-suppliers.smc-section {
    margin-bottom: 50px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
        
#related-suppliers.smc-section #supplier-list .related_supplier {
    /*! float: left; */
    width: 100%;
    display: inline-block;
    /*! width: 25%; */
    vertical-align: top;
}
    
        #related-suppliers.smc-section #supplier-list {
          margin: auto 34%;
    }
    
    #related-suppliers.smc-section #supplier-list .related_supplier span {
    display: block;
    font-size: 9px;
    margin-bottom: 5px;
    max-width: 165px;
    width: 100%;
}
    
    
}



@media screen and (max-width:500px) {
    
        
    .supplier_rte.smc-section.smc-spotlight {
    border: 1px solid #ccc;
    flex: 1 auto;
    margin: 10px;
    width: 208px;
    /*! padding: 10px; */
    flex-basis: 100%;
}  
  
  span.video-overlay:before {
      top: calc(50% - 20px);
   }
    
  .supplier_rte.smc-section.smc-spotlight {
        /*! margin-right: 0; */
        margin-bottom: 20px;
    }
    
   div.smc-about-link {
  margin-bottom: 10px;
}
    
        .supplier_rte.smc-section.smc-spotlight {
        width: 100%;
    }
    
  .supplier_rte.smc-section.smc-products {
    flex: 1;
    flex-basis: 100%;
}
    
    .smc-tools-image {
        width: 100%;
        height: auto;
        max-width: 100%;
}
    
        #related-suppliers.smc-section #supplier-list {
        margin: auto 25%;
    }
    
    .smc-tools-left-section .smc-tools-text-section,
    .smc-tools-right-section .smc-tools-text-section {
        position: static;
        width: 100%;
        max-width: 100%;
    }
    

            
    #related-suppliers.smc-section {
    margin-bottom: 50px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
        
#related-suppliers.smc-section #supplier-list .related_supplier {
    /*! float: left; */
    width: 100%;
}
    
        #related-suppliers.smc-section #supplier-list {
          margin: auto 30%;
    }
    
    #related-suppliers.smc-section #supplier-list .related_supplier span {
    display: block;
    font-size: 9px;
    margin-bottom: 5px;
    max-width: 165px;
    width: 100%;
}
    
        .smc-tools-button {
        margin-bottom: 20px;
        margin: auto;
        text-align: center;
    }
    
    .smc-tools-title {
    font-size: 22px;
    width: 100%;
}
    
}

@media screen and (max-width:450px) {
    
    #supplier-search-holder {
        width: 100%;
    }
    
    .supplier-search-button {
    margin-top: 10px;
}

#supplier-search-select-wrapper {
    display: none;
}
    
    .supplier_rte.smc-section.smc-spotlight {
        width: 100%;
    }
    
}

@media screen and (max-width:400px) {
    
.smc-ptm-heading,
.smc-tools-heading,
#related-suppliers h2,
.smc-video-heading,
.smc-section_headline,
.smc-section_headline,
.smc-about.supplier_rte.smc-section h2 {
    margin-bottom: 40px;
}

    #supplier-search-wrapper {
        max-width: 250px;
        width: 100%;
        display: table;
    }
    
    #supplier-search-wrapper {
        margin-bottom: 0px;
    }
    
    
    .content-column #supplier-search-wrapper {
    position: relative;
    padding-top: 10px;
    max-width: 100%;
    top: -34px;
}

.content-column #supplier-search-wrapper:before {
    content:"";
    display: block;
    box-sizing:border-box;
    height:100%;
    position: absolute;
    top: 2px;
    z-index:-1;
    width:calc(100vw - -34px);
    left: 47%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.content-column > #supplier-search-wrapper:before {
  background-color: #444;
  border: solid 1px #ccc;
}
    
    
    
    .product-categories-row {
    -webkit-column-count: 1;
     -moz-column-count: 1;
    column-count: 1;
    margin: 20px 0;
}
    
    .additional-content .ac-row {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
          margin: 0px;
}
    
       .smc_large_banner_image {
    width: 100%;
    height: auto;
    max-width: 100%;

}
    
/*     .supplier_rte.smc-section ul {
        display: none;
    } */
    
    .supplier_rte.smc-section .additional-content .ac-row .smc_additional_content_section_title + ul {
	display: none;
    }
    
    .smc-tools-image {
    width: 100%;
    height: auto;
}
    
    .additional-content .ac-row .smc_additional_content_section_title {
        cursor: pointer;
    }

    .additional-content .ac-row .smc_additional_content_section_title:after {
        float: right;
        font-family: 'dk' !important;
        content: "\f067\00a0";
        font-size: 12px;
        font-weight: normal;
        color: #333;
    }
    
    
    .additional-content .ac-row .smc_additional_content_section_title.active:after {
        font-family: 'dk' !important; 
        content: "\f068\00a0";
    }
    
    .supplier_rte.smc-section .additional-content .ac-row .smc_additional_content_section_title.active + ul {
	display: block;
    }
    
    
        #related-suppliers.smc-section {
    margin-bottom: 50px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
        
#related-suppliers.smc-section #supplier-list .related_supplier {
    float: none;
    width: 100%;
}
    
        #related-suppliers.smc-section #supplier-list {
          margin: auto 25%;
    }
    
    #related-suppliers.smc-section #supplier-list .related_supplier span {
    display: block;
    font-size: 9px;
    margin-bottom: 5px;
    max-width: 171px;
    width: 100%;
}

.additional-content .ac-row div {
    display: block;
}
    
    .billboard .inside {
        height: 100%;
        background-image: none;
    }
    
    .billboard .navigation-bar {
        border-bottom: none;
        background-color: #fff;
    }
    
    #supplier-search-holder .search-text-input {
        border: 1px solid #ccc;
    }
  
    .billboard .inside.remove_extra {
    	background-color: #444; 
    	padding: 10px;
}  
    
    #supplier-search-holder {
    position: relative;
    bottom: 0px;
}
    
/*    #supplier_products .smc-products-select span {*/
/*        margin-right: 20px;*/
/*}*/
    
}


@media screen and (max-width:350px) {
    
        .content-column > div:nth-child(1) {
    position: relative;
    padding-top: 10px;
}

.content-column > div:nth-child(1):before {
    content:"";
    display: block;
    box-sizing:border-box;
    height:100%;
    position: absolute;
    top: 0px;
    z-index:-1;
    width:calc(100vw + 13px);
    left: 48%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.content-column > #supplier-search-wrapper:before {
  background-color: #444;
  border: solid 1px #ccc;
}
   
    
  
    span.video-overlay:before {
      top: calc(50% - 20px);
      left: calc(50% - 20px);
   }
}


.supplier-result-container .table-main {
  width: 100%;
  display: inline-table;
  padding: 10px 0;
}  

.supplier-result-container .table-left,
.supplier-result-container .table-right {
  width: 45%;
  display: table-cell;
}  


.table-main .smc-video-section {
    height: auto;
    width: 75%;
  }

.table-main .smc-video-section img {
    max-height: 100%;
  }

@media screen and (max-width:768px) {
  
  .layout-threecolumn-even .content-column {
	display: block;
	vertical-align:top;
	width: 100%;
	padding: 0 0 2%;
}
  
.supplier-result-container .table-main {
  width: 100%;
  display: block;
  padding: 10px 0;
}  

.supplier-result-container .table-left,
.supplier-result-container .table-right {
  width: auto;
  display: block;
}  
  
  
  #supplier-search-select-wrapper {
	width: 90px;
  }

  .supplier-logo,
  .supplier-description {
    display: block;
  }
  
  #jumpTos span {
    display: block;
  }
  
  .accordionTable .row {
	display: block;
}
  
  .accordionTable .accordionNav {
    display: block;
    /*! width: 100% !important; */
    padding: 0!important;
  }
  
  .accordionSpacers {
    display: none;
  }
  
   #tools_and_support .supplier_rte tr td:nth-child(2n + 2),
  .supplier_tools tr td:nth-child(2n + 2),
  .grid-layout tr td:nth-child(2n + 2) {
    border-top:solid 1px #999 !important;
}
  
  .supplier_rte td + td, .supplier_tools td + td, .grid-layout td + td {
    border-left:solid 0px #999;
}
  
  .newproducttable td + td {
    border-left:solid 0px #999;
}

  .newproducttable tr td {
    border-top:solid 1px #999 !important;
}
  
  .newproducttable tr td:nth-of-type(1) {
    border-top:solid 0px #999 !important;
}

.layout-onecolumn .smc_section img {
    /*! width: 100%; */
    height: auto;
  margin: 0 10px;
  }

   tr td[style*='2%'] {
    display: none;
  }
  
  .layout-onecolumn .smc_section table tbody tr {
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    padding: 0px;
    margin:.layout-onecolumn .smc_section 0 -5px;
    list-style: none;
    max-width: 1024px;
    width: 100%;
  }

  .layout-onecolumn .smc_section table tbody tr td {
    display: block;
    -ms-flex: 1 auto;
    flex: 1 auto;
    flex-basis: 100%;
  }
    
  .layout-onecolumn .smc_section table tbody tr td:first-child {
    width: 45%;
    order: 1;
  }

  .layout-onecolumn .smc_section table tbody tr td:nth-child(2) {
    width: 45%;
    order: 2;
  }

  .layout-onecolumn .smc_section table tbody tr td:nth-child(2n+3) {
    width: 45%;
    order: 2;
  }

  .layout-onecolumn .smc_section table tbody tr td:nth-child(4n) {
    width: 45%;
    order: 3;
  }

  .layout-onecolumn .smc_section table tbody tr td:nth-child(6n) {
    width: 45%;
    order: 4;
  }

  .layout-onecolumn .smc_section table tbody tr td:empty {
    border: 1px solid white;
}

  .layout-onecolumn .smc_section table, 
  .layout-onecolumn .smc_section thead, 
  .layout-onecolumn .smc_sectiontbody, 
  .layout-onecolumn .smc_section th, 
  .layout-onecolumn .smc_section td, 
  .layout-onecolumn .smc_section tr {
    display: block; 
  }

 .layout-onecolumn .smc_section table {
  width: 100%;
  }

  .layout-onecolumn .smc_section table,
  .layout-onecolumn .smc_section .table-main {
    display: table;
/*    width: 100%;*/
}

    .layout-onecolumn .smc_section td, 
  .layout-onecolumn .smc_section tr {
    display: table-cell;
    width: 100%!important;
    vertical-align: top;
    /*! padding: 5px 0px !important; */
}
  
  .layout-onecolumn .smc_section tr {
    padding: 0px !important;
  }

.layout-onecolumn .smc_section p {
  margin: 0px 10px;
}

     .layout-onecolumn .smc_section td, 
  .layout-onecolumn .smc_section tr {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-right: 10px;
}
  
  .newproducttable a {
    margin-right: 10px;
  }
  
  .smc_section h4,
  .smc_section strong {
    margin-left: 5px;
  }
  
  .smc_section ul {
    margin-left: 10px;
  }

.content-column .table-main .table-right img:nth-child(n+2) {
  padding-left: 20px;
}

  .content-column .table-main div.table-heading,
  .content-column .table-main div.table-heading-blank:not(:empty),
  #leftColumn .richtextcontent .table-main div.table-heading,
  #leftColumn .richtextcontent .table-main div.table-heading-blank:not(:empty) {
    font-weight: bold;
}

  .content-column .table-main div.table-heading:empty,
  .content-column .table-main div.table-heading-blank:empty,
  #leftColumn .richtextcontent .table-main div.table-heading-blank:empty {
    border: 1px solid white;
    height: 15px;
}
  
  .table-main .smc-video-section {
    height: auto;
    width: 100%;
    /*! max-width: 300px; */
  }
  
}
