/** Generated: Friday, 1st of March 2019, 09:28:45 PM // Powered by AIOM+ (All In One Minify) created by David Karich **/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON */

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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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 {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
}

[class*='col-'] {
	float: left;
	padding-right: 0px;
}

/*[class*='col-']:last-of-type {
	padding-right: 0px;
}
*/
.grid {
	width: 100%;
	max-width: 1180px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}

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

.grid-pad {
	padding: 20px 0 0px 20px;
}

/*.grid-pad > [class*='col-']:last-of-type {
	padding-right: 0px;
}
*/
.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

@media handheld, only screen and (max-width: 767px) {

	.grid {
		/*width: 98%;*/
		min-width: 0;
		margin-left: 00px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0 auto;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
/*		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
*/	}
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  max-width: 1180px;
  margin: 0 auto;
  overflow-y: scroll;
  color: black;
}
h1 {
  color: #349440;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}
h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: .25rem;
  font-weight: 700;
  color: #333333;
}
p {
  margin-bottom: 1rem;
}
p a:link,
p a:visited {
  color: inherit;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
.nav-container {
  height: 340px;
  padding: 2rem 3rem;
  overflow-y: hidden;
  background: url('/site/templates/images/header_bg.jpg') center top no-repeat;
}
.nav-container .logo {
  float: left;
}
@media handheld, only screen and (max-width: 767px) {
  .nav-container {
    background-size: cover;
    height: auto;
    padding: 1rem;
  }
  .nav-container img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
ul.navigation {
  float: right;
  margin-top: 2.2rem;
}
@media handheld, only screen and (max-width: 767px) {
  ul.navigation {
    clear: right;
    width: 100%;
    display: block;
    margin-top: 1rem;
    text-align: center;
  }
}
ul.navigation li {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  display: inline-block;
  padding: 0 1rem;
  text-align: center;
}
@media handheld, only screen and (max-width: 767px) {
  ul.navigation li {
    font-size: 1.2rem;
    padding: 0 .5rem;
  }
}
ul.navigation li a:link,
ul.navigation li a:visited {
  text-decoration: none;
  color: #349440;
  font-weight: 700;
}
@media handheld, only screen and (max-width: 767px) {
  ul.navigation li a:link,
  ul.navigation li a:visited {
    color: white !important;
  }
}
ul.navigation li:last-of-type {
  margin-right: 0rem;
}
ul.navigation li.current a,
ul.navigation li.parent a {
  font-weight: 700;
  border-bottom: 1px solid #349440;
}
.content {
  padding: 3rem;
  background: url('/site/templates/images/chutes_dia.png') 90% bottom no-repeat;
}
@media handheld, only screen and (max-width: 767px) {
  .content {
    padding: 1.5rem;
  }
}
p img {
  max-width: 100%;
}
.home-intro h2 {
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
}
.home-intro ul {
  list-style-type: disc;
  margin-left: 1.2rem;
  margin-bottom: 2rem;
}
.before-after {
  padding-left: 2rem;
  padding-top: 2rem;
}
.before-after img {
  max-width: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .before-after {
    padding: 0;
  }
}
.stop-panel {
  overflow-y: hidden;
}
.stop-panel img,
.stop-panel ul,
.stop-panel p {
  float: left;
}
.stop-panel img {
  display: inline-block;
}
.stop-panel ul {
  margin: 0 2rem;
  border-right: 1px solid #DAD0D0;
  padding-right: 2rem;
}
.stop-panel ul li {
  color: #333333;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.25;
  list-style-type: disc;
}
.stop-panel p {
  font-weight: 900;
  color: #349440;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-top: .5rem;
  width: 7rem;
}
@media handheld, only screen and (max-width: 767px) {
  .stop-panel > img,
  .stop-panel ul,
  .stop-panel p {
    float: none;
    display: block;
  }
  .stop-panel img {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .stop-panel ul {
    padding-right: 0;
  }
  .stop-panel p {
    width: 100%;
    text-align: center;
  }
}
.testimonials img {
  margin-bottom: 1rem;
}
@media handheld, only screen and (max-width: 767px) {
  .testimonials img {
    max-width: 100%;
  }
}
.testimonials p {
  font-size: .9rem;
  font-style: italic;
}
.testimonials h3 {
  font-size: 1.1rem;
  color: #349440;
  font-weight: 700;
  margin-bottom: 2rem;
}
.testimonials h4 {
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
/* Forms */
form {
  margin-bottom: 3em;
  overflow: hidden;
  font-size: .9rem;
}
@media handheld, only screen and (max-width: 767px) {
  form {
    text-align: center;
  }
}
form label.InputfieldHeaderHidden {
  display: none;
}
form input[type=text],
form input[type='number'],
form input[type='email'],
form input[type='textarea'],
form #Inputfield_message,
form #Inputfield_email {
  border: 1px solid black;
  padding: .55rem;
  margin-bottom: 1em;
  border-radius: 5px;
}
form textarea {
  padding: .5rem;
  width: 20rem;
  margin-bottom: 1em;
  border-radius: 5px;
}
@media handheld, only screen and (max-width: 767px) {
  form textarea {
    width: 100%;
  }
}
.Inputfield {
  vertical-align: none;
}
.ui-widget-header {
  vertical-align: top;
}
label {
  display: inline-block;
  width: 9rem;
}
@media handheld, only screen and (max-width: 767px) {
  label {
    width: 100%;
    text-align: left;
  }
}
.ui-widget-content {
  display: inline-block;
}
.ui-widget-content p.notes {
  font-size: .7rem;
}
@media handheld, only screen and (max-width: 767px) {
  .ui-widget-content {
    width: 100%;
  }
}
.ui-widget-content input {
  width: 20rem;
}
@media handheld, only screen and (max-width: 767px) {
  .ui-widget-content input {
    width: 100%;
  }
}
button[type=submit] {
  background-color: #efefef;
  padding: .5rem;
  border: 1px solid #cecece;
  font-size: .9rem;
  border-radius: 5px;
  color: #7b7b7b;
}
@media handheld, only screen and (max-width: 767px) {
  button[type=submit] {
    margin: 0 auto;
    display: inline-block;
  }
}
.footer {
  background-color: rgba(224, 224, 224, 0.4);
  padding: 1rem 2rem;
}
.footer p {
  font-size: .9rem;
}
.footer .pest-logos img {
  display: inline-block;
  height: auto;
  vertical-align: top;
  margin-bottom: 1rem;
}
.footer .pest-logos img.pest-logo {
  width: 8rem;
  margin-right: 1rem;
}
.footer .pest-logos img.insured-logo {
  height: 4rem;
}
.footer > div {
  padding: 1.5rem 2rem 0 2rem;
  border-right: 1px solid #DAD0D0;
}
.footer > div:first-of-type {
  padding-left: 0;
}
.footer > div:last-of-type {
  border-right: none;
}
@media handheld, only screen and (max-width: 767px) {
  .footer > div {
    padding: 0;
    text-align: center;
    border-right: none;
  }
}
/* Edit button when logged in */
a.editpage {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: black;
  padding: .9rem;
  margin: .2rem;
}
a.editpage:link,
a.editpage:visited {
  font-family: 'Roboto', sans-serif;
  color: white;
  text-decoration: none;
}
a.editpage:hover {
  text-decoration: underline;
}
