/* 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.
*/

*, *: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;
}

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

/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
@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.)
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* @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: '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 {
  padding: 18px 32px 20px;
  border-radius: 30px;
  color: white; 
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.btn-login {
  color: #34393B;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato";
  line-height: 22px;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0!important;
}

.btn-login:hover {
  color: #000;
  text-decoration: none;
}

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

.btn-primary {
  background: #007632;
}

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

.btn-secondary {
  background: #005181;
}

.btn-secondary:hover {
  background: #012D47;
  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;
}

.additional-member-form-wrapper form {
  background: white;
}

.additional-member-form-wrapper form .hs-richtext #membership_instruction {
    padding: 8px 0 24px 0;
}
 
.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;
}

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

.additional-member-form-wrapper form .hs-richtext,
.hs-embed-wrapper .hs-richtext {
  margin: 0;
}

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

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

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

.additional-member-form-wrapper .form-columns-2,
.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;
}

.dashboard-edit-form form #phone_ext-c40c3385-e446-40d1-a9e8-e8c911fc1a5d {
  display: flex;
  margin-top: 7px;
}

.dashboard-edit-form .hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-right: 15px;
  margin-top: 9px;
  width: 155px!important; 
}

.dashboard-edit-form form .hs_phone {
  width: 60%!important;
}

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

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

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

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

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

.additional-member-form-wrapper form input[type='checkbox'],
.additional-member-form-wrapper form input[type='radio'],
.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;
}

.additional-member-family-wrapper form .hs_phone .hs-fieldtype-intl-phone, 
.additional-member-form-wrapper form .hs_phone .hs-fieldtype-intl-phone {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-top: 6px;
}

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

.additional-member-form-wrapper form .form-columns-3 {
  display: flex; 
  align-items: center;
  gap: 20px;
}

.additional-member-form-wrapper form .form-columns-3 .hs-fieldtype-select {
  margin-top: -1px;
}

.additional-member-form-wrapper form .form-columns-3 .hs-fieldtype-text {

}

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

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

.hbspt-form form .hs_title,
.hs-embed-wrapper form .form-columns-3 .hs_title,
.additional-member-form-wrapper form .form-columns-3 .hs-fieldtype-select {
  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;
}

.additional-member-family-wrapper form .hs_phone .hs-fieldtype-intl-phone.hs-input select,
.additional-member-form-wrapper form .hs_phone .hs-fieldtype-intl-phone.hs-input select,
.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;
}

.additional-member-form-wrapper form input[type=email], 
.additional-member-form-wrapper form input[type=file], 
.additional-member-form-wrapper form input[type=number], 
.additional-member-form-wrapper form input[type=password], 
.additional-member-form-wrapper form input[type=tel], 
.additional-member-form-wrapper form input[type=text], 
.additional-member-form-wrapper form select, 
.additional-member-form-wrapper form textarea,
.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;
} 

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

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

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

.additional-member-form-wrapper form input:focus,
.additional-member-form-wrapper form input:focus-visible,
.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-embed-wrapper .hs_where_would_you_like_your_donation_to_go_ > label > span {
  font-family: P22 Underground, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 0;
  display: inline-block;
}

.hs-embed-wrapper #donation-form {
  background: #F9F9F9;
  padding: 30px;
  margin-top: -18px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

#stripe_bacs_error,
#df-global-error-container {
  color: #ff522c;
  text-align: center;
}

.hs-embed-wrapper #donation-form h3 {
  margin: 0;  
}

#donation-intervals {
  gap: 12px;
}

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

.df-discount-area {
  max-width: 100%!important;
  align-items: end;
}

.df-discount-area > .df-field:nth-of-type(1) {
  flex: 0!important;
}

#df-discount-code {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #34393b;
  font-size: 18px;
  line-height: 1.2;
  max-width: 668px;
  padding: 0 0 10px;
  outline: none;
}

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

.df-apply-discount-holder a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #007632;
}

.df-apply-discount-holder a:hover {
  color: black;
}

