@charset "UTF-8";
/* CSS Document */

/* Intro Material */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	
	display: block;
	
}

.clear_both {
	
	clear:both;
	
}

html {
	
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  
}

/* Responsive Images */

img {
	
	/* Responsive images (ensure images don't scale beyond their parents) */

	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */

	width: auto\9;
	/* IE7-8 need help adjusting responsive images */

	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */

	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	
}


/*MAIN*/

body { 

	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: #f9f9f9;
	color: #555;
	margin: 0;
	padding: 0;
	
}

a {

	color: #ed2e36;
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1px;

}

a:hover {

	color: #fb545b;

}

section#header {
	background: url(http://www.spotonhealthandwellness.com/imgs/bkgrnd_grn_lrgdisplay.png) center no-repeat;
	width: 100%;
	top: 0;
	left: 0;
	
}

#logo {

	margin: 40px 20px 40px 40px;
	float: left;
	width: 240px;
	display: block;

}

nav {

	float: right;
	padding: 20px;	

}

#menu-icon {

	display: hidden;
	width: 30px;
	height: 20px;
	background: url(http://www.spotonhealthandwellness.com/imgs/menu_icon.svg) center no-repeat;

}

a:hover#menu-icon {

   opacity:0.85;
   filter:alpha(opacity=85); /* For IE8 and earlier */

}

ul.responsive_nav {

	list-style: none;
	width: 360px;
	margin: 0px;
	padding: 0px;

}

ul.responsive_nav li {

	display: inline-block;
	float: left;
	padding: 10px;

}

.main_headline {
	
	display: inline-block;
	width: 100%;
	padding: 20 0 20 0;
	
}

.dotted_line {
 
 	border-style:none;
	border-bottom: 1px dotted #FFFFFF;
	height: 1px;
	width: 70%;
	
}

.dotted_line2 {
 
 	border-style:none;
	border-bottom: 1px dotted #BAC2C3;
	height: 1px;
	width: 70%;
	
}

#image {

	margin: 10px;
	width: 204px;
	display: block;

}

#image2 {

	margin: 10px;
	width: 611px;
	display: block;

}

/* Type */

h1 {
	
	font-family: "chaparral-pro",sans-serif;
	font-size: 56px;
	font-weight: 300;
	line-height: 60px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 50px;
	padding: 0 30px 0 30px;
	
}

h2 {
  
	font-family: "chaparral-pro",sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 44px;
	color: #FFFFFF;
	text-align: center;
	padding: 0 20px 0 20px;
	
}

h3 {

	font-family: "chaparral-pro",sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 44px;
	color: #435464;
	text-align: center;
	padding: 0 20px 20px 20px;
	
}

h4 {

	font-family: "proxima-nova",sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	color: #435464;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 45px;
	padding: 0 20px 0 20px;
	
}

h5 {

	font-family: "chaparral-pro",sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 44px;
	color: #3a97b5;
	text-align: center;
	padding: 0 20px 0 20px;
	margin-bottom: 0px;
	
}

h6 {

	font-family: "proxima-nova",sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	color: #435464;
	text-align: center;
	margin-top: 0;
	margin-bottom: 45px;
	padding: 0 20px 0 20px;
	
}

#form_text {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	padding-bottom: 20px;
	
}

/* Trio of Boxes */

section#content_ko {
	
	padding-top: 20px;
	padding-bottom: 20px;
}

section#content .column {
	
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
	width: 100%;
	
}

.item {

	float: left;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 20px 2% 20px 2%;
	background-color: #e4f2d3;
	text-align: center;
	width: 29.33%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	
}

.item2 {

	float: left;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 20px 2% 20px 2%;
	background-color: #add77a;
	text-align: center;
	width: 29.33%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	
}

.item3 {

	float: left;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 20px 2% 20px 2%;
	background-color: #c8e5a7;
	text-align: center;
	width: 29.33%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	
}


ul.social li {
	
	margin: 0;
	padding: 0 10px 0 10px;
	display: inline-block;
	margin: 20px 10px;
	vertical-align: top;
	
}

/* Bulleted List */

section#content_bullet_list {
  
	padding: 35px 0 50px 0;
	background: #a6dcf2;
	
}

section#content_bullet_list .column {
	
	max-width: 750px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	
}

ul.bullet_list {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	
}

/* Drk Blue Sell Copy */

