/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ 
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */

    display: block;
}
/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */

    text-decoration: underline;
    /* 2 */

    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */

dfn {
    font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
    max-width: 100%;
    height:auto;
}
/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */

    font-size: 100%;
    /* 1 */

    line-height: 1.15;
    /* 1 */

    margin: 0;
    /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */

    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */

    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
/**
 * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */

    color: inherit;
    /* 2 */

    display: table;
    /* 1 */

    max-width: 100%;
    /* 1 */

    padding: 0;
    /* 3 */

    white-space: normal;
    /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}
/**
 * Add the correct display in IE.
 */

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

[hidden] {
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: white;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'adelle-sans', sans-serif;
    font-style: normal;
    overflow-x: hidden;
}
body.lock-scroll {
    overflow-y: hidden;
}
a {
    text-decoration: none;
}
input {
    outline: none;
}

#alert {
    background-color:#70b344;
    color:#fff;
    font-size: 13px;
    font-family: "adelle-sans", Arial;
    padding: 10px 16px;
    line-height:22px;
    height:auto;
    text-align: center;
}
#alert .alertButton {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border: solid 1px #fff;
    padding: 0 30px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-left: 10px;
}

.container {
    max-width: 1370px;
    padding: 0 16px;
    margin: auto;

}

#content {
    position: relative;
    z-index: 1;
}
header {
    width: 100%;
    display: block;
    height: 68px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}
header .container {
    height: 100%;
}
header #header-menu-hamburger {
    display: none;
    position: relative;
}
header #header-logo {

    position: relative;
    float:left;
    height: 50px;
    margin-top:9px;
}
header #header-logo img {
    display: block;

}
header #header-menu {
    float:left;
    list-style: none;
    height:50px;
    margin-top:22px;

}
header #header-menu ul li {
    position: relative;
}
header #header-menu ul .child-nav{
    display: none;
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 200px;
}
header #header-menu ul .child-nav ul {
    display: block;
    padding: 16px 8px;
    background: white;
    border: 1px solid #ebebeb;
    margin-top: 40px;
}
header #header-menu > ul li.show-nav .child-nav{
    display: block;
}
header #header-menu ul .child-nav li {
    display: block;
}

header #header-menu ul {
    padding: 0;
    margin: 0;
}
header #header-menu li {
    display: inline-block;
}
header #header-menu li a, header #mobile-menu li a {
    display: block;
    font-size: 13px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
    color: #333333;
    padding: 5px 20px;
}

header #header-menu li ul{
    display: none;
}
header #header-actions {
    float: right;
    height: 100%;
}
header #header-get-support {
    display: inline-block;
    background-color: #70b344;  
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
    color: white;
    text-align: center;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    width: 140px;
    height: 34px;
    line-height: 34px;
}
header #header-free-quote {
    display: inline-block;
    color: white;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #70b344;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-left: 14px;
}

header #mobile-menu {
	display:none;
}

footer {
    width: 100%;
    display: block;
}
footer hr {
    border-top: 1px solid #EBEBEB;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
footer #footer-achievements {
    padding: 20px 0;
    text-align: center;
}
footer #footer-achievements .title {
    color: #70b344;
    text-align: center;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: 32px;
}
footer #footer-achievements ul {
    list-style: none;
    margin: 0 auto 8px auto;
    padding: 0;    text-align:center;
}
footer #footer-achievements ul li {
    display: inline-block;
    min-width: 200px;
    margin-bottom: 12px;
    text-align:center;
}
footer #footer-achievements ul li img {
      text-align:center;
}
footer .footer-address {
    font-size: 0.8em;
    font-weight: 800;
}
footer #footer-main {
    background: #95989A;
    padding: 24px 0 12px 0;
}
footer #footer-main #footer-main-information {
    float: left;
    width: 60%;
    margin-bottom: 30px;
}
footer #footer-main #footer-main-information ul {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
}
footer #footer-main #footer-main-information ul li {
    display: inline-block;
}
footer #footer-main #footer-main-information ul li a {
    display: block;
    padding-right: 16px;
    color: #333333;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
footer #footer-main #footer-main-information .footer-main-information-address p{
    color: #333333;
    font-size: 17px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 24px;
}
footer #footer-main #footer-main-actions {
    float: right;
    width: 40%;
    text-align: right;
}
footer #footer-main #footer-main-actions ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 14px 0;
}
footer #footer-main #footer-main-actions ul li {
    display: inline-block;
}
footer #footer-main #footer-main-actions ul li a {
    display: block;
    padding-right: 16px;
    color: #333333;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
footer #footer-contact-aei {
    color: white;
    font-size: 18px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
    background-color: #70b344;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    width: 216px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
}
footer #footer-contact-support {
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
    background-color: #e5c503;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    width: 216px;
    height: 43px;
    line-height: 43px;
    display: inline-block;
    margin-right: 16px;
}
footer #footer-bottom-grid-c {
    clear: both;
    background: url(/img/footer-bottom-grid.png) repeat-x;
    height: 50px;
}

::-webkit-input-placeholder {
    font-style: italic;
}
:-ms-input-placeholder {
    font-style: italic;
}
::-ms-input-placeholder {
    font-style: italic;
}
::placeholder {
    font-style: italic;
}
[v-cloak] {
    display: none;
}
.sixteen-nine {
    position: relative;
}
.sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}
.sixteen-nine > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.red-button {
    background: #EE2F47;
    padding: 8px 12px;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}

.content-with-learning-side {
    position: relative;
    min-height: 540px;
    padding-bottom:100px;

}
.clear {clear:both;}
.content-with-learning-side #main-content {
    padding-top: 48px;
    width:68%;
    overflow: hidden;
    float:left;

}
.content-with-learning-side #side-electric-wire {
    position: absolute;
    right: 16%;
    top: -240px;
    z-index: 99;
}


.content-with-learning-side #main-side-outer-c {
    position: relative;
    width: 26%;
     top: 75px;
    float:right;
    text-align: center;
    margin-right:43px;
}


.content-with-learning-side .main-side {
    padding: 40px 0 61px 0;
    clear: both;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
    display: inline-block;
    width: 288px;
    height: auto;
    margin-bottom:30px;
    overflow: hidden;
}

.content-with-learning-side .main-side:nth-of-type(1) {
    padding: 140px 0 61px 0;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
}
.content-with-learning-side .main-side.noplug:nth-of-type(1) {
    padding: 40px 0 61px 0;

}





.content-with-learning-side .main-side {

}


.content-with-learning-side .main-side .title {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 34px;
}
.content-with-learning-side .main-side .content {
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
    padding: 0 24px;
}
.content-with-learning-side .main-side .action-button {
    position: absolute;
    bottom: 0;
    background-color: #70B344;
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}
#sub-header-navigation {
    background: #333333;
}
#sub-header-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#sub-header-navigation ul li {
    display: inline-block;
}
#sub-header-navigation ul li.selected {
    background-color: #ffffff;
    height: 48px;
}
#sub-header-navigation ul li.selected a {
    color: #333333;
}
#sub-header-navigation ul li a {
    display: block;
    padding: 16px 20px 14px 20px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
}
.fullWidth-block {
	padding-top: 48px;
    margin-bottom:50px;
}
.fullWidth-block h2{
color: #333333;
    line-height: 34px;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 18px;

}
.fullWidth-block p {
    color: #333333;
    line-height: 24px;
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
}
.fullWidth-block .main-content-title {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333333;
    margin-bottom: 28px;
}

