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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*Hello*/

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

*, *:before, *:after {
  box-sizing: border-box;
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */
#main-content{
  margin:0 15px;
}
.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px; 
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .hs-content-id-72212790244.hs-landing-page #hs_cos_wrapper_widget_1687446252565_ .hs-image-widget{
  width: 100%;
    object-fit: cover;
  } 
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* @font-face {
  font-family: 'P22 Underground';
  src: url('https://26047855.fs1.hubspotusercontent-eu1.net/hubfs/26047855/font/P22Underground.woff2') format('woff2'),
       url('https://26047855.fs1.hubspotusercontent-eu1.net/hubfs/26047855/font/P22Underground.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
body {
  font-family:'Lato', 'P22 Underground', sans-serif;
}

@font-face {
  font-family: 'P22 Underground';
  src: url('https://26047855.fs1.hubspotusercontent-eu1.net/hubfs/26047855/font/P22-Underground-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'P22 Underground';
  src: url('https://26047855.fs1.hubspotusercontent-eu1.net/hubfs/26047855/font/P22-Underground-Bold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}


body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 20px;
  /* was 1.4 rem instead of 20px */
}

/* Anchors */
span.divider {
    background: #34393b;
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 92px;
}
a {
  cursor: pointer;
  text-decoration: none;
}

.hs_cos_wrapper_type_rich_text a {
  color:#34393B;
}

.hs_cos_wrapper_type_rich_text a:hover {
  color:#34393B;
  text-decoration:underline;
}

.hs_cos_wrapper_type_rich_text ul li {
  margin-bottom:10px;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'P22 Underground';
  font-style: normal;  
  font-weight: 400;
  line-height: 1.2;
}
*/

/* Lists */
ul li {
  font-size: 18px;
  line-height: 120%;
}
ul,
ol {
  margin: 0 0 30px;
  padding-left: 30px;
}

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
.btn {
  font-family: Lato, P22 Underground, sans-serif;
  padding: 10px 26px;
  border-radius: 30px;
  color: white; 
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  display:inline-block;
}


.btn-smaller {
  padding: 9px 32px 11px;
  border-radius: 30px;
  color: white; 
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.btn-primary {
  background: #005181;
}

.btn-primary:hover {
  background: #0071A8;
  color: white;
  text-decoration: none;
  transition: background 0.4s ease-out;  
}

.btn-secondary {
  background: #8CB934;
}

.btn-secondary:hover {
  background: #7AA427;
  color: white;
  text-decoration: none;
  transition: background 0.4s ease-out;  
}

.btn-primary-outline-grey {
  color: #000;
  border: 2px solid #000;
}

.btn-primary-outline-grey:hover {
  background: black;
  color: white;
  text-decoration: none;  
  transition: background 0.4s ease-out;    
}

.btn-secondary-white {
  background-color: #fff;
  color: #34393B;
}

.btn-secondary-white:hover {
  background: #007632;
  color: white;
  text-decoration: none;  
  transition: background 0.4s ease-out;    
}
/* Form fields */

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

/* Labels */

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

.form-input-validation-message-error label {
  color: #ff522c!important;
  font-size: 18px!important;
}

.form-input-validation-message ul.hs-error-msgs {
  display: inline-block;
}

/* 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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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: 16px;
  line-height: 1.2;
}

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

.hs-error-msg {
  color: #EF6B51!important;
  margin-top: 0.35rem;
}

/* Submit button */

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

/* Captcha */

.contact-form .hs_recaptcha {
  margin-top:16px
}
.grecaptcha-badge {
  margin: 0 auto;
  margin-left: 0;
}

/* DepositFix Membership Forms */

/*Any specific instructions for members. e.g Joint & Family*/
#membership_instruction {
      padding: 8px 0 0 0;
}

#membership_instruction > p {
	  text-align: center;
    margin: 4px 0;
    color: #0092ae;
}

#unique_email_note {
    color: #eb0404;
    width:50%;
    font-size:12px;
    margin:0px;
}

#hsForm_b4e289b7-52aa-4ce2-9709-a2fd925592d3>fieldset:nth-child(5),
#hsForm_878367f2-84e7-4d13-a178-767d44bb6739>fieldset:nth-child(5),
#hsForm_47fc2fab-edc5-451c-8e08-f6785717b3e6 > fieldset:nth-child(7){
  margin:0px;
}

#hsForm_b4e289b7-52aa-4ce2-9709-a2fd925592d3 > fieldset:nth-child(5) > div,
#hsForm_878367f2-84e7-4d13-a178-767d44bb6739 > fieldset:nth-child(5) > div,
#hsForm_47fc2fab-edc5-451c-8e08-f6785717b3e6 > fieldset:nth-child(7) > div{
  margin-bottom:0px;
}

