/*
Theme Name: Bootstrap 3.1.1 Starter Wordpress theme
Author: 3sparks llc
Author URI: http://3sparks.net/
Description: This is a blank bootstrap 3.1.1 theme for wordpress. Feel free to use this as a starter template for your projects.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone, img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

/*Wordpress editor styles end*/

/*--FONT STYLES--*/
@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 55 Roman'), url('fonts/AvenirLTStd-Roman.woff') format('woff');
}

@font-face {
    font-family: 'Avenir LT Std 35 Light';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 35 Light'), url('fonts/AvenirLTStd-Light.woff') format('woff');
}

@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 55 Roman'), url('fonts/AvenirLTStd-Roman.woff') format('woff');
}

@font-face {
    font-family: 'Avenir LT Std 85 Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 85 Heavy'), url('fonts/AvenirLTStd-Heavy.woff') format('woff');
}

@font-face {
    font-family: 'Avenir LT Std 85 Heavy Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 85 Heavy Oblique'), url('fonts/AvenirLTStd-HeavyOblique.woff') format('woff');
}

@font-face {
    font-family: 'Avenir LT Std 95 Black';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 95 Black'), url('fonts/AvenirLTStd-Black.woff') format('woff');
}

@font-face {
    font-family: 'Avenir LT Std 65 Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 65 Medium'), url('fonts/AvenirLTStd-Medium.woff') format('woff');
}

/*--HEADER STYLES--*/
#header-wrapper {
    height: 168px;
}

#header-wrapper.home {
    position: absolute;
    left: 0;
    top: 0;
    height: 169px;
}

#header {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}

#header-logo {
    position: relative;
    float: left;
    margin: 29px 0 0 0;
}

#header-slogan {
    font-family: 'Avenir LT Std 55 Roman';
    color: #5f7333;
    margin: 53px 0 0 0;
    padding: 0 0 0 28px;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
}

#header-social {
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
}

#header-social a {
    display: inline-block;
    background-color: #5f7333;
    border-radius: 4px;
    behavior: url('PIE.htc');
    zoom: 1;
    padding: 0;
    width: 23px;
    height: 23px;
    margin-left: 5px;
}

#header-social img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -moz-backface-visibility: hidden;
}

#header-social img:hover {
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    -moz-backface-visibility: hidden;
}

#header-phone {
    /*font-family: 'Avenir LT W01 55 Roman';*/
    font-family: 'Avenir LT Std 55 Roman';
    font-size: 24px;
    color: #5f7333;
    margin: 7px 0 5px 0;
    padding: 0;
}

#header-phone img {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 8px 0 0;
}

#header-search, #searchform {
    position: relative;
    height: 25px;
    margin: 15px 0 20px 0;
}

#header-search-input, #s {
    position: relative;
    width: 200px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    padding: 0 0px 0 5px;
    background-color: #f8f8f8;
    border: 1px solid #d6d6d6;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

#header-search-input:focus, #s:focus {
    width: 215px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    box-shadow: 0 0 5px 5px #888;
}

#header-search-input:hover, #s:hover {
    border: 1px solid #9f9f9f;
}

#header-search-button, #searchsubmit {
    width: 26px;
    height: 26px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -moz-backface-visibility: hidden;
}

/*--NAVIGATION STYLES--*/
#main-nav-outer {
    position: absolute;
    height: 51px;
    top: 117px;
    left: 0px;
    background-color: #6b9b00;
    border-bottom: 2px solid #435130;
}

#main-nav-wrapper ul.main-nav {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 90000;
    text-align: center;
}

#main-nav-wrapper ul.main-nav li {
    position: relative;
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
    height: 50px;
    line-height: 49px;
    font-size: 13px;
    color: #4b5c25;
    font-family: 'Avenir LT Std 35 Light';
}

#main-nav-wrapper ul.main-nav li a {
    display: block;
    float: left;
    height: 50px;
    line-height: 49px;
    margin: 0;
    padding: 0 15px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}

#main-nav-wrapper ul.main-nav li.first a {
    padding-left: 0;
}

#main-nav-wrapper ul.main-nav li:hover a, #main-nav-wrapper ul li.current a, #main-nav-wrapper ul li.currentParent a {
    color: #cbdb83;
}

#main-nav-wrapper ul.main-nav li a:hover {
    text-decoration: none;
}

#main-nav-wrapper ul.main-nav li a.sub {
    background: url('images/navigation/main-nav-arrow.png') no-repeat center 33px;
}

#main-nav-wrapper ul.main-nav li:hover a.sub {
    position: relative;
    background: url('images/navigation/main-nav-arrow-active.png') no-repeat center 33px;
    z-index: 99999;
}

#main-nav-wrapper ul.main-nav li:hover {
    position: relative;
    z-index: 99999;
}

#main-nav-client-login {
    display: block;
    width: 135px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Avenir LT Std 55 Roman';
    background-color: #4d85d1;
    border: 1px solid #78a1d9;
    -moz-box-shadow: 0 3px 1px -1px #2b466a;
    -webkit-box-shadow: 0 3px 1px -1px #2b466a;
    box-shadow: 0 3px 1px -1px #2b466a;
    border-radius: 10px;
    behavior: url('PIE.htc');
    zoom: 1;
    z-index: 99999;
    text-decoration: none;
    position: relative;
    top: 7px;
}

#main-nav-client-login:hover {
    background-color: #78a1d9;
    text-decoration: none;
}

#main-nav-wrapper ul.main-nav li ul.main-nav-sub {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    width: 255px;
    margin: 0;
    padding: 8px;
    text-align: left;
    border: 1px #687540 solid;
    background-color: #cbdb83;
    background-image: none;
    z-index: 80000;
    border-radius: 5px;
    behavior: url('PIE.htc');
    zoom: 1;
}

#main-nav-wrapper ul.main-nav li.last ul {
    left: auto;
    right: 5px;
}

#main-nav-wrapper ul.main-nav li ul.main-nav-sub li {
    list-style: none;
    float: none;
    position: static;
    margin: auto;
    padding: 0;
    background-image: none;
}

#main-nav-wrapper ul.main-nav li ul.main-nav-sub li a {
    display: block;
    float: none;
    height: auto;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    color: #37421f;
    margin: 0;
    padding: 3px 0;
    z-index: 80000;
}

#main-nav-wrapper ul.main-nav li ul.main-nav-sub li.subItems a {
    border-bottom: 1px #d6d6d6 solid;
}

#main-nav-wrapper ul.main-nav li ul.main-nav-sub li a:hover, #main-nav-wrapper ul.main-nav li ul.main-nav-sub li a.current, #main-nav-wrapper ul.main-nav li ul.main-nav-sub li a.currentParent {
    color: #37421f;
    text-decoration: underline;
}

#main-nav-wrapper ul.main-nav li:hover > ul.main-nav-sub, #main-nav-wrapper ul.main-nav li:hover > ul.main-nav-sub li ul.main-nav-sub-sub, #main-nav-wrapper ul li:hover > ul li ul {
    display: block;
    z-index: 70000;
    clear: both;
}

#side-nav-wrapper {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background: rgb(249, 249, 249);
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(236, 236, 236, 1) 44%, rgba(217, 217, 217, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 249, 249, 1)), color-stop(44%, rgba(236, 236, 236, 1)), color-stop(100%, rgba(217, 217, 217, 1)));
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(236, 236, 236, 1) 44%, rgba(217, 217, 217, 1) 100%);
    background: -o-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(236, 236, 236, 1) 44%, rgba(217, 217, 217, 1) 100%);
    background: -ms-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(236, 236, 236, 1) 44%, rgba(217, 217, 217, 1) 100%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(236, 236, 236, 1) 44%, rgba(217, 217, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#d9d9d9', GradientType=0);
}

ul.side-nav {
    /* margin: 0 auto;
    padding: 15px 0 35px 0;
    display: block;
    width: 100%;
    max-width: 940px;
    text-align: left; */
    background: url('images/bottom-nav-bg.png') no-repeat bottom left;
}

ul.side-nav li {
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
    display: inline-block;
    text-align: left;
    width: 220px;
    vertical-align: top;
}

ul.side-nav li.side-sub-parent {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 2px solid #b2c8a8;
}

ul.side-nav li.side-sub-parent a {
    display: block;
    font-family: 'Avenir LT Std 55 Roman';
    font-size: 24px;
    font-weight: 700;
    color: #4a7c32;
    padding: 0 40px;
    text-decoration: none;
    text-transform: uppercase;
}

ul.side-nav li.side-sub-parent a:hover {
    text-decoration: none;
    color: #d0ea8b;
}

ul.side-nav li.side-sub-item a {
    display: block;
    font-size: 14px;
    color: #4b4b4b;
    padding: 10px 0;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px #d6d6d6 solid;
}

ul.side-nav li.side-sub-item a:hover {
    color: #3f660c;
    text-decoration: none;
    border-bottom: 1px #3f660c solid;
}

ul.side-nav li.side-sub-item ul.side-sub-nav {
    margin: 0;
    padding: 0 0 0 20px;
}

ul.side-nav li ul li.side-sub-sub-item {
    border-bottom: none;
}

ul.side-nav li ul li.side-sub-sub-item a {
    padding: 5px 0 0 0;
    border-bottom: none;
}

ul.side-nav li.side-sub-item ul.side-sub-nav li.side-sub-sub-item.current a, ul.side-nav li.side-sub-item ul.side-sub-nav li.side-sub-sub-item.currentParent a {
    color: #76982f;
    text-decoration: none;
    border-bottom: none;
}

ul.side-nav li.side-sub-item ul.side-sub-nav li.side-sub-sub-item a:hover {
    text-decoration: none;
    color: #76982f;
    border-bottom: none;
}

#commercial-pages #side-nav-wrapper {
    margin: 0 0 15px 0;
}

#commercial-pages ul.side-nav li.side-sub-parent a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 10px;
    text-decoration: none;
}

#commercial-pages ul.side-nav li.side-sub-item a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding: 6px 25px 6px 10px;
    text-decoration: none;
}

#content-left-commercial-sub ul.side-nav li.side-sub-item a:hover, #content-left-commercial-sub ul.side-nav li.side-sub-item.current a, #content-left-commercial-sub ul.side-nav li.side-sub-item.currentParent a {
    text-decoration: underline;
}

#commercial-pages ul.side-nav li.side-sub-item ul.side-sub-nav {
    margin: 0 0 0 40px;
    padding: 0 0 0 5px;
}

#commercial-pages ul.side-nav li.side-sub-item ul.side-sub-nav li.side-sub-sub-item {
    list-style: disc;
    border: none;
}

#commercial-pages ul.side-nav li.side-sub-item ul.side-sub-nav li.side-sub-sub-item a {
    font-size: 12px;
    font-weight: normal;
    padding-left: 0;
    border: none;
}

#commercial-pages ul.side-nav li.side-sub-item ul.side-sub-nav li.side-sub-sub-item a:hover, #commercial-pages ul.side-nav li.side-sub-item ul.side-sub-nav li.side-sub-sub-item a.current {
    text-decoration: underline;
}

#commercial-pages ul.side-nav li:hover.side-sub-item, #commercial-pages ul.side-nav li.side-sub-item.current, #commercial-pages ul.side-nav li:hover.side-sub-item.sub-more, #commercial-pages ul.side-nav li.side-sub-item.sub-more.currentParent {
    background-color: #e6e6e6;
}

#sub-nav-wrapper {
    position: absolute;
    width: 950px;
    height: 39px;
    margin: 0 0 0 -470px;
    left: 50%;
    top: 30px;
    z-index: 100;
}

ul.sub-nav {
    height: 39px;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.sub-nav li {
    display: inline-block;
    list-style: none;
    height: 37px;
    line-height: 37px;
    margin: 0;
    background: url('images/navigation/sub-nav-bg.png') repeat-x;
    border-top: 1px #707070 solid;
    border-bottom: 1px #707070 solid;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

ul.sub-nav li#first {
    border-left: 1px #707070 solid;
    border-radius: 5px 0 0 5px;
    behavior: url('PIE.htc');
}

ul.sub-nav li#last {
    border-right: 1px #707070 solid;
    border-radius: 0 5px 5px 0;
    behavior: url('PIE.htc');
}

.sub-nav-divider {
    width: 2px;
    height: 37px;
    display: inline-block;
    *zoom: 1;
    *display: inherit;
    vertical-align: top;
}

ul.sub-nav li a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 8px;
    *zoom: 1;
    display: inline;
    text-decoration: none;
}

ul.sub-nav li:hover {
    background: url('images/navigation/sub-nav-active-bg.png') repeat-x;
    border-top: 1px #377ad1 solid;
    border-bottom: 1px #377ad1 solid;
}

ul.sub-nav li#first:hover {
    border-left: 1px #377ad1 solid;
    border-radius: 5px 0 0 5px;
    behavior: url('PIE.htc');
}

ul.sub-nav li#last:hover {
    border-right: 1px #377ad1 solid;
    border-radius: 0 5px 5px 0;
    behavior: url('PIE.htc');
}

ul.sub-nav li ul {
    margin-left: 40px;
}

ul.sub-nav li ul li a {
    border-bottom: none;
}

ul.footer-nav {
    margin: 0;
    padding: 25px 0 0 0;
}

ul.footer-nav li {
    display: inline;
    padding-right: 45px;
}

ul.footer-nav li a {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

ul.footer-nav li a:hover, ul.footer-nav li a.current, ul.footer-nav li a.currentParent {
    text-decoration: none;
    color: #D9E783;
}

/*--EDEN PEST STYLESHEET 2014--*/
/*--UPDATED BY: CDC - 04/01/15--*/

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    /*margin-top: -28px;*/
    /*padding-bottom: 28px;*/

}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* end clearfix */

/*--CONTENT STYLES--*/
#content-wrapper.updated-wrapper {
    position: relative;
    background: url('images/content-wrapper-bg-1.png') repeat-x 0 333px;
}

#content.updated {
    position: relative;
    width: 1070px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff url('images/content-updated-bg.png') repeat-x 0 447px;
}

#content-updated-left {
    position: absolute;
    width: 20px;
    height: 612px;
    left: -20px;
    bottom: 0px;
}

#content-updated-right {
    position: absolute;
    width: 20px;
    height: 612px;
    right: -20px;
    bottom: 0px;
}

#content-inner {
    position: relative;
    padding: 117px 85px 40px 85px;
}

#content {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding: 15px 0;
}

#content-bottom {
    position: relative;
    margin: 0;
    padding: 0;
}

#content-top {
    position: relative;
    margin: 0;
    padding: 0;
}

#content-right-1-commercial {
    position: relative;
    width: 640px;
    float: left;
    margin: 0;
    padding: 0;
}

#content img {
    max-width: 100%;
    height: auto;
}

#content-left-commercial-landing {
    position: relative;
    width: 626px;
    float: left;
    margin: 30px 0 0 0;
    padding: 0;
}

#content-right-commercial-landing {
    position: relative;
    width: 300px;
    float: right;
    margin: 30px 0 0 0;
    padding: 17px 0 0 0;
}

#breadcrumb {
    font-size: 12px;
    color: #616e54;
    margin: 0;
    padding: 10px 0 8px 0;
    border-bottom: 1px #d6d6d6 solid;
}

#breadcrumb img {
    padding: 0 4px;
    vertical-align: middle;
}

#breadcrumb a {
    color: #77a222;
    text-decoration: none;
}

#breadcrumb a:hover {
    text-decoration: underline;
}

#commercial-pages #breadcrumb {
    position: absolute;
    width: 940px;
    height: 25px;
    line-height: 25px;
    top: 360px;
    left: 50%;
    margin: 0 0 0 -470px;
    padding: 0;
    color: #ffffff;
    z-index: 70000;
    border: none;
}

#commercial-pages #breadcrumb a {
    color: #a6c5fd;
}

