x/* CSS Document */



.raleway {
	
	font-family: 'Raleway', sans-serif !important;
}
a:hover {
	text-decoration-line: none;
	color: cornflowerblue!important;
}

.tile {
	overflow: hidden;
	width: 100%
}

h6 {
	font-size: 4vmin;
}

.mobile_padding {
	padding: 0.5rem !important;
}
.prod_bg {
	background-origin: content-box;

	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center; 
	width: 100%; 
}

.csa_bg {
	background-image: url('/assets/image/png/csa_logo.png'); 
	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center; 
	width: 100%; 
}
.clinical_bg {
	background-image: url('/assets/image/png/clinical_data.png'); 
	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center; 
	width: 100%; 
}
.healthca_bg {
	background-image: url('/assets/image/png/healthcanada_logo.png'); 
	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center; 
	width: 100%; 
}
.img-hover {
	background-color: rgba(0, 0, 0, 0.6);
	position: relative;
	top:0;
	left:0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    color:transparent;
    -webkit-transition:  0.4s;
    transition:  0.4s;
    line-height:185px;
    text-align:left;
	display: flex;
	z-index: 999;
}

.learn-more-content {
	 -webkit-transition:  0.4s;
    transition:  0.4s;
}

.img-hover span {
	padding: 25px;
	position: absolute;
	top: 0;
	align-self: flex-start;
}
.img-hover button {
	padding: 25px;
	position: absolute;
	bottom: 0;
	align-self: flex-end;
	border-radius: 0px;
}

.img-hover p {
	padding: 25px;
	padding-top: 100px;
	text-align: justify;
	line-height: normal;
	align-self: flex-start;

}.img-hover select {
	text-align: justify;
	line-height: normal;
	align-self: flex-end;

}
.img-hover a {
	color: white;

}

