@font-face {
  font-family: DroidSans;
  src: url('fonts/DroidSans.ttf');
}

@font-face {
  font-family: ActionMan;
  src: url('fonts/Action_Man.ttf');
}

@font-face {
  font-family: OpenSans;
  src: url('fonts/OpenSans-Regular.ttf');
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../sass/partials/_reset.scss */
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: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 16, ../sass/partials/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 19, ../sass/partials/_reset.scss */
body {
  /* line-height: 1; */
}

/* line 22, ../sass/partials/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 25, ../sass/partials/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 29, ../sass/partials/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 34, ../sass/partials/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 38, ../sass/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 61, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
* html {
  font-size: 100%;
}

/* line 64, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 16px;
  line-height: 1.5em;
}

@media (min-width: 501px) {
  /* line 5, ../sass/partials/_base.scss */
  body {
    background: url('../images/lawn2.jpg?1395171562') no-repeat top center;
    background-color: #182d05;
  }
}
@media (max-width: 500px) {
  /* line 5, ../sass/partials/_base.scss */
  body {
    background: url('../images/lawn2.jpg?1395171562') no-repeat 50% -20%;
    background-color: #182d05;
    line-height: 20px;
  }
}

@media (max-width: 500px) {
  /* line 18, ../sass/partials/_base.scss */
  h1 {
    padding-top: 0.85714em;
    font-size: 1.75em;
    line-height: 1.71429em;
    padding-bottom: 0;
  }

  /* line 23, ../sass/partials/_base.scss */
  h2 {
    font-size: 1.375em;
    line-height: 2.18182em;
  }

  /* line 26, ../sass/partials/_base.scss */
  h3 {
    font-size: 1.125em;
    line-height: 1.33333em;
  }

  /* line 29, ../sass/partials/_base.scss */
  p {
    font-size: 0.875em;
    line-height: 1.71429em;
    line-height: 20px;
  }
}
@media (min-width: 501px) {
  /* line 37, ../sass/partials/_base.scss */
  h1 {
    padding-top: 1.33333em;
    padding-bottom: 0.66667em;
    font-size: 2.25em;
    line-height: 1.33333em;
  }

  /* line 42, ../sass/partials/_base.scss */
  h2 {
    font-size: 1.625em;
    line-height: 1.84615em;
  }

  /* line 45, ../sass/partials/_base.scss */
  h3 {
    font-size: 1.375em;
    line-height: 2.18182em;
  }

  /* line 48, ../sass/partials/_base.scss */
  p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
/* line 54, ../sass/partials/_base.scss */
h1 {
  font-family: Arial;
  color: #182d05;
  font-weight: bold;
}

/* line 60, ../sass/partials/_base.scss */
h2, h3 {
  font-family: OpenSans;
  font-weight: bold;
  color: #05182d;
}

/* line 66, ../sass/partials/_base.scss */
h2 {
  padding-top: 0em;
  padding-bottom: 0em;
}

/* line 72, ../sass/partials/_base.scss */
h1 + h2 {
  padding-top: 0;
}

/* line 76, ../sass/partials/_base.scss */
h3 {
  padding-top: 0em;
  padding-bottom: 0em;
}

/* line 82, ../sass/partials/_base.scss */
p, a {
  font-family: DroidSans;
}

/* line 86, ../sass/partials/_base.scss */
p {
  padding-bottom: 1.5em;
  color: #383838;
}

/* line 92, ../sass/partials/_base.scss */
a {
  color: #383838;
}

/* line 97, ../sass/partials/_base.scss */
#footer li {
  display: inline-block;
}
/* line 100, ../sass/partials/_base.scss */
#footer li a {
  display: block;
}

/* line 2, ../sass/partials/_layout.scss */
.inner {
  margin: 0 auto;
  background: #f9f9f9;
}
@media (min-width: 801px) {
  /* line 2, ../sass/partials/_layout.scss */
  .inner {
    padding: 0 8%;
    width: 55%;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  /* line 2, ../sass/partials/_layout.scss */
  .inner {
    padding: 0 5%;
    width: 70%;
  }
}
@media (min-width: 501px) and (max-width: 600px) {
  /* line 2, ../sass/partials/_layout.scss */
  .inner {
    padding: 0 5%;
    width: 80%;
  }
}
@media (max-width: 500px) {
  /* line 2, ../sass/partials/_layout.scss */
  .inner {
    padding: 0 8%;
  }
}

@media (max-width: 500px) {
  /* line 4, ../sass/partials/_modules.scss */
  #head h2 {
    font-size: 1.375em;
    line-height: 2.18182em;
  }
  /* line 8, ../sass/partials/_modules.scss */
  #head p {
    font-size: 1.125em;
    line-height: 1.33333em;
  }
}
@media (min-width: 501px) {
  /* line 14, ../sass/partials/_modules.scss */
  #head h2 {
    font-size: 2em;
    line-height: 1.5em;
  }
  /* line 18, ../sass/partials/_modules.scss */
  #head p {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
