@font-face {
  font-family: "Roboto";
  src: url("../../../fonts/Roboto-Regular.woff")
    format("woff");
}
@font-face {
  font-family: "Roboto Light";
  src: url("../../../fonts/Roboto-Light.woff")
    format("woff");
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../../../fonts/Roboto-Bold.woff")
    format("woff");
}

a {
  color: #009fe3;
  text-decoration: none;
  position: relative;
  display: inline;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
}

a:hover {
  color: #333;
}

footer a {
  color: #333;
}

footer a:hover {
  color: #009fe3;
}

a.btn {
  padding: 10px 30px !important;
  background: #000;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 7px;
}

ul {
  margin-left: 4rem;
  margin-top: 0;
  padding-top: 0;
  list-style: none;
  -webkit-margin-before: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-padding-start: 0px;
}
ul li {
  font-family: "Roboto Light", sans-serif;
  position: relative;
  font-size: 1.7rem;
  line-height: 140%;
}
ul li::before {
  content: "";
  background: #000;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  margin-left: -2rem;
  display: block;
}
ul li:last-child {
  margin-bottom: 0px;
}
/* ul ul {
  margin-top: 2px;
  margin-bottom: 2px;
} */
ul ul li {
  margin-left: 0px;
}
ul ul li::before {
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-left: -2rem;
}

.imgContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 3.7rem;
}

.hsosLogo {
  display: inline-block;
  text-align: center;
}

.hsosLogo img {
  max-width: 27.8rem;
  width: 100%;
}

.postitLogo {
  margin-left: -3.7rem;
  margin-top: 1.6rem;
  z-index: 1000;
}

.postitLogo img {
  max-width: 100%;
  height: auto;
  /* width: 100%; */
}

.dotContainer {
  padding-right: 7.1rem;
  margin-top: -4rem;
}

.dotContainer .dot {
  height: 33px;
  width: 33px;
  background-color: #009ee3;
  border-radius: 50%;
  display: block;
  float: right;
  margin-left: 15px;
}

.dot:nth-child(2) {
  background-color: #4b7a90;
}

.dot:last-child {
  background-color: #4b7a90;
}

.box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 1.3rem 0 3rem;
}

.box-2 #auditLogo {
  margin-right: 2rem;
  margin-top: 0.2rem;
  width: 50%;
}

.box-2 p {
  padding-bottom: 0;
}

.contentBox {
  padding: 0 1rem 3rem;
}

.contentBox .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
}

.contentBox .side > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2 - 4%);
  flex: 0 0 calc(100% / 2 - 4%);
  -ms-flex-preferred-size: calc(100% / 2 - 4%);
  flex-basis: calc(100% / 2 - 4%);
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contentBox .side > *:last-child p {
  padding-bottom: 0;
}

.contentBox .side .jadehsLogo {
  width: 21rem;
}

.noWrap {
  white-space: pre;
  word-break: keep-all;
}