.pageTitle {
  padding-left: 0;
}

/*.firstRelatedLink {
  margin-left: 0;
}

.otherRelatedLinks {
  margin-left: 0;
}*/

.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;
  padding-top: 2.5%;
  text-align: center;
}

/*#liFormat, li[id^=liFormat] {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  padding-bottom: 0;
  width: 100%;
}*/

#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;
  }

  .page-title {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .infoBox {
    transform: translate(33%, 0%);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .infoBox {
    transform: translate(33%, 0%);
  }

  #liFormat,
  li[id^="liFormat"] {
    font-size: 13px;
  }
}

@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%;
    text-align: center;
  }
}

@media only screen and (max-width: 571px) and (min-width: 515px) {
  .page-title {
    margin-left: 15px;
  }

  .infoBox {
    width: 92%;
    margin-left: 30px;
  }

  .microsite-name {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 600px) and (min-width: 572px) {
  .page-title {
    margin-left: 15px;
  }

  .infoBox {
    width: 92%;
  }

  #waterInfo {
    margin-left: 0;
    margin-right: 0;
  }

  .searchForm {
    box-sizing: content-box;
    transform: translate(-3%, 0);
  }
}

@media only screen and (max-width: 767px) and (min-width: 752px) {
  #liFormat,
  li[id^="liFormat"] {
    width: 540px;
    margin-left: 5%;
  }
}

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