@media (max-width: 800px) {
  /* line 24, ../sass/partials/_modules.scss */
  #head h2 {
    padding-bottom: 0.45em;
  }
  /* line 28, ../sass/partials/_modules.scss */
  #head p {
    margin-bottom: 0;
  }
}
@media (min-width: 801px) {
  /* line 34, ../sass/partials/_modules.scss */
  #head h2 {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  /* line 39, ../sass/partials/_modules.scss */
  #head p {
    margin-bottom: 1.2em;
  }
}
/* line 44, ../sass/partials/_modules.scss */
#head .inner {
  background-color: rgba(9, 18, 2, 0.85);
  position: relative;
}
@media (min-width: 501px) {
  /* line 44, ../sass/partials/_modules.scss */
  #head .inner {
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
/* line 52, ../sass/partials/_modules.scss */
#head h2, #head p {
  color: #fafafa;
}
/* line 57, ../sass/partials/_modules.scss */
#head h2 {
  font-family: ActionMan;
  display: inline-block;
  width: 100%;
}
/* line 64, ../sass/partials/_modules.scss */
#head p {
  background: url('../images/top-phone.png?1394838672') no-repeat center left;
  padding-bottom: 4px;
  padding-left: 35px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  display: inline-block;
}

/* line 75, ../sass/partials/_modules.scss */
#nav {
  list-style: none;
  padding-top: 0em;
}
@media (max-width: 500px) {
  /* line 77, ../sass/partials/_modules.scss */
  #nav a {
    font-size: 1em;
    line-height: 1.5em;
    display: inline-block;
  }
  /* line 81, ../sass/partials/_modules.scss */
  #nav li {
    width: 45%;
    padding-right: 5%;
  }
}
@media (min-width: 501px) {
  /* line 87, ../sass/partials/_modules.scss */
  #nav a {
    font-size: 1.125em;
    line-height: 1.33333em;
    display: block;
  }
  /* line 91, ../sass/partials/_modules.scss */
  #nav li {
    padding-right: 1em;
    display: inline-block;
  }
  /* line 95, ../sass/partials/_modules.scss */
  #nav li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  /* line 75, ../sass/partials/_modules.scss */
  #nav {
    padding-top: 1.05em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 801px) and (max-width: 1000px) {
  /* line 75, ../sass/partials/_modules.scss */
  #nav {
    padding-bottom: 1.5em;
  }
}
@media (min-width: 1001px) {
  /* line 75, ../sass/partials/_modules.scss */
  #nav {
    display: inline;
    float: right;
  }
}
/* line 114, ../sass/partials/_modules.scss */
#nav 1
li  {
  display: inline-block;
}
/* line 118, ../sass/partials/_modules.scss */
#nav a {
  font-family: Arial, sans-serif;
  margin-right: 1em;
  color: #fafafa;
  text-decoration: none;
}
/* line 124, ../sass/partials/_modules.scss */
#nav a:hover {
  color: #e1e1e1;
}
/* line 128, ../sass/partials/_modules.scss */
#nav a.current {
  border-bottom: 2px solid #999;
}
/* line 131, ../sass/partials/_modules.scss */
#nav a.current:hover {
  color: #fafafa;
}

/* line 141, ../sass/partials/_modules.scss */
#page .lead {
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.33333em;
}
/* line 147, ../sass/partials/_modules.scss */
#page .inner {
  margin-bottom: 0em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: #040800 0 0 10px;
  -moz-box-shadow: #040800 0 0 10px;
  box-shadow: #040800 0 0 10px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(55%, #f9f9f9), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(#f9f9f9 55%, #e5e5e5);
  background-image: -moz-linear-gradient(#f9f9f9 55%, #e5e5e5);
  background-image: -o-linear-gradient(#f9f9f9 55%, #e5e5e5);
  background-image: linear-gradient(#f9f9f9 55%, #e5e5e5);
}
@media (max-width: 800px) {
  /* line 147, ../sass/partials/_modules.scss */
  #page .inner {
    margin-top: 3em;
  }
}
@media (min-width: 801px) {
  /* line 147, ../sass/partials/_modules.scss */
  #page .inner {
    margin-top: 6em;
  }
}