#product-large-image-on-right-c {
    position: relative;
    margin-bottom: 72px;
    z-index:2;
}
#product-large-image-on-right-c > .container {
    position: relative;
    height: 100%;
}
#product-large-image-on-right-c #solutions-image-grid {
    position: absolute;
    left:57%;
    bottom: 80px;
    width:2276px;
    max-width:none;
    height:49px;;

}

#product-large-image-on-right-c #product-large-image-on-right-c-image-c {
    padding-left: 42%;
}
#product-large-image-on-right-c #product-large-image-on-right-c-image-c img {
    width: 100%;
}
#product-large-image-on-right-c #product-large-image-on-right-c-title {
    color: #333333;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 52px;
}
#product-large-image-on-right-c #product-large-image-on-right-c-content {
    color: #333333;
    line-height: 24px;
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    margin-bottom: 44px;
}
#product-large-image-on-right-c #product-large-image-on-right-c-button {
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    background-color: #e5c503;
    display: block;
    width: 216px;
    height: 49px;
    line-height: 49px;
}
#leaderboard {
    position: relative;
    margin-bottom: 72px;
}
#leaderboard #leaderboard-image-c #leaderboard-image {
    width: 100%;
}
#leaderboard #leaderboard-title {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 0 20%;
    text-align: center;
}

.blog-list-c {
    min-height: 660px;
    text-align: center;
    background-color: #d1e5ba;
    padding-top:100px;
}
.blog-list-c .blog-header-title {
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    text-align: center;
    margin-bottom: 12px;
}
.blog-list-c .blog-image-bg {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}
.blog-list-c > .container {
    margin: 72px auto 0 auto;
    position: relative;
    z-index: 2;
}
.blog-list-c ul {
    padding: 0;
    list-style: none;
    display: inline-block;
}
.blog-list-c .blog-list-item-c {
    vertical-align: top;
    display: inline-block;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    width: 47%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 64px;
}
.blog-list-c .blog-list-item-c.threecol {
    width: 31%;
}

.blog-list-c .blog-list-item-c:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
}
.blog-list-c .blog-list-item-c.threecol:nth-child(2n) {
    margin-left: 0%;
    margin-right: 2%;
}
.blog-list-c .blog-list-item-c.threecol:nth-child(3n) {
    margin-right: 0%;
}

.blog-list-c .blog-list-item-c .blog-list-information-c {
    padding: 21px 16px;
}
.blog-list-c .blog-list-item-c .blog-list-image {
    position: relative;
}
.blog-list-c .blog-list-item-c .blog-list-image img {
    width: 100%;
    max-height: 238px;
    max-width: 100%;
}
.blog-list-c .blog-list-item-c .blog-list-type {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #70b344;
    text-align: center;
    margin-bottom: 16px;
}
.blog-list-c .blog-list-item-c .blog-list-type span {
    position: relative;
    padding-right: 8px;
    display: inline-block;
}
.blog-list-c .blog-list-item-c .blog-list-type span:after {
    content: '\2022';
    width: 12px;
    height: 12px;
    position: relative;
    left: 5px;
}
.blog-list-c .blog-list-item-c .blog-list-type span:last-child:after {
    content: ' ';
}
.blog-list-c .blog-list-item-c .blog-list-name {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    text-align: center;
    margin-bottom: 70px;
    padding: 0 24px;
}
.blog-list-c .blog-list-item-c .blog-list-button {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    background-color: #70b344;
    display: inline-block;
    padding: 9px 12px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100px;
}
#blog-header {
    padding-top: 68px;
    padding-bottom: 68px;
}
#blog-header .title {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 8px;
}
#blog-header #keep-up-with-the-latest-indust {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    text-align: center;
}

#blog-navigation #rectangle-626 {
    background-color: #70b344;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: block;
    width: 1800px;
    height: 50px;
}
#blog-navigation #line-91 {
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border: 1px solid #ebebeb;
}
#blog-content {
    background-color: #d1e5ba;
}
#blog-content .blog-list-c > .container {
    margin-top: 0;
    padding-top: 32px;
}
#blog-content .blog-list-c ul {
    padding: 0;
    margin: 0;
}
#paginate-button-body {
  background-color: #d1e5ba;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 10px;
}

#paginate-button a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  padding: 9px 12px;
  display: inline-block;
  background-color: #70b344;
}

#paginate-button {
  padding-right: 10px;
}

.paginate-current {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 9px 12px 9px 5px;
}

.content-with-learning-side {
    position: relative;
    min-height: 540px;
}
.content-with-learning-side #main-content {
    padding-top: 48px;

}

#product-large-image-on-right-c {
    position: relative;
    margin-bottom: 72px;
}
#product-large-image-on-right-c > .container {
    position: relative;
    height: 100%;
}



#leaderboard #leaderboard-image-c #leaderboard-image {
    width: 100%;
}
#leaderboard #leaderboard-title {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 0 20%;
    text-align: center;
}

.blog-list-c {
    min-height: 660px;
    text-align: center;
}
.blog-list-c .blog-header-title {
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    text-align: center;
    margin-bottom: 12px;
}
.blog-list-c .blog-image-bg {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}
.blog-list-c > .container {
    margin: 72px auto 0 auto;
    position: relative;
    z-index: 2;
}
.blog-list-c ul {
    padding: 0;
    list-style: none;
    display: inline-block;
}
.blog-list-c .blog-list-item-c {
    vertical-align: top;
    display: inline-block;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    width: 47%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 64px;
    min-height:450px;
}
.blog-list-c .blog-list-item-c:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
}
.blog-list-c .blog-list-item-c .blog-list-information-c {
    padding: 21px 16px;
}
.blog-list-c .blog-list-item-c .blog-list-image {
    position: relative;
}
.blog-list-c .blog-list-item-c .blog-list-image img {
    width: 100%;
    max-height: 238px;
    max-width: 100%;
    object-fit: cover;object-position: center top;
}
.blog-list-c .blog-list-item-c .blog-list-type {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #70b344;
    text-align: center;
    margin-bottom: 16px;
}
.blog-list-c .blog-list-item-c .blog-list-type span {
    position: relative;
    padding-right: 8px;
    display: inline-block;
}
.blog-list-c .blog-list-item-c .blog-list-type span:after {
    content: '\2022';
    width: 12px;
    height: 12px;
    position: relative;
    left: 5px;
}
.blog-list-c .blog-list-item-c .blog-list-type span:last-child:after {
    content: ' ';
}
.blog-list-c .blog-list-item-c .blog-list-name {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    text-align: center;
    margin-bottom: 70px;
    padding: 0 24px;
}
.blog-list-c .blog-list-item-c .blog-list-button {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    background-color: #70b344;
    display: inline-block;
    padding: 9px 12px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100px;

}
#header-bg {
    position: relative;
    z-index: 101;
}
#header-bg img {
    width: 100%;
    height:auto;
}
#main-content {
    margin-bottom: 72px;
}
#main-content-date {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #70b344;
    margin-bottom: 16px;
}
#main-content-title {
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    margin-bottom: 32px;
}


.content-with-learning-side {
    position: relative;
    min-height: 540px;
}


.content-with-learning-side #main-side {
    position: absolute;
    right: 108px;
    top: -25px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: block;
    width: 288px;
    height: 442px;
    padding-top: 160px;
}
.content-with-learning-side #main-side .title {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 34px;
}
.content-with-learning-side #main-side .content {
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
    padding: 0 24px;
}
.content-with-learning-side #main-side .action-button {
    position: absolute;
    bottom: 0;
    background-color: #70B344;
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

#product-large-image-on-right-c {
    position: relative;
    margin-bottom: 72px;
}
#product-large-image-on-right-c > .container {
    position: relative;
    height: 100%;
}

