@media print {
  #masthead, .site-footer, #non-printable, .notification-header, .post-header .back-link, .pr_download, .scroll-to-top {
    display: none !important;
  }
  #printable {
    display: block;
  }
}
.knowledge-insights-detail .post-header {
  max-width: 845px;
  margin: 0 auto;
  padding-top: 25px;
  position: relative;
  z-index: 2;
}
.knowledge-insights-detail .post-header .knowledge-insights-intro-text ul {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .knowledge-insights-detail .post-header {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 889px) {
  .knowledge-insights-detail .post-header {
    margin: 0 22px;
  }
}
.knowledge-insights-detail .post-header .back-link a {
  text-decoration: none;
}
.knowledge-insights-detail .post-header .post-categories {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 10px;
  display: flex;
}
.knowledge-insights-detail .post-header .post-categories li {
  margin-left: 24px;
  list-style-type: disc;
  font-size: 12px;
  color: var(--colorlight-blue);
}
.knowledge-insights-detail .post-header .post-categories li:first-child {
  margin-left: 0;
  list-style-type: none;
}
.knowledge-insights-detail .post-header .entry-meta {
  text-transform: capitalize;
}
.knowledge-insights-detail .post-header .knowledge-insights-updates {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  width: 100%;
}
.knowledge-insights-detail .post-header .knowledge-insights-updates li {
  margin-right: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .knowledge-insights-detail .post-header .knowledge-insights-updates li {
    color: var(--color-dark-blue1);
  }
}
.knowledge-insights-detail .post-header .knowledge-insights-updates li:last-child {
  margin-right: 0;
}
.knowledge-insights-detail .post-header .knowledge-insights-updates li svg {
  margin-bottom: 3px;
}
.knowledge-insights-detail .post-header .knowledge-insights-updates li img {
  display: block;
  width: 13px !important;
  margin-right: 4px !important;
  position: relative;
  top: -1px;
}
.knowledge-insights-detail .post-header .knowledge-insights-updates li img.icon-view {
  width: 19px !important;
}
.knowledge-insights-detail .post-header .knowledge-insights-updates li span {
  opacity: 0.7;
}
.knowledge-insights-detail .post-thumbnail-wrapper {
  max-width: 845px;
  margin: 0 auto;
}
@media only screen and (max-width: 889px) {
  .knowledge-insights-detail .post-thumbnail-wrapper {
    margin: 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .knowledge-insights-detail .post-thumbnail-wrapper .post-thumbnail {
    position: relative;
  }
  .knowledge-insights-detail .post-thumbnail-wrapper .post-thumbnail::after {
    display: block;
    content: "";
    padding-top: 100%;
    width: 100%;
  }
  .knowledge-insights-detail .post-thumbnail-wrapper .post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
}
.knowledge-insights-detail .entry-content {
  position: relative;
  padding-bottom: 50px;
}
.knowledge-insights-detail .entry-content p,
.knowledge-insights-detail .entry-content div,
.knowledge-insights-detail .entry-content ul,
.knowledge-insights-detail .entry-content ol {
  margin: 0;
  padding-bottom: 30px;
}
.knowledge-insights-detail .entry-content p:last-child,
.knowledge-insights-detail .entry-content div:last-child,
.knowledge-insights-detail .entry-content ul:last-child,
.knowledge-insights-detail .entry-content ol:last-child {
  padding-bottom: 0;
}
.knowledge-insights-detail .entry-content p li,
.knowledge-insights-detail .entry-content div li,
.knowledge-insights-detail .entry-content ul li,
.knowledge-insights-detail .entry-content ol li {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .knowledge-insights-detail .entry-content p,
  .knowledge-insights-detail .entry-content div,
  .knowledge-insights-detail .entry-content ul,
  .knowledge-insights-detail .entry-content ol {
    font-size: 14px !important;
  }
}
.knowledge-insights-detail .entry-content ol {
  padding-left: 20px;
}
.knowledge-insights-detail .entry-content ol.no-space li {
  margin-bottom: 0;
}
.knowledge-insights-detail .entry-content ol li {
  margin-bottom: 15px;
}
.knowledge-insights-detail .entry-content ol li:last-child {
  margin-bottom: 0;
}
.knowledge-insights-detail .entry-content ol ol {
  list-style: lower-alpha;
  margin-bottom: 15px;
}
.knowledge-insights-detail .entry-content ol ol li {
  margin-bottom: 0;
}
.knowledge-insights-detail .entry-content ol ol ol {
  margin-bottom: 0;
  list-style: lower-roman;
}
.knowledge-insights-detail .entry-content .entry-content-inner {
  max-width: 845px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 889px) {
  .knowledge-insights-detail .entry-content .entry-content-inner {
    margin: 0 22px;
  }
}
.knowledge-insights-detail .entry-content h2 {
  font-size: 24px !important;
  line-height: 140%;
  letter-spacing: 0;
  font-weight: 500 !important;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .knowledge-insights-detail .entry-content h2 {
    font-size: 18px !important;
    margin-bottom: 6px;
    font-weight: 700 !important;
  }
}
.knowledge-insights-detail .entry-content .wp-block-pullquote {
  margin: 0;
  padding: 0;
}
.knowledge-insights-detail .entry-content .wp-block-quote, .knowledge-insights-detail .entry-content blockquote {
  margin-top: 34px;
  margin-bottom: 32px;
  border: 4px solid var(--colorlight-blue);
  padding: 60px 40px 40px;
  color: var(--color-dark-blue1);
  position: relative;
  text-align: left;
}
.knowledge-insights-detail .entry-content .wp-block-quote p, .knowledge-insights-detail .entry-content blockquote p {
  font-size: 24px !important;
  line-height: 130%;
  padding-bottom: 10px;
}
.knowledge-insights-detail .entry-content .wp-block-quote cite, .knowledge-insights-detail .entry-content blockquote cite {
  font-size: 16px;
  font-style: inherit;
}
.knowledge-insights-detail .entry-content .wp-block-quote::after, .knowledge-insights-detail .entry-content blockquote::after {
  position: absolute;
  content: "";
  width: 126px;
  height: 81px;
  top: -35px;
  left: 30px;
  background: url(../../images/knowledge-insights/quote.jpg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .knowledge-insights-detail .entry-content .wp-block-quote, .knowledge-insights-detail .entry-content blockquote {
    margin-top: 30px;
    border: 3px solid var(--colorlight-blue);
    padding: 30px 25px 25px;
  }
  .knowledge-insights-detail .entry-content .wp-block-quote p, .knowledge-insights-detail .entry-content blockquote p {
    font-size: 18px !important;
  }
  .knowledge-insights-detail .entry-content .wp-block-quote cite, .knowledge-insights-detail .entry-content blockquote cite {
    font-size: 14px;
  }
  .knowledge-insights-detail .entry-content .wp-block-quote::after, .knowledge-insights-detail .entry-content blockquote::after {
    width: 56px;
    height: 41px;
    top: -25px;
    left: 20px;
  }
}
.knowledge-insights-detail .entry-content .col-line .wp-block-column {
  position: relative;
  padding-bottom: 0;
}
.knowledge-insights-detail .entry-content .col-line .wp-block-column:first-child::before {
  display: none;
}
@media (min-width: 782px) {
  .knowledge-insights-detail .entry-content .col-line .wp-block-column::before {
    display: block;
    content: "";
    background-color: #c5c5c5;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -1.1em;
    top: 0;
  }
}
.knowledge-insights-detail .entry-content::after, .knowledge-insights-detail .entry-content::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.knowledge-insights-detail .entry-content::before {
  width: 67%;
  height: 947px;
  right: 0;
  top: -20px;
  background-image: url(../../images/knowledge-insights/knowledge-insights-article-u.png);
  background-position: 100% 0;
}
.knowledge-insights-detail .entry-content::after {
  width: 82%;
  height: 666px;
  left: 0;
  bottom: 0;
  background-image: url(../../images/knowledge-insights/knowledge-insights-article-n.png);
  background-position: 0 100%;
}
@media only screen and (max-width: 1440px) {
  .knowledge-insights-detail .entry-content::before {
    max-width: 963px;
  }
  .knowledge-insights-detail .entry-content::after {
    max-width: 1171px;
  }
}
@media only screen and (max-width: 767px) {
  .knowledge-insights-detail .entry-content {
    padding-bottom: 30px;
  }
  .knowledge-insights-detail .entry-content::before {
    width: 93%;
    background-image: url(../../images/knowledge-insights/knowledge-insights-article-u-mobile.png);
  }
  .knowledge-insights-detail .entry-content::after {
    background-image: url(../../images/knowledge-insights/knowledge-insights-article-n-mobile.png);
    width: 76%;
  }
}
.knowledge-insights-detail .entry-content table {
  margin: 0px;
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
}
.knowledge-insights-detail .entry-content table thead {
  background: #eef5fb;
  border: none;
}
.knowledge-insights-detail .entry-content table tbody tr {
  border: none !important;
}
.knowledge-insights-detail .entry-content table tbody tr:last-child td {
  border-bottom: none !important;
}
.knowledge-insights-detail .entry-content table th {
  vertical-align: baseline;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  color: rgb(3, 0, 47);
  padding: 20px 10px;
  border: none;
  white-space: nowrap;
}
.knowledge-insights-detail .entry-content table td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  border: none;
  border-bottom: 1px solid #dee2e6 !important;
  padding: 20px 10px;
  background: transparent;
}

.comments-area {
  max-width: 845px;
  margin: 0 auto 50px;
  background: #f2f2f2;
  padding: 40px;
}
@media only screen and (max-width: 889px) {
  .comments-area {
    margin: 0 22px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .comments-area {
    padding: 25px;
    margin-bottom: 30px;
  }
}
.comments-area .comment-respond {
  padding-bottom: 50px;
  border-bottom: 1.5px solid var(--color-dark-blue);
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-respond {
    padding-bottom: 35px;
  }
}
.comments-area .comment-respond h3.comment-reply-title {
  font-size: 24px !important;
  line-height: 110%;
  padding-bottom: 25px;
  margin: 0;
}
.comments-area .comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.comments-area .comment-respond .comment-form > * {
  flex: 1 1 auto;
}
.comments-area .comment-respond .comment-form input,
.comments-area .comment-respond .comment-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(7, 7, 7, 0.2);
  font-size: 16px;
  border-radius: 0;
  width: 100%;
  color: var(--body-color) !important;
}
.comments-area .comment-respond .comment-form input:focus,
.comments-area .comment-respond .comment-form textarea:focus {
  outline: 0;
  color: var(--body-color);
}
.comments-area .comment-respond .comment-form input::placeholder,
.comments-area .comment-respond .comment-form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--body-color);
  opacity: 1;
  /* Firefox */
  font-size: 16px;
}
.comments-area .comment-respond .comment-form input:-ms-input-placeholder,
.comments-area .comment-respond .comment-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
  font-size: 16px;
}
.comments-area .comment-respond .comment-form input::-ms-input-placeholder,
.comments-area .comment-respond .comment-form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-respond .comment-form input,
  .comments-area .comment-respond .comment-form textarea {
    font-size: 14px;
  }
  .comments-area .comment-respond .comment-form input::placeholder,
  .comments-area .comment-respond .comment-form textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
  }
  .comments-area .comment-respond .comment-form input:-ms-input-placeholder,
  .comments-area .comment-respond .comment-form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
  }
  .comments-area .comment-respond .comment-form input::-ms-input-placeholder,
  .comments-area .comment-respond .comment-form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 14px;
  }
}
.comments-area .comment-respond .comment-form textarea {
  resize: none;
  height: 30px;
  padding-right: 39px;
}
.comments-area .comment-respond .comment-form div.error {
  position: absolute;
  color: #f00;
  font-size: 12px;
}
.comments-area .comment-respond .comment-form label {
  display: none;
}
.comments-area .comment-respond .comment-form .comment-notes {
  display: none;
}
.comments-area .comment-respond .comment-form .comment-form-comment {
  order: 3;
  padding-bottom: 0;
  width: 100%;
}
.comments-area .comment-respond .comment-form .comment-form-author {
  margin-right: 12px;
}
.comments-area .comment-respond .comment-form .comment-form-email {
  margin-left: 12px;
}
.comments-area .comment-respond .comment-form .form-submit {
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-respond .comment-form .form-submit {
    bottom: 13px;
  }
}
.comments-area .comment-respond .comment-form .form-submit input {
  border-bottom: 0;
  color: #f04e45 !important;
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-respond .comment-form .form-submit input {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 575px) {
  .comments-area .comment-respond .comment-form .comment-form-author {
    width: 100%;
    margin-right: 0;
  }
  .comments-area .comment-respond .comment-form .comment-form-email {
    width: 100%;
    margin-left: 0;
  }
}
.comments-area h2.comments-title {
  font-size: 16px !important;
  line-height: 110%;
  font-weight: 400 !important;
  margin-bottom: 15px;
  width: 100px;
  text-align: center;
  margin: -12px auto 12px;
  background: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .comments-area h2.comments-title {
    font-size: 12px !important;
    width: 90px;
    margin: -8px auto 8px;
  }
}
.comments-area ol.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area ol.comment-list li {
  margin-bottom: 25px;
}
.comments-area ol.comment-list li:last-child {
  margin-bottom: 0;
}
.comments-area ol.comment-list li .comment-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.comments-area ol.comment-list li .comment-meta em.comment-awaiting-moderation {
  width: 100%;
  font-size: 14px;
  background: #fff;
  padding: 10px;
  margin-top: 10px;
}
.comments-area ol.comment-list li .comment-metadata {
  font-size: 12px !important;
  margin-left: 10px;
  margin-top: 4px;
}
.comments-area ol.comment-list li .comment-metadata a {
  pointer-events: none;
  text-decoration: none;
}
.comments-area ol.comment-list li .comment-metadata .comment-time-stamp {
  display: none;
}
.comments-area ol.comment-list li .comment-author img {
  display: none;
}
@media only screen and (max-width: 767px) {
  .comments-area ol.comment-list li .comment-author .fn {
    font-size: 14px !important;
  }
}
.comments-area ol.comment-list li .comment-author .says {
  display: none;
}
.comments-area ol.comment-list li .comment-content {
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  .comments-area ol.comment-list li .comment-content {
    font-size: 12px !important;
  }
}
.comments-area ol.comment-list li .reply {
  display: none;
}

.social-share-wrapper .social-share {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: calc((100vw - 1310px) / 2 + 144px);
  list-style: none;
  z-index: 99;
}
.social-share-wrapper .social-share li {
  margin-top: 20px;
}
.social-share-wrapper .social-share li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1064px) {
  .social-share-wrapper .social-share {
    right: 22px;
  }
}
.social-share-wrapper .mobile-trigger {
  display: none;
}
@media only screen and (max-width: 767px) {
  .social-share-wrapper {
    position: relative;
  }
  .social-share-wrapper .mobile-trigger {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
  }
  .social-share-wrapper .social-share {
    display: none;
    position: absolute;
    top: -5px;
    right: 0;
    transform: inherit;
  }
  .social-share-wrapper .social-share li {
    margin-top: 10px;
  }
  .social-share-wrapper .social-share svg {
    width: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .social-share-wrapper .social-share {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .knowledge-insights-detail .post-header {
    position: relative;
  }
  .social-share-wrapper .social-share {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .knowledge-insights-detail .post-thumbnail-wrapper {
    padding-right: 55px;
  }
  .knowledge-insights-detail .post-header {
    padding-right: 55px;
  }
  .knowledge-insights-detail .entry-content {
    padding-right: 55px;
  }
  .comments-area {
    margin-right: 80px;
  }
}
/**/
.single-media_archive .knowledge-insights-detail .post-header .knowledge-insights-updates li span {
  opacity: 1;
}

.pr_download {
  font-weight: 400;
  font-size: 14px;
  color: #f04e45 !important;
  display: flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .pr_download {
    font-size: 12px;
  }
}
.pr_download::before {
  display: block;
  content: "";
  background-image: url(../../images/icons/icon-download-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.single #page.site {
  overflow: hidden;
}/*# sourceMappingURL=k-insights-detail.css.map */