/*!
Theme Name: WildlifeControl
Theme URI: https://summitwildlifecontrol.com
Author: Mike Dailey
Author URI: https://summitwildlifecontrol.com
Description: Wildlife Control custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _wildlifecontrol
*/

/*--------------------------------------------------------------
# Normalze
--------------------------------------------------------------*/

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
  --site_width: 1100px;
  --header_height: 6em;
  
  --logo_height: 9.375em;
  
  --palette_dark: #2f5d62;
  --palette_med: #5e8b7e;
  --palette_lgt: #a7c4bc;
  --palette_bkgd: #dfeeea;
  
  --light_bkgd: #fafafa;
  --secondary_bkgd: #fafafa;
  
  --secondary_color: #a7c4bc;
  --tertiary_color: #e4eae2;
  --tertiary_hover_color: #d7e0d4;
  
  --cta_primary_color: #5ca08e;
  --cta_hilight_color: #ead61c;
  
  --dark_primary_color: #3e3e3e;
  --dark_secondary_color: #797979;  
  
  --btn_primary_color: #336b9d;
  --btn_secondary_color: #ead61c;
  
  --cta_btn_primary: #2a6486;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/   
html { }

body { margin: 0; font-size: 16px; font-family: 'Open Sans','PT Sans','Arial'; }

p { margin: 0.938em 0 0 0; padding: 0; line-height: 1.5; color: #222; }
p.indent { margin-left: 10%; margin-right: 10%; }

a { text-decoration: none; color: #5d9668; }
a:visited { color: #5d9668; }

li { margin: 0.938em 0 0 0; padding: 0; line-height: 1.5; color: #222; list-style: square; }

h2, h3 { margin: 0; line-height: 1.5; color: #222; }

nav ul { list-style: none; margin: 0; padding: 0; line-height: 1.5; }

span.upper { text-transform: uppercase; }
span.nowrap { display: inline-block; }

.wp-block-image { margin: 25px 0; }
.wp-block-image img { border: #222 1px solid; }
.wp-block-image figcaption { font-size: 0.85em; color: #222; text-align: center; }

/*--------------------------------------------------------------
# Layout Elements
--------------------------------------------------------------*/

.show-mobile { display: none; }
.hide-mobile { display: flex; }

.flex-container-full { display: flex; flex-flow: column nowrap; justify-content: center;
    width: 100%; margin: 0px auto; box-sizing: border-box; }
.flex-container { display: flex; flex-flow: column nowrap; justify-content: center;
    width: 100%; max-width: var(--site_width); margin: 0px auto; box-sizing: border-box; }
.flex-container-row { display: flex; flex-flow: row nowrap; justify-content: center;
    width: 100%; max-width: var(--site_width); margin: 0px auto; box-sizing: border-box; }

.flex-child-full { flex: 0 1 100%; margin: 1% 0 1% 0; box-sizing: border-box; }
.flex-child-onehalf { flex: 0 1 49.2%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-onethird { flex: 0 1 32.26%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-twothird { flex: 0 1 66.13%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-onefourth { flex: 0 1 23.8%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-threefourth { flex: 0 1 74.6%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-onefifth { flex: 0 1 18.72%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-twofifth { flex: 0 1 39.04%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-threefifth { flex: 0 1 59.36%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }
.flex-child-fourfifth { flex: 0 1 79.68%; margin: 1% 0 1% 1.6%; box-sizing: border-box; }

.flex-center { justify-content: center; text-align: center; }
.flex-right { display: flex; justify-content: flex-end; }


/*--------------------------------------------------------------
# Custom Theme Elements
--------------------------------------------------------------*/

#wrapper { display: flex; flex-flow: column nowrap; justify-content: center;
    width: 100%; margin: 0px auto;  }

#header { position: fixed; z-index: 1000; top: 0; display: flex; flex-flow: column nowrap; align-items: stretch;
    width: 100%; max-height: var(--header_height);
    box-sizing: border-box; background-color: #fff; box-shadow: 0 2px 6px #333; }
#header.flex-child-full { margin: 0; }

#header-top { display: flex; flex-flow: row nowrap; justify-content: flex-start;
    width: 100%; margin: 0px auto; padding: 0.35em 0;
    color: #fff; background-color: var(--palette_dark); }
#header-top-content { display: flex; flex-flow: row nowrap; justify-content: flex-end;
    width: 100%; max-width: var(--site_width); margin: 0px auto;
    font-size: 0.9em; }

#mobile-toggle { display: flex; flex-flow: column nowrap;
    margin: 0; text-align: right; line-height: 1.6; box-sizing: border-box; }
#mobile-toggle a { padding: 0 1.0em; font-size: 1.0em; color: #fff; text-transform: capitalize; opacity: 0.8; }
#mobile-toggle a:hover { opacity: 1.0; }
#mobile-toggle a span { text-align: center; }
#mobile-toggle span::before { content: '\2630'; }

#mobile-navigation { max-height: 15em; display: none; flex-flow: column nowrap; margin: 0; overflow-y: auto; }
#mobile-menu { display: flex; flex-flow: column nowrap; }
#mobile-menu ul { margin: 0 2.5em 1.5em 2.5em; padding: 0; }
#mobile-menu li { list-style: none; }
#mobile-menu li a { font-size: 1.0em; color: #fff; text-transform: capitalize; opacity: 0.75; }
#mobile-menu li a:hover { opacity: 1.0; }
#mobile-menu ul.sub-menu { margin: 0 1.5em; }
#mobile-menu ul.sub-menu li a { font-size: 0.9em; }

#top-navigation { display: flex; flex-flow: row nowrap; }
#top-navigation ul { display: flex; flex-flow: row nowrap;
    margin: 0; padding: 0; }
#top-navigation li { margin: 0; list-style: none; }
#top-navigation li a { padding: 0 1.0em; font-size: 0.9em; color: #fff; text-transform: capitalize; opacity: 0.75; }
#top-navigation li a:hover { opacity: 1.0; }

#header-content { position: relative; z-index: 55; display: flex; flex-flow: row nowrap; justify-content: flex-start;
    width: 100%; max-width: var(--site_width); margin: 0px auto; box-sizing: border-box; }

#header-logo { position: relative; z-index: 100; display: flex; align-items: flex-start;
    padding: 0.25em 0.25em 0 0.25em; }
#header-logo a { display: block; }
#header-logo img { height: 150px; max-width: 150px; }
.logo-scroll { height: 125px !important; transition: all 0.25s; }

#header-navigation { position: relative; display: flex; flex-flow: row nowrap; justify-content: flex-end;
    width: 100%; height: 4em; padding: 0 0.5em 0 0; }
#header-navigation div.menu-main-navigation-container { display: flex; align-items: center; 
    margin: 0; }
#header-navigation ul { position: relative; display: flex; flex-flow: row nowrap;
    margin: 0; padding: 0; }
#header-navigation li { margin: 0; list-style: none; }
#header-navigation li a { padding: 3px 10px; font-size: 1em; color: #222; text-transform: capitalize; opacity: 0.65; }
#header-navigation li a:hover { opacity: 1.0; }

#header-navigation ul.sub-menu { position: absolute; z-index: 250; display: flex; flex-flow: column wrap;
    min-width: 12em; margin: 0.25em 0 0 1em; padding: 0; 
    box-sizing: border-box; 
    visibility: hidden; opacity: 0; filter: alpha(opacity=0); -webkit-transition: 200ms ease; -moz-transition: 200ms ease; -o-transition: 200ms ease; transition: 200ms ease; }
#header-navigation ul.sub-menu li { width: 100%; padding: 0 0.25em; box-sizing: border-box; background-color: var(--tertiary_color); }
#header-navigation ul.sub-menu li:hover { background-color: var(--tertiary_hover_color); }
#header-navigation ul.sub-menu li a { display: block; padding: 0.4em 0.15em; font-size: 0.8em; opacity: 1.0; border-bottom: #ccc 1px solid; }
#header-navigation ul.sub-menu li:last-of-type a { border-bottom: 0; }
#header-navigation li:hover ul.sub-menu { visibility: visible; opacity: 1.0; filter: alpha(opacity=100); }

#header-navigation #static-menu { display: flex; align-items: center; }
#static-menu .sub-menu {  right: 16em; max-height: 350px; }
#static-menu .sub-menu li { max-width: 8em; }

#content { margin-top: var(--header_height); padding: 0; }

#page-banner { position: relative; display: flex; flex-flow: column nowrap; justify-content: center;
    height: 15em; margin: 0 0 1.5em 0; background-color: var(--secondary_bkgd); }
#page-banner #page-bkgd { position: absolute; top: 0; left: 0; z-index: 50; height: 100%; width: 100%; 
    background-size: cover; background-position: center center; background-repeat: no-repeat; }
#page-banner .page-header { position: relative; z-index: 100; display: flex; flex-flow: column nowrap; justify-content: center;
    margin-top: 3em; box-sizing: border-box; }
#page-banner .page-header .page-breadcrumb { font-size: 0.9em; color: #fff; }
#page-banner .page-header .page-breadcrumb a { font-weight: 500; color: #fff; opacity: 0.75; }
#page-banner .page-header .page-breadcrumb a:hover { opacity: 1.0; }
#page-banner .page-header h1 { margin: 0.25em 0; padding: 0; color: #fff; }

#page-content { }
#page-content h2, #page-content h3 { margin-top: 1.25em; }

#page-sidebar { }

.sidebar-widget { }

#sidebar-trust { margin: 0 auto 1.5em auto; text-align: center; }
#sidebar-trust h3 { margin: 0.25em 0; }
#sidebar-trust-icons img { height: auto; max-width: 7em; padding: 0.5em 0.5em; vertical-align: middle; }

#service-title { padding: 25px 0 0 0; text-align: center; 
    background-color: var(--secondary_bkgd); }