#leaderboard-image-c {
    min-height: 300px;
}
#industries #industries-title {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 87px;
}
#industries #industries-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
#industries #industries-items > li {
    display: inline-block;
    width: 49.5%;
    padding: 0 2%;
    margin-bottom: 71px;
}
#industries #industries-items > li > div {
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
#industries #industries-items > li .industry-list-image {

    overflow: hidden;
    position: relative;
}
#industries #industries-items > li .industry-list-image img {
    max-height: 264px;
    position: relative;
    width:100%;
    height:auto;

}
#industries #industries-items > li .industry-list-content-c {
    padding: 5% 8%;
}
#industries #industries-items > li .industry-list-content-c .industry-list-item-type {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #70b344;
    margin-bottom: 24px;
}
#industries #industries-items > li .industry-list-content-c .industry-list-item-title {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    margin-bottom: 8px;
}
#industries #industries-items > li .industry-list-content-c .industry-list-item-content {
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 20px;
}
#industries #industries-items > li .industry-list-footer-c {
    padding: 5% 8%;
    min-height: 216px;
    background: #D1E5BA;
}
#industries #industries-items > li .industry-list-footer-c .title {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333333;
    margin-bottom: 28px;
}
#industries #industries-items > li .industry-list-footer-c ul {
    list-style: none;
}
#industries #industries-items > li .industry-list-footer-c li {
    position: relative;
    margin-bottom: 20px;
}
#industries #industries-items > li .industry-list-footer-c li img {
    position: absolute;
    left: -23px;
    top: 1px;
}


.content-with-learning-side {
    position: relative;
    min-height: 540px;
}


.content-with-learning-side #main-side {
    position: absolute;
    right: 108px;
    top: -25px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: block;
    width: 288px;
    height: 442px;
    padding-top: 160px;
}
.content-with-learning-side #main-side .title {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 34px;
}
.content-with-learning-side #main-side .content {
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
    padding: 0 24px;
}
.content-with-learning-side #main-side .action-button {
    position: absolute;
    bottom: 0;
    background-color: #70B344;
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

#product-large-image-on-right-c {
    position: relative;
    margin-bottom: 72px;
}
#product-large-image-on-right-c > .container {
    position: relative;
    height: 100%;
}
#leaderboard #leaderboard-image-c {
    min-height: 100px;
}
#leaderboard #leaderboard-image-c #leaderboard-image {
    width: 100%;
}
#leaderboard #let-us-help-you-become-energy {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333333;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
}
#free-quote-form {
    margin-bottom: 72px;
}
#free-quote-form #free-quote-form-title {
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    text-align: center;
    margin-bottom: 59px;
}
#free-quote-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#free-quote-form ul li {
    width: 49.4%;
    display: inline-block;
    vertical-align: top;
    padding-left: 2%;
}
#free-quote-form ul li:first-child {
    padding-right: 2%;
    padding-left: 0%;
}
#free-quote-form ul li .form-pillar-title {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #70b344;
    margin-bottom: 51px;
}
#free-quote-form ul li .form-row {
    margin-bottom: 38px;
}
#free-quote-form ul li .form-row .form-label {
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 8px;
}
#free-quote-form ul li .form-row .form-component input[type=text], #free-quote-form ul li .form-row .form-component input[type=email],#free-quote-form ul li .form-row .form-component input[type=phone] {
    background-color: rgba(188, 188, 188, 0.15);
    border: 1px solid #bcbcbc;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 12px;
}
#free-quote-form ul li .form-row .form-component textarea {
    background-color: rgba(188, 188, 188, 0.15);
    border: 1px solid #bcbcbc;
    display: block;
    width: 100%;
    height: 86px;
    padding: 12px;
}
#free-quote-form ul li .form-row .form-component .error {
   color:#FF0000; 
   margin-top:10px;
   display: block;
}
#free-quote-form ul li .form-row .form-component select {
    background-color: rgba(188, 188, 188, 0.15);
    border: 1px solid #bcbcbc;
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}
#free-quote-form ul li .form-row .form-component select option {
    padding:6px 14px;
}

#free-quote-form ul li .form-row .form-checkbox
 {
    margin-top: 18px;
    margin-bottom: 22px;
    margin-left: 24px;
    position: relative;
    overflow: hidden;
}
#free-quote-form ul li .form-row .form-checkbox input[type=checkbox] {
    position: absolute;
    top: -20px;
    cursor: pointer;
}
#free-quote-form ul li .form-row .form-checkbox input[type=checkbox]:checked + label:before {
    background: #70B344 url("/img/check-mark.png") 50% 50% no-repeat;
    border-color: #70B344;
}
#free-quote-form ul li .form-row .form-checkbox label {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    padding-left: 32px;
    cursor: pointer;
}
#free-quote-form ul li .form-row .form-checkbox label:before {
    content: ' ';
    border: 2px solid #bcbcbc;
    border-radius: 4px;
    display:inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    left: 0;
}

#free-quote-form ul li .form-row .checkbox_group label {
    display:block;
}
#free-quote-form ul li .form-row .checkbox_group label input[type=checkbox] {
    margin:0 10px 10px 0px;
}



#free-quote-form #free-quote-form-submit, #free-quote-form .free-quote-form-submit {
    margin: auto;
    background-color: #70B344;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border: 1px solid white;
    display: block;
    width: 380px;
    height: 48px;
    font-size: 18px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.freeform-form-has-errors {
    color:#FF0000;
    font-size:22px;
    margin-bottom: 20px;
}
.errors {
       color:#FF0000; 
       margin:10px 0 !important;
       display: block;
}
.position-middle-y,
header #header-menu-hamburger img,
header #header-get-support,
header #header-free-quote,
#faqs #questions-c li .faq-question {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#product-large-image-on-right-c #product-large-image-on-right-c-information-c {

    width: 40%;
    float: left;
}

#product-detail-image-outer-c #product-detail-image-c > img {

}


.content-with-learning-side {
    position: relative;
    min-height: 540px;
}


.content-with-learning-side #main-side {
    position: absolute;
    right: 108px;
    top: -25px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: block;
    width: 288px;
    height: 442px;
    padding-top: 160px;
}
.content-with-learning-side #main-side .title {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 34px;
}
.content-with-learning-side #main-side .content {
    font-size: 14px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
    padding: 0 24px;
}
.content-with-learning-side #main-side .action-button {
    position: absolute;
    bottom: 0;
    background-color: #70B344;
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    font-family: "proxima-nova";
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}


#product-large-image-on-right-c {
    position: relative;
    margin-bottom: 72px;
}
#product-large-image-on-right-c > .container {
    position: relative;
    height: 100%;
}



.products-list-c {
    min-height: 660px;
    text-align: center;
}
.products-list-c .product-header-title {
    color: #333333;
    line-height: 34px;
    text-align: center;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 28px;
}
.products-list-c .products-image-bg {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}
.products-list-c > ul {
    padding: 0;
    margin: 72px auto 0 auto;
    list-style: none;
    position: relative;
    z-index: 2;
    display: inline-block;
        max-width: 1200px;
        width: 100%;
}

.products-list-c .products-list-item-c {
    display: inline-block;
    background: white;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    max-width: 306px;
    min-height: 550px;
    position: relative;
    padding: 21px 16px 41px 16px;
    margin-right: 6%;
    margin-bottom: 64px;
    width:33%;
    vertical-align: top;
}

.products-list-c .products-list-item-c.custom {
    display: inline-block;
    background: white;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    max-width: 306px;
    min-height: 0;
    position: relative;
    padding: 21px 16px 41px 16px;
    margin-right: 6%;
    margin-bottom: 64px;
    width:33%;
    vertical-align: top;
}