.additional-member-form-wrapper form .hs-button,
.additional-member-form-wrapper form input[type='submit'],
.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;
}

.additional-member-form-wrapper form .hs-submit,
.hbspt-form .hs-submit { 
  margin-top: 21px;
}

.additional-member-form-wrapper form input[type='submit']:hover,
.hbspt-form input[type='submit']:hover {
  background: #024A21;
  color: white;
  text-decoration: none;
  transition: background 0.4s ease-out;  
}
  
#donation-intervals .field {
  width: auto;
}

#df_subscriptions .df-subscription-radio-btn-group .df-subscription-radio-btn-label {
  display: inline-block;
}

#df_subscriptions .df-subscription-radio-btn-total {
  margin-left: 5px;
  font-size: 16px;
}

#df-discount-success-result,
#df-discount-error-result,
#df-discount-trial-days {
  background-color: #f9f9f9;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.2;  
}

#df-discount-success-result {
  color: #007632;
}

#df-discount-trial-days,
#df-discount-error-result {
  color: #ff522c;
}

.df-total-amount {
  text-align: center;
}

.donation-interval-btn {
  background: #E0E1E1;
  border: 1px solid #9499AE;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.donation-interval-btn.active,
.donation-interval-btn:hover {
  background: #007632;
  border: 1px solid #007632;
  color: white;
}

.gift-amounts .gift-amount-btn:hover,
.gift-amounts .gift-amount-btn.active {
  background: #007632;
  color: white;
}

.df-field-donation-amount {
  display: none;
}

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

#donation-form fieldset {
  padding: 0!important;
}

#donation-form h3 {
  font-size: 26px;
}

.gift-amounts {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gift-amounts .field {
  float: none!important;
  width: 108px!important;
}

.gift-amounts .gift-amount-btn {
  width: 108px;
  height: 68px;
  background: #E0E1E1;
  border-radius: 6px;  
  border: none;
  font-size: 18px;
  cursor: pointer;
}

#donation-form fieldset:last-of-type {
  clear: both;
}

#donation-form fieldset:last-of-type,
#donation-form fieldset:first-of-type {
  float: none;
}

#donation-form fieldset {
  float: left;
  margin-right: 12px;
}

#donation-amount-container {
  width: 100%;
}

#donation-amount-container .input-group {
  display: flex;
  gap: 7px;
  align-items: center;
  background: #E0E1E1;
  border-radius: 6px;
  padding: 17px 16px;
}

#donation-amount-container .input-group .input-group-icon {
  font-size: 18px;
}

#donation-amount-container .input-group .input-group-area {
  background: #FFFFFF;
  padding: 6px 10px;
  color: #9499AE;
  font-size: 18px;  
}

#amount {
  font-size: 18px;
  border: none;
  padding: 0;
}

.seals.df-payment-field {
  padding: 10px;
  text-align: center;
}

.df-final-total {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  padding-top: 0;
}

#df-total-amount-container {
  text-align:center;
}

#df-total-amount-container .df-pay-btn {
  margin: 0 auto 20px;
  background: #007632;
  border: none;
  border-radius: 30px;
  padding: 18px 32px 20px;  
  font-size: 18px;
  font-weight: 600;
}

/*ApplePay block*/
#stripe-mobile-pay-form-block {
  width: 75%;
  padding: 14px;
  margin: auto;
  min-width: 200px;
}

#df-total-amount-container .df-pay-btn:hover {
  background-color: #024a21;
}

#stripe_error {
  color: #ff522c;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
}

.seals.df-payment-field {
  display: none;
}

div.copyright > a {
  display: none;
}

