html {
	font-size: 14px;
}

body {
	background-color: #ffffff;
    font-family: 'Heebo', verdana, helvetica, sans-serif;
}
    
.clearfloats { 
   clear: both; 
   }
   
.images {
	overflow: hidden;
}

a:link, a:visited {
	color: #00b1eb;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #034ea2;
}

a:active {
	color: #41ad49;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1 {
    margin: 1.7rem 0 .8rem 0;
    padding: 0;
    font-family: 'Heebo', verdana, helvetica, sans-serif;
    font-weight: black;
    font-size: 2rem;
    color: #00b1eb;
	letter-spacing: 1px;
	line-height: 2.5rem;
}

h1 a:link, h1 a:visited {
   color: #00b1eb;
   text-decoration: none;
}
   
h1 a:hover {
	color: #034ea2;
}

h2 {
	margin: 1.1rem 0 .2rem 0;
	padding: 0;
    font-family: 'Heebo', verdana, helvetica, sans-serif;
    font-weight: bold;
	font-size: 1.3rem;
	color: #000;
}
   
p, ul, ol {
	margin: 0 0 1rem 0;
	padding: 0;
	font-family: 'Heebo', verdana, helvetica, sans-serif;
	line-height: 1.6rem;
}

ul {
	margin: .5rem 2rem;
	line-height: 1.6rem;
}

hr {
	width: 90%;
	color: #b5b5b5;
	background-color: #b5b5b5;
	height: 1px;
	margin: .3rem auto;
}

.body_container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Heebo', sans-serif;
}

span.bold {
   font-weight: bold;
   color: #034ea2;
   } 

/******************** 
HEADER (INC SEARCH) 
********************/

#top_search {
	width: 100%;
	background-color: #40ae49;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .9px;
	text-align: center;
	padding: 7px 0;
	position: fixed;
	top: 0;
	z-index: 100;
}

#top_search p {
	display: inline-block;
	margin: 0;
}

.top_search_box {
	margin-left: 8px;
}

#search-box {
	width: 190px;
	background-color: #fff;
	background-image: url(../pix/search-icon.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	border: 0 none;
	border-radius: 18px;
	box-shadow: none;
	font-size: .9rem;
	color: #444;
	height: 1.4rem;
	padding: 5px 10px 3px 30px;
}

#search-box::after {
   clear: both; 
}

#hdr {
	width: 100%;
	background-color: #a6e5aa;
}

#logo {
	border: 0;
	float: left;
	margin: 37px 0 .5rem 12%;
}

.hdr_rgt {
	float: right;
	margin: 37px 15% 0 0;
}

.call {
   font-size: .8rem;
   text-transform: uppercase;
   letter-spacing: 1px;
   padding: 0;
   margin: 0;
   text-align: right;
   font-family: serif;
}

.phone {
   font-size: 1.7rem;
   color: #034ea2;
   font-weight: bold;
   text-align: right;
   font-family: 'Heebo', verdana, helvetica, sans-serif;
   font-weight: black;
   margin: 0;
   }

/*******************
NAVIGATION
*******************/

#nav { 
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #a6e5aa;
	text-decoration: none;
	z-index: 10;
	border-bottom: 1px solid #ccc;
}

.center {
	margin: 0 25%;
	width: 50%;
	display: inline-block;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #a6e5aa;
	position: relative;
	}

/* Positioning the navigation items inline */
#nav ul li {
	margin: 0;
	display: inline-block;
	float: left;
	background-color: #a6e5aa;
	text-decoration: none;
	}

#nav a {
	display: block;
	padding: 4px 1.5rem;	
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
}

#nav a:hover { 
	background-color: #00b1eb;
	text-decoration: none;
}

#nav ul li ul {
	border: 1px solid #ccc;
}

#nav ul li a:hover {
	text-decoration: none;
}

#nav ul li ul li:hover { 
	background: #00b1eb;
	text-decoration: none;
}


/* Hide Dropdowns by Default
 * and giving it a position of absolute */
#nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 30px; 
}
	
/* Display Dropdowns on Hover */
#nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
#nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
	text-decoration: none;
}

#nav ul ul li a {
	text-decoration: none;
}
	
/*nav specialness*/
/* Media Queries
--------------------------------------------- */

@media all and (max-width: 1314px) {
.center {
	margin: 0 20%;
	width: 60%;
}

}

@media all and (max-width: 1160px) {

#nav a {
	padding: 4px 1.2rem;
}

}

@media all and (max-width: 1010px) {

#nav a  {
	font-size: 15px;
	padding: 4px .9rem;
}

}

@media all and (max-width: 885px) {

.center {
	margin: 0 15%;
	width: 70%;
}

#nav a  {
	font-size: 15px;
	padding: 4px .7rem;
}
}


@media all and (max-width : 730px) {

.center {
	margin: 0;
	width: 100%;
}

#nav {
	margin: 1rem 0 0 0;
	}

#nav a {
	font-size: 17px;
	width: 100%;
	padding-left: 20%;
	border-bottom: 1px dashed #ccc;
}

	/* Hide the submenu */
