i@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, /* ul */, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
/* 	font-size: 100%; */
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


/*
body {
	line-height: 1;
}
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 90%;
	overflow-x: hidden;

}

ul {
	line-height: 1.7em;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 0.9em;
	list-style: none;

}

ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}

/*
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	line-height: 1.1em;
}
*/


h1 {
	font-style: normal;
	font-weight:  bold;
	line-height: 1.15em;
	font-size: 1.7em;	
}



/*
h3 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
	color: #333;
	line-height: 2;
}
*/

h3 {
	font-weight: normal;
	font-size: 1.2em;
}


p {
	color: #555;
	line-height: 1.7em;
	font-size: 1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}



#wrapper {
	margin: 0 auto;
	width: 1024px;
	overflow: hidden;
	border-left:  1px solid #e1e1e1;
	border-right:  1px solid #e1e1e1;
/*
	padding-bottom: 30px;
	border-bottom:  1px solid #e1e1e1;
*/

}

.ccm-spacer {
	display: none;
}

			#nav {	
				overflow: hidden;
				/*background: #140856;*/
				height: 38px;
				width: 1024px;
				text-align: right;
				border-bottom: 1px solid #e1e1e1;
				
			}

			#nav ul {
				margin: 0 0 0 70px;
				/*margin: 0 0 0 200px;*/
				float: left;
				width: 600px;
				font-family: Helvetica, Arial, sans-serif;
				text-align: right;
			}

/*#nav {
	overflow: hidden;
	background: #140856;
	height: 38px;
	width: 1024px;
	text-align: right;
}

#nav ul {
	margin: 0 0 0 200px;
	float: left;
	width: 490px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
}*/

.copyright {
	padding: 0 12px;
	color: #999;
	font-size: x-small;
	/* 	display: block; */
	line-height: 38px;
	margin-left: 105px;
	}
	
	.copyright a {
	color: #999;
	font-size: x-small;
	text-decoration: none;

	}

			#nav ul li {
				/*float: left;*/
				display: inline-block;
			}

			#nav ul li a {
				padding: 0 12px;
				font-size: 14px;
				/*color: #FFFFFF;*/
/* 				color: #363636; */
				color: gray;
				display: block;
				line-height: 38px;
				text-decoration: none;
			}

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


			#nav form {
				margin-right: 10px;
				float: right;
				width: 294px;
				font-family: Helvetica, Arial, sans-serif;
				overflow: hidden;
			}

			#nav form label {
				padding: 0 5px 0 0;
				/*color: #FFFFFF;*/
/* 				color: #363636; */
				color: gray;
				line-height: 38px;
				font-size: 14px;
				float: left;
			}

			#nav form input#search-keywords {
				/*padding: 0;*/
				/*margin: 7px 5px 0 0;*/
				padding: 0px 5px;
				margin: 5px 5px 0 0;
				width: 180px;
				height: 28px;
				float: left;
				background: url(../images/bg_search_keywords.png) no-repeat;
				border: 0px;
				/*width: 185px;
				height: 22px;
				border: 1px solid #c2bfd3;*/
				
			}

			#nav form input#search-go {
				margin: 7px 0 0;
				background: url(../images/btn_search.png) left top no-repeat;
				width: 35px;
				height: 23px;
				text-indent: -99999px;
				float: left;
				border: none;
				line-height: 38px;
				cursor: pointer;
			}

/*#nav ul li {
	float: left;
	display: inline;
}

#nav ul li a {
	padding: 0 12px;
	color: #FFFFFF;
	display: block;
	line-height: 38px;
	text-decoration: none;
}

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


#nav form {
	float: right;
	width: 294px;
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden;
}

#nav form label {
	padding: 0 5px 0 0;
	color: #FFFFFF;
	line-height: 38px;
	float: left;
}

#nav form input#search-keywords {
	padding: 0;
	margin: 7px 5px 0 0;
	height: 22px;
	border: 1px solid #c2bfd3;
	float: left;
	width: 185px;
}

#nav form input#search-go {
	margin: 7px 0 0;
	background: url(http://65incorporated.com/themes/65incorporated//images/btn_search.png) left top no-repeat;
	width: 35px;
	height: 23px;
	text-indent: -99999px;
	float: left;
	border: none;
	line-height: 38px;
	cursor: pointer;
}*/


#masthead {
	padding-top: 20px;
	height: 102px;
	font-family: Helvetica, Arial, sans-serif;
}

#masthead h1, #masthead h2 {
	/*margin: 23px 0 0 27px;*/
	margin: 0px 0 0 27px;
	width: 340px;
	height: 81px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	display: inline;
}


#masthead h2 a {
	width: 299px;
	height: 81px;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	text-indent: -99999px;
	background: url(../images/bg_logo.png) left top no-repeat;
}


/*
#masthead h1 a, #masthead h2 a {
	width: 299px;
	height: 81px;
	display: block;
	text-indent: -99999px;
	background: url(../images/bg_logo.png) left top no-repeat;
}
*/

#masthead h3 {
	margin: 24px 54px 0 0;
	width: 224px;
	height: 78px;
	float: right;
	display: inline;
}

#masthead h3 a {
	width: 224px;
	height: 78px;
	display: block;
	text-indent: -99999px;
	background: url(../images/bg_sponsored_by.png) left top no-repeat;
}