/* line 163, ../sass/partials/_modules.scss */
#contact {
  *zoom: 1;
  padding-bottom: 1.5em;
}
@media (max-width: 500px) {
  /* line 165, ../sass/partials/_modules.scss */
  #contact h2 {
    padding-top: 0em;
  }
}
@media (min-width: 501px) {
  /* line 171, ../sass/partials/_modules.scss */
  #contact h2 {
    padding-top: 1.5em;
  }
}
@media (min-width: 1050px) {
  /* line 163, ../sass/partials/_modules.scss */
  #contact {
    background: url('../images/phone.png?1395169848') no-repeat 100% 70%;
    min-height: 400px;
  }
}
@media (max-width: 1049px) {
  /* line 163, ../sass/partials/_modules.scss */
  #contact {
    background: none;
  }
}
/* line 38, C:/Ruby200/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#contact:after {
  content: "";
  display: table;
  clear: both;
}

/* line 192, ../sass/partials/_modules.scss */
#info {
  display: inline;
  float: left;
}
@media (max-width: 400px) {
  /* line 194, ../sass/partials/_modules.scss */
  #info p span {
    font-size: 0.875em;
    line-height: 1.71429em;
  }
}
@media (max-width: 500px) {
  /* line 192, ../sass/partials/_modules.scss */
  #info {
    padding-top: 0;
    padding-bottom: 0.75em;
  }
  /* line 201, ../sass/partials/_modules.scss */
  #info p {
    font-size: 1em;
    line-height: 1.5em;
  }
  /* line 204, ../sass/partials/_modules.scss */
  #info p:first-child {
    padding-bottom: 0em;
  }
}
@media (min-width: 501px) {
  /* line 192, ../sass/partials/_modules.scss */
  #info {
    padding-top: 0.75em;
    padding-bottom: 1.5em;
  }
  /* line 211, ../sass/partials/_modules.scss */
  #info p {
    font-size: 1.125em;
    line-height: 1.33333em;
  }
  /* line 214, ../sass/partials/_modules.scss */
  #info p:first-child {
    padding-bottom: 0.75em;
  }
}
@media (max-width: 1000px) {
  /* line 192, ../sass/partials/_modules.scss */
  #info {
    width: 100%;
    margin-right: 0%;
  }
}
@media (min-width: 1001px) {
  /* line 192, ../sass/partials/_modules.scss */
  #info {
    width: 50%;
    margin-right: 50%;
  }
}
/* line 230, ../sass/partials/_modules.scss */
#info p {
  padding-bottom: 0;
  color: black;
  max-width: 100%;
}

/* line 238, ../sass/partials/_modules.scss */
form {
  padding-bottom: 0em;
  display: inline;
  float: left;
}
@media (max-width: 400px) {
  /* line 240, ../sass/partials/_modules.scss */
  form input {
    width: 98%;
  }
  /* line 243, ../sass/partials/_modules.scss */
  form legend {
    margin-bottom: 0;
  }
  /* line 246, ../sass/partials/_modules.scss */
  form textarea {
    width: 98%;
  }
  /* line 249, ../sass/partials/_modules.scss */
  form p.required {
    padding-right: 2%;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  /* line 254, ../sass/partials/_modules.scss */
  form input {
    width: 80%;
  }
  /* line 257, ../sass/partials/_modules.scss */
  form legend {
    margin-bottom: 0;
  }
  /* line 260, ../sass/partials/_modules.scss */
  form textarea {
    width: 80%;
  }
  /* line 263, ../sass/partials/_modules.scss */
  form p.required {
    padding-right: 20%;
  }
}
@media (min-width: 501px) {
  /* line 268, ../sass/partials/_modules.scss */
  form input {
    width: 65%;
    display: inline;
    float: right;
    margin-top: 5px;
  }
  /* line 273, ../sass/partials/_modules.scss */
  form legend {
    margin-bottom: 0.75em;
  }
  /* line 276, ../sass/partials/_modules.scss */
  form textarea {
    width: 98%;
    display: inline;
    float: right;
  }
  /* line 280, ../sass/partials/_modules.scss */
  form p.required {
    padding-right: 10px;
  }
}
/* line 288, ../sass/partials/_modules.scss */
form label, form input#submit {
  font-family: DroidSans;
  font-size: 1em;
  line-height: 1.5em;
  color: black;
}
/* line 294, ../sass/partials/_modules.scss */
form legend {
  font-size: 1.125em;
  line-height: 1.33333em;
  font-family: Arial;
  font-weight: bold;
  display: inline-block;
  padding-right: 1px;
  color: #182d05;
}
/* line 305, ../sass/partials/_modules.scss */
form label {
  font-size: 1em;
  line-height: 1.5em;
  font-family: DroidSans;
  width: 30%;
  display: inline-block;
  cursor: pointer;
  padding-top: 3px;
}
/* line 317, ../sass/partials/_modules.scss */
form input#submit {
  margin-top: 1.5em;
  width: auto;
}

