/**
*  ______   ______  _____      _    __ _____ _______  ______
* | |  | \ | |     | | \ \    | |  / /  | |    | |   | |
* | |__| | | |---- | |  | |   | |-< <   | |    | |   | |----
* |_|  \_\ |_|____ |_|_/_/    |_|  \_\ _|_|_   |_|   |_|____
*
* Theme Name: NOCO Pest & Wildlife Control
* Theme URI: https://www.nocopwcontrol.com
* Author: Debbie Campbell
* Author URI: https://www.redkitecreative.com
* Description: A custom Genesis Framework theme by Red Kite Creative.
* Template: genesis
* Version: 1.0.0
* License: GNU General Public License v3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: nocopest
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
	- Skip Links
- Structure and Layout
	- Site Container
	- Site Inner
	- Content
	- Sidebar
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Site Header
- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebars
- Footer Widgets
	- Site Footer
- Custom
- Home
- Media Queries
	- Min-width: 960px
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* Import Compass, Breakpoint and Sassy Buttons */
/* Import Partials */
/* Variables
---------------------------------------------------------------------------- */
/* Mixins
--------------------------------------------- */
/* Resets
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  display: table;
  content: " ";
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  display: table;
  clear: both;
  content: " ";
}

/* Defaults
---------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #222;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 760px) {
  body {
    padding-bottom: 40px;
  }
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.15s ease-in-out;
}

a {
  color: #505e9e;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

a:focus,
a:hover {
  color: #222;
  text-decoration: underline;
}

p {
  margin: 0 0 20px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5 {
  font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

h1 {
  font-size: 46px;
  line-height: 64.4px;
  font-size: 4.6rem;
  line-height: 6.44rem;
  line-height: 1.1;
}

h2 {
  font-size: 38px;
  line-height: 53.2px;
  font-size: 3.8rem;
  line-height: 5.32rem;
  line-height: 1.1;
}

h3 {
  font-size: 30px;
  line-height: 42px;
  font-size: 3rem;
  line-height: 4.2rem;
  line-height: 1.1;
}

h4 {
  font-size: 26px;
  line-height: 36.4px;
  font-size: 2.6rem;
  line-height: 3.64rem;
  line-height: 1.1;
}

h5 {
  font-size: 22px;
  line-height: 30.8px;
  font-size: 2.2rem;
  line-height: 3.08rem;
  line-height: 1.1;
}

.entry-content h4, .entry-content h5 {
  font-weight: 600;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #eee;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Skip Links
--------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 30px 20px 20px;
}
@media (min-width: 960px) {
  .site-inner {
    max-width: 1100px;
    margin-top: 0;
  }
}

.page-template-page-single-pest .site-inner {
  padding-top: 15px;
}

/* Content
--------------------------------------------- */
@media (min-width: 960px) {
  .content {
    float: left;
    width: 67%;
  }
}

@media (min-width: 960px) {
  .sidebar-content .content {
    float: right;
  }
}

@media (min-width: 960px) {
  .full-width-content .content,
  .landing-page .content {
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    width: 100%;
  }
}

@media (min-width: 960px) {
  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }

  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }

  .one-fourth {
    width: 23.076923076923077%;
  }

  .three-fourths {
    width: 74.35897435897436%;
  }

  .one-sixth {
    width: 14.52991452991453%;
  }

  .five-sixths {
    width: 82.90598290598291%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }
}
/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}
.author-box .avatar, .alignleft .avatar {
  margin-right: 20px;
}
.alignright .avatar {
  margin-left: 20px;
}
.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  padding: 20px 30px;
}
@media (min-width: 960px) {
  .after-entry {
    margin-bottom: 60px;
    padding: 40px 60px;
  }
}
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #bfbfbf;
  font-size: 13px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.archive-description {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 30px;
}
.archive-description p:last-child {
  margin-bottom: 0;
}
.archive-description .archive-title {
  font-size: 22px;
  line-height: 30.8px;
  font-size: 2.2rem;
  line-height: 3.08rem;
  margin-bottom: 4px;
  font-weight: 400;
}

.author-box {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .author-box {
    margin-bottom: 60px;
    padding: 30px;
  }
}
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.search-form input.search-form-input {
  font-size: 16px;
  line-height: 22.4px;
  font-size: 1.6rem;
  line-height: 2.24rem;
  margin-top: 20px;
  padding: 9px;
}