.content-repeating-item {
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    background: -moz-linear-gradient(left, rgba(198, 227, 133, 1) 0%, rgba(255, 255, 255, 0.16) 70%, rgba(255, 255, 255, 0) 83%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(198, 227, 133, 1)), color-stop(70%, rgba(255, 255, 255, 0.16)), color-stop(83%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(198, 227, 133, 1) 0%, rgba(255, 255, 255, 0.16) 70%, rgba(255, 255, 255, 0) 83%);
    background: -o-linear-gradient(left, rgba(198, 227, 133, 1) 0%, rgba(255, 255, 255, 0.16) 70%, rgba(255, 255, 255, 0) 83%);
    background: -ms-linear-gradient(left, rgba(198, 227, 133, 1) 0%, rgba(255, 255, 255, 0.16) 70%, rgba(255, 255, 255, 0) 83%);
    background: linear-gradient(to right, rgba(198, 227, 133, 1) 0%, rgba(255, 255, 255, 0.16) 70%, rgba(255, 255, 255, 0) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e385', endColorstr='#00ffffff', GradientType=1);
}

.content-repeating-item-inner {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
}

.content-repeating-item.even {
    border: none;
    background: #fff;
}

.description-image {
    position: relative;
    display: block;
    float: left;
    margin: 0 15px 10px 0;
}

.content-repeating-item.even .description-image {
    float: right;
    margin: 0 0 10px 15px;
}

.video {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: auto;
    border: 1px solid #fff;
}

.button {
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Avenir LT Std 55 Roman';
    background-color: #4d85d1;
    border: 1px solid #78a1d9;
    -moz-box-shadow: 0 3px 1px -1px #2b466a;
    -webkit-box-shadow: 0 3px 1px -1px #2b466a;
    box-shadow: 0 3px 1px -1px #2b466a;
    border-radius: 10px;
    behavior: url('PIE.htc');
    zoom: 1;
    z-index: 99999;
    text-decoration: none;
}

.button:hover {
    background-color: #78a1d9;
    text-decoration: none;
}

/*--HOMEPAGE STYLES--*/
.homepage-content h1 {
    position: relative;
    text-align: center;
    width: 615px;
    color: #fff;
    font-family: 'Avenir LT Std 35 Light';
    font-size: 36px;
    left: 262px;
    text-shadow: 0 1px #000;
    line-height: 40px;
    margin-bottom: 26px;
}

.homepage-content h1 span {
    /*font-family: 'Avenir LT W01 85 Heavy';*/
    font-weight: bolder;
}

a#u1183, a#u1194, a#u1205, a#u1216, a#u1227, a#u1238 {
    font-family: 'Avenir LT W01 95 Black';
    display: block;
    text-align: center;
    padding-top: 95px;
    color: #29370a;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 12px;
}

a#u1183:hover, a#u1194:hover, a#u1205:hover, a#u1216:hover, a#u1227:hover, a#u1238:hover {
    text-decoration: none;
    color: #fff;
}

a#u1238 span {
    font-size: 14px;
    display: block;
}

a.anchor, a.anchor:hover {
    -moz-backface-visibility: hidden;
}

.homepage-content h2 {
    position: relative;
    text-align: center;
    width: 650px;
    color: #fff;
    font-family: 'Avenir LT Std 35 Light';
    font-size: 36px;
    text-shadow: 0 1px #000;
    line-height: 40px;
    margin-bottom: 26px;
    text-transform: none;
}

.homepage-content h2 span {
    font-family: 'Avenir LT W01 85 Heavy';
    text-transform: uppercase;
}

.homepage-learn-more.button {
    display: block;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    z-index: 9999999999;
}

.homepage-testimonial {
    text-align: center;
    margin: 0;
    display: inline-block;
    padding: 0 10px;
    color: #231f20;
    font-size: 18px;
    font-family: 'Avenir LT Std 35 Light';
}

img.quote {
    display: inline-block;
    vertical-align: top;
}

img.small {
    width: 47px;
    height: 41px;
}

img.large {
    width: 61px;
    height: 53px;

}

.homepage-testimonial-wrapper.testimonial1 {
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
}

.homepage-testimonial.testimonial-1 {
    width: 308px;
    font-size: 22px;
    line-height: 22px;
}

.homepage-testimonial-wrapper.testimonial2 {
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)";
    filter: alpha(opacity=4);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    margin-top: -35px;
}

.homepage-testimonial.testimonial2 {
    width: 365px;
    font-size: 20px;
    line-height: 22px;
}

.homepage-testimonial-wrapper.testimonial3 {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    margin-left: -50px;
}

.homepage-testimonial.testimonial3 {
    width: 600px;
    font-size: 32px;
    line-height: 35px;
}

.homepage-testimonial.testimonial3 strong {
    font-weight: 800;
}

.homepage-testimonial-wrapper.testimonial4 {
    opacity: .45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    -khtml-opacity: 0.45;
    margin-left: -15px;
}

.homepage-testimonial.testimonial4 {
    width: 350px;
    font-size: 20px;
    line-height: 22px;
}

.homepage-testimonial-wrapper.testimonial5 {
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)";
    filter: alpha(opacity=4);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
}

.homepage-testimonial.testimonial5 {
    width: 400px;
    font-size: 18px;
    line-height: 20px;
}

.homepage-industry {
    display: block;
}

.homepage-industry img {
    width: 134px;
    height: 134px;
    border: 3px solid #fff;
    -moz-box-shadow: 0 0 1px 1px #999;
    -webkit-box-shadow: 0 0 1px 1px #999;
    box-shadow: 0 0 1px 1px #999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.homepage-industry:hover img {
    border: 3px solid #D9E783;
    -moz-box-shadow: 0 0 3px 3px #888;
    -webkit-box-shadow: 0 0 3px 3px #888;
    box-shadow: 0 0 3px 3px #888;
}

.homepage-location {
    position: absolute;
    width: 140px;
    text-align: center;
}

.homepage-location p {
    font-size: 13px;
    color: #231f20;
    font-family: 'Avenir LT Std 55 Roman';
    margin: 0;
}

.homepage-location p span {
    font-weight: 800;
    margin: 5px 0;
    display: block;
}

.homepage-location.washington1 {
    left: 25px;
    top: 45px;
}

.homepage-location.washington2 {
    right: 25px;
    bottom: 60px;
}

.homepage-location.oregon1 {
    right: 36px;
    top: 40px;
}

.homepage-location.oregon2 {
    left: 35px;
    bottom: 45px;
}

#homepage-live-help {
    position: fixed;
    width: 302px;
    height: 70px;
    right: 20px;
    bottom: 20px;
    z-index: 9999999999999;
}

#homepage-live-help img {
    border-radius: 10px;
    behavior: url('PIE.htc');
    zoom: 1;
}

/*--NEWSLETTER AND INSPECTION BUTTONS STYLES--*/
.side-nav-free-inspection-button {
    font-family: 'Avenir LT W01 55 Roman';
    position: relative;
    display: block;
    color: #a96800;
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #d4d4d4;
    -moz-box-shadow: 0 3px 1px -1px #878787;
    -webkit-box-shadow: 0 3px 1px -1px #878787;
    box-shadow: 0 3px 1px -1px #878787;
    border-radius: 10px;
    behavior: url('PIE.htc');
    zoom: 1;
    text-align: center;
    padding: 10px 0;
    margin: 15px 0;
    background: #ffdc88;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmE4M2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffdc88 0%, #dfa83e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdc88), color-stop(100%, #dfa83e));
    background: -webkit-linear-gradient(top, #ffdc88 0%, #dfa83e 100%);
    background: -o-linear-gradient(top, #ffdc88 0%, #dfa83e 100%);
    background: -ms-linear-gradient(top, #ffdc88 0%, #dfa83e 100%);
    background: linear-gradient(to bottom, #ffdc88 0%, #dfa83e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc88', endColorstr='#dfa83e', GradientType=0);
}

.side-nav-free-inspection-button:hover {
    text-shadow: 5px 5px 10px #fff;
    -moz-box-shadow: 0 3px 1px -1px #A96800;
    -webkit-box-shadow: 0 3px 1px -1px #A96800;
    box-shadow: 0 3px 1px -1px #A96800;
}

.side-nav-free-inspection-button span {
    font-family: 'Avenir LT W01 95 Black';
    text-transform: uppercase;
    color: #333;
    display: block;
    margin-top: -8px;
}

.side-nav-free-inspection-button img {
    padding: 0 0 0 10px;
    float: left;
}

#newsletter-signup-wrapper {
    position: relative;
    width: 240px;
    margin: 0;
    padding: 0;
}

img.email-icon {
    display: block;
    margin: 0 auto 10px auto;
}

input.newsletter-field {
    position: relative;
    width: 220px;
    height: 34px;
    margin: 0;
    padding: 0 10px;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    font-size: 13px;
    color: #212121;
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inner 0 0 5px #888;
}

input.newsletter-button {
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 45px;
    height: 36px;
    z-index: 99;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input.newsletter-button:hover {
    opacity: .85;
}

/*--FOOTER STYLES--*/
#footer-upper-wrapper {
    position: relative;
    min-height: 188px !important;
    border-top: 5px #d8e67c solid;
    z-index: 999999;
    background: rgb(123, 159, 48);
    background: -moz-linear-gradient(top, rgba(123, 159, 48, 1) 0%, rgba(114, 146, 45, 1) 44%, rgba(94, 119, 40, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(123, 159, 48, 1)), color-stop(44%, rgba(114, 146, 45, 1)), color-stop(100%, rgba(94, 119, 40, 1)));
    background: -webkit-linear-gradient(top, rgba(123, 159, 48, 1) 0%, rgba(114, 146, 45, 1) 44%, rgba(94, 119, 40, 1) 100%);
    background: -o-linear-gradient(top, rgba(123, 159, 48, 1) 0%, rgba(114, 146, 45, 1) 44%, rgba(94, 119, 40, 1) 100%);
    background: -ms-linear-gradient(top, rgba(123, 159, 48, 1) 0%, rgba(114, 146, 45, 1) 44%, rgba(94, 119, 40, 1) 100%);
    background: linear-gradient(to bottom, rgba(123, 159, 48, 1) 0%, rgba(114, 146, 45, 1) 44%, rgba(94, 119, 40, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b9f30', endColorstr='#5e7728', GradientType=0);
}

#footer-top-link {
    position: absolute;
    width: 63px;
    height: 46px;
    right: 0;
    top: 5px;
    z-index: 99999999999;
}

#footer-lower-wrapper {
    position: relative;
    min-height: 150px !important;
    background: rgb(51, 66, 22);
    background: -moz-linear-gradient(top, rgba(51, 66, 22, 1) 0%, rgba(56, 72, 22, 1) 44%, rgba(56, 72, 22, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 66, 22, 1)), color-stop(44%, rgba(56, 72, 22, 1)), color-stop(100%, rgba(56, 72, 22, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 66, 22, 1) 0%, rgba(56, 72, 22, 1) 44%, rgba(56, 72, 22, 1) 100%);
    background: -o-linear-gradient(top, rgba(51, 66, 22, 1) 0%, rgba(56, 72, 22, 1) 44%, rgba(56, 72, 22, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 66, 22, 1) 0%, rgba(56, 72, 22, 1) 44%, rgba(56, 72, 22, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 66, 22, 1) 0%, rgba(56, 72, 22, 1) 44%, rgba(56, 72, 22, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#334216', endColorstr='#384816', GradientType=0);
}

.footer-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

.footer-inner.top {
    min-height: 188px !important;
    background: url('images/footer-inner-top-bg.png') no-repeat right bottom;
}

#footer-info-wrapper {
    margin: 50px 0 0 0;
}

.footer-info-text {
    color: #d9e783;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 45px 0 0;
}

#footer-lower-text {
    position: relative;
    width: 720px;;
    float: right;
    font-size: 13px;
    color: #76982f;
    margin: 0;
    padding: 20px 0 0 0;
    text-align: right;
    height: 30px;
    line-height: 30px;
}

#footer-lower-text a {
    color: #76982f;
    text-decoration: none;
}

#footer-lower-text a:hover, #footer-lower-text a.current {
    color: #fff;
}

#footer-lower-text img {
    padding-left: 14px;
    vertical-align: middle;
}

#footer-lower-phone {
    position: relative;
    width: 190px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #76982f;
    margin: 0;
    padding: 17px 0 0 0;
}

#bottom-buttons {
    position: relative;
    text-align: center;
    width: 940px;
    margin: 25px auto;
}

.bottom-button {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
}

#review-button {
    display: block;
    color: #4880c9;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}

#review-button:hover {
    color: #76982f;
}

#review-button img {
    display: block;
    margin: 0 auto;
}

/*--INTERIOR BANNER STYLES--*/
#interior-banner-wrapper {
    position: relative;
    width: 100%;
    height: 213px;
    background: #3b6cae url('images/interior-banner-bg.jpg') no-repeat center;
    border-bottom: 5px #d9e780 solid;
}

#commercial-pages #interior-banner-wrapper {
    position: relative;
    width: 100%;
    height: 213px;
    background: #3b6cae url('images/interior-banner-bg.jpg') no-repeat center;
    border-bottom: 1px #dae785 solid;
}

#interior-banner {
    position: relative;
    width: 940px;
    height: 213px;
    margin: 0 auto;
    padding: 0;
}

#interior-banner-logo {
    position: absolute;
    width: 344px;
    height: 204px;
    right: 90px;
    bottom: -5px;
    z-index: 2000;
}

#interior-banner-heading {
    width: 400px;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 40px;
    color: #ffffff;
    margin: 0;
    padding: 50px 0 0 0;
}

#interior-banner-image {
    position: absolute;
    width: 620px;
    height: 213px;
    right: 0px;
    bottom: 0;
    z-index: 2;
}

#banner-graphic-pest-library {
    position: absolute;
    width: 547px;
    height: 204px;
    right: 9px;
    bottom: -5px;
    z-index: 2000;
}

/*--LARGE BANNER STYLES--*/
#banner-wrapper {
    position: relative;
    width: 1070px;
    height: 440px;
}

#banner-background-image {
    position: absolute;
    width: 1070px;
    height: 440px;
    left: 0;
    top: 0;
    z-index: 1;
}

#banner-graphic-overlay {
    position: absolute;
    width: 460px;
    height: 370px;
    right: 55px;
    bottom: -184px;
    z-index: 20;
}

#banner-heading {
    position: relative;
    margin: 0 0 0 88px;
    padding: 110px 0 0 0;
    font-size: 27px;
    font-weight: bold;
    color: #282828;
    z-index: 2;
}

#banner-sub-heading {
    position: relative;
    margin: 0 0 30px 88px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    color: #7a7a7a;
    z-index: 2;
}

#banner-caption {
    position: relative;
    width: 390px;
    margin: 30px 0 0 88px;
    padding: 0;
    z-index: 2;
}

#banner-caption p {
    font-size: 16px;
    font-weight: bold;
    color: #282828;
}

#banner-contact-info-wrapper {
    position: absolute;
    width: 238px;
    top: 304px;
    left: 116px;
    text-align: center;
    z-index: 2;
}

#banner-contact-info-wrapper p {
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    color: #555353;
    margin: 20px 0 0 0;
}

#banner-contact-info-wrapper p span {
    font-size: 14px;
}

#banner-did-you-know-wrapper {
    position: absolute;
    width: 450px;
    left: 85px;
    top: 464px;
    z-index: 2;
}

#banner-did-you-know-heading {
    font-size: 17px;
    font-weight: bold;
    color: #616161;
    margin: 0;
}

#banner-did-you-know-content {
    font-size: 14px;
    font-style: italic;
    color: #616161;
    margin: 0;
}

/*--INTERIOR CAROUSEL STYLES--*/
#interior-carousel-wrapper {
    position: relative;
    width: 100%;
    height: 213px;
    background: #3b6cac url('images/interior-banner-bg.jpg') no-repeat center;
    border-bottom: 5px #d9e780 solid;
}

#commercial-pages #interior-carousel-wrapper {
    position: relative;
    width: 100%;
    height: 213px;
    background: #3b6cac url('images/interior-banner-bg.jpg') no-repeat center;
    border-bottom: 1px #dae785 solid;
}

