.combine-padding-section-small { 
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.combine-padding-section-medium-4 { 
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.combine-form_input { 
  background-color: #ffffff17;
  border: 1px solid #ffffff08;
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  line-height: 1.5;
  transition: all .35s;
}

.section--blue { /* used in footer.htm */
  background-color: #14274e;
  background-image: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-form_input:hover {
  border-color: #ffffff1a;
}
.combine-form_input:focus {
  color: var(--blue);
  background-color: #fff;
  border-color: #ffffff1a;
}
.combine-form_input::placeholder {
  color: var(--combine-library--grey-200);
}
.combine-form_success-message { 
  color: var(--combine-library--success-800);
  text-align: left;
  background-color: var(--combine-library--success-100);
  border: 1px solid var(--combine-library--success-800);
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  transition: all .35s;
}
.combine-form_error-message { 
  background-color: var(--combine-library--error-100);
  border: 1px solid var(--combine-library--error-800);
  color: var(--combine-library--error-800);
  border-radius: .3rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}
.combine-space-small { 
  width: 100%;
  height: 1rem;
}
.combine-footer4_grid { 
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
}
.combine-footer4_top { 
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.combine-footer4_info { 
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  display: flex;
}
.combine-footer4_form-wrapper { 
  margin-bottom: 0;
}
.combine-footer4_form { 
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}
.combine-footer4_top-text { 
  color: var(--combine-library--grey-200);
  font-size: .875rem;
  line-height: 1.5;
}
.combine-footer4_column { 
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.combine-footer4_title { 
  color: var(--combine-library--white);
  font-size: 1rem;
  line-height: 1.5;
}
.combine-footer4_link { 
  color: var(--combine-library--grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.125rem;
  text-decoration: none;
  transition: all .35s;
}
.combine-footer4_link:hover {
  color: var(--combine-library--white);
  padding-left: 3px;
}
.combine-footer4_bottom { 
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.combine-footer4_bottom-text { 
  color: var(--combine-library--grey-200);
  font-size: .875rem;
  line-height: 1.5;
}

.footer__container {
  width: 100%;
  max-width: 1280px;
}

.combine-footer4_link-sub { 
  color: var(--combine-library--grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 10px;
  font-size: .8rem;
  text-decoration: none;
}

.combine-footer4_link-sub:hover {
  color: var(--combine-library--white);
  padding-left: 11px;
}

.privacy-link { 
  color: var(--combine-library--grey-200);
}

.combine-footer4_column-voc { 
  flex-direction: column;
  align-items: flex-start;
  width: 270px;
  display: flex;
}
.collection-list-wrapper { 
  height: 200px;
  transition: all .35s;
  overflow: scroll;
}
.collection-list-wrapper:hover {
  border-bottom: 1px solid #ffffff1a;
  border-radius: 0;
}

@media screen and (max-width: 991px) {
    .combine-footer4_grid {
    grid-template-columns: auto auto;
  }
  .combine-footer4_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .combine-form_input {
    min-width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .combine-footer4_grid {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
  }
  .combine-footer4_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .combine-footer4_info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .combine-footer4_form-wrapper, .combine-footer4_form {
    width: 100%;
  }
  .combine-footer4_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .combine-footer4_bottom-text {
    order: 1;
  }
  .combine-form_input {
    min-width: 0;
  }
}

@media screen and (max-width: 479px) {
  .combine-footer4_grid {
    grid-template-columns: auto;
  }
  .combine-footer4_form {
    grid-template-columns: 1fr;
  }
}
