@charset "UTF-8";
/*!
Theme Name: airindex
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: airindex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
/* ------------------------------ 
|	[1] Base
-------------------------------- */
/*!
Theme Name: airindex
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: airindex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

html, body {
  width: 100%;
  background-color: #E0E0E0;
  font-family: raleway, sans-serif; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  color: #65abac;
  padding-left: 41px;
  margin-left: 0;
  font-weight: 700;
  font-size: 18px;
  position: relative; }

blockquote:before {
  content: '\201C';
  font-size: 62px;
  position: absolute;
  left: 0;
  top: -18px; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #e8e8e8;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ol {
  margin: 0 0 1.5em 3em;
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
  margin-top: 10px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#subscribe-form textarea,
#subscribe-form input[type="text"],
#subscribe-form input[type="email"] {
  color: #000; }

.btn-primary {
  background-color: #76BEBF;
  color: #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  overflow: visible;
  line-height: inherit;
  color: inherit;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #76bebf;
  text-decoration: none; }

a:visited {
  color: #65abac; }

a:hover, a:focus, a:active {
  color: #65abac; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* CUSTOM STYLES */
.site-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.site-header.fixed {
  background: rgba(0, 0, 0, 0.7); }

.site-header .main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.site-header.fixed .main-navigation {
  padding: 1rem 0; }

.justify-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.flex-1 {
  flex: 1; }

.px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.pr-0 {
  padding-right: 0; }

.mr-5 {
  margin-right: 5px; }

.ml-5 {
  margin-left: 5px; }

.mt-50 {
  margin-top: 50px; }

.hidden {
  display: none !important; }

.container {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem; }

/*   NAVIGATION   */
.menu-branding {
  z-index: 10;
  height: 58px; }

.menu-toggle {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.main-navigation #menu-primary {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none; }

.main-navigation #menu-primary li {
  margin-bottom: 0 !important; }

.main-navigation #menu-primary .sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.main-navigation .menu-container.open {
  left: 0; }

.main-navigation .menu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  background: #76BEBF;
  padding: 6rem 0;
  transition: all 0.3s ease; }

.main-navigation .menu-container .menu-items #menu-primary {
  display: flex;
  flex-direction: column;
  padding-top: 0; }

.main-navigation .menu-container #menu-primary a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #9FD2D2;
  display: block;
  padding: 20px; }

.main-navigation .menu-container #menu-primary > li > a {
  background: #6AABAC; }

button:focus {
  outline: 0; }

.burger-button {
  position: relative;
  height: 30px;
  width: 32px;
  display: block;
  z-index: 999;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  pointer-events: all;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  min-width: 0; }

.burger-bar {
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 6px;
  left: 6px;
  height: 2px;
  width: auto;
  margin-top: -1px;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.burger-bar--1 {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px); }

.burger-bar--2 {
  transform-origin: 100% 50%;
  transform: scaleX(0.8); }

.burger-button:hover .burger-bar--2 {
  transform: scaleX(1); }

.no-touchevents .burger-bar--2:hover {
  transform: scaleX(1); }

.burger-bar--3 {
  transform: translateY(6px); }

#burger.active .burger-button {
  transform: rotate(-180deg); }

#burger.active .burger-bar {
  background-color: #fff; }

#burger.active .burger-bar--1 {
  transform: rotate(45deg); }

#burger.active .burger-bar--2 {
  opacity: 0; }

#burger.active .burger-bar--3 {
  transform: rotate(-45deg); }

.hide-mobile {
  display: none !important; }

.banner {
  height: 360px;
  background-position: center;
  display: flex;
  align-items: flex-end;
  background-size: cover; }
  .banner h1 {
    margin: 0;
    color: white;
    font-size: 26px;
    padding-bottom: 20px; }

/* FOOTER */
.site-footer {
  font-size: 16px;
  color: #fff;
  padding: 2.5rem 2rem 2rem;
  background-color: #333333; }

.site-footer a {
  text-decoration: none; }

.site-footer .footer-logos {
  width: 100%;
  margin-left: -.75rem;
  margin-right: -.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex; }

.site-footer .social a {
  margin-right: 0.5rem; }

.site-footer .footer-logo {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  display: flex;
  align-items: center; }

.site-footer .footer-logo img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle; }