.products-list-c .products-list-item-c.custom {
    display: inline-block;
    background: white;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    max-width: 306px;
    min-height: 0;
    position: relative;
    padding: 21px 16px 41px 16px;
    margin-right: 6%;
    margin-bottom: 64px;
    width:33%;
    vertical-align: top;
}
.products-list-c .products-list-item-c.custom .index-product-description {
    overflow: hidden;
    margin-bottom: 50px;
}


.products-list-c .products-list-item-c:nth-child(3n) {

    margin-right: 0px;

}

.products-list-c .products-list-item-c .index-product-image {
    height: 228px;
    position: relative;
    margin-bottom: 25px;
}
.products-list-c .products-list-item-c .index-product-image img {
    max-height: 228px;
    max-width: 100%;
}
.products-list-c .products-list-item-c .index-product-type {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #70b344;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.products-list-c .products-list-item-c .index-product-name {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 18px;
}
.products-list-c .products-list-item-c .index-product-description {
    font-size: 14px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
}
.products-list-c .products-list-item-c .index-product-button {
    font-size: 9px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    min-width: 100px;
    background-color: #70b344;
    display: inline-block;
    padding: 9px 12px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform:uppercase;
}
#index-lead-image-c {
    position: relative;
    margin-bottom: 40px;
}
#backimage {
    position: relative;
}


#index-lead-image-c #index-lead-image, #index-lead-image {
    width: 100%;
}
#index-lead-image-c #index-header-title-button-c, .free #free-content {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
}
#index-lead-image-c #index-header, .free h1 {
    color: #333333;
    text-align: center;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    width: 576px;
    margin: auto;
    line-height: 44px;
}

#index-lead-image-c.free { margin-bottom:0; }

.free { text-align: center; }
.free #backimage {padding: 70px 0;}
.free h1,.free h2,.free h3,.free h4,.free h5,.free h6,.free p,.free li{max-width: 60%}
.free h1 { width:auto; }
.free h2 { font-family: "Montserrat", sans-serif;font-size: 34px; }
.free h3 { font-family: "Montserrat", sans-serif; font-size: 32px;}
.free h4 { font-family: "Montserrat", sans-serif; font-size: 30px;}
.free h5 { font-family: "Montserrat", sans-serif;font-size: 28px; }
.free h6 { font-family: "Montserrat", sans-serif; font-size: 26px;}
.free p { display: inline;font-size: 14px;font-family: "adelle-sans", sans-serif;font-weight: 500;color: #333333; }
.free ul li { font-size: 14px;font-family: "adelle-sans", sans-serif;font-weight: 500;color: #333333; }
.free ol li { font-size: 14px;font-family: "adelle-sans", sans-serif;font-weight: 500;color: #333333; }
.free span { font-size: 12px;font-family: "adelle-sans", sans-serif;font-weight: 500;color: #333333;font-style:italic;  }
.free em { font-size: 12px;font-family: "adelle-sans", sans-serif;font-weight: 500;color: #333333;font-style:italic; }
.free .free-button { 
    background-color: #70b344;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
    border: 1px solid white;
    padding: 5px 60px;
    line-height: 40px;
    display: inline-block;
    margin: 28px 4px;
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
    text-transform: uppercase;
}
.free .free-button a {
    color: #fff;
}


#index-lead-image-c #index-get-quote-button {
    background-color: #70b344;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border: 1px solid white;
    width: 274px;
    height: 48px;
    line-height: 48px;
    display: block;
    margin: 28px auto;
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
    text-transform: uppercase;
}
#index-product-header-c {
    position: relative;
    margin-top: -120px;
    text-align: center;
}
#index-product-header-c img {
    margin: auto;
    display: block;
}
#index-get-quote-button {
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
    background-color: #70b344;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border: 1px solid white;
}
#index-lead-project-description {
    list-style: none;
    width: 83%;
    margin: auto;
    margin-bottom: 140px;
    padding: 0;
      position: relative;
  z-index: 2;
}
#index-lead-project-description li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 0 6%;
}
#index-lead-project-description .index-lead-project-title {
    color: #333333;
    line-height: 34px;
    text-align: center;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 18px;
}
#index-lead-project-description .index-lead-project-content {
    color: #333333;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
}
#index-products {
    margin-bottom: 72px;
}
#index-products #index-products-title {
    color: #333333;
    line-height: 34px;
    text-align: center;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
#index-products-title.headline {
    color: #333333;
    line-height: 34px;
    text-align: center;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
#index-products #index-products-list {
    padding: 0;
    margin: 90px auto 0 auto;
    list-style: none;
    position: relative;
    z-index: 2;
    display: inline-block;
    width:100%;
}
#index-products #index-products-list li:last-child {
    margin-right: 0;
}

#subline {
    position: relative;
    z-index: 3;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    text-align: center;
    max-width: 792px;
    margin:130px auto 0 auto;
}

.content-with-learning-side {
    position: relative;
    min-height: 540px;
}


.content-with-learning-side #main-side {
    position: absolute;
    right: 108px;
    top: -25px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: block;
    width: 288px;
    height: 442px;
    padding-top: 160px;
}
.content-with-learning-side #main-side .title {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 34px;
}
.content-with-learning-side #main-side .content {
    font-size: 14px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
    padding: 0 24px;
}
.content-with-learning-side #main-side .action-button {
    position: absolute;
    bottom: 0;
    background-color: #70B344;
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

#product-large-image-on-right-c {
    position: relative;
    margin-bottom: 72px;
}
#product-large-image-on-right-c > .container {
    position: relative;
    height: 100%;
}


#index-footer {
    background: #DEE2E2;
    padding: 16px 0;
}
#index-footer #index-footer-login-form {
    width: 360px;
    float: left;
}
#index-footer #index-footer-links {
    width: calc(100% - 360px);
    float: left;
}
#index-footer-c {
    background: #DEE2E2;
    padding-top: 36px;
    padding-bottom: 48px;
    margin-bottom: 24px;
}
#index-footer-c .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#index-footer-c #index-footer-login-form {
    width: 360px;
    vertical-align: top;
}
#index-footer-c #index-footer-login-form .signup-login-form .signup-login-form-header-c {
    list-style: none;
    padding: 0;
    margin: 0 0 17px 0;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #2E2E33;
}
#index-footer-c #index-footer-login-form .signup-login-form .signup-login-form-header-c li {
    display: inline-block;
    padding: 4px 0;
    min-width: 80px;
}
#index-footer-c #index-footer-login-form .signup-login-form .signup-login-form-header-c li.selected {
    color: #EE2F47;
}
#index-footer-c #index-footer-login-form .signup-login-form input {
    border: 1px solid #95989A;
    background: white;
    padding: 8px 12px;
    width: 100%;
    font-size: 16px;
    display: block;
    margin-bottom: 17px;
}
#index-footer-c #index-footer-login-form .signup-login-form button {
    background: #2E2E33;
    border: none;
    outline: none;
    font-size: 16px;
    color: white;
    padding: 10px 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Helvetica Neue", HelveticaNeue, sans-serif;
}
#index-footer-c #index-footer-links {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#index-footer-c #index-footer-links .index-footer-links-container {
    width: 650px;
    margin-left: auto;
}
#index-footer-c #index-footer-links .index-footer-links-container > div {
    float: left;
    width: 33%;
    vertical-align: top;
}
#index-footer-c #index-footer-links .header {
    font-size: 16px;
    font-weight: bold;
    color: #2E2E33;
    text-transform: none;
    margin-bottom: 12px;
}
#index-footer-c #index-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#index-footer-c #index-footer-links ul li a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 10px;
    color: #2E2E33;
    text-decoration: none;
}
.products-list-c {
    min-height: 660px;
    text-align: center;
}
.products-list-c .product-header-title {
    color: #333333;
    line-height: 34px;
    text-align: center;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 28px;
}
.products-list-c .products-image-bg {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}
.products-list-c > ul {
    padding: 0;
    margin: 90px auto 0 auto;
    list-style: none;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.products-list-c .products-list-item-c.testimonial {
    min-height: 478px;
    width:33%;
}
.products-list-c .products-list-item-c:last-child {
    margin-right: 0;
}


.products-list-c .products-list-item-c .index-product-type {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #70b344;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.products-list-c .products-list-item-c .index-product-name {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 18px;
}
.products-list-c .products-list-item-c .index-product-description {
    font-size: 14px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.products-list-c .products-list-item-c .index-product-description ul {
    padding: 0;
}
.products-list-c .products-list-item-c .index-product-description ul li {
    list-style: none;
    border-top: solid 1px #ddd;
    text-align: left;
    padding: 3px 0;
}
.products-list-c .products-list-item-c .index-product-description ul li:last-child {
    border-bottom: solid 1px #ddd;
}

.products-list-c {
    margin-bottom: 64px;
}
#product-header-description {
    padding-top: 80px;
    padding-bottom: 40px;
}
#product-header-description #energy-efficient-home {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 28px;
}
#product-header-description #lower-your-monthly-utility {
    text-align: center;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    max-width: 600px;
    margin: auto;
}
#product-notes {
    text-align: center;
    max-width: 640px;
    padding: 0 12px;
    margin: 0 auto 122px auto;
}
#product-notes #products-footer-c {
    margin-bottom: 18px;
}
#product-notes .description {
    color: #333333;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-family: "adelle-sans", Arial;
    font-weight: 500;
}

