@charset "utf-8";

/* -- White Knight on Schoodic Template - 2018 -- */
/* --LAST UPDATED BY ALB 10/7/2020-- */
/* --GENERAL STYLES-- */
html {
    margin-top: 0 !important;
}

#__ap_adminbar {
    top: 68px !important;
    z-index: 9999999 !important;
}

body {
    margin: 20px 0 0 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #3f3f3f;
    font-size: 16px;
    width: 100%;
    background: #fff url('../images/body-bg.png') no-repeat 50% 50%;
    background-attachment: fixed;
    background-size: 270px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

body.sticky {
    background: #fff !important;
}

#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;
}

ul,
ol {
    padding-left: 25px;
    margin-left: 0px;
    text-align: left;
    display: block;
    list-style-image: url('../images/bullet-point.png');
}

ul li {
    list-style-image: url('../images/bullet-point.png');
    margin: 12px 0;
    padding-left: 5px;
    color: #3f3f3f;
}

ul li p {
    margin: 0;
    padding: 0;
}

ol li {
    padding-bottom: 5px;
    color: #3f3f3f;
}

.content ul li ul li {
    list-style-type: circle;
    list-style-image: none;
}

.content ul li ul li ul li {
    list-style-type: square;
    list-style-image: none;
}

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;
    margin-top: 22px;
    padding-top: 6px;
    padding-bottom: 1px;
}

.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,
li {
    -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;
}

button:hover {
    cursor: pointer;
}

header,
footer,
section,
article,
aside,
main {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.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;
}

.brandColor1 {
    color: red;
}

.brandColor2 {
    color: blue;
}

.ctaColor {
    color: green;
}

.color1bg {
    background-color: red;
}

.color2bg {
    background-color: blue;
}

.ctaBg {
    background-color: green;
}

/* --FONT STYLES-- */
/* --font-family: 'Open Sans', 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: 160%;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

h1 .subheading {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: 400;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-weight: 700;
    font-size: 26px;
    margin: 20px 0;
    text-align: center;
    line-height: 115%;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
    text-align: left;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #3f3f3f;
    margin: 6px 0;
    line-height: 136%;
    font-weight: 400;
}

section p {
    line-height: 175%;
    margin: -15px 0 20px;
}

a {
    color: #1c3f95;
    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: #bc181e;
}

strong {
    font-weight: 700;
}

strong a,
section a {
    font-weight: 700;
}

.brandFont1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal !important;
}

.brandFont1 strong,
h1 strong,
h2 strong {
    font-weight: normal !important;
}

.brandFont2 {
    font-family: 'Open Sans', sans-serif;
}

.button,
input.button,
button.button {
    display: inline-block;
    position: relative;
    padding: 18px 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    background: #3d3d3d;
    outline: none;
    border-radius: 4px;
    border: 2px solid #7a7a7a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.button.smallButton {
    padding: 12px 30px;
}

.button.smallArrow {
    padding-right: 50px;
    background: url('../images/small-arrow.png') no-repeat top 50% right 30px;
}

.button.smallArrow:hover {
    padding-right: 50px;
    background: url('../images/small-arrow-grey.png') no-repeat top 50% right 30px;
}

.button span {
    opacity: .6;
}

.button img,
input.button img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 1px 0;
    width: 18px;
}

.button:hover,
input.button:hover {
    background: #fff;
    color: #3598e7;
    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: #00a05b;
}

/* --HEADER STYLES-- */
body.sticky #header-wrapper {
    box-shadow: 0 0 5px #000;
}

body.sticky #header-upper {
    display: none;
}

#header-wrapper {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    text-align: center;
    z-index: 99999888888;
}

#header-upper {
    display: block;
    position: relative;
    padding: 8px 20px;
}

#header-lower .button {
    position: relative;
    display: block;
    float: right;
    margin-top: 2px;
    padding: 12px 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    border: none;
}

#header-lower {
    background: #fff;
    border-top: 1px solid #ddebff;
    padding: 10px 0px 3px;
}

body.sticky #header-lower {
    padding: 10px 0px 9px;
}

#header-logo {
    position: relative;
    max-width: 149px;
    float: left;
    margin-top: -2px;
}

body.sticky #header-logo {
    position: relative;
    max-width: 138px;
    padding-top: 1px;
}

#header-phone {
    text-align: right;
    float: right;
    margin: 0 20px 0 0;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 100%;
    padding: 7px 0 7px 32px;
    background: url('https://bcms-files.s3.amazonaws.com/rvBd0Oqynb-1376/images/phone-icon.png') no-repeat top 50% left 0;
}

#top-nav {
    display: none;
    float: left;
    margin-top: 0;
}

#main-nav-button {
    display: inline-block;
    text-align: center;
    width: 25px;
    margin: 0;
    padding: 0;
    color: #54565a;
    font-weight: 400;
    font-size: 8px;
    text-transform: uppercase;
    float: right;
}

#main-nav-button span {
    display: block;
    height: 3px;
    background: #54565a;
    margin: 3px 0;
}

#main-nav-button:hover span {
    background: #066bb9;
}

#main-nav-button:hover span.middle {
    background-color: #066bb9;
}

#main-nav-button:hover,
#wrapper.active #main-nav-button {
    color: #066bb9;
}

#wrapper.active #main-nav-button span {
    background: #066bb9;
    position: relative;
    height: 3px;
}

#wrapper.active #main-nav-button span.middle {
    transform: rotate(-45deg);
    top: 0px;
    background: #066bb9;
}

#wrapper.active #main-nav-button span.first {
    transform: rotate(45deg);
    top: 6px;
}

#wrapper.active #main-nav-button span.last {
    opacity: 0;
}

span.header-social-icons {
    display: none;
}

/* --FOOTER STYLES-- */
#footer-reviews {
    position: relative;
    text-align: center;
    margin: 30px 0 0 0;
    padding: 20px 10px;
}

#footer-reviews a {
    text-decoration: underline;
}

#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: top;
}

#footer-wrapper {
    position: relative;
    padding: 0 0 65px 0;
}

#footer-cta {
    color: #555;
    margin-bottom: 0;
}

.footer-phone {
    margin-top: 20px;
}

.footer-phone a {
    color: #00c16e;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
}

.textSpacer {
    padding: 0 12px;
}

.footer-inner-wrapper {
    position: relative;
    margin: 0 0 25px 0;
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
}

#footer-address {
    font-size: 14px;
    margin-bottom: 0;
}

#footer-address strong {
    font-size: 16px;
}

#social-icons-wrapper {
    display: block;
    position: relative;
    margin-top: 15px;
}

#social-icons-wrapper a {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    opacity: 1;
    filter: grayscale(100%);
}

#social-icons-wrapper a:hover {
    opacity: 1;
    filter: none;
}

.search-wrapper {
    position: relative;
    margin: 10px auto;
    width: 300px;
}

.search-wrapper.blog-search {
    width: 100%;
}

footer .searchBar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding: 0 6px 0 10px;
    height: 37px;
    background: #e2e2e2;
    border: 1px solid #e2e2e2;
    outline: none;
    border-radius: 20px;
}

footer .searchBar:hover {
    border-color: #555;
}

footer .searchBar:focus {
    box-shadow: 0 0 5px #555;
}

footer .button.search-button {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 13px;
    height: 35px;
    line-height: 33px;
    outline: none;
    border: none;
    position: absolute;
    right: 16px;
    top: 1px;
    background: #fff;
    color: #555;
    border-radius: 20px;
}

footer .button.search-button:hover {
    background: #555;
    color: #fff;
}

.footer-slogan {
    display: none;
}

.feature.map {
    height: 340px;
    width: 100%;
}

.feature.map iframe {
    height: 100%;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}

#copyright-text {
    font-weight: 400;
    color: #818181;
    font-size: 13px;
    padding: 0 16px;
}

#copyright-text a {
    color: #929292;
}

#copyright-text a:hover {
    text-decoration: none;
    color: #3c3c3c;
}

#copyright-text .lmg {
    display: block;
    margin-top: 20px;
}

#copyright-text .lmg img {
    display: inline-block;
    vertical-align: middle;
}

#top-button {
    display: none;
}

body.sticky #sticky-nav-button {
    opacity: 1;
    bottom: 0;
}

#sticky-nav-button {
    display: block;
    text-align: center;
    width: 23px;
    margin: 10px 0 0 15px;
    color: #066bb9;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 20px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    box-shadow: 0 0 18px #555;
}

#sticky-nav-button span {
    display: block;
    height: 4px;
    background: #066bb9;
    margin: 4px 0;
}

#sticky-nav-button:hover span {
    background: #e51b24;
}

#sticky-nav-button:hover span.middle {
    background-color: #e51b24;
}

#sticky-nav-button:hover,
#wrapper.active #sticky-nav-button {
    color: #003ca6;
}

#wrapper.active #sticky-nav-button span {
    background: #e51b24;
    position: relative;
    height: 4px;
}

#wrapper.active #sticky-nav-button span.middle {
    transform: rotate(-45deg);
    top: 0px;
    background: #e51b24;
}

#wrapper.active #sticky-nav-button span.first {
    transform: rotate(45deg);
    top: 8px;
}

#wrapper.active #sticky-nav-button span.last {
    opacity: 0;
}

/* --NAVIGATION STYLES-- */
#main-nav {
    display: none;
}

