.infoBox {
  border: 1px solid green;
  height: 100%;
  margin-bottom: 1%;
  margin-top: 8px;
}

#infoHeader {
  background-color: rgb(46, 133, 64);
  width: 100%;
  color: white;
  font-family: Merriweather, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 3%;
  padding-bottom: 3%;
  text-align: center;
}

#liFormat,
li[id^="liFormat"] {
  margin-left: 20px;
  padding-left: 10px;
  font-family:
    "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

#resultsButton {
  width: 100%;
  color: #005195;
  letter-spacing: 0.05em;
  background-color: white;
  font-weight: bold;
  border: 1px solid #005195;
}

@media only screen and (max-width: 575px) {
  .infoBox {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 400px) and (max-width: 991px) {
  .infoBox {
    margin-bottom: 40px;
  }

  #infoHeader {
    background-color: rgb(46, 133, 64);
    width: 100%;
    color: white;
    font-family:
      Merriweather, Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: bold;
    padding-top: 2%;
    text-align: center;
    height: 50px;
  }
}

@media only screen and (max-width: 399px) {
  .infoBox {
    margin-bottom: 40px;
  }

  #infoHeader {
    height: 50px;
    background-color: rgb(46, 133, 64);
    width: 100%;
    color: white;
    font-family:
      Merriweather, Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: bold;
    padding-top: 4%;
    padding-bottom: 4%;
    text-align: center;
  }
}

.connect-title {
  line-height: 3;
}
