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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
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 {
  border: 0;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  grid_fade: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
iframe {
  vertical-align: bottom;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.hide-element {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix {
  zoom: 1;
}
html {
  background: #31363b;
  border-top: 5px solid #31363b;
  font-weight: 300;
}
html.nav-open #inner-wrapper {
  left: 300px;
  -webkit-transform: translate3d(300px, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(300px, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(300px, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(300px, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(300px, 0, 0) scale3d(1, 1, 1);
}
body {
  position: relative;
}
#outer-wrapper {
  overflow: hidden;
}
#inner-wrapper {
  background: #FFF;
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 300ms ease;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: transform 300ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #333;
}
h1 {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
h1.intro {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 30px;
  text-align: center;
  color: #333;
  margin-bottom: 8px;
}
h1.intro strong {
  font-weight: 600;
  border-bottom: 2px solid #EEE;
  padding-bottom: 2px;
}
h2,
h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
}
p,
small,
ul li {
  font-size: 0.85rem;
}
p {
  margin: 0 0 15px 0;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #555;
}
p:last-child {
  margin-bottom: 0;
}
p strong {
  color: #333;
}
a:link,
a:visited {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
strong {
  font-weight: 600;
}
.no-touch a:hover {
  color: #7CB60E;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
img {
  max-width: 100%;
  height: auto;
}
.text-body ul {
  list-style: square;
  margin: 0 0 15px 15px;
}
.text-body ul li {
  margin: 0 0 15px 0;
}
.text-body ul li p {
  margin: 0;
}
.text-body ul li ul {
  margin-top: 15px;
}
.text-body table {
  border-collapse: collapse;
  margin: 25px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  text-align: left;
  border: 1px solid #EEE;
}
.text-body table tr {
  border: 1px solid #EEE;
}
.text-body table th,
.text-body table td {
  padding: 10px;
}
.text-body table th p,
.text-body table td p {
  line-height: normal;
}
.text-body table th {
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: bold;
}
@media screen and (min-width: 601px) {
  .text-body table th {
    font-size: 0.9rem;
  }
  .text-body table th,
  .text-body table td {
    border: 1px solid #EEE;
  }
}
@media screen and (max-width: 600px) {
  .text-body table {
    border: 0;
  }
  .text-body table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .text-body table tr {
    display: block;
    margin-bottom: .625em;
  }
  .text-body table td {
    display: block;
    text-align: right;
    border-bottom: 1px solid #EEE;
  }
  .text-body table td:nth-child(3) {
    min-height: 75px;
  }
  .text-body table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    max-width: 50%;
    text-align: left;
    font-size: 0.85rem;
  }
  .text-body table td:last-child {
    border-bottom: 0;
  }
}
.container {
  max-width: 1200px;
  width: 90%;
  padding: 35px 0;
}
form ul li,
ul li {
  margin: 0 0 25px 0;
}
header.main,
main,
footer.main {
  min-width: 320px;
}
header.main {
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header.main .container {
  position: relative;
}
header.main .container .logo {
  margin: auto;
  text-align: center;
}
header.main .container .logo a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}
header.main .container .logo a img {
  margin: 0 auto;
  padding: 0;
  max-width: 100px;
}
header.main .container .nav-open-btn,
header.main .container .nav-close-btn {
  display: block;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
header.main .container .nav-open-btn {
  position: absolute;
  left: 0;
  top: 70px;
  background: url('/-/graphics/menu.svg') no-repeat;
  background-size: 200%;
  background-position: 0 0;
  width: 30px;
  height: 30px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
header.main .container .nav-close-btn {
  position: relative;
  margin: 0 0 0 auto;
  background: url('/-/graphics/nav-close-icon.svg') center center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
}
header.main .container nav {
  position: fixed;
  height: 100%;
  width: 300px;
  padding: 0 50px;
  box-sizing: border-box;
  overflow: visible;
  clear: both;
  margin-top: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #DDD;
  box-shadow: inset -8px 0 5px -5px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
header.main .container nav ul {
  width: 100%;
  margin: 50px auto;
  text-align: right;
  -webkit-transform: translateZ(0);
  z-index: 9999999999;
}
header.main .container nav ul li {
  display: block;
  margin-bottom: 25px;
}
header.main .container nav ul li.home {
  display: none;
}
header.main .container nav ul li a {
  font-size: 1rem;
  display: block;
  margin: 0 auto 0.5em auto;
}
header.main .container nav ul li a:last-child {
  margin-bottom: 0.8em;
}
header.main .container nav ul li a:link,
header.main .container nav ul li a:visited {
  color: #333;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-decoration: none;
}
header.main .container nav ul li a:hover {
  color: #7CB60E;
  text-decoration: none;
}
header.main .container nav ul:target .nav-close-btn {
  display: block;
}
.no-touch header.main .container .nav-open-btn:hover {
  background-position: -30px 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
main #slideshow-container {
  width: 100%;
  position: relative;
}
main #slideshow-container .container {
  padding: 0 0 45px 0;
}
main .slider-outer {
  overflow: hidden;
  position: relative;
  background: #FFF url('/-/graphics/loading.svg') no-repeat center center;
  background-size: 40px;
}
main .slider-outer .slider-dummy {
  padding-top: 44.2%;
}
main .slider-outer .bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
main .slider-outer ul.slider {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #FFF;
}
main .slider-outer.slider-loaded ul.slider {
  opacity: 1;
}
main .slider-outer .bx-wrapper img {
  max-width: 100%;
  display: block;
}
main .slider-outer .bx-viewport,
main .slider-outer .bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none !important;
}
main .slider-outer .bx-viewport {
  height: 100% !important;
}
main .slider-outer .slider,
main .slider-outer .slider li {
  height: 100% !important;
}
main .slider-outer .slider li {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
}
main #blocks {
  width: 100%;
  background: #EEE;
  border-top: 1px solid #E9E9E9;
}
main #blocks .container {
  padding-bottom: 0;
}
main #blocks .container .block-item {
  text-align: center;
  margin-bottom: 35px;
}
main #blocks .container .block-item h2 {
  color: #333;
  font-size: 1.1rem;
  font-weight: 600;
}
main #blocks .container .block-item h2 a:link,
main #blocks .container .block-item h2 a:visited {
  color: #333;
  text-decoration: none;
}
main #blocks .container .block-item.google-reviews a {
  display: block;
  margin: 3px 0 15px 0;
}
main #blocks .container .block-item.google-reviews a img {
  width: 100px;
}
main #blocks .container .block-item:last-child {
  display: none;
}
main a.find-out-more {
  display: block;
  font-weight: 600;
  color: #7E8F98;
  text-decoration: none;
}
main a.find-out-more:hover {
  color: #7CB60E;
}
main ul#tick,
main ul#cross {
  display: block;
  margin: 15px 0;
}
main ul#tick li,
main ul#cross li {
  position: relative;
  margin-bottom: 15px;
  min-height: 28px;
  display: flex;
  align-items: center;
}
main ul#tick li:before,
main ul#cross li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #EEE;
}
main ul#tick li {
  padding-left: 40px;
  background-position: center left;
}
main ul#tick li:before {
  background: #EEE url('/-/graphics/tick.svg') no-repeat;
  background-size: 15px;
  background-position: center center;
}
main ul#tick.bold li {
  font-weight: bold;
}
main ul#cross li {
  padding-left: 40px;
  background-position: center left;
}
main ul#cross li:before {
  background: #EEE url('/-/graphics/cross.svg') no-repeat;
  background-size: 12px;
  background-position: center center;
}
main #my-work .my-work-container {
  margin-top: 35px;
}
main #my-work .my-work-item {
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px dashed #DDD;
}
main #my-work .my-work-item .image-container {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 44.2%;
}
main #my-work .my-work-item .image-container img {
  position: absolute;
  top: 0;
  left: 0;
}
main #my-work .my-work-item .my-work-item-details {
  padding: 20px 24px 25px 24px;
  background: #EEE;
  margin-top: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  text-align: left;
}
main #my-work .my-work-item .my-work-item-details h2 {
  font-size: 1.2rem;
}
main #my-work .my-work-item .my-work-item-details .arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #EEE;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -13px;
}
main #my-work .my-work-item .my-work-item-details p.testimonial {
  font-style: italic;
  margin-bottom: 0;
}
main #my-work .my-work-item .my-work-item-details a.find-out-more {
  margin-top: 18px;
}
main #my-work .my-work-item.view {
  padding-top: 0;
  margin-top: 37px;
  border-top: none;
}
main #my-work .my-work-item.view .my-work-item-details {
  padding: 25px 24px;
  margin-bottom: 35px;
}
main #my-work .my-work-item.view a.find-out-more {
  display: inline-block;
}
main #my-work .my-work-item.view span.spacer {
  margin: 0 5px;
  color: #999;
}
main #my-work .my-work-item:first-child {
  padding-top: 5px;
  margin-top: 0;
  border-top: none;
}
main .show-less-content .part-two,
main .show-less-content .read-less,
main .show-more-content .read-more {
  display: none;
}
main .read-more,
main .read-less {
  font-weight: bold;
  font-style: normal;
  cursor: pointer;
}
main .show-more-content .part-two {
  display: inline;
}
main .show-more-content .read-less {
  display: block;
}
main #testimonials {
  padding-bottom: 5px;
}
main #testimonials .masonry {
  margin-top: 20px;
}
main #testimonials .masonry article h2 {
  position: relative;
  font-size: 1.2rem;
  padding: 0 0 0 45px;
  margin: 0;
  min-height: 35px;
  display: flex;
  align-items: center;
}
main #testimonials .masonry article h2:before {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  background: url('/-/graphics/testimonial.svg') no-repeat;
  background-size: 35px;
}
main #testimonials .masonry article .testimonial-item {
  padding: 20px 24px 25px 24px;
  background: #EEE;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