#service-title h1 { margin: 0; padding: 0; }

#service-information { display: flex; flex-flow: row nowrap; flex: 0 1 100%; justify-content: center;
    margin: 0; padding: 1.0em 0; background-color: var(--secondary_bkgd); }
#service-information div.cta-bold { margin: 0; padding-bottom: 3px; font-size: 1.5em; font-weight: 600; }

#service-cta { display: flex; flex-flow: column nowrap; }
#service-cta p { margin-bottom: 5px; font-size: 18px; font-weight: 600; }
#service-cta img { max-width: 200px; }

#service-trust { display: flex; flex-flow: column nowrap; }
#service-trust h3 { font-size: 1.5em; font-weight: 600; }
#service-trust #trust-icons { padding-top: 10px; }
#service-trust #trust-icons img { max-width: 120px; padding: 0 10px; vertical-align: middle; }

#common-wildlife { display: flex; flex-flow: column nowrap; margin: 1.5em 0; }
#common-wildlife h2 { display: inline-block; padding-left: 0.3em; }
#common-wildlife .hilight-overlay { position: absolute; z-index: 50; left: 0; top: 0; 
    width: 100%; height: 100%; background-color: var(--palette_med); 
    background-image: linear-gradient(var(--palette_med), white); opacity: 0.15; }