@media (max-width: 500px) {
  .site-footer .footer-logo img {
    max-height: 65%; } }
@media (max-width: 1024px) {
  .site-footer .air-logo-full img {
    max-height: 50px !important; } }
.site-footer .air-logo-full {
  width: 50%;
  margin-bottom: 2rem; }

.site-footer .air-logo {
  width: 50%;
  margin-bottom: 2rem; }

@media (max-width: 1024px) {
  .site-footer .air-logo-full {
    width: 100%; } }
@media (max-width: 500px) {
  .site-footer .air-logo {
    margin-bottom: 0; } }
.site-footer .air-logo {
  height: 2rem;
  justify-content: flex-end; }

.site-footer .FBK-logo,
.site-footer .cenex-logo,
.site-footer .energy-saving-trust,
.site-footer .sanity-systems,
.motor-check {
  height: 3rem; }

.site-footer .FBK-logo {
  justify-content: flex-start; }

.site-footer .cenex-logo {
  justify-content: center; }

.site-footer .energy-saving-trust {
  justify-content: center; }

.site-footer .sanity-systems {
  justify-content: center; }

.site-footer .motor-check {
  justify-content: flex-end; }

.site-footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  font-size: 16px; }

.site-footer .footer-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 0; }

.site-footer .footer-copyright {
  font-size: 0.875rem;
  margin-top: 0.5rem; }

.main-navigation .menu-container {
  overflow: scroll; }
  .main-navigation .menu-container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0; }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }
@media (min-width: 768px) {
  .container {
    max-width: 768px; }

  .hide-mobile {
    display: inherit !important; }

  .main-navigation .menu-container {
    overflow: visible; }

  .single-post .banner h1 {
    width: 70%;
    padding-bottom: 60px; } }
@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }
@media (min-width: 1024px) {
  .container {
    max-width: 1280px; }

  .menu-toggle {
    display: none; }

  .main-navigation .menu-container {
    position: relative;
    background: none;
    padding: 0;
    left: inherit;
    width: auto;
    overflow: unset; }

  .main-navigation .menu-container .menu-items #menu-primary {
    padding-top: 0;
    flex-direction: row; }

  .main-navigation .menu-container #menu-primary > li > a {
    background: none; }

  .main-navigation .menu-container #menu-primary a {
    border: none;
    padding: 10px 20px; }

  .main-navigation #menu-primary > .menu-item {
    position: relative; }

  .main-navigation #menu-primary .sub-menu {
    list-style-type: none;
    margin: 0;
    position: absolute;
    top: 54px;
    right: 0;
    min-width: 160px;
    display: none;
    white-space: nowrap; }

  .main-navigation #menu-primary .sub-menu li {
    background: #76bebf;
    margin-bottom: 0; }

  .main-navigation #menu-primary > .menu-item:hover > .sub-menu {
    display: block; }

  .main-navigation #menu-primary .menu-items #menu-primary {
    flex-direction: row;
    padding: 0; }

  .main-navigation #menu-primary .menu-items #menu-primary a {
    padding: 9px 15px;
    margin: 0 0 0 0.75rem;
    border: none; }

  .main-navigation #menu-primary .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18); }

  .main-navigation #menu-primary.sub-menu li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0; }

  .main-navigation #menu-primary .sub-menu li a {
    display: block;
    margin: 0;
    padding: 12px; }

  .main-navigation #menu-primary .sub-menu li:hover > a {
    background: #6AABAC; }

  .main-navigation #menu-primary > .menu-item:hover > a {
    background: #6AABAC; }

  .main-navigation .menu-container #menu-primary a {
    padding: 15px 12px; }

  .site-footer {
    padding-top: 5.1rem;
    padding-bottom: 5rem;
    font-size: 20px; }

  .site-footer .footer-logos {
    height: 5rem;
    flex-wrap: nowrap;
    width: 100%; }

  .site-footer .footer-logo {
    height: 100%; }

  .site-footer .air-logo-full {
    width: 100%;
    margin-bottom: 0; }

  .site-footer .air-logo,
  .site-footer .FBK-logo,
  .site-footer .cenex-logo,
  .site-footer .energy-saving-trust {
    width: auto;
    margin-bottom: 0; }

  .site-footer .footer-bottom {
    font-size: 20px; }

  .site-footer .footer-bottom .footer-contact {
    flex: 1 1 auto;
    justify-content: flex-start; }

  .site-footer .footer-bottom .footer-copyright {
    font-size: 16px;
    margin-top: 0; }

  .site-footer .footer-bottom .footer-contact .connect {
    margin-right: 1rem; } }