main #testimonials .masonry article .testimonial-item .arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #EEE;
  position: absolute;
  top: -15px;
  left: 45px;
}
main #testimonials .masonry article .testimonial-item p {
  font-style: italic;
  margin-bottom: 0;
}
main #my-work-view p {
  font-style: italic;
  margin-bottom: 0;
}
main #my-work-view a {
  margin: 18px 0 30px 0;
}
main #services ul#services-list {
  margin-bottom: 5px;
}
main #services ul#services-list li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #DDD;
}
main #services ul#services-list li .services-item {
  display: block;
}
main #services ul#services-list li .services-item p {
  font-weight: normal;
}
main #services ul#services-list li .services-item p.find-out-more {
  font-weight: bold;
  text-shadow: 1px 1px 1px #FFF;
  color: #7E8F98;
  text-decoration: none;
}
main #services ul#other-services li {
  margin-bottom: 10px;
}
main #services ul#other-services li a:link,
main #services ul#other-services li a:visited {
  color: #6b7a82;
}
main #services aside h3 {
  margin-bottom: 30px;
  font-size: 1.2rem;
}
main form.contact {
  margin-top: 35px;
}
main form.contact ul li {
  margin-bottom: 20px;
}
main form.contact ul li label {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  color: #333;
  font-size: 0.9rem;
}
main form.contact ul li label.consent {
  margin-bottom: 0;
}
main form.contact ul li input[type=text],
main form.contact ul li textarea {
  background: #EEE;
  padding: 12px 15px;
  outline: none;
  resize: none;
  border: 1px solid #E5E5E5;
  color: #555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9rem;
}
main form.contact ul li textarea {
  height: 334px;
}
main form.contact ul li input[type=submit] {
  padding: 10px 15px;
  background: #31363B;
  border: 0;
  color: #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.85rem;
}
main form.contact ul li .required-prompt {
  padding-top: 10px;
  color: #990000;
}
main form.contact ul li .required-icon {
  font-size: 1.2rem;
  color: #990000;
}
main form.contact ul li:last-child {
  margin-bottom: 0;
}
.no-touch main #blocks .container .block-item h2 a:hover {
  color: #7CB60E;
  -webkit-transition: color 0.1s ease-in-out 0s;
  -moz-transition: color 0.1s ease-in-out 0s;
  -ms-transition: color 0.1s ease-in-out 0s;
  -o-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}
