/************************************************************************************

RESET

*************************************************************************************/



html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */



img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* responsive video */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: 1px solid #ccc;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* set html5 elements to block */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/************************************************************************************

GENERAL STYLING

*************************************************************************************/

body {
	background: #fff;
	color: #333;
	font: 1em/150% 'Open Sans', sans-serif;
}
a {
	color: #4587dd;
	text-decoration: none;
	outline: none;
	display: block;
}
a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 0 0 0 30px;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 .8em;
	line-height: normal;
}

.statement {
	font-size: 1.2em;
}
/* list */

ul, ol {
	margin: 0 0 1.4em 13px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
sup {
	font-size: 0.4em;
}
/* headings */

h1, h2, h3 {
	margin: 0 0 30px 0;
	font-weight: normal;
	line-height: normal;
	font-family: 'Droid Serif', Georgia, Times, serif;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
	margin-top: 30px;
}

body#home .container h1{
	width: 100%;
	text-align: center;
}

.second h2 {
	width: 100%;
	text-align: center;
}
.container h1, h2, h3 {
	text-align: left;
}
sub {
	font-size: 0.6em;
}

.note {
	font-size: 0.8em;
}
/* reset webkit search input styles */

input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 display: none;
}
/************************************************************************************

STRUCTURE

*************************************************************************************/

#pagewrap {
	width: 980px;
	margin: 0 auto;
}
header {
	position: relative;
	height: 120px;
	padding-top: 15px;
	border-bottom: 2px solid #fff;
}
/* header social media icons */

#header_social {
	float: right;
	margin: -80px 0 0 0;
	color: #999;
	font-size: 1em
}
#header_social li {
	float: left;
	margin: 0 0 0 15px;
	list-style: none;
}
#herobox {
	margin: 0 auto;
	height: 470px;
	padding: 0;
}

#headercontainer img {
	float: left;
}
.home {
	background-color: #0066a4;
	height: 410px;
	background-size: cover;
}
.howitworks {
	background-image: url(images/bgherobox_howitworks.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ededed;
	height: 410px;
}
.about {
	background-image: url(images/bgherobox_about.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ededed;
	height: 410px;
}
.fullwidth {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.bgwhite {
	background-color: #fff;
}
.bgblue {
	background-color: #376c9b;
	color: #fff;
	height: 550px;
}
.bgblue a {
	color: #fff;
	font-weight: 600;
}
.bgblue h1, .bgblue h2, .bgblue h3, #ctapurchase h1, #ctapurchase h2, #ctapurchase h3 {
	color: #fff;
}

.bgpharm {
	margin: 0 auto;
	background-color: #ededed;
	height: 200px;
	padding: 0;
	float: left;
}
.bgtoolate {
	background-image: url(images/bgtoolate.png);
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ededed;
	height: 410px;
	padding: 0;
}
body#home #herobox h1 {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	border: 0px solid #fff;
}
#herobox h1 {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width: 50%;
	color: #005cb9;
	padding: 15px 0 15px 0;
}
.bgpharm h1, .bgtoolate h1 {
	width: 70%;
	color: #005cb9;
}
.bgpharm h1 {
	width: 100%;
	color: #333;

}
#herobox.howitworks h1 {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width: 50%;
	color: #005cb9;
}
.services {
	text-align: center;
}
.slide, #headercontainer, .footercontainer, .container, #repinfo {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
#repinfo {
	color: #fff;
	text-align: center;
	background: #14417a;
	margin: 0 auto;
	width: 100%;
}
#ctapurchase {
	color: #fff;
	text-align: center;
	background: #005cb9;
	margin: 0 auto;
	width: 100%;
	padding: 30px 0;
}
#repinfo p, #ctapurchase p {
	padding: 10px;
}

#manager {
	float: left;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

#manager ul {
list-style: none;
margin: 0;
padding: 0;
}

#managerinfo {
	float: left;
	width: 30%;
}

#manager p {
	margin: 0;
	font-weight: bold;
	color: #999;
}

#manager .pricing {
	float: left;
	margin: 0;
	padding: 0 40px 0 7px;
	line-height: 1.4em;
	font-weight: bold;
	color: #666;
	border-left: 1px dashed #ccc;
}
#manager .purchase {
	float: right;
	margin: 0;
	padding: 10px 0 0 7px;
	line-height: 1.4em;
	font-weight: bold;
	color: #fff;

}


.btn {
	background-color:#8fb636;
	text-indent:0;
	display:inline-block;
	color:#fff;
	height:49px;
	line-height:49px;
	width:100%;
	text-decoration:none;
	text-align:center;
	width: 280px;
	font-weight: bold;
}
.btn a:visited, .purchase a:visted {
	color:#fff;
}
#repinfo {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#repinfo {
	color: #fff;
	text-align: center;
	background: #0066a4;
	margin: 0 auto;
	width: 100%;
}

