﻿@charset "UTF-8";
/* Manufacturer Template Pages */
.panel-heading {
  padding: 10px 15px;
}

.ViewAllLnk {
  font-weight: bold;
  font-size: 14px;
}

#supplier_container .search-breadcrumb {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.responsive-desktop #supplier_container .ecia {
  float: right;
}

h2.seoh2DefaultPage {
  font-size: 18px;
  font-weight: bold !important;
  color: #000000;
  display: inline;
  letter-spacing: 0;
}

.SearchResultsTopLevelCategory h2.seoh2DefaultPage {
  color: #0070BB;
}

.light-grey-panel > .panel-heading {
  background-color: #e0e4e9;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  padding: 7px 10px;
}

ul.category-list-items {
  padding-left: 15px;
}

.responsive-desktop ul.category-list-items {
  column-count: 3;
}

.category-list-items li a {
  font-size: 12px;
  line-height: 1.9;
  color: #0070BB;
}

.mfr-category-list-items li a {
  font-size: 12px;
  line-height: 1.9;
  color: #0070BB;
  position: relative;
}

.mfr-category-list-items li:focus-within {
  scroll-margin-top: 2.313rem;
}

.mfr-category-list-items li a:focus {
  outline: auto;
  position: relative;
  z-index: 1;
}

.category-wrapper {
  display: inline-block;
}

#supplier_body {
  margin: 0 0 20px 0;
}

#mobileSidebar {
  padding-bottom: 10px;
}

.scrollUnresponsive {
  width: 100%;
  overflow-x: auto;
}

.btnDropDownWidth {
  width: 100%;
}

.responsive #supplier_logo, .force-responsive #supplier_logo {
  margin-top: 10px;
  min-height: 60px;
  text-align: center;
}

.supplier_np_link {
  top: 28px;
}

.supplier_np_link span {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

#supplier_search {
  padding-top: 25px;
}

#sidebar > ul {
  display: block;
  top: 0;
  border: 1px solid #ccc;
  margin: auto 0 !important;
  padding: 0;
  list-style-type: none;
}

#sidebar > ul > li {
  padding: 0;
}

#sidebar > ul > li.accent > a.first {
  border-bottom: 1px solid #DDD;
}

#sidebar > ul > li.accent > a > i {
  color: white;
}

.accent, #sidebar > ul > li.accent > a {
  background: #004a85;
}

#sidebar > ul > li {
  padding: 0;
}

span.slp-nav-icon {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
}

span.slp-nav-icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

span.slp-nav-text {
  margin-right: 5px;
}

span.slp-nav-icon-centered {
  vertical-align: middle;
  display: inline-block;
}

#sidebar > ul > li > a {
  position: relative;
  list-style-type: none;
  display: block;
  font-size: 1.3em;
  border-bottom: 1px solid #ccc;
  margin: auto;
  padding: 15px 15px !important;
  color: #333;
  text-decoration: none;
}

#sidebar > ul > li.accent > a {
  color: black;
  border-right: none;
  color: #fff;
}

#sidebar > ul > li.accent > a.first {
  border-bottom: 1px solid #DDD;
}

#sidebar > ul > li > a.last {
  border-bottom: none;
}

#sidebar > ul > li > a > i {
  color: black;
}

ul.mobilesidebar {
  width: 100% !important;
  margin: 0px;
}

ul.mobilesidebar > li {
  list-style-type: none;
  padding: 10px 10px;
  border-top: 1px solid #d9d9d9;
}

ul.mobilesidebar > li > a {
  color: #000 !important;
  font-size: 13px;
  padding: 0 !important;
  padding-left: 5px !important;
}

ul.mobilesidebar > li > a:hover {
  background-color: transparent;
}

ul.mobilesidebar > li.accent > a {
  color: #fff !important;
}

#sidebar > ul > li.accent > a > i {
  color: white;
}

.btn-custom {
  background: #cc0000;
  color: #fff;
  font-size: 15px;
}

.content-wrapper {
  max-width: 1200px;
  padding-top: 13px;
}

.search_box {
  margin: 5px 0;
  border: 1px solid #ccc;
  -moz-box-shadow: -2px 3px 4px 0 #aaa;
  -webkit-box-shadow: -2px 3px 4px 0 #aaa;
  box-shadow: -2px 3px 4px 0 #aaa;
}

.clear {
  clear: both;
}

