@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
body {
  background-color: unset !important;
}

#master {
  font-family: 'Roboto Condensed', sans-serif;
}

#master .ui-view-fade {
  padding: 0px;
}

#info-sections p {
  color: #e40e23;
}

#info-sections h2 {
  color: #114c8e;
  margin: 1.25em 0;
}

#info-sections h3 {
  color: #e40e23;
  font-size: calc(1rem + 0.25vw);
  font-weight: 500;
  margin: 0px;
}

#info-sections h4 {
  color: #114c8e;
  font-size: calc(1rem + 0.15vw);
  font-weight: 600;
  margin: 0px;
}

#info-sections .hl {
  color: #e40e23;
}

#info-sections h1 ~ p, #info-sections h2 ~ p, #info-sections h3 ~ p, #info-sections h4 ~ p, #info-sections h5 ~ p {
  padding-top: 1rem;
}

#info-sections a {
  color: #e40e23;
  text-decoration: none;
}

#info-sections p {
  font-size: 1rem;
  letter-spacing: 0;
  margin: 0 0 16px;
  line-height: 1.6;
}

#info-sections .fa-ul {
  margin-left: 0;
  padding-left: 0;
}

#info-sections .fa-ul > li {
  position: relative;
  line-height: 1.8em;
  margin-left: 1.5rem;
  font-size: 1rem;
}

#info-sections .fa-ul > li > span:first-child {
  margin-right: 0.5rem;
  position: absolute;
  left: -1.5rem;
  top: 0.15rem;
}

#info-sections i.fa {
  color: #e40e23;
}
