/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

.green {
  color: #8abf3f; }

.blue {
  color: #67c9d0; }

.purple {
  color: #2a4b59; }

.clearfix, header, #wrapper, section#mid, #bg-wrap, footer, #about .person {
  zoom: 1; }
  .clearfix:before, header:before, #wrapper:before, section#mid:before, #bg-wrap:before, footer:before, #about .person:before, .clearfix:after, header:after, #wrapper:after, section#mid:after, #bg-wrap:after, footer:after, #about .person:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, header:after, #wrapper:after, section#mid:after, #bg-wrap:after, footer:after, #about .person:after {
    clear: both; }

.greybox, form fieldset, #contact aside {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 5px #c4c4c4;
  -webkit-box-shadow: inset 0 1px 5px #c4c4c4;
  box-shadow: inset 0 1px 5px #c4c4c4;
  background: #eaeaea;
  padding: 1px 25px;
  color: #2a4b59;
  margin-bottom: 20px; }

.formstyle, form select, form fieldset input, form fieldset textarea {
  font-family: "adelle",serif;
  font-weight: 400;
  border: 1px solid #c4c4c4;
  color: #555;
  font-size: 12px;
  padding: 7px 8px 5px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 5px #c4c4c4;
  -webkit-box-shadow: inset 0 1px 5px #c4c4c4;
  box-shadow: inset 0 1px 5px #c4c4c4;
  line-height: 20px;
  margin-bottom: 5px;
  width: 288px; }

body {
  background: #fff;
  font-family: "proxima-nova",sans-serif;
  font-weight: 300;
  color: #353535; }

h1, h2, h3, h4, h6 {
  color: #8abf3f;
  font-family: "adelle",serif;
  font-weight: 800; 
}

h1 {
  font-size: 42px;
  margin: 30px 0 10px 0; 
}

h2 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.3; 
}

h4 {
  color: #67c9d0; 
}

h6 {
  font-size: 32px;
  text-shadow: 1px 1px white, -1px -1px #909090;
  color: #2a4b59;
  margin-top: 20px; 
}

hr {
  background: #c5cdd0;
  height: 1px;
  border: none;
  margin: 30px 0; }

p {
  margin: 20px 0;
  line-height: 23px;
  font-size: 16px; }

a {
  color: #8abf3f; 
}
.article-button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "adelle",serif;
  font-weight: bold;
  padding: 8px 40px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 16px; 
}
.article-button:hover {
  -moz-box-shadow: inset 0 1px 6px black;
  -webkit-box-shadow: inset 0 1px 6px black;
  box-shadow: inset 0 1px 6px black; 
}
.lightgreen {
  background: #8abf3f; 
}
.pink {
  background: #af006c; 
}
form {
  display: inline;
  float: left;
  width: 580px;
  margin: 0 10px;
  margin-top: 20px; 
}
form .errorlist {
  position: relative;
  top: 70px;
  right: 0;
  text-align: right;
  list-style-type: none;
  color: #8abf3f;
  z-index: 0; 
}
form .errorlist li {
  z-index: 0; 
}
header h1 {
  float: left;
  display: inline;
  float: left;
  width: 220px;
  margin: 0 10px; }
  header h1 a {
    display: block;
    width: 206px;
    height: 250px;
    background: url('/static/images/greenacres/logo.gif') no-repeat 0px 0;
    overflow: hidden;
    text-indent: 500px;
    white-space: nowrap; }