.page-content, .entry-content, .entry-summary {
  margin: 0; }

.wp-block-kadence-accordion .kt-blocks-accordion-header.kt-accordion-panel-active {
  border-color: #eeeeee #eeeeee #eeeeee #76bec0 !important; }

.wp-block-kadence-accordion .kt-blocks-accordion-header:hover,
.wp-block-kadence-accordion .kt-blocks-accordion-header:focus {
  border-color: #eeeeee #eeeeee #eeeeee #eeeeee !important; }

.wp-block-kadence-accordion .kt-blocks-accordion-title {
  margin-left: 15px; }

ul {
  padding-left: 18px;
  list-style: square;
  margin: 0; }
  ul li {
    margin-bottom: 5px; }
    ul li:last-child {
      margin-bottom: 0px !important; }

p a, ul a, ol a {
  color: #76bebf;
  text-decoration: none;
  font-weight: 700; }
  p a:hover, ul a:hover, ol a:hover {
    color: #76bebf;
    text-decoration: underline; }

iframe {
  border: 0 !important; }

.kt-inside-inner-col {
  overflow: hidden !important; }

.fix_height_small {
  height: 55px; }

@media (max-width: 768px) {
  .fix_height_small {
    height: auto; } }
@media (max-width: 1024px) {
  .hero_wrapper .kt-row-column-wrap {
    min-height: 790px;
    height: 790px; } }
@media (max-width: 768px) {
  .hero_wrapper .kt-row-column-wrap {
    min-height: 600px !important;
    height: 600px; } }
@media (max-width: 480px) {
  .hero_wrapper .kt-row-column-wrap {
    min-height: 600px !important; } }
.main-navigation #menu-secondary {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: flex-end; }

.main-navigation #menu-secondary li {
  margin-bottom: 0 !important; }

.main-navigation #menu-secondary .sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.main-navigation .menu-container #menu-secondary {
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease; }

.main-navigation .menu-container .menu-items #menu-secondary {
  display: flex;
  flex-direction: column;
  padding-top: 0; }

.main-navigation .menu-container #menu-secondary a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #9FD2D2;
  display: block;
  padding: 20px; }

.main-navigation .menu-container #menu-secondary > li > a {
  background: #6AABAC; }

@media (min-width: 1024px) {
  .menu-toggle {
    display: none; }

  .main-navigation .menu-container {
    position: relative;
    background: none;
    padding: 0;
    left: inherit;
    width: auto; }

  .main-navigation .menu-container .menu-items #menu-secondary {
    padding-top: 0;
    flex-direction: row; }

  .main-navigation .menu-container #menu-secondary > li > a {
    background: none; }

  .main-navigation .menu-container #menu-secondary a {
    border: none;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 300; }

  .main-navigation #menu-secondary > .menu-item {
    position: relative; }

  .main-navigation #menu-secondary .sub-menu {
    list-style-type: none;
    margin: 0;
    position: absolute;
    top: 54px;
    right: 0;
    min-width: 160px;
    display: none;
    white-space: nowrap; }

  .main-navigation #menu-secondary .sub-menu li {
    background: #76bebf;
    margin-bottom: 0; }

  .main-navigation #menu-secondary > .menu-item:hover > .sub-menu {
    display: block; }

  .main-navigation #menu-secondary .menu-items #menu-secondary {
    flex-direction: row;
    padding: 0; }

  .main-navigation #menu-secondary .menu-items #menu-secondary a {
    padding: 9px 15px;
    margin: 0 0 0 0.75rem;
    border: none; }

  .main-navigation #menu-secondary .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18); }

  .main-navigation #menu-secondary.sub-menu li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0; }

  .main-navigation #menu-secondary .sub-menu li a {
    display: block;
    margin: 0;
    padding: 12px; }

  .main-navigation #menu-secondary .sub-menu li:hover > a {
    background: #6AABAC; }

  .main-navigation #menu-secondary > .menu-item:hover > a {
    background: #6AABAC; } }