#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: 450px;
    background: #555;
    padding: 0 0 5% 0;
    right: -110%;
    top: 0;
    display: block;
    overflow: auto;
    z-index: 9999999999;
    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-logo {
    opacity: .5;
    width: 175px;
}

#nav-logo img {
    width: 175px;
    margin-top: 15px;
}

.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: 23px 0 0 0;
    float: right;
}

#close span {
    font-size: 16px;
    padding: 1px 6px;
    display: inline-block;
    margin: -2px 0 0 5px;
    vertical-align: middle;
    border: 1px solid #fff;
    text-transform: lowercase;
    height: 20px;
    line-height: 100%;
}

#close:hover {
    text-decoration: none;
    color: #d1d1d1;
}

#pop-out-nav-wrapper ul {
    position: relative;
    right: 0;
    display: block;
    width: auto;
    padding: 100px 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 #fff;
    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: none;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 700;
    padding: 11px 0;
    position: relative;
    z-index: 50;
}

#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: 12px;
    height: 40px;
    position: absolute;
    right: 20px;
    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 li.current img,
#pop-out-nav-wrapper ul li.currentParent img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#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: 15px;
    color: #e2e2e2;
    text-transform: none;
    padding: 5px 0 5px 25px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

#pop-out-nav-wrapper ul li ul li a:hover,
#pop-out-nav-wrapper ul li ul li a.current {
    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 #e2e2e2;
}

#pop-out-nav-wrapper ul li ul li.subParent img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 10px;
}

.nav-social-wrapper .search-wrapper .button.search-button {
    right: 16px;
}

.nav-social-wrapper #footer-phone a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

/* --CONTENT STYLES-- */
#wrapper {
    position: relative;
    overflow: hidden;
}

#content {
    position: relative;
    padding: 0;
    margin: 0 auto;
}

.content.interior-content {
    margin: 45px auto 0 auto;
}

.content {
    position: relative;
    padding: 0;
    margin: 0 auto;
    min-height: 60px;
}

.content.homepage-content {
    margin: 35px auto 0;
}

.container {
    position: relative;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.container .container {
    padding: 0;
}

.content-spacer {
    margin: 50px 0 0 0;
    height: 0;
    line-height: 0;
}

#breadcrumb {
    margin: 0 0 40px 0;
    background: #d1d1d1;
    padding: 10px 0;
    text-align: center;
}

#breadcrumb p {
    color: #555;
    margin: 0;
    font-weight: 700;
}

#breadcrumb a {
    font-weight: 700;
    color: #12679b;
}

#breadcrumb a:hover {
    color: #004a78;
}

.breadcrumb-current-page {
    color: #555;
    font-weight: 400;
}

.interior-content.breadcrumb {
    margin: 0 auto;
}

.fullWidthContent {
    position: relative;
    padding: 30px 12%;
    margin: 0 0 0 -12%;
    width: 100%;
}

.fullWidthContent .container {
    padding: 0 20px;
}

.lightGrayBg {
    position: relative;
    padding: 50px 0;
    margin: 0 auto;
    background: #f4f4f4;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.darkGrayBg {
    position: relative;
    padding: 40px 20px;
    text-align: center;
    background: #393939;
}

.darkGrayBg h2,
.darkGrayBg h3,
.darkGrayBg h4,
.darkGrayBg p,
.darkGrayBg a {
    color: #fff;
}

.lightBlueBg {
    position: relative;
    padding: 40px 20px;
    text-align: center;
    background: #d0e1eb;
}

.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: 10 !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: 'Open Sans';
}

.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;
}

.lightGray {
    color: #b5b5b5;
}

.darkGray {
    color: #585858;
}

a.darkGray:hover {
    color: #1c3f95;
}

.ctaBar {
    padding: 20px;
    margin: 40px auto;
    color: #fff;
    border: 1px solid #1c3f95;
    border-left: none;
    border-right: none;
}

.ctaBar h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.fontXl {
    font-size: 50px;
}

.smallText {
    font-size: 10px;
}

.roundCorners {
    border-radius: 10px;
}

.displayBlock {
    display: block;
    text-align: center;
}

.button.displayBlock {
    display: block;
}

.lightText {
    font-weight: 300;
}

.quoteBlock {
    padding: 5px 0 5px 20px !important;
    margin: 40px 0 40px 20px !important;
    font-size: 22px !important;
    font-weight: 700;
    font-style: italic;
    border-left: 3px solid #555;
}

.largeCenterImage {
    display: inline-block;
    text-align: right;
    float: right;
    max-width: 564px;
    margin-top: -22px;
}

.custom-bg-content {
    position: relative;
    border: 1px solid #d1d1d1;
    border-left: none;
    border-right: none;
    padding: 50px 0;
}

.custom-bg-content.White,
.custom-bg-content.White h2,
.custom-bg-content.White h3,
.custom-bg-content.White h4,
.custom-bg-content.White p {
    color: #fff;
}

.custom-bg-content.Gray,
.custom-bg-content.Gray p {
    color: #585858;
}

.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;
}

.large-image-content {
    position: relative;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
}

.large-image-content img {
    position: absolute;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    width: auto;
    max-width: none;
    opacity: .17;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.large-image-content-inner {
    padding: 40px 0;
}

#large-repeating-image-link-wrapper {
    position: relative;
    text-align: center;
    margin: 35px auto;
}

#large-repeating-image-link-wrapper a {
    display: block;
    position: relative;
    background: #1c3f95;
    height: 300px;
    overflow: hidden;
}

#large-repeating-image-link-wrapper .largeImage {
    opacity: .2;
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

#large-repeating-image-link-wrapper .largeImage img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#large-repeating-image-link-wrapper .hoverTileContent {
    opacity: 1;
    height: auto;
    padding: 20px 0;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

#large-repeating-image-link-wrapper:hover .largeImage,
#large-repeating-image-link-wrapper:hover .hoverTileContent {
    opacity: .15;
}

#large-repeating-image-link-wrapper:hover a:hover .largeImage,
#large-repeating-image-link-wrapper:hover .hoverTileContent {
    opacity: 1;
}

#large-repeating-image-link-wrapper a h3 {
    font-size: 20px;
    font-weight: 700;
}

#large-repeating-image-link-wrapper a,
#large-repeating-image-link-wrapper a p,
#large-repeating-image-link-wrapper a h3 {
    color: #fff;
    text-align: center !important;
}

.hover-tile-wrapper {
    position: relative;
    width: 100%;
    margin: 25px auto;
    text-align: center;
    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;
    text-align: center;
    color: #fff;
}

.hover-tile-container {
    width: 330px;
    height: 255px;
    overflow: hidden;
    position: relative;
    background: #1c3f95;
    margin: 10px;
}

.hover-tile-container:hover {
    color: #fff;
}

.hover-tile-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .2;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    max-height: none;
    max-width: none;
}

.tileInner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 50;
}

.hover-tile-container:hover img {
    opacity: 0;
}

.hover-tile-container h3 {
    font-size: 19px;
    display: inline-block;
    width: auto;
}

.hover-tile-container p {
    font-size: 13px;
}

.hoverTileContent {
    opacity: 0;
    height: 0;
}

.hoverTileContent h3 {
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
}

.hover-tile-container:hover .hoverTileContent {
    opacity: 1;
    height: auto;
}

.hover-tile-container:hover h3 {
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
}

.hoverTileIcon {
    width: 60px;
    margin: 0 auto;
}

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

.icon-text-item {
    margin-bottom: 25px;
}

.icon-with-link {
    position: relative;
    text-align: center;
    margin: 35px 0 0 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #d1d1d1;
    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-filter: grayscale(100%);
    filter: grayscale(100%);
    -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;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.icon {
    width: 58px;
    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: auto;
    height: auto;
}

.icon-with-link a h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0 0;
    padding: 0 10px;
    text-align: center;
}

.icon-with-link a p {
    margin: 5px 0;
    padding: 0 20px;
}

.disabled {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    cursor: pointer;
    transform: none !important;
    opacity: .6;
}

.regularWeightText {
    font-weight: 400;
}

.regularWeightText a {
    font-weight: 400;
}

.roundBlueBg {
    position: relative;
    display: block;
    float: left;
    clear: left;
    margin: 0 20px 20px 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-align: center !important;
    background: #1c3f95;
    border-radius: 50%;
    padding: 3px;
}

.customBgHeroImage {
    display: none;
}

/* --HOMEPAGE BANNER-- */
#homepage-banner {
    position: relative;
    padding: 80px 0;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: #555555;
}

#homepage-banner h1,
#homepage-banner h2,
#homepage-banner h3 {
    color: #fff;
    font-weight: 700;
    line-height: 100%;
    text-shadow: 0 2px 2px #333;
    margin: 10px auto 20px;
}

#homepage-banner p {
    color: #fff;
    font-size: 18px;
    text-shadow: 0 2px 2px #333;
}

#homepage-banner img {
    display: block;
    min-height: 100%;
    width: 1400px;
    max-width: none;
    min-width: 100%;
    position: absolute;
    top: 0;
    right: -316px;
    z-index: 1;
}

#homepage-banner .button {
    display: inline-block;
    margin: 10px 5px;
}

.homepage-banner-content {
    position: relative;
    z-index: 500;
}

#homepage-banner .homepage-banner-content img {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 35px auto;
}