.img-hover:hover {
	color: white;
	opacity: 1;
}
.navbar {
	height: 90px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bg-nav {
 opacity:1.0;
}

.navbar-brand a {	
 opacity:1.0 !important;
}
.navbar-brand a:hover {	
 opacity:1.0 !important;
}

footer {
	
	background: #ebf4fa;
}

.message_box {
	height: 50px;
	margin-top: 90px;
}

.box{
    display: none;
    width: 100%;
	margin-top: 250px; 
	overflow: hidden;
}

a:hover + .box,.box:hover{
    display: inline;
    position: absolute;
    z-index: -1;
	width: 100vw;
	height: 100vh;
	top: 0;
	pointer-events: none;
	left: 0;
	
}

object {
	opacity: 1.0 !important;
	border: none; 
	overflow: hidden; 
	margin-top: -100px; 
}

iframe {
	opacity: 1.0 !important;
	border: none; 
	overflow: hidden; 
	margin-top: -100px; 
}
.main-landing {
	background-image: url('/assets/image/jpg/backgrounds/mask_in_hands.jpg');
}

.wrapper {
	background: rgb(2,0,36);
background: -moz-linear-gradient(221deg, rgba(2,0,36,1) 0%, rgba(241,241,241,1) 0%, rgba(250,254,255,1) 35%, rgba(224,229,245,1) 100%);
background: -webkit-linear-gradient(221deg, rgba(2,0,36,1) 0%, rgba(241,241,241,1) 0%, rgba(250,254,255,1) 35%, rgba(224,229,245,1) 100%);
background: linear-gradient(221deg, rgba(2,0,36,1) 0%, rgba(241,241,241,1) 0%, rgba(250,254,255,1) 35%, rgba(224,229,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#e0e5f5",GradientType=1);
	overflow: hidden;
	padding-top: 90px !important;
}

.mask-waste {
	background-image: url('/assets/image/jpg/bg/mask_waste.jpg');
	background-position: center;
	background-size: cover;
}

.fade-in {
animation: fadeIn ease 5s;
-webkit-animation: fadeIn ease 5s;
-moz-animation: fadeIn ease 5s;
-o-animation: fadeIn ease 5s;
-ms-animation: fadeIn ease 5s;
}
.fade-in-nav {
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
-moz-animation: fadeIn ease 2s;
-o-animation: fadeIn ease 2s;
-ms-animation: fadeIn ease 2s;
}
.fade-in-prod {
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
-moz-animation: fadeIn ease 2s;
-o-animation: fadeIn ease 2s;
-ms-animation: fadeIn ease 2s;
}
.fade-flash {
animation: fadeInOut ease-in-out 2s;
-webkit-animation: fadeInOut ease-in-out 2s;
-moz-animation: fadeInOut ease-in-out 2s;
-o-animation: fadeInOut ease-in-out 2s;
-ms-animation: fadeInOut ease-in-out 2s;
animation-iteration-count: infinite;
	animation-delay: 3s;
}

@keyframes fadeInOut {
0% {opacity:0;}
50% {opacity:1;}
100% {opacity:0;}
}

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}


.slide-l {
    position: absolute;
    left: 1000px;
    width: 1000px;
    height: 100px;
	top: -50px;
    background: transparent;
    -webkit-animation: slide-l 1.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide-l 1.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide-l {
    100% { left: 0; }
}

@keyframes slide-l {
    100% { left: 0; }
}

.slide-l-2 {
    position: absolute;
    left: 1000px;
    width: 1000px;
    height: 100px;
	top: 0px;
    background: transparent;
    -webkit-animation: slide-l-2 1.0s forwards;
    -webkit-animation-delay: 2.5s;
    animation: slide-l-2 1.0s forwards;
    animation-delay: 2.5s;
}

.slide-l-3 {
    position: absolute;
    left: 1000px;
    width: 1000px;
	top: -75px;
    background: transparent;
    -webkit-animation: slide-l-2 1.0s forwards;
    -webkit-animation-delay: 2.5s;
    animation: slide-l-2 1.0s forwards;
    animation-delay: 2.5s;
}

@-webkit-keyframes slide-l-2 {
    100% { left: 0; }
}

@keyframes slide-l-2 {
    100% { left: 0; }
}

.slide-r {
    position: absolute;
    left: -1000px;
    width: 1000px;
    height: 100px;
	top: -50px;
    background: transparent;
    -webkit-animation: slide-r 1.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide-r 1.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide-r {
    100% { left: 0; }
}

@keyframes slide-r {
    100% { left: 0; }
}

.slide-r-2 {
    position: absolute;
    left: -1000px;
    width: 1000px;
    height: 100px;
	top: 0px;
    background: transparent;
    -webkit-animation: slide-r-2 1.0s forwards;
    -webkit-animation-delay: 3s;
    animation: slide-r-2 1.0s forwards;
    animation-delay: 3s;
}

@-webkit-keyframes slide-r-2 {
    100% { left: 0; }
}

@keyframes slide-r-2 {
    100% { left: 0; }
}
.slide-d {
    position: fixed;
    top: -300px;
    height: 90px;
	width: 100vw;
    -webkit-animation: slide-d 2.0s forwards;
    animation: slide-d 2.0s forwards;
}
.slide-d-ex {
    position: fixed;
    top: -300px;
    height: 250px;
	width: 100vw;
    -webkit-animation: slide-d 2.0s forwards;
    animation: slide-d 2.0s forwards;
}
.hide-cl-nav {
	display: none;
}

@-webkit-keyframes slide-d {
    100% { top: 0; }
}

@keyframes slide-d {
    100% { top: 0; }
}

.slide-up {
    position: absolute;
    bottom: -300px;
    height: auto;
	width: 100vw;
    -webkit-animation: slide-up 2.0s forwards;
    animation: slide-up 2.0s forwards;
}

@-webkit-keyframes slide-up {
    100% { bottom: 25px; }
}

@keyframes slide-up {
    100% { bottom: 25px; }
}

.subscribe p {
text-align:center;
}
.subscribe input { 
	color: #c3c3c3;
	vertical-align: middle;
	width: 450px;
	max-width: 75%;
	border: 2px solid #f1f1f1;
	padding: 0 10px;
	height: 40px;
	text-align: center;
	background: transparent;
	font-size: 13px;
	font-weight: 400
}
.subscribe input[type="submit"]{
	background: rgba(255, 255, 255, 1);
	width: auto;
	padding: 0px 25px;
	cursor: pointer;
	margin-left: -5px;
	font-weight: 600;
	height: 42px;
	display: inline-block;
	color: #000;
}

.field-bg {
	background-image: url('/assets/image/jpg/bg/clean_field.jpg');
	background-size: cover;
	background-position: top;
	background-blend-mode: darken;
}


@media screen and (max-width:768px){

	.slide-l {
		width: auto;
		height: auto;
		position: initial;
	}
	.slide-l-2 {
		width: auto;
		height: auto;
		position: initial;
		font-size: 1.25rem;
	}
	.slide-r {
		width: auto;
		height: auto;
		position: initial;
		font-size: 1.25rem;
	}
	.slide-r-2 {
		width: auto;
		height: auto;
		position: initial;
		font-size: 1.25rem;
	}
	.slide-l-3 {
		width: auto;
		height: auto;
		position: initial;
	}
	
	.img-hover p {
	padding-top: 50px;
	text-align: justify;
	line-height: normal;
	font-size: 0.5rem;
	align-self: flex-start;

	}
	.img-hover button {
		padding: 5px; }

	.mobile_height {
		height: auto !important;
	}
	.mobile_padding {
		padding: 0px;
	}
	
	h1 {
		font-size: 1.5rem;
	}
	
	.bg-nav {
 opacity:1.0 !important;
}
  .hide_mobile{ display: none !important; }
  .mobile_nav{ background-color: aliceblue !important; 
	width: 100vw !important; margin-top: 15px !important; margin-left: 0;}
}