@charset "utf-8";
/* CSS Document */



.rd-navbar-search {
	margin-left: 30px;
	margin-top: 25px;
}

.rd-navbar-main-element {
	display: flex;
}

.page #secondary {
	text-align: left;
}


.breadcrumbs-custom h1 {
	font-size: 60px;
	text-shadow: 2px 2px #000000;
}

#secondary h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

#secondary h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

#secondary h4 {
	font-size: 17px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

#secondary h5 {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: normal;
}

#secondary p {
	margin-bottom: 1rem;
}

#secondary h5 + p{
	margin-top: 0;
}

#secondary ul {
	margin:10px;
}

.card-custom ul.oiw-downloads a {
	display: inline;
}

#credit {
text-align:center;
padding-bottom:10px;
background-color:#3f4959;
}

#credit a {
text-decoration:none;
font-size:9px;
color:#ffffff;
}

#credit a:hover {

	text-decoration:underline;

}

#credit img {
border:0px;
display:block;
margin:auto;
margin-bottom: 2px;
}



.covid19 {
	background-color: #0f60a7; 
	padding: 6px;
	text-align: left;
	font-size: 14px;
}

.covid19 .flex-wrapper {
max-width: 1100px; margin: auto;     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content:center;
    -ms-flex-pack: start;
    justify-content:center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}



.covid19 a {
	color: #ffffff; 
}

.covid19 strong {
	font-size: 15px; 
	color: #ffffff;
	margin-bottom: 0px;
	text-decoration: underline;
}

.covid19 p {
	font-size: 15px; 
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 0px;
}

.covid19-btn {
	background-color: #ca002a;
	padding: 15px 20px;
	border-radius: 10px;
	color: #ffffff;
	text-decoration: none !important;
}

.covid19-btn:hover {
	color: #ffffff !important;
}

#secondary .col-lg-9 ul li {
	display: list-item;
	list-style:square;
	margin-left: 30px;
}

#secondary .col-lg-9 ul.oiw-downloads li {
	list-style:none;
	margin-left: 0px;
}


 .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

#secondary .isotope-filters {
    z-index: 999;
}

@media (max-width: 768px) {
	.isotope-filters-list {
		left: 30%;
		top:auto;
	}
	
	#secondary #product-page-v1 .isotope-filters ul li {
		display: block;
	}
}

.button-oiw-videos {
	margin-bottom: 20px;
}

		@media (max-width: 961px) {
		#secondary .registerlay {
			flex-direction: column-reverse;
			
		}
		}

.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;
}