.homepage-banner-links {
    margin-top: 25px;
}

p#homepage-banner-tagline {
    font-size: 14px;
}

#homepage-banner .homepage-hero {
    display: none;
}

/* --INTERIOR BANNER-- */
#text-only-banner {
    padding: 30px 15px;
    background: #5a5a5a;
    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;
    border-top: 1px solid #1c3f95;
}

#interior-banner {
    position: relative;
    height: 430px;
    width: 100%;
    background: #555;
    overflow: hidden;
    text-align: center;
}

#scroll {
    position: absolute;
    top: 0;
    right: 0;
}

#interior-banner #interior-banner-image {
    position: absolute;
    top: 0;
    right: 0;
}

#interior-banner #interior-banner-image img {
    height: auto;
    width: auto;
    min-height: 100%;
    max-width: none;
    min-width: 100%;
    display: block;
    right: 0;
    position: relative;
    opacity: .4;
}

#interior-banner .banner-content {
    text-align: center;
    position: absolute;
    width: 100%;
    height: auto;
    top: -150%;
    left: 50%;
    -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;
}

body.loaded #interior-banner .banner-content {
    opacity: 1;
    top: 50%;
}

#interior-banner h1,
#interior-banner h2,
#interior-banner h3,
#interior-banner p {
    color: #fff;
    margin: 0;
    text-shadow: 0 2px 2px #333;
}

#interior-banner h1,
#interior-banner h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 105%;
    margin: 0;
}

#interior-banner p {
    font-weight: 400;
    font-size: 16px;
    margin: 20px 0 0 0;
}

.blog-search {
    margin: 20px 0;
}

.blog-search-form {
    display: inline-block;
    position: relative;
}

.blog-search .searchBar {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #b6b6b6;
    outline: none;
    height: 50px;
    width: 300px;
    font-size: 16px;
}

.blog-search-button {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    top: 0;
    right: -1px;
    transition: all .3s;
}

/* --LOCATION MAP BANNER-- */
#interior-banner.map {
    height: 350px;
}

#location-page-map {
    display: block;
    height: 350px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#location-page-map iframe {
    border: none;
    -webkit-backface-visibility: hidden;
    opacity: .35;
    height: 100%;
    width: 100%;
    -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;
    z-index: 500;
}

/* --BANNER CTA-- */
#banner-cta {
    position: relative;
    padding: 15px 0;
    background: #555;
}

#banner-cta p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

.blockText {
    display: block;
    margin-bottom: 15px;
}

.orCall {
    display: none;
}

#banner-cta a {
    color: #fff;
}

#banner-cta .button {
    padding: 12px 20px;
}

/* --TRUST FACTORS-- */
.trust {
    position: relative;
    text-align: center;
}

.trust p {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #919191;
    width: 29%;
    height: auto;
    line-height: 100%;
}

.trust p:nth-last-of-type(2) {
    padding: 1.2%;
    border: 1px dotted #919191;
    border-top: none;
    border-bottom: none;
}

.trust p span {
    font-weight: 700;
    font-size: 24px;
    display: block;
    line-height: 100%;
    margin-bottom: 5px;
}

.trust p span.yellow {
    color: #f38d10;
}

/* --STAR RATINGS-- */
#reviews {
    text-align: center;
    padding: 0 20px;
}

.star-rating {
    font-weight: 700;
    color: #ed6c0e;
}

#reviews a {
    text-decoration: underline;
}

/* --CONTENT BUILDER STYLES-- */
.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;
    width: 100%;
}

#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;
}

#wrapper .Grid-cell img.largeCenterImage {
    margin: 25px 0 !important;
}

#wrapper .u-sm-sizeFull.u-size1of5 {
    min-width: 40%;
    width: 100%;
}

#wrapper .u-sm-sizeFull.u-size1of5 section p {
    margin: 0 0 20px 0;
}

/* --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: 27px;
    color: #555;
    font-weight: 700;
}

#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: 'Open Sans' !important;
    color: #333;
    font-size: 13px;
}

input[type="date"] {
    font-family: 'Open Sans' !important;
    color: #666;
    font-size: 12px;
}

input:placeholder,
input[type="date"]:placeholder {
    font-family: 'Open Sans' !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.png') 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-content {
    margin-bottom: 25px;
}

.form-wrapper {
    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;
    text-align: left;
    font-size: 13px;
}

.form-field input,
.form-field textarea {
    display: block;
    padding: 10px 12px;
    background-color: #fff;
}

span.form-field {
    display: block;
}

.form-field input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    transition: all .5s;
}

.form-field.error input {
    border-color: #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;
    box-shadow: 0 0 5px #212463;
}

.form-field textarea {
    resize: none;
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    border: 1px solid #d0d0d0;
    transition: all .3s;
}

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

.form-field textarea:focus {
    border: 1px solid #555;
    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;
    margin-right: 16px;
}

.form-field.multiCheckbox label {
    display: block;
    width: auto;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    font-size: 13px;
    margin-right: 16px;
}

.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;
}

.field-description {
    margin: 5px 0;
    font-size: 12px;
    text-align: left;
    float: left;
}

#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;
}

.full-width-form.color1bg {
    padding: 40px 0;
    text-align: center;
    background: #555 url('../images/repeating-pattern.png') repeat;
}

.full-width-form.color1bg h2,
.full-width-form.color1bg p {
    color: #fff;
    margin: 0;
    text-align: center;
}

.full-width-form .form-fields-inner-wrapper {
    flex-flow: row wrap;
    margin: 40px 0;
}

.full-width-form .form-wrapper {
    max-width: none;
    margin: 25px auto;
}

.full-width-form .form-field {
    width: 100%;
}

.full-width-form .form-field.comments {
    width: 100%;
}

.full-width-form .captcha-wrapper {
    margin: 0;
}

.full-width-form .captcha-wrapper .form-field {
    margin-bottom: 0;
}

.full-width-form .formSubmitText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.full-width-form .button {
    margin: 0 20px 10px 20px;
}

.full-width-form .button,
.full-width-form .button.whiteGhostButton {
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 400;
}

/* --REPEATING ICON AND LINKS-- */
.repeating-icon-link {
    position: relative;
    text-align: center;
    padding: 20px 20px 10px 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.repeating-icon-link a {
    display: inline-block;
    position: relative;
    width: auto;
    max-width: 25%;
    margin: 10px;
    background: transparent;
    color: #1c3f95;
    filter: grayscale(100%);
}

.repeating-icon-link a img {
    display: block;
    margin: 0 auto;
}

.repeating-icon-link a p {
    font-size: 16px;
    font-weight: 700;
    color: #1c3f95;
}

.repeating-icon-link a:hover {
    filter: grayscale(0);
}

/* --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;
    max-width: 415px;
    width: 50%;
    margin: 10px;
}

.repeating-image-links a img {
    display: block;
    margin: 0 auto;
}

.repeating-image-links a p {
    font-size: 18px;
    font-weight: 700;
    color: #4c4c4c;
}

.repeating-image-links a:hover p {
    color: #12679b;
}

.repeating-image-links a:hover {
    transform: scale(1.1);
}

/* --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%;
}

/* --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;
}

/* --TESTIMONIALS-- */
.testimonial-wrapper {
    position: relative;
}

.testimonial-wrapper p,
.testimonial-wrapper a,
.testimonial-wrapper h2,
.testimonial-wrapper h3 {
}

.homepage-testimonial-text.quote {
    padding-top: 55px;
    background: url('../images/quote.png') no-repeat top center;
}

.homepage-testimonial-text {
    font-family: 'Times New Roman', serif;
    font-size: 24px;
    font-style: italic;
    color: #7d7d7d;
}

.testimonial-content-inner {
    padding: 0 30px;
    position: relative;
    z-index: 50;
}

.testimonial-content-inner img {
    display: block;
    position: relative;
}

.testimonial-content-inner .name {
    font-size: 16px;
    text-align: center;
    font-family: 'Times New Roman', serif;
    font-style: italic;
    color: #7d7d7d;
    padding-bottom: 30px;
    background: url('../images/double-border.png') no-repeat bottom center;
}

.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;
}

.review-stars {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.review-stars img {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-bottom: 5px;
}

.pestroutes-reviews-img {
    margin: 0 auto 30px auto;
}

.testimonial-client {
    margin-top: 20px;
}

.testimonial-client img {
    margin: 0 auto;
}

.testimonial-items-outer-wrapper {
    text-align: center;
}

.testimonial-wrapper {
    padding: 0 10px;
}

.testimonial-item-content {
    position: relative;
    display: none;
    padding: 20px;
    margin: 30px 0 0 0;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    text-align: center;
}

.testimonial-item-content:first-of-type {
    display: block;
}

.testimonial-item-content img {
    display: block;
    margin: 0 auto 10px auto;
}

.testimonial-text {
    position: relative;
}

.testimonial-item-content .quote {
    display: block;
    margin: 0;
    position: absolute;
    top: -18px;
    left: -20px;
}

.testimonial-item-content .quote img {
    display: block;
    margin: 0;
}

.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;
}

.name img {
    display: block;
    margin: 10px auto;
}

.affiliations {
    position: relative;
    text-align: center;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #d1d1d1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.affiliations div {
    display: inline-block;
    width: auto;
    max-width: 43%;
    margin: 10px 20px;
    max-height: 70px;
}

.affiliations div img {
    max-height: 100%;
}

