/*!
 * Theme Name: Air Monitor
 * Author: Miller Media
 * Author URI: https://www.millermediainc.com/
 * Version: 3.0.6
 * Template: genesis

 === IMPORTANT NOTICE ==> The theme styles are coded using Sass. The Sass code is then compiled and compressed to make the theme faster and better optimized. All un-compressed Sass files can be located at /sass/ if you want to see the original code. One should NEVER edit the style.css file of a WP theme. If you need any assistance tweaking your design please seek help from the original developer.
 */
* {
  transition: all 0.2s linear; }

/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,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; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

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

button, input {
  overflow: visible; }

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 {
  border-style: none;
  padding: 0; }

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

fieldset {
  padding: .35em .75em .625em; }

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

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

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.revslider,
.revslider * {
  transition: none; }

/* 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 {
  content: " ";
  display: table; }

.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 {
  clear: both;
  content: " ";
  display: table; }

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out; }

a {
  color: #41B6E6;
  text-decoration: underline; }

a:focus,
a:hover {
  color: #000000;
  text-decoration: none; }

p {
  margin: 0 0 25px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

ol {
  margin: 25px 0 25px 1.15em; }
  ol li {
    list-style-type: decimal; }
    ol li:not(:last-child) {
      margin-bottom: 12.5px; }
    ol li > ol {
      margin-top: 12.5px;
      padding-left: 0 !important; }
      ol li > ol > li {
        list-style-type: lower-alpha !important; }

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

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

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  table-layout: fixed;
  width: 100%;
  word-break: break-all; }
  @media (max-width: 544px) {
    table {
      table-layout: auto;
      word-break: normal; } }

tbody {
  border-bottom: 1px solid #eee; }

td,
th {
  text-align: left;
  vertical-align: top; }

td {
  border-top: 1px solid #eee;
  padding: 10px; }

th {
  font-weight: 600;
  padding: 0 10px 10px; }

td:first-child,
th:first-child {
  padding-left: 0; }

td:last-child,
th:last-child {
  padding-right: 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; }

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Site Inner
--------------------------------------------- */
.sidebar-content .content {
  margin-bottom: 37.5px; }

.content-sidebar-wrap {
  margin: 0 auto;
  max-width: 90%;
  padding: 37.5px 0;
  width: 1440px; }
  .page-template-blocks .content-sidebar-wrap, .landing-page .content-sidebar-wrap {
    padding: 0; }

.site-inner {
  clear: both; }

.wrap {
  margin: 0 auto;
  max-width: 90%;
  width: 1440px; }

/* Content
--------------------------------------------- */
@media (min-width: 992px) {
  .content {
    float: left;
    width: 74%; }
    .sidebar-content .content {
      float: right; }
    .full-width-content .content, .landing-page .content {
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: 100%; } }

/* Common Classes
---------------------------------------------------------------------------- */
.button + p {
  margin-top: 25px; }

.clear {
  clear: both; }

.blog .entry:not(:last-child) {
  border-bottom: 1px solid #EEE;
  margin-bottom: 37.5px;
  padding-bottom: 37.5px; }
  .blog .entry:not(:last-child) .entry-meta {
    color: #75787B; }
    .blog .entry:not(:last-child) .entry-meta a {
      color: #75787B; }
      .blog .entry:not(:last-child) .entry-meta a:hover {
        text-decoration: none; }

.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

/* Author Box
--------------------------------------------- */
@media (min-width: 992px) {
  .author-box {
    background-color: #f5f5f5;
    padding: 30px; } }

/* 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,
.author-box {
  margin-bottom: 40px; }

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }
  @media (min-width: 992px) {
    .after-entry {
      padding: 40px 60px; } }

.after-entry .widget:last-of-type {
  margin-bottom: 0; }

.author-box p:last-child {
  margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form {
  margin-bottom: 40px;
  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-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px; }

.entry-title {
  font-size: 30px;
  margin-bottom: 10px; }

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
  color: #0077C8; }

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

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px; }

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px; }
  @media (min-width: 992px) {
    .after-entry .enews {
      padding-left: 30px;
      padding-right: 30px; } }
.sidebar .enews {
  background-color: #F5F5F5;
  padding: 30px; }

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px; }
  .after-entry .enews-widget input {
    text-align: center; }
  .enews-widget input[type="submit"] {
    margin: 0;
    width: 100%; }

.enews form + p {
  margin-top: 20px; }

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0; }

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5; }

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right; }

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460"; }

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px; }

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden; }

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px; }

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600; }

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300; }

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important; }

.site-container .entry-content .wpforms-form textarea {
  padding: 15px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px; }

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

/* Content Area
---------------------------------------------------------------------------- */
.entry-header,
.page-header {
  background: #0077C8 url("images/entry-header.jpg") no-repeat center center;
  background-size: cover;
  color: #FFFFFF; }
  .entry-header:before, .entry-header:after,
  .page-header:before,
  .page-header:after {
    background: #224F8A;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    content: "";
    display: block;
    height: 6px;
    width: 100%; }
  .entry-header .entry-title,
  .entry-header .page-title,
  .page-header .entry-title,
  .page-header .page-title {
    margin-bottom: 0; }
  .entry-header > .wrap,
  .page-header > .wrap {
    padding: 2.5% 0; }

.blog .entry-header, .search .entry-header {
  background: none;
  color: #000000; }
  .blog .entry-header:before, .blog .entry-header:after, .search .entry-header:before, .search .entry-header:after {
    display: none; }

.entry-title,
.page-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 35px; }

/* Entry Content
--------------------------------------------- */
.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #f5f5f5; }

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 14px;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 25px; }

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px; }

.entry-categories,
.entry-tags {
  display: block; }

.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: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  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: #333;
  color: #fff; }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px; }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.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 .reply {
  display: none; }

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px; }

 /* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (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; } }
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #FFFFFF;
  color: #000000;
  font: 18px/25px "Open Sans", arial, helvetica, sans-serif;
  margin: 0;
  overflow-x: hidden; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", arial, helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 27px; }
  h2.heading {
    font-size: 36px;
    margin-bottom: 50px;
    position: relative; }
    h2.heading:before, h2.heading:after {
      background: #000000;
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
    h2.heading strong {
      background: #FFFFFF;
      display: inline-block;
      padding: 0 12.5px;
      position: relative;
      z-index: 1; }
    h2.heading a {
      color: #000000;
      text-decoration: none; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

.entry-content h3,
.entry-content h4 {
  font-weight: 600; }

.entry-content h4 {
  margin-top: 40px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.accordion.ui-accordion, .accordion.ui-accordion * {
  transition: none;
  /*.ui-icon {
  	background-image: url("images/ui-icons_ffffff_256x240.png");
  }*/ }
  .accordion.ui-accordion .ui-accordion-header, .accordion.ui-accordion * .ui-accordion-header {
    background-color: #EEE;
    border: 0;
    border-radius: 0;
    color: #444;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 10px 14px 10px 14px; }
    .accordion.ui-accordion .ui-accordion-header.ui-state-active, .accordion.ui-accordion * .ui-accordion-header.ui-state-active {
      background-color: #444;
      color: #FFFFFF; }
    .accordion.ui-accordion .ui-accordion-header:not(.ui-state-active), .accordion.ui-accordion * .ui-accordion-header:not(.ui-state-active) {
      border-bottom: 1px solid #FFFFFF; }
  .accordion.ui-accordion .ui-accordion-content, .accordion.ui-accordion * .ui-accordion-content {
    border: 1px solid #EEE;
    border-radius: 0;
    border-top-width: 0;
    padding: 20px; }

@media (min-width: 768px) {
  .wp-block-cover {
    min-height: 585px !important; } }
.wp-block-cover h2 {
  padding: 0 !important;
  text-align: inherit !important;
  max-width: 100% !important; }

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  max-width: 1440px;
  width: 90% !important; }

@media screen and (max-width: 1199px) {
  .wp-block-image figure.alignright {
    max-width: 50%; } }
@media (max-width: 544px) {
  .wp-block-image figure.alignright {
    display: block;
    float: none;
    margin: 0 auto 25px;
    max-width: 100%; }
    .wp-block-image figure.alignright figcaption {
      display: block; } }
.wp-block-image figure.alignright figcaption {
  text-align: center; }

/*
 * ATOMIC BLOCK - ACCORDION
 */
.gb-block-accordion .gb-accordion-title {
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  padding: 15px !important; }

/*
 * WOOCOMMERCE
 */
.wc-block-grid .wc-block-grid__products {
  padding-left: 0; }
  .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
    align-items: self-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style-type: none; }
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
      color: #000000;
      display: flex;
      flex-direction: column;
      height: 100%; }
      .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link:hover {
        color: #0077C8; }
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
      border: 1px solid #EBEBEB;
      flex-grow: 1;
      overflow: hidden; }
      .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img {
        transform: scale(1); }
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
      font-size: 16px;
      font-weight: normal;
      line-height: 25px;
      text-align: left; }

