/* @import url('//example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.guide-form .hs-button.primary.large{
    background-color:#38ac53; 
    border:none; 
    display:block; 
    text-align:center; 
    color:white; 
    line-height:34px; 
    width:100%; 
}

.sales-rep .hs-button.primary.large{
    background-color:gray; 
    border:none; 
    color:white; 
    font-size:.9em; 
    padding:5px 10px;
}

.blog-up{
    background-color:#38ac53;
    color:white; 
    position:fixed; 
    height:30px; 
    width:30px; 
    text-align:center; 
    left:10px; 
    bottom:10px; 
    display:none; 
}

.my-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
    float:right;   
    padding-left:30px;   
}

.my-posts .hs-rss-title{
    text-align:left;
}


.post-container {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
 
.post-container:after {
  content: '';
  display: block;
  clear: both;
}
 
.post-item {
  width: 100%;
  float: left;
}


.post-body.clearfix{
    background-color:white;
    margin-bottom:50px; 
}


td{
    border:1px solid gray;
    padding:0% 2%; 
}

.view-all-blog-topics{
    display:block; 
    margin:0px auto; 
    background-color:#38ac53; 
    border:1px solid #38ac53; 
    color:white; 
    line-height:34px; 
    width:100%; 
    max-width:190px; 
    text-align:center; 
    cursor:pointer;
}

.blog-modal{
    background-color:rgba(0,0,0,.7);
    position:absolute;  
    height:100%; 
    width:100%; 
    top:0px; 
    left:0px; 
    z-index:9999999999;
    display:none; 
}

.blog-modal-wrapper{
    width:500px; 
    background-color:white; 
    border-radius:5px; 
    margin-top:40px; 
    margin-left:auto; 
    margin-right:auto; 
    padding:.8% 1.3% 1.3% 1.3%; 
    position:relative; 
}

.blog-modal-close{
    position:absolute; 
    top:10px; 
    right:10px; 
    font-size:1.3em; 
    color:black; 
    font-weight:bold; 
    cursor:pointer; 
}

.hs-featured-image {
    float: none; 
    margin: 0px;
    max-width: 100%!important;
}

h1,h2,h3,h4,h5,h6{
    line-height:normal!important; 
}

.blog-headline-area{
    text-align:center; 
    margin-bottom:0px; 
    margin-top:0px;
    padding-bottom:20px;
}

.top-featured-image{
    padding-bottom:60px;
    padding-top:60px; 
}

.download-blog-ebook{
    border:1px solid gray; 
    color:gray; 
    display:block; 
    width:100%; 
    max-width:190px; 
    line-height:33px; 
    text-align:center; 
    text-decoration:none; 
    margin:0px auto; 
}

.subscribe .hs-button.primary.large{
    border:1px solid gray; 
    color:gray; 
    text-align:center; 
    background-color:rgb(47, 209, 96);
    margin-top:7px; 
}

.comments .hs-button.primary{
    border:1px solid gray; 
    color:gray; 
    text-align:center; 
    background-color:white; 
}


.new-service-boxes{
    min-height:470px!important;  
}

.manufacturing-cta{
    display:block; 
    margin:0px auto; 
    width:100%; 
    max-width:220px; 
    line-height:34px; 
    text-align:center; 
    text-decoration:none; 
    border:1px solid gray; 
    color:gray; 
}

.home-rss .hs-rss-item{
    width:29%; 
    display:inline-block; 
    padding:3% 1%; 
    background-color:rgb(240,240,240);
    font-family:raleway_light, arial, sans-serif;
    min-height:250px!important;
    margin-right:2%; 
    vertical-align:text-top;   
    line-height:160%; 
}

.home-rss .hs-rss-description a{
    display:block; 
    background-color:gray; 
    color:white; 
    width:100%; 
    max-width:100px; 
    margin-top:15px;
    text-align:center; 
    text-decoration:none;
    line-height:33px; 
}

.hs-rss-title{
    display:block; 
    text-align:center; 
    color:rgb(70,70,70);
    text-decoration:none; 
    font-weight:bold; 
}

.lighting-library-cta{
    display:block; 
    width:100%; 
    max-width:230px;
    margin:0px auto; 
    line-height:35px; 
    text-align:center; 
    background-color:white; 
    color:black; 
    text-decoration:none; 
}


/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size:1em; 
}

.new-home-cta{
    background-color:#24ae4d; 
    color:white; 
    display:block; 
    margin:0px auto; 
    width:100%; 
    max-width:190px; 
    text-align:center; 
    line-height:33px; 
    text-decoration:none; 
    margin-top:8px; 
}

.new-home-cta:hover{
    background-color:white; 
    color:#24ae4d; 
    display:block; 
    margin:0px auto; 
    width:100%; 
    max-width:190px; 
    text-align:center; 
    line-height:33px; 
    text-decoration:none; 
    margin-top:8px; 
    transition:all ease .5s;
}

.overview-video-home{
    font-family:raleway_light, arial, sans-serif;
    border:1px solid rgb(0,102,51);
    display:block; 
    margin:0px auto; 
    line-height:33px; 
    text-align:center; 
    text-decoration:none; 
    color:rgb(0,102,51);
    width:100%; 
    max-width:190px; 
}

.hs_cos_flex-slider{
    margin:0px; 
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 10px 18px;
    background-color: white;
    display: none;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.about-us-boxes{
    min-height:500px!important;
}

.application-ctas{
    display:block; 
    margin:0px auto; 
    width:100%; 
    max-width:180px; 
    text-align:center; 
    text-decoration:none; 
    line-height:34px; 
    background-color:white; 
    color:rgb(120,120,120);
}


.app-par{
    min-height:165px!important; 
}
 
.full-width{
    padding-left:15%; 
    padding-right:15%; 
}

.scroll-top{
    color:white; 
    background-color:#2dad52;
    padding:3px 3px; 
    position:fixed; 
    bottom:15px; 
    right:18px; 
    font-size:1.5em;
    display:none; 
}


.nav-app li{
    display:inline-block; 
    padding-right:20px; 
    list-style-type:none; 
}

.nav-app{
    text-align:center; 
}


.services-form-activator, .services-form-close{
    background-color:#24ae4d; 
    color:white; 
    display:block; 
    margin:0 auto; 
    width:100%; 
    max-width:190px; 
    cursor:pointer; 
    line-height:33px; 
    text-align:center;
    font-family:raleway_light, arial, sans-serif;
}

.widget-type-form.parking-form .hs-button.primary.large{
    background-color:gray; 
    display:block; 
    width:100%; 
    line-height:35px; 
    color:white; 
    border:none; 
    font-size:1em; 
}

.widget-type-form.services-contact-form{
    display:none; 
}


.parking-pdf{
    border:2px solid white; 
    background-color:rgba(255,255,255,.8);
    display:block; 
    max-width:200px; 
    line-height:32px; 
    text-align:center; 
    margin:0 auto; 
    color:black; 
    text-decoration:none; 
}

.parking-pdf:hover{
    border:2px solid white; 
    background-color:rgb(255,255,255);
    display:block; 
    max-width:200px; 
    line-height:32px; 
    text-align:center;
    margin:0 auto; 
    color:black; 
    text-decoration:none; 
}

.greenlinks a:link{
    color:#24ae4d; 
    text-decoration:underline;
}

.greenlinks a:visited{
    color:#24ae4d; 
    text-decoration:underline;
}

.greenlinks a:hover{
    color:#24ae4d; 
    text-decoration:underline;
}

.greenlinks a:active{
    color:#24ae4d; 
    text-decoration:underline;
}

.case_study_slider .slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li{
    width:100%; 
}

.led_education_button{
    display:block; 
    line-height:32px; 
    max-width:190px; 
    text-align:center; 
    color:white; 
    background-color:rgb(120,120,120);
    font-family:raleway_light, arial, sans-serif;
}

body{
    width:100%;
    margin:0px;
    line-height:150%; 
    font-family:raleway_light, arial, sans-serif;
}
  

.more_case_studies{
    margin:0 auto; 
    display:block; 
    background-color:rgb(200,200,200); 
    text-align:center; 
    color:white; 
    line-height:35px; 
    max-width:225px; 
    text-decoration:none; 
}

.more_case_studies_2{
    display:block; 
    border: 2px solid #add13e;
    background-color:#24AE4D;  
    color:white; 
    text-align: center;
    line-height:35px; 
    position: relative;
    max-width:225px; 
    text-decoration:none;
    cursor:pointer;
}

.roi_button_home {
  background-color: #24AE4D;
  border: 2px solid #add13e;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 auto;
  max-width: 275px;
  outline: medium none;
  position: relative;
  text-align: center;
  transition: all .3s ease 0s;
  text-decoration: none;
}

.roi_button_home:hover {
  background-color: white;
  border: 2px solid #add13e;
  color: #24AE4D;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 auto;
  max-width: 275px;
  outline: medium none;
  position: relative;
  text-align: center;
  transition: all .3s ease 0s;
  text-decoration: none;
}

.widget-module ul li a {
    color:white;
    text-decoration:#24AE4D;
    margin:auto;
    width:50%;
}

ul li a .linkstyle{
    color: white;
    text-decoration:none;
}

.widget-type-form.design_form {
    display:none;
}

#design_activator_2, #design_activator_4 {
    display:none;
}

.real_estate {
  background-color: white;
  border: 2px solid #24AE4D;
  color: #24AE4D;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0;
  max-width: 275px;
  outline: medium none;
  position: relative;
  text-align: center;
  transition: all .3s ease 0s;
  text-decoration: none;
}

.real_estate:hover {
  background-color: #24AE4D;
  border: 2px solid #add13e;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0;
  max-width: 275px;
  outline: medium none;
  position: relative;
  text-align: center;
  transition: all .3s ease 0s;
  text-decoration: none;
}

.case_study #press_release {
  background-color: white;
  border: 2px solid #24AE4D;
  color: #24AE4D;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0;
  max-width: 275px;
  outline: medium none;
  position: relative;
  text-align: center;
  transition: all .3s ease 0s;
  text-decoration: none;
}

.case_study:hover #press_release:hover {
  background-color: #24AE4D;
  border: 2px solid #add13e;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0;
  max-width: 275px;
  outline: medium none;
  position: relative;
  text-align: center;
  transition: all .3s ease 0s;
  text-decoration: none;
}

#design_activator, #design_activator_2 {
  background-color: whitesmoke;
  border: 2px solid #80cafd;
  color: rgb(120,120,120);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 auto;
  max-width: 271px;
  outline: medium none;
  position: relative;
  text-align: center;
  transition: all .3s ease 0s;
  text-decoration: none;
}

#design_activator:hover, #design_activator_2:hover {
  background-color: #80cafd;
  border: 2px solid #80cafd;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 auto;
  max-width: 271px;
  outline: medium none;
  position: relative;
  text-align: center;
  transition: all .3s ease 0s;
  text-decoration: none;
}

#design_activator_3, #design_activator_4 {
  background-color: whitesmoke;
  border: 2px solid #80cafd;
  color: rgb(120,120,120);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  max-width: 271px;
  outline: medium none;
  position: relative;
  text-align: center;
  transition: all .3s ease 0s;
  text-decoration: none;
}

#design_activator_3:hover, #design_activator_4:hover {
  background-color: #80cafd;
  border: 2px solid #80cafd;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  max-width: 271px;
  outline: medium none;
  position: relative;
  text-align: center;
  transition: all .3s ease 0s;
  text-decoration: none;
}
.blogsocial{
    color:rgb(120,120,120);
    font-size:2em;
    padding-right:15px;
}

.blog_subscription_form .hs_email {
    width:65%;
    float:left;
}


.blog_subscription_form .hs-button{
    background-color:#25af4e;
    color:white; 
    border:none; 
    font-size:1em;
    font-family:raleway_light, arial, sans-serif;
    padding-top:4.5px; 
    padding-bottom:4.5px;
    margin-left:10px;
}

.blogform_activator, .blogform_close{
    display:block;
    max-width:225px; 
    color:white; 
    line-height:35px; 
    font-family:raleway_light, arial, sans-serif;
    background-color:#25af4e;
    text-align:center;
    cursor:pointer;
}

.widget-type-form.blog-contact{
    display:none;
}


.text_light{
    font-family:raleway_light, arial, sans-serif;
    color:rgb(120,120,120);
}

.leadin-preview-wrapper{
        font-family:raleway_light, arial, sans-serif;
}

.text_semibold{
    font-family:raleway_semibold, arial, sans-serif;
    color:rgb(120,120,120);
}

.whitelinks a:link{
    font-family:raleway_light, arial, sans-serif;
    color:white;
    text-decoration:none;
}
.whitelinks a:link p span{
  color:white!important;
    text-decoration:none;
}
.whitelinks a:visited{
    font-family:raleway_light, arial, sans-serif;
    color:white;
    text-decoration:none;
}
.whitelinks a:visited p span{
   color:white!important;
}
.whitelinks a:hover{
    font-family:raleway_light, arial, sans-serif;
    color:white;
    text-decoration:none;
}

.whitelinks a:active{
    font-family:raleway_light, arial, sans-serif;
    color:white;
    text-decoration:none;
}



.blogpagelinks a:link{
    font-family:raleway_light, arial, sans-serif;
    color:#24AE4D; 
    text-decoration:none;
}

.blogpagelinks a:visited{
    font-family:raleway_light, arial, sans-serif;
    color:#24AE4D; 
    text-decoration:none;
}

.blogpagelinks a:hover{
    font-family:raleway_light, arial, sans-serif;
    color:#24AE4D; 
    text-decoration:none;
}

.blogpagelinks a:active{
    font-family:raleway_light, arial, sans-serif;
    color:#24AE4D; 
    text-decoration:none;
}


#header_nav_menu li{
    display:inline;
    padding-right:15px;
    font-family:raleway_light, arial, sans-serif;
    color:rgb(0,0,0);
}

.arrow_box {
    position: relative;
    background: #80cafd;
	border: 4px solid #838383;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(220, 220, 220, 0);
	border-top-color: #80cafd;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(34, 174, 77, 0);
	border-top-color: #838383;
	border-width: 36px;
	margin-left: -36px;
}

.rebates_arrow_down_arrow_box {
    position: relative;
    background: #f5f5f5;
}

.rebates_arrow_down_arrow_box:after, .rebates_arrow_down_arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.rebates_arrow_down_arrow_box:after {
	border-color: rgba(220, 220, 220, 0);
	border-top-color:#f5f5f5;
	border-width: 30px;
	margin-left: -30px;
}
.rebates_arrow_down_arrow_box:before {
	border-color: rgba(34, 174, 77, 0);
	border-top-color: #f5f5f5;
	border-width: 55px;
	margin-left: -36px;
}

.rate_funding_arrow_box {
    position: relative;
    background: #ffffff;
}

.rate_funding_arrow_box:after, .rate_funding_arrow_box:before {
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.rate_funding_arrow_box:after {
	border-color: rgba(220, 220, 220, 0);
	border-top-color:#ffffff;
	border-width: 30px;
	margin-left: -30px;
}
.rate_funding_arrow_box:before {
	border-color: rgba(34, 174, 77, 0);
	border-top-color: #ffffff;
	border-width: 55px;
	margin-left: -36px;
}


.footer{
    color:white;
    font-size:1.3em;
    padding-right:12px;
}

#professional_staff, #industry_experience{
    display:none;
}

#ie_activator, #ps_activator, #cs_activator{
    cursor:pointer;
}


.blogsubscribe_form .field.hs-form-field{
    margin-left:auto!important;
    margin-right:auto!important;
    max-width:300px;
}

.blogsubscribe_form input.hs-button.primary.large{
    margin-top:2%; 
    background-color:#B23F3E;
    border:none;
    color:white;
    padding:1%;
    border-radius:3px;
    font-size:1.1em;
    border-color:rgba(255,255,255,.5); 
    border-width:2px;
    border-style:solid;
}

.blogsubscribe_form .hs-input{
    padding:10px!important;
}



.bloglinks a:link{
    color:#24ae4d;
    text-decoration:none;
    font-family:raleway_light, arial, sans-serif;
}

.bloglinks a:visited{
    color:#24ae4d;
    text-decoration:none;
    font-family:raleway_light, arial, sans-serif;
}

.bloglinks a:hover{
    color:#24ae4d;
    text-decoration:underline;
    font-family:raleway_light, arial, sans-serif;
}

.bloglinks a:active{
    color:#24ae4d;
    text-decoration:none;
    font-family:raleway_light, arial, sans-serif;
}

.headerlinks a:link{
    color:rgb(0,0,0);
    text-decoration:none;
    font-family:raleway_light, arial, sans-serif;
}

.headerlinks a:visited{
    color:rgb(0,0,0);
    text-decoration:none;
    font-family:raleway_light, arial, sans-serif;
}

.headerlinks a:hover{
    color:rgb(0,153,0);
    text-decoration:none;
    font-family:raleway_light, arial, sans-serif;
}

.headerlinks a:active{
    color:rgb(120,120,120);
    text-decoration:none;
    font-family:raleway_light, arial, sans-serif;
}


.bottomlinks a:link{
    color:rgb(120,120,120);
    text-decoration:underline;
    font-family:raleway_light, arial, sans-serif;
}

.bottomlinks a:visited{
    color:rgb(120,120,120);
    text-decoration:underline;
    font-family:raleway_light, arial, sans-serif;
}

.bottomlinks a:hover{
    color:rgb(120,120,120);
    text-decoration:underline;
    font-family:raleway_light, arial, sans-serif;
}

.bottomlinks a:active{
    color:rgb(120,120,120);
    text-decoration:underline;
    font-family:raleway_light, arial, sans-serif;
}


.more-link{
    display:block; 
    width:100%; 
    max-width:150px; 
    line-height:34px; 
    text-align:center; 
    text-decoration:none; 
    background-color:#24ae4d;
    color:white!important;
    border-radius:2px;
    text-decoration:none;
    margin-bottom:20px; 
}



.blog_menu_items li{
    display:inline; 
    padding-right:20px;
    list-style-type:none; 
}

.arrow-down {
    width: 0; 
	height: 0; 
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 70px solid #f0f0f0;
}

.arrow-down-two{
    width: 0; 
    height: 0; 
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 70px solid white;
}


.arrow-down-three{
    width: 0; 
    height: 0; 
    border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 70px solid #22ae4d;
}


.arrow-down-four{
    width: 0; 
    height: 0; 
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
	border-top: 70px solid white;
}


#services_button_activator, #services_button_close{
    cursor:pointer; 
    font-family:raleway_light, arial, sans-serif;
    color:white;
    background-color:#25ae4e; 
    border-color:#25ae4e;
    border-style:solid; 
    border-width:.3px; 
    line-height:35px; 
    display:block; 
    max-width:225px; 
    margin:0 auto;
}

.retrofit_button{
    cursor:pointer; 
    font-family:raleway_light, arial, sans-serif;
    color:#25ae4e;
    background-color:transparent; 
    border-color:#25ae4e;
    border-style:solid; 
    border-width:2px; 
    line-height:35px; 
    display:block; 
    max-width:225px; 
    text-align:center;
}

.replacement_button{
    cursor:pointer; 
    font-family:raleway_light, arial, sans-serif;
    color:white;
    background-color:transparent; 
    border-color:white;
    border-style:solid; 
    border-width:2px; 
    line-height:35px; 
    display:block; 
    max-width:225px; 
    text-align:center;
}

.construction_button{
    cursor:pointer; 
    font-family:raleway_light, arial, sans-serif;
    color:#787878;
    background-color:transparent; 
    border-color:#787878;
    border-style:solid; 
    border-width:2px; 
    line-height:35px; 
    display:block; 
    max-width:225px; 
    text-align:center;
}

.contactus_form .hs-form fieldset{
    max-width:2000px!important;
    margin-top:20px; 
}

.hs-form fieldset.form-columns-1 .hs-input{
    width:100%!important; 
    margin-top:8px;
}

.contactus_form .hs-form fieldset.form-columns-2 .input{
    margin-top:8px;
}

.contactus_form .hs-button.primary.large{
    background-color:#2dad52;
    color:white; 
    border:none;
    font-family:raleway_light, arial, sans-serif;
    line-height:35px; 
    display:block;  
    width:225px;
    font-size:1em;
    margin-top:15px; 
    margin-left:auto;
    margin-right:auto;
}

.widget-type-form.services_form{
    display:none;
}

.contactus_form .hs_cos_wrapper .form-title{
    font-size:1.4em;
}

.circle{
    color:rgb(190,190,190);
    font-size:8.5em;
    display:inline-block;
}

.facebook_icon{
    color:#405d9b;
    font-size:8em;
    width:100%;
    text-align:center;
    left:0;
    display:inline-block;
}

.twitter_icon{
    color:#5ea9dd;
    font-size:8em;
    width:100%;
    text-align:center;
    left:0;
    display:inline-block;
}

.linkedin_icon{
   color:#007ab6;
    font-size:8em;
    width:100%;
    text-align:center;
    left:0;
    display:inline-block; 
 
}


#get_help{
    background-color:white;
    margin-top:.5%;
    margin-bottom:.5%; 
    border-radius:2px; 
    color:rgb(120,120,120);
    padding-left:4px; 
    padding-right:4px; 
    padding-top:2px; 
    padding-bottom:2px; 
}

    
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
        
        .about_icons{
            font-size:4.5em; 
            color:#2dad52;
        }


.aboutus_blogform .hs_email{
    width:60%;
    float:left;
}

.aboutus_blogform input.hs-button.primary.large{
    color:white;
    font-size:1em;
    border:none; 
    background-color:#22ae4d;
    margin-left:20px; 
    font-family:raleway_light, arial, sans-serif;
    padding-top:4.5px; 
    padding-bottom:4.5px; 
}



/*Service flippers end*/

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
	transform-style: preserve-3d;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
		transform: rotateY(0deg);
	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 280px;
	height: 480px; 
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
    background-color:gray; 
}