.entry-content .search-form {
  margin-bottom: 30px;
  width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-title,
.author-box-title {
  font-size: 38px;
  line-height: 53.2px;
  font-size: 3.8rem;
  line-height: 5.32rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 46px;
  line-height: 64.4px;
  font-size: 4.6rem;
  line-height: 6.44rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.entry-title a {
  color: #36406b;
  font-weight: 400;
  text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
  color: #333333;
}

.sidebar .widget-title a {
  color: #36406b;
  text-decoration: none;
}

.widget-title {
  font-size: 30px;
  line-height: 42px;
  font-size: 3rem;
  line-height: 4.2rem;
  font-weight: 600;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 30px;
}
.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 0.5em;
}
.widget ul > li:last-of-type {
  padding-bottom: 0;
}
.widget ol > li {
  padding-left: 20px;
  text-indent: -20px;
  list-style-position: inside;
  list-style-type: decimal;
}
.widget li li {
  margin: 0 0 0 30px;
  padding: 0;
  border: 0;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.featured-content .entry-image {
  height: 75px;
  width: 75px;
}
.featured-content .entry-title {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  border-top: 4px solid #000000;
  padding: 0;
}
@media (min-width: 960px) {
  .site-header {
    z-index: 9999;
    width: 100%;
  }
}
.site-header .wrap {
  margin: 0 auto;
  max-width: 1100px;
  padding: 15px 20px 0;
  position: relative;
  z-index: 10;
}
.site-header .wrap #logo {
  display: block;
  margin: 0 auto;
  max-width: 290px;
  padding: 0 0 5px;
  width: 100%;
}
@media (min-width: 640px) {
  .site-header .wrap #logo {
    max-width: 482px;
  }
}
@media (min-width: 960px) {
  .site-header .wrap #logo {
    display: inline-block;
    margin: 0;
  }
}
.site-header .wrap #logo img {
  display: block;
  width: 100%;
}
.site-header .wrap #pulldown {
  display: none;
}
@media (min-width: 960px) {
  .site-header .wrap #pulldown {
    background-color: #c13542;
    color: #ffffff;
    display: block;
    padding: 9px 10px 9px;
    position: absolute;
    right: 20px;
    top: -4px;
    transition: top ease 0.25s;
    width: auto;
  }
  .site-header .wrap #pulldown:hover {
    text-decoration: none;
    top: 0;
  }
  .site-header .wrap #pulldown span {
    font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 26.6px;
    font-size: 1.9rem;
    line-height: 2.66rem;
    font-weight: 600;
  }
}
.site-header .wrap .header-widget-area {
  display: none;
}
@media (min-width: 960px) {
  .site-header .wrap .header-widget-area {
    display: block;
  }
  .site-header .wrap .header-widget-area .widget {
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
  .site-header .wrap .header-widget-area .widget #phones #symbol {
    display: inline-block;
  }
  .site-header .wrap .header-widget-area .widget #phones #symbol .fa-stack {
    font-size: 22px;
    display: block;
    position: relative;
    top: 0;
  }
  .site-header .wrap .header-widget-area .widget #phones #phone-numbers {
    display: inline-block;
    font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 33.6px;
    font-size: 2.4rem;
    line-height: 3.36rem;
  }
  .site-header .wrap .header-widget-area .widget #phones #phone-numbers span {
    display: block;
  }
}

/* Title Area
--------------------------------------------- */
.title-area, .site-title {
  display: none;
}

