a {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

img {
	padding: 0px;
	margin: 0px;
	border-image: none;
	border: none;
}
 ul{
	padding: 0px;
	margin: 0px;
    text-decoration: none;
    list-style-image: none;
    list-style-type: none;
	text-align: left;
}
.disable {
    pointer-events: none;
    opacity: 0.4;
}



html, body{
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	font-family: Roboto, Helvetica, sans-serif;
	color: #1F232F;
}

#alert{
	height: auto;
	width: 100%;
	margin: 0px auto;
	padding: 10px;
	overflow-x: hidden;
}
#alert #bk-80perc{
	height: auto;
	width: 80%;
	margin: 0 auto;	
}
#alert #bk-left{
	float: left;
	height: auto;
	width: 100px;
	margin: 0;
	padding: 0px;
	overflow-x: visible;
}
#alert #bk-right{
	height: auto;
	width: auto;
	margin: 0;
	padding: 10px;
	overflow-x: hidden;
	border-radius: 9px;
}

.alertTitle{
	float: left;
	padding-top: 2px;
	padding-left: 15px;
	text-align: left;
	font-size: 18pt;
}


header {
	width: 100%;
	height:105px;
	padding:0px;
	background-color:#D3D3D3;
}

#content-nav{
	width: 100%;
	height:50px;
	background-color: midnightblue;
}
#content-navbar {
	height: 50px;
	width: auto;
	min-width: 320px;
	max-width: 800px;
	margin: auto;
	padding: 0px;
	color: white;
}

.page-link{
	float: left;
	width: 28%;
	height: auto;
	padding: 12.5px 15px;
	font-size: 21px;
}
.page-link a{
	color: white;
}

.page-link a:hover{
	color: lightblue;
}

.box {
	float: left;
	width:auto;
}

#navbar{
	float: right;
	width: auto;
}
#navbtn{
	float: left;
	width: 100px;
	padding: 25px 5px;
	background-color: darkcyan;
	color: white;
}
#page-container{
	width: 1080px;
	margin: 15px auto;
	}	
#icon-box
{
	width: 100px;
	height: 100px;
	padding:0px;
	margin: 0px;	
}
#block-left {
	float: left;
	width: 50%;
	height: auto;
	padding:0px;
	margin: 0px;
	overflow: hidden;
}
#block-right {
	float: right;
	width: 50%;
	height: auto;
	padding:0px;
	margin: 0px;
}
#block-zero{
	width:100%;
	height: 3px;
	margin: 0px;
	padding:0px;
}
heading {
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.datacirle {
	width: 180px;
	height: 180px;
	margin: auto;
	border-radius: 50%;
	border: 10px solid #EFF0F0;
	text-align: center;
}
.profileimg {
	border-radius: 50%;
	width: 210px;
	height: 210px;
	margin: 25px auto 10px;
}

.profileimg img {
	border-radius: 50%;
	object-fit: cover;
	max-width: 210px;
	max-height: 210px;
	background-color:rgba(179,179,179,1.00);
	border: thick solid black;
}
.profiledata{
	height: 100%;
	overflow: hidden;
}
#address-block{
	float: left;
	width:24%;
	height: auto;
	min-height: 125px;
	margin:.5%;
}

#infodiv {
    position: absolute;
    width: 300px;
    height: auto;
    padding: 10px;
    margin-left: 10px;
	margin-top:-15px;
    border: thin solid #FF860E;
    -webkit-box-shadow: 3px 3px 6px 3px hsla(0,0%,7%,0.69);
    box-shadow: 3px 3px 6px 3px hsla(0,0%,7%,0.69);
	display: none;
}
/* #infodiv {display: none;}*/
#toolcontrolbox {
	float: left;
	width: 25%;
	height: auto;
	padding:0px;
	margin: 0;
}
#toolbar {
	float: left;
	width: 100%;
	height: auto;
	padding:0px;
	margin: 0px;
}
.toolbar {
    position: absolute;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px 0 0 50px;
    display: none;
    background-color: white;
    -webkit-box-shadow: 7px 7px 5px 6px rgba(18,28,79,.35);
    box-shadow: 7px 7px 5px 6px rgba(18,28,79,.35);
	z-index: 2;
}

#btnbar{
	float: right;
	width: auto;
	height: auto;
	padding:0px;
	margin: 0px;
}

#tabnav{
	float: left;
	width:100%;
}

.tabbtn{
	float: left;
	width: 25%;
	height: 80px;
	padding-top:25px;
	cursor: pointer;
}

.tabbtn:hover{
    background-color: dimgray;
    color: white;
}
#folder
{
    float: left;
	display: table;
	width: 83%;
    height: 97px;
	padding: 3px;
	margin: 1%;
	text-align: center;
	word-break: break-all;
	background-color:hsla(0,0%,88%,1.00);
}
#folder a{
	text-decoration: none;
	color: none;
}