/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
    background-color:#25ae4e; 
}

/* 
	Some vertical flip updates 
*/
.vertical.flip-container {
	position: relative;
}

	.vertical .back {
		transform: rotateX(180deg);
	}

	.vertical.flip-container:hover .back {
	    transform: rotateX(0deg);
	}

	.vertical.flip-container:hover .front {
	    transform: rotateX(180deg);
	}
    
    

.services_icons{
    font-size:5em; 
    color:#25ae4e; 
}

#retro_button{
    line-height:35px; 
    font-family:raleway_light, arial, sans-serif;
    color:white; 
    display:block; 
    max-width:250px; 
    background-color:rgb(120,120,120);
    text-align:center; 
    border-color:white; 
    border-width:2px; 
    border-style:solid;
    cursor:pointer;
    text-decoration:none;
}

.service_text_boxes{
    min-height:370px!important;
    line-height:150%;
}

.widget-type-form.design_consulting_form_schedule{
    display:none;
}

#consulting_activator, #consulting_close{
    display:block; 
    max-width:250px; 
    line-height:35px; 
    background-color:rgb(120,120,120);
    color:white; 
    cursor:pointer; 
    font-family:raleway_light, arial, sans-serif;
}

.service_cta_links{
    color:white; 
    text-decoration:none; 
    font-family:raleway_light, arial, sans-serif;
}