.breadcrumb {
  font-size: 16px;
  margin-top: 12.5px; }
  .single-product .breadcrumb {
    margin-bottom: 25px; }
  .breadcrumb a {
    color: #00529B;
    text-decoration: none; }
    .breadcrumb a:hover {
      text-decoration: underline; }
    .entry-header .breadcrumb a {
      color: #FFFFFF; }

.woocommerce-breadcrumb {
  color: #FFFFFF !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  margin-top: 12.5px !important; }
  .woocommerce-breadcrumb a {
    color: #FFFFFF !important; }
    .woocommerce-breadcrumb a:hover {
      text-decoration: underline; }

.search-form, .woocommerce-product-search {
  max-width: 100%;
  width: 245px; }
  .search-form > div, .woocommerce-product-search > div {
    background: #FFFFFF;
    border: 2px solid #000000;
    display: flex;
    justify-content: space-between;
    padding: 10px; }
  .search-form .search-field,
  .search-form .search-submit,
  .search-form button, .woocommerce-product-search .search-field,
  .woocommerce-product-search .search-submit,
  .woocommerce-product-search button {
    background: none;
    border: none;
    padding: 0; }
  .search-form .search-field, .woocommerce-product-search .search-field {
    flex-basis: 90%;
    font-size: 14px;
    -webkit-appearance: none; }
  .search-form .search-submit,
  .search-form button, .woocommerce-product-search .search-submit,
  .woocommerce-product-search button {
    color: #000000;
    cursor: pointer;
    flex-basis: 10%; }
    .search-form .search-submit .dashicons,
    .search-form button .dashicons, .woocommerce-product-search .search-submit .dashicons,
    .woocommerce-product-search button .dashicons {
      font-size: 24px;
      height: auto;
      width: auto; }

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%; }
  .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative; }
    @media (min-width: 992px) {
      body:not(.site-id-2) .genesis-nav-menu .menu-item {
        display: inline-block; }
        body:not(.site-id-2) .genesis-nav-menu .menu-item:focus, body:not(.site-id-2) .genesis-nav-menu .menu-item:hover {
          position: relative; } }
    @media (min-width: 1200px) {
      .site-id-2 .genesis-nav-menu .menu-item {
        display: inline-block; }
        .site-id-2 .genesis-nav-menu .menu-item:focus, .site-id-2 .genesis-nav-menu .menu-item:hover {
          position: relative; } }
  .genesis-nav-menu a {
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: 600;
    outline-offset: -1px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none; }
  .genesis-nav-menu a:focus,
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .current-menu-item > a,
  .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
  .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu > .current_page_parent > a {
    color: #0077C8;
    text-decoration: none; }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 100%; }
    @media (min-width: 992px) {
      .genesis-nav-menu .sub-menu,
      .genesis-nav-menu .sub-menu a {
        width: 180px; } }
  .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    z-index: 99; }
    @media (min-width: 992px) {
      .genesis-nav-menu .sub-menu {
        border-top: 1px solid #eee;
        opacity: 0;
        padding-left: 0;
        position: absolute;
        transition: opacity 0.4s ease-in-out; }
        .genesis-nav-menu .sub-menu .sub-menu {
          margin: -46px 0 0 179px; } }
    .genesis-nav-menu .sub-menu a {
      background-color: #FFFFFF;
      font-size: 14px;
      position: relative;
      word-wrap: break-word; }
      @media (min-width: 992px) {
        .genesis-nav-menu .sub-menu a {
          border: 1px solid #EEE;
          border-top: 0;
          padding-top: 12.5px;
          padding-bottom: 12.5px; } }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative; }
  .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: block;
    left: auto;
    opacity: 1; }
  @media (min-width: 992px) {
    .genesis-nav-menu > .menu-bold > a {
      font-weight: 700; }
    .genesis-nav-menu > .menu-highlight > a {
      background-color: #000000;
      border-radius: 3px;
      color: #FFFFFF;
      font-weight: 600;
      margin-left: 15px;
      padding-left: 20px;
      padding-right: 20px; }
      .genesis-nav-menu > .menu-highlight > a:focus, .genesis-nav-menu > .menu-highlight > a:hover {
        background-color: #0077C8; } }

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.genesis-responsive-menu {
  display: none;
  position: relative; }
  @media (min-width: 992px) {
    body:not(.site-id-2) .genesis-responsive-menu {
      display: block;
      padding-top: 15px; } }
  @media (min-width: 1200px) {
    .site-id-2 .genesis-responsive-menu {
      display: block;
      padding-top: 15px; } }
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: none; }

.menu-toggle, .sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #FFFFFF;
  display: block;
  margin: 0;
  overflow: hidden;
  text-align: center;
  visibility: visible; }
  @media (min-width: 992px) {
    body:not(.site-id-2) .menu-toggle,
    body:not(.site-id-2) .sub-menu-toggle {
      display: none;
      visibility: hidden; } }
  @media (min-width: 1200px) {
    .site-id-2 .menu-toggle, .site-id-2 .sub-menu-toggle {
      display: none;
      visibility: hidden; } }
  .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    color: #000000; }

.menu-toggle {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1000; }
  .menu-toggle.activated::before {
    content: "\f335"; }

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 0; }

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }
  .sub-menu .sub-menu-toggle {
    padding: 12px 10px; }
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out; }

.sub-menu-toggle.activated::before {
  transform: rotate(180deg); }

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 12.5px;
  padding-top: 12.5px;
  width: 100%; }
  @media (min-width: 992px) {
    .nav-primary {
      clear: none;
      float: right;
      width: auto; } }
  @media (min-width: 992px) {
    .nav-primary .genesis-nav-menu a {
      padding-left: 12.5px;
      padding-right: 12.5px; } }
  @media (min-width: 1200px) {
    body:not(.site-id-2) .nav-primary .genesis-nav-menu a {
      padding-left: 25px;
      padding-right: 25px; }
    .site-id-2 .nav-primary .genesis-nav-menu a {
      padding-left: 10px;
      padding-right: 10px; } }
  .nav-primary .genesis-nav-menu > .menu-item:last-child > a {
    padding-right: 0; }
  .nav-primary .sub-menu {
    text-align: left; }