#folder #foldertitle{
	display: table-cell;
	vertical-align: middle;
}


#containerdiv {
	width:100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
	overflow: hidden;
	background-color: white;
}

#featuremsg-mobile {
	display: none;
}

#featuremsg-desktop{
	position: relative;
	width: 100%;
}

#tagline{
    color: #f2f2f2;
    font-size: 38px;
    font-weight: 600;
    padding: 8px 12px;
    position: absolute;
    top: 25px;
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 2px hsla(0,0%,0%,1.00);
}

#actionline{
    color: #f2f2f2;
    font-size: 24px;
    font-weight: 600;
    padding: 0px;
    position: absolute;
    bottom: 155px;
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 2px hsla(0,0%,0%,1.00);
}
#action-box{
  position: absolute;
  bottom: 25px;
  width: 50%;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
text-align: center;
}
#action-col3{
	float: left;
  width: 33%;
	margin: 0 auto;
  text-align: center;
}
#action-col2{
	float: left;
  width: 50%;
	margin: 0 auto;
  text-align: center;
}

#colauto
{
	width:auto;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col5
{
	width:5%;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col10
{
	width:10%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col15
{
	width:15%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col18
{
	width:18%;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col20
{
	width:20%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col25
{
	width:25%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col30
{
	width:30%;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col33
{
	width:33%;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col40
{
	width:40%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col50
{
	width:50%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}

#col60
{
	width:60%;
	padding: 0px;
	margin: 0px auto;
	display: block;
	position: relative;
	overflow: hidden;
}
#col70
{
	width:70%;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col80
{
	width:80%;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col90
{
	width:90%;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#col100
{
	width:100%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
	z-index: 1;
}

.rc-10
{
	border-radius: 10px;
}

.rc-brbl-10
{
	border-radius:0 0 10px 10px;
}

#content {
	padding: 0px;
	margin: 0px;
	width:100%;
	height: auto;
	min-height: 100%;
	background-color: white;
	overflow: hidden;
}
#content-auto {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px auto;

}
#content-fit {
    width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: center;
	text-align: center;
}

#content-block-autofit {
	width: auto;
	height: auto;
	padding:2px;
	margin: 1px;
	border: medium solid #ccc;
	border-radius: 3px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 3px 5px 2px #d3eeff;
	box-shadow: 2px 3px 5px 2px #d3eeff;
}
#content-full {
	width:100%;
	height: auto;
	margin: 0px;
	padding: 0px 0 100px 0;
	overflow: hidden;
}
#content-block-left {
	float: left;
	width: 45%;
	height: auto;
	padding:10px 0 10px 50px;
	margin: 0px;
	overflow: hidden;
}
#content-block-right {
	float: right;
	width:55%;
	height: 100%;
	padding:10px;
	margin: 0px;
	overflow: hidden;
}
#content-block-10perc {
	width: 10%;
	height: auto;
}
#content-block-15perc {
	float: left;
	width: 15%;
	min-width: 190px;
	height: auto;
}
#content-block-16perc {
	float: left;
	width: 16%;
	height: auto;
	padding:0px;
	margin: 0.33%;
}
#content-block-20perc {
	float: left;
	width: 20%;
	height: auto;
}
#content-block-22perc {
	float: left;
	width: 22%;
	height: auto;
	padding:5px;
	margin: 0px;
}
#content-block-25perc {
	float: left;
	width: 25%;
	height: auto;
	padding:0px;
	margin: 0px;
	overflow: hidden;
}
#content-block-30perc {
	float: left;
	width: 30%;
	height: auto;
}
#content-block-33p {
	float: left;
	width: 33.3%;
	min-width:298px;
	height: auto;
	padding: 0;
	margin: auto;
	background: #f3f3f3;
}
#content-block-33perc {
	float: left;
	width: 33.3%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#content-block-35perc {
	float: left;
	width: 35%;
	height: auto;
	padding:0px;
	margin: 0;
}
#content-block-40perc {
	float: left;
	width: 40%;
	height: auto;
	padding:0px;
	margin: 0px;
}
#content-block-45perc {
	float: left;
	width: 47%;
	height: auto;
	padding:1%;
	margin: 1.5%;
}
#content-block-50perc {
	width: 50%;
	height: auto;
	padding: 0px;
	margin: 0 auto;
}
#content-block-60perc {
	width: 60%;
	height: auto;
	padding:0px;
	margin: 0px auto;
}
#content-block-66perc {
	width: 66%;
	height: auto;
	padding:0px;
	margin: 0px auto;
}
#content-block-70perc {
	width: 70%;
	height: auto;
	padding:auto;
	margin: 0px auto;
	overflow: visible;
}
#content-block-75perc {
	float: left;
	width: 75%;
	height: auto;
	padding:0px;
	margin: 0px;
	overflow: visible;
}
#content-block-80perc {
	width: 80%;
	height: auto;
	padding:0px;
	margin: 0px auto;
}
#content-block-84perc {
	float: left;
	width: 83%;
	height: auto;
	padding:0px;
	margin: auto;
}
#content-block-88perc {
	width: 88%;
	height: auto;
	padding: 0px;
	margin: 25px auto 75px;
	background-color: hsla(0,0%,100%,0.85);
	-webkit-box-shadow: 2px 3px 5px 2px hsla(203,100%,91%,0.85);
	box-shadow: 2px 3px 5px 2px hsla(203,100%,91%,0.85);
	overflow: hidden;
}
#content-block-85perc {
	width: 85%;
	height: auto;
	border: thin solid #aaa;
	background-color: hsla(0,0%,100%,0.85);
	-webkit-box-shadow: 2px 3px 5px 2px hsla(203,100%,91%,0.85);
	box-shadow: 2px 3px 5px 2px hsla(203,100%,91%,0.85);
	overflow: hidden;
}
#content-block-90perc {
	width: 90%;
	height: auto;
	overflow: hidden;
}
#content-block-95perc {
	width: 95%;
	height: auto;
	padding: 5px;
	margin: 5px auto;
	margin-bottom: 50px;
	border: thin solid #aaa;
	border-radius: 3px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 4px 4px #d3eeff;
	box-shadow: 1px 1px 4px 4px #d3eeff;
	overflow: hidden;
}
#content-block-99perc {
	width: 99%;
	height: auto;
	padding: 0px;
	margin: 2px auto;
	border-radius: 3px;
	overflow: hidden;
	clear: both;
	background-color: white;
}
#content-terms ol li{
	margin: 15px 0 0 0;
}

