@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');

body{
	font-family: 'Open Sans' , sans-serif;
  	font-size: 14px;
  	-webkit-font-feature-settings: 'lnum';
	-moz-font-feature-settings: 'lnum';
	-ms-font-feature-settings: 'lnum';
}
.field-stockcode-virtual,.field-stockcode{
clear:both;
}
.cart-product-name{
text-transform:none;
}
h3, h4 {
  text-transform: none;
}

.sidebar-navigation * {
	font-family: Arial !important;
	font-size: 14px;
	text-transform: none;
}

.cart-field-label {
 	 font-family: Arial !important;
}

.cart-content {
 	 font-family: Arial !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,.main-nav * {
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 700; /** Taylor Added **/

}

.page-header, .section-heading {
	font-size: 36px;
  	color: #030202;
	margin-bottom: 10px;
  	letter-spacing: normal;
  	text-transform: capitalize;
}

h1.page-header-italic {
  	margin-top: 0px;
	font-size: 36px;
  	font-style: italic;
}

p a, .list a, .bullet-list a, .bullet-list-indented a, ol li.number a, h4 a, td a { /** Added by Taylor **/
  color: #0078C1;
  text-decoration: underline; 
}

p a:hover, .list a:hover, .bullet-list a:hover, .bullet-list-indented a:hover, ol li.number a:hover, h4 a:hover, td a:hover { /** Added by Taylor **/
  color: #003061;
  text-decoration: underline;
}

ol li {
  margin-bottom: 10px;
}


h3.header3 a { /** Added by Taylor **/
  color: #0078C1;
  text-decoration: underline; 
}

h3.header3 a:hover { /** Added by Taylor **/
  color: #003061;
  text-decoration: underline;
}


.view-all, .back-to-top {/** Added by Taylor **/
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}


.browse-products p a, .in-the-spotlight p a { /** Added by Taylor **/
  text-decoration: none; 
}

.browse-products p a:hover, .in-the-spotlight p a:hover { /** Added by Taylor **/
  text-decoration: underline;
}

.main-nav {
  border-bottom: none; !important;
  background-color:  #030202; !important;
}


.main-nav, .dropdown-menu, .dropdown-submenu {
  border-radius: 0;
  background-color: #030202; !important;
}

.banner-wrapper-main {
position: relative !important;
top: 0px !important;
height: 100% /*Added by Taylor remove margin below carousel*/
margin-bottom: 0px; /*Added by Taylor remove margin below carousel*/
padding-bottom: 0px; /*Added by Taylor remove margin below carousel*/
}

.logo_pdp div {
  float: right !important;
}

.container-column:first-child > .row{
 width:1170px;
  padding-top:0px; 
  padding-bottom:5px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-menu, .dropdown-submenu{
  background-color: #fff; !important;
}

.dropdown-menu a{
  font-weight:normal !important;
  text-transform: capitalize !important;
  color: #333 !important;
}

.dropdown-menu li a{
	text-transform: none !important; /** To fix sureTREAT in Dropdown Menu**/
}

.dropdown-menu a:hover{
 background-color: #999 !important; 
}

.FilterMultiSelect .dropdown-menu{
 background-color:white; !important;
}


.btn-ptGrey {
    background-color: #A9A9A9 !important;
    color: #fff !important;
    border-color: #999 !important;
}

.btn-ptOrange {
    background-color: #ff9900 !important;
    border-color: #EA920C !important;
    color: #fff !important;
}

.btn-ptBlue {
    background-color: #0078c1  !important;
    border-color: #0078c1 !important;
    color: #fff !important;
}

.pt-blackStar {
    color: black;
}

/* Header Styles */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600italic,600,700,700italic);

span.fa, i.fa {
  font-family: 'fontawesome' !important;
}

/* General Styles */

.content {
  padding-top: 0;
}

.see-all {
  display: inline-block;
  margin-left: 10px;
}

.see-all a {
  color: #007ac3;
  text-decoration: none !important;

}

.see-all a:hover {
  color: #003061;
}


.ctaBtn {
  background: #0078C1; /** Change from #007ac3 to match style guide **/
  padding: 10px;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 14px;
  color: #fff !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block; 
  text-decoration: none !important; /** Added by Taylor **/
}

.ctaBtn_lowercase {
  background: #0078C1; /** Change from #007ac3 to match style guide **/
  padding: 10px;
  text-transform: none; /**for sureTREAT**/
  border-radius: 2px;
  font-size: 14px;
  color: #fff !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block; 
  text-decoration: none !important; /** Added by Taylor **/
}

.ctaBtn:hover, .ctaBtn_lowercase:hover  {
  text-decoration: none !important;
  color: #fff;
  background: #003061;
}

.bullet-list { /** Added by Taylor**/
  margin: 0;
  padding-left: 1.4em; 
  line-height: 1.6em;

}

.bullet-list-indented { /** Added by Taylor**/
  margin: 0;
  padding-left: 1.4em; 
  line-height: 1.6em;
  list-style-type: square;

}


.article-list {
  margin: 0;
  padding: 0;
  padding-left: 1em; /** Added by Taylor to make list flush left **/
  text-indent: -1em; /** Added by Taylor to make list flush left **/
}

.article-list li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  display: block;

}

.article-list li a {
  color: #0078c1;
  position: relative;
  left: 10px; /**Taylor changed from 15px to 10px**/
  top: 2px;
  text-decoration: none;

}

.article-list li a:hover {
  color: #003061;

}

.article-list li a:before {
  content: '';
  /*
  background-image: url('images/icon_article.png');
  */
  background-repeat: no-repeat;
  background-size: 14px 18px;
  background-position: 0 0;
  width: 14px;
  height: 18px;
  display: block;
  position: absolute;
  left: -22px; /** Changed from -30px to account for flush left alignment **/
  top: -2px;
} 

.arrow-list {
  margin: 0;
  padding: 0;
  padding-left: 1em; /** Added by Taylor to make list flush left **/
  text-indent: -.5em; /** Added by Taylor to make list flush left **/

}

.pdf-list {
  margin: 0;
  padding: 0;
  padding-left: 75px; /** Added by Taylor to make list flush left **/
  text-indent: -25px; /** Added by Taylor to make list flush left **/

}

.arrow-list li {
  margin: 0 0 10px -5px; /** Left margin added by Taylor to make list flush left **/
  padding: 0;
  list-style: none;
  display: block;
}