.testimonial-wrapper.interior p,
.testimonial-wrapper.interior a,
.testimonial-wrapper.interior h2,
.testimonial-wrapper.interior h3 {
    color: #4c4c4c;
}

.testimonial-wrapper.interior .testimonial-item-content {
    min-height: 0 !important;
    padding-right: 0;
}

.testimonial-wrapper.interior .affiliations {
    padding: 0;
    border: none;
    margin: 25px auto;
}

.testimonialSubHeading {
    font-size: 18px;
    margin-top: 3px;
}

/* --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: #bc181e;
}

.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 a img {
    border-radius: 50%;
}

/* --REPEATING PEST ID LINKS-- */
.repeating-pest-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-pest-links a {
    display: inline-block;
    width: auto;
    max-width: 320px;
    color: #585858;
    margin: 0 0 15px 0;
}

.repeating-pest-links a h3 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    color: #585858;
}

.repeating-pest-links a:hover h3 {
    color: #1c3f95;
}

.repeating-pest-links a p {
    font-size: 12px;
    color: #fff;
}

.repeating-pest-image {
    position: relative;
    background: #000;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.repeating-pest-image img {
    width: 100%;
    display: block;
}

.repeating-pest-image .repeating-pest-hover img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.repeating-pest-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.repeating-pest-links a:hover img {
    opacity: .3;
    transform: scale(1.3);
}

.repeating-pest-links a:hover .repeating-pest-hover,
.repeating-pest-links a:hover .repeating-pest-hover img {
    opacity: 1;
}

.repeating-pest-links a:hover .repeating-pest-hover img {
    transform: none;
}

.styled-select {
    display: block;
    margin: 0 auto 30px auto;
    background: #f9f9f9 url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
    height: 29px;
    overflow: hidden;
    width: 280px;
    border: 1px solid #d1d1d1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.styled-select:hover {
    background-color: #e0f5ed;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px;
    width: 315px;
}

/* --DEALS STYLES-- */
.special-offers-outer {
    position: relative;
    padding: 50px 0;
    background: #f5f5f5;
    text-align: center;
}

.special-offers-outer .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.special-offer-box {
    padding: 30px;
    position: relative;
    box-shadow: 0 0 10px #555;
    background: #fff;
    display: block;
    width: 95%;
    text-align: center;
    margin: 30px auto;
}

.special-offer-box h3 {
    text-align: center;
    font-size: 30px;
}

.initialQuote {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
}

.initialQuote span {
    text-decoration: line-through;
    color: red;
}

.dealPrice {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 0;
    margin: 20px 0;
    border: 1px solid #d1d1d1;
    border-left: none;
    border-right: none;
}

.dealPrice strong {
    font-size: 50px;
    line-height: 50px;
}

.dealPrice strong sup {
    font-size: 34px;
}

.viewDetails strong {
    display: block;
    margin-top: 10px;
}

.special-offer-box .mostPopular {
    display: none;
}

