*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/


/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.dnd-section > .row-fluid  {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.content-wrapper, .page-center{
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}
.header__container, .footer__container{
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}
.body-wrapper [class*="force-full-width-section"],
.body-wrapper [class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}
@media (max-width: 767px) {
  .dnd-section .dnd-module {
    padding-bottom: 30px;
  }
}
body {
  font-family: "Noto Sans",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  margin: 0;
  background-color: #fff;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 15px;
  line-height: 1.6;
}

/* Anchors */

a {
  color: #207a3d;
  text-decoration: none;
}
a, img {
  border: none;
  outline: none;
}
a:hover, a:focus {
  color: #103d1f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  max-width: 100%;
}
/* Headings */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h1, .h1 {
  font-size: 64px;
}
h2, .h2 {
  font-size: 48px;
}
h3, .h3 {
  font-size: 32px;
}
h4, .h4 {
  font-size: 20px;
}
h5 {
  font-weight: normal;
  font-style: italic;
  font-size: null;
  text-transform: none;
  line-height: 1.3;
  font-size: 22px;
}
h6, .h6 {
  font-size: 14px;
}





/* Lists */

ul, ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  border: 0;
  margin-top: 3em;
  margin-bottom: 3em;
  border-top: 1px solid #ddd;
}
.clearfix:before, 
.clearfix:after, 
.dl-horizontal dd:before,
.dl-horizontal dd:after, 
.container:before,
.container:after, 
.container-fluid:before, 
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after, 
.dl-horizontal dd:after, 
.container:after, 
.container-fluid:after, 
.row:after, 
.form-horizontal .form-group:after {
  clear: both;
}
strong {
  font-weight: bold;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field, .field, div#hs-search-module .hs-input {
  margin-bottom: 18px;
}

/* Labels */

form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* Help text - legends */


/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  padding: 2px 3px;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  line-height: inherit;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  outline:none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}

form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

form .hs-error-msg, form .hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  white-space: normal;
  text-decoration: none !important;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}