.search_box input.search_txt {
  border: none;
  height: 30px;
  padding: 5px 2px 5px 2px;
  color: #666;
  background: transparent;
}

.search_box input.search_btn {
  text-indent: -9999px;
  /* hack for ie7 text-indent*/
  text-transform: capitalize;
  /* hack for ie7 text-indent*/
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  border: 0;
  cursor: pointer;
  background: transparent url("/css/img/supplier-search-btn.png") 0 0;
}

/*
.mask {  
	background-color: #000;
	width:20px;	
	height:20px; 
}
.mask { 
	-webkit-mask-image: url('/css/img/supplier-search-btn.png'); 
	-webkit-mask-position: 0 0;
	-webkit-mask-size: 20px 20px;
	-webkit-mask-repeat: no-repeat; 
}
*/
#supplier_content {
  display: block;
  padding: 0 20px 10px 20px;
}

.all_products,
.newest_products {
  padding: 15px 5px;
  display: block;
}

.all_products h3,
.newest_products h3,
.newest_products h3 .highlight {
  font-size: 16px;
  color: #333333;
}

.all_products a,
.newest_products a {
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
  display: block;
}

.all_products a span,
.newest_products a span {
  display: block;
}

#supplier_content > div.tab-content {
  background-color: transparent;
  min-height: 400px;
  position: relative;
  padding: 0;
  display: none;
}

.catTitle {
  margin: 10px 0;
  display: block;
}

.category_sub a {
  line-height: 1.5em;
}

/* Applications / Tech */
#mfr_applications {
  zoom: 1;
  text-align: center;
  margin-top: 30px;
}

ul.applications_list {
  list-style-type: none;
}

ul.applications_list ul {
  text-align: center;
}

ul.applications_list li {
  margin: 0 0 10px 0;
}

ul.applications_list li a {
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}

ul.applications_list li img {
  width: 90px;
}

/* Resources */
#resources {
  display: block;
  *display: inline;
  zoom: 1;
}

#supplier_content h1,
#supplier_content h2 {
  margin-bottom: 20px;
  margin-top: 0px;
}

#h2FeaturedProd {
  color: #333333;
}

#supplier_content h2.np_title {
  color: #333333;
}

.bc-no-link {
  color: #757575;
}

ul.resource_links li {
  padding: 0;
  list-style: disc;
  margin: 5px;
}

#imgNeda {
  display: none;
}

/* Featured Products */
ul.supplier-features {
  width: 673px;
  margin: 0;
}

.responsive-desktop .mfr-category-list-items {
  padding-left: 10px;
  column-count: 3;
}

.mfr-category-list-items {
  padding-left: 10px;
}

ul.supplier-features li {
  background: #fff;
  width: 300px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  min-height: 225px;
  margin: 10px 0;
  padding: 10px;
  box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
}

ul.supplier-features li.alternate {
  margin-left: 10px;
}

ul.supplier-features li img {
  text-align: center;
  margin-bottom: 10px;
}

ul.supplier-features li a {
  text-align: center;
  display: block;
}

ul.supplier-features li p {
  text-align: center;
}

/* New Products List */
#new_products {
  margin-top: 10px;
  /*width: 650px;*/
  border: 1px solid #ddd;
  position: relative;
}

.mfr_newest_products li {
  position: relative;
  background: #fff;
  /*width: 290px;*/
  display: inline-block;
  zoom: 1;
  min-height: 120px;
  margin: 10px 0;
  /*padding: 10px;*/
  vertical-align: top;
}

#new_products .viewall_np {
  height: 25px;
  margin-bottom: 5px;
}

#new_products .viewall_np a {
  display: block;
  padding: 5px 10px;
  float: right;
  font-weight: bold;
  font-size: 14px;
}

ul.mfr_newest_products.row {
  padding-left: 0px;
  margin: 1px;
}

.mfr_newest_products li a.np_thumb img {
  width: 90px;
}

.mfr_newest_products li a.np_title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4em;
}

.mfr_newest_products li .np_date {
  display: inline-block;
  margin-right: 5px;
}

.mfr_newest_products li p.np_desc {
  display: block;
  padding: 0;
}

/* restricted */
.restricted {
  background: #fff;
  margin: 10px 0;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
  -moz-box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
  box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
}

/* Banman Zones */
#zone30-banner {
  margin-top: 20px;
}

#zone32-banner {
  margin-top: 20px;
}