.special-offer-box:nth-of-type(2) .mostPopular {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: -42px;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.residentialPrograms .button {
    padding: 12px 65px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 40px;
}

.notCovered {
    opacity: .45;
    text-decoration: line-through;
}

.residentialPrograms .special-offer-box:nth-of-type(2) h3 {
    font-size: 36px;
    margin-top: -6px !important;
}

.residentialPrograms .special-offer-box:nth-of-type(2) {
    background-color: #d1d1d1;
    margin-top: 60px;
}

.aboutDeal p {
    font-weight: 700;
}

/* ---BOOK DEALS-- */
.availableSlot {
    background-color: #d1d1d1;
    margin-bottom: 3px;
    cursor: pointer;
}

.availableSlot.selected {
    background-color: #555;
}

.sqftOption {
    cursor: pointer;
    transition: all .3s;
}

.sqftOption:hover {
    background-color: #d1d1d1;
}

.sqftOption.selected {
    background-color: #d1d1d1;
}

.sqftOption {
    boxing-sizing: border-box;
    padding: 15px;
    margin: 4px 2px;
    display: inline-block;
    color: #fff;
    background: #555;
    font-weight: 700;
    font-size: 16px;
}

.bookingPlugIn h2 span,
.bookingPlugIn h3 span {
    display: block;
    margin-bottom: 8px;
}

.bookingPlugIn .whiteBgForm {
    padding: 0;
    margin: 25px auto;
}

.checkoutPricing {
    margin-top: 30px;
}

.checkoutPricing sup {
    font-size: 18px;
}

.checkoutPricing sub {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -8px;
}

.checkoutInitial {
    display: inline-block;
    vertical-align: top;
    max-width: 35%;
}

.checkoutInitial p {
    font-size: 11px;
}

.checkoutInitial p.initial {
    font-size: 30px;
    font-weight: 700;
    margin: 8px 0;
}

.checkoutRecurring {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #d1d1d1;
}

.checkoutRecurring p {
    font-size: 30px;
    font-weight: 700;
    margin: 8px 0;
}

.planDetails {
    margin: 35px 0;
}

.terms {
    margin: 35px 0;
}

.programTerms {
    font-size: 13px;
    font-style: italic;
}

.addressesWrapper {
    margin: 50px auto;
    text-align: center;
}

.addressesWrapper h3,
.addressesWrapper h4 {
    text-align: center;
}

.checkoutAddress {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.calendarWrapper {
    display: inline-block;
    width: 100%;
    border: 1px solid #555;
    margin: 15px 0;
    box-sizing: border-box;
}

.calendar-grid .calendar-date-holder,
.calendar-wrapper {
    width: 100% !important;
}

.calendarWrapper .smallText {
    font-size: 13px;
    margin: 8px;
}

.timeAvailable {
    background: url('../images/time-graphic.png') no-repeat bottom -30px right -30px;
}

.timeAvailable h3,
.timeAvailable h4 {
    color: #fff;
    background: #555;
    padding: 20px;
    margin: 0;
}

.timeInner {
    padding: 10px;
}

.container .speedlyContainer {
    max-width: 765px;
    margin: 0 auto;
}

#wrapper select {
    background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='10' width='6'><path d='M3 0 L0 4 L6 4 Z M3 10 L6 6 L0 6 Z' fill='#3A3A3A' stroke='#OOO' stroke-width='1'/></svg>") no-repeat top 50% right 15px;
    padding: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

/* --COUPONS-- */
.coupon {
    display: block;
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.couponHeading {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 10px;
}

.coupon-inner {
    text-align: center;
    padding: 20px 20px 30px 20px;
    border: 4px dashed #000;
}

.couponDeal {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.couponCompanyName {
    font-size: 15px;
    margin: 5px 0 20px 0;
}

.couponInitial {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.couponInitial span {
    text-decoration: line-through;
    color: red;
}

.couponRecurring {
    margin: 0;
    font-size: 15px;
}

.coupon .button {
    padding: 15px 75px;
}

/* --HOMEPAGE SERVICE BOXES-- */
#homepage-service-boxes {
    margin: 40px 0;
}

.service-boxes-inner-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
}

.service-boxes-inner-wrapper a {
    display: block;
    position: relative;
    margin: 20px auto 50px auto;
}

.service-image-wrapper {
    display: block;
    position: relative;
    background: #555;
    max-width: 435px;
    margin: auto;
}

.service-image-wrapper img {
    display: block;
    position: relative;
}

.image-content {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -5px;
    left: 0;
    text-align: center;
}

.image-content .button {
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.service-boxes-inner-wrapper a:hover .image-content .button {
    height: auto;
    opacity: 1;
    padding: 8px 25px;
    margin: 0 0 25px 0;
}

.service-boxes-content {
    text-align: center;
}

.service-name {
    font-size: 17px;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 10px #000;
}

.button.service-boxes-button {
    background: transparent;
    text-align: center;
    color: #3598e7;
    min-width: 160px;
}

.service-boxes-inner-wrapper a:hover .service-image-wrapper img {
    opacity: .25;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.service-boxes-inner-wrapper a:hover .service-name {
    font-size: 20px;
}

/* --HOMEPAGE SERVICE BOXES-- */
.where-we-service-wrapper {
    display: block;
    position: relative;
    padding: 30px 0;
    text-align: center;
    background: url('../images/house-bg.png') no-repeat 50% 50%;
    background-size: cover;
}

.where-we-service-inner {
    z-index: 100;
}

.where-we-service-wrapper h2 {
    font-size: 28px;
    color: #51efab;
}

.where-we-service-wrapper p {
    font-size: 18px;
    color: #fff;
}

.where-we-service-wrapper .phone a {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    color: #fff;
}

.where-we-service-wrapper .button {
    margin-bottom: 20px;
}

.where-we-service-img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
}

/* --BLOG STYLES-- */
.blog-post-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.blog-post-abstract {
    margin-bottom: 20px;
    display: none;
}

.blog-post-abstract:first-of-type,
.blog-post-abstract:nth-of-type(2) {
    display: block;
}

.abstractImage img {
    display: block;
    width: 100%;
    max-width: 525px;
    margin: 20px auto;
}

.blog-post-abstract h2,
.blog-post-abstract h3 {
    line-height: 100%;
    font-size: 24px;
    font-weight: normal;
}

.blog-post-abstract h2 a,
.blog-post-abstract h3 a {
    font-weight: normal;
}

.blog-post-abstract p {
    line-height: 135%;
}

.pagination {
    margin-bottom: 40px;
}

.pagination a,
.pagination-current {
    margin: 0 2px;
    padding: 25px 15px;
    background: #555;
    color: #fff;
}

.blogImage img {
    display: block;
    position: relative;
    margin: 30px auto;
}

.tags {
    margin-bottom: 40px;
}

.tags span:last-of-type {
    display: none;
}

/* --HOVER TILES AND LINKS-- */
.hover-tile-and-links-wrapper {
    margin: 20px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.hover-tile-link-container {
    display: block;
    position: relative;
    margin: 10px auto;
    height: 390px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.tile-link-inner {
    position: absolute;
    z-index: 500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.hover-link-content,
.hover-link-button {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.hover-tile-bg-image {
    display: block;
    position: relative;
    background: #2f4a5a;
    height: 390px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.hover-tile-bg-image img {
    display: block;
    position: relative;
    opacity: .5;
    height: 390px;
    max-width: none;
    width: auto;
    right: 20%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.hover-tile-icon {
    display: flex;
    position: relative;
    margin: 0 auto 10px auto;
    height: 70px;
    width: 70px;
}

.hover-tile-icon img {
    display: block;
    position: relative;
    margin: auto;
}

.hover-link-heading,
.hover-link-subheading {
    margin: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.hover-link-subheading {
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.hover-tile-link-container:hover .hover-tile-bg-image {
    background: #e8f6ff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.hover-tile-link-container:hover .hover-tile-bg-image img {
    opacity: .1;
}

.hover-tile-link-container:hover .hover-link-heading,
.hover-tile-link-container:hover .hover-link-subheading {
    color: #fff;
}

.hover-tile-link-container:hover .hover-tile-icon {
    height: 0;
    margin: 0 auto;
    opacity: 0;
}

.hover-tile-link-container:hover .hover-link-content {
    opacity: 1;
    height: auto;
    margin: 20px 0;
    color: #fff;
}

.hover-tile-link-container:hover .hover-link-button {
    display: inline-block;
    opacity: 1;
    height: auto;
    padding: 18px 30px;
    margin: auto;
    background: #3d3d3d;
    border: 3px solid #7a7a7a;
    color: #fff;
}

/* --HOMEPAGE TABBED CONTENT-- */
.homepage-tabbed-content {
    display: block;
    position: relative;
    background: #f4f4f4;
    padding: 30px 0 65px 0;
    margin-top: 60px;
}

.homepage-tabbed-content-item {
    min-height: 280px;
}

.homepage-tabbed-content-item img {
    display: block;
    margin: auto;
}

.homepage-tabbed-content-item h2 {
    text-align: left;
}

.homepage-tabbed-content-item p {
    text-align: left;
    font-size: 18px;
}

.homepage-tabbed-content-item a.button {
    background: #3d3d3d;
    border-color: #7a7a7a;
    margin-top: 10px;
}

.homepage-tabbed-content-item a.button:hover {
    background: #fff;
    color: #3d3d3d !important;
}

.cycle-pager {
    display: block;
    position: absolute;
    bottom: -45px;
}

.cycle-pager a {
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    background-color: #fff;
    color: transparent;
    transition: all .3s;
    border: 1px solid #d1d1d1;
}

.cycle-pager a.cycle-pager-active {
    background-color: #3d3d3d;
}

/* --RESIDENTIAL PRICE CHARTS-- */
#price-chart-wrapper {
    position: relative;
    margin: 40px auto;
    text-align: center;
}

.price-chart {
    position: relative;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 5px 5px 0 0;
    margin-bottom: 35px;
}

.price-chart img {
    display: block;
    margin: auto;
    padding: 20px 0;
    max-width: 80%;
}

.price-chart-top {
    background: #e8e8e8;
    color: #fff;
    position: relative;
    padding: 10px 0;
}

.chart-heading {
    font-size: 32px;
    margin: 5px 0 -12px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.chart-heading.ctaColor {
    font-size: 40px;
    margin-bottom: -13px;
}

.price-chart-top p {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    color: #fff;
}

.price-chart-top p span {
    display: inline-block;
    vertical-align: bottom;
    opacity: .7;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 3px;
}

.price-chart-top p span.chart-pricing {
    font-size: 36px;
    font-weight: 900;
    opacity: 1;
    vertical-align: middle;
    line-height: 100%;
    padding: 0;
}

.price-chart-top p span.chart-pricing sub {
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
    font-weight: 400;
    position: relative;
    top: -10px;
}

.price-chart-top p span.chart-pricing sup {
    font-size: 32px;
    position: relative;
    top: 2px;
}

.price-chart-lower-content {
    padding: 10px 20px 30px 20px;
}

.price-chart-lower-content p {
    font-size: 15px;
    margin: 8px 0;
}

.lower-sub-heading {
    margin-bottom: 20px;
}

.plan-coverage-heading {
    text-transform: uppercase;
}

.price-chart .description {
    padding-bottom: 40px;
    margin-bottom: -13px;
}

.price-chart .disclaimer {
    font-size: 11px;
    font-style: italic;
    margin: 15px 0 0 0;
}

.bestDisclaimer {
    display: none;
}

.price-chart:last-of-type .bestDisclaimer {
    display: inline;
}

.most-popular {
    margin: 3px 0 0 0;
    color: #fff;
    padding: 6px;
    font-size: 13px;
}

#price-chart-wrapper .dashed-bottom-border {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 8px;
    display: block;
    margin: 0 auto;
    max-width: 325px;
}

.one-time-service {
    position: relative;
    background: #e1e1e1;
}

.oneTimeLeft {
    position: relative;
    background: #c8c8c9;
    padding: 10px 0;
}

.oneTimeLeft p strong {
    font-size: 22px;
    display: block;
}

.oneTimeLeft p {
    font-size: 18px;
    text-transform: uppercase;
}

.oneTimeCenter p {
    line-height: 100%;
}

.oneTimeCenter span {
    display: block;
    margin-bottom: 10px;
}

.oneTimeRight a {
    color: #5e5e61;
    text-decoration: underline;
}

.oneTimeRight {
    padding: 0 0 20px 0;
}

.oneTimeRight .phone a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: 8px;
}

#footer-logo img {
    max-width: 241px;
    padding-right: 24px;
}

/* --FAQS-- */
.frequently-asked-questions {
    max-width: 1088px;
    margin: 20px auto 40px;
}

.faq-item {
    display: block;
    position: relative;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .16);
    margin: 20px 0;
}

.faq-item .question {
    padding: 13px 50px 13px 25px;
}

.faq-item .question h3 {
    margin: 0 0 20px;
    text-align: left;
    font-weight: 600;
}

.faq-item .faq-plus-sign {
    display: block;
    position: absolute;
    right: 25px;
    top: 19px;
}

.faq-item .faq-plus-sign svg {
    display: block;
    position: relative;
}

.faq-item .answer {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    padding: 0 50px 0 25px;
    margin-top: -20px;
    position: relative;
}

.faq-item .answer img {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 20px auto;
}

.faq-item .faq-plus-sign path {
    transition: all .3s;
}

.faq-item .faq-plus-sign.expanded #vertical {
    opacity: 0;
    transition: all .3s;
}

.faq-item .faq-plus-sign.expanded + .answer {
    max-height: 314px;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
    top: 13px;
}

/* --RESPONSIVE STYLES-- */
@media screen and (min-width: 480px) {
    /* --HEADER STYLES-- */
    .desktopOnly {
        display: inline !important;
    }

    .mobileOnly {
        display: none !important;
    }

    /* --REPEATING PEST ID LINKS-- */
    .repeating-pest-links {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .repeating-pest-links a {
        width: 47%;
        margin: 0 0 25px 0;
        vertical-align: top;
    }

    /* --FORM STYLES-- */
    #form-stub-content {
        margin-bottom: 0;
    }

    #form-stub-cta .button {
        margin: 0;
    }

    /* --Misc STYLES-- */
    ul.tabNav li a {
        font-size: 12px;
        padding-bottom: 4px;
    }

    #large-repeating-image-link-wrapper a {
        height: 280px;
    }

    .repeating-icon-link a {
        margin: 10px 30px;
    }

    /* --HOVER TILES AND LINKS-- */
    .hover-tile-bg-image img {
        height: auto;
        max-height: 390px;
        right: auto;
        min-width: 100%;
    }
}

@media screen and (min-width: 600px) {
    /* --HEADER STYLES-- */
    .desktopOnly {
        display: inline !important;
    }

    .mobileOnly {
        display: none !important;
    }

    /* --HOMEPAGE BANNER-- */
    p#homepage-banner-tagline {
        font-size: 20px;
    }

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

    /* --TRUST FACTORS-- */
    .trust p {
        font-size: 14px;
        width: auto;
    }

    .trust p:nth-last-of-type(2) {
        padding: 0 30px;
        margin: 0 30px;
        border: 2px dotted #919191;
        border-top: none;
        border-bottom: none;
    }

    .trust p span {
        font-size: 28px;
    }

    .trust p span.yellow {
        color: #f38d10;
    }

    /* --FOOTER STYLES-- */
    #top-button {
        background: #1c3f95;
        border-radius: 50%;
        bottom: 10px;
        color: #fff;
        display: block;
        font-size: 55px;
        height: 55px;
        line-height: 65px;
        opacity: 0;
        position: fixed;
        right: 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;
        min-width: 18.5%;
    }

    #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;
    }

    .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;
    }

    /* --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;
    }

    /* --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;
    }

    /* --REPEATING PEST ID LINKS-- */
    .repeating-pest-links a {
        width: 32%;
        margin: 0 0 25px 0;
    }

    /* --HOVER TILES AND LINKS-- */
    .hover-tile-bg-image img {
        max-height: none;
        top: 50%;
        transform: translateY(-50%);
    }

    /* --DEALS-- */
    .special-offer-box {
        width: 45%;
        margin: 20px 2%;
    }

    .special-offer-box:nth-last-of-type(2) {
        margin-top: 0;
    }

    .special-offers-outer.count3 .container {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .special-offers-outer.count3 .special-offer-box {
        width: calc(32% - 40px);
        margin: 20px 0;
        padding: 30px 20px;
    }

    .special-offers-outer {
        padding: 80px 0 50px 0;
    }

    .whiteBgForm .form-field {
        width: 48.5% !important;
    }

    .whiteBgForm .form-field.thirdWidth {
        width: 31% !important;
    }

    .whiteBgForm .form-field.fullWidth {
        width: 100% !important;
    }

    .whiteBgForm .form-field input {
        width: 100% !important;
        box-sizing: border-box;
    }

    .whiteBgForm form .clearfix {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .whiteBgForm form .clearfix::after {
        display: none;
    }

    .checkoutPricing sup {
        font-size: 30px;
    }

    .checkoutPricing sub {
        font-size: 13px;
        top: -11px;
    }

    .checkoutInitial p {
        font-size: 13px;
    }

    .checkoutInitial p.initial {
        font-size: 50px;
    }

    .checkoutRecurring {
        padding-left: 15px;
        margin-left: 15px;
        border-left: 2px solid #d1d1d1;
        margin-top: 2px;
    }

    .checkoutRecurring p {
        font-size: 60px;
        margin: 0;
        padding-top: 6px;
    }

    .checkoutAddress {
        margin: 0;
    }

    .checkoutAddress.serviceAddressReview {
        margin: 0 50px 0 0;
        padding-right: 50px;
        border-right: 2px solid #d1d1d1;
    }

    .chooseDateTimeContainer {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .calendarWrapper {
        width: 60%;
        vertical-align: top;
    }

    .calendarWrapper.timeAvailable {
        width: 35%;
    }

    /* --COUPONS-- */
    .coupon-wrapper .container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .coupon {
        width: 48%;
    }
}

@media screen and (min-width: 768px) {
    body {
        margin-top: 113px;
    }

    #sk-holder #sk-container #sk-wrapper {
        width: 325px !important;
    }

    body.sticky #sticky-nav-button,
    #sticky-nav-button {
        opacity: 0;
        bottom: -100px;
        display: none;
    }

    /* --FONT STYLES-- */
    h1 {
        font-size: 48px;
    }

    h1 .subheading {
        font-size: 44px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    .fontXl {
        font-size: 75px;
    }

    /* --Header STYLES-- */
    #header-logo {
        float: left;
        margin-left: 0;
        max-width: 161px;
    }

    span.header-social-icons {
        display: block;
        float: left;
    }

    span.header-social-icons .header-social-icons-wrapper {
        margin-top: 7px;
    }

    span.header-social-icons .header-social-icons-wrapper a {
        padding-right: 5px;
        opacity: .3;
    }

    span.header-social-icons .header-social-icons-wrapper a:hover {
        opacity: 1;
    }

    #main-nav {
        display: inline-block;
        float: right;
        margin-top: 9px;
    }

    body.sticky #main-nav {
        margin-top: 11px;
    }

    #main-nav ul {
        list-style: none;
        position: relative;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    #main-nav ul li {
        list-style: none;
        display: none;
        font-size: 14px;
        font-weight: 700;
        margin: 0 30px 0 0;
        color: #555;
        font-family: 'Open Sans';
    }

    #main-nav ul li a {
        font-size: 17px;
        font-weight: 700;
        color: #555;
        font-family: 'Open Sans';
        padding-bottom: 30px;
    }

    #main-nav ul li a:hover {
        color: #066bb9;
    }

    #main-nav ul li:first-of-type,
    #main-nav ul li:nth-of-type(2) {
        display: inline-block;
    }

    #header-lower .button {
        margin-top: 0;
        padding: 15px 20px;
    }

    #top-nav {
        display: block;
        margin-top: 6px;
    }

    #top-nav p {
        margin: 0;
        line-height: 100%;
    }

    #top-nav a {
        display: inline-block;
        text-decoration: none;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #555;
        color: #555;
        font-size: 12px;
        font-weight: 700;
    }

    #top-nav a:last-of-type {
        padding: 0;
        margin: 0;
        border: none;
    }

    #main-nav ul li ul {
        display: block;
        left: 0;
        width: 200px;
        height: 0;
        position: absolute;
        opacity: 0;
        top: 30px;
        padding: 0;
        margin: 0;
        background: #003b5d;
        border-top: 3px solid #3b3b3b;
        text-align: left;
        z-index: -1;
        box-shadow: 0px 3px 3px #333;
        border-radius: 0 0 10px 10px;
        transition: all .25s;
    }

    #main-nav ul li ul li a {
        display: block;
        text-transform: none;
        padding: 10px 20px;
        transition: opacity .3s;
    }

    #main-nav ul li:hover ul,
    #main-nav ul li ul:hover {
        opacity: 1;
        z-index: 5555;
        height: auto;
        padding: 10px 0;
    }

    /* --HOMEPAGE BANNER-- */
    #homepage-banner {
        padding: 80px 0;
    }

    h1 subheading {
        font-size: 38px;
    }

    #homepage-banner h1,
    #homepage-banner h2 {
        font-size: 45px;
    }

    #homepage-banner img {
        right: -285px;
    }

    /* --HOMEPAGE BOXES-- */
    .service-boxes-inner-wrapper a {
        display: inline-block;
        max-width: 435px;
        width: 32%;
    }

    .service-boxes-inner-wrapper {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

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

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

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

    /* --BANNER CTA-- */
    #banner-cta {
        background: #1c3f95;
    }

    #banner-cta p {
        font-size: 21px;
        line-height: 100%;
    }

    .blockText {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }

    #banner-cta .button {
        display: inline-block;
        vertical-align: middle;
        margin-left: 25px;
    }

    /* --TRUST FACTORS-- */
    .trust p {
        font-size: 16px;
    }

    .trust p:nth-last-of-type(2) {
        padding: 0 50px;
        margin: 0 50px;
        border: 2px dotted #919191;
        border-top: none;
        border-bottom: none;
    }

    .trust p span {
        font-size: 36px;
    }

    .trust p span.yellow {
        color: #f38d10;
        padding: 0 45px 3px 45px;
        background: url('../images/gold-star.png') top 50% left 0 no-repeat, url('../images/gold-star.png') top 50% right 0 no-repeat;
        max-width: 70px;
        margin: 0 auto;
    }

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

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

    /* --MISC STYLES-- */
    .where-we-service-img {
        opacity: 1;
    }

    #wrapper .columnLeft75.u-sm-sizeFull {
        width: 48% !important;
    }

    #wrapper .columnRight25.u-size1of4.u-sm-sizeFull {
        width: 48% !important;
    }

    #wrapper .columnLeft75 .Grid-cell {
        margin: 0;
    }

    .icon-with-link a {
        max-width: 23%;
    }

    #large-repeating-image-link-wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    #large-repeating-image-link-wrapper a {
        width: 20%;
        height: 435px;
    }

    #large-repeating-image-link-wrapper .largeImage {
        height: 350px;
        width: auto;
        max-width: none;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #large-repeating-image-link-wrapper a span {
        font-size: 22px;
        font-weight: 400;
    }

    .quoteBlock {
        padding: 8px 0 8px 30px !important;
        margin: 50px 0 50px 50px !important;
        font-size: 28px !important;
    }

    .affiliations div {
        margin: 10px 50px;
    }

    .where-we-service-wrapper {
        overflow: hidden;
    }

    /* --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-content-inner {position: relative;}
    		.testimonial-upper-wrapper {position: relative; z-index: 50;}
    		.testimonial-client {position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); width: auto; opacity: .15; z-index: 0;}-- */
    /* --TESTIMONIALS--- */
    .testimonial-wrapper {
        padding: 0 0 0 30px;
    }

    .testimonial-content-wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .testimonial-item-content {
        width: 40%;
    }

    .testimonial-item-content:first-of-type,
    .testimonial-item-content:nth-of-type(2) {
        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: 20px;
        margin-top: 5px;
    }

    .formSubmitText span {
        display: inline-block;
        padding: 0 10px;
        font-size: 14px;
    }

    .formSubmitText span strong {
        font-size: 16px;
        padding-left: 3px;
    }

    .form-logo {
        display: inline-block;
        vertical-align: middle;
        padding-right: 25px;
        margin-right: 20px;
        border-right: 1px solid #b5b5b5;
        max-width: 180px;
    }

    .form-content {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        text-align: left;
    }

    .form-fields-inner-wrapper {
        margin: 30px 0;
    }

    .full-width-form.color1bg h2 {
        text-align: left;
        font-size: 24px;
    }

    .full-width-form.color1bg p {
        text-align: left;
    }

    .full-width-form .formSubmitText {
        flex-direction: row;
    }

    /* --BLOG STYLES-- */
    #related-post-wrapper {
        margin-top: 35px;
    }

    .blog-post-wrapper {
        flex-flow: row wrap;
    }

    .blog-post-abstract {
        flex-basis: 48%;
    }

    .blog-search .searchBar {
        width: 400px;
    }

    .blog-home-post-abstract {
        flex-basis: 48%;
        margin: 10px auto;
    }

    .blog-home-post-abstract h2 {
        font-size: 30px;
    }

    /* --HOVER TILES AND LINKS-- */
    .hover-tile-and-links-wrapper {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .hover-tile-link-container {
        flex-basis: calc(50% - 5px);
        margin: 0 0 10px 0;
    }

    .hover-tile-bg-image img {
        right: 50%;
    }

    .hover-tile-and-links-wrapper.item-count-3 .hover-tile-link-container:nth-of-type(1),
    .hover-tile-and-links-wrapper.item-count-5 .hover-tile-link-container:nth-of-type(1) {
        flex-basis: 100%;
    }

    .hover-tile-and-links-wrapper.item-count-3 .hover-tile-link-container:nth-of-type(1) .hover-tile-bg-image img,
    .hover-tile-and-links-wrapper.item-count-5 .hover-tile-link-container:nth-of-type(1) .hover-tile-bg-image img {
        right: auto;
    }

    /* --RESIDENTIAL PRICE CHARTS-- */
    #price-chart-wrapper.clearfix::after {
        display: none;
    }

    #price-chart-wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .price-chart {
        width: 31.5%;
        margin: 0;
    }

    .price-chart-top h3 {
        font-size: 18px;
        padding: 15px 10px;
    }

    .one-time-service {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .oneTimeLeft {
        width: 33%;
        display: inline-block;
        padding: 15px 0;
        align-self: center;
    }

    .oneTimeCenter {
        width: 33%;
        display: inline-block;
        padding: 8px 0;
        align-self: center;
    }

    .oneTimeCenter p {
        margin: 0;
    }

    .oneTimeRight {
        width: 33%;
        display: inline-block;
        padding: 10px 0;
        align-self: center;
    }

    .plan-calculator-wrapper ul {
        text-align: center;
    }

    .plan-calculator-wrapper ul li {
        width: 29%;
        margin: 15px 1.5%;
        display: inline-block;
        text-align: left;
    }
}