.no-touch main #blocks .container .block-item p a:hover {
  color: #7CB60E;
  -webkit-transition: color 0.1s ease-in-out 0s;
  -moz-transition: color 0.1s ease-in-out 0s;
  -ms-transition: color 0.1s ease-in-out 0s;
  -o-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}
.no-touch main #services ul#services-list li:hover p.find-out-more {
  color: #7CB60E;
}
.no-touch main #services ul#other-services li a:hover {
  color: #7CB60E;
}
.no-touch main form.contact ul li input[type=submit]:hover {
  color: #FFF;
}
footer.main {
  background: #31363b;
  color: #AAA;
  border-top: 1 solid #DDD;
  font-weight: 300;
}
footer.main .testimonials {
  width: 100%;
  display: none;
}
footer.main .testimonials .container {
  padding-bottom: 0;
}
footer.main .testimonials .container h2 {
  color: #BBB;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
footer.main .testimonials .container .testimonial {
  padding: 15px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #24292c;
  font-size: 0.8rem;
  position: relative;
  line-height: 1.5em;
}
footer.main .testimonials .container .testimonial p {
  color: #999;
}
footer.main .testimonials .container .testimonial .arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #24292c;
  position: absolute;
  top: -10px;
  left: 20px;
}
footer.main .container #copyright,
footer.main .container #links-1,
footer.main .container #links-2,
footer.main .container #slogan,
footer.main .container #company {
  text-align: center;
}
footer.main .container #links-1 a:link,
footer.main .container #links-2 a:link,
footer.main .container #links-1 a:visited,
footer.main .container #links-2 a:visited {
  font-weight: 500;
  padding: 0 0.5em;
  color: #BBB;
}
footer.main .container #links-2 p {
  margin-bottom: 5px;
}
footer.main .container #links-2 p.sep {
  display: none;
}
footer.main .container #links-2 a:link,
footer.main .container #links-2 a:visited {
  padding: 0;
}
footer.main .container #slogan h3 {
  font-size: 0.85rem;
  font-weight: 500;
  color: #AAA;
  margin-bottom: 5px;
}
footer.main .container p {
  color: #AAA;
  font-size: 0.85rem;
}
footer.main .container a:link,
footer.main .container a:visited {
  color: #AAA;
  text-decoration: none;
}
.no-touch footer.main a:hover {
  color: #00C3F9;
}
.no-touch footer.main #links-1 a:hover,
.no-touch footer.main #links-2 a:hover {
  color: #00C3F9;
}
#call-me {
  position: fixed;
  bottom: 151px;
  right: -430px;
  padding: 8px 15px 10px 15px;
  background: #7CB60E;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  line-height: 30px;
  font-size: 1rem;
  color: #FFF;
  z-index: 999999;
}
#call-me span {
  display: block;
  font-size: 1.3rem;
}
a.google-reviews-fixed {
  display: none;
  position: fixed;
  top: 162px;
  left: 0;
  padding: 5px;
  background: #FFF;
  border: 1px solid #EEE;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  z-index: 999999;
  text-align: center;
}
a.google-reviews-fixed img {
  width: 65px;
  margin-bottom: 5px;
}
a.google-reviews-fixed span {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 2px;
  font-weight: 500;
}
.no-touch a.google-reviews-fixed:hover span {
  color: #333;
}
@media only screen and (min-width: 768px) {
  p,
  small,
  ul li {
    font-size: 0.9rem;
  }
  h1.intro {
    font-size: 1.2rem;
  }
  header.main .container .logo a img {
    max-width: 370px;
    margin-bottom: 40px;
  }
  header.main .container .nav-open-btn,
  header.main .container .nav-close-btn {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  header.main .container nav {
    position: relative;
    background: none;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  header.main .container nav ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  header.main .container nav ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 0 0 10px;
  }
  header.main .container nav ul li a {
    font-size: 0.9rem;
    padding: 8px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    letter-spacing: 1px;
    background: #EEE;
    max-width: none;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  header.main .container nav ul li a:hover {
    color: #7CB60E;
    text-decoration: none;
    background: #FFF;
  }
  header.main .container nav ul li.current a {
    color: #7CB60E;
    text-decoration: none;
    background: #FFF;
  }
  header.main .container nav {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  main .show-more-content .part-two,
  main .read-more,
  main .read-less {
    display: none;
  }
  main .show-less-content .part-two {
    display: inline;
  }
  main #blocks .container .block-item {
    text-align: left;
  }
  main #services ul#services-list {
    margin-bottom: 0;
  }
  main #services .services-item {
    border-left: 5px solid #EEE;
    padding-left: 20px;
  }
  main #my-work .my-work-item .my-work-item-details p.testimonial {
    padding: 0 0 0 55px;
    background: url('/-/graphics/testimonial.svg') no-repeat left 6px;
    background-size: 35px;
    min-height: 35px;
  }
  footer.main .testimonials {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  footer.main .container #copyright,
  footer.main .container #links-1,
  footer.main .container #links-2 {
    text-align: left;
  }
  footer.main .container #links-2 p {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 5px;
  }
  footer.main .container #links-2 p.sep {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #999;
  }
  footer.main .container #slogan,
  footer.main .container #company {
    text-align: right;
  }
  html #inner-wrapper,
  html.nav-open #inner-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .no-touch main #services ul#services-list li .services-item:hover {
    border-left: 5px solid #7CB60E;
    color: #666;
  }
}
@media only screen and (min-width: 1200px) {
  header.main .container .logo {
    text-align: left;
  }
  header.main .container .logo a {
    text-align: left;
  }
  header.main .container .logo a img {
    margin: 4px 0 0 0;
  }
  header.main .container nav ul {
    text-align: right;
    float: right;
  }
  header.main .container nav ul li {
    margin: 0 0 0 15px;
  }
  header.main .container nav ul li.home {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
}
@media only screen and (min-width: 1200px) {
  #call-me {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  main #blocks .container .block-item.google-reviews {
    display: none;
  }
  main #blocks .container .block-item:last-child {
    display: inline-block;
  }
  a.google-reviews-fixed {
    display: block;
  }
}
@media only screen and (min-width: 1500px) {
  a.google-reviews-fixed {
    display: block;
    padding: 10px 10px 8px 10px;
  }
  a.google-reviews-fixed img {
    width: 100px;
    margin-bottom: 8px;
  }
}
html,
body {
  font: normal 100% "proxima-nova", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Settings */
header,
main,
footer,
article,
aside,
section {
  display: block;
}
a {
  outline: none;
}
form ul li:last-child,
ul li:last-child {
  margin: 0;
}
.center {
  text-align: center;
}
.container {
  margin: 0 auto;
}
.required-prompt {
  background: none;
  position: relative;
  z-index: 5;
  /* Ensuring above field */
}
/* Slideshow */
.slideshow-shrink-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}
.slideshow-shrink-wrap ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}
.slideshow-shrink-wrap ul li {
  position: absolute;
  display: none;
}
/* Responsive */
img {
  max-width: 100%;
  height: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  pointer-events: none;
}
.embed-object {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-object iframe,
.embed-object object,
.embed-object rembed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Base Tremplate */
.outdated-browser {
  width: 100%;
}
/* Form Fields */
input,
select,
textarea {
  resize: none;
  font-family: "proxima-nova", Arial, sans-serif;
  -webkit-appearance: none;
}
input.standard,
select.standard,
textarea.standard {
  display: block;
  width: 100%;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  /* Ensuring below prompt */
}
input[type=radio] {
  -webkit-appearance: radio;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=submit] {
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
}
/* Retina Backround Images */
/* bp1 */
.wrapper {
  margin-left: -40px;
  overflow: hidden;
  clear: both;
}
.grid {
  float: left;
  padding-left: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
[class*='col-'] {
	float: left;
	padding-left: @gutter;
	width: 100%;
	.box-sizing;
}
*/
.grid-inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding-left: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.half-gutter {
  margin-left: -20px;
}
.half-gutter .grid,
.half-gutter .grid-inline {
  padding-left: 20px;
}
.quarter-gutter {
  margin-left: -10px;
}
.quarter-gutter .grid,
.quarter-gutter .grid-inline {
  padding-left: 10px;
}
.divide {
  margin-bottom: 35px;
}
.divide-less {
  margin-bottom: 30px;
}
.half-divide {
  margin-bottom: 17.5px;
}
.quarter-divide {
  margin-bottom: 8.75px;
}
.hide {
  display: none;
}
.overflow {
  overflow: visible;
}
/* Grid Base */
.col-1 {
  width: 8.333%;
}
.col-2 {
  width: 16.666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333%;
}
.col-5 {
  width: 41.666%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333%;
}
.col-8 {
  width: 66.666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.333%;
}
.col-11 {
  width: 91.666%;
}
.col-12 {
  width: 100%;
}
/* BP1 */
@media only screen and (min-width: 480px) {
  .bp1-divide-end {
    margin-bottom: 0;
  }
  .bp1-hide-end {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .bp1-col-1 {
    width: 8.333%;
  }
  .bp1-col-2 {
    width: 16.666%;
  }
  .bp1-col-3 {
    width: 25%;
  }
  .bp1-col-4 {
    width: 33.333%;
  }
  .bp1-col-5 {
    width: 41.666%;
  }
  .bp1-col-6 {
    width: 50%;
  }
  .bp1-col-7 {
    width: 58.333%;
  }
  .bp1-col-8 {
    width: 66.666%;
  }
  .bp1-col-9 {
    width: 75%;
  }
  .bp1-col-10 {
    width: 83.333%;
  }
  .bp1-col-11 {
    width: 91.666%;
  }
  .bp1-col-12 {
    width: 100%;
  }
}
/* BP2 */
@media only screen and (min-width: 768px) {
  .bp1-divide-end,
  .bp2-divide-end {
    margin-bottom: 0;
  }
  .bp1-hide-end,
  .bp2-hide-end {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .bp2-col-1 {
    width: 8.333%;
  }
  .bp2-col-2 {
    width: 16.666%;
  }
  .bp2-col-3 {
    width: 25%;
  }
  .bp2-col-4 {
    width: 33.333%;
  }
  .bp2-col-5 {
    width: 41.666%;
  }
  .bp2-col-6 {
    width: 50%;
  }
  .bp2-col-7 {
    width: 58.333%;
  }
  .bp2-col-8 {
    width: 66.666%;
  }
  .bp2-col-9 {
    width: 75%;
  }
  .bp2-col-10 {
    width: 83.333%;
  }
  .bp2-col-11 {
    width: 91.666%;
  }
  .bp2-col-12 {
    width: 100%;
  }
}
/* BP3 */
@media only screen and (min-width: 960px) {
  .bp1-divide-end,
  .bp2-divide-end,
  .bp3-divide-end {
    margin-bottom: 0;
  }
  .bp1-hide-end,
  .bp2-hide-end,
  .bp3-hide-end {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .bp3-col-1 {
    width: 8.333%;
  }
  .bp3-col-2 {
    width: 16.666%;
  }
  .bp3-col-3 {
    width: 25%;
  }
  .bp3-col-4 {
    width: 33.333%;
  }
  .bp3-col-5 {
    width: 41.666%;
  }
  .bp3-col-6 {
    width: 50%;
  }
  .bp3-col-7 {
    width: 58.333%;
  }
  .bp3-col-8 {
    width: 66.666%;
  }
  .bp3-col-9 {
    width: 75%;
  }
  .bp3-col-10 {
    width: 83.333%;
  }
  .bp3-col-11 {
    width: 91.666%;
  }
  .bp3-col-12 {
    width: 100%;
  }
}
/* BP4 */
@media only screen and (min-width: 1200px) {
  .bp1-divide-end,
  .bp2-divide-end,
  .bp3-divide-end,
  .bp4-divide-end {
    margin-bottom: 0;
  }
  .bp1-hide-end,
  .bp2-hide-end,
  .bp3-hide-end,
  .bp4-hide-end {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .bp4-col-1 {
    width: 8.333%;
  }
  .bp4-col-2 {
    width: 16.666%;
  }
  .bp4-col-3 {
    width: 25%;
  }
  .bp4-col-4 {
    width: 33.333%;
  }
  .bp4-col-5 {
    width: 41.666%;
  }
  .bp4-col-6 {
    width: 50%;
  }
  .bp4-col-7 {
    width: 58.333%;
  }
  .bp4-col-8 {
    width: 66.666%;
  }
  .bp4-col-9 {
    width: 75%;
  }
  .bp4-col-10 {
    width: 83.333%;
  }
  .bp4-col-11 {
    width: 91.666%;
  }
  .bp4-col-12 {
    width: 100%;
  }
}