/* Site Navigation - Header Menu
---------------------------------------------------------------------------- */
@media screen and (min-width: 1086px) {
  .slicknav_menu {
    display: none;
  }

  .nav-primary {
    background-color: #262626;
    border-bottom: 4px solid #fcd827;
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 1086px) and (min-width: 960px) {
  .nav-primary .wrap {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1086px) {
  .nav-primary .wrap .genesis-nav-menu {
    clear: both;
    font-size: 2px;
    line-height: 1;
    padding: 0 20px;
    width: 100%;
  }
  .nav-primary .wrap .genesis-nav-menu .menu-item {
    display: inline-block;
  }
  .nav-primary .wrap .genesis-nav-menu .menu-item.icon {
    color: #ffffff;
  }
  .nav-primary .wrap .genesis-nav-menu .menu-item.icon a {
    font-weight: 400;
    height: 100%;
    padding: 7px 8px 8px;
  }
  .nav-primary .wrap .genesis-nav-menu .menu-item.icon a i {
    font-size: 20px;
    line-height: 28px;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .nav-primary .wrap .genesis-nav-menu .menu-item.left a {
    margin-left: 32px;
  }
  .nav-primary .wrap .genesis-nav-menu .menu-item:focus,
  .nav-primary .wrap .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
}
@media screen and (min-width: 1086px) and (min-width: 960px) {
  .nav-primary .wrap .genesis-nav-menu .menu-item:focus .sub-menu:focus,
  .nav-primary .wrap .genesis-nav-menu .menu-item:hover .sub-menu:hover {
    z-index: 110;
  }
}
@media screen and (min-width: 1086px) {
  .nav-primary .wrap .genesis-nav-menu .menu-item:focus > .sub-menu,
  .nav-primary .wrap .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: block;
    left: auto;
    opacity: 1;
  }
  .nav-primary .wrap .genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.2rem;
    padding-left: 0.5rem;
    speak: none;
  }
}
@media screen and (min-width: 1086px) and (min-width: 960px) {
  .nav-primary .wrap .genesis-nav-menu > .menu-bold > a {
    font-weight: 17px;
  }
}
@media screen and (min-width: 1086px) and (min-width: 960px) {
  .nav-primary .wrap .genesis-nav-menu > .menu-highlight > a {
    background-color: #c13542;
    color: #ffffff;
    font-weight: 400;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1086px) {
  .nav-primary .wrap .genesis-nav-menu a {
    color: #ffffff;
    font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav-primary .wrap .genesis-nav-menu a:focus,
  .nav-primary .wrap .genesis-nav-menu a:hover,
  .nav-primary .wrap .genesis-nav-menu .current-menu-item > a,
  .nav-primary .wrap .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
  .nav-primary .wrap .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    background-color: #c13542;
    color: #ffffff;
    text-decoration: none;
  }
  .nav-primary .wrap .genesis-nav-menu .sub-menu {
    background-color: #262626;
    clear: both;
    display: block;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    text-align: left;
    width: 100%;
    z-index: 99;
  }
}
@media screen and (min-width: 1086px) and (min-width: 960px) {
  .nav-primary .wrap .genesis-nav-menu .sub-menu {
    opacity: 0;
    padding-left: 0;
    position: absolute;
    width: 300px;
    transition: opacity 0.4s ease-in-out;
  }
}
@media screen and (min-width: 1086px) {
  .nav-primary .wrap .genesis-nav-menu .sub-menu li.menu-item {
    display: block;
  }
  .nav-primary .wrap .genesis-nav-menu .sub-menu li.menu-item.mobile {
    display: none;
  }
  .nav-primary .wrap .genesis-nav-menu .sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    font-family: 'Font Awesome Pro';
    font-size: 1.2rem;
    padding-left: 0.5em;
    speak: none;
  }
  .nav-primary .wrap .genesis-nav-menu .sub-menu a {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 15px;
    position: relative;
    text-transform: none;
    width: 100%;
    word-wrap: nowrap;
  }
  .nav-primary .wrap .genesis-nav-menu .sub-menu a:hover {
    background-color: #c13542;
  }
}
@media screen and (min-width: 1086px) and (min-width: 960px) {
  .nav-primary .wrap .genesis-nav-menu .sub-menu .sub-menu {
    margin: -44px 0 0 179px;
  }
}
@media screen and (min-width: 1086px) {
  .nav-primary .wrap .genesis-nav-menu .sub-menu:focus-within {
    opacity: 1;
  }
}
/* Sticky Navigation
--------------------------------------------- */
@media screen and (min-width: 1086px) {
  .nav-primary.sticky {
    height: 47px;
    line-height: 47px;
    margin-bottom: -47px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
  }
}
/* Avoid flash of desktop menu on mobile devices.
----------------------------------------------*/
.js nav {
  display: none;
  position: relative;
}
@media (min-width: 960px) {
  .js nav {
    display: block;
  }
}

/* Responsive Navigation
--------------------------------------------- */
.slicknav_menu {
  display: none;
}

@media screen and (max-width: 1086px) {
  #menu-primary-menu {
    display: none;
  }

  .slicknav_menu {
    background-color: #222 !important;
    display: block;
    padding: 0 10px !important;
  }
  .slicknav_menu .slicknav_btn {
    background: transparent;
    border-radius: 0;
  }
  .slicknav_menu .slicknav_btn span.slicknav_icon {
    display: inline-block;
    margin: 8px 8px 0 0;
  }
  .slicknav_menu .slicknav_btn span.slicknav_menutxt {
    color: #ffffff;
    display: inline-block;
    font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-size: 2rem;
    line-height: 2.8rem;
    float: none;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
  }
  .slicknav_menu ul {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .slicknav_menu ul.sub-menu {
    margin-left: 0;
  }
  .slicknav_menu li {
    background-image: none;
    border: 0;
    border-bottom: 1px solid #3e3e3e;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 23.8px;
    font-size: 1.7rem;
    line-height: 2.38rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .slicknav_menu li.mobile {
    display: block;
  }
  .slicknav_menu li a, .slicknav_menu li a.slicknav_item {
    background: #1d1d1d;
    color: #ccc;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 23.8px;
    font-size: 1.7rem;
    line-height: 2.38rem;
    font-weight: 300;
    margin: 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
  }
  .slicknav_menu li a:hover, .slicknav_menu li a.slicknav_item:hover {
    background: #c13542 !important;
    border-radius: 0;
    color: #ffffff;
    text-decoration: none;
  }
  .slicknav_menu li a.slicknav_item:hover > a, .slicknav_menu li a.slicknav_item:hover > span {
    background: #c13542 !important;
    color: #ffffff;
  }
  .slicknav_menu li .slicknav_nav .slicknav_arrow {
    margin: 0 0 0 0.3em;
  }
  .slicknav_menu li ul.sub-menu li {
    border-top: 1px solid #3e3e3e;
    border-bottom: none;
  }
  .slicknav_menu li ul.sub-menu li a {
    padding-left: 30px;
    text-transform: none;
  }
  .slicknav_menu li ul.sub-menu li a.slicknav_item {
    padding-left: 0;
  }
  .slicknav_menu li ul.sub-menu li ul.sub-menu li a {
    font-size: 15px;
    line-height: 21px;
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  .slicknav_menu li ul.sub-menu li ul.sub-menu li a::before {
    content: '+';
    margin-right: 5px;
  }
}
/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .entry {
    margin-bottom: 10px;
  }
}

.entry-content p.has-background {
  padding: 25px 30px;
}
.entry-content p.has-background.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.entry-content p.has-background.light-text a {
  color: #fff;
  text-decoration: underline;
}
.entry-content p.has-background.light-text a:focus,
.entry-content p.has-background.light-text a:hover {
  text-decoration: none;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 30px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #cccccc;
}
.entry-content .caption {
  font-size: 12px;
  line-height: 16.8px;
  font-size: 1.2rem;
  line-height: 1.68rem;
  font-weight: 400;
  margin-top: -20px;
  text-align: center;
}

.content .sticky {
  background-color: #ebebeb;
  padding: 30px 30px 15px;
}

/* Entry Meta
--------------------------------------------- */
.entry-meta p {
  font-size: 12px;
  line-height: 16.8px;
  font-size: 1.2rem;
  line-height: 1.68rem;
  margin-bottom: 0;
}
.entry-header .entry-meta {
  margin-bottom: 20px;
}
.entry-footer .entry-meta {
  border-top: 1px solid #bfbfbf;
  padding-top: 20px;
}

.entry-categories, .entry-tags {
  display: block;
  font-size: 12px;
  line-height: 16.8px;
  font-size: 1.2rem;
  line-height: 1.68rem;
}

.entry-comments-link:before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #c13542;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333333;
  color: #ffffff;
}

/* Entry Comments
--------------------------------------------- */
.entry-comments {
  font-size: 14px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .entry-comments {
    margin-bottom: 60px;
  }
}

.comment-list li {
  padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
  padding-left: 0;
}
.comment-list .bypostauthor {
  font-size: inherit;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}
.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond {
  font-size: 14px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .comment-respond {
    margin-bottom: 60px;
  }
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings {
  font-size: 14px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .entry-pings {
    margin-bottom: 60px;
  }
}
.entry-pings .reply {
  display: none;
}

/* Sidebars
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 22.4px;
  font-size: 1.6rem;
  line-height: 2.24rem;
}
@media (min-width: 960px) {
  .sidebar {
    float: right;
    margin-top: 14px;
    width: 28%;
  }
}
@media (min-width: 960px) {
  .sidebar-content .sidebar {
    float: left;
  }
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar p {
  margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #4d4d4d;
  clear: both;
  overflow: hidden;
}
.footer-widgets .wrap {
  background: url(img/NOCO-shield-logo-overlay.png) right -20px no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
@media (min-width: 960px) {
  .footer-widgets .wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-widgets .wrap .footer-widget-area {
  margin: 0 auto 20px;
  padding: 25px 10px 0;
  width: 90%;
}
.footer-widgets .wrap .footer-widget-area:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .footer-widgets .wrap .footer-widget-area {
    width: 31%;
  }
}
.footer-widgets .wrap .footer-widget-area .widget {
  color: #ffffff;
  font-size: 16px;
  line-height: 22.4px;
  font-size: 1.6rem;
  line-height: 2.24rem;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .footer-widgets .wrap .footer-widget-area .widget.middle {
    text-align: center;
  }
  .footer-widgets .wrap .footer-widget-area .widget.right {
    text-align: right;
  }
}
.footer-widgets .wrap .footer-widget-area .widget a {
  color: #ffffff;
}
.footer-widgets .wrap .footer-widget-area .widget a:hover {
  text-decoration: underline;
}
.footer-widgets .wrap .footer-widget-area .widget h3.widget-title {
  font-size: 24px;
  line-height: 33.6px;
  font-size: 2.4rem;
  line-height: 3.36rem;
  line-height: 1.1;
}

/* Site Footer
--------------------------------------------------- */
.site-footer {
  border-top: 1px solid #ffffff;
  background-color: #333333;
  color: #ffffff;
  font-size: 12px;
  line-height: 16.8px;
  font-size: 1.2rem;
  line-height: 1.68rem;
  padding: 15px 20px;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer a {
  color: #ffffff;
  font-weight: 700;
}
.site-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Custom Styles
---------------------------------------------------------------------------- */
/* Sticky phone for mobile
--------------------------------------------- */
#stickyphone {
  background-color: #c13542;
  bottom: 0;
  display: block;
  height: 40px;
  overflow: hidden;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 200;
}
#stickyphone:hover {
  background-color: #ad303b;
  cursor: pointer;
}
#stickyphone a {
  color: #ffffff;
  font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 26.6px;
  font-size: 1.9rem;
  line-height: 2.66rem;
  font-weight: 600;
  line-height: 40px;
  padding: 0 20px;
}
#stickyphone a:hover {
  text-decoration: none;
}
@media (min-width: 760px) {
  #stickyphone {
    display: none;
  }
}

