header > div {
  background: white;
  padding: 20px 20px 15px 20px;
}
.home-logo {
	width: 350px;
}
#content {
  padding: 6rem 0;
}
footer {
  background: #000000;
  height: 200px;
  z-index: 1;
  width: 100%;
  bottom: 0;
  padding: 2em 4em;
}
footer table {
  color: white;
  font-size: 17px;
}
footer table tr td ul {
  margin-right: 5em !important;
}
footer table tr td ul li {
  padding-bottom: 5px;
}
footer table tr td ul li:first-of-type {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #content {
    padding: 2rem 0;
  }
  #kit h4 {
    font-size: 15px;
  }
  #kit .accordion {
    padding: 15px;
  }
  footer {
    padding: 1em 1em;
    box-sizing: border-box;
    height: 265px;
  }
  footer table,
  footer table tr,
  footer table tr td {
    display: block;
  }
  footer table tr td {
    margin-bottom: 1em;
  }
  footer table tr td ul {
    margin: 0 !important;
  }
  footer table tr td ul li:first-of-type {
    margin-bottom: 10px;
  }
  header > div {
    padding: .5em 0;
    text-align: center;
  }
  header > div form {
    width: 94%;
    margin: 0 auto;
  }
  header > div button.end-session {
    margin: 0 !important;
  }
  header > div {
    padding-top: 20px !important;
    padding: 0 !important;
  }
  .home-logo {
    margin-top: .3em;
  }
  #kit form {
    float: none;
    margin-bottom: .3em;
  }
  #kit form input {
    width: 100%;
    max-width: 310px;
  }
}