#interior-carousel-inner {
    position: relative;
    width: 940px;
    height: 213px;
    margin: 0 auto;
    padding: 0;
    background: none !important;
}

#interior-carousel-logo {
    position: absolute;
    width: 344px;
    height: 204px;
    right: 0px;
    bottom: -5px;
    z-index: 70000;
}

#interior-carousel-content {
    position: relative;
    width: 940px;
    height: 213px;
    z-index: 1;
    background: none !important;
}

.interior-carousel {
    position: relative;
    width: 940px;
    height: 213px;
    background: none !important;
}

.interior-carousel img {
    margin: 0;
    width: 620px;
    height: 213px;
    position: absolute;
    z-index: 1;
    background: none !important;
    bottom: 0px;
    right: 0px;
}

.interior-carousel img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

/*--IMPORTANT!! - STOPS CAROUSEL IMAGES LOADING UNDER EACH OTHER--*/
.interior-carousel img:first-child {
    display: block;
}

/*--IMPORTANT!! - STOPS CAROUSEL IMAGES LOADING UNDER EACH OTHER--*/

.interior-carousel-caption {
    position: relative;
    width: 350px;
    margin: 0;
    padding: 40px 0 0 50px;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
    z-index: 5000;
}

/*--SEASON CAROUSEL STYLES--*/
#seasons-carousel-outer-wrapper {
    position: relative;
    background: #032a4b;
    margin-top: -2px;
}

#seasons-carousel-wrapper {
    position: relative;
    width: 940px;
    height: 381px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.seasons-carousel-item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 940px;
    height: 381px;
}

.seasons-carousel-pest-image {
    width: 86px;
    height: 56px;
}

.seasons-carousel-info-wrapper {
    position: absolute;
    top: 100px;
    left: 0;
    width: 260px;
}

.seasons-carousel-info-wrapper p {
    margin: 0;
    padding: 0;
    color: #7e9fbc;
}

.seasons-carousel-caption {
    width: 260px;
    color: #042a4b;
    padding: 2px 0 20px 0;
}

.seasons-carousel-caption p {
    font-size: 14px;
    color: #7e9fbc;
}

.seasons-carousel-pest-image {
    width: 73px;
    height: auto;
    float: left;
    border: 2px #d1d1d1 solid;
    margin: 0 4px;
}

.seasons-carousel-nav-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 6;
    width: 270px;
    height: 75px;
    text-align: left;
}

#seasons-carousel-nav {
    margin: 0;
    padding: 0;
}

#seasons-carousel-nav li {
    list-style: none;
    display: inline-block;
    width: 60px;
    height: 67px;
    margin: 0 5px 0 0;
    border-radius: 0 0 10px 10px;
    position: relative;
    top: -12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

#seasons-carousel-nav li.activeSlide {
    top: -2px;
}

#seasons-carousel-nav li a {
    display: block;
    width: 60px;
    height: 77px;
    border-radius: 0 0 10px 10px;
}

a.seasons-link-0 {
    display: block;
    text-decoration: none;
    background: #c0d766 url('images/spring-nav.png') no-repeat;
}

a.seasons-link-1 {
    display: block;
    text-decoration: none;
    background: #ffc038 url('images/summer-nav.png') no-repeat;
}

a.seasons-link-2 {
    display: block;
    text-decoration: none;
    background: #ff8838 url('images/fall-nav.png') no-repeat;
}

a.seasons-link-3 {
    display: block;
    text-decoration: none;
    background: #4d96d4 url('images/winter-nav.png') no-repeat;
}

.seasons-sub-carousel {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 670px;
    height: 381px;
}

.seasons-carousel-image img {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.seasons-carousel-image img:first-child {
    display: block;
}

/*--CONTACT FORM PAGE STYLES--*/
#contact-form-wrapper {
    position: relative;
}

#contact-form-right {
    width: 400px;
    float: right;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid #d0d0d0;
}

#contact-form-left {
    width: 500px;
}

/*--FORM STYLES--*/
.form-wrapper {
    position: relative;
    margin: 15px 0 5px 0;
}

.alert {
    color: red;
    font-style: italic;
}

.form-field {
    padding: 2px 0 2px 0;
    margin: 0 0 3px 0;
}

.form-field span.form-label {
    display: block;
    padding: 3px 6px 6px 0;
    margin: 0;
    vertical-align: top;
    font-weight: 700;
    font-size: 13px;
}

.form-field input, .form-field textarea {
    display: block;
    padding: 5px;
    font-size: 12px;
}

span.form-field {
    display: block;
}

.form-field input {
    /*border: 1px solid #d0d0d0;*/
    /*background-color: #e9e9e9;*/
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.form-field input:hover {
    border: 1px solid #555;
}

.form-field input:focus {
    /*border: 1px solid #555;*/
    /*-moz-box-shadow: 0 0 5px #000;*/
    /*-webkit-box-shadow: 0 0 5px #000;*/
    /*box-shadow: 0 0 5px #000;*/
}

.form-field input#zip, .form-field input#zip-code {
    width: 100px;
}

.form-field textarea {
    resize: none;
    zoom: 1;
    /*border: 1px solid #d0d0d0;*/
    /*background-color: #e9e9e9;*/
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.form-field textarea:hover {
    border: 1px solid #555;
}

.form-field textarea:focus {
    /*border: 1px solid #555;*/
    /*-moz-box-shadow: 0 0 5px #000;*/
    /*-webkit-box-shadow: 0 0 5px #000;*/
    /*box-shadow: 0 0 5px #000;*/
}

.form-field input[type="radio"], .form-field input[type="checkbox"] {
    width: auto;
    display: inline-block;
}

.form-wrapper.homepage h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0;
    text-shadow: 0 1px #888;
}

.form-wrapper.homepage p {
    font-size: 14px;
    margin: 5px 15px 0 0;
}

.homepage-form-field input, .homepage-form-field textarea {
    width: 180px;
    padding: 10px;
    /*border-radius: 10px;*/
    behavior: url('PIE.htc');
    zoom: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.homepage-form-field textarea {
    width: 395px;
}

.homepage-form-field.address {
    width: 415px;
}

.homepage-form-field.address input {
    width: 395px;
}

.homepage-form-field.state {
    width: 120px;
}

.homepage-form-field.state input {
    width: 100px;
}

.homepage-form-field.zip {
    width: 50px;
}

.homepage-form-field.zip input {
    width: 45px;
}

.form-wrapper.homepage input[type="radio"] {
    margin-right: 10px;
}

.homepage-form-field.schedule {
    display: block;
    margin: 5px 0;
    width: 100%;
}

.homepage-form-field.schedule input {
    display: inline-block;
    margin-right: 15px;
    width: 175px;
}

.homepage-form-field input:hover, .homepage-form-field textarea:hover {
    -moz-box-shadow: 0 0 1px 1px #333;
    -webkit-box-shadow: 0 0 1px 1px #333;
    box-shadow: 0 0 1px 1px #333;
}

.homepage-form-field input:focus, .homepage-form-field textarea:focus {
    -moz-box-shadow: 0 0 5px 1px #000;
    -webkit-box-shadow: 0 0 5px 1px #000;
    box-shadow: 0 0 5px 1px #000;
}

.homepage-form-field input.error, .homepage-form-field textarea.error {
    -moz-box-shadow: 0 0 5px 1px #FF0000;
    -webkit-box-shadow: 0 0 5px 1px #FF0000;
    box-shadow: 0 0 5px 1px #FF0000;
}

.homepage-form-field.captcha.error input {
    -moz-box-shadow: 0 0 5px 1px #FF0000;
    -webkit-box-shadow: 0 0 5px 1px #FF0000;
    box-shadow: 0 0 5px 1px #FF0000;
}

p.form-button.homepage {
    margin-top: 20px;
}

.form-button.homepage input.homepage-form-button, input.form-button {
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.form-button.homepage input.homepage-form-button:hover, input.form-button:hover {
    cursor: pointer;
}

.alert {
    color: red;
    font-style: italic;
}

.field-description {
    font-size: 11px;
    font-style: italic;
}

.blog-form-field {
    padding: 2px 0 2px 0;
    margin: 0;
}

.blog-form-field span.blog-form-label {
    display: inline-block;
    padding: 3px 6px 0 0;
    margin: 0;
    font-weight: bold;
    vertical-align: top;
    width: 120px;
}

.blog-form-field input, .blog-form-field textarea {
    display: inline-block;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 195px;
}

.blog-form-field textarea {
    resize: none;
    zoom: 1;
}

span.blog-form-field {
    display: inline-block;
}

.blog-form-field input#ap-form-captcha-input {
    width: 195px;
}

.blog-form-field textarea#app-message {
    resize: none;
    zoom: 1;
    width: 195px;
}

.blog-form-button {
    margin-left: 125px;
}

#interior-form-stub {
    position: relative;
    height: 92px;
    border-top: 1px solid #d5be86;
    text-align: center;
    background: rgb(255, 234, 184);
    background: -moz-linear-gradient(top, rgba(255, 234, 184, 1) 1%, rgba(236, 212, 154, 1) 50%, rgba(213, 190, 134, 1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 234, 184, 1)), color-stop(50%, rgba(236, 212, 154, 1)), color-stop(99%, rgba(213, 190, 134, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 234, 184, 1) 1%, rgba(236, 212, 154, 1) 50%, rgba(213, 190, 134, 1) 99%);
    background: -o-linear-gradient(top, rgba(255, 234, 184, 1) 1%, rgba(236, 212, 154, 1) 50%, rgba(213, 190, 134, 1) 99%);
    background: -ms-linear-gradient(top, rgba(255, 234, 184, 1) 1%, rgba(236, 212, 154, 1) 50%, rgba(213, 190, 134, 1) 99%);
    background: linear-gradient(to bottom, rgba(255, 234, 184, 1) 1%, rgba(236, 212, 154, 1) 50%, rgba(213, 190, 134, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeab8', endColorstr='#d5be86', GradientType=0);
}

#interior-form-stub-inner {
    position: relative;
    /* width: 940px; */
    height: 92px;
    margin: 0 auto;
    background: url('images/inspection-magnifying-glass-bg.png') no-repeat bottom -13px left 75%;
}

#interior-form-stub-inner h2 {
    /*float: left;
    margin: 25px 0 0 0; */
    vertical-align: middle;
    font-family: 'Avenir LT Std 35 Light';
    font-size: 24px;
    text-transform: uppercase;
    color: #785d1f;
    text-shadow: 0 1px #fff;
}

#interior-form-stub-inner h2 span {
    color: #4a7c32;
    font-family: 'Avenir LT Std 95 Black';
}

#interior-form-stub-inner h2 img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}

#form-stub-input-wrapper {
    position: relative;
    width: auto;
    float: right;
    vertical-align: middle;
    margin: 13px 95px 0 0;
}

#interior-form-stub-inner input#email {
    position: relative;
    width: 165px;
    height: 34px;
    margin: 0;
    padding: 0 10px;
    background-color: #ffffff;
    border: 1px solid #e3b954;
    font-size: 13px;
    color: #212121;
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inner 0 0 5px #888;
}

input#interior-stub-button {
    position: absolute;
    top: 0;
    right: -95px;
    width: 110px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    height: 36px;
    line-height: 32px;
    background: #4d85d1;
    border: 1px solid #78a2dc;
    border-radius: 10px;
    border-bottom: 2px solid #2b466a;
    z-index: 99;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input#interior-stub-button:hover {
    background: #4a7c32;
    cursor: pointer;
}

/*--INTERIOR TABS STYLES--*/
#interior-tabs-outer-wrapper {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background: rgb(249, 249, 249);
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(236, 236, 236, 1) 44%, rgba(217, 217, 217, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 249, 249, 1)), color-stop(44%, rgba(236, 236, 236, 1)), color-stop(100%, rgba(217, 217, 217, 1)));
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(236, 236, 236, 1) 44%, rgba(217, 217, 217, 1) 100%);
    background: -o-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(236, 236, 236, 1) 44%, rgba(217, 217, 217, 1) 100%);
    background: -ms-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(236, 236, 236, 1) 44%, rgba(217, 217, 217, 1) 100%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(236, 236, 236, 1) 44%, rgba(217, 217, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#d9d9d9', GradientType=0);
}

#interior-tabs-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    z-index: 500;
}

#interior-tabs-wrapper ul li {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 15px;
}

#interior-tabs-wrapper ul li a {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #cbcbcb;
    border-radius: 0 0 10px 10px;
    padding: 15px 35px;
}

#interior-tabs-wrapper ul li a:hover, #interior-tabs-wrapper ul li a.current {
    background: #969696;
    text-decoration: none;
}

/*--BLOG STYLES--*/
#homepage-blog-wrapper {
    position: relative;
    margin: 12px auto 15px auto;
    padding: 0;
}

#homepage-blog-heading {
    position: relative;
    width: 300px;
    height: 47px;
    background: url('http://www.edenpest.com/layout/images/homepage-blog-heading.jpg') no-repeat;
}

#homepage-blog-heading a {
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 24px;
    font-weight: bold;
    display: block;
    color: #ffffff;
    text-decoration: none;
    height: 47px;
    line-height: 47px;
    padding: 0 0 0 12px;
}

#homepage-blog-heading a:hover {
    text-decoration: underline;
}

#homepage-blog-content {
    position: relative;
    background-color: #f8f8f8;
    border: 1px #d7d7d7 solid;
    border-top: none;
    margin: 0;
    padding: 18px 0;
}

#homepage-blog-content ul {
    margin: 0;
    padding: 0;
}

#homepage-blog-content ul li {
    list-style: none;
    margin: 0;
    padding: 0 12px 18px 12px;
}

.homepage-blog-info {
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 12px;
    color: #575757;
    margin: 0;
    padding: 0;
}

.homepage-blog-info span {
    color: #3f6496;
    text-decoration: underline;
}

.homepage-blog-title {
    margin: 0;
    padding: 0;
}

.homepage-blog-title a {
    display: block;
    color: #3f6496;
    text-decoration: none;
}

.homepage-blog-title a:hover {
    text-decoration: underline;
}

#homepage-blog-link {
    margin: 0;
    padding: 0 12px;
    text-align: right;
}

#homepage-blog-link a {
    color: #487bc0;
}

#homepage-blog-link img {
    vertical-align: middle;
    padding: 0 0 0 7px;
}

#homepage-news-wrapper {
    position: relative;
    margin: 20px auto;
    padding: 0;
}

#homepage-news-heading {
    position: relative;
    width: 620px;
    height: 45px;
    background: url('http://www.edenpest.com/layout/images/homepage-news-heading.jpg') no-repeat;
}

#homepage-news-heading a {
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 24px;
    font-weight: bold;
    display: block;
    color: #ffffff;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 12px;
}

#homepage-news-heading a:hover {
    text-decoration: underline;
}

#homepage-news-content {
    position: relative;
    background-color: #f8f8f8;
    border: 1px #d7d7d7 solid;
    border-top: none;
    margin: 0;
    padding: 18px 12px;
}

#homepage-news-content img {
    display: block;
    float: left;
    border: 2px #d7d7d7 solid;
    margin: 0 15px 15px 0;
}

.homepage-news-info {
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 12px;
    color: #575757;
    margin: 0;
    padding: 0;
}

.homepage-news-info span {
    color: #3f6496;
    text-decoration: underline;
}

.homepage-news-title {
    margin: 5px 0;
    padding: 0;
}

.homepage-news-title a {
    font-size: 16px;
    color: #3f6496;
    text-decoration: none;
}

.homepage-news-title a:hover {
    text-decoration: underline;
}

.homepage-news-link-left {
    width: 100px;
    float: left;
    text-align: left
}

#homepage-news-link-right {
    width: 200px;
    float: right;
    text-align: right;
}

.homepage-news-link-left, #homepage-news-link-right {
    margin: 5px 0;
    padding: 0;
}

.homepage-news-link-left a, #homepage-news-link-right a {
    color: #487bc0;
}

#homepage-news-link-right img {
    vertical-align: middle;
    display: inline;
    margin: 0;
    padding: 0 0 0 7px;
    border: none;
    float: none;
}