.hs-menu-children-wrapper{
    background-color:rgb(255,255,255);
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
 width:300px; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    max-width:300px;
    text-align:left;
}

/***services sub-page dropdown forms*****/

.services_dropdown_activator, .services_dropdown_close{
    color:rgb(255,255,255); 
    background-color:#25B651; 
    display:block; 
    max-width:250px; 
    text-align:center; 
    line-height:35px; 
    font-family:raleway_heavy, arial, sans-serif;
    cursor:pointer;
}

.widget-type-form.retrofit_management_form, .widget-type-form.replacement_products_form, 
.widget-type-form.design_consulting_form, .widget-type-form.construction_services_dropdown_form, .widget-type-form.controls_dropdown_form{
    display:none; 
}

.homepage_serviceboxes{
    min-height:440px!important;
    line-height:140%;
}

.hs-form fieldset{
    max-width:2000px!important; 
    padding-top:10px; 
}

.widget-type-form.construction_services_dropdown_form label{
    color:white; 
}

.widget-type-form.our_manufacturers_dropdown{
    display:none;
}

#customized_quote, #customized_quote_close, #funding_cta{
    display:block; 
    line-height:40px; 
    max-width:225px; 
    cursor:pointer; 
    color:white; 
    background-color:#22ae4d;
    text-align:center; 
    font-family:raleway_light, arial, sans-serif;
    text-decoration:none;
}