#repinfo p, #ctapurchase p {
	padding: 10px;
	}
	
body#home .container {
	text-align: center;
	clear: left;
}

body#home .container ul {
	text-align: left;
}

.container {
	padding:  40px 0;
	text-align: left;
}
.slide img {
	border: 3px solid #fff;
}
body#benefits .services ul, body#benefits .container ul {
	margin: 0;
	padding: 0;
}
.services ul, .container ul {
	margin: 0 0 0 0;
	padding: 0;
}
.services ul li {
	float: left;
	margin: 0 0% 4% 1%;
	list-style: none;
}

.services ul li a {
	color: #fff;
}

body#benefits .services ul li {
	float: left;
	margin: 0 1% 4% 0;
	list-style: none;
}

body#faq article ul, body#sitemap article ul {
	margin: 0;
	padding: 0;
}
body#faq article ul li, body#sitemap article ul li {
	list-style: circle;
	width: 100%;
	margin: 0 0 2% 0;
	text-align: left;
}
body#faq .container p, body#policy .container p {
	text-align: left;
}
.feature {
	font-weight: 600;
	background: #005cb9;
	color: #fff;
	padding: 5px;
	margin: 0;
	text-align: center;
}

.feature p {
	margin-top: 0;
}
.cta {
	margin: 30px auto 60px auto;
	width: 938px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	padding: 10px 20px 0 20px;
}
.cta h2 {
	margin : 0 0 0 0;
}
.cta p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
.quote {
	margin: 0 0 40px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.btninfo {
	margin: 20px 0;
	width: 280px;
	text-align: center;
}
.btninfo a {
	color: #fff;
	background: #8fb636;
	text-decoration: none;
	transition: all 0.7s ease 0s;
	border: 2px solid #8fb636;
	padding: 10px 0;
}
.btninfo li {
	color: #0066a4;
	text-decoration: none;
	transition: all 0.7s ease 0s;
	border: 2px solid #0066a4;
	padding: 5px 15px 7px 15px;
}

#main-nav .purchase li {
	transition: all 0.7s ease 0s;
	border: 2px solid #8fb636;
		text-decoration: none;
}
#main-nav .purchase a {
	transition: all 0.7s ease 0s;
	border: 2px solid #8fb636;
		text-decoration: none;
}

.btninfo a:hover, #main-nav .purchase a:hover {
	background: #fff;
	color: #005cb9;
}
.video {
	margin: 20px auto;
	width: 980px;
}
.ctainfo {
	width: 70%;
	float: left;
}
/* contactform */

body#home #contact-area {
	margin: 0 auto;
	padding: 25px;
}
#contact-area {
	width: 800px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	color: #000;
	opacity: 1;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	text-align: left;
}
#contact-area input, #contact-area textarea {
	padding: 10px;
	width: 600px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}
#contact-area textarea {
	height: 90px;
	padding: 10px;
}
#contact-area input.wpcf7-submit {
	color: #fff;
	font-size: 1.4em;
	background: #4587dd;
	margin-top: 10px;
}
label {
	float: left;
	padding-top: 5px;
}
/************************************************************************************

MAIN NAVIGATION

*************************************************************************************/

nav {
	float: right;
	margin-top: 40px;
}
#main-nav li {
	padding: 0;
	list-style: none;
	float: left;
	padding: 0 0 5px 0;
}
#main-nav .purchase a, #ctapurchase .purchase a {
	padding: 5px 15px 7px 15px;
	margin: 0 0 0 30px;

	-moz-border-radius: 10px;
	color: #fff;
	background: #8fb636;
}
#main-nav a {
	line-height: 100%;
	color: #0066a4;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	margin: 7px 0 0 25px;
	padding: 0 0 5px 0;
	font-weight: 600;
	border-bottom: 2px solid #fff;
}

#main-nav a:hover {
	border-bottom: 2px solid #0066a4;
}

.purchase a {
	color: #fff;
}

.purchase a {
	font-size: 1.2em;
	font-weight: 600;
}




/************************************************************************************

CONTENT

*************************************************************************************/

#content {
	background: #fff;
	margin: 0;
	padding: 20px 0;
	width: 670px;
	float: left;
}

#content_home {
	background: #fff;
	margin: 0;
	padding: 40px 0;
	width: 980px;
	float: left;
}
#content_fullwidth {
	background: #fff;
	margin: 0;
	padding: 20px 0;
	width: 980px;
	float: left;
}
.homecolleft {
	width: 351px;
	float: left;
	text-align: left;
}
.homecolright {
	width: 531px;
	float: left;
	text-align: left;
}
#col_fullwidth {
	width: 980px;
	float: left;
}
.homecolright {
	margin-left: 90px;
}

.homecolright ul {
	margin: 0 0 20px 0;
	padding: 0;
}