/* Mobile Menu
--------------------------------------------- */
.nav-mobile {
  position: absolute;
  right: 0;
  text-align: right;
  top: 40px;
  width: 225px;
  z-index: 2; }
  @media (min-width: 992px) {
    .admin-bar.site-id-2 .nav-mobile {
      top: 40px; } }
  .nav-mobile .menu-item:not(:last-child) {
    border-bottom: 1px solid #FFFFFF; }
  .nav-mobile a {
    background-color: #E2E3E2;
    border-right: 5px solid #75787B;
    color: #75787B;
    font-size: 16px;
    padding: 15px 20px; }
  .nav-mobile a:focus,
  .nav-mobile a:hover,
  .nav-mobile .menu > .current-menu-item > a {
    border-right-color: #41B6E6;
    color: #41B6E6; }

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  display: none;
  visibility: hidden; }
  @media (min-width: 992px) {
    .nav-secondary {
      display: block;
      visibility: visible; } }
  @media (max-width: 544px) {
    .nav-secondary .menu-item:not(:last-child) {
      margin-bottom: 25px; } }
  @media (min-width: 544px) {
    .nav-secondary .menu-item {
      display: inline-block;
      width: 25%; } }
  .nav-secondary .genesis-nav-menu a,
  .nav-secondary .genesis-nav-menu .current-menu-item > a {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    min-width: 135px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important; }
    @media (max-width: 544px) {
      .nav-secondary .genesis-nav-menu a,
      .nav-secondary .genesis-nav-menu .current-menu-item > a {
        display: block; } }
  .nav-secondary .genesis-nav-menu a:hover {
    background-color: #FFFFFF;
    color: #000000; }

/* Social Menu
--------------------------------------------- */
.nav-social {
  margin-top: 25px;
  text-align: center; }
  @media (min-width: 768px) {
    .nav-social {
      float: right;
      margin-top: 0;
      text-align: center; } }
  .nav-social .genesis-nav-menu {
    line-height: 25px; }
    .nav-social .genesis-nav-menu .menu-item {
      display: inline-block;
      margin: 0 0.1em; }
      .nav-social .genesis-nav-menu .menu-item:first-child {
        margin-left: 0; }
      .nav-social .genesis-nav-menu .menu-item:last-child {
        margin-right: 0; }
    .nav-social .genesis-nav-menu a {
      padding-top: 0;
      padding-bottom: 0; }

.site-header {
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding-top: 40px;
  /*
   * SEARCH
   */
  /*
   * HEADER WIDGET AREA - TOP RIGHT
   */
  /*
   * NOTIFICATION BAR
   */
  /*
   * TOOLBAR
   */ }
  @media (min-width: 992px) {
    .site-header {
      padding-top: 0;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 9999; }
      .admin-bar .site-header {
        top: 32px; } }
  .site-header a[href^="tel"] {
    text-decoration: none; }
    .site-header a[href^="tel"]:before {
      content: "\f525 \00a0";
      font-family: Dashicons;
      vertical-align: middle; }
  .site-header .fa-search {
    cursor: pointer; }
  .site-header #toolbar .fa-search {
    float: right;
    margin-left: 12.5px;
    vertical-align: text-top; }
  .site-header .search-form {
    display: none;
    position: absolute;
    right: 5%;
    top: 110px;
    transition: none;
    width: auto;
    z-index: 2; }
    .notification-bar-active .site-header .search-form {
      top: 147px; }
    .site-header .search-form > * {
      display: inline-block;
      line-height: 25px;
      vertical-align: middle;
      width: auto; }
    .site-header .search-form input[type="submit"] {
      border: 1px solid #0077C8;
      margin-top: 0; }
  .site-header #toolbar .search-form {
    right: 0;
    top: 40px; }
  .site-header .title-area {
    display: block;
    margin: 0 auto;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    text-align: center; }
    @media (min-width: 992px) {
      body:not(.site-id-2) .site-header .title-area {
        float: left;
        text-align: left; } }
    @media (min-width: 1200px) {
      .site-id-2 .site-header .title-area {
        float: left;
        text-align: left; } }
    .wp-custom-logo .site-header .title-area {
      max-width: 260px;
      width: 100%; }
      .wp-custom-logo .site-header .title-area img {
        width: auto; }
  .site-header .site-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    /*.wp-custom-logo & {*/
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /*}*/ }
    .site-header .site-title a,
    .site-header .site-title a:focus,
    .site-header .site-title a:hover {
      color: #000000;
      text-decoration: none; }
  .site-header .site-description {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; }
  .site-header .header-widget-area {
    display: none;
    visibility: hidden; }
    @media (min-width: 992px) {
      body:not(.site-id-2) .site-header .header-widget-area {
        display: flex;
        flex-direction: column-reverse;
        float: right;
        text-align: right;
        visibility: visible; } }
    @media (min-width: 1200px) {
      .site-id-2 .site-header .header-widget-area {
        display: flex;
        flex-direction: column-reverse;
        float: right;
        text-align: right;
        visibility: visible; } }
    .site-header .header-widget-area .textwidget {
      font-size: 0; }
      .site-header .header-widget-area .textwidget p {
        background-color: #0077C8;
        color: #FFFFFF;
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        min-height: 42px;
        padding: 7.5px 20px;
        position: relative; }
        .site-header .header-widget-area .textwidget p:first-of-type:before {
          background-color: #0077C8;
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 100% 100%);
          -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 100% 100%);
          content: "";
          display: inline-block;
          height: 42px;
          left: -41.5px;
          position: absolute;
          top: 0;
          width: 42px; }
        .site-header .header-widget-area .textwidget p:nth-of-type(2) {
          background-color: #41B6E6; }
          .site-header .header-widget-area .textwidget p:nth-of-type(2):after {
            background-color: #41B6E6;
            content: "";
            display: inline-block;
            height: 42px;
            position: absolute;
            top: 0;
            width: 100%; }
        .site-header .header-widget-area .textwidget p a {
          color: #FFFFFF;
          text-decoration: none; }
  .site-header #notification-bar {
    background-color: #0077C8;
    color: #FFFFFF;
    font-weight: 600;
    padding: 6.25px 5%;
    text-align: center; }
    .site-header #notification-bar a {
      color: #FFFFFF; }
      .site-header #notification-bar a:hover {
        text-decoration: none; }
    .site-header #notification-bar p {
      margin: 0; }
    .site-header #notification-bar > .widget {
      display: flex;
      justify-content: center; }
      .site-header #notification-bar > .widget:before, .site-header #notification-bar > .widget:after {
        display: none; }
      .site-header #notification-bar > .widget > * {
        margin-left: 6.25px;
        margin-right: 6.25px; }
        .site-header #notification-bar > .widget > *:first-child {
          margin-left: 0; }
        .site-header #notification-bar > .widget > *:last-child {
          margin-right: 0; }
    .site-header #notification-bar .widget-title {
      margin-bottom: 0;
      text-transform: uppercase; }
  .site-header #toolbar {
    background-color: #0077C8;
    color: #FFFFFF;
    font-weight: 600;
    padding: 6.25px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999; }
    .admin-bar .site-header #toolbar {
      top: 46px; }
      @media screen and (min-width: 782px) {
        .admin-bar .site-header #toolbar {
          top: 32px; } }
    @media (min-width: 992px) {
      .site-header #toolbar {
        position: static; }
        body:not(.site-id-2) .site-header #toolbar {
          display: none;
          visibility: hidden; } }
    @media (min-width: 1200px) {
      .site-id-2 .site-header #toolbar {
        display: none;
        visibility: hidden; } }
    .site-header #toolbar a[href^="tel"] {
      color: #FFFFFF; }
    .site-header #toolbar p {
      margin: 0; }
    .site-header #toolbar > .wrap {
      align-items: center;
      display: flex;
      justify-content: space-between;
      max-width: 100%;
      padding: 0 12.5px; }
      .site-header #toolbar > .wrap:before, .site-header #toolbar > .wrap:after {
        display: none; }

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  clear: both;
  display: none;
  visibility: hidden; }
  @media (min-width: 992px) {
    .footer-widgets {
      border-top: 1px solid #959595;
      display: flex;
      margin-top: 37.5px;
      padding: 37.5px 0 50px;
      visibility: visible; } }
  .footer-widgets .footer-widget-area {
    margin-bottom: 25px; }
    @media (min-width: 544px) {
      .footer-widgets .footer-widget-area {
        width: calc(100% / 2); } }
    @media (min-width: 992px) {
      .footer-widgets .footer-widget-area {
        margin-bottom: 0;
        width: calc(100% / 4); }
        .footer-widgets .footer-widget-area:not(:first-of-type) {
          border-left: 2px solid #959595;
          padding-left: 37.5px; } }
  .footer-widgets .widget:not(:last-child) {
    margin-bottom: 25px; }
  .footer-widgets .widget-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 0;
    text-transform: uppercase; }
  .footer-widgets .footer-widget-area:last-child,
  .footer-widgets .footer-widgets .widget:last-child {
    margin-bottom: 0; }
  .footer-widgets .menu > li:before {
    content: "\f345";
    font-family: Dashicons;
    vertical-align: text-top; }

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background: #58575C url("images/footer.jpg") no-repeat right top;
  background-size: cover;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 25px;
  padding: 50px 0 25px; }
  @media (min-width: 992px) {
    .site-footer {
      padding-top: 85px;
      padding-bottom: 50px; } }
  .site-footer a {
    color: #FFFFFF;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer p {
    margin-bottom: 0; }
  .site-footer .site-info {
    text-align: center; }
    @media (min-width: 768px) {
      .site-footer .site-info {
        float: left;
        text-align: left; } }
    @media (max-width: 544px) {
      .site-footer .site-info {
        font-size: 18px; }
        .site-footer .site-info > * {
          display: block;
          padding: 6.25px; }
        .site-footer .site-info .sep {
          display: none; } }