.media {
  background: #fff; }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.media-body {
  padding: 20px; }

.media-body h1,
.media-body h2 {
  margin-top: 0px; }

.media-object {
  height: auto;
  max-width: 250px; }

@media screen and (max-width: 980px) {
  .media-left, .media-right, .media-body {
    display: block;
    width: auto; }

  .media-left {
    padding-right: 0px; }

  .media-object {
    height: auto;
    max-width: 100%; } }
.media h1 a, .media h2 a {
  color: #000; }

.media h1 a:hover, .media h2 a:hover, .media h1 a:focus, .media h2 a:focus {
  text-decoration: none;
  color: #76bebf; }

.blog-filters-wrapper {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  clear: both; }

.blog-filters-wrapper ul {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  list-style-type: none;
  padding-left: 0; }
  .blog-filters-wrapper ul li {
    margin-bottom: 0; }
    .blog-filters-wrapper ul li a {
      position: relative;
      display: block;
      padding: 10px 15px;
      border-radius: 4px; }

.blog-filters {
  position: relative;
  display: block;
  padding: 7px 15px 10px 0px;
  font-size: 18px;
  color: #000; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #76bebf; }

@media screen and (max-width: 768px) {
  .blog-filters-wrapper ul {
    flex-direction: column; } }
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.site-footer-newsletter {
  padding: 50px 0px;
  background: #4A4A4A;
  color: #fff; }

.contact-form-block
.form-inline .form-group label,
.subscribe-form-block
.form-inline .form-group label {
  display: block;
  width: 100%; }

.subscribe-form-block
.form-inline .form-group label {
  margin-top: 5px; }

.form-inline .form-group,
.contact-form-block
.form-inline .form-group {
  min-width: 50%;
  padding: 0 5px; }

.subscribe-form-block
.form-inline .form-group input,
.subscribe-form-block
.form-inline .form-group select,
.contact-form-block
.form-inline .form-group input {
  width: 100%; }

.site-footer-newsletter h2 {
  margin-top: 0; }

.subscribe-form-block .form-inline {
  display: block;
  padding-bottom: 0 !important; }

.form-inline .form-group {
  margin-bottom: 8px; }

.subscribe-form-block .form-inline, .contact-form-block .form-inline {
  margin: 0 -8px; }

.subscribe-form-block .btn {
  width: 100%;
  display: block; }

@media (min-width: 1024px) {
  .site-footer-newsletter .wrapper {
    display: flex; }

  .subscribe-form-block .form-inline, .contact-form-block .form-inline {
    display: flex; }

  .subscribe-form-block .btn {
    width: auto; } }
.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-80 {
  margin-bottom: 80px; }

.pb-8 {
  padding-bottom: 8px; }

.pb-10 {
  padding-bottom: 10px; }

.btn {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-duration: var(--transition-duration);
  transition-duration: var(--transition-duration);
  min-width: 14rem;
  border: none; }

.btn.btn-arrow {
  text-align: left;
  position: relative;
  padding-right: 3rem; }

.btn.btn-primary {
  background-color: #76BEBF;
  color: #fff; }

.btn.btn-arrow:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px; }

@media (max-width: 1024px) {
  .hidden-xs {
    display: none !important; } }
/* ------------------------------ 
|	[2] Components
-------------------------------- */
/* ------------------------------ 
|	[3] Mixins
-------------------------------- */

.post-title {
  max-width: 1280px;
  margin: auto;
  padding: 20px 30px;
}

.media .media-left {
  background-position: center;
  background-size: cover;
  width: 25%;
}