.parallax_section_one{
    background-image:url('https://cdn2.hubspot.net/hubfs/510865/Headers/Exterior_Lighting_Header.jpg');
    background-attachment:fixed; 
    background-position:top; 
    background-repeat:no-repeat; 
}

.parallax_section_two{
    background-image:url('//cdn2.hubspot.net/hubfs/510865/Headers/Exterior_Lighting_Header.jpg');
    background-attachment:fixed; 
    background-position:top; 
    background-repeat:no-repeat; 
}

.parallax_section_three{
    background-image:url('//cdn2.hubspot.net/hubfs/510865/Headers/Exterior_Lighting_Header.jpg');
    background-attachment:fixed; 
    background-position:top; 
    background-repeat:no-repeat; 
}

.parallax_section_four{
    background-image:url('//cdn2.hubspot.net/hubfs/510865/Headers/Plant_Controls.jpg');
    background-attachment:fixed; 
    background-position:top; 
    background-repeat:no-repeat; 
}

.parallax_section_five{
    background-image:url('//cdn2.hubspot.net/hubfs/510865/Headers/Poles_Accessories_Header.jpg');
    background-attachment:fixed; 
    background-position:top; 
    background-repeat:no-repeat; 
}

.resources_icons{
    font-size:3.5em; 
    color:#24ae4d; 
}

