.MNFieldGroup > .Legend {
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #cccccc;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 7px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.MNFieldGroup > .Legend > h1,
.MNFieldGroup > .Legend h2,
.MNFieldGroup > .Legend h3,
.MNFieldGroup > .Legend h4,
.MNFieldGroup > .Legend h5,
.MNFieldGroup > .Legend h6 {
  margin: 0px;
}
.MNFieldGroup.Plain > .Legend {
  border-bottom: 0px;
}
.MNFieldGroup.Dotted > .Legend {
  border-bottom: 1px dotted #cccccc;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
}
.MNFieldGroup.Dotted .DottedHide {
  border-bottom: none;
  margin-bottom: 0px;
  color: #333333;
}
.MNFieldGroup .MNFieldGroupFieldSeparator {
  height: 1px;
  margin: 10px 4px 30px 4px;
  background: #cccccc;
}
.MNFieldGroup.PersonalFinances.First > .Legend {
  margin-top: 40px;
}
.MNFieldGroup.PersonalFinances > .Legend {
  border-bottom: 0px;
  font-family: 'Lato', sans-serif !important;
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 0px !important;
}
.MNFieldGroup .MNHelpIcon {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .PersonalFinances > .Legend {
    border-bottom: 0px !important;
    font-size: 18px !important;
    margin-top: 30px !important;
    margin-bottom: 13px !important;
    font-weight: normal !important;
  }
}