.content-with-learning-side {
    position: relative;
    min-height: 540px;
}



.content-with-learning-side #main-side {
    position: absolute;
    right: 108px;
    top: -25px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: block;
    width: 288px;
    height: 442px;
    padding-top: 160px;
}
.content-with-learning-side #main-side .title {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 34px;
}
.content-with-learning-side #main-side .content {
    font-size: 14px;
    font-family: "Adelle Sans";
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
    padding: 0 24px;
}
.content-with-learning-side #main-side .action-button {
    position: absolute;
    bottom: 0;
    background-color: #70B344;
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    font-family: "proxima-nova";
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

#product-large-image-on-right-c {
    position: relative;
    margin-bottom: 72px;
}
#product-large-image-on-right-c > .container {
    position: relative;
    height: 100%;
}





.products-list-c {
    min-height: 660px;
    text-align: center;
}
.products-list-c .product-header-title {
    color: #333333;
    line-height: 34px;
    text-align: center;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 28px;
}
.products-list-c .products-image-bg {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}
.products-list-c > ul {
    padding: 0;
    margin: 72px auto 0 auto;
    list-style: none;
    position: relative;
    z-index: 2;
    display: inline-block;
}



.products-list-c .products-list-item-c .index-product-name {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 18px;
}


#product-post-header-c {
    position: relative;
    overflow: hidden;
    min-height: 550px;
    width:100%;
}
#product-post-header-c:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 90%;
    background: #70B344;
    padding-bottom: 20px;
    top: 0;
}
#product-post-header-c #product-image-c {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
#product-post-header-c #product-image-c img {
    display: block;
    width: 100%;
}
#product-post-header-c #product-post-header-information {
    position: relative;
    z-index: 2;
    width: 95%;
    padding-top: 96px;
    padding-bottom: 96px;
}
#product-post-header-c #product-post-header-information .title {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 2px solid #e5e503;
    padding-bottom: 12px;
    padding-right: 64px;
    width:90%;
}
#product-post-header-c #product-post-header-information .content {
    padding-top: 12px;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    padding-right: 464px;
}
#product-detail-image-outer-c {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 101;
}
#product-detail-image-outer-c > .container {
    position: relative;
}
#product-detail-image-outer-c #product-detail-image-c {
    position: absolute;
    right: 0px;
    top: 20px;
    height: auto;
    padding-bottom: 100px;
    overflow: hidden;
}
#product-detail-image-outer-c #product-detail-image-c > img {
    max-height: 500px;
    max-width: 530px;
}
#main-content-text {
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}
#main-content-text h2{ font-family: "Montserrat", sans-serif;font-size:28px;font-weight:300;margin-bottom:22px;line-height: 36px; }
#main-content-text h3{ font-family: "Montserrat", sans-serif;color:#70B344;font-size:18px;font-weight:500; margin-bottom:22px;}
#main-content-text h4{ font-family: "Montserrat", sans-serif;text-transform:uppercase;font-size:14px;font-weight:700; margin-bottom:22px;}
#main-content-text ul, ol{  margin-bottom:18px;list-style: none;}
#main-content-text ul li{ list-style-image: url('/img/bullet.png');margin-left:13px;padding-left:20px;margin-bottom:12px;}
#main-content-text ol li{ list-style-type: decimal; margin-left:13px;padding-left:20px;margin-bottom:12px;}
#main-content-text blockquote { font-style: italic;border-left:solid 3px #d1e5ba; margin-left:0;padding-left:25px;line-height: 24px; }
#main-content-text p{  margin-bottom:18px;line-height: 24px; }
#main-content-text ul li a{  }
#main-content-text a{ color:#70B344;text-decoration: underline; }









.content-with-learning-side {
    margin-bottom: 72px;
}


.content-with-learning-side {
    position: relative;
    min-height: 540px;
}



.content-with-learning-side #main-side {
    position: absolute;
    right: 108px;
    top: -25px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: block;
    width: 288px;
    height: 442px;
    padding-top: 160px;
}
.content-with-learning-side #main-side .title {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 34px;
}
.content-with-learning-side #main-side .content {
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
    padding: 0 24px;
}
.content-with-learning-side #main-side .action-button {
    position: absolute;
    bottom: 0;
    background-color: #70B344;
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}
#sub-header-navigation {
    background: #333333;
}
#sub-header-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#sub-header-navigation ul li {
    display: inline-block;
}
#sub-header-navigation ul li.selected {
    background-color: #ffffff;
    height: 48px;
}
#sub-header-navigation ul li.selected a {
    color: #333333;
}
#sub-header-navigation ul li a {
    display: block;
    padding: 16px 20px 14px 20px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
}
#product-large-image-on-right-c {
    position: relative;
    margin-bottom: 72px;
}
#product-large-image-on-right-c > .container {
    position: relative;
    height: 100%;
}


#support-product #support-product-list {
    padding-top: 76px;
    margin-bottom: 76px;
    background-color: #F7E9A6;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border: 1px solid #ebebeb;
    position: relative;
}
#support-product #support-product-list:after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: calc(50% - 15px);
    width: 0px;
    height: 0px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #F7E9A6;
}
#support-product #support-product-list #aei-customer-support {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 29px;
}
#support-product #support-product-list #what-can-we-help-you-with {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    text-align: center;
    margin-bottom: 66px;
}
#support-product #support-product-list ul {
    text-align: center;
    padding:0;
}
#support-product #support-product-list ul .support-product-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 1%;
    width: 24.5%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
}
#support-product #support-product-list ul .support-product-item img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#support-product #support-product-list ul .support-product-item .support-product-image-c {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 288px;
    margin-bottom: 16px;
}
#support-product #support-product-list ul .support-product-item .support-product-image-c img {
    max-width: 100%;
    max-height: 230px;
}
#support-product #support-product-list ul .support-product-item .support-product-name {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
}
#faqs {
    overflow: hidden;
    padding-bottom:80px;
}