.financing_options{
      text-align:center; 
}


.financing_options li{
    display:inline-block; 
    padding-right:10px; 
    list-style-type:none; 
}


#button_one, #button_two, #button_three, #button_four{
    cursor:pointer;
}

#button_one:hover{
    color:#22ae4d;
}

#button_two:hover{
    color:#22ae4d;
}

#button_three:hover{
    color:#22ae4d;
}

#button_four:hover{
    color:#22ae4d;
}

.industries_learn_more{
    line-height:35px; 
    background-color:rgb(130,130,130);
    display:block; 
    color:white; 
    font-family:raleway_light, arial, sans-serif;
    cursor:pointer; 
    max-width:225px; 
    text-align:center; 
    text-decoration:none;
}

#unique_industry, #unique_industry_close{
    line-height:35px; 
    display:block; 
    max-width:225px; 
    font-family:raleway_light, arial, sans-serif;
    cursor:pointer; 
    text-align:center; 
    background-color:#22ae4d; 
    color:white; 
}

.widget-type-form.unique_industry_form, .widget-type-form.exterior_quote_form, 
.widget-type-form.interior_lighting_dropdown_form, .widget-type-form.lamps_form_dropdown, 
.widget-type-form.all_industries_dropdown, .widget-type-form.apply_online_form, .widget-type-form.apply_for_partnership, .widget-type-form.poles_accessories_dropdown{
    display:none;
}