@media (max-width: 600px) {
  /* line 326, ../sass/partials/_modules.scss */
  form, .formResponse {
    width: 100%;
    margin-right: 0%;
  }
}
@media (min-width: 601px) {
  /* line 326, ../sass/partials/_modules.scss */
  form, .formResponse {
    width: 50%;
    margin-right: 50%;
  }
}

/* line 338, ../sass/partials/_modules.scss */
.formResponse {
  font-size: 1.25em;
  line-height: 1.2em;
  display: inline-block;
  padding-top: 1.2em;
}

/* line 344, ../sass/partials/_modules.scss */
.recaptcha_invalid {
  color: #9b1c1c;
  padding-top: 1.5em;
}

/* line 349, ../sass/partials/_modules.scss */
span.required {
  color: #6c1313;
  font-size: 0.875em;
  line-height: 1.71429em;
}

/* line 354, ../sass/partials/_modules.scss */
p.required {
  color: #6c1313;
  padding-bottom: 0;
  text-align: right;
  font-style: italic;
  font-size: 0.875em;
  line-height: 1.71429em;
}

/* line 364, ../sass/partials/_modules.scss */
#footer .inner {
  background: none;
}
/* line 368, ../sass/partials/_modules.scss */
#footer ul {
  padding-top: 1.5em;
  padding-bottom: 0.45em;
  margin: 0 auto;
  text-align: center;
}
/* line 375, ../sass/partials/_modules.scss */
#footer p, #footer a {
  color: #fafafa;
}
/* line 379, ../sass/partials/_modules.scss */
#footer p {
  text-align: center;
  font-size: 0.875em;
  line-height: 1.71429em;
}
/* line 384, ../sass/partials/_modules.scss */
#footer li {
  padding-right: 1em;
}
/* line 386, ../sass/partials/_modules.scss */
#footer li:last-child {
  padding-right: 0;
}
/* line 391, ../sass/partials/_modules.scss */
#footer a:hover {
  color: #c8c8c8;
  text-decoration: none;
}

/* line 12, ../sass/partials/_recaptcha.scss */
.recaptcha_widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  border: 4px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #dddddd;
  margin: 0 0 10px;
}
@media (max-width: 400px) {
  /* line 12, ../sass/partials/_recaptcha.scss */
  .recaptcha_widget {
    width: 100%;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  /* line 12, ../sass/partials/_recaptcha.scss */
  .recaptcha_widget {
    width: 80%;
  }
}
@media (min-width: 501px) {
  /* line 12, ../sass/partials/_recaptcha.scss */
  .recaptcha_widget {
    float: right;
    width: 100%;
  }
}

/* line 32, ../sass/partials/_recaptcha.scss */
#recaptcha_image {
  width: 100% !important;
  height: auto !important;
}
/* line 36, ../sass/partials/_recaptcha.scss */
#recaptcha_image img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 3px solid #FFF;
}

/* line 47, ../sass/partials/_recaptcha.scss */
.recaptcha_is_showing_audio embed {
  height: 0;
  width: 0;
  overflow: hidden;
}
/* line 53, ../sass/partials/_recaptcha.scss */
.recaptcha_is_showing_audio #recaptcha_image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 3px solid #FFF;
}
/* line 61, ../sass/partials/_recaptcha.scss */
.recaptcha_is_showing_audio #recaptcha_image br {
  display: none;
}
/* line 65, ../sass/partials/_recaptcha.scss */
.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
  display: block;
}

