@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  background-color: #3D3D3D;
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.3rem;
}

a.logo {
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.logoName {
  color: #ffffff;
  font-family: "Barlow Semi Condensed";
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

a {
  color: #ffffff;
  font-size: 1.2rem;
}
a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 2rem;
}
ul li {
  margin-bottom: 1rem;
}

table {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  margin-bottom: 2rem;
}
table thead tr th {
  background-color: #ffffff;
  border-bottom: 1px solid #3D3D3D;
  color: #3D3D3D;
  padding: 10px;
  text-align: right;
  vertical-align: top;
}
table tbody tr th {
  background-color: #ffffff;
  border-bottom: 1px solid #3D3D3D;
  color: #3D3D3D;
  padding: 10px;
  text-align: right;
  vertical-align: top;
}
table tbody tr td {
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
table.total {
  text-align: right;
}

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
dl dt {
  width: 15%;
}
dl dd {
  padding-left: 1rem;
  width: 80%;
}

.outcome {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #3D3D3D;
  font-weight: 500;
  margin-bottom: 2rem;
  position: relative;
  padding: 1rem;
}
.outcome p {
  margin-bottom: 0;
}
.outcome p a {
  color: #005499;
}
.outcome p.passed::before {
  content: "\f26a";
  color: green;
  margin-right: 0.8rem;
}
.outcome p.failed::before {
  content: "\f622";
  color: red;
  margin-right: 0.8rem;
}
.outcome p.findings {
  margin-top: 1rem;
}/*# sourceMappingURL=main.css.map */