#options-block {
	width: 95%;
	height: auto;
	padding: 5px;
	margin: 5px auto;
	margin-bottom: 50px;
	border: thin solid #aaa;
	border-radius: 3px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 4px 4px #d3eeff;
	box-shadow: 1px 1px 4px 4px #d3eeff;
	overflow: hidden;
}
#options-block i{
	margin:2px;
}
#divclear {
	clear: both;
}
#content-imgheader{
	width:100%;
	height: auto;
	margin: auto;
	background: #eee;
}

#pillar{
    float: left;
    margin: 15px 1.5%;
    padding: 0px;
    width: 30%;
    height: auto;
	background: white;
    overflow: visible;
    border: medium solid #E0E0E0;
    border-radius: 11px;
    -webkit-box-shadow: 2px 3px 5px #434343;
    box-shadow: 2px 3px 5px #434343;
}
#pillar-header{
    height: 100px;
    width: 100%;
    padding-top: 40px;
    text-align: center;
    font-size: 21pt;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#pillar-topcopy{
	width: 100%;
	height: auto;
	min-height: 185px;
	padding:10px;
	text-align: center;
	font-size:12pt;
}
#pillar-details{
	width: 100%;
	padding-top:20px;
	min-height: 280px;
	text-align: center;
	font-size:12pt;
}
#pillar-details ul{
	font-family: Roboto,Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px;
    text-align: center;
    font-weight: 600;
    list-style-image: none;
    list-style-type: none;
    text-indent: 0px;
}
#pillar-details li{
    text-align: center;
	font-weight: 400;
    list-style-image: none;
    list-style-type: none;
}

.fix-top{
position: "fixed";
top: 10px;	
}

#imgThumb {
	float: left;
	width: 25%;
	height: auto;
	max-height: 150px;
	overflow: none;
}

#homepage-welcome {
    width: 100%;
	height: auto;
	padding: 0px;
	margin:0px;
 	text-align: center;
	overflow: visible;
	transition-timing-function: ease-in;
	}
#homepage-welcome-mobile {
    width: 100%;
	height: auto;
	padding: 0px;
	margin:0px;
 	text-align: center;
	overflow: visible;
	display: none;
	}

#databox {
	float: left;
	width: auto;
	margin: 2px;
	font-size: .95em;
	color: white;
	border: 1px solid #ccc;
	text-align: center;
	overflow: hidden;
}
/* See Mobile Version */

#databox:hover{
	color: #1F232F;
	background-color: #D1DFED;
	font-weight: 800;
}

#searchresult {
	float: left;
	width: 100%;
	clear: both;
}
#searchresult a {
	font-size: 12px;
	color: #1F232F;
	text-decoration: none;
}

#searchresult a:hover {
	font-size: 12px;
	text-decoration: none;
	color:white;
}
#dropdown {
	position: relative;
	width: 18%;
	margin: 1px;
	padding: 2px 5px;
	background-color: #D1DFED;
	border: 1px solid #1F232F;
}

#dropdown:hover {
	background-color: #6791B3;
	color:White;
	font-weight: 800;
}