.hbspt-form,
.hs-embed-wrapper {
  background: white;
  border-radius: 12px;
  padding: 38px!important;
  max-width: 804px!important;   
}

.hs-embed-wrapper.donate-form {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hbspt-form fieldset,
.hs-embed-wrapper fieldset {
  background: #F9F9F9;
  padding-left: 30px!important;
  padding-right: 30px!important;
}

.hbspt-form fieldset:first-of-type {
  padding-top: 30px;
}

.hbspt-form fieldset:last-of-type {
  padding-bottom: 30px;
}


.hs-embed-wrapper .hs-richtext {
  margin: 0;
}


.hs-embed-wrapper .form-columns-0:not(:first-of-type) {
  margin-top: 20px;
}

.hs-embed-wrapper .form-columns-0 h3 {
  font-size: 26px;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 0;
}

.hs-embed-wrapper .hs-richtext p,
.hs-embed-wrapper .hs-richtext,
.hs-embed-wrapper .form-columns-0 p {
  font-size: 16px;
  margin-bottom: 21px;
}

.hs-embed-wrapper .form-columns-2,
.hs-embed-wrapper .form-columns-3,
.hbspt-form form .form-columns-2,
.hbspt-form form .form-columns-3 {
  display: flex;
  gap: 30px;
}



.hbspt-form .input,
.hs-embed-wrapper .form-columns-1 .input,
.hs-embed-wrapper .form-columns-2 .input {
  margin: 0!important;
}

.hbspt-form .hs-input.invalid.error,
.hs-embed-wrapper .hs-input.invalid.error {
  border: solid 2px #FF522C;
}

#stripe_bacs_error,
.hbspt-form .hs-error-msg,
.hs-embed-wrapper .hs-error-msg, .hs-zip .error {
  color: #FF522C!important;
}


.hbspt-form label,
.hs-embed-wrapper label { 
  font-size: 16px;
  color: #34393B;
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 8px;
}


.hbspt-form label .hs-form-required,
.hs-embed-wrapper label .hs-form-required {
  color: #34393B;
}


.hbspt-form form input[type='checkbox'],
.hbspt-form form input[type='radio'],
.hs-embed-wrapper form input[type='checkbox'],
.hs-embed-wrapper form input[type='radio'] {
  accent-color: #007632;
}


.hs-embed-wrapper form .hs_phone .hs-fieldtype-intl-phone {
  display: flex;
  width: 100%;
  margin-top: 6px;
}

.hs-embed-wrapper form .hs-fieldtype-date {
  width: 38%!important;
}

.hbspt-form form .hs_title,
.hs-embed-wrapper form .form-columns-3 .hs_title {
  flex: 145px 0;
}

.hbspt-form form .hs_title {
  margin-top: -1px;
}

.hs-embed-wrapper form fieldset .input {
  margin-right: 0!important;
}

.hs-embed-wrapper form .form-columns-3 .hs_firstname {
  flex: 117px 0;
}

.hs-embed-wrapper form .hs_email {
  flex: 292px 0;
}


.hs-embed-wrapper form .hs_phone,
.hs-embed-wrapper form .form-columns-3 .hs_lastname,
.hbspt-form form .form-columns-3 .hs_lastname {
  flex: auto;
}

.hs-embed-wrapper form .hs_birthday {
  width: 292px!important;
}

.hs-embed-wrapper form .hs_phone .hs-fieldtype-intl-phone.hs-input select {
  width: 155px!important;
}

#phone_ext-3124996e-33a2-40d6-bf0d-e64ddecd2ddd {
  margin-right: 20px;
}

