@charset "utf-8";
/* CSS Document */
/*
Theme Name: ColorMag Child
Theme URI: https://themegrill.com/themes/colormag/
Author: ThemeGrill 
Author URI: https://themegrill.com
Template:     colormag
Description: CHILD of ColorMag is a perfect responsive magazine style WordPress theme. Suitable for news, newspaper, magazine, publishing, business and any kind of sites. Get free support at https://themegrill.com/support-forum/ and check the demo at https://demo.themegrill.com/colormag/
Version: 2.0.5.1
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
Text Domain: colormag

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*==========  Gray colors  ==========*/
/*=====  Light colors  ======*/
/*==========  Brand-colors  ==========*/
/*==========  social links colors  ==========*/
/* =Reset
-------------------------------------------------------------- */
@font-face {
  font-family: "Trade Gothic";
  src: url(/wp-content/uploads/2021/03/TradeGothicLTStd-BdCn20.otf);
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(/wp-content/uploads/2021/03/HelveticaNeueLTStd-Lt.otf);
  font-weight: normal;
}
body {
  background: #f8f8f8;
  font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
}
#headerlink-nze {
  position: absolute;
  right: 1%;
  top: 0%;
  width: 30%;
  height: auto;
}
#headerlink-home {
  position: absolute;
  left: 1%;
  top: 0%;
  width: 42%;
  height: auto;
}
.entry-content.clearfix {
  font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
}
.type-page .entry-title {
  display: none;
}
h1, h2, h3, h4 {
  font-family: "Trade Gothic" !important;
  text-transform: uppercase;
  padding-bottom: 8px;
}
h1 {
  font-size: 2.4em;
  line-height: 1.5;
  padding: 15px 0 10px;
}
h2 {
  font-size: 1.9em;
  background: #2d5887;
  color: #fff;
  padding: .5em 20px .5em 50px;
  margin: .5em -50px;
}
.article-content .entry-header, .article-content .below-entry-meta {
  padding: 0 50px 10px;
}
h2.entry-title {
  font-size: 24px;
  background: none;
  color: #333;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h6, h6 p {
  font-family: "Helvetica Neue";
  letter-spacing: .5px;
}
p, .entry-content li {
  font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif";
  font-size: 15px;
  line-height: 1.5;
}
/* images */
img {
  margin-bottom: 4px;
}
img.greenCircleMedium {
  width: 160px;
  height: auto;
  border-radius: 50%;
  max-width: none;
}
/* HEADER & TOP MENU SECTION */
#site-navigation {
  height: 85px;
  background: linear-gradient(to bottom, #2d5887 44px, #7bbcd4 25px);
}
.main-navigation a {
  padding: 0 12px;
  line-height:43px;
}
.main-navigation ul li ul li
{
	/*height:25px; */
	padding: 0;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a
{
    line-height: 25px;
    padding: 6px 12px !important;
}


.menu i.wpel-icon, .menunav-menu i.wpel-icon {
  display: none;
}
.fa {
  color: inherit;
}
#header-right-section {
  float: none;
}
#header-right-sidebar {
  font-family: "Helvetica Neue", Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";
  font-size: .9em;
  letter-spacing: .5px;
  display: table;
  width: 100%;
}
#header-right-section a:hover {
  text-decoration: underline;
}
#header-right-section .widget {
  display: table;
  margin: 10px 0;
}
div#header-text-nav-wrap {
  padding: 0 0 10px 0;
  width: 100%;
}
img.header-image {
  border-bottom: none;
}
.switcher { /* google translate plugin */
  position: relative;
  left: 20px;
  top: -4px;
  line-height: 10px;
}
ul#menu-top-menu li {
  float: left;
  margin-right: 20px;
}
#menu-top-menu a {
  color: #3a3a3c;
}
.main-content-section {
  padding-top: 0px;
}
.main-small-navigation li {
  background-color: #eee;
}
.metaslider .caption-wrap {
  background: none !important;
  color: #333 !important;
  opacity: 1 !important;
  position: relative !important;
}
.metaslider .flex-control-nav {	
	line-height:inherit !important;
}
/* content area */
/* keeps feature image snug to menu */
#main {
  padding-top: 0;
  padding-bottom: 0;
}
.redbox {
  background: #df1e36;
  margin: 0 -50px;
  color: white;
  padding: 1em 2em;
}
.redbox h2, .redbox h3 {
  color: white;
  background: none;
  padding: 0;
  margin: 0;
}
.redbox a {
  color: white;
  text-decoration: underline;
}
.featured-image img {
  height: auto;
  object-fit: contain;
  margin: 0 -20px;
  max-width: calc(100vw + 40px);
}
#content .post .article-content .below-entry-meta {
  padding-bottom: 0;
}
#content .post .article-content .above-entry-meta {
  display: none;
}
div#content {
  background: #fff;
}
.btn, .btn:visited, input[type="submit"], .rebateBtn, .rebateBtn:visited {
  font-family: 'Helvetica Neue', 'Arial', Helvetica, sans-serif;
  letter-spacing: .5px;
  color: #fff;
  text-decoration: none !important;
  background-color: #2d5887;
  border-radius: 9px;
  padding: 1em;
  white-space: normal;
  display: inline-block;
  margin-bottom: 10px;
}
.btn:hover, input[type="submit"]:hover, .rebateBtn:hover {
  background-color: #289dcc;
}
.rebate_buttons {
  text-align: center;
}
.tcBtn, .rfBtn {
  font-family: 'Helvetica Neue', 'Arial', Helvetica, sans-serif;
  text-align: center;
  letter-spacing: .5px;
  color: #fff;
  background-color: #2d5887;
  border-radius: 9px;
  padding: .8em;
  white-space: pre;
  display: inline-block;
  margin: 0 10px 10px;
  line-height: 1.1em;
  min-width: 150px;
}
a.tcBtn, a.rfBtn {
  text-decoration: none !important;
  color: white !important;
}
.tcBtn:hover, .rfBtn:hover {
  background-color: #289dcc;
}
.tcBtn::after {
  content: "\ATerms & Conditions \00bb";
  font-size: .8em;
}
.rfBtn::after {
  content: "\AOnline Rebate Form \00bb";
  font-size: .8em;
}
.btnRight {
  float: right;
}
/* modal window */
[id^=modal] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
}
[id^=modal]:target {
  display: block;
}
.popup {
  width: 100%;
  height: 100%;
  z-index: 99999;
  transition-duration: .7s;
}
.popup a {
  color: #289dcc;
}
.popup__overlay {
  position: fixed;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000b3;
}
.popup__wrapper h2, .popup__wrapper h3 {
  color: #444;
}
.popup__wrapper {
  position: fixed;
  color: #444;
  z-index: 9;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  overflow: scroll;
}
.popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-family: 'Helvetica Neue', 'Arial', Helvetica, sans-serif;
  background: #aaa;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  border-radius: 14px;
}
a.popup__close {
  color: #fff;
  text-decoration: none;
}
/* FLUENT FORMS */
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder {
  border: none !important;
  overflow: inherit;
  text-align: center;
}
.fluentform label.ff-el-image-input-src {
  height: 150px !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check span {
  padding: 0 !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected, .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected span {
  background-color: #ffffaa !important;
  color: #333 !important;
  box-shadow: none !important;
}
.fluentform .hidefield {
  display: none;
}
h2#terms-conditions {
  color: #333;
  background: none;
  margin: 0;
  padding: 0;
}
.ff-message-success {
  box-shadow: none;
  border: none;
}
.ff-message-success p {
  font-size: 1.2em;
}
.fluentform input[type=number].ff-el-form-control {
  width: 10em;
}
.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper {
  text-align: center !important;
}
.fluentform form.ff-form-has-steps .ff-btn-submit {
  padding: 10px;
  font-size: 1.2em;
}
.fluentform .wpf_has_custom_css.ff-btn-submit:hover {
  min-width: inherit !important;
}
/* seriously simple podcasting */
.castos-player .playback__controls {
  display: block !important;
}
.castos-player h2 {
  background: none;
  padding: 0;
}
.podcast_player .castos-player button {
  margin: 0 4px;
  padding: 0;
}
.castos-player br, .castos-player br:after {
  content: ' ';
}
.podcast_player .castos-player .player {
  /*height: inherit;*/
}
.castos-player.light-mode .player-btn__speed {
  top: 4px;
  position: relative;
}
.castos-player .playlist__wrapper {
  height: 160px !important;
}
.castos-player .playlist__item img {
  display: none;
}
.podcast .featured-image {
  display: none;
}
.podcast h6.entry-title {
  display: none;
}
.podcast_player .castos-player button {
  margin: 0;
}
.playback__controls button {
  margin: 0 10px;
}
.wp-show-posts-inner br, .wpsp-load-more br {
  display: none;
}
span.page-numbers, a.page-numbers {
  margin: 0 0.5em;
  text-transform: uppercase;
}
.wpsp-load-more {
  text-align: center;
  font-size: 1.6em;
  font-family: 'Trade Gothic';
}
.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single {
  margin-bottom: 2em;
  border-bottom: 1px dashed grey;
}
/* tables */
.greenCircleTable td {
  display: table-row;
  text-align: center;
  border: none;
}
.greenCircleTable ul, .greenCircleTable ol {
  text-align: left;
}
.greenCircleTable h2, .greenCircleTable h3 {
  /* padding: .5em;
  margin-bottom: .5em; */
}
.bigCirclePhoto img, img.bigCirclePhoto, .greenCircleTable img {
  border-radius: 50%;
}
blockquote {
  border-radius: 30px;
  background: #f1f1f1;
  color: inherit;
}
blockquote p {
  font-family: 'Helvetica Neue', 'Arial', Helvetica, sans-serif;
  letter-spacing: .7px;
  font-size: 1.1em;
}
blockquote a {
  color: inherit;
}
blockquote p::before {
  content: none;
}
label.fees {
  width: 275px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.homeGrid {
  display: table;
  margin: 0 -50px;
  width: calc(100% + 100px);
}
.homeGridCell {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: top;
  position: relative;
  top: 0;
  left: 0;
  border: none;
  float: left;
}
.homeGridCell p {
    margin-bottom:0px;
}
.homeGridCell img {
  width: 100%;
  height: auto;
  margin: 0;
}
.homeGrid .views-field-title a {
  color: #fff !important;
}
.homeGridCell a:hover {
  opacity: .9;
}
.homeGrid .views-field-title {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  bottom: 0;
  font-family: 'Trade Gothic', Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";
  text-transform: uppercase;
  font-size: 32px;
  padding: .4em;
  position: absolute;
}
.homeGrid .views-field-body {
  line-height: 1em;
  font-size: 15px;
  font-family: 'Helvetica Neue', 'Arial', Helvetica, sans-serif;
  color: #fff;
  white-space: normal;
  text-transform: none;
}
/* Posts / News page */
ul.display-posts-listing li {
  margin-bottom: 1em;
}
ul.display-posts-listing a.title {
  display: block;
  font-family: 'Trade Gothic', Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";
  text-transform: uppercase;
  font-size: 1.3em;
}
.entry-content ul, .entry-content ol {
  margin-bottom: 15px;
}
.display-posts-pagination {
  text-align: center;
  font-size: 1.5em;
}
footer, footer p {
  font-family: 'Helvetica Neue', 'Arial', Helvetica, sans-serif;
  letter-spacing: .5px;
}
footer h3.widget-title, footer .fa-external-link {
  display: none;
}
footer .menu-item-1959 { /* Rebates link in footer menu */
    display: none;
}
img.alignright {
  display: block;
  float: none;
  margin-left: 0;
}
/* search */
.tg-second-footer-widget, .tg-third-footer-widget {
  width: auto;
  float: none;
  margin-right: 0;
}
#colophon .widget_search {
  margin-bottom: 10px;
}
.footer-socket-wrapper {
  display: none !important;
}
@media (min-width: 1100px) {
  #colophon .widget ul {
    width: max-content;
  }
  #colophon .widget ul li {
    border-bottom: none !important;
    float: left;
    padding: 0;
    line-height: 2em;
  }
  #colophon .widget ul li a:hover {
    color: white;
  }
  #colophon .widget ul li ul {
    margin: 0 30px 0 0;
    padding-left: 0;
  }
  #colophon .widget ul li ul li {
    float: none;
  }
  #colophon .widget ul li ul li a:hover {
    color: inherit;
  }
}
@media (min-width: 768px) {
  .entry-content.clearfix {
    padding: 0 50px 30px;
  }
  #main {
    background: #f8f8f8;
  }
  .menu-primary-container {
    float: right;
  }
  ul#menu-primary-menu li.current-menu-ancestor > a, ul#menu-primary-menu li.current_page_item > a, ul#menu-primary-menu li.focus > a {
    background: none;
  }
  ul#menu-primary-menu li:hover {
    background-color: #289dcc;
    cursor: pointer;
  }
  ul#menu-primary-menu li {
    position: static;
  }
  ul#menu-primary-menu ul.sub-menu li {
    float: left;
    line-height: 1em;
  }
  ul#menu-primary-menu li:hover > ul, ul#menu-primary-menu li.focus > ul {
    right: 0;
    width: fit-content;
    position: absolute;
  }
  #header-right-section .widget {
    display: table-cell;
    vertical-align: top;
    margin: 0;
  }
  .metaslider {
    margin: 0 -50px;
    width: calc(100% + 100px);
  }
	.metaslider .flexslider {
	margin: 0 !important;	
	}
  .main-navigation .sub-menu, .main-navigation .children {
    background: none;
  }
  .featured-image img {
    height: auto;
    max-width: 100%;
    margin: 0;
  }
  /* tables */
  .greenCircleTable td {
    display: table-cell;
    vertical-align: top;
    width: 33% !important;
  }
  .cleanTable {
    display: table;
    width: 100%; /* for heat pump test */
    margin: 1em 0; /* added for Leadership page */
  }
  .cleanRow {
    display: table-row;
  }
  .cleanCell {
    display: table-cell;
    vertical-align: top;
    color: #333;
    float: left; /* floating for ev delaers page */
  }
  /* Changes made for Strategic Direction / About Us page */
  .cleanCell75 {
    width: 75%;
  }
  .cleanCell67 {
    width: 67%;
  }
  .cleanCell50 {
    width: 50%;
  }
  .cleanCell33 {
    width: 33%;
    padding: 0 12px;
  }
  .cleanCell25 {
    width: 25%;
    text-align: center;
  }
  .cleanCell20 {
    width: 20%;
    padding: 0 12px; /* just for Strategic Direction page */
  }
  .cleanCell h3 {
    border-bottom: 2px solid #444444;
    padding-bottom: 4px;
    margin: 0 0 10px;
  }
  table.bed {
    border: 2px solid #444444;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border-collapse: separate;
    overflow: hidden;
    width: inherit;
    margin: 0 auto 1em;
    max-width: 85%;
  }
  table.bed tr:nth-child(even) {
    /*background-color: #e7e7e7; */
  }
  table.bed td, table.bed th {
    border-left: 0;
    border-right: 0;
  }
  .floatRight, img.alignright {
    float: right;
    margin-left: 25px !important;
    /* padding: 0 0 0 20px; messes up terms & conditions img size on rebate-form */
    font-size: 1.1em;
  }
  .floatLeft {
    float: left;
    margin-right: 25px !important;
    padding: 0 20px 0 0;
    font-size: 1.1em;
  }
  img[data-align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
	
  .homeGridCell {
    width: 33.3333% !important;
  }
  .footer-widgets-wrapper {
    background: #333;
  }
  .youtubeIframe {
    margin: 0 auto;
    width: 560px;
  }
	
	.popup__wrapper {
	  width: 60%;
	  height: 80%;
	  padding: 32px 32px 32px 24px;
	}
	
}
div.ctct-form-embed div.ctct-form-defaults {
  padding: 0 !important;
  font-family: Georgia, Constantia, "Lucida Bright", "DejaVu Serif", "serif" !important;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
  font-size: 1.9em;
  background: #2d5887;
  color: white !important;
  padding: .5em 20px .5em 50px;
  margin: .5em -50px;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin: 0 !important;
}

blockquote.half {
  float:right;
	width: 40%;
	font-size: .8em;
	margin: 1em 0;
	padding: 1.5em 2em;
}


@media (min-width: 480px) {
  .castos-player .playlist__item img {
    display: block;
  }
}