/* line 72, ../sass/partials/_recaptcha.scss */
.recaptcha_input {
  background: #eeeeee;
  color: #000;
  font: 13px/1.5 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  margin: 4px 0 0;
  padding: 0 4px 4px;
  border: 4px solid #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 81, ../sass/partials/_recaptcha.scss */
.recaptcha_input label {
  margin: 0 0 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 86, ../sass/partials/_recaptcha.scss */
.recaptcha_input input {
  width: 100%;
}

/* line 92, ../sass/partials/_recaptcha.scss */
.recaptcha_options {
  list-style: none;
  margin: 4px 0 0;
  height: 18px;
}
/* line 97, ../sass/partials/_recaptcha.scss */
.recaptcha_options li {
  float: left;
  margin: 0 4px 0 0;
}
/* line 101, ../sass/partials/_recaptcha.scss */
.recaptcha_options li a {
  text-decoration: none;
  text-shadow: 0 1px 1px black;
  font-size: 16px;
  color: white;
  display: block;
  width: 20px;
  height: 18px;
}
/* line 110, ../sass/partials/_recaptcha.scss */
.recaptcha_options li a:active {
  position: relative;
  top: 1px;
  text-shadow: none;
}

/* line 120, ../sass/partials/_recaptcha.scss */
.captcha_hide {
  display: none;
}

/* line 125, ../sass/partials/_recaptcha.scss */
#recaptcha_widget {
  margin-top: 10px;
  max-width: 100%;
}
/* line 129, ../sass/partials/_recaptcha.scss */
#recaptcha_widget label {
  width: auto;
}

/* line 134, ../sass/partials/_recaptcha.scss */
#recaptcha_response_field {
  float: none;
}

/* line 4, ../sass/home.scss */
#special {
  display: inline-block;
  border-style: solid;
  border-width: 0.0625em;
  padding: -0.0625em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border-color: #999999;
  background-color: white;
  padding: 0.75em 3% 1.5em 3%;
  margin-top: 0.75em;
  margin-bottom: 2.25em;
}
@media (max-width: 500px) {
  /* line 4, ../sass/home.scss */
  #special {
    background: none;
    width: 94%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 10, ../sass/home.scss */
  #special .wrapper {
    width: 100%;
  }
  /* line 13, ../sass/home.scss */
  #special h2 {
    font-size: 1.375em;
    line-height: 2.18182em;
  }
}
@media (min-width: 501px) {
  /* line 4, ../sass/home.scss */
  #special {
    width: 90%;
    margin-left: 2%;
    margin-right: 2%;
    background: url('../images/specialIcon.jpg?1395347658') no-repeat 90% 50%;
  }
  /* line 22, ../sass/home.scss */
  #special .wrapper {
    width: 65%;
  }
  /* line 25, ../sass/home.scss */
  #special h2 {
    font-size: 1.625em;
    line-height: 1.84615em;
  }
}
/* line 40, ../sass/home.scss */
#special h2 {
  padding-top: 0;
  font-family: OpenSans;
  color: #2d0518;
}
/* line 46, ../sass/home.scss */
#special p {
  font-family: DroidSans;
  color: black;
}
/* line 50, ../sass/home.scss */
#special p.special {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-bottom: 1.33333em;
}
/* line 56, ../sass/home.scss */
#special .caveat {
  font-size: 0.875em;
  line-height: 1.71429em;
  font-style: italic;
  margin-top: -1.71429em;
  padding-left: 5px;
  padding-top: 5px;
  color: #2c2c2c;
}
/* line 65, ../sass/home.scss */
#special .price {
  font-size: 1.125em;
  line-height: 1.33333em;
  font-weight: bold;
  font-family: OpenSans;
  padding-left: 5px;
  color: #182d05;
}
/* line 73, ../sass/home.scss */
#special *:last-child {
  padding-bottom: 0;
}

/* line 80, ../sass/home.scss */
#coverage-map {
  padding-bottom: 0em;
  margin: 0 auto;
}
@media (max-width: 600px) {
  /* line 80, ../sass/home.scss */
  #coverage-map {
    width: 100%;
  }
}
@media (min-width: 601px) {
  /* line 80, ../sass/home.scss */
  #coverage-map {
    width: 70%;
  }
}
/* line 91, ../sass/home.scss */
#coverage-map img {
  max-width: 100%;
}
/* line 95, ../sass/home.scss */
#coverage-map p {
  text-align: right;
  font-size: 0.875em;
  line-height: 1.71429em;
}