/* Pest page hero and button
--------------------------------------------- */
#hero {
  display: block;
  margin: 0 auto;
  max-width: 1060px;
}

.page-template-page-single-pest .entry {
  margin-bottom: 20px;
}

/* CTA Button
--------------------------------------------- */
a.linkbutton {
  background-color: #c13542;
  color: #ffffff;
  display: block;
  font-size: 22px;
  line-height: 30.8px;
  font-size: 2.2rem;
  line-height: 3.08rem;
  font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
}
a.linkbutton:hover {
  background-color: #333333;
}
a.linkbutton i.far {
  margin-left: 4px;
}

/* PDF icons
--------------------------------------------- */
a[href$='.pdf'] {
  background: transparent url(img/pdficon_small.gif) no-repeat center right;
  display: inline-block;
  padding-right: 20px;
}

/* Testimonial
--------------------------------------------- */
.testimonial-content p:before {
  content: '\201C';
}
.testimonial-content p:after {
  content: '\201D';
}

/* Gravity Forms
--------------------------------------------- */
.gform_wrapper ul {
  list-style-type: none;
  margin-left: 0;
}
.gform_wrapper ul li {
  list-style-type: none;
  margin: 0 0 0.8em;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 4px !important;
  vertical-align: top;
}

.gform_footer input[type="submit"] {
  background-color: #36406b;
  font-weight: 400;
}
.gform_footer input[type="submit"]:hover {
  background-color: #333333;
}

