/* Section Headings  */

.smc-h1-supplier-name {
    font-size: 28px;
}

.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 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.smc-product-heading,
#additional-content .smc_section_headline,
.smc-products-heading {
    display: block;
    font-size: 22px;

}

.smc-product-heading,
#additional-content .smc_section_headline {
    font-weight: bold;
    margin: 15px 0 30px 0;
    border-bottom: 1px solid #eaeaea;
}

.supplier_rte.smc-section h2 {
    font-size: 16px;
    padding: 6px 10px;
}

.supplier_rte.smc-section h3 {
    padding-bottom: 0;
    font-size: 16px;
}

#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: 80px;
}

.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;
    width:150px;
    min-width: 101px;
}

/* .smc_banner_button, */
.smc-tools-button {
    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: 90px;
    margin-top: 40px;
    color: var(--link-blue);
}

a.products-link,
.smc-products-wrapper.smc-products-section .button-link a,
.smc-video-button,
.smc-ptm-button {
    margin: 30px auto 10px;
    display: block;
    width:150px;
}

.smc_banner_button {
    margin: 0;
}

.smc-products-wrapper .pages + .smc-ph-button {
    margin-top: -47px;
}

.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: var(--body-full-bleed-dark);
}

/* 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: 5px;
}

.dk-input {
    width: 100%;
}

.supplier-search-button::before {
    font-family: "dk";
    content: "\f02e";
    font-size: 16px;
    right: 9px;
    color: var(--text-color);
    position:  absolute;
    top: 8px;
    visibility: visible;
}

.rtl .supplier-search-button::before {
    right: auto;
    left: 9px;
}

.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;
    width: 100%;
    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;
}

#supplier_products .smc-products-select .active {
    border-bottom: 2px solid var(--red);
    padding-bottom: 18px;
    color: var(--red);
}

#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;
    gap: 30px;
}

.smc-products-wrapper .smc-products-row .smc-products {
    width: calc(27% + -51px);
    margin-bottom: 0px;
}

.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 {
    width: 100%;
    height: auto;
}

.supplier_rte.smc-section.smc-products p {
    text-align: left;
    padding: 6px 10px;
    height: 65px;
}

.rtl .supplier_rte.smc-section.smc-products p {
    text-align: right;
}

.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;
}


.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: var(--text-color);
    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;
    background-color: var(--white);
    padding: 3px 5px;
}

#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:var(--text-color);
}


/*  Spotlight Section */

.smc-spotlight-row {
    display: flex;
    flex-flow: row wrap;
    margin: -10px;
}

.supplier_rte.smc-section.smc-spotlight {
    flex: 1 20%;
    margin: 0 0 40px;
}

.supplier_rte.smc-section.smc-spotlight div {
    text-align: center;
}

.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 {
    flex: 1;
    margin: 10px;
    max-width: 33%;
}

.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, var(--bg-color--card)  50%);
}

.rtl .supplier_rte.smc-section.smc-spotlight p:after,
.rtl .supplier_rte.smc-section.smc-products p:after {
	right: unset;
    left: 0;
    text-align: left;
    background: linear-gradient(to left, #fff0, var(--bg-color--card) 50%);
}

.supplier_rte.smc-section.smc-spotlight p,
.supplier_rte.smc-section.smc-products p {
    overflow: hidden;
    position: relative;
    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: var(--text-color);
    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%;
}

.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-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-wrapper {
    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;
}

.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;
}

.billboard {
    width: 100%;
}

.billboard .inside ul {
    font-weight: bold;
    font-size: 15px;
    display: none;
}

.billboard .navigation-bar {
    text-align: center;
    border-bottom: solid 2px #000;
}

.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: 16px 24px 16px;
}

.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;*/
}

.smc_large_banner_image {
    display: inline-block;
}

.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;
}

.smc-tools-image {
    display: inline-block;
    width: 100%;
    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;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.smc-tools-left-section .smc-tools-text-section {
    max-width: 85%;
    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;
}

  /* 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%;
    margin: 8px;
    padding: 15px;
}

.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: var(--red);
    font-weight: bold;
}

.smc-ptm-title {
    font-weight: bold;
    margin: 14px 0;
    font-size: 14px;
}


/* about section */

.supplier_rte.smc-section.smc-about {
    text-align: center;
    font-size: 14px;
    margin: auto 10% 20px;
}


.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;
}

.smc-about div {
    display: inline-block;
    margin: 0 10px;
}

div.smc-about-link {
    margin: 30px 0 50px;
    display: block;
}


