.footerContainer {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 1200px;
  background-color:#212121;
  color: white;
  font-family: 'HCo Gotham SSm';
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  min-height: 460px;
  display: grid;
  grid-gap: 30px;
}

.footerContainer .hs-form-booleancheckbox-display span::before {
  display:none;
}

.footerContainer .hs-form-booleancheckbox input[type="checkbox"]:checked + span::after {
  display:none;
}
/* Style the checkbox container */
.footerContainer .hs-form-booleancheckbox {
  position: relative;
  list-style: none;
  margin: 10px 0;
}
.footerContainer .hs-form-booleancheckbox-display {
  padding-left:0px;
}
.footerContainer .hs-form-booleancheckbox input[type="checkbox"]:checked + span::before {
      background-color: transparent;
}

/* Style the label container */
.footerContainer .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

/* Hide the default checkbox with more specific selectors */
.footerContainer .hs-form-booleancheckbox .hs-input[type="checkbox"],
input.hs-input[type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  min-width: 20px !important;
  border: 1px solid #909090 !important;
  background-color: transparent !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Create custom checkbox checked state */
.footerContainer .hs-form-booleancheckbox .hs-input[type="checkbox"]:checked {
  background-color: transparent !important;
  position: relative !important;
}

/* Create the checkmark */
.footerContainer .hs-form-booleancheckbox .hs-input[type="checkbox"]:checked::after {
  content: '' !important;
  position: absolute !important;
  left: 6px !important;
  top: 2px !important;
  width: 5px !important;
  height: 10px !important;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}

.dark_mode .footerContainer .hs-form-booleancheckbox-display span {
    color: #909090;
    font-size: 14px;
  font-family:'HCo Gotham SSm';
}

.footerContainer .hs-form-booleancheckbox-display a {
  color: white;
  text-decoration: none;
}

.footerContainer .hs-form-booleancheckbox-display a:hover {
  text-decoration: underline;
}



.footerLogoContainer {
  padding-bottom: 45px;
}
.dark_mode {
  background:#212121;
}
.footerContainer p {
  line-height:30px;
  font-size:12px;
  font-family:'HCo Gotham SSm';
}
 .footerContainer ul.inputs-list {
    padding-left: 0px;
}

.footerContainer h4 {
  font-size: 16px;
  color:white;
  font-family:'HCo Gotham SSm';
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
}

.footerContainer a {
  text-decoration: none;
  color: white;
}

.footerContainer .footerInfoContainer a, .footerContainer .footerInfoContainer, .footerContainer .footerEmailForm {
  color:#909090;
}

.footerContactContainer {
  min-width: 100%;
}

.footerContactContainer .footerLocationContainer {
  display: grid;
  grid-gap: 30px;
}
.footerLocation {
max-width: 260px;
}

.footerLocationContainer .footerLocationCompanyTitle {
  font-weight: bold;
}

.footerLocationContainer .footerLocationWrapper{
  display: flex;
  flex-direction:row;
  justify-content:space-between;
  grid-column-gap:30px;
  width:100%
}

.footerLocationContainer .footerLocationWrapper .footerLocationTitle {
  font-weight: bold;
  margin-bottom: 40px;
}

.footerEmailContainer {
  max-width:420px;
  min-width:420px;
  }
.footerContactContainer .footerEmailForm li {
  list-style-type:none;
}


.footerContactContainer .footerEmailForm a {
  text-decoration: underline;
  text-underline-offset: 4px;
  padding-left: px;
}

.footerContactContainer .footerEmailForm .hs_email .input input {
  border: solid 1px #909090;
  width:100%;
  border-radius:7px;
  font-size:17px;
  line-height:1.3em;
  background-color: #212121;
  padding:20px;
  color: white !important;
}

.footerContactContainer .footerEmailForm .hs-submit input {
  width: 119px;
  padding:20px;
  border: solid 1px #909090;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  background-color: #909090;
  font-size:17px;
  line-height:1.3em;
  color: #212121;
  font-family:'HCo Gotham SSm';
}

.footerContactContainer .footerEmailForm .hs-submit input:hover {
    background-color: white;
    cursor:pointer;
}

.footerContactContainer .footerEmailForm .hs_email .input input:focus {
  outline-width: 0;
  background-color: #323232;
  border-radius:7px;
}

.footerContainer .hs_error_rollup {
  position:absolute;
  bottom:-35px;
}

.footerContainer .hs-error-msgs label {
  color:white !important;
}

.footerContactContainer .footerEmailForm form {
  display:grid;
  position:relative;
  grid-template-columns: 1fr 1px;
  grid-template-rows; 1fr 1fr;
}

.footerContactContainer .footerEmailForm .hs-submit {
  grid-column: 2;
  grid-row: 1;
  margin-left: -118px;
}

.footerEmailForm ul.no-list.hs-error-msgs.inputs-list {
   margin-top: 15px;
}

.footerContactContainer .footerEmailForm .hs-misc_accomodation {
  padding-top: 0;
  text-align: justify;
}


.footerContactContainer .footerEmailTitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0px;
  padding-bottom:50px;
  font-family:'HCo Gotham SSm';
}

.footerInfoContainer {
  padding-top:28px;
  border-top: solid 1px #909090;
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap:30px; 
}

.footerInfoContainer .infoLinksContainer {
  display: grid;
  grid-template-columns: 1.7fr 1.5fr 1.5fr 0.7fr;
  grid-column-gap: 5px;
}
.footerInfoContainer .socialButtonsContainer {
  display: flex;
  align-content: center;
  justify-content: space-around;
      min-width: 145px;
}

.footerInfoContainer .socialButton path {
  fill: white;
}

.footerInfoContainer .socialButton svg {
  height: 15px;
  width: auto;
}

.footerInfoContainer .socialButton:last-child svg {
  height: 16px;
}

.footerInfoContainer .hs-form-required {
  display: none;
}
.footerContainer .hs-form-booleancheckbox-display .hs-form-required {
 display: none;
}

  .footerContainer .copyrightText {
   line-height:1.5em;
  }

@media screen and (max-width:1000px) {
  .footerContainer {
    padding: 90px 5%;
    grid-template-columns: 100%;
    justify-content: center;
  }
  .footerContactContainer .footerLocationContainer {
    grid-gap: 30px;
    display:initial;
  }
.footerLocationContainer .footerLocationWrapper {
    flex-wrap: wrap;
    justify-content:flex-start;
    grid-row-gap:30px;
    grid-column-gap: 8%;
  }
  
  .footerLogoContainer {
    padding-bottom:65px;
  }
  
  .footerContactContainer {
    grid-template-columns: 1fr;
    grid-gap:40px;
    max-width:100vw;
  }
  
  .footerInfoContainer {
    max-width:100vw;
    grid-template-columns: 1fr;
    grid-template-rows:150px;
  }
}

@media screen and (max-width:600px) {
    .footerContainer {
      padding: 40px 5%;
      align-content:center;
      grid-template-rows:1fr;
    }
  .footerContainer .copyrightText {
    max-width:100vw;
    text-align:center;
  }
.footerLocationContainer .footerLocationWrapper{
  flex-direction:column;
}
  
  .footerInfoContainer .infoLinksContainer {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-row-gap: 20px;
    justify-items:center;
  }
  
  .footerContactContainer .footerLocationContainer {
  grid-template-rows: .2fr 2fr;
  grid-gap:50px;
}
  .footerContactContainer {
    max-width:95%;
  }
  
  .footerInfoContainer {
    max-width:95%;
  }
  
  .footerEmailContainer {
    max-width:300px;
    min-width:300px;
  }
}