.pdf-list li {
  margin: 0 0 10px -50px; /** Left margin added by Taylor to make list flush left **/
  padding: 0;
  list-style: none;
  display: block;
}


.arrow-list li a, .pdf-list li a {
  color: #0078c1;
  position: relative;
  left: 10px; /**Taylor changed from 20px to 10px - Help with flush left alignment*/
  top: 2px;
  text-decoration: none;
} 

.arrow-list li a:hover, .pdf-list li a:hover  { /** Added by Taylor **/
  color: #003061;

}

.arrow-list li a:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  /*
  background-image: url('images/arrow_sm_gray.png');
  */
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 7px 11px;
  width: 7px;
  height: 14px;
  display: block;
}

.pdf-list li a:before {
  content: '';
  position: absolute;
  left: -35px;
  top: 0;
  width: 35px;
  height: 25px;
  display: block;
}

.noborder_table {
  border: 0;
}

.table tr td {
  border: none !important;
} /**Added to remove top and bottom border on table in news**/

/* End General Styles */

.header {
	background-image: url('/image/getthumbnail/3052?width=1900&height=187&v=2');!important; /*/image/getthumbnail/3052?width=1900&height=187&v=2*/
	background-repeat: no-repeat;
  background-size: cover;
	border-bottom: none;
	padding: 0 !important;
	margin: 0;
}

.header .container {
	padding-top: 30px;
	padding-bottom: 10px;
 	padding-left: 15px !important;
 	padding-right: 15px !important;
	position: relative;
}

.top-bar {
  right: 30px !important;
}

.header .container .section_128 p {
	position: absolute;
	bottom: 8px;
	color: #eaeae8 !important;
	left: 270px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 18px !important;
}

.main-nav {
  min-height: 40px !important;
}

.main-nav .navbar-toggle {
  float: right;
  position: relative;
  /**margin-top: 2px;**/
  margin-top: -8px;  /**Added to align menu items to top**/
  z-index: 2;
}

.main-nav .navbar-toggle:after {
  content: 'menu';
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin-bottom: -8px;
  bottom: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  height: 3px;
  width: 24px;
  background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}


@media screen and (max-width: 1200px) {
  .header .container .section_128 p {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1024px) {
  .top-bar {
    display: none;
  }
  .header div[data-columnid="115"], .header div[data-columnid="117"] {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header .container .section_128 p {
    position: static !important;
  }

  .section_128 {
    text-align: center;
  }
}


.header .container .section_CatalogSearchBox, .header .container .section_MiniBasket {
	padding-top: 12px;
}

.header div[data-columnid="115"], .header div[data-columnid="117"] {
  height: 82px;
}

.header div[data-columnid="115"] section, .header div[data-columnid="117"] section {
  height: 72px;
}

.header div[data-columnid="115"] input {
  height: 40px;
  border: 1px solid #c2c2c2;
}

.header div[data-columnid="115"] button {
  height: 40px;
  width: 40px;
  padding: 6px 12px !important;
  font-size: 18px !important;
  background-color: #f5f5f5 !important;
  color: #007ac3 !important;
  border: 1px solid #c2c2c2 !important;
}

.header div[data-columnid="115"] {
  padding-right: 10px;
}

.header div[data-columnid="117"] {
  padding-left: 0px;
}

.header div[data-columnid="117"] button {
  height: 40px;
  width: 40px;
}

.header #minibasket {
  position: relative;
  bottom: 0;
}

.header #minibasket button {
  margin-right: 10px;
  border-radius: 0;
  padding: 0;
  display: none;
}

.header .input-group-btn {
  vertical-align: top;
}

.header .section_206 {
    position: absolute;
    width: 40px;
    height: 40px !important;
    top: 12px;
    left: 1px;
    padding: 0;
}

.header .section_206 a{
    width: 40px;
    height: 40px;
}

.header .section_206 #favoriteminipanel {
  display: block !important;
}

.minibasket .cart-content .btn-group-justified {
  width: auto;
  float: right;
  display: block;
}

.minibasket .cart {
  width: 125px !important;
}

.cart .cart-content .fa-remove {
  margin-right: 10px;
}

.header .minibasket {
  width: 125px !important;
  left: 50px;
}

.minibasket .cart-field {
  position: absolute !important;
  left: 0;
}

.minibasket .cart-content .btn-group-justified a {
  /* display: inline-block; */
  background-color: #007ac3;
  border: none;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  position: relative;
  top: 1px;
}

.header #minibasket .badge {
  top: -8px;
  height: 18px;
  width: 18px;
  padding: 2px 2px;
  border: 1px solid #D4D4D4;
  font-size: 10px;
  display: inline-block !important;
  font-family: 'Open Sans', sans-serif;
}

.minibasket .cart-content .btn-group-justified a:before {
  content: '\f07a';
  font-family: 'fontawesome';
  margin-right: 5px;
  font-size: 20px;
  font-weight: normal;
}

.minibasket .cart-content .btn-group-justified a + a{
  margin-left: 10px;
}
.minibasket .cart-content .btn-group-justified a + a:before {
  content: '\f05d';
  font-family: 'fontawesome';
  margin-right: 5px;
  font-size: 20px;
  font-weight: normal;
}

.header .pt-btn-favorite {
  background-color: #f9a120;
  border-color: #f9a120;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
}

.header .pt-btn-favorite .fa {
  color: #ffffff;
  font-size: 20px;
}

.header .pt-btn-favorite:hover {
  background-color: #f9a120;
  border-color: #f9a120;
}

.header #favoriteminipanel .badge {
  top: -8px;
  height: 18px;
  width: 18px;
  padding: 2px 2px;
  border: 1px solid #D4D4D4;
  font-size: 10px;
  display: inline-block !important;
  font-family: 'Open Sans', sans-serif;
}

.header div[data-columnid="117"] .cart-field {
  width: 125px;
}

.header div[data-columnid="117"] .cart-field {
  height: 40px;
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  padding-top: 4px;
}

.header div[data-columnid="117"] .cart:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  height: 60px;
}

.header div[data-columnid="117"] .cart-content {
  position: absolute;
  top: 50px;
  width: 500px;
  right: 0;
  padding: 15px;
}

.header div[data-columnid="117"] .cart-content .btn-primary {
  width: 150px;

}