#supplier_content iframe {
  border: none;
}

ul.supplier-features {
  margin: 0;
  width: auto;
  padding-left: 20px;
}

ul.supplier-features li {
  background: #fff;
  width: auto;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  min-height: 225px;
  margin: 10px 0;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
  -moz-box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
  box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
}

.supplierfeaturedproductcard {
  background: #fff;
  zoom: 1;
  vertical-align: top;
  min-height: 225px;
  height: 245px;
  margin: 10px 0;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
  -moz-box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
  box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
  text-align: center;
}

div.supplier-features img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.supplier-features > div > img, div.supplier-features > div > a, div.supplier-features > div > h4, div.supplier-features > div > p {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#supplier_header {
  padding: 0;
  position: relative;
  min-height: 60px;
}

div.supplier_resources > ul {
  list-style-type: none;
  padding-left: 10px;
}

.force-responsive .mobileSupplierBio {
  padding: 15px;
}

.resourcesSubHeader {
  padding-left: 0px;
}

.resourceLinks {
  padding-left: 10px;
}

.mobilesidebar {
  width: 100% !important;
  margin: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .mfr-category-list-items {
    column-count: 2;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .responsive .eciaDiv, .force-responsive .eciaDiv {
    padding-bottom: 20px;
  }
  #mobilesidebar > ul.dropdown-menu {
    position: static;
    width: 100% !important;
    margin: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  supplierfeaturedproductcard {
    background: #fff;
    zoom: 1;
    height: 245px;
    vertical-align: top;
    min-height: 225px;
    margin: 10px 0;
    padding: 10px;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
    -moz-box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
    box-shadow: 0px 5px 15px 0px rgb(179, 179, 179);
  }
  ul.category-list-items {
    column-count: 3;
    padding: 10px;
  }
  .mfr-category-list-items {
    column-count: 3;
    padding: 10px;
  }
  #supplier_container .ecia {
    top: 0;
    left: inherit;
  }
  .responsive .eciaDiv, .force-responsive .eciaDiv {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .responsive-desktop .mfr-category-list-items {
    column-count: 3;
    padding: 10px;
  }
  .mfr-category-list-items {
    column-count: 2;
    padding: 10px;
  }
  .responsive-desktop .ecia, .responsive .ecia {
    top: 0px;
    left: inherit;
    float: right;
  }
  ul.category-list-items {
    column-count: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  ul.category-list-items {
    column-count: 2;
    padding: 10px;
  }
  .responsive .eciaDiv, .force-responsive .eciaDiv {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .responsive-desktop ul.category-list-items {
    column-count: 3;
  }
  .force-responsive .ecia {
    right: 20px;
  }
  .responsive-desktop .ecia, .responsive .ecia {
    position: absolute;
    right: 20px;
    float: right;
  }
  .responsive #supplier_logo, .force-responsive #supplier_logo {
    text-align: left;
  }
}
#mfr_directory h1 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  padding: 5px 0;
  margin-top: 10px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}

.responsive-mobile #mfr_directory h1 {
  font-size: 16px;
}

#mfr_directory h2 {
  font-size: 12px;
  margin-top: 0px;
}

.mfr_header h4 {
  text-align: left;
  color: #2963a9;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
}

.mfr_header h4 span {
  text-decoration: none;
  font-size: 16px;
  color: #333;
}

.mfr_header {
  background-color: #f5f5f5;
  border: 1px solid #e0e4e9;
  font-size: 16px;
  font-weight: bold;
  color: #0070BB;
  text-decoration: none;
  padding: 6px 15px;
}

#mfr_window {
  margin-bottom: 20px;
}

.directory-menu {
  margin-top: 20px;
  background: #E0E4E9;
  text-align: center;
}

#outer {
  background-color: rgb(224, 228, 232) !important;
  width: 100% !important;
  padding-left: 8px;
}

#left-button {
  left: 15px !important;
  top: 10px !important;
  z-index: 1 !important;
}

#right-button {
  right: 15px !important;
  top: 10px !important;
}

.outerAfter::after {
  background-image: linear-gradient(to right, rgba(224, 228, 233, 0), #e0e4e9);
  right: 15px !important;
  width: 30px;
}

.outerBefore::before {
  width: 30px;
}

.search-breadcrumb {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  padding-top: 13px;
}

.categoryTabRow {
  position: sticky;
  top: 0;
  margin-top: 0px;
  z-index: 10;
}

#mfr_list {
  margin-bottom: 20px;
  overflow-x: hidden;
  border: 1px solid #E0E4E9;
}

