*, *: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: 28px;
    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: 28px;
        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: 28px;
        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;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body,p{line-height:28px;color:#5e5e5e}a,a:focus,a:hover{text-decoration:none}h1,h2,h3,h4{letter-spacing:-.2px}body,p,ul{color:#5e5e5e}html{font-size:24px}@media (max-width:767px){html{font-size:18px}}@media (max-width:480px){html{font-size:16px}}body{font-family:Overpass,sans-serif;word-break:break-word}html[lang^=ja] body,html[lang^=ko] body,html[lang^=zh] body{line-break:strict;word-break:break-all}p{font-size:18px;margin-bottom:15px;margin-top:0}strong{font-weight:700}a{color:#0270e0;cursor:pointer}h1,h2,h3,h4,h5,h6{color:#28066c;font-family:Merriweather,serif;font-weight:700;margin:0 0 15px}h1{font-size:63px;line-height:63.6px}h2{font-size:38px;line-height:45px;font-weight:300;margin-bottom:25px}h3{font-size:27px;line-height:35px}h4{font-size:23px;line-height:31px}h5{font-size:15px;line-height:23px;letter-spacing:.3px;color:#6ec8f5;text-transform:uppercase;font-weight:700}ol,ul{margin:0 0 1.5rem}ol ol,ol ul,ul ol,ul ul{margin:0}ul.no-list{list-style:none}ul{list-style-type:disc}code{vertical-align:bottom}blockquote{border-left:2px solid #a9a9a9;margin:0 0 1.4rem;padding-left:15px}hr{background-color:#ccc;border:none;color:#ccc;height:1px}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}:focus{outline:green auto}.disable-focus-styles :focus{outline:0}.align-center{text-align:center}.align-left{text-align:left}.align-right{text-align:right}.float-left{float:left}.float-right{float:right}.all-text-white,.all-text-white .fa,.all-text-white a,.all-text-white h1,.all-text-white h2,.all-text-white h3,.all-text-white h4,.all-text-white h5,.all-text-white h6,.all-text-white li,.all-text-white p{color:#fff}@media(max-width:1024px){body h1{font-size:42px;line-height:52px}h6{font-size:12px}}@media(max-width:767px){body h3,body h4{letter-spacing:.12px;line-height:30px}.align-left,.align-right{text-align:center}body h1{font-size:35px;line-height:48.6px}body h2{font-size:28px;line-height:normal}body h3{font-size:24px}body h4{font-size:22px}body h5{font-size:14px}body h6{font-size:11px}}@media (min-width:768px){.equal-height-container>.row-fluid-wrapper>.row-fluid{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}body .row-fluid .vertical-center{display:flex;display:-webkit-flex;-webkit-flex-direction:column;flex-direction:column;justify-content:center;-webkit-justify-content:center;justify-content:center}}body .container-fluid .row-fluid .two-col-adjust>span{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;flex-wrap:wrap;-wevkit-flex-wrap:wrap;flex-direction:row;-webkit-flex-direction:row;margin-right:-4.5%}body .row-fluid .two-col-adjust span>.hs_cos_wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-basis:46%;-webkit-flex-basis:46%;float:left;margin-right:4%;margin-top:40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}body .container-fluid .row-fluid .three-col-adjust>span{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;flex-wrap:wrap;-wevkit-flex-wrap:wrap;flex-direction:row;-webkit-flex-direction:row;margin-right:-2.5%}body .row-fluid .three-col-adjust span>.hs_cos_wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-basis:30.9%;-webkit-flex-basis:30.9%;float:left;margin-right:2.43%;margin-top:26px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}body .container-fluid .row-fluid .five-col-adjust>span,body .container-fluid .row-fluid .four-col-adjust>span{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;flex-wrap:wrap;-wevkit-flex-wrap:wrap;flex-direction:row;-webkit-flex-direction:row;margin-right:-2.565%}body .row-fluid .four-col-adjust span>.hs_cos_wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-basis:22.5%;-webkit-flex-basis:22.5%;float:left;margin-right:2.5%;margin-top:30px;box-sizing:border-box;position:relative}body .row-fluid .five-col-adjust span>.hs_cos_wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-basis:17.5%;-webkit-flex-basis:17.5%;float:left;margin-right:2.5%;margin-top:30px;box-sizing:border-box;position:relative}body .container-fluid .row-fluid .six-col-adjust>span{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;flex-wrap:wrap;-wevkit-flex-wrap:wrap;flex-direction:row;-webkit-flex-direction:row;margin-right:-6.565%}body .row-fluid .six-col-adjust span>.hs_cos_wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-basis:13.5%;-webkit-flex-basis:13.5%;float:left;margin-right:2.5%;margin-top:20px;box-sizing:border-box;position:relative}@media (max-width:767px){body .row-fluid .two-col-adjust span>.hs_cos_wrapper{display:block;max-width:100%;width:100%;margin:35px auto 0;float:none}body .container-fluid .row-fluid .five-col-adjust>span,body .container-fluid .row-fluid .four-col-adjust>span,body .container-fluid .row-fluid .six-col-adjust>span,body .container-fluid .row-fluid .three-col-adjust>span,body .container-fluid .row-fluid .two-col-adjust>span{display:block;margin-right:0}body .row-fluid .three-col-adjust span>.hs_cos_wrapper{display:block;max-width:100%;width:100%;margin:20px auto 0;float:none}body .row-fluid .five-col-adjust span>.hs_cos_wrapper,body .row-fluid .four-col-adjust span>.hs_cos_wrapper,body .row-fluid .six-col-adjust span>.hs_cos_wrapper{display:block;flex-basis:100%;width:100%;-webkit-flex-basis:100%;margin:20px 0 0}}
button,
.button,
a.cta_button{
  background-color: #FAB419;
  border: 1px solid #FAB419;
  border-radius: 0px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  height: auto;
  line-height: 27px;
  margin: 0;
  padding: 9px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  z-index:1;
  font-family:  'Overpass', sans-serif;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
a.cta_button:hover,
a.cta_button[title]:hover,
a.cta_button:focus{
  background-color: #EDAA18;
  border-color: #EDAA18;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #EDAA18;
  border-color: #EDAA18;
  color: #FFF;
  text-decoration: none;
}

body .border-arrow-cta a.cta_button[title],
body .border-arrow-cta a.cta_button,
body .border-arrow-cta .hs-button{
   position: relative;
    color: #28066c;
    font-family: 'Overpass',sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .1px;
    line-height: 27px;
    box-shadow: none;
    padding: 6px 29px 4px 12px;
    background: transparent;
    border: 1px solid #28066C;
    transition: all .3s ease-in-out;
}

body .white-cta a.cta_button[title],
body .white-cta a.cta_button,
body .white-cta .hs-button{
   position: relative;
    color: #FFFFFF;
    font-family: 'Overpass',sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .09px;
    line-height: 27px;
    box-shadow: none;
    padding: 8px 14px 6px 14px;
    background: transparent;
    border: 3px solid #FFFFFF;
    transition: all .3s ease-in-out;
}

body .all-text-white .border-arrow-cta a.cta_button[title],
body .all-text-white .border-arrow-cta a.cta_button,
body .all-text-white .border-arrow-cta .hs-button{
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

body .all-text-white .border-arrow-cta a.cta_button[title]:after,
body .all-text-white .border-arrow-cta a.cta_button:after,
body .all-text-white .border-arrow-cta .hs-button:after{
  background: url(https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Smart%20Commercial%20Solar%20Assets%202020/Commercial%20Solar/Arrow-right-white.svg) no-repeat;
}

body .border-arrow-cta a.cta_button[title]:hover,
body .border-arrow-cta a.cta_button:hover,
body .border-arrow-cta .hs-button:hover{
   background:#28066c;
   color:#ffffff;
  transition: all .3s ease-in-out;
}

body .border-arrow-cta a.cta_button[title]:after,
body .border-arrow-cta a.cta_button:after,
body .border-arrow-cta .hs-button:after{
   position: absolute;
    content: '';
    background: url(https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Smart%20Commercial%20Solar%20Assets%202020/Commercial%20Solar/Arrow-right-purple.svg) no-repeat;
    height: 11px;
    width: 14px;
    background-size: cover;
    background-position: center;
    top: 13px;
    right: 9px;
  transition: all .3s ease-in-out;
}

body .border-arrow-cta a.cta_button[title]:hover:after,
body .border-arrow-cta a.cta_button:hover:after,
body .border-arrow-cta .hs-button:hover:after{
   background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Smart%20Commercial%20Solar%20Assets%202020/Commercial%20Solar/Arrow-right-white.svg') no-repeat;
}

body .arrow-cta a.cta_button[title],
body .arrow-cta a.cta_button,
body .arrow-cta h4,
body .container-fluid .arrow-cta .row-fluid .hs-button {
    position: relative;
    color: #28066c;
    font-family: 'Overpass',sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .08px;
    line-height: 27px;
    box-shadow: none;
    padding: 0 43px 0 0;
    background: transparent;
    border: 0;
    transition: all .3s ease-in-out;
    display:inline-block;
    width:auto;
}

body .arrow-cta a.cta_button[title]:before,
body .arrow-cta a.cta_button:before,
body .arrow-cta h4:before,
body .container-fluid .arrow-cta .row-fluid .hs-button:before {
    position: absolute;
    content: '';
    background: url(https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Blue-Arrow.svg) no-repeat;
    height: 10.24px;
    width: 31.87px;
    background-size: cover;
    background-position: center;
    top: 8px;
    right: 0;
}

body .arrow-cta a.cta_button[title]:hover,
body .arrow-cta a.cta_button:hover,
body .arrow-cta h4:hover,
body .container-fluid .arrow-cta .row-fluid .hs-button:hover {
    color: #6ec8f5;
}
/* Form */

form {
  font-family: Barlow,sans-serif;
}

.hs-form-field {
  margin-bottom: 15px;
}

/* Labels */

form label {
  color: #5E5E5E;
  display: block;
  font-size: 13px;
  padding-top: 0;
  margin-bottom: 0px;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #5E5E5E;
  font-size: 13px;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border: 1px solid #D5D5D5;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 5px 0 rgba(195,195,195,0.5);
  border-radius: 0px;
  color: #2A2A2A;
  font-family: 'Barlow',sans-serif;
  display: inline-block;
  font-size: 15px;
  padding: 10px 10px;
  width: 100%!important;
  height:45px;
  appearance:none;
  letter-spacing:0.07px;
  line-height:18px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline:none;
}

form select{
   background:#ffffff url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Smart%20Commercial%20Solar%20Assets%202020/Contact%20Us/down-arrow.svg');
   background-size:12px;
   background-repeat:no-repeat;
   background-position:97%;
}

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

textarea{
   height:108px;
   resize:none;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #5E5E5E;
}

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

.hs-error-msg {
   line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    bottom: 0;
    letter-spacing: .3px;
    margin-top:9px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 14px 40px!important;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #edaa18!important;
  border-color: #edaa18!important;
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


@media(max-width:400px){

form fieldset.form-columns-2 .input {
    margin-right: 0!important;
}
  
form fieldset.form-columns-1 .input {
    margin-right: 0!important;
}
}
/* Table */

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

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
   white-space:inherit!important;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile styles */

@media (max-width: 780px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}




/************ Global Header Style **************/




.header-group{
  border: 1px solid rgba(94,94,94,0.17);
  background-color: #FFFFFF;
  box-shadow: 0 4px 21px 0 rgba(117,128,134,0.18);
  position:relative;
  z-index:3;
  padding:3px 0;
}

.header-group .logo{
   position: relative;
    top: 4px;
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 15.49px;
    font-weight: 600;
    letter-spacing: -0.03px;
    line-height: 18px;
    padding: 29px 15px 19px 15px;
    display: inline-block;
    
    max-width: none!important;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    width: auto;
    font-family:  'Overpass', sans-serif;
    color:#5E5E5E;
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
   white-space: inherit!important;
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
  color: #FAB417;
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
  padding-right: 0;
}

body .header-group .header-cta a.cta_button{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 27px;
  padding: 10.5px 17px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
   background: #fff;
    box-shadow: 0 4px 21px 0 rgba(117,128,134,0.18);
    padding: 10px 0;
    top: 65px;
    left: -8px;
    right: 0;
    width: 195px;
    text-align: left;
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  text-align: left;
  padding: 6px 23px 6px 23px;
}

.header-group .phone-section{
  position: relative;
}

.header-group .phone-section img{
   vertical-align:middle;
}

.header-group .phone-section:before{
  position: absolute;
  content: '';
  height: 26px;
  width: 1px;
  background: #C3C3C3;
  top: 26px;
  left: 0;
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a{
  position: relative;
  padding-right: 22px;
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after{
  position: absolute;
  content: '';
  background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Smart%20Commercial%20Solar/Dropdown-arrow.svg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 4.42px;
  width: 8.42px;
  top: 36px;
  right: 8px;
}

.header-group .row-fluid .phone-section span.mobile{
  display: none;
}

.header-group .hs-menu-wrapper ul{
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 0;
    position:relative;
    top:-2px;
}

.header-group .hs-menu-wrapper ul li {
    display: inline-block;
}

@media(min-width: 768px){
  .header-group .phone-section .row-fluid .span1{
    width: 2.982906%;
  }

  .header-group .row-fluid .header-cta.span2{
    width: 18.529915%;
    margin-left: 0;
  }
}

@media(max-width: 1200px){
  .header-group .row-fluid .phone-section.span1{
    margin-left: 15px;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 29px 13px 19px 13px;
  }
}

@media(max-width: 1120px) and (min-width: 768px){
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a,
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 29px 11px 19px 9px;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after{
    right: 1px;
  }

  .header-group .row-fluid .header-cta.span2{
    margin-left: 5px;
  }

  .header-group .row-fluid .right-col.span10{
    margin-left: 0;
    width: 85.872928%;
  }

  body .header-group .header-cta a.cta_button{
    font-size: 15px;
  }
}

@media(max-width: 1024px){
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 13.49px;
  }

  body .header-group .header-cta a.cta_button{
    font-size: 13px;
  }

  .header-group .row-fluid .phone-section img{
    height: 26px !important;
    width: 26px !important;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul li a{
    line-height: 15px;
  }
}

@media(max-width: 911px){
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 11px;
  }

  body .header-group .header-cta a.cta_button{
    font-size: 11px;
    line-height: 17px;
    padding: 10.5px 13px;
  }

  .header-group .row-fluid .header-cta.span2{
    width: 16.529915%;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a, 
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 29px 11px 19px 7px;
  }
}

@media(max-width: 780px){
  .header-group{
    padding: 15px 0 15px 0;
    height: 78.69px;
  }

  .header-group .left-col img{
    max-width: 115px !important;
  }

  .header-group .phone-section:before{
    display: none;
  }

  .header-group .phone-section{
    position: absolute;
    width: auto;
    top: 29px;
    right: 66px;
  }

  .header-group .vision-menu-primary{
    top: 68px;
  }

  .header-group .mobile-trigger{
    top: -43px;
  }

  .header-group .vision-menu-primary.js-enabled .hs-menu-wrapper{
    background: #fff!important;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after{
    display: none;
  }

  body .header-group .hs-menu-wrapper ul li a{
    padding: 2px 20px 2px 20px !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03px;
    line-height: 31px;
    border: none;
    text-indent: 0;
    color:#5e5e5e;
  }

  body .header-group .hs-menu-wrapper ul li a{
    padding: 13px 20px 7px 20px !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.04px;
    line-height: 27px;
    border-top: 1px solid #dfdfdf;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child > a{
    border-bottom: 1px solid #dfdfdf;
  }

  .header-group .row-fluid .header-cta.span2{
    width: 100%;
    padding: 20px 17px 20px;
  }

  body .header-group .header-cta a.cta_button{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 27px;
    width: auto;
    display: block;
    padding: 10px 13px;
    box-sizing: border-box !important;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    box-shadow: none;
    padding: 0;
    left: unset;
    top: unset;
    padding: 3px 0 11px 0;
  }

  .header-group .child-trigger{
    display: none !important;
  }

  .header-group .vision-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger{
    display: block !important;
  }

  .header-group .vision-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger:before{
    position: absolute;
    content: '';
    background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/arrow%20down.svg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 15px;
    width: 13px;
    top: 16px;
    right: 28px;
    transition: all .3s ease-in-out;
  }

  .header-group .vision-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger.child-open:before{
    transform: translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(180deg) skew(0,0);
    transform-style: preserve-3d;
  }

  .header-group .vision-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger i{
    display: none !important;
  }

  .header-group .header-cta script{
    display: none;
  }

  .header-group .row-fluid .phone-section span.mobile{
    display: block;
    position:relative;
    top:-3px;
  }

  .header-group .row-fluid .phone-section span.desktop{
    display: none;
  }

  .header-group .row-fluid .phone-section img{
    height: 21px !important;
    width: 66px !important;
  }
}



/*====================================================
MONILE MENU 
====================================================*/                

/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.header-group .vision-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.header-group .vision-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.header-group .vision-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.header-group .vision-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.header-group .vision-menu-primary .hs-menu-wrapper > ul ul{}
.header-group .vision-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.header-group .vision-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.header-group .vision-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:781px) {
  .header-group  .vision-menu-primary .hs-menu-wrapper { 
    display:block!important;
  }
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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

@media (max-width: 780px){


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

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

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of vision-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .header-group .vision-menu-primary,
  .header-group .vision-menu-primary .hs-menu-wrapper > ul,
  .header-group .vision-menu-primary .hs-menu-wrapper > ul li,
  .header-group .vision-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }
  
  .header-group .vision-menu-primary .hs-menu-wrapper>ul li a{
     color: #5e5e5e!important;
     font-size:17px;
     line-height:27px;
  }


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

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

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


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

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

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width:44px; /* Button width */
    height: 44px !important; /* Button height */  
    padding: 0 !important;

  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#28066C; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


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


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

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

  /* Mobile Menu Styles */ 
  .header-group .vision-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    left: 0;
    padding: 0;
    z-index: 4;
    background-color: #ffffff;
    bottom: 0px;
    top:0px;
    right: 0px;
    z-index: 1;
  }
  .header-group .vision-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .header-group .vision-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .header-group .vision-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 17px; /* Font size of top level list items */
    line-height: 27px;
    overflow: visible;
    border-top: 1px solid #dfdfdf;
  }
  
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
     border-top:none;
     width:100%;
  }
  
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child>a{
     border-bottom:none;
  }
  
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
     width:100%;
  }

  /* Level 1 and Higher Menu List Styles */

  .header-group .vision-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }

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

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