.header div[data-columnid="117"] .cart-content th {
  background-color: #ebebeb;
  border-top: none;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: 600;
}

.header div[data-columnid="117"] .cart-field span {
  display: block;
  float: none;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Open Sans', sans-serif !important;
}

.header div[data-columnid="117"] .cart:hover span {
  color: #007ac3;
}

.header div[data-columnid="117"] .cart:hover span {
  color: #007ac3;
}


/*FIX FOR CART IN HEADER - SM PARTTRAP
.header div[data-columnid="117"] .cart-field span:first-child:before {
  content: '\f07a';
  background-size: 18px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: 'fontawesome';
  position: relative;
  color: #ffffff;
  top: 1px;
  width: 18px;
  height: 15px;
  margin-right: 5px;
  font-weight: normal;
}*/


/*SM Parttrap Added this CSS 18-01-23 to fix cart in header*/

.header div[data-columnid="117"] span.cart-field-label:before {
  content: '\f07a';
  background-size: 18px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: 'fontawesome';
  position: relative;
  color: #ffffff;
  top: 1px;
  width: 18px;
  height: 15px;
  margin-right: 5px;
  font-weight: normal;
}

.header div[data-columnid="117"] span.cart-field-amount-qty, .header div[data-columnid="117"] span.cart-field-amount-amount {
  float:left;
}

/*End*/


.header div[data-columnid="117"] .cart:hover span:first-child:before {
  color: #007ac3;
}

.header div[data-columnid="117"] .cart-field span:last-child {
  font-weight: normal;
}

.header div[data-columnid="117"] .cart:hover span:last-child {
  color: #000000;
}

.main-nav .mobile-menu-icons {
  display: none;
}

.main-nav .nav-pills {
  display: none;
}

.main-nav .minibasket {
  display: none;
}

.main-nav #searchboxform {
  display: none;
}

@media screen and (max-width: 1024px) {

  .main-nav .minibasket {
    display: block;
    position: relative;
    top: 50px;
  }

  .main-nav .minibasket > .cart > .cart-content.active {
    display: block;
  }

  .main-nav .minibasket .cart {
    margin-top: 0;
    width: 100% !important;
  }

  .main-nav .item-cart.minibasket > .cart > .cart-content {
    display: none;
  }

  .main-nav #searchboxform {
    position: absolute;
    top: 50px;
    background-color: #000000;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
  }

  .main-nav #searchboxform .search {
    height: 80px;
  }

  .main-nav .search .input-group {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .main-nav .search input {
    height: 40px;
    border: 1px solid #c2c2c2;
  }

  .main-nav .search button {
    height: 40px;
    width: 40px;
    padding: 6px 12px !important;
    font-size: 18px !important;
    background-color: #f5f5f5 !important;
    color: #007ac3 !important;
    border: 1px solid #c2c2c2 !important;
  }

  .main-nav #searchboxform.active {
    display: block;
    position: absolute;
    top: 50px;
  }

  .main-nav #minibasket .input-group {
    display: none;
  }

  .main-nav .mobile-menu-icons {
    padding: 0;
    display: block;
    list-style: none;
    position: absolute;
    height: 50px;
    margin-bottom: 0;
    top: 8px;
  }

  .main-nav .mobile-menu-icons li {
    display: inline-block;
    border-top: none;
    width: 80px;
    text-align: center;
    height: 45px;
    cursor: pointer;
  }

  .main-nav .mobile-menu-icons li + li {
    border-left: 1px solid #585858;
  }

  .main-nav .mobile-menu-icons li em {
    top: 0;
    font-family: 'fontawesome' !important;
    color: #ffffff;
    font-size: 26px;
    position: relative;
    
  }

  .main-nav .mobile-menu-icons li .fa-lock:before {
    position: relative;
    left: 5px;
  }

  .main-nav .mobile-menu-icons li .fa-shopping-cart {
    top: 0px;
  }

  .main-nav .mobile-menu-icons li .fa-shopping-cart:after {
    content: 'Cart';
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    position: absolute;
    bottom: -11px;
    left: 2px;
    top: 27px;
  }

  .main-nav .mobile-menu-icons li .fa-search {
    top: -1px;
    font-size: 24px;
  }

  .main-nav .mobile-menu-icons li .fa-search:after {
    content: 'Search';
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    position: absolute;
    bottom: -12px;
    left: -7px;
  }

  .top-bar-link.user-profile-page-link {
    display: none;
  }

  .main-nav .nav-pills {
    display: block;
    position: absolute;
    left: 0;
    width: 80px;
    height: 50px;
  }

  .main-nav .nav-pills li{
    position: relative;
    width: 100%;
    height: 50px;
    border-top: none;
  }

  .top-bar-link.user-log-out-link a {
    position: absolute;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
    font-size: 10px;
    color: #ffffff;
    width: 100% !important;
    padding-top: 29px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 7px;
    text-align: center;
    border-left: none;
    border-radius: 0;
  }

  .main-nav .nav-pills > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
  }
}


input.catalogsearchbox {
	border-radius: 0;
	color: #666666;
}

button.catalogsearchboxbutton {
	border-radius: 0;
	background-color: #f5f5f5;
}

.main-nav {
	border-top: 0;
	background-color: #020202;
}

.main-nav nav {
  width: 100%;
  padding-right: 0;
}

.main-nav .nav .open > a {
  background-color: #000000;
}

.main-nav .nav .open .dropdown-menu {
  background-color: #000000;
  margin-top: -1px;
}

.main-nav .nav .open .dropdown-menu {
  background-color: #000000;
  margin-top: -1px;
}

.main-nav .nav .open .dropdown-menu a:hover {
  background-color: #464646 !important;
}

.main-nav .nav .open .dropdown-menu a {
  background-color: #000000;
  color: #ffffff !important;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif !important;
}

.navbar-default .navbar-nav > .open > a.menulabel {
  color: #cccccc !important;
}

.main-nav .navbar-nav li.active .menulabel {
  color: #cccccc !important;
}

