@charset "utf-8";
/* CSS Document */

body {
}

html {
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}

/* NAVIGATION PANEL */
#nav-panel {
	width: 100%;
	height: 100%;
	background-color: #b4d46e;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 40;
}

#nav-panel hr {
	width: 75px;
	height: 3px;
	background-color: #1e2905;
	border: none;
}

.close-panel, .close-panel a{
	color: #1e2905;
	display: block;
	position: fixed;
	top:45px;
	right: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

#logo-nav-panel, 
#logo-source-panel, 
#logo-contact-panel, 
#logo-regulatory-panel, 
#logo-qc-panel, 
#logo-additional-panel,
#logo-logistics-panel,
#logo-product-panel,
#logo-faq-panel,
#logo-about-panel{
	position: fixed;
	top:15px;
	left: 15px;
}

#logo-nav-panel img, 
#logo-source-panel img, 
#logo-contact-panel img, 
#logo-regulatory-panel img, 
#logo-qc-panel img, 
#logo-additional-panel img,
#logo-logistics-panel img,
#logo-product-panel img,
#logo-faq-panel img,
#logo-about-panel img{
	width: 72px;
}

#nav-panel ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
	flex-direction: column;
	text-transform: uppercase;
	line-height: 65px;
	list-style: none;
	text-align: center;
}

.nav-panel-links {
	color: #1e2905;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
}


/* CONTACT PANEL */
#contact-panel {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: #b4d46e;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 30;
}

#contact-panel hr {
	width: 75px;
	height: 3px;
	background-color: #1e2905;
	border: none;
}

#close-contact-panel{
	color: #1e2905;
	display: block;
	position: fixed;
	top:15px;
	right: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

#contact-panel-header {
	color: #1e2905;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom:20px;
}

#contact-panel ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10%;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
	flex-direction: column;
	list-style: none;
	color: #1e2905;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 1.25;
	padding: 10% 0 0 0;
}

.contact-form {
	overflow-y: auto;
	height: auto;
	margin: 30px auto 30px auto;
	width: 440px;
}




/* HEADER */
#wrap-header {
	display: block;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left:0px;
	background-color: #fff;
	box-shadow: 0px 2px 4px #494949;
	z-index: 20;
}

#header {
	max-width: 1080px;
	height: 80px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

#header-logo {
	width: 150px;
	float: left;
	margin-left: 20px;
}

#nav-buttons {
	height: 28px;
	margin-top: 50px;
	margin-right: 20px;
	float: right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
}

#nav-buttons a {
	color: #000;
	text-decoration: none;
}

#hamburger-contact {
	padding-right: 20px;
	height: 28px;
	width: 80px;
	float: left;
	clear: none;
}

#hamburger-contact p {
	margin-top: 5px;
	cursor: pointer;
}

#menu-line {
	height: 28px;
	width: 2px;
	background-color: #000;
	float: left;
	clear: none;
}

#hamburger-menu {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	height: 28px;
	width: 60px;
	float: left;
	clear: none;
	cursor: pointer;
}

#hamburger-menu p {
	margin-top: 5px;
}

#hamburger {
	display: block;
	margin-top: 5px;
	width: 40px;
	height: auto;
	float: left;
	clear: none;
	cursor: pointer;
}

a.menu-show {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.hamburger-line {
	height: 2px;
	width: 40px;
	background-color: #000;
	margin-bottom: 5px
}

/* WRAP 1 */
#wrap-1{
	width: 100%;
	height:100vh;
	background-repeat: no-repeat;
	position: relative;
	background-image:url("images/lab-chemestry-teal-glove01.jpg");
	background-size: cover;
	background-position: center;
	padding-top:100px;
}

.hero-text {
	width: 100vw;
	height: 150px;
}
	
.hero-text p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: #b4d46f;
	text-shadow: 2px 2px 4px #494949;
	margin:20px 0 20px;
}

.hero-text p span{
	color: #f19330;
}

#hero {
	width: 690px;
	height: 380px;
	background-color: rgba(255, 255, 255, 0.7);
	display: block;
	border-radius: 10px;
	position: relative;
	margin:auto;
}

#hero-left {
	background-repeat: no-repeat;
	position: relative;
	background-image:url("images/hero01-bg-img.jpg");
	background-position:top;
	margin: 15px;
	padding-top: 90px;
	height: 260px;
	width: 200px;
	background-color: #fff;
	display: block;
	float: left;
	border-radius: 10px;
	text-align: center;
}