.all_industries_dropdown .hs-button.primary.large{
    border:1px solid grey; 
    font-size:.9em; 
    padding:8px 35px;
    background-color:white; 
}

.exterior_activator, .exterior_activator_close{
    line-height:37px; 
    max-width:225px; 
    background-color:rgb(120,120,120);
    color:white; 
    text-align:center; 
    font-family:raleway_light, arial, sans-serif;
    cursor:pointer; 
    display:block;
}

.custom_quote_activator, .custom_quote_activator_close{
    display:block; 
    max-width:225px;
    background-color:rgb(120,120,120); 
    color:white; 
    text-align:center; 
    line-height:40px; 
    cursor:pointer; 
    font-family:raleway_light, arial, sans-serif;
}

#manufacturer_list{
    font-family:raleway_light, arial, sans-serif;
    background-color:white; 
    color:rgb(120,120,120);
    line-height:40px; 
    display:block; 
    max-width:225px; 
    cursor:pointer; 
    text-align:center; 
    text-decoration:none;
}

#lamps_activator, #lamps_close, #controls_activator, #controls_close{
    background-color:rgb(120,120,120);
    text-align:center; 
    color:white; 
    cursor:pointer; 
    display:block; 
    max-width:225px; 
    line-height:37px; 
    margin: 0 auto; 
}