.main-nav .dropdown-menu {
  //width: calc(100% + 20px);
  padding-left: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-submenu > a:after {
  display: none;
}

.navbar-nav li.active, .navbar-nav li.active .menulabel {
  background-color: transparent !important;
}

/*.main-nav .dropdown-submenu > .dropdown-menu {
  display: none !important;
}*/

.main-nav .dropdown-submenu span {
  display: none !important;
}

/* .main-nav .dropdown-menu a {
  padding-left: 0;
} */

.main-nav ul {
  text-transform: capitalize;
}

.main-nav .navbar-nav {
  width: 100%;
}

.main-nav .container .navbar-nav > li a {
  color: #cccccc;
  font-size: 18px;
  padding-left: 20px;
  font-family: 'MuseoSlab-500' !important;
  font-weight: normal !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-nav .dropdown-menu > li > a {
  padding-left: 10px;
}

.main-nav .container .navbar-nav li b {
  display: none;
}

.main-nav .navbar-nav > li:last-child {
  float: right;
}

.main-nav li.active:last-child {
  background-color: #000000;
}

.main-nav li.active:last-child a {
  color: #cccccc !important;
}

.main-nav .container .navbar-nav > li:last-child a {
  padding-right: 15px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  font-weight: 600 !important;
  color: #ffffff !important;
}

.navbar-nav > li {
  padding-right: 55px;
}

.navbar-nav > li:last-child {
  padding-right: 0;
}

.navbar-collapse {
  box-shadow: none;
  border-top: none;
}

@media screen and (max-width: 1199px) {
  .nav>li>.nav-mobile-expand {
    display: block !important;
    top: 0;
  }

  .main-nav .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .main-nav .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }

  .main-nav .navbar-nav > li:last-child {
    float: none;
    display: none;
  }

  .main-nav .container .navbar-nav > li a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .main-nav .container .navbar-nav > li a {
    padding-left: 0;
  }

  .main-nav .navbar-nav > li > a {
    font-size: 18px !important;
  }

  .main-nav .container .navbar-nav > li:last-child a {
    font-size: 18px !important;
  }

  .container > .navbar-collapse {
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }
  
  .main-nav .navbar-nav {
    margin: 0 !important;
  }
  
  .main-nav .navbar-nav .dropdown {
    padding-right: 0;
    margin-top: -1px;
  }

  .main-nav .navbar-nav .dropdown span {
    font-size: 12px;
    padding-right: 5px;
  }

  .main-nav .dropdown li {
    background-color: #464646 !important;
    border-top: 1px solid #7d7e82;
    height:40px;
  }

  .main-nav .dropdown li:first-child {
    border-top: none;
  }

  .main-nav .dropdown li a {
    background-color: #464646 !important;
    width: 100%;
    height: 40px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .main-nav .dropdown .nav-mobile-expand {
    position: absolute;
    right: 0;
    z-index: 1;
  }

  .main-nav .dropdown .menulabel {
    width: 100%;
  }

  .main-nav .dropdown.open .fa-chevron-down:before {
    content: '\f077';
  }

  .main-nav li {
    border-top: 1px solid #464646;
  }

  .main-nav li:first-child {
    border-top: none;
  }

  .navbar-default .navbar-nav>.open>a {
    background-color: transparent;
  }

}

.top-bar {
	background: none;
	position: absolute;
	left: 0;
	right: 0;
  	z-index: 1;
}

.top-bar .nav a {
	background: none;
}

.top-bar .user-profile-page-link a {
	border-left: none;
	border-right: none;
	border-radius: 0;
}

.top-bar .user-log-out-link a {
	background: #ccc;
	text-transform: uppercase;
 	font-family: 'Open Sans';
  	font-weight: 700;
	border-left: none;
	border-right: none;
	border-radius: 0;
	padding: 4px 20px;
}

.top-bar .user-profile-page-link a:hover, .top-bar .user-log-out-link a:hover {
	background: none;
}

.top-bar .user-log-out-link a:hover {
	background: #030202;
}
/* End Header Styles */

.pt-page-index .content .container:first-of-type {
  padding: 0;
  width: 100%;
}

/*
div[data-columnid="171"] {
  padding: 0;
}

div[data-columnid="171"] .section {
  padding: 0;
}

div[data-columnid="171"] img {
  width: 100%;
}

div[data-columnid="171"] .section > p {
  margin-bottom: 0;
}

div[data-columnid="171"] .slide-text {
  position: absolute;
  top: 40%;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px;
  right: 8%;
  width: 32%;
  color: #000;
}

div[data-columnid="171"] .slide-text p {
	font-size: 20px;
    font-family: 'MuseoSlab-700';
  	font-weight: normal;
}

@media screen and (max-width: 1200px) {
  div[data-columnid="171"] .slide-text {
    position: relative;
    background-color: #f8f8f8;
    width: 100%;
    left: 0;
    right: 0;
  }
}

div[data-columnid="171"] .slick-dots {
  width: auto;
  bottom: -40px;
  right: 0;
}


@media screen and (max-width: 1200px) {
  div[data-columnid="171"] .slick-dots {
    display: none !important;
  }
}

div[data-columnid="171"] .slick-dots li button:before {
  font-size: 15px;
  opacity: 0.7;
}

div[data-columnid="171"] .slick-dots li.slick-active button:before {
  color: white;
}

@media screen and (max-width: 1200px) {
  div[data-columnid="171"] .slick-prev, div[data-columnid="171"] .slick-next {
    top: 30%;
  }
}

@media screen and (max-width: 600px) {
  div[data-columnid="171"] .slick-prev, div[data-columnid="171"] .slick-next {
    top: 20%;
  }
}

@media screen and (max-width: 414px) {
  div[data-columnid="171"] .slick-prev, div[data-columnid="171"] .slick-next {
    top: 17%;
  }
}

div[data-columnid="171"] .slick-prev  {
  left: 10px;
}

div[data-columnid="171"] .slick-next {
  right: 10px;
}

div[data-columnid="171"] .slick-prev:before {
  content: '\f053';
  font-family: 'fontawesome';
  font-size: 30px;

}

div[data-columnid="171"] .slick-next:before {
  content: '\f054';
  font-family: 'fontawesome';
  font-size: 30px;
}
*/

div[data-columnid="1125"] {
  padding: 0;
}

div[data-columnid="1125"] .section {
  padding: 0;
}

div[data-columnid="1125"] img {
  width: 100%;
}

div[data-columnid="1125"] .section > p {
  margin-bottom: 0;
}

div[data-columnid="1125"] .slide-text {
  position: absolute;
  bottom: 20%;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  right: 8%;
  width: 32%;
  color: #000;
}

div[data-columnid="1125"] .slide-text p {
  font-size: 20px;
  font-family: 'MuseoSlab-700';
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  div[data-columnid="1125"] .slide-text {
    position: relative;
    background-color: #f8f8f8;
    width: 100%;
    left: 0;
    right: 0;
  }
}

div[data-columnid="1125"] .slick-dots {
  width: auto;
  right: 8%;
  bottom: 5%;
}


@media screen and (max-width: 1200px) {
  div[data-columnid="1125"] .slick-dots {
    display: none !important;
  }
}

div[data-columnid="1125"] .slick-dots li button:before {
  font-size: 15px;
  opacity: 0.7;
}

div[data-columnid="1125"] .slick-dots li.slick-active button:before {
  color: white;
}

@media screen and (max-width: 1200px) {
  div[data-columnid="1125"] .slick-prev, div[data-columnid="1125"] .slick-next {
    top: 30%;
  }
}

@media screen and (max-width: 600px) {
  div[data-columnid="1125"] .slick-prev, div[data-columnid="1125"] .slick-next {
    top: 20%;
  }
}

@media screen and (max-width: 414px) {
  div[data-columnid="1125"] .slick-prev, div[data-columnid="1125"] .slick-next {
    top: 17%;
  }
}

div[data-columnid="1125"] .slick-prev  {
  left: 10px;
}

div[data-columnid="1125"] .slick-next {
  right: 10px;
}

div[data-columnid="1125"] .slick-prev:before {
  content: '\f053';
  font-family: 'fontawesome';
  font-size: 30px;
}

div[data-columnid="1125"] .slick-next:before {
  content: '\f054';
  font-family: 'fontawesome';
  font-size: 30px;
}

.breadcrumb-wrapper {
  box-shadow: none;
}

.breadcrumb-wrapper a {
  color: #0078c1;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500 !important;
}

.breadcrumb-wrapper .breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px;
}

.breadcrumb-wrapper a:hover, .breadcrumb-wrapper a:active, .breadcrumb-wrapper a:focus {
  text-decoration: none;
}

.breadcrumb > li + li:before {
  content: '/' !important;
  position: relative;
  top: -1px;
  padding: 0 10px;
}

.sidebar-nav > h3 {
  margin-bottom: 0 !important;
  font-weight: normal;
  font-family: 'MuseoSlab-500';
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #333333;
  color: #ffffff;
}

.sidebar-nav .sidebar-nav-items {
  border-top: none;
}

.sidebar-nav .sidebar-nav-items li {
  padding-top: 0;
  border-top: 1px solid #dbdbdb;
}

.sidebar-nav .sidebar-nav-items li:first-child {
  padding-top: 0;
  border-top: none;
}

.sidebar-nav .sidebar-nav-items li.active {
  //background-color: #ebebeb;
}

.sidebar-nav .sidebar-nav-items .toggle-item.active .toggle-btn {
	background-color: #ebebeb;
}

.sidebar-nav .sidebar-nav-items h3.active {
  font-weight: 700 !important;
  background-color: #ebebeb;
}

.toggle-lvl-two .active {
	font-weight: normal;
}

.toggle-lvl-two > .toggle-item.active {
  background-color: #ebebeb;
}

.sidebar-nav .sidebar-nav-items li.active h3.toggle-btn {
  font-weight: 700;
}

.sidebar-nav .sidebar-nav-items h3 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

li.toggle-item.active > .toggle-btn {
  font-weight: 700;
}

.sidebar-nav .sidebar-nav-items a {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;

}

.sidebar-nav .toggle-lvl-two {
	background-color: transparent;
}

.sidebar-nav .toggle-lvl-two li:first-of-type {
	box-shadow: none;
  	-webskit-box-shadow: none;
}

.hover-product-image {
  box-shadow: none !important;
}

.section_ProductImageLibrary, .section_ProductImageLibrary > section {
  padding-bottom: 0 !important;
}

.section_ProductImageLibrary .product-slider{
  padding:1px;
  margin-bottom: 0 !important;
  border: 1px solid #ccc;
}

.section_ProductImageLibrary .product-carousel .slides img {
  border: none;
}

.section_ProductImageLibrary .product-carousel .slick-slide {
  //border: 1px solid #ccc;
}

.section_ProductImageLibrary .product-carousel .slick-slide + .slick-slide {
  border-left: none;
}

.section_ProductDetail_SkuNumber {
  padding-bottom: 0 !important;
}

.section_ProductDetail_Header h1 {
  font-size: 26px;
  color: #111111;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.section_ProductDetail_SkuNumber strong {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif !important;
  color: #666666;
}

.section_ProductDetail_Description {
  border-bottom: 1px solid #d7d7d7;
}

.section_ProductDetail_Price {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.section_ProductDetail_Price .product-netprice {
  color: #666666;
  font-size: 18px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif !important;
}
.product-netprice.hover-product-price{
text-align:right;
}

/*
.section_AddToBasket .favoriteToggler {
  display: none;
}
*/

.product-quantity-input {
  min-width: 40px;
  
}

.product-add-cart-btn {
  background-color: #007ac3 !important;
  border-radius: 0 !important;
  border-color: #007ac3 !important;
  margin-left: 10px !important;
}

.section_Content em {
  font-family: 'Open Sans', sans-serif;
}

.section.section_Content.section_455 > #u123 > table {
	width: 100%;
}

.section_222 {
  border-bottom: 1px solid #d7d7d7;
}

.section_ProductDetailTabs .nav-tabs {
  box-shadow: none;
}

/**Commented out CSS below to remove left border from "Shelf Life Concerns" Bullets **/

/*.section_ProductDetailTabs li {
  border: none;
  border-left: 1px solid #335981; 
}
*/

.section_ProductDetailTabs {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 0 !important;
}

.section_ProductDetailTabs li.active a {
  margin-right: 0;
  border: none !important;
  border-radius: 0 !important;
  background-color: #003061 !important;
  color: #c7d7ec !important;
  font-weight: 500 !important;
  font-family: 'Open Sans', sans-serif !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.section_ProductDetailTabs li.active  a {
  color: #ffffff !important;
}

.section_ProductDetailTabs li.active:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #003061;
}

.section_ProductDetailTabs li:first-child{
  border-left: none;
}

.section_ProductDetailTabs li:first-child a{
  border-top-left-radius: 4px !important;
}

.section_ProductDetailTabs li:nth-last-child(2) a{
  border-top-right-radius: 4px !important;
}

.section_ProductDetailTabs .tab-content {
  margin-top: 25px;
  margin-bottom: 25px;
}

.section_ProductDetailTabs .content, .section_ProductDetailTabs .section {
  padding-bottom: 0;
}

.section_224 {
  padding-bottom: 0 !important;
  margin-top: 25px;
}

.section_ProductRelationList .product-nav {
  display: none;
}

.section_335 .product-slider {
   border: 1px solid #EEEEEE;
}
 
.section_340 .product-slider {
   border: 1px solid #EEEEEE; 
}

/* Footer Styles */
.footer {
  height: auto;
	padding: 40px 0 0;
	background: url('/image/getthumbnail/2205?width=1900&height=381&v=2'); /*/image/getthumbnail/2205?width=1900&height=381&v=2*/
  background-size: cover;
  background-repeat: no-repeat;
	text-transform: none;
	color: #fff;
}

.footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.footer p.big {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
}

.footer h4 {
	color: #c7d7ec;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
}

/* .footer .about-taylor .col-sm-5, .footer .about-taylor .col-sm-7 {
  padding-left: 0;
  padding-right: 0;
} */

.footer .about-taylor img {
  margin-top: 10px;
}

/* .footer .follow-us .col-sm-6, .footer .follow-us .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
} */

.footer .follow-us .social-links {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	float: left;
}

.footer .follow-us:after, .footer .follow-us:before {
	content: '';
	clear: both;
	display: block;
}

.footer .follow-us .social-links li {
	list-style: none;
	margin: 0 8px 8px 0;
	padding: 0;
	display: inline-block;
	width: 32px;
	height: 32px;
}

.footer .follow-us .social-links li a {
	text-indent: -999em;
	width: 32px;
	height: 32px;
	display: block;
}

.footer div[data-columnid="121"] {
  padding: 0;
}

.footer div[data-columnid="161"] p {
  text-align: center;
}

.footer div[data-columnid="163"] {
  float: left !important;
  padding: 0;
}

.footer div[data-columnid="164"] {
  padding: 0;
}

.footer div[data-columnid="165"] {
  padding: 0;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .footer div[data-columnid="163"] {
    width: 100%;
  }

  .footer div[data-columnid="164"] {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer div[data-columnid="164"] ul {
    float: left !important;
  }
}


.footer .follow-us .social-links li a.linkedin {
	background-image: url('/image/getthumbnail/3171?width=32&height=32&v=1'); /*/image/getthumbnail/3171?width=32&height=32&v=1*/
	background-repeat: no-repeat;
	background-position: 0 0;
}

.footer .follow-us .social-links li a.facebook {
	background-image: url('/image/getthumbnail/3168?width=32&height=32&v=1'); /*/image/getthumbnail/3168?width=32&height=32&v=1*/
	background-repeat: no-repeat;
	background-position: 0 0;
}

.footer .follow-us .social-links li a.instagram {
	background-image: url('/image/getthumbnail/3169?width=32&height=32&v=1'); /*/image/getthumbnail/3169?width=33&height=33&v=1*/
	background-repeat: no-repeat;
	background-position: 0 0;
}

.footer .follow-us .social-links li a.twitter {
	background-image: url('/image/getthumbnail/3172?width=32&height=32&v=1'); /*/image/getthumbnail/3172?width=32&height=32&v=1*/
	background-repeat: no-repeat;
	background-position: 0 0;
}

.footer .follow-us .social-links li a.youtube {
	background-image: url('/image/getthumbnail/3170?width=32&height=32&v=1'); /*/image/getthumbnail/3170?width=32&height=32&v=1*/
	background-repeat: no-repeat;
	background-position: 0 0;
}

.footer .copyright-row {
	margin-top: 53px;
}

.footer .copyright p {
	color: #c7d7ec;
	font-size: 11px;
}

.footer .location {
	display: block;
	clear: both;
  	margin-top: 5px;
	border-top: 1px solid #d7d7d7;
}

.footer .location h4 {
  display: block;
  float: none;
}

.footer .help-links {
	margin: 0;
	padding: 0 0 0 15px; /** Added 15px by Taylor **/
}

.footer .help-links ul, .sidebar-help-links ul { /** Added by Taylor **/
	margin: 0;
	padding: 0;
}

.footer .help-links li, .sidebar-help-links li {
	list-style: none;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	height: 19px;
	position: relative;
  	font-size: 13px;
}

.footer .help-links li:before, .sidebar-help-links li:before {
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 19px;
	height: 19px;
}

.footer .help-links li.phone:before, .sidebar-help-links li.phone:before  {
	content: '\f095';
  font-family: 'fontawesome';
  color: #c3c4c6;
  font-size: 18px;
  line-height: 1;
}

.footer .help-links li.email:before, .sidebar-help-links li.email:before {
  content: '\f0e0';
  font-family: 'fontawesome';
  color: #c3c4c6;
  font-size: 16px;
  line-height: 1;
  top: -1px;
}

.footer .help-links li.faq:before, .sidebar-help-links li.faq:before {
  content: '\f059';
  font-family: 'fontawesome';
  color: #c3c4c6;
  font-size: 16px;
  line-height: 1;
}

.footer .help-links li.shipping:before, .sidebar-help-links li.shipping:before {
  content: '\f0d1';
  font-family: 'fontawesome';
  color: #c3c4c6;
  font-size: 16px;
  line-height: 1;
}

.footer .help-links li.tracking:before, .sidebar-help-links li.tracking:before {
  content: '\f1b2';
  font-family: 'fontawesome';
  color: #c3c4c6;
  font-size: 16px;
  line-height: 1;
  top: -1px;
}

.footer .help-links li.feedback:before, .sidebar-help-links li.feedback:before {
  content: '\f075';
  font-family: 'fontawesome';
  color: #c3c4c6;
  font-size: 16px;
  line-height: 1;
  top: -1px;
}

/**
Added by Taylor to make Need Help links blue on Employee Directory Page

.sidebar-help-links a {
  color: #0078C1;
}

.sidebar-help-links a:hover {
  color: #003061;
}
**/




/* End Footer Styles */

/* Browse Products */

.browse-products-header { /* Added by Taylor to remove extra white space below */
    height: 70px;
}

.browse-products-header h2 {
	display: inline-block;
}
.browse-products-header .see-products {
	display: inline-block;
    margin-left: 10px;
}
.browse-products-header .see-products a {
    color: #007ac3;
    text-decoration: underline;
}
.browse-products {
	margin: 0;
	padding: 0;
}
.browse-products .product {
	background-color: #ebebeb;
	border-radius: 50%;
    width: 100%;
    height: 100%;
	display: block;
	margin-bottom: 10px;
    text-align: center;
}

.in-the-spotlight .slick-slider {
  width: 295px;
}

.in-the-spotlight .slick-slider .slick-next {
  right: -10px;
  top: 40%;
}

.in-the-spotlight .slick-slider .slick-next:before {
  content: '\f054';
  font-size: 30px;
  font-family: 'fontawesome';
}

.in-the-spotlight .slick-slider .slick-prev {
  left: -10px;
  top: 40%;
}

.in-the-spotlight .slick-slider .slick-prev:before {
  content: '\f053';
  font-size: 30px;
  font-family: 'fontawesome';
}

.browse-products .product img {
  text-align: center;
  margin: 0 auto;
}
.browse-products .product-title {
	display: block;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
  	margin: 0 auto;
  	color: #030202; /** Added by Taylor **/
}

.browse-products:hover .product-title:hover { /** Added by Taylor **/
  	color: #666666; 
    text-decoration: none;
}

@media screen and (max-width: 414px) {
  .browse-products .col-sm-2 {
    width: 50%;
    float: left;
    padding: 5px;
  }
}

@media screen and (min-width: 415px) and (max-width: 767px) {
  .browse-products .col-sm-2 {
    float: left;
    width: 50%;
  }

  .browse-products .col-sm-2 .product {
    width: 182px;
    margin: 0 auto;
  }
}
/* End Browse Products */

/* In the spotlight */

.row {
  margin-left: 0;
  margin-right: 0;
}

.in-the-spotlight {
  background-color: #f3f3f3;
  background-image: url('/image/getthumbnail/2221?width=4&height=425&v=1'); /*/image/getthumbnail/2221?width=4&height=425&v=1*/
  background-repeat: repeat-x;
  background-position: bottom left;
  padding: 20px 0 0;
}

.in-the-spotlight .spotlight-wrapper, .in-the-spotlight .row {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.in-the-spotlight .spotlight-wrapper h2 {
  margin-bottom: 0;
}

/**.in-the-spotlight .row {
  padding-left: 0;
  padding-right: 0;
}**/

@media (min-width: 768px) {
  .in-the-spotlight .spotlight-wrapper, .in-the-spotlight .row {
      width: 750px;
  }
}

@media (min-width: 992px) {
  .in-the-spotlight .spotlight-wrapper, .in-the-spotlight .row {
      width: 970px;
  }
}

@media (min-width: 1200px) {
  .in-the-spotlight .spotlight-wrapper, .in-the-spotlight .row {
      width: 1170px;
  }
}

.in-the-spotlight .spotlight {
	margin: 0;
	padding: 0;
  background: rgba(255, 255, 255, 0.4);
}

.in-the-spotlight .spotlight a {
  padding: 10px;
  display: block;
  margin-bottom: 10px;
}

.in-the-spotlight .spotlight-product p a {
  color: #fff;
  position: relative;
  margin-left: 10px;
  font-size: 12px;
  left: 20px;
  display: block;
  width: 85%;
}

.in-the-spotlight .spotlight-product p a:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  background-image: url('/image/getthumbnail/2249?width=6&height=11&v=1'); /*/image/getthumbnail/2249?width=6&height=11&v=1*/
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 6px 11px;
  width: 6px;
  height: 14px;
  display: block;
}
/* End spotlight */

/* Resource Center */
.resource-center {
  padding: 20px 0 0 0;
}

.resource-center h2 {
  display: inline-block;
}

.resource-center h4 {
  text-transform: none;
}

.resource-center .resource-center-col, .rule-divider {
  border-top: 10px solid #ebebeb;
  padding-top: 5px;
  margin-bottom: 0;
}

.resource-center .resource-center-col a {
  color: #0078c1;
}

.resource-center .guide-image {
  text-align: center;
}
.resource-center .guide-image img {
  text-align: center;
  -webkit-box-shadow: -4px -4px 14px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -4px -4px 14px 0px rgba(0,0,0,0.25);
  box-shadow: -4px -4px 14px 0px rgba(0,0,0,0.25);
  -ms-transform: rotate(-7deg); /* IE 9 */
  -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
  transform: rotate(-7deg);
  margin-top: 10px;
  margin-bottom: 10px;
}
/* End Resource Center */

.cart-view-table.table .qty {
  width:60px !important;
}

/* Start of CSS Added by Taylor*/

th, td {
    padding: 8px;
}

th.sm-padding, td.sm-padding {
    padding: 4px;
}

th.no-padding, td.no-padding {
    padding: 0px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1.2em 0 1em 0;
    padding: 0;
}

.hr-thick {
    display: block;
    height: 1px;
    border: 0;
    border-top: 10px solid #ebebeb;
    margin: 1.5em 0;
    padding: 0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
/*	padding-top: 30px; */ /* Only needed when player controls are part of the video player */
	height: 0;
	overflow:hidden;
 	margin-bottom: 10px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maps-container {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow:hidden;
 	margin-bottom: 10px;
}
 
.maps-container iframe,
.maps-container object,
.maps-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.video-demo-thumbnails{
	background-color: #f3f3f3 ;
}


.video-demo-spacer{
	margin-top: 2em;
}

h1, h2, h3, h4, h5 {
	font-family: 'Open Sans';
	line-height: 1.3;
}

h1 {
  	font-size: 28px/30px;
  	color: #030202;

}

h2 {
    font-size: 30px/36px;
    color: #666666;
  	font-weight: 600; /** Taylor Added **/
}

h2.subhead {
    font-size: 30px/36px;
    color: #666666;
  	font-weight: 400; /** Taylor Added **/
  	font-style: italic; /** Taylor Added **/
}

h3, h4, h5 {
    color: #333333;
}

h3 {
    font-size: 22px/26px;
}

h3.video-subhead {
    padding-top: 20px;
}



h4 {
  	/** margin-top: 0; **/
    font-size: 18px/22px;
}

h4.subhead {
    font-size: 18px/22px;
    color: #666666;
  	font-weight: 400; /** Taylor Added **/
  	font-style: italic; /** Taylor Added **/
}


/**.h4-header-bkgd {
    color: #FFFFFF;
    background-color: #333333;
    font-size: 18px/22px;
  	padding: 5px;
}**/


h5 {
    font-size: 16px/22px;
}


.hover-product-title a:hover {  /** Change the Products Page hover links from orange **/
  	color: #666666;
}

.product-splash-image {
  	padding: 0;
  	margin: 0;
  	text-align: center;
}

h1.article-title {
  	margin-top: 0;
}

button.btn.btn-primary.btn-lg.btn-block.pull-right.col-xs-10 {  /** Override default colors on FORM buttons **/
  	background-color: #0078C1;
  	font-weight: 600;
  	border: none;
  	border-radius: 3px;
}

button.btn.btn-primary.btn-lg.btn-block.pull-right.col-xs-10:hover {  /** Override default colors on FORM buttons **/
  	background-color: #003061;
}

.social-share-icons {
  margin-top: 5px;
}

/** Bold font on hover for side nav

.sidebar-nav h3 a:hover { 
  	font-weight: bold;
}
**/


/*
.bio-pic{
    width: 100%;
    height: auto;
    overflow:hidden;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 0 20px;
  	box-shadow: 3px 3px 3px #cecece;
}
*/

/**FORM STYLES**/

input[type=text], select {
    width: 100%;
    padding: 8px 14px;
    margin: 0 0 16px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    border: none;
    cursor: pointer;
}

form h3 {
  padding-top: 5px;
  margin-bottom: 0;
}

/*TEXT WRAP FIX FOR PRODUCTS*/

.product-grid-thumbs-horizontal .addToBasketContainer {
  float: right;
  padding-top: 5px;
}

.product-grid-thumbs-horizontal .product-header {
  font-size: 16px;
} 


/*OVERIDE SHADOW ON MAIN SLIDER*/

.carousel {
   -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
   box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75)
}
     
     
/*CUSTOMIZE COLOR FOR ATTRIBUTE FLAG BANNERS*/     
     
     
.ribbonText.newimproved, .ribbonText.new{
    background: #cc0000 !important;
}
  
.ribbonText.spanishversion, .ribbonText.frenchversion{
    background: #007390 !important;
  	text-shadow: 0 -1px #02556a, 0 1px #013c4b;

}

.ribbonText.spanishversion:before, .ribbonText.frenchversion:before{  
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 5px solid transparent;
  border-right: 5px solid #013c4b;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #013c4b;
}


.breadcrumb_placeholder {
  height: 27px;
}

.registration-mark {
  font-size: 28px;
  margin-left: 3px;
}


.footer-link a:hover {  /** Added by Taylor **/
  color: yellow;
  text-decoration: underline;
}

.faq-columns {  /** Added by Taylor **/
  float: left; 
  clear: left; 
  overflow: auto; 
  margin-right: 50px; 
  width: 50%;
}

.faq-columns::after { /** clearfix**/
    content: "";
    clear: both;
    display: table;
}

/* End of CSS Added by Taylor*/



@media screen and (max-width: 680px) {
  	.product-grid-thumbs-horizontal .ribbonText {
      display:none;
	}
}
  
@media screen and (max-width: 390px) {
 	.col-sm-12.browse-products {
     	margin-top:50px; 
    }
}
  
@media (max-width:1024px){
  .top-bar-link.user-log-in-link a {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 10px;
    line-height: 1.1;
    color: #ffffff;
    margin-top:27px;
    text-align: center;
  }
}


/*Remove borders PDP 19*/
.no-border .section_ProductImageLibrary hr, .no-border .nav-tabs, 
.no-border .section_ProductDetailTabs {
  border:none!important;
}


/**Distibutor List Table Styles**/

.table_fill {
  background: white;
  border-radius:8px;
  border-collapse: collapse;
  margin: auto;
  padding: 6px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
 
table#dist_list th {
  color:#fff;;
  background:#030202;
  border-bottom:4px solid #515151;
  border-right: 1px solid #343a45;
  font-size:13px;
  padding:9px 13px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

table#dist_list th:first-child {
  border-top-left-radius:5px;
}
 
table#dist_list th:last-child {
  border-top-right-radius:5px;
  border-right:none;
}
  
table#dist_list tr {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  color:#030202;
  font-size:13px;
  font-weight:normal;
  /**text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);**/
}
 