#common-wildlife .wildlife-hilight { position: relative; padding: 5px; border: #efefef 1px solid; box-sizing: border-box; }
#common-wildlife .wildlife-hilight h3 { position: relative; z-index: 100; }
#common-wildlife .wildlife-hilight img { position: relative; z-index: 100; width: 11.5em; }

#service-benefits { display: flex; flex-flow: column nowrap; margin: 1.5em 0; }
#service-benefits h2 { display: inline-block; padding-left: 0.3em; }

#service-benefits div.benefit { display: flex; flex-flow: row wrap; 
    padding: 0; text-align: left; }
#service-benefits div.benefit:before { padding-right: 0.25em;
    font-family: "Material Icons"; font-size: 1.8em; color: var(--palette_med); content: "\e834"; box-sizing: border-box; }
#service-benefits div.benefit span { padding: 0; font-size: 1.2em; font-weight: 600; line-height: 1.6em; }
#service-benefits div.benefit p { margin: 0; padding: 0; font-size: 1.0em; }

#latest-media-header { margin-top: 1.5em; }
#latest-media { overflow: hidden; display: flex; flex-flow: row nowrap; justify-content: center;
    margin: 0; padding: 0; box-sizing: border-box; }
#latest-media h2 { margin: 0 0 0.5em 0; font-size: 1.5em; }

#previous-media { overflow: hidden; display: flex; flex-flow: row nowrap; justify-content: center;
    margin: 0 0 1.5em 0; padding: 0; box-sizing: border-box; }
#previous-media h2 { margin: 0; font-size: 1.5em; }

.article-blog { width: 100%; box-sizing: border-box; border: #ebeaea 1px solid; }
.article-blog .article-image img { width: 100%; height: auto; }
.article-blog .article-meta { padding: 0 1.0em; }
.article-blog .article-meta h2 { margin: 0 !important; font-size: 1.2em; }
.article-blog .article-meta h2 a { }
.article-blog .article-meta span { font-size: 0.75em; }
.article-blog .article-meta p { font-size: 1.0em; }

#latest-video { width: 100%; }
#latest-video .fourthree { width: 100% !important; margin: 0 !important; }
#latest-video .fourthree .lyte { padding-bottom: 56%; }

#service-area-list { margin-top: 1.5em; text-align: center; }
#service-area-list h3 { margin: 1.5em 0 0.5em 0; }
#service-area-list ul { margin: 0; padding: 0; list-style: square; }
#service-area-list ul li { display: inline; margin-right: 15px; }

#footer { }
#footer.flex-child-full { margin: 0; }

#footer-content { width: 100%; margin: 0px auto; margin-top: 1.5em;
    background-color: var(--palette_med); box-sizing: border-box; }
     
#footer-tagline { position: relative; display: flex; align-items: center;
    width: 100%; max-width: var(--site_width); margin: 0 auto; padding: 1.000em 0; 
    background-color: var(--palette_med); box-sizing: border-box; }

#tagline-image img { position: absolute; z-index: 50; bottom: -10px; left: 0; width: 275px; }

#tagline-message { position: relative; z-index: 100; display: flex; flex-flow: column nowrap;
    text-align: center;  }
#tagline-message p { margin: 0; padding: 0; font-size: 16px; font-style: italic; color: #fff; }
#tagline-message strong { margin: 0; padding: 0; font-size: 36px; font-weight: 800; color: #fff; }

#tagline-contact { position: relative; z-index: 100; text-align: center; }
#tagline-contact p { margin: 0; padding: 0; font-size: 20px; font-weight: 500; text-transform: uppercase; color: #fff; }
#tagline-contact a { margin: 0; padding: 0; font-size: 28px; color: var(--cta_hilight_color); }
#tagline-contact a strong { font-weight: 600; }

#footer-widgets { display: flex; flex-flow: row nowrap; justify-content: center;
    padding: 1em 0; background-color: var(--dark_primary_color); }
#footer-widgets div.flex-child-onethird { flex: 0 1 28%; }

#footer-widgets .footer-boxed { padding: 1em; text-align: center; box-sizing: border-box; 
     border-radius: 12px; background-color: #4b4b4b; }
#footer-widgets .footer-nobox { padding: 1em; text-align: center; box-sizing: border-box; }
#footer-widgets .footer-boxed h3.heading, #footer-widgets .footer-nobox h3.heading { margin-bottom: 1em; color: #fff; }

#footer-service-area { }
#footer-service-area img { margin: 10px 0; }
#footer-service-area ul { margin: 0; padding: 0; list-style: square; }
#footer-service-area ul li { display: inline; margin-right: 15px; font-size: 14px; color: #ccc; }

#footer-serviceinfo { text-align: center; }
#footer-serviceinfo div.cta-bold { margin: 0; padding: 3px 0; font-size: 16px; font-weight: 600; color: #fff; }
#footer-serviceinfo div.cta-phone { padding: 10px 0 0 0; font-size: 24px; }
#footer-serviceinfo p { margin-bottom: 5px; font-size: 15px; color: #fff; }
#footer-serviceinfo img { max-width: 175px; }

#footer-note { margin-top: 25px; font-size: 1em; line-height: 1.35; color: #fff; text-align: justify; }

#footer-social-icons { }

#footer-trust-icons { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; margin-top: 2.5em; }
#footer-trust-icons div { flex: 0 1 auto; margin: 0 10px; }
#footer-trust-icons div:first-of-type { margin: 0 50% 25px 50%; }

#footer-legal { display: flex; flex-flow: row nowrap; justify-content: center;
    padding: 0.5em 0; font-size: 0.75em; color: #ccc; background-color: var(--dark_primary_color); }