#nav ul li ul li {
	display: none;
	}

#nav ul li {
	width: 100%;
}
}


/*** END HEADER ***/


/************* 
INDEX PAGE  
*************/

	/* desktop */
#index_pic {
	width: 80%;
	background-image: url('../pix/index_main3.jpg');
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	background-size: cover; 
	background-position: top;
	border: 1px solid #fff;
}

#index_pic h1 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 21rem;
	font-size: 3rem;
	font-family: 'Roboto', verdana, helvetica, sans-serif;
	font-weight: medium;
	color: #ffffff;
	line-height: 4rem;
    letter-spacing: 1px;
	text-transform: uppercase;
}

#index_pic h1 span {
	font-size: 4.5rem;
}

.ind_centerlink {
	background-color: #00b1eb;
	color: #fff;
	padding: .8rem 1rem;
	margin-bottom: 1.2rem;
	margin-top: 1rem;
	text-transform: uppercase;
	font-weight: bold;
	width: 60%;
	font-size: 1.6rem;
}

.ind_centerlink a:link, 
.ind_centerlink a:visited {
	color: #fff;
	text-decoration: none;
	border: none;
}

.ind_centerlink a:hover {
	color: #034ea2;
}

/*** END INDEX PAGE ***/

/******************
FOOTER
******************/

#ccpa {
	margin: 1rem auto 0 auto;
	padding: 0;
	font-family: 'Heebo', verdana, helvetica, sans-serif;
}

#nav_btm {
	text-align: center;
	border-top: 1px solid #000;
	margin: 1.8rem auto .5rem auto;
	width: 80%;
	padding: .5rem;
}

#nav_btm a {
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 .8rem;
	font-weight: normal;
	color: #000;
}

#footer {
	width: 80%;
	margin: .5rem auto;
	font-size: .8rem;
}

.foot_lft {
	float: left;
	margin-left: 15px;
	line-height: 1rem;
}     

.foot_rgt {
	float: right;
	text-align: right;
	padding-right: 15px;
	line-height: 1rem;
 }   
   
 
/****************
CONTACT PAGE
****************/

#contactform {
   font-size: .9em;
   width: 400px;
   padding: 0px 20px 0px 40px;
   color: #000000;
}
   
.formitem {
   margin-top: 20px;
}   
   
.formitem label {
   color: #000;
   width: 400px;
}   
   
.submit { 
   margin: 10px 0 10px 0;
   border: 0;
}
                     
.disclaimer { 
   font-size: .9em;
   font-style: italic; 
   text-align: left;
   color: #000000; 
}   
     
/****************
RECOMMENDED LISTS
*****************/   
   
#datacard_minilist {
   margin: 1.2rem 0 1rem 1rem;
}   
     
.rec_list {
   border-bottom: 1px dashed #ccc;
   margin: .5rem auto;
   padding: .2rem .3rem 1.2rem .3rem;
}   
   
.rec_list h1 a {
   font-size: 1.4rem;
   line-height: .8rem;
   margin: 0;
   font-weight: normal;
}   
   
.rec_list p {
   margin: 0;
}   
   
   
/********************************************************
DATACARD LIST PAGE (MEDICAL_MAILING_LISTS_DATACARDS.PHP)
********************************************************/

.dc_cat {
	margin: 1rem 0 .8rem 0;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #000;
   }   
   
.dc_list_name {
   float: left;
   width: 60%;
   margin: .5rem .5rem .5rem 1.2rem;
   font-size: 1rem;
   padding: .3rem 0 .1rem 0;
   }   
 
.dc_list_num {
   float: left;
   width: 15%;
   margin: .5rem;
   text-align: right;
   font-size: 1rem;
   padding: .3rem 0 .1rem 0;
   }   
   
.dc_list_price {
   float: left;
   width: 15%;
   margin: .5rem;
   text-align: right;
   font-size: 1rem;
   padding: .3rem 0 .1rem 0;
   }   
   
.dc_container {
	border-bottom: 1px dotted #ccc;
}

/**************************************
DATACARD PAGE (MAILING_LISTS.PHP)
**************************************/ 

.datacard_top {
	float: left;
	width: 70%;
	margin: .3rem 1rem .3rem 0;
}

.datacard_left {
	float: left;
	width: 70%;
	margin: .5rem 1rem .3rem 0;
}

.datacard_right {
	float: left;
	width: 25%;
	margin: .5rem 0 .3rem 0;
}

.segs,
.select,
.address,
.order {
	width: 100%;
	margin-bottom: 1rem;
}

.hilites {
	width: 90%;
	margin-bottom: 1rem;
}

.hilites td,
.order td {
	padding: .2rem 0 .2rem .7rem;
	font-size: 1rem;
	vertical-align: text-top;
}

.source_tbl td {
	padding: .2rem 2rem .2rem 0;
	font-size: 1rem;
	vertical-align: text-top;
}

.hilites .num {
	width: 20%;
}

.head {
	font-weight: bold;
}

.segs td {
	padding: .2rem 1rem;
	font-size: 1rem;
	vertical-align: text-top;
	border-bottom: 1px dashed #ccc;
}