#hero-center {
	background-repeat: no-repeat;
	position: relative;
	background-image:url("images/hero02-bg-img.jpg");
	background-position:top;
	margin: 15px;
	padding-top: 90px;
	height: 260px;
	width: 200px;
	background-color: #fff;
	display: block;
	float: left;
	border-radius: 10px;
	text-align: center;
}

#hero-right {
	background-repeat: no-repeat;
	position: relative;
	background-image:url("images/hero03-bg-img.jpg");
	background-position:top;
	margin: 15px;
	padding-top: 90px;
	height: 260px;
	width: 200px;
	background-color: #fff;
	display: block;
	float: left;
	border-radius: 10px;
	text-align: center;
}

#hero-left p, #hero-center p, #hero-right p {
	margin:15px;
	text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 13px;
}

.scroll {
	position: absolute;
	left: 50%;
	padding-top:5%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight:500;
	text-transform: uppercase;
	text-align: center;
}

.footer {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 5%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight:500;
	text-transform: uppercase;
}

/* WRAP 2 */
#wrap-2{
	width: 100%;
	height:calc(100vh - 100px);
	background-repeat: no-repeat;
	position: relative;
	background-image:url("images/nurse-green-gloves.jpg");
	background-size: cover;
	background-position: center;
	clear: both;
}

#wrap-2 h2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 30px;
	font-weight: bold;
}

#wrap-2 hr {
	width: 75px;
	height: 3px;
	background-color: #000;
	border: none;
	margin-left:0px;
}

#wrap-2 p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
}

#wrap-2 span{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
}

#wrap-inner-2{
	max-width: 1080px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

#content-short-2 {
	width: 40%;
	position: relative;
	float: right;
}

#content-short-2 p {
	padding-right: 30px;
}

#content-long-2{
	width: 60%;
	height: 600px;
	display: flex;
}

#content-long-2 img{
	max-width: 100%;
	justify-content: center;
	margin: auto;
	display: block;
	}

/* ABOUT PANEL */
#about-panel {
	width: 100%;
	height: 100%;
	background-color: #b4d46e;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 30;
	overflow-y: auto;
	text-align: center;
}

#about-panel hr {
	width: 75px;
	height: 3px;
	background-color: #000;
	border: none;
}

#close-about-panel{
	color: #1e2905;
	display: block;
	position: fixed;
	top:15px;
	right: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

#logo-about-panel{
	display: block;
	position: fixed;
	top:15px;
	left: 20px;
	cursor: pointer;
}

#about-panel-header {
	color: #05303e;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom:20px;
}

.iso-certs {
	float: left;
	width: 23%;
	min-width: 208px;
	margin:10px;
}

/* WRAP 3 */
#wrap-3{
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	position: relative;
	background-image:url("images/auto-grease-orange-glove.jpg");
	background-size: cover;
	background-position: center;
	clear: both;
}

#wrap-3 h2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 30px;
	font-weight: bold;
}

#wrap-3 hr {
	width: 75px;
	height: 3px;
	background-color: #000;
	border: none;
	margin-left:0px;
}

#wrap-3 p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
}

#wrap-3 span{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
}

#wrap-inner-3{
	max-width: 1080px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

#content-short-3 {
	width: 40%;
	position: relative;
	float: right;
}

#content-long-3{
	width: 60%;
	height: 600px;
	display: flex;
}

#content-long-3 img{
	width: auto;
	justify-content: center;
	margin: auto;
	display: block;
	}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img{
  max-width: 100%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  margin-top: 58px;
  padding: 88px 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
	background-color: rgba(0,0,0,0.6);
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* Caption text */
.text {
  color: #000;
  font-size: 18px;
  padding: 8px 30px 0px 0px;
  position: relative;
  width: 100%;
}

.text p {
  padding-right: 30px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #f19330;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #000;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.button{
	padding: 8px 10px; 
	background-color: #f19330; 
	width: 120px; 
	border-radius: 25px; 
	text-align: center;
}


.button a {
	text-decoration: none; 
	color: #000;
	font-family: helvetica, arial, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	text-transform: uppercase
}

/* SERVICES PANELS */
#regulatory-service-panel, 
#logistic-service-panel,
#additional-service-panel,
#source-service-panel,
#qc-service-panel {
	width: 100%;
	height: 100vh;
	background-color: #b4d46e;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 40;
	overflow-y: auto;
	text-align: center;
}

#close-regulatory-service-panel a,
#close-logistic-service-panel a,
#close-additional-service-panel a,
#close-source-service-panel a,
#close-qc-service-panel a,
#close-about-service-panel a{
	color: #1e2905;
	display: block;
	position: fixed;
	top:15px;
	right: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