section#content_drk_blue {
	
	padding: 35px 0 50px 0;
	background: #77bcd1; /* Old browsers */
	background: -moz-linear-gradient(top,  #77bcd1 0%, #89c1d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77bcd1), 	color-stop(100%,#89c1d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #77bcd1 0%,#89c1d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #77bcd1 0%,#89c1d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #77bcd1 0%,#89c1d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #77bcd1 0%,#89c1d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77bcd1', endColorstr='#89c1d3',GradientType=0 ); /* IE6-9 */
	
}

section#content_drk_blue .column {
	
	max-width: 750px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	
}

section#content_drk_blue p {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	
}

section#content_drk_blue p2 {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	
}

section#content_drk_blue a {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: 0px;
}

section#content_drk_blue a:link {
	
	border-bottom: 1px dotted #435464; 
	color: #435464;
	
}

section#content_drk_blue a:visited {
	
	border-bottom: 1px dotted #435464;  
	color: #435464;
	
}

section#content_drk_blue a:hover {
	
	border-bottom: 1px dotted #556a7d;  
	color: #556a7d;
	
}

section#content_drk_blue a:active {
	
	border-bottom: 1px dotted #435464;  
	color: #435464;
	
}

/* CTA Area */

section#cta_container {

	padding: 65px 0 30px 0;
	background: #FFFFFF;
	
}

section#cta_container .column_trio {
  
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
	
}

section#cta_container .column {
  
	max-width: 750px;
	margin: 0 auto;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 15px;
	
}


section#cta {
	
	text-align: center;
	font-family: "proxima-nova",sans-serif;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 16px;
	padding-bottom: 15px;
	
}

section#cta_container ol li {
	
	color: #ed2e36;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	
}

section#cta_container ol p {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	padding: 0;
	margin: 0;
	
}

section#cta_container p {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	padding-bottom: 20px;
	
}

section#cta_container p2 {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	
}

section#cta_container p3 {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	
}

section#cta_container p4 {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	padding-bottom: 20px;
	
}

section#cta_container .btn {
	
	display: inline-block;
	background: #435464;
	border-radius: 4px;
	font-size: 16px;
 	line-height: 28px;
	padding: 60px 35px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

section#cta_container .btn:hover {
  
	background: #556a7d;
	
}

section#icons {
	
	padding-top: 10px;
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
	
}

section#cta_container a {
	
	color: #FFFFFF;
	font-weight: 300;
	letter-spacing: 2px;
	
}

section#cta_container a:link {
	
	text-decoration: none; 
	color: #FFFFFF;
	
}

section#cta_container a:visited {
	
	text-decoration: none; 
	color: #FFFFFF;
	
}

section#cta_container a:hover {
	
	text-decoration: none; 
	color: #FFFFFF;
	
}

section#cta_container a:active {
	
	text-decoration: none; 
	color: #FFFFFF;
	
}

/* Footer */

section#footer {
	
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	background: #e1f3fb;
	height: 160px;
	
}

section#footer .column {
	
	max-width: 750px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	
}

section#footer p {
	
	color: #000000;
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	
}

section#footer a.class2 {
	
	color: #000000;
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 0px;
	
}

section#footer a.class2:link {
	
	text-decoration: none; 
	color: #000000;
	font-family: "verdana", sans-serif;
	
}

section#footer a.class2:visited {
	
	text-decoration: none; 
	color: #c4c4c4c;
	
}

section#footer a.class2:hover {
	
	text-decoration: underline; 
	color: #000000;
	
}

section#footer a.class2:active {
	
	text-decoration: none; 
	color: #000000;
	
}

/* Button */

button,
input,
select,
textarea {
	
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	
}

button,
input {

	*overflow: visible;
	line-height: normal;
	
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	
	padding: 0;
	border: 0;
	color: #000000;
	
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	
	-webkit-appearance: button;
	cursor: pointer;
	
}

input[type="search"] {
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
  
}

textarea {
	overflow: auto;
	vertical-align: top;
	
}

a {
	
	text-decoration: none;
	color:;
	
}

a:hover,
a:visited {
	
	color: ;
}

button {
	
	text-align: center;
	font-family: "proxima-nova",sans-serif;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 16px;
	padding-bottom: 15px;
  
}

button {
	
	display: inline-block;
	background: #435464;
	border-radius: 4px;
	font-size: 16px;
 	line-height: 28px;
	padding: 60px 35px;
	padding-bottom: 10px;
	padding-top: 10px;
  
}

button:hover {
  
	background: #556a7d;
	
}

#form_text_area {
	background: #f8f8f8;
	border-radius: 4px;
	border: 1px, 556a7d;
	padding-bottom: 0px;
}

#table_td {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

tr.spaceUnder > td {
    
	padding-bottom: 1em;
	
}

