@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz&display=swap');
 * {
	margin: 0;
	padding: 0;
}
html {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #000000;
}

h2 {
	text-align: center;
}
hr {
	background-color: #e2e2e2;
	height: 1px;
	border: 0px;
}
.loginDiv {
	padding: 20px; 
}

label.error {
    display:block;
	margin-top: 5px;
	color: red;
	font-style: italic;
	font-size: 12px;	
}

label.error::before {
  content: "* ";
}


.learnMorebtn {
	border: 1px solid #e2e2e2;
	padding: 10px;
	color: #000;
	text-align: center;
	cursor: pointer;
	color: #555;
	text-decoration: none;
	display: block;
	background-color: #fff;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: auto;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 5px;
	width: 150px;
	letter-spacing: 2px;
	-webkit-transition: all 0.2s ea-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.learnMorebtn:hover {
	text-decoration: none;
	background-color: #66793f;
	border: 1px solid #66793f;
	color: #fff;
}

.learnMorebtnR {
	padding: 10px;
	color: #000;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	text-decoration: none;
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: auto;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 5px;
	width: 150px;
	letter-spacing: 2px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	-webkit-transition: all 0.2s ea-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.learnMorebtnR:hover {
	text-decoration: none;
	background-color: #66793f;
	border: 1px solid #66793f;
}

.learnMorebtnR2 {
	padding: 10px;
	color: #000;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #2654a1;
	border: 1px solid #2654a1;
	text-decoration: none;
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: auto;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 5px;
	width: 150px;
	letter-spacing: 2px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	-webkit-transition: all 0.2s ea-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.learnMorebtnR2:hover {
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
}


.menuDiv {
    	position: fixed; 
    	overflow: auto;
    	left: 0px; 
    	top: 0px;
    	height: 100%; 
    	background-color: #fff; 
    	padding: 10px; 
	   z-index: 9999999999;
    }
    


#nav {
		display: block;
		margin: auto;	
}


#nav ul {
		display: block;
		color: #000000;
  		padding: 0;
 		list-style: none;
}

#nav li {
	display: block;
		position: relative;
		list-style: none;
			font-family: 'Open Sans';
		line-height: 47px;
		z-index: 1009;
	text-indent: 20px;
	border: 3px solid #fff;
}

#nav li:hover {
	border-bottom: 3px solid #333333;
}

#nav li:hover a {
	color: #333333;	
	
cursor: pointer;	
}

#style-4::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
	background-color: #000000;
	border: 2px solid #555555;
}

.scrollbar {
	float: left;
	overflow-y: scroll;
}



.productEntry {
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
	margin-left: 15px;
	padding: 5px;
	cursor: pointer;
	margin-top: 10px;	
}

.accountButtons {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; box-shadow: inset 0 0 10px #ccc; 
	transition: 0.5s
}

.accountButtons:hover {
	background-color: #f9f9f9;
		}

.inputField {
	height: 50px;
	font-size: 14px;
	width: 100%;
	border: 1px solid #e2e2e2;
	text-indent: 10px; box-sizing: border-box;	
	border-radius: 3px;
	display: block;
	background-color: #fffcfc;	
}
.inputField:hover {
	background-color: #f9f9f9;
}
.inputField::placeholder {
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
}
.button {
	padding: 10px;
	color: #000;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #2654a1;	
	border: 1px solid #2654a1;	
    text-decoration: none;
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: auto;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 5px;
	height: 50px;
    width: 100%;
	letter-spacing: 2px;
font-family: 'Yanone Kaffeesatz', sans-serif;
	
		  -webkit-transition: all 0.2s ea-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;	
}

	   .button:hover {
    text-decoration: none;
	background-color: #000;
	border: 1px solid #000;	   	
}
#overlay2 {
	background-color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	filter: alpha(opacity = 30);
	opacity: 0.3;
	z-index: 99998;
}

#dialog2 {
	z-index: 9999;
	-moz-box-shadow: 0px 0px 3px #cccccc;
	-webkit-box-shadow: 0px 0px 3px #cccccc;
	box-shadow: 0px 0px 3px #cccccc;
	border: 2px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#dialog {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999999999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
#dialog_content {
	background-color: #fefefe;
	margin: 20px auto; /* 15% from the top and centered */
	-webkit-box-shadow: 0px 0px 3px #cccccc;
	box-shadow: 0px 0px 3px #cccccc;
	border: 2px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 90%; /* Could be more or less, depending on screen size */
}

.popheading {
	display: block;
	background-color: #000;
	text-transform: uppercase;
	padding: 10px;
	color: #fff;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial,
		sans-serif;
	font-size: 16px;
}

.close:hover {
	color: #ccc;
}
.marginTop {
	margin-top: 10px;
}

.button2 {
	padding: 10px;
	color: #000;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #2654a1;	
	border: 1px solid #2654a1;	
    text-decoration: none;
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: auto;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 5px;
    width: calc(100% - 20px);
	letter-spacing: 2px;
font-family: 'Yanone Kaffeesatz', sans-serif;
	
		  -webkit-transition: all 0.2s ea-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;	
}

	   .button2:hover {
    text-decoration: none;
	background-color: #000;
	border: 1px solid #000;	   	
}

.button3 {
	padding: 10px;
	color: #000;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #000000;	
	border: 1px solid #000000;	
    text-decoration: none;
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: auto;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 5px;
    width: calc(100% - 20px);
	letter-spacing: 2px;
font-family: 'Yanone Kaffeesatz', sans-serif;
	
		  -webkit-transition: all 0.2s ea-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;	
}

	   .button3:hover {
    text-decoration: none;
	background-color: #2654a1;
	border: 1px solid #2654a1;	   	
}
a {
	color: #000;
	text-decoration: none;
}
.logo2 {
	background-image: url('/images/w-small.png');
	width: 100px; 
	height: 48px;
	background-size: 100px 48px;
	text-indent: -10000px;
	display: block;
	margin-top: 10px; 
	margin-left: 10px;
	float: left;
}
.input {
	border: 1px solid #d4d4d4;
	font-size: 14px;
	background: #fcfcfc;
	height: 40px;
	text-indent: 5px;
	width: 300px;
	display: block;
	margin-top: 5px;
	font-family: Tahoma;
	outline: 0;
	text-align: left;
	text-transform: none;
	border-radius: 3px;
	color: #808080;
	line-height: 1;
	outline-offset: -2px; /* Opera */
	box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .05);
}

#footer {
	background-color: #f0f0f0;
	
}