/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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

@font-face {
  font-family: "Museo500Sans";
  src: url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/museo500sans-webfont.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/museo500sans-webfont.ttf.txt") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueW02-ThinCn 674417";
  src: url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/HelveticaNeueW02-ThinCn.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/HelveticaNeueW02-ThinCn.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/HelveticaNeueW02-ThinCn.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  src: url();
  src: url() format('embedded-opentype'),
    url() format('woff2'),
    url() format('woff'),
    url() format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url();
  src: url() format('embedded-opentype'),
    url() format('woff2'),
    url() format('woff'),
    url() format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueW02-77BdCn 694066";
  src: url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/HelveticaNeueW02-77BdCn.eot") format("eot"), 
    url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/HelveticaNeueW02-77BdCn.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/HelveticaNeueW02-77BdCn.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueW02-67MdCn 694060";
  src: url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/HelveticaNeueW02-67MdCn.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/HelveticaNeueW02-67MdCn.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/HelveticaNeueW02-67MdCn.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueW02-47LtCn 694048";
  src: url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/HelveticaNeueW02-47LtCn.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/HelveticaNeueW02-47LtCn.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Fonts/HelveticaNeueW02-47LtCn.ttf") format("truetype");
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

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

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 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 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

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

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.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.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .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;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/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: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  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;
  }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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



/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  outline: 0;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
}

html, body {
  font-size: 1rem;
  font-family: Arial;
  color: #666;
  min-height: 100%;
  line-height: 1.12em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

/* Highlighted Text
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}
*/

body:not(.blog) .content-wrapper {
  line-height: 22px;
}
/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #ff0000;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1em;
  font-family: Nunito,"Noto Sans";
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.188rem;
 font-family: Nunito,"Noto Sans";
  line-height: 1em;
  font-weight: 400;
  margin-top:0;
}
h2 {
  font-family: Nunito,"Noto Sans";
  font-size: 1.875rem;
  margin-top:0;
}
h3 {
  font-size: 1.750rem;
  margin-top:0;
  font-family: Roboto,"Noto Sans";
  font-weight: 400;
}
h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: Nunito,"Noto Sans";
  font-weight: normal;
}
h5 {
  font-size: 1.4rem;
}
h6 {
  font-size: 1.4rem;
}

/* Anchor Links */
a { 
  color: #666;
  text-decoration: none;
}
a:hover, a:focus { 
  text-decoration: underline;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
img {
  vertical-align: bottom;
}

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}

body:not(.blog) .content-wrapper{
  padding-top:30px;
  padding-bottom:30px;
}

/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */

.nav_up {
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d.png) 0 -639px no-repeat;
  background-size: 895px 5488px;
  display: inline-block;
  width: 56px;
  height: 56px;
  border: 1px solid #ccc;
  opacity: 0.7;
  cursor: pointer;
  white-space: nowrap;
  width: 56px;
  height: 56px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  box-sizing: content-box;
}
.nav_up:hover {
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d.png) 0 -582px no-repeat;
  background-size: 895px 5488px;
  display: inline-block;
  width: 56px;
  height: 56px;
}


/* Banner Area */

.banner-area{
  text-align: center;

}
.banner {
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 25px 0;
  position: relative;
  display: inline-block;
  height: auto;
}
.banner img {
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.background-inner {
  position: absolute;
  background: transparent url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/bg-slider-inner.png) repeat 0 0;
  padding: 15px 0 15px 20px;
  margin-bottom: 15px;
  margin-left: 60px;
  bottom: 0;
}
.background-inner {
  min-height: 40px;
}
.banner-titre {
  color: white;
  text-align: left;
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  font-family: "HelveticaNeueW02-77BdCn 694066";
  font-size: 1.2rem;
  font-weight: normal;
}
.banner-titre-1{
  color: white;
  text-align: left;
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  font-family: "HelveticaNeueW02-77BdCn 694066";
  font-size: 1.2rem;
  font-weight: normal;
  padding-left: 15px;
  font-size: 3.750rem;
  margin: 0 0 5px;
}
.banner-titre-1 .cta_title {
  display: inline-block;
  max-width: 443px;
  color: #fff;
  min-height: 86px;
  font-family: Nunito,"Noto Sans";
  font-size: 2.250rem;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 43px;
  text-transform: uppercase;
  margin-right: 220px;
}

.banner-titre-1 .cta_subtitle {
  display: block;
  min-height: 1em;
  font-size: 1.063rem;
  text-transform: uppercase;
  font-weight: normal;
}

.banner-titre-1 .cta_button {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 210px;
  padding: 10px 10px 10px 35px;
  box-sizing: border-box !important;
  background: #ff0000;
  color: #FFF;
  text-decoration: none;
  min-width: 210px;
  padding: 10px 10px 11px 35px;
  font-family: Roboto,"Noto Sans";
  font-size: 16px;
  display: inline-block;
}

.banner-titre-1 .cta_button:before {
  content: "";
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/arrow-white.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 9px;
  height: 10px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 36%;
  margin-top: 0;
  left: 15px;
}

.banner-titre.oneline span {
  display: inline-block;
  line-height: 50px;
  font-family: Nunito,"Noto Sans";
}
.banner-titre-1 span {
  display: inline-block;
  font-family: Nunito,"Noto Sans";
}
.background-inner.no-img {
  position: static;
  width: 100%;
}
/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}
.header-bottom{
  position: relative;
  background-color: white;
}

.header-container-wrapper .row-fluid [class*="span"] {
  min-height: 0px;
}

.header-container-wrapper {
  background: #FFF;
  position: relative;
  z-index: 11;
  min-height: 137px !important;
}
.lp-page .header-container-wrapper {
  min-height: auto !important;
}
.header-bottom:after {
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/header-mini-bandeau.png) right no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 10;
}
/* .header-bottom.header-bottom-lp:after{
display:none;
} */