.hbspt-form form input[type=email], 
.hbspt-form form input[type=file], 
.hbspt-form form input[type=number], 
.hbspt-form form input[type=password], 
.hbspt-form form input[type=tel], 
.hbspt-form form input[type=text], 
.hbspt-form form select, 
.hbspt-form form textarea,
.hs-embed-wrapper form input[type=email], 
.hs-embed-wrapper form input[type=file], 
.hs-embed-wrapper form input[type=number], 
.hs-embed-wrapper form input[type=password], 
.hs-embed-wrapper form input[type=tel], 
.hs-embed-wrapper form input[type=text], 
.hs-embed-wrapper form select, 
.hs-embed-wrapper form textarea {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid #000;
  color: #34393B;
  font-size: 18px;
  line-height: 1.2;
  max-width: 668px;
  width: 100%!important;
} 

.hbspt-form form select,
.hs-embed-wrapper form select {
   color: #34393B;
}

.hbspt-form form .is-placeholder,
.hs-embed-wrapper form .is-placeholder {
  color: #B6B6B6;
}

.hbspt-form .hs-form-field,
.hs-embed-wrapper .hs-form-field {
  margin-bottom: 15px!important;
}

.hbspt-form form input:focus,
.hbspt-form form select:focus,
.hbspt-form form textarea:focus,
.hs-embed-wrapper form input:focus,
.hs-embed-wrapper form select:focus,
.hs-embed-wrapper form textarea:focus {
  outline: none;  
}

.hs-embed-wrapper .hs-form-booleancheckbox-display {
  display: flex;
  gap: 7px;
}

.hs-embed-wrapper .legal-consent-container .hs-form-booleancheckbox-display>span, 
.hs-embed-wrapper .legal-consent-container .hs-form-booleancheckbox-display>span p {
  font-size: 16px;
  margin: 0!important;
}

.hs-field-desc {
  font-size: 14px;
}

.hbspt-form input[type='submit']:hover,
.hbspt-form input[type='submit'] {
  border: none!important;
}


.hbspt-form input[type='submit'] {
  padding: 9px 32px 11px!important;
  border-radius: 30px!important;
  color: white!important; 
  background-color: #007632!important;  
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;  
  position: relative;
  top: -7px;
}

.hbspt-form .hs-submit { 
  margin-top: 21px;
}

.hbspt-form input[type='submit']:hover {
  background: #024A21;
  color: white;
  text-decoration: none;
  transition: background 0.4s ease-out;  
}
  

.fn-date-picker .pika-label {
  background-color: #007632!important;
  color: white;
  padding: 7px 10px!important;
  border-radius: 4px;
}

.fn-date-picker .pika-label:nth-of-type(1) {
  margin-right: 5px!important;
}

.fn-date-picker .pika-title select {
  padding: 0;
}
div.copyright > a {
  display: none;
}

@media (max-width: 594px) {
  .hs-embed-wrapper form .form-columns-3 .hs_title,
  .hs-embed-wrapper form .form-columns-3 .hs_firstname,
  .hs-embed-wrapper form .form-columns-3 .hs_lastname,
  .hs-embed-wrapper form .hs-birthday {
    width: 100%!important;
    padding: 0!important;
  }
}