#regulatory-service-panel p, 
#additional-service-panel p,
#logistic-service-panel p,
#source-service-panel p,
#qc-service-panel p,
#about-panel p,
#product-panel p{
	color: #1e2905;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	margin-top: 0px;
	text-align: left;
}

.panel-content-header {
	max-width: 1200px;
	margin: 20vh auto auto;
	padding: 15px;
	clear: both;	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.panel-content-header span {
	font-size: 26px;
	font-weight: 700;
}

.panel-content {
	max-width: 1200px;
	margin: auto;
	column-count: 2;
	column-gap: 60px;
	column-rule: 2px dotted #614914;
	padding: 15px;
}

.panel-content-2 {
	max-width: 1200px;
	margin: auto;
	text-align: center;
	padding: 15px;
}

/* WRAP 4 */
#wrap-4{
	width: 100%;
	height:calc(100vh - 100px);
	background-repeat: no-repeat;
	position: relative;
	background-image:url("images/food-black-glove-squeeze.jpg");
	background-size: cover;
	background-position: center;
	clear: both;
}

#wrap-4 h2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 30px;
	font-weight: bold;
}

#wrap-4 hr {
	width: 75px;
	height: 3px;
	background-color: #000;
	border: none;
	margin-left:0px;
}

#wrap-4 p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
}

#wrap-4 span{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
}

#wrap-inner-4{
	max-width: 1080px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

#content-short-4 {
	width: 40%;
	position: relative;
	float: right;
}

#content-long-4{
	width: 60%;
	height: 600px;
	display: flex;
}

#content-long-4 img{
	width: auto;
	justify-content: center;
	margin: auto;
	display: block;
	}

/* PRODUCT PANEL */
#product-panel {
	width: 100%;
	height: 100%;
	background-color: #b4d46e;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 30;
}

#product-panel hr {
	width: 75px;
	height: 3px;
	background-color: #000;
	border: none;
}

#close-product-panel{
	color: #1e2905;
	display: block;
	position: fixed;
	top:15px;
	right: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

#logo-product-panel{
	display: block;
	position: fixed;
	top:15px;
	left: 20px;
	cursor: pointer;
}

#product-panel-header {
	color: #05303e;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom:20px;
}





/* WRAP 5 */
#wrap-5{
	width: 100%;
	height:calc(100vh - 100px);
	background-repeat: no-repeat;
	position: relative;
	background-image:url("images/blue-glove-flax-seeds.jpg");
	background-size: cover;
	background-position: center;
	clear: both;
}

#wrap-5 h2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 30px;
	font-weight: bold;
}

#wrap-5 hr {
	width: 75px;
	height: 3px;
	background-color: #000;
	border: none;
	margin-left:0px;
}

#wrap-5 p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
}

#wrap-5 span{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
}

#wrap-inner-5{
	max-width: 1080px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

#content-short-5 {
	width: 40%;
	position: relative;
	float: right;
}

#content-long-5{
	width: 60%;
	height: 600px;
	display: flex;
}

#content-long-5 img{
	width: auto;
	justify-content: center;
	margin: auto;
	display: block;
	}

/* FAQ PANEL */
#faq-panel {
	width: 100%;
	height: 100%;
	background-color: #b4d46e;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 30;
	overflow-y: auto;
}

#close-faq-panel{
	color: #1e2905;
	display: block;
	position: fixed;
	top:15px;
	right: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

#logo-faq-panel{
	display: block;
	position: fixed;
	top:15px;
	left: 20px;
	cursor: pointer;
}

.panel-faq-header {
	width: 1200px;
	margin: 20vh auto auto ;
	padding: 15px;
}

.panel-faq-header p {
	text-align: left;
}

.panel-faq-header span {
	color: #1e2905;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 26px;
	font-weight: 700;
	padding-bottom:100px;
	text-align: left;
}



.panel-contact-header p{
	text-align: center;
}

.panel-contact-header span {
	color: #1e2905;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 26px;
	font-weight: 700;
	padding-bottom:100px;
}

.panel-faq {
	max-width: 1200px;
	margin: auto;
	color: #1e2905;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	margin-top: 0px;
	text-align: left;
	overflow-y: auto;
}

.panel-faq ul{
	list-style: none;
}

.panel-faq a{
	color: #1e2905;
	text-decoration: none;
	font-weight: 700;
}

#form-link1, #form-link2, #form-link3, #form-link4, #form-link5, #form-link6, #form-link7{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

#a1, #a2, #a3, #a4, #a5, #a6, #a7, #a8,
#a9, #a10, #a11, #a12, #a13 {
	color: #282828;
	margin-bottom:50px;
}