#faqs #questions-c {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}
#faqs #questions-c li {
    background-color: #F7E9A6;
    display: block;
    height: 60px;
    margin-bottom: 6px;
    position: relative;
    cursor: pointer;
}
#faqs #questions-c li:before {
    content: ' ';
    background: url(/img/support-open-question.png);
    width: 12px;
    height: 8px;
    position: absolute;
    left: 20px;
    top: 24px;
}
#faqs #questions-c li.open {
    background: #eee;
    height: auto;
    padding: 18px 0;
}
#faqs #questions-c li.open:before {
    top: 28px;
    background: url(/img/support-close-question.png);
}
#faqs #questions-c li.open .faq-question {
    position: static;
    top: 0;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 12px;
    padding-top: 7px;
}
#faqs #questions-c li.open .faq-question {
    font-weight: 700;
}
#faqs #questions-c li.open .faq-answer {
    display: block;
}
#faqs #questions-c li .faq-question {
    font-size: 16px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 16px;
    padding-left: 48px;
}
#faqs #questions-c li .faq-answer {
    display: none;
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    padding-left: 48px;
    margin-bottom: 52px;
}
#faqs #air-conditioning-faqs {
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    text-align: center;
    margin-bottom: 24px;
}
#faqs #faq-footer #do-you-have-a-question-not-bei {
    font-size: 16px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    float: left;
}
#faqs #faq-footer #do-you-have-a-question-not-bei a {
    color: #70B344;
}
#faqs #faq-footer #pagination {
    float: right;
}
#faqs #faq-footer #pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#faqs #faq-footer #pagination li {
    display: inline-block;
    font-size: 16px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    width: 28px;
    height: 28px;
    line-height: 32px;
    text-align: center;
}
#faqs #faq-footer #pagination li.selected {
    background: #BCBCBC;
}
#faqs #faq-footer #pagination li a {
    color: #333333;
}



.content-with-learning-side {
    position: relative;
    min-height: 540px;
}


.content-with-learning-side #main-side {
    position: absolute;
    right: 108px;
    top: -25px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: block;
    width: 288px;
    height: 442px;
    padding-top: 160px;
}
.content-with-learning-side #main-side .title {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 34px;
}
.content-with-learning-side #main-side .content {
    font-size: 14px;
    font-family: "Adelle Sans";
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
    padding: 0 24px;
}
.content-with-learning-side #main-side .action-button {
    position: absolute;
    bottom: 0;
    background-color: #70B344;
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    font-family: "proxima-nova";
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

#product-large-image-on-right-c {
    position: relative;
    margin-bottom: 72px;
}
#product-large-image-on-right-c > .container {
    position: relative;
    height: 100%;
}


.testimonial-list-c {
    min-height: 660px;
    text-align: center;
}
.testimonial-list-c .testimonial-header-title {
    color: #333333;
    line-height: 34px;
    text-align: center;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 12px;
}
.testimonial-list-c .testimonial-image-bg {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}
.testimonial-list-c > ul {
    padding: 0;
    margin: 72px auto 0 auto;
    list-style: none;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.testimonial-list-c .testimonial-list-item-c {
    display: inline-block;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    width: 288px;
    min-height: 453px;
    position: relative;
    padding: 21px 16px;
    margin-right: 16px;
    margin-bottom: 64px;
}
.testimonial-list-c .testimonial-list-item-c .testimonial-list-image {
    height: 238px;
    position: relative;
    margin-bottom: 15px;
}
.testimonial-list-c .testimonial-list-item-c .testimonial-list-image img {
    max-height: 238px;
    max-width: 100%;
}
.testimonial-list-c .testimonial-list-item-c .testimonial-list-type {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #70b344;
    text-align: center;
    margin-bottom: 16px;
}
.testimonial-list-c .testimonial-list-item-c .testimonial-list-name {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
}
.testimonial-list-c .testimonial-list-item-c .testimonial-list-description {
    font-size: 14px;
    font-family: "Adelle Sans";
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
    min-height: 48px;
}
.testimonial-list-c .testimonial-list-item-c .testimonial-list-button {
    font-size: 13px;
    font-family: "NeoSans";
    font-weight: 500;
    color: #ffffff;
    background-color: #70b344;
    display: inline-block;
    padding: 9px 12px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100px;
}
#header-bg {
    position: relative;
}


.curve  {
    width:100%;
    height:auto;
    position: absolute;
    bottom:0;
    left:0;
}

#header-bg img {
    width: 100%;

}
#main-content {
    margin-bottom: 72px;
}
#main-content-title {
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    margin-bottom: 21px;
}
#main-content-subtitle {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #70b344;
    margin-bottom: 36px;
}


.content-with-learning-side {
    position: relative;
    min-height: 540px;
}



.content-with-learning-side #main-side {
    position: absolute;
    right: 108px;
    top: -25px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    display: block;
    width: 288px;
    height: 442px;
    padding-top: 160px;
}
.content-with-learning-side #main-side .title {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 34px;
}
.content-with-learning-side #main-side .content {
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    text-align: center;
    padding: 0 24px;
}
.content-with-learning-side #main-side .action-button {
    position: absolute;
    bottom: 0;
    background-color: #70B344;
    display: block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

#product-large-image-on-right-c {
    position: relative;
    margin-bottom: 72px;
}
#product-large-image-on-right-c > .container {
    position: relative;
    height: 100%;
}



#product-profile {
    margin-top: -170px;
    position: relative;
    z-index: 2;
    margin-bottom: 36px;
}
#product-profile #product-profile-img-c {
    text-align: center;
}
#product-profile #product-profile-details #alternate-energy-is-proud-to-b {
    float: left;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    text-align: right;
    width: 50%;
    padding-right: 5%;
    padding-left: 10%;
}
#product-profile #product-profile-details #aei-was-awarded-the-title-afte {
    float: left;
    font-size: 14px;
    font-family: "adelle-sans", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    width: 50%;
    padding-left: 5%;
    padding-right: 10%;
}

.clearfix, #product-large-image-on-right-c, #product-profile #product-profile-details {
    clear: both;
}

.clearfix:before, #product-large-image-on-right-c:before, #product-profile #product-profile-details:before, .clearfix:after, #product-large-image-on-right-c:after, #product-profile #product-profile-details:after {
    clear: both;
    display: table;
    content: "";
}

#why-alt-business-manager {
    min-height: 660px;
    text-align: center;
}
#why-alt-business-manager .image-bg {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}
#why-alt-business-manager #why-alt-business-manager-message-c {
    position: relative;
    z-index: 2;
    padding-top: 84px;
}
#why-alt-business-manager #at-mitsubishi-we-are-guided {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 40px;
    text-align: center;
    max-width: 792px;
    margin: 0 auto 36px auto;
}
#why-alt-business-manager #perry-rosensweig-business-de-0 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    text-align: center;
}
#why-alt-business-manager #perry-rosensweig-business-de-1 {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    text-align: center;
}
#leaderboard-image-c {
    min-height: 100px;
}
.row-images {
    margin-bottom:80px;
    clear:both;
    overflow: hidden;
}