#homepage-news-content img.homepage-news-link-left-image {
    vertical-align: middle;
    display: inline;
    margin: 0;
    padding: 0 0 0 7px;
    border: none;
    float: none;
}

#blog-nav-wrapper {
    position: relative;
    text-align: right;
    margin: 5px 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #d6d6d6;
}

.blog-nav-select-wrapper {
    position: relative;
    display: inline-block;
    width: 150px;
    margin: 5px 0 5px 10px;;
    text-align: left;
}

.blog-nav-select-wrapper select {
    width: 150px;
}

#blog-nav-wrapper span {
    display: inline-block;
    color: #404040;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}

#rss-link {
    position: relative;
    display: block;
    float: left;
    font-weight: bold;
    color: #6b9b00;
    height: 22px;
    line-height: 22px;
    margin: 10px 0;
}

#rss-link img {
    display: inline-block;
    padding-right: 6px;
    vertical-align: bottom;
}

#rss-link:hover {
    color: #f07702;
}

.blog-post-wrapper {
    position: relative;
    clear: both;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px #d6d6d6 solid;
}

.blog-post-wrapper.abstract img {
    display: block;
    float: right;
    margin: 0 15px 15px 0;
    width: 250px;
    height: auto;
}

.blog-post-wrapper.abstract.even {
    padding-right: 15px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(249, 252, 243, 0) 5%, rgba(226, 240, 194, 0.5) 25%, rgba(197, 226, 132, 0.85) 50%, rgba(226, 241, 194, 0.5) 75%, rgba(249, 252, 243, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(5%, rgba(249, 252, 243, 0)), color-stop(25%, rgba(226, 240, 194, 0.5)), color-stop(50%, rgba(197, 226, 132, 0.85)), color-stop(75%, rgba(226, 241, 194, 0.5)), color-stop(95%, rgba(249, 252, 243, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(249, 252, 243, 0) 5%, rgba(226, 240, 194, 0.5) 25%, rgba(197, 226, 132, 0.85) 50%, rgba(226, 241, 194, 0.5) 75%, rgba(249, 252, 243, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(249, 252, 243, 0) 5%, rgba(226, 240, 194, 0.5) 25%, rgba(197, 226, 132, 0.85) 50%, rgba(226, 241, 194, 0.5) 75%, rgba(249, 252, 243, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(249, 252, 243, 0) 5%, rgba(226, 240, 194, 0.5) 25%, rgba(197, 226, 132, 0.85) 50%, rgba(226, 241, 194, 0.5) 75%, rgba(249, 252, 243, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(249, 252, 243, 0) 5%, rgba(226, 240, 194, 0.5) 25%, rgba(197, 226, 132, 0.85) 50%, rgba(226, 241, 194, 0.5) 75%, rgba(249, 252, 243, 0) 95%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.blog-post-wrapper.abstract a.button {
    display: inline-block;
    font-size: 13px;
    padding: 5px 20px;
    margin: 10px 0 0 0;
}

.blog-post-date {
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 14px;
    color: #484848;
    margin: 0 0 10px 0;
    padding: 0;
}

.blog-post-date span {
    color: #3f6496;
}

.blog-post-title {
    margin: 10px 0 5px 0;
    padding: 0;
}

.blog-post-title a {
    color: #4a7c32;
    text-decoration: none;
}

.blog-post-title a:hover {
    text-decoration: none;
    color: #6b9b00;
}

.blog-post-info {
    font-size: 13px;
    color: #4a7c32;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.blog-post-info a {
    color: #4a7c32;
}

.blog-read-more-button {
    position: relative;
    width: 124px;
    height: 34px;
    float: right;
}

.blog-post-wrapper img {
    margin: 0 10px 10px 0;
}

.blog-post-wrapper img.blog-image {
    float: right;
    margin: 125px 0 15px 15px;
    padding: 3px;
    border: 1px solid #cccccc;
}

.blog-tags {
    font-size: 14px;
    color: #333333;
    margin: 10px 0;
    padding: 0;
}

.blog-tag-heading {
    font-weight: bold;
}

.blog-tags a {
    color: #3f6496;
    text-decoration: none;
}

.blog-tags a:hover {
    text-decoration: underline;
}

.blog-post-link {
    text-align: right;
}

.blog-nav-link {
    margin: 0;
    padding: 2px 0;
}

.blog-nav-link a {
    font-size: 12px;
    color: #3f6496;
    text-decoration: none;
}

.blog-nav-link a:hover {
    text-decoration: underline;
}

#blog-search {
    position: relative;
    height: 32px;
    margin: 0 0 10px 0;
}

#blog-search-input {
    width: 260px;
    height: 32px;
    line-height: 32px;
    padding: 0 30px 0 5px;
    background: url('images/blog-search-bg.png') no-repeat;
    border: none;
}

#blog-search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 32px;
}

#blog-side-nav-social-links-wrapper {
    position: relative;
    margin: 15px 0;
    padding: 0;
    text-align: center;
}

#blog-side-nav-social-links-wrapper p {
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 24px;
    color: #424242;
    margin: 10px 0 0 0;
}

#blog-side-nav-social-links {
    position: relative;
    height: 50px;
    margin: 0;
    padding: 14px 0;
    background-color: #ebf4ff;
    border: 1px #b3cceb solid;
    border-radius: 5px;
    behavior: url('PIE.htc');
    zoom: 1;
}

#blog-side-nav-social-links img {
    width: 50px;
    height: 50px;
}

#social-link-middle {
    padding: 0 25px;
}

/*--PEST LIBRARY--*/
.pest-library-item-wrapper {
    position: relative;
    /*float: left;*/
    display: inline-block;
    width: 149px;
    padding: 5px 7px 2px 0;;
    text-align: left;
    margin: 10px 0 0 0;
}

.pest-library-item-wrapper.profile-last {
    padding-right: 0;
}

.pest-library-item-wrapper.profile-first {
    clear: left;
}

.pest-library-item-wrapper a {
    display: block;
    position: relative;
}

.pest-library-image {
    padding: 4px;
    margin: 0 0 5px 0;
    background: #e9e9e9;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.pest-library-image:hover {
    background-color: #c0daff;
    -moz-box-shadow: 0 0 3px 3px #999;
    -webkit-box-shadow: 0 0 3px 3px #999;
    box-shadow: 0 0 3px 3px #999;
}

.pest-library-image.seasonal-pest {
    background: #c0daff;
}

.pest-library-divider {
    height: 5px;
    clear: both;
}

span.pest-library-image-link {
    position: relative;
    display: block;
    font-size: 14px;
    color: #3f6496;
    padding: 4px;
    text-align: center;
}

.pest-library-seasonal-pest-alert {
    position: absolute;
    top: -5px;
    right: 1px;
    z-index: 10;
}

#pest-library-seasonal-pest-description {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: #ebf3ff;
    border: 1px solid #dcebff;
    border-radius: 10px;
    behavior: url('PIE.htc');
    zoom: 1;
}

.pest-content-bottom {
    float: left;
    padding-top: 9px;
    color: #3f6496;
}

.pest-content-bottom-alert {
    float: left;
    padding: 10px 5px 10px 10px;
}

#interior-banner-heading.pest-library-banner-detail {
    width: 340px;
    font-size: 40px;
}

#banner-graphic-pest-library-detail {
    position: absolute;
    top: 0;
    right: 395px;
    z-index: 100;
}

/*--PEST LIBRARY SCROLLER STYLES--*/
#pest-scroller-wrapper {
    position: relative;
    width: 100%;
    padding: 20px 0 5px 0;
}

#pest-scroller-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
    border: 1px solid #d7d7d7;
    background: #f8f8f8;
}

a.pest-scroller-link, ul#pest-scroller {
    text-align: center;
    color: #2c4565;
    text-decoration: none;
    margin: 5px 0 0 0;
    padding: 0;
    vertical-align: bottom;
    font-size: 10px;
}

a:hover.pest-scroller-link {
    text-decoration: underline;
}

.pest-scroller-item-wrapper {
    position: relative;
    width: 100px;
    height: 120px;
    background: url('images/pest-scroller-bg.png') no-repeat;
    padding: 8px 7px 0 10px;
}

.jcarousel-skin-eden .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-eden .jcarousel-container-horizontal {
    width: 940px;
    padding: 0;
    margin: 0 auto;
}

.jcarousel-skin-eden .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-eden .jcarousel-clip-horizontal {
    width: 755px;
    height: 120px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.jcarousel-skin-eden .jcarousel-item {
    margin: 0 auto;
    padding-right: 1px;
}

.jcarousel-skin-eden .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-right: 0;
}

.pest-scroller-seasonal-pest-alert {
    position: absolute;
    top: 0;
    right: -4px;
    z-index: 10;
}

.jcarousel-skin-eden .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent url('images/pest-scroller-arrow-right.png') no-repeat 0 0;
}

.jcarousel-skin-eden .jcarousel-next-horizontal:hover {
    background-position: 0 -50px;
}

.jcarousel-skin-eden .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0;
    right: auto;
}

.jcarousel-skin-eden .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent url('images/pest-scroller-arrow-left.png') no-repeat 0 0;
}

.jcarousel-skin-eden .jcarousel-prev-horizontal:hover {
    background-position: 0 -50px;
}

.jcarousel-skin-eden .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0;
}

.jcarousel-skin-eden .jcarousel-prev-disabled-horizontal, .jcarousel-skin-eden. jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-eden. jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}

#pest-scroller-alert-wrapper {
    height: 25px;
    line-height: 25px;
    background: #e9e9e9;
}

.pest-scroller-alert {
    width: 16px;
    height: 17px;
    vertical-align: middle;
}

.pest-scroller-alert-text {
    float: right;
    font-size: 12px;
    padding-right: 24px;
    background: #e9e9e9;
    margin: 0;
    height: 23px;
    line-height: 23px;
}

/*--FACEBOOK LANDING PAGE STYLES--*/
body#facebook {
    background-color: transparent;
    background-image: none;
    margin: 0;
    padding: 0;
    color: #003768;
    font-size: 11px;
}

#facebook-landing-page-outer-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 720px;
    background-color: #ffffff;
}

#facebook-landing-page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 500px;
    height: 720px !important;
    background: url('images/facebook-landing-page-bg.jpg') no-repeat;
}

h1#facebook-landing-page-phone {
    position: relative;
    float: right;
    color: #ffffff;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 28px 0 0;
}

#facebook-landing-page-content {
    position: relative;
    width: 460px;
    height: 210px;
    padding: 110px 0 0 20px;
}

#facebook-landing-page-content p {
    font-size: 14px;
    color: #505050;
    margin: 5px 0;
}

#facebook-landing-page-content h1 {
    font-size: 30px;
    color: #71893c;
}

form#facebook {
    margin: 2px 0 0 20px;
}

#facebook td.facebook-form-label {
    padding-bottom: 5px;
}

#facebook td.facebook-form-label p {
    padding: 0 5px 0 0;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

#facebook td.facebook-form-field input {
    padding: 2px;
    margin: 0 0 6px 0;
    font-size: 14px;
}

p.facebook-form-divider {
    margin: 2px 0;
}

#facebook input#first-name {
    width: 340px;
    height: 30px;
}

#facebook input#last-name {
    width: 340px;
    height: 30px;
}

#facebook input#email-address {
    width: 216px;
    height: 30px;
}

#facebook td#facebook-form-button {
    width: 220px;
    height: 60px;
    padding-top: 20px;
}

/*--TESTIMONIAL SIDE NAV STYLES--*/
p#side-nav-testimonial-heading {
    height: 45px;
    line-height: 45px;
    background-color: #5f7333;
    border-radius: 10px 10px 0 0;
    behavior: url('PIE.htc');
    zoom: 1;
    padding-left: 10px;
    border-bottom: 2px solid #273810;
    font-family: 'Avenir LT W01 55 Roman';
    font-size: 16px;
    color: #ffffff;
    padding: 0 10px;
    margin: 0;
    text-transform: uppercase;
}

p#side-nav-testimonial-heading span {
    font-size: 40px;
    padding: 0 10px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -15px;
    font-family: cursive;
}

#side-nav-testimonial {
    background: #e5e5e5;
    border-bottom: 2px solid #273810
}

.side-nav-testimonial-text {
    margin: 0;
    padding: 10px;
}

.side-nav-testimonial-name {
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    margin: 0;
    padding: 0 10px 10px 10px;
}

/*--BOTTOM TESTIMONIALS--*/
#interior-testimonials-wrapper {
    position: relative;
    padding: 25px;
    background: -moz-linear-gradient(top, rgba(254, 255, 255, 1) 0%, rgba(233, 243, 255, 0.85) 51%, rgba(213, 231, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 255, 255, 1)), color-stop(51%, rgba(233, 243, 255, 0.85)), color-stop(100%, rgba(213, 231, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 255, 255, 1) 0%, rgba(233, 243, 255, 0.85) 51%, rgba(213, 231, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 255, 255, 1) 0%, rgba(233, 243, 255, 0.85) 51%, rgba(213, 231, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 255, 255, 1) 0%, rgba(233, 243, 255, 0.85) 51%, rgba(213, 231, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 255, 255, 1) 0%, rgba(233, 243, 255, 0.85) 51%, rgba(213, 231, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#d5e7ff', GradientType=0);
}

#interior-testimonials-inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}

#interior-testimonials-inner h2 {
    font-family: 'Avenir LT Std 65 Medium';
    margin-bottom: 30px;
}

#interior-testimonials-inner h2#page-title {
    font-family: 'Avenir LT Std 65 Medium';

}

#interior-testimonials-inner h2#page-title span {
    font-weight: bolder;
    font-family: 'Avenir LT Std 95 Black';

}

#interior-testimonials-inner h2 span {
    font-family: 'Avenir LT Std 95 Black';
}

.interior-testimonial {
    position: relative;
    text-align: left;
    display: inline-block;
    width: 280px;
    padding: 10px 25px;
    vertical-align: top;
    background: url('images/testimonial-quote.png') no-repeat;
}

.interior-testimonial p {
    font-family: 'Avenir LT Std 65 Medium';
    font-size: 16px;
    color: #606060;
}

/*--TEAM PAGES STYLES--*/
.clear {
    clear: both;
}

#team-pic {
    float: left;
    padding: 3px;
    border: 1px solid #ccc;
    margin: 0 10px 25px 0;
    clear: left;
}

address {
    margin: 12px 0;
}

/*--REPEATING IMAGE AND LINK LAYOUT--*/
#repeating-image-wrapper {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: center;
}

#repeating-image-wrapper p {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #757575;
}

#repeating-image-inner {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.repeating-image-item {
    position: relative;
    width: 215px;
    height: auto;
    margin: 0 20px 20px 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.repeating-image-item.last {
    margin-right: 0;
}

.repeating-image-item a {
    display: block;
    text-decoration: none;
}

.repeating-image-item a:hover span {
    text-decoration: none;
}

