.cLibraryArticleContentSection h1 {
  color: #181c20;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  font-family: "Montserrat", sans-serif;
}
ul.cLibraryContentInfo {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
ul.cLibraryContentInfo li {
  color: #8d91a3;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: none;
  padding: 0 10px;
  &:first-child {
    padding-left: 0;
    border-right: 1px solid #919191;
  }
}
.pt-0 {
  padding-top: 0 !important;
}

.cArticlecHighlighted {
  img {
    width: 100%;
  }
  ol,
  ul {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
  }
}
.cGrayBackground,
.cHighlightedSectionGrey {
  background-color: #f7f8fb;
}
#toc,
#toc2 {
  padding: 38px;
  display: inline-block;
  margin-bottom: 3rem;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 5px 40px 0 rgba(78, 78, 78, 0.09);
  font-family: "Montserrat", sans-serif;
}
h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin: 0 0 1.5rem;
  display: block;
}

#toc a,
#toc2 a {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-weight: 600;
  color: #545cec;
  text-decoration: none;
  display: block;
}

.cSectionAboveHighlight {
  padding-bottom: 12rem;
}
.row.cHighlightedRow {
  top: -8rem;
  position: relative;
  display: block;
}
.cArticleBody li,
.cArticleBody td,
.cArticleBody p {
  font-family: "Montserrat", sans-serif;
  color: #40404b !important;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}
.cHighlighted.cArticlecHighlighted {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.cArticleBody h2 {
  font-size: 1.75rem;
  line-height: 2.75rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  margin: 0 0 1.5rem;
  display: block;
}
.cArticleBody h2,
.cArticleBody h3,
.cArticleBody h4,
.cArticleBody h5,
.cArticleBody h6 {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.cArticleBody a {
  color: #545cec;
  text-decoration: none;
  transition: all 0.3s ease;
  &:hover {
    text-decoration: underline;
    color: #000;
  }
}
article {
  font-size: 100%;
  font-family: Roboto, sans-serif;
  color: #434343;
  background-color: #fff;
  p,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: inherit;
  }
}
.cArticleBody p strong {
  font-weight: 500;
}
.cTopToc#toc {
  display: none;
  @media (max-width: 767px) {
    display: block;
  }
}
@media (max-width: 767px) {
  #toc2 {
    display: none;
  }
}
.cSocial-sidebar {
  background: #545cec;
  position: fixed;
  top: 50%;
  right: -50px;
  left: 0;
  width: 50px;
  padding-top: 0.5em;
  z-index: 99999;
  @media (max-width: 767px) {
    top: unset;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cHorizontalList.cSocialMedia {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.cHorizontalList.cSocialMedia li {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  color: #ffffff !important;
}
.cSocial-sidebar img {
  width: 40px;
}
