html {
  font-family: Arial, sans-serif;
}

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

html {
  background: #8ed51c;
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  padding-bottom: 85px;
  width: 1000px;
  box-sizing: border-box;
  border-left: 10px solid #8ed51c;
  border-right: 10px solid #8ed51c;
  font-size: 15px;
  line-height: 1.2;
  margin: 0 auto 0;
  background: white;
  color: black;
  background-image: url(/logo2.png);
  background-position: 17px 13px;
  background-repeat: no-repeat;
}

#footer-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 85px;
  width: 100%;
}

#footer {
  border-top: 4px solid #8ed51c;
  padding-top: 10px;
  padding-bottom: 50px;
  padding-left: 230px;
  width: 480px;
}

#footer2 {
  position: absolute;
  color: #8ed51c;
  display: block;
  line-height: 1.2;
  top: -51px;
  font-size: 23px;
  left: 760px;
  width: 200px;
}

.footer-contact {
  margin: 0;
  font-size: 1.2em;
}

.footer-tel {
  margin-right: 2em;
}

.footer-email {
  white-space: nowrap;
}

h1 {
  margin: 0 0 40px 230px;
  padding: 22px 0 28px 0;
  border-bottom: 4px solid #8ed51c;
  line-height: 1;
}

h1 span {
  display: inline-block;
}

.h1a {
  font-size: 44px;
  color: #a466e1;
  width: 530px;
}

.h1b {
  font-size: 30px;
  color: #8ed51c;
  width: 220px;
}

#sfl-menu-anchor {
  display: none;
}

#nav, .content, .content1, .content2 {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

#nav {
  width: 230px;
  padding: 100px 35px 35px 15px;
}

.content {
  width: 750px;
}

.content1 {
  width: 530px;
  padding-right: 50px;
  padding-bottom: 40px;
}

.content2 {
  width: 220px;
  padding-right: 20px;
  padding-bottom: 70px;
}

.singlecolumn .content1 {
  width: 720px;
  padding-right: 0;
  padding-bottom: 60px;
}

.singlecolumn .content2 {
  display: none;
}

#nav {
  list-style-type: none;
}

#nav li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c68cff;
}

#nav li:last-child {
  border-bottom: none;
}

#nav a {
  font-size: 13px;
  line-height: 1;
  display: block;
  color: black;
  text-decoration: none;
  margin: 0;
  padding: 4px 6px;
}

#nav a.currentpagelink,
#nav a:hover {
  background: #a466e1;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1;
}

h2, p.green {
  font-size: 1.5em;
  margin: 0 0 0.5em;
}

h2, h3, p.green {
  color: #8ed51c;
}

.hidden {
  display: none;
}

p.green {
  margin-top: 4em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0;
  padding: 0;
}

#testimonialspage p {
  font-size: 13px;
  font-style: italic;
  text-align: justify;
}

#testimonialspage strong,
#testimonialspage b {
  font-style: normal;
}

.zoomy-link img {
  border: none;
}

.zoomy-background {
  background: white;
  opacity: 0.8;
}

.zoomy-main {
  padding-top: 10px;
}

.zoomy-main img {
  border: 1px solid black;
}

@media screen and (max-width: 999px) {
  body {
    width: 100%;
  }

  .h1a,
  .h1b {
    display: block;
    width: auto;
  }

  #footer2 {
    display: none;
  }

  #footer {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
  }

  .content {
    width: calc(100% - 230px);
  }

  .content1,
  .content2,
  .singlecolumn .content1 {
    display: block;
    width: 100%;
    padding: 0 15px 0 0;
  }

  .two_column_except_on_mobile .content2 {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  #footer {
    padding-left: 170px;
  }

  h1 {
    margin-left: 170px;
  }

  #nav {
    width: 170px;
    padding-top: 10px;
  }

  body {
    background-size: 120px auto;
  }

  .content {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 710px) {
  #footer {
    padding-left: 10px;
  }

  h1 {
    margin-left: 0;
    padding-left: 10px;
  }

  #nav {
    display: none;
  }

  body {
    background-image: none;
  }

  .content {
    width: 100%;
    padding: 0 10px;
    margin: 10px 0;
  }

  h1 {
    margin-bottom: 0;
    border: none;
  }

  #sfl-menu-anchor {
    display: block;
    position: relative;
    color: #a466e1;
    border-bottom: 5px solid #8ed51c;
    padding-left: 28px;
    padding-bottom: 5px;
  }

  #sfl-menu-anchor:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 3px;
    width: 14px;
    height: 2px;
    background: #a466e1;
    box-shadow: 0 4px 0 0 #a466e1, 0 8px 0 0 #a466e1;
  }

  .sfl-mobilenav-showing #nav {
    display: table;
    width: auto;
    margin: 10px;
    padding: 0;
  }

  .sfl-mobilenav-showing .content {
    border-top: 5px solid #8ed51c;
  }
}
@media screen and (max-width: 549px) {
  .h1a {
    font-size: 36px;
  }

  .h1b {
    font-size: 24px;
  }
}
@media screen and (max-width: 449px) {
  .h1a {
    font-size: 30px;
  }

  .h1b {
    font-size: 20px;
  }
}
@media screen and (max-width: 379px) {
  .h1a {
    font-size: 24px;
  }

  .h1b {
    font-size: 16px;
  }
}

/*# sourceMappingURL=sfl.css.map */
