@charset "utf-8";
/*-- AMERICAN PEST 2017 --*/
/*--LAST UPDATED BY AHC 5/18/2021--*/

/*--GENERAL STYLES--*/
html {margin-top: 0 !important;}
#__ap_adminbar {top: 83px !important; z-index: 9999999 !important;}
body {margin:65px 0 0 0; padding:0; font-family: 'Poppins', sans-serif; color:#56565a; font-size:15px; background:#fff url('../images/body-bg.png') no-repeat 50% 50%; background-attachment: fixed; background-size: 270px; width:100%; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
#wrapper {opacity: 0; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; -ms-transition: all 1s; transition: all 1s;}  
#wrapper.loaded {opacity: 1; background: #fff; min-height: 100vh;}

img {margin:0; padding:0; border:0; height:auto; max-width:100%; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
article img {border-radius: 8px;}
ul, ol {padding-left:25px; margin-left:0px; text-align:left; display:table;}
ul li p {margin:0; padding:0;}

ol {list-style: none; counter-reset: my-awesome-counter; padding: 0;}
ol li {counter-increment: my-awesome-counter; position: relative; padding:5px 0 20px 65px;}
ol li::before {content: counter(my-awesome-counter) ". "; color: #092F57; font-weight: 700; font-size: 18px; position: absolute; left: 0; top: 0; text-align: center; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; border: 1px solid #d1d1d1;}

.Grid section ul, section ul {padding: 0;}
section ul li {background: url('../images/gray-star.png') no-repeat left 0 top 10px; padding: 7px 0px 7px 32px; list-style: none; margin: 0;}
.custom-bg-content.White section ul li {background: url('../images/white-star-bullet.png') no-repeat left 0 top 10px;}
 
ol li p {margin:5px 0; padding:0;}  
table {padding:0; margin:0; border:none; border-spacing:0;}
td {padding:0; margin:0; vertical-align:top;} 
span, p {-webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.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 */
input, textarea, select {-webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s; -webkit-border-radius: 0; border-radius:0;}
input[type="submit"] {-webkit-border-radius: 0; -webkit-appearance: none;}
a[href^="tel"] {color:inherit; text-decoration:none;}
header, footer, section, article, aside, main {display:block;}
 
.cycle-slide div {opacity:0; -webkit-transition: all .95s; -moz-transition: all .95s; -o-transition: all .95s; -ms-transition: all .95s; transition: all .95s;}
.cycle-slide.cycle-slide-active div {opacity:1;}

.desktopOnly {display: none !important;}
.mobileOnly {display: inline !important;}

/*--GREENSTAR POPUP--*/
#greenstar-overlay {position: fixed; left: 50%; top: 50%; width: 100%; height: 100%; transform: translate(-50%, -50%); background: #757679; opacity: .8; z-index: 8999999;}
#greenstar-popup {position: fixed; left: 50%; top: 50%; width: 90%; max-width: 600px; transform: translate(-50%, -50%); z-index: 9999999; text-align: center;}
#greenstar-popup img {max-width: 100%;}

/*--FONT STYLES--*/
/*--font-family: 'Poppins', sans-serif;--*/ 
h1, h2, h3, h4, h5, h6 {margin:10px 0; line-height:115%; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.content h1, .content h2, .content h3, .content h4 {line-height:102%;}
h1 {font-family:'Poppins', sans-serif; color:#003768; font-weight:700; font-size:32px; margin-bottom:20px; text-align: center;}
h2 {font-family:'Poppins', sans-serif; color:#56565a; font-weight:700; font-size:24px; margin-bottom:20px; text-align:center; line-height: 105%;}
h3 {font-family:'Poppins', sans-serif; color:#56565a; font-weight:700; font-size:17px; margin-bottom:20px; text-align: center;}
h4 {font-family:'Poppins', sans-serif; color:#56565a; font-weight:700; font-size:17px;}
p {font-family:'Poppins', sans-serif; font-size:15px; color:#56565a; margin:20px 0;  line-height:135%; font-weight: 300;}
section p {line-height: 155%; margin: 20px 0;}
a {color:#e51b24; text-decoration:none; z-index:50; cursor:pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
a:hover {cursor:pointer; color:#003768;}
strong {font-weight:700;}
strong a {font-weight:700;}
.button, input.button, button.button {display:inline-block; position:relative; padding:15px 50px; font-weight: 700; text-transform: uppercase; font-family:'Poppins', sans-serif; font-size:16px; color:#fff; background:#004684; outline:none; border-bottom:none; border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.button img, input.button img {display:inline-block; vertical-align:middle; padding:0 5px 1px 0; width: 18px;}
.button:hover, input.button:hover {background:#e51b24; color: #fff; text-decoration:none; cursor:pointer;}
.button.whiteGhostButton, input.button.whiteGhostButton {background:transparent; color:#fff; border:1px solid #fff;} 
.button.whiteGhostButton:hover, input.button.whiteGhostButton:hover {background:#fff; color:#e51b24;} 
.button.grayGhostButton {background:transparent; color: #56565a; border:1px solid #56565a;}
.button.grayGhostButton:hover {color: #fff; background: #e51b24;}
.button.redButton {background:#e51b24; color: #fff; border:1px solid #e51b24;}
.button.redButton:hover {color: #fff; background: #004684; border-color: #004684;}
.button.greenButton {background:#00ab6a; color: #fff; border:1px solid #00ab6a;}
.button.greenButton:hover {color: #fff; background: #004684;}
.button.smallButton {font-weight: 400; text-transform: none; padding: 5px 8px; font-size: 14px; margin: 3px;}

/*--HEADER STYLES--*/
body.sticky #header-wrapper {box-shadow: 0 0 5px #000;}
#header-wrapper {position: fixed; background: #fff; width: 100%; left: 0; top: 0; padding:14px 0; text-align: center; z-index: 99999888;}
#header-logo {position: relative; max-width: 50%; float: left; margin: 4px 0 0 0;}
#header-wrapper .button {display: none;} 
#header-phone {float: right; margin: 5px 0 0 0; font-size: 16px; font-weight: 700; color: #56565a;}
#header-phone a {color: #56565a;}
#top-nav {display: none;}

#main-nav-button {display:inline-block; text-align: center; width: 30px; margin:0 0 0 15px; padding: 0 0 0 15px; vertical-align:top; font-size:9px; color:#56565a; font-weight:700; text-transform:uppercase; float: right; background: url('../images/main-nav-button-bg.png') no-repeat left 0 top 50%;}
#main-nav-button p {font-size:9px; color:#56565a; margin: 0 0 5px 0;}
#main-nav-button span {display:block; height:4px; background:#56565a; margin-bottom:3px;}
#main-nav-button:hover span {background:#e51b24;}
#main-nav-button span.middle {background:#fff url('../images/menu-button-middle-bg.png') no-repeat;}
#main-nav-button:hover span.middle {background-color:#e51b24;}
#main-nav-button:hover, #wrapper.active #main-nav-button {color: #e51b24;}
#wrapper.active #main-nav-button span {background:#e51b24; position:relative; height:4px;}
#wrapper.active #main-nav-button span.middle {transform:rotate(-45deg); top:2px; background: #e51b24;}
#wrapper.active #main-nav-button span.first {transform:rotate(45deg); top:9px;}
#wrapper.active #main-nav-button span.last {opacity: 0;}

/*--FOOTER STYLES--*/
#footer-reviews {background: #fff; text-align: center; margin: 0 0 35px 0; padding: 15px 20px; border-bottom: 1px #d9d9d9 solid;}
#footer-reviews a {text-decoration: underline; font-weight: 700;}
#footer-reviews span.star-rating {display: inline-block; vertical-align: middle; margin: 0 7px; font-size: 15px;}
#footer-reviews span img {display: inline-block; vertical-align: middle;}

#footer-wrapper {position: relative; padding:0 0 65px 0;}
.footer-cta {font-size: 18px; font-weight: 700; margin: 0;}
.textSpacer {padding: 0 12px;}
.footer-inner-wrapper {position: relative; margin: 25px 0 5px 0; padding-bottom: 15px; text-align: center; border-bottom: 1px #d9d9d9 solid;}
#footer-address {color: #818181; font-size: 13px;}

#social-icons-wrapper {display: block; position: relative; margin-top: 15px;}
.social-icon {display: inline-block; vertical-align: middle; margin: 0 2px;}
.social-icon:hover img {opacity:0;}
.social-icon.facebook:hover {background: url('../images/facebook-hover.png') no-repeat;}
.social-icon.twitter:hover {background: url('../images/twitter-hover.png') no-repeat;}
.social-icon.youtube:hover {background: url('../images/youtube-hover.png') no-repeat;}
.social-icon.linkedin:hover {background: url('../images/linkedin-hover.png') no-repeat;}
.social-icon.search:hover {background: url('../images/search-icon-hover.png') no-repeat;}

#copyright-text {font-weight: 400; color: #818181; font-size: 13px; padding: 0 20px;}
#copyright-text a {color: #818181; display: inline-block; margin: 5px;}
#copyright-text a:hover {text-decoration: none; color: #e51b24;}
#copyright-text .lmg {display: block; font-weight: 300; margin-top: 10px;}
#copyright-text .lmg img {display: inline-block; vertical-align: middle;}

#top-button {display: none;}

/*--HOMEPAGE BANNER--*/
#homepage-banner {position: relative; background-color: #000; overflow: hidden; height:auto; min-height: 250px; background-position:top 0 right -400px !important;}
#homepage-banner img {display: block; position: absolute; width: auto; height: 100%; max-width:none; left: 35%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: .7;}
.homepage-banner-content {position: relative; max-width: 940px; margin: 0 auto; text-align: center; padding:65px 0; color: #fff; z-index: 50; min-height: 428px;}
.homepage-banner-content h1, .homepage-banner-content h2 {line-height: 100%; font-weight: 700;}
.homepage-banner-content h1, .homepage-banner-content h2, .homepage-banner-content h3, .homepage-banner-content p, .homepage-banner-content a {color: #fff;}
.homepage-banner-content p {margin:0; font-size: 14px; line-height: 125%; padding: 0 5px;}
ul.tabNav {margin: 0 0 35px 0; padding: 0; list-style: none; display: block; text-align:center;}
ul.tabNav li {display: inline-block; list-style: none; padding: 0; margin: 0; font-size: 14px;}
ul.tabNav li:nth-of-type(2) {padding: 0 15px; margin: 0 15px; border-left: 1px solid #c1c1c1; border-right: 1px solid #c1c1c1;}
ul.tabNav li a {color: #c1c1c1; font-weight: 700;}
ul.tabNav li a:hover, ul.tabNav li a.current {color: #fff;}
.homepage-banner-content .button {margin-top: 35px;}

/*--HOMEPAGE SERVICES--*/
.homepage-services {position: relative; text-align: center; margin: 0;	display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; justify-content:center;}
.homepage-services a {position: relative; display: inline-block; background: #fff; border-radius: 5px; box-shadow: 0 0 10px #888; width: 445px; max-width: 100%; margin: 20px 0 0 0; padding: 0 0 20px 0; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
.homepage-services a:hover {transform: scale(1.1); z-index: 500; box-shadow: 0 0 20px #888;}
.serviceImage img {width:100%; height: auto; display: block; border-radius: 5px 5px 0 0;}
.serviceIcon {width: 60px; height: 60px; background: #003768; border: 5px solid #fff; box-shadow: 0 0 8px #fff; border-radius: 50%; display: block; margin: -35px auto 0 auto; position: relative; z-index: 55; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
.serviceIcon img {width: 45px; height: 45px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.homepage-services a:hover .serviceIcon {background: #00ab6a; box-shadow: 0 0 8px #000;}
.homepage-services a h3 {font-size: 18px; font-weight: 700; margin: 20px 0 0 0; padding: 0 10px;}
.homepage-services a p {margin: 5px 0; padding: 0 20px;}

/*--NAVIGATION STYLES--*/
#overlay {position: fixed; width: 100%; height: 100%; top: 0; left:0; background:transparent; opacity: 0; -webkit-transition:all .75s; -moz-transition:all .75s; -o-transition:all .75s; -ms-transition: all .75s; transition: all .75s; z-index: -100;}
#wrapper.active #overlay {opacity: 1; z-index: 999985;}
#pop-out-nav-wrapper {position:fixed; width:100%; height:100%; max-width: 370px; background:#56565a url('../images/nav-bg.png') no-repeat bottom right; padding:0 0 5% 0; right:-110%; top:0; display:block; overflow:auto; z-index:9999999999; border-left:1px solid #000; box-shadow:0 5px 25px #000; -webkit-transition:all .75s; -moz-transition:all .75s; -o-transition:all .75s; -ms-transition: all .75s; transition: all .75s;}
#pop-out-nav-wrapper.active {right:0;}
.nav-top-close {width: 100%; position:absolute; right:0; top:0; text-align: left; z-index: 50;}
.nav-top-close p {color: #fff; font-size: 14px; font-weight: 700; margin: 0; padding: 10px 20px;}
#close {font-size:10px; font-weight:700; color:#fff; text-transform:uppercase; margin: 5px 0 0 0; float: right;}
#close span {font-size:15px; padding:1px 6px; display:inline-block; margin:-2px 0 0 5px; vertical-align:middle; border:1px solid #fff; text-transform: lowercase;}
#close:hover {text-decoration:none; color:#d1d1d1;}
#pop-out-nav-wrapper ul {position:relative; right: 0; display:block; width:auto; padding:80px 0 20px 20px; margin:0; text-align:left; -webkit-transition:all .75s; -moz-transition:all .75s; -o-transition:all .75s; -ms-transition: all .75s; transition: all .75s;}
#pop-out-nav-wrapper ul li {display:block; position:relative; list-style:none; margin:0; padding:0 0 0 20px; border-bottom:1px solid #8a8a8a; height: 40px; overflow: hidden;} 
#pop-out-nav-wrapper ul li img {display:block; position:absolute; left:-20px; top:10px;}
#pop-out-nav-wrapper ul li.current, #pop-out-nav-wrapper ul li.currentParent {height:auto;}
#pop-out-nav-wrapper ul li a {color: #fff; display: block; text-transform: uppercase; font-size: 14px; font-weight: 700; padding: 8px 0; position: relative; z-index: 50;}
#pop-out-nav-wrapper ul li a:hover, #pop-out-nav-wrapper ul li a.current, #pop-out-nav-wrapper ul li a.currentParent {color:#fff; text-decoration:none;}
#pop-out-nav-wrapper ul li:hover img, #pop-out-nav-wrapper ul li.current img {opacity: 1;}
#pop-out-nav-wrapper ul li.current img, #pop-out-nav-wrapper ul li.currentParent img {-webkit-transform: rotate(180deg); transform: rotate(180deg); opacity: 1;}
#pop-out-nav-wrapper ul li a:hover {color: #ff8d92;}
#pop-out-nav-wrapper ul li.subitems.current ul li a:hover, #pop-out-nav-wrapper ul li.subitems.current ul li a.current {color:#56565a;} 

#pop-out-nav-wrapper ul li.current, #main-nav-wrapper ul li.currentParent {height:auto;}
#pop-out-nav-wrapper ul li.subitems a.subnav-dropdown {display:block; width:40px; height:40px; position:absolute; right:0; top:0; padding: 0; z-index: 55;}
#pop-out-nav-wrapper ul li.subitems a.subnav-dropdown img {display:block; width:12px; height:7px; position:absolute; left:0; top:13px;}

#pop-out-nav-wrapper ul.pop-out-nav-parent-wrapper.showSub {right:300%; opacity: 0;}
#pop-out-nav-wrapper ul.pop-out-nav-subitems {right: -300%; top: 0; position: absolute; display: block; width: 100%; opacity: 0;}
#pop-out-nav-wrapper ul.pop-out-nav-subitems.showSub {right: 0; opacity: 1;}

#pop-out-nav-wrapper ul li ul {padding:0 0 10px 0; opacity: 0;}
#pop-out-nav-wrapper ul li.current ul, #pop-out-nav-wrapper ul li.currentParent ul, #pop-out-nav-wrapper ul li.showSubMobile ul {opacity: 1;}
#pop-out-nav-wrapper ul li ul li {padding-left: 0; font-size: 14px; border:none; text-transform: none; position: relative; height: auto;}
#pop-out-nav-wrapper ul li ul li a {font-size: 14px; color: #e2e2e2; text-transform: none; padding: 5px 0 5px 25px; font-weight: 400;}
#pop-out-nav-wrapper ul li ul li a:hover, #pop-out-nav-wrapper ul li ul li a.current {color: #56565a; background: #e2e2e2;}
#pop-out-nav-wrapper ul li ul li.first.closeSubNav {padding-left: 0;}
#pop-out-nav-wrapper ul li ul li.first {padding-left: 0; font-size: 14px; text-transform: none;}
#pop-out-nav-wrapper ul li ul li.subParent {border-top:1px solid #bdbdbd;}
#pop-out-nav-wrapper ul li ul li.subParent img {-webkit-transform: rotate(90deg); transform: rotate(90deg); top: 10px;}

.nav-social-wrapper {text-align: center; margin: 10px 0 0 0;}
#nav-logo {margin: 10px 0 0 0; display: block; float: left;}
.nav-social-wrapper #footer-phone, .nav-social-wrapper .footer-social, .nav-social-wrapper .footer-social p {text-align: center;}

.search-wrapper {margin: 10px 0 0 0;}
.nav-social-wrapper #footer-phone {margin: 20px 0; color: #fff; font-size: 20px; font-weight: 700;}
.nav-social-wrapper #footer-phone a {color: #fff;}
.searchBar {border-radius: 4px; border: none; box-shadow: none; outline: none; padding: 10px; background: #ebebeb url('../images/magnifying-glass.png') no-repeat right 10px top 50%; width: 215px;}
.nav-social-wrapper .footer-social {display: block; float: none; margin: 20px 0;}

/*--CONTENT STYLES--*/
#wrapper {position:relative; overflow:hidden;}
#content {position:relative; padding:0; margin:0 auto;}
.interior-content {margin: 45px auto;}
.content {position:relative; padding:0; margin:0 auto; min-height: 450px;}
.content.homepage-content {margin: 0 auto 35px auto;}
.container {position:relative; max-width:940px; padding:0 20px; margin:0 auto;}
.container .container {padding: 0;} 
.content-spacer {margin:50px 0 0 0; height: 0; line-height: 0;}
.content-spacer.small {margin:20px 0 0 0;}
#breadcrumb {margin: 0 0 35px 0; font-weight: 700;}
#breadcrumb a {font-weight: 400; color: #56565a;}
#breadcrumb a:hover {color: #e51b24;}
.fullWidthContent {position:relative; padding:30px 12%; margin:0 0 0 -12%; width:100%;}
.fullWidthContent .container {padding: 0 20px;}
.lightGrayBg {position: relative; padding: 35px 10px; text-align: center; background: #f4f4f4;}
.darkGrayBg {position: relative; padding: 30px 10px; text-align: center; background: #393939;}
.darkGrayBg h2, .darkGrayBg h3, .darkGrayBg h4, .darkGrayBg p, .darkGrayBg a {color: #fff;}
.blueBg {position: relative; padding: 35px 10px; background: #0d2b88;}
.blueBg h2, .blueBg h3, .blueBg h4, .blueBg p {color: #fff;}
.video-outer-wrapper {padding:0; max-width:800px; margin:30px auto;}
.Grid .video-outer-wrapper {margin:0 auto;}
.video-container {position:relative; padding-bottom:56.25%; height:0; margin:0 auto;}
.video-container iframe, .video-container object, .video-container embed {position:absolute; top:0; left:0; width:100%; height:100%;}
.interior-content-video {position:relative; margin:0 auto;}
.embed-code {margin-bottom:20px; overflow:hidden;} 
.embed-code iframe {width:100%;}
#wrapper .Grid-cell img.inlineBlock {display:inline-block; margin-right:0; vertical-align:middle;}
.inlineBlock {display:inline-block; margin-right:20px; vertical-align:top;}
.spacer-heading {margin-bottom:20px;}
.interiorContentImage {display:block; margin:15px auto; text-align:center;}
.interiorContentImageLeft {display:block; margin:15px auto; text-align:center;}
.interiorContentImage img, .interiorContentImageLeft img {display:block; margin:0 auto;}
.alignLeft {text-align:left;}
.alignCenter {text-align:center;}
.alignRight {text-align:right;}
.verticalAlignMiddle {display:inline-block; vertical-align:middle;}
.noMargin {margin:0 !important;} 
.section-divider {width:100%; height:1px; background:#ccc; margin:35px auto;}
.notBold, h1 span.notBold, h2 span.notBold, h3 span.notBold, h4 span.notBold {font-weight:300;}
.interiorContentCta {margin:40px 0;}
.interiorContentCta a.button {margin-right:20px;}
.content-cta {text-align:center; margin:30px auto;}
.content-cta p {text-align:center; font-size:16px; font-weight:300; font-family:'Poppins';}
.content-cta p span {display:block; vertical-align:middle; padding:5px 10px;}
.content-cta p strong, .content-cta p a {font-size:18px; display:inline-block; vertical-align:middle; font-weight: 700;}
.content-cta p a.button {font-size: 16px; font-weight: 700;}
.content-cta p a {vertical-align:middle;}
.borderBottom {padding-bottom: 8px; border-bottom: 1px solid #d1d1d1;}
.uppercase {text-transform: uppercase;}
.lowercase {text-transform: capitalize;}
.red {color: #e51b24;}
.redBg {background: #e51b24;}
.light-gray {color: #9d9d9d;}
.blue {color: #003768;}
.gray {color: #56565a;}
.green {color: #00ab6a;}
.white {color: #fff;}
.greenBg {background: #00ab6a;}
.fontXl {font-size: 50px;}
.roundCorners {border-radius: 10px;}
.displayBlock {display: block; text-align: center;}
.button.displayBlock {display: block;}

.custom-bg-content {position: relative; border: 1px solid #d1d1d1; border-left: none; border-right: none; padding:65px 0; background-attachment: fixed;}
.custom-bg-content, .custom-bg-content h2, .custom-bg-content h3, .custom-bg-content h4, .custom-bg-content p {color: #fff;}
.custom-bg-content.Gray, .custom-bg-content.Gray h2, .custom-bg-content.Gray h3, .custom-bg-content.Gray h4, .custom-bg-content.Gray p {color: #56565a;}
.custom-bg-content .borderBottom {border-color: #fff; max-width: 300px;}
.custom-bg-content h2 {margin: 40px 0;}
.custom-bg-content .uppercase {font-size: 14px;}
.custom-bg-content .button {margin-top: 30px;}

.hover-tile-wrapper {position: relative; width: 100%; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; justify-content:center; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.hover-tile-wrapper div, .hover-tile-wrapper p, .hover-tile-wrapper h2, .hover-tile-wrapper h3 {-webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
.hover-tile-container {width: 100%; height: 350px;}
.hover-tile {position: relative; display: block; width: 100%; height: 100%; text-align: center; color: #fff; z-index: 1; overflow: hidden;}
.hover-tile h2, .hover-tile h3, .hover-tile p {color: #fff; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.hover-tile h3 {font-size: 22px; font-weight: 300; position: relative; padding: 20px; top: 50%; transform: translateY(-50%);}
.tile-back h3 {font-weight: 700; padding: 0 0 6px 0; margin: 0; border-bottom: 1px solid #fff;}
.tile-back p {margin:5px 0 25px 0; font-size: 13px;}
.tile-inner {padding: 35px; position: relative; top: 50%; transform: translateY(-50%);}

.face {position: absolute; width: 100%; height: 100%; backface-visibility: hidden; top: 0; left: 0;}
.tile-back {display: block; box-sizing: border-box; opacity: 0;}
.tile-front {z-index: 2; opacity: 1;}
.hover-tile:hover .tile-front {opacity: 0;}
.hover-tile:hover .tile-back {opacity: 1;}

a.icon-text-item:hover {filter: grayscale(100%);}
.icon-text-item {margin-bottom: 25px;}

.icon-with-link {position: relative; text-align: center; margin: 0;	display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; justify-content:center;}
.icon-with-link a {position: relative; display: inline-block; width: auto; max-width: 100%; margin: 20px 0 0 0; padding: 0 0 20px 0; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
.icon-with-link a:hover {transform: scale(1.1); z-index: 500;}
.icon {width: 60px; height: 60px; background: #003768; border: 5px solid #fff; box-shadow: 0 0 8px #fff; border-radius: 50%; display: block; margin:0 auto; position: relative; z-index: 55; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
.icon img {width: 45px; height: 45px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.icon-with-link a:hover .icon {background: #00ab6a; box-shadow: 0 0 8px #000;}
.icon-with-link a h3 {font-size: 18px; font-weight: 700; margin: 20px 0 0 0; padding: 0 10px;}
.icon-with-link a p {margin: 5px 0; padding: 0 20px;}

.disabled {filter: grayscale(100%) !important; cursor: pointer; transform: none !important; opacity: .6;}
.icon-with-link a.disabled .icon {box-shadow: 0 0 8px #000; background: #003768 !important;}

.regularWeightText {font-weight: 400;}

.floatLeft {float: left; margin: auto;}
.floatRight {float: right; margin: auto;}

.noRoundedCorners {border-radius: 0;}

.wideDesktopOnly {display: none;}

.slideshow-wrapper {position: relative; padding:0 0 30px 0;}
.slideshow-wrapper .container {padding:0 20px;}
.slideshow-wrapper .cycle-pager {position: absolute; text-align: center; bottom: 0; width: 100%; height: 30px; z-index: 500;}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {bottom: -50px !important;}
.slideshow-wrapper .bx-pager.bx-default-pager a {display: inline-block; background: #d1d1d1 !important; border-radius: 50% !important; width: 18px !important; height: 18px !important; margin: 5px;}
.slideshow-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active, .slideshow-wrapper .bx-pager.bx-default-pager a.bx-pager-link:hover {background: #0d2b88 !important;}
.slideshow-wrapper .slide-nav {position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: .3;}
.slideshow-wrapper .slide-nav.prev {left: 0;}
.slideshow-wrapper .slide-nav.next {right: 0;}
.slideshow-wrapper .slide-nav:hover {opacity: .7;}
.slideshow-wrapper .button {margin-top: 25px;}
.slideshow-wrapper .carousel-item {width: 100%; display: block; min-height: 365px;}
.slideshow-wrapper .cycle-slideshow {padding-bottom: 50px;}
.bx-wrapper {box-shadow: none !important;}
.bx-wrapper .bx-prev {left: -60px !important;}
.bx-wrapper .bx-next {right: -60px !important;}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {background-position: 0 -32px !important; opacity: .75 !important;}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {background-position: -43px -32px !important; opacity: .75 !important;}

.video {position: relative; width: 100%; overflow: hidden;}
.video video {display: block; max-width: 100%;}

.imageLeft50, .imageRight50 {margin: 30px auto;}
.imageLeft50 img, .imageRight50 img {display: block; margin: 0 auto 20px auto;}

.blueBorderLeft {padding:0 0 0 20px; border-left: 6px solid #092F57;}

.column2BlueBg .container {padding: 0;}
.column2BlueBg .Grid-cell:first-of-type {background: #092F57; color: #fff;}
.column2BlueBg .Grid-cell:last-of-type {background: #104A87; color: #fff;}
.column2BlueBg .Grid-cell h2, .column2BlueBg .Grid-cell h3, .column2BlueBg .Grid-cell p, .column2BlueBg .Grid-cell a {color: #fff;}

.narrowContainer .Grid-cell img {width: 100%;}

.continuousSlide {position:relative; text-align:center; width:9200px; margin:30px 0 30px -3000px; min-height: 150px;}
.continuousSlideInner {position:absolute; display: block; width: 100%; left: 0; top: 0; animation: marquee 180s linear infinite; height: 150px;}
.blogSliderItem {position: relative; display: block; width: 50%; float: left;}
.continuousSlide a {display:inline-block; position: relative; width: 300px; vertical-align: middle; margin: 0 10px;}
.continuousSlide a h3 {position: absolute; margin: 0; top: 50%; transform: translateY(-50%); width: 100%; left: 0; color: #fff;}
.continuousSlide img {filter: brightness(50%);}
.continuousSlide:hover, .continuousSlideInner:hover, .continuousSlide a:hover, .continuousSlide img:hover {animation-play-state: paused;}
.blogScroller a {font-weight: 700; color: #003768;}
.blogScroller a:hover {color: #00ab6a;}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.anchor-nav-wrapper {position: relative; display: block; padding: 13px 10px; text-align: center; margin: -43px 0 50px 0; border-bottom: 1px solid #d1d1d1;}
.anchor-nav-wrapper p {display: inline-block; width: auto; font-weight: 700; margin: 10px 5px 10px 0; vertical-align: middle;}
.anchor-nav-wrapper select {width:220px; background:#fff; padding:8px; outline: none; border:1px solid #d1d1d1; border-radius: 5px; -webkit-appearance:none; appearance:none; background: #fff url('../images/small-down-arrow.png') no-repeat top 50% right 10px;}

/*--INTERIOR BANNER--*/
#text-only-banner {padding: 30px 15px; background: #003768; text-align: center; position: relative;}
#text-only-banner h1, #text-only-banner p {margin: 0; line-height: 105%; color: #fff;}

#interior-banner-wrapper {position: relative; margin-bottom: 40px;}
#interior-banner {position: relative; height: 65vh; width: 100%; max-height: 450px; background: #000; overflow: hidden; text-align: center;}
#scroll {position: absolute; top: 0; right: -300px;} 
#interior-banner #scroll img {opacity: .7; height: auto; width: auto; min-height:100%; max-width: 1600px; display: block; right: 0; position: relative;}
#interior-banner.positionRight #scroll img {right: -500px;}
#interior-banner.positionCenter #scroll img {right: -150px;}
#interior-banner.positionCenter.bottomCenter #scroll img {right: -325px;}
#interior-banner.positionLeft #scroll img {right: 0;}
#interior-banner .banner-content {text-align: center; position: absolute; width: 100%; height: auto; top: 50%; left: -150%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transition: all 2.5s; -moz-transition: all 2.5s; -o-transition: all 2.5s; -ms-transition: all 2.5s; transition: all 2.5s; opacity: 0; z-index: 500;}
#interior-banner.bottomCenter .banner-content {top: auto; bottom: 10px; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
body.loaded #interior-banner .banner-content {opacity: 1; left: 50%;}
#interior-banner h1, #interior-banner h2, #interior-banner h3, #interior-banner p {color: #fff; text-transform: none;}
#interior-banner h1, #interior-banner h2 {font-size: 30px; font-weight: 700; line-height: 105%; margin: 8px 0 35px 0;} 
#interior-banner p {font-weight: 400; font-size: 14px; margin: 0;}
#interior-banner .button {margin:0 10px 15px 10px;}

/*--LOCATION MAP BANNER--*/
#interior-banner.map {background: #003768; height: 250px}
#location-page-map {display:block; height:250px; overflow:hidden; position:relative; width:100%;}
#location-page-map iframe {border:none; -webkit-backface-visibility:hidden; height:100%; width:100%; opacity: .4; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
#interior-banner.map .banner-content-inner-wrapper {max-width: none;}

/*--CONTENT BUILDER STYLES--*/
.Grid{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;list-style:none;margin:0;padding:0}.Grid--alignCenter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Grid--alignRight{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.Grid--alignMiddle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Grid--alignBottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.Grid--fit>.Grid-cell{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.Grid--equalHeight>.Grid-cell{display:-webkit-box;display:-ms-flexbox;display:flex}.Grid--withGutter{margin-left:-20px}.Grid--withGutter>.Grid-cell{padding-left:20px}.Grid--withGutterSm{margin-left:-10px}.Grid--withGutterSm>.Grid-cell{padding-left:10px}.Grid--withGutterLg{margin-left:-40px}.Grid--withGutterLg>.Grid-cell{padding-left:40px}.Grid--withGutterXlg{margin-left:-60px}.Grid--withGutterXlg>.Grid-cell{padding-left:60px}.Grid-cell{-webkit-box-sizing:inherit;box-sizing:inherit;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:0;padding:0}.Grid-cell--center{margin:0 auto}.no-flexbox .Grid,.no-flexwrap .Grid{display:block;font-size:0;text-align:left}.no-flexbox .Grid--alignCenter,.no-flexwrap .Grid--alignCenter{text-align:center}.no-flexbox .Grid--alignRight,.no-flexwrap .Grid--alignRight{text-align:right}.no-flexbox .Grid--alignMiddle>.Grid-cell,.no-flexwrap .Grid--alignMiddle>.Grid-cell{vertical-align:middle}.no-flexbox .Grid--alignBottom>.Grid-cell,.no-flexwrap .Grid--alignBottom>.Grid-cell{vertical-align:bottom}.no-flexbox .Grid-cell,.no-flexwrap .Grid-cell{display:inline-block;font-size:15px;text-align:left;vertical-align:top;width:100%}.no-flexbox .Grid-cell--center,.no-flexwrap .Grid-cell--center{display:block}[class*=u-size]{-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.u-size1of12{width:8.33333%!important}.u-size1of10{width:10%!important}.u-size1of8{width:12.5%!important}.u-size1of6,.u-size2of12{width:16.66667%!important}.u-size1of5,.u-size2of10{width:20%!important}.u-size1of4,.u-size2of8,.u-size3of12{width:25%!important}.u-size3of10{width:30%!important}.u-size1of3,.u-size2of6,.u-size4of12{width:33.33333%!important}.u-size3of8{width:37.5%!important}.u-size2of5,.u-size4of10{width:40%!important}.u-size5of12{width:41.66667%!important}.u-size1of2,.u-size2of4,.u-size3of6,.u-size4of8,.u-size5of10,.u-size6of12{width:50%!important}.u-size7of12{width:58.33333%!important}.u-size3of5,.u-size6of10{width:60%!important}.u-size5of8{width:62.5%!important}.u-size2of3,.u-size4of6,.u-size8of12{width:66.66667%!important}.u-size7of10{width:70%!important}.u-size3of4,.u-size6of8,.u-size9of12{width:75%!important}.u-size4of5,.u-size8of10{width:80%!important}.u-size10of12,.u-size5of6{width:83.33333%!important}.u-size7of8{width:87.5%!important}.u-size9of10{width:90%!important}.u-size11of12{width:91.66667%!important}.u-sizeFill{-webkit-box-flex:1!important;-ms-flex:1 1 0%!important;flex:1 1 0%!important;-ms-flex-preferred-size:0!important;flex-basis:0%!important}.u-sizeFillAlt{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important;-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.u-size12of12,.u-sizeFull{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;display:block!important;width:100%!important}.u-sizeAuto{-webkit-box-flex:0!important;-ms-flex:0 1 auto!important;flex:0 1 auto!important;-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.u-sizeAutoAlt{-webkit-box-flex:0!important;-ms-flex:0 1 0%!important;flex:0 1 0%!important;-ms-flex-preferred-size:0!important;flex-basis:0%!important}@media (max-width:1024px){[class*=u-lg-size]{-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.u-lg-size1of12{width:8.33333%!important}.u-lg-size1of10{width:10%!important}.u-lg-size1of8{width:12.5%!important}.u-lg-size1of6,.u-lg-size2of12{width:16.66667%!important}.u-lg-size1of5,.u-lg-size2of10{width:20%!important}.u-lg-size1of4,.u-lg-size2of8,.u-lg-size3of12{width:25%!important}.u-lg-size3of10{width:30%!important}.u-lg-size1of3,.u-lg-size2of6,.u-lg-size4of12{width:33.33333%!important}.u-lg-size3of8{width:37.5%!important}.u-lg-size2of5,.u-lg-size4of10{width:40%!important}.u-lg-size5of12{width:41.66667%!important}.u-lg-size1of2,.u-lg-size2of4,.u-lg-size3of6,.u-lg-size4of8,.u-lg-size5of10,.u-lg-size6of12{width:50%!important}.u-lg-size7of12{width:58.33333%!important}.u-lg-size3of5,.u-lg-size6of10{width:60%!important}.u-lg-size5of8{width:62.5%!important}.u-lg-size2of3,.u-lg-size4of6,.u-lg-size8of12{width:66.66667%!important}.u-lg-size7of10{width:70%!important}.u-lg-size3of4,.u-lg-size6of8,.u-lg-size9of12{width:75%!important}.u-lg-size4of5,.u-lg-size8of10{width:80%!important}.u-lg-size10of12,.u-lg-size5of6{width:83.33333%!important}.u-lg-size7of8{width:87.5%!important}.u-lg-size9of10{width:90%!important}.u-lg-size11of12{width:91.66667%!important}.u-lg-sizeFill{-webkit-box-flex:1!important;-ms-flex:1 1 0%!important;flex:1 1 0%!important;-ms-flex-preferred-size:0!important;flex-basis:0%!important}.u-lg-sizeFillAlt{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important;-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.u-lg-size12of12,.u-lg-sizeFull{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;display:block!important;width:100%!important}.u-lg-sizeAuto{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;height:auto!important;width:auto!important}}@media (max-width:800px){[class*=u-md-size]{-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.u-md-size1of12{width:8.33333%!important}.u-md-size1of10{width:10%!important}.u-md-size1of8{width:12.5%!important}.u-md-size1of6,.u-md-size2of12{width:16.66667%!important}.u-md-size1of5,.u-md-size2of10{width:20%!important}.u-md-size1of4,.u-md-size2of8,.u-md-size3of12{width:25%!important}.u-md-size3of10{width:30%!important}.u-md-size1of3,.u-md-size2of6,.u-md-size4of12{width:33.33333%!important}.u-md-size3of8{width:37.5%!important}.u-md-size2of5,.u-md-size4of10{width:40%!important}.u-md-size5of12{width:41.66667%!important}.u-md-size1of2,.u-md-size2of4,.u-md-size3of6,.u-md-size4of8,.u-md-size5of10,.u-md-size6of12{width:50%!important}.u-md-size7of12{width:58.33333%!important}.u-md-size3of5,.u-md-size6of10{width:60%!important}.u-md-size5of8{width:62.5%!important}.u-md-size2of3,.u-md-size4of6,.u-md-size8of12{width:66.66667%!important}.u-md-size7of10{width:70%!important}.u-md-size3of4,.u-md-size6of8,.u-md-size9of12{width:75%!important}.u-md-size4of5,.u-md-size8of10{width:80%!important}.u-md-size10of12,.u-md-size5of6{width:83.33333%!important}.u-md-size7of8{width:87.5%!important}.u-md-size9of10{width:90%!important}.u-md-size11of12{width:91.66667%!important}.u-md-sizeFill{-webkit-box-flex:1!important;-ms-flex:1 1 0%!important;flex:1 1 0%!important;-ms-flex-preferred-size:0!important;flex-basis:0%!important}.u-md-sizeFillAlt{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important;-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.u-md-size12of12,.u-md-sizeFull{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;display:block!important;width:100%!important}.u-md-sizeAuto{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;height:auto!important;width:auto!important}}@media (max-width:600px){[class*=u-sm-size]{-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.u-sm-size1of12{width:8.33333%!important}.u-sm-size1of10{width:10%!important}.u-sm-size1of8{width:12.5%!important}.u-sm-size1of6,.u-sm-size2of12{width:16.66667%!important}.u-sm-size1of5,.u-sm-size2of10{width:20%!important}.u-sm-size1of4,.u-sm-size2of8,.u-sm-size3of12{width:25%!important}.u-sm-size3of10{width:30%!important}.u-sm-size1of3,.u-sm-size2of6,.u-sm-size4of12{width:33.33333%!important}.u-sm-size3of8{width:37.5%!important}.u-sm-size2of5,.u-sm-size4of10{width:40%!important}.u-sm-size5of12{width:41.66667%!important}.u-sm-size1of2,.u-sm-size2of4,.u-sm-size3of6,.u-sm-size4of8,.u-sm-size5of10,.u-sm-size6of12{width:50%!important}.u-sm-size7of12{width:58.33333%!important}.u-sm-size3of5,.u-sm-size6of10{width:60%!important}.u-sm-size5of8{width:62.5%!important}.u-sm-size2of3,.u-sm-size4of6,.u-sm-size8of12{width:66.66667%!important}.u-sm-size7of10{width:70%!important}.u-sm-size3of4,.u-sm-size6of8,.u-sm-size9of12{width:75%!important}.u-sm-size4of5,.u-sm-size8of10{width:80%!important}.u-sm-size10of12,.u-sm-size5of6{width:83.33333%!important}.u-sm-size7of8{width:87.5%!important}.u-sm-size9of10{width:90%!important}.u-sm-size11of12{width:91.66667%!important}.u-sm-sizeFill{-webkit-box-flex:1!important;-ms-flex:1 1 0%!important;flex:1 1 0%!important;-ms-flex-preferred-size:0!important;flex-basis:0%!important}.u-sm-sizeFillAlt{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important;-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.u-sm-size12of12,.u-sm-sizeFull{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;display:block!important;width:100%!important}.u-sm-sizeAuto{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;height:auto!important;width:auto!important}}
.Grid-cell {position: relative;}
.Grid ul {margin: 0; padding: 0 0 0 25px;}
#wrapper .Grid {text-align:center; margin:0; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: space-between; justify-content:space-between;}
#wrapper .Grid .content {padding: 0 10px;}
#wrapper .Grid p, #wrapper .Grid h2, #wrapper .Grid h3, #wrapper .Grid h4 {text-align:left;}
#wrapper .Grid p.alignCenter, #wrapper .Grid h2.alignCenter, #wrapper .Grid h3.alignCenter, #wrapper .Grid h4.alignCenter {text-align:center;}
#wrapper .Grid.twoColumn {text-align:left;}
#wrapper .Grid-cell {min-width: 110px; margin: 0 auto;}
#wrapper .Grid-cell img {text-align:center !important; display:block; margin:0 auto;}
#wrapper .Grid .columnRight25 img {width:100%;}
#wrapper .u-size1of2 img {display:block; margin:0 auto;}
#wrapper .columnLeft75 {width:100% !important; text-align:left; display:block; padding:0 !important;}
#wrapper .columnLeft75 .Grid-cell {margin-right:10px;}
#wrapper .columnRight25.u-size1of4 {width:100% !important; text-align:left; display:block; padding:0 !important;}

/*--FORM STYLES--*/
#form-stub-cta {position: relative; background: #fff; padding: 20px 0; text-align: center; border-bottom: 1px solid #d6d6d6;}
#form-stub-content {display: inline-block; text-align: left; width: auto; vertical-align: middle; padding: 3px 15px 3px 70px; background: url('../images/calendar-icon.png') no-repeat top left; margin-bottom: 13px;}
#form-stub-content h2 {margin: 0; text-align: left; text-transform: uppercase; font-size: 29px;}
#form-stub-content p {margin: 0; text-align: left; font-size: 12px;}
#banner-form-stub {display: inline-block; vertical-align: middle;}
.form-stub-input, .form-stub-call-text {display: none;}
input, textarea {font-family: 'Poppins' !important; color: #333; font-size: 13px;}
input[type="date"] {font-family: 'Poppins' !important; color: #666; font-size: 12px;}
input:placeholder, input[type="date"]:placeholder {font-family: 'Poppins' !important; color: #666; font-size: 13px;}
#form-stub-cta .button {padding:12px 40px; font-size: 14px; margin-top: 10px; border: none; outline: none;}

.customBgFormWrapper {position: relative; text-align: center; padding: 30px 20px; background: #d1d1d1 url('../images/interior-form-bg.jpg') no-repeat; background-size: cover; background-position: 50% 50%;}
.customBgFormWrapper .form-field input, .customBgFormWrapper .form-field textarea, .customBgFormWrapper .form-field select {background: #fff;}
.captcha-wrapper {display: block; margin: 10px auto; width: 304px;}
.form-button.button {padding:12px 40px; font-size: 14px; margin-top: 10px; border: none; outline: none;}

.form-wrapper, .form {position:relative; margin:0;}
.form-wrapper.newsletter {text-align: center; max-width: 750px; margin: 0 auto;}
.form-wrapper.newsletter label.form-field-label {text-align: center;}
.form-wrapper.newsletter .form-field {display: inline-block; width: 250px; margin-right: 25px; vertical-align: middle;}
.form-wrapper.newsletter .form-field input {padding: 10px; width: 90% !important;}
.newsletterFormButton {margin: 17px 0 0 0; display: inline-block; width: auto; vertical-align: middle;}
.newsletterFormButton .button {padding: 10px 60px; font-size: 14px;}

.whiteBgForm {padding: 0 25px;}

.alert {color:red; font-style:italic;}
.form-field {padding:2px 0 2px 0; margin:0 0 5px 0; vertical-align:top; font-weight:400;}
.form-field label {padding:3px 6px 0 0; margin:0 0 3px 0; vertical-align:top; font-size:13px;}
.form-field label.form-field-label {display:block; font-weight:700; font-family: 'Poppins'; text-align: left; font-size: 13px;}
.form-field input, .form-field textarea {display:block; padding:10px 12px; background-color:#f8f8f8; border-radius: 6px;}
span.form-field {display:block;}
.form-field input {width:95%; border:1px solid #d0d0d0; -moz-transition:all .5s; -o-transition:all .5s; -ms-transition:all .5s; transition:all .5s;}
.form-field.error input {border-color:#f00; -moz-box-shadow: 0 0 5px #f00; -webkit-box-shadow: 0 0 5px #f00; box-shadow: 0 0 5px #f00;}
.form-field input:hover, .form-field select:hover {border:1px solid #555;}
.form-field input:focus, .form-field select:focus {border:1px solid #555; width:95%; -moz-box-shadow: 0 0 5px #212463; -webkit-box-shadow: 0 0 5px #212463; box-shadow: 0 0 5px #212463;}
.form-field input#zip, .form-field input#zip-code {width:50px;}
.form-field textarea {resize:none; width:95%; height: 89px; border:1px solid #d0d0d0; -moz-transition:all .3s; -o-transition:all .3s; -ms-transition:all .3s; transition:all .3s;}
.b2b-free-evaluation.form-right .form-field textarea {height: 73px;}
.form-field textarea:hover {border:1px solid #555;}
.form-field textarea:focus {border:1px solid #555; width:95%; -moz-box-shadow: 0 0 5px #212463; -webkit-box-shadow: 0 0 5px #212463; box-shadow: 0 0 5px #212463;} 
.form-field input[type="radio"], .form-field input[type="checkbox"] {width:auto; display:inline-block; vertical-align:middle; margin-top:0; margin-right:5px; -moz-box-shadow:none; -webkit-box-shadow: none; box-shadow:none;}
.form-field select {width:95%; background:#fff; padding: 5px; outline: none; border:1px solid #d0d0d0;}
 
.form-field.multiCheckbox label {display:block; width:auto; vertical-align:middle; margin:5px 10px 5px 0; font-size:13px;}
.form-field.multiCheckbox label.form-field-label {display:block; margin:0 0 5px 0; width:auto; font-size:16px;}
 
.form-field.attribute {padding-left:20px;}
.form-field.attribute label.description {margin-left:-20px; font-weight:700;}
.form-field.attribute label.form-field-label {font-weight:400;}
.form-wrapper.survey .form-field {display:block;}
.form-wrapper.survey .form-field.comments, .form-wrapper.survey .form-field.recommend {margin-top:25px;}

.formSubmitText span {display: none;}

#schedule, #schedule .container {padding: 0;}
.form-wrapper.greenBgForm p, .form-wrapper.greenBgForm label {color: #fff; text-align: left;}
.form-wrapper.greenBgForm p.alignCenter {text-align: center;}
.form-logo {display:none;}
.form-wrapper.greenBgForm .alert {color: #fff;}

.form-field input[type="radio"], .form-field input[type="checkbox"] {width:25px !important;}
#schedule .form-field input[type="radio"], #schedule .form-field input[type="checkbox"] {width:25px !important;}

.form-wrapper.generic-form .form-field input {width: 91% !important; box-sizing: border-box;}
.form-wrapper.generic-form .button {border: none;}

.Contact-Us-Commercial-Interior {background: transparent; height: 100%; min-height: 800px;}
#schedule body, .Contact-Us-Commercial-Interior body, #pardot-form body {margin:0px !important; background: transparent !important;}
#pardot-form .form-field label {font-size: 14px; font-weight: 700;}
#pardot-form .form-field input {width: 95% !important; box-sizing: border-box;}
#pardot-form .submit input {display:inline-block; position:relative; background: #00ab6a; padding:15px 50px; font-weight: 700; text-transform: uppercase; font-family:'Poppins', sans-serif; font-size:16px; color:#fff; outline:none; border-bottom:none; border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
#pardot-form .submit input:hover {background:#004684;}
#pardot-form .form-field.form_comments {width: 100%; margin-bottom: 20px;} 
#pardot-form .submit {width: auto; display: inline-block; vertical-align: middle;}

/*--REPEATING IMAGE AND LINKS--*/
.repeating-image-links {position: relative; text-align: center; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; justify-content:center;}
.repeating-image-links a {display: inline-block; position: relative; width: 212px; margin:20px 10px 0 10px; background: transparent;}
.repeating-image-links a img {display: block; margin: 0 auto;}
.pest-image {background: #000; position: relative; width: 100%; max-width: 212px; border-radius: 10px;}
.pest-image-hover {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0; border-radius: 10px;}
.repeating-image-links a:hover .pest-image img {opacity: .4; border-radius: 0 !important;}
.repeating-image-links a:hover .pest-image-hover {opacity: 1;}
.repeating-image-links a:hover .pest-image-hover img {opacity: 1;}

/*--REPEATING IMAGE AND LINKS - BW--*/
.repeating-image-links-bw {position: relative; text-align: center; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; justify-content:center;}
.repeating-image-links-bw a {display: inline-block; position: relative; max-width: 140px; margin:10px; filter: grayscale(100%);}
.repeating-image-links-bw a img {display: block; margin: 0 auto;}
.repeating-image-links-bw a:hover {filter: grayscale(0);}
	
/*--REPEATING HOVER IMAGE AND TEXT--*/
.image-hover-item {display: block; position: relative; margin:20px 0; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s; border-radius: 10px;}
.hover-text {position: relative; margin: 20px 0; text-align: center;}
.image-hover-item img {display: block; width: 100%;}

/*--REPEATING IMAGE AND CONTENT--*/
.repeating-image-and-text-outer {display: block; position: relative; min-height: 330px; margin: 30px 0;}

/*--STAGGERED CONTENT STYLES--*/
.staggered-content-wrapper {position: relative; margin: 35px auto;}
.staggered-content-item {position: relative; margin: 0 0 20px 0;}
.staggered-content-item h3 {text-align: left; margin: 0 0 5px 0;}
.staggered-content-item img {float: right; margin: 0 0 0 10px; width: 165px; height: auto;}

/*--BLOG STYLES--*/
#related-post-wrapper {position: relative; text-align: center; margin: 30px auto;}
.related-post {display: block; margin: 10px; position: relative; min-height: 300px; color: #fff; background: #000; overflow: hidden; border-radius: 8px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.related-post:hover {background: #dee5ea;}
.related-post a {display: block; position: relative; min-height: 300px; color: #fff; background: #000; overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.related-post .post-content {position: absolute; width:100%; top: 50%; transform: translateY(-50%); z-index: 50; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.related-post .post-content h3 {font-weight: 700; color: #fff; padding: 0 25px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.related-post .post-content p {color: #fff; padding: 0 25px; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.recent-post-content.hover {opacity: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: -1; width: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.recent-post-content.hover h3, .recent-post-content.hover h3.noMargin {font-weight: 700; color: #003768; margin: 5px 25px !important;}
.recent-post-content.hover p {color: #6a6a6a; margin: 12px 25px;}
.recent-post-content.hover p.info {padding-bottom: 7px; border-bottom: 1px solid #aeb3b7; font-size: 12px;}
.related-post img {position: absolute; height: 100%; width: auto; max-width: none; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; opacity: .65;}
.related-post a:hover {background: #dee5ea;}
.related-post a:hover img {opacity: 0;}
.related-post a:hover .post-content {opacity: 0;}
.related-post a:hover .recent-post-content.hover {opacity: 1; z-index: 50;}
.related-post:last-of-type {display: none;}

.blog-post-abstract {position: relative; text-align: center; margin: 20px auto;}
.blog-post-abstract img {display: block; margin: 0 auto; border-radius: 8px;}
.post-abstract-heading h2 {color: #003768; font-weight: 700; font-size: 20px; margin: 20px 0 10px 0;}
.post-abstract-heading {padding-bottom: 10px; border-bottom: 1px solid #d1d1d1; margin-bottom: 10px; min-height: 75px;}
.date {color: #666;}
.blog-post-abstract a:hover h2, .blog-post-abstract a:hover strong {color: #e51b24;}

.tags {margin: 20px 0 0 0;}
.tags strong {padding-right: 10px;}
.tags a {font-weight: 700;}
.tags span {display: inline-block; vertical-align: middle; margin: 0 5px;}
.tags span:last-of-type {display: none;}
.pagination {margin: 35px 0;}
.pagination strong {display: inline-block; vertical-align: middle; padding: 5px 0; margin: 0 2px 0 0;}
.pagination a {color: #a1a1a1; height: auto; line-height: 100%; display: inline-block; vertical-align: middle; padding: 5px; margin: 0 2px 0 0; background: #fff; border: 1px solid #fff; border-radius: 5px;}
.pagination a:hover, .pagination a.current {background: #eee; border-color:#e1e8ed;}
.pagination a.next, .pagination a.prev { font-size: 16px; font-weight: 700; color: #fff; background: #333; border: none;}
.pagination a.next:hover, .pagination a.prev:hover {background: #777;}

#blog-nav-wrapper {position: relative; display: block; padding: 0 10px; color: #fff; text-align: center; margin: 0 0 40px 0;}
#blog-nav-wrapper p {display: inline-block; width: 220px; margin: 10px;}
#blog-nav-wrapper select {width:220px; background:#fff; background-image: none; -webkit-appearance:none; padding:3px 5px; outline: none; border:1px solid #005d5d;}
#blog-nav-wrapper strong {display:block; font-weight:700; font-size: 13px; margin:10px 0;}

.blog-search .searchBar {background-color: #fff; border: none;}
.blog-search .searchBar:hover, .blog-search .searchBar:focus {box-shadow: 0 0 3px #000;}

.postDetail {position: relative;}
.postDetail h1 {font-size: 28px;}
.blog-detail-image img {display: block; margin: 20px auto; border-radius: 8px;}

.postDetailRecentPosts .blog-post-abstract:last-of-type {display: none;}

.blog-landing-wrapper.featured .blog-post-abstract:last-of-type {display: none;}

/*--TESTIMONIALS--*/
.testimonial-wrapper {position: relative; background: #003768;}
.testimonial-wrapper p, .testimonial-wrapper a, .testimonial-wrapper h3 {color: #fff;}
.testimonial-content-inner {padding: 30px; position: relative; z-index: 50;}
.testimonial-content-inner .name {font-size: 19px;}
.testimonial-image-wrapper {width: 100%; height: 100%; position: absolute; left: -2px; top: 0; z-index: 1; opacity: .2;}
.testimonial-image-wrapper.nationals-park-image {width: 100%; height: 100%; display: flex; flex-flow: column; justify-content: center; align-items: center; position: relative; opacity: 1; min-height: 450px;}
.testimonial-image-wrapper.nationals-park-image h3 {font-size: 26px; font-weight: 400; margin: 30px 0 0 0;}
.testimonial-image-wrapper.nationals-park-image p {font-size: 18px; font-weight: 700; margin: 0 0 30px 0;}
.testimonial-image-wrapper.nationals-park-image .button.redButton {padding: 10px 55px; background: #ab0104; border-color: #ab0104; text-transform: none; font-size: 19px; font-weight: 700;}
.testimonial-image-wrapper.nationals-park-image .button.redButton:hover {background: #003768; border-color: #003768;}
.star-rating {display: inline-block; vertical-align: middle; padding: 0 10px;}

.testimonial-wrapper.reverse .testimonial-content-inner p {text-align: center;}

.testimonial-items-outer-wrapper {border-bottom: 1px solid #d1d1d1; margin-bottom: 40px;}
.testimonial-item {position: relative; text-align: left; margin: 30px auto;}
.testimonial-item-image {position: relative; float: left; margin: 0 15px 10px 0;}
.testimonial-item .name {font-size: 16px;}
.testimonial-item:last-of-type {display: none;}
.testimonial-item-image img {display: block; margin: 0 auto 12px auto;}
.testimonial-item-image .person img {border-radius: 5px;}
.testimonial-item a {font-weight: 700; text-decoration: underline;}

.affiliations {position: relative; text-align: center; margin:35px auto 0 auto;}
.affiliations img {display: inline-block; vertical-align: middle; margin: 10px 20px; filter: grayscale(100%);}

/*--PEST ID STYLES--*/
.pest-category-nav {position: relative; text-align: center; margin: 20px 0 40px 0;}
.pest-category-nav a {display: inline-block; width: 100px; vertical-align: top; color: #565656; text-align: center; padding: 0 10px;}
.pest-category-nav a p {font-size: 11px; margin: 10px 0;}
.pest-category-nav a:hover p, .pest-category-nav a.current p {color: #e51b24;}

.pest-profiles {position: relative; margin-bottom: 50px; text-align: center;}
.pest-profiles a {position: relative; display: inline-block; margin: 15px;}
.pest-profiles a:hover {transform: scale(1.12); z-index: 500;}
.pest-profiles img {border-radius: 8px;}

/*--RESIDENTIAL PAGE PRICE CHARTS--*/
#service-plans-wrapper.smart-plans .service-level-content, #service-plans-wrapper.smart-plans .chart-or, #service-plans-wrapper.smart-plans .chart-details-link {display: none;}
#service-plans-wrapper.smart-plans .service-level-top {border: none;}
#service-plans-wrapper.smart-plans .service-level-item {padding-bottom: 55px;}
#service-plans-wrapper.smart-plans #service-plans-inner-wrapper.first {margin-bottom: 0;}
#service-plans-wrapper.smart-plans .service-subheading {font-size: 13px !important; padding: 10px 10px 0 10px;}
.program-price.comingSoon {margin:30px 0 10px 0 !important; font-size: 18px;}

h3.residential-plan-subheadings {font-weight: 400; font-size: 20px; color: #56565a; margin-top: -15px;}

#service-plans-wrapper {display: block; position: relative; padding: 40px 0 20px 0; width: 100%; background: #f5f5f5; text-align: center;}
#service-plans-inner-wrapper {margin: 0 20px 60px 20px; display: flex; flex-flow: row wrap; justify-content: space-around;}
.service-level-item {display: block; position: relative; width: 70%; min-width: 220px; margin-top: 30px; padding-bottom: 180px; background: #fff; box-shadow: 0px 0px 10px 2px #c7c7c7; border-radius: 5px; text-align: center; border-top: 15px solid;}
.service-level-item h3 {margin-bottom: 0;}
.service-level {display: block; position: relative;}
.service-level-top {display: block; position: relative; margin: 20px 0; padding: 0 10px; border-bottom: 1px solid #d6d6d6;}
.service-subheading {font-size: 16px; color: #56565a; margin: 0 0 15px 0; font-weight: 400;}
.starting-at {font-size: 13px; font-weight: 400; margin-bottom: 0;}
.program-price {font-family: 'Open Sans'; font-weight: 700; font-size: 49px; margin-top: -10px;}
.program-price sup {font-family: 'Open Sans'; font-size: 30px;}
.program-price span {font-family: 'Poppins'; font-weight: 400; font-size: 15px;}
.service-level-content {display: block; position: relative;}
.service-level-text {display: block; position: relative;}
.service-level-text p.whats-included {font-weight: 400; font-size: 13px; color: #c1c1c1;}
.service-level-text p {padding: 0 10px; font-weight: 400; font-size: 14px; color: #56565a;}
.chart-cta {display: block; position: absolute; width: 100%; bottom: 20px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.chart-cta .button.grayGhostButton {padding: 10px 50px; font-size: 14px;}
.chart-cta .button.grayGhostButton:hover {background: #00ab6a; border-color: #00ab6a; color: #fff;}
a.program-details-link {font-weight: 700; font-size: 13px; color: #56565a; text-transform: uppercase; text-decoration: underline;}
.chart-cta a:hover {color: #e51b24}
#service-plans-wrapper .container p {font-weight: 400;}

.service-level-item.Gray .chart-cta .button.grayGhostButton:hover {color: #fff; background: #56565a; border-color: #56565a;}

.service-level-item.Blue {border-color: #003768;}
.service-level-item.Blue h3 {color: #003768;}
.service-level-item.Blue .program-price {color: #003768;}
.service-level-item.Blue .chart-cta .button.grayGhostButton {color: #003768; border-color: #003768;}
.service-level-item.Blue .chart-cta .button.grayGhostButton:hover {color: #fff; background: #003768;}

.service-level-item.Gold {border-color: #e69d15;}
.service-level-item.Gold h3 {color: #e69d15;}
.service-level-item.Gold .program-price {color: #e69d15;}
.service-level-item.Gold .service-subheading {font-size: 14px;}
.service-level-item.Gold .chart-cta .button.grayGhostButton {color: #e69d15; border-color: #e69d15;}
.service-level-item.Gold .chart-cta .button.grayGhostButton:hover {color: #fff; background: #e69d15;}

.service-level-item.Green {border-color: #00ab6a;}
.service-level-item.Green h3 {color: #00ab6a;}
.service-level-item.Green .program-price {color: #00ab6a;}
.service-level-item.Green .chart-cta .button.grayGhostButton {color: #00ab6a; border-color: #00ab6a;}
.service-level-item.Green .chart-cta .button.grayGhostButton:hover {color: #fff; background: #00ab6a;}

.service-level-item.Red {border-color: #D0333A;}
.service-level-item.Red h3 {color: #D0333A;}
.service-level-item.Red .program-price {color: #D0333A;}
.service-level-item.Red .chart-cta .button.grayGhostButton {color: #D0333A; border-color: #D0333A;}
.service-level-item.Red .chart-cta .button.grayGhostButton:hover {color: #fff; background: #D0333A;}

.inlineBullets li {display: inline-block; width: 80%; vertical-align: top;}

.program-cta {display: flex; position: relative; flex-flow: column; justify-content: center;}
.program-cta div {display: block; position: relative; margin: 20px; text-align: center; align-self: center;}
.program-cta-price span.starting-at {display: inline-block; position: relative; margin-top: -15px; font-family: 'Poppins'; font-weight: 400; font-size: 14px; vertical-align: middle;}
.program-cta-price p.exclusions {font-size: 12px; font-weight: 400;}
.program-cta-price span {display: inline-block; position: relative; margin-bottom: 5px; font-size: 56px; font-weight: 700; font-family: 'Open Sans'; line-height: 115%;}
.program-cta-price span sup {font-size: 35px;}
.program-cta-price span.month-size {font-size: 14px;}
.program-cta-price sup.asterisk-size {display: inline-block; position: relative; font-size: 20px;}
.program-cta-button .button {font-size: 14px; padding: 10px 15px;}
.program-cta-button .button.greenButton:hover {border-color: #004684;}
.program-cta-phone p {font-size: 14px; font-weight: 400;}
.program-cta-phone a {font-size: 28px; font-weight: 700; font-family: 'Source Sans Pro';}

/*--GALLERY STYLES--*/
.gallery-outer-wrapper {position:relative; margin:0 auto;}
.gallery-carousel-outer {position:relative; margin: auto; height:auto; max-width:301px;}
.gallery-carousel {position:relative; width:100%; height:auto; overflow:hidden;}
#content-wrapper .gallery-item img {width:100% !important; height:auto; display:none;}
#content-wrapper .gallery-item img:first-of-type {display:block;}
.image-gallery-carousel {margin: 5px 0 10px 40px; float: right; max-width: 370px; width: 100%;}
.image-gallery-carousel img {border-radius: 5px;}
.image-gallery-carousel .cycle-pager {position: absolute; text-align: center; bottom: 30px; width: 100%; height: 20px; z-index: 500;}
.image-gallery-carousel .cycle-pager a {display: inline-block; background: #fff; border-radius: 50%; width: 10px; height: 10px; margin: 5px; opacity: .5;}
.image-gallery-carousel .cycle-pager a.cycle-pager-active {opacity: 1;}

.smallImageGallery.gallery-carousel-outer {max-width:660px; width: 100%;}
.smallImageGallery .gallery-carousel {position:relative; width:100%; height:auto; overflow:hidden;}
.smallImageGallery .gallery-item {display:block; width:100%; height:auto; background:#000;}
#content-wrapper .smallImageGallery .gallery-item img {width:100% !important; height:auto; display:none; border-radius: 0;}
#content-wrapper .smallImageGallery .gallery-item img:first-of-type {display:block;}
.icon-pager {text-align:center; width:100%; position:relative; bottom:0; margin:10px auto 0 auto; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: space-between; justify-content:space-between;}
.icon-pager a {width:32%; overflow: hidden; margin:0 0 10px 0; display:inline-block;}
.icon-pager a img {display:block; width:100%; border-radius: 0;}

/*--B2B LANDING PAGE STYLES--*/
.b2b-landing-page #header-wrapper {text-align: right;}
#b2b-top-nav {display: none;}
#b2b-top-nav a {display: inline-block; margin: 10px 0 0 20px; font-family: 'Poppins'; font-size: 16px; font-weight: 700; text-transform: uppercase; color: #56565a;}
#b2b-top-nav a:hover {color: #e51b24;}
.b2b-landing-page #main-nav-button {background: none;}
.b2b-landing-page-wrapper #interior-banner {max-height: 380px;}
.b2b-landing-page-wrapper .banner-content-inner-wrapper {max-width: 620px;}
.b2b-landing-page-wrapper #interior-banner #scroll img {opacity: 1;}

.b2b-hero-shot img {display: none;}
.b2b-landing-page-form-wrapper {background: #56565a; max-width: 445px; margin: auto; padding-bottom: 20px; border-radius: 8px; color: #fff;}
.b2b-landing-page-form-wrapper img {border-radius: 8px 8px 0 0;}
.b2b-page-form-inner-wrapper {padding: 20px 0;}
.b2b-page-form-inner-wrapper h2 {margin: 20px 20px 0 20px; color: #fff; font-size: 22px; font-weight: 700; text-transform: uppercase;}
.b2b-page-form-inner-wrapper p.b2b-subheading {color: #fff; margin-top: 0; font-size: 19px;}
.b2b-page-form-inner-wrapper p {margin: 20px 15px; color: #b4b4b5; font-size: 16px;}

.b2b-form {text-align: center;}
.whiteBgForm.b2b-form {padding: 0 15px;}
.b2b-form .form-fields-inner-wrapper {margin: auto;}
.b2b-form .form-field input {width: 85%; margin: auto;}
.b2b-form .form-field input:focus {width: 85%;}
.b2b-form .single-column .form-field {margin: 0 auto 5px auto; font-family: 'Poppins';}
.button.yellowButton {padding: 12px 40px 12px 70px; background: url('../images/download-icon.png') #ffcc00 no-repeat 30px 12px; color: #232323;}
.button.yellowButton:hover {background: url('../images/download-icon.png') #ffd93f no-repeat 30px 12px;}

.repeating-image-links-gray-wrapper {padding: 50px 0; width: 100%; background: #e6e6e6;}
.repeating-image-links-gray-wrapper .repeating-image-links-bw {justify-content: space-around;}
.repeating-image-links-gray-wrapper .repeating-image-links-bw a {margin: auto; max-width: none;}
.repeating-image-links-gray-wrapper .repeating-image-links-bw img {display: inline-block; position: relative; filter: grayscale(100%); margin: auto; padding: 10px; max-width: 110px; width: auto; max-height: 100px;}

.custom-bg-newsletter-subscribe {display: block; position: relative; margin-top: 50px; padding: 80px 0; text-align: center;}
.custom-bg-newsletter-subscribe h2 {font-size: 46px; font-weight: 400; color: #fff;}
.custom-bg-newsletter-subscribe h3 {color: #fff;}
.custom-bg-newsletter-subscribe p {font-size: 18px; font-weight: 400; color: #fff;}
.form-fields-inner-wrapper.b2b-newletter-signup-wrapper {display: flex; flex-flow: column; justify-content: center; margin-bottom: 0;}
.form-fields-inner-wrapper.b2b-newletter-signup-wrapper .form-field {margin: 5px auto; width: 50%;}
.form-fields-inner-wrapper.b2b-newletter-signup-wrapper .form-field input {margin: auto; width: 80%;}
.form-wrapper.b2b-newsletter .button.yellowButton {background: #ffcc00; padding: 12px 50px;}
.form-wrapper.b2b-newsletter .button.yellowButton:hover {background: #ffd93f;}
.form-wrapper.b2b-newsletter form div {width: 100%;}

.form-wrapper.b2b-newsletter form div.form-fields-inner-wrapper.b2b-free-evaluation {width: 75%; margin: auto;}

.script-testimonial-text {display: block; position: relative; min-height: 250px;}
.script-testimonial-text p {text-align: center; font-family: 'Times New Roman'; font-weight: 700; font-style: italic; font-size: 26px; color: #003768;}
.script-testimonial-name {text-align: center; font-family: 'Poppins'; font-size: 22px; color: #56565a; background: url('../images/testimonial-divider.png') top no-repeat; padding-top: 30px;}
.script-testimonial-company {text-align: center; font-family: 'Poppins'; font-size: 18px; color: #bababa;}

/*--COUPON STYLES--*/
.coupon {position: relative; max-width: 850px; margin: 0 auto; padding: 25px 10px 0 10px; background: #fff url('../images/repeating-line-bg.png') no-repeat bottom left; background-size: cover; text-align: center; border: 1px solid #d1d1d1; box-shadow: 0 0 20px #d1d1d1; border-radius: 8px; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
.coupon:hover {transform: scale(1.1);}
.coupon:hover h3.blue, .coupon:hover p.coupon-offer.blue {color: #00ab6a;}
.coupon a {display: block;}
.coupon h3 {font-size: 26px; margin: 8px 0 10px 0; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}
.coupon-icon img {display: block; margin: -65px auto 0 auto;}
.coupon-description {font-size: 15px; margin-bottom: 5px;}
.coupon-disclaimer {font-size: 11px; margin-top: 0;}
.coupon p.coupon-offer {font-size: 80px; margin: 10px 0 -7px 0; font-weight: 700; line-height: 100%; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; transition: all .5s;}

/*--COVERED PESTS ICONS AND TEXT--*/
.icons-and-text {position: relative; display: flex; flex-flow: column; justify-content: space-around; max-width: 940px; margin: 0 auto;}
.icons-and-text-inner {position: relative; display: flex; flex-flow: row nowrap; justify-content: flex-start;}
.icons-and-text-inner div {margin-right: 10px;}
.icons-and-text-inner img {display: block; position: relative; margin-top: 10px;}

/*--LABELS & SDS STYLES--*/
#document-wrapper {text-align:center;}
#manufacturer-link, #name-link, #type-link {margin:15px 6px;}
#document-wrapper p {text-align:left; font-weight:bold;}
.sds-table {width:100%; border:1px #000000 solid; text-align:left;}
.sds-table-heading {font-weight:bold; border-bottom:1px #000000 solid;}
.sds-table-heading a {color:#949494;}
td.sds-subcategory {background-color:#504f52; font-weight:bold; color:#ffffff; padding-left:5px;}
td.sds-product {padding:0 0 0 10px;}
td.sds-download {text-align:center;}
table.sds-table td {padding:5px 5px 5px 10px; border-bottom:1px solid #d1d1d1;}

/*--MISSION STATEMENT SECTION--*/
.mission-statement-wrapper {display: block; position: relative; background: url('../images/american-pest-mission-statement.jpg') no-repeat center center/cover; padding: 85px 0; text-align: center;}
.mission-statement-wrapper h2, .mission-statement-wrapper p {text-align: center; color: #fff;}
.mission-statement-wrapper h2 {display: inline-block; font-size: 20px;}
.mission-statement-wrapper h2:nth-of-type(2) {margin-left: 15px; margin-right: 15px; padding: 0 15px; border-right: 1px solid #fff; border-left: 1px solid #fff;}
.mission-statement-icons {display: block; position: relative; margin: 40px 0; text-align: center;}
.mission-statement-icons img {max-height: 60px;}
.mission-statement-icons img:nth-of-type(2) {margin: 0 20px;}
.mission-statement-wrapper p {font-size: 18px; max-width: 1220px; margin: 0 auto;}

/*--PLANS COMPARISON CHART--*/
.swipeText {color: #56565A; font-size: 16px; font-weight: 700; padding-bottom: 35px;}

.plan-comparison-charts-wrapper {display: block;}
.row-labels-wrapper {display: inline-block; position: absolute; background: #003768; width: 145px; padding: 5px 10px 5px 25px; box-sizing: border-box; margin-top: 92px;}
.row-label {min-height: 40px; width: 110px; padding: 10px 0; border-bottom: 1px solid #809BB4;}
.row-label.frequency {height: 58px;}
.row-label.exteriorPerimeter, .row-label.haloMonitoring  {height: 57px;}
.row-label:last-of-type {border-bottom: none;}
.row-label p {font-size: 14px; font-weight: 700; color: #fff; text-align: right; margin: 0;}
.plan-details-comparisons.slick-slider {display: flex; margin-left: 145px; padding-right: 10px;}
.individual-plan {display: block; position: relative; width: 103px; max-width: 103px; padding-left: 5px;}
.individual-plan .plan-header {display: flex; justify-content: center; align-items: center; position: relative; height: 80px; border-top: 12px solid; border-radius: 6px 6px 0 0; box-shadow: 0 2px 2px rgba(0, 0, 0, .16);}
.individual-plan .plan-header p {font-size: 12px; font-weight: 700; text-align: center; padding: 0 5px; margin: 0;}
.individual-plan .plan-features {padding: 5px 0;}
.individual-plan .plan-feature {display: flex; justify-content: center; align-items: center; min-height: 40px; padding: 10px 0; margin: 0 5px; border-bottom: 1px solid #CCCCCC;}
.individual-plan .plan-feature.frequency {height: 58px;}
.individual-plan .plan-feature.exteriorPerimeter, .individual-plan .plan-feature.haloMonitoring {height: 57px;}
.individual-plan .plan-feature:last-of-type {border-bottom: none;}
.individual-plan .plan-feature p {margin: 0; font-size: 11px; font-weight: 500; text-align: center;}
.individual-plan .plan-feature img {display: block; position: relative;}
.individual-plan .plan-footer {display: flex; flex-direction: column; height: 123px; border-radius: 0 0 6px 6px; box-shadow: 0 -2px 2px rgba(0, 0, 0, .16);}
.individual-plan .plan-footer p {font-size: 13px; text-align: center; color: #56565A !important; margin: 10px 0 0;}
.individual-plan .plan-footer h3 {font-size: 32px; text-align: center; margin: 0; font-weight: 700; font-family: 'Open Sans', sans-serif;}
.individual-plan .plan-footer h3 sup {font-size: 24px; display: inline-block; vertical-align: text-top;}
.individual-plan .plan-footer h3 span {font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 400;}
.individual-plan .plan-footer a {display: flex; justify-content: center; align-items: center; height: 48px; color: #fff; text-decoration: underline; text-transform: uppercase; font-size: 14px; font-weight: 400; border-radius: 0 0 6px 6px;}

.individual-plan.smartOnly .plan-header {border-color: #003768;}
.individual-plan.smartOnly p, .individual-plan.smartOnly h3 {color: #003768;}
.individual-plan.smartOnly .plan-footer a, #slick-slide-control00::after {background: #003768;}

.individual-plan.preferredCare .plan-header {border-color: #56565A;}
.individual-plan.preferredCare p, .individual-plan.preferredCare h3 {color: #56565A;}
.individual-plan.preferredCare .plan-footer a, #slick-slide-control01::after {background: #56565A;}

.individual-plan.preferredCarePlus .plan-header {border-color: #D0333A;}
.individual-plan.preferredCarePlus p, .individual-plan.preferredCarePlus h3 {color: #D0333A;}
.individual-plan.preferredCarePlus .plan-footer a, #slick-slide-control02::after {background: #D0333A;}

.individual-plan.preferredCareComplete .plan-header {border-color: #E69D15;}
.individual-plan.preferredCareComplete p, .individual-plan.preferredCareComplete h3 {color: #E69D15;}
.individual-plan.preferredCareComplete .plan-footer a, #slick-slide-control03::after {background: #E69D15;}

.individual-plan.smartPreferredCare .plan-header {border-color: #56565A;}
.individual-plan.smartPreferredCare p, .individual-plan.smartPreferredCare h3 {color: #56565A;}
.individual-plan.smartPreferredCare .plan-footer a, #slick-slide-control04::after {background: #56565A;}

.individual-plan.smartPreferredCarePlus .plan-header {border-color: #D0333A;}
.individual-plan.smartPreferredCarePlus p, .individual-plan.smartPreferredCarePlus h3 {color: #D0333A;}
.individual-plan.smartPreferredCarePlus .plan-footer a, #slick-slide-control05::after {background: #D0333A;}

.individual-plan.smartPreferredCareComplete .plan-header {border-color: #E69D15;}
.individual-plan.smartPreferredCareComplete p, .individual-plan.smartPreferredCareComplete h3 {color: #E69D15;}
.individual-plan.smartPreferredCareComplete .plan-footer a, #slick-slide-control06::after {background: #E69D15;}

.individual-plan.mosquitoTick .plan-header {border-color: #00AB6A;}
.individual-plan.mosquitoTick p, .individual-plan.mosquitoTick h3 {color: #00AB6A;}
.individual-plan.mosquitoTick .plan-footer a, #slick-slide-control07::after {background: #00AB6A;}

.plan-details-comparisons .slick-dots {width: 100vw; left: -145px; top: -55px; bottom: unset;}
.plan-details-comparisons .slick-dots li {margin: 0 3px !important; width: 16px !important; height: 16px !important;}
.plan-details-comparisons .slick-dots li button::before, .plan-details-comparisons .slick-dots li.slick-active button::before {color: red !important; font-size: 14px !important; width: 14px !important; height: 14px !important; content: '' !important; opacity: 1 !important; background: transparent; border-radius: 50%; border: 1px solid #707070;}
.plan-details-comparisons .slick-dots li.slick-active button::before {opacity: 1 !important;}
.plan-details-comparisons .slick-dots li button {width: 5px !important; height: 5px !important;}
.plan-details-comparisons .slick-dots li button::after {display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); content: ''; width: 8px; height: 8px; border-radius: 50%; background: #003768; transition: all 0.3s;}
.plan-details-comparisons .slick-dots li button::after {opacity: 0; transition: all 0.3s;}
.plan-details-comparisons .slick-dots li.slick-active button::after, .plan-details-comparisons .slick-dots li button:hover::after {opacity: 1; transition: all 0.3s;}

.plan-details-comparisons .slick-prev, .plan-details-comparisons .slick-next {top: -67px;}
.plan-details-comparisons .slick-prev {left: 50%; transform: translate(-1140%, -50%);}
.plan-details-comparisons .slick-next {right: 50%; transform: translate(420%, -50%);}
.plan-details-comparisons .slick-prev::before, .plan-details-comparisons .slick-next::before {color: #56565A; opacity: 1;}
.plan-details-comparisons .slick-next::before {content: '▶';}
.plan-details-comparisons .slick-prev::before {content: '◀';}

/*--RESPONSIVE STYLES--*/

    @media screen and (min-width: 480px) {

		/*--HEADER STYLES--*/
		#header-logo {max-width: 45%; margin: 0;}
		#header-phone {margin: 10px 0 0 0;}
		.desktopOnly {display: inline !important;}
		.mobileOnly {display: none !important;}

		/*--HOMEPAGE BANNER--*/
		.homepage-banner-content p {font-size: 16px;}
		ul.tabNav li {font-size: 16px;}

		/*--FORM STYLES--*/
		#form-stub-content {margin-bottom: 0;}
		#form-stub-cta .button {margin: 0;}
		
		/*--COVERED PESTS ICONS AND TEXT--*/
		.icons-and-text {justify-content: flex-start; padding-left: 35%;}
		
	}


    @media screen and (min-width: 600px) {
			
		/*--HEADER STYLES--*/
		.desktopOnly {display: inline !important;}
		.mobileOnly {display: none !important;}
		
		/*--HOMEPAGE BANNER--*/
		#homepage-banner {background-position:top 0 right -200px !important;}

		/*--Homepage services--*/
		.homepage-services {margin: 10px 0 20px 0; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: space-between; justify-content:space-between;}
		.homepage-services a {max-width: 48.5%;}

		/*--interior BANNER--*/
		#interior-banner h1, #interior-banner h2 {font-size: 36px;} 

		/*--FOOTER STYLES--*/
		#top-button {background:#003768; border-radius:50%; bottom:10px; color:#fff; display:block; font-size:55px; height:55px; line-height:65px; opacity:0; position: fixed; left: 10px; text-align: center; text-decoration: none; text-shadow: 0 0 1px #fff; width: 55px;}
		#top-button.active {opacity: 0.5;}
		#top-button:hover {opacity: 1;}

		/*--CONTENT BUILDER STYLES--*/
		#wrapper .u-size1of2, #wrapper .u-size2of4, #wrapper .u-size3of6, #wrapper .u-size4of8, #wrapper .u-size5of10, #wrapper .u-size6of12 {width:48% !important;}
		#wrapper .u-size1of3, #wrapper .u-size2of6, #wrapper .u-size4of12 {width:30% !important;}
		#wrapper .u-size1of4, #wrapper .u-size2of8, #wrapper .u-size3of12 {width:23% !important;}
		#wrapper .u-size1of5, #wrapper .u-size2of10 {width:18% !important;}
		#wrapper .u-size1of6, #wrapper .u-size2of12 {width:15% !important;}
		#wrapper .columnLeft75.u-sm-sizeFull {width:100% !important; text-align:left; display:block; padding:0 !important;}
		#wrapper .columnRight25.u-size1of4.u-sm-sizeFull {width:100% !important; text-align:left; display:block; padding:0 !important;}
		#wrapper .u-sm-sizeFull {display:inline-block !important; width:48% !important;}
		#wrapper .u-size1of4.u-sm-sizeFull {width:23% !important;}
		#wrapper .u-sm-sizeFull.u-size1of3 {width:32% !important;}
		#wrapper .u-sm-sizeFull.u-size2of3 {width:63% !important;}
		#wrapper .u-sm-sizeFull.u-size1of4 {width:23% !important;}
		#wrapper .u-sm-sizeFull.u-size1of5 {width:18.5% !important;}
		#wrapper .u-sm-sizeFull.u-size1of6 {width:15.5% !important;}
		#wrapper .columnLeft25 {width:35% !important; text-align:left; vertical-align:top;}
		#wrapper .columnRight75 {width:60% !important; text-align:left; float:right;}
		.fullWidthContent .Grid img {max-width: 100%;}
		.vertical-divider {display: block;}
		#wrapper .u-sm-sizeFull.u-size1of4.left25 {width:13% !important;} 
		#wrapper .Grid .u-size3of4.right75 {padding-left: 3.8% !important; width: 83% !important;}
		#wrapper .u-sm-margBottom1 {margin: 0 !important;}
		
		.column2BlueBg {position: relative;}
		#wrapper .column2BlueBg .Grid-cell {width: 50% !important; padding:15px 0; z-index: 50;}
		.column2BlueBg .Grid-cell:first-of-type {background: #092F57; color: #fff;}
		.column2BlueBg .Grid-cell:last-of-type {background: #104A87; color: #fff;}
		.bg1 {position: absolute; left: 0; top: 0; height: 100%; width: 50%; background: #092F57; z-index: 1;}
		.bg2 {position: absolute; right: 0; top: 0; height: 100%; width: 50%; background: #104A87; z-index: 1;}

		.interiorContentImage {margin:5px 0 10px 40px; float:right; max-width:50%; width:auto;}
		.interiorContentImageLeft {margin:5px 40px 10px 0; float:left; max-width:50%; width:auto;}

		.hover-tile-container {width: 50%; height: 400px;}
		
		.floatLeft {margin: 0 20px 10px 0;}
		.floatRight {margin: 0 0 10px 20px;}

		.slideshow-wrapper .container {padding:0 80px;}
		
		#interior-banner.positionCenter.bottomCenter #scroll img {right: 0;}

		/*--REPEATING HOVER IMAGE AND TEXT--*/
		.image-with-hover-text {position: relative; text-align: center; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: space-between; justify-content:space-between; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
		.image-hover-item {display: inline-block; margin:5px 0; max-width: 48%;}

		/*--STAGGERED CONTENT STYLES--*/
		.staggered-content-item {float: left; width: 48%;}
		.staggered-content-item:nth-of-type(even) {float: right;}

		/*--BLOG STYLES--*/
		#related-post-wrapper {display: -webkit-flex; display: flex; -webkit-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-between; justify-content:space-between;}
		.related-post {display: inline-block; margin: 10px 0; min-height: 300px; width: 48%;}

		/*--Homepage services--*/
		.icon-with-link {margin: 10px 0 20px 0; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: space-between; justify-content:space-between;}
		.icon-with-link a {max-width: 48.5%;}

		/*--PEST ID--*/
		.pest-profiles {display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: space-between; justify-content:space-between;}
		.pest-profiles a {width: 48%; margin: 15px 0;}
		
		/*--RESIDENTIAL PAGE PRICE CHARTS--*/
		.service-level-item {width: 40%;}
		
		/*--B2B LANDING PAGE STYLES--*/	
		.button.yellowButton {padding: 12px 15px 12px 45px; background: url('../images/download-icon.png') #ffcc00 no-repeat 15px 12px; color: #232323;}
		.button.yellowButton:hover {background: url('../images/download-icon.png') #ffd93f no-repeat 15px 12px;}
		
		.script-testimonial-text {background: url('../images/testimonial-quote-marks.png') no-repeat center/contain;}
		.script-testimonial-text p {transform: translateY(50%);}
		
		/*--COVERED PESTS ICONS AND TEXT--*/
		.icons-and-text {flex-flow: row wrap; justify-content: space-around; padding-left: 5%;}
		.icons-and-text-inner {flex-basis: 40%;}
		
		/*--NATS TESTIMONIAL SECTION--*/
		.testimonial-image-wrapper.nationals-park-image h3 {font-size: 30px;}
		.testimonial-image-wrapper.nationals-park-image p {font-size: 26px;}
		.testimonial-image-wrapper.nationals-park-image .button.redButton {padding: 10px 75px;}
		
	}
	
    @media screen and (min-width: 768px) {
	
		body {margin: 80px 0 0 0;}
		#sk-holder #sk-container #sk-wrapper {width: 325px !important;}

		/*--FONT STYLES--*/
		h1 {font-size:44px;}
		h2 {font-size:28px;}
		h3 {font-size:18px;}
		h4 {font-size:16px;}
		
		.fontXl {font-size: 75px;}

		/*--Header STYLES--*/
		#header-wrapper{padding: 20px 0;}
		
		#top-nav {display: inline-block; margin-top: 9px;}
		#top-nav ul {list-style: none; position: relative; text-align: center; padding: 0; margin:0;}
		#top-nav ul li {list-style: none; display: none;}
		#top-nav ul li:first-of-type {display: inline-block;}
		#top-nav ul li a {font-size: 16px; font-weight: 700; text-transform: uppercase; color: #56565a;}
		#top-nav ul li a:hover, #top-nav ul li a.current, #top-nav ul li a.currentParent {color: #e51b24;}

		/*--HOMEPAGE BANNER--*/
		#homepage-banner {background-position:50% 50% !important;}
		#homepage-banner img {min-width: 100%;}
		.homepage-banner-content {padding-right:40%;}
		#homepage-banner h1, #homepage-banner h2 {font-size: 44px;}
		
		/*--Homepage services--*/
		.homepage-services a {max-width: 32%;}
		.serviceIcon {width: 100px; height: 100px; margin: -55px auto 0 auto;}
		.serviceIcon img {width: 60px; height: 60px;}

		/*--interior BANNER--*/
		#interior-banner h1, #interior-banner h2 {font-size: 38px;} 
		.banner-content-inner-wrapper {display: inline-block; width: auto; min-width: 350px;}
		#interior-banner.positionRight #scroll img {right: 0;}
		#interior-banner.positionCenter #scroll img {right: 0;}
		#interior-banner.positionLeft #scroll img {right: 0;}

		#interior-banner.map {height: 450px}
		#location-page-map {height:450px;}

		/*--REPEATING HOVER IMAGE AND TEXT--*/
		.hover-text h2 {font-size: 28px;}

		/*--REPEATING IMAGE AND LINKS--*/
		.repeating-image-links a {max-width: 22%;}

		/*--REPEATING IMAGE AND LINKS - BW--*/
		.repeating-image-links-bw a {margin:10px 25px;}

		/*--MISC STYLES--*/
		#wrapper .columnLeft75.u-sm-sizeFull {width:48% !important;}
		#wrapper .columnRight25.u-size1of4.u-sm-sizeFull {width:48% !important;}
		#wrapper .columnLeft75 .Grid-cell {margin:0;}

		.hover-tile-container {width: 25%; height: 500px;}

		.icon-with-link a {max-width: 32%;}
		.icon {width: 100px; height: 100px;}
		.icon img {width: 60px; height: 60px;}

		.video {max-width: 42%; width: auto; float: right; margin: 10px 0 10px 30px;}
		
		/*--TESTIMONIALS--*/
		.testimonial-wrapper {display: -webkit-flex; display: flex; -webkit-flex-flow: row-reverse; flex-flow: row-reverse; -webkit-justify-content: center; justify-content:center;}
		.testimonial-wrapper.reverse {display: -webkit-flex; display: flex; -webkit-flex-flow:wrap; flex-flow:wrap; -webkit-justify-content: center; justify-content:center;}
		.testimonial-content-wrapper {width: 50%; text-align: left;}
		.testimonial-wrapper.reverse .testimonial-content-wrapper {left: auto; right: -3px; width: 100%;}
		.testimonial-wrapper.reverse .testimonial-content-inner {max-width: none;}
		.testimonial-wrapper.reverse .testimonial-image-wrapper {width:100%;}
		.testimonial-content-inner {position: relative; top: 50%; transform: translateY(-50%); padding: 30px 50px; max-width: 420px;}
		.testimonial-image-wrapper {width: 50%; height: 100%; min-height: 500px; position: relative; opacity: 1;}

		.testimonial-items-outer-wrapper {display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: space-between; justify-content:space-between;}
		.testimonial-item {display: inline-block; width:48%; margin: 30px 0;}
		.testimonial-item:last-of-type {display: none;}

		/*--BLOG STYLES--*/
		.blog-landing-wrapper {position: relative; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: space-between; justify-content:space-between;}
		.blog-post-abstract {width: 47%; display: inline-block;}

		/*--FORM STYLES--*/
		#form-stub-content {padding-right: 20px; border-right: 1px solid #cacaca; margin-right: 15px;}
		.form-stub-call-text {display: inline-block; vertical-align: middle; margin: 0 0 0 15px; padding: 5px 0 5px 20px; border-left: 1px solid #cacaca; width: auto; font-size: 13px;}
		.form-stub-call-text strong {display: block; font-size: 18px; margin-top: 7px;}
		
		/*--SDS--*/
		#msds-left {position: relative; width: 48.5%; float: left;}
		#msds-left select {max-width: 100%;}
		#msds-right {position: relative; width: 48.5%; float: right;}
		#msds-right select {max-width: 100%;}
		
		/*--RESIDENTIAL PAGE PRICE CHARTS--*/
		.program-cta {flex-flow: row nowrap;}
		.program-cta div.program-cta-button {border-right: 1px solid #d3d3d4; padding-right: 25px; margin-right: 0;}
		
		/*--B2B LANDING PAGE STYLES--*/
		.button.yellowButton {padding: 12px 40px 12px 70px; background: url('../images/download-icon.png') #ffcc00 no-repeat 30px 12px; color: #232323;}
		.button.yellowButton:hover {background: url('../images/download-icon.png') #ffd93f no-repeat 30px 12px;}
		
		/*--COUPON STYLES--*/
		.coupon p.coupon-offer {font-size: 145px;}
		
		/*--COVERED PESTS ICONS AND TEXT--*/
		.icons-and-text-inner {flex-basis: 30%;}
		
		/*--MISSION STATEMENT SECTION--*/
		.mission-statement-wrapper h2 {font-size: 24px;}
		.mission-statement-wrapper h2:nth-of-type(2) {margin-left: 45px; margin-right: 45px; padding: 0 45px;}
		.mission-statement-icons {margin: 85px 0;}
		.mission-statement-icons img {max-height: none;}
		.mission-statement-icons img:nth-of-type(2) {margin: 0 80px;}

		/*--PLANS COMPARISON CHART--*/
		.plan-comparison-charts-wrapper .container {max-width: none;}
		.swipeText {max-width: 420px; margin-left: 235px;}
		.plan-details-comparisons .slick-prev {transform: translate(0, -50%); left: 40px;}
		.plan-details-comparisons .slick-next {transform: translate(0, -50%); right: 40px;}
		.plan-details-comparisons .slick-dots {width: 100%; left: unset;}

		.plan-details-comparisons.slick-slider {margin-left: 255px; padding-right: 0; max-width: 420px;}
		.row-labels-wrapper {margin-left: 90px; margin-top: 112px; width: 165px; border-radius: 6px 0 0 6px; padding: 5px 15px;}
		.individual-plan {max-width: 130px; padding: 0 5px;}
		.individual-plan .plan-header {height: 100px; box-shadow: 0 3px 6px rgba(0, 0, 0, .16);}
		.individual-plan .plan-header p {font-size: 16px;}
		.individual-plan:nth-of-type(even) .plan-features, .plan-details-comparisons .slick-slide:nth-of-type(odd) .plan-features {background: #FAFAFA;}
		.row-label {min-height: 45px; width: 135px;}
		.row-label p {font-size: 16px;}
		.individual-plan .plan-feature {min-height: 45px;}
		.row-label.exteriorPerimeter, .row-label.haloMonitoring, .individual-plan .plan-feature.exteriorPerimeter, .individual-plan .plan-feature.haloMonitoring {height: 66px;}
		.individual-plan .plan-feature p {font-size: 14px;}
		.individual-plan .plan-footer {height: 138px; box-shadow: 0 -3px 6px rgba(0, 0, 0, .16);}
		.individual-plan .plan-footer p {margin-top: 15px;}
		.individual-plan .plan-footer h3 {margin-bottom: 10px;}

		}	

		@media screen and (min-width: 940px) {
			.plan-details-comparisons.slick-slider, .swipeText {max-width: 560px;}
		}


	@media screen and (min-width: 1024px) {
			
	
		/*--HEADER STYLES--*/
		#top-nav ul li {display: inline-block; padding: 0 25px 0 0; margin: 0;}
		#top-nav ul li:nth-of-type(2) {padding: 0 25px 0 0; margin: 0 25px 0 0; background: url('../images/main-nav-button-bg.png') no-repeat right 0 top 50%;}
		#top-nav ul li:nth-of-type(3) {padding: 0;}
		#top-nav ul li:last-of-type {display: none;}
		
		/*--HOMEPAGE BANNER--*/
		#homepage-banner {background-attachment:fixed !important;}
		.homepage-banner-content {padding-right:50%;}
		
		/*--interior BANNER--*/
		#interior-banner-wrapper {margin-bottom: 80px;}
		#interior-banner h1, #interior-banner h2 {font-size: 42px;} 
		#scroll {right: -300px;}
		#interior-banner #scroll img {max-width: none;}

		.anchor-nav-wrapper select {width:260px;}
		.anchor-nav-wrapper p {font-size: 18px; margin: 0 5px 0 0;}
 
		/*--TESTIMONIAL STYLES--*/
		.testimonial-item {filter: grayscale(100%); -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
		.testimonial-item:hover {filter: grayscale(0);}
		
		/*--MISC STYLES--*/
		#wrapper .columnLeft75.u-sm-sizeFull {width:72% !important; padding-right: 3% !important;}
		#wrapper .columnRight25.u-size1of4.u-sm-sizeFull {width:28% !important; }
		#wrapper .columnRight25.u-size1of4.u-sm-sizeFull img {width:100% !important;}

		.hover-tile-container {width: 25%; height: 400px;}

		.custom-bg-content {padding:165px 0;}
		
		.repeating-content {position: relative; transform: translateY(50%);}

		.imageLeft50 .image50Content {padding: 0 0 0 50%; position: relative;}
		.imageLeft50 .image50Content img {position: absolute; right: 54%; width:auto; max-width: none;}
		.imageRight50 .image50Content {padding: 0 50% 0 0; position: relative;}
		.imageRight50 .image50Content img {position: absolute; left: 54%; width:auto; max-width: none;}
		.image50Content {display: flex; align-content: center; align-items: center; min-height: 470px;}

		.continuousSlide {min-height: 300px; margin:30px 0 30px 0; width:18400px;}
		.continuousSlideInner {height: 300px;}
		.continuousSlide a {width: auto;}
		
		/*--REPEATING HOVER IMAGE AND TEXT--*/
		.image-hover-item {position: relative; margin:20px 0; background: #000; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s; border-radius: 10px; max-width: 49%;}
		.hover-text {position: absolute; width: 100%; text-align: center; color: #fff; top: 50%; left: 0; transform: translateY(-50%); opacity: 0; margin: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
		.hover-text p, .hover-text h2, .hover-text h3, .hover-text div {padding:0 20px; color: #fff;}
		.hover-text h2 {font-size: 22px;}
		.image-hover-item img {display: block; width: 100%;}
		.image-hover-item:hover img {opacity: .65;}
		.image-hover-item:hover .hover-text {opacity: 1; z-index: 55;}
		
		/*--STAGGERED CONTENT STYLES--*/
		.staggered-content-wrapper {background: url('../images/vertical-divider.png') repeat-y top center;}
		.staggered-content-item {opacity: 0; left: -300%; float: left; width: 40%; padding-right: 11.6%; margin-right: 49%; margin-bottom: 0; background:  url('../images/ellipsis-connector-left.png') no-repeat top 50% right; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; -ms-transition: all 1s; transition: all 1s;}
		.staggered-content-item:nth-of-type(even) {left: 300%; padding-right: 0; padding-left: 11.6%; margin-right: 0; margin-left: 49%; margin-top: -50px; margin-bottom: -50px; background:  url('../images/ellipsis-connector-right.png') no-repeat top 50% left; -webkit-transition: all 1.3s; -moz-transition: all 1.3s; -o-transition: all 1.3s; -ms-transition: all 1.3s; transition: all 1.3s;}
		.staggered-content-item:nth-of-type(even) img {float: left; margin: 0 10px 0 0;}
		.staggered-content-item.parallax {left: 0; opacity: 1;}
		.staggered-content-item.parallax:nth-of-type(even) {left: 0;}
		.staggered-content-item a {display: block;}
		.staggered-content-item a:hover {transform: scale(1.1);}
		
		/*--FORM STYLES--*/
		#form-stub-content {padding-right: 30px; margin-right: 20px;}
		.form-stub-call-text {margin: 0 0 0 20px; padding: 0 0 4px 22px; font-size: 13px; line-height: 24px;}
		.form-stub-call-text strong {margin-top: 0;}
		.form-field.form-stub-input {display: none;}

		.form-fields-inner-wrapper {position: relative; margin-bottom: 40px; display: -webkit-flex; display: flex; -webkit-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-between; justify-content:space-between;}	
		.form-fields-inner-wrapper.single-column {-webkit-flex-flow: column; flex-flow: column;}
		.form-left {width: 60%; text-align: left;}	
		.form-right {width: 36%; text-align: left; padding-left: 2%; border-left: 1px solid #b2b2b2;}
		.b2b-free-evaluation.form-right {padding-left: 0; border-left: none;}
		.whiteBgForm .form-right {border-left: 1px solid #d1d1d1;}
		.form-field {width: 49.5%; margin-right: 0; display: inline-block; vertical-align: top;}	
		.form-field input {width: 80% !important;}
		.form-field.fullWidth {width: 100%; margin-right: 0;}	
		.form-field.thirdWidth {width: 32%; margin-right: 0;}	
		.form-field.twoThirdWidth {width: 65%;}	
		.form-field.twoThirdWidth input {width: 90% !important;}
		.single-column .form-field {width: 80%;}
		.form-right .form-field.halfWidth {width: 100%; margin-right: 0;}	
		.captcha-wrapper {display: inline-block; margin: 0 25px 0 0; vertical-align: middle;}

		.customBgFormWrapper {padding: 50px 20px;}
		
		.whiteBgForm .form-field input {width: 85% !important;}
		
		.form-wrapper.b2b-newsletter form div.form-right.b2b-free-evaluation {width: 55%;}
		.form-fields-inner-wrapper.b2b-newletter-signup-wrapper {flex-flow: row nowrap;}
		
		/*--PEST ID --*/
		.pest-profiles {display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; justify-content:center;}
		.pest-profiles a {width: 31%; margin: 15px 1%;}
		
		/*--RESIDENTIAL PAGE PRICE CHARTS--*/
		#service-plans-inner-wrapper {flex-flow: row nowrap;}
		.service-level-text p {font-size: 16px;}
		.service-level-item {width: 23%;}

		.inlineBullets li {width: 43%;}

		.program-cta-button .button {font-size: 18px;}

		/*--B2B LANDING PAGE STYLES--*/	
		.form-fields-inner-wrapper.b2b-newletter-signup-wrapper .form-field {margin: 0; width: 35%;}

		#b2b-top-nav {display: inline-block;}
		.b2b-landing-page #main-nav-button {display: none;}
		.b2b-landing-page-wrapper #interior-banner {max-height: 450px;}

	}
	
	@media screen and (min-width: 1080px) {
		.plan-details-comparisons.slick-slider, .swipeText {max-width: 700px;}
	}

	@media screen and (min-width: 1220px) {
		.plan-details-comparisons.slick-slider, .swipeText {max-width: 840px;}
	}

	@media screen and (min-width: 1300px) {

		.container.narrowContainer {max-width: 1088px;}

		/*--HOMEPAGE BANNER--*/
		#homepage-banner img {width: 100%; height: auto;}
		.homepage-banner-content {padding-right:43%;}

		/*--MISC--*/
		.testimonial-wrapper.reverse {display: -webkit-flex; display: flex; -webkit-flex-flow:row; flex-flow:row; -webkit-justify-content: center; justify-content:center;}
		.testimonial-wrapper.reverse .testimonial-content-wrapper {left: auto; right: -3px; width: 50%;}
		.testimonial-wrapper.reverse .testimonial-content-inner {max-width: 420px; float: right;}
		.testimonial-wrapper.reverse .testimonial-content-inner p {text-align: center;}
		.testimonial-wrapper.reverse .testimonial-image-wrapper {width: 50%; right: -3px; left: auto;}
		.testimonial-wrapper.reverse .affiliations img {max-width: 23%;}

	}

	@media screen and (min-width: 1360px) {
		.plan-details-comparisons.slick-slider, .swipeText {max-width: 980px;}
	}

	@media screen and (min-width: 1366px) {
		.plan-comparison-charts-wrapper > .container {display: none;}
		.plan-comparison-charts-wrapper {max-width: 1290px; margin: auto; display: flex; align-items: flex-start;}
		.row-labels-wrapper {margin-left: 0; display: block; position: relative;}
		.plan-details-comparisons {display: flex; flex-flow: row nowrap; padding-left: 5px;}
		.individual-plan {width: 130px; max-width: 130px;}
	}

	@media screen and (min-width: 1600px) {
	
		.container {max-width: 1320px;}
		.wideDesktopOnly {display: block;}

		/*--Header--*/
		#top-nav ul li:nth-of-type(3) {padding: 0 25px 0 0;}
		#top-nav ul li:last-of-type {display: inline-block;}
		#header-wrapper .button {float: right; font-size: 14px; padding:10px 15px; display: inline-block; border: none; margin-left: 15px;}

		/*--HOMEPAGE BANNER--*/
		.homepage-banner-content {padding:100px 60% 100px 0;}
		#homepage-banner .container {width: 100%;}

		/*--Homepage services--*/
		.homepage-services a {margin-top: 30px;}

		/*--interior BANNER--*/
		#interior-banner h1, #interior-banner h2 {font-size: 44px;} 
		#interior-banner p {font-size: 14px;} 

		#scroll {right: 0; width: 100%;}
		#interior-banner #scroll img {max-width: none; min-width: 100%; height: auto;}

		.banner-content-inner-wrapper {min-width: 450px; max-width: 600px;}
		.corePage .banner-content-inner-wrapper {min-width: 450px; max-width: none;}

		/*--MISC STYLES--*/
		.hover-tile-container {width: 25%; height: 350px;}
		.hover-tile h3 {font-size: 32px;}
		.tile-back h3 {font-size: 26px;}
		.tile-back p {margin:5px 0 25px 0; font-size: 16px;}
		
		#wrapper .u-sm-sizeFull {width: 49% !important;}
		
		.custom-bg-content {background-attachment: fixed !important;}

		.testimonial-wrapper.reverse .testimonial-content-inner {max-width: 620px;}
		.testimonial-wrapper.reverse .affiliations a {max-width: 37%; display: inline-block;}
		.testimonial-wrapper.reverse .affiliations img {max-width: 90%; margin: 10px 0;}
		
		/*--FORM STYLES--*/
		.Contact-Us-Commercial-Interior {min-height: 600px;}
		#pardot-form .form-field input, .Contact-Us-Commercial-Interior .form-field input, .Contact-Us-Commercial-Interior #pardot-form .form-field input {width: 91.5% !important;}
		#pardot-form .form-field {width: 32.8%;}
		#pardot-form .form-field.form_comments {width: 65%; float: right; margin-right: 20px;}
		#pardot-form .g-recaptcha {float: left;}

		.form-stub-input.form-field {display: inline-block; width: 280px; vertical-align: middle;}
		#form-stub-cta .button {vertical-align: bottom; margin: 0 0 8px 0;}
		#form-stub-content {border: none; margin-right: 0;}
		.form-stub-call-text {border: none; margin-left: 0;}
		#banner-form-stub {border: 1px solid #cacaca; border-top: none; border-bottom: none; padding: 0 20px;}
		
		.customBgFormWrapper .container {max-width: 1150px;}
		.form-right {width: 35%;}
		.form-field.thirdWidth {width: 32.85%;}
		.form-field.twoThirdWidth {width: 66.5%;}
		.form-field input {width: 85% !important;}
		.form-field.twoThirdWidth input {width: 92.5% !important;}
		
		.whiteBgForm {padding: 0;}
		.whiteBgForm .form-field input {width: 90% !important;}
		.whiteBgForm .form-right {width: 36%;}
		
		/*--REPEATING IMAGE AND LINKS--*/
		.repeating-image-links a:hover {transform: scale(1.1);}

		/*--REPEATING HOVER IMAGE AND TEXT--*/
		.image-hover-item {max-width: 49%;}
		.hover-text p, .hover-text h2, .hover-text h3, .hover-text div {padding:0 60px;}
		.hover-text h2 {font-size: 28px;}
		
		/*--STAGGERED CONTENT STYLES--*/
		.staggered-content-item {padding-right: 11.1%;}
		.staggered-content-item:nth-of-type(even) {padding-left: 11.1%;}

		/*--TESTIMONIALS--*/
		.testimonial-content-inner {max-width: 620px;}

		.testimonial-item {width:32%;}
		.testimonial-item:last-of-type {display: inline-block;}
		
		.script-testimonial-text p {font-size: 38px; transform: translateY(50%);}
		.script-testimonial-name {font-size: 28px;}
		.script-testimonial-company {font-size: 23px;}

		/*--BLOG STYLES--*/
		.post-detail-info-top-wrapper {position: relative; margin-bottom: 35px;}
		.post-detail-info-top-wrapper.withImage {height: 335px;}
		.post-detail-info-top-wrapper.withImage .post-detail-info-top {float: right; width: 630px; margin: 75px 0 0 0;}
		.post-detail-info-top {margin: 0 auto;} 
		.blog-detail-image {float: left; width:650px;}
		.blog-detail-image img {margin: 0 auto;}

		.related-post {min-height: 300px; width: 32%;}
		.related-post:last-of-type {display: block;}

		.blog-post-abstract {width: 32%;}
		
		.postDetailRecentPosts .blog-post-abstract:last-of-type {display: inline-block;}
		.blog-landing-wrapper.featured .blog-post-abstract:last-of-type {display: inline-block;}

		/*--PEST ID STYLES--*/
		.pest-category-nav {margin: 80px auto 40px auto; border-top: 2px solid #acacac; display: inline-block;}
		.pest-category-nav a {margin-top: -25px;}
		.pest-category-nav a:first-of-type {margin: -25px -10px 0 -50px;}
		.pest-category-nav a:last-of-type {margin: -25px -50px 0 0;}
		
		/*--RESIDENTIAL PAGE PRICE CHARTS--*/
		#service-plans-inner-wrapper {max-width: 1320px; margin: 0 auto 60px auto;}
		.service-level-top {padding: 0;}
		.chart-cta .button.grayGhostButton {padding: 10px 60px; font-size: 16px;}

		.inlineBullets {min-width: 910px;}
		.inlineBullets li {width: 27%;}

		/*--B2B LANDING PAGE STYLES--*/	
		body.b2b-landing-page.loaded #interior-banner .banner-content {left: 52%;}

		.repeating-image-links-gray-wrapper .repeating-image-links-bw img {max-width: 165px; width: auto; max-height: none;}

		.b2b-hero-shot img {display: block; position: absolute; z-index: 999; left: 316px; top: 14px;}

		.b2b-page-form-inner-wrapper h2 {margin: 20px 20px 0 20px; font-size: 46px;}
		.b2b-page-form-inner-wrapper p.b2b-subheading {font-size: 28px;}
		.b2b-page-form-inner-wrapper p {margin: 20px 60px; font-size: 18px;}

		.button.yellowButton {padding: 12px 40px 12px 70px; background: url('../images/download-icon.png') #ffcc00 no-repeat 30px 12px; color: #232323;}
		.button.yellowButton:hover {background: url('../images/download-icon.png') #ffd93f no-repeat 30px 12px;}

	}

	@media screen and (min-width: 1921px) {
		
	/*--B2B LANDING PAGE STYLES--*/
	.b2b-hero-shot img {display: none;}
		
	}


/*---END---*/