.row-images ul {
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.row-images ul li {
    display: inline-block;
    width:33.33%;
}
.row-images img {
   max-width:100%;
   width:100%;
   height:auto;
}



.cd-member-bio {
	position: fixed;
	top: 0;
	right: 0;
	width: 460px;
	height: 100%;
	overflow-y: auto;
	/* smooth scrolling on mobile phones and tablets */
	-webkit-overflow-scrolling: touch;
	/* this how we move the author bio section off the canvas */
	transform: translateX(460px);
	transition-property: transform;
	transition-duration: 0.3s;
  background:#333333;
  color:#fff;
  padding:50px;
  width:460px;
  z-index: 10;
}

.cd-member-bio.slide-in {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);

}

.cd-member-bio.slide-out {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(-460px);
  -moz-transform: translateX(-460px);
  -ms-transform: translateX(-460px);
  -o-transform: translateX(-460px);
  transform: translateX(-460px);

}

body.overflow-hidden {
  /* when author bio is visible, the out-of-focus content won't scroll */
  overflow: hidden;
}

.index-team-body img {
	max-width: 100%;
	width:100%;
	height:auto;
	display: block;
	margin:20px 0 !important;
	float:none !important;
}
.index-team-body strong, .index-team-contact-info {
	color:#70b344;
}

.index-team-body h2 strong{
	color:#fff;
}

.cd-member-bio-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 30px;
  right: 40px;
  background: url(/img/cd-icon-close.svg) no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 11;
  display: none;

}
.cd-member-bio-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  -moz-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}


.cd-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: none;
  right:0;
  bottom:0;
  z-index: 2;
}

.cd-overlay.slide-out {
  /* the overlay layer gets visible when the author bio slides in */
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}


@media (max-width: 1360px) {



    header #header-actions #header-get-support {
        width: auto;
        padding-left: 12px;
        padding-right: 12px;
    }
    header #header-actions #header-free-quote {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 6px;
    }

}



@media only screen and (min-width: 1200px) {
      .cd-member-bio-close {
          top: 30px;
          right: 40px;
      }



}


@media (max-width: 1024px) {


      #product-large-image-on-right-c #product-large-image-on-right-c-information-c {
     	width: 100%;
    	float: none;
     }
	#product-large-image-on-right-c #product-large-image-on-right-c-image-c { padding-left:0;margin-top:40px; }

}



@media (max-width: 1160px) {

    #support-product #support-product-list ul .support-product-item {
        width: 33%;
    }

}

@media (min-width: 960px) and (max-width: 1160px) {
    footer #footer-main #footer-main-information {
        width: 50%;
    }
    footer #footer-main #footer-main-actions {
        width: 50%;
    }
}



@media (max-width: 1100px) {
    #product-large-image-on-right-c #solutions-image-grid {
        
    }
    .products-list-c .products-list-item-c {
        margin-right: 6%;
        width:28%;
    }
    header #header-menu {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        float: left;
        -webkit-transform: none;
        transform: none;
        margin-top: 22px;
        padding-right: 0;
        margin-left:30px;
    }

}
@media (max-width: 1067px) {
	.products-list-c .products-list-item-c.testimonial {
   	 	min-height: 478px;
    		width:33%;
	}
	.products-list-c .products-list-item-c.testimonial:nth-child(3n) {
	
    		 margin-right: 6%;

	}
}




header #header-menu {
    margin-left:100px;
}
@media (max-width: 1300px) {
    header #header-menu {
        margin-left:80px;
    }
}
@media (max-width: 1250px) {
    header #header-menu {
        margin-left:60px;
    }
}
@media (max-width: 1200px) {
    header #header-menu {
        margin-left:40px;
    }
} 

@media (max-width: 1150px) {
   header #header-menu-hamburger {
        float: right;
        display: block;
        width: 30px;
        height: 100%;
        cursor: pointer;
    }
    header #header-logo {
        float: left;
    }
	header #header-menu, header #header-actions {
		display: none;
	}

	#sub-header-navigation {
		display: none;
	}
	#sub-header-navigation.blogcats {
		display: block;
	}

    header #mobile-menu {
        position: absolute;
        display: none;
        top: 46px;
        left: 0;
        float: none;
        -webkit-transform: none;
        transform: none;
        margin-top: 22px;
        padding-right: 0;
        background: white;
        z-index: 100;
        padding: 12px 20px 30px 20px;
        width: 100%;
        -webkit-box-shadow: 0 2px 3px #888;
        box-shadow: 0 2px 3px #888;
        margin-left: 0;
        z-index: 9999;
    }
	header #mobile-menu.visible {
		display:block;
	}
    header #mobile-menu ul{
    	padding-left:0;
    }

    header #mobile-menu li {
        display: block;
    }
    header #mobile-menu li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
	header #mobile-menu li ul{
	    display: block;
	    margin-left:30px;
	}


    header #mobile-actions {
        position: relative;
        display: none;
        margin-top: 44px;

        z-index: 101;
        width: 100%;
    }
    header #mobile-actions.visible {
        display: block;
    }
    header #mobile-actions #header-get-support {
        width: 100%;
        display: block;
        float: none;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 12px;
    }
    header #mobile-actions #header-free-quote {
        width: 100%;
        display: block;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0px;
    }



}










@media (max-width: 960px) {

	.content-with-learning-side .main-side:nth-of-type(1) {
		padding: 40px 0 61px 0;
	}

	.content-with-learning-side #main-content {
		width: 100%;
	}

    .products-list-c .products-list-item-c, .products-list-c .products-list-item-c:nth-child(3n) {
        margin-right: 3%;
        width:45%;    min-height: 520px;
    }


	.products-list-c .products-list-item-c.testimonial {
   	 	min-height: 478px;
    		width:33%;margin-right: 3%;
	}
	.products-list-c .products-list-item-c.testimonial:nth-child(3n) {
	
    		 margin-right: 3%;

	}



    .blog-list-c .blog-list-item-c.threecol {
        width: 47%;
    }

    .blog-list-c .blog-list-item-c.threecol:nth-child(2n) {
        margin-left: 2%;
        margin-right: 0%;
    }
    .blog-list-c .blog-list-item-c.threecol:nth-child(3n) {
        margin-right: 0%;
    }


    .products-list-c .products-list-item-c:nth-child(2n) {
        margin-right: 0px;
    }
    #index-product-header-c {
        margin-top: -80px;
    }
    #index-product-header-c img {
        width: 70%;
    }
    #index-lead-project-description {
        width: 100%;
    }
    #index-lead-project-description li {
        padding: 0 6%;
    }
    #index-lead-image-c #index-header-title-button-c {
        position: relative;
        top: 0;
            margin-bottom: 80px;
    }


    #support-product #support-product-list ul .support-product-item {
        width: 49%;
    }
	#product-post-header-c #product-post-header-information {

	    padding-top: 50px;
	    padding-bottom: 12px;
	}
    #product-post-header-c #product-post-header-information .title {
        padding-right: 0;
    }
    #product-post-header-c #product-post-header-information .content {
        padding-right: 0;
        font-size:30px;
        line-height: 40px;
    }
    #product-detail-image-outer-c {
        position: relative;
    }
    #product-detail-image-outer-c #product-detail-image-c {
        position: relative;
        text-align: center;
    }
    #product-detail-image-outer-c #product-detail-image-c img {
        left: auto;
        -webkit-transform: none;
        transform: none;
        max-width: 100%;
        top:auto;
    }


    #product-large-image-on-right-c #product-large-image-on-right-c-title {
        margin-bottom: 32px;
    }
    #product-large-image-on-right-c #product-large-image-on-right-c-content {
        margin-bottom: 24px;
    }
    #product-large-image-on-right-c #solutions-image-grid {
     
    }
    #leaderboard #leaderboard-title {
        font-size: 22px;
    }


    footer #footer-main #footer-main-information {
        float: none;
        width: 100%;
    }
    footer #footer-main #footer-main-actions {
        float: none;
        width: 100%;
        margin-bottom: 32px;
        text-align: left;
    }

	.content-with-learning-side #main-side-outer-c {
	    position: static;
	    width: 100%;
	    float:none;
	    margin-right:0;
	    top:0;
	}
	#side-electric-wire {display: none;}

	.content-with-learning-side {
		margin-bottom:0;
	}

}
@media (max-width: 720px) {


	#why-alt-business-manager {
		min-height: 0;
		margin-bottom: 80px;
	}

	.products-list-c .products-list-item-c.testimonial {
	    min-height: 478px;
	    width:90%;
	}

	#main-content-text ul li{ margin-left:0px;padding-left:10px;margin-bottom:12px;}


    #product-large-image-on-right-c #product-large-image-on-right-c-information-c {
        position: relative;
        top: 0;
        -webkit-transform: none;
        transform: none;
        float: none;
        width: 100%;
        margin-bottom: 44px;
    }

