body {
  background-color: #ffffff;
}
a {
  color: #4f499f;
}
.pressRelease {
  color: #000;
  margin-top: 180px;
}
.pressRelease h3 {
  color: #4f499f;
  margin-bottom: 50px;
}
.pressRelease p {
  color: #000;
  text-align: left;
  font-size: 18px;
}
.pressRelease li {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}
.pressRelease ul {
  margin-bottom: 30px;
}
.sectionOne {
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ffsectionIntro {
  text-align: center;
}
.ffsectionIntro h3 {
  color: black;
}
.ffsectionIntro p {
  color: black;
  font-size: 25px;
}
.sectionOne .mainBlock {
  width: 82%;
  margin-top: 5%;
  display: flex;
}
.sectionOne .mainBlock .blockLeft {
  width: 18%;
}
.sectionOne .mainBlock .blockRight {
  width: 80%;
}
.blockLeft .content#sometimesfixed {
  position: fixed;
}
.blockLeft .content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.blockLeft .content li {
  border-left: 3px solid #929292a3;
  padding: 8px 16px 8px 8px;
}
.blockLeft .content li.active {
  border-left: 3px solid #4f499f;
}
.blockLeft .content li:hover {
  cursor: pointer;
}

ol {
  counter-reset: item;
}

ol > li {
  counter-increment: item;
}

ol ol > li {
  display: block;
}

ol ol > li:before {
  content: counters(item, ".") ". ";
  margin-left: -20px;
}
::marker {
  font-weight: 600;
}
.levelOneTxt {
  font-weight: 600;
}
.dateEnd p {
  color: black;
  text-align: right;
  margin: 0;
  font-size: 15px;
}
.mainContent .sfPolicy h3,
.mainContent .speakupPolicy h3,
.mainContent .privacyPolicy h3, .mainContent .equalPolicy h3 {
  color: black;
  font-size: 27px;
}
.mainContent .speakupPolicy,
.mainContent .privacyPolicy,.mainContent .equalPolicy {
  margin-top: 10%;
}

.privacyPolicy table {
  width: 80%;
  border-collapse: collapse;

  text-align: left;
}
.privacyPolicy th,
td {
  padding: 10px;
  border: 1px solid #ddd;
}

.privacyPolicy th {
  background-color: #f2f2f2;
}