#breadcrumb {
	height: 20px;
	width: 800px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	/*padding-left: 20px;*/
	padding: 10px 0px 0px 20px;
		text-transform: capitalize;
		float: left;
}

#cartlink {
	height: 20px;
font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
		padding: 10px 0px 0px 0px;

			float: left;
clear: right;
}
#cartlink a {				color: gray;
				text-decoration: none;}

#breadcrumb ul {
	margin: 0 0 0 20px;
	overflow: hidden;
}

#breadcrumb ul li {
	padding: 0 5px 0 0;
	float: left;
	display: inline;
	line-height: 20px;
	color: #707070;
}

#breadcrumb ul li a {
	color: #707070;
	text-decoration: none;
	text-transform: capitalize;
}

#breadcrumb ul li a:hover {
	text-decoration: underline;
}

body.inside #main {
clear: left;
	overflow: hidden;
/* 	background: url(http://65incorporated.com/themes/65incorporated//images/bg_main.png) 614px 0px repeat-y; */
	/*border-top: 1px solid #e1e1e1;*/
}

body.inside #main_birthday {
clear: left;
/* height: 600px; */
	overflow: hidden;
	min-height: 600px;
		background-image: url(../images/birthday/bkg_body.jpg);
		background-size: cover;

}

#birthday_response {padding-top: 50px;}

body.directory_40_60 #main {
	background: url(../images/bg_main.png) 410px 0px repeat-y;
}

body.home #main {
	padding: 26px;
}

body.home #main #content {
	width: 972px;
	/*border-bottom: 1px solid #e1e1e1;
	overflow: hidden;*/
}

#main-wide {
padding-top: 40px;
	padding: 46px;
}

#main-wide #content-wide {
	width: 100%;
}

body.home #main #content .feature {
	margin: 0 30px 30px 0;
	float: left;
	display: inline;
	font-family: 'Trebuchet MS', Trebuchet, 'Myriad Pro', Arial, san-serif;
	color: #FFFFFF;
	-moz-box-shadow: 0px 0px 5px #666; /* FF3.5+ */
  	-webkit-box-shadow: 0px 0px 5px #666; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 5px #666; /* Opera 10.5, IE9, Chrome 10+ */
    position: relative;
}

body.home #main #content .feature.last {
	margin: 0 0 30px 0;
}

body.home #main #content .feature.gray {
	color: #4c4c4c;
}

body.home #main #content .feature.feature_592 {
	width: 592px;
	height: 264px;
}

body.home #main #content .feature.feature_548 {
	width: 548px;
	height: 264px;
}

body.home #main #content .feature.feature_494 {
	width: 494px;
	height: 264px;
}

body.home #main #content .feature.feature_448 {
	width: 448px;
	height: 264px;
}

body.home #main #content .feature.feature_394 {
	width: 394px;
	height: 264px;
}

body.home #main #content .feature.feature_350 {
	width: 350px;
	height: 264px;
}

body.home #main #content .feature h2 {
	font-size: 32px;
	line-height: 1.2;
}

body.home #main #content .feature p {
	padding: 10px 0 0;
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, san-serif;
}

body.home #main #content .feature p a {
	color: #FFFFFF;
}

body.home #main #content .feature.gray p a {
	color: #4c4c4c;
}

body.home #main #content .feature p a:hover {
	text-decoration: none;
}

body.inside #main #content {
	padding: 20px;
	width: 574px;
	float: left;
}

body.directory_40_60 #main #content {
	float: right;
}

#main #content h1 {
	padding: 5px 0 5px 0;
	font-size: 30px;
	font-weight: bold;
	color: #4c4c4c;
}

#main #content p {
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 2;
}

#main #content ul {
	padding: 0 0 7px 0;
	margin: 0 0 0 30px;
	font-size: 16px;
	color: #4c4c4c;
	list-style-type: disc;
}

#main #content ul li {
	padding: 0 0 10px 0;
	line-height: 2;
}


#main #content ol {
	padding: 0 0 5px 0;
	margin: 0 0 0 25px;
	font-size: 16px;
	color: #4c4c4c;
	list-style-type: decimal;
}

#main #content ol li {
	padding: 0 0 5px 0;
	line-height: 2;
	margin: 0 0 0 25px;
	font-size: 16px;
	color: #4c4c4c;
}

#main #content strong {
	font-weight: bold;
	color: #282870;
}

#main-wide #content-wide h1 {
	padding: 5px 0 5px 0;
	font-size: 30px;
	font-weight: bold;
	color: #4c4c4c;
}

#main-wide #content-wide p {
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 2;
}

#main-wide #content-wide ul {
	padding: 0 0 7px 0;
	margin: 0 0 0 30px;
	font-size: 16px;
	color: #4c4c4c;
	list-style-type: disc;
}

#main-wide #content-wide ul li {
	padding: 0 0 10px 0;
	line-height: 2;
}


#main-wide #content-wide ol {
	padding: 0 0 5px 0;
	margin: 0 0 0 25px;
	font-size: 16px;
	color: #4c4c4c;
	list-style-type: decimal;
}

#main-wide #content-wide ol li {
	padding: 0 0 5px 0;
	line-height: 2;
	margin: 0 0 0 25px;
	font-size: 16px;
	color: #4c4c4c;
}

#main-wide #content-wide strong {
	font-weight: bold;
	color: #282870;
}

#sidebar {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e1e1e1;
	overflow: hidden;
	margin-top: 20px;
	padding-left: 10px;
}