.directory-menu {
  margin-top: 20px;
  background: #E0E4E9;
  text-align: center;
}

.directory-menu ul {
  margin-bottom: 0;
}

.directory-menu ul li {
  display: inline-block;
  padding: 0;
  *display: inline;
  zoom: 1;
}

.directory-menu ul li a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 6px 10px;
}

.directory-menu a:hover,
.directory-menu ul li a.selected,
.directory-menu ul li a:hover.selected {
  color: #FFF;
  background-color: #0183C1;
}

div.selected {
  background: #0183C1;
  padding: 10px 0;
}

div.selected a {
  color: #fff;
}

div.selected h4 {
  background: transparent;
}

.mfr_group table {
  margin: 10px;
  width: 100%;
}

.mfr_group table td {
  width: 33.3%;
}

.mfr_group table a {
  line-height: 1.5em;
}

.top-nav {
  text-align: left;
  padding-bottom: 12px;
}

.top-nav a.nav_link {
  font-weight: bold;
  text-transform: capitalize !important;
}

.top-nav .pull-right {
  float: right;
}

#zone25-banner,
#zone26-banner,
#zone27-banner {
  width: 1170px;
  height: 110px;
  text-align: center;
  margin-bottom: 20px;
}

/* Category */
.category .directory-menu {
  float: left;
  background: transparent;
}

.category .directory-menu ul {
  margin-top: 0;
  margin-left: 0;
}

.category .directory-menu ul li {
  display: block;
  padding: 0;
  text-align: left;
  background: #E0E4E9;
  margin-bottom: 10px;
}

.category .mfr_group .top h4 {
  color: #FFF;
  background-color: #0183C1;
}

.category .directory-menu ul li {
  display: block;
  padding: 0;
  text-align: left;
}

/* New Manufacturers */
.new-manufacturers ul li {
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
  vertical-align: top;
  list-style: none;
}

.new-manufacturers .mfr_dateadded {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.new-manufacturers .mfr_title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  display: block;
}

.new-manufacturers .mfr_logo {
  text-align: center;
  padding-bottom: 10px;
}

.new-manufacturers .mfr_logo img {
  margin-top: 25px;
}

.new-manufacturers .mfr_details p {
  padding: 0;
}

.new-manufacturers .mfr_bio {
  line-height: 1.5em;
}

.new-manufacturers a.mfr_learnmore {
  text-decoration: underline;
  display: block;
  margin: 5px 0;
}

#btnExportToExcel {
  width: 120px;
  height: 40px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 112, 187);
  border-radius: 4px;
  box-shadow: none;
  color: #0070BB;
  padding: 10px;
}

#btnShowMore {
  border-width: 0px;
  cursor: pointer;
  padding: 10px;
  width: 294px;
  height: 40px;
  background: inherit;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 112, 187);
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0070BB;
  text-align: center;
  font-weight: 700;
  position: relative;
  top: -40px;
  z-index: 1;
  display: inline-block;
}

#showMoreLine {
  width: 85%;
  border-color: lightgrey;
}

#divShowMore {
  text-align: center;
  margin-top: 35px;
}

a.show-more {
  display: block;
  text-align: center;
  padding: 15px;
  margin: 20px 5px;
  font-weight: bold;
  font-size: 12px;
  background: #e0e4e9;
  color: #004b85;
}

a.show-more:hover {
  background: #a9afb7;
  text-decoration: none;
}

#progress {
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}