table#dist_list tr:hover td {
  background:#0078C1;
  color:#FFFFFF;
  /**border-top: 1px solid #22262e;**/
}

table#dist_list tr:hover td.link a { /**Added for Links on Early Table**/
  color:#FFFFFF;
  text-decoration: underline; 
}

 
table#dist_list tr:first-child {
  border-top:none;
}

table#dist_list tr:last-child {
  border-bottom:none;
}
 
table#dist_list tr:nth-child(odd) td {
  background:#EBEBEB;
}

table#dist_list tr:nth-child(odd):hover td {
  background:#0078C1;
}
 
table#dist_list tr:nth-child(odd):hover td.backtotop_dark {
  background:#EBEBEB; 
}

table#dist_list tr:nth-child(even):hover td.backtotop_light {
  background:#FFFFFF;
}

table#dist_list tr:last-child td:first-child {
  border-bottom-left-radius:5px;
}
 
table#dist_list tr:last-child td:last-child {
  border-bottom-right-radius:5px;
}
 
table#dist_list td {
  background:#FFFFFF;
  padding:7px 13px;
  text-align:left;
  vertical-align:middle;
  /**font-weight:300;**/
  font-size:13px;
  /**text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);**/
  border-right: 1px solid #c9c9c9;
}

table#dist_list td:last-child {
  border-right: 0px;
}



/*Pt Fixes*/

/*Fix for margin on product image on PDP*/

.product-slider .slick-slider {
  margin-bottom:0;
  text-align: center;
}

@media screen and (min-width:1200px) {
  .product-slider .slick-slider img {
    /**margin-left:10px;**/
  }

}


/*Ribbons*/
.ribbonText {
padding: 0.4em 10px;
font-size:12px;
}


.ribbon {
width:100%;
}


/*Remove ribbons on product lists table view*/
#productlist .producttable .ribbon {
display:none;
}