.municipal_government_button{
    background-color:rgba(120,120,120,.8);
    color:white;
    text-align:center; 
    cursor:pointer; 
    display:block; 
    max-width:225px; 
    line-height:40px; 
    font-family:raleway_light, arial, sans-serif;
    text-decoration:none;
}

.ROI_Form .hs-form fieldset.form-columns-1 .hs-input{
    padding:6px;
}

.design_consulting_form_schedule .hs-form fieldset.form-columns-1 .hs-input{
    padding:6px;
}

.ROI_Form .hs-form fieldset{
    padding-bottom:10px;
}

.ROI_Form .hs-button.primary.large{
    background-color:#25ae4e;
    display:block; 
    border:none; 
    width:100%; 
    max-width:100%; 
    line-height:35px; 
    color:white; 
    cursor:pointer; 
    text-align:center; 
    font-family:raleway_light, arial, sans-serif;
    font-size:1em;
}

.graylinks a:link{
    font-family:raleway_light, arial, sans-serif;
    color:rgb(120,120,120);
    text-decoration:none; 
}

.graylinks a:visited{
    font-family:raleway_light, arial, sans-serif;
    color:rgb(120,120,120);
    text-decoration:none; 
}

.graylinks a:hover{
    font-family:raleway_light, arial, sans-serif;
    color:rgb(120,120,120);
    text-decoration:none; 
}


.graylinks a:active{
    font-family:raleway_light, arial, sans-serif;
    color:rgb(120,120,120);
    text-decoration:none; 
}

.all_industries_activator, .all_industries_close{
    display:block; 
    max-width:225px; 
    background-color:#22ae4d;
    color:white; 
    line-height:37px; 
    text-align:center; 
    margin:0 auto; 
    cursor:pointer; 
    font-family:raleway_light, arial, sans-serif;
}