.num {
	text-align: right;
}
   
.datacard_left h2 {
	color: #00b1eb;
	font-size: 1.2rem;
	margin: .2rem 0 .5rem 0;
	padding: 0;
}
   
.datacard_right h2 {
	color: #00b1eb;
	font-size: 1.2rem;
	margin: 0 0 .5rem .4rem;
}   
   
.select,
.address {
	font-size: .8rem;
	border-left: 1px dashed #ccc;
}

.sel_head { /*select sub-headings*/
	font-weight: bold;
}

.select td,
.address td {
	padding: .2rem 0 .2rem .5rem;
}

#count_box {
	float: left;
	width: 25%;
	margin: .3rem 0 1rem 0;
	padding: .4rem;
	border: 1px solid #b5b5b5;
    background: #88d4f3;
}

#count_box h1 {
	padding: 0;
	margin: 0 0 .3rem 0;
    font-size: 1rem;
	line-height: 1rem;
    font-weight: bold;
    color: #000;
	letter-spacing: 0;
}

#count_box p {
	font-size: .8rem;
	line-height: 1rem;
}

#sm_count_form {
	font-size: .8rem;
}

/* Decoy form fields will be hidden for forms security */
.form_field_main {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

.count_label {
	margin: .4rem 0 0 0;
	padding: 0;
	line-height: .9rem;
	font-size: .8rem;
}

.count_textbox {
	width: 100%;
	padding: 0 .2rem;
}

#count_box .disclaimer {
	font-size: .8rem;
}


#cml_diff {
	float: left;
	width: 100%;
	margin: .5rem 1rem .3rem 0;
	padding: 0 1rem .3rem 1rem;
	border: 1px solid #b5b5b5;
	background-color: #a6e5aa;
}

#cml_diff h1 {
	color: #000;
	font-size: 1.7rem;
}

   
/*******************************/
   

/****************** 
RESPONSIVE STUFFS 
******************/

	/* fix issues at awkward size */
@media only screen and (max-width: 1075px) {
#index_pic h1 span {
	font-size: 4rem;
}
}

	/* tablets & mobile */
@media only screen and (max-width: 1024px) {
#index_pic {
	width: 80%;
	height: 320px;
	background-position: top;
	display: flex;
}
	
#index_pic h1 {
	margin-top: 12rem;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	line-height: 3.2rem;
} 

#index_pic h1 span {
	font-size: 3.2rem;
}

/*datacards page*/
.datacard_top,
.datacard_left,
.datacard_right,
#count_box {
	float: none;
	width: 100%;
}

#count_box {
	margin-top: 1rem;
	padding: .8rem;
}

#count_box h1 {
	font-size: 1.5rem;
	margin-bottom: .5rem;
}

#count_box p {
	font-size: 1rem;
	line-height: 1.2rem;
}
	
} /* end tablets & mobile */


	/* fix weird breaks for awkward size */
@media only screen and (max-width: 780px) {

#index_pic h1 {
	font-size: 2rem;
	line-height: 2.4rem;
}

#index_pic h1 span {
	font-size: 2.7rem;
}

/*datacards list*/

.dc_cat {
	margin: 1.3rem 0 .8rem 0;
	font-size: 1.3rem;
	line-height: 1.2rem;
	color: #000;
   }   
   
.dc_list_name {
   float: none;
   width: 100%;
   margin: .5rem .5rem 0 1.2rem;
   font-size: 1rem;
   padding: .1rem 0 0 0;
   }   
      
.dc_list_num {
   float: left;
   width: 15%;
   margin: .1rem .5rem .3rem 60%;
   text-align: right;
   font-size: 1rem;
   padding: .1rem 0 0 0;
   }   
   
.dc_list_price {
   float: left;
   width: 15%;
   margin: .1rem .5rem .3rem .5rem;
   text-align: right;
   font-size: 1rem;
   padding: .1rem 0 0 0;
   }   
   
.dc_container {
	border-bottom: 1px solid #ccc;
}

} /* end awkward size */


	/* mobile only */
@media only screen and (max-width: 700px) {

.call {
	display: none;
}

.phone {
	font-size: 1.5rem;
	margin-top: 1rem;
}

h1 {
	font-size: 1.5rem;
	line-height: 1.7rem;
}

#index_pic {
	width: 80%;
}

#index_pic h1 {
	margin-top: 12rem;
	font-size: 1.8rem;
	line-height: 2.3rem;
} 

#index_pic h1 span {
	font-size: 2.5rem;
}

#nav_btm {
	display: none;
}

#footer {
	border-top: 1px solid #000;
	margin-top: 1.5rem;
}

.foot_lft {
	float: none;
	text-align: center;
	width: 100%;
}

.foot_rgt {
	float: none;
	text-align: center;
	width: 100%;

}

} /* end mobile only */


	/* smallllllll */
@media only screen and (max-width: 420px) {

#index_pic h1 {
	margin-top: 11rem;
	font-size: 1.5rem;
	line-height: 2rem;
} 

#index_pic h1 span {
	font-size: 2.2rem;
}
	
} /*end smalllllll */