*, *: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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}



.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}



@media (max-width: 767px) {

}


.custom-layout .dnd-section {
  margin:0 -17px;
  padding:0;
}

.custom-layout .dnd-section>.row-fluid>* {
  padding: 15px 17px;
}

.custom-layout h1, .custom-layout h2, .custom-layout h3,
.custom-layout h4, .custom-layout h5, .custom-layout h6 {
  margin: 0 0 0.75em;
  text-rendering: optimizeLegibility;
}

.custom-layout h4 {
  font-family: myriad-pro;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0px;
  word-break: normal;
}

.custom-layout h5 {
  font-family: myriad-pro;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
}

.custom-layout h6 {
  font-family: myriad-pro;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .5px;
  margin: 0.75em 0;
}

.custom-layout p {
  font-size: inherit;
  margin: 0 0 1em;
}

.custom-layout p:last-of-type {
  margin-bottom: 0px;
}

.custom-layout hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  color: #dedede;
  background-color: #dedede;
}

.custom-layout ul {
  padding: 0 0 0 40px;
  margin: 1em 0;
}




.custom-layout .hs-button {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 21px 34px;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  transition: .1s opacity linear;
  white-space: normal;

}

.custom-layout .hs-button:hover {
  background-color: #272727;
  border-color: #272727;
  transition: .1s opacity linear;
  opacity: 0.8;
}



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


.home-page .home-row1 .span6 {
  width: 50%;
  margin:0;
}

.home-page .home-row1 p:last-of-type {
  margin:0;
}

.home-page .home-row1 p a,
.home-page .home-row3 p a {
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

.home-page .home-row2 h4 {
  margin:0;
}

.home-page .home-row2 .dnd-section:nth-child(2)>.row-fluid>.span12 {
  padding: 0;
}

.home-page .home-row3 .span6 {
  width: 50%;
  margin:0;
}

.home-page .home-row3 p:last-of-type {
  margin:0;
}



.home-page .hs_cos_wrapper_type_linked_image>a {
  display: flex;
}
.full-width-page blockquote p{

  margin-left: 3px!important;
}

.full-width-page .dnd-section>.row-fluid>.span7 {
    width: 58.3333%;
    float: left;
}
.full-width-page .dnd-section>.row-fluid>.span5 {
    width: 41.6667%;
    float: left;
}
@media screen and (min-width: 641px) and (max-width: 769px) {
  .widget_1644302147775-flexbox-positioning > div {
    max-width: 100%;
    flex-shrink: 0 !important;
    width: 85.7143%;
  }
  .full-width-page blockquote p{

    text-align:center;
  }
  .full-width-page blockquote p {
    margin-left: 0px !important;
    text-align: center;
  }
  .full-width-page #hs_cos_wrapper_widget_1643974764372 {

    padding-left: 0px !important;
    padding-right: 0px !important;

  }
}




@media (max-width: 767px) {

  .home-page .home-row1 .span6,
  .home-page .home-row3 .span6 {
    width: 100%;
    margin: 0;
  }

  .home-page .content-with-img .with-img{
    margin-left: 0;
  }



}


/*************** Solutions Overview Page **************/

.custom-layout p {
  font-size: inherit;
  margin: 0 0 1em;
}

.full-width-page .dnd-section>.row-fluid>* {
  margin:0;
  float: left;
}

.full-width-page .dnd-section>.row-fluid>.span1 {
  width: 8.3333%;
}

.full-width-page .dnd-section>.row-fluid>.span2 {
  width: 16.6667%;
}

.full-width-page .dnd-section>.row-fluid>.span3 {
  width: 25%;
}

.full-width-page .dnd-section>.row-fluid>.span4 {
  width: 33.3333%;
}

.full-width-page .dnd-section>.row-fluid>.span5 {
  width: 41.6667%;
}

.full-width-page .dnd-section>.row-fluid>.span6 {
  width: 50%;
}

.full-width-page .dnd-section>.row-fluid>.span7 {
  width: 58.3333%;
}

.full-width-page .dnd-section>.row-fluid>.span8 {
  width: 66.6667%;
}

.full-width-page .dnd-section>.row-fluid>.span9 {
  width: 75%;
}

.full-width-page .dnd-section>.row-fluid>.span10 {
  width: 83.3333%;
}

.full-width-page .dnd-section>.row-fluid>.span11 {
  width: 91.6667%;
}

.full-width-page .dnd-section>.row-fluid>.span12 {
  width: 100%;
}

.full-width-row1 .hs_cos_wrapper_type_linked_image {
  display: flex;
}

.full-width-row2 .hs_cos_wrapper_type_linked_image>a {
  display: flex;
}

.custom-layout.full-width-page ul li p {
  margin: 0.5em 0;
}