#footer-legal a { color: #ccc; }
#footer-legal div { margin-right: 1.000em; padding: 0.25em 0; text-align: center; }

#footer-scroll-top { display: none; position: fixed; z-index: 1000; bottom: 30px; right: 0; width: 1.25em; 
    text-align: center; font-size: 1.875em; color: #fff; line-height: 35px; text-decoration: none; background-color: var(--dark_secondary_color); cursor: pointer; 
    border-radius: 10px 0 0 10px; }
#footer-scroll-top:hover { background-color: #005f85; }

.footer-cta { position: relative; display: inline-block; height: 60px; margin: 5px 0; padding: 10px 20px 5px 40px;
    background-color: var(--btn_primary_color); box-sizing: border-box; }
.footer-cta .arrow { position: absolute; top: 0; left: 0; width: 0; height: 0; 
    border-top: 30px solid transparent; border-bottom: 30px solid transparent; border-left: 30px solid var(--btn_secondary_color); }
.footer-cta span { display: block; font-size: 14px; font-weight: 600; text-align: left; color: #fff; }
.footer-cta span.cta-link { }
.footer-cta span.cta-link a { font-size: 20px !important; line-height: 1.2; color: #fff; cursor: pointer; 
    text-transform: uppercase; white-space: nowrap; }

.service-trust { display: flex; flex-flow: column nowrap; }
.service-trust .cta-bold { padding: 3px 0; font-size: 1.5em; font-weight: 600; }

.cta-button { position: relative; display: flex; align-self: center;
    max-width: 15em; height: auto; margin: 5px 0; padding: 5px 20px 5px 40px;
    background-color: var(--btn_primary_color); box-sizing: border-box; }
.cta-button .arrow { position: absolute; top: 0; left: 0; width: 0; height: 0; 
    border-top: 30px solid transparent; border-bottom: 30px solid transparent; border-left: 30px solid var(--btn_secondary_color); }
.cta-button span { display: block; font-size: 1.000em; font-weight: 600; text-align: left; color: #fff; }
.cta-button span.cta-link { }
.cta-button span.cta-link a { font-size: 1.6em !important; color: #fff; line-height: 1.2; cursor: pointer; 
    text-transform: uppercase; white-space: nowrap; }

.post_medium { overflow: hidden; clear: both; margin: 25px 25px 25px 0; padding: 0; }
.post_medium:first-of-type { margin: 10px 25px 25px 0; }
.post_medium:last-of-type { margin: 0 25px 0 0; }
.post_excerpt p { font-size: 16px; }
.post_title a { margin: 0; padding: 0 0 5px 0; font-size: 22px; font-weight: 800; color: #4174c5; }
.post_title a span.material-icons { font-size: 16px !important; }
.post_meta { padding: 10px 0 5px 0; font-size: 12px; color: #95999e; }
.post_thumbnail_medium { float: left; margin-right: 25px; }
.post_thumbnail_medium img { width: 100%; height: auto; margin: 0 !important; border: #3e474c 1px solid; }


/*--------------------------------------------------------------
# Landing Page Theme Elements
--------------------------------------------------------------*/

#home-page-banner { overflow: hidden; position: relative; display: flex; flex-flow: column nowrap; justify-content: flex-start;
    height: auto; background-color: var(--secondary_bkgd); box-shadow: 0 3px 3px -3px #222; border-top: #222 1px solid; }
#home-page-banner div[class^='flex-child'] { margin-top: 0; margin-bottom: 0; }
#home-page-banner #page-bkgd { position: absolute; top: 0; left: 0; z-index: 50; height: 100%; width: 100%; 
    background-size: cover; background-position: center center; background-repeat: no-repeat; }


/*--------------------------------------------------------------
# Landing Page Theme Elements
--------------------------------------------------------------*/

#landing-top-content { position: relative; display: flex; flex-flow: row nowrap; justify-content: flex-end;
    width: 100%; max-width: var(--site_width); margin: 0px auto; padding: 0; }

#landing-header-logo { position: absolute; z-index: 100; left: 0; display: flex; align-items: flex-start;
    width: 100%; padding: 0.25em 0.25em 0 0.25em; }
#landing-header-logo a { display: block; }
#landing-header-logo img { height: 180px; }

#landing-header-contact { position: relative; display: inline-flex; flex-flow: column nowrap; }
#landing-header-callinfo { padding: 5px 0; font-size: 1.0em; font-weight: 600; color: #fff; text-transform: uppercase; }
#landing-header-phone { padding: 0; font-size: 2.0em; font-weight: 600; color: #fff; text-transform: uppercase; }
#landing-header-phone a { color: var(--cta_hilight_color); }

#landing-page-title { margin: 25px 0; }
#landing-page-title .text-hilight { font-size: 1.8em; font-weight: 600; color: var(--cta_hilight_color);
    text-transform: uppercase; text-shadow: 1px 1px 3px rgba(32, 32, 32, 0.9); }
#landing-page-title h1 { margin: 0; padding: 0; font-size: 2.5em; font-weight: 600; color: #222; 
    text-transform: uppercase; text-shadow: 1px 1px 3px rgba(32, 32, 32, 0.9); }
#landing-page-title h1 span { font-size: 0.75em; color: var(--cta_hilight_color); }
#landing-page-title h1 span a { color: var(--cta_hilight_color); }

#landing-mobile-title { position: relative; z-index: 100; display: none; flex-flow: column nowrap; justify-content: center;
    padding: 0 0 20px 0; text-align: center; }
#landing-mobile-title .text-hilight { font-size: 1.0em; font-weight: 600; color: var(--cta_hilight_color);
    text-transform: uppercase; text-shadow: 1px 1px 3px rgba(32, 32, 32, 0.35); }