ul.no-list {
  list-style: none;
  padding-left: 0;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-group {
  position: relative;
  z-index: 100;
  background: #fff;
}
.header-top {
  text-align: right;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.header__container:before, .header__container:after {
  content: " ";
  display: table;
}
.header__container:after {
  clear: both;
}
.header__container {
  margin: 0 auto;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul:before, 
.custom-menu-primary .hs-menu-wrapper > ul:after {
  content: " ";
  display: table;
}
.custom-menu-primary .hs-menu-wrapper > ul:after {
  clear: both;
}
.top-links {
  display: inline-block;
}
.top-links ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.top-links ul li{
  display: inline-block;
  margin: 0 -3px 0 0;
  text-align: center;
}
.top-links ul li:first-child > a{
  padding:0;
  border:none;
  font-size:16px;
  display:inline-block;
  cursor:text;
  text-decoration:none;
  color:#333 !important;
}
.top-links ul li a {
  display: block;
  padding: 5px 10px;
  border-right: 1px solid #ddd;
  color: #353535;
  font-size: 14px;
}
.header-main .header__container {
  position: relative;
}
.header-logo {
  width: 100px;
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
  text-align: center;
}
.header-logo a.phone {
  margin-top: 5px;
  display: none;
}
.header-logo img{
  max-width: 100%;
  vertical-align: middle;
  height:68px;
}
.js-toggleNav {
  display: none;
}
.custom-menu-primary {
  width: 87%;
  float: right;
  padding-top: 40px;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  list-style:none;
  margin:0;
  padding:0;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: block;
  float: left;
  padding: 5px 15px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-weight: bold;
  color: #353535;
  padding-bottom: 5px;
  text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  color: #ff9a00;
  border-bottom: 3px solid #ff9a00;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
  display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
  list-style:none;
  margin:0;
  padding:0;
  display: none;
  background: #f4f4f4;
  left: 0;
  position: absolute;
  top: 32px;
  min-width: 180px;
  z-index: 100;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li{
  display: block;
  float: left;
  padding: 5px 15px;
  position: relative;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
  padding-bottom: 5px;
  font-weight: bold;
  color: #353535;
  border-bottom: 3px solid transparent;
  text-decoration:none;
}
.searchbaritem {
  width: 22%;
  display: block;
  margin: 0;
  max-width: 200px;
  float: right;
}
form.search-container {
  max-width: 100%;
}
.searchbaritem form {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.searchbaritem .hs-search-field__input {
  padding: 8px 12px;
  line-height: 30px;
  font-family: inherit;
  color: #000;
  vertical-align: middle;
  height: 30px;
  border: 0;
  padding-left: 5px;
  font-size: 14px;
}
.searchbaritem .hs-search-field__input {
  width: 82%;
  position: relative;
  display: inline-block;
}
.searchbaritem form input[type="submit"] {
  background: #207a3d url(https://9102466.fs1.hubspotusercontent-na1.net/hubfs/9102466/raw_assets/public/2GEnergy_March2022/images/download.png) no-repeat center;
  border: 0;
  border-radius: 0;
  width: 30px;
  float: right;
  color: #207a3d;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding:1px 6px;
  cursor:pointer;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.searchbaritem form input[type="submit"]:hover{
  color: #1b6633;
  background: #1b6633 url(https://9102466.fs1.hubspotusercontent-na1.net/hubfs/9102466/raw_assets/public/2GEnergy_March2022/images/download.png) no-repeat center;
}
.hs-search-field--open .hs-search-field__suggestions {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc !important;
  text-align: left;
  padding: 5px;
  font-size: 14px;
  color: #333;
  position: absolute;
  top: 100%;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  color: #333;
  background: none !important;
  text-decoration: none !important;
}
.hs-search-field--open .hs-search-field__suggestions li#results-for {

}
.custom-menu-primary .hs-menu-wrapper > ul li a:focus {
  text-decoration: underline !important;
}
.searchbaritem .hs-search-field__input:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

@media (max-width: 1200px){
  .header-top{
    display: none;
  }
  .custom-menu-primary {
    clear: both;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
  }
  .header-group {
    height: auto;
  }
  .header-logo {
    float: left;
    position: relative;
    bottom: 0;
    margin: 0;
    padding: 10px;
  }
  .header-logo img {
    max-width: 100px;
  }
  .header-logo a.phone {
    font-size: 12px;
  }
  .js-toggleNav {
    display: block;
    margin: 9px 10px 0 0;
    cursor: pointer;
    color: #ff9a00;
    width: 135px;
    text-align: left;
    float: right;
    padding: 15px 20px;
    margin-top: 18px;
    font-weight: bold;
    height: auto;
  }
  .js-toggleNav .menu-icon {
    display: inline-block;
    position: relative;
    background-color: #ff9a00;
    height: 3px;
    width: 30px;
    margin-right: 15px;
    vertical-align: middle;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .js-toggleNav .menu-icon:before, .js-toggleNav .menu-icon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    transform-origin: 50% 50%;
    height: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #ff9a00;
  }
  .js-toggleNav .menu-icon:before {
    top: -9px;
  }
  .js-toggleNav .menu-icon:after {
    bottom: -9px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    padding-left: 40px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
    left: auto;
    position: relative;
    top: auto;
    width: auto;
  }
}











@media all and (-ms-high-contrast:none) {
  .searchbaritem .hs-search-field__input {
    line-height: normal;
    vertical-align: top;
  }

}
.footer {
  background: #efefef;
  margin-top: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer__container {
  margin: 0 auto;
  width: 100%;
}
.footer__container:before, .footer__container:after {
  content: " ";
  display: table;
}
.footer__container:after {
  clear: both;
}
.footer-links ul:before, .footer-links:after {
  content: " ";
  display: table;
}
.footer-links:after {
  clear: both;
}
.footer-logo {
  position: relative;
  min-height: 1px;
}
.footer-logo img{
  max-width: 95px;
  max-height: 75px;
  vertical-align: middle;
  width:auto !important;
}
.footer-links {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
.footer-links ul{
  list-style:none;
  margin:0;
  padding:0;
}
.footer-links ul li{
  display: block;
  padding-right: 30px;
  float: left;
}
.footer-links ul li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.footerlogowrap {
  padding: 30px 0 0 0;
  position: relative;
  min-height: 1px;
}
.footerlogowrap a{
  display: inline-block;
  width: 24%;
  vertical-align: middle;
  padding: 0 20px;
}
.footerlogowrap img{
  max-height: 75px;
  vertical-align: middle;
  display: block;
  max-width: 100%;
}

.socialicons {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  text-align: right;
}

.socialicons a {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  margin: 0 10px 0;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #efefef;
  background-blend-mode: multiply;
}
@media (min-width: 992px){
  .footer-logo{
    width: 8.33333333%;
    float: left;
  }
  .footer-links {
    width: 91.66666667%;
    float: left;
  }
  .footerlogowrap {
    width: 50%;
    float: left;
  }
  .socialicons {
    float: left;
    width: 50%;
  }
}
@media (max-width: 768px){
  .footer-logo img{
    margin: 0 auto 30px;
    float: none;
    display: block;
  }
  .footer-links ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .footerlogowrap {
    float: none;
    margin: 0 auto;
  }
  .socialicons {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 570px){
  .footerlogowrap a{
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .footerlogowrap img {
    display: inline;
  }
  .footerlogowrap img{
    max-width: 150px;
  }
}

@media (max-width: 480px){
  .footer-links ul li{
    width: 100%;
    float: none;
    text-align: center;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/********************************************************* Full Width Page *******************************************************/

.full-width-page .dnd-section .dnd-module {
  padding-bottom: 0;
}
.contact_area .widget-type-rich_text h6 {
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  line-height: 1.3;
  font-size: 27px;
}
.contact_area .form-title {
  font-size: 20px;
  margin-top: 11px;
  margin-bottom: 11px;
}
.contact_area form {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.contact_area .hs-form-field {
  margin-bottom: 0;
}
.contact_area .hs-form-field .hs-input {
  width: auto;
}
.contact_area .hs_recaptcha.hs-recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact_area .hs-form-required {
  display: none;
}
.career_area .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.career_area .span6.dnd-column {
  width: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
.career_area .widget-type-space {
  margin: 20px 0;
  display: block;
}
.career_area .widget-type-space:before, .career_area .widget-type-space:after {
  content: " ";
  display: table;
}
.career_area .widget-type-space:after {
  clear: both;
}
.career_area span.hs-horizontal-spacer {
  width: 33%;
  float: left;
  padding: 0 30px 0 0;
}
.career_area .widget-type-header h3 {
  margin-bottom: 0;
}
.career_area a.cta_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
  -moz-transition: 80ms ease-in all;
  -webkit-transition: 80ms ease-in all;
  -o-transition: 80ms ease-in all;
  transition: 80ms ease-in all;
  border: 3px solid transparent;
  background: #fff;
  border-color: #207a3d;
  color: #207a3d;
  box-sizing: border-box !important;
}
.career_area a.cta_button:after {
  content: " »";
}
.career_area a.cta_button:hover {
  text-decoration: none;
  background: #207a3d;
  color: #fff;
}




@media (max-width: 991px){
  .career_area .dnd-section > .row-fluid {
    flex-wrap: wrap !important;
    display: flex !important;
  }
  .career_area .span6.dnd-column {
    width: 100%;
  }
  .container-fluid.career_area {
    margin-bottom: 54px;
  }


}

@media (max-width: 960px){
  .contact_area .widget-type-rich_text h6 {
    font-size: 20px;
  }

}



@media(max-width: 767px){
  .full_width_area {
    word-break: break-word;
  }
  .contact-page .span4.dnd-column:not(:last-child) .hs_cos_wrapper_type_rich_text *:last-child {
    margin-bottom: 0;
  }
  .career-page .dnd-section .dnd-module {
    padding-bottom: 0;
  }
  .career_area .hstwmn-wrapper .hstwmn_menu ul {
    display: none;
  }
  .career_area span.hs-horizontal-spacer {
    display: none;
  }
  .career_area .widget-type-space {
    margin: 0;
    display: block;
  }
  .career_area .widget-type-header h3 {
    margin-bottom: 40px;
  }

}


/********************************************************* Global Css *******************************************************/

.row {
  margin-left: -30px;
  margin-right: -30px
}

.hscol-xs-1,
.hscol-sm-1,
.hscol-md-1,
.hscol-lg-1,
.hscol-xs-2,
.hscol-sm-2,
.hscol-md-2,
.hscol-lg-2,
.hscol-xs-3,
.hscol-sm-3,
.hscol-md-3,
.hscol-lg-3,
.hscol-xs-4,
.hscol-sm-4,
.hscol-md-4,
.hscol-lg-4,
.hscol-xs-5,
.hscol-sm-5,
.hscol-md-5,
.hscol-lg-5,
.hscol-xs-6,
.hscol-sm-6,
.hscol-md-6,
.hscol-lg-6,
.hscol-xs-7,
.hscol-sm-7,
.hscol-md-7,
.hscol-lg-7,
.hscol-xs-8,
.hscol-sm-8,
.hscol-md-8,
.hscol-lg-8,
.hscol-xs-9,
.hscol-sm-9,
.hscol-md-9,
.hscol-lg-9,
.hscol-xs-10,
.hscol-sm-10,
.hscol-md-10,
.hscol-lg-10,
.hscol-xs-11,
.hscol-sm-11,
.hscol-md-11,
.hscol-lg-11,
.hscol-xs-12,
.hscol-sm-12,
.hscol-md-12,
.hscol-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.hscol-xs-1,
.hscol-xs-2,
.hscol-xs-3,
.hscol-xs-4,
.hscol-xs-5,
.hscol-xs-6,
.hscol-xs-7,
.hscol-xs-8,
.hscol-xs-9,
.hscol-xs-10,
.hscol-xs-11,
.hscol-xs-12 {
  float: left
}

.hscol-xs-12 {
  width: 100%
}

.hscol-xs-11 {
  width: 91.66666667%
}

.hscol-xs-10 {
  width: 83.33333333%
}

.hscol-xs-9 {
  width: 75%
}

.hscol-xs-8 {
  width: 66.66666667%
}

.hscol-xs-7 {
  width: 58.33333333%
}

.hscol-xs-6 {
  width: 50%
}

.hscol-xs-5 {
  width: 41.66666667%
}

.hscol-xs-4 {
  width: 33.33333333%
}

.hscol-xs-3 {
  width: 25%
}

.hscol-xs-2 {
  width: 16.66666667%
}

.hscol-xs-1 {
  width: 8.33333333%
}

.hscol-xs-pull-12 {
  right: 100%
}

.hscol-xs-pull-11 {
  right: 91.66666667%
}

.hscol-xs-pull-10 {
  right: 83.33333333%
}

.hscol-xs-pull-9 {
  right: 75%
}

.hscol-xs-pull-8 {
  right: 66.66666667%
}

.hscol-xs-pull-7 {
  right: 58.33333333%
}

.hscol-xs-pull-6 {
  right: 50%
}

.hscol-xs-pull-5 {
  right: 41.66666667%
}

.hscol-xs-pull-4 {
  right: 33.33333333%
}

.hscol-xs-pull-3 {
  right: 25%
}

.hscol-xs-pull-2 {
  right: 16.66666667%
}

.hscol-xs-pull-1 {
  right: 8.33333333%
}

.hscol-xs-pull-0 {
  right: auto
}

.hscol-xs-push-12 {
  left: 100%
}

.hscol-xs-push-11 {
  left: 91.66666667%
}

.hscol-xs-push-10 {
  left: 83.33333333%
}

.hscol-xs-push-9 {
  left: 75%
}

.hscol-xs-push-8 {
  left: 66.66666667%
}

.hscol-xs-push-7 {
  left: 58.33333333%
}

.hscol-xs-push-6 {
  left: 50%
}

.hscol-xs-push-5 {
  left: 41.66666667%
}

.hscol-xs-push-4 {
  left: 33.33333333%
}

.hscol-xs-push-3 {
  left: 25%
}

.hscol-xs-push-2 {
  left: 16.66666667%
}

.hscol-xs-push-1 {
  left: 8.33333333%
}

.hscol-xs-push-0 {
  left: auto
}

.hscol-xs-offset-12 {
  margin-left: 100%
}

.hscol-xs-offset-11 {
  margin-left: 91.66666667%
}

.hscol-xs-offset-10 {
  margin-left: 83.33333333%
}

.hscol-xs-offset-9 {
  margin-left: 75%
}

.hscol-xs-offset-8 {
  margin-left: 66.66666667%
}

.hscol-xs-offset-7 {
  margin-left: 58.33333333%
}

.hscol-xs-offset-6 {
  margin-left: 50%
}

.hscol-xs-offset-5 {
  margin-left: 41.66666667%
}

.hscol-xs-offset-4 {
  margin-left: 33.33333333%
}

.hscol-xs-offset-3 {
  margin-left: 25%
}

.hscol-xs-offset-2 {
  margin-left: 16.66666667%
}

.hscol-xs-offset-1 {
  margin-left: 8.33333333%
}

.hscol-xs-offset-0 {
  margin-left: 0%
}

@media(min-width: 768px) {
  .hscol-sm-1,
  .hscol-sm-2,
  .hscol-sm-3,
  .hscol-sm-4,
  .hscol-sm-5,
  .hscol-sm-6,
  .hscol-sm-7,
  .hscol-sm-8,
  .hscol-sm-9,
  .hscol-sm-10,
  .hscol-sm-11,
  .hscol-sm-12 {
    float:left
  }

  .hscol-sm-12 {
    width: 100%
  }

  .hscol-sm-11 {
    width: 91.66666667%
  }

  .hscol-sm-10 {
    width: 83.33333333%
  }

  .hscol-sm-9 {
    width: 75%
  }

  .hscol-sm-8 {
    width: 66.66666667%
  }

  .hscol-sm-7 {
    width: 58.33333333%
  }

  .hscol-sm-6 {
    width: 50%
  }

  .hscol-sm-5 {
    width: 41.66666667%
  }

  .hscol-sm-4 {
    width: 33.33333333%
  }

  .hscol-sm-3 {
    width: 25%
  }

  .hscol-sm-2 {
    width: 16.66666667%
  }

  .hscol-sm-1 {
    width: 8.33333333%
  }

  .hscol-sm-pull-12 {
    right: 100%
  }

  .hscol-sm-pull-11 {
    right: 91.66666667%
  }

  .hscol-sm-pull-10 {
    right: 83.33333333%
  }

  .hscol-sm-pull-9 {
    right: 75%
  }

  .hscol-sm-pull-8 {
    right: 66.66666667%
  }

  .hscol-sm-pull-7 {
    right: 58.33333333%
  }

  .hscol-sm-pull-6 {
    right: 50%
  }

  .hscol-sm-pull-5 {
    right: 41.66666667%
  }

  .hscol-sm-pull-4 {
    right: 33.33333333%
  }

  .hscol-sm-pull-3 {
    right: 25%
  }

  .hscol-sm-pull-2 {
    right: 16.66666667%
  }

  .hscol-sm-pull-1 {
    right: 8.33333333%
  }

  .hscol-sm-pull-0 {
    right: auto
  }

  .hscol-sm-push-12 {
    left: 100%
  }

  .hscol-sm-push-11 {
    left: 91.66666667%
  }

  .hscol-sm-push-10 {
    left: 83.33333333%
  }

  .hscol-sm-push-9 {
    left: 75%
  }

  .hscol-sm-push-8 {
    left: 66.66666667%
  }

  .hscol-sm-push-7 {
    left: 58.33333333%
  }

  .hscol-sm-push-6 {
    left: 50%
  }

  .hscol-sm-push-5 {
    left: 41.66666667%
  }

  .hscol-sm-push-4 {
    left: 33.33333333%
  }

  .hscol-sm-push-3 {
    left: 25%
  }

  .hscol-sm-push-2 {
    left: 16.66666667%
  }

  .hscol-sm-push-1 {
    left: 8.33333333%
  }

  .hscol-sm-push-0 {
    left: auto
  }

  .hscol-sm-offset-12 {
    margin-left: 100%
  }

  .hscol-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .hscol-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .hscol-sm-offset-9 {
    margin-left: 75%
  }

  .hscol-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .hscol-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .hscol-sm-offset-6 {
    margin-left: 50%
  }

  .hscol-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .hscol-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .hscol-sm-offset-3 {
    margin-left: 25%
  }

  .hscol-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .hscol-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .hscol-sm-offset-0 {
    margin-left: 0%
  }
}

@media(min-width: 992px) {
  .hscol-md-1,
  .hscol-md-2,
  .hscol-md-3,
  .hscol-md-4,
  .hscol-md-5,
  .hscol-md-6,
  .hscol-md-7,
  .hscol-md-8,
  .hscol-md-9,
  .hscol-md-10,
  .hscol-md-11,
  .hscol-md-12 {
    float:left
  }

  .hscol-md-12 {
    width: 100%
  }

  .hscol-md-11 {
    width: 91.66666667%
  }

  .hscol-md-10 {
    width: 83.33333333%
  }

  .hscol-md-9 {
    width: 75%
  }

  .hscol-md-8 {
    width: 66.66666667%
  }

  .hscol-md-7 {
    width: 58.33333333%
  }

  .hscol-md-6 {
    width: 50%
  }

  .hscol-md-5 {
    width: 41.66666667%
  }

  .hscol-md-4 {
    width: 33.33333333%
  }

  .hscol-md-3 {
    width: 25%
  }

  .hscol-md-2 {
    width: 16.66666667%
  }

  .hscol-md-1 {
    width: 8.33333333%
  }

  .hscol-md-pull-12 {
    right: 100%
  }

  .hscol-md-pull-11 {
    right: 91.66666667%
  }

  .hscol-md-pull-10 {
    right: 83.33333333%
  }

  .hscol-md-pull-9 {
    right: 75%
  }

  .hscol-md-pull-8 {
    right: 66.66666667%
  }

  .hscol-md-pull-7 {
    right: 58.33333333%
  }

  .hscol-md-pull-6 {
    right: 50%
  }

  .hscol-md-pull-5 {
    right: 41.66666667%
  }

  .hscol-md-pull-4 {
    right: 33.33333333%
  }

  .hscol-md-pull-3 {
    right: 25%
  }

  .hscol-md-pull-2 {
    right: 16.66666667%
  }

  .hscol-md-pull-1 {
    right: 8.33333333%
  }

  .hscol-md-pull-0 {
    right: auto
  }

  .hscol-md-push-12 {
    left: 100%
  }

  .hscol-md-push-11 {
    left: 91.66666667%
  }

  .hscol-md-push-10 {
    left: 83.33333333%
  }

  .hscol-md-push-9 {
    left: 75%
  }

  .hscol-md-push-8 {
    left: 66.66666667%
  }

  .hscol-md-push-7 {
    left: 58.33333333%
  }

  .hscol-md-push-6 {
    left: 50%
  }

  .hscol-md-push-5 {
    left: 41.66666667%
  }

  .hscol-md-push-4 {
    left: 33.33333333%
  }

  .hscol-md-push-3 {
    left: 25%
  }

  .hscol-md-push-2 {
    left: 16.66666667%
  }

  .hscol-md-push-1 {
    left: 8.33333333%
  }

  .hscol-md-push-0 {
    left: auto
  }

  .hscol-md-offset-12 {
    margin-left: 100%
  }

  .hscol-md-offset-11 {
    margin-left: 91.66666667%
  }

  .hscol-md-offset-10 {
    margin-left: 83.33333333%
  }

  .hscol-md-offset-9 {
    margin-left: 75%
  }

  .hscol-md-offset-8 {
    margin-left: 66.66666667%
  }

  .hscol-md-offset-7 {
    margin-left: 58.33333333%
  }

  .hscol-md-offset-6 {
    margin-left: 50%
  }

  .hscol-md-offset-5 {
    margin-left: 41.66666667%
  }

  .hscol-md-offset-4 {
    margin-left: 33.33333333%
  }

  .hscol-md-offset-3 {
    margin-left: 25%
  }

  .hscol-md-offset-2 {
    margin-left: 16.66666667%
  }

  .hscol-md-offset-1 {
    margin-left: 8.33333333%
  }

  .hscol-md-offset-0 {
    margin-left: 0%
  }
}

@media(min-width: 1200px) {
  .hscol-lg-1,
  .hscol-lg-2,
  .hscol-lg-3,
  .hscol-lg-4,
  .hscol-lg-5,
  .hscol-lg-6,
  .hscol-lg-7,
  .hscol-lg-8,
  .hscol-lg-9,
  .hscol-lg-10,
  .hscol-lg-11,
  .hscol-lg-12 {
    float:left
  }

  .hscol-lg-12 {
    width: 100%
  }

  .hscol-lg-11 {
    width: 91.66666667%
  }

  .hscol-lg-10 {
    width: 83.33333333%
  }

  .hscol-lg-9 {
    width: 75%
  }

  .hscol-lg-8 {
    width: 66.66666667%
  }

  .hscol-lg-7 {
    width: 58.33333333%
  }

  .hscol-lg-6 {
    width: 50%
  }

  .hscol-lg-5 {
    width: 41.66666667%
  }

  .hscol-lg-4 {
    width: 33.33333333%
  }

  .hscol-lg-3 {
    width: 25%
  }

  .hscol-lg-2 {
    width: 16.66666667%
  }

  .hscol-lg-1 {
    width: 8.33333333%
  }

  .hscol-lg-pull-12 {
    right: 100%
  }

  .hscol-lg-pull-11 {
    right: 91.66666667%
  }

  .hscol-lg-pull-10 {
    right: 83.33333333%
  }

  .hscol-lg-pull-9 {
    right: 75%
  }

  .hscol-lg-pull-8 {
    right: 66.66666667%
  }

  .hscol-lg-pull-7 {
    right: 58.33333333%
  }

  .hscol-lg-pull-6 {
    right: 50%
  }

  .hscol-lg-pull-5 {
    right: 41.66666667%
  }

  .hscol-lg-pull-4 {
    right: 33.33333333%
  }

  .hscol-lg-pull-3 {
    right: 25%
  }

  .hscol-lg-pull-2 {
    right: 16.66666667%
  }

  .hscol-lg-pull-1 {
    right: 8.33333333%
  }

  .hscol-lg-pull-0 {
    right: auto
  }

  .hscol-lg-push-12 {
    left: 100%
  }

  .hscol-lg-push-11 {
    left: 91.66666667%
  }

  .hscol-lg-push-10 {
    left: 83.33333333%
  }

  .hscol-lg-push-9 {
    left: 75%
  }

  .hscol-lg-push-8 {
    left: 66.66666667%
  }

  .hscol-lg-push-7 {
    left: 58.33333333%
  }

  .hscol-lg-push-6 {
    left: 50%
  }

  .hscol-lg-push-5 {
    left: 41.66666667%
  }

  .hscol-lg-push-4 {
    left: 33.33333333%
  }

  .hscol-lg-push-3 {
    left: 25%
  }

  .hscol-lg-push-2 {
    left: 16.66666667%
  }

  .hscol-lg-push-1 {
    left: 8.33333333%
  }

  .hscol-lg-push-0 {
    left: auto
  }

  .hscol-lg-offset-12 {
    margin-left: 100%
  }

  .hscol-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .hscol-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .hscol-lg-offset-9 {
    margin-left: 75%
  }

  .hscol-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .hscol-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .hscol-lg-offset-6 {
    margin-left: 50%
  }

  .hscol-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .hscol-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .hscol-lg-offset-3 {
    margin-left: 25%
  }

  .hscol-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .hscol-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .hscol-lg-offset-0 {
    margin-left: 0%
  }




}





/********************************************************* Global Css End *******************************************************/



.banner-area .dnd-section {
  padding: 0;
}
.aplctn_dtl_grp1 .dnd-section {
  padding: 0 0 40px;
}
.cstm_brd {
  padding-top: 40px;
  padding-bottom: 10px;
}
.cstm_brd .page-center {
  padding: 0 30px;
}
.cstm_brd ul li {
  padding: 0;
  float: none;
  font-size: 15px;
  display: inline-block;
}
.cstm_brd ul li:after {
  content: "";
  background: url(https://9102466.fs1.hubspotusercontent-na1.net/hubfs/9102466/raw_assets/public/2GEnergy_March2022/images/bread_arrow.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 10px;
}
.cstm_brd ul li:last-child:after {
  content: none;
}
.cstm_brd span.hs-breadcrumb-menu-divider {
  display: none;
}
.cstm_col .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cstm_col .row-fluid .span1,
.cstm_col .row-fluid .span2,
.cstm_col .row-fluid .span3,
.cstm_col .row-fluid .span4,
.cstm_col .row-fluid .span5,
.cstm_col .row-fluid .span6,
.cstm_col .row-fluid .span7,
.cstm_col .row-fluid .span8,
.cstm_col .row-fluid .span9,
.cstm_col .row-fluid .span10,
.cstm_col .row-fluid .span11,
.cstm_col .row-fluid .span12.dnd-column {
  margin-left: 0;
  padding: 0 30px;
  width: 100%;
}
.aplctn_dtl_pg .dnd-section .dnd-module,
.aplctn_pg .dnd-section .dnd-module,
.cstm_col .dnd-section .dnd-module {
  padding-bottom: 0;
}
.aplctn_dtl_grp1 .widget-type-linked_image {
  margin-bottom: 15px;
  line-height: 1.6;
}
img {
  vertical-align: middle;
}
.company-grp .widget-type-rich_text [data-text="lead"] {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.company-grp .widget-type-header h3 {
  font-weight: normal;
  font-style: italic;
  font-size: 27px;
  text-transform: none;
  line-height: 1.3;
}
.company-grp .widget-type-rich_text ul,
.product-grp .widget-type-rich_text ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.company-grp .widget-type-rich_text ul li,
.product-grp .widget-type-rich_text ul li {
  margin: 20px 0 0 0;
  min-height: 25px;
  padding: 0 0 0 35px;
  display: block;
  background: url(https://9102466.fs1.hubspotusercontent-na1.net/hubfs/9102466/raw_assets/public/2GEnergy_March2022/images/circle-arrow.png) top left no-repeat;
}
.company-grp .widget-type-linked_image img {
  width: 100%;
  height: auto;
}
.mission-statement-grp .widget-type-rich_text img {
  height: auto;
  width: 100%;
}
.product-pg .hsban_wrapper {
  min-height: 390px;
}
.brochures_grp .widget-type-linked_image {
  margin-bottom: 15px;
}
.search_grp .hs-search-results__listing {
  margin-bottom: 48px;
}
.aplctn_dtl_pg.cstm_col .row-fluid .span5 .widget-type-rich_text p img {
  width: auto;
  height: auto;
}






@media (max-width: 960px) {
  .company-grp .widget-type-header h3 {
    font-size: 20px;
  }

}

@media (max-width: 767px) {
  .cstm_brd {
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }


}

@media (max-width: 400px) {
  .mission-statement-grp .widget-type-rich_text h2,
  .product-grp .widget-type-rich_text h2 {
    font-size: 40px;
  }
  .mission-statement-grp .widget-type-rich_text h1 {
    font-size: 48px;
  }

}

@media (min-width: 768px) {
  .company-grp .widget-type-rich_text [data-text="lead"] {
    font-size: 24px;
  }


}

@media (min-width: 992px) {
  .cstm_col .dnd-section .span11 {
    width: 91.66666667%
  }

  .cstm_col .dnd-section .span10 {
    width: 83.33333333%
  }

  .cstm_col .dnd-section .span9 {
    width: 75%
  }

  .cstm_col .dnd-section .span8 {
    width: 66.66666667%
  }

  .cstm_col .dnd-section .span7 {
    width: 58.33333333%
  }

  .cstm_col .dnd-section .span6 {
    width: 50%
  }

  .cstm_col .dnd-section .span5 {
    width: 41.66666667%
  }

  .cstm_col .dnd-section .span4 {
    width: 33.33333333%
  }

  .cstm_col .dnd-section .span3 {
    width: 25%
  }

  .cstm_col .dnd-section .span2 {
    width: 16.66666667%
  }

  .cstm_col .dnd-section .span1 {
    width: 8.33333333%
  }


}




/********************************************************* Home Page *******************************************************/
.home-section1 .widget-type-header h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 60px;
  text-transform: none;
  letter-spacing: -.05em;
  margin: 90px 0 15px 0;
}
.home-section1 .widget-type-header h4 {
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  line-height: 1.3;
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 0;
}
.home-section1 .dnd-section > .row-fluid {
  padding: 0;
}
.home-section1 .widget-type-rich_text hr {
  clear: both;
  margin-bottom: 60px;
  border-color: transparent;
}
.home-section1 .span3.dnd-column {
  display: inline-block;
  float: left;
  margin: 0;
  width: 25%;
  margin-right: -10px;
  text-align: center;
}
.home-section1 .span3.dnd-column p {
  padding: 0 20px;
}
.text-center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.projects-wrapper #dropFuelType:before {
  background: url(https://9102466.fs1.hubspotusercontent-na1.net/hubfs/9102466/raw_assets/public/2GEnergy_March2022/images/fuel.svg) no-repeat center;
}
.projects-wrapper #dropApplication:before {
  background: url(https://9102466.fs1.hubspotusercontent-na1.net/hubfs/9102466/raw_assets/public/2GEnergy_March2022/images/gear.svg) no-repeat center;
}
.projects-wrapper #dropKwRange:before {
  background: url(https://9102466.fs1.hubspotusercontent-na1.net/hubfs/9102466/raw_assets/public/2GEnergy_March2022/images/lightbulb.svg) no-repeat center;
}
.projects-wrapper .projectImage:before {
  background-image: url(https://9102466.fs1.hubspotusercontent-na1.net/hubfs/9102466/raw_assets/public/2GEnergy_March2022/images/project_bg.svg);
  background-image: -webkit-linear-gradient(top,transparent 0%,#2f2f2f 100%);
  background-image: -moz-linear-gradient(top,transparent 0%,#2f2f2f 100%);
  background-image: -o-linear-gradient(top,transparent 0%,#2f2f2f 100%);
  background-image: linear-gradient(to bottom,transparent 0%,#2f2f2f 100%);
}
.projects-wrapper .location:before {
  background: url(https://9102466.fs1.hubspotusercontent-na1.net/hubfs/9102466/raw_assets/public/2GEnergy_March2022/images/location_w.png);
}
.projects-wrapper .previousProject:before {
  content: "";
  background: url(https://9102466.fs1.hubspotusercontent-na1.net/hubfs/9102466/raw_assets/public/2GEnergy_March2022/images/prev.png) no-repeat center;
}
.projects-wrapper .nextProject:before {
  content: "";
  background: url(https://9102466.fs1.hubspotusercontent-na1.net/hubfs/9102466/raw_assets/public/2GEnergy_March2022/images/next.png) no-repeat center;
}

@media (max-width: 960px){
  .home-section1 .widget-type-header h2 {
    font-size: 30px;
  }
  .home-section1 .widget-type-header h4 {
    font-size: 20px;
  }




}



@media(max-width: 767px){
  .home-page .dnd-section .dnd-module {
    padding-bottom: 0;
  }
  .project-page .dnd-section .dnd-module {
    padding-bottom: 0;
  }
  .body-container--landing-page h1 {
    font-size: 54px;
  }

}



@media (max-width: 710px){
  .home-section1 .span3.dnd-column {
    width: 50%;
    margin-bottom: 30px;
  }


}



/********************************************************* Home Page End *******************************************************/