#sidebar p {
	line-height: 1.8em;
	color: #333;
}

#sidebar ul {
	padding: 0 0 5px 0;
	margin: 0 0 0 30px;
	font-size: 14px;
	color: #333;
	list-style-type: disc;
}

#sidebar ul li {
	padding: 0 0 5px 0;
	line-height: 2;
}

#sidebar-right {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e1e1e1;
	overflow: hidden;
}
#sidebar-right p {
	line-height: 1.8em;
	color: #333;
}

#sidebar-right ul {
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	font-size: 14px;
	color: #333;
	list-style-type: disc;
}

#sidebar-right ul li {
	padding: 0 0 5px 0;
	line-height: 2;
}


body.inside #main #content p.hero_image {
	padding: 0;
}

body.inside #main #content form {
	margin: 50px 0 0;
	color: #4c4c4c;
}

body.inside #main #content form label {
	line-height: 2;
}

body.inside #main #content form input#assessment_btn {
	margin: 38px 0 0;
	background: url(../images/btn_start_assessment.png) left top no-repeat;
	width: 244px;
	height: 41px;
	text-indent: -99999px;
	float: left;
	cursor: pointer;
	border: none;
	display: block;
}


body.inside #main #sidebar {
	padding: 0 0 20px 0;
	width: 409px;
	float: left;
}

body.inside #main #sidebar-right {
	padding: 0 0 20px 0;
	width: 409px;
	float: left;
}

body.directory_40_60 #main #sidebar {
	padding: 20px;
}

.item-right {
	padding: 20px 25px;
	width: 375px;
	border-bottom: 1px solid #e1e1e1;
	color: #4c4c4c;
}

.item-left {
/* 	padding: 20px; */
	padding: 0px 15px 30px 10px;

	width: 400px;
	border-bottom: 1px solid #e1e1e1;
	color: #4c4c4c;
}


/*
h2 {
	padding: 0 0 0 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #282870;
	letter-spacing: .01em;
}
*/


h2 {
	color: #200765;
	font-size: 1.2em;
	margin-bottom: 5px;
	padding-bottom: 0px;
}


.item h2 {
	padding: 0 0 0 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #282870;
	letter-spacing: .01em;
}

h4 {
	padding: 0 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	color: #333;
	letter-spacing: 0.01em;
	font-style: italic;
}

h5 {
	margin: -2px 20px 0 0;
	padding: 0 0 5px 0;
	font-size: 17px;
	line-height: 1.45;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	color: #4c4c4c;
	letter-spacing: 0.01em;
	font-style: italic;
}
.item p {
	padding: 0 0 0 0px;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
	font-size: 14px;
}

.item p.more {
	text-align: right;
	margin-right:10px;
	font-weight: bold;
}

.small {
	text-align: center;
	font-weight: bold;
	font-size: 8px;
	font-style: italic;
	line-height: 8px;
}

.small a {
	text-decoration: underline;
	color: #282870;
	text-align: center;
	font-weight: bold;
	font-size: 8px;
	font-style:italic;

}

.item p.small {
	text-align: center;
	font-weight: bold;
	font-size: 8px;
	font-style: italic;
	line-height: 8px;
}

p.small {
	text-align: center;
	font-weight: bold;
	font-size: 8px;
	font-style: italic;
	line-height: 8px;
}

.item p.more a {
	text-decoration: underline;
	color: #282870;
	padding-bottom: 15px;
	font-size: 13px;
	font-style:italic;
}

.item p.more a:hover {
	text-decoration: none;
}


.upcoming-events-addon .details-title {
	text-decoration: underline;
	color: #282870;
	font-size: 13px;
	font-style:italic;
	padding: 5px 0 0 15px;
	font-weight: bold;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
}
.upcoming-events-addon .details-date  {
	text-decoration: none;
	color: #666666;
	font-size: 15px;
	padding: 8px 0 0 5px;
	font-weight: bold;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
}
.upcoming-events-addon .details-description   {
	text-decoration: none;
	color: #666666;
	font-size: 9px;
	padding: 8px 0 0 15px;
	line-height: 1.2;
	font-family: Helvetica, Arial, sans-serif;
}



p.more {
	text-align: right;
	font-weight: bold;
	margin-right:10px;
}

p.more a {
	text-decoration: underline;
	color: #282870;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 13px;
}

p.more a:hover {
	text-decoration: none;
}


#footer {
	overflow: hidden;
/* 	background: #140856; */
	height: 38px;
	width: 1024px;

}

#footer ul {
	margin: 0 0 0 20px;
	float: left;
	width: 423px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
}

#footer ul li {
	float: left;
	display: inline;
}

#footer ul li a {
	padding: 0 12px;
/* 	color: #FFFFFF; */
	color: gray;
	display: block;
	line-height: 38px;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer div#footer_social {
	margin: 4px 0 0;
	float: right;
	width: 91px;
	font-family: Helvetica, Arial, sans-serif;
/* 	overflow: hidden; */
}

/*
#footer div#footer_social a {
	margin: 0 4px 0 0;
}

#footer div#footer_social a.twitter_btn {
	float: left;
	display: block;
	background: url(../images/btn_twitter.png) left top no-repeat;
	width: 29px;
	height: 29px;
	text-indent: -99999px;
}

#footer div#footer_social a.facebook_btn {
	float: left;
	display: block;
	background: url(../images/btn_facebook.png) left top no-repeat;
	width: 29px;
	height: 29px;
	text-indent: -99999px;
}
*/