/* Home page pest carousel
--------------------------------------------- */
#pest-carousel {
  background: url(img/carousel-bg.jpg) center top no-repeat;
}
#pest-carousel #pest-carousel-wrap {
  color: #ffffff;
  padding: 20px;
  text-align: center;
}
#pest-carousel #pest-carousel-wrap h3 {
  margin-bottom: 15px;
}

#pest-bar {
  background-color: #c13542;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: 24px;
  line-height: 33.6px;
  font-size: 2.4rem;
  line-height: 3.36rem;
  font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  margin: 0 0 30px;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#pest-bar:hover {
  background-color: #333333;
}
#pest-bar a {
  color: #ffffff;
}
#pest-bar a:hover {
  text-decoration: none;
}
#pest-bar i {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}

/* Home page video section
--------------------------------------------- */
#video-custom-fields {
  padding-bottom: 25px;
}
#video-custom-fields #video-subsection {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px 10px;
}

/* Home page photo block
--------------------------------------------- */
#photoblock {
  background-color: #36406b;
  clear: both;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-around;
  margin: 15px 0 0;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 960px) {
  #photoblock {
    flex-flow: row;
    justify-content: center;
  }
}
#photoblock #photoblock-img {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 960px) {
  #photoblock #photoblock-img {
    margin: 0;
    width: 50%;
  }
}
#photoblock #photoblock-img img {
  height: auto;
}
#photoblock #photoblock-content {
  color: #ffffff;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 10;
}
@media (min-width: 960px) {
  #photoblock #photoblock-content {
    margin: 0;
    width: 50%;
  }
}
@media (min-width: 960px) {
  #photoblock #photoblock-content .accordion {
    max-width: 540px;
  }
}
#photoblock #photoblock-content .accordion h4.accordion-title {
  color: #ffffff;
  cursor: pointer;
  font-size: 25px;
  line-height: 35px;
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 10px;
  padding: 10px 10px 0 25px;
  position: relative;
}
#photoblock #photoblock-content .accordion h4.accordion-title:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  display: inline-block;
  font-size: 21px;
  font-size: 2.1rem;
  position: absolute;
  left: 0;
  text-decoration: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#photoblock #photoblock-content .accordion h4.accordion-title.open:before {
  color: #ffffff;
  content: "\f068";
}
#photoblock #photoblock-content .accordion .accordion-content {
  border-bottom: 1px solid #ffffff;
  display: none;
  margin-bottom: 5px;
  padding-bottom: 15px;
}
#photoblock #photoblock-content .accordion .accordion-content:last-of-type {
  border-bottom: 0;
}