/*MEDIA QUERY*/

@media only screen and (max-width : 760px) {
	
section#content_ko {
	
	margin: 0 auto;
	padding: 0 4% 0 4%;
	align-content: center;
	
}

section#content .column_trio {
	
	margin: 0 auto;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 20px;
	align-content: center;
	
}

.item {

	float: none;
	align-content: center;
	margin: 0 0 20px 0;
	padding: 20px 2% 20px 2%;
	background-color: #e4f2d3;
	text-align: center;
	width: 100%;
	
}

.item2 {
	
	float: none;
	align-content: center;
	margin: 0 0 20px 0;
	padding: 20px 2% 20px 2%;
	background-color: #add77a;
	text-align: center;
	width: 100%;
	
}

.item3 {
	
	float: none;
	align-content: center;
	margin: 0 0 20px 0;
	padding: 20px 2% 20px 2%;
	background-color: #c8e5a7;
	text-align: center;
	width: 100%;
	
}

}

/*MEDIA QUERY*/

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

header {

	position: absolute;

}

section#header {
	
	width: auto%;
	height: 100%;
	
}

#menu-icon {

	display:inline-block;

}

nav ul, nav:active ul { 

	display: none;
	position: absolute;
	padding: 20px 40px 20px 20px;
	background: url(http://www.spotonhealthandwellness.com/imgs/90prcent.png) center no-repeat;
	right: 20px;
	top: 60px;
	width: 45%;
		
}

ul.responsive_nav {

	width: 45%;
	padding: 0 20px 0 0;

}

nav li {

	text-align: center;
	width: 100%;
	margin: 0 0 0 0;

}

nav:hover ul {

	display: block;
	width: 45%;
	padding: 0 20px 0 0;

}
	
#logo{

	margin: 20px;
	float: left;
	width: 200px;
	display: block;
	
}

#image {

	margin: 10px;
	width: 154px;
	display: block;
	padding-top: 15px;

}

#image2 {

	margin: 10px;
	width: 226px;
	display: block;

}

h1 {
	
	font-family: "chaparral-pro",sans-serif;
	font-size: 46px;
	font-weight: 300;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px 0 20px;
	
}

h2 {
  
	font-family: "chaparral-pro",sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 34px;
	color: #FFFFFF;
	text-align: center;
	
}

h3 {

	font-family: "chaparral-pro",sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 34px;
	color: #435464;
	text-align: center;
	
}

h4 {

	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #435464;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 35px;
	padding: 0 20px 0 20px;
	
}

h5 {

	font-family: "chaparral-pro",sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 34px;
	color: #3a97b5;
	text-align: center;
	
}

h6 {

	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #435464;
	text-align: center;
	margin-top: 0;
	margin-bottom: 35px;
	padding: 0 20px 0 20px;
	
}

ul.social li {
	
	width: 70%;
	
}

section#content_bullet_list {
  
	padding: 20px 0 25px 0;
	
}

ul.bullet_list {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding: 0 10px 0 10px;
	
}

section#content_drk_blue p {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding: 0 10px 0 10px;
	
}

section#content_drk_blue p2 {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	line-height: 22px;
	
}

section#content_drk_blue a {
	
	color: #435464;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 0px;
}

section#content_bullet_list .column {
	
	padding-left: 30px;
	padding-right: 30px;
	
}

ul.bullet_list {
	
	font-size: 16px;
	line-height: 22px;
	
}

section#content_drk_blue {
	
	padding: 20px 0 25px 0;
	
}

section#content_drk_blue .column {
	
	padding-left: 30px;
	padding-right: 30px;
	
}

section#content_drk_blue p {
	
	font-size: 16px;
	line-height: 22px;
	
}

section#cta_container {

	padding: 35px 0 25px 0;
	
}

section#cta_container .column {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
}

section#cta_container ol li {
	
	font-size: 16px;
	line-height: 22px;
	align-content: left;
	
}

section#cta_container ol p {
	
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	
}

section#cta_container p {
	
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
	
}

#form_text {
	
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
	
}

section#cta_container p2 {
	
	font-size: 16px;
	line-height: 22px;
	
}

section#cta_container .btn {
	
	font-size: 14px;
 	line-height: 14px;
	padding: 12px 30px 12px 30px;
	padding-bottom: 12px;
	
}

section#icons {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	
}

section#footer {
	
	height: 120px;
	
}

section#footer p {
	
	font-size: 10px;
	line-height: 14px;
	
}

section#footer a.class2 {
	
	font-size: 10px;
	line-height: 14px;
	
}

}