.repeating-image-item img {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    border: 1px #b4b4b4 solid;
    border-radius: 5px 5px 5px 5px;
    behavior: url('PIE.htc');
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.repeating-image-item img:hover {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

.repeating-image-item span.repeating-image-caption {
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    bottom: 1px;
    left: 1px;
    color: #f8f8f8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: rgb(77, 133, 209);
    background: rgba(77, 133, 209, .8);
    border-radius: 0 0 4px 4px;
    behavior: url('PIE.htc');
    zoom: 1;
    text-align: left;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.repeating-image-item a:hover span.repeating-image-caption {
    background: rgb(77, 133, 209);
    background: rgb(77, 133, 209);
}

.repeating-image-caption-inner {
    position: relative;
    display: block;
    text-align: center;
}

.repeating-image-caption-span-1 {
    position: relative;
    display: block;
    text-align: center;
}

.repeating-image-caption-span-2 {
    display: block;
    vertical-align: middle;
}

/*--MUSE HOMEPAGE STYLES--*/
.homepage-content-wrapper {
    position: relative;
}

.homepage-content-wrapper h1 {
    color: #fff;
    /*font-family: "Avenir LT W01 35 Light";*/
    font-family: 'Avenir LT Std 35 Light';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 35px;
    text-shadow: 0 1px #000;
    padding: 0 150px;
}

.homepage-content-wrapper h1 span {
    font-family: 'Avenir LT Std 85 Heavy';
    font-weight: bolder;
}

.homepage-content-wrapper h2 {
    color: #fff;
    font-family: 'Avenir LT Std 35 Light';
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 26px;
    position: relative;
    text-shadow: 0 1px #000;
    text-transform: none;
}

.homepage-content-wrapper h2 span {
    font-family: 'Avenir LT Std 85 Heavy';
    text-transform: uppercase;
    display: block;
}

.homepage-learn-more.button {
    z-index: 99999;
    cursor: pointer;
}

.homepage-section {
    position: relative;
    text-align: center;
    padding: 60px 20px;
    background: #5f7333 url("images/background-small.jpg") repeat;
}

.homepage-section.lightBg {
    background: url("images/background-small-opacity.jpg") repeat;
}

.homepage-section-inner {
    margin: 0 auto;
    position: relative;
}

.section-anchors a {
    display: inline-block;
    vertical-align: top;
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain !important;
    height: 52px;
    opacity: 0.4;
    position: relative;
    width: 52px;
    z-index: 170;
}

.section-anchors a:hover, .section-anchors a.current {
    opacity: 1;
}

.section-anchors a.residential {
    background-image: url("images/section-residential-button2.png");
}

.section-anchors a.commercial {
    background-image: url("images/section-commercial-button2.png");
}

.section-anchors a.enhanced {
    background-image: url("images/section-program-button2.png");
}

.section-anchors a.bed-bugs {
    background-image: url("images/section-bedbug-button2.png");
}

.section-anchors a.mosquitoes {
    background-image: url("images/section-mosquito-button2.png");
}

.section-anchors a.estimate {
    background-image: url("images/section-estimate-button2.png");
}

.homepage-top-arrow {
    margin-top: 35px;
    padding: 0 15px;
}

.navLink {
    position: relative;
    display: inline-block;
    z-index: 70;
    width: 95px;
    background-size: contain !important;
    color: #29370a;
    font-family: 'Avenir LT Std 95 Black';
    font-size: 11px;
    line-height: 12px;
    padding-top: 95px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.navLink:hover {
    color: #fff;
    text-decoration: none;
}

.navLink.residential {
    background: transparent url("images/top-residential-button.png") no-repeat left top;
}

.navLink.residential:hover {
    background: transparent url("images/top-residential-button2.png") no-repeat left top;
    background-size: contain !important;
}

.navLink.commercial {
    background: transparent url("images/top-commercial-button.png") no-repeat left top;
}

.navLink.commercial:hover {
    background: transparent url("images/top-commercial-button2.png") no-repeat left top;
}

.navLink.enhanced {
    background: transparent url("images/top-program-button.png") no-repeat left top;
}

.navLink.enhanced:hover {
    background: transparent url("images/top-program-button2.png") no-repeat left top;
}

.navLink.mosquitoes {
    background: transparent url("images/top-mosquito-button.png") no-repeat left top;
}

.navLink.mosquitoes:hover {
    background: transparent url("images/top-mosquito-button2.png") no-repeat left top;
}

.navLink.estimate {
    background: transparent url("images/top-estimate-button.png") no-repeat left top;
}

.navLink.estimate:hover {
    background: transparent url("images/top-estimate-button2.png") no-repeat left top;
}

.navLink.bed-bugs {
    background: transparent url("images/top-bedbug-button.png") no-repeat left top;
}

.navLink.bed-bugs:hover {
    background: transparent url("images/top-bedbug-button2.png") no-repeat left top;
}

.inlineBlock {
    display: inline-block;
    vertical-align: top;
}

.homepage-section.section1 {
    height: 480px;
    padding: 0 20px 0 20px;
    background: url("images/residential-pic-new.png") no-repeat center bottom, url("images/background-small-opacity.jpg") repeat;
}

.homepage-section-inner.section1-inner {
    height: 480px;
    background: transparent url("images/residential-tech.png") no-repeat scroll right bottom;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.homepage-section-inner.section1-inner .section-anchors {
    top: 5px;
}

.homepage-testimonial-wrapper {
    display: inline-block;
    width: auto;
    position: relative;
}

.homepage-testimonial-wrapper.testimonial1 {
    margin: 0 !important;
    top: -65px;
}

.homepage-testimonial-wrapper.testimonial2 {
    margin: 30px 0 0 0 !important;
}

.homepage-testimonial-wrapper.testimonial3 {
    margin: 25px auto !important;
    display: block;
}

.homepage-testimonial-wrapper.testimonial4 {
    margin: 0 !important;
    max-width: 50%;
    bottom: -25px;
    left: 0;
}

.homepage-testimonial.testimonial4 {
    width: 315px !important;
}

.homepage-testimonial-wrapper.testimonial5 {
    margin: 0 !important;
    max-width: 50%;
    bottom: 5px;
    right: 0;
}

.homepage-testimonial.testimonial5 {
    width: 345px !important;
}

.homepage-industry {
    display: inline-block !important;
    margin: 35px 20px 0 20px;
}

.homepage-content-wrapper .homepage-section.section3 h2 {
    margin: 25px auto;
}

.homepage-section.section4 {
    background: url("images/enhanced-seasons-new.png") no-repeat center 50%, url("images/background-small.jpg") repeat;
}

.homepage-section-inner.section4-inner {
    height: 400px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.homepage-section.section5 {
    background: url("images/bedbugs-sheets.png") no-repeat center bottom, url("images/background-small-opacity.jpg") repeat;
    height: 500px;
}

.homepage-section-inner.section5-inner {
    height: 450px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.bedbug-under-sheets {
    position: relative;
    margin: -20px 260px 0 0;
    align-self: flex-end;
}

.homepage-section.section6 {
    background: url("images/mosquito-pic.png") no-repeat center 85%, url("images/background-small.jpg") repeat;
    min-height: 320px;
}

.homepage-section-inner.section6-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 320px;
}

.homepage-section.section7 {
    background: url("images/background-leaves-right.png") no-repeat right 15%, url("images/background-leaves-left.png") no-repeat left bottom, url("images/background-small-opacity.jpg") repeat;
}

.form-wrapper.homepage {
    max-width: 432px;
    text-align: left;
}

.homepage-oregon-locations {
    position: absolute;
    width: 358px;
    height: 453px;
    right: 0;
    top: 720px;
}

.homepage-washington-locations {
    position: absolute;
    width: 441px;
    height: 457px;
    right: 0;
    top: 220px;
}

.html {
    background-color: #7F7F7F;
}

#page {
    z-index: 1;
    width: 940px;
    height: 5082px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -250px;
}

#pu69 {
    width: 0.01px;
    position: relative;
    margin-right: -10000px;
    margin-top: -1px;
    left: -126px;
}

#u69 {
    z-index: 2;
    width: 1140px;
    border-style: none;
    border-color: transparent;
    background-color: #FFFFFF;
    padding-bottom: 4401px;
    position: relative;
    margin-right: -10000px;
    left: 26px;
}

#u903 {
    z-index: 34;
    width: 609px;
    position: relative;
    margin-right: -10000px;
    margin-top: 22px;
    left: 100px;
}

#pu928 {
    width: 0.01px;
    position: relative;
    margin-right: -10000px;
    margin-top: 13px;
    left: 843px;
}

#u928 {
    z-index: 36;
    width: 197px;
    margin-left: 1px;
    position: relative;
}

#pu954 {
    width: 0.01px;
    margin-top: 9px;
    position: relative;
}

#u954 {
    z-index: 42;
    width: 18px;
    position: relative;
    margin-right: -10000px;
    margin-top: 3px;
}

#u953-4 {
    z-index: 38;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    left: 29px;
}

#u1092 {
    z-index: 44;
    width: 152px;
    margin-left: 45px;
    margin-top: 5px;
    position: relative;
}

#u1036 {
    z-index: 45;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: -10000px;
    background: transparent url("http://www.edenpest.com/layout/layout/images/header-youtube.png") no-repeat left top;
    background-size: contain !important;
}

#u1036:hover {
    margin: 0px -10000px 0px 0px;
    background: transparent url("http://www.edenpest.com/layout/layout/images/header-youtube2.png") no-repeat left top;
    background-size: contain !important;
}

#u1047 {
    z-index: 46;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: -10000px;
    left: 32px;
    background: transparent url("http://www.edenpest.com/layout/images/header-facebook.png") no-repeat left top;
    background-size: contain !important;
}

#u1047:hover {
    margin: 0px -10000px 0px 0px;
    background: transparent url("http://www.edenpest.com/layout/images/header-facebook2.png") no-repeat left top;
    background-size: contain !important;
}

#u1058 {
    z-index: 47;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: -10000px;
    left: 64px;
    background: transparent url("http://www.edenpest.com/layout/images/header-twitter.png") no-repeat left top;
    background-size: contain !important;
}

#u1058:hover {
    margin: 0px -10000px 0px 0px;
    background: transparent url("http://www.edenpest.com/layout/images/header-twitter2.png") no-repeat left top;
    background-size: contain !important;
}

#u1069 {
    z-index: 48;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: -10000px;
    left: 96px;
    background: transparent url("http://www.edenpest.com/layout/images/header-linkedin.png") no-repeat left top;
    background-size: contain !important;
}

#u1069:hover {
    margin: 0px -10000px 0px 0px;
    background: transparent url("http://www.edenpest.com/layout/images/header-linkedin2.png") no-repeat left top;
    background-size: contain !important;
}

#u1081 {
    z-index: 49;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: -10000px;
    left: 128px;
    background: transparent url("http://www.edenpest.com/layout/images/header-rss.png") no-repeat left top;
    background-size: contain !important;
}

#u1081:hover {
    margin: 0px -10000px 0px 0px;
    background: transparent url("http://www.edenpest.com/layout/images/header-rss2.png") no-repeat left top;
    background-size: contain !important;
}

#u1105 {
    z-index: 3;
    width: 1140px;
    border-style: none;
    border-color: transparent;
    position: relative;
    margin-right: -10000px;
    margin-top: 169px;
    left: 26px;
    background: #FFFFFF url("images/background-small.jpg") repeat left top;
}

#u1105_align_to_page {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    position: relative;
    left: -100px;
    padding-top: 66px;
    padding-bottom: 537px;
}

#u1177-6 {
    z-index: 64;
    display: block;
    vertical-align: top;
    left: 262px;
    position: relative;
}

#pu1183 {
    width: 0.01px;
    left: 230px;
    margin-top: 29px;
    position: relative;
}

#pu1249-4 {
    width: 0.01px;
    left: 222px;
    margin-top: 2px;
    position: relative;
}

#u1249-4 {
    z-index: 76;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
}

#u1252-4 {
    z-index: 91;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    left: 391px;
}

#u1503 {
    z-index: 122;
    width: 642px;
    left: 249px;
    margin-top: 748px;
    position: relative;
}

#u1461-5 {
    z-index: 123;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: -65px;
    left: 50px;
}

#u1462 {
    z-index: 128;
    width: 61px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
}

#u1467 {
    z-index: 130;
    width: 61px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 581px;
}

#u1884 {
    z-index: 9;
    width: 940px;
    border-style: none;
    border-color: transparent;
    padding-bottom: 0px;
    left: 100px;
    margin-top: 882px;
    position: relative;
    background: transparent url("images/enhanced-seasons.png") no-repeat center top;
}

#u1884_position_content {
    margin-top: 10px;
    margin-bottom: 190px;
}

#u1875 {
    z-index: 210;
    width: 277px;
    left: -5px;
    position: relative;
}

#u1878 {
    z-index: 211;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    background: transparent url("images/section-residential-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1876 {
    z-index: 212;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 45px;
    background: transparent url("images/section-commercial-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1879 {
    z-index: 213;
    width: 53px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 89px;
    background: transparent url("images/section-program-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1880 {
    z-index: 214;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 135px;
    background: transparent url("images/section-bedbug-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1881 {
    z-index: 215;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 180px;
    background: transparent url("images/section-mosquito-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1877 {
    z-index: 216;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 225px;
    background: transparent url("images/section-estimate-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1882-6 {
    z-index: 217;
    display: block;
    vertical-align: top;
    margin-left: 162px;
    margin-top: 123px;
    position: relative;
}

#u1883 {
    z-index: 223;
    width: 174px;
    height: 43px;
    margin-left: 383px;
    margin-top: 26px;
    position: relative;
    background: transparent url("http://www.edenpest.com/layout/images/section-learn-btn.png") no-repeat left top;
    background-size: contain !important;
}

#u1883:hover {
    margin: 26px 0px 0px 383px;
    background: transparent url("http://www.edenpest.com/layout/images/section-learn-btn2.png") no-repeat left top;
    background-size: contain !important;
}

#u2008 {
    z-index: 6;
    width: 815px;
    left: 325px;
    margin-top: 1234px;
    position: relative;
}

#u2013 {
    z-index: 4;
    width: 860px;
    margin-top: 156px;
    position: relative;
}

#u1953 {
    z-index: 8;
    width: 1140px;
    border-style: none;
    border-color: transparent;
    padding-bottom: 0px;
    position: relative;
    margin-right: -10000px;
    margin-top: 3271px;
    left: 26px;
    background: transparent url("images/mosquito-pic.png") no-repeat center top;
}

#u1953_align_to_page {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    position: relative;
    left: -100px;
    padding-top: 8px;
    padding-bottom: 173px;
}

#u1944 {
    z-index: 242;
    width: 277px;
    left: 95px;
    position: relative;
}

#u1948 {
    z-index: 243;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    background: transparent url("images/section-residential-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1950 {
    z-index: 244;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 45px;
    background: transparent url("images/section-commercial-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1949 {
    z-index: 245;
    width: 53px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 89px;
    background: transparent url("images/section-program-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1945 {
    z-index: 246;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 135px;
    background: transparent url("images/section-bedbug-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1946 {
    z-index: 247;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 180px;
    background: transparent url("images/section-mosquito-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1947 {
    z-index: 248;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 225px;
    background: transparent url("images/section-estimate-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1951-6 {
    z-index: 9999;
    display: block;
    vertical-align: top;
    left: 0;
    margin-top: 195px;
    position: relative;
}

#u1952 {
    z-index: 255;
    width: 174px;
    height: 43px;
    left: 483px;
    margin-top: 13px;
    position: relative;
    background: transparent url("http://www.edenpest.com/layout/images/section-learn-btn.png") no-repeat left top;
    background-size: contain !important;
}

#u1952:hover {
    margin: 13px 0px 0px;
    background: transparent url("http://www.edenpest.com/layout/images/section-learn-btn2.png") no-repeat left top;
    background-size: contain !important;
}

#u890 {
    z-index: 10;
    width: 1140px;
    border-style: none;
    border-color: transparent;
    background-color: #5F7333;
    padding-bottom: 6px;
    position: relative;
    margin-right: -10000px;
    margin-top: 117px;
    left: 26px;
}

#u69_align_to_page, #u890_align_to_page {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    position: relative;
    left: -100px;
}

#u902 {
    z-index: 12;
    width: 722px;
    position: relative;
    margin-right: -10000px;
    margin-top: 18px;
    left: 100px;
}

#u894 {
    z-index: 14;
    height: 20px;
    width: 69px;
    vertical-align: top;
    background: url("http://www.edenpest.com/layout/images/u894.png") no-repeat 0px 0px;
    position: relative;
    margin-right: -10000px;
}

#u894:hover {
    background: url("http://www.edenpest.com/layout/images/u894-r.png") no-repeat 0px 0px;
}

#u895 {
    z-index: 17;
    height: 23px;
    width: 103px;
    vertical-align: top;
    background: url("http://www.edenpest.com/layout/images/u895.png") no-repeat 0px 0px;
    position: relative;
    margin-right: -10000px;
    left: 80px;
}

