#lmi-documents {
  background: #fbfbfc;
  padding-bottom: 30px;
}

#lmi-documents #header {
  height: 200px;
  width: 100%;
  background: #fbfbfc;
}

#lmi-documents #header #background {
  height: 150px;
  width: 100%;
  background: #f2f5f9;
  position: absolute;
}

#lmi-documents #header #banner {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

#lmi-documents #header .container {
  height: 100%;
  position: relative;
  padding: 0px;
}

#lmi-documents #header #banner > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 30px 20px;
}

#lmi-documents #header #banner p {
  font-size: 12px;
  margin: 0px;
}

#lmi-documents #header #banner h5 {
  margin-bottom: 10px;
}

#lmi-documents #header #banner > a {
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}

#lmi-documents #header #banner-info div:first-child {
  display: flex;
}

#lmi-documents #header #banner-info div:first-child i {
  margin-right: 15px;
  margin-top: 8px;
  font-size: 20px;
}

#lmi-documents #content {
  margin-top: 30px;
  background: #ffffff;
}

#lmi-documents #content .document-item {
  border-bottom: solid 1px #f0f0f0;
  padding: 30px 10px;
}

#lmi-documents #content .document-item > div {
  margin-bottom: 10px;
}

#lmi-documents #content .document-item:last-child {
  border: none;
}

#lmi-documents #content .document-item .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

#lmi-documents #content .document-item p {
  font-size: 12px;
  margin: 0px;
}

#lmi-documents #content .document-item a {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