#mainheading {
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border: 1px solid #1F232F;
	clear: both;
}
#mainheading i {
	margin-right:5px;
}

#sectiontitle
{
	float: left;
	width: auto;
	margin: 5px;
	padding: 5px;
}
#subheading {
	width: 100%;
	padding: 2px;
	margin: 20px 0px;
	overflow: hidden;
	background-color: #D1DFED;
	border: 1px solid #1F232F;
	clear: both;
}
.blueheading{
	float: left;
	padding-top: 2px;
	padding-left: 15px;
	color: #1F232F;
	text-align: left;
	font-size: 18pt;
	font-weight: 500;
}
#userheading {
	width: 100%;
	padding: 2px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #D1DFED;
	border: 1px solid #1F232F;
	color:#1F232F;
	clear: both;
}


h1 {
	padding-top: 2px;
	padding-left: 15px;
	color: #1F232F;
	text-align: left;
	font-size: 28pt;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #1F232F;
	text-align: left;
	font-size: 18pt;
}

.bluesub{
	float: left;
	padding: 5px;
	color: #1F232F;
	text-align: left;
	font-size: 12pt;
}

.statusTEXT{
	float: right;
	padding-right: 5px;
	color: RED;
	text-align: right;
	font-size: 16pt;
	font-weight: 700;
}

#backBtn {
	float: left;
	height: auto;
	width: auto;
	margin:0px;
	padding: 15px;
	cursor: pointer;
	background-color:white;
}

#closeBtn {
	float: right;
	height: auto;
	width: auto;
	margin:0px;
	padding: 15px;
}
#productmenu ul li{
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}

.prodbtn{
    background-color: #F0F0F0;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 72.64%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 72.64%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 72.64%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0.00%,rgba(255,255,255,1.00) 72.64%);
}
.prodbtn:hover{
	background-color: #fdb14e;
}

#footblock{
	width: 100%;
	height: auto;
    padding: 15px 50px 60px 50px;
	margin: 0px;
	overflow: hidden;
}

#footblock ul {
    margin: 10px;
    font-size: 15pt;
    font-weight: 200;
    list-style-position: outside;
    list-style-type: none;
}

#footblock ul li {
    font-size: 10pt;
    font-weight: 100;
	margin-left: 10px;
	line-height: 25px;
}

#footblock a ,#footblock a:visited{
    font-size: 10pt;
    text-decoration: none;
	color: white;
}

#footblock a:hover{
	color: #fdb14e;
	transition: .25s;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    background: #000000;
    overflow: hidden;
    -webkit-box-shadow: 0px -11px 25px 15px hsla(0,0%,0%,0.87);
    box-shadow: 0px -11px 25px 15px hsla(0,0%,0%,0.87);
}
mobile-footer {
	display: none;
}

#copyright {
	float: left;
	width:35%;
	padding: 15px 0 5px 25px;
	color: white;
	font-size: 11px;
}
#copyright a {
	color: white;
}

#footer-icons{
	float: right;
	width:auto;
}
#footer-icons img{
	margin:3px;
	height: 35px;
}

.icon-img
{
	top: -10px;

}

pgTitle{
	font-family: exo;
	font-size: 24pt;
	color: blue;
	display: block;
}
p
{
	padding: 0;
	margin: 0;
}

/* DESKTOP PRINT CENTER NAVIGATION */

.productspecs ul li
{
	text-align: left;
	margin: 0 25px;
	padding-left: 5px;
	text-indent: 5px;
	color: #353333;
	font-size: 14px;
	list-style-type: disc;
	list-style-position: outside;
	display: list-item;
}


/* LOGIN FORM CSS */

#login_form ul li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}

table {
    border-collapse: collapse;
    width: 100%;
	font-size: 12px;
}
table td a .action-btn{
	margin: 1px;
	height:25px;
	float:left;
	width: auto;
	border: 2px solid ccc;
	color: white;
}
table td a .action-btn:hover{
	background-color: white;
	border: 2px solid red;
}


#tablerow {
	padding: 2px;	
}
table tr:odd{
	background-color: #efefef;
}
table tr:even{
	background-color:#E3E3E3;
}
table tr td{
	text-align: left;
}