.sidebar {
  margin-bottom: 37.5px; }
  @media (min-width: 992px) {
    .sidebar {
      float: right;
      width: 22%; }
      .sidebar-content .sidebar {
        float: left; } }
  .sidebar .widget_nav_menu > ul li:not(:last-child),
  .sidebar .widget-wrap > ul li:not(:last-child),
  .sidebar .widget-wrap > div > ul li:not(:last-child) {
    border-bottom: 1px solid #FFFFFF; }
  .sidebar .widget_nav_menu > ul li a,
  .sidebar .widget-wrap > ul li a,
  .sidebar .widget-wrap > div > ul li a {
    background-color: #E5E5E6;
    color: #000000;
    display: block;
    font-size: 15px;
    padding: 12.5px;
    text-decoration: none; }
  .sidebar .widget_nav_menu > ul li a:hover, .sidebar .widget_nav_menu > ul li.active a, .sidebar .widget_nav_menu > ul li.current-menu-item a,
  .sidebar .widget-wrap > ul li a:hover,
  .sidebar .widget-wrap > ul li.active a,
  .sidebar .widget-wrap > ul li.current-menu-item a,
  .sidebar .widget-wrap > div > ul li a:hover,
  .sidebar .widget-wrap > div > ul li.active a,
  .sidebar .widget-wrap > div > ul li.current-menu-item a {
    background-color: #97999B;
    color: #FFFFFF; }
  .sidebar .widget_nav_menu > ul > li:last-child,
  .sidebar .widget_nav_menu > ul > li:last-child > a,
  .sidebar .widget-wrap > ul > li:last-child,
  .sidebar .widget-wrap > ul > li:last-child > a,
  .sidebar .widget-wrap > div > ul > li:last-child,
  .sidebar .widget-wrap > div > ul > li:last-child > a {
    border-radius: 0 0 12.5px 12.5px; }
  .sidebar ul.children li:first-child > a {
    border-top: 1px solid #FFFFFF; }
  .sidebar .menu-item {
    display: block; }
  .sidebar .widget {
    margin-bottom: 37.5px; }
    .sidebar .widget > * {
      transition: none; }
  .sidebar .widget-title {
    background-color: #00529B;
    border-radius: 12.5px 12.5px 0 0;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 12.5px; }
    .sidebar .widget-title.collapsed {
      border-radius: 12.5px;
      cursor: pointer;
      display: flex;
      justify-content: space-between; }
      .sidebar .widget-title.collapsed:after {
        content: "\f347";
        font-family: "Dashicons"; }
      .sidebar .widget-title.collapsed.expand {
        border-radius: 12.5px 12.5px 0 0; }
        .sidebar .widget-title.collapsed.expand:after {
          transform: rotate(180deg); }
      .sidebar .widget-title.collapsed:hover {
        box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25); }
  .sidebar p {
    margin-bottom: 25px; }

input,
select,
textarea {
  background-color: #FFFFFF;
  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"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #0077C8;
  border: 0;
  border-radius: 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:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
  .button:hover {
    box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25); }

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

.gform_wrapper {
  margin-top: 0 !important; }

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !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 {
    text-align: center;
    width: 100%; }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }

  .site-inner {
    padding-top: 0;
    position: relative; }

  .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; } }
.home .banner h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 40px; }
  .site-id-1 .home .banner h1 {
    margin-bottom: 0; }
  @media (max-width: 544px) {
    .home .banner h1 {
      font-size: 28px;
      line-height: 30px;
      margin-top: 25px; } }
  @media (min-width: 768px) {
    .home .banner h1 {
      font-size: 48px;
      line-height: 50px; } }
  @media (min-width: 992px) {
    .home .banner h1 {
      font-size: 60px;
      line-height: 60px; } }
.home .banner h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 0; }
  .site-id-1 .home .banner h2 {
    margin-bottom: 50px; }
  @media (max-width: 544px) {
    .home .banner h2 {
      font-size: 24px;
      line-height: 20px; } }
  @media (min-width: 768px) {
    .home .banner h2 {
      font-size: 36px;
      line-height: 40px; } }
  @media (min-width: 992px) {
    .home .banner h2 {
      font-size: 48px;
      line-height: 50px; } }