.header-top.header-top-lp .page-center{

  border-bottom:0;
}
.header-top .page-center {
  text-align: left;
  padding: 15px 0 8px;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-family: Nunito,"Noto Sans";
  font-weight: bold;
  border-bottom: 2px solid #efefef;
  min-height: 75px !important;
}
.header-menu {
  margin: 0 !important;
  float: right !important;
  width: auto !important;
  text-align: right;
  padding-top: 20px;
  color: #666;
  display: inline-block;
}
.custom-logo {
  width: auto !important;
  margin: 0 !important;
  float: left !important;
}
.custom-logo .hs_cos_wrapper > div:last-child {
  font-weight: 400;
  float: left;
  color: #DF0C36;
  text-transform: none;
  display: inline-block;
  padding-top: 22px;
 font-family: Nunito,"Noto Sans";
  font-size: 1.0625rem;
}
.custom-logo .hs_cos_wrapper > div:first-child {
  float: left;
  display: inline-block;
  margin-left: -4px;
}
.custom-logo .hs_cos_wrapper > div:first-child > a > img {
  max-height: 47px;
}
.header-menu ul li:nth-child(2) {
  display: inline-block;
  margin-left: 15px;
  border-right: 1px solid #bbbcbd;
  padding-right: 15px;
  margin-right: 3px;
}
.header-menu ul li:last-child a {
  margin: 0 0 0 24px;
  display: inline-block;
  line-height: 1em;
  border-left: 1px solid #bbbcbd;
  margin-left: 18px;
  padding-left: 15px;
  color: #DF0C36;
}
.header-menu ul li:nth-child(3) {
  margin: 0 0 0 15px;
}
.header-menu ul li {
  line-height: 1em;
}
.header-menu ul {
  display: block !important;
  padding-top: 4px;
}



.sliding-menu-right {
  position: absolute;
  right: 0;
  height: fit-content;
  top: 45%;
  transform: translateY(-50%);
  display: flex;
  z-index: 20;
}
.sliding-menu-right .cta-block {
  display: flex;
}
.sliding-menu-right .cta-block .cta {
  position: relative;
  height: fit-content;
  z-index: 20;
  top: -2px;
}
.sliding-menu-right .cta-block .cta {
  right: 0;
}
.sliding-menu-right .cta-block .cta .search-cta {
  padding: 0 10px;
  border-right: 1px solid rgba(102,102,102,0.15);
  height: 30px;
  min-width: 32px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.sliding-menu-right .cta-block .cta .search-cta .search-cta--text {
  display: inherit;
  vertical-align: inherit;
  font-family: Nunito,"Noto Sans";
  font-size: 0.9375rem;
  color: #666;
  padding-top: 5px;
}
.sliding-menu-right .cta-block .cta .search-cta form {
  display: inherit;
}
.sliding-menu-right .cta-block .cta .search-cta form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.sliding-menu-right .cta-block .cta .search-cta form fieldset label {
  color: #666;
  font-family: Nunito,"Noto Sans";
  font-size: 131%;
  display: inline-block;
  margin-top: 9px;
  vertical-align: top;
  
  font-size: 15px;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
}
.cta .search-cta input[type="text"] {
  line-height: normal;
  color: #666;
  vertical-align: top;
  font-family: Nunito,"Noto Sans";
  font-size: 106%;
  border-radius: 0;
  -webkit-appearance: none;
  padding-top: 5px;
  border: 0;
  box-sizing: border-box;
  height: 26px;
  outline: none;
  width: 0;
  background-color: #FFF;
  padding-left: 0;
}
.cta .search-cta .submit-btn {
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/search_left_red.png) center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  display: inline-block;
  width: 27px;
  height: 27px;
}
.icons-btn-search-header {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: normal;
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d.png) 0 -1131px no-repeat;
  background-size: 1145px 7025px;
  display: inline-block;
  width: 17px;
  height: 18px;
}
.icons-btn-search-header {
  width: 24px;
  height: 24px;
}
.cta .search-cta input[type="submit"] {
  display: none;
}
.hidden, .text-hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.search-bar-header {
  background-color: #ffffff;
  position: relative;
  color: #797979;
}
.search-bar-header.hidden {
  display: none;
}
.search-bar-header .search-bad-header--input {
  font-family: Nunito,"Noto Sans";
  position: relative;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
label.element-invisible {
  color: #666;
  font-family: "HelveticaNeueW02-ThinCn 674417";
  font-size: 131%;
  display: inline-block;
  margin-top: 9px;
  vertical-align: top;
}
.search-bar-header fieldset input {
  font-size: 1.25rem;
  height: 50px;
  color: #444;
  background-color: #ffffff;
  border: 0;
  opacity: 0.5;
}
.search-bar-header fieldset input.icons-btn-search-header {
  display: none;
}
.search-bar-header .search-bar--close {
  position: absolute;
  right: 15px;
  top: 17px;
  cursor: pointer;
}
.search-bar-header .search-bar--close-icon {
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d.png) 0 -399px no-repeat;
  background-size: 477px 2927px;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.search-bar-header::after {
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/header-mini-bandeau.png) right no-repeat;
  background-size: 100% 100%;
  bottom: -5px;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2;
}

body.search-open{
  overflow:hidden;
  position:relative;
}

.menu-overlay {
  display: none;
  width: 0;
  height: 0;
}
.search-open .menu-overlay{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  transition: 0.25s ease-in-out;
  z-index: 9;
}


.overley-active .menu-overlay{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  transition: 0.25s ease-in-out;
  z-index: 9;
}
.search-open .header-menu {
  display: none;
}

.sliding-menu-toggle {
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  width: 30px;
  top: -20px;
}
.sliding-menu-toggle span {
  background: #DF0C36;
  display: block;
  height: 4px;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: 0.25s ease-in-out;
  width: 10px;
}
.sliding-menu-toggle span:nth-child(odd) {
  left: 0;
}
.sliding-menu-toggle span:nth-child(even) {
  left: 10px;
}
.sliding-menu-toggle span:nth-child(1), 
.sliding-menu-toggle span:nth-child(2) {
  top: 22px;
}
.sliding-menu-toggle span:nth-child(3), 
.sliding-menu-toggle span:nth-child(4) {
  top: 30px;
}
.sliding-menu-toggle span:nth-child(5),
.sliding-menu-toggle span:nth-child(6) {
  top: 38px;
}


.mobile-open .sliding-menu-toggle span:nth-child(1), 
.mobile-open .sliding-menu-toggle span:nth-child(6) {
  transform: rotate(45deg);
}
.mobile-open .sliding-menu-toggle span:nth-child(2),
.mobile-open .sliding-menu-toggle span:nth-child(5) {
  transform: rotate(-45deg);
}
.mobile-open .sliding-menu-toggle span:nth-child(1) {
  left: 4px;
  top: 27px;
}
.mobile-open .sliding-menu-toggle span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mobile-open .sliding-menu-toggle span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mobile-open .sliding-menu-toggle span:nth-child(5) {
  left: 4px;
  top: 34px;
}
.mobile-open .sliding-menu-toggle span:nth-child(6) {
  left: calc(50% - 4px);
  top: 34px;
}
.mobile-open .sliding-menu-toggle span:nth-child(2) {
  left: calc(50% - 4px);
  top: 27px;
}