#landing-mobile-title .text-hilight a { color: var(--cta_hilight_color); }
#landing-mobile-title .mobile-title { margin: 0; padding: 0; font-size: 1.75em; font-weight: 600; color: #fff; 
    text-transform: uppercase; text-shadow: 1px 1px 3px rgba(32, 32, 32, 0.35); }

#landing-page-banner { overflow: hidden; position: relative; display: flex; flex-flow: column nowrap; justify-content: flex-start;
    height: auto; background-color: var(--secondary_bkgd); box-shadow: 0 3px 3px -3px #222; border-top: #222 1px solid; }
#landing-page-banner div[class^='flex-child'] { margin-top: 0; margin-bottom: 0; }
#landing-page-banner #page-bkgd { position: absolute; top: 0; left: 0; z-index: 50; height: 100%; width: 100%; 
    background-size: cover; background-position: center center; background-repeat: no-repeat; }

#landing-banner-footer { background-color: #efefef; }
#landing-banner-footer .flex-child-full { margin: 0; }
#landing-banner-icons { display: flex; flex-flow: row nowrap; justify-content: space-between;
    width: 100%; padding: 1.0em 2.0em; box-sizing: border-box; }

#landing-cta-container { position: relative; }
#landing-header-cta { position: relative; z-index: 150; display: flex; flex-flow: column nowrap; justify-content: center;
    width: 90%; height: 100%; padding: 1.5em 0.75em;
    background-color: var(--palette_med); box-shadow: 1px 1px 10px rgba(34, 34, 34, 0.75); }

#landing-cta-serviceinfo { text-align: center; }
#landing-cta-serviceinfo div.cta-bold { margin: 0; font-size: 1.5em; font-weight: 600; color: #fff;
    text-shadow: 1px 1px 3px rgba(32, 32, 32, 0.35); }
#landing-cta-serviceinfo div.padtop { padding-top: 12px; }
#landing-cta-serviceinfo p { margin-bottom: 5px; font-size: 1.2em; color: #fff; 
    text-shadow: 1px 1px 3px rgba(32, 32, 32, 0.35); }
#landing-cta-serviceinfo img { max-width: 200px; }

#landing-cta-ccinfo { text-align: center; }
#landing-cta-ccinfo p { margin-bottom: 5px; font-size: 1.2em; color: #fff; 
    text-shadow: 1px 1px 3px rgba(32, 32, 32, 0.35); }
#landing-cta-ccinfo img { max-width: 200px; }

#landing-cta-action {}
#landing-cta-action { position: relative; display: flex; align-self: center;
    max-width: 18em; height: 65px; margin: 25px 0 5px 0; padding: 5px 20px 5px 40px;
    background-color: var(--btn_primary_color); box-sizing: border-box; }
#landing-cta-action .arrow { position: absolute; top: 0; left: 0; width: 0; height: 0; 
    border-top: 32px solid transparent; border-bottom: 32px solid transparent; border-left: 32px solid var(--btn_secondary_color); }
#landing-cta-action span { display: block; font-size: 1.0em; font-weight: 600; text-align: left; color: #fff; }
#landing-cta-action span.cta-link { }
#landing-cta-action span.cta-link a { font-size: 1.8em; color: #fff; line-height: 1.2; cursor: pointer; 
    text-transform: uppercase; white-space: nowrap; }

#landing-trust-icons { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; margin-top: 1.0em; }
#landing-trust-icons div { flex: 0 1 auto; margin: 0 10px; }

#landing-slogan-content { display: flex; flex-flow: column nowrap; 
    padding: 1.5em 2.5em 0 2.5em; text-align: center; }
#landing-slogan-content p { margin: 0; padding: 5px 0; font-size: 1.25em; line-height: 1.2; }
#landing-slogan-headline { font-size: 1.5em; font-weight: 600; text-transform: uppercase; }
#landing-slogan-headline span { color: var(--cta_hilight_color); text-shadow: 1px 1px 2px rgba(32, 32, 32, 0.9); }

#landing-schedule-service { display: flex; flex-flow: column nowrap; 
    margin: 1.5em 0 0 0; padding: 0; text-align: center; }
#landing-schedule-service.landing { margin: 0; }
#landing-schedule-service button.schedule-button { align-self: center; position: relative; max-width: 25em; padding: 0.5em 4.5em 0.5em 1.0em; 
    font-size: 1.0em; font-weight: 600; color: #fff; text-align: left; 
    border: 0; border-radius: 1em; background-color: var(--btn_primary_color); box-shadow: 2px 2px 2px rgba(0,0,0,0.2); }
#landing-schedule-service button.schedule-button:after { position: absolute; top: 0.20em; right: 0.25em;
    font-family: "Material Icons"; font-size: 2.5em; color: var(--btn_secondary_color); content: "\e834"; }
#landing-schedule-service button.schedule-button h2 { margin: 0; padding: 0; font-size: 1.3em; color: #fff; line-height: 1.2; }
#landing-schedule-service button.schedule-button div.service-bold { margin: 0; padding: 0; font-size: 1.3em; color: #fff; line-height: 1.2; }
#schedule-service-form { display: none; margin: 1.0em 0; }

#landing-service-focus { margin: 2em 0 0 0; }
#landing-service-focus .service-focus-info { overflow: hidden; padding: 25px 0; }
#landing-service-focus .service-focus-info img { float: left; width: 100%; max-width: 512px; margin-right: 50px; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35); }
#landing-service-focus .service-focus-info.left { background-color: var(--palette_bkgd); }
#landing-service-focus .service-focus-info.left img { float: right; margin-left: 50px; margin-right: 0; }
#landing-service-focus .focus-title { margin: 0; padding: 0 0 5px 0; font-size: 1.5em; font-weight: 600; 
    line-height: 1.2; text-transform: uppercase; }