.home {
  /*
   * APPLICATION COLUMNS
   *
   * Stackable Image Boxes
   */ }
  .home .applications.ugb-image-box .ugb-block-content {
    display: flex !important;
    grid-gap: 0;
    justify-content: space-between; }
    @media screen and (max-width: 782px) {
      .home .applications.ugb-image-box .ugb-block-content {
        flex-direction: column; } }
  .home .applications.ugb-image-box.ugb-image-box--columns-3 .ugb-image-box__item {
    flex-basis: 30%; }
  .home .applications.ugb-image-box.ugb-image-box--columns-4 .ugb-image-box__item {
    flex-basis: 22%; }
  .home .applications.ugb-image-box .ugb-image-box__item {
    overflow: visible !important; }
    @media screen and (max-width: 782px) {
      .home .applications.ugb-image-box .ugb-image-box__item {
        flex-basis: 100%;
        height: auto !important;
        padding: 0 !important; }
        .home .applications.ugb-image-box .ugb-image-box__item:not(:last-child) {
          margin-bottom: 25px; } }
  @media screen and (min-width: 782px) {
    .home .applications.ugb-image-box .ugb-image-box__overlay {
      height: calc(100% + 60px); } }
  @media screen and (max-width: 782px) {
    .home .applications.ugb-image-box .ugb-image-box__content {
      height: 100%;
      margin-top: 0 !important;
      margin-bottom: 0 !important; } }
  .home .applications.ugb-image-box .ugb-image-box__title {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #0077C8 !important;
    border-left-width: 55px !important;
    bottom: 0;
    color: #000000 !important;
    display: flex;
    font-size: 15px;
    height: 60px;
    left: 0;
    line-height: 25px;
    margin-bottom: 0 !important;
    padding: 0 40px 0 15px;
    position: absolute;
    text-align: left;
    width: 100%; }
    @media screen and (max-width: 782px) {
      .home .applications.ugb-image-box .ugb-image-box__title {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
        position: relative; } }
    @media (min-width: 1200px) {
      .home .applications.ugb-image-box .ugb-image-box__title {
        font-size: 20px; } }
    @media (max-width: 544px) {
      .home .applications.ugb-image-box .ugb-image-box__title {
        font-size: 16px; } }
    @media screen and (max-width: 380px) {
      .home .applications.ugb-image-box .ugb-image-box__title {
        font-size: 14px; } }
    .home .applications.ugb-image-box .ugb-image-box__title:before {
      background: url("images/icons-applications.png") no-repeat;
      background-size: 105px 35px;
      content: "";
      height: 35px;
      left: -45px;
      position: absolute;
      text-align: center;
      top: 10px;
      width: 35px; }
    @media (min-width: 544px) {
      .home .applications.ugb-image-box .ugb-image-box__title:after {
        content: "\f345";
        font-family: Dashicons;
        position: absolute;
        right: 15px; } }
  .home .applications.ugb-image-box .ugb-image-box__item:nth-child(2) .ugb-image-box__title:before {
    background-position: -35px 0; }
  .home .applications.ugb-image-box .ugb-image-box__item:nth-child(3) .ugb-image-box__title:before {
    background-position: -70px 0; }
  .home .applications.ugb-image-box .ugb-image-box__item:hover .ugb-image-box__title {
    border-color: #41B6E6 !important; }
    @media screen and (max-width: 782px) {
      .home .applications.ugb-image-box .ugb-image-box__item:hover .ugb-image-box__title {
        background-color: #0077C8;
        border-color: transparent !important;
        color: #FFFFFF !important; } }

/*
 * POWER
 */
.home.site-id-4 {
  /*
   * APPLICATION COLUMNS
   *
   * Stackable Image Boxes
   */ }
  @media screen and (max-width: 992px) {
    .home.site-id-4 .applications.ugb-image-box {
      margin-top: 0 !important;
      margin-bottom: 0 !important; } }
  .home.site-id-4 .applications.ugb-image-box .ugb-block-content {
    display: flex !important;
    flex-wrap: wrap;
    grid-gap: 0;
    justify-content: space-around; }
    @media screen and (max-width: 782px) {
      .home.site-id-4 .applications.ugb-image-box .ugb-block-content {
        flex-direction: column; } }
    @media (min-width: 992px) {
      .home.site-id-4 .applications.ugb-image-box .ugb-block-content {
        flex-wrap: no-wrap;
        justify-content: space-between; } }
  @media screen and (max-width: 992px) {
    .home.site-id-4 .applications.ugb-image-box .ugb-image-box__item {
      flex-basis: 48%;
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .home.site-id-4 .applications.ugb-image-box .ugb-image-box__title {
      font-size: 16px; } }

#applications {
  position: relative;
  /*
   * DOT
   */
  /*
   * POP-UP BOXES
   */ }
  @media (max-width: 544px) {
    #applications {
      display: none;
      visibility: hidden; } }
  #applications a.hotspot {
    display: block;
    height: 4%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2.1%;
    /*
     * HVAC
     */
    /*
     * INDUSTRIAL
     */
    /*
     * POWER
     */ }
    .site-id-2 #applications a.hotspot {
      left: 12.25%;
      top: 53.25%; }
      .site-id-2 #applications a.hotspot:nth-of-type(2) {
        left: 24.3%;
        top: 53%; }
      .site-id-2 #applications a.hotspot:nth-of-type(3) {
        left: 35.85%;
        top: 62.25%; }
      .site-id-2 #applications a.hotspot:nth-of-type(4) {
        left: 46.25%;
        top: 54.25%; }
      .site-id-2 #applications a.hotspot:nth-of-type(5) {
        left: 59.45%;
        top: 74.5%; }
      .site-id-2 #applications a.hotspot:nth-of-type(6) {
        left: 70.35%;
        top: 65.8%; }
    .site-id-3 #applications a.hotspot {
      left: 12.6%;
      top: 66.8%; }
      .site-id-3 #applications a.hotspot:nth-of-type(2) {
        left: 20.15%;
        top: 63%; }
      .site-id-3 #applications a.hotspot:nth-of-type(3) {
        left: 30.55%;
        top: 68.5%; }
      .site-id-3 #applications a.hotspot:nth-of-type(4) {
        left: 42.55%;
        top: 63.2%; }
      .site-id-3 #applications a.hotspot:nth-of-type(5) {
        left: 59.5%;
        top: 77.65%; }
      .site-id-3 #applications a.hotspot:nth-of-type(6) {
        left: 71.85%;
        top: 61.75%; }
      .site-id-3 #applications a.hotspot:nth-of-type(7) {
        left: 84.85%;
        top: 66.95%; }
    .site-id-4 #applications a.hotspot {
      left: 15.55%;
      top: 77.75%; }
      .site-id-4 #applications a.hotspot:nth-of-type(2) {
        left: 17.8%;
        top: 57%; }
      .site-id-4 #applications a.hotspot:nth-of-type(3) {
        left: 28.25%;
        top: 75.8%; }
      .site-id-4 #applications a.hotspot:nth-of-type(4) {
        left: 34.3%;
        top: 65.2%; }
      .site-id-4 #applications a.hotspot:nth-of-type(5) {
        left: 40.7%;
        top: 78.35%; }
      .site-id-4 #applications a.hotspot:nth-of-type(6) {
        left: 44.1%;
        top: 39.85%; }
      .site-id-4 #applications a.hotspot:nth-of-type(7) {
        left: 51.1%;
        top: 61.55%; }
  #applications .mouseover {
    background-color: #FFFFFF;
    border: 1px solid rgba(55, 55, 55, 0.4);
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.9);
    display: none;
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
    position: absolute;
    transition: none;
    width: 400px;
    z-index: 10; }
    #applications .mouseover h2 {
      color: #000000;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 12.5px; }
    #applications .mouseover p {
      margin: 12.5px 0; }
      #applications .mouseover p:last-child {
        margin-bottom: 0; }
  #applications .mouseover {
    left: 0;
    top: 0;
    /*
     * HVAC
     */
    /*
     * INDUSTRIAL
     */
    /*
     * POWER
     */ }
    .site-id-2 #applications .mouseover {
      left: 12.25%;
      top: 58.25%; }
      .site-id-2 #applications .mouseover:nth-of-type(2) {
        left: 24.3%;
        top: 58%; }
      .site-id-2 #applications .mouseover:nth-of-type(3) {
        left: 35.85%;
        top: 67.25%; }
      .site-id-2 #applications .mouseover:nth-of-type(4) {
        left: 46.25%;
        top: 59.25%; }
      .site-id-2 #applications .mouseover:nth-of-type(5) {
        left: auto;
        right: 5%;
        top: 79.5%; }
        @media (min-width: 1200px) {
          .site-id-2 #applications .mouseover:nth-of-type(5) {
            left: 59.45%;
            right: auto; } }
      .site-id-2 #applications .mouseover:nth-of-type(6) {
        left: auto;
        right: 5%;
        top: 70.8%; }
        @media (min-width: 1200px) {
          .site-id-2 #applications .mouseover:nth-of-type(6) {
            left: 70.35%;
            right: auto; } }
    .site-id-3 #applications .mouseover {
      left: 12.6%;
      top: 71.8%; }
      .site-id-3 #applications .mouseover:nth-of-type(2) {
        left: 20.15%;
        top: 68%; }
      .site-id-3 #applications .mouseover:nth-of-type(3) {
        left: 30.55%;
        top: 73.5%; }
      .site-id-3 #applications .mouseover:nth-of-type(4) {
        left: 42.55%;
        top: 68.2%; }
      .site-id-3 #applications .mouseover:nth-of-type(5) {
        left: auto;
        right: 5%;
        top: 82.65%; }
        @media (min-width: 1200px) {
          .site-id-3 #applications .mouseover:nth-of-type(5) {
            left: 59.5%;
            right: auto; } }
      .site-id-3 #applications .mouseover:nth-of-type(6) {
        left: auto;
        right: 5%;
        top: 66.75%; }
        @media (min-width: 1200px) {
          .site-id-3 #applications .mouseover:nth-of-type(6) {
            left: 71.85%;
            right: auto; } }
      .site-id-3 #applications .mouseover:nth-of-type(7) {
        left: auto;
        right: 5%;
        top: 71.95%; }
    .site-id-4 #applications .mouseover {
      left: 15.55%;
      top: 82.75%; }
      .site-id-4 #applications .mouseover:nth-of-type(2) {
        left: 17.8%;
        top: 62%; }
      .site-id-4 #applications .mouseover:nth-of-type(3) {
        left: 28.25%;
        top: 80.8%; }
      .site-id-4 #applications .mouseover:nth-of-type(4) {
        left: 34.3%;
        top: 70.2%; }
      .site-id-4 #applications .mouseover:nth-of-type(5) {
        left: 40.7%;
        top: 83.35%; }
      .site-id-4 #applications .mouseover:nth-of-type(6) {
        left: 44.1%;
        top: 44.85%; }
      .site-id-4 #applications .mouseover:nth-of-type(7) {
        left: 51.1%;
        top: 66.55%; }