#footer div.skybluesofa-social-share {
	display: none;	
}

#footer div.skybluesofa-social-connections {
	display: none;	
}

.clear {
	clear: both;
}

/* Emily's changes for the video page */

.sans_copy {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 18px;
}

.thumbnail {
	padding-right: 40px;
	float: left;
	width: 267px;
	font-style: italic;
}

.thumbnail.end {
	padding-right: 0px;
}

.thumbnail a {
	color: #4C4C4C;
	text-decoration: none;
}

.thumbnail a:hover {
	text-decoration: underline;
}

.rent a {
	font-size: 18px;
	color: #707070;
}

#main #content p.rent_now {
	margin-left: 110px;
	line-height: 30px;
	text-align: center;
	font-size: 24px;
	overflow: hidden;
}

#main #content p.rent_now span {
	float: left;
}

#main #content p.sans_copy {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	line-height: 1;
}

#main #content .thumbnail p {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 12px;
}

/* Directory Layout */

#main.directory {
	background: none !important;
}

.directory .row {
	margin: 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #E1E1E1;
	overflow: hidden;
}

.directory .row .left {
	border-right: 1px solid #E1E1E1;
}

.directory .row p {
	line-height: 1.3;
}

.directory .row .wide {
	padding: 4px 20px;
	width: 546px;
	float: left;
}

.directory .row .narrow {
	padding: 4px 20px;
	width: 397px;
	float: left;
}

.jl-last-updated-note {
/* 	padding-left: 300px; */
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 10px;
	color: gray;
}

.jl-last-updated-value {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 10px;
		color: gray;

}

/* Search Results Layout */

.search_results h3 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #404040;
}

.search_results #search_form {
	margin-bottom: 20px;
	border: 2px solid #e1e1e1;
	overflow: hidden;
}

.search_results h5, #search_form h3 {
	margin: 0px;
	font-size: 36px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: capitalize;
	color: #404040;
}

.search_results #search_form .left {
	padding: 25px;
	width: 322px;
	float: left;
}

.search_results #search_form input#search-go {
/*
	background: url("/images/btn_search.png") no-repeat scroll left top transparent;
    border: medium none;
    cursor: pointer;
    height: 35px;
    line-height: 38px;
    margin: 7px 0 0;
    text-indent: -99999px;
    width: 35px;
*/
float:left;
margin-bottom: 4px;
}

.search_results #search_form .left input.ccm-search-block-text {
	width: 200px;
	color: #a0a0a0;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px#888;
	box-shadow: 0 0 2px #888;
	float: left;
	margin-right: 10px;
}

.search_results #search_form .right {
	padding: 25px;
	width: 544px;
	float: left;
	border-left: 2px solid #e1e1e1;
}

/* Homepage 3 Layout */

.three_ways {
	padding: 20px;
}

.three_ways h2 {
	padding: 14px 0px 0px 32px;
	font-size: 32px;
	font-weight: normal;
	color: #ffffff;
	text-transform: none;
}

.three_ways #browse_category {
	padding: 0px 35px 50px 35px;
	background: url(../images/bg_one.png) no-repeat left top #74cee2;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	overflow: hidden;
}

.three_ways #browse_category h2 {
	margin: 0px;
	padding-left: 0px;
}

.three_ways #browse_category .category {
	margin: 10px 7px 20px 7px;
	width: 289px;
	height: 186px;
	float: left;
}

.three_ways #browse_category h3 a {
	width: 289px;
	height: 186px;
	display: block;
	text-indent: -9999px;
}

.three_ways #browse_category #enrolling {
	background: url(../images/img_enrolling.png) no-repeat left top;
}

.three_ways #browse_category #overview {
	background: url(../images/img_basics.png) no-repeat left top;
}

.three_ways #browse_category #drug_plans {
	background: url(../images/img_drug_plans.png) no-repeat left top;
}

.three_ways #browse_category #costs {
	background: url(../images/img_costs.png) no-repeat left top;
}

.three_ways #browse_category #advantage {
	background: url(../images/img_advantage.png) no-repeat left top;
}

.three_ways #browse_category #open_enrollment {
	background: url(../images/img_open_enrollment.png) no-repeat left top;
}

.three_ways #search_for_it {
	height: 85px;
	background: url(../images/bg_two.png) no-repeat left top #acd58a;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	position: relative;
}

.three_ways #search_for_it h2 {
	width: 200px;
}

.three_ways #search_for_it form {
	position: absolute;
	top: 20px;
	left: 225px;
}

.three_ways #search_for_it form input#search-keywords {
	padding: 3px;
	width: 310px;
	height: 26px;
	font-size: 18px;
	color: #999999;
	background: url(../images/bg_search_for_it.png) no-repeat left top;
	border: none;
}

.three_ways #search_for_it form input#search-go {
	width: 102px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/btn_search_for_it.png) no-repeat;
	border: none;
	cursor: pointer;
	vertical-align: top;
}

.three_ways #view_articles {
	padding-bottom: 30px;
	background: url(../images/bg_three.png) no-repeat left top #7accc8;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.three_ways #view_articles #tabs {
	padding: 0px 32px;
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
}

.three_ways #view_articles #tabs #tab_nav {
	overflow: hidden;
	height: 59px;
	background: url(../images/bg_tab_nav2.png) no-repeat left bottom;
}