#landing-service-focus p { margin: 0; padding: 5px 0; font-size: 1.2em; text-align: justify; }

#landing-page-guarantee { padding: 25px 0; text-align: center;
    background-color: var(--light_bkgd); box-sizing: border-box; }
#landing-guarantee-title { font-size: 1.5em; font-weight: 600; text-transform: uppercase; }
#landing-page-guarantee p { text-align: left; }

#landing-page-callbanner { display: flex; flex-flow: column nowrap; 
    margin: 0 0 2.0em 0; text-align: center; }
#landing-page-callbanner .callbanner-headline { padding: 10px 0; font-size: 2.5em; font-weight: 600; text-shadow: 1px 1px 2px rgba(32, 32, 32, 0.35); }
#landing-page-callbanner .callbanner-headline span a { color: var(--cta_hilight_color); text-shadow: 1px 1px 2px rgba(32, 32, 32, 0.9); }
#landing-page-callbanner .callbanner-text { padding: 3px 0; font-size: 1.5em; }
#landing-page-callbanner .callbanner-text span { display: inline-block; }
#landing-page-callbanner .callbanner-text span.bold { font-weight: bold; }
#landing-page-callbanner .callbanner-text sup { font-size: 0.65em; }
#landing-page-callbanner .callbanner-terms { padding: 0.5em 0; font-size: 10px; }

#landing-content { }
#landing-content h2 { margin: 0.5em 0; }
#landing-content h2 span { font-size: 0.8em; }
#landing-content h3 { margin-top: 1.25em; }



#landing-banner { position: relative; display: flex; flex-flow: column nowrap; justify-content: center;
    height: 15em; margin: 0; background-color: var(--secondary_bkgd); box-shadow: 0 3px 3px -3px #222; }
#landing-banner #page-bkgd { position: absolute; top: 0; left: 0; z-index: 50; height: 100%; width: 100%; 
    background-size: cover; background-position: center center; background-repeat: no-repeat; }
#landing-banner .page-header { position: relative; z-index: 100; display: flex; flex-flow: column nowrap; justify-content: center;
    margin-top: 3em; text-align: center; box-sizing: border-box; }
#landing-banner .page-header h1 { margin-top: 1.0em; color: #fff; text-shadow: 2px 2px 3px rgba(32, 32, 32,.8); } 
#landing-banner .page-header h2 { color: #fff; text-shadow: 2px 2px 3px rgba(32, 32, 32,.8); }

#landing-top-cta { display: flex; flex-flow: row nowrap; flex: 0 1 100%; justify-content: center;
    margin: 0; padding: 0.5em 0; background-color: var(--light_bkgd); }
#landing-top-cta #trust-icons { padding: 0; }
#landing-top-cta div.cta-bold { margin: 0; padding: 3px 0; font-size: 1.5em; font-weight: 600; }

#landing-top-services { width: 100%; margin: 0px auto; padding: 0.5em 0; 
    background-color: var(--palette_med); box-sizing: border-box; border-top: #222 1px solid; }
#landing-top-services div { }
#landing-top-services div:last-of-type { border-right: 0; }
#landing-top-services div.service-bold { padding-bottom: 5px; font-size: 1.25em; font-weight: 700; color: #fff; }
#landing-top-services p { margin: 0; padding: 0; color: #fff; }

#landing-google-reviews { display: flex; flex-flow: column nowrap; margin: 0; padding: 0; }
#landing-google-reviews #google-business-reviews-rating { display: flex; flex-flow: column nowrap; }
#landing-google-reviews h2 { margin: 0; font-size: 1.5em; }
#landing-google-reviews .rating { margin: 0; font-size: 1.5em; }
#landing-google-reviews .rating a.count { text-decoration: underline; white-space: nowrap; }  

#landing-animaldamage { margin-top: 2.5em; }
#landing-damage-slider { position: relative; overflow: hidden; margin: 0 1.5em; padding-top: 56.25%; 
    background-color: #efefef; box-sizing: border-box; border: #ccc 1px solid; }
#landing-damage-slider #damage-slider-title { position: absolute; top: 0; z-index: 95; width: 100%; padding: 0.5em 0; 
    font-size: 1.2em; text-align: center; color: #fff; text-shadow: 1px 1px 2px rgba(32, 32, 32,.8); }
#landing-damage-slider a.control_prev, a.control_next { position: absolute; top: 40%; z-index: 95;
    display: block; padding: 4% 3%; width: auto; height: auto; background: #2a2a2a; color: #fff;
    text-decoration: none; font-weight: 600; font-size: 18px; opacity: 0.5; cursor: pointer; }
#landing-damage-slider a.control_prev:hover, a.control_next:hover { opacity: 0.8; }

#landing-damage-slider a.control_prev { border-radius: 0 5px 5px 0; }
#landing-damage-slider a.control_next { right: 0; border-radius: 5px 0 0 5px; }
#landing-damage-slider ul { position: absolute; top: 0; height: 100%; width: 100%; margin: 0; padding: 0; list-style: none; }
#landing-damage-slider ul li { position: relative; display: block; float: left; height: 100%; width: 100%; margin: 0; padding: 0; list-style: none; }
#landing-damage-slider ul li div { width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; }