.header-bottom .page-center .sticky-top-slogan {
  padding: 5px 0 5px 100px;
  visibility: hidden;
  height: 0;
}
.header-bottom .page-center .sticky-visible {
  display: none;
  box-sizing: content-box;
}
.header-bottom .page-center .sticky-logo {
  overflow: hidden;
  display: block;
  height: 0;
}
.header-bottom .page-center .sticky-top-slogan span {
  transition-duration: 0.5s;
  color: #DF0C36;
  text-transform: none;
  font-family: Nunito,"Noto Sans";
  font-size: 17px;
  position: relative;
  bottom: 3px;
  padding-left: 0;
}

.fixed .header-bottom .page-center .sticky-visible {
  display: block;
}


.fixed .header-bottom .page-center .sticky-top-slogan {
  visibility: visible;
  height: 17px;
}
.fixed .desktop.custom-menu-primary {
  transition-duration: 0.5s;
  padding-left: 100px;
}
.fixed .header-bottom {
  min-height: 60px !important;
  position: fixed;
  width: 100% !important;
  top: 0;
}

.fixed.search-open .custom-menu-primary {
  display: none;
}
.fixed.search-open .sliding-menu-right .cta-block .cta{
  display: none;
}
.search-open.fixed .search-bar-header {
  position: fixed;
  top: 55px;
  border-top: solid 1px rgba(102,102,102,0.15);
  width: 100%;
  max-width: 100%;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {font-family: Nunito,"Noto Sans";}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.footer-top {
  background-color: #F8F8F8;
  font-size: 0.875em;
  margin-top: 25px;
}
.footer-top .page-center {
  padding: 27px 15px 0;
}

.footer-col .footer-title p a {
  color: #DF0C36;
}
.footer-col .footer-title p{
  color: #DF0C36;
}
.footer-col .footer-title p {
  margin: 0;
  margin-bottom: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-menu ul li {
  padding: 0 0 6px 21px;
  position: relative;
}
.footer-menu ul li:before{
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d.png) 0 -426px no-repeat;
  background-size: 1145px 7025px;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  width: 9px;
  height: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}
.footer-menu ul li.active a {
  color: #000;
}
.footer-col {
  width: 25% !important;
  margin: 0 0 37px 0 !important;
}
.footer-bottom {
  background-color: #FFF;
  text-align: center;
  font-size: 0.813rem;
}
.footer-bottom .page-center {
  padding: 30px 15px 20px;
}

.footer-btm-menu ul li:first-child {
  border-left: none;
}
.footer-btm-menu ul li {
  display: inline-block;
  border-left: 1px solid #666;
  padding: 0 25px;
  float: none !important;
  font-size: 0.813rem;
  width: auto;
  line-height: 17px;
}
.footer-btm-menu ul {
  font-size: 0;
  display: block !important;
  line-height: 0;
}

@-moz-document url-prefix() {
  .footer-btm-menu ul {
    line-height: inherit;
  }
}
.footer-btm-menu ul li a.footer-copyright {
  text-decoration: none !IMPORTANT;
  cursor: text;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
  .footer-menu ul li:before{
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d-1.png) 0 -218px no-repeat;
    background-size: 573px 3513px;
    display: inline-block;
    width: 9px;
    height: 9px;
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
  }
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

@media (min-width:960px){



  .fixed .header-bottom .page-center .sticky-logo{
    float: left;
    -webkit-transform: translateY(70%);
    -moz-transform: translateY(70%);
    -ms-transform: translateY(70%);
    -o-transform: translateY(70%);
    transform: translateY(70%);
    transition-delay: 0.5s;
    transition-duration: 0.2s;
    height: 100%;
  }
  .fixed .sliding-menu-right {
    top: 65%;
  }

  .header-bottom .page-center {
    padding: 10px 0px;
    font-size: 1rem;
    position: relative;
  }

  .custom-menu-primary {
    padding: 3px 0;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-flex;
    align-items: stretch;
    vertical-align: middle;
    padding: 0 20px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position:static !important;
  }
  /* .custom-menu-primary .hs-menu-wrapper > ul > li ul{
  position:static!important;
} */
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover ul{
    visibility:visible !important;
    opacity:1 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex !important;
  }

  .menu-mega-link {
    font-size: 1rem;
    font-family: "HelveticaNeueW02-77BdCn 694066",Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 30px;
    margin-bottom: -30px;
    z-index: 12;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper {
    display: inline-flex;
    align-items: stretch;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > .menu-mega-link {
    display: flex;
    align-items: center;
    line-height: 18px;
    z-index: 30;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul {
    height: 450px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover>.link-wrapper > ul {
    opacity: 1 !important;
    visibility: visible !important;
    display: block;
    z-index: 9;
    width: 100%;
    max-width: 1210px;
    background-color: white;
    left: 50% !important;
    transform: translateX(-50%);
    top: 50px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li {
    height: 75px;
    width: auto;
    display: flex; 
    position:static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li.hs-item-has-children:after {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d.png) 0 -1521px no-repeat;
    background-size: 1145px 7025px;
    display: inline-block;
    width: 9px;
    height: 10px;
    content: '';
    position: relative;
    left: 46px;
    top: 34px;
    vertical-align: top;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.get-a-quote > .link-wrapper > a {
    color: #DF0C36;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li.hs-item-has-children.on:after {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d.png) 0 -1591px no-repeat;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li.hs-item-has-children.on {
    background-color: #F8F8F8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper> ul > li > a {
    padding: 0px 30px 0px;
    display: flex !important;
    align-items: center;
    font-size: 1.5rem;
    font-family: "HelveticaNeueW02-ThinCn 674417";
    line-height: 19px;
    color: #707173;
    max-width: 220px !important;
    width: 199px !important;
    text-decoration: none !important;
    box-sizing: content-box;
  }
  .header-container-wrapper .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > .link-wrapper> ul > li > a {
    max-width: 220px !important;
    width: 199px !important;
  }
  .header-container-wrapper .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > .link-wrapper> ul > li > a:hover {
    color: #DF0C36;
  }
  .header-container-wrapper .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > .link-wrapper> ul > li.on > a {
    color: #DF0C36;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li .mega-menu-sub-section-wrap {
    position: absolute;
    z-index: 20;
    height: 450px;
    width: 830px;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li.on .mega-menu-sub-section-wrap {
    display: block;
    top: 0;
    right: 0;
    transition: opacity 0.3s;
    background-color: #f8f8f8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper> ul > li .mega-menu-sub-section-wrap > ul {
    position: static !important;
    display: inline-block !important;
    vertical-align: top;
    padding: 10px;
    width: 450px;
    padding-top: 21px;
    box-sizing: content-box;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li .mega-menu-sub-section-wrap > ul > li > a {
    font-size: 0.875rem;
    font-family: helvetica,arial,sans-serif;
    color: #DF0C36;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;  
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li .mega-menu-sub-section-wrap > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li .mega-menu-sub-section-wrap > ul > li > ul > li:before {
    background-size: 1145px 7025px;
    display: inline-block;
    width: 9px;
    height: 10px;
    content: '';
    vertical-align: middle;
    margin-right: 10px;
    background: 0 none;
    content: "-";
    display: inline;
    font-size: 1rem;
    position: absolute;
    color: #DF0C36;
    margin-right: 0;
    padding-top: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li .mega-menu-sub-section-wrap > ul > li > ul > li > a {
    margin-bottom: 10px;
    padding-left: 15px;
    display: initial;
    vertical-align: middle;
    text-transform: none;
    color: #707173;
    font-size: 0.938rem;
    font-family: "Arial","sans-serif";
    line-height: 17.92px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li .mega-menu-sub-section-wrap > ul > li > ul > li {
    padding-bottom: 6px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li .mega-menu-sub-section-wrap > ul > li > ul {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li .mega-menu-sub-section-wrap > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 200px;
    box-sizing: content-box;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li .mega-menu-sub-section-wrap > .mega-menu-blocks {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    padding-left: 14px;
  }
  .mega-menu-blocks article {
    margin-bottom: 10px;
  }
  .mega-menu-blocks h2 {
    margin: 0;
    font-weight: normal;
    font-size: 1.250rem;
    font-family: "HelveticaNeueW02-ThinCn 674417";
    padding-right: 0;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 6px;
    color: #707173;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > .menu-mega-link{
    position:relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > .menu-mega-link:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 17px;
    height: 5px;
    background-color: #DF0C36;
    transition: all 0.2s ease;
    width: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > .link-wrapper > .menu-mega-link:after {
    width: 100%;
  }
}
/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List
.custom-menu-primary .hs-menu-wrapper > ul ul{
background-color: #fff;
}
*/
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:960px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .mobile-menu-wrapper{
    display:none !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 959px){

  .header-bottom .custom-menu-primary.desktop{
    display:none !important;
  }

  /* Menu Reset*/
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    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:#fff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */
  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 74px !important;
    padding: 0 !important;
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
  }

  /* Hide menu on mobile
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > 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-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > 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-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

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


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, input {
  line-height: normal;
}
/* =============== Global Form Styles =============== */
#hs-pwd-widget-password {
  height: 39px !important;
  margin-top: 0 !important;
}

.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_password_prompt, 
#email-prefs-form, #comment-form, .hs-search-field, .section.post-footer form {
  background-color: #F8F8F8;
  display: inline-block;
  padding: 20px;
  margin: 0 0 30px;
  max-width: 767px;
  width:100%;
}
.subscription-template-form #email-prefs-form{
  background-color: transparent;
  display: block;
  padding: 0;
  margin: 0;
  max-width: 100%;
} 
.form-style #email-prefs-form{
  background-color: transparent;
  display: block;
  padding: 0;
  margin: 0;
  max-width: 100%;
} 

.body-container-wrapper .hs-form {
  margin-bottom: 30px;
}
.subscribe-options label {
  margin-left: 0;
  margin-right: 0;
}

input[type="search"] {
  -webkit-appearance: none;
} 

/* Form Field */
.content-wrapper .hs-form-field {
  margin-top: 18px;
  margin-bottom: 12px;
  font-family: Nunito,"Noto Sans";
}
.content-wrapper .form-title {
  font-family: Roboto,"Noto Sans";
  font-size: 1.750rem;
  line-height: 34px;
  color: #ff0000;
  font-weight: normal;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.content-wrapper .hs-form-field > label {
  display:block;
  margin-bottom:10px;
  font-family: Nunito,"Noto Sans";
}
#email-prefs-form .email-edit {
  max-width: 767px !important;
}
.content-wrapper  ul.no-list.hs-error-msgs.inputs-list {
  margin: 10PX 0;
  padding: 0;
  list-style: none;
  color: red;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  border: 2px solid #e6e6e6;
  background-color: #e6e6e6;
  height: 39px;
  width: 100%;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  vertical-align: top;
  font-family: Roboto,"Noto Sans";
  font-size: 106%;
  border-radius:10px;
  -webkit-appearance: none;
  padding-top: 5px;
}
textarea{
  height:auto;margin:5px;
}

.content-wrapper input[type="text"],
.content-wrapper input[type="password"], 
.content-wrapper input[type="datetime"], 
.content-wrapper input[type="datetime-local"], 
.content-wrapper input[type="date"], 
.content-wrapper input[type="month"], 
.content-wrapper input[type="time"], 
.content-wrapper input[type="week"], 
.content-wrapper input[type="number"], 
.content-wrapper input[type="email"], 
.content-wrapper input[type="url"], 
.content-wrapper input[type="search"], 
.content-wrapper input[type="tel"], 
.content-wrapper input[type="color"],
.content-wrapper input[type="file"],
.content-wrapper textarea,
.content-wrapper select {
  position: relative;
  background-color: #FFF;
  border: 0;
  font-family: Arial;
  font-size: 1rem;
  line-height: 20px;
  border: solid 1px #A6A6A6;
  max-width: 767px;
}




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

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.content-wrapper .hs-button.primary,
.content-wrapper input[type="submit"],
.content-wrapper input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border: none;
  height: 39px;
  background: #ff0000;
  color: #fff;
  min-width: 210px; 
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 35px 12px 35px;
  font-family: Roboto,"Noto Sans";
  font-size: 106%;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  margin-top: 12px;
  border-radius: 20px;
  -webkit-appearance: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {background-color:#9bb7c1}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
p.social-share-title {
  margin: 0;
  font-weight: normal;
  margin-bottom: 10px;
}
.blog-pagination a.active {
  pointer-events: none;
}

.total-block-edito__image {
  overflow: hidden;
  position: relative;
}
.total-block-edito__image img {
  height: 100%;
  width: 100%;
}
.total-block-edito-text {
  padding: 19px 15px 0;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: "HelveticaNeueW02-47LtCn 694048";
}
.total-block-edito-text__title {
  margin: 0;
  font-weight: normal;
  padding-bottom: 15px;
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  font-family: "HelveticaNeueW02-77BdCn 694066";
  text-transform: capitalize;
  color: #DF0C36;
}
.total-block-edito-text__desc {
  font-family: "Arial";
  font-size: 1rem;
  line-height: 1rem;
  color: #666666;
}
.total-block-edito-text__desc p{
  margin: 0;
  font-weight: normal;
}
.total-block-edito-text__cta {
  font-family: "HelveticaNeueW02-67MdCn 694060";
  font-size: 1.0625rem;
  padding: 0;
  position: relative;
  text-align: right;
  padding-top: 50px;
  text-decoration:none;
}
.total-block-edito-text a {
  color: inherit;
  text-decoration:none;
}
.total-block-edito-text__cta a:before {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  content: "";
  margin-right: 5px;
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/arrow-red-main_2x.png) no-repeat 0 0;
  background-size: cover;
  height: 10px;
  width: 9px;
  display: inline-block;
}

.breadcrumb {
  margin: 0;
  font-size: 82%;
  color: #DF0C36;
  font-style: normal;
  font-weight: bold;
  padding: 40px 0 10px;
}
.breadcrumb li {
  display: inline-block;
  padding: 0 1px;
}
.breadcrumb li .nolink {
  color: #666;
}
.breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb li.last {
  font-style: italic;
}
.breadcrumb li:before {
  content: ">";
  color: #666;
}
.breadcrumb li:first-child:before {
  display: none;
}
.info-article .date {
  margin-right: 12px;
}
.info-article .date:after {
  content: "-";
  padding: 0 0 0 12px;
}
.info-article .rubric {
  font-size: 125%;
  text-transform: uppercase;
}
.info-article {
  margin: 0 0 15px;
  font-weight: bold;
  font-style: italic;
}
.title-2color {
  margin: 0;
  color: #666;
  font-size: 2.188rem;
  line-height: 1em;
  margin-bottom: 40px;
  font-family: "HelveticaNeueW02-ThinCn 674417";
  text-transform: uppercase;
  font-weight: normal;
}
.content-description {
  text-align: initial;
  font-family: Arial;
  line-height: 22px;
  margin-bottom: 40px;
}
.title-red {
  padding-top: 30px;
}

.title-red .title-2color {
  font-size: 2.188rem;
  font-family: "HelveticaNeueW02-47LtCn 694048";
  line-height: 1em;
  font-weight: 400;
  color: #DF0C36;
  border-bottom: 1px solid #666;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.post-item {
  background-color: #FFF;
  color: #DF0C36;
  padding-bottom: 40px;
  box-sizing: border-box;
  border: 2px solid #ECECEC;
  border-bottom: 2px solid #DF0C36;
  cursor: pointer;
  margin-top: 15px;
}
.total-block-edito__date {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.188rem;
  color: #FFF;
  font-family: "HelveticaNeueW02-67MdCn 694060","Arial";
  padding: 10px;
  z-index: 1;
  width: 48px;
  height: 48px;
  background: #DF0C36;
  box-sizing: content-box;
}
.total-block-edito__date .year {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-family: "HelveticaNeueW02-47LtCn 694048","Arial";
  font-size: 1.438rem;
}
.text-rte p {
  margin: 0;
}
.post-item {
  width: 31.85%;
}
.gutter{
  width:1.4800000000000002%;
}
.section.post-header {
  padding-top: 30px;
}
.blog-post-wrapper .post-body {
  text-align: justify;
  line-height: 22px;
}
.comment-date {
  display: block;
  text-align: left;
}
.replying {
  padding: 2em 0 !important;
}
span.replying-to {
  margin: 30px 0;
  display: block;
}
.hs-blog-social-share {
  border: 0;
  padding-top: 0;
  margin-top: 0;
}
.post-img img {
  width: 100%;
}
.blog-pagination a {
  display: inline-block;
  padding: 12px 0;
  width: 46px;
  text-align: center;
  background: #FFF;
  background-color: #DF0C36;
  color: #fff;
  text-decoration: none;
}
.blog-pagination a:not(.active):hover {
  background-color: #b00429;
}
.blog-pagination {
  text-align: right;
  font-size: 106%;
  font-family: "HelveticaNeueW02-67MdCn 694060";
  line-height: 1em;
  margin-top: 30px;
}
.blog-pagination a.next-link {
  width: auto;
}
.blog-pagination a.next-link .link-next {
  min-width: 95px;
  display: inline-block;
  text-align: center;
}
span.icons-arrow-red-main {
  margin-left: 5px;
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d.png) 0 -654px no-repeat;
  background-size: 1145px 7025px;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  width: 9px;
  height: 10px;
}
.blog-pagination a.prev-link {
  width: auto;
}
.blog-pagination a.prev-link .link-back {
  min-width: 95px;
  display: inline-block;
  text-align: center;
}
span.icons-arrow-back-red-main {
  margin-right: 5px;
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d.png) 0 -264px no-repeat;
  background-size: 1145px 7025px;
  display: inline-block;
  width: 9px;
  height: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.post-listing {
  padding-top: 30px;
  padding-bottom: 30px;
}
blockquote {
  font-size: 187%;
  font-family: "HelveticaNeueW02-47LtCn 694048";
  line-height: 1.4em;
  padding: 0 5px;
  margin: 40px 10px;
}

input[type="search"]::-webkit-search-cancel-button { display:none; } 
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */



@media (max-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}


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

@media (max-width: 960px) {
  .banner-titre-1 {
    font-size: 2.188rem;
  }
}

@media (max-width: 959px) {

  .lp-page .body-container-wrapper {
    padding-top: 55px;
  }

  body.mobile-open {
    position: relative;
  }
  .banner-titre {
    padding-right: 25px;
  }
  .search-open .sliding-menu-toggle {
    top: -35px;
  }
  .mobile-open .menu-overlay {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.2);
    content: '';
    transition: 0.25s ease-in-out;
    z-index: 9;
  }


  .footer-top .page-center {
    padding: 0 140px 20px;
  }
  .footer-col:nth-child(2n) {
    margin: 30px 0 0 3% !important;
  }
  .footer-col {
    float: left !important;
    width: 46.5% !important;
    min-width: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 30px 3% 0 0 !important;
  }
  .header-top {
    display: none !important;
  }
  .header-container-wrapper {
    min-height: 55px !important;
    font-family: Nunito,"Noto Sans";
  }
  .header-bottom {
    min-height: 60px !important;
  }
  .sliding-menu-right {
    top: 65%;
    top: 39px;
  }
  .sliding-menu-toggle {
    margin-left: 15px;
  }
  .cta .search-cta .submit-btn {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/btn-search-header.svg) center no-repeat;
    background-size: 20px auto;
  }
  .search-open .search-bar-header {
    position: fixed;
    top: 55px;
    border-top: solid 1px rgba(102,102,102,0.15);
    width: 100%;
    max-width: 100%;
  }
  .search-bar-header .search-bad-header--input {
    padding: 0 8px;
  }
  .search-open .sliding-menu-right .cta-block .cta {
    display: none;
  }
  .header-bottom .page-center .sticky-visible {
    display: block;
    overflow: visible;
  }
  .header-bottom .page-center .sticky-logo {
    transition-delay: 0.15s;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
    height: 60px;
    width: auto;
    float: left;
  }
  .header-bottom .page-center .sticky-top-slogan {
    padding: 20px 0 5px 100px;
    visibility: visible;
    height: 17px;
  }
  .header-bottom .page-center .sticky-logo a img {
    max-width: 80px;
  }
  .header-bottom .page-center {
    max-width: 100% !important;
    padding: 0;
    min-height: 60px !important;
    position: relative;
  }
  .header-bottom {
    min-height: 60px !important;
    position: fixed;
    width: 100% !important;
    top: 0;
  }

  /*   .animate-menu ul li {
  position: relative;
  font-family: "HelveticaNeueW02-47LtCn 694048";
  font-size: 1.250rem;
  line-height: 1rem;
  text-transform: uppercase;
  background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-parent-item.png) center right 15px no-repeat,
  url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) left bottom no-repeat;
  background-size: auto,100% 1px;
  background-color: #FFF;
  display: block;
  transition: all 0.2s ease-in-out;
}
  */
  /* [data-level="1"] */

  .animate-menu ul[data-level="1"] li:not(.dl-back-same){
    box-sizing: border-box;
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) left bottom no-repeat;
    background-size: auto,100% 1px;
    background-color: #FFF;
    font-family: "HelveticaNeueW02-47LtCn 694048";
    font-size: 1.250rem;
    line-height: 1rem;
    text-transform: uppercase;
  }


  .animate-menu ul[data-level="1"] li:not(.dl-back-same).hs-item-has-children{
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-parent-item.png) center right 15px no-repeat,url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) left bottom no-repeat;
    background-size: auto,100% 1px;
    background-color: #FFF;
    display: block;
    transition: all 0.2s ease-in-out;
    position: relative;
  }


  .animate-menu ul[data-level="1"] li:not(.dl-back-same).hs-item-has-children:hover {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-parent-item-hover.png) center right 15px no-repeat,url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) left bottom no-repeat;
    background-size: auto,100% 1px;
    background-color: #FFF;
  }

  .animate-menu ul[data-level="1"] li:not(.dl-back-same) a{
    font-family: "HelveticaNeueW02-47LtCn 694048";
    font-size: 1.250rem;
    line-height: 1rem;
    text-transform: uppercase;
    box-sizing: border-box;
    color: #707173;
    display: block;
    padding: 28px 15px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .animate-menu ul[data-level="1"] li:not(.dl-back-same).is-active > a{
    color: #DF0C36;
  }
  .animate-menu ul[data-level="1"] li:not(.dl-back-same) > a:hover{
    color: #DF0C36;
  }


  /* [data-level="2"] */

  .animate-menu ul[data-level="2"] li:not(.dl-back-same){
    box-sizing: border-box;
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) left bottom no-repeat;
    background-size: auto,100% 1px;
    background-color: #FFF;
    font-family: "HelveticaNeueW02-47LtCn 694048";
    font-size: 1.250rem;
    line-height: 1rem;
    text-transform: uppercase;

  }
  .animate-menu ul[data-level="2"] li:not(.dl-back-same).hs-item-has-children{
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-parent-item.png) center right 15px no-repeat,url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) left bottom no-repeat;
    background-size: auto,100% 1px;
    background-color: #FFF;
    display: block;
    transition: all 0.2s ease-in-out;
    position: relative;
  }

  .animate-menu ul[data-level="2"] li:not(.dl-back-same).hs-item-has-children:hover {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-parent-item-hover.png) center right 15px no-repeat,url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) left bottom no-repeat;
    background-size: auto,100% 1px;
    background-color: #FFF;
  }

  .animate-menu ul[data-level="2"] li:not(.dl-back-same) a{
    font-family: "HelveticaNeueW02-47LtCn 694048";
    font-size: 1.250rem;
    line-height: 1rem;
    text-transform: uppercase;
    box-sizing: border-box;
    color: #707173;
    display: block;
    padding: 28px 15px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .animate-menu ul[data-level="2"] li:not(.dl-back-same).is-active > a{
    color: #DF0C36;
  }
  .animate-menu ul[data-level="2"] li:not(.dl-back-same) > a:hover{
    color: #DF0C36;
  }


  /* [data-level="3"] */
  .animate-menu ul[data-level="3"] li:not(.dl-back-same){
    font-family: "HelveticaNeueW02-77BdCn 694066";
    background-color: #FFF;
    position: relative;
  }

  .animate-menu ul[data-level="3"] li:not(.dl-back-same) > a{
    box-sizing: border-box;
    color: #707173;
    display: block;
    padding: 28px 15px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-family: "HelveticaNeueW02-77BdCn 694066";
    white-space: normal;
    font-size: 1.250rem;
    line-height: 1rem;
    position: relative;
  }
  .animate-menu ul[data-level="3"] li:not(.dl-back-same).is-active > a{
    color: #DF0C36;
  }
  .animate-menu ul[data-level="3"] li:not(.dl-back-same) > a:hover{
    color: #DF0C36;
  }
  .animate-menu ul[data-level="3"] li:not(.dl-back-same):after {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) right bottom no-repeat;
    background-size: 100% 100%;
    background-color: #FFF;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    right: 0;
    width: 100%;
  }
  .animate-menu ul[data-level="3"] li.hs-item-has-children:after {
    display: none;
  }
  .animate-menu ul[data-level="3"] li.hs-item-has-children {
    font-family: "HelveticaNeueW02-47LtCn 694048";
    font-size: 1.250rem;
    line-height: 1rem;
    text-transform: uppercase;
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-parent-item.png) center right 15px no-repeat,url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) left bottom no-repeat;
    background-size: auto,100% 1px;
    background-color: #FFF;
    display: block;
    transition: all 0.2s ease-in-out;
  }

  .animate-menu ul[data-level="3"] li.hs-item-has-children:hover {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-parent-item-hover.png) center right 15px no-repeat,url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) left bottom no-repeat;
    background-size: auto,100% 1px;
    background-color: #FFF;
  }


  /* [data-level="4"] */
  .animate-menu ul[data-level="4"] li:not(.dl-back-same){
    font-family: "HelveticaNeueW02-77BdCn 694066";
    background-color: #FFF;
    position: relative;
  }

  .animate-menu ul[data-level="4"] li:not(.dl-back-same) > a{
    box-sizing: border-box;
    color: #707173;
    display: block;
    padding: 28px 15px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-family: "HelveticaNeueW02-77BdCn 694066";
    white-space: normal;
    font-size: 1.250rem;
    line-height: 1rem;
    position: relative;
  }
  .animate-menu ul[data-level="4"] li:not(.dl-back-same).is-active > a{
    color: #DF0C36;
  }
  .animate-menu ul[data-level="4"] li:not(.dl-back-same) > a:hover{
    color: #DF0C36;
  }
  .animate-menu ul[data-level="4"] li:not(.dl-back-same):after {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) right bottom no-repeat;
    background-size: 100% 100%;
    background-color: #FFF;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    right: 0;
    width: 100%;
  }
  .animate-menu ul[data-level="4"] li.hs-item-has-children:after {
    display: none;
  }

  .animate-menu > ul[data-level="2"]{
    height: 100%;
  }
  .animate-menu > ul[data-level="3"]{
    height: 100%;
  } 
  .animate-menu > ul[data-level="4"]{
    height: 100%;
  } 




  .animate-menu ul[data-level="1"] li:nth-child(n+6) a {
    font-family: "HelveticaNeueW02-77BdCn 694066";
    font-size: 1rem;
    color: #8d8d8f;
    font-weight: normal;
    font-stretch: condensed;
  }
  .animate-menu ul li.dl-back > a {
    box-sizing: border-box;
    color: #707173;
    display: block;
    padding: 28px 15px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-family: "HelveticaNeueW02-77BdCn 694066";
    padding-left: 30px;
    text-transform: capitalize;
    text-align: left;
  }
  .animate-menu ul li.dl-back {
    font-family: "HelveticaNeueW02-77BdCn 694066";
    position: relative;
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-back-link.png) center left 15px no-repeat,url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) right bottom no-repeat;
    background-size: auto,100%;
    transition: all 0.2s ease-in-out;
    font-size: 1.250rem;
    line-height: 1rem;
    text-transform: uppercase;
  }
  li.dl-back {
  }  
  li.dl-back a {
    color: #8997a2;
  }  
  .animate-menu ul li a:hover {
    color: #DF0C36;
  }
  .animate-menu ul li.is-active > a {
    color: #DF0C36;
  }

  /*   .animate-menu {
  position:relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 60px) !important; 
  height: 100% !important;
}  */


  .animate-menu {
    position:relative;
    overflow: hidden;
    background: #ccc;
    /*     min-height:600px; */
    min-height:calc(100vh - 60px);
    overflow-y: auto;
  } 
  .animate-menu > ul
  {
    background-color: #fff;
    position:absolute;
    top:0px;
    width:100%;
    left:100%;
    transition: all 0.3s ease;
  }
  .animate-menu ul.active-panel {
    left:0;
  }
  .animate-menu ul li.dl-back:hover {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-back-link-hover.png) center left 15px no-repeat,url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) right bottom no-repeat;
    background-size: auto,100%;
  }
  .animate-menu ul[data-level="3"] li a {
    text-transform: none;
    font-family: "HelveticaNeueW02-77BdCn 694066";
  }
  .animate-menu ul[data-level="4"] li a {
    text-transform: none;
    font-family: "HelveticaNeueW02-77BdCn 694066";
  }
  .animate-menu ul[data-level="3"] li.hs-item-has-children > a {
    font-family: "HelveticaNeueW02-47LtCn 694048";
    text-transform: none;
  }
  .animate-menu ul[data-level="4"] li.dl-back-label{
    font-family: "HelveticaNeueW02-77BdCn 694066";
    text-transform: none;
  }

  .animate-menu ul li.dl-back:after {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) right bottom no-repeat;
    background-size: 100% 100%;
    background-color: #FFF;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    right: 0;
    width: 100%;
  }

  .animate-menu ul li.dl-back-label {
    padding-left: 15px;
    padding-top: 28px;
    font-family: "HelveticaNeueW02-77BdCn 694066";
    position: relative;
    background-color: #FFF;
    position: unset;
    color: #666;
    font-size: 1.250rem;
    line-height: 1rem;
    text-transform: uppercase;
  }
  .animate-menu ul li.dl-back-label:after {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/menu-item-border.png) right bottom no-repeat;
    background-size: 100% 100%;
    background-color: #FFF;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    right: 0;
    width: 100%;
    margin-top: 28px;
    margin-left: -15px;
  }

  .animate-menu > ul.submenu-open {
    left: -100%;
  }

  .counter {
    position: absolute;
    right: 40px;
    top: 0;
    line-height: 43px;
    background: #fff;
    width: 40px;
    text-align: center;
    height: 43px;
  }

  .mobile-trigger {
    width: 100px;
    padding: 10px;
    background: #ccc;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
  }


  .mobile-menu-wrapper {
    display: none !important;
    max-width: 374px;
    position: absolute !important;
    right: 0;
    top: 60px;
    transition: all 0.4s ease-in-out;
    width: 100% !important;
    z-index: 10;
    overflow-x: hidden;
  }

  .mobile-open .mobile-menu-wrapper {
    display: block !important;
  }

  .breadcrumb {
    padding: 35px 0 20px;
  }
  .title-red {
    padding-top: 35px;
  }

  .search-open .search-bar-header::after {
    bottom: 0;
  }
} 