/*
tr:nth-child(odd) {background-color: #f2f2f2;}

tr:first-child {
    background-color: #ccc;
}
tr:first-child:hover {
    background-color: #ccc;
	color: black;
}
*/
tr:hover {background-color:#D1DFED; color: #353333;}


/* BUTTON & LINK STYLES */
.action-btn-small{
	background-color:#1F232F;
    color: white;
	width: 95%;
	height: auto;
	min-height: 15px;
	margin: 2px auto 2px auto;
    padding: 5px 0px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
}
.action-btn-small a
{
    color: white;
	font-size: 12px;
    text-decoration: none;
	font-weight: 500;
}
.action-btn-small:hover{
	background-color:#1F232F;
	color: white;
	font-weight: 800;
}
.action-btn {
	background-color: #0092cc;
	color: white;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	border: none;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
    text-shadow: 1px 4px 4px hsla(0,0%,0%,.50);
}
.action-btn a {
    color: white;
	font-size: 14px;
    text-decoration: none;
	font-weight: 500;
}
.action-btn a:hover {
    text-decoration: none;
}

.action-btn:hover {
    background-color: #F39B57;
    background-image: none;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
    border-radius: 18px;
}


.action-btn span {
	position: relative;
}

#taskbar{
	background-color: #1F232F;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.taskbar-btn {
	background-color: #1F232F;
	color: white;
	width: 99%;
	height: auto;
	min-height: 30px;
	margin: 1px auto 1px auto;
	padding: 5px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}
.taskbar-btn a {
    color: white;
	font-size: 12px;
    text-decoration: none;
	font-weight: 500;
}

.taskbar-btn:hover {
    background-color: #D1DFED;
    color: #1F232F;
    background-image: none;
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 3px #282828;
    box-shadow: 0px 0px 3px #282828;
    transition: 0.5s;
}
#btn-33perc{
	float: left;
	width: 31%;
	height:auto;
	margin: 1%;
    cursor: pointer;
	text-align: center;
	overflow: hidden;
}
.small-btn{
	float: left;
	width: auto;
	height:auto;
	margin: 1px;
    cursor: pointer;
	text-align: center;
	overflow: hidden;
}

.prod-btn{
    color: #1F232F;
	float: left;
	width: 100%;
	height: 30px;
	margin: 1px;
    padding: 6px 15px ;
    cursor: pointer;
	text-align: left;
	overflow: hidden;
}

.prod-btn:hover{
    background-color: #D1DFED;
	color:#1F232F;
	font-weight: 800;}


.menu-btn {
	float: left;
	background-color:#1F232F;
    color: white;
	width: 30%;
	height: 175px;
	margin:5px;
    padding: 75px 5px 3px 5px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
	text-align: center;
}
.menu-btn:hover {
    background-color: #90a9bf;
}
.menu-btn a {
    color: white;
	font-size: 24px;
    text-decoration: none;
	font-weight: 500;
}

.button-25perc {
	float:left;
	width:24%;
	margin: 1px;
	padding: 9px 1px 8px 1px;
	text-align: center;
	background-color:#D1DFED;
    color: #1F232F;
}

.button-25perc:hover {
	background-color:#1F232F;
    color: white;
}

.H-250px {
	width: 250px;
	height: 250px;
	border: solid #3F3F3F;
	-webkit-box-shadow: 5px 7px 7px 2px;
	box-shadow: 5px 7px 7px 2px;
}

.h200 {
	height: 200px;
	min-height: 200px;
	padding: 90px 0 0 0;
}

/* FONT STYLES */
.pad-auto{
	padding: auto;
	height:100%;
	overflow: hidden;
}
.pad-top-100px{
	padding-top:100px;
}
.pad-top-90px{
	padding-top:90px;
}
.pad-top-80px{
	padding-top:80px;
}
.pad-top-70px{
	padding-top:70px;
}
.pad-top-50px{
	padding-top:50px;
}
.pad-top-25px{
	padding-top:25px;
}
.pad-top-20px{
	padding-top:20px;
}
.pad-top-15px{
	padding-top:15px;
}
.pad-top-10px{
	padding-top:10px;
}
.pad-top-5px{
	padding-top:5px;
}
.pad-all-250px {
	padding:250px;
}
.pad-all-150px {
	padding:150px;
}
.pad-all-50px {
	padding:50px;
}
.pad-all-25px {
	padding:25px;
}
.pad-all-15px {
	padding:15px;
	overflow: hidden;
}
.pad-all-10px {
	padding:10px;
}
.pad-all-7px {
	padding:7px;
}
.pad-all-8px {
	padding:8px;
}
.pad-all-9px {
	padding:9px;
}
.pad-all-5px {
	padding:5px;
}
.pad-all-2px {
	padding:2px;
}
.pad-left-100px{
	padding-left:100px;
}
.pad-left-50px{
	padding-left:50px;
}
.pad-left-25px{
	padding-left:25px;
}
.pad-left-15px {
	padding-left:15px;
}

.pad-left-10px {
	padding-left:10px;
}
.pad-left-5px {
	padding-left:15px;
}

.pad-right-25px {
	padding-right:25px;
}
.pad-right-15px {
	padding-right:15px;
}

.pad-25px {
	padding:25px;
}
.pad-20px {
	padding:20px;
}
.pad-15px {
	padding:15px;
}
.pad-10px {
	padding:10px;
}
.pad-5px {
	padding:5px;
}