#landing-animalinfo { margin: 1.5em 0; }
#landing-animalinfo img { width: 100%; max-width: 15.625em; }
#landing-animalinfo dl dt { margin: 0 0 0.25em 0; font-size: 1.0em; font-weight: 600; }
#landing-animalinfo dl dt:after { content: ":"; }
#landing-animalinfo dl dd { margin-bottom: 1.0em; font-size: 1.0em; line-height: 1.5; }
#landing-animalinfo dl dd span { padding-left: 0.25em; font-size: 0.9em; font-style: italic; }

#landing-cta { display: flex; flex-flow: column nowrap; }
#landing-cta p { margin-bottom: 5px; font-size: 18px; font-weight: 600; }
#landing-cta img { max-width: 200px; }

#landing-tip { margin: 1.5em 0; }

.landing-seperator { width: 80%; margin: 1.5em auto; padding: 0.1em 0; 
    background-color: var(--palette_med); }

.landing-tabs { overflow: hidden; width: 100%; border-radius: 8px; box-shadow: 0 4px 4px -2px rgba(0,0,0,0.5); }
.landing-tabs .tab { overflow: hidden; width: 100%; }
.landing-tabs .tab input { position: absolute; opacity: 0; z-index: -1; }
.landing-tabs .tab input:checked  + .tab-label { background-color: var(--palette_dark); }
.landing-tabs .tab input:checked  + .tab-label::after { transform: rotate(90deg); }
.landing-tabs .tab input:checked  ~ .tab-content { max-height: 100vh; }

.landing-tabs .tab label { display: flex; justify-content: space-between; padding: 0.5em; 
    font-size: 1.2em; font-weight: 600; color: #fff; cursor: pointer; 
    box-sizing: border-box; background-color: var(--palette_med); }
.landing-tabs .tab label:hover { background-color: var(--palette_dark); }
.landing-tabs .tab label:after { content: "\276F"; width: 1.0em; height: 1.0em; text-align: center; transition: all 0.5s; }

.landing-tabs .tab-content { max-height: 0; padding: 0 0.5em; transition: all 0.5s; }
.landing-tabs .tab-content p { margin: 0; padding: 0.5em; }
.landing-tabs .tab-content ul { margin: 0; }
.landing-tabs .tab-content li { margin: 0; padding: 0.2em 0.5em; list-style: square; font-size: 1.0em;  }

#footer-google-reviews { display: flex; flex-flow: column nowrap; margin: 1.5em 0; }
#footer-google-reviews #google-business-reviews-rating { display: flex; flex-flow: column nowrap; }
#footer-google-reviews div { margin: 0; font-size: 1.2em; }
#footer-google-reviews .rating { margin: 0; font-size: 1.2em; }
#footer-google-reviews .rating a.count { text-decoration: underline; white-space: nowrap; }

/*--------------------------------------------------------------
# Page-Specific Theme Elements
--------------------------------------------------------------*/

#faq-page-template h3 { position: relative; margin: 35px 0 0 45px;  }
#faq-page-template h3:before { position: absolute; left: -45px; top: -5px; idth: 50px; padding-right: 0.25em; 
    font-family: "Material Icons"; font-size: 1.8em; color: var(--palette_med); content: "\e8fd"; box-sizing: border-box; }