@media (min-width: 730px) and (max-width:959px) {
  .search-open .search-bar-header .search-bar--close-icon {
    position: relative;
    right: 10px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .post-body img[style*="float"] { 
    float: none !important; 
    margin-left: auto !important;
    margin-right: auto !important; 
    display: block; 
  }  
}  

@media (max-width: 720px) {
  .sliding-menu-right .cta-block .cta .search-cta .search-cta--text {
    display: none;
  }
}


@media (max-width: 719px) {
  .background-inner {
    position: static;
    background: unset;
    margin-left: 0;
  }
  .banner-titre-1 {
    color: #666;
  }
  .banner-titre-1 .cta_title {
    color: #666;
    font-size: 1.5rem;
    margin-right: 0;
  }
  .banner-titre-1 .cta_button {
    position: static;
  }

  .blog-pagination a{
    display: none;
  }

  .blog-pagination a.prev-link{
    float: left;
    display: block;
  }
  .blog-pagination a.next-link{
    float : right;
    display: block;
  }

  .breadcrumb {
    font-size: 72%;
    padding-left: 10px;
  }
  .title-red .title-2color {
    margin-bottom: 30px;
  }
  html, body {
    font-size: 1.125rem;
  }
  .footer-container-wrapper {
    font-size: 1.125rem;
  }
  .footer-top .page-center {
    padding: 0 20px 20px;
    max-width: 100% !important;
  }
  .footer-col:nth-child(2n) {
    margin: 25px 0 0 0 !important;
  }
  .footer-col {
    width: 100% !important;
    min-width: 10px;
    display: block;
    float: none !important;
    margin: 25px 0 0 0 !important;
  }
  .footer-top {
    font-size: 100%;
  }
  .footer-btm-menu ul li {
    padding: 0 12px 0 15px;
    line-height: 22px;  
  }

  .nav_up {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d.png) 0 -467px no-repeat;
    background-size: 654px 4014px;
    display: inline-block;
    width: 41px;
    height: 41px;
    border: 1px solid #ccc;
    opacity: 0.7;
    white-space: nowrap;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 7px;
    height: 28px;
    width: 28px;
  }
  .nav_up:hover {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d.png) 0 -426px no-repeat;
    background-size: 654px 4014px;
    display: inline-block;
    width: 41px;
    height: 41px;
    height: 28px;
    width: 28px;
  }
  .search-bar-header .search-bad-header--input {
    padding: 0;
  }
  .search-bar-header .page-center{
    max-width: 100% !important;
  }
  .total-block-edito__image {
    display: none;
  }
  .post-item {
    min-height: auto;
    margin: 0 0 25px;
    width: 100%;
    max-width: 100%;
  }
  .blog-pagination:after {
    display: table;
    clear: both;
    content: "";
  }

}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 480px) {
  .header-bottom .page-center .sticky-top-slogan span {
    font-size: 14px;
    bottom: 2px;
  }
}