/* MARGIN CSS */
.margin-auto {
	margin:auto;
}
.margin-5p {
margin:5%;	
}
.margin-10px {
	margin:10px;
}
.margin-bottom-5px{
	margin-bottom:5px;
}
.margin-bottom-10px{
	margin-bottom:10px;
}
.margin-bottom-15px{
	margin-bottom:15px;
}
.margin-bottom-25px{
	margin-bottom:25px;
}
.margin-bottom-50px{
	margin-bottom:50px;
}
.margin-bottom-100px{
	margin-bottom:100px;
}
.margin-top-5px{
	margin-top:5px;
}
.margin-top-10px{
	margin-top:10px;
}
.margin-top-15px{
	margin-top:15px;
}
.margin-top-25px{
	margin-top:25px;
}
.margin-top-50px{
	margin-top:50px;
}
.margin-top-75px{
	margin-top:75px;
}
.margin-top-100px{
	margin-top:100px;
}
.margin-all-5perc{
	margin:5%;
}
.margin-all-2px{
	margin:2px;
}
.margin-all-5px{
	margin:5px;
}
.margin-all-10px{
	margin:10px;
}
.margin-all-15px{
	margin:15px;
}
.margin-all-25px{
	margin:25px;
	overflow: hidden;
}
.margin-all-50px{
	margin:50px;
}
.margin-all-100px{
	margin:100px;
}




.margin-r-50px{
	margin-right: 50px;
}
.margin-r-25px{
	margin-right: 25px;
}
.margin-r-20px{
	margin-right: 20px;
}
.margin-r-15px{
	margin-right: 15px;
}
.margin-r-10px{
	margin-right: 10px;
}

.margin-r-5px{
	margin-right: 5px;
}

.margin-l-50px{
	margin-left: 50px;
}
.margin-l-25px{
	margin-left: 25px;
}
.margin-l-20px{
	margin-left: 20px;
}
.margin-l-15px{
	margin-left: 15px;
}
.margin-l-10px{
	margin-left: 10px;
}

.margin-l-5px{
	margin-left: 5px;
}
.marginsides15px{
	margin-left:15px;
	margin-right:15px;
}
.marginsides10px{
	margin-left:10px;
	margin-right:10px;
}

.margin25px{
	margin:25px;
}
.margin-5px {
	margin:5px;
}

.center-div {
	margin-left:auto;
	margin-right:auto;
}
.centertext{
	text-align: center;
}

.center-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.right-text {
	text-align: right;
}

.width-auto {
	width: auto;
}
.width-50perc {
	width: 50%;
}

.width-80perc {
	width: 80%;
}
.width-90perc {
	width: 90%;
}


