@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: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 32px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
} 
body {
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
}
ol, ul {
	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;
}
/* end reset */

#logo {
	text-align: center;
	max-width: 600px;
	height: auto;
	overflow: hidden;
	padding: 30px 0px 0px;
	margin: 0px auto;
}
#logo img {
	width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 {
	font-size: 3rem;
	line-height: 3rem;
	padding: 8px 0px 8px 0px;
}
h2 {
	font-size: 2rem;
	line-height: 2rem;
	padding: 8px 0px 8px 0px;
}
.thin {
    font-weight: 100 !important;
}
.color-primary {
    color: #47b475 !important;
}
.color-gray {
    color: #888 !important;
}
.squeeze {
	max-width: 1200px;
	margin: 40px auto 0px;
	padding: 0px 10px;
}
.squeeze h1 {
	font-size: 56px;
	line-height: 64px;
}
.center {
	text-align: center;
}
#mainContent {
	max-width: 1200px;
	margin: 20px auto 20px auto;
	padding: 0px 10px;
}
#mainContent a, a:visited {
	text-decoration: underline;
	color:  #148746;
}
#mainContent p {
	padding: 8px 0px;
}
.action {
	margin: 0px 0px 40px 0px;
	font-size: 1em;
}
#mainContent .action a, a:visited {
	text-decoration: none;
}
/* a[href^=tel] {
  border: 1px solid #47b475;
  border-radius: 5px;
  color: #47b475;
  display: inline-block;
  font-style: normal;
  margin: 10px 15px 0px 0px;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 1.1em;
}
a[href^=tel]:before {
  content: 'call ';
  font-weight: normal;
  font-style: italic;
  color: #47b475;
}
a[href^=mailto] {
  border: 1px solid #47b475;
  border-radius: 5px;
  color: #47b475;
  display: inline-block;
  font-style: normal;
  margin: 10px 15px 0px 0px;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 1.1em;
}
a[href^=mailto]:before {
  content: 'email ';
  font-weight: normal;
  font-style: italic;
  color: #47b475;
}  */
@media screen and (max-width: 768px) {
	.squeeze h1 {
		font-size: 36px;
		line-height: 42px;
}
}

#mainLeft {
	float: left;
	width: 37%;
}
#mainLeft img {
	width: 100%;
}
#mainRight {
	float: right;
	width: 50%;
	margin-left: 8%;
	margin-right: 5%;
	margin-top: 60px;
}
#mainRight .intro {
	font-size: 24px;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#mainRight2 {
	float: right;
	width: 37%;
	margin-top: 60px;
}
#mainRight2 img {
	width: 100%;
}
#mainLeft2 {
	float: left;
	width: 50%;
	margin-left: 5%;
	margin-right: 8%;
	margin-top: 60px;
}
#mainLeft2 .intro {
	font-size: 18px;
	line-height: 32px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#mainRight3 {
	float: right;
	width: 37%;
	margin-top: 60px;
}
#mainRight3 img {
	width: 100%;
}
#mainLeft3 {
	float: left;
	width: 50%;
	margin-left: 5%;
	margin-right: 8%;
	margin-top: 60px;
}
#mainLeft3 .intro {
	font-size: 18px;
	line-height: 32px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#mainFull {
	width: 87%;
	margin-left: 5%;
	margin-right: 8%;
	margin-top: 60px;
}
#mainFull  h1 {
	font-size: 3rem;
	line-height: 3rem;
	padding: 12px 0px 8px 0px;
}
#mainFull   h2 {
	font-size: 2rem;
	line-height: 2rem;
	padding: 18px 0px 8px 0px;
}


.green {
	color: #148746;
}
.gray {
	color: #888;
}


#footer {
	width: 100%;
	clear: both;
	margin: 80px 0px 0px;
	padding: 10px 0px 80px 0px;
	background-color: #555;
}
#footerInner {
	max-width: 1200px;
	margin: 20px auto;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#footerInner  a, a:visited {
	color: #FFF;
	padding: 0px 8px;
	margin: 0px 10px;
	font-size: 16px;
	line-height: 24px;
}
.noBreak {
	white-space: nowrap;
}
.splitter  {
	white-space: nowrap;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 18px;
}
.clear {
	clear: both;
}
.more {	
	margin: 40px 0px 0px 0px;
	font-size: 16px;
	line-height: 32px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.more a, a:visited {
	text-decoration: underline;
}
hr {
	width: 66%;
	border-top: 1px dashed #47b475;
}
.social {
	max-width: 1200px;
	margin: 0px auto;
	text-align: right;
}
.social img {
	margin: 4px 8px 0px 4px;
}
.bioWrapper {
	clear: both;
	margin: 15px 0px 30px 0px;
	width: 100%;
}
.photoInset {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 15%;
}
.photoInset img {
	width: 100%;
	height: auto;
}
.bio {
	float: right;
	margin-left: 2%;
	width: 83%;
}

.contactWrapper {
	clear: both;
	max-width: 600px;
	margin: 20px auto;
}
.contactLabel {
	float: left;
	width: 100px;
	font-size: .90em;
	font-weight: bold;
	text-align: right;
}
.contactDetail {
	float: left;
	padding: 0px 0px 0px 20px;
	font-size: 1.1em;
	line-height: 1.4em;
}
.subline {
	font-size: .65em;
}
@media screen and (max-width: 540px) {
	#mainContent {
	margin-top: 0px;
	}
	#mainLeft {
	float: none;
	width: 95%;
	margin: 0px auto;
}
#mainRight {
	float: none;
	width: 95%;
	margin: 0px auto;
}
#mainRight .intro {
	font-size: 18px;
	line-height: 36px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


	#mainRight2 {
	float: none;
	width: 95%;
	margin: 30px auto 0px auto;
}
#mainLeft2 {
	float: none;
	width: 95%;
	margin: 0px auto;
}
#mainLeft2 .intro {
	font-size: 18px;
	line-height: 36px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

	#mainRight3 {
	float: none;
	width: 95%;
	margin: 30px auto 0px auto;
}
#mainLeft3 {
	float: none;
	width: 95%;
	margin: 0px auto;
}
#mainLeft3 .intro {
	font-size: 18px;
	line-height: 36px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contactWrapper {
	clear: both;
	max-width: 600px;
	margin: 10px auto;
}
.contactLabel {
	float: none;
	width: 100px;
	font-size: .85em;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #efefef;
}
.contactDetail {
	float: none;
	padding: 0px 0px 0px 40px;
}
#mainFull  h1 {
	font-size: 2rem;
	line-height: 2rem;
	padding: 8px 0px 8px 0px;
}
#mainFull  h2 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding: 8px 0px 8px 0px;
}
.subline {
	font-size: .75em;
}
