/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Open Sans', sans-serif; 	
color : #999; 
text-align: center;
background: #fff ;

}
button, 
input, 
select, 
textarea { 
font-family : 'Open Sans', sans-serif;
color : #ccc; }

/*  HEADINGS  =================================================================================================================================================================================*/
h1, h2, h3, h4, h5, h6 {
font-family:'Open Sans', sans-serif;
font-weight : normal;
margin-top: 10px;
}
h1 {font-size: 25px;  font-family:'Open Sans', sans-serif; font-weight: 300;color: #003366; padding: 4px 4px 8px 4px; margin: 0; line-height: 1.2em}
h2 {font-size: 26px;  font-family:'Open Sans', sans-serif; color: #006699; font-weight: 300; padding: 4px; margin-bottom: 8px;margin-top: 10px;line-height: 30px;}
h3 {font-size: 24px; line-height:22px; font-family: 'Open Sans', sans-serif; font-weight: 300;color: #0066cc; padding: 4px 4px 10px 4px; margin: -1px 0 0 0;}
h4 {font-size:22px; line-height:22px; font-family: 'Open Sans', sans-serif; font-weight: 400;color: #3399cc; padding: 4px 4px 10px 4px; margin: -1px 0 0 0; line-height: 24px;}
h5 {font-size:15px; line-height:22px; font-family: 'Open Sans', sans-serif; font-weight: 500;color: #3399cc; padding: 4px 4px 10px 4px; margin: -1px 0 0 0; line-height: 20px;}
h6 {font-size:20px; line-height:22px; font-family: 'Open Sans', sans-serif; font-weight: 500;color: #3399cc; padding: 4px 4px 10px 4px; margin: -1px 0 0 0; line-height: 20px;}
.blk {color: #000; font-weight: 500;}
.emph {color: #06F;}
.bg {background-color: #f3f3f3;box-shadow: 0 8px 20px -15px black;
	   box-shadow: 0 8px 20px -15px black;
	        box-shadow: 0 8px 20px -15px black; text-align: center;}
/* LISTS =================================================*/

/*  TYPOGRAPHY  ==============================================================================================================================================================================*/
p, ol, ul, li, dl, address { 

margin-bottom :10px; 
font-size : 16px;

font-family: "Open Sans", sans-serif; font-weight: 300; /* 16 / 16 = 1 */ }
p {font-size: 16px; line-height: 1.4em; font-family: 'Open Sans', sans-serif; color: #666; padding: 4px 4px 10px 4px; margin: 0; word-wrap: break-word;}
hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #666;
}

	blockquote {
    background-image: url("../imgs/postquote.png");
    background-position: left top ;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 27px;
    padding-right: 5px;
    padding-top: 5px;
	font-size:14px; line-height: 1.4em; font-family:'Open Sans', sans-serif; color: #333; 
}

/* GLOBAL LINK========================================================================================================================================================*/
a:link {font-family:'Open Sans', sans-serif; padding: 2px 4px 2px 4px; color: #0066cc; text-decoration: none;cursor: pointer; 
transition: all 0.3s ease; font-weight: 500;}
a:visited {font-family:'Open Sans', sans-serif; font-size: 16px; padding: 2px 2px 2px 0px; color:#0066cc; text-decoration: none;font-weight: 500;}
a:hover { color: #3399cc; text-decoration: underline;font-weight: 700;cursor: pointer;}
.menuHeadingLink a:link {font-size: 25px;  font-family:'Open Sans', sans-serif; font-weight: 300;color: #003366; padding: 4px 4px 8px 4px; margin: 0; line-height: 1.2em}
.menuHeadingLink a:visited {font-family:'Open Sans', sans-serif; font-size: 25px; padding: 4px 4px 8px 4px; color:#666; text-decoration: none;font-weight: 300;}
.menuHeadingLink a:hover { color: #3399cc; text-decoration: none;font-weight: 300;}

#wrapper {width: 100%;position: relative;text-align: left;}
#headcontainer {width: 100%;background-color: #f3f3f3;box-shadow: 0 8px 20px -15px black;
	   box-shadow: 0 8px 20px -15px black;
	        box-shadow: 0 8px 20px -15px black;}
header {clear: both;width: 100%; /* 1000px / 1250px */font-size: 0.8125em; /* 13 / 16 */max-width: 1200px; /* 1200px / 13 */margin: 0 auto 0 auto;padding: 0px 0px 0px 0px;position: relative; }
header h1 {font-size: 40px;  font-family:'Open Sans', sans-serif; font-weight: 300; color: #003366; padding: 4px; margin: 10px 0 10px 0;line-height: 40px;}

header p {font-size: 14px; line-height:0.2em; font-family: Verdana, Geneva, sans-serif; color: #666; padding: 4px 4px 10px 4px; margin: -1px 0 0 0; text-align: center;}

/*NAVIGATION==========================================================================================================================================================*/
#navigationcontent {width: 100%;border-bottom: 1px solid #ccc; position: relative; z-index: 999; }
.navigationcontent {clear: both;width: 100%; /* 1000px / 1250px */font-size: 0.8125em; /* 13 / 16 */max-width: 1200px; /* 1200px / 13 */margin: 0 auto;padding:10px 0px 0px 0px;color: #333;position: relative;}
    .menu{display:block;}
     
    .menu li{display: inline-block;
    position: relative;
    z-index:100;}
     
    .menu li a {font-weight:500;
    text-decoration:none;
    padding:10px 10px 6px 10px;
    display:block;
   /* color:#999;*/
   color: #333;
    }
     
    .menu li a:hover, .menu li:hover > a{color:#009ae1;
   }
	    /* hide the second level menu */
    .menu ul {display: none;
    margin:0;
    padding: 0;
    width: 220px;
    position: absolute;
    top: 20px;
    left:10px;
    background: #ffffff;
		
/*-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.20);
box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.20);
box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.20);*/    }
     
    /* display second level menu on hover */
    .menu li:hover > ul{ display: block;}
     
    .menu ul li {display:block;
    float: none;
    background:none;
    margin:0;
    padding:2px;/*added the 2 px padding* NOV 3?
    }
     
    .menu ul li a {font-size:12px;
    font-weight:normal;
    display:block;
    /*color:#797979;*/
	color: #333;
   
    background:#f9f8f8;}
     
    .menu ul li a:hover, .menu ul li:hover > a{
    background:#f0f0f0;
    border-left:3px solid #06F;
   color:#797979;
	
    }
/*internal vertical menu*/
    .menuvert{display:block;}
     
    .menuvert li{display: block;
    position: relative;
    z-index:100;}
     
    .menuvert li a {font-weight:300;
    text-decoration:none;
    padding:6px 6px 6px 6px;
    display:block;
   /* color:#999;*/
   color: #666666;
    }
     
    .menuvert li a:hover, .menuvert li:hover > a{color:#000;
   }
	    /* hide the second level menu */
    .menuvert ul {display: none;
    margin:0;
    padding: 0;
    width: 220px;
    position: absolute;
    top: 30px;
    left:25px;
    background: #ffffff;
/*-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.20);
box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.20);
box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.20);*/    }
     
    /* display second level menu on hover */
    .menuvert li:hover > ul{ display: block;}
     
    .menuvert ul li {display:block;
    float: none;
    background:none;
    margin:0;
    padding:2px;/*added the 2 px padding* NOV 3?
    }
     
    .menu ul li a {font-size:12px;
    font-weight:normal;
    display:block;
    /*color:#797979;*/
	color: #333;
   
    background:#f9f8f8;}
     
    .menuvert ul li a:hover, .menuvert ul li:hover > a{
    background:#f0f0f0;
    border-left:3px solid #8cb12f;
   color:#797979;
	
    }
/*CONTENT=======================================================================================================================================================*/
#maincontent {width: 100%; }
.maincontent{clear: both;width: 100%; /* 1000px / 1250px */font-size: 0.8125em; /* 13 / 16 */max-width: 1200px; /* 1200px / 13 */margin: 0 auto;padding: 0px 0px 10px 5px;color: #333;line-height: 1.5em;position: relative;}
.maincontent h2  {font-size:24px;  font-family:'Open Sans', sans-serif; font-weight: 500;color: #006699; padding: 4px; margin-bottom: 8px;line-height: 30px;}
.maincontent h3  {font-size: 20px; line-height:22px; font-family: 'Open Sans', sans-serif; font-weight: 700;color: #0066cc; padding: 4px 4px 10px 4px; margin: -1px 0 0 0;}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#imagecontent {width: 100%; }
.imagecontent{clear: both;width: 100%; /* 1000px / 1250px */font-size: 0.8125em; /* 13 / 16 */max-width: 1200px; /* 1200px / 13 */margin: 0 auto;padding: 0px 0px 0px 5px;color: #333;line-height: 1.5em;position: relative;}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
#focuscontent {width: 100%;}
.focuscontent{clear: both;width: 100%; /* 1000px / 1250px */font-size: 0.8125em; /* 13 / 16 */max-width: 1200px; /* 1200px / 13 */margin: 0 auto;padding: 0px 0px 10px 5px;color: #333;line-height: 1.5em;position: relative;}
.focus-bg {padding: 10px 10px 10px 10px;}
#focuscontent a:link {font-family:Verdana, Geneva, sans-serif; font-size: 18px; padding: 2px 2px 2px 0px; color: #000; text-decoration: none; transition: all 0.3s ease;}
#focuscontent a:visited {font-family:'Open Sans', sans-serif; font-size: 18px; padding: 2px 2px 2px 0px; color:#F60; text-decoration: none;}
#focuscontent a:hover { color: #cc0000; text-decoration: none;}
#focuscontent h1 {font-size: 24px;  font-family:'Open Sans', sans-serif; color: #6e930d; padding: 12px 8px 12px 12px;  line-height: 18px; text-align: center; font-weight: 500;}
#focuscontent p {color: #999; padding:4px 10px 8px 15px; text-align: left;font-family:'Open Sans', sans-serif; font-weight: 300; font-size: 14px;}
/*FOOTER===================================================================================================================================================*/
#footercontent {width: 100%; background-color: #f3f3f3; border-top: 2px solid #ccc;}
footer {
clear: both;width: 100%; /* 1000px / 1250px */font-size: 0.8125em; /* 13 / 16 */max-width: 1200px; /* 1200px / 13 */margin: 0 auto;padding: 10px 0px 10px 5px; background-color: #f3f3f3; }
footer p {color: #333; font-size: 14px;}		
footer a:link {font-family:'Open Sans', sans-serif; font-size: 14px; padding: 2px 2px 2px 0.5em; color: #333; text-decoration: none; 
transition: all 0.3s ease;}
footer a:visited {font-family:'Open Sans', sans-serif; font-size: 14px; padding: 2px 2px 2px 0.5em; color:#333; text-decoration: none;}
footer a:hover { color: #999; text-decoration: none;}
/*COPYRIGHT==================================================================================================================================================*/
.lower-nav {
clear: both;width: 100%; /* 1000px / 1250px */font-size: 0.8125em; /* 13 / 16 */max-width: 1200px; /* 1200px / 13 */margin: 0 auto;padding: 10px 0px 10px 0px; background-color: #fff; text-align: center;}
.lower-nav p {color: #333; font-size: inherit; padding: 15px 0 15px 0;}		
.lower-nav a:link {font-family:'Open Sans', sans-serif; font-size: 14px; padding: 2px 2px 2px 0.5em; color: #669900; text-decoration: none; 
transition: all 0.3s ease;}
.lower-nav a:visited {font-family:'Open Sans', sans-serif; font-size: 14px; padding: 2px 2px 2px 0.5em; color:#333; text-decoration: none;}
.lower-nav a:hover { color: #333; text-decoration: underline;}

/*  SECTIONS  ===================================================================================================================================================== */
.section {clear: both;padding: 0px;margin: 0px;}
/*  MOBILE NAV BEHAVIOR ========================================================================================================================================================= */
/* IMAGES ==========================================================================================================================================================*/


img {
border: 0;
max-width: 100%;
height: auto;
width: auto;
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }

/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }


th, td, caption { 
padding : .25em 10px .25em 5px; 
font-size: 15px;
}

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */
input.text {
color: #333;
background-color: #fefefe;
border: 1px solid #cccccc;
width: 50%;
/* height: 16px; */
margin: 2px 2px;
padding: 2px 2px 2px 4px;

}
input.btn {
color: #ffffff;
background-color: #333333;
border: 1px solid #cccccc;
float: right;
margin-top: 10px;
margin-right: 10px;
}
textarea.txt {
width: 90%;
height: 250px;
color: #333;
background-color: #fefefe;
border: 1px solid #cccccc;
border-radius: 3px;
margin: 2px 2px;
}

select p {
color: #666666;
background-color: #f4f4f4;
border: 1px solid #cccccc;
width: 21%;
border-radius: 3px;
}

button, search, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button, input, select, textarea {
    color: #666;
    font-family:'Open Sans', sans-serif;
}
form p {
clear: left;
padding: 1px;
margin: 0;
color: #333;
font-size: 12px;
}
p label{
float: left;
width: 21%;
font-family:  'Open Sans', sans-serif;
font-size: 14px;
padding-top: 2px;

}





/*
input:focus {
background: #ccc;
}
*/
.required {
color: #F00;
}
.antispam { display:none;}
/*====================================================================*/
button, 
search,
input, 
select, 
textarea { 
font-size : 14px; 
margin : 0; 
vertical-align : baseline; 
 }
button, input { 
line-height : normal; 
 }
 
select:focus {
	border: 3px solid rgba(34, 134, 195, 0.68); 
}
 
input:focus {
/* background: #a2eff8; */
/* background: rgba(34, 134, 195, 0.68); */
border: 3px solid rgba(34, 134, 195, 0.68); 
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 3px 15px;
margin: 2px 0 0 0px;
cursor : pointer; 
/*text-shadow:0 1px 0 #fff;*/
background-color: #ccc;
font-size: 14px;
color: #000;
border-radius: 3px;
}
input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; 
margin: 0 10px 0 10px;}
input[type="search"] { 
box-sizing : content-box;
}

/*input {
margin:0 0 3px 0;
border:1px solid #ccc;
font-size:14px;
padding:2px;
border-radius:3px;
width: 50%;
background:#fff;
}*/

	.placeholder{
	color:#bbb;
	}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	box-shadow:inset 0px 1px 2px #ddd;
	}
/* Colors for form validity */

input:valid, 

textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {

box-shadow : 0 0 2px #f00; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }

/*  BUTTONS  ============================================================================= */
.button{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	padding: .3em 1em;
	margin: 1px 0 0 10px;

	border-radius: 3px;

	transition: all 0.3s ease;
	font-size : 16px;
	background: #f2f2f2;
	border: 1px solid #f5f5f5;
}

.button:hover {
	background: #f5f5f5;
	color: #999;
	text-decoration: none;
}

.button:active {
	background: #ccc ;
	color: #fff;
	position: relative;
	top: 1px;

}

.button:visited { 
	color : #fff;
}


/*  GLOBAL OBJECTS ============================================================================= */
.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.floatleft {
    float: left; margin-right: 15px;
}
.floatright {
    float: right;

}
/* VENDOR-SPECIFIC ============================================================================= */


button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
 }

placeholder { 
font-size : .875em; 
line-height : 1.4; }
input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }


.sm{ display: inline; line-height: 44px;}

i {
    color: #333;
    display: inline;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    padding: 2px 5px 0 5px;
    text-align: left;
}
.vpass-list li {    
	
    background-position: 0 7px;

    background-image: url(../imgs/no-link-list-marker.gif);
    background-repeat: no-repeat;
       line-height: 22px;
    padding-top: 3px;
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	padding-left: 25px;
	list-style-type: none;
	margin-left: 10px;
}
/*mobile styling*/
.product-mobile {display: none;}
/*fly in menu for mobile*/
.header .menuIcon {
  display: none;
}
.header .menu {
  position: relative;
}
.header .menu ul {
  padding: 0;
  margin: 0;
}
.header .menu ul li {
  position: relative;
  display: inline-block;
  padding: 0;
  list-style: none;
}

.mobileMenu {
  display: none;
  width: 50%;
  position: absolute;
  margin-left: -100%;
  top: 0;
  z-index: 2;
	background-color: #fff;
	padding: 5px;
}
.mobileMenu ul {
  margin: 0;
  padding: 0;
}
.mobileMenu ul li {
  list-style: none;
  margin: 0;
}
.mobileMenu ul li a {
  display: block;
}
.mobileMenu ul li a:link {font-family:'Open Sans', sans-serif; font-weight: 500;font-size: 16px; padding: 2px 4px 2px 4px; color: #6e930d; text-decoration: none; transition: all 0.3s ease; font-weight: 300;}
.mobileMenu ul li a:visited {font-family:'Open Sans', sans-serif;font-weight: 500; font-size: 16px; padding: 2px 2px 2px 0px; color:#666; text-decoration: none;font-weight: 300;}
.mobileMenu ul li a:hover { color: #fff; text-decoration: none;font-weight: 500; background: rgba(0, 0, 0, .7)}

.mobileBodyWrapper .mobileDimmer {
  left: 70%;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.in {text-indent: 20px;}
@media only screen and (max-width: 850px) {
  .header .menuIcon {
    display: block;
    width: 100%;
    text-align: left;
  }
  .header .menuIcon a {
    width: 100%;
    display: inline-block;
    padding: 15px;
  }
  .header .menu {
    max-height: 0;
    overflow: hidden;
		
  }

  /*.mobileBodyWrapper.menuOpen {
    left: 50%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
		width: 100%;
    z-index: 1000;
	
		
  }*/

  .mobileMenu.menuOpen {
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    display: block;
    top: 0;
    margin-left: 0;
    z-index: 1;
    width: 70%;
    bottom: 0;
		
  }
}