.style3 {
	font-size: 12px;
	font-weight: bold;
	color: #FDB41A;
}
.style6 {
	font-family: roboto;
	font-size: 6pt;
	color: black;
	font-weight: 100;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.style8 {
	font-family: roboto;
	font-size: 8pt;
	color: #333333;
	font-weight: 100;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.style9 {
	font-family: roboto, Helvetica, sans-serif;
	font-size: 9pt; 
}
.style10 {
	font-family: roboto, Helvetica, sans-serif;
	font-size: 10pt; 
}
.style12 {
	font-size: 12pt;
	font-family: roboto, Helvetica, sans-serif;
	font-style: normal;
	color: #1F232F;
}
.style12b {
	font-size: 12px;
	font-family: exo,sans-serif;
	font-style: normal;
	font-weight: 600;
}
.style13 {
	font-size: 13px;
	font-family: roboto,arial,sans-serif;
	font-style: normal;
}
.style14 {
	font-size: 14px;
	font-family: roboto,arial,sans-serif;
	font-style: normal;
	font-weight: 400;
}
.style15 {
	font-size: 15pt;
	font-family: roboto,arial,sans-serif;
	font-weight: 500;
}
.style16 {
	font-size: 16pt;
	font-family: Roboto,Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	text-align: center;
}
.style17 {
	font-size: 17px;
	font-family: roboto,arial,sans-serif;
	font-weight: 500;
}
.style18 {
	font-size: 18pt;
	font-family: Roboto,Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	text-align: center;
}
.style20 {
	font-family: Roboto,Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: 400;

}
.style21 {
	font-family: Roboto,Arial, Helvetica, sans-serif;
	font-size: 21pt;
	font-weight: 500;

}
.style22 {
	font-family: exo, sans-serif;
	font-size: 22pt;
}
.style23 {
	font-family: Roboto,Arial, Helvetica, sans-serif;
	font-size: 23pt;
}
.style24 {font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: 500;
}
.style27 {color: #FF0000}
.style28 {
	font-family: Roboto,Arial, Helvetica, sans-serif;
	font-size: 28pt;
	font-weight: 500;
}
.style29 {color: #000000}
.style30 {font-family: Arial, Helvetica, sans-serif; color: #000000;}
.style32 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-weight: 500;
	font-size: 32pt;
}
.style33 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 33pt;
}
.style34 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 34pt;
	font-weight: 600;
}
.style35 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 35px;
}

.style36 {
	font-family: Roboto,Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: 400;
	font-size: 36pt;
}
.style37 {
	font-family: Roboto,Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 37pt;
}
.style38 {
	font-family: Roboto,Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 38pt;
}
.style40 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 40pt;
}
.style48 {font-size: 18px}
.style49 {
	font-size: 18;
	font-family: Arial, Helvetica, sans-serif;
}
.style51 {color: #000000; font-size: 18; font-weight: bold;}
.style53 {color: #90a9bf}
.style54 {
	font-family: roboto, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 54px;
}
.style54-white {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#FFF;
}
.style54-white a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#FFF;
}
.style57 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.style63 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style64 {font-size: 12px}
.style67 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
.style69 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style70 {font-size: 10px;}
.style72 {
	font-family:  exo, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 72px;
}
.style73 {font-family: Arial, Helvetica, sans-serif; color: #333333; }
.style74 {color: #333333;}

.fntwt-500{ font-weight: 500;}
.white {color: white;}

.broiler {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;;
}
.bgwhite {
	background-color: white;
}

.bgcolor-962A2C {
	background-color: #962A2C;
}

.dkblue {
	color: #232939;
}
.bgdkblue {
	background-color:#232939;
}
.ltblue {
	color:#D1DFED;
}
.bgltblue {
	background-color: #D1DFED;
}

.red {
	color:#FF0004;
}.bgred {
	background-color:#FF0004;
}
.pink {
	color:#FF9FB7;
}.bgpink {
	background-color:#FF9FB7;
}
.green {
	color:#23a100;
}
.bggreen {
	background-color: #B2FF9D;
}
.dkgreen {
	color:#123F06;
}
.bgdkgreen {
	background-color: #123F06;
}
.bgorange {
	background-color:#F39B57;
}

.orange {
	color:#F39B57;
}
.blue
{
	color:#0092cc;
}
.bgblue
{
	background-color:#0092cc;
}
.bggrey {
	background-color:#E0E0E0;
}
.bgltgrey {
	background-color:#EFF0F0;
}.txltgrey {
	color:#EFF0F0;
}

.dkgrey {
	color:#434242;
}
.bgdkgrey {
	background-color:#434242;
}
.txdkgrey {
	color:#434242;
}
.bgblack{
	background-color: #000000;
}
.txblack{
	color: #000000;
}
/* PURPLE */
.bg5b1e7a {background-color:#5b1e7a;background-image: none;}
.tx5b1e7a {color:#5b1e7a;}

/* Sunlight */
.bgffd583 {background-color:#ffd583;background-image: none;}
.txffd583 {color:#ffd583;}

/* Crimsion - 990000 */
.bg990000 {background-color:#990000;background-image: none;}
.tx990000 {color:#990000;}

/* lt blue - D1DFED */
.bgD1DFED {background-color:#D1DFED;background-image: none;}
.txD1DFED {color:#D1DFED;}

/* Fire Engine Red - de2516*/
.bgde2516 {background-color:#de2516;background-image: none;}
.txde2516 {color:#de2516;}

/*  Moss Green - 457e28 */
.bg457e28 {background-color:#457e28;background-image: none;}
.tx457e28 {color:#457e28;}


.orangetopfade {
    background-image: -webkit-linear-gradient(270deg,rgba(255,134,14,1.00) 0%,rgba(255,134,14,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,134,14,1.00) 0%,rgba(255,134,14,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,134,14,1.00) 0%,rgba(255,134,14,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,134,14,1.00) 0%,rgba(255,134,14,0.00) 100%);
}

.dkbluetopfade {
    background-image: -webkit-linear-gradient(270deg,rgba(35,41,57,1.00) 0%,rgba(35,41,57,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(35,41,57,1.00) 0%,rgba(35,41,57,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(35,41,57,1.00) 0%,rgba(35,41,57,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(35,41,57,1.00) 0.00%,rgba(35,41,57,0.00) 100.00%);
}
.bluetopfade {
    background-image: -webkit-linear-gradient(270deg,rgba(0,146,204,0.60) 0%,rgba(0,146,204,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,146,204,0.60) 0%,rgba(0,146,204,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,146,204,0.60) 0%,rgba(0,146,204,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,146,204,0.60) 0.00%,rgba(0,146,204,0.00) 100%);
}

.greentopfade {
    background-image: -webkit-linear-gradient(270deg,rgba(178,255,157,1.00) 0%,rgba(178,255,157,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(178,255,157,1.00) 0%,rgba(178,255,157,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(178,255,157,1.00) 0%,rgba(178,255,157,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(178,255,157,1.00) 0%,rgba(178,255,157,0.00) 100%);
}

.redtopfade {
    background-image: -webkit-linear-gradient(270deg,rgba(215,0,0,0.84) 0%,rgba(215,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(215,0,0,0.84) 0%,rgba(215,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(215,0,0,0.84) 0%,rgba(215,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(215,0,0,0.84) 0%,rgba(215,0,0,0.00) 100.00%);
}

.edgefade {
    background-image: -webkit-linear-gradient(267deg,rgba(37,42,57,1.00) 0%,rgba(37,42,57,0.00) 48.70%,rgba(37,42,57,1.00) 100%);
    background-image: -moz-linear-gradient(267deg,rgba(37,42,57,1.00) 0%,rgba(37,42,57,0.00) 48.70%,rgba(37,42,57,1.00) 100%);
    background-image: -o-linear-gradient(267deg,rgba(37,42,57,1.00) 0%,rgba(37,42,57,0.00) 48.70%,rgba(37,42,57,1.00) 100%);
    background-image: linear-gradient(267deg,rgba(37,42,57,1.00) 0%,rgba(37,42,57,0.00) 48.70%,rgba(37,42,57,1.00) 100%);
}
.edgefade-orange {
    background-image: -webkit-linear-gradient(0deg,rgba(255,134,14,1.00) 0%,rgba(37,42,57,0.00) 48.70%,rgba(255,134,14,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(255,134,14,1.00) 0%,rgba(37,42,57,0.00) 48.70%,rgba(255,134,14,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(255,134,14,1.00) 0%,rgba(37,42,57,0.00) 48.70%,rgba(255,134,14,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(255,134,14,1.00) 0%,rgba(37,42,57,0.00) 48.70%,rgba(255,134,14,1.00) 100%);
}
.bottomfade {
    background-image: -webkit-linear-gradient(270deg,rgba(37,42,57,0.00) 0%,rgba(37,42,57,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(37,42,57,0.00) 0%,rgba(37,42,57,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(37,42,57,0.00) 0%,rgba(37,42,57,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(37,42,57,0.00) 0%,rgba(37,42,57,1.00) 100%);
}
.bottomfade-white {
    background-image: -webkit-linear-gradient(270deg,rgba(37,42,57,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(37,42,57,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(37,42,57,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(37,42,57,0.00) 0%,rgba(255,255,255,1.00) 100%);
}
.dropshadow-white
{
    text-shadow: 1px 1px 1px #FFFFFF;
}
.divshadow
{
    -webkit-box-shadow: 5px 5px 8px 2px hsla(0,0%,31%,1.00);
    box-shadow: 5px 5px 8px 2px hsla(0,0%,31%,1.00);
}

#spacebar, #footbar
{
	float: left;
	background-color:#fdb14e;
	height: 5px;;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.query, .search, .tt-query, .tt-hint {
	font-family: roboto;
	font-size: 1em;
	font-weight: 400;
	color:#101317;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}

.tt-suggestion {
	font-size: 24px;
	line-height: 24px;
	padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}

.error
{
	visibility: visible;
}
.success
{
	visibility: visible;
}


#orders a {
	font-size: 12px;
	font-family: roboto;
	font-style: normal;
	font-weight: 700;
	color: #0C0452;
	text-decoration: none;	
}

.flt-left
{
	float: left;
}
.flt-right
{
	float: right;
}
.flt-center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bullets{
	font-size: 13px;
    margin-left: 50px;
    list-style-position: outside;
    list-style-type: circle;
}

.bullets a{
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	color: #29344c;
}

#helptext p{
	font-size: 13px;
	padding: 10px 0 10px 0;
}

#helptext h2, #helptext h3{
	padding: 10px 0 0 0;
}

#helptext ul, #helptext ol{
	margin-top: 5px;
	margin-left: 50px;
}
#helptext li{
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    color: #29344c;
    list-style-position: outside;
    list-style-type: disc;
}

#sortoptSet{
	height: auto;
    list-style: none;
    margin: 1px;
    padding: 1px;
	overflow: hidden;
}
#sortoptSet ul{
	margin-left:15px;
	padding: 0px;
	height: auto;
	overflow: hidden;
}
#sortoptSet li{
	height: auto;
	overflow: hidden;
	list-style: none;
	margin: 3px;
    padding: 2px;
	border: solid thin #999696;
}
/* SEARCH BAR */

.search-container {
  float: right;
}

.search-container input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-container button:hover {
  background: #ccc;
}
@media screen and (max-width: 600px) {
  .search-container {
    float: none;
  }
  .search-container a, .search-container input[type=text], .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .search-container input[type=text] {
    border: 1px solid #ccc;  
  }
}

/* BUSINESS DIRECTORY */
.bizinfo {
	font-family: Roboto, Helvetica, sans-serif;
}
.bizname a {
	font-size: 22pt;
	font-weight: 600;
	color: #0064FF;
}