.endo-packet-p1-text {
  font-size: 1.5rem;
}


.bold-under-line-text{
   font-weight: 700;
   border-bottom: 1px solid #000;
}

.welcome-text{
  font-size: 2rem;
  font-weight: 700;
}


.bg-black {
  background-color: #000;
  padding: 1rem;
}

.bg-black p {
  color: #fff;
  font-size: .85rem;
  margin: 0;
}


.px-5 {
  padding: 0 2rem;
}

.form-question-line-size {
  line-height: 1.2;
}



.heading-text{
  padding-top: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

label,
p {
    font-size: 11pt;
    line-height: 1.25;
}

.column-2{
  column-count: 2;
}

.inline-question {
  width: auto;
  display: inline;
}

.explain-question {
  width: 500px;
  max-width: 100%;
  display: inline-block;;
}

.line-size {
  height: 1.5rem;
}

.blackborder {
  border: 1px solid #000;
  padding: 8px;
}

.blackborder p{
  margin: 0;
}

.blackborder-sides {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.page-5-special-considerations {
  border: 1px solid #000;
  height: 250px;
}


@media only screen and (min-width: 992px) {
  .blackborder-sides {
    border-top: unset;
    border-bottom: unset;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}

@media print {
    .blackborder-sides {
      border-top: unset;
      border-bottom: unset;
      border-left: 1px solid #000;
      border-right: 1px solid #000;
  }
}

.hr-size{
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
}

hr {
  background-color: #000;
  height: 2px;
}

.smallstaff-box {
  padding: 0;
}

.inline-span {
  display: inline-block;
  width: 100%;
  max-width: 250px;
}

.mb-10 {
  margin-bottom: 13rem;
}