@media screen and (min-width: 940px) {
    /* --HOVER TILES AND LINKS-- */
    .hover-tile-link-container {
        flex-basis: calc(33% - 7px);
        margin: 0 0 20px 0;
    }

    .hover-tile-bg-image img {
        right: 50%;
    }

    .hover-tile-and-links-wrapper.item-count-2 .hover-tile-link-container,
    .hover-tile-and-links-wrapper.item-count-4 .hover-tile-link-container {
        flex-basis: calc(50% - 10px);
    }

    .hover-tile-and-links-wrapper.item-count-2 .hover-tile-bg-image img,
    .hover-tile-and-links-wrapper.item-count-4 .hover-tile-bg-image img {
        right: auto;
    }

    .hover-tile-and-links-wrapper.item-count-3 .hover-tile-link-container:nth-of-type(1) {
        flex-basis: calc(33% - 7px);
    }

    .hover-tile-and-links-wrapper.item-count-3 .hover-tile-link-container:nth-of-type(1) .hover-tile-bg-image img {
        right: 50%;
    }

    .hover-tile-and-links-wrapper.item-count-5 .hover-tile-link-container:nth-of-type(1),
    .hover-tile-and-links-wrapper.item-count-5 .hover-tile-link-container:nth-of-type(2) {
        flex-basis: calc(50% - 10px);
    }

    .hover-tile-and-links-wrapper.item-count-5 .hover-tile-link-container:nth-of-type(1) .hover-tile-bg-image img,
    .hover-tile-and-links-wrapper.item-count-5 .hover-tile-link-container:nth-of-type(2) .hover-tile-bg-image img {
        right: auto;
    }
}

