@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.0326%;
	padding-left: 1.4836%;
	padding-right: 1.4836%;
	clear: none;
	float: none;
	background-color: #fff;
}
.mainHeader {
	margin: 0;
}
.mainNav {
	margin-top: 0;
	width: 25%;
}
.mainSection {
	width: 70%;
	margin-left: 5%;
	clear: none;
}
.mainSection h1{
	margin-top: 3%;
}
.mainSection img {
	float: left;
	padding-right: 2%;
	padding-left: 0em;
	padding-top: 0em;
}

.sectionTwo img {
	float: left;
	padding-right: 2%;
	padding-left: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}
.sectionTwoArticle {
}
.sectionTwoAside {
	margin: 0;
	}
.sectionTwoAside h1 {
	margin: 0;
	}
.mainFooter {
	background-color: #5D6261;
	color: #FFFFFF;
	text-align: center;
}

.mainNavUl {
	margin-left: 0;
	display: block;
}
.mainNavLi {
	margin-left: 0;
	padding: 0;
	display: block;
}

.mainNav li a {
	display: block;
	line-height: 1.2em;
	padding: 15% 0;
	align-content: center;
	text-align: center;
}
.current {
	background-color: rgba(226,240,214,.6);
	font-weight: bold;
}
.headerTitle {
	background-color: #5D6261;
	color: #FFFFFF;
	text-align: center;
}
.headerInfo {
	text-align: right;
	border-bottom: thick double #458C79;
}
.banner {
	margin-top: .5em;
	margin-bottom: .5em;
	background-image: url(../_images/Matt_Anderson_Cover_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.tagLine {
	font-family: bad-script;
	font-style: normal;
	font-weight: 400;
	float: right;
	background-color: rgba(226,240,214,.4);
	width: 45%;
	line-height: 1.8em;
	text-align: right;
}
.tagLine h2 {
	margin-right: 2%;
	text-shadow: 2px 2px 2px #FFF;
}

.herbBanner {
	margin-top: .5em;
	margin-bottom: .5em;
	background-image: url(../_images/shutterstock_97861325.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.herbBanner .tagLine h2 {
	color: white;
	text-shadow: 2px 2px 2px #000;;
}
.weightsBanner {
	margin-top: .5em;
	margin-bottom: .5em;
	background-image: url(../_images/shutterstock_58914772_weights.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.WHOpara {
	margin-bottom: 0;}
.treatmentDiv {
}
.herbsDiv {
}

.facebook {
	margin: 0;
	padding: 0 0 0 2%;
}

.contactForm input {
	font-family: "Helvetica Neue Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", san-serif;
}

.appointments {
	font-style: italic;
}
.blogdate {
	font-style: italic;
}

.free h4{
	color: white;
	background-color: #458C79;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1%;
	padding: 0;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
	clear: none;
	float: none;
	margin-left: auto;
	min-width: 480px;
}
.mainHeader {
}
.mainNav {

}
.mainSection {

}
.mainSection h1{
	margin-top: 1%;
}
.sectionTwo {
}
.sectionTwoArticle {
}
.sectionTwoAside h2{
	margin-bottom: 0;
}
.mainFooter {
}
.mainNavUl {
	width: 100%;
	margin-left: 0;
}
.mainNavLi {
	margin-left: 0;
	width: 100%;
}
.mainNav li a {
	padding: 5% 0 5% 0;

}
.headerTitle {
	text-align: left;
}
.headerTitle h1 {
	margin-left: 2%;
}
.headerInfo {
}
.banner {
	background-size: cover;
	background-position: 0 55%;
	height: 180px;
}
.tagLine {
	height: 180px;
}
.treatmentDiv {
}
.herbsDiv {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89.0217%;
	max-width: 1000px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.mainHeader {
}
.mainNav {
	width: 100%;

}


.mainNavUl {

}


.mainNavUl {
	display: inline-block;

}

.mainNavLi {
	max-width: 12.222222222222%;
	clear: none;
	margin-right: .31%;
	align-content: center;
	text-align: center;

}

.mainNav li:nth-child(8){
	margin-right: 0;
	float: right;
}
.mainNavLi a {
	min-height: 60px;
	max-height: 60px;
	padding: auto;
	
}
.mainSection {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.sectionTwo {
}
.sectionTwoArticle {
}
.sectionTwoAside {
}
.mainFooter {
}

.headerTitle {
}
.headerInfo {
}
.banner {
	background-size: cover;
	background-position: 0 65%;
	height: 200px;
}
.tagLine {
	width: 25%;
	height: 200px;
}
.treatmentDiv {
}
.herbsDiv {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}


@media screen and (min-width:769px) and (max-width:825px){
.mainNavLi a {
	height: 60px;
}

}
.testimonial {
}

@media screen and (min-width:200px) and (max-width:400px){
	.mainNav {
	margin-top: 0;
	width: 100%;
}
.mainSection {
	width: auto;
	margin-left: 5%;
	clear: both;
}
.mainNav li a {
	display: block;
	line-height: 1em;
	padding: 4% 0;
	align-content: center;
	text-align: center;
}
.banner, .herbBanner,  .weightsBanner{
	background-size: cover;
	background-position: center;
	height: 100px;
}
.tagLine {
	float: right;
	width: 50%;
	height: 100px;
}
.tagLine h2{
	font-size: .8em;
	line-height: 1em;
	text-align: right;
}
.headerTitle h1{
	font-size: 1.5em;
}