.three_ways #view_articles #tabs #tab_nav ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
}

.three_ways #view_articles #tabs #tab_nav ul li {
	padding: 0px;
	width: 145px;
	height: 59px;
	float: left;
	display: inline;

	text-align: center;
}

.three_ways #view_articles #tabs #tab_nav ul li a {
	padding: 10px 15px 18px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
}

.three_ways #view_articles #tabs #tab_nav ul li#tab1 {
	background: url(../images/bg_tabnav1.png) no-repeat;
	/*background-color: #cccccc;*/
}

.three_ways #view_articles #tabs #tab_nav ul li#tab2 {
	background: url(../images/bg_tabnav2.png) no-repeat;
	/*background-color: #a1a1a1;*/
}

.three_ways #view_articles #tabs #tab_nav ul li#tab3 {
	background: url(../images/bg_tabnav3.png) no-repeat;
	/*background-color: #898989;*/
}

.three_ways #view_articles #tabs #tab_nav ul li#tab4 {
	background: url(../images/bg_tabnav4.png) no-repeat;
	/*background-color: #7d7d7d;*/
}

.three_ways #view_articles #tabs #tab_nav ul li a.active, .three_ways #view_articles #tabs #tab_nav ul li a:hover {
	background: url(../images/bg_tabnav_active.png) no-repeat;
	color: #707070;
}

.three_ways #view_articles #tabs .tab_content {
	margin: 0px;
	padding: 0px 32px;
	height: 400px;
	overflow: auto;
	background-color: #fff;
	background: url(../images/bg_tab_content.png) repeat-y left top #fff;
}

.three_ways #view_articles #tabs .tab_content .ccm-page-list h3.ccm-page-list-title {
	margin-bottom: 5px;
}

.three_ways #view_articles #tabs .tab_content h3 a {
	color: #404040;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}

.three_ways #view_articles #tabs .tab_content h3 a:hover {
	text-decoration: none;
}

/* Product Page */

.product-page {
	padding: 0 5px;
	/*font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;*/
	font-size: 14px;
}

.product-page #content-wide {
	font-size: 20px;
	position: relative;
}

.product-page #content-wide .phone {
	position: absolute;
	top: 65px;
	right: 40px;
	line-height: 1;
	color: #33318d;
}

.product-page #content-wide .phone span {
	font-size: 12px;
}

.product-page #content-wide ul {
	font-size: 20px;
}

.product-page .product-image {
	width: 40%;
	float: left;
}

.product-page .product-desc {
	width: 60%;
	float: left;
}

.product-page ul {
	list-style-type: disc;
	font-size: 14px;
}

.product-page ol {
	list-style-type: decimal;
	color: #5993be;
	font-size: 14px;
}

.product-page .row {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.product-page #reviews {
	padding-top: 20px;
	width: 506px;
	float: left;
}

.product-page #reviews .ccm-image-block {
	margin: 0 20px;
}

.product-page #reviews p {
	padding: 0 25px 0 20px;
}

.product-page .meet-expert {
	padding: 20px;
	width: 460px;
	background-color: #dadada;
}

.product-page .meet-expert h2 {
	margin: 0;
	/*font-family: Arial, Helvetica Neue, Helvetica, sans-serif;*/
	font-size: 24px;
	color: #2c2c2c;
}

.product-page .block-socialclass {
	padding-top: 20px;
	text-align: center;
}

.product-page #questions {
	padding: 20px 0;
	width: 506px;
	float: left;
	border-left: 1px solid #ccc;
}

.product-page #questions h2 {
	margin: 0 0 0 5px;
	padding: 20px 0 20px 20px;
	width: 446px;
	height: 29px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	background: url(../images/bkg-questions-h2.png) no-repeat top left;
}

.product-page #questions p {
	padding: 0 20px;
}

.product-page #questions ul {
	padding-right: 20px;
}

.product-page #questions ul li {
	margin-bottom: 5px;
}

.product-page #questions ol li {
	margin-bottom: 10px;
}

.product-page a.order-now {
	width: 176px;
	height: 47px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/btn-order-now.png) no-repeat top left;
}


.product-page a.order-now:hover {
/*
	width: 176px;
	height: 47px;
	display: inline-block;
	color: yellow;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
*/
	background: url(../images/btn-order-now-lt.png) no-repeat top left;
}



#order-now {
	width: 176px;
	height: 47px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/btn-order-now.png) no-repeat top left;
}


.product-page .border-top {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}


/* Michael - New Home Page */

#slideshow {
	padding: 0px;
	width: 982px;
	margin-left: 22px;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	border-bottom-width: 1px;
}

#topics {
clear: both;
/* margin-top: 25px; */
margin-left: 22px;
/*
border-top-style: solid;
border-top-color: #e1e1e1;
border-top-width: 1px;
*/
border-bottom-style: solid;
border-bottom-color: #e1e1e1;
border-bottom-width: 1px;
border-left-style: solid;
border-left-color: #e1e1e1;
border-left-width: 1px;
overflow:hidden;


/*
	padding-left: 25px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 25px;
	line-height: 1.5em;
*/

}
#topic_box {
	float: left;
	width: 290px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;

/* 	border-right-color: #666;	 */
	border-right-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #e1e1e1;
	line-height: 1.25em;

	height: 350px;
}