/*  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;
}

.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;
} 

/* 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:var(--cloud-grey);
    display: inline-block;
    border:solid 1px #000;
    opacity: 0.75;
}

.dkdk .page {
    background-color:var(--rain-grey);
}

.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 {
    background-image: none;
    border: 0;
}

.pages .page.showing {
    background-color: var(--slate-grey);
}

.dkdk .pages .page.showing {
    background-color: var(--outline-grey);
}

.pages .page_prev:before,
.pages .page_next:before {
    color:var(--slate-grey);
}

.dkdk .pages .page_prev:before,
.dkdk .pages .page_next:before {
    color:var(--rain-grey);
}

.pages .page_prev:hover:before,
.pages .page_next:hover:before  {
    color: var(--stone-grey);
}

.dkdk .pages .page_prev:hover:before,
.dkdk .pages .page_next:hover:before  {
    color: var(--cloud-grey);
}

.pages .page_prev:before {
    content: "\f104";
    font-size: 24px;
    vertical-align: end;
    font-weight: bold;
}

.rtl .pages .page_prev:before {
    content: "\f105";
}

.pages .page_next:before {
    content: "\f105";
    font-size: 24px;
    vertical-align: end;
    font-weight: bold;
}

.rtl .pages .page_next:before {
    content: "\f104";
}

.pages .page {
    margin: 0 4px 8px;
}

/*    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;
    max-height: 54px;
    height: 100%;
    font-size: 0;
}


.dkdk .navigation-bar nav {
    background:#222222;
}
            
.navigation-bar #nav ul {
    list-style: none;
    z-index: 2;
    padding: 0;
}
            
.navigation-bar #nav li {
    float: left;
    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;
    cursor: pointer;
    transition-duration: .3s;
    padding: 16px 24px 16px;
}
    
.navigation-bar #overflow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: left;
    transition-duration: .3s;
}

.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;
    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;
    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;
}

/* ref number hebrew fix  */
.family-list-item a:lang(he-il) {
  display: inline-flex;
}

.rtl .family-list-item a span:lang(he-il) {
    margin: 0 2px;
}

/* search bar in page relocate fix  */
.content-column > table + #supplier-search-wrapper {
  display: none;
}

/* attention message fix  */
.dk-message--attention ~ #supplier-search-wrapper ~ .smc-h1-supplier-name {
  padding: 35px 0 0 0;
}

.dk-message--attention ~ #supplier-search-wrapper {
  top: 80px;
}

.billboard .inside.logo-hide {
  background-image: none;
}

.billboard .inside.logo-hide .title-wrapper .smc-logo  {
  display: none;
}

.dk-accordion__panel .dk-accordion__trigger {
    padding: 14px 0;
}

.rtl .dk-accordion__trigger {
    padding-right: 0px;
    padding-left: 16px;
}

 .rtl .product-categories-row div {
    margin-left: 0px;
    margin-right: 5px;
}


@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;
    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;
}

.rtl .smc-section .smc_banner_text_section,
.smc-section .smc_banner_text_section {
    vertical-align: calc(50% + 200px);
    position: static;
    vertical-align: calc(100%);
    margin: 0;
}

.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%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
    
    
}




@media screen and (max-width:900px) {

#supplier-search-holder {
    bottom: 0px;
}
    
.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-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%;
}
    
.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;
    display: block;
}
 
    
}





@media screen and (max-width:768px) {
    
    
.supplier_rte.smc-section.smc-spotlight {
    border: 1px solid #ccc;
    flex: 1;
    margin: 10px;
    width: 208px;
    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 {
    max-width: 100%;
    width: 100%;
}
    
.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-height: 100%;
}
    
.smc-tools.tools-section {
    flex-direction: column;
    height: auto;
}
    
.smc-tools.tools-section:nth-child(2) {
    flex-direction: column-reverse;
}
    
.rtl .smc-tools-left-section,
.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_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-height: 100%;
}
    
.supplier_rte.smc-section.smc-about p {
    margin: auto 0 10px;
    text-align: left;
}
    
.rtl .smc-section .smc_banner_text_section,
.smc-section .smc_banner_text_section {
    display: block;
    width: 100%;
    vertical-align: calc(50% + 200px);
    margin: 0;
    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 {
    font-size: 14px;
    width: 100%;
    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;
}
    
.rtl .smc-tools-title {
    text-align: right;
}

.rtl .smc-tools-description {
    width: 100%;
    text-align: right;
}
    
.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;
}
    
#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 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.title-wrapper .smc-logo,
.title-wrapper ul {
    display: block;
    margin-top: 0;
}

.supplier_rte.smc-section.smc-spotlight img {
    width: 100%;
    height: auto;
}
    
.supplier_rte.smc-section.smc-spotlight {
   max-width: 100%;
}
    
.smc-products-wrapper .smc-products-row .smc-products {
    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%;
}
    
#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 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
    
.supplier_rte.smc-section.smc-spotlight p {
    padding: 0 10px;
}
    
}


@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 {
    width: 100%;
    display: inline-block;
    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;
    flex-basis: 100%;
}  
  
span.video-overlay:before {
    top: calc(50% - 20px);
}
    
.supplier_rte.smc-section.smc-spotlight {
    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 {
    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 (min-width: 400px) {

.billboard .inside.desktop-hide {
  background-image: none;
}

.billboard .inside.desktop-hide .title-wrapper .smc-logo  {
  display: none;
}
}

@media screen and (max-width:400px) {

.title-wrapper .smc-logo img {
    background-color: var(--white);
    padding: 2px;
}

.inside.remove_extra .title-wrapper .smc-logo img {
    background-color: unset;
    padding: 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 {
    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: 20px;
    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 .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;
}
    
}


@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;
    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 {
    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;
}

.layout-onecolumn .smc_section td, 
.layout-onecolumn .smc_section tr {
    display: table-cell;
    width: 100%!important;
    vertical-align: top;
}
  
.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%;
  }
  
}



/*  Product Brands */

#product-brands .dk-card {
    display: table;
    height: 130px;
}

#product-brands .dk-card a {
    display: table;
    margin: 10px auto;
    text-decoration: none;
    color: var(--link-blue)
}

#product-brands .dk-card a:hover {
    text-decoration: underline;
}

#product-brands .dk-card img {
    display: block;
}

#product-brands .dk-card span {
    display: table-caption;
    caption-side: bottom;
    text-align: center;
    font-weight: bold;
    margin: 8px 0 0;
}