#u895:hover {
    background: url("http://www.edenpest.com/layout/images/u895-r.png") no-repeat 0px 0px;
}

#u896 {
    z-index: 20;
    height: 23px;
    width: 103px;
    vertical-align: top;
    background: url("http://www.edenpest.com/layout/images/u896.png") no-repeat 0px 0px;
    position: relative;
    margin-right: -10000px;
    left: 197px;
}

#u896:hover {
    background: url("http://www.edenpest.com/layout/images/u896-r.png") no-repeat 0px 0px;
}

#u897 {
    z-index: 23;
    height: 23px;
    width: 103px;
    vertical-align: top;
    background: url("http://www.edenpest.com/layout/images/u897.png") no-repeat 0px 0px;
    position: relative;
    margin-right: -10000px;
    left: 320px;
}

#u897:hover {
    background: url("http://www.edenpest.com/layout/images/u897-r.png") no-repeat 0px 0px;
}

#u898 {
    z-index: 26;
    height: 23px;
    width: 104px;
    vertical-align: top;
    background: url("http://www.edenpest.com/layout/images/u898.png") no-repeat 0px 0px;
    position: relative;
    margin-right: -10000px;
    left: 445px;
}

#u898:hover {
    background: url("http://www.edenpest.com/layout/images/u898-r.png") no-repeat 0px 0px;
}

#u899 {
    z-index: 29;
    height: 20px;
    width: 47px;
    vertical-align: top;
    background: url("http://www.edenpest.com/layout/images/u899.png") no-repeat 0px 0px;
    position: relative;
    margin-right: -10000px;
    left: 553px;
}

#u899:hover {
    background: url("http://www.edenpest.com/layout/images/u899-r.png") no-repeat 0px 0px;
}

#u900 {
    z-index: 32;
    height: 20px;
    width: 97px;
    vertical-align: top;
    background: url("http://www.edenpest.com/layout/images/u900.png") no-repeat 0px 0px;
    position: relative;
    margin-right: -10000px;
    left: 625px;
}

#u900:hover {
    background: url("http://www.edenpest.com/layout/images/u900-r.png") no-repeat 0px 0px;
}

#u1093 {
    z-index: 50;
    width: 135px;
    height: 38px;
    position: relative;
    margin-right: -10000px;
    margin-top: 8px;
    left: 905px;
    background: transparent url("http://www.edenpest.com/layout/images/header-login-btn.png") no-repeat left top;
    background-size: contain !important;
}

#u1093:hover {
    margin: 8px -10000px 0px 0px;
    background: transparent url("http://www.edenpest.com/layout/images/header-login-btn2.png") no-repeat left top;
    background-size: contain !important;
}

#u892 {
    z-index: 11;
    width: 1140px;
    height: 2px;
    border-style: none;
    border-color: transparent;
    background-color: #414F30;
    position: relative;
    margin-right: -10000px;
    margin-top: 169px;
    left: 26px;
}

#u1145 {
    z-index: 51;
    width: 5px;
    position: relative;
    margin-right: -10000px;
    margin-top: 137px;
    left: 186px;
}

#u1153 {
    z-index: 53;
    width: 5px;
    position: relative;
    margin-right: -10000px;
    margin-top: 137px;
    left: 306px;
}

#u1156 {
    z-index: 55;
    width: 5px;
    position: relative;
    margin-right: -10000px;
    margin-top: 137px;
    left: 428px;
}

#u1159 {
    z-index: 57;
    width: 5px;
    position: relative;
    margin-right: -10000px;
    margin-top: 137px;
    left: 552px;
}

#u1162 {
    z-index: 59;
    width: 5px;
    position: relative;
    margin-right: -10000px;
    margin-top: 137px;
    left: 659px;
}

#u1165 {
    z-index: 61;
    width: 5px;
    position: relative;
    margin-right: -10000px;
    margin-top: 137px;
    left: 731px;
}

#u1176 {
    z-index: 63;
    width: 1140px;
    height: 520px;
    border-style: none;
    border-color: transparent;
    background-color: #FFFFFF;
    opacity: 0.32;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=32)";
    filter: alpha(opacity=32);
    position: relative;
    margin-right: -10000px;
    margin-top: 537px;
    left: 26px;
}

#u1250-4 {
    z-index: 80;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 468px;
    left: 341px;
}

#u1251-6 {
    z-index: 84;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 463px;
    left: 437px;
}

#u1344 {
    z-index: 90;
    width: 1140px;
    height: 361px;
    border-style: none;
    border-color: transparent;
    opacity: 0.37;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=37)";
    filter: alpha(opacity=37);
    position: relative;
    margin-right: -10000px;
    margin-top: 697px;
    left: 26px;
    background: transparent url("images/residential-pic.png") no-repeat center bottom;
}

#u1253-4 {
    z-index: 95;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 468px;
    left: 734px;
}

#u1254-6 {
    z-index: 99;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 463px;
    left: 829px;
}

#u1356-6 {
    z-index: 105;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 692px;
    left: 288px;
}

#u1357 {
    z-index: 111;
    width: 174px;
    height: 43px;
    position: relative;
    margin-right: -10000px;
    margin-top: 801px;
    left: 509px;
    background: transparent url("http://www.edenpest.com/layout/images/section-learn-btn.png") no-repeat left top;
    background-size: contain !important;
}

#u1357:hover {
    margin: 801px -10000px 0px 0px;
    background: transparent url("http://www.edenpest.com/layout/images/section-learn-btn2.png") no-repeat left top;
    background-size: contain !important;
}

#u1442 {
    z-index: 112;
    width: 365px;
    height: 520px;
    border-style: none;
    border-color: transparent;
    position: relative;
    margin-right: -10000px;
    margin-top: 538px;
    left: 762px;
    background: transparent url("images/residential-tech.png") no-repeat right bottom;
}

#u1512 {
    z-index: 113;
    width: 277px;
    position: relative;
    margin-right: -10000px;
    margin-top: 546px;
    left: 121px;
}

#u1369 {
    z-index: 114;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    background: transparent url("images/section-residential-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1380 {
    z-index: 115;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 45px;
    background: transparent url("images/section-commercial-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1391 {
    z-index: 116;
    width: 53px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 89px;
    background: transparent url("images/section-program-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1402 {
    z-index: 117;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 135px;
    background: transparent url("images/section-bedbug-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1415 {
    z-index: 118;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 180px;
    background: transparent url("images/section-mosquito-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1426 {
    z-index: 119;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 225px;
    background: transparent url("images/section-estimate-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1454 {
    z-index: 120;
    width: 1140px;
    height: 123px;
    border-style: none;
    border-color: transparent;
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55.00000000000001)";
    filter: alpha(opacity=55.00000000000001);
    position: relative;
    margin-right: -10000px;
    margin-top: 934px;
    left: 26px;
    background: transparent url("images/gradient2.png") no-repeat center bottom;
}

#u1475 {
    z-index: 121;
    width: 1140px;
    height: 654px;
    border-style: none;
    border-color: transparent;
    background-color: #FFFFFF;
    opacity: 0.32;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=32)";
    filter: alpha(opacity=32);
    position: relative;
    margin-right: -10000px;
    margin-top: 1577px;
    left: 26px;
}

#u1478 {
    z-index: 132;
    width: 1140px;
    height: 1817px;
    border-style: none;
    border-color: transparent;
    background-color: #FFFFFF;
    opacity: 0.32;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=32)";
    filter: alpha(opacity=32);
    position: relative;
    margin-right: -10000px;
    margin-top: 3791px;
    left: 26px;
}

#u1513 {
    z-index: 169;
    width: 277px;
    position: relative;
    margin-right: -10000px;
    margin-top: 1586px;
    left: 121px;
}

#u1514 {
    z-index: 170;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    background: transparent url("images/section-residential-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1515 {
    z-index: 171;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 45px;
    background: transparent url("images/section-commercial-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1517 {
    z-index: 172;
    width: 53px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 89px;
    background: transparent url("images/section-program-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1518 {
    z-index: 173;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 135px;
    background: transparent url("images/section-bedbug-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1516 {
    z-index: 174;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 180px;
    background: transparent url("images/section-mosquito-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1519 {
    z-index: 175;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 225px;
    background: transparent url("images/section-estimate-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1520-6 {
    z-index: 176;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 1829px;
    left: 288px;
}

#u1521 {
    z-index: 182;
    width: 174px;
    height: 43px;
    position: relative;
    margin-right: -10000px;
    margin-top: 1936px;
    left: 509px;
    background: transparent url("http://www.edenpest.com/layout/images/section-learn-btn.png") no-repeat left top;
    background-size: contain !important;
}

#u1521:hover {
    margin: 1936px -10000px 0px 0px;
    background: transparent url("http://www.edenpest.com/layout/images/section-learn-btn2.png") no-repeat left top;
    background-size: contain !important;
}

#u1874 {
    z-index: 209;
    width: 1140px;
    height: 520px;
    border-style: none;
    border-color: transparent;
    background-color: #FFFFFF;
    opacity: 0.32;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=32)";
    filter: alpha(opacity=32);
    position: relative;
    margin-right: -10000px;
    margin-top: 2751px;
    left: 26px;
}

#u1891 {
    z-index: 224;
    width: 277px;
    position: relative;
    margin-right: -10000px;
    margin-top: 2759px;
    left: 121px;
}

#u1892 {
    z-index: 225;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    background: transparent url("images/section-residential-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1897 {
    z-index: 226;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 45px;
    background: transparent url("images/section-commercial-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1895 {
    z-index: 227;
    width: 53px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 89px;
    background: transparent url("images/section-program-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1894 {
    z-index: 228;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 135px;
    background: transparent url("images/section-bedbug-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1896 {
    z-index: 229;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 180px;
    background: transparent url("images/section-mosquito-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1893 {
    z-index: 230;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 225px;
    background: transparent url("images/section-estimate-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1898-6 {
    z-index: 9999;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 2861px;
    left: 288px;
}

#u1899 {
    z-index: 237;
    width: 174px;
    height: 43px;
    position: relative;
    margin-right: -10000px;
    margin-top: 2993px;
    left: 509px;
    background: transparent url("http://www.edenpest.com/layout/images/section-learn-btn.png") no-repeat left top;
    background-size: contain !important;
}

#u1899:hover {
    margin: 2993px -10000px 0px 0px;
    background: transparent url("http://www.edenpest.com/layout/images/section-learn-btn2.png") no-repeat left top;
    background-size: contain !important;
}

#u1900 {
    z-index: 238;
    width: 134px;
    position: relative;
    margin-right: -10000px;
    margin-top: 3001px;
    left: 723px;
}

#u1910 {
    z-index: 240;
    width: 1136px;
    height: 335px;
    border-style: none;
    border-color: transparent;
    position: relative;
    margin-right: -10000px;
    margin-top: 2936px;
    left: 27px;
    background: transparent url("images/bedbugs-sheets.png") no-repeat center bottom;
    background-size: cover !important;
}

#u1937 {
    z-index: 241;
    width: 1140px;
    height: 123px;
    border-style: none;
    border-color: transparent;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    position: relative;
    margin-right: -10000px;
    margin-top: 3148px;
    left: 26px;
    background: transparent url("images/gradient2.png") no-repeat center bottom;
}

#u1960-6 {
    z-index: 256;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 3825px;
    left: 266px;
}

#u1961 {
    z-index: 262;
    width: 277px;
    position: relative;
    margin-right: -10000px;
    margin-top: 3800px;
    left: 121px;
}

#u1966 {
    z-index: 263;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    background: transparent url("images/section-residential-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1878:hover, #u1948:hover, #u1369:hover, #u1514:hover, #u1892:hover, #u1966:hover, #u1878.current, #u1948.current, #u1369.current, #u1514.current, #u1892.current, #u1966.current {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    margin: 0px -10000px 0px 0px;
    background: transparent url("images/section-residential-button2.png") no-repeat left top;
    background-size: contain !important;
}

#u1965 {
    z-index: 264;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 45px;
    background: transparent url("images/section-commercial-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1876:hover, #u1950:hover, #u1380:hover, #u1515:hover, #u1897:hover, #u1965:hover, #u1876.current, #u1950.current, #u1380.current, #u1515.current, #u1897.current, #u1965.current {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    margin: 0px -10000px 0px 0px;
    background: transparent url("images/section-commercial-button2.png") no-repeat left top;
    background-size: contain !important;
}

#u1963 {
    z-index: 265;
    width: 53px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 89px;
    background: transparent url("images/section-program-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1879:hover, #u1949:hover, #u1391:hover, #u1517:hover, #u1895:hover, #u1963:hover, #u1879.current, #u1949.current, #u1391.current, #u1517.current, #u1895.current, #u1963.current {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    margin: 0px -10000px 0px 0px;
    background: transparent url("images/section-program-button2.png") no-repeat left top;
    background-size: contain !important;
}

#u1962 {
    z-index: 266;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 135px;
    background: transparent url("images/section-bedbug-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1880:hover, #u1945:hover, #u1402:hover, #u1518:hover, #u1894:hover, #u1962:hover, #u1880.current, #u1945.current, #u1402.current, #u1518.current, #u1894.current, #u1962.current {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    margin: 0px -10000px 0px 0px;
    background: transparent url("images/section-bedbug-button2.png") no-repeat left top;
    background-size: contain !important;
}

#u1964 {
    z-index: 267;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 180px;
    background: transparent url("images/section-mosquito-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1881:hover, #u1946:hover, #u1415:hover, #u1516:hover, #u1896:hover, #u1964:hover, #u1881.current, #u1946.current, #u1415.current, #u1516.current, #u1896.current, #u1964.current {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    margin: 0px -10000px 0px 0px;
    background: transparent url("images/section-mosquito-button2.png") no-repeat left top;
    background-size: contain !important;
}

#u1967 {
    z-index: 268;
    width: 52px;
    height: 52px;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    position: relative;
    margin-right: -10000px;
    left: 225px;
    background: transparent url("images/section-estimate-button.png") no-repeat left top;
    background-size: contain !important;
}

#u1877:hover, #u1947:hover, #u1426:hover, #u1519:hover, #u1893:hover, #u1967:hover, #u1877.current, #u1947.current, #u1426.current, #u1519.current, #u1893.current, #u1967.current {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    margin: 0px -10000px 0px 0px;
    background: transparent url("images/section-estimate-button2.png") no-repeat left top;
    background-size: contain !important;
}

#u1968 {
    z-index: 271;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 3930px;
    left: 564px;
}

#u1976 {
    z-index: 273;
    width: 432px;
    position: relative;
    margin-right: -10000px;
    margin-top: 4041px;
    left: 106px;
    overflow: visible;
}

#u1981 {
    z-index: 275;
    width: 224px;
    height: 43px;
    position: relative;
    margin-right: -10000px;
    margin-top: 5259px;
    left: 126px;
    background: transparent url("http://www.edenpest.com/layout/images/estimate-submit-btn.png") no-repeat left top;
    background-size: contain !important;
}

#u1981:hover {
    margin: 5259px -10000px 0px 0px;
    background: transparent url("http://www.edenpest.com/layout/images/estimate-submit-btn2.png") no-repeat left top;
    background-size: contain !important;
}

#u1993 {
    z-index: 276;
    width: 358px;
    position: relative;
    margin-right: -10000px;
    margin-top: 4790px;
    left: 708px;
}

#u1998 {
    z-index: 278;
    width: 441px;
    position: relative;
    margin-right: -10000px;
    margin-top: 4183px;
    left: 625px;
}

#u2003 {
    z-index: 280;
    width: 1191px;
    position: relative;
    margin-right: -10000px;
    margin-top: 5404px;
}

#pu1495 {
    width: 0.01px;
    padding-bottom: 954px;
    position: relative;
    margin-right: -10000px;
    margin-top: 1197px;
}

#u1495 {
    z-index: 151;
    width: 461px;
    position: fixed;
    top: 1468px;
    left: 0px;
}

#u1496-4 {
    z-index: 152;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 9px;
    left: 25px;
}