header .topmenu {
  font-size: 12px;
  position: absolute;
  right: 0;
  z-index: 10; }
  header .topmenu > li {
    display: inline;
    margin-left: 19px;
    font-family: "adelle",serif;
    float: left;
    position: relative;
    overflow: hidden; }
    header .topmenu > li > a {
      line-height: 26px;
      display: block;
      padding: 2px 10px 0 10px;
      color: #2a4b59; }
      header .topmenu > li > a:hover {
        color: #5d9632; }
    header .topmenu > li ul {
      position: absolute;
      padding: 13px;
      top: 18px;
      z-index: 50;
      width: 75%; }
      header .topmenu > li ul li {
        margin-bottom: 5px;
        font-family: "proxima-nova",sans-serif;
        font-size: 13px;
        border-top: #c5cdd0 1px solid;
        padding-top: 5px; }
        header .topmenu > li ul li a {
          text-decoration: none;
          color: #7ba443; }
          header .topmenu > li ul li a:hover {
            text-decoration: underline; }
header .phone, header #contact .fax, #contact header .fax, header #contact .email, #contact header .email {
  font-family: "adelle",serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0px;
  float: right;
  clear: both;
  margin: 62px 0 30px 0;
  padding-left: 35px;
  background: url('/static/images/greenacres/phone.png') no-repeat 0 5px; }
header #head-bar {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px; }
header nav {
  display: inline;
  float: left;
  width: 700px;
  margin: 0 10px;
  position: relative;
  color: #2a4b59;
  background: url('/static/images/greenacres/menu-bg.gif') repeat-x center bottom; }
  header nav #servicemenu {
    font-family: "proxima-nova", arial, helvetica,sans-serif;
    font-weight: 700;
    clear: both; }
    header nav #servicemenu li {
      float: left;
      display: block;
      padding: 22px 12px 20px 34px;
      text-align: center;
      background-repeat: no-repeat;
      background-position: 0 12px; }
      header nav #servicemenu li a {
        color: #2a4b59;
        font-size: 17px;
        text-decoration: none;
        text-transform: uppercase; }
        header nav #servicemenu li a:hover, header nav #servicemenu li a.active {
          color: #5d9632; }

#wrapper {
  width: 960px;
  margin: 20px auto;
  position: relative; }

#quote {
  border-top: 1px solid #7FA43B;
  border-bottom: 1px solid #7FA43B;
  text-align: center;
  font-family: "adelle",serif;
  font-weight: 400;
  font-size: 17px;
  margin: 10px 0; }
  #quote strong {
    font-weight: 800;
    margin: 20px 0;
    display: inline-block; }
  #quote small {
    display: inline-block;
    margin: 10px 0;
    font-size: 15px;
    line-height: 20px !important; }

section {
  clear: both; 
}

.sister {
  float: left;
  margin: 0 20px;
  position: relative;
  text-align: center;
  top: -20px;
  width: 200px; }
  .sister p {
    color: #394a58;
    font-size: 0.9em;
    line-height: 1.1;
    margin-top: 0;
}

section#mid {
  margin-top: 30px;
  margin-bottom: 30px; 
}
section#mid #desc {
  display: inline;
  float: left;
  width: 580px;
  margin: 0 10px; 
}
section#mid #desc ul {
  font-size: 16px;
  margin-left: 30px; 
}
section#mid #desc ul li {
  margin-bottom: 5px;
  line-height: 24px; 
}
section#mid #desc strong {
  font: 700 18px/18px "adelle",serif; 
}

section#mid aside {
  display: inline;
  float: right;
  width: 340px;
  margin: 0 10px;
  width: 380px; 
}

section#mid .home {
  text-align: center;
  font-size: 33px;
  color: #dc662d;
  margin-top: 50px; 
}
  section#mid .home p {
    color: #747474;
    font-size: 20px;
    font-family: "adelle",serif;
    margin-bottom: 30px; 
  }
  section#mid .home h1 {
    font-size: 66px;
    margin: 30px;
    white-space: nowrap; 
  }
  section#mid .home a {
    margin-top: 20px;
    display: inline-block; 
  }

.feature {
  width: 267px;
  float: left;
  margin-bottom: 28px; }
  .feature p {
    font-size: 14px;
    line-height: 23px; }
  .feature h4 {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.3;
    text-transform: none; }
  .feature img {
    border: 1px #68784D solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .feature.center {
    margin: 0 79px 50px; }

#bg-wrap {
  padding-bottom: 64px; 
}

p.copy {
  clear: both;
  font-size: 0.8em;
  margin: 10px 0;
  padding: 0;
  text-align: center; }