/* Content/css/components/_category-list.scss */
.category-list-items {
  width: 100%;
  column-count: 1;
}
.category-list-items li {
  padding-left: 0;
}
.category-list-items li a {
  font-size: 12px;
  line-height: 1.9;
  color: #0070BB;
}
.category-list-items li a:hover {
  color: #0099FF;
}
.category-list-items li a:hover .stat-count {
  color: #0099FF;
}
.category-list-items li a .stat-count {
  color: #333333;
}
.category-list-items li:not(.sub-category):before {
  content: "•";
  color: #0070BB;
}
.category-list-items li > .div-cat-title {
  display: inline;
}
.category-list-items li > .div-cat-title > a.SearchResultsSubLevelCategory {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.category-list-items li .category-wrapper {
  display: inline-block;
  max-width: 96%;
}

@media (min-width: 768px) {
  .category-list-items {
    column-count: 2;
  }
  .category-list-items li {
    padding-left: 10px;
  }
  .category-list-items li a {
    font-size: 13px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .category-list-items {
    column-count: 3;
  }
}
.responsive-desktop .category-list-items {
  column-count: 3;
}
.responsive-desktop .category-list-items li {
  padding-left: 10px;
}
.responsive-desktop .category-list-items li a {
  font-size: 13px;
  line-height: 1.7;
}

.responsive-mobile .category-list-items {
  column-count: 1;
}
.responsive-mobile .category-list-items li {
  padding-left: 0;
}
.responsive-mobile .category-list-items li a {
  font-size: 12px;
  line-height: 1.9;
}

#contentTypeTabs {
  padding-left: 15px;
}
#contentTypeTabs #outer > #inner .techHubSearchTab {
  color: #333333;
}

#left-button {
  float: left;
  width: 30px;
  text-align: center;
  position: absolute;
  top: 15px;
  left: -3px;
  z-index: 1;
}

.outerAfter::after {
  content: "";
  width: 60px;
  height: 18px;
  position: absolute;
  top: 13px;
  background-image: linear-gradient(to right, rgba(224, 228, 233, 0), rgb(224, 228, 233));
  right: 20px;
}

.outerBefore::before {
  content: "";
  width: 60px;
  height: 18px;
  position: absolute;
  top: 13px;
  left: 15px;
  background-image: linear-gradient(to left, rgba(224, 228, 233, 0), rgb(224, 228, 233));
}

#outer {
  float: left;
  width: 98%;
  padding: 0.25rem;
  white-space: nowrap;
  display: inline-block;
  overflow-x: scroll;
  overflow-x: -moz-hidden-unscrollable;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
#outer::-webkit-scrollbar {
  display: none;
}

#right-button {
  float: left;
  width: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 15px;
}

#inner a:first-of-type {
  margin-left: 0 !important;
}

.techHubSearchTab:active, .techHubSearchTab:visited, .techHubSearchTab:hover, .techHubSearchTab:focus {
  color: #333333 !important;
  text-decoration: none !important;
}

.techHubSearchTab {
  color: #333333;
  background-color: inherit;
  height: 44px;
  padding: 13px 10px;
  font-size: 14px;
  text-align: center;
  border: none;
  margin-left: 10px;
  display: inline-block;
}

a.scrollArrow {
  color: #666;
}

a.scrollArrow:link {
  color: #666;
}

a.scrollArrow:visited {
  color: #666;
}

a.scrollArrow:hover {
  color: #666;
}

a.scrollArrow:active {
  color: #666;
}

.mfr-category-list-items li:not(.sub-category):before {
  content: "•";
  color: #0070BB;
}

.slp-search-box {
  width: 100%;
  height: 40px;
  position: relative;
  margin: 20px 0;
  z-index: 1;
}
.slp-search-box input {
  width: 100%;
  height: 40px;
  position: absolute;
  font-size: 14px;
  border: 1px solid #A1A1A1;
  padding: 7px 25px 7px 7px;
}
.slp-search-box input::-webkit-input-placeholder {
  color: #a9afb7;
}

.slp-search-box input:-moz-placeholder {
  color: #a9afb7;
}

.slp-search-box input::-moz-placeholder {
  color: #a9afb7;
}

.slp-search-box input:-ms-input-placeholder {
  color: #a9afb7;
}

.slp-search-box .slp-search-button {
  position: relative;
  font-size: 18px;
  float: right;
  cursor: pointer;
  color: #666;
  height: 40px;
  width: 40px;
  background: none;
  border: none;
}
.slp-search-box .slp-search-button:hover {
  color: #333333;
}

.lnkSkipToManufacturerNavigation {
  padding: 16px;
}
.lnkSkipToManufacturerNavigation:focus {
  color: #004A85;
  text-decoration: underline;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.lnkSkipToSearchParts {
  padding: 16px;
}
.lnkSkipToSearchParts:focus {
  color: #004A85;
  text-decoration: underline;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.lnkSkipToFooter {
  padding: 16px;
}
.lnkSkipToFooter:focus {
  color: #004A85;
  text-decoration: underline;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#supplier_content a:focus .link-item {
  outline: inherit;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #supplier_logo {
    text-align: left;
  }
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