@media (max-width: 479px) {

  .hs-author-profile .hs-author-avatar{
    float: none;
  }
  .breadcrumb {
    padding: 30px 0 0 10px;
  }
  .title-red .title-2color {
    margin-bottom: 22px;
  }
  .total-block-edito.clearfix {
    max-width: 320px;
    margin: auto auto 20px auto;
    width: 100%;
    min-height: 170px;
  }
  .sliding-menu-right {
    top: 36px;
  }
  .sliding-menu-right .cta-block .cta {
    transform: none;
    top: -12px;
    bottom: 10px;
    margin-right: 10px;
  }
  .sliding-menu-toggle {
    z-index: 100;
    top: -29px;
    margin-left: 6px;
  }
  .mobile-menu-wrapper {
    max-width: 320px !important;
  }
  .footer-btm-menu ul li {
    margin-bottom: 10px;
  }
}


@media (min-width: 960px){
  .sliding-menu-toggle{
    display: none;
  }
  body:not(.fixed).search-open .header-bottom {
    display: none;
  }
  .fixed.search-open .header-bottom .page-center .sticky-logo {
    -webkit-transform: translateY(13%);
    -moz-transform: translateY(13%);
    -ms-transform: translateY(13%);
    -o-transform: translateY(13%);
    transform: translateY(13%);
    transition-delay: 0s;
  }
  .fixed.search-open .header-bottom .page-center .sticky-top-slogan {
    padding-top: 13px;
  }
  .fixed .header-bottom .page-center .sticky-logo img {
    max-width: 95px;
  }
}