.products-list-c .products-list-item-c .index-product-image {
 height:auto;
}
.products-list-c .products-list-item-c .index-product-image img{
 max-height:none;width: 100%;
}



    #index-lead-image-c #index-header {
        font-size: 22px;
    }
    #index-product-header-c {
        margin-top: -40px;
    }
    #index-product-header-c img {
        width: 80%;
    }
    #index-lead-project-description {
        width: 100%;
    }
    #index-lead-project-description li {
        padding: 0 3%;
        width:100%;
        margin-bottom: 18px;
    }
    .products-list-c .products-list-item-c, .products-list-c .products-list-item-c:nth-child(3n) {
        max-width: 450px;
    	min-height: 500px;
        width:100%;
        margin-right:0;
    }



    #index-product-header-c {
        position: relative;
        margin-top: -50px;
        text-align: center;
    }
    #index-product-header-c img {
        width: 60%;
    }
    #index-lead-image-c #index-header {
        margin-top: 0px;
        line-height: 30px;
        width: 90%;
    }
    #index-lead-image-c #index-header-title-button-c {
        position: relative;
        top: 0;
    }
    #index-products #index-products-title {
        line-height: 30px;
        font-size: 22px;
        padding: 0 20px;
    }


    .content-with-learning-side #main-content {
        padding-right: 0;
    }


    #industries #industries-items > li {
        width: 100%;
    }


    #product-large-image-on-right-c #product-large-image-on-right-c-title {
        line-height:30px !important;
        font-size: 22px !important;
    }



    .blog-list-c .blog-list-item-c {
        width: 100%;
    }

    .blog-list-c .blog-list-item-c.threecol {
        width: 100%;
    }

    .blog-list-c .blog-list-item-c.threecol:nth-child(2n) {
        margin-left: 0%;
        margin-right: 0%;
    }
    .blog-list-c .blog-list-item-c.threecol:nth-child(3n) {
        margin-right: 0%;
        margin-left: 0%;
    }

    .content-with-learning-side #main-side {
        position: relative;
        width: 100%;
        left: 0;
        height: auto;
    }
    .content-with-learning-side #main-side .action-button {
        margin-top: 12px;
        position: relative;
    }

    #product-large-image-on-right-c #product-large-image-on-right-c-image-c {
        padding-left: 0;
    }
    #product-large-image-on-right-c #product-large-image-on-right-c-information-c {
        position: relative;
        top: 0;
        -webkit-transform: none;
        transform: none;
        float: none;
        width: 100%;
        margin-bottom: 24px;
    }

	#product-large-image-on-right-c #product-large-image-on-right-c-button {
	    color: white;
	    text-align: center;
	    font-size: 14px;
	    font-family: "adelle-sans", sans-serif;
	    font-weight: 500;
	    background-color: #e5c503;
	    display: block;
	    width: 216px;
	    height: 49px;
	    line-height: 49px;
	}
    #leaderboard #leaderboard-title {
        padding-left: 5%;
        padding-right: 5%;
    }
    #product-profile {
        margin-top: -130px;
    }
    #product-profile #product-profile-img-c img {
        width: 70%;
    }
    #product-profile #product-profile-details #alternate-energy-is-proud-to-b {
        padding-left: 3%;
        padding-right: 3%;
    }
    #product-profile #product-profile-details #aei-was-awarded-the-title-afte {
        padding-right: 3%;
    }
    #footer-images img {
        width: 320px;
    }

    .content-with-learning-side #side-electric-wire {
        left: calc(50% - 13px);
    }

    .content-with-learning-side .main-side {
        position: relative;
        width: 100%;
        left: 0;
        height: auto;
    }
    .content-with-learning-side .main-side .action-button {
        margin-top: 12px;

    }
    .content-with-learning-side .main-content {
        padding-right: 0;
    }
    #product-large-image-on-right-c #product-large-image-on-right-c-image-c {
        padding-left: 0;
    }
    #product-large-image-on-right-c #product-large-image-on-right-c-information-c {
        position: relative;
        top: 0;
        -webkit-transform: none;
        transform: none;
        float: none;
        width: 100%;
        margin-bottom: 24px;
    }



	.row-images ul li {
	    display: block;
	    width:100%;
	}
	.row-images img {
	   max-width:100%;
	   height:auto;
	}

	#leaderboard #let-us-help-you-become-energy {
		position: relative;
		top:0;
		font-size:22px;
		line-height: 30px;
		margin-top:30px;
	}

	#free-quote-form #free-quote-form-title {
		font-size:22px;
		line-height: 30px;
	}
	#free-quote-form ul li {
		width:100%;
		padding:0;
	}
	#free-quote-form ul li .form-row .form-checkbox {
		margin-left:0;
	}
	#free-quote-form ul li .form-row {
	    margin-bottom: 18px;
	}
	#free-quote-form ul li .form-pillar-title {
		margin-bottom: 30px;
	}

	footer #footer-achievements ul li {
	    margin-bottom: 50px;
	}

}
@media (max-width: 560px) {
    #leaderboard #leaderboard-title {
        top: 12px;
    }
    .row-images ul {
        -webkit-transform: none;
        transform: none;
    }
    .row-images ul li {
        display: block;
    }
    .row-images img {
        width: 100%;
    }
    .products-list-c .products-list-item-c, .products-list-c .products-list-item-c:nth-child(3n) {
        width: 100%;
        max-width: 90%;
    }





    #index-product-header-c img {
        width: 60%;
    }




}
@media (max-width: 520px) {
    #support-product #support-product-list ul .support-product-item {
        width: 100%;
    }
}
@media (max-width: 480px) {
    footer #footer-contact-support {
        width: 100%;
        margin-bottom: 14px;
    }
    footer #footer-contact-aei {
        width: 100%;
    }
    footer #footer-main #footer-main-information ul li {
	    display: block;
	    min-width: 0;
	    margin-bottom: 12px;
	    text-align:left;
	}

	footer #footer-main #footer-main-actions ul{
	   display: flex;
  		flex-direction: row;
	  width: 100%;
	}
	footer #footer-main #footer-main-actions ul li{
  		flex: 1 1 100%
	}

	footer #footer-main #footer-main-actions ul li a {

	    padding-right: 0px;

	}

	#free-quote-form #free-quote-form-submit {
		width: 100%;
	}

}

@media (max-width: 460px) {
    #index-lead-project-description {
        padding: 0 12px;
        width: 100%;
    }
    #index-lead-project-description li {
        width: 100%;
        margin-bottom: 18px;
        padding: 0;
    }
    #index-lead-image-c #index-get-quote-button {
        height: 38px;
        line-height: 38px;
    }
	.cd-member-bio {

		width: 100%;

	}
}




