@media screen and (min-width: 1024px) {
    body {
        margin-top: 126px;
    }

    /* --FONT STYLES-- */
    h1 {
        font-size: 48px;
    }

    h1 .subheading {
        font-size: 44px;
    }

    h2 {
        font-size: 40px;
    }

    h4 {
        font-size: 28px;
    }

    /* --HEADER STYLES-- */
    body.sticky #header-logo {
        width: 195px;
        padding-top: 6px;
    }

    body.sticky #main-nav {
        margin-top: 13px;
    }

    body.sticky #header-lower .button {
        margin-top: 0;
        padding: 15px 20px;
    }

    #header-logo {
        width: auto;
        max-width: 216px;
    }

    #main-nav ul li:nth-of-type(3),
    #main-nav ul li:nth-of-type(4) {
        display: inline-block;
    }

    #main-nav {
        margin-top: 20px;
    }

    #header-lower .button {
        padding: 20px;
        font-size: 14px;
    }

    /* --HOMEPAGE BANNER-- */
    #homepage-banner {
        padding: 125px 0;
    }

    #homepage-banner img {
        right: 0;
        max-width: none;
        top: 0px;
    }

    .homepage-banner-content {
        padding-right: 35%;
    }

    #homepage-banner .homepage-hero {
        display: block;
        position: absolute;
        opacity: 1;
        min-height: 0;
        min-width: 0;
        width: 465px;
        height: auto;
        right: 10px;
        bottom: -20px;
        max-width: 60%;
    }

    #homepage-banner .homepage-hero img {
        display: block;
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        width: auto;
        height: auto;
        max-width: 100%;
    }

    /* --FOOTER STYLES-- */
    #footer-logo {
        float: left;
        margin-top: 27px;
    }

    #footer-logo img {
        padding-right: 10px;
    }

    #footer-right {
        float: right;
        text-align: right;
    }

    #footer-cta {
        margin-top: 0;
    }

    .footer-phone {
        margin: 0;
    }

    #footer-address {
        float: left;
        text-align: left;
        margin: 25px 0 0 25px;
    }

    footer .button.search-button {
        right: 1px;
    }

    /* --interior BANNER-- */
    #interior-banner-wrapper {
        margin-bottom: 80px;
    }

    #interior-banner p {
        font-size: 18px;
    }

    /* --HOMEPAGE BOXES-- */
    .service-boxes-inner-wrapper {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .service-boxes-inner-wrapper a {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-self: flex-start;
        margin: 0;
        padding-bottom: 20px;
        width: 32%;
    }

    /* --BANNER CTA-- */
    .orCall {
        display: inline-block;
        vertical-align: middle;
    }

    #banner-cta .button {
        margin-left: 25px;
        margin-right: 15px;
    }

    .cta-small-text {
        font-size: 16px;
        font-weight: 400;
    }

    #banner-cta p {
        width: auto;
        display: inline-block;
    }

    /* --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;
    }

    .custom-bg-content {
        padding: 50px 0;
        background-attachment: fixed !important;
    }

    .large-image-content,
    .large-image-content h2,
    .large-image-content h3 {
        text-align: left;
    }

    .large-image-content-inner .inner-content {
        padding: 0 300px 0 0;
    }

    #large-repeating-image-link-wrapper a {
        height: 565px;
    }

    #large-repeating-image-link-wrapper .largeImage {
        height: 565px;
    }

    #large-repeating-image-link-wrapper a span {
        font-size: 26px;
    }

    #large-repeating-image-link-wrapper a:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.05);
        z-index: 550;
    }

    .affiliations div {
        max-height: none;
        -webkit-align-self: center;
        align-self: center;
    }

    /* --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-wrapper {
        text-align: center;
        max-width: 765px;
        margin: 25px auto 45px auto;
    }

    #form-stub-content {
        padding-right: 30px;
        margin-right: 20px;
    }

    .form-content h2 {
        font-size: 36px;
    }

    .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;
        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;
    }

    .whiteBgForm .form-right {
        border-left: 1px solid #d1d1d1;
    }

    .form-field {
        width: 49.5%;
        margin-right: 0;
        display: inline-block;
        vertical-align: top;
    }

    .form-field.fullWidth {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .form-field.thirdWidth {
        width: 32%;
        margin-right: 0;
    }

    .form-field.twoThirdWidth {
        width: 65%;
    }

    .single-column .form-field {
        width: 80%;
    }

    .form-right .form-field.halfWidth {
        width: 100%;
        margin-right: 0;
    }

    .form-field.fullWidth.best-service-date {
        width: 40% !important;
    }

    .form-field.fullWidth.best-service-date label {
        text-align: center !important;
    }

    .customBgFormWrapper {
        padding: 50px 20px;
    }

    .full-width-form .form-field {
        width: 31%;
    }

    .form-logo {
        max-width: none;
    }

    .full-width-form.color1bg h2 {
        font-size: 30px;
    }

    /* --REPEATING PEST ID LINKS-- */
    .repeating-pest-links a {
        width: 23.5%;
        margin: 0 0 25px 0;
    }

    /* --TESTIMONIALS--- */
    .testimonial-wrapper {
        padding: 0;
    }

    .testimonial-item-content {
        width: 43%;
    }

    /* --BLOG STYLES-- */
    .blog-post-abstract {
        flex-basis: 31%;
        margin-top: 25px;
    }

    .blog-post-abstract:nth-of-type(3) {
        display: inline-block;
    }

    /* --HOVER TILES AND LINKS-- */
    .hover-tile-bg-image img {
        right: 30%;
    }

    .hover-tile-and-links-wrapper.item-count-3 .hover-tile-link-container:nth-of-type(1) .hover-tile-bg-image img {
        right: 30%;
    }

    /* --HOMEPAGE TABBED CONTENT-- */
    .homepage-tabbed-content {
        padding: 60px 0 65px 0;
    }

    .homepage-tabbed-content-item img {
        float: right;
        max-width: 400px;
    }

    .homepage-tabbed-content-item h2 {
        margin-top: 0;
    }

    .homepage-tabbed-content-item p {
        width: 50%;
    }

    /* --RESIDENTIAL PRICE CHARTS-- */
    #price-chart-wrapper {
        margin-top: 65px;
    }

    .price-chart {
        width: 29.5%;
    }

    .price-chart.Better {
        width: 37%;
        margin-top: -42px;
    }

    .price-chart-top p span.chart-pricing {
        font-size: 46px;
    }

    .oneTimeLeft {
        width: 29.5%;
    }

    .oneTimeCenter {
        width: 37.5%;
    }

    .oneTimeRight {
        width: 29.5%;
    }

    .price-calculator {
        position: relative;
        border: 1px solid #d1d1d1;
        border-radius: 5px;
        margin: 90px auto;
    }

    .price-calculator .price-chart {
        width: 33% !important;
        position: absolute;
        left: -1px;
        top: -25px;
        z-index: 50;
    }

    .plan-inner-calculator {
        position: relative;
        padding: 60px 0 60px 37%;
    }

    .bottomChartInfo {
        display: block;
    }

    .chartSentricon {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: -55px;
    }

    .plan-inner-calculator {
        background-position: top 0 right 0 !important;
    }

    /* --DEALS-- */
    .special-offer-box {
        width: 30%;
        margin: 20px 1%;
    }

    .whiteBgForm .form-field {
        width: 48.5% !important;
    }

    .whiteBgForm .form-field.thirdWidth {
        width: 31% !important;
    }

    .whiteBgForm .form-field.fullWidth {
        width: 100% !important;
    }

    .whiteBgForm .form-field input {
        width: 100% !important;
        box-sizing: border-box;
    }

    .whiteBgForm form .clearfix {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .bookingPlugIn .form-field select {
        width: 100%;
        margin-right: 0;
    }

    .calendarWrapper {
        width: 61.5%;
        vertical-align: top;
    }

    .calendarWrapper.timeAvailable {
        width: 35%;
    }

    .calendar-grid .calendar-date-holder {
        height: 225px !important;
    }

    #step3.container {
        max-width: 100%;
    }

    /* --FAQS-- */
    .faq-item .answer img {
        float: right;
        max-width: 400px;
        margin: 20px 0 20px 20px;
    }
}