/*============================================================
HEADER Mobile Responsive
===========================================================*/


@media (max-width:780px){
  .header-container-wrapper{
    position: relative;
    z-index: 5;
  }
  
  .header-group .right-col{
     min-height:0;
  }

  .vision-menu-primary .hs-menu-wrapper{
    display:none;
  }

  .mobile-trigger {
    border: 0;
    top: -64px;
    right: 14px;    
    background:transparent;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 24px;
    background:#28066C;
    height:4px;
  }

  .mobile-trigger i:before {
    top: -8px;
  }

  .mobile-trigger i:after {
    top: 8px;
  }

  .mobile-open .mobile-trigger {
    background-color: transparent;
    z-index:5;
  }

  .mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, 
  .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #28066C;
  }

  .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #28066C;
  }  

  .mobile-trigger i{
    transition: all .5s ease-in;
  }

  .mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#28066C;
  }

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#28066C;
  }

  .vision-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0;
    left: -1px;
    right: -1px;
    top: 68px;
    margin:0;
    width:auto;
  }

  .child-trigger{
    border-left:none;
  }  
}

body .container-fluid .row-fluid .mobile-show{
  display:none;
}
.footer-group{background:#2a2a2a;padding:20px 0}.footer-group .top-content{border-bottom:1px solid rgba(151,151,151,.4);padding:17px 0 25px}.footer-group .top-content .right-col p{color:#909090;font-size:13px;font-weight:600;letter-spacing:.26px;line-height:20px;margin-bottom:0}.footer-group .top-content .right-col a{font-size:20px;font-weight:600;letter-spacing:-.54px;line-height:31px;vertical-align:middle}.footer-group .top-content .right-col img{vertical-align:middle;margin-left:12px;margin-right:6px;position:relative;margin-top:-3px}.footer-group .award-image img{width:100%!important;height:auto}.footer-group .center-content{padding:64px 0 30px}.footer-group .list-heading p{font-size:15.49px;letter-spacing:-.03px;line-height:23px;opacity:.44;margin-bottom:12px}.footer-group .menu-cont ul li a{font-size:15.49px;letter-spacing:-.03px;line-height:23px;padding:2px 0;white-space:pre-wrap}.footer-group .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover{color:#fab417}.footer-group .form-container{background:rgba(0,0,0,.1);padding:16px 20px 20px 26px;margin-bottom:27px;max-width:394px;float:right}.footer-group .form-container p{font-size:13px;font-weight:600;letter-spacing:.26px;line-height:20px;margin-bottom:12px}.footer-group .form-container form{position:relative}.footer-group .form-container form .field>label{display:none}.footer-group .form-container form input{font-size:15px;letter-spacing:.07px;line-height:18px;margin-bottom:0;padding-right:55px}.footer-group .form-container form .hs-error-msgs li{position:relative;margin-top:9px}.footer-group form input:placeholder{color:#a5a5a5}.footer-group .form-container form .hs-button{position:absolute;font-size:0;padding:13.5px 23.1px;box-shadow:none;background-image:url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/paper-plane.svg');background-repeat:no-repeat;background-position:center;background-size:20px;background-color:#fab419;border:none;margin-top:0;top:0;right:0}.footer-group .bottom-content{padding:35px 0 20px}.footer-group .bottom-content .left-col p{font-size:13px;letter-spacing:-.03px;line-height:20px}.footer-group .bottom-content .right-col ul{margin:0;padding:0;list-style:none}.footer-group .bottom-content .right-col ul li{display:inline-block;vertical-align:middle;margin-left:20px}.footer-group .bottom-content .right-col ul li img{vertical-align:middle}@media(min-width:768px){.footer-group .row-fluid .list-col-1.span3,.footer-group .row-fluid .list-col-2.span3{width:20.076923%}.footer-group .row-fluid .list-col-3.span3{width:19.076923%}.footer-group .row-fluid .span3.form-section{width:33.076923%}}@media(max-width:767px){.footer-group{padding:20px 0 8px}body .footer-group .content-wrapper{padding:0}.footer-group .top-content{border:none;padding:9px 15px 35px}.footer-group .top-content .right-col{margin-top:25px}.footer-group .top-content .right-col.social-container{margin-top:16px}.footer-group .form-container{max-width:100%;float:none;background:0 0;padding:0 15px;margin-bottom:26px}.footer-group .center-content{padding:31px 15px 30px;background:rgba(0,0,0,.16)}.footer-group .bottom-content{padding:11px 0 0}.footer-group .bottom-content>.row-fluid-wrapper>.row-fluid{display:flex;flex-direction:column-reverse}.footer-group .bottom-content .right-col{margin-bottom:10px}.footer-group .top-content .social-container ul{list-style:none;margin:0;padding:0}.footer-group .top-content .social-container ul li{margin:0 10px;display:inline-block;vertical-align:middle}.footer-group .top-content .social-container ul li img{vertical-align:middle;margin:0}.footer-group .form-section .align-right.award-image{text-align:left;margin-top:37px}.footer-group .list-heading p{margin-bottom:7px}.footer-group .bottom-content .left-col p{color:#8d8d8d;font-size:10px;letter-spacing:.05px;line-height:27px;margin-bottom:0}.footer-group .menu-cont ul{margin-bottom:20px}.footer-group .form-container form input{height:48px}.footer-group .form-container form .hs-button{width:48px;max-height:48px;padding:0!important}.footer-group .menu-cont ul li a{display:inline-block;max-width:48px;max-height:48px;min-height:48px;white-space:nowrap}}



.hs-menu-wrapper ul{list-style:none;margin:0;padding-left:0}.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-vertical ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.hs-menu-wrapper.flyouts .hs-item-has-children{position:relative}.hs-menu-wrapper.flyouts .hs-menu-children-wrapper{left:-9999px;opacity:0;position:absolute}.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a{display:block;white-space:nowrap}.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{left:0;opacity:1;top:100%}.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{left:100%;opacity:1;top:0}@media (max-width:767px){.hs-menu-wrapper.hs-menu-flow-horizontal ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hs-menu-wrapper.hs-menu-flow-vertical ul{display:-webkit-box;display:-ms-flexbox;display:flex}.hs-menu-wrapper.flyouts .hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{left:0;opacity:1;position:relative;top:auto}}
/*==============================================
             Blog Page Style
==============================================*/
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;500;700&display=swap');
body .hs-blog-listing .hide-in-listing{
  display: none !important;
}

body .hs-blog-post .hide-in-post{
  display: none !important;
}

body .category-page .hide-in-category{
  display: none !important;
}

body .hs-single-author .hide-in-author-single{
  display: none !important;
}

body .hs-blog-listing.category-page .show-in-categoryListing{
  display: block !important;
}

body .hs-blog-listing.hs-single-author .show-in-authorListing{
  display: block !important;
}


body .banner-vector .content-wrapper{
  position: relative;
  z-index: 1;
}

body .banner-vector .content-wrapper:before{
  content: '';
  position: absolute;
  background: url(https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Fractal-shards.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 234px;
  width: 105px;
  bottom: -146px;
  right: -8px;
  z-index: 0;
  pointer-events: none;
}

body .hs-blog-post .banner-vector .wrapper-large:before{
  bottom: unset;
  top: 13px;
}

.listing-banner-section{
  padding: 97px 0 78px 0;
}

.listing-banner-section h1{
  font-family:'Barlow', sans-serif;
  font-size: 63px;
  letter-spacing: -0.2px;
  line-height: 63.6px;
  text-align: center;
}

body .hs-blog-listing .container-fluid .blog-container .row-fluid .blog-section .post-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .hs-blog-listing .row-fluid .blog-container .blog-section .post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}

body .hs-blog-listing .row-fluid .blog-container.resources-listing .blog-section .post-item{
  display: flex;
  flex-basis: 47.5%;
  -webkit-flex-basis: 47.5%;
}
body .hs-blog-listing .blog-container.resources-listing .post-listing .post-item:first-child{
    display: block !important;
}
body .hs-blog-listing .row-fluid .blog-container.resources-listing .blog-section .post-item:nth-child(2n){
  margin-right: 0;
}
body .hs-blog-listing .row-fluid .blog-container.resources-listing .blog-section .post-item a.topic-link {
  color: #5e5e5e;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-family: 'Overpass', sans-serif;
  font-weight: bold;
}
body .hs-blog-listing .row-fluid .blog-container.resources-listing .post-item:hover .post-header h3{
  border: none;
}
.blog-container.resources-listing .post-listing .post-item a.more-link {
    color: #28066c;
    display: inline-block;
    font-size: 17px;
    line-height: 27px;
    padding: 9px 50px 9px 0;
    position: relative;
}
.blog-container.resources-listing .post-listing .post-item a.more-link:after {
    position: absolute;
    content: '';
    background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Arrow%20%285%29.svg') no-repeat;
    height: 10.24px;
    width: 31.87px;
    background-size: cover;
    background-position: center;
    top: 17px;
    right: 0;
}
.blog-pagination-link {
    text-align: center;
}
.blog-pagination-left, 
.blog-pagination-center,
.blog-pagination-right {
    display: inline-block;
}

.blog-pagination-link a {
  color: #28066c;
  display: inline-block;
  font-size: 21px;
  height: 55px;
  width: 55px;
  text-align: center;
  font-weight: 300;
  line-height: 55px;
}
.blog-pagination-link a.active {
  background: #9DD9F7;
  border-radius: 50%;
  color: #28066c;
}
.blog-pagination-link a.prev-link,
.blog-pagination-link a.next-link {
    width: auto;
    font-size: 17px;
    font-weight: 600;
}

body .hs-blog-listing .blog-container{
  padding: 0px 0 112px 0;
}

body .hs-blog-listing .blog-container .post-listing .post-item:first-child{
  display: none !important;
}

body .hs-blog-listing .blog-container .hs-featured-image-wrapper,
body .hs-blog-listing .blog-container .post-header{
  clear: both;
  display: block;
}

body .hs-blog-listing .blog-container .post-item .hs-featured-image-wrapper{
  height: 199px;
  overflow: hidden;
}

body .hs-blog-listing .blog-container .post-item .featured-image{
  height: 199px;
  width: 100%;
  transition: 0.3s;
}

body .hs-blog-listing .blog-container .post-item:hover .featured-image{
  transform: scale(1.1);
}

body .hs-blog-listing .blog-container .post-item .post-header{
  min-height: 85px;
  margin-top: 22px;
}

body .hs-blog-listing .blog-container .post-item .post-header h3,
body .hs-blog-listing .blog-container .post-item .post-header h3 a{
  color: #28066C;
  font-family: 'Barlow',sans-serif;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: -0.19px;
  line-height: 31px;
  position: relative;
}

body .hs-blog-listing .blog-container .post-item .post-header h3{
  display: inline;
  border-bottom: 3px solid transparent;
  padding-bottom: 3px;
}

body .hs-blog-listing .blog-container .post-item:hover .post-header h3{
  border-bottom: 3px solid #E5F5FD;
}

body .hs-blog-listing .blog-container .post-item .post-body p{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
}

body .hs-blog-listing .blog-container .post-item .hs-author-avatar{
  height: 40px;
  width: 40px;
  margin-right: 14px;
}

body .hs-blog-listing .blog-container .post-item .author-image-width,
body .hs-blog-listing .blog-container .post-item .author-name{
  display: inline-block;
  vertical-align: middle;
}

body .hs-blog-listing .blog-container .post-item .author-name a.author-link{
  font-family:'Barlow', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  color:#5e5e5e;
}

body .hs-blog-listing .blog-container .post-item .author-name .hs-author-label{
   margin-bottom:0;
}

body .hs-blog-listing .blog-container .post-item a.topic-link{
  font-family:'Barlow', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  display: none;
  color: #5e5e5e;
}

body .hs-blog-listing .blog-container .post-item a.topic-link:first-child{
  display: block;
}

body .hs-blog-listing .blog-container .post-item .author-section{    
  border-bottom: 2px solid rgba(24,24,24,0.11);
  padding: 4px 0px 22px 0;
  margin-bottom: 13px;
}

body .hs-blog-listing .ias-trigger{
  width: 100%; 
  margin-top: 83px
}


body .hs-blog-listing .ias-trigger a{
  color: #28066C;
  font-family: 'Overpass',sans-serif;
  font-size: 17px;
  letter-spacing: 0.08px;
  line-height: 27px;
  font-weight: 600;
  position: relative;
  padding-right: 60px;
}

body .hs-blog-listing .ias-trigger a:after{
  position: absolute;
  content: '';
  background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Arrow%20%285%29.svg') no-repeat;  
  height: 10.24px;
  width: 31.87px;
  background-size: cover;
  background-position: center;
  top: 4px;
  right: 0;
}

body .hs-blog-post .blog-container .blog-section .left-col{
  position: relative;
}

body .hs-blog-post .blog-container .blog-section{
  padding: 156px 0 100px 0;
}

body .hs-blog-post .blog-container .blog-section .left-col .author-name{
  position: relative;
  text-align: right;
  transform: rotate(-90deg);
}

body .hs-blog-post .blog-container .blog-section .left-col a.author-link{
  color: #5E5E5E;
  font-family: 'Barlow',sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 28px;
  top: 6px;
  position: relative;
}

body .hs-blog-post .blog-container .blog-section .left-col .hs-author-avatar{
  height: 77px;
  width: 77px;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container{
  max-width: 818px;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container p{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
  font-family: 'Barlow',sans-serif;
  margin-bottom: 20px;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container h6{
  color: #47CBFA;
  font-family: 'Overpass',sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 0;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container p+h6{
  margin-top: 50px;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container h2{
  color: #2D0371;
  font-family: 'Barlow',sans-serif;
  font-size: 38px;
  letter-spacing: -0.23px;
  line-height: 45px;
  font-weight: 300;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container a{
  font-family: 'Barlow',sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
  color: #47CBFA;
  text-decoration: underline;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container p+img,
body .hs-blog-post .blog-container .blog-section .right-col .content-container img{
  margin: 27px 0 53px 0;
  width:100%;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container a.cta_button{
   background:transparent;
   border:none;
   padding:0;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container a.cta_button:hover{
   box-shadow:none;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container h3{
  color: #320076;
  font-family: 'Barlow',sans-serif;
  font-size: 32px;
  letter-spacing: -0.25px;
  line-height: 39px;
  font-weight: 300;
}

body .hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container li{
  color: #5E5E5E;
  font-family: 'Barlow',sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 22px;
  margin-left: 37px;
  position: relative;
}

body .hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container ul li:before{
  position: absolute;
  content: '';
  height: 4px; 
  width: 4px;
  border-radius: 100%;
  background-color: #5E5E5E;
  top: 12px;
  left: -24px;
}

body .hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container ul{
  margin: 27px 0 27px 0;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container h4{
  color: #2D0371;
  font-family: 'Barlow',sans-serif;
  font-size: 27px;
  letter-spacing: -0.28px;
  line-height: 31px;
  font-weight: 300;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container ul+h4{
  margin-top: 64px;
}

/* ::marker{
margin-right: 10px;
} */

body .hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container ol{
  margin: 30px 0 30px 0;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container h5{
  color: #2D0371;
  font-family: 'Overpass',sans-serif;
  font-size: 21px;
  letter-spacing: -0.22px;
  line-height: 26px;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container ol+h5{
  margin-top: 64px;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container .author-section{
  text-align: center;
  border-top: 1px solid rgba(24,24,24,0.11);
  padding-top: 37px;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container .author-section .hs-author-avatar{
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 26px;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container .author-section .author-details{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container .author-details h3,
body .hs-blog-post .blog-container .blog-section .right-col .content-container .author-details h3 a.author-link{
  color: #28066C;
  font-family: 'Barlow',sans-serif;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  font-weight: 400;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container .author-details h3 span{
  color: #5E5E5E;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
}

body .hs-blog-post .blog-container .blog-section .right-col .content-container .author-details h4{
  color: #2D0371;
  font-family: 'Barlow',sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}

body .category-page .post-flter-section{
  background-color: rgba(157,217,247,0.1);
  padding: 70px 0 34px 0;
}

body .category-page .post-flter-section .block h3{
  font-family: 'Barlow',sans-serif;
  font-size: 27px;
  letter-spacing: -0.21px;
  line-height: 30px;
}

body .category-page .post-flter-section ul{
  margin: 30px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body .category-page .post-flter-section ul li{
  margin: 10px 16px;
}

body .category-page .post-flter-section li a{
  font-family: 'Barlow',sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  color: #5e5e5e;
}

body .category-page .body-container-wrapper .post-flter-section li a:hover{
  color: #504185;
  text-decoration: underline;
}

body .category-page .post-flter-section li a .filter-link-count{
  display: none;
}

body .hs-blog-listing.category-page .blog-container .post-item a.topic-link{
  display: none !important;
}

body .hs-blog-listing.category-page .blog-container .post-item a.topic-link.active{
  display: block !important;
}

body .hs-blog-listing.category-page .blog-container .post-item a.topic-link{
   color:#5e5e5e;
}

body .hs-blog-listing .post-flter-section{
  background-color: rgba(157,217,247,0.1);
}

body .hs-single-author .single-author-section{
  width: 100%;
  padding: 105px 0 0px 0;
  position: relative;
}

body .hs-single-author .single-author-section:after{
  content: '';
  position: absolute;
  background: url(https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Fractal-shards.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 234px;
  width: 105px;
  bottom: -130px;
  right: 2px;
  z-index: 1;
  pointer-events: none;
}

body .hs-single-author .hs-author-profile{
  margin-bottom: 44px;
}

body .hs-single-author .single-author-section .hs-author-avatar{
  height: 100px;
  width: 100px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

body .hs-single-author .single-author-section .hs-author-bio{
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

body .hs-single-author .single-author-section h3.hs-author-name {
  color: #28066C;
  font-family: 'Barlow',sans-serif;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom:0;
}

body .hs-single-author .single-author-section h3.hs-author-name span{
  color: #5E5E5E;
  font-family: 'Barlow',sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
}

body .hs-single-author .single-author-section .hs-author-bio h4{
  color: #2D0371;
  font-family: 'Barlow',sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom:0;
}

body .hs-single-author .back-to-article{
  text-align: left;
  margin: 0;
}

body .hs-single-author .back-to-article a{
  color: #28066C;
  font-family: 'Barlow',sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.08px;
  line-height: 27px;
  position: relative;
  padding-left: 47px;
}

body .hs-single-author .back-to-article a:before {
  position: absolute;
  content: '';
  background: url(https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Arrow%20%287%29-1.svg) no-repeat;   
  height: 10.24px;
  width: 31.87px;
  background-size: cover;
  background-position: center;
  top: 7px;
  left: 0;
}

body .hs-single-author .post-author-flter-section{
  padding: 57px 0 21px 0;
  background-color: rgba(157,217,247,0.1);
} 

body .hs-single-author .post-author-flter-section h3{
  font-size: 27px;
  letter-spacing: -0.21px;
  line-height: 30px;
  font-family: 'Barlow',sans-serif;
}

body .hs-single-author .post-author-flter-section .filter-link-count{
  display: none;
}

body .hs-single-author .post-author-flter-section li{
  margin: 10px 52px;
}

body .hs-single-author .post-author-flter-section li a{
  color: #5E5E5E;
  font-family: 'Barlow',sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}

body .hs-single-author .post-author-flter-section li:hover a{
  text-decoration: underline;
  color: #504185;
}

body .hs-single-author .post-author-flter-section ul{
  margin: 33px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body .hs-single-author .post-author-flter-section .author-image{
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

@media(max-width: 1100px){
  body .hs-blog-post .blog-container .blog-section .left-col a.author-link{
    left: 21px;
    top: 35px;
  }
}


@media(max-width: 1024px){
  .listing-banner-section{
    padding: 77px 0 58px 0;
  }

  .listing-banner-section h1{
    font-size: 55px;
    line-height: 55.6px;
  }

  body .hs-blog-listing .blog-container{
    padding: 0px 0 72px 0;
  }

  body .hs-blog-listing .ias-trigger{
    margin-top: 54px;
  }

  /*   body.hs-blog-post .blog-container .blog-section .left-col a.author-link{
  position: relative;
  top: unset;
  left: unset;
  transform: none;
} */

  body .hs-blog-post .blog-container .blog-section{
    padding: 100px 0 80px 0;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container h2{
    font-size: 34px;
    line-height: 41px;
  }

  body .hs-blog-listing .blog-container .post-item .post-header{
    min-height: 114px;
  }

  body .hs-single-author .single-author-section{
    padding: 80px 0 0px 0;
  } 
}

@media(max-width: 991px){
  body .hs-blog-post .blog-container .blog-section .left-col .author-name{
    text-align: left;
    transform: none;
    margin-top: 10px;
  }

  body .hs-blog-post .blog-container .blog-section .left-col a.author-link{
    left: unset;
    top: unset;
    line-height: 22px;
  }
}


@media(max-width: 767px){
  body .hs-blog-listing .container-fluid .row-fluid .blog-container .blog-section .post-listing {
    display: block;
    margin-right: 0;
  }

  body .hs-blog-listing .row-fluid .blog-container .blog-section .post-item {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    float: none;
  } 

  body .banner-vector .content-wrapper:before{
    height: 195px;
    width: 65px;
    bottom: -107px;
  }

  body .hs-blog-post .banner-vector .content-wrapper:before{
    top: 80px;
  }

  .listing-banner-section{
    padding: 68px 0 49px 0;
  }

  .listing-banner-section h1{
    font-size: 42px;
  }

  body .hs-blog-post .blog-container .blog-section{
    padding: 100px 0 60px 0;
  }

  body .hs-blog-listing .blog-container{
    padding: 0px 0 52px 0;
  }

  body .hs-blog-listing .ias-trigger{
    margin-top: 34px;
  }

  body .hs-blog-listing .blog-container .post-item .post-header{
    min-height: auto;
    margin-bottom: 23px;
  }

  body .hs-blog-post .blog-container .blog-section .left-col{
    display: none;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container p{
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container p+h6{
    margin-bottom: 30px;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container h2{
    font-size: 32px;
    line-height: 39px;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container a{
    font-size: 16px;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container p+img,
  body .hs-blog-post .blog-container .blog-section .right-col .content-container img{
    margin: 8px 0 30px 0;
    width:100%!important;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container h3{
    line-height: 35px;
    font-size: 30px;
  }

  body .hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container li{
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 12px;
    margin-left: 27px;
  }

  body .hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container ul{
    margin: 16px 0px;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container h4{
    font-size: 25px;
    line-height: 27px;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container ul + h4{
    margin-top: 30px;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container ol + h5{
    margin-top: 30px;
  }

  body .hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container ol{
    margin: 25px 0;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container .author-section .hs-author-avatar{
    height: 70px;
    width: 70px;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container .author-details h3, 
  body .hs-blog-post .blog-container .blog-section .right-col .content-container .author-details h3 a.author-link{
    font-size: 19px;
    line-height: 24px;
  }

  body .hs-blog-post .blog-container .blog-section .right-col .content-container .author-section .hs-author-avatar{
    margin-right: 13px;
  }

  body .category-page .post-flter-section{
    padding: 55px 0 19px 0;
  }

  body .category-page .body-container-wrapper .post-flter-section ul{
    margin: 11px 0px;
  }

  body .hs-single-author .single-author-section:after{
    height: 195px;
    width: 65px;
    bottom: -90px;
    right: -14px;
  }
  
  body .hs-single-author .body-container-wrapper .post-author-flter-section li{
    margin: 10px 0px;
    flex-basis: 100%;
    text-align: left;
  }
  
  body .hs-single-author .post-author-flter-section ul{
    margin: 33px auto 30px auto;
    max-width: 320px;
    justify-content:end;
  }
}
/* Error pages */

.error-page {
  padding: 100px 0 350px;
  position: relative;
  text-align: center;
  background-image: linear-gradient(180deg, #28066C 0%, #504185 100%);
  overflow:hidden;
}

.error-page .error-page__heading{
  color:#ffffff;
  font-size: 120px;
  letter-spacing: -0.38px;
  line-height: 144px;
  text-align: center;
  font-family: Barlow,sans-serif;
  font-weight:300;
}

.error-page .heading-container{
   position:relative;
   z-index:1;
   max-width:300px;
   margin:0 auto 30px;
   float:none;
   z-index:1;
}

.error-page .heading-container .shape-1{
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: -1;
}

.error-page .heading-container .shape-2{
   position:absolute;
   right:0;
   bottom:0;
   z-index:-1;
}

.error-page .description{
  font-size: 27px;
  letter-spacing: -0.21px;
  line-height: 37px;
  text-align: center;
  color:#ffffff;
  font-family: Barlow,sans-serif;
  max-width:818px;
  margin:0 auto 30px;
  float:none;
}

.error-page .full-copy-shape{
   position:absolute;
   right:0;
   top:27%;
}

.error-page .image-container{
   position:absolute;
   bottom:-12px;
   left:0;
   right:0;
}

.error-page .sunflare-shape{
   position:absolute;
   bottom:-140px;
   left:0;
   z-index:0;
}


@media(max-width:767px){

.error-page .full-copy-shape{
    display:none;
}
  
  
}

@media(max-width:480px){
  
.error-page .sunflare-shape {
    bottom: -100px;
    left: 0;
    z-index: 0;
    width: 260px;
    right: 0;
}
  
.error-page .sunflare-shape img{
   width:100%!important;
}
  
.error-page .image-container {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    max-width: 380px;
    margin:0 auto;
    float:none;
}
  
.error-page .image-container img{
   width:100%!important;
}
  
.error-page{
   padding: 100px 0 250px;  
}
  
.error-page .description{
   font-size:22px;
}
}
/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}


body{
font-family: 'Barlow', sans-serif;
}