
footer.site-footer {
  display: block;
  width: 100%;
  background-color: #222;
  text-align: center;
}

footer.site-footer div.ngk-site-map {
  display: inline-flex;
  width: 1250px;
  text-align: left;
  flex-flow: row nowrap;
  align-items: stretch;
  align-content: stretch;
}

@media screen and (max-width: 1250px) {
  footer.site-footer div.ngk-site-map {
    width: auto;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer div.ngk-site-map {
    display: none;
  }
}

footer.site-footer div.ngk-site-map div.ngk-site-map-column {
  display: block;
  padding: 5px;
  flex-grow: 1;
}

footer.site-footer div.ngk-site-map div.ngk-site-map-column:nth-child(2n){
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.1), transparent);
}

footer.site-footer div.ngk-site-map div.ngk-site-map-column div.ngk-site-map-column-icon {
  display: block;
  width: 100%;
  height: 65px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px 0;
}
footer.site-footer div.ngk-site-map div.ngk-site-map-column div.ngk-site-map-column-categories {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-flow: row wrap;
}
footer.site-footer div.ngk-site-map div.ngk-site-map-column div.ngk-site-map-column-categories div.ngk-site-map-column-category {
  margin: 20px;
  display: block;
}
footer.site-footer div.ngk-site-map div.ngk-site-map-column div.ngk-site-map-column-categories div.ngk-site-map-column-category a {
  display: block;
  text-decoration: none !important;
  color: white;
  font-size: 12px;
}
footer.site-footer div.ngk-site-map div.ngk-site-map-column div.ngk-site-map-column-categories div.ngk-site-map-column-category a:hover {
  color: #eee;
}
footer.site-footer div.ngk-site-map div.ngk-site-map-column div.ngk-site-map-column-categories div.ngk-site-map-column-category a.ngk-site-map-column-category-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

footer.site-footer div.copyright {
  text-align: left;
  font-size: 12px;
  padding: 20px;
  display: inline-block;
  width: 1250px;
}

@media screen and (max-width: 1250px) {
  footer.site-footer div.copyright {
    display: block;
    width: 100%;
  }
}

footer.site-footer div.copyright a {
  color: white;
  text-decoration: underline;
}
footer.site-footer div.copyright a:hover {
  color: #eee;
}

.ngk-constant-contact-inline-form {
  background-color: #000;
}

.ngk-constant-contact-inline-form div.ctct-form-defaults {
  padding: 10px !important;
}

.ngk-constant-contact-inline-form form.ctct-form-custom {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ngk-constant-contact-inline-form #first_name_field_1,
.ngk-constant-contact-inline-form #last_name_field_1 {
  display: none;
}

.ngk-constant-contact-inline-form h2.ctct-form-header {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.ngk-constant-contact-inline-form p.ctct-form-text {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  font-size: 0.75em !important;
}

.ngk-constant-contact-inline-form div#email_address_field_1 {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
  padding-top: 15px;
}

.ngk-constant-contact-inline-form div#gdpr_text {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  padding: 10px;
}

.ngk-constant-contact-inline-form button.ctct-form-button[type='submit']  {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
  margin: 16px auto 0 auto;
  height: 47px;
  width: calc(100% - 16px) !important;
  max-width: 250px;
}

@media only screen and (max-width: 768px) {
  .ngk-constant-contact-inline-form form.ctct-form-custom {
    display: block;
  }

  .ngk-constant-contact-inline-form div#gdpr_text {
    padding: 0;
    margin: 0 5px 0 5px;
  }

  .ngk-constant-contact-inline-form div#email_address_field_1 {
    padding: 0;
    margin-top: 10px;
  }
}


.ngk-constant-contact-inline-form .ctct-form-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ngk-constant-contact-inline-form .ctct-form-container > div {
  background: none !important;
  color: white !important;
  font-family: "Montserrat", sans-serif !important;
  text-align: left !important;
}

.ngk-constant-contact-inline-form .ctct-form-container > div h1,
.ngk-constant-contact-inline-form .ctct-form-container > div h2,
.ngk-constant-contact-inline-form .ctct-form-container > div label,
.ngk-constant-contact-inline-form .ctct-form-container > div a,
.ngk-constant-contact-inline-form .ctct-form-container > div p {
  color: white !important;
  font-family: "Montserrat", sans-serif !important;
  margin: 0 !important;
  text-align: left !important;
}