.about-activator, .about-close, .services-drop, .services-drop-close{
    display:block; 
    max-width:225px; 
    background-color:#22ae4d;
    color:white; 
    line-height:37px; 
    text-align:center; 
    margin:0 auto; 
    cursor:pointer; 
    font-family:raleway_light, arial, sans-serif;
}

.widget-type-form.about-drop{
    display:none;
}

.widget-type-form.new-services-dropdown{
    display:none; 
}


.quote_sections{
    font-size:2.5em; 
    color:#22ae4d;
}

.customer_quote_boxes{
    min-height:350px!important; 
}

#open_positions{
    display:block; 
    max-width:225px; 
    cursor:pointer; 
    background-color:rgba(100,100,100,.6);
    color:white;
    text-align:center; 
    border-color:white; 
    border-width:3px; 
    border-style:solid; 
    font-family:raleway_light, arial, sans-serif;
    line-height:37px; 
    text-decoration:none;
}

#apply_online_activator, #apply_online_close{
    display:block; 
    max-width:225px; 
    line-height:37px; 
    cursor:pointer; 
    background-color:rgb(120,120,120);
    text-align:center; 
    color:white; 
    font-family:raleway_light, arial, sans-serif;
}

#apply_partnership_activator, #apply_partnership_close{
     display:block; 
    max-width:225px; 
    line-height:37px; 
    cursor:pointer; 
    background-color:rgb(120,120,120);
    text-align:center; 
    color:white; 
    font-family:raleway_light, arial, sans-serif;
    margin:0 auto;
}

.poles_accessories_activator, .poles_accessories_close{
    background-color:rgb(120,120,120);
    color:white; 
    text-align:center; 
    font-family:raleway_light, arial, sans-serif;
    cursor:pointer; 
    display:block; 
    max-width:225px; 
    line-height:37px; 
    border-color:rgb(220,220,220);
    border-width:2px; 
    border-style:solid;
}

    .background_image {
        background-image:url(https://cdn2.hubspot.net/hubfs/510865/led-comparison-to-other-lights-high-resolution.jpg);
    }

@layout screen and (max-width:1260px){
    .flip-container, .front, .back {
    width: 100%;
	height: 700px;
}
}

@media screen and (max-width:1180px){

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding:10px 10px; 
}

}

@media screen and (max-width:1090px){  

 .fa.fa-map-marker, .fa.fa-home, .fa.fa-truck, .fa.fa-wrench, .fa.fa-users, .fa.fa-calendar, .fa.fa-mobile-phone{
     display:none;
 }
 
 .services_icons.fa.fa-wrench, .services_icons.fa.fa-truck, .services_icons.fa.fa-wrench, .services_icons.fa.fa-building{
     display:initial;
 }
 
}

@media screen and (max-width:960px){
    
   .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
       font-size:.9em; 
       padding:10px 5px; 
   }
    
}

@media screen and (max-width:860px){
    
   .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
       font-size:.85em; 
       padding:10px 5px; 
   }

.flip-container, .front, .back {
    width: 100%;
    height: 750px;
}
    
}

@media (min-width: 768px){

  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }

}

@media (max-width: 767px){
    
.post-body.clearfix{
    background-color:white;
    margin-bottom:10px;   
}
    
.post-item {
    width: 92%;
    max-width:92%;
    float: left;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 3px;
    padding-left:2%; 
    padding-right:2%; 
    margin-right:2%; 
    margin-left:2%; 
    padding-bottom:14px; 
    min-height:400px!important; 
}
    
    .new-service-boxes{
    min-height:0px!important;  
}
    
    .home-rss .hs-rss-item{
    width:96%; 
    display:inline-block; 
    padding:3% 1%; 
    background-color:rgb(240,240,240);
    font-family:raleway_light, arial, sans-serif;
    min-height:190px!important;
    margin-right:0%; 
    line-height:160%; 
}
    
    .text_light{
    font-family:raleway_light, arial, sans-serif;
    color:rgb(120,120,120);
}
    
    .app-par{
        min-height:0px!important;
    }
    
    .full-width{
        padding-left:0px;
        padding-right:0px; 
    }
    
      .background_image {
        
    }
    
    .wrapper{
        padding-left:25px; 
        padding-right:25px;
    }
    
    .flip-container, .front, .back {
    width: 100%;
    height: 400px;
}

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #ffffff;
    }


  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0px;          /* Position Button at top right of screen  */
      right: 10px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 12px 10px;
      background: #787878; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottom-right: 6px;
      -moz-border-radius-bottom-left: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #ffffff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #787878;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #787878; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}