@media (max-width: 594px) {
  .additional-member-form-wrapper form .form-columns-2,
  .additional-member-form-wrapper form .form-columns-3 {
    flex-direction: column;
  }
  .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,
  .additional-member-form-wrapper form .hs-fieldtype-date,
  .additional-member-form-wrapper form .form-columns-3 .hs-fieldtype-text,
  .additional-member-form-wrapper form .form-columns-3 .hs-fieldtype-select {
    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;
  }
  
  #unique_email_note {
    width:auto;
  }
  .df-final-total {
    flex-direction: column;
    align-items: center;
  }
  #donation-form fieldset {
    margin: 0;
  }
  .gift-amounts {
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px!important;
  }  
  .hs-embed-wrapper fieldset,
  .hs-embed-wrapper #donation-form {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  #donation-intervals .field {
    margin: 0!important;
  }
  #donation-intervals {
    margin-bottom: 21px!important;
  }
  .df-payment-field {
    overflow: hidden;
    clear: both;
  }
  .hs-embed-wrapper .hs_where_would_you_like_your_donation_to_go_ > label {
    display: flex;
  }
  .hs-embed-wrapper .hs-form-booleancheckbox-display {
    display: block;
  }
  /* Loqate CSS */
  .pca .pcaitem {
    white-space: break-spaces!important;
    line-height: 1.2!important;
  }

  .pca .pcaautocomplete {
    width: 88%!important;
  }
}

@media (max-width: 380px) {
  .gift-amounts .field {
    height: 50px;
    width: 60px!important;
  }
  .gift-amounts .gift-amount-btn {
    width: 60px!important;
  }
}
/* 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;
}

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

/* Header DND sections */

/* Force the global header to be fixed on every template */
div[data-global-resource-path*="partials/header.html"] > header.header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;           /* or width: 100% */
  z-index: 3000;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

/* Make sure the page content clears the fixed header */
body { padding-top: 70px; }         /* match your desktop header height */
@media (max-width: 767px) { body { padding-top: 89px; } }



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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  height: 70px;
}

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

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

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

/*   .header__column {
    position: relative;
  } */

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

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

/* 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;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0;
    width: 100%;
  }
}

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

.header__buttons a.self-dashboard {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0;
  margin-left: 15px;
  margin-right: 47px;
}

.header__buttons a.self-dashboard span {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.header__buttons a.self-dashboard:hover {
  text-decoration: none;
}

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

.header__buttons {
  display: flex;
  gap: 30px;
  align-items: center;
}

.header__buttons a.btn-primary, .header__buttons a.btn-secondary {
  padding-top: 11px;
  padding-bottom: 13px;
}

.header__buttons a {
  display: block;
  flex: none;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 9px;
  padding-bottom: 11px;  
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

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

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

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

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

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

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

.header__language-switcher--label {
  display: flex;
  position: relative;
}

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

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

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }
  
  .header__search .close-search {
    display: none;
  }

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

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

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

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

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

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

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__buttons,
  .header__language-switcher {
    display: none;
    width: 100%;
  }
  
  .login-buttons-mobile {
    display: block;
  }
    
  .header__navigation.open {
    background-color: white;
    display: block;
    width: 100vw;
    height: 100vh;    
    position: fixed;
    overflow: scroll;
    top: 89px;
    left: 0;
    z-index: 3;    
    padding: 0 0 200px;
  }
  
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

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

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

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

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

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

  .header__navigation--toggle {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC4yMTA0NDkiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyIiByeD0iMSIgZmlsbD0iIzM0MzkzQiIvPgo8cmVjdCB5PSIwLjIxMDQ0OSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIwLjIiLz4KPHJlY3QgeT0iNi4yMTA0NSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjMzQzOTNCIi8+CjxyZWN0IHk9IjYuMjEwNDUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyIiByeD0iMSIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC4yIi8+CjxyZWN0IHk9IjEyLjIxMDQiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyIiByeD0iMSIgZmlsbD0iIzM0MzkzQiIvPgo8cmVjdCB5PSIxMi4yMTA0IiB3aWR0aD0iMjAiIGhlaWdodD0iMiIgcng9IjEiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMiIvPgo8L3N2Zz4K");
    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__navigation--toggle:after {
    content: "Menu";
  } */

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

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

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

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

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

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

* {
  box-sizing:border-box;
}

body {
  margin:0; 
}