@media screen and (max-width: 719px) and (min-width: 320px){
  .search-bar-header .search-bad-header--input {
    font-size: 0.75rem;
  }
  .search-bar-header .search-bar--close-icon {
    background: url(//cdn2.hubspot.net/hubfs/499747/TotalGasPower_August2019/Images/icons-s4e19ce893d.png) 0 -517px no-repeat;
    background-size: 619px 3797px;
    display: inline-block;
    width: 20px;
    height: 20px;
  }
}



@media screen and (max-width: 719px) and (min-width: 480px){
  .container-fluid .row-fluid .page-center{
    max-width: 510px;
    padding-right:15px;
    padding-left:15px;
  }
  .search-bar-header .search-bad-header--input {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 959px) and (min-width: 720px){
  .footer-top .page-center {
    padding: 0 20px 20px;
  }
  .footer-top .page-center {
    max-width: 720px !important;
  }
  .container-fluid .row-fluid .page-center{
    max-width: 750px;
    padding-right:15px;
    padding-left:15px;
  }
  .search-bar-header .search-bad-header--input {
    padding: 0 6px;
  }
  .header-bottom .page-center {
    max-width: 720px !important;
  }
}

@media screen and (max-width: 1169px) and (min-width: 960px){
  .footer-top .page-center {
    max-width: 960px !important;
  }
  .container-fluid .row-fluid .page-center{
    max-width: 990px;
    padding-right:15px;
    padding-left:15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .link-wrapper > ul > li .mega-menu-sub-section-wrap {
    width: 625px;
  }
}


@-moz-document url-prefix() {
  @media screen and (max-width: 1169px){
    .footer-btm-menu ul {

      line-height: inherit;

    }
    .footer-btm-menu ul li {
      width: auto;
      line-height: inherit;
    }
  }
}