.topic_title {
	font-size: 1.2em;
	font-style: italic;
/* 	font-weight: bold; */
	line-height: 1.25em;
}

.learn_link {
	text-align: right;	
	padding-right: 20px;
}


/* Search result */
a.pageLink {
	text-decoration: none;
	color: green;
}

#product {
	height: 311px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-right: 25px;
	padding-left: 25px;
}

#info{
	padding-right: 25px;
	padding-left: 25px;	
}

#product_shot {
	float: left;
	width: 275px;
	margin-right: 50px;
}

#product_info {
	float: left;
	width: 600px;
}
.info_list {
	list-style-position: outside;
	list-style-image: url(../images/arrow.jpg);
	font-size: 1.1em;
}

.info_h2 {
	color: #200765;
	font-size: 1.3em;
	font-weight: bold;
}

.info_list li {
	padding-bottom: 20px;
}

.info_list li ul li {
	padding-bottom: 0px;
}

/* Sample product video */

#sample_video {
	margin-left: 20px;
	float: right;
}

/* for product viewing page */


#product_wrapper {
	margin: 0 auto;
	width: 1024px;
	overflow: hidden;
	padding-top: 20px;
	padding-left: 40px;

	padding-bottom: 40px;
	border-bottom:  1px solid #e1e1e1;
}

#video_viewing {
/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
*/
	width: 500px;
	padding-right: 25px;
	padding-left: 65px;
	text-align:center;
float:left;
}


#video_viewing h1 {

/*
	padding-right: 25px;
	padding-left: 25px;
*/

	text-align:left;
	font-style: italic;
	font-weight: normal;
	line-height: 1.3em;
	font-size: 1.5em;	


}

#downloads {
width: 300px;
	float:left;
	padding-right: 25px;
	padding-left: 25px;	
	border-left:  1px solid #e1e1e1;
}

.download_item {
/* display: none; */
/* 	width: 207px; */
/* 	height: 235px; */
	text-align: left;
/* 	float: left; */
/*
	padding-right: 30px;
	margin-right: 30px;
*/
/* 	border-right:  1px solid #e1e1e1; */

}

/*
.download_item img {
float:left;}
*/

#description {
/* float:right; */
visibility: hidden;
clear: both;
padding-top: 20px;
}

.file-pdf {
/* display: none; */
	font-style: italic;
	font-size: .75em;
line-height: .5em; 
}




#download_img {
/* display: none; */
float: left;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
/* clear: right; */
}


#info{
	padding-right: 25px;
	padding-left: 25px;	
}

#product_shot {
	float: left;
	width: 275px;
	margin-right: 50px;
}

#product_info {
	float: left;
	width: 600px;
}

.info_list {
	list-style-position: outside;
	list-style-image: url(../images/arrow.jpg);
	font-size: 1.1em;
}

.info_h2 {
	color: #200765;
	font-size: 1.3em;
	font-weight: bold;
}

.info_list li {
	padding-bottom: 20px;
}

.info_list li ul li {
	padding-bottom: 0px;
}


/* Ecommerce pages */

#ccm-core-commerce-checkout-form-billing {
margin-bottom: 100px;	
padding-left: 40px;
padding-right: 40px;
	
}


.ccm-core-commerce-checkout-form {
margin-bottom: 100px;
padding-left: 40px;
padding-right: 40px;
}



#downloadthankyou {
	
/*
margin-top: 100px;
margin-bottom: 100px;
*/

padding-left: 40px;
padding-right: 40px;}

#adobe_reader {
padding-top: 40px;	
padding-right: 40px;
}


#adobe_reader_icon {
float: left;
padding-left: 40px;
padding-right: 10px;
}

.display_archive {
	font-family:palatino,georgia ; 
	font-size: 14px;}
 
.campaign {
	line-height: 150%; 
	margin: 10px;}
	
	
/* Medicare Mentor */

/*
#medicare_mentor_questions { width: 500px; float: left;  padding-left: 40px; padding-top: 30px;}
#medicare_mentor_answers { width: 200px; height: 1000px; border-left: 1px solid gray; float: left; padding-left: 30px;}


#medicare_mentor_report { width: 500px; float: left;  padding-left: 40px; padding-top: 30px;}
*/


/* buttons */


/*
.medicare_mentor_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	margin: 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.medicare_mentor_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.medicare_mentor_button:active {
	position:relative;
	top:1px;
}

.medicare_mentor_button_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
*/
/* 	font-weight:bold; */
/*
	padding:4px 8px;
	margin-left:20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.medicare_mentor_button_small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.medicare_mentor_button_small:active {
	position:relative;
	top:1px;
}


#question_list {display:none;}
*/
/*
#wrapper {
	width: 1024px;
}

#header {
	height: 153px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}


#medicare_mentor_questions {
	width: 515px;
	float: left;
	padding: 25px;
}

#medicare_mentor_questions p {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1.6em;
	color: #67686A;
}

#medicare_mentor_answers {
	width: 408px;
	height: 1000px;
	float: left;
	padding: 25px;
}
#medicare_mentor_answers p {
	margin-top: 4px;
	padding-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}


#medicare_mentor_report { width: 500px; float: left;  padding-left: 40px; padding-top: 30px;}

.answered_questions {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 1.2em;
	color: #616264;
	padding: 15px;
}

.serif_italic{
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	font-style: italic;
	font-size: 0.8em;
}


/* buttons */