.homecolright ul li {
	margin: 0;
	padding: 0;
}
.homecolright p {
	margin-bottom: 0.2em;
	line-height: normal;
	padding: 0;
}

/* post */

.post {
	margin-bottom: 0;
}
.post-title {
	margin: 0 0 20px 0;
	padding: 0;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}
.post img {
	float: left;
	margin: 20px 20px 20px 0;
}
/* Savings Chart */
.savings {
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
}
.savings th, .savings td {
	margin: 0;
	padding: 5px 30px 5px 5px;
	border-bottom: 1px solid #b5b5b5;
}
.savings th {
	color: #333;
}
.savings .name {
	text-align: left;
	line-height: 1.2em;
}
.savings .caption {
	vertical-align: top;
	color: #333;
	font-weight: bold;
}
.savings tr {
	background: #fff;
}
.savings tr.alt {
	background: #f1f1f1;
}
.savings tr.alphabet {
	background: #f1f1f1;
}
.savings td {
	vertical-align: middle;
}


/************************************************************************************

SIDEBAR

*************************************************************************************/

#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 0;
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}
/************************************************************************************
FOOTER
*************************************************************************************/

footer {
	clear: both;
	position: relative;
	border-top: 1px solid #0066a4;
	color: #333;
	height: auto;
	padding: 8px 0 0 0;
	font-size: 0.8em;
}
footer a, footer a:visited {
	color: #333;
}
#footer_copyright {
	padding: 0;
	float: left;
}
#footer_nav {
	padding: 0;
	margin: 0;
	float: right;

}
#footer_social {
	padding: 0;

}
#footer_nav ul {
	list-style: none;
	margin: 0;
}
#footer_nav li {
	padding: 3px 0 4px 0;
	list-style: none;
	margin: 0 0 0 15px;
	float: left;
}
#footer_nav li a {
	outline: none;
}
#footer_social ul {
	list-style: none;
	margin: 0;
}
#footer_social li {
	padding: 3px 0 0 0;
	margin: 0 15px 0 0;
	list-style: none;
	float: left;
}
/* SCROLL TOP */

.scrollup {
	width:40px;
	height:40px;
	text-indent:-9999px;
	opacity:0.3;
	position:fixed;
	bottom:25px;
	right:25px;
	display:none;
	background: url(images/up-arrow.png) no-repeat;
}



/* tool tip */

  .ui-tooltip, .arrow:after {
    background: #ededed;
	width: 250px;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: #000;
    border-radius: 20px;
	font-size: 0.8em;
    box-shadow: 0 0 2px #333;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 2px 2px 2px -2px #ccc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
/************************************************************************************

CLEARFIX

*************************************************************************************/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
	zoom: 1;
}
#contact-area {
	width: 675px;
	margin: 0 auto;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 25px;
	color: #000;
	opacity: 1;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
#contact-area input, #contact-area textarea {
	padding: 10px;
/*	width: 520px; */
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#contact-area textarea {
	height: 90px;
	padding: 10px;
}
#contact-area input.submit-button {
	width: 150px;
    height: 40px;
    color: #fff;
	font-size: 1.1em; 
	background: #376c9b;
    padding: 5px;
	margin-top: 15px;
	margin-left: 170px;
}

body#single #CardID, body#single #RXCardID, body#single #MemberName, body#single #RXMemberName, body#single #PlanName, body#single #EffectiveDate, body#single #CoverageType, body#single #RxGroupNo, body#single #RxBinNo, body#single #MGGroupNo, body#single #RepURLBack, body#single #RepURLFront {
	color: #000000;
	font-family: Arial;
	font-size: x-large;
	font-weight: bold;
	position: relative;
}

body#single #CardID {
	left: 15px;
	top: -275px;
	height: 10px;
	padding: 0;
}

body#single #RXCardID {
	left: 15px;
	top: -275px;
	height: 10px;
	padding: 0;
}

body#single #MemberName {
	left: 120px;
	top: -254px;
	height: 10px;
}

body#single #RXMemberName {
	left: 120px;
	top: -254px;
	height: 10px;
}

body#single #RxBinNo { 
    left: 28px;
    top: -192px;
    height:10px;
}

body#single #RxGroupNo { 
    left: 28px;
    top: -177px;
    height:10px;
}

body#single #PlanName {
    left: 38px;
    top: -534px;
    height:8px;
}

body#single #EffectiveDate {
    left: 38px;
    top: -525px;
    height:8px;
}

body#single #CoverageType {
    left: 38px;
    top: -518px;
    height:8px;
}

body#single #MGGroupNo { 
    left: 741px;
    top: -333px;
    height:5px;
}

body#single #RepURLBack { 
    left: 20px;
    top: -145px;
}

body#single #RepURLFront { 
    left: 15px;
    top: -310px;
}

body#single #instructions { 
    position: relative;
    top: -60px;
}