@media (max-width: 768px) {  
    :root {
      --site_width: 100%;
    }
    
    .show-mobile { display: flex !important; flex: 1 1 auto; flex-flow: column nowrap; justify-content: flex-start; }
    .hide-mobile { display: none !important; }
    
    .flex-container-full { flex-flow: column nowrap; }
    .flex-container { flex-flow: column nowrap; }
    .flex-container-row { flex-flow: column nowrap; }
      
    .flex-child-full { flex: 1 1 100%; margin: 2% 5% 2% 5%; }    
    .flex-child-onehalf { flex: 1 1 100%; margin: 2% 5% 2% 5%; }
    .flex-child-onethird { flex: 1 1 100%; margin: 2% 5% 2% 5%; }
    .flex-child-twothird { flex: 1 1 100%; margin: 2% 5% 2% 5%; }
    .flex-child-onefourth { flex: 1 1 100%; margin: 2% 5% 2% 5%; }
    .flex-child-threefourth { flex: 1 1 100%; margin: 2% 5% 2% 5%; }
    .flex-child-onefifth { flex: 1 1 100%; margin: 2% 5% 2% 5%; }
    .flex-child-twofifth { flex: 1 1 100%; margin: 2% 5% 2% 5%; }
    .flex-child-threefifth { flex: 1 1 100%; margin: 2% 5% 2% 5%; }
    .flex-child-fourfifth { flex: 1 1 100%; margin: 2% 5% 2% 5%; }    
       
    #header { background-color: var(--palette_dark); }
    #header-logo { margin: 0 auto; }
    
    #top-navigation { display: none; }
    
    #hero-banner { height: 15em; }
   
    #common-wildlife h2 { font-size: 1.3em; }
    
    #service-benefits h2 { font-size: 1.3em; }

    #latest-media-header h2 { font-size: 1.3em; }
    
    #latest-media, #previous-media { flex-flow: column nowrap; }
    #latest-media .article-meta h2, #previous-media .article-meta h2 { font-size: 1.2em; text-align: left; }
    #latest-video { margin: 1.0em 0; }
    
    #page-banner { padding: 0 1.5em; }
    
    #home-page-banner { padding-top: 75px; }
    
    #landing-header-logo { position: relative; text-align: center; }
    #landing-header-logo a { margin: 0 auto; }
    #landing-header-logo img { height: 120px; }
    #landing-header-contact { text-align: center; }
    #landing-header-contact #landing-header-phone { font-size: 1.8em; }
    
    #landing-page-banner { margin-top: 45px; }
    #landing-banner-footer { overflow: hidden; }
    #landing-banner-icons { padding: 1.0em 0.5em; }
    #landing-banner-icons img { width: 38px; }
    #landing-header-cta { position: relative; height: 100%; }
    
    #landing-mobile-title { display: flex; }
    #landing-cta-serviceinfo div.cta-bold { font-size: 1.25em; }
    #landing-cta-serviceinfo p, #landing-cta-ccinfo p { font-size: 1.0em; }
    
    #landing-slogan-content { margin: 2.5em 0 0 0; padding: 0; }
    #landing-slogan-content p { font-size: 0.85em; }
    #landing-slogan-content p span.wrap { display: inline-block; }
    #landing-slogan-headline { font-size: 1.5em; }
        
    #landing-schedule-service.landing { margin-right: 0; margin-bottom: 3.0em; }

    #landing-service-focus { margin: 0; }
    #landing-service-focus .service-focus-info:first-of-type { padding-top: 0; }
    #landing-service-focus .service-focus-info img { float: none;  }
    #landing-service-focus .service-focus-info.left img { float: none; margin-left: 0; }
    #landing-service-focus .focus-title { padding: 10px 0; font-size: 1.5em; text-align: center; }
    #landing-service-focus p { font-size: 1.0em; }
    
    #landing-page-callbanner .callbanner-headline { font-size: 1.8em; }
    #landing-page-callbanner .callbanner-text { font-size: 1.0em; }

    #landing-damage-slider { margin: 0; }
    #landing-damage-slider #damage-slider-title { font-size: 1.0em; }                     
    #landing-content h2 { display: flex; flex-flow: column nowrap; text-align: center; }
    
    #landing-tip img { max-width: 200px; }
    .landing-tabs .tab label { font-size: 1.2em; }
    
    #footer-tagline { flex-flow: column nowrap; }
    #footer-tagline .flex-child-onethird { margin: 0 1em 1em 1em; }
    
    #tagline-image img {  }
    
    #tagline-message { overflow: hidden; padding: 0; }    
    #tagline-message strong { font-size: 24px; }    
    
    #footer-widgets { flex-flow: column nowrap; }
    
    #footer-legal { flex-flow: column nowrap; }
    
    #footer-google-reviews { text-align: center; }
    #footer-google-reviews h2 { margin-bottom: 0.5em; font-size: 1.2em; }
    #footer-google-reviews .google-business-reviews-rating .icon { display: block; max-width: 5em; max-height: 5em; margin: 0 auto; padding-bottom: 0.5em; }
    #footer-google-reviews .google-business-reviews-rating .icon img { width: 5em; }
    #footer-google-reviews .rating { font-size: 1.2em; }  
}

@media (min-width: 769px) and (max-width: 1024px) {
    :root {
      --site_width: 1024px;
    }
    
    .show-mobile { display: none !important; }
    
    .flex-child-full { flex: 0 1 100%; margin: 1% 1.6% 1% 1.6%; box-sizing: border-box; }
    .flex-child-onehalf { flex: 0 1 49.2%; margin: 1% 1.6% 1% 1.6%; box-sizing: border-box; }
    .flex-child-onethird { flex: 0 1 32.26%; margin: 1% 1.6% 1% 1.6%; box-sizing: border-box; }
    .flex-child-twothird { flex: 0 1 66.13%; margin: 1% 1.6% 1% 1.6%; box-sizing: border-box; }
    .flex-child-onefourth { flex: 0 1 23.8%; margin: 1% 1.6% 1% 1.6%; box-sizing: border-box; }
    .flex-child-threefourth { flex: 0 1 74.6%; margin: 1% 1.6% 1% 1.6%; box-sizing: border-box; }
    .flex-child-onefifth { flex: 0 1 18.72%; margin: 1% 1.6% 1% 1.6%; box-sizing: border-box; }
    .flex-child-twofifth { flex: 0 1 39.04%; margin: 1% 1.6% 1% 1.6%; box-sizing: border-box; }
    .flex-child-threefifth { flex: 0 1 59.36%; margin: 1% 1.6% 1% 1.6%; box-sizing: border-box; }
    .flex-child-fourfifth { flex: 0 1 79.68%; margin: 1% 1.6% 1% 1.6%; box-sizing: border-box; }

    #header-navigation li a { font-size: 0.85em; }
    #header-navigation ul.sub-menu li a { font-size: 0.75em; }
    
    #static-menu .sub-menu { right: 16em; max-height: 325px; }
    
    #landing-header-contact #landing-header-phone { font-size: 1.8em; }
    
    #landing-page-title .text-hilight { font-size: 1.5em; }
    #landing-page-title h1 { font-size: 2.0em; }

    #landing-page-banner { margin-top: 0; }
    #landing-header-cta { position: relative; height: 100%; }
    #landing-mobile-title { display: flex; }
    #landing-cta-serviceinfo div.cta-bold { font-size: 1.25em; }
    #landing-cta-serviceinfo p, #landing-cta-ccinfo p { font-size: 1.0em; }

    #landing-slogan-content { margin: 0.5em 0; padding-bottom: 0; }
    #landing-slogan-headline { font-size: 1.8em; }
    
    #landing-schedule-service.landing { margin-right: 0; margin-bottom: 1.5em; }
    
    #landing-service-focus { margin: 0; }    
    #landing-service-focus .service-focus-info img { max-width: 384px; margin-bottom: 2.5em; }
    #landing-service-focus .focus-title { padding: 0 0 10px 0; font-size: 1.2em; text-align: center; }
    #landing-service-focus p { font-size: 1.0em; }
}

@media (min-width: 1025px) {
    :root {
      --site_width: 1100px;
    }
    
}