footer {
  clear: both;
  background: #e7e7d4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 5px gray;
  -webkit-box-shadow: inset 0 1px 5px gray;
  box-shadow: inset 0 1px 5px gray;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px; }
  footer #site_map {
    padding: 15px; }
    footer #site_map h5 {
      margin-top: 0; }
    footer #site_map ul {
      list-style-type: none;
      float: left;
      margin-left: 10px; }
      footer #site_map ul li {
        margin-bottom: 20px;
        display: block; }
        footer #site_map ul li a {
          text-decoration: none;
          color: #2E4B5A; }
          footer #site_map ul li a:hover {
            color: #5d9632; }
    footer #site_map ul.services {
      border-left: 1px solid #566971;
      border-right: 1px solid #566971;
      margin-left: 15px;
      padding-left: 15px;
      height: 160px;
      width: 520px;
      position: relative; }
      footer #site_map ul.services li {
        width: 150px;
        float: left;
        padding-right: 10px; }
    footer #site_map h5 {
      background: url('/static/images/greenacres/sub-bg.gif');
      width: 252px;
      height: 47px;
      color: #fff;
      font: 700 20px/47px "adelle",serif;
      text-align: center;
      margin: 0 10px 20px; }
  footer #become_franchisee {
    display: inline;
    float: left;
    width: 280px;
    margin: 0 10px;
    margin: 20px 0;
    text-align: center; }
    footer #become_franchisee a {
      color: #353535; }
    footer #become_franchisee p {
      margin: 0;
      font-size: 11px;
      line-height: 12px; }

.whole {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px; }

.ten {
  display: inline;
  float: left;
  width: 580px;
  margin: 0 10px; }

.half {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px; }
  .half ul {
    margin-left: 40px; }
    .half ul li {
      margin-bottom: 5px; }

#quote_table tr {
  line-height: 25px; 
}

.flatpages {
  margin: 25px; 
}
.flatpages ol {
  margin-left: 25px; 
}
.flatpages ol li {
  line-height: 24px; 
}

.not_found {
  margin: 50px auto;
  text-align: center;
  padding-bottom: 320px;
  background: url('/static/images/greenacres/cleaning-man-small.gif') bottom center no-repeat; 
}

@font-face {
  font-family: 'nexa_boldregular';
  src: url('/static/font/Nexa_Free_Bold-webfont.eot');
  src: url('/static/font/Nexa_Free_Bold-webfont.eot?#iefix') format("embedded-opentype"), url('/static/font/Nexa_Free_Bold-webfont.woff') format("woff"), url('/static/font/Nexa_Free_Bold-webfont.ttf') format("truetype"), url('/static/font/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'nexa_lightregular';
  src: url('/static/font/Nexa_Free_Light-webfont.eot');
  src: url('/static/font/Nexa_Free_Light-webfont.eot?#iefix') format("embedded-opentype"), url('/static/font/Nexa_Free_Light-webfont.woff') format("woff"), url('/static/font/Nexa_Free_Light-webfont.ttf') format("truetype"), url('/static/font/Nexa_Free_Light-webfont.svg#nexa_lightregular') format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NexaBlackRegular';
  src: url('/static/font/nexablack.eot');
  src: url('/static/font/nexablack.eot') format("embedded-opentype"), url('/static/font/nexablack.woff') format("woff"), url('/static/font/nexablack.ttf') format("truetype"), url('/static/font/nexablack.svg#NexaBlackRegular') format("svg"); }

.formstyle, form select, form fieldset input, form fieldset textarea,
form select,
form fieldset input,
form fieldset textarea {
  font-family: "proxima-nova",sans-serif; 
}

hr {
  margin: 40px 0; 
}

hr.header-hr {
  margin: 0 0 40px 0; 
}

h1, h2, h4, h6 {
  font-weight: 700; 
}

h1, h2 {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8); 
}

.article-button {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3) inset;
  padding: 10px 20px; 
}

#wrapper {
  background: #f6f6f6;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 15px 30px;
  margin: 0 auto;
  width: 1026px; 
}

header .topmenu li a {
  color: #75787b;
  font-size: 1.1em;
  font-weight: 400;
  padding: 2px 15px 0;
  text-decoration: none; }
header .topmenu li ul {
  list-style: none; }
header .topmenu li ul li {
  margin: 0;
  padding: 0; }
  header .topmenu li ul li a {
    background: #8abf3f;
    color: #FFF;
    display: block;
    padding: 5px; }
header h1 {
  margin: 20px 10px 30px; }
header hgroup h3 {
  font-size: 21px; }

header nav {
  background-position: center 92px;
  margin: 0 0 0 10px;
  width: 774px; }
  header nav #servicemenu {
    margin-top: 100px; 
  }
