.page-node-type-whitepaper {
  background-image: url(//wso2.cachefly.net/wso2/sites/all/2022-optimized/library-2022/BLUE-Intro.png);
  background-position: top center;
  background-repeat: repeat;
}

.cWhitepaper {
  padding-top: 1.2rem;
  padding-bottom: 0;
}

.cWhitepaper .cSectionAboveHighlight {
  margin-top: 1.2rem;
}

.cWhitepaper .cArticleWhitepaper {
  background: #f2f2f2;
}

.cWhitepaperBody p a {
  text-decoration: underline;
  color: #494848;
}

.cWhitepaperBody p a:hover {
  text-decoration: none;
  color: #ff7300;
}

.cWhitepaperMeta {
  margin-bottom: 1.5rem;
}

.cWhitepaperMeta img {
  border-radius: 50%;
  margin-right: 25px;
  display: inline-block;
  height: 60px;
  width: 60px;
}

.cWhitepaperMeta .cPublishedDate {
  margin-bottom: 0;
  font-size: 12px;
  color: #494848;
  letter-spacing: .008rem;
  word-spacing: 3px;
}

.cWhitepaperBody strong {
  font-weight: 600;
}

.cRelatedContentCol {
  padding-left: 30px;
  border-left: 1px solid #e6e7ec;
}

.Dark .cRelatedContentCol {
  border-left: 1px solid #464646;
}

h3.cTocTitle {
  text-transform: none;
  margin-top: 2rem;
}

.cWhitepaperMainContent {
  padding-left: 30px;
}

.cArticleAuthorSection {
  padding-bottom: 4rem;
  padding-top: 9rem;
}

.cWhitepaperContainer {
  margin: -20rem 0;
}

.cIntro {
  color: #494848;
}

.cEmptyWhitepaperBody {
  padding: 7rem 0;
  background: #F2F2F2;
}

.cArticleAuthorSection .cMainWhiteBox {
  padding: 4rem;
  background: #F2F2F2;
}

.author-info {
  margin: 0 0 1.5rem 0;
}

.author-info .cPic {
  margin-right: 1rem;
}

.cAuthorName {
  font-size: 16px;
  color: #484848;
  font-weight: 600;
  list-style: none !important;
}

.cAuthorDesg {
  color: #999;
  font-size: 12px;
  font-weight: 600;
    list-style: none !important;
}

.cPic img {
  border-radius: 50%;
  margin-right: 9px;
  display: inline-block;
  height: 60px;
  width: 60px;
}

.Dark .cArticleWhitepaper p,
.Dark .cArticleWhitepaper li {
  color: #bdc1c6;
}

.Dark .cPublishedDate,
.Dark .cAuthorName {
  color: #fff !important;
}

ol,
ul {
  padding: 0;
}

.Dark .cArticleWhitepaper {
  background-color: #1c1c1c;
}

.Dark .cWhiteBG.cMainWhiteBox {
  background: #202124;
}

p {
  color: #494848;
}

@media screen and (max-width: 990px) {
  .cMainWhiteBox {
    padding: 2rem 15px 4rem 0px !important;
  }

  .cArticleTitle {
    font-weight: 600;
  }
}

@media screen and (max-width: 769px) {

  .cTocTitle,
  #toc {
    display: none;
  }
}

#toc {
  padding: 0;
  margin: 0;
}

#toc li {
  list-style: none;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #E6E7EC;
}

.Dark #toc li {
  border-bottom: 1px solid #464646;
}

#toc a {
  color: #ff7300;
  text-decoration: none;

}

#toc a:hover {
  text-decoration: underline;

}





ul.cTriangleBullet li:before , .cWhitepaperBody ul li:before {
  content: "\2022";
  font-size: 24px;
  top: -2px;
  left: 3px;
  position: absolute;
  color: #ff7300;
  background-image: none !important;
}

ul.cTriangleBullet li , .cWhitepaperBody ul li  {
  padding-left: 29px;
  font-size: 1rem;
  padding-bottom: 0.7rem;
  list-style-type: none;
  position: relative;
  background-image: none !important;
}




/* .cWhitepaperBody ul li {
	list-style: disc !important;
	margin-bottom: 25px !important;
} */

.cWhitepaperContainer .cHorizontalList  ul li {
  list-style: none !important;
}

.cWhitepaperBody table th, .cWhitepaperBody table td {
	border: 1px solid #d4d4d4;
	padding: 10px;
}

.cWhitepaperBody table th {
  font-weight: 700 !important;
}