@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300,800);

@-ms-viewport {
  width: device-width;
}

viewport {
  width: device-width;
}

body {
	font-weight: 400;
	font-family: "Open Sans";
	font-size: 1em;
	paddingp: 0px;
	width: 100%;
	margin: 0px;
	min-width: 800px;
}

h1 {
	font-weight: 700;
	font-size: 2em;
	color: #2b3b7d;
}

h2 {
	color: #6da014;
	font-weight: 400;
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

a {  
	text-decoration: none;
	color: #2b3b7d;
}

a:hover {
	text-decoration: underline;
}

li {
	text-align: left;
	margin-bottom: 1em;
}

input {
	margin-bottom: 5px;
	font-size: 1.5em;
}

header {
	padding: 0px;
	margin: 0px;
}

header div {
	margin-right: 20px;
	margin-top: 10px;
	text-align: right;
	float: right;
	width: auto;
}

header img {
	margin-top: 10px;
	margin-left: 20px;
}

.giant {
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -10px;
	font-size: 2.5em;
	padding: 0px;
}

.giant span {
	font-size: 0.5em;
}

header h2 {
	font-style: italic;
	font-size: 1.3em;
	color: #0f77b9;
	padding: 0px;
	margin: 0px;
	font-weight: 700;
}

nav {
	height: 32px;
	color: white;
	background-color: #0f77b9;
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url(images/navbar.jpg);
	text-align: center;
	clear: both;
	margin-top: 20px;
	margin-bottom: 0px;
}

nav div {
	padding: 4px;
}

nav a {
	font-size: 0.9em;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-color: #cccccc;
	border-style: solid;
	border-left-width: thin;
	width: auto;
	font-weight: 700;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-right: 20px;
	padding-top: 2px;
	color: white;
}

nav a:first-child {
	border-left-width: 0px;
}

nav a:last-child {
	border-right-width: 0px;
}

nav a:hover {
	background-color: #95c839;
	background-color: rgba(149,200,57,0.9);
	text-decoration: none;
}

.mmenu {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
	display: none;
	font-weight: bold;
	font-size: 1.2em;
	width: 3em;
	border-color: #999999;
	border-style: solid;
	border-width: thin;
	padding: 5px;
	padding-top: 10px;
	padding-right: 10px;
	border-radius: 5px;
	text-shadow: 1px 1px #333333;
	color: white;
	background-color: #0f77b9;
	float: right;
	margin-right: 5px;
}

.mmenu:hover {
	text-shadow: 1px 1px #e6e6e6;
	color: #333333;
	background-color: #95c839;
}

.mmenu img {
	margin-top: 2px;
	padding-right: 10px;
}

article[role="banner"] {
	background-image: url(images/banner-grad.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

article[role="banner"] img {
	padding: 0px;
	margin: 0px;
}

article div {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 80%;
}

section[role="content"] {
}

section[role="content"] article:nth-child(even) {
	background-color: #eeeeef;
}

section[role="content"] article[role="information"]:nth-child(odd) img {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
}

section[role="content"] article[role="information"]:nth-child(even) img {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
}

p.learnmore {  
	padding-top: 20px;  
	text-align: center;
}

p.learnmore a {  
	clear: both;  
	margin-bottom: 10px;  
	margin-top: 20px;  
	border-color: white;  
	border-style: double;  
	border-width: medium;  
	margin-right: auto;  
	margin-left: auto;  
	padding: 10px;  
	background-color: #95c839;  
	color: white;
	border-radius: 5px;
}

p.learnmore a:hover {  
	background-color: #0f77b9;
	text-decoration: none;
}

.rounded-300 {  
	border-radius: 150px;
}
	
.rounded-450 {  
	border-radius: 225px;
}

ul.check li {
	list-style-image: url(images/check.png);
}

article[role="box"] {
	text-align: center;
	margin-left: 2px;
	float: left;
	width: 33%;
	padding-top: 20px;
}

article[role="box"] h1 {
	font-style: italic;
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

article[role="box"] p {
	height: 200px;
}

article[role="box"] p.learnmore {
	height: auto;
}

article[role="information"] {
	clear: both;
	float: none;
}

article[role="lead-generation"] {
	text-align: center;
	clear: both;
}

article[role="lead-generation"] h1 {
	margin-bottom: 10px;
	text-align: center;
}

article[role="lead-generation"] h2 {
	margin-bottom: 10px;
	text-align: center;
}

article[role="lead-generation"] p {
	font-size: 0.8em;
	text-align: center;
}

article[role="lead-generation"] form {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

section[role="content"] article[role="lead-generation"] img {
	padding-bottom: 20px;
	padding-top: 10px;
	float: left;
	margin-left: 10px;
	text-align: center;
}

section[role="content"] article[role="lead-generation"]:nth-child(odd) p, ul, li {
	font-size: 1em;
	text-align: left;
}

section[role="content"] article[role="lead-generation"]:nth-child(even) ul {
	margin-left: 30%;
}

section[role="content"] article[role="lead-generation"]:nth-child(odd) img {
	padding-bottom: 20px;
	padding-top: 10px;
	float: right;
	margin-left: 20px;
	margin-right: 10px;
}

section[role="content"] article[role="lead-generation"]:nth-child(odd) form {
	clear: both;
}

section[role="content"] article[role="lead-generation"] p:last-child {
	font-size: 0.8em;
	text-align: center;
	width: 100%;
}

div.sell {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
	clear: both;
	height: 160px;
	color: white;
	background-color: #0080cc;
}

div.sell div {  
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

div.sell img {
	margin-top: -20px;
}

div.sell h1 {
	font-size: 2.8em;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 35px;
	margin: 0px;
	float: left;
	text-align: center;
	color: white;
}

div.sell div div {
	padding: 10px;
	border-color: white;
	border-width: 3px;
	border-style: solid;
	border-radius: 10px;
	float: right;
	text-align: center;
	color: white;
	margin-top: 2px;
}

div.sell h3 {  
	padding: 0px;  
	margin: 0px;  
	font-size: 3em;
}

div.sell a {  
	color: #ffffff;
}

div.sell a:hover {  
	color: #ccccff;
}

section[role="content"] article[role="testimonial"] {
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 100px;
	padding-left: 100px;
	background-color: #eeeeee;
}

section[role="content"] article[role="testimonial"] div {
	width: 90%;
}

section[role="content"] article[role="testimonial"] h1 {
	margin-bottom: 20px;
	text-align: center;
}

section[role="content"] article[role="testimonial"] h3 {
	margin-bottom: 0px;
	margin-left: 180px;
	padding-bottom: 0px;
	padding-top: 20px;
}

section[role="content"] article[role="testimonial"] p {
	border-color: #666666;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: thin;
	border-right-width: 0px;
	border-top-width: 0px;
	padding-bottom: 40px;
	clear: right;
	margin-left: 180px;
}

section[role="content"] article[role="testimonial"] p:last-child {
	border-bottom-width: 0px;
}

section[role="content"] article[role="testimonial"] p iframe {
	width: 420px;
	margin-right: 20px;
	margin-top: 20px;
}

section[role="content"] article[role="testimonial"] img {
	padding: 0px;
	border-color: #95c839;
	border-style: solid;
	border-width: medium;
	border-radius: 75px;
	margin-right: 20px;
	float: left;
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

section[role="content"] article[role="testimonial"] blockquote {
	border-color: #666666;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: thin;
	border-right-width: 0px;
	border-top-width: 0px;
	padding-bottom: 40px;
}

section[role="content"] article[role="testimonial"] blockquote:last-child {
	border-bottom-width: 0px;
}

section[role="content"] article[role="expert-testimonial"] {
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 100px;
	padding-left: 100px;
	background-color: #0080cc;
	color: white;
}

section[role="content"] article[role="expert-testimonial"] div {
	width: 90%;
}

section[role="content"] article[role="expert-testimonial"] h1 {
	margin-bottom: 20px;
	text-align: center;
	color: #ffffff;
}

section[role="content"] article[role="expert-testimonial"] h3 {
	margin-bottom: 0px;
	margin-left: 180px;
	padding-bottom: 0px;
	padding-top: 20px;
}

section[role="content"] article[role="expert-testimonial"] p {
	border-color: white;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: thin;
	border-right-width: 0px;
	border-top-width: 0px;
	padding-bottom: 40px;
	clear: right;
	margin-left: 180px;
}

section[role="content"] article[role="expert-testimonial"] p:last-child {
	border-bottom-width: 0px;
}

section[role="content"] article[role="expert-testimonial"] p iframe {
	width: 420px;
	margin-right: 20px;
	margin-top: 20px;
}

section[role="content"] article[role="expert-testimonial"] img {
	padding: 0px;
	border-color: #95c839;
	border-style: solid;
	border-width: medium;
	border-radius: 75px;
	margin-right: 20px;
	float: left;
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

section[role="content"] article[role="box2"] {  
	width: 45%;
	float: left;
	clear: none;
	padding: 10px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: 10px;
}

section[role="content"] article[role="box2"] iframe {  
	margin-top: -20px;
	margin-bottom: 0px;
}

section[role="content"] article[role="box2"] h1 {  
	margin-top: 0px;
	margin-bottom: 0px;
}

section[role="content"] article[role="calltoaction"] {
	padding: 10px;
	text-align: center;
	background-color: #0080cc;
	color: white;
	clear:both;
}

article[role="calltoaction"] img {
	width: 250px;
	border-color: #95c839;
	border-style: double;
	border-width: medium;
	border-radius: 125px;
}

article[role="calltoaction"] h1 {
	padding: 0px;
	margin: 0px;
	font-size: 3.5em;
	color: white;
}

article[role="calltoaction"] h1 span {
	font-size: 0.5em;
}

article[role="calltoaction"] h2 {
	color: #95c839;
	font-size: 1.8em;
}

article[role="calltoaction"] h3 {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 67%;
	padding: 0px;
}

article[role="calltoaction"] h3 a {
	color: #95c839;
}

article[role="calltoaction"] p.words {
	line-height: 0.5px;
	padding: 0px;
	margin: 0px;
	font-size: 0.5em;
	color: #0080cc;
	clear: both;
}

article[role="research"] {
	width: 100%;
}

article[role="research"] div {
	width: 100%;
}

article[role="research"] table {
	margin-top: 20px;
}

article[role="research"] hr {
	margin-right: auto;
	text-align: center;
	margin-left: auto;
	width: 90%;
}

.study {
	padding: 1px;
	background-color: white;
	margin-right: 75px;
	margin-left: 75px;
	border-color: #0080ff;
	border-width: 4px;
	border-style: solid;
	font-size: smaller;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}

.study td {
	text-align: center;
	padding: 15px;
}

.study ul {
	padding-left: 20px;
}

.study li {
	font-size: 12pt;
	margin-bottom: 10px;
	list-style-image: url(pics/orange-dot.png);
}

.study h1 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}

.study h2 {
	font-weight: bold;
	line-height: 18pt;
	padding: 0px;
	margin: 0px;
}

.study h3 {
	margin-top: -5px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.study p {
	font-size: 12pt;
}

.study hr + img {
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	-khtml-border-radius: 75px;
	border-radius: 75px;
}

.study hr {
	margin-bottom: 30px;
	margin-top: 20px;
}

.summary {
	text-align: left;
	background-color: #ddddee;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
}

.disclaimer {
	text-align: center;
	background-color: #eeeeee;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

article[role="results"] blockquote {
	padding: 20px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

article[role="results"] blockquote:nth-child(odd) {
	background-color: #eeeeee;
}

article[role="results"] blockquote img {
	border-radius: 75px;
	border: medium double #6da014;
	margin-bottom: 20px;
}

article[role="results"] blockquote:nth-child(even) img {
	float: left;
	margin-right: 20px;
}

article[role="results"] blockquote:nth-child(odd) img {
	float: right;
	margin-left: 20px;
}

aside[role="quote"] {
	margin-top: 40px;
	margin-bottom: 20px;
	background-color: #eeefff;
	border-color: #0f77b9;
	border-style: solid;
	border-width: thin;
	padding: 10px;
	margin-left: 20px;
	float: right;
	width: 20%;
}

article:nth-child(even) aside[role="quote"] {
	background-color: #ffffff;
	border-color: #0f77b9;
	margin-right: 20px;
	float: left;
	margin-top: -10px;
}

aside[role="quote"] p {
	font-style: italic;
}
	
aside[role="quote"] img {
	max-width: 300px;
	width: 100%;
	clear: both;
	float: none;
}

section[role="content"] article[role="schedule"] {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 10px;
	margin: 0px;
	background-color: #0080cc;
	clear: both;
}

fieldset {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 12px;
	border-style: solid;
	border-radius: 8px;
	margin-right: auto;
	margin-left: auto;
	border-color: white;
	border-width: thin;
	text-align: center;
	width: 500px;
}

fieldset h2 {
	background-color: #95c839;
	color: white;
	padding: 5px;
	margin-bottom: 20px;
}

fieldset input {
	font-size: 1em;
	border-radius: 2px;
}

.gaudy {
	background-color: #95c839;
}

.alert {
	text-align: center;
	color: white;
}

footer {
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
	font-weight: 400;
	text-align: center;
	color: #e6e6e6;
	background-color: #333333;
}

footer a {
	text-decoration: none;
	color: #cccccc;
}

footer a:hover {
	text-decoration: underline;
}

footer article {
	padding: 10px;
}

footer article[role="credit"] a {
	margin-left: 40px;
}

@media screen and (max-width: 980px) {

body {  
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

header h1 {  
	font-size: 2em;
}

header h2 {  
	font-size: .9em;
	margin-top: 5px;
}

nav div {
	display: none;
}

.mmenu {  
	display: block;
}

#phone {
	float: right;
}

article[role="banner"] img {
	width: 800px;
}

section[role="content"] article {
	text-align: center;
}

section[role="content"] article img {
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

article[role="box"] {
	float: none;
	width: 100%;
	text-align: center;
}

article[role="box"] h1 {
	font-size: 2em;
	font-style: normal;
}

article[role="box"] p {
	height: auto;
}

article[role="information"] {  
	text-align: center;
}

section[role="content"] article img {  
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

section[role="content"] article[role="information"]:nth-child(even) img {
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

section[role="content"] article[role="information"]:nth-child(odd) img {
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

section[role="content"] article[role="box2"] {  
	width: 100%;
	float: none;
	clear: both;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

section[role="content"] article[role="box2"] iframe {  
	margin-top: 20px;
}

div.sell {  
	padding: 10px;
}

div.sell h1 {  
	font-size: 1.8em;
}

div.sell div div {
	border: 0px solid #ffffff;
	padding: 0px;
	margin: 0px;
}

div.sell a {  
	font-size: .8em;
}

section[role="content"] article[role="testimonial"] h3 {
	padding-top: 0px;
	margin-left: auto;
}

section[role="content"] article[role="testimonial"] p {
	padding-bottom: 20px;
	margin-left: auto;
}

section[role="content"] article[role="testimonial"] img {
	margin-top: 0px;
	clear: both;
	float: none;
}

section[role="content"] article[role="lead-generation"] img {
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
	float: none;
}

article[role="calltoaction"] a {
	color: white;
}

footer article[role="credit"] a {
	margin-left: 20px;
}

}