#u1499 {
    z-index: 156;
    width: 47px;
    opacity: 0.24;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=24)";
    filter: alpha(opacity=24);
    position: relative;
    margin-right: -10000px;
}

#u1497 {
    z-index: 158;
    width: 47px;
    opacity: 0.24;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=24)";
    filter: alpha(opacity=24);
    position: relative;
    margin-right: -10000px;
    left: 414px;
}

#u1486 {
    z-index: 133;
    width: 435px;
    position: fixed;
    top: 1197px;
    left: 75px;
}

#u1480 {
    z-index: 138;
    width: 47px;
    opacity: 0.12;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
    filter: alpha(opacity=12);
    position: relative;
    margin-right: -10000px;
}

#u1479-4 {
    z-index: 134;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 9px;
    left: 48px;
}

#u1482 {
    z-index: 140;
    width: 47px;
    opacity: 0.12;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
    filter: alpha(opacity=12);
    position: relative;
    margin-right: -10000px;
    left: 388px;
}

#u1868 {
    z-index: 183;
    width: 682px;
    position: fixed;
    top: 1669px;
    left: 129px;
}

#u1579 {
    z-index: 194;
    height: 142px;
    width: 142px;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
}

#u1569 {
    z-index: 191;
    height: 142px;
    width: 142px;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    left: 180px;
}

#u1559 {
    z-index: 185;
    height: 142px;
    width: 142px;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    left: 360px;
}

#u1564 {
    z-index: 188;
    height: 142px;
    width: 142px;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    left: 540px;
}

#u1869 {
    z-index: 196;
    width: 682px;
    position: fixed;
    top: 2010px;
    left: 129px;
}

#u1584 {
    z-index: 207;
    height: 142px;
    width: 142px;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
}

#u1554 {
    z-index: 201;
    height: 142px;
    width: 142px;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    left: 180px;
}

#u1574 {
    z-index: 204;
    height: 142px;
    width: 142px;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    left: 360px;
}

#u1542 {
    z-index: 198;
    height: 142px;
    width: 142px;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    left: 540px;
}

#u1487 {
    z-index: 142;
    width: 455px;
    position: fixed;
    top: 1222px;
    left: 400px;
}

#u1492-4 {
    z-index: 143;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 9px;
    left: 45px;
}

#u1490 {
    z-index: 147;
    width: 47px;
    opacity: 0.24;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=24)";
    filter: alpha(opacity=24);
    position: relative;
    margin-right: -10000px;
}

#u1488 {
    z-index: 149;
    width: 47px;
    opacity: 0.24;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=24)";
    filter: alpha(opacity=24);
    position: relative;
    margin-right: -10000px;
    left: 408px;
}

#u1504 {
    z-index: 160;
    width: 435px;
    position: fixed;
    top: 1408px;
    left: 522px;
}

#u1506 {
    z-index: 165;
    width: 47px;
    opacity: 0.12;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
    filter: alpha(opacity=12);
    position: relative;
    margin-right: -10000px;
}

#u1505-4 {
    z-index: 161;
    display: block;
    vertical-align: top;
    position: relative;
    margin-right: -10000px;
    margin-top: 9px;
    left: 48px;
}

#u1508 {
    z-index: 167;
    width: 47px;
    opacity: 0.12;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
    filter: alpha(opacity=12);
    position: relative;
    margin-right: -10000px;
    left: 388px;
}

#page .verticalspacer {
    clear: both;
}

html {
    height: 100%;
    min-width: 100%;
    -ms-text-size-adjust: none;
}

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

fieldset, img {
    border: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

del, ins {
    text-decoration: none;
}

/*li {*/
/*list-style: none;*/
/*}*/

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: inherit;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    word-wrap: break-word;
    text-rendering: optimizeLegibility; /* kerning, primarily */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body {
        text-rendering: auto;
    }
}

.TabbedPanelsTab {
    white-space: nowrap;
}

.MenuBar .MenuBarView, .MenuBar .SubMenuView /* Resets for ul and li in menus */
{
    display: block;
    list-style: none;
}

.MenuBar .SubMenu {
    display: none;
    position: absolute;
}

.NoWrap {
    white-space: nowrap;
    word-wrap: normal;
}

.rootelem /* the root of the artwork tree */
{
    margin-left: auto;
    margin-right: auto;
}

.colelem /* a child element of a column */
{
    display: inline;
    float: left;
    clear: both;
}

.grpelem /* a child element of a group */
{
    display: inline;
    float: left;
}

.clearfix:after /* force a container to fit around floated items */
{
    content: "\0020";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

*:first-child + html .clearfix /* IE7 */
{
    zoom: 1;
}

.clip_frame /* used to clip the contents as in the case of an image frame */
{
    overflow: hidden;
}

.inclusion_context /* context for positioning a group of elements that share the same height */
{
    display: table;
    table-layout: fixed;
    width: 0.01px;
}

.inclelem /* element of an inclusion context */
{
    display: table-cell;
    vertical-align: top;
}

.f3s_mid /* 3-slice frame, middle slice */
{
    background-repeat: repeat;
}

.f3s_top, .f3s_bot /* 3-slice frame, top slice */
{
    background-repeat: no-repeat;
}

.f9s_top_left, .f9s_bot_left /* 9-slice frame, left corner slice */
{
    background-repeat: no-repeat;
    background-position: left;
}

.f9s_top_right, .f9s_bot_right /* 9-slice frame, right corner slice */
{
    background-repeat: no-repeat;
    background-position: right;
}

.f9s_top_mid, .f9s_bot_mid /* 9-slice frame, top/bottom horizontal slice */
{
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

.f9s_mid_left /* 9-slice frame, left vertical slice */
{
    background-repeat: repeat-y;
    background-position: left;
}

.f9s_mid_right /* 9-slice frame, right vertical slice */
{
    background-repeat: repeat-y;
    background-position: right;
}

.f9s_center /* 9-slice frame, center slice */
{
    background-repeat: repeat;
    background-position: 0px 0px;
}

.popup_anchor /* anchors an abspos popup */
{
    position: relative;
    width: 0px;
    height: 0px;
}

.popup_element {
    z-index: 100000;
}

.pointer_cursor {
    cursor: pointer;
}

span.wrap /* used to force wrap after floated array when nested inside a paragraph */
{
    content: '';
    clear: left;
    display: block;
}

span.actAsInlineDiv /* used to simulate a DIV with inline display when already nested inside a paragraph */
{
    display: inline-block;
}

.position_content, .excludeFromNormalFlow /* used when child content is larger than parent */
{
    float: left;
}

.preload_images /* used to preload images used in non-default states */
{
    position: absolute;
    overflow: hidden;
    left: -9999px;
    top: -9999px;
    height: 1px;
    width: 1px;
}

preload /* used to specifiy the dimension of preload item */
{
    height: 1px;
    width: 1px;
}

.animateStates {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

input:focus, textarea:focus /* remove default focussed input styling */
{
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.fld-prompt /* form placeholders cursor behavior */
{
    pointer-events: none;
}

.wrapped-input /* form inputs & placeholders let div styling show thru */
{
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
}

.submit-btn /* form submit buttons on top of sibling elements */
{
    z-index: 50000;
}

.anchor_item /* used to specify anchor properties */
{
    width: 22px;
    height: 18px;
}

.MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible, .popup_element.Active, span.actAsPara, .actAsDiv, a.nonblock.nontext, img.block {
    display: block;
}

.ose_ei {
    visibility: hidden;
    z-index: 0;
}

.widget_invisible, .js .invi, .js .mse_pre_init, .js .an_invi /* used to hide the widget before loaded */
{
    visibility: hidden;
}

.no_vert_scroll {
    overflow-y: hidden;
}

.always_vert_scroll {
    overflow-y: scroll;
}

.always_horz_scroll {
    overflow-x: scroll;
}

.popup_element.Inactive, .js .disn, .hidden {
    display: none;
}

.fullscreen {
    overflow: hidden;
    left: 0px;
    top: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.scroll_wrapper {
    position: absolute;
    overflow: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.MenuBar .MenuItemContainer, .SlideShowContentPanel .fullscreen img {
    position: relative;
}

.accordion_wrapper {
    display: inline;
    float: left;
    width: 0px;
}

/* Post-Bootstrap changes */

h1 {
    font-family: 'Avenir LT Std 95 Black';
    font-size: 30px;
    color: #2b3f12;
    text-transform: uppercase;
    margin: 10px 0;

}

h2 {
    font-family: 'Avenir LT Std 95 Black';
    font-size: 24px;
    color: #4a7c32;
    text-transform: uppercase;
    margin: 10px 0;

}

h3 {

    font-family: 'Avenir LT Std 95 Black';
    font-size: 20px;
    color: #2b3f12;

}

h4 {
    font-family: 'Avenir LT Std 95 Black';
    font-size: 18px;
    color: #4a7c32;
}

ul {
    padding-left: 40px;
    margin: 5px 0;
}

iframe {
    margin: 10px 0;
}

.form-group div.clearfix {
    height: 1px !important;
}
/* responsive */

@media (min-width: 299px) {

    /* resets */
    a {
        color: #337ab7;
        text-decoration: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }

    /* header */
    /*#header-wrapper {*/
        /*height: 90px;*/
    /*}*/

    #header-logo {
        position: relative;
        float: left;
        margin: 13px 0 0 0;
    }

    img#header-logo {
        width: 175px;
    }

    #header-search {
        margin: 15px 0;
        display: none;
    }

    #header-search-button, #searchsubmit {
        position: absolute;
        top: 0;
        right: 0px;
    }

    #header-search-input {
        left: 0;
    }

    #header-social {
        text-align: right;
        display: none;
    }

    #header-phone {
        text-align: right;
        margin: 15px 0 7px 0;
        font-size: 0;
        background-color: #D1DDEF;
        padding: 20px 10px 16px 19px;
        border-radius: 50%;
    }

    #header-slogan {
        display: none;
    }

    /* header nav */
    .navbar {
        background-color: #6b9b00;
        border-bottom: 2px solid #435130;
        font-family: 'Avenir LT Std 35 Light';
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        margin-bottom: 0;
    }

    /* fixes a scroll bug on mobile */
    .navbar-collapse.in {
        overflow-y: hidden;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 16px;
        border-bottom: 1px dotted #4B7F31;
        padding-top: 17px;
        padding-bottom: 15px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #cbdb83;
    }

    .navbar-default .navbar-nav > li > a:after {
        content: "";
        font-size: 14px;
        color: #436100;
        margin-left: 16px;
        border-right: 0;
    }

    .navbar-default .navbar-nav > li:last-child a:after {
        content: "";
        margin-left: 0px;
        border-right: 0;
    }

    .navbar-default .navbar-toggle {
        margin-left: 15px;
        padding: 9px 10px 6px 10px;
        float: none;
        border-color: transparent;
        background-color: #356E14;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #244E0B;
    }

    .menu {
        color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        margin-left: 50px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
    }

    .navbar-collapse {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #main-nav-client-login {
        float: left !important;
    }

    /* homepage */
    .homepage-section {
        padding: 20px 0 35px;
    }

    .homepage-section-inner {
        max-width: 940px;
    }

    .homepage-section h1 {
        display: none;
    }

    .homepage-section h2 {
        color: #fff;
        font-family: 'Avenir LT Std 35 Light';
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 26px;
        position: relative;
        text-shadow: 0 1px #000;
        text-transform: none;
    }

    .homepage-section h2 span {
        font-family: 'Avenir LT Std 85 Heavy';
        text-transform: uppercase;
        display: block;
    }

    .homepage-top-arrow {
        display: none;
    }

    .homepage-section.section1 {
        height: auto;
        padding: 0;
        background: url("images/residential-pic-new.png") no-repeat center bottom, url("images/background-small-opacity.jpg") repeat;
    }

    .homepage-section-inner.section1-inner {
        height: auto;
        padding: 35px 0;
        background: none;
    }

    .section-anchors a {
        height: 45px;
        width: 45px;
    }

    .section-anchors {
        position: relative;
        top: 5px;
        text-align: center;
    }

    .homepage-testimonial-wrapper.testimonial1 {
        margin: 0 !important;
        top: 0;
    }

    .homepage-testimonial-wrapper {
        display: block;
    }

    .homepage-testimonial-wrapper.testimonial4 {
        margin: 30px 0 0 0 !important;
        max-width: 100%;
        bottom: 0;
        left: 0;
    }

    .homepage-testimonial-wrapper.testimonial5 {
        margin: 30px 0 0 0 !important;
        max-width: 100%;
        bottom: 5px;
        right: 0;
    }

    .homepage-testimonial.testimonial3 {
        max-width: 600px;
        width: auto;
        font-size: 21px;
        line-height: 27px;
    }

    .homepage-testimonial-wrapper.testimonial3 {
        margin: 25px auto !important;
        display: block;
        padding: 0 25px;
    }

    .quote-right {
        position: absolute;
        right: 0;
        top: 0;
    }

    .quote-left {
        position: absolute;
        left: 0;
        top: 0;
    }

    img.small {
        width: 35px;
        height: 31px;
    }

    img.large {
        width: 35px;
        height: 31px;
    }

    .homepage-testimonial-wrapper.testimonial1,
    .homepage-testimonial-wrapper.testimonial2,
    .homepage-testimonial-wrapper.testimonial4,
    .homepage-testimonial-wrapper.testimonial5 {
        padding: 0 25px;
    }

    .homepage-testimonial.testimonial-1,
    .homepage-testimonial.testimonial2,
    .homepage-testimonial.testimonial4,
    .homepage-testimonial.testimonial5 {
        width: auto !important;
        font-size: 18px;
        line-height: 20px;
    }

    .section2 {
        padding: 40px 15px;
    }

    .bedbug-under-sheets {
        position: relative;
        margin: 0;
        align-self: auto;
    }

    .homepage-section.section7 {
        background: url("images/background-leaves-right.png") no-repeat right 15%,
        url("images/back…eft.png") no-repeat left bottom,
        url("images/background-small-opacity.jpg") repeat;
    }

    .homepage-washington-locations,
    .homepage-oregon-locations {
        display: none;
    }

    .section7-inner {
        padding: 0 15px;
    }

    .homepage-form-field {
        display: inline-block;
        margin: 5px 15px 5px 0;
        width: 100%;
    }

    input#street-address {
        width: 100%;
    }

    .homepage-form-field input,
    .homepage-form-field textarea {
        width: 100%;
    }

    .homepage-form-field.address {
        width: 100%;
    }

    .form-wrapper.homepage .form-control {
        border: 1px solid #fff;
        /*border-radius: 16px;*/
        -webkit-box-shadow: transparent;
        box-shadow: none;
    }

    .form-wrapper.homepage .input-lg {
        border-radius: 16px;
    }

    .form-wrapper.homepage .form-group {
        clear: both;
        margin-top: 0;
        margin-bottom: 5px;
    }

    form img.wpcf7-captchac {
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-top: 8px;
    }

    form span.captcha-1 {
        display: inline-block;
        width: 120px;
        float: left;
        margin-top: 8px;
        margin-bottom: 5px;
    }

    form span.wpcf7-not-valid-tip {
        clear: both;
        width: 100%;
        margin-top: 5px;
    }

    .form-wrapper.homepage .form-control:focus {
        border-color: #B2C08F;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(94, 119, 40, 1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(94, 119, 40, 1);
    }

    /* pre footer */
    .pre-footer-04 {
        padding: 10px 15px 40px 15px;
    }

    .pre-footer-reviews,
    .newsletter-signup {
        padding: 20px 0;
        text-align: center;
    }

    .live-help {
        text-align: center;
    }

    .newsletter-button {
        color: #fff;
        background-color: #4D85D1;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    ul.side-nav {
        padding: 30px 0;
        text-align: left;
    }

    #interior-form-stub-inner h2 {
        margin: 0;
        margin-top: 15px;
        padding: 0 0 7px 0;
    }

    #interior-form-stub-inner input {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-box-shadow: inset 0 0 5px #888;
        -webkit-box-shadow: inset 0 0 5px #888;
        box-shadow: inner 0 0 5px #888;
    }

    #interior-form-stub-inner .get-started {
        color: #fff;
        background-color: #4D85D1;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 1px solid #78a2dc;
    }

    #interior-form-stub,
    #interior-form-stub-inner {
        height: auto;
    }

    #interior-form-stub-inner {
        padding: 10px 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    #interior-tabs-wrapper h2 {
        margin: 30px 0 25px 0;
        font-family: 'Avenir LT Std 85 Heavy';
        font-size: 24px;
        color: #4a7c32;
        text-transform: uppercase;
    }

    /* footer */
    #top-footer {
        min-height: 188px;
        padding-top: 25px;
        border-top: 5px #d8e67c solid;
        background: rgb(123, 159, 48);
        background: -moz-linear-gradient(top, rgba(123, 159, 48, 1) 0%, rgba(114, 146, 45, 1) 44%, rgba(94, 119, 40, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(123, 159, 48, 1)), color-stop(44%, rgba(114, 146, 45, 1)), color-stop(100%, rgba(94, 119, 40, 1)));
        background: -webkit-linear-gradient(top, rgba(123, 159, 48, 1) 0%, rgba(114, 146, 45, 1) 44%, rgba(94, 119, 40, 1) 100%);
        background: -o-linear-gradient(top, rgba(123, 159, 48, 1) 0%, rgba(114, 146, 45, 1) 44%, rgba(94, 119, 40, 1) 100%);
        background: -ms-linear-gradient(top, rgba(123, 159, 48, 1) 0%, rgba(114, 146, 45, 1) 44%, rgba(94, 119, 40, 1) 100%);
        background: linear-gradient(to bottom, rgba(123, 159, 48, 1) 0%, rgba(114, 146, 45, 1) 44%, rgba(94, 119, 40, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b9f30', endColorstr='#5e7728', GradientType=0);
    }

    #top-footer .footer-addresses {
        margin-bottom: 0;
    }

    #top-footer .footer-addresses p {
        display: inline-block;
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 18px;
        margin-right: 0;
        width: 99%;
        color: #d9e783;
    }

    #top-footer .footer-addresses a {
        color: #fff;
    }

    #top-footer ul li {
        display: block;
        padding-right: 0;
        margin-bottom: 25px;
        width: auto;
    }

    #top-footer ul li a {
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
    }

    #top-footer ul li a:hover {
        text-decoration: none;
        color: #D9E783;
    }

    #bottom-footer {
        min-height: 150px;
        background: rgb(51, 66, 22);
        background: -moz-linear-gradient(top, rgba(51, 66, 22, 1) 0%, rgba(56, 72, 22, 1) 44%, rgba(56, 72, 22, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 66, 22, 1)), color-stop(44%, rgba(56, 72, 22, 1)), color-stop(100%, rgba(56, 72, 22, 1)));
        background: -webkit-linear-gradient(top, rgba(51, 66, 22, 1) 0%, rgba(56, 72, 22, 1) 44%, rgba(56, 72, 22, 1) 100%);
        background: -o-linear-gradient(top, rgba(51, 66, 22, 1) 0%, rgba(56, 72, 22, 1) 44%, rgba(56, 72, 22, 1) 100%);
        background: -ms-linear-gradient(top, rgba(51, 66, 22, 1) 0%, rgba(56, 72, 22, 1) 44%, rgba(56, 72, 22, 1) 100%);
        background: linear-gradient(to bottom, rgba(51, 66, 22, 1) 0%, rgba(56, 72, 22, 1) 44%, rgba(56, 72, 22, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#334216', endColorstr='#384816', GradientType=0);
    }

    #bottom-footer h3 a {
        float: none;
        font-size: 24px;
        font-weight: bold;
        color: #76982f;
    }

    #bottom-footer ul,
    #bottom-footer p {
        float: left;
    }

    #bottom-footer p {
        margin-top: 10px;
    }

    #bottom-footer ul li {
        display: block;
    }

    #bottom-footer ul li a {
        padding-left: 0;
        padding-bottom: 15px;
    }

    #bottom-footer ul li:first-child a {
        padding-left: 0;
    }

    #bottom-footer a:hover {
        color: #ffffff;
        text-decoration: none;
    }

    #bottom-footer ul li a:after {
        content: "";
        border-right: 0;
        padding-right: 0;
    }

    #bottom-footer ul li:last-child a:after {
        content: "";
        border-right: 0;
        padding-right: 0;
    }

    #bottom-footer a,
    #bottom-footer p {
        font-size: 13px;
        color: #76982f;
    }
}