.home {
  /*
   * UPCOMING EVENTS
   */
  /*
   * UPCOMING EVENTS SHORTCODE
   */
  /*
   * WHY CHOOSE AIR MONITOR
   */
  /*
   * TECHNOLOGIES
   */
  /*
   * BLOG CTA
   */ }
  .home .upcoming-events {
    display: none;
    visibility: hidden; }
    @media (min-width: 768px) {
      .home .upcoming-events {
        display: block;
        visibility: visible; } }
    .home .upcoming-events h2 {
      margin-bottom: 50px; }
  .home .events {
    flex-wrap: wrap !important; }
    @media (min-width: 992px) {
      .home .events {
        flex-wrap: nowrap !important; } }
    .home .events .event {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 25px; }
      @media screen and (min-width: 600px) and (max-width: 992px) {
        .home .events .event:nth-child(2n) {
          margin-left: 32px; }
        .home .events .event:first-child, .home .events .event:nth-child(2n+1) {
          margin-left: 0; } }
      .home .events .event h3 {
        flex-grow: 1;
        font-size: 21px;
        font-weight: 800;
        text-transform: uppercase; }
      .home .events .event img {
        display: block;
        flex-grow: 0;
        margin: 0 auto; }
      .home .events .event p {
        margin-bottom: 12.5px; }
        .home .events .event p:last-child {
          margin-bottom: 0; }
      .home .events .event .date {
        font-style: italic; }
      .home .events .event .link {
        flex-grow: 0; }
        .home .events .event .link a {
          font-weight: 600;
          text-decoration: none; }
          .home .events .event .link a:after {
            content: " \00bb"; }
  .home .why-air-monitor h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px; }
  .home .why-air-monitor > .gb-layout-column-wrap {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .home .why-air-monitor > .gb-layout-column-wrap {
        flex-direction: row; } }
    .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
      font-weight: 600;
      height: 100%; }
    @media (min-width: 992px) {
      .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(1) {
        flex-basis: 60%; } }
    @media (min-width: 1200px) {
      .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(1) {
        flex-basis: 50%; } }
    .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(1) > .gb-block-layout-column-inner {
      background-image: url("images/bg-why-air-monitor.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (min-width: 1600px) {
        .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(1) > .gb-block-layout-column-inner {
          padding-left: calc(100% - calc(1440px / 2)) !important;
          padding-right: 5% !important; } }
      @media (max-width: 544px) {
        .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(1) > .gb-block-layout-column-inner h2 {
          text-align: center; } }
      .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(1) > .gb-block-layout-column-inner > .gb-block-container {
        background: rgba(255, 255, 255, 0.2);
        border-left: 5px solid #41B6E6;
        overflow: hidden;
        padding: 12.5px 25px; }
        .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(1) > .gb-block-layout-column-inner > .gb-block-container h3 {
          font-size: 18px;
          font-weight: 800;
          margin-bottom: 0;
          text-transform: uppercase; }
    @media (min-width: 992px) {
      .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(2) {
        flex-basis: 40%; } }
    @media (min-width: 1200px) {
      .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(2) {
        flex-basis: 50%; } }
    .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(2) > .gb-block-layout-column-inner > *:not(.wp-block-image) {
      padding-left: 5%;
      padding-right: 5%; }
      @media screen and (min-width: 1600px) {
        .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(2) > .gb-block-layout-column-inner > *:not(.wp-block-image) {
          padding-right: calc(100% - calc(1440px / 2)) !important; } }
    .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(2) > .gb-block-layout-column-inner h2 {
      color: #898989; }
      .home .why-air-monitor > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(2) > .gb-block-layout-column-inner h2:after {
        background-color: #0077C8;
        content: "";
        display: block;
        height: 5px;
        margin-top: 10px;
        width: 115px; }
  .home .technologies .gb-layout-columns-2 .gb-layout-column-wrap {
    display: flex !important;
    justify-content: space-between; }
    .home .technologies .gb-layout-columns-2 .gb-layout-column-wrap .gb-block-layout-column:nth-child(1) {
      display: none;
      visibility: hidden; }
      @media (min-width: 992px) {
        .home .technologies .gb-layout-columns-2 .gb-layout-column-wrap .gb-block-layout-column:nth-child(1) {
          display: block;
          flex-basis: 37.6%;
          visibility: visible; } }
    @media (min-width: 992px) {
      .home .technologies .gb-layout-columns-2 .gb-layout-column-wrap .gb-block-layout-column:nth-child(2) {
        flex-basis: 58.4%; } }
  .home .blog {
    padding-left: 5% !important;
    padding-right: 5% !important; }
    @media screen and (min-width: 1600px) {
      .home .blog {
        padding-left: calc(calc(100vw - 1440px) / 2) !important;
        padding-right: calc(calc(100vw - 1440px) / 2) !important; } }
    @media (min-width: 768px) {
      .home .blog .ugb-content-wrapper {
        display: grid;
        grid-template-columns: auto max-content;
        text-align: left; } }
    .home .blog .ugb-cta__title {
      font-size: 36px;
      font-weight: 700;
      grid-column: 1;
      grid-row: 1; }
    .home .blog .ugb-cta__description {
      font-weight: 600;
      grid-column: 1;
      grid-row: 2; }
    .home .blog .ugb-content-wrapper > div {
      align-self: center;
      grid-column: 2;
      grid-row: 1 / 3; }
    @media (min-width: 768px) {
      .home .blog.ugb-cta .ugb-content-wrapper > p {
        margin-bottom: 0 !important; } }

ul.product-applications {
  clear: both;
  list-style: none outside;
  margin: 0 0 1em;
  padding: 0; }
  ul.product-applications > li {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 48%; }
    @media screen and (max-width: 1200px) {
      ul.product-applications > li:nth-child(2n) {
        margin-right: 0; } }
    @media (min-width: 1200px) {
      ul.product-applications > li {
        width: 22.05%; }
        ul.product-applications > li:nth-child(4n) {
          margin-right: 0; }
          ul.product-applications > li:nth-child(4n) + li {
            clear: both; } }
    ul.product-applications > li > a {
      color: #000000;
      display: block;
      flex-shrink: 0;
      text-decoration: none; }
      ul.product-applications > li > a figure {
        border: 1px solid #EBEBEB;
        margin: 0;
        overflow: hidden; }
        ul.product-applications > li > a figure img {
          transform: scale(1);
          width: 100%; }
      ul.product-applications > li > a:hover {
        color: #0077C8; }
    ul.product-applications > li h3 {
      font-size: 16px;
      font-weight: 600;
      line-height: 25px;
      padding-top: 0.5em;
      padding-bottom: 0; }
    ul.product-applications > li ul {
      font-size: 14px;
      margin-left: 1em !important; }
      ul.product-applications > li ul li {
        list-style-type: disc !important; }
      ul.product-applications > li ul a {
        color: #000000;
        text-decoration: none; }
        ul.product-applications > li ul a:hover {
          color: #0077C8; }
    ul.product-applications > li .intro-text {
      display: block;
      font-size: 14px;
      margin-bottom: 25px; }

.brands-page .faq ul {
  padding-left: 0; }
  .brands-page .faq ul > li {
    list-style: none; }
    .brands-page .faq ul > li:not(:last-child) {
      margin-bottom: 1.5em; }
    .brands-page .faq ul > li > ul {
      font-size: 16px;
      margin-top: 0.5em;
      padding-left: 1em; }
      .brands-page .faq ul > li > ul > li {
        list-style-type: circle; }

.contact-page .gb-layout-columns-2.gb-2-col-wideleft > .gb-layout-column-wrap > .gb-block-layout-column:last-child strong {
  text-transform: uppercase; }
  .contact-page .gb-layout-columns-2.gb-2-col-wideleft > .gb-layout-column-wrap > .gb-block-layout-column:last-child strong .icon {
    vertical-align: sub; }
.contact-page .gb-layout-columns-2.gb-2-col-wideleft > .gb-layout-column-wrap > .gb-block-layout-column:last-child .wp-block-button:last-child {
  margin-bottom: 0 !important; }

.page-template-downloads {
  /*
   * ICONS
   */ }
  .page-template-downloads ul.download-categories li {
    display: inline-block;
    margin-bottom: 50px;
    vertical-align: top;
    width: 25%; }
    @media (max-width: 544px) {
      .page-template-downloads ul.download-categories li {
        width: 50%; } }
    .page-template-downloads ul.download-categories li a {
      color: #000000;
      display: block;
      text-align: center;
      text-decoration: none; }
      .page-template-downloads ul.download-categories li a > * {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .page-template-downloads ul.download-categories li a .dashicons {
        background-color: #0077C8;
        color: #FFFFFF;
        clip-path: circle(50%);
        -webkit-clip-path: circle(50%);
        font-size: 48px;
        height: 100px;
        line-height: 100px;
        margin-bottom: 12.5px;
        width: 100px; }
      .page-template-downloads ul.download-categories li a:hover .dashicons {
        box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25); }
      .page-template-downloads ul.download-categories li a .cat-name {
        font-weight: 600;
        line-height: 20px; }
    .page-template-downloads ul.download-categories li:nth-child(2n) .dashicons {
      background-color: #41B6E6; }
    .page-template-downloads ul.download-categories li:nth-child(3n) .dashicons {
      background-color: #97999B; }
    .page-template-downloads ul.download-categories li.application-guides .dashicons::before, .page-template-downloads ul.download-categories li.conditions-of-sale-warranties .dashicons::before {
      content: "\f121"; }
    .page-template-downloads ul.download-categories li.archives .dashicons::before {
      content: "\f510"; }
    .page-template-downloads ul.download-categories li.installation-documents .dashicons::before {
      content: "\f107"; }
    .page-template-downloads ul.download-categories li.manuals .dashicons::before {
      content: "\f331"; }
    .page-template-downloads ul.download-categories li.ordering-information .dashicons::before {
      content: "\f472"; }
    .page-template-downloads ul.download-categories li.submittals .dashicons::before {
      content: "\f322"; }

h3.download-cat {
  background-color: #0077C8;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px 10px; }

ul.file-downloads {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  margin: 0;
  padding: 0; }
  ul.file-downloads > li {
    background-color: #F9F9F9;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    list-style: none;
    padding: 15px 10px; }
    ul.file-downloads > li:nth-child(2n) {
      background-color: #E9E9E9; }
    ul.file-downloads > li:before {
      background: url("images/pdf.svg");
      content: "";
      display: inline-block;
      height: 20px;
      margin-right: 0.5em;
      vertical-align: sub;
      width: 20px; }
    ul.file-downloads > li.mp4:before {
      background: url("images/mp4.svg");
      background-size: cover; }
    ul.file-downloads > li.post:before {
      background: url("images/blog-post.svg");
      background-size: cover; }
    ul.file-downloads > li.xlsx:before {
      background: url("images/xls.svg"); }
    ul.file-downloads > li a {
      color: #0077C8;
      text-decoration: none; }
      ul.file-downloads > li a:hover {
        color: #000000; }
      ul.file-downloads > li a.edit {
        font-size: 14px;
        font-weight: 600; }
        ul.file-downloads > li a.edit:hover {
          color: #000000; }

/**
 * URL: /rep-resources/
 */
.parent-pageid-182 div.products {
  display: flex;
  flex-wrap: wrap; }
  .parent-pageid-182 div.products > div {
    border: 1px solid #EBEBEB;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 48%; }
    @media screen and (max-width: 1200px) {
      .parent-pageid-182 div.products > div:nth-child(2n) {
        margin-right: 0; } }
    @media (min-width: 1200px) {
      .parent-pageid-182 div.products > div {
        width: 22.05%; }
        .parent-pageid-182 div.products > div:nth-child(4n) {
          margin-right: 0; } }
    .parent-pageid-182 div.products > div h3 {
      flex-grow: 1;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      padding: 0.5em; }
      .parent-pageid-182 div.products > div h3 + em {
        display: block;
        padding: 0 0.5em 0.5em; }
    .parent-pageid-182 div.products > div a.button, .parent-pageid-182 div.products > div select {
      display: block;
      margin: 0 auto 0.5em;
      padding: 0.5em 0.25em;
      width: calc( 100% - 1em ); }
    .parent-pageid-182 div.products > div a.button span.dashicons {
      vertical-align: middle; }
.parent-pageid-182 section.network {
  clear: both; }

/**
 * URL: /quote-ordering-information/
 */
.network-downloads > .network:not(:last-child) {
  margin-bottom: 25px; }

/**
 * URL: /air-monitor-logos/
 */
.air-monitor-logos-page .gb-block-layout-column {
  border: 1px solid #EBEBEB;
  display: flex; }
  .air-monitor-logos-page .gb-block-layout-column .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .air-monitor-logos-page .gb-block-layout-column a.wp-block-button__link {
    display: block;
    margin: 0 auto 0.5em;
    padding: 0.5em 0.25em;
    width: calc( 100% - 1em ); }
    .air-monitor-logos-page .gb-block-layout-column a.wp-block-button__link:after {
      content: "\f316";
      font-family: "Dashicons";
      padding-left: 0.25em;
      vertical-align: middle; }
  .air-monitor-logos-page .gb-block-layout-column p {
    flex-grow: 1;
    font-size: 16px;
    padding: 0.5em; }
  .air-monitor-logos-page .gb-block-layout-column .wp-block-image {
    margin: 0.5em; }
    .air-monitor-logos-page .gb-block-layout-column .wp-block-image.bg-black {
      background-color: #000000; }

/**
 * URL: /meet-the-amc-team/
 */
.meet-the-amc-team-page .division .dept > h3 {
  background-color: #0077C8;
  color: #FFFFFF;
  font-weight: 500;
  padding: 5px 10px; }
.meet-the-amc-team-page .division .dept .employees {
  display: flex;
  flex-wrap: wrap; }
  .meet-the-amc-team-page .division .dept .employees > div.employee {
    border: 1px solid #EBEBEB;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 3.8% 2.992em 0;
    padding: 0.5em;
    position: relative;
    text-align: center;
    width: 48%; }
    @media screen and (max-width: 1200px) {
      .meet-the-amc-team-page .division .dept .employees > div.employee:nth-child(2n) {
        margin-right: 0; } }
    @media (min-width: 1200px) {
      .meet-the-amc-team-page .division .dept .employees > div.employee {
        width: 22.05%; }
        .meet-the-amc-team-page .division .dept .employees > div.employee:nth-child(4n) {
          margin-right: 0; } }
    .meet-the-amc-team-page .division .dept .employees > div.employee a.button {
      display: block;
      font-size: 14px;
      margin: 0 auto 0.5em;
      padding: 0.5em 0.25em;
      width: calc( 100% - 1em ); }
    .meet-the-amc-team-page .division .dept .employees > div.employee h3 {
      flex-grow: 1;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      margin-bottom: 0; }
      .meet-the-amc-team-page .division .dept .employees > div.employee h3 + em {
        font-size: 14px; }
    .meet-the-amc-team-page .division .dept .employees > div.employee img {
      border-radius: 50%;
      display: block;
      margin: 0 auto 5px;
      max-width: 100%;
      width: 150px; }
    .meet-the-amc-team-page .division .dept .employees > div.employee .dashicons.dashicons-admin-users {
      color: #75787B;
      display: block;
      font-size: 150px;
      height: 150px;
      margin: 0 auto 5px;
      max-height: 100%;
      max-width: 100%;
      text-align: center;
      width: 150px; }

/*
 * ARCHIVE / SHOP PAGE
 */
.woocommerce ul.products li.product a {
  color: #000000; }
  .woocommerce ul.products li.product a figure {
    border: 1px solid #EBEBEB;
    margin: 0;
    overflow: hidden; }
    .woocommerce ul.products li.product a figure img {
      transform: scale(1); }
  .woocommerce ul.products li.product a:hover {
    color: #0077C8; }
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 25px;
  padding-bottom: 0 !important; }
.woocommerce .archive-description > ul {
  margin-top: 25px;
  margin-bottom: 25px; }
  .woocommerce .archive-description > ul > li {
    list-style-type: disc;
    margin-left: 1em; }

    .card_content {
        font-size: 12px;
        line-height: 1.3;
    }
    .card_content p {
        margin: 0;
    }
    .card_content strong {
        margin-top: 10px;
    }
    .woocommerce .products .card_content ul {
    padding: 5px 0 0 15px;
    }
    .woocommerce .products .card_content ul li {
    list-style-type: disc;
    }
    .app_prod_cta.btn_view a {
    background-color: #0077C8;
    color: #fff !important;
    padding: 0 10px 2px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s !important;
    border: 1px solid #0077C8;
    }
    .app_prod_cta.btn_view a:hover {
    border: 1px solid #0077C8;
    color: #0077C8 !important;
    background-color: transparent;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 700 !important;
    }


/*
 * SINGLE PRODUCT PAGE
 */
.woocommerce div.product div.images {
  /*@include respond-to('medium') {
  	width: 48% !important;
  }*/ }
  @media screen and (min-width: 640px) {
    .woocommerce div.product div.images {
      float: left !important;
      width: 30.666% !important; } }
.woocommerce div.product div.summary {
  /*@include respond-to('medium') {
  	width: 48% !important;
  }*/ }
  @media screen and (min-width: 640px) {
    .woocommerce div.product div.summary {
      float: right !important;
      width: 65.334% !important; } }
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: none !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #EEE !important;
    border-bottom: none !important;
    margin: 0 !important;
    opacity: 0.5; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
      opacity: 1; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
      color: #000000 !important; }
.woocommerce div.product .woocommerce-tabs ul.downloads {
  margin: 0;
  padding-left: 0; }
  .woocommerce div.product .woocommerce-tabs ul.downloads li {
    list-style: none; }
    .woocommerce div.product .woocommerce-tabs ul.downloads li:not(:last-child) {
      margin-bottom: 12.5px; }
  .woocommerce div.product .woocommerce-tabs ul.downloads a {
    color: #000000;
    text-decoration: none; }
    .woocommerce div.product .woocommerce-tabs ul.downloads a:not(.edit):before {
      background: url("images/pdf.svg");
      content: "";
      display: inline-block;
      height: 20px;
      margin-right: 0.5em;
      vertical-align: sub;
      width: 20px; }
    .woocommerce div.product .woocommerce-tabs ul.downloads a:hover {
      color: #00529B; }
    .woocommerce div.product .woocommerce-tabs ul.downloads a.edit {
      color: #0077C8;
      font-size: 14px;
      font-weight: 600;
      text-decoration: underline; }
      .woocommerce div.product .woocommerce-tabs ul.downloads a.edit:hover {
        color: #000000;
        text-decoration: none; }
.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #EEE;
  padding: 25px !important; }

@media (min-width: 1200px) {
  body:not(.site-id-1) .nav-primary .genesis-nav-menu a {
    padding-left: 12px;
    padding-right: 12px; } }
@media (max-width: 1300px) {
  body:not(.site-id-1) .nav-primary .genesis-nav-menu a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 16px !important; } }
@media (max-width: 1100px) {
  body:not(.site-id-1) .nav-primary .genesis-nav-menu a {
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: 15px !important; } }

  @media (min-width: 783px) {
.col-home .ugb-image-box__item {
  width: 47%;
}
  }

@media screen and (max-width: 782px) {
    .home .applications.ugb-image-box.col-home .ugb-image-box__item {
        flex-basis: 100%;
        height: 300px !important;
        min-height: 300px !important;
        padding: 0px !important;
        margin-bottom: 40px;
        justify-content: flex-end !important;
    }
    .home .applications.ugb-image-box.col-home .ugb-image-box__item .ugb-image-box__header {
       position: absolute;
       bottom: 0;
       width: 100%;
    }
}


/*# sourceMappingURL=style.css.map */
on: absolute;
       bottom: 0;
       width: 100%;
    }
}




/*# sourceMappingURL=style.css.map */