@media screen and (min-width: 1300px) {
    #homepage-banner .homepage-hero {
        width: 510px;
        bottom: -25px;
        right: 100px;
    }

    /* --HOVER TILES AND LINKS-- */
    .hover-tile-bg-image img {
        right: 15%;
    }

    .hover-tile-and-links-wrapper.item-count-3 .hover-tile-link-container:nth-of-type(1) .hover-tile-bg-image img {
        right: 15%;
    }
}

@media screen and (min-width: 1450px) {
    #homepage-banner .homepage-hero {
        right: 150px;
    }
}

@media screen and (min-width: 1600px) {
    /* --MISC-- */
    .where-we-service-wrapper.ctaBg .container {
        max-width: 940px;
    }

    .where-we-service-img {
        right: 100px;
    }

    .interiorContentImage {
        margin: 5px 0 30px 60px;
    }

    .container {
        max-width: 1320px;
    }

    .price-chart {
        padding: 0 20px;
    }

    .price-chart img {
        max-width: 100%;
    }

    .price-chart-top p span.chart-pricing {
        font-size: 56px;
    }

    /* --Header-- */
    #main-nav ul li {
        display: inline-block;
        margin-right: 50px;
    }

    /* --HOMEPAGE BANNER-- */
    #homepage-banner {
        padding: 125px 0;
    }

    #homepage-banner .button {
        margin: 10px;
    }

    .homepage-banner-content {
        position: relative;
        z-index: 500;
    }

    .homepage-banner-links {
        margin: 35px 0 25px 0;
    }

    #homepage-banner .homepage-hero {
        right: 150px;
        width: 650px;
        bottom: -40px;
    }

    /* --BANNER STYLES-- */
    #text-only-banner {
        padding: 40px 15px;
    }

    /* --TRUST FACTORS-- */
    .trust p {
        font-size: 19px;
        margin: 30px 0;
    }

    .trust p:nth-last-of-type(2) {
        padding: 0 80px;
        margin: 0 80px;
    }

    .trust p span {
        font-size: 40px;
        margin-bottom: 10px;
    }

    /* --FOOTER-- */
    .footer-slogan {
        display: inline-block;
        font-size: 20px;
        margin-top: 45px;
    }

    /* --MISC STYLES-- */
    .container.where-we-service-inner {
        padding: 0 250px 0 0;
    }

    #wrapper .u-sm-sizeFull.u-size1of2 {
        width: 48% !important;
    }

    .large-image-content {
        margin: 20px 0;
        padding: 0;
    }

    .large-image-content-inner {
        position: static;
    }

    .large-image-content img {
        left: 0;
        transform: none;
        min-width: 0;
        min-height: 0;
        max-width: 58%;
        height: auto;
        width: auto;
        opacity: 1;
    }

    .large-image-content-inner .inner-content {
        padding: 30px 0 30px 63%;
    }

    .large-image-content.contentAlignRight img {
        left: auto;
        right: 0;
    }

    .large-image-content.contentAlignRight .large-image-content-inner .inner-content {
        padding: 30px 63% 30px 0;
    }

    #large-repeating-image-link-wrapper {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    #large-repeating-image-link-wrapper a {
        height: 625px;
        width: 19.5%;
    }

    #large-repeating-image-link-wrapper .hoverTileContent {
        width: 250px;
    }

    .customBgContentWithHero {
        position: relative;
        padding-left: 50%;
        min-height: 350px;
    }

    .customBgHeroImage {
        display: block;
        position: absolute;
        width: auto;
        left: 100px;
        bottom: -90px;
    }

    /* --FORM STYLES-- */
    .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-field {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .form-right {
        width: 35%;
    }

    .form-field.thirdWidth {
        width: 32.85%;
    }

    .form-field.twoThirdWidth {
        width: 66.5%;
    }

    .whiteBgForm {
        padding: 0;
    }

    .whiteBgForm .form-right {
        width: 36%;
    }

    .full-width-form .captcha-wrapper {
        padding-right: 104px;
    }

    .full-width-form.color1bg h2 {
        font-size: 36px;
    }

    /* --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%;
    }

    /* --REPEATING PEST ID LINKS-- */
    .repeating-pest-links a {
        width: 18.7%;
    }

    /* --TESTIMONIALS-- */
    .testimonial-content-inner {
        padding-left: 50%;
        margin-top: 50px;
    }

    .testimonial-client {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: none;
        opacity: 1;
        z-index: 1;
    }

    .pestroutes-reviews-img {
        margin-bottom: 0;
    }

    .testimonial-content-inner .name {
        padding-bottom: 20px;
    }

    .testimonial-upper-wrapper {
        padding-bottom: 30px;
    }

    .homepage-testimonial-text {
        text-align: center;
    }

    /* --TESTIMONIALS--- */
    .testimonial-item-content {
        width: 28%;
        display: inline-block;
        margin-top: 45px;
    }

    /* --BLOG STYLES-- */
    .blog-post-abstract {
        flex-basis: 23%;
        margin-top: 35px;
        display: inline-block;
    }

    .blog-home-post-abstract {
        flex-basis: 31%;
    }

    /* --HOMEPAGE TABBED CONTENT-- */
    .homepage-tabbed-content {
        padding: 70px 0 90px 0;
    }

    .homepage-tabbed-content-item img {
        float: right;
        max-width: 100%;
    }

    .homepage-tabbed-content-item p {
        width: 60%;
    }

    .cycle-pager {
        bottom: -60px;
    }

    /* --FAQS-- */
    .faq-item .answer img {
        max-width: 500px;
    }
}

@media screen and (min-width: 1820px) {
    #scroll {
        width: 100%;
    }

    #interior-banner #interior-banner-image {
        width: 100%;
    }

    #homepage-banner .homepage-hero {
        right: 225px;
    }

    .large-image-content-inner .inner-content {
        padding: 30px 0 30px 55%;
    }

    .large-image-content.contentAlignRight .large-image-content-inner .inner-content {
        padding: 30px 55% 30px 0;
    }
}

@media screen and (min-width: 1921px) {
    /* --HOVER TILES AND LINKS-- */
    .hover-tile-bg-image img,
    .hover-tile-and-links-wrapper.item-count-3 .hover-tile-link-container:nth-of-type(1) .hover-tile-bg-image img,
    .hover-tile-and-links-wrapper.item-count-5 .hover-tile-link-container:nth-of-type(1) .hover-tile-bg-image img {
        right: auto;
        width: 100%;
    }
}

/* ---END--- */