.medicare_mentor_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	margin: 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.medicare_mentor_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.medicare_mentor_button:active {
	position:relative;
	top:1px;
}

.medicare_mentor_button_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
/* 	font-weight:bold; */
	padding:4px 8px;
	margin-left:20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.medicare_mentor_button_small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.medicare_mentor_button_small:active {
	position:relative;
	top:1px;
}
.button {
   border-top: 1px solid #163bab;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#142699), to(#65a9d7));
   background: -webkit-linear-gradient(top, #142699, #65a9d7);
   background: -moz-linear-gradient(top, #142699, #65a9d7);
   background: -ms-linear-gradient(top, #142699, #65a9d7);
   background: -o-linear-gradient(top, #142699, #65a9d7);
   padding: 11px 22px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   margin-top:15px;
   margin-bottom: 15px;
   }
.button:hover {
   border-top-color: #0a2987;
   background: #0a2987;
   color: #e8e3e8;
   }
.button:active {
   border-top-color: #1b1e5c;
   background: #1b1e5c;
   }
   
   

.source {
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom:10px;
	font-size: 10px;
	line-height:1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: none ;
	color: #282870;
	text-align:center;
}
.didyouknow {
	padding-left: 15px;
	padding-right: 25px;
	padding-bottom:10px;
	font-size: 13px;
	line-height:1.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: none ;
	color: #4f4f4f;
}


.didyouknow li {
	font-size: .9em;
	padding-bottom: 20px;
	padding-left:20px;
	margin-left:20px;
	text-indent:0em;
	margin-right:30px;
	list-style-type:disc;
}

  .didyouknow img {
	  padding-top:15px;
	  text-align:left;
	  padding-left:0px;
	
	
}
  .didyouknow a {
	  color:#282870;
	
}

  .didyouknow em {
	padding-bottom: 20px;
	padding-top:20px;
	color:#282870;
	
}

   
.product {
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom:10px;
	font-size: 13px;
	line-height:1.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: none ;
	color: #4f4f4f;
}
.product li {
	list-style-image: url(../images/arrow2.jpg);
	font-size: .9em;
	padding-bottom: 20px;
	padding-left:10px;
	text-indent:-1.75em;
	margin-right:30px;
}
   
h6 {
	line-height:1.3em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding-left:15px;
	font-size:18px;
	color: #282870;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;
	padding-right:15px;
	text-align:center;
}  
   

/*
input.ccm-core-commerce-cart-buttons-checkout {
   border-top: 1px solid #424242;
   background: #585858;
   background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#585858));
   background: -webkit-linear-gradient(top, #585858, #585858);
   background: -moz-linear-gradient(top, #585858, #585858);
   background: -ms-linear-gradient(top, #585858, #585858);
   background: -o-linear-gradient(top, #585858, #585858);
   padding: 4.5px 9px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #bdbdbd;
   font-size: 14px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
   
input.ccm-core-commerce-cart-buttons-checkout:hover {
   border-top-color: #848484;
   background: #848484;
   color: #ffffff;
   }
   
input.ccm-core-commerce-cart-buttons-checkout:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
*/

input[type=submit], input[type=button], button {
   border-top: 1px solid #424242;
   background: #848484;
   background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#848484));
   background: -webkit-linear-gradient(top, #bdbdbd, #848484);
   background: -moz-linear-gradient(top, #bdbdbd, #848484);
   background: -ms-linear-gradient(top, #bdbdbd, #848484);
   background: -o-linear-gradient(top, #bdbdbd, #848484);
     padding: 3.5px 7px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #f2f2f2;
   font-size: 12px;
   font-family: 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   float: right;
   cursor:pointer;
   text-transform:uppercase;
   }
   input[type=submit], input[type=button], button:hover {
   border-top-color: #848484;
   background: #848484;
   color: #ffffff;
   }
input[type=submit], input[type=button], button:active {
   border-top-color: #848484;
   background: #848484;
   }


input.ccm-core-commerce-cart-buttons-checkout {
   border-top: 1px solid #424242;
  	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
     padding: 3.5px 7px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   	text-shadow:1px 1px 0px #689324;

/*    text-shadow: rgba(0,0,0,.4) 0 1px 0; */
   color: #f2f2f2;
   font-size: 12px;
   font-family: 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   float: right;
      cursor:pointer;

   }
input.ccm-core-commerce-cart-buttons-checkout:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;

   color: #ffffff;
   }
input.ccm-core-commerce-cart-buttons-checkout:active {
   border-top-color: #848484;
   background: #848484;
   	position:relative;
	top:1px;
   }






input.ccm-core-commerce-cart-buttons-checkout-return {
   border-top: 1px solid #424242;
   background: #848484;
   background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#848484));
   background: -webkit-linear-gradient(top, #bdbdbd, #848484);
   background: -moz-linear-gradient(top, #bdbdbd, #848484);
   background: -ms-linear-gradient(top, #bdbdbd, #848484);
   background: -o-linear-gradient(top, #bdbdbd, #848484);
   padding: 3.5px 7px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #f2f2f2;
   font-size: 12px;
   font-family: 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
      cursor:pointer;

   }
input.ccm-core-commerce-cart-buttons-checkout-return:hover {
   border-top-color: #848484;
   background: #848484;
   color: #ffffff;
   }
input.ccm-core-commerce-cart-buttons-checkout-return:active {
   border-top-color: #848484;
   background: #848484;
   }

input.ccm-core-commerce-cart-buttons-checkout-update {
   border-top: 1px solid #424242;
   background: #848484;
   background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#848484));
   background: -webkit-linear-gradient(top, #bdbdbd, #848484);
   background: -moz-linear-gradient(top, #bdbdbd, #848484);
   background: -ms-linear-gradient(top, #bdbdbd, #848484);
   background: -o-linear-gradient(top, #bdbdbd, #848484);
     padding: 3.5px 7px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #f2f2f2;
   font-size: 12px;
   font-family: 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   float: right;
      cursor:pointer;

   }
input.ccm-core-commerce-cart-buttons-checkout-update:hover {
   border-top-color: #848484;
   background: #848484;
   color: #ffffff;
   }
input.ccm-core-commerce-cart-buttons-checkout-update:active {
   border-top-color: #848484;
   background: #848484;
   }



#submit_next {
   border-top: 1px solid #424242;
  	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
     padding: 3.5px 7px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   	text-shadow:1px 1px 0px #689324;

/*    text-shadow: rgba(0,0,0,.4) 0 1px 0; */
   color: #f2f2f2;
   font-size: 12px;
   font-family: 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   float: right;
      cursor:pointer;

   }
#submit_next:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;

   color: #ffffff;
   }
#submit_next:active {
   border-top-color: #848484;
   background: #848484;
   	position:relative;
	top:1px;
   }


/*

	div.accordion .ui-widget-content,
	div.accordion .ui-state-focused
    {
		border: 0px;
	}
	
	div.accordion .ui-state-active,
	div.accordion .ui-state-hover,
	div.accordion .ui-state-default {
		border-left: 0px; 
		border-right: 0px;
		border-bottom: 0px;
	}
*/

    .accordion-button {
            border: none;
          margin: 0;
    padding: 0;
/*         border-top: 1px dotted #ccc; */
        cursor: pointer;
        display: block;
        margin-left: 40px;
/*         padding: 7px 0 7px 25px; */
        outline: none;
		text-decoration: none;
		width: 100%;
/* 		height: 100%; */
		color: #5993be; 
		font-size: large;
    }
    

    .accordion-button.ui-state-active {
        color: #5993be;
    }
    .accordion-button:first-child {
        border: none;
    }
    .accordion-content {
/*         padding: 0px 0 8px 5px; */
    		background: none;
    }
    
        .product-page #questions .accordion-content p {
            margin: 0;
    padding: 0;

    }
    
    .accordion-button:first-child {
/*         margin-top: -8px; */
    }
    
#birthday_calculator {
	width: 571px;
/* 	background-image:url(../images/birthday/bkg_leftcol.png); */
	background-repeat: repeat-y;
	float:left;
	margin-left: 30px;
	background-position: center;
	font-style: normal;
}

#birthday_calculator_form {
	background-color: #eaeaea;
	-webkit-box-shadow:  1px 1px 5px 1px , 1);
	box-shadow:  1px 1px 5px 1px , 1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-top: 10px;
	margin-bottom: 30px;
}       

#calc {
background-image: url(../images/bkg-calc.png);
	background-position: 0% bottom;
	border-top: thin solid #898989;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#calc_window {
	width: 673px;
	border: medium solid #49035D;
	-webkit-box-shadow: 6px 6px 6px 12px rgba(0,0,0,0);
	box-shadow: 6px 6px 6px 12px rgba(0,0,0,0);
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #F8F7F7;
	
}

#calc_window form {
	font-size: 1.5em;
	
}

#iep_window {
	width: 641px;
	border: medium solid #6e028d;
	-webkit-box-shadow: 6px 6px 6px 12px rgba(0,0,0,0);
	box-shadow: 6px 6px 6px 12px rgba(0,0,0,0);

	background-color: #F8F7F7;
	float:left;
	margin-bottom: 20px;
}

.result_date {
	color: #6e028d;
	font-size: 3em;
	font-weight: bold;	
}

#diff_date {
	width: 308px;
	border: medium solid #6e028d;
	-webkit-box-shadow: 6px 6px 6px 12px rgba(0,0,0,0);
	box-shadow: 6px 6px 6px 12px rgba(0,0,0,0);
	text-align:center;
	background-color: #F8F7F7;
	float:right;
	padding-top:20px;
}

#reminder {
	width: 601px;
	border: medium solid #6e028d;
	-webkit-box-shadow: 6px 6px 6px 12px rgba(0,0,0,0);
	box-shadow: 6px 6px 6px 12px rgba(0,0,0,0);

	background-color: #F8F7F7;
	float:left;
	padding: 20px;
}
   
/* #question_list {display:none;} */


/* .carousel.slide, .carousel.slide > div { width: 100%; } */

/* Specific for open enrollment page */

.orangestripe {
	background-color: #F57B20;
	text-align: center;
}

.orangestripe h1 {
	color: #FFFFFF;
	font-size: 2.5em;
}

.orangestripe h2 {
	color: #FFFFFF;
	font-size: 2em;
}

.tuneup {
	line-height: 1.5em;
	font-size: 1.1em;
}

.tuneup h1 {
	padding:30px;
}

.tuneup ul {
	padding-left:50px;
	padding-right:50px;
}

.bluebold {
	font-family: ItcKabel-Book;
	color: #263b91;
	font-size: 1.3em;
}