@media (max-width: 767px) {

  .full-width-page .dnd-section>.row-fluid>.span1,
  .full-width-page .dnd-section>.row-fluid>.span2,
  .full-width-page .dnd-section>.row-fluid>.span3,
  .full-width-page .dnd-section>.row-fluid>.span4,
  .full-width-page .dnd-section>.row-fluid>.span5,
  .full-width-page .dnd-section>.row-fluid>.span6,
  .full-width-page .dnd-section>.row-fluid>.span7,
  .full-width-page .dnd-section>.row-fluid>.span8,
  .full-width-page .dnd-section>.row-fluid>.span9,
  .full-width-page .dnd-section>.row-fluid>.span10,
  .full-width-page .dnd-section>.row-fluid>.span11,
  .full-width-page .dnd-section>.row-fluid>.span12 {
    width: 100%;
  }

}


/*************** Quick signals Page **************/

.full-width-page figure {
  margin: auto;
}

.full-width-page .span4>.row-number-8,
.full-width-page .span7>.row-number-5 {
  margin: 0 -17px;
}

.full-width-page .span4 .span9 {
  width: 75%;
  margin: 0;
  float: left;
}



.full-width-page .span4 .span3 {
  width: 25%;
  margin: 0;
  float: left;
}

.full-width-page .span7 .span10 {
  width: 85.7143%;
  margin: 0;
  float: left;
}

.full-width-page .span7 .span2 {
  width: 14.2857%;
  margin: 0;
  float: left;
}



@media (max-width: 640px) {

  .full-width-page .span4 .span9,
  .full-width-page .span4 .span3,
  .full-width-page .span7 .span10,
  .full-width-page .span7 .span2 {
    width: 100%;
    margin: 0;
    float: none;
  }

}


/*************** Data signals 20 Page **************/

@media (max-width: 640px) {

  .full-width-page .content-with-img img {
    max-width: 100%;
  }

}



/*************** Live power overview Page **************/

.custom-layout .span8 .span4 {
  width: 37.5%;
  margin:0;
  float: left;
}

.custom-layout .span8 .span6 {
  width: 50%;
  margin:0;
  float: left;
}

.custom-layout .span8 .span2 {
  width: 12.5%;
  margin:0;
  float: left;
}

.custom-layout .oembed_container {
  margin: 0 auto;
  display: block;
}

@media (max-width: 640px) {

  .custom-layout .span8 .span2,
  .custom-layout .span8 .span6,
  .custom-layout .span8 .span4 {
    width: 100%;
    margin:0;
    float: none;
  }

}











/* Menu and simple menu */


/* About Us */

.about-page .dnd-section{
  padding:0px;


}