/* Home page testimonial
--------------------------------------------- */
#home-quote {
  clear: both;
}
#home-quote #home-quote-wrap {
  color: #333333;
  margin: 0 auto;
  max-width: 1100px;
  padding: 30px 20px 25px;
  text-align: center;
}
#home-quote #home-quote-wrap h3 {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  #home-quote #home-quote-wrap .testimonial-content:before {
    content: '';
    left: 0;
    top: 0;
  }
  #home-quote #home-quote-wrap .testimonial-content:after {
    content: '';
  }
}
#home-quote #home-quote-wrap .testimonial-content p {
  font-family: Sriracha, Georgia, serif;
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (min-width: 640px) {
  #home-quote #home-quote-wrap .testimonial-content p {
    font-size: 24px;
    line-height: 33.6px;
    font-size: 2.4rem;
    line-height: 3.36rem;
  }
  #home-quote #home-quote-wrap .testimonial-content p:before {
    content: '';
  }
  #home-quote #home-quote-wrap .testimonial-content p:after {
    content: '';
  }
}
#home-quote #home-quote-wrap .testimonial-client {
  text-align: center;
}
#home-quote #home-quote-wrap .testimonial-client .testimonial-name {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 400;
}

/* City Links
--------------------------------------------- */
#city-links {
  background-color: #c13542;
  background-size: 100% 100%;
  color: #ffffff;
  display: block;
  height: 100%;
  padding: 40px 20px 35px;
  text-align: center;
  width: 100%;
}

#city-links-box {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1100px;
  overflow: auto;
}
#city-links-box a {
  color: #ffffff;
}

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    color: #333 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    width: 100%;
    text-align: center;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    position: relative;
    top: -100px;
    padding-top: 0;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}


/* 2023 Additions */
.gform_wrapper h3.gsection_title {
  margin-top: 30px;
  margin-bottom: 10px;
}

#pulldown-new {
    display: none;
}
@media screen and (min-width: 960px) {
  #pulldown-new {
    background-color: #FBD827;
    color: black;
    display: block;
    padding: 9px 10px 9px;
    position: absolute;
    right: 276px;
    top: -4px;
    transition: top ease 0.25s;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  #pulldown-new:hover {
    text-decoration: none;
    top: 0;
  }
}
@media screen and (min-width: 960px) { 
  #pulldown-new span {
    font-family: $firasans-font-stack;
    @include fontsize(19);
    font-weight: 600;
  }
}