@media (max-width: 768px) {
  h1{
    font-size:24px!important
  }
  
  .hs-embed-wrapper {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .hs-embed-wrapper .form-columns-3,
  .hs-embed-wrapper .form-columns-2 {
    flex-direction: column;
    gap: 0;
  }
  
  .hs-embed-wrapper  fieldset .hs-form-field {
    width: 100%!important;
  }

  .hs-embed-wrapper form .hs_email,
  .hs-embed-wrapper form .form-columns-3 .hs_firstname,
  .hs-embed-wrapper form .form-columns-3 .hs_title {
    flex: auto;
  }
  
 
  .hs-embed-wrapper fieldset{
    padding-left: 20px!important;
    padding-right: 20px!important;
  }

  .hs-embed-wrapper .hs_where_would_you_like_your_donation_to_go_ > label {
    display: flex;
  }
  .hs-embed-wrapper .hs-form-booleancheckbox-display {
    display: block;
  }
} 
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Custom blog listing animation */
  .fade {
  animation-name: animateIn;
  animation-duration: 350ms;
  animation-delay: calc(var(--animation-order) * 100ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: scale(0.6) translateY(-8px);
  }
  
  100% {
    opacity: 1;
  }
}

html {
  scroll-behavior: smooth;
}

/* Custom blog with sidebar */
.body-container--blog-post .inner-content {
  display:flex;
  flex-wrap:wrap;
}

.body-container--blog-post .inner-content .blog-post-content {
  width:70%;
  padding-right: 50px;
}
.body-container--blog-post .inner-content .resources-sidebar {
  width:30%;
  height: fit-content;
  position: sticky;
  top: 40px;
  padding-top:40px;
}

.resources-sidebar .blog-nav-links {
  display:flex;
  flex-direction:column;
}
.resources-sidebar .blog-nav-links a,
.resources-sidebar .related-link {
  font-size:14px;
  padding-bottom: 5px;
}
.resources-sidebar .newsletter-title {
  font-size:16px;
  color: rgb(36 40 56);
}

.resources-sidebar h4,
.resources-sidebar h4 a {
    padding: 10px 0px 5px;
    margin: 0;
    font-size: 16px;
    font-weight:600;
    color: rgb(36 40 56);
}

.blog_cta.global {
  padding:80px 0;
}

@media (max-width:868px) {
  /* Custom blog with sidebar */
  .body-container--blog-post .inner-content {
    flex-direction:column;
  }
  
  .blog_cta.global {
    padding:40px 0;
  }

  .body-container--blog-post .inner-content .blog-post-content {
    width:100%;
    padding-right: 0px;
  }

  .body-container--blog-post .inner-content .resources-sidebar {
    width:100%;
    height: fit-content;
    position: relative;
    top: 0;
    padding-top: 10px;
    padding-bottom: 40px;
    border-top: 1px solid #252838;
  }
}

.blog-post p {
  line-height:1.6rem;
  color:rgba(0,81,129,.7);
}

.blog-post li {
  font-size: 18px;
  margin-bottom: 12px;
}

/* Blog header */
.blog-post__body h2 {
    font-size: 1.6rem;
  padding-top:90px;
  margin-top:-90px;
}
.blog-post__body h3 {
  font-size: 1.4rem;
}
.blog-post__body h4 {
  font-size:1.2rem;
}

.blog-header {
  background-color: #464646;
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  padding: 2vw;

}

.blog-header .h-row {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}

.body-container--blog-index {
  background-color: #fff;
  padding:0 30px; 
}

.blog-header__inner {
  width:50%;
}

.subscribe-form {
  width:50%;
}

.blog-header__inner h1 {
  color:#fff;
  text-transform:uppercase;
  font-size: 50px;
  line-height: 120%;
  max-width:490px;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .blog-header__inner h1 {
    font-size: 42px;
  }
  .blog-post__body iframe{
  width: 100%;
}
}
.blog-header__inner p {
  color:#fff;
  font-size: 36px;
  line-height: 120%;
  max-width:490px;
  font-family: P22 Underground, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

.blog-index__post .inner-post {

  border-radius:20px;
  padding-bottom:20px;
}

.blog-index__post .inner-post .blog-btn {
  color: rgba(0, 81, 129, 1);
  display:block;
  font-size: 18px;
  line-height: 22px;
  position:relative;
}

.blog-index__post .inner-post .blog-btn::after {
  content:'';
  background-image: url(https://26047855.fs1.hubspotusercontent-eu1.net/hubfs/26047855/Blog_Template/Vector.svg);
  background-repeat:no-repeat;
  color: rgba(0, 81, 129, 1);
  height:14px;
  width:18px;
  position: absolute;
  top: 3px;
  margin-left: 10px;
  transition:all .4s ease;
}

.blog-index__post .inner-post .blog-btn:hover::after {
  margin-left:20px;
}

.blog-index__post .inner-post .blog-index__post-content {
  padding:0;
  color:rgba(0, 81, 129, 0.7);
}

.blog-index__post .inner-post .blog-index__post-content p {
  font-size: 16px;
  line-height: 120%;
}


.blog-index__post .image-holder {
  height:450px;
  max-width: 450px;
  /*background: #eee;*/
  overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*background: linear-gradient(130deg, rgba(0,119,46,1) 0%, rgba(0,119,170,1) 100%);*/
}
.blog-index__post .image-holder img {
    height: 100%;
    object-fit: cover;
    border-radius: 11px;
    width: 100%;
    transition: all 1.4s ease;
}

.blog-index__post .holder-link:hover .image-holder img {
    height: 140%;
    width: 140%;
}

.blog-index__post-content--small h3 {
  min-height: 68px;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 120%;
}

.blog-index__post-content--small h3 a:hover {
  color:#005181;
  text-decoration:none;
}

.blog-index__post .image-holder .image-text {
  font-size: 24px;
  font-weight: 600;
  color:#fff;
  text-decoration:none;
  padding: 20px;
  text-align: center;
}
.blog-index__post .holder-link:hover {
  text-decoration:none;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 40px!important;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex: 0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-post__body a {
  color: #01a4d9;
  text-decoration:underline;
  text-underline-offset: 3px;
}

.blog-post__body a:hover {
  color: #34393B;
}


.blog-index__post-content h3 {
  margin: 0.7rem 0;
}

.blog-index__post-content a {
  color: #005181;
}

/* Blog pagination */

.blog-pagination {
  display: flex;
  justify-content: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 50%;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
    align-items: center;
}

.blog-pagination__link--active {
  border-color: #007632;
  color: #34393B;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
  border-color: #007632;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #34393B;
  margin: 0 10px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #34393B20;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #fff;
  color:#34393B;
  background-color: #EAF0E2;
}

.blog-pagination__link.blog-pagination__next-link,
.blog-pagination__link.blog-pagination__prev-link  {
  border:none;
}

/* Blog post */

.post_header {
  padding: 160px 0;
  background-color:#252838;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position:relative;
  margin: 0 30px;
}
.post_header .blog-post__meta {
  display:flex;
  gap:10px;
  color:#fff;
  padding:0;
}
.post_header .breadcrumbs {
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap: wrap;
  color:#fff;
  font-size:16px;
}
.post_header .breadcrumbs a {
  color:#fff;
}

.post_header .breadcrumbs a:hover {
  color:#fff;
  text-decoration:none;
}

.post_header .breadcrumbs svg {
  height:10px;
  width:10px;
}

.post_header .blog-post__meta a {
  color:#fff;
  font-size: unset;
  text-underline-offset: 4px;
}

.post_header .blog-post__meta a:hover {
  color:#fff;
}

.post_header:after {
  content:"";
  background-color: #000000a1;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  z-index:0;
}
.post_header .content-wrapper {
  position:relative;
  z-index:2;
  padding:0 0 0 30px;
}
.post_header h1 {
  color: #fff;
}

.blog-post {
  margin: 0 auto;
  padding: 40px 30px !important;
  color: rgba(62, 62, 62, .7);
}


.blog-index__post--small .blog-post__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-post__meta {
  padding: 10px 0 0;
  color: #0007;
  font-size:15px;
}

.blog-post__meta a {
  color: #007632;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size:15px;
}
.blog-post__meta a:hover {
  color:#007632;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}



/* Blog related posts */

.blog-related-posts {
  background-color: #fff;
  padding:20px 0 40px!important;
}

.blog-related-posts h2 {
  text-align:center;
  color:#005181;
  font-size: 36px;
  line-height: 120%;
}

.blog-related-posts h3 {
  text-align: left;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100%/3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}


@media screen and (max-width: 868px) {
  
  .blog-header .h-row {
    flex-direction:column;
  }
  .subscribe-form {
    width:100%;
  }
  .blog-header__inner {
    width:100%;
  }
  .case-study .inner-header .header-title {
    width:100%;
    padding-right: 0px;
  }
  .case-study .inner-header .header-image {
    width:100%;
  }
  
  
  .blog-post table {
    zoom:.6
  }
  

  .blog-index__post-content--small h3 {
    min-height:20px;
  }
  .blog-header {
    padding:40px  20px;
  }
  .post_header h1 {
    font-size: 25px;
  }
  .post_header {
    padding: 40px 0;
  }
  .post_header .blog-post__meta {
    display:inline;
  }
  .blog-post__body h2 {
    font-size: 1.4rem;
  }
  .blog-post__body h3 {
   font-size: 1.1rem;
  } 
  .blog-post__body h4 {
    font-size:1rem;
  }
  .blog-related-posts {
    padding: 20px 0 60px;
  }
  .blog-related-posts h2 {
    font-size: 1.6rem;
    margin:0;
    padding:10px;
  }
}

@media screen and (max-width: 568px) {
  
  .blog-post table {
    zoom:.4
  }
    .blog-index__post {
    padding: 20px 0;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  flex-wrap: nowrap;
  padding: 0 3vw;
  position: relative;
  z-index: 1000;
}

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

.header__logo img.hs-image-widget {
  border-radius: 0;
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  max-width: 380px;
  overflow: hidden;
}

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

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

/* Search bar */

.header__search {
  background-color: #007632;
  width: 100%;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.header__search .hs-search-field__input {
  background-image: url('https://26047855.fs1.hubspotusercontent-eu1.net/hubfs/26047855/icon-search-outline.svg');
  background-position: center left 16px;
  background-repeat: no-repeat;
  border: none;
  padding: 0 15px 0 54px;
  width: 85vw;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
  color: black;
}

.show-search {
  cursor: pointer;
}

.header__search .close-search {
  height: 30px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: none;
  border-radius: 6px;
  max-width: 100%;
}

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

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

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

/* Navigation */
.search-mobile,
#nav-toggle {
  display: none;
}

/* Mobile toggles */

/* Media Queries */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__logo {
    flex: none;
    width: 20vh;
  }
  
}

@media (max-width: 767px) {
  .header__container {
    padding: 12px;
    height: auto;
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__logo {
    flex: none;
    width: 20vh;
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }

  .header__search .close-search {
    display: none;
  }

  .header__navigation,
  .header__buttons {
    display: none;
    width: 100%;
  }


  .header__navigation.open {
        background-color: #eee;
        border-radius: 0 0 18px 18px;
        display: block;
        height: 48vh;
        left: 0;
        overflow: scroll;
        position: fixed;
        top: 58px;
        width: 98vw;
        margin-left: 1vw;
        z-index: 3;
  }

  .header__search.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__close--toggle {
    cursor: pointer;
    position: relative;
  }

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

  .header__navigation--toggle.open,
  .header__search--toggle.open {
    margin-left: 0;
  }

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

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

    .header__navigation--toggle {
        background-image:   url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDE1Ij48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMiIgeT0iLjIxIiBmaWxsPSIjMzQzOTNCIiByeD0iMSIvPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyIiB5PSIuMjEiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjIiIHJ4PSIxIi8+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIiIHk9IjYuMjEiIGZpbGw9IiMzNDM5M0IiIHJ4PSIxIi8+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIiIHk9IjYuMjEiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjIiIHJ4PSIxIi8+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIiIHk9IjEyLjIxIiBmaWxsPSIjMzQzOTNCIiByeD0iMSIvPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyIiB5PSIxMi4yMSIgZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuMiIgcng9IjEiLz48L3N2Zz4=);
        background-size: cover;
        height: 14px;
        width: 20px;
    }

  .search-mobile {
    display: block;
    height: auto;
    margin: 0 5vw;
    position: relative;
  }

  .search-mobile .close-search--mobile {
    background-color: white;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
  }

  .close-search--mobile.visible {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
  }

  .header__search--toggle {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMyAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjQwMzQgMTkuNjc4NEwxNy4zNzI2IDE1LjY2NzdDMTguNjczMSAxNC4wMTQzIDE5LjM3ODggMTEuOTcyNiAxOS4zNzYyIDkuODcwNjRDMTkuMzc2MiA3Ljk5ODcxIDE4LjgxOTkgNi4xNjg4MiAxNy43Nzc3IDQuNjEyMzdDMTYuNzM1NiAzLjA1NTkyIDE1LjI1NDMgMS44NDI4MiAxMy41MjEzIDEuMTI2NDZDMTEuNzg4MiAwLjQxMDEwNyA5Ljg4MTI1IDAuMjIyNjc2IDguMDQxNDYgMC41ODc4N0M2LjIwMTY3IDAuOTUzMDY1IDQuNTExNzEgMS44NTQ0OCAzLjE4NTMgMy4xNzgxM0MxLjg1ODg4IDQuNTAxNzkgMC45NTU1OCA2LjE4ODIyIDAuNTg5NjIzIDguMDI0MThDMC4yMjM2NjYgOS44NjAxNCAwLjQxMTQ4OSAxMS43NjMyIDEuMTI5MzQgMTMuNDkyNkMxLjg0NzE5IDE1LjIyMiAzLjA2MjgzIDE2LjcwMDIgNC42MjI1MyAxNy43NDAyQzYuMTgyMjIgMTguNzgwMiA4LjAxNTkzIDE5LjMzNTMgOS44OTE3NyAxOS4zMzUzQzExLjk5ODEgMTkuMzM3OSAxNC4wNDQxIDE4LjYzMzcgMTUuNzAxIDE3LjMzNTlMMTkuNzIgMjEuMzU4M0MxOS44MzAyIDIxLjQ2OTIgMTkuOTYxMyAyMS41NTcyIDIwLjEwNTggMjEuNjE3M0MyMC4yNTAyIDIxLjY3NzQgMjAuNDA1MiAyMS43MDgzIDIwLjU2MTcgMjEuNzA4M0MyMC43MTgyIDIxLjcwODMgMjAuODczMiAyMS42Nzc0IDIxLjAxNzYgMjEuNjE3M0MyMS4xNjIxIDIxLjU1NzIgMjEuMjkzMiAyMS40NjkyIDIxLjQwMzQgMjEuMzU4M0MyMS41MTQ2IDIxLjI0ODMgMjEuNjAyOCAyMS4xMTc1IDIxLjY2MjkgMjAuOTczM0MyMS43MjMxIDIwLjgyOTIgMjEuNzU0MSAyMC42NzQ1IDIxLjc1NDEgMjAuNTE4M0MyMS43NTQxIDIwLjM2MjIgMjEuNzIzMSAyMC4yMDc1IDIxLjY2MjkgMjAuMDYzNEMyMS42MDI4IDE5LjkxOTIgMjEuNTE0NiAxOS43ODgzIDIxLjQwMzQgMTkuNjc4NFYxOS42Nzg0Wk0yLjc3ODQ4IDkuODcwNjRDMi43Nzg0OCA4LjQ2NjY5IDMuMTk1NjcgNy4wOTQyOCAzLjk3NzI4IDUuOTI2OTRDNC43NTg5IDQuNzU5NiA1Ljg2OTg1IDMuODQ5NzcgNy4xNjk2MyAzLjMxMjUxQzguNDY5NDEgMi43NzUyNCA5Ljg5OTY2IDIuNjM0NjcgMTEuMjc5NSAyLjkwODU2QzEyLjY1OTMgMy4xODI0NiAxMy45MjY4IDMuODU4NTIgMTQuOTIxNiA0Ljg1MTI2QzE1LjkxNjQgNS44NDQgMTYuNTkzOSA3LjEwODgzIDE2Ljg2ODQgOC40ODU3OUMxNy4xNDI4IDkuODYyNzYgMTcuMDAyIDExLjI5IDE2LjQ2MzYgMTIuNTg3MUMxNS45MjUyIDEzLjg4NDIgMTUuMDEzNSAxNC45OTI4IDEzLjg0MzcgMTUuNzcyOEMxMi42NzM5IDE2LjU1MjggMTEuMjk4NiAxNi45NjkxIDkuODkxNzcgMTYuOTY5MUM4LjAwNTIxIDE2Ljk2OTEgNi4xOTU5MSAxNi4yMjEyIDQuODYxOTEgMTQuODlDMy41Mjc5MSAxMy41NTg4IDIuNzc4NDggMTEuNzUzMyAyLjc3ODQ4IDkuODcwNjRaIiBmaWxsPSIjMDA3NjMyIi8+Cjwvc3ZnPgo=");    
    background-size: cover;
    height: 18px;
    width: 18px;
  }

  .header__close--toggle {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMzAwMjk1IDAuMzAwMjk1Qy0wLjEwMDA5OCAwLjcwMDY4OCAtMC4xMDAwOTcgMS4zNDk4NSAwLjMwMDI5NiAxLjc1MDI1TDcuNTUwMDUgOUwwLjMwMDI5NSAxNi4yNDk4Qy0wLjEwMDA5OCAxNi42NTAxIC0wLjEwMDA5OCAxNy4yOTkzIDAuMzAwMjk1IDE3LjY5OTdDMC43MDA2ODcgMTguMTAwMSAxLjM0OTg1IDE4LjEwMDEgMS43NTAyNSAxNy42OTk3TDkgMTAuNDVMMTYuMjQ5OCAxNy42OTk3QzE2LjY1MDEgMTguMTAwMSAxNy4yOTkzIDE4LjEwMDEgMTcuNjk5NyAxNy42OTk3QzE4LjEwMDEgMTcuMjk5MyAxOC4xMDAxIDE2LjY1MDEgMTcuNjk5NyAxNi4yNDk4TDEwLjQ1IDlMMTcuNjk5NyAxLjc1MDI1QzE4LjEwMDEgMS4zNDk4NSAxOC4xMDAxIDAuNzAwNjg4IDE3LjY5OTcgMC4zMDAyOTVDMTcuMjk5MyAtMC4xMDAwOTggMTYuNjUwMSAtMC4xMDAwOTggMTYuMjQ5OCAwLjMwMDI5NUw5IDcuNTUwMDVMMS43NTAyNSAwLjMwMDI5NUMxLjM0OTg1IC0wLjEwMDA5OCAwLjcwMDY4OSAtMC4xMDAwOTggMC4zMDAyOTUgMC4zMDAyOTVaIiBmaWxsPSIjMzQzOTNCIi8+CjxwYXRoIGQ9Ik0wLjMwMDI5NSAwLjMwMDI5NUMtMC4xMDAwOTggMC43MDA2ODggLTAuMTAwMDk3IDEuMzQ5ODUgMC4zMDAyOTYgMS43NTAyNUw3LjU1MDA1IDlMMC4zMDAyOTUgMTYuMjQ5OEMtMC4xMDAwOTggMTYuNjUwMSAtMC4xMDAwOTggMTcuMjk5MyAwLjMwMDI5NSAxNy42OTk3QzAuNzAwNjg3IDE4LjEwMDEgMS4zNDk4NSAxOC4xMDAxIDEuNzUwMjUgMTcuNjk5N0w5IDEwLjQ1TDE2LjI0OTggMTcuNjk5N0MxNi42NTAxIDE4LjEwMDEgMTcuMjk5MyAxOC4xMDAxIDE3LjY5OTcgMTcuNjk5N0MxOC4xMDAxIDE3LjI5OTMgMTguMTAwMSAxNi42NTAxIDE3LjY5OTcgMTYuMjQ5OEwxMC40NSA5TDE3LjY5OTcgMS43NTAyNUMxOC4xMDAxIDEuMzQ5ODUgMTguMTAwMSAwLjcwMDY4OCAxNy42OTk3IDAuMzAwMjk1QzE3LjI5OTMgLTAuMTAwMDk4IDE2LjY1MDEgLTAuMTAwMDk4IDE2LjI0OTggMC4zMDAyOTVMOSA3LjU1MDA1TDEuNzUwMjUgMC4zMDAyOTVDMS4zNDk4NSAtMC4xMDAwOTggMC43MDA2ODkgLTAuMTAwMDk4IDAuMzAwMjk1IDAuMzAwMjk1WiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC4yIi8+Cjwvc3ZnPgo=");
        background-repeat: no-repeat;
        display: none;
        height: 18px;
        margin-left: 0;
        width: 20px;
        background-color: #eee;
        padding: 38px 38px 3px 30px;
        top: 2px;
        left: -7px;
        background-position: center;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}


.hs-image-widget {
  border-radius:20px;
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: 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.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;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.footer {
  text-align:center;
  padding:80px 0 16px 0;
  margin:0px;
  background-color:#eeeeee;
  position: relative; 
  bottom: 0; /* Align it to the bottom */
  left: 0; /* Align it to the left edge */
  width: 100vw; /* Proportional to the viewport width */
  /*height: 15vw; /* Proportional to the viewport width for consistent aspect ratio */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Ensures pseudo-elements don't overflow */
}

.footer::before {
    background: #fff;
    border-radius: 93%;
    box-shadow: 0 0 0 1px #01a4d9;
    content: "";
    height: 100%;
    left: -22%;
    position: absolute;
    top: -64%;
    width: 140%;
    z-index: 1;
}

.footer::after {
  content: '';
  position: absolute;
  inset: 0; /* Ensures this element resizes with the container */
  z-index: 2;
  pointer-events: none;
}


@media (max-width: 1150px) and (min-width: 767px) {
  
  .footer {
        padding: 75px 0 0px;
  }
  
  .footer:before {
    box-shadow: 0 0 0 2px #01a4d9;
    height: 88%;
    left: -42%;
    top: -62%;
    width: 182%;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 10px 0 0px;
  }
  .footer:before {
    box-shadow: 0 0 0 1px #01a4d9;
    height: 86%;
    left: -73%;
    top: -64%;
    width: 250%;
  }
}