*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 40px 20px;
}

.dnd-section>.row-fluid {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

.banner-section .dnd-section, .content-wrapper--vertical-spacing {
  padding: 0;
}

@media (max-width: 1240px) {
  .content-wrapper {
    margin: 0 auto;
    padding: 40px 15px;
  }
}

@media (max-width: 1024px) {
.dnd-section>.row-fluid {
    max-width: 1024px !important;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section>.row-fluid {
    margin: 0 auto;
    padding: 0 15px;
  }

  .dnd-section>.row-fluid {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

}
@font-face { 
  font-family: "Roboto"; 
  src: url(https://21196745.fs1.hubspotusercontent-na1.net/hubfs/21196745/raw_assets/public/AlternativeEnergySource_February2022/fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2"); 
  font-style: normal; font-weight: 500; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Roboto"; 
  src: url(https://21196745.fs1.hubspotusercontent-na1.net/hubfs/21196745/raw_assets/public/AlternativeEnergySource_February2022/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2"); 
  font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Astra"; 
  src: url(https://21196745.fs1.hubspotusercontent-na1.net/hubfs/21196745/raw_assets/public/AlternativeEnergySource_February2022/fonts/astra.woff) format("woff"), 
    url(https://21196745.fs1.hubspotusercontent-na1.net/hubfs/21196745/raw_assets/public/AlternativeEnergySource_February2022/fonts/astra.ttf) format("truetype"), 
    url(https://21196745.fs1.hubspotusercontent-na1.net/hubfs/21196745/raw_assets/public/AlternativeEnergySource_February2022/fonts/astra.svg) format("svg"); 
  font-style: normal; font-weight: normal; font-display: fallback; 
}

html {
  font-size: 106.25%;
}

@media (max-width: 768px) {
  html {
font-size: 96.9%;
  }

}

body {
  line-height: 1.5;
  font-family: 'Lato',sans-serif;
  font-weight: 400;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: #f2f3f5;
}


/* Paragraphs */

p {
  font-weight: 400;
  margin: 0 0 1.4rem;
  color: #333;
}

/* Anchors */

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

/* Headings */

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

h1 { line-height: 1.4; }

h2 { line-height: 1.4; }

h3 { line-height: 1.4; }

h4 { line-height: 1.4; }

h5 { line-height: 1.4; }

h6 { line-height: 1.4; }


/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;

}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

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

.hs-landing-page form {
  margin-bottom: 20px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  outline: 0;
  margin-top: 10px;
  font-family: 'Lato',sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  padding: 0.75em;
  height: auto;
  vertical-align: middle;
}




form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  color: #111;
  -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
  outline: 0;
}







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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

button, .button, form input[type=submit], form .hs-button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: normal;
  font-stretch: 100%;
  letter-spacing: 1px;
  font-weight: 400;
  transition: all .3s;
  fill: #fff;
  text-align: center;
  line-height: 1;
  font-family: "Lato",Sans-serif;
  font-size: 1rem;
  min-height: 40px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-landing-page form {
  margin-bottom: 20px;
  padding: 30px;
}



@media (max-width: 767px) {
  .hs-landing-page form {
    padding: 30px 15px;
  }
}
/* Table */

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
header.site__header {
  z-index: 99;
  position: relative;
}

.main-header-container {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}


.site-identity {
  padding: 1em 0;
}


.site-branding {
  line-height: 1;
  align-self: center;
}

.mobile-menu-buttons {
  display: none;
}

.header-menu {
  margin-left: auto;
}

.header-navigation {
  text-align: right;
  height: 100%;
  line-height: 4;
}

nav.site-navigation {
  height: 100%;
  flex-grow: 1;
}

.astra-search-icon::before {
  content: "\e8b6";
  font-family: Astra;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-custom-menu-item {
  position: relative;
}

li.ast-masthead-custom-menu-items {
  padding: 0 1em;
}

.main-header-bar .ast-masthead-custom-menu-items {
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ast-search-menu-icon.ast-dropdown-active {
  visibility: visible;
  opacity: 1;
  position: relative;
}

.ast-search-menu-icon {
  position: relative;
  z-index: 3;
}

.ast-search-icon {
  z-index: 4;
  position: relative;
  line-height: normal;
}

.main-header-bar .main-header-bar-navigation .ast-search-icon {
  display: block;
  z-index: 4;
  position: relative;
}

.ast-search-icon .astra-search-icon {
  font-size: 1.3em;
  font-family: "Lato",Sans-serif;
  font-weight: 700;
}

.ast-search-menu-icon .astra-search-icon {
  -js-display: flex;
  display: flex;
  line-height: normal;
}

li.ast-masthead-custom-menu-items .ast-search-icon .astra-search-icon {
  line-height: 1;
  color: #757575;
}

.astra-search-icon::before {
  content: "\e8b6";
  font-family: Astra;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span.ast-icon.icon-search {
  transition: all .2s linear;
}

span.ast-icon.icon-search {
  transition: all .2s linear;
}

.header-menu form {
  margin: 0;
  border: 1px solid #e7e7e7;
  line-height: normal;
  padding: 0 3em 0 0;
  border-radius: 2px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  color: inherit;
  background-color: #fff;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
  position: absolute;
  z-index: 3;
  right: -1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.show-search .header-menu form {
  visibility: visible;
  opacity: 1;
}

.show-search .ast-search-menu-icon {
  visibility: visible;
  opacity: 1;
  position: relative;
}

.show-search .ast-search-menu-icon {
  visibility: visible;
  opacity: 1;
  position: relative;
}


.header-menu form label {
  display: inline;
  margin: 0;
}

.header-menu form>label>input[type=search] {
  line-height: 1.5;
  font-family: 'Lato',sans-serif;
  font-weight: 400;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  padding: .75em;
  height: auto;
  outline: 0;
  border: 0;
  background-color: transparent;
  transition: width .2s;
  border-radius: inherit;
  color: inherit;
  font-size: 16px;
  color: #757575;
  width: 0px;
  display: block !important;
}

span.screen-reader-text {
  word-wrap: normal!important;
  clip-path: inset(50%);
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.show-search .header-menu form>label>input[type=search] {
  width: 235px;
}

.ast-search-menu-icon.ast-dropdown-active {
  visibility: visible;
  opacity: 1;
  position: relative;
}

span.sub-arrow:after {
  content: "\e900";
  display: inline-block;
  font-family: Astra;
  font-size: .6rem;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  line-height: normal;
}


.main-navigation {
  height: 100%;
  -js-display: inline-flex;
  display: inline-flex;
  font-size: 16px;
  font-size: 0.94117647058824rem;
  font-weight: 400;
  font-family: 'Lato',sans-serif;
  padding-left: 15px;
  vertical-align: top;
}

.container:before {
  content: "";
  display: table;
}

.container:after {
  clear: both;
  content: "";
  display: table;
}

span.site-logo-img img {
  vertical-align: middle;
  transition: all 0.2s linear;
}

ul.submenu.level-2 span.sub-arrow:after {
  line-height: normal;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0,-50%) rotate(
    270deg
  );
}

li.ast-masthead-custom-menu-items .ast-search-icon .astra-search-icon:hover {
  color: #0f29eb;
}

.header-menu form>label>input[type=search]:focus {
  color: #111;
  background-color: #fff;
  border-color: #eaeaea;
  box-shadow: none;
  outline: thin dotted;
  border-color: #0f29eb;
  outline-offset: 0;
}

.show-search li.ast-masthead-custom-menu-items .ast-search-icon .astra-search-icon {
  color: #757575;
}

.header-menu form>label>input[type=search]::placeholder {
  color: #757575;
}

.mobile-logo {
  display: none;
}

@media (min-width: 544px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .ast-container {
    max-width: 1240px;
  }
  
  header.site__header {
    position: absolute;
    left: 0;
    right: 0;
}

}

@media (min-width: 769px) {
  li.ast-masthead-custom-menu-items .ast-search-icon .astra-search-icon {
    color: rgba(255,255,255,0.76);
  }

  ul.submenu.level-2>li:hover> ul.submenu.level-3 {
    left: 100%;
    right: auto;
  }

}

@media screen and (min-width: 921px) {
  .submenu.level-1 > .has-submenu > .menu-arrow {
    display: none;
  }

  ul.submenu.level-1>li>a {
    color: rgba(255,255,255,1.0);
    font-family: "Lato",Sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: 0 1em;
    transition: all .2s linear;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: flex;
  }

  ul.submenu.level-1>li {
    position: relative;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 4;
    font-size: 100%;
  }

  ul.submenu.level-1 {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
  }


  ul.submenu.level-2 {
    display: block;
    overflow-wrap: break-word;
    list-style: none;
    margin: 0;
    padding-left: 0;
    width: 240px;
    background: #fff;
    position: absolute;
    top: 100%;
    z-index: 99999;
    text-align: left;
    line-height: 1.45;
    box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
    border-color: #0274be;
    border-top-width: 2px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5em);
    transition: visibility .2s ease,transform .2s ease;
    font-size: 16px;
    font-size: 0.94117647058824rem;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
    left: -999em;
  }

  ul.submenu.level-1>li:hover> ul.submenu.level-2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    right: auto;
    left: 0;
    transition: opacity .2s ease,visibility .2s ease,transform .2s ease;
  }


  ul.submenu.level-2>li {
    position: relative;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ul.submenu.level-2>li>a {
    font-family: "Lato",Sans-serif;
    font-weight: 700;
    transition: all .2s linear;
    text-decoration: none;
    padding: 0.9em 1em;
    display: block;
    word-wrap: break-word;
    border-width: 0 0 1px;
    color: #404e5c;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
  }

  ul.submenu.level-1 li input {
    display: none;
  }


  ul.submenu.level-3 {
    overflow-wrap: break-word;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
    width: 240px;
    background: #fff;
    left: -999em;
    position: absolute;
    top: 100%;
    z-index: 99999;
    color: #404e5c;
    text-align: left;
    line-height: 1.45;
    box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
    border-color: #0274be;
    border-top-width: 2px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    top: -2px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5em);
    transition: visibility .2s ease,transform .2s ease;
  }

  ul.submenu.level-2>li:hover> ul.submenu.level-3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .2s ease,visibility .2s ease,transform .2s ease;
  }


  ul.submenu.level-3>li {
    position: relative;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ul.submenu.level-3>li>a {
    font-family: "Lato",Sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: 0 1em;
    display: inline-block;
    transition: all .2s linear;
    padding: 0.9em 1em;
    display: block;
    word-wrap: break-word;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #eaeaea;
    color: #404e5c;
    border-bottom-width: 0;
  }

  button.child-trigger {
    display: none;
  }

}

@media (min-width: 993px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 769px) and (max-width: 920px) {
  ul.submenu.level-1>li>a {
    color: #404e5c  !important;
  }
}

@media screen and (max-width: 920px) {
  ul.submenu.level-1 {
    overflow-wrap: break-word;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
    background-color: #f9f9f9;
    border-top-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-top-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-width: 0;
    border-top-width: 1px;
  }

  .menu_toggle  ul.submenu.level-1 {
    display: block;
  }

  ul.submenu.level-1 .has-submenu {
    position: relative;
  }


  ul.submenu.level-2 li a {
    color: #fff;
  }


  .mobile-logo {
    display: block;
  }

  span.site-logo-img>div:first-child {
    display: none;
  }

  .mobile-menu-buttons {
    display: block;
    align-self: center;
    text-align: right;
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
  }

  .button-wrap {
    display: inline-block;
  }

  .mobile-menu-buttons .button-wrap button {
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
    margin: 0;
    letter-spacing: 1px;
    box-shadow: none;
    border: none;
    font-family: "Lato",Sans-serif;
    vertical-align: middle;
    line-height: 1.85714285714286;
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    font-size: 1.5em;
    font-weight: 400;
    padding: 0 0.5em;
    width: auto;
    text-align: center;
    border-radius: 0;
  }

  .mobile-menu-buttons .button-wrap button span.icon.icon-bars>span {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.05;
  }

  .mobile-menu-buttons .button-wrap button span.icon.icon-bars>span:before {
    content: "\e5d2";
    font-family: Astra;
    text-decoration: inherit;
  }

  .site-branding {
    padding-right: 1em;
    text-align: left;
    padding-bottom: 0;
    display: flex;
    flex: 1;
    align-self: center;
  }

  .header-menu {
    display: block;
    width: 100%;
    flex: auto;
    order: 4;
  }

  .header-navigation {
    width: calc(100% + 40px);
    margin: 0 -20px;
    text-align: left;
    line-height: 3;
    display: block;
  }

  .mobile-menu-buttons .button-wrap button:active {
    background-color: rgba(247,142,30,1.0);
    border: 0px solid rgba(255,156,51,1.0);
    color: rgba(255,255,255,1.0);
  }

  .mobile-menu-buttons .button-wrap button:focus {
    border-color: #eaeaea;
    box-shadow: none;
    outline: thin dotted;
    border-color: #0f29eb;
  }

  .main-navigation {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  ul.submenu.level-1>li {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  ul.submenu.level-1>li:first-child {
    border-top: 0;
  }

  ul.submenu.level-1>li>a {
    font-family: "Lato",Sans-serif;
    font-weight: 700;
    transition: all .2s linear;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: flex;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
  }

  .child-trigger {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    margin: 0;
    vertical-align: baseline;
    letter-spacing: 1px;
    font-family: "Lato",Sans-serif;
    background-color: #f78e1e;
    display: inline-block;
    position: absolute;
    font-size: inherit;
    top: -1px;
    right: 20px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 .907em;
    font-weight: 400;
    line-height: inherit;
    transition: all .2s;
    border-radius: 50px;
    font-style: normal;
    color: #404e5c;
  }

  button.child-trigger:hover {
    background: 0 0;
    border-color: inherit;
    color: inherit;
  }

  button.child-trigger:before {
    font-weight: bold;
    content: "\e900";
    font-family: Astra;
    text-decoration: inherit;
    display: inline-block;
  }

  .child-trigger:focus {
    outline: thin dotted;
    background: 0 0;
    border-color: inherit;
    color: inherit;
  }

  .child-trigger.child-open:before {
    transform: rotateX(
      180deg
    );
  }

  span.sub-arrow {
    display: none;
  }

  ul.submenu.level-2 {
    list-style: none;
    margin: 0;
    padding-left: 0;
    top: 100%;
    z-index: 99999;
    background: #fff;
    left: auto;
    right: auto;
    background-color: #f9f9f9 !important;
    position: static;
    opacity: 1;
    visibility: visible;
    border: 0;
    width: auto;
    text-align: left;
    line-height: 3;
    font-size: 0.94117647058824rem;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
    display: none;
  }

  ul.submenu.level-2>li {
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
  }

  ul.submenu.level-2>li:first-child {
    border-top: 0;
  }

  ul.submenu.level-2>li>a {
    font-family: "Lato",Sans-serif;
    font-weight: 700;
    transition: all .2s linear;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    color: red;
    padding-left: 30px;
  }

  ul.submenu.level-3 {
    list-style: none;
    margin: 0;
    padding-left: 0;
    z-index: 99999;
    background: #fff;
    left: auto;
    right: auto;
    top: -1px;
    background-color: transparent !important;
    position: static;
    opacity: 1;
    visibility: visible;
    border: 0;
    width: auto;
    text-align: left;
    line-height: 3;
    display: none;
  }
  
    ul.submenu.level-3.menu-open {
    display: block;
  }

  ul.submenu.level-3>li:first-child {
    border-top: 0;
  }
  
  ul.submenu.level-3 .child-trigger {
    display: none;
}

  ul.submenu.level-3>li {
    position: relative;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  ul.submenu.level-3>li>a {
    font-family: "Lato",Sans-serif;
    font-weight: 700;
    transition: all .2s linear;
    word-wrap: break-word;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    color: red;
    padding-left: 40px;
  }

  span.diver {
    margin-right: 5px;
  }

  ul.submenu.level-2>li>a:before {
    content: "\e900";
    font-family: Astra;
    font-size: .65em;
    text-decoration: inherit;
    display: inline-block;
    transform: translate(0,-2px) rotateZ(270deg);
    margin-right: 5px;
  }

  ul.submenu.level-3>li>a:before {
    content: "\e900";
    font-family: Astra;
    font-size: .65em;
    text-decoration: inherit;
    display: inline-block;
    transform: translate(0,-2px) rotateZ(270deg);
    margin-right: 5px;
  }


  ul.submenu.level-2.menu-open {
    display: block;
  }


  .header-navigation {
    display: none;
  }

  .toggle .header-navigation {
    display: block;
  }

  li.ast-masthead-custom-menu-items.search-custom-menu-item {
    position: relative;
    padding: 0 1em;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 100%;
  }

  .ast-search-menu-icon.slide-search {
    position: relative;
    z-index: 3;
    position: relative;
    display: block;
    right: auto;
    transform: none;
  }

  .ast-search-icon {
    display: none;
  }

  li.ast-masthead-custom-menu-items.search-custom-menu-item form {
    border: 1px solid #e7e7e7;
    line-height: normal;
    padding: 0 3em 0 0;
    border-radius: 2px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    color: inherit;
    background-color: #fff;
    background-color: #fff;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    position: absolute;
    z-index: 3;
    right: -1em;
    top: 50%;
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    padding: 0;
    display: block;
    overflow: hidden;
  }

  li.ast-masthead-custom-menu-items.search-custom-menu-item form label {
    font-family: "Lato",Sans-serif;
  }

  li.ast-masthead-custom-menu-items.search-custom-menu-item form label input[type=search] {
    line-height: 1.5;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    outline: 0;
    border: none;
    background-color: transparent;
    transition: width .2s;
    border-radius: inherit;
    color: inherit;
    font-size: inherit;
    width: 0;
    color: #757575;
    width: 100%;
    padding-right: 5.5em;
    font-size: 16px;
  }

  li.ast-masthead-custom-menu-items.search-custom-menu-item form label input[type=search]::placeholder {
    color: #757575 !important;
  }


  .toggle .mobile-menu-buttons .button-wrap button span.icon.icon-bars>span:before {
    content: "\e5cd";
  }

  .header-menu ul.submenu.level-2>li>a:hover {
    background: transparent !important;
  }
  
    ul.submenu.level-1>li:hover > .child-trigger {
    color: #0f29eb !important;
  }

}

@media (max-width: 768px) {
  .main-header-bar {
    padding-top: 1.5em;
    padding-bottom: 0;
    background-color: #fff;
  }

  .mobile-logo img {
    max-width: 124px;
  }

  .child-trigger {
    top: 0px;
    right: calc( 20px - 0.907em );
  }


  li.ast-masthead-custom-menu-items.search-custom-menu-item form label input[type=search] {
    font-size: 0.94117647058824rem;
  }


  ul.submenu.level-1>li:not(:last-child)>a {
    color: #404e5c !important;
  }

  ul.submenu.level-1>li:not(:last-child):hover>a {
    color: #0f29eb !important;
  }

}

@media (max-width: 544px) {
  .main-header-bar {
    padding-bottom: 1em;
    padding-top: 1em;
  }

  .banner-section .dnd-section>.row-fluid {
    padding-left: 0.54em !important;
    padding-right: 0.54em !important;
  }

}
footer.footer.site__footer {
  position: relative;
  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
  padding: 2.1em 0em 2.1em 0em;
  background-color: #0076C0;
}

.container.gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
  padding: 0;
}

.container.gap .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container.gap .row .column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.column-wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.copyright {
  position: relative;
  width: 100%;
}

.copyright-container {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.copyright-wrapper {
  color: #fff;
}

.copyright-wrapper div {
  display: inline;
}

.copyright {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.footer-menu {
  position: relative;
  width: 100%;
}

nav.mobile-menu-links {
  background-color: #fff;
  font-size: 13px;
  margin-top: 10px;
  -webkit-transition: max-height .3s,-webkit-transform .3s;
  transition: max-height .3s,-webkit-transform .3s;
  -o-transition: max-height .3s,transform .3s;
  transition: max-height .3s,transform .3s;
  transition: max-height .3s,transform .3s,-webkit-transform .3s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  overflow: auto;
  display: none;
}

.mobile-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  padding: 0.25em;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: rgba(0,0,0,.05);
  color: #494c4f;
  display: none;
}

nav.footer-menu-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 2;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

nav.footer-menu-links ul>li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-width: 0;
  position: relative;
}

nav.footer-menu-links ul>li>a {
  box-shadow: none;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  line-height: 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 13px 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  font-family: "Lato",Sans-serif;
  font-weight: 400;
  color: #FFF;
  fill: #FFF;
}

nav.footer-menu-links ul>li>a:after {
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2;
  content: "";
  bottom: 0;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  opacity: 0;
}

nav.footer-menu-links ul>li>a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

nav.footer-menu-links ul>li>a:hover {
  color: #fff;
}

.column.column2 .copyright-wrapper {
  text-align: right;
}

a.top-icon {
  transition: all .2s linear;
  right: 30px;
  bottom: 30px;
  transform: rotate(
    180deg
  );
  font-family: "Lato",Sans-serif;
  font-weight: 700;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #fff;
  border-radius: 2px;
  background-color: #0076c0;
  font-size: 15px;
  display: none;
  font-size: 0.88235294117647rem;

}

a.top-icon::before {
  content: "\e900";
  font-family: Astra;
  text-decoration: inherit;
}


a.top-icon:hover {
  color: #fff;
}

.show-btn a.top-icon {
  display: block;
}

.footer-menu.lp ul>li:not(:last-child) {
    display: none;
}

@media (min-width: 768px) {
  .container.gap .row .column {
    width: 50%;
  }
}

@media (min-width: 769px) {
  a.top-icon {
    content: "769";
  }

}


@media (max-width: 1024px) {
  .container.gap .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copyright-wrapper {
    text-align: center;
  }

  .column.column2 .copyright-wrapper {
    text-align: center;
  } 

  footer.footer.site__footer {
    padding: 2em 0em 2em 0em;
  }

}


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

  .column.column1 .copyright {
    margin: 0;
  }

}
