@import url('/css/accordion.css');

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.sidebar_widget h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
	text-transform:uppercase;
}
.sidebar_widget h4:after {
    display: block;
    content: "";
    background: #4285f4;
	border:1px solid #4285f4;
    width: 40px;
    height: 4px;
	border-radius:3px;
    margin-top: 13px;
}

.archives_wrapper ul li{
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0px;
}
.archives_wrapper ul li a{
	color:#222222;
    font-weight: 500;
}
.archives_wrapper ul li i{
	margin-right:30px;
	color:#999;
}
.archives_wrapper ul li:hover a,
.archives_wrapper ul li:hover i{
	color:#4285f4;
}

.safe-icons {
  float: left;
  padding-right: 10px;
  padding-top: 10px;
  width: 100px;
  clear: both;
  overflow: hidden;
}

.safe-icons img {
  width: 100px;
}


.safety-reimagined-badge {
  width: 400px;
}


#secondary {
	color: #000000;
}

#secondary p {
	color: #000000;
}

/** Fix ul's **/

#secondary ul {
	margin:10px;
	margin-left: 30px;
	list-style: disc
}

#secondary ul li {
	display: list-item;	
}

#secondary ul li {
	display: list-item;	
}

#secondary ul.nav-tabs li {
	list-style: none;
}



#secondary .archives_wrapper ul {
	list-style: none;
	margin-left: 0px;
}

#secondary * + p {
		margin-top: 8px;
	}

#secondary ul.list-inline-sm li {
	display: inline-block;
}


#secondary .post-sidebar-item h5 {
	margin-top: 0px;
}

#secondary #avigilon .product-image img {
	width: 100%;
}

#secondary p a {
	color: #005eb8;
	text-decoration: underline;
		
}

#secondary ul.oiw-downloads a {
	color: #4285f4;
	text-decoration: underline;
}

#secondary h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

#secondary ul.product-thumbnails {
	padding: 0;
	margin: 0;
	list-style: none;
}

#secondary ul.product-thumbnails li {
	display: inline-block;
}

#secondary .oiw-col-lg-9 a {
	text-decoration: underline;
	color: #005eb8;
}

#secondary .button-link {
	color: #005eb8;
}

sup {
  font-size: 0.6em;      
  position: relative;     
  top: -0.4em;          
}
