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

body, html {
	height: 100%;
	min-height:100vh;
	margin: 0;
	padding: 0;
	background-image:url(../images/bg_2016.jpg);
    background-size: auto;
	background-position:top center;
	background-repeat:repeat-y;

background-color:#eaedf4;	

}

#wrapper {
	margin:auto;
/*	height: 100%;
	min-height:100vh;*/
	border-left:1px black solid;
	border-right:1px black solid;
/*	width:95%;*/
        min-height: 100vh;
	max-width:1190px;
	background-color:white;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;

}

h3 {
	font-weight: bolder;
}
.note {
	font-family: arial, helvetica, "sans serif";
	font-size: 12px;
		color: #000000;
	line-height:1.0em;
}

.title {
	height: 44px;
	font: bold;
	font-size: 18px;
	color:#990000;
	text-align: center;
}
.display {
	font-size: 11px;
	text-align: left;
}

.creditcard {
	float:right; width:22vw; max-width:200px; text-align:center; margin-top:-30px;
}
.welcome {
	/* float:left; width:74vw; max-width:900px; text-align:left; padding-left:25px; line-height:1.6em;  */
	width:98%; text-align:left; padding-left:25px; line-height:1.6em; 
	margin:auto; 
}

.box_m {
	/*
	background: url(images/square.gif) no-repeat center center;
	background-repeat: no-repeat;
    background-size: 100% 100%;
	background-color: #fff;
	border: solid 1px  #aaa;
	border-radius: 6px;
*/
	text-align: center;
	vertical-align: middle;
	padding: 6px;
	text-align: center;
/*	border-top:3px solid rgba(82, 91, 175); */
	/* border-radius:6px; */
}

.box_m img {
	margin-top:6px;
	max-width:200px;
	}

.product-container {


}
.desc {
	background-color: #fff;
/*	margin:6px;*/
	padding:6px;
	box-shadow: 0 0  #fff, 0.2em 0.2em .4em #ccc;
	min-height: 280px;

}	
.small-article {
    min-height: 260px;
}
#altLogo {
	display:none;
}

.share {
	width:100%;
	background-color:  #F7EEEE;
	margin:auto;
	display: inline-block;
	padding: 2px 24px 2px 4px;
	text-align:center;
}

.share ul li {
	display: inline-block;
	padding:4px;
}



/* ////////////////////  MEDIA BREAKS ///////////////// */

@media (max-width: 767px) {

body, html {
	background-image:none;
	background-color:#eaedf4;
}

#wrapper {
	background-color: white;
}


#header {
	display:none;
}

#header_m {
	margin:auto;
	width: 100%;
	height:70px;
	background: url(../images/header_pattern_2015.jpg) repeat-x;
	background-position: center;
	overflow:hidden;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}


#nav_m { 
	width: 95%;
	height: 78px;
	float:right;
	padding-top:12px;
	padding-right:10px;
/*	background: url(images/header.jpg) no-repeat;  
	background-size:100%;   */
	text-align:right;
		color:#FFFFFF;

}

#nav_m a {
	color:#FFFFFF;
}

.welcome {
	float:center; width:98%; margin:auto; 
}

.creditcard {
	display: none;
	margin-top:-15px;
    	float:center; 
    width:98%; 
    margin:auto; 
    max-width:100%;

}

#altLogo {
	display:block;
	text-align:center;
	margin:auto;
}

	
.box_m {
	/*	background:none;*/
	/* border-top:6px solid rgba(172,190,226,1.00); */
	padding: 2px;

}

.box_m img {
	margin-top:4px;
	max-width:120px;
	}

.small-article {
    min-height: 222px;
}

.hide-small {
		display: none;
	}
}


@media  (max-width:400px) {
	.glyphicon {
		display:none;
	}
}
@media  (min-width:768px) {

#header_m {
	display:none;
}

#header {
	margin:auto;
	width: 100%;
	height:132px;
	background: url(../images/header_pattern_2015.jpg) repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
}

#document #header {
	background: none !important;
	margin:auto;
	width: 100%;
	height:132px;
/*	background: url(../images/header_pattern_2015.jpg) repeat-x;*/
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	}
#document #header img {
	max-width:100%;
	}
#document form input[type=submit] {
   
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.42857143;
	
	color: #ffffff;
    background-color: #3fb618;
    border-color: #3fb618;

	}
	
	/* update Oct 2023 */
#document form input, textarea, select {
	border:1px solid #787878 !important;
	padding:5px;
		font-size: 1 rem;
		height: 2.5rem;
		max-width: 90%;
	}

#nav { 
	margin:0;
	width: 1100px;
    max-width:100%;
	height: 140px;
	float:right;
	padding-top:44px;
	padding-right:20px;
/*	background: url(images/header.jpg) no-repeat;   */
	background: url(../images/top1-2015.jpg) no-repeat;
	background-position:top left;
	text-align:right;
/*	border:1px solid #0C9; */
}



.box_m {
	/*	background:none;*/
	/* border-top:6px solid rgba(172,190,226,1.00); */

}

.small-article {
    min-height:280px;
}

	  
}

@media  (min-width:768px) and (max-width:991px) {
.hide-small {
		display: none;
	}

#nav { 
	background: none;
}

}