@media (min-width: 99px) and (max-width: 425px) {
    #header-phone {
        display:none;
    }

    #header-wrapper {
        height: 90px;

    }

    #searchform {
       display:none;
    }

}

@media (min-width: 480px) {

    /* header */
    #header-wrapper {
        height: 120px;
    }

    #header-search,
    #header-social {
        display: block;
    }

    #header-logo {
        position: relative;
        float: left;
        margin: 29px 0 0 0;
    }

    img#header-logo {
        width: 200px;
    }

    #header-phone {
        font-size: 24px;
        margin: 7px 0 5px 0;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }

    /* homepage */
    .section-anchors {
        position: absolute;
        top: -55px;
        left: 0;
        text-align: left;
    }

    .homepage-section {
        padding: 60px 20px;
    }

    .homepage-section h1 {
        color: #fff;
        font-family: 'Avenir LT Std 35 Light';
        text-transform: uppercase;
        font-size: 36px;
        line-height: 40px;
        text-shadow: 0 1px #000;
        padding: 0;
        max-width: 650px;
        margin: 20px auto 35px auto;
        display: block;
    }

    .homepage-section h1 span {
        font-family: 'Avenir LT Std 85 Heavy';
        font-weight: bolder;
    }

    .services-col {
        display: block;
    }

    .homepage-section-inner.section1-inner {
        height: 480px;
        background: transparent url("images/residential-tech.png") no-repeat scroll right bottom;
    }

    .section-anchors a {
        height: 52px;
        width: 52px;
    }

    .section-anchors {
        position: absolute;
    }

    .homepage-section.section1 {
        height: 480px;
        padding: 0px 20px;
        background: url("images/residential-pic-new.png") no-repeat center bottom, url("images/background-small-opacity.jpg") repeat;
    }

    .homepage-section-inner.section1-inner {
        height: 480px;
    }

    .homepage-testimonial-wrapper.testimonial1 {
        margin: 0 !important;
        top: 0;
    }

    .homepage-testimonial-wrapper {
        display: block;
    }

    .homepage-testimonial-wrapper.testimonial4 {
        margin: 30px 0 0 0 !important;
        max-width: 100%;
        bottom: 0;
        left: 0;
    }

    .homepage-testimonial-wrapper.testimonial5 {
        margin: 30px 0 0 0 !important;
        max-width: 100%;
        bottom: 5px;
        right: 0;
    }

    .homepage-testimonial.testimonial3 {
        max-width: 600px;
        width: auto;
        font-size: 25px;
        line-height: 32px;
    }

    .homepage-testimonial-wrapper.testimonial3 {
        margin: 25px auto !important;
        display: block;
        padding: 0 60px;
    }

    .quote-right {
        position: absolute;
        right: 0;
        top: 0;
    }

    .quote-left {
        position: absolute;
        left: 0;
        top: 0;
    }

    img.small {
        width: 47px;
        height: 41px;
    }

    img.large {
        width: 61px;
        height: 53px;
    }

    .homepage-testimonial-wrapper.testimonial1,
    .homepage-testimonial-wrapper.testimonial2,
    .homepage-testimonial-wrapper.testimonial4,
    .homepage-testimonial-wrapper.testimonial5 {
        padding: 0 50px;
    }

    .homepage-testimonial.testimonial-1,
    .homepage-testimonial.testimonial2,
    .homepage-testimonial.testimonial4,
    .homepage-testimonial.testimonial5 {
        width: auto !important;
    }

    .section2 {
        padding: 60px 20px;
    }

    .section7-inner {
        padding: 0;
    }

    .homepage-form-field {
        display: inline-block;
        margin: 5px 15px 5px 0;
        width: 200px;
    }

    .homepage-form-field input,
    .homepage-form-field textarea {
        width: 180px;
    }

    .homepage-form-field textarea {
        width: 395px;
    }

    .homepage-form-field.address {
        width: 415px;
    }

    .form-wrapper.homepage {
        max-width: 100%;
        text-align: left;
    }

    /* footer */
    #top-footer ul li {
        display: inline-block;
        padding-right: 0;
        margin-bottom: 25px;
        width: 24%;
    }

    #top-footer .footer-addresses p {
        margin-top: 15px;
        margin-bottom: 18px;
        margin-right: 0;
        width: 49%;
    }

    #bottom-footer ul li {
        display: inline-block;
    }

    #bottom-footer ul li a:after {
        content: "";
        border-right: 1px solid #76982f;
        padding-right: 10px;
    }

    #bottom-footer ul li:last-child a:after {
        content: "";
        border-right: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {

    /* homepage */
    .homepage-section h1 {
        padding: 0;
        max-width: 650px;
        margin: 20px auto 36px auto;
    }

    .services-col {
        display: inline-block;
    }

    .homepage-top-arrow {
        display: inline-block;
    }

    .homepage-testimonial-wrapper.testimonial1 {
        margin: 0 !important;
        top: 0;
    }

    .homepage-testimonial-wrapper {
        display: block;
    }

    .homepage-testimonial-wrapper.testimonial4 {
        margin: 30px 0 0 0 !important;
        max-width: 100%;
        bottom: 0;
        left: 0;
    }

    .homepage-testimonial-wrapper.testimonial5 {
        margin: 30px 0 0 0 !important;
        max-width: 100%;
        bottom: 5px;
        right: 0;
    }

    .homepage-testimonial.testimonial3 {
        max-width: 600px;
        width: auto;
        font-size: 32px;
        line-height: 35px;
    }

    .homepage-testimonial-wrapper.testimonial3 {
        padding: 0;
    }

    .quote-right {
        position: relative;
    }

    .quote-left {
        position: relative;
    }

    input#street-address {
        width: 180px;
    }

    .homepage-testimonial-wrapper.testimonial1,
    .homepage-testimonial-wrapper.testimonial2,
    .homepage-testimonial-wrapper.testimonial4,
    .homepage-testimonial-wrapper.testimonial5 {
        padding: 0;
    }

    .homepage-testimonial.testimonial-1 {
        width: 308px !important;
    }

    .homepage-testimonial.testimonial2 {
        width: 365px !important;
    }

    .homepage-testimonial.testimonial4 {
        width: 315px !important;
    }

    .homepage-testimonial.testimonial5 {
        width: 345px !important;
    }

    .homepage-washington-locations,
    .homepage-oregon-locations {
        display: block;
    }

    /*.form-wrapper.homepage .form-group {*/
        /*padding-left: 8px;*/
        /*padding-right: 7px;*/
    /*}*/

    /*.form-wrapper.homepage .form-group:nth-child(1),*/
    /*.form-wrapper.homepage .form-group:nth-child(3),*/
    /*.form-wrapper.homepage .form-group:nth-child(5),*/
    /*.form-wrapper.homepage .form-group:nth-child(6),*/
    /*.form-wrapper.homepage .form-group:nth-child(7),*/
    /*.form-wrapper.homepage .form-group:nth-child(8) {*/
        /*padding-left: 15px;*/
    /*}*/

    .form-wrapper.homepage {
        max-width: 432px;
        text-align: left;
    }

    /* pre footer */
    .pre-footer-04 {
        padding: 40px 0;
    }

    .pre-footer-reviews,
    .newsletter-signup {
        padding: 0;
    }

    .newsletter-signup {
        max-width: 400px;
    }

    #interior-tabs-wrapper {
        position: relative;
        max-width: 940px;
        margin: 0 auto;
    }

    #interior-tabs-wrapper h2 {
        margin: -35px 0 25px 0;
        font-family: 'Avenir LT Std 85 Heavy';
        font-size: 24px;
        color: #4a7c32;
        text-transform: uppercase;
    }

    /* footer */
    #bottom-footer h3 a {
        float: left;
        font-size: 24px;
        font-weight: bold;
        color: #76982f;
    }

    #top-footer ul li {
        display: inline;
        padding-right: 30px;
    }

    #top-footer .footer-addresses p {
        margin-top: 45px;
        margin-bottom: 18px;
        margin-right: 0;
        width: 30%;
    }

    #top-footer .footer-addresses p:last-child {
        margin-top: 20px;
    }

    #top-footer .bg-bug {
        background: url('images/footer-inner-top-bg.png') no-repeat center bottom;
    }

    #bottom-footer ul,
    #bottom-footer p {
        float: right;
    }
}

@media (min-width: 992px) {

    /* header */
    #header-logo {
        position: relative;
        float: left;
        margin: 29px 0 0 0;
    }

    img#header-logo {
        width: 200px;
    }

    #header-slogan {
        display: block;
    }

    /* nav */
    .navbar-default .navbar-nav > li > a {
        border-bottom: 0;
    }

    .navbar-default .navbar-nav > li > a:after {
        content: "";
        font-size: 14px;
        color: #436100;
        margin-left: 16px;
        border-right: 1px solid #436100;
    }

    #main-nav-client-login {
        float: right !important;
    }

    .navbar-default .navbar-nav > li > a:first-child {
        padding-left: 0;
    }

    /* homepage */
    .homepage-section h1 {
        padding: 0;
        max-width: 650px;
        margin: 20px auto 36px auto;
    }

    .homepage-testimonial-wrapper {
        display: inline-block;
    }

    .homepage-testimonial-wrapper.testimonial1 {
        margin: 0 !important;
        top: -65px;
    }

    .homepage-testimonial-wrapper.testimonial4 {
        margin: 0 !important;
        max-width: 50%;
        bottom: -25px;
        left: 0;
    }

    .homepage-testimonial-wrapper.testimonial5 {
        margin: 0 !important;
        max-width: 50%;
        bottom: 5px;
        right: 0;
    }

    .bedbug-under-sheets {
        position: relative;
        margin: -20px 260px 0 0;
        align-self: flex-end;
    }

    /* footer */
    #top-footer .footer-addresses p {
        margin-top: 45px;
        margin-bottom: 18px;
        margin-right: 45px;
        width: auto;
    }

    #top-footer .bg-bug {
        background: url('images/footer-inner-top-bg.png') no-repeat right bottom;
    }
}

@media (min-width: 1199px) {

    /* pre footer */
    ul.side-nav {
        text-align: left;
    }

    /* footer */
    #top-footer .footer-addresses p {
        margin-top: 45px;
        margin-bottom: 18px;
        margin-right: 90px;
    }
}

@media (min-width: 299px) {

    img.wp-post-image {
        float: right;
        margin: 10px 0 15px 15px;
        padding: 3px;
        border: 1px solid #cccccc;
    }

    .blog-post-wrapper.abstract.clearfix > img.wp-post-image {
        display: block;
        float: left;
        margin: 0 15px 15px 0;
        width: 100px;
    }

    .blog-post-wrapper.abstract.clearfix > p {
        float: left;
        max-width: 100%;
    }

    .alignleft, .alignright {
        padding: 15px;
    }

    .blog-post-detail-title > a, .blog-post-detail-title > a:hover, .blog-post-detail-title > a:focus {
        text-decoration: none;
        color: #4a7c32;

    }

    h2.blog-post-detail-title {
        font-size: 18px;
    }

}

@media (min-width: 768px) {

    .blog-post-wrapper.abstract.clearfix > img.wp-post-image {
        display: block;
        float: left;
        margin: 0 15px 15px 0;
        width: 250px;
    }

    .blog-post-wrapper.abstract.clearfix > p {
        float: none;
        max-width: 100%;
    }

    .alignleft, .alignright {
        padding: 10px;
    }

    h2.blog-post-detail-title {
        font-size: 24px;
    }
}

@media (min-width: 992px) {

    .blog-post-wrapper.abstract.clearfix > p {
        max-width: 75%;
    }
}

span.wpcf7-list-item {
    display: block;
}