header nav #servicemenu li {
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-position: 22px 9px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 15px 35px 15px 60px; 
}
  header nav #servicemenu li:nth-child(1), header nav #servicemenu li:nth-child(2), header nav #servicemenu li:nth-child(3) {
    padding: 15px 42px 15px 65px; }
  header nav #servicemenu li:last-child {
    padding: 7px 35px 7px 60px;
    width: 120px; }
  header nav #servicemenu li a {
    font-size: 15px; 
  }

h1 {
  color: #8abf3f; 
}

#desc h1 {
  font-size: 36px;
  margin-top: 0; 
}

.intro {
  font-size: 18px;
  font-weight: 500; 
}

.phone-header {
  color: #394a58;
  font-family: NexaBlackRegular,sans-serif;
  font-size: 36px;
  letter-spacing: 0px;
  display: block;
  margin: 0 0 16px;
  position: absolute;
  text-align: right;
  text-decoration: none;
  top: 257px;
  right: 34px; 
}
  .phone-header i {
    background: url('/static/images/greenacres/phone-icon.png') no-repeat;
    display: inline-block;
    height: 28px;
    vertical-align: top;
    width: 28px; 
  }
  section#mid #content .content h1 {
    font-size: 36px;
    margin-top: 0; 
  }

section#mid aside .quick-book form .submit {
  padding-top: 6px;
  width: 296px; 
}
section#mid aside .quick-book h4 {
  color: #394A58;
  font-family: "adelle",serif;
  font-size: 38px;
  text-shadow: 0 1px 1px #FFFFFF;
  text-transform: none; 
}

.page .phone, .page #contact .fax, #contact .page .fax, .page #contact .email, #contact .page .email {
  display: none; 
}

.sister p {
  font-size: 0.8em; 
}

footer #site_map h5 {
  background: none;
  color: #2A4B59;
  font-family: "adelle",serif;
  font-size: 35px;
  text-align: left;
  text-transform: none; 
}

p.copy a {
  color: #394a58;
  padding-left: 10px; 
}

/* calculator */

iframe.calculator-frame {
  border: 0;
  height: 1800px;
  width: 100%;
}
form.calculator {
  display: block;
  float: none;
  margin: 0;
  max-width: 1024px;
  width: auto;
}
.selectbusinesstype {
  height: 200px;
}
h2.steps {
  margin-bottom: 25px;
}
h2.steps span {
  background: #FFF;
  border-radius: 22px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  height: 44px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 44px;
}
a.bus-type {
  background: #75b726;
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  color: #FFF;
  display: inline-block;
  font-family: "adelle",serif;
  font-size: 18px;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  margin-bottom: 16px;
  margin-left: 1%;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 30%;
}
a.bus-type:first-child,
a.bus-type:nth-child(4) {
  margin-left: 6%;
}
a.bus-type.selected {
  background: #394a58;
  color: #75b726;
}
.calculator-content {
  padding-left: 6%;
}
.box {
  border: 1px solid #aeb4ab;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 15px;
}
.box table td {
  padding: 10px 1%;
}
.box input[type="text"] {
  background: #f2f4f5;
  border-left: 1px solid #dddfe0;
  border-right: 1px solid #dddfe0;
  border-bottom: 2px solid #FFF;
  border-top: 1px solid #c8cacb;
  box-shadow: inset 0 0 4px #c8cacb;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  padding: 10px;
  text-align: right;
  text-shadow: 0 1px 1px #FFF;
  width: 300px;
}
.box input[type="text"]:hover,
.box input[type="text"]:active,
.box input[type="text"]:focus {
  box-shadow: 0 0 8px #4fa9e6;
}
.box input[readonly="readonly"],
.box input[readonly="readonly"]:hover,
.box input[readonly="readonly"]:active,
.box input[readonly="readonly"]:focus {
  background: none;
  border: 0;
  box-shadow: none;
  cursor: default;
}
.box placeholder {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 1px #FFF;
}
.box p.note {
  color: #999;
  font-size: 13px;
  margin: 0;
  padding-left: 50px;
}
a.go {
  background: #75b726;
  border-radius: 18px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  color: #FFF;
  cursor: pointer;
  display: none;
  font-family: "adelle",serif;
  font-size: 16px;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  margin-left: 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 36px;
}
.cta {
  margin: 0 0 20px;
  text-align: center;
}
.cta .article-button {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 16px 52px;
}
.disclaimer h3 {
  font-size: 25px;
}
.disclaimer p {
  color: #999;
  font-size: 15px;
}

