html, body {
margin:0;
padding:0;
}

body, input, select, textarea {
  font-family: "Open Sans", Helvetica, Arial, Frutiger, "Frutiger Linotype", "Dejavu Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }
  
.row a:link {
  color: #265941;
}
.row a:visited {
  color: #000000;
}
.row a:hover {
  color: #000000;
}
.row a:active {
  color: #000000;
}

/* on both */
html, body {
  overflow-x: hidden;
}
body {
  background: #ffffff;
}
headbox {
  width: 75rem
  background: white;
  height: 60;
}
section {
  box-sizing: border-box; /* or not */
  margin: 0 auto;
  width: 75rem;
  background: white;
  padding: 1rem;
}
.full-width {
  position: relative; /* child absolute */
  margin: 0 -9999rem;
  /* add back section padding value */
  padding: .3rem 9999rem;
  color: white;
  font-size: 1rem;
  font-weight: 700;
}

.midbar {
  position: relative; /* child absolute */
  margin: 0 -9999rem;
  /* add back section padding value */
  padding: .25rem 9999rem;
  color: white;
  font-size: .85rem;
  background-color: #265941;
}

.midbar h1 {
  font-size: 2.25rem;
  text-align: center
}

.midbar p {
  text-align: center;
  padding-bottom: 1.5rem
}

.footbar {
  position: relative; /* child absolute */
  margin: 0 -9999rem;
  /* add back section padding value */
  padding: .25rem 9999rem;
  color: white;
  font-size: .85rem;
  background-color: #265941;
}

.footbar h3 {
  text-align: center;
}

.tinted { 
  z-index: 0;
}

.tinted:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  /* subtract padding */
  left: 9997.5rem;
  right: 9997.5rem;
  background: green;
}

/* Navbar */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  margin: 0;
  
}

.toptextlink {
  padding: 1.34rem 1rem;
}

.topimagelink {
  padding: .3rem 1rem;
}

.full-width {
	  background-color: #265941;
}

/* TopNav */
.topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
  width: 75rem;
}

.topnav li {
  float: right;
}

.topnav li a {
  display: block;
  color: #349d5a;
  text-align: center;
  padding: 6px 12px;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}


/* Third-Content */
.column {
  float: left;
  width: 30%;
  padding: 10px;
  margin: .5em;
  border-width: 1px;
  border-style: solid;
  border-color: #eeeeee;
  text-align: left
}

/* Full-Width Content */
.widecolumn {
  float: left;
  width: 96.6%;
  padding: 10px;
  margin: .5em;
  border-width: 1px;
  border-style: solid;
  border-color: #eeeeee;
  text-align: left
}

/* Half-Size Content */
.halfcolumn {
  float: left;
  width: 46.65%;
  padding: 10px;
  margin: .5em;
  border-width: 1px;
  border-style: solid;
  border-color: #eeeeee;
  text-align: left
}

.bartab {
  background-color: #265941;
  color: white;
  padding: .1em;
  margin: 0;
  text-align: center;
  margin-bottom: 12px
}

.bartab greentab {
  font-weight: 100;
  font-size: 1.25em
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.contentwrapper {
	text-align: center
}

.floatleftblock {
	float: left;
	vertical-align: top;
	margin: 12px 18px 18px 12px; 
}

.floatleft {
	float: left;
	vertical-align: top;
	margin: 12px 18px 18px 12px; 
}

.floatright {
	float: right;
	vertical-align: top;
	margin: 12px 12px 18px 18px; 
}

p {
	margin: 12px;
}

/* Mobile Compatibility */
@media screen and (max-width: 1680px) {
section {
  width: 70rem !important;
}
.column {
  width: 46.5% !important;
}
.halfcolumn {
  width: 46.5% !important;
}

}


.blockquote{
	text-align:center
}

.blockquote__body{
	color:#369d5a;
	font-size:1.5em;
	font-family:Lora,sans-serif;
	font-weight:400
}

.blockquote__body:last-child{
	margin-bottom:0
}

.blockquote__footer{
	font-weight:700;
	text-transform:uppercase;
	font-size:.875em
}

.testimonial{
	text-align:center;
	margin:0 auto 4em;
	max-width:44em
}

.testimonial:last-child{
	margin-bottom:0
}

.testimonial__title{
	font-family:Lora,sans-serif;
	font-size:1.5em;
	padding-bottom:.75em;
	margin-bottom:.5em;
	position:relative
}

.testimonial__title:before{
	content:"";
	border-bottom:thin solid #9c9c9c;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:100%;
	max-width:5em
}

@media (min-width:30em){
	.blockquote__body{
		font-size:1.75em
	}
}

@media (min-width:40em){
	.blockquote__body{
		font-size:2.125em
	}
	.testimonial__title{
		font-size:1.875em
	}
}



@media screen and (max-width: 1280px) {
section {
  width: 50rem !important;
}
.widecolumn {
  width: 95% !important;
}
.column {
  width: 45% !important;
}
.halfcolumn {
  width: 45% !important;
}
.floatleftblock {
	float: none;
	vertical-align: top;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100% !important
}
}

@media screen and (max-width: 800px) {
section {
  width: 100% !important;
}
.widecolumn {
  width: 95% !important;
}
.column {
  width: 95% !important;
}
.halfcolumn {
  width: 95% !important;
}
.floatleftblock {
	float: none;
	vertical-align: top;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100% !important
}
}