.about-page .about-row1 .dnd-section>.row-fluid .dnd-row{
  padding-top: 0px;
  padding-bottom: 0px;

}
.about-page .dnd-section {
  padding: 0px;
  margin-left: -17px;
  margin-right: -17px;
}
.about-page .about-row1 .span8 {
  width: 66.6667%;
  min-height: 0;
  float: left;
  padding-top: 0px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 15px;
}
.about-page .about-row2  .dnd-section .dnd-column {
  padding: 0;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.about-page .about-row1 .span4 {
  width: 33.3333%;
  min-height: 0;
  margin: 0px;
  display: block !important;
  float: left;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 17px;
  padding-right: 17px;
}
.about-page h1{

  margin: 0.75em 0;
  text-rendering: optimizeLegibility;
  font-family: myriad-pro;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-top: 0;
  white-space: pre-wrap;

}
.about-page .about-row1 .span4  img{
  width: 100%;

}



.about-page .about-row2 h2{


  color: #666;
  margin: 0.75em 0;
  text-rendering: optimizeLegibility;
  font-family: myriad-pro;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .5px;
  margin-top: 0;
}
.about-page .about-row1 h3,
.about-page .about-row2 h3{

  margin: 0.75em 0;
  text-rendering: optimizeLegibility;
  font-family: myriad-pro;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  white-space: pre-wrap;
}
.about-page  hr {
  border: 0;
  height: 1px;
  color: #dedede;
  background-color: #dedede;
}
.about-page .about-row1 .dnd-section>.row-fluid .span4 .dnd-row{
  padding-top: 60px;
  padding-bottom: 15px;

}
.about-page .about-row1 a{
  color: #00afcb;
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  word-wrap: break-word;

}
.about-page p{


  color: #525252;
  text-decoration: none;
  margin: 0 0 1em;
  font-family: proxima-nova;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  word-wrap: break-word;
  white-space: pre-wrap;
}

/* Contact Us */

.contact-page .contact-row1 h3{


  color: #454545;
  margin: 0.75em 0;
  text-rendering: optimizeLegibility;
  font-family: myriad-pro;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  margin-top: 0;
  white-space: pre-wrap;
}
.contact-page .contact-row1 p{

  color: #525252;
  font-family: proxima-nova;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-transform: none;
  text-decoration: none;
  margin: 0 0 1em;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.contact-page .contact-row1 p a{


  line-height: 1.5em;
  text-transform: none;
  white-space: pre-wrap;
  color: #00afcb;
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.contact-page  .dnd-section {
  padding: 0px 0px;
  padding: 0px 0px;
  margin-left: -17px;
  margin-right: -17px;
}
.contact-page  .dnd-section .dnd-column {
  padding: 0px 0px;
}
.contact-page .contact-row1 .row-number-2 {

  position: relative;
  height: auto;
  padding-bottom: 15px;
  padding-left: 17px;
  padding-right: 17px;
}
.contact-page .contact-row1 .row-number-2 h1{

  color: #454545;  
  white-space: pre-wrap;
  margin: 0.75em 0;
  text-rendering: optimizeLegibility;
  font-family: myriad-pro;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-top: 0;
}
.contact-page .contact-row1 .row-number-2 p{

  color: #525252;
  font-family: proxima-nova;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-transform: none;
  text-decoration: none;
  margin: 0 0 1em;
  word-wrap: break-word;
  margin-bottom: 0;
  white-space: pre-wrap;
}


.contact-page .contact-row1 .span7 {
  float: left;
  width: 58.3333%;
  min-height: 0px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 15px;
  padding-bottom: 15px;

}

.contact-page .contact-row1 .span5 {
  float: left;
  padding-right: 0;
  width: 41.6667%;
  margin:0px;
  min-height:0px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 15px;
  padding-bottom: 15px;


}

.contact-page iframe {
  height: 562px!important;
}
.contact-page .contact-row1 p a:hover{
  color: #ff7e14;

}

.full-width-page h3{


  color: #454545;
  margin: 0.75em 0;
  text-rendering: optimizeLegibility;
  font-family: myriad-pro;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  white-space: pre-wrap;
}
.full-width-page p a{

  line-height: 1.5em;
  font-size: 15px;
  white-space: pre-wrap;
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.full-width-page ul[data-rte-list] ul[data-rte-list="default"] li p:first-child::before {
  content: "\25CB";
}

.full-width-page ul[data-rte-list] li p:first-child::before {
  padding-right: 10px;
  content: "\2022";
  white-space: pre
}
.full-width-page ul[data-rte-list] li p:first-child::before, 
.full-width-page ol[data-rte-list] li p:first-child::before {
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
.full-width-page ul li{
  word-wrap: break-word;


}
.full-width-page ul p {
  margin: 0 0 1em;
  font-family: proxima-nova;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.full-width-page ul{


  padding: 0 0 0 40px;
  margin: 1em 0;
  font-family: proxima-nova;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  word-wrap: break-word;
  list-style-type: none;
}
.full-width-page h2{

  color: #666;
  margin: 0.75em 0;
  text-rendering: optimizeLegibility;
  font-family: myriad-pro;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .5px;
  white-space: pre-wrap;
}
.full-width-page  a{

  line-height: 1.5em;
  font-size: 15px;
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;  

}



.full-width-page .row-fluid .span5{
  float: left;
  width: 41.6667%;
  display:block!important;
  min-height:0px;
}

.full-width-page .row-fluid .span7{
  float: left;
  width: 58.3333%;
  margin:0px;
  min-height:0px;
  display:block!important;
} 
.full-width-page img{

  width: 100%;
}
.full-width-page blockquote{

  color: #f58026;  
  text-rendering: optimizeLegibility;
  border: 1px solid #525252;
  margin: 1em 0;
  font-family: calluna;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 2em;
  text-transform: none;
  text-decoration: none;
  width: 90% ;
  border-color: #ef420d ;
  border-width: 0px 0px 0px 0px ;
  padding: 0px 0px 0px 0px ;
  border-style: none ;
  margin-top: 0;
  margin-bottom: 0;
}



.full-width-page .full-width-row1 .span6 {


  width: 50%;
}
.full-width-page .full-width-row1 .span6:last-child {
  width: 50%;
  float: right;
  margin:0px;
  padding-bottom:10px;
}

.full-width-page .full-width-row1 .row-number-3  .span4{



  width: 33.3333%;
  float: left;
  margin-right: 17px;

}
.full-width-page .full-width-row1 .row-number-3  .span8:last-child{
  clear: none;
  width: unset;
  float: none;

}




.full-width-page .full-width-row1 .row-number-4 .span6,
.full-width-page .full-width-row2 .row-number-4 .span6{
  width: 50%;
  float: left;
  margin:0px;

}
.thankyou-page  .dnd-section {
  margin: 0 -17px;
  padding: 0;
}


.thankyou-page  .dnd-section>.row-fluid {
  padding: 15px 17px;
}
.thankyou-page .row-number-1  span.hs-horizontal-spacer {
  margin: 1em 0;
  padding: 0;
  display: block;
  color: #dedede;
  background-color: #dedede;
  border: 0 !important;
  height: 1px;
}
.thankyou-page .row-number-4 {
  padding: 15px;
  text-align: center;
  padding-top: 24px;

}
.thankyou-page .row-number-5{
  padding: 15px;
  padding-bottom: 50px;

}
.thankyou-page .row-number-4 h1{
  margin: 0.75em 0;
  text-rendering: optimizeLegibility;
  color: #454545;
  font-family: myriad-pro;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0px;
  margin-top: 0;
  text-align: center;
  white-space: pre-wrap;
  margin-left: -5px;

}
.thankyou-page .thankyou-row2 .dnd-section>.row-fluid{

  padding-bottom: 0px;
}
.thankyou-page .hs-button {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  line-height: normal;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  padding: 21px 34px;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;

}
.thankyou-page  img{

  width: 100%;
}


.thankyou-page .hs-button:hover,
.thankyou-page .hs-button:focus{

  opacity: .8;
} 
.thankyou-page .row-number-4 h3{

  color: #454545;
  margin: 0.75em 0;
  text-rendering: optimizeLegibility;
  font-family: myriad-pro;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  margin-bottom: 0;
  text-align: center;
  white-space: pre-wrap;
}
.thankyou-page .row-number-2 >.row-fluid >.span12 {
  width: 80%;
  margin: 0 auto;
  padding-left: 7.32%;
  padding-right: 7.32%;
}
.thankyou-page .thankyou-row .row-number-1.dnd-section>.row-fluid{

  padding-bottom: 15px;
  padding-top: 0px;
}

.full-width-page .full-width-row1 .row-number-3  .span6:last-child{

  width: 100%;
  float: none;
  margin: 0px;
  padding-bottom: 15px; 

}

.full-width-page .full-width-row1 .row-number-3  .span6{
  float: left;
  margin-right: 17px;
  width: 50%;

}
.full-width-page .dnd-section>.row-fluid>.span8{

  display: block!important;
  float: left;
}
.full-width-page .dnd-section>.row-fluid>.span4 {
  width: 33.3333%;
  float: left;
}
.full-width-page .full-width-row1 .dnd-section>.row-fluid>.span4{
  margin-right: 0px;  


}
.full-width-page .dnd-section>.row-fluid>.span4 {

  display: block!important;
}

.full-width-page h2 a{
  line-height: 1.2em;
  padding-right: 11px;
  letter-spacing: .5px;
  font-size: 16px;


}
.full-width-page .dnd-section>.row-fluid>.span9 {
  width: 75%;
  float: left;
}
.full-width-page .dnd-section>.row-fluid>.span3 {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 768px){


  .contact-page iframe {
    height: 417px!important;
  }
}
@media only screen and (max-width: 767px){

  .about-page .about-row1 .span8 {
    width: 100%;
    min-height: 0;
    float: none;
    padding-top: 15px;
  }
  .about-page .about-row1 .span4 {
    width: 100%;
    min-height: 0;
    margin: 0px;
    display: block !important;
    float: none;
  }
  .about-page .about-row1 .dnd-section>.row-fluid .span4 .dnd-row {
    padding-top:0px;
    padding-bottom: 0px;
    margin: auto;
    max-width: 380px;
  }
  .about-page .about-row1 .dnd-section>.row-fluid .dnd-row {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-top:0px;
  }

  .contact-page .contact-row1 .span7 {
    width: 100%;
    min-height: 0;
    float: none;

  }

  .contact-page .contact-row1 .span5 {
    width: 100%;
    min-height: 0;
    float: none;

  }
  .contact-page .contact-row1 .row-number-2{
    padding-top: 15px;  
  }
  .contact-page iframe {
    height: 546px!important;
  }

  .contact-page .contact-row1 .span5{
    padding-bottom: 0px;

  }
  .about-page .about-row1 .span4{

    padding-bottom: 10px;
    padding-top: 0px;
  }

  .full-width-page .row-fluid .span5{
    float: none ;
    width: auto ;
    display:block!important;
    min-height:0px;
  }

  .full-width-page .row-fluid .span7{
    float: none ;
    width: auto ;
    margin:0px;
    min-height:0px;
    display:block!important;
  } 
  .full-width-page blockquote{

    text-align: center;
  }




  .full-width-page .full-width-row1 .span6 {
    width: 100%;
  }
  .full-width-page .full-width-row1 .span6:last-child {
    width: 100%;
    float: none;
    margin: 0px;
    margin-left: 17px;
    padding-bottom: 9px;
  }
  .full-width-page .full-width-row1 .row-number-3 .span4{

    margin-right: 17px;
    float: none ;
    width: auto ;
    padding-bottom: 8px;
  }
  .full-width-page .full-width-row2 .row-number-4 .span6 {
    float: none ;
    width: auto ;
  }
  .full-width-page .full-width-row1 .row-number-1 .span6:last-child {
    width: 100%;
    float: none;
    margin: 0px;
    padding: 0px;
  }

  .full-width-page .full-width-row1 .row-number-4 .span6,
  .full-width-page .full-width-row1 .row-number-4 .span6:last-child,
  .full-width-page .full-width-row2 .row-number-4 .span6,
  .full-width-page .full-width-row2 .row-number-4 .span6:last-child{
    width: 100%;
    float: left;
    margin: 0px ;
  }
  .full-width-page .full-width-row1 .row-number-4 .span6:last-child{
    padding-top: 8px;

  }

  .thankyou-page .thankyou-row .row-number-1.dnd-section>.row-fluid {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .thankyou-page .row-number-2>.row-fluid>.span12 {
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0%;
  }
  .thankyou-page .row-number-5 {
    padding: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .thankyou-page .thankyou-row2 .dnd-section>.row-fluid {
    padding-bottom: 15px;
  }
  .full-width-page .full-width-row1 .row-number-3 .span6 {
    float: none;
    margin-right: 0px;
    width: 100%;
    padding-left: 0px;
  }
  .full-width-page .full-width-row1 .row-number-3 .span6:last-child {
    width: 100%;
    float: none;
    margin: 0px;
    padding-bottom: 15px;
    padding-top: 9px;
    padding-left: 15px;
  }
  .full-width-page .row-fluid .span7{

    padding-top: 0px;
  }
  .contact-page .contact-row1 .span7 {

    padding-bottom: 8px!important;
  }
  .about-page .about-row1 .span4{

    padding-top: 15px;
  }
  .thankyou-page .row-number-4 h1{
    margin-left: 0px;
  }
  .thankyou-page .row-number-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .full-width-page blockquote{

    text-align:center;
  }

  .full-width-page .dnd-section>.row-fluid>.span8{

    display: block!important;
    float: none;
  }
  .full-width-page .dnd-section>.row-fluid>.span4 {
    width: 100%;
    float: none;
  }
  .full-width-page .dnd-section>.row-fluid>.span9 {
    width: 100%;
    float: none;
  }
  .full-width-page .dnd-section>.row-fluid>.span3 {
    width: 100%;
    float: none;
  }  
  .full-width-page .dnd-section>.row-fluid>.span7 {
    width:100%;
    float: none;
}
.full-width-page .dnd-section>.row-fluid>.span5 {
    width: 100%;
    float: none;
}
  
}

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

  .contact-page iframe {
    height: 280px !important;
  }


}
@font-face {
 font-family:proxima-nova;
 src:url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?subset_id=2&fvd=n4&v=3) format("woff2"),
 url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?subset_id=2&fvd=n4&v=3) format("woff"),
 url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?subset_id=2&fvd=n4&v=3) format("opentype");
 font-weight:400;
 font-style:normal;
 font-display:auto;
}
@font-face {
 font-family:proxima-nova;
 src:url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?subset_id=2&fvd=n7&v=3) format("woff2"),
 url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?subset_id=2&fvd=n7&v=3) format("woff"),
 url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
 font-display:auto;
}
@font-face {
 font-family:proxima-nova;
 src:url(https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?subset_id=2&fvd=i4&v=3) format("woff2"),
 url(https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?subset_id=2&fvd=i4&v=3) format("woff"),
 url(https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?subset_id=2&fvd=i4&v=3) format("opentype");
 font-weight:400;
 font-style:italic;
 font-display:auto;
}
@font-face {
 font-family:proxima-nova;
 src:url(https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?subset_id=2&fvd=i7&v=3) format("woff2"),
 url(https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?subset_id=2&fvd=i7&v=3) format("woff"),
 url(https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?subset_id=2&fvd=i7&v=3) format("opentype");
 font-weight:700;
 font-style:italic;
 font-display:auto;
}
@font-face {
 font-family:calluna;
 src:url(https://use.typekit.net/af/fb816c/00000000000000000001486a/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),
 url(https://use.typekit.net/af/fb816c/00000000000000000001486a/27/d?subset_id=2&fvd=i4&v=3) format("woff"),
 url(https://use.typekit.net/af/fb816c/00000000000000000001486a/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
 font-weight:400;
 font-style:italic;
 font-display:auto;
}
@font-face {
 font-family:futura-pt;
 src:url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
 url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
 url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
 font-weight:400;
 font-style:normal;
 font-display:auto;
}
@font-face {
 font-family:futura-pt;
 src:url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
 url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
 url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
 font-display:auto;
}
@font-face {
 font-family:myriad-pro;
 src:url(https://use.typekit.net/af/cafa63/00000000000000000001709a/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
 url(https://use.typekit.net/af/cafa63/00000000000000000001709a/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
 url(https://use.typekit.net/af/cafa63/00000000000000000001709a/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
 font-weight:400;
 font-style:normal;
 font-display:auto;
}
@font-face {
 font-family:myriad-pro;
 src:url(https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
 url(https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
 url(https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
 font-display:auto;
}
@font-face {
 font-family:myriad-pro;
 src:url(https://use.typekit.net/af/d32e26/00000000000000000001709b/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),
 url(https://use.typekit.net/af/d32e26/00000000000000000001709b/27/d?subset_id=2&fvd=i4&v=3) format("woff"),
 url(https://use.typekit.net/af/d32e26/00000000000000000001709b/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
 font-weight:400;
 font-style:italic;
 font-display:auto;
}
@font-face {
 font-family:myriad-pro;
 src:url(https://use.typekit.net/af/2e2357/00000000000000000001709f/27/l?subset_id=2&fvd=i7&v=3) format("woff2"),
 url(https://use.typekit.net/af/2e2357/00000000000000000001709f/27/d?subset_id=2&fvd=i7&v=3) format("woff"),
 url(https://use.typekit.net/af/2e2357/00000000000000000001709f/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
 font-weight:700;
 font-style:italic;
 font-display:auto;
}
@font-face { 
  font-family: "extra-icon-font"; 
  src: url("https://20863094.fs1.hubspotusercontent-na1.net/hubfs/20863094/raw_assets/public/YesEnergy_January2022/fonts/social-icon-font.eot") format("embedded-opentype"),  
    url("https://20863094.fs1.hubspotusercontent-na1.net/hubfs/20863094/raw_assets/public/YesEnergy_January2022/fonts/social-icon-font.woff") format("woff"), 
      url("https://20863094.fs1.hubspotusercontent-na1.net/hubfs/20863094/raw_assets/public/YesEnergy_January2022/fonts/social-icon-font.ttf") format("truetype"); 
        font-style: normal; 
        font-weight: normal;
        }

@font-face {
  font-family:proxima-nova;
  src:url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?subset_id=2&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?subset_id=2&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:auto;
}
@font-face {
  font-family:proxima-nova;
  src:url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?subset_id=2&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?subset_id=2&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
  font-display:auto;
}
@font-face {
  font-family:proxima-nova;
  src:url(https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?subset_id=2&fvd=i4&v=3) format("woff2"),
    url(https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?subset_id=2&fvd=i4&v=3) format("woff"),
    url(https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?subset_id=2&fvd=i4&v=3) format("opentype");
  font-weight:400;
  font-style:italic;
  font-display:auto;
}
@font-face {
  font-family:proxima-nova;
  src:url(https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?subset_id=2&fvd=i7&v=3) format("woff2"),
    url(https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?subset_id=2&fvd=i7&v=3) format("woff"),
    url(https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?subset_id=2&fvd=i7&v=3) format("opentype");
  font-weight:700;
  font-style:italic;
  font-display:auto;
}
@font-face {
  font-family:calluna;
  src:url(https://use.typekit.net/af/fb816c/00000000000000000001486a/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),
    url(https://use.typekit.net/af/fb816c/00000000000000000001486a/27/d?subset_id=2&fvd=i4&v=3) format("woff"),
    url(https://use.typekit.net/af/fb816c/00000000000000000001486a/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
  font-weight:400;
  font-style:italic;
  font-display:auto;
}
@font-face {
  font-family:futura-pt;
  src:url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:auto;
}
@font-face {
  font-family:futura-pt;
  src:url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
  font-display:auto;
}
@font-face {
  font-family:myriad-pro;
  src:url(https://use.typekit.net/af/cafa63/00000000000000000001709a/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/cafa63/00000000000000000001709a/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.net/af/cafa63/00000000000000000001709a/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:auto;
}
@font-face {
  font-family:myriad-pro;
  src:url(https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
  font-display:auto;
}
@font-face {
  font-family:myriad-pro;
  src:url(https://use.typekit.net/af/d32e26/00000000000000000001709b/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),
    url(https://use.typekit.net/af/d32e26/00000000000000000001709b/27/d?subset_id=2&fvd=i4&v=3) format("woff"),
    url(https://use.typekit.net/af/d32e26/00000000000000000001709b/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
  font-weight:400;
  font-style:italic;
  font-display:auto;
}
@font-face {
  font-family:myriad-pro;
  src:url(https://use.typekit.net/af/2e2357/00000000000000000001709f/27/l?subset_id=2&fvd=i7&v=3) format("woff2"),
    url(https://use.typekit.net/af/2e2357/00000000000000000001709f/27/d?subset_id=2&fvd=i7&v=3) format("woff"),
    url(https://use.typekit.net/af/2e2357/00000000000000000001709f/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
  font-weight:700;
  font-style:italic;
  font-display:auto;
}



body {
  line-height: 1.5em;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
html{
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 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 {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
body {
  background-color: white;
}
.body-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  position: relative;
}
@media(max-width:640px){
  .body-wrapper {
    padding: 30px;
}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
/*   display: flex; */
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  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 {
  margin-bottom: 1.4rem;
}
#hsForm_66240003-6828-48c9-ae68-e0d72fc23b46_1953 .hs-form-field{
  margin-bottom:14px;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;

}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* 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 {
  border: 1px solid #aaa;
  opacity: .7;
  transition: opacity .2s ease-out;
  transition: background-image .2s ease-out;
  padding: 12px 12px 12px 45px;
  background: no-repeat 15px 50%;
  width: 100%;
  min-height: 20px;
  display: block;
  box-sizing: border-box;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* 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;
}
.form-title{
  

  padding-top:20px
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
.hs-error-msgs label {
  color: #EF6B51;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top: 10px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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 {
  display: block;
  font-family: proxima-nova;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 30px;
}
.header-logo {
  float: left;
}
.header-logo .logo {
  line-height: 0;
  margin: 0;
  display: inline-block;
  height: 55px;
  width: 100%;
}
.header-logo .logo a {
  color: #00afcb;
  text-decoration: none;
}
.header-logo .logo img {
  max-height: 100%;
  max-width: 200px;
  width: 100% !important;
  vertical-align: middle;
}
.tagline {
  display: none;
  margin-top: 20px;
}
.topNav {
  float: right;
  z-index: 101;
  width: auto;
}
.topNav nav.navigation-primary {
  float: left;
  display: block;
}
.topNav ul.submenu.level-1 {
  font-family: proxima-nova;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-transform: none;
  text-decoration: none;
  padding: 0;
  list-style: none;
  list-style-image: none;
  margin: 0;

}
.topNav ul.submenu.level-1>li>a {
  display: inline;
  padding: 7.5px 15px;
  font-family: myriad-pro;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 3.8em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #b7b3a9;
}
.topNav ul.submenu.level-1>li>a:active, .topNav ul.submenu.level-1>li>a:hover {
  color: #5b5c3c;
}
.topNav ul.submenu.level-1>li input {
  display: none;
}
ul.submenu.level-2 {
  box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
  display: block;
  width: auto;
  padding: 15px 0;
  border: 1px solid #dedede;
  background-color: #f9f9f9;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-family: proxima-nova;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-transform: none;
  text-decoration: none;
  z-index:99;
}
ul.submenu.level-2 {
  position: absolute;
  top: -9999px;
  -o-transition: all 0s .2s ease;
  -moz-transition: all 0s .2s ease;
  -webkit-transition: all 0s .2s ease;
  transition: all 0s .2s ease;
}
.topNav ul.submenu.level-1 li.has-submenu:hover ul.submenu.level-2, .topNav ul.submenu.level-1 li.has-submenu:active ul.submenu.level-2, .topNav ul.submenu.level-1 li.has-submenu:focus ul.submenu.level-2 {
  top: 98%;
  z-index: 1000;
  min-width: 100%;
}
.topNav ul.submenu.level-1>li {
  float: left;
  position: relative;
  text-align: left;
  width: auto;
}
.topNav ul.submenu.level-1 >li.has-submenu {
  -o-transition: padding 0s .2s ease;
  -moz-transition: padding 0s .2s ease;
  -webkit-transition: padding 0s .2s ease;
  transition: padding 0s .2s ease;
}
.topNav ul.submenu.level-1 >li.has-submenu:hover {
  -o-transition: padding 0s 0s ease;
  -moz-transition: padding 0s 0s ease;
  -webkit-transition: padding 0s 0s ease;
  transition: padding 0s 0s ease;
}
.topNav ul.submenu.level-1 >li.has-submenu:hover, .topNav ul.submenu.level-1 >li.has-submenu:focus {
  cursor: default;
  padding: 0em;
}
ul.submenu.level-2>li {
  position: relative;
  text-align: left;
  width: auto;
  display: list-item;
  float: none;
  white-space: nowrap;
}
ul.submenu.level-2>li>a {
  color: #b7b3a9;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-family: myriad-pro;
  padding: 7.5px 15px;
  margin: 0;
  font-size: 12.75px;
  display: block;
  line-height: normal !important;
}
ul.submenu.level-2>li>a:hover, ul.submenu.level-2>li>a:focus, ul.submenu.level-2>li>a:active {
  background-color: #fff;
  color: #5b5c3c;
}
.topNav ul.submenu.level-1>li:last-child>a {
  color: #fab238;
  padding-right: 0px;
}
.topNav ul.submenu.level-1>li:last-child>a:hover {
  color: #f18037;
}



.mobile-menu .hs-menu-wrapper>ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 30px 0;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    bottom: 100%;
    -webkit-transition: all .25s ease-in;
    overflow: hidden;
    background-color: #fff;
}
.mobile-menu .hs-menu-wrapper>ul>li {
    position: relative;
    text-align: left;
    float: none;
    clear: both;
    display: list-item;
    width: auto;
    padding: 0;
}
.mobile-menu .hs-menu-wrapper>ul>li>a {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    font-family: myriad-pro;
    display: block;
    font-size: 16px;
    padding: 7.5px 30px;
    line-height: 1.5em;
      color: #b7b3a9;
}
.dropdown {
    display: none;
}
.mobile-menu .hs-menu-wrapper>ul>li.active>a {
    color: #5b5c3c;
}
.mobile-menu .hs-menu-wrapper>ul>li:last-child>a {
    color: #fab238;
}

.mobile-menu ul>li.hs-menu-depth-2.active>a {
    color: #5b5c3c;
}



@media(max-width:957px){
  .topNav ul.submenu.level-1>li>a {
    padding-left: 0px;
  }
}

@media(max-width:851px){
  .topNav ul.submenu.level-1>li>a {
    font-size: 12px;
  }

}
@media(max-width:729px){
  .topNav ul.submenu.level-1>li>a {
    font-size: 9px;
  }
}

@media (max-width:640px){
  header.header-group {
    margin-bottom: 30px;
  }
  .header-logo {
    max-width: 75%;
  }
  .header-logo .logo {
    height: auto;
    margin-bottom: 1em;
    width: 100%;
    font-size: 24px;
  }
  .header-logo .logo img {
    max-width: 316px;
  }



  .topNav ul.submenu.level-1>li {
    display: none;
  }
  .dropdown {
    display: block;
    -webkit-tap-highlight-color: rgba(45,45,45,.5);
}
  
.dropdown .mobile-show-nav {
    font-size: 32px;
    padding: 0px;
    line-height: 32px;
    display: block;
  color: #b7b3a9;
      font-weight: 700;
  cursor: pointer;
}  
  .dropdown .mobile-show-nav:before {
    content: "\e021";
    white-space: pre;
    font-family: 'extra-icon-font';
    font-style: normal;
    speak: none;
}
  
  .mobile-menu .dropdown {
    float: right;
    padding: 0 30px;
    width: auto;
    margin-bottom: 30px;
    clear: both;
    display: list-item;
}
  .mobile-menu .dropdown .mobile-close-nav {
    display: block;
    font-size: 32px;
    padding: 0px;
    line-height: 32px;
        color: #ff7e14;
    font-weight: 700;
    cursor: pointer;
}
  .mobile-menu .dropdown .mobile-close-nav:before {
    content: "\e027";
    font-family: 'extra-icon-font';
    font-style: normal;
    speak: none;
}
  .mobile-menu.open-menu .hs-menu-wrapper>ul {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    overflow: auto;
    background-color: #fff;
}
  

  .mobile-menu ul>li.hs-item-has-children>a:after {
    content: ' +';
}
  .mobile-menu ul>li.hs-item-has-children>a.open-close:after {
    content: ' –';
}


.child-trigger {
    width: 100%;
    height: 40px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
}
  .mobile-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
    transition: none;
    background-color: #f7f7f7;
}
  
 .mobile-menu .hs-menu-wrapper>ul>li>ul>li {
    float: none;
    clear: both;
    display: list-item;
    width: auto;
    padding: 0;
    white-space: unset;
    position: relative;
    text-align: left;
}
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
    color: #b7b3a9;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    font-family: myriad-pro;
    margin: 0;
    font-size: 14.25px;
    padding: 7.5px 30px;
    display: block;
    line-height:normal;
}
  .mobile-menu .hs-menu-wrapper>ul>li>ul {
    padding: 15px 0;
}
  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after {
    content: ' –';
}
  .mobile-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #5b5c3c;
}
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
    background-color: #fff;
    color: #5b5c3c;
}
  
}



.dropdown .mobile-show-nav:hover {
    color: #5B5C3C;
}
.footer-group {
    display: block;
    margin-top: 44px;
}
/* footer.footer-group {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} */
.footer-group .social-links {
    text-align: center;
    margin-bottom: 30px;
    float: none;
    width: auto;
}
.social-links-icons a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 170ms ease-in-out;
    z-index: 0;
    color: #b7b3a9;
    width: 29px;
    height: 29px;
    margin: 0 8.555px;
} 
.twitter-img, .linkedin-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      transform: scale(2);
}
.social-links-icons a .sqs-svg-icon--social {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.sqs-use--icon, .sqs-use--mask {
    fill: transparent;
    transition: fill 170ms ease-in-out;
}
.bottom_nav {
    width: 100%;
    float: none;
    text-align: center;
    overflow: hidden;
}
nav.foot-nav {
    width: auto;
    float: none;
    display: block;
}
nav.foot-nav ul {
    font-family: proxima-nova;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-transform: none;
    text-decoration: none;
    padding: 0;
    list-style: none;
    list-style-image: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}
.footer-bottom-block {
    font-family: proxima-nova;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-transform: none;
    min-height: 30px;
    width: 100%;
    float: none;
    text-align: center;
}
.copyright-text p {
    margin: 0;
    font-family: proxima-nova;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-transform: none;
    text-decoration: none;
    color: #525252;
}
.copyright-text {
    padding-bottom: 15px;
}

.footer .footer_form {
  font-size: 0.88889em;
}

.footer_form .hs-form-field {
  margin-bottom: 1.25em;
}

.footer_form input.hs-input,
.footer_form input.hs-button{
  padding: 1em 1.25em;
  font-size: 1em;
  width: 100%;
}

@media (max-width:640px){
  footer.footer-group {
    margin-top: 30px;
}
  .footer-group .social-links {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 30px;
}
  .footer-bottom-block {
    top: auto;
    left: auto;
    margin-right: 0;
    margin-bottom: 30px;
}
  .bottom_nav {
    margin-bottom: 30px;
}
  .copyright-text {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 17px;
    padding-right: 17px;
}
}