section.innerPage_Hero {
  height: 85vh;
  overflow: hidden;
  position: relative;
  background-color: var(--g-blue);
}
section.innerPage_Hero h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 900;
}
section.innerPage_Hero h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: normal;
}
section.innerPage_Hero .background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000000;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
section.innerPage_Hero .background-image-holder img {
  width: 100%;
  object-fit: cover;
}
section.innerPage_Hero .background-image-holder img.mobile-image {
  display: block;
}
section.innerPage_Hero .background-image-holder img.desktop-image {
  display: none;
}
section.innerPage_Hero .kb-asset-banner h1 {
  font-size: 2.5rem!important;
  line-height: 2.75rem;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  color: white;
}
section.innerPage_Hero .kb-asset-banner h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 700; color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23026AAA' %3e%3cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/></svg>");
}
.kb-hero-sec {
    overflow: hidden;
  }
  .kb-hero-sec .kb-hero-card {
    position: relative;
    padding: 2px;
  }
  .kb-hero-sec .kb-hero-card .kb-here-text {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 2px;
    padding: 1.5rem;
    width: 60%;
    background: black; /* The Fallback */
    background: rgba(0, 0, 0, 0.2);
    /* mixin for text overlay background with opacity */
  }
  .kb-asset-banner h1 {
    font-size: 34px !important;
    font-weight: 700; color: white!important;
  }
  .kb-hero-sec .kb-hero-card .kb-here-text h2 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.75rem;
    color: white;
    font-weight: 700;
    text-shadow: 1px 1px #666666;
  }
  .kb-hero-sec .kb-hero-card .kb-here-text h2 a {
    color: white;
  }
  .kb-hero-sec .kb-hero-card .kb-here-text .kb-asst-cat {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.813rem;
    margin-bottom: 0.5rem;
  }
  .kb-hero-sec .kb-hero-card .kb-here-text .kb-asst-cat a {
    color: #FFE833;
  }
  .kb-hero-sec .kb-hero-card .kb-cta {
    font-size: 0.75rem;
  }
  .kb-hero-sec .kb-hero-card .kb-cta a {
    background: #fff;
    padding: 0.3rem 0.625rem;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--g-blue);
    display: inline-block;
  }
  .kb-hero-sec .kb-hero-card.small-thumb {
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 2px;
  }
  .kb-hero-sec .kb-hero-card.small-thumb .kb-here-text {
    bottom: 0;
  }
  .kb-hero-sec .kb-hero-card.small-thumb .kb-here-text h2 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .kb-hero-sec .kb-hero-card.large-thumb {
    height: 502px;
    overflow: hidden;
    margin-bottom: 2px;
  }
  .kb-hero-sec .kb-hero-card.large-thumb .kb-here-text {
    bottom: 9.375rem;
    padding-left: 2rem;
  }
  .kb-hero-sec .kb-hero-card .kb-here-image {
    width: 100%;
    height: 100%;
    min-height: 502px;
  }
  .kb-hero-sec .kb-hero-card .kb-here-image img {
    object-fit: cover;
    min-height: 250px;
    min-width: 100%;
    height: 100%;
  }
  .kb-hero-sec h4 {
    font-weight: 300;
    margin-top: 0;
    padding-left: 10px;
    padding-top: 32px;
  }
  .kb-hero-sec .con-left {
    padding: 0;
  }
  .kb-hero-sec .con-right {
    padding: 0;
  }

  .kb-cat-filter-block.g_bkg_blue_dark.py-2 {
    background: #3c3c3c;
}
  
  /* trending-kb */
  .trending-kb .row {
    margin-bottom: 12px;
  }
  .trending-kb .h2-title {
    display: inline;
  }
  .trending-kb .h2-title a {
    color: var(--g-blue) !important;
  }
  .trending-kb .kb-category-view {
    float: right;
    margin-top: 24px;
    font-size: 16px;
  }
  .trending-kb .kb-category-view a {
    font-weight: bold;
  }
  
  .kb-category-view {
    font-size: 0.813rem;
    font-weight: bold;
    margin: 0.625rem 0 0;
    white-space: nowrap;
  }
  .kb-category-view i {
    font-size: 0.625rem;
    vertical-align: middle;
  }
  
  /* ENDS - trending-kb */
  /*.kb-here-text.small-card  {
  bottom: 40px;
  }*/
  .kb-here-text.small-card h2 {
    font-size: 14px;
    line-height: 22px;
  }
  
  .kb-trending-topic img {
    width: 100%;
  }
  .kb-trending-topic .kb-trending-text {
    min-height: 7.5rem;
  }
  .kb-trending-topic .kb-new-card {
    position: relative;
  }
  
  .kb-trending-text h2 {
    font-size: 1rem;
    font-weight: 700 !important;
    margin: 0.625rem 0 0;
    padding: 0.625rem;
    line-height: 22px;
    font-weight: 500;
  }
  .kb-trending-text h2 a {
    color: #292929 !important;
  }
  
  .col-md-3.kb-new-card {
    border: 1px solid var(--g-blue);
    padding: 0px;
  }
  
  .kb-gep-in-news ul, .kb-podcast ul {
    list-style-type: none;
  }
  
  /*.kb-gep-in-news ul,.kb-podcast ul {
    padding: 15px;
  }*/
  .kb-other img {
    width: 100%;
  }
  
  .more-kb-asset {
    background: #DEDEED;
    padding: 50px 0px;
  }
  
  /*.more-kb-asset .col-md-12 {
    border: 1px solid #D9D9D9;
    border-radius: 0px 0px 5px 5px;
    padding: 0px;
    background: #fff;
    margin-bottom: 20px;
  }*/
  .more-kb-asset .kb-other {
    border: 1px solid #D9D9D9;
    border-radius: 0px 0px 5px 5px;
    padding: 0px;
    background: #fff;
    margin-bottom: 20px;
    min-height: 410px;
  }
  
  .more-kb-asset .kb-other .kb-trending-text {
    height: 120px;
  }
  
  .kb-cts {
    padding: 0.625rem 0.25rem;
  }
  .kb-cts a {
    color: #1487CE;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 0;
    margin: 0 0.875rem;
    display: block;
  }
  
  .container-fluid.trending-kb {
    padding: 55px 0px;
  }
  
  .kb-new-card {
    background: #F0F7FD 0% 0% no-repeat padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 0px 0px 5px 5px;
  }
  .kb-new-card img {
    width: 100%;
    min-height: 7rem;
  }
  
  .tags-wrap {
    margin-top: 10px;
    border-top: 2px solid var(--g-blue);
    padding-top: 10px;
  }
  
  .tags-wrap ul {
    list-style-type: none;
    padding-left: 10px;
  }
  
  .tags-wrap ul li {
    display: inline-block;
    padding: 2px;
    border: 1px solid #afafaf;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 11px;
  }
  
  .tags-wrap ul li a {
    color: var(--g-blue);
  }
  
  .row.kb-hero-list .kb-new-card {
    background: rgb(255, 255, 255);
    position: relative;
    height: 100%;
  }
  .row.kb-hero-list .kb-new-card .kb-trending-text {
    min-height: 105px;
  }
  .row.kb-hero-list .kb-new-card .kb-trending-image {
    height: auto;
  }
  .row.kb-hero-list .kb-new-card .kb-trending-image a {
    width: 100%;
    height: 100%;
  }
  .row.kb-hero-list .kb-new-card .kb-trending-image a img {
    object-fit: cover;
    height: auto;
    width: 100%;
  }
  
  .kb-new-card .tags-wrap {
    /*position: absolute;*/
    bottom: 0px;
    width: 100%;
  }
  
  .kb-white-card {
    width: 100%;
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
  }
  .kb-white-card h2 {
    font-size: 13px;
    line-height: 22px;
    padding-top: 0px;
    font-weight: bold;
  }
  .kb-white-card .kb-cts a {
    font-size: 0.75rem;
  }
  .kb-white-card .kb-trending-text {
    min-height: 78px;
  }
  
  .color-bg-new {
    background: #EFF7FE;
  }
  
  .color-bg-inver .kb-white-card, .kb-new-card {
    background: #F0F7FD 0% 0% no-repeat padding-box;
  }
  
  .kb-gep-in-news ul li p a, .kb-podcast ul li p a {
    color: #393939;
    font-weight: 500;
    font-size: 14px;
  }
  
  .kb-gep-in-news ul li p a.kb-readmore, .kb-podcast ul li p a.kb-readmore {
    color: #1487CE;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .kb-gep-in-news ul li, .kb-podcast ul li {
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: 1px dashed #bbb;
  }
  
  .kb-gep-in-news ul li:last-child, .kb-podcast ul li:last-child {
    border-bottom: 0;
  }
  
  .kb-gep-in-news ul, .kb-podcast ul {
    padding-top: 0;
    padding-left: 0;
  }
  
  .frist-cont-row.color-bg-new .g_h2 {
    display: inline;
  }
  .frist-cont-row.color-bg-new .g_h2 a {
    color: var(--g-blue) !important;
  }
  .frist-cont-row.color-bg-new span.kb-category-view {
    float: right;
    margin-top: 24px;
    font-size: 16px;
  }
  .frist-cont-row.color-bg-new span.kb-category-view a {
    font-weight: bold;
  }
  
  .frist-cont-row.color-bg-inver .h2-title {
    display: inline;
  }
  .frist-cont-row.color-bg-inver .h2-title a {
    color: var(--g-blue) !important;
  }
  .frist-cont-row.color-bg-inver span.kb-category-view {
    float: right;
    margin-top: 24px;
    font-size: 16px;
  }
  .frist-cont-row.color-bg-inver span.kb-category-view a {
    font-weight: bold;
  }
  
  .kb-category-links {
    padding: 10px 25px;
    padding-top: 7px;
  }
  .kb-category-links a {
    padding-right: 5px;
    padding-left: 5px;
    color: #ffffff !important;
    font-size: 14px;
  }
  
  .view-kb-topics.view-display-id-category {
    margin-top: 110px;
  }
  .view-kb-topics.view-display-id-category .view-header .h2-title {
    margin-left: 30px;
  }
  
  /*
  .row.kb-hero-sec{
      margin: 0;
      margin-top: -14px;
  }
  */
  
.kb-collateral-list h5.card-title {
  font-size: 0.875rem;
}

.kb-collateral-wrap {
  overflow: hidden;
}
.kb-collateral-wrap.card {
  border-color: #eeeeee;
}
.kb-collateral-wrap.card img {
  min-height: 236px;
}
.kb-collateral-wrap.card .card {
  border: 0;
  overflow: hidden;
}
.kb-collateral-wrap.card .card img {
  border: 0;
}
.kb-collateral-wrap.card .card:hover img {
  transform: scale(1.2);
}
.kb-collateral-wrap.card .card-body {
  padding: 1rem;
  padding-bottom: 0;
}
.kb-collateral-wrap.card .card-body .asset-title {
  min-height: 6.25rem;
}
.kb-collateral-wrap.card .card-body .asset-title a {
  font-size: 16px;
  font-weight: 900;
  color: #000;
}
.kb-collateral-wrap.card .card-body .gep-share .social-icon-img {
  min-height: 36px !important;
  height: 36px !important;
  margin-bottom: -16px;
  padding: 8px;
  animation: none;
}
.kb-collateral-wrap .kb-cta {
  margin: 0;
  clear: both;
  padding-bottom: 1rem;
}
.kb-collateral-wrap .kb-cta a {
  position: relative !important;
  bottom: auto !important;
}

.gep-share {
  display: block;
  height: auto;
  padding-bottom: 2rem;
}
.gep-share ul {
  margin: 0;
  padding: 0px;
  float: none;
  height: auto;
}
.gep-share ul li {
  display: inline-block;
  padding: 0.2rem;
  font-size: 0.813rem;
  font-weight: bold;
  margin: 0;
  float: none;
  text-align: center;
}
.gep-share ul li a {
  text-align: center;
  color: white;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
.gep-share ul li i {
  color: white;
  padding: 0.4rem 0.6rem;
  display: block;
  border-radius: 100%;
  text-align: center;
  font-size: 1rem;
}
.gep-share ul li i.bi.bi-linkedin {
  background: #0e76a8;
}
.gep-share ul li i.bi.bi-twitter {
  background: #55acee;
}
.gep-share ul li i.bi.bi-facebook {
  background: #3b5998;
}
.gep-share ul li i.bi.bi-envelope, .gep-share ul li i.bi.bi-telephone-fill {
  background: #2196F3;
}
.gep-share ul li i.bi.bi-youtube {
  background: red;
}
.gep-share .social-btn {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gep-share .social-btn li {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-indent: 0;
}
.gep-share .social-btn li::before {
  display: none;
}
.gep-share .social-btn li a {
  text-decoration: none;
  transition: transform 0.3s ease-out;
}
.gep-share .social-btn li a i {
  font-size: 0.688rem;
  line-height: 1rem;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  border-radius: 0;
}
.gep-share .social-btn li a:hover {
  transform: translateY(-4px);
}

.footer .gep-share ul li i {
  padding: 0.2rem 0.1rem 0.1rem 0.5rem;
  font-size: 1.5rem;
}

/*White Paper Css ends here*/
/* Details page css starts here*/
.asset-details {
  position: relative;
}
.asset-details .asset-access-call-wrapper {
  position: absolute;
  right: 2%;
  z-index: 1;
  width: 28%;
  margin-top: 40px;
  top: 0;
}

.asset-image {
  border: 2px solid #eeeeee;
}
  /* Image PlaceHolder Animated Background */
  /* Skeleton - Image Preloader */
  .placeholder-glow img,
  .kb-here-image img,
  .kb-trending-image img,
  .kb-collateral-wrap img,
  .background-image-holder img,
  .blog-image img,
  .featured-blog img, img.background-image,
  .background-image-holder-1 img,
  .kb-image img,
  .asset-image img {
    width: 100%;
    height: inherit;
    /* min-height: fit-content; */
    display: block;
    transform: rotate(20%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%), var(--g-blue);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%) var(--g-blue); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0))) var(--g-blue); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%) var(--g-blue); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%) var(--g-blue); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%) var(--g-blue); /* IE10+ */
    object-fit: cover;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="var(--g-blue)e8",GradientType=1 ); /* IE6-9 */
    background-repeat: repeat-y;
    background-size: 50%;
    background-position: -100% 0;
    animation: shine 1s infinite;
  }

  @keyframes shine {
    to {
      background-position: 200% 0;
    }
  }
  
  .call-icon {
    margin-left: -1px;
    background-repeat: no-repeat;
    background: var(--g-blue) !important;
    border: 1px solid var(--g-blue);
    border-radius: 0 0 8px 8px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    text-transform: uppercase;
  }
  
  
  .form-item--error-message {
    color: #cc3333;
    font-style: italic;
    font-size: 9px!important;
    margin: -4px 0 10px;
    text-align: left;
    position: relative;
  }
  .form-item--error-message::before {
    margin-right: 0.3rem;
    padding: 0;
  }
  .form-item--error-message span, .form-item--error-message strong {
    font-weight: normal;
    font-style: italic;
    color: red;
    font-size: 9px!important; line-height: 10px;
    margin-right: 0.5rem;
  }
  
  .kb-form-text p {
    color: var(--g-blue);
    font-weight: normal;
  }
  .kb-form-text p.form-div-1 {
    font-size: 1.313rem;
    margin-bottom: 0;
  }
  .kb-form-text p.form-div-2 {
    font-weight: 900;
    font-size: 2.25rem!important;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: normal;
    font-family: var(--g-title-font);
    color: var(--g-blue);
  }
  
  .webcast-thank {
    background: transparent url(/prod/s3fs-public/webcast-bg.svg) center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin-top: 50px;
    height: 365px;
  }
  .webcast-thank video {
    margin: 0 auto;
    width: 100%;
    max-width: 506px;
    border: 0.5rem solid #393939;
    background: #393939;
    border-radius: 0.5rem;
    height: 100%;
    max-height: 315px;
    padding: 0;
    object-fit: fill;
    display: block;
    outline: none;
  }
  
  p.webcast-message {
    font-size: 0.7rem;
    text-align: center;
  }
  
  .kb-recommendations h2 {
    font-size: 2.5rem;
    line-height: normal;
    margin-bottom: 2rem;
  }
  .kb-recommendations .kb-recommend-card .kb-details {
    padding: 0.8rem;
    min-height: 315px;
  }
  .kb-recommendations .kb-recommend-card .kb-details h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.4rem;
    line-height: 1.4rem;
  }
  .kb-recommendations .kb-recommend-card .kb-details p {
    font-size: 0.85rem;
  }
  .kb-recommendations .kb-recommend-list {
    border-bottom: 1px dashed #b6b6b6;
    margin-bottom: 1rem;
  }
  .kb-recommendations .kb-recommend-list .kb-recommend-category {
    font-size: 0.8rem;
    font-weight: bold;
  }
  .kb-recommendations .kb-recommend-list .kb-recommend-title {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.4rem;
  }
  .kb-recommendations .kb-recommend-list a {
    font-size: 0.8rem;
  }
  .kb-recommendations .kb-recommend-category {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .kb-recommendations h4.card-header {
    font-size: 1.125rem;
    margin: 0 0 1rem;
    font-weight: 700;
    padding: 0;
  }
  .kb-recommendations .card {
    border: 0;
  }
  .kb-recommendations .card .card-body {
    padding: 1rem;
    margin: 0;
  }
  .kb-recommendations .card .card-body h5 {
    font-size: 1rem;
    padding: 0;
    margin: 0 0 1rem;
  }
  
  .podcast-player {
    margin: 30px 0px 0 0;
    background: #0079b5;
    padding: 30px 14px 2px;
    color: #fff;
  }
  .podcast-player p.webcast-message {
    position: relative;
    bottom: 0px;
    color: #ffffff;
  }
  .podcast-player audio {
    width: 100%;
  }
  
  h4.asset-title.card-title {
    height: 115px;
  }
  
  .gep-insights .insights-author-detail {
    background: #04384C;
    padding: 20px;
    margin-left: -24px;
    padding-bottom: 15px;
    padding-left: 30px;
  }
  .gep-insights p.a-name {
    font-size: 44px!important;
    color: #48FFFF;
    font-weight: 500;
    line-height: 34px;
  }
  .gep-insights p.a-dsg {
    color: #fff;
    font-size: 26px!important;
  }
  .gep-insights p.a-company {
    font-size: 26px!important;
    font-weight: 500;
    color: #fff;
  }
  .gep-insights .insights-author-desc p {
    color: #0B6EA9;
    font-style: italic;
    font-weight: 500;
  }
  .gep-insights .gep-insights-after-content h2 {
    font-weight: 500;
    margin-top: 25px;
    font-size: 34px;
    line-height: 38px;
  }
  .gep-insights .gep-insights-after-content .insights-quote {
    color: #056ead;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  
  .insights-txt-blue {
    color: #0569AA;
  }
  
  .g_insights_bg {
    background: #013146;
  }
  
  .insight-mobile-banner-wrap {
    display: none;
  }
  
  .js-pager__items.pager {
    margin: 0 auto 1.5rem;
    padding: 0;
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .js-pager__items.pager .pager__item {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    float: none;
  }
  #node-blog-posts-comment article.comment {
    margin-bottom: 1rem;
  }
  #node-blog-posts-comment article.comment .comment__submitted {
    margin-bottom: 0;
  }
  #node-blog-posts-comment article.comment .comment__submitted span[rel="schema:author"] {
    font-size: 0.85rem;
  }
  #node-blog-posts-comment article.comment .content .field--name-field-comment {
    margin-bottom: 0.5rem;
  }
  #node-blog-posts-comment article.comment .content ul.links li {
    padding-left: 0;
  }
  #node-blog-posts-comment article.comment .content ul.links li a {
    font-size: 0.85rem;
  }
  .page-node-type-blog-posts .blog-body h2{
    font-weight: 700;
    margin-top: 50px;
  }
  
  .page-node-type-blog-posts .blog-body h2{
    font-weight: 700;
  }
  .page-node-type-blog-posts .blog-body h3{
    font-weight: 700;
  }
  .page-node-type-blog-posts .blog-body h4{
    font-weight: 700;
  }
  /* Details page css ends here*/
  /* KEY INSIGHTS + APP PROMO */
  .new-app-promo {
    max-width: 100% !important;
    background: url(/prod/s3fs-public/app-bg-big.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .new-app-promo .new-app-wrap-test p {
    font-size: 2rem;
    line-height: normal;
    letter-spacing: -1px;
    color: #000;
    margin: 0;
  }
  .new-app-promo .new-app-wrap-test h2 {
    font-size: 3.563rem;
    font-weight: bold;
  }
  .new-app-promo .new-app-wrap-test h2 span.new-appcolor {
    color: var(--g-blue);
  }
  .new-app-promo .new-app-wrap-btn ul {
    list-style: none;
    display: flex;
    margin: 1rem 0;
    padding: 0;
  }
  .new-app-promo .new-app-wrap-btn ul li {
    display: inline-block;
    margin-right: 1rem;
  }
  .new-app-promo .new-app-wrap-btn ul li a {
    text-decoration: none;
    outline: 0;
  }
  .new-app-promo .new-app-wrap-btn ul li a img {
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .new-app-promo .new-app-wrap-btn ul li a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
  }
  
  .ajax-progress-throbber .message {
    color: grey;
  }
  
  /* ENDS KEY INSIGHTS + APP PROMO*/
  /* */
  .views-infinite-scroll-content-wrapper .kb-new-card {
    background: white;
  }
  .views-infinite-scroll-content-wrapper h5.card-title {
    font-size: 0.875rem;
    font-weight: 700;
  }
  
  .kb-cat-filter-block .filter-ico i {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
  }
  .kb-cat-filter-block .bef-exposed-form .form--inline {
    margin-top: 0.05rem;
  }
  .kb-cat-filter-block .bef-exposed-form .form--inline .form-item {
    float: left;
  }
  .kb-cat-filter-block .form-item, .kb-cat-filter-block .form-actions {
    margin-bottom: 0 !important;
    display: inline-block;
    float: none;
    width: 12.5rem;
    height: 1.938rem;
  }
  .kb-cat-filter-block .form-item {
    margin-top: 0;
    margin-right: 2rem;
  }
  .kb-cat-filter-block .form-actions {
    margin: 0;
    width: auto;
  }
  .kb-cat-filter-block .form-actions .form-submit {
    padding: 0.4rem 2rem;
    border: 0;
    background: var(--g-blue) !important;
    color: white;
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-transform: none;
    font-weight: bold;
    border-radius: 0 !important;
  }
  .kb-cat-filter-block .form-actions .form-submit:hover{
    color: #fff !important;

  }
  .kb-cat-filter-block .form-select {
    font-size: 0.813rem;
    font-weight: bold;
    border: 0;
    background: white url(../images/chevron-down.svg) no-repeat 95% 0.6rem;
    background-size: 16px 12px;
  }
  .kb-cat-filter-block .customselect-list-container {
    position: relative;
  }
  .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown {
    font-size: 0.813rem;
    font-weight: bold;
    display: block;
    width: 100%;
    height: auto;
    padding: 0.4rem 0 0.25rem 0;
    line-height: 1.5;
    color: #212529;
    background: white url(../images/chevron-down.svg) no-repeat 95% 0.6rem;
    background-size: 16px 12px;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
  }
  .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown.open {
    position: absolute;
    left: 0;
    top: 0;
  }
  .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown.open .customselect-list-input-item:not(.customselect-dropdown-text) {
    border: 0;
  }
  .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-dropdown-text, .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-dropdown-text {
    border: 0;
    padding: 0 1.75rem 0 0.5rem;
    font-weight: bold;
  }
  .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-list-container {
    position: relative;
  }
  .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-list .customselect-list-input, .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-list .customselect-reset-input, .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-list .customselect-list-input, .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown .customselect-list .customselect-reset-input {
    margin: 0.2rem;
  }
  
  .card-body.kb-trending-text h2 a {
    font-size: 20px;
}

.kb-trending-text h2 {
  font-size: 1.5rem !important;
  line-height: 31px;
}

  /* KB Styling ENDS here*/
  .podcast-share {
    padding: 0;
    margin: 0;
  }
  .podcast-share li {
    list-style: none;
    display: inline-block;
    float: none;
    width: 1.8rem;
    height: 1.8rem !important;
  }
  .podcast-share li a {
    display: block;
  }
  .podcast-share li a img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  
  .kb-details-body .h2-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--g-blue);
  }
  .kb-details-body .blockquote {
    position: relative;
    padding: 6.5rem 0 0;
  }
  .kb-details-body .blockquote::before {
    display: block;
    width: 6rem;
    height: 6rem;
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg id='quote' xmlns='http://www.w3.org/2000/svg' width='89.261' height='76.509' viewBox='0 0 89.261 76.509'%3E%3Cpath id='Path_1396' data-name='Path 1396' d='M233.882 29.235V67.49h25.5a25.532 25.532 0 0 1-25.5 25.5v12.752A38.3 38.3 0 0 0 272.137 67.49V29.235Z' transform='translate(-182.876 -29.235)' fill='%23026aaa'/%3E%3Cpath id='Path_1397' data-name='Path 1397' d='M0 67.49H25.5A25.532 25.532 0 0 1 0 92.993v12.752A38.3 38.3 0 0 0 38.255 67.49V29.235H0Z' transform='translate(0 -29.235)' fill='%23026aaa'/%3E%3C/svg%3E");
    position: absolute;
    left: calc(50% - 3rem);
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
  .kb-details-body .blockquote p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .kb-details-body .blockquote-footer {
    margin: 0 auto;
    font-size: 0.75rem;
  }
  
  .quote-lg {
    margin: 0 0 1rem;
  }
  .quote-lg .blockquote {
    position: relative;
    padding: 6.5rem 0 0;
  }
  .quote-lg .blockquote::before {
    display: block;
    width: 6rem;
    height: 6rem;
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg id='quote' xmlns='http://www.w3.org/2000/svg' width='89.261' height='76.509' viewBox='0 0 89.261 76.509'%3E%3Cpath id='Path_1396' data-name='Path 1396' d='M233.882 29.235V67.49h25.5a25.532 25.532 0 0 1-25.5 25.5v12.752A38.3 38.3 0 0 0 272.137 67.49V29.235Z' transform='translate(-182.876 -29.235)' fill='%23026aaa'/%3E%3Cpath id='Path_1397' data-name='Path 1397' d='M0 67.49H25.5A25.532 25.532 0 0 1 0 92.993v12.752A38.3 38.3 0 0 0 38.255 67.49V29.235H0Z' transform='translate(0 -29.235)' fill='%23026aaa'/%3E%3C/svg%3E");
    position: absolute;
    left: calc(50% - 3rem);
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
  .quote-lg .blockquote p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .quote-lg .blockquote-footer {
    margin: 0 auto;
    font-size: 0.75rem;
  }
  
  blockquote.aside {
    min-width: 18.75rem;
  }
  blockquote.aside p {
    color: #056ead;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 500;
  }
  blockquote.aside p i {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
  }
  blockquote.aside p i.bi--rotate-180 {
    transform: rotate(180deg);
  }
  
  .video-placeholder iframe {
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 14rem;
    outline: 0;
  }
  
  .asset-bio.card {
    border-radius: 0.5rem;
  }
  .asset-bio.card .card-body .card-title {
    font-size: 0.938rem;
  }
  .asset-bio.card .card-body .card-text {
    font-size: 0.813rem;
  }
  .asset-bio.card .card-body img {
    width: 100%;
    height: 100%;
  }
  .asset-bio.card .card-body a[role=button] {
    font-size: 0.688rem;
  }
  
  .gep-share-vertical {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 10vh;
  }
  .gep-share-vertical h2 {
    display: none;
  }
  .gep-share-vertical ul {
    margin: 0;
    padding: 0px;
    float: none;
    height: auto;
  }
  .gep-share-vertical ul li {
    display: block;
    padding: 0;
    font-weight: bold;
    margin: 0;
    padding: 0;
    float: none;
    text-align: center;
  }
  .gep-share-vertical ul li a {
    text-align: center;
    color: white;
    text-decoration: none;
    display: block;
    margin: 0;
    text-align: center;
    transition: width 0.15s ease-in-out;
    width: 2pc;
    height: 2pc;
    overflow: hidden;
  }
  .gep-share-vertical ul li a:hover {
    width: 3pc;
  }
  .gep-share-vertical ul li a:hover i {
    text-align: center;
  }
  .gep-share-vertical ul li a i {
    color: white;
    padding: 0;
    display: block;
    border-radius: 0;
    text-align: center;
    font-size: 1rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .gep-share-vertical ul li a i.bi.bi-linkedin {
    background: #0e76a8;
  }
  .gep-share-vertical ul li a i.bi.bi-twitter {
    background: #55acee;
  }
  .gep-share-vertical ul li a i.bi.bi-facebook {
    background: #3b5998;
  }
  .gep-share-vertical ul li a i.bi.bi-envelope {
    background: #2196F3;
  }
  .gep-share-vertical ul li a i.bi.bi-youtube {
    background: red;
  }
  .gep-share-vertical ul li a i::before {
    display: contents;
    vertical-align: middle;
    line-height: 2pc;
  }

  #block-views-block-kb-topics-category-grid {
    overflow: hidden;
  }
  
  .asset-access-call-wrapper.webcast_asset_wrapper {
    background: rgba(238, 238, 238, 0.57);
    padding: 25px;
    border: var(--g-blue) 4px solid !important;
    text-align: left;
  }
  .asset-access-call-wrapper.webcast_asset_wrapper .asset-image {
    border: 0 !important;
  }
  .asset-access-call-wrapper.webcast_asset_wrapper .asset-image p {
    font-weight: bold;
  }
  .asset-access-call-wrapper.webcast_asset_wrapper .call-icon {
    text-align: left;
    background: none;
    border: 0;
  }
  .asset-access-call-wrapper.webcast_asset_wrapper .call-icon a {
    border: 0;
    border-radius: 0;
    background-color: var(--g-blue);
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 2px;
  }
  
  /* KB css ends */
  /* STARTS :: KB-Video Gallery css*/

  #video-gallery-page .kbvideos-banner-text h1 {
    font-size: 2.5rem;
    line-height: normal;
  }
  #video-gallery-page .blog-image.img-thumbnail a.yellow-play-overlay {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.6) !important;
    padding: 10px !important;
  }
  #video-gallery-page .blog-image.img-thumbnail a.yellow-play-overlay img {
    min-height: unset !important;
    height: 100%;
    width: 100%;
  }
  #video-gallery-page #views-exposed-form-kb-videos-block-2 .form-wrapper {
    width: 100%;
  }
  #video-gallery-page #views-exposed-form-kb-videos-block-2 .form-wrapper .form-checkboxes {
    font-size: 0.8rem;
    padding-top: 10px;
  }
  #video-gallery-page #views-exposed-form-kb-videos-block-2 .form-wrapper .bef-toggle {
    padding-bottom: 10px;
  }
  #video-gallery-page #views-exposed-form-kb-videos-block-2 .form-wrapper .js-form-item {
    width: -webkit-fill-available;
    display: block;
  }
  #video-gallery-page .card .card-body .card-title {
    font-size: 0.85rem;
    font-weight: bold;
  }
  #video-gallery-page .card .card-body .card-title a {
    color: black;
  }
  #video-gallery-page .bg-warning {
    width: 40px;
    height: 40px;
    border-radius: 6px 0 0 0;
    text-align: center;
    font-size: 30px;
    vertical-align: middle;
    line-height: 40px;
  }
  #video-gallery-page .gep-share ul {
    padding: 0 0 0 10px;
  }
  #video-gallery-page .gep-share ul li {
    padding: 0 2px 0 0 !important;
    vertical-align: middle;
  }
  #video-gallery-page .gep-share ul li a {
    width: 32px;
    height: 32px;
  }
  #video-gallery-page .gep-share ul li a i {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    line-height: 32px;
  }
  #video-gallery-page .gep-share ul li a img {
    width: auto;
    height: 24px;
    text-align: center;
    padding-top: 8px;
  }

  /* kb-form-wrapper */

.kb-form-wrapper {
  padding: 50px;
  width: 100%;
  margin-top: 5%;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  background: #F8F8F8;
}
.kb-form-wrapper input[type=submit], .kb-form-wrapper button[type=submit] {
  height: 42px;
  display: inline-block;
  padding: 8px 50px;
  margin: 1rem 0;
  line-height: normal;
  border: 0px;
  background: var(--g-blue);
  color: #fff;
  width: auto;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 4px !important;
}
.kb-form-wrapper .form-q-links {
  color: #393939;
}
.kb-form-wrapper .form-q-links a {
  font-size: 0.875rem;
  font-weight: normal;
  color: var(--g-blue);
}
.kb-form-wrapper .form-q-links a:hover {
  color: #6ab3d8;
}
.kb-form-wrapper .gep-form-errors.alert.alert-block.messages.error {
  margin: 0 !important;
  padding: 0 !important;
}
.kb-form-wrapper .form-control {
  width: 100%;
  height: 50px;
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 5px;
  font-weight: bold;
  box-shadow: none;
  border: 1px solid #919191;
  background-color: #ffffff;
  color: #292929;
  padding-left: 10px;
  border-radius: 4px;
  display: block;
  padding: 6px 12px;
  line-height: 1.428571429;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.kb-form-wrapper button.btn.btn-primary {
  line-height: 43px;
  border: 0px;
  background: var(--g-blue);
  color: #fff;
  padding: 0 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 4px !important;
  margin-top: 20px;
}
.kb-form-wrapper .form-check {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 1rem;
}
.kb-form-wrapper .consent-stmt p {
  font-weight: normal; color: var(--g-dark) !important; font-size: 11px!important; line-height: 1.2!important; margin: 0 0 10px!important; padding: 0;}
.kb-form-wrapper .form-item-accept-consent-stmt-1 label, #edit-field-consent-status-wrapper label, .js-form-item-field-consent-status-value label, .form-item-field-consent-status-value label{
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.25;
}
/* ASSET LP */

.assetlp-page .kb-details-body ul {
  padding: 0;
  font-size: 1rem;
  list-style: none;
  line-height: 1.4rem;
  margin-bottom: 0;
}
.assetlp-page .kb-details-body ul li {text-indent: 0;
  font-size: 1.125rem;
  line-height: 1.75;
  position: relative;
  padding-bottom: 0;
  margin: 0 0 8px;
  padding-left: 20px;
}
.assetlp-page .kb-details-body ul li::before {
  content: "\26AC"; font-family: bootstrap-icons !important; display:block;
  color: var(--g-blue); position: absolute; left: 0; top: 0;
  font-weight: bold;
  font-size: 1.125rem; line-height: 1.125rem;
}
.aside-brouchure .asset-access-call-wrapper {
  position: relative;
  width: auto;
  right: 0%;
  margin-top: 0;
  top: 0;
}

.asset-head {
  color: white;
  font-size: 1.2rem;
}
.asset-head:hover {
  color: white;
}

.asset-cards {
  background: white;
  margin-top: 0.55rem;
}
.asset-cards .asset-title {
  padding: 1.2rem;
  height: 165px;
}
.asset-cards .asset-title a {
  color: var(--g-blue);
  font-weight: bold;
}
.asset-cards .asset-links {
  padding: 1.2rem;
}
.asset-cards .asset-links .view-link {
  font-size: 0.8rem;
  color: #393939;
  text-decoration: underline;
}

/* CSS Document */
p.asset-small-font {
  font-size: 11px !important;
  text-align: center;
  line-height: 0;
  margin-bottom: 33px;
}

.asset-sub-heading {
  position: relative;
  z-index: 1;
  font-size: 35px;
  font-weight: 900;
  color: #292929;
  font-family: var(--g-title-font);
  letter-spacing: 0px;
  /* border-left: 5px solid $blue-d3;*/
  /* padding-left: 14px; */
  margin: 30px 0px 10px; /*Changed from 30px to 10px*/
  color: var(--g-blue);
  position: relative;
}

.new-left-padding {
  margin-left: 30px;
}

/* .asset-sub-heading:before{
    position: absolute;
    top: 6px;
    left: -5px;
    content:'';
    width: 5px;
    height: 34px;
    background: $blue-d3;
} */
.small-heading {
  font-size: 20px;
  line-height: 28px;
}

.small-heading:before {
  height: 25px;
  top: 3px;
}

ul.small-bullets li {
  font-size: 14px;
  line-height: 20px;
}

.asset-sub-heading2 {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;
  border-left: 0px solid var(--g-blue);
  padding-left: 0px;
  margin: 30px 0px 10px; /*Changed from 30px to 10px*/
  color: var(--g-blue);
}

.asset-sub-heading3 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  border-left: 0px solid var(--g-blue);
  padding-left: 0px;
  margin: 25px 0px 15px; /*Changed from 30px to 10px*/
  color: #292929;
  line-height: 24px;
}

h4.asset-sub-heading4 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  /* border-left: 0px solid $blue-d3; */
  padding-left: 0px;
  margin: 25px 0px 15px;
  color: #292929;
  line-height: 22px;
}

.asset-content-wrapper h2 {
  font-size: 28px;
  line-height: 33px;
  color: var(--g-blue);
  font-weight: bold;
}
.asset-content-wrapper p {
  font-size: 16px;
  line-height: 26px;
}
.asset-content-wrapper .collateral-info {
  width: 50%;
  margin: 0 auto;
  float: left;
  margin-right: 23px;
  margin-bottom: 39px;
}
.asset-content-wrapper .infograph {
  margin: 10px 0px 30px; /*Changed from 30px to 10px*/
  width: 100%;
  height: auto;
}
.asset-content-wrapper .image-adjustment {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.asset-content-wrapper .qt-title2 {
  font-weight: normal;
  text-align: right;
  font-size: 16px;
  margin-left: 0;
}
.asset-content-wrapper .q-1a {
  top: 12px;
  position: absolute;
  width: 50px;
}
.asset-content-wrapper .q-1a img {
  width: 60px;
}
.asset-content-wrapper .q-2b {
  width: 20px;
  margin-top: -22px;
  display: none;
}
.asset-content-wrapper .q-2b img {
  width: 23px;
}

.user-logged-in .asset-sub-heading {
  margin-top: 10px;
}

.new-qoute-box2 {
  border-top: 2px solid #f6a30a;
  border-bottom: 2px solid #f6a30a;
  position: relative;
  padding: 20px 0px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.new-qoute-box2::before {
  width: 20px;
  height: 20px;
  background: red;
  position: absolute;
  top: 0px;
}
.new-qoute-box2 p {
  padding: 20px 63px;
  color: var(--g-blue);
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Slab", serif;
  position: relative;
  margin-bottom: 0px;
}

/* Blue box qoute*/
.blue-qoutes {
  border: 3px solid #28cae3;
  padding: 25px;
  margin: 30px 0px;
  position: relative;
}

.blue-qoutes p {
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
}

.blue-qoutes h3 {
  position: absolute;
  top: -34px;
  background: #fff;
  z-index: 1;
  font-size: 28px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;
  border-left: 0px solid var(--g-blue);
  padding-left: 0px;
  /* margin: 30px 0; */
  color: #292929;
  padding: 0 27px;
}

#internet-of-things-reimagining-procurement-new-digital-ecosystem-page .blue-qoutes h3 {
  top: -23px;
}

/* Orange box qoute*/
.orange-qoutes {
  border: 3px solid #ff9900;
  padding: 25px;
  margin: 30px 0px;
  position: relative;
}

.orange-qoutes p {
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
}

.orange-qoutes h3 {
  position: absolute;
  top: -34px;
  background: #fff;
  z-index: 1;
  font-size: 28px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;
  border-left: 0px solid var(--g-blue);
  padding-left: 0px;
  /* margin: 30px 0; */
  color: #292929;
  padding: 0 27px;
}

/* Orange Callout box*/
.org-callout-box {
  background: #ff9900;
  padding: 20px;
  color: #000;
  margin: 20px 0px;
}

/* Blue Callout box*/
.blue-callout-box {
  background-color: var(--g-blue);
  /*background-image: url(../sites/default/files/misc/icon-1.png);*/
  padding: 20px;
  color: #000;
  margin: 20px 0px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.blue-callout-box p {
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
}

.blue-callout-box p.normal {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

/*blueborderbox*/
.blueborderbox {
  border: 4px solid #165694;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  float: left;
  margin: 25px 0;
}

.blueborderboxRow {
  width: 100%;
  float: left;
  padding: 10px 0;
}

/* Grey box css starts here*/
.grey-callout {
  background: #eeeeee;
  padding: 20px;
  margin-bottom: 15px;
}
.grey-callout .asset-sub-heading2 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 900;
}
.grey-callout p {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}

/* Table CSS*/
.blue {
  color: #185875;
}

.yellow {
  color: #FFF842;
}

table {
  margin-top: 30px;
}

#commodity-risk-management-methods-madness-page .design2 {
  width: 720px;
  margin: 0 auto;
}

#commodity-risk-management-methods-madness-page td,
#commodity-risk-management-methods-madness-page th {
  font-size: 14px;
}

/* Background-color of the odd rows */
.design3 {
  width: auto !important;
  margin-top: 0px;
}

.design3 td {
  vertical-align: top !important;
}

.design3 ul, .design3 li {
  margin: 0 !important;
}

.design2 th, .design3 th {
  background-color: #99bfe8;
}

.design1 td:first-child {
  background-color: #99bfe8;
}

.design1 td:last-child {
  background-color: #d6e3f5;
}

.design2 tr:nth-child(odd) {
  background-color: #d6e3f5;
}

.design2 tr:nth-child(even), .design3 tr {
  background-color: #f3f3f3;
}

.design4 th {
  background: #dfdfdf;
}

.design4 tr td {
  background: #fff;
}

.design4 tr td, .design4 tr th {
  border: solid 1px #d6d6d6 !important;
}

.design4 tr td:first-of-type {
  background: #ebf7fa;
}

.bold {
  font-weight: bold;
}

.display-inline {
  display: inline;
}

h2.no-margin-top, h3.no-margin-top {
  margin-top: 0px;
}

h2.no-margin-bottom, h3.no-margin-bottom {
  margin-bottom: 0px;
}

.icon-margin-right {
  margin-right: 10px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.spacer30 {
  height: 30px;
}

.no-padding {
  padding: 0 !important;
}

.download-icon {
  text-transform: uppercase;
  background: #f6a20a;
  font-size: 12px;
  padding: 2px 5px;
  color: #fff;
  white-space: nowrap;
}

.download-icon:hover {
  color: #fff;
  text-decoration: none;
}

ol.qa {
  padding-left: 0px;
  margin-left: 0px;
}

ol.qa {
  margin: 30px 0;
}

ol.qa > li {
  list-style: none;
  margin: 10px 0;
  list-style-type: none;
  counter-increment: item;
}

ol.qa > li:before {
  display: inline-block;
  width: 40px;
  /*padding-right: 20px;*/
  font-weight: bold;
  /*text-align: right;*/
  font-size: 24px;
  content: attr(data-pre) attr(data-start);
}

ol.qa > li h3 {
  display: inline;
}

ol.qa > li p:first-of-type {
  display: inline;
}

ol.qa > li p:nth-child(2) {
  margin-top: 10px;
}

ol.box-bullet li {
  list-style: none;
  list-style-type: none;
  counter-increment: item;
}

ol.box-bullet li:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 7px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  content: counter(item);
  background-color: var(--g-blue);
  position: absolute;
  left: 15px;
  margin-top: 5px;
}

ol.box-bullet li.numbered-index:before {
  left: -5px;
}

ul.white-bullet li {
  background-image: url(/sites/default/files/misc/list-ic-1-white.png);
}

ul.style-circle li {
  list-style: circle;
  background-image: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

ul.style-disc li {
  list-style: disc;
  background-image: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.blue-qoutes.no-para-padding p {
  padding: 0px;
}

.font-size-14 {
  font-size: 14px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.right-floated-image {
  width: 50%;
  float: right;
}

.left-floated-image {
  width: 50%;
  float: left;
}

.reduced-font-heading {
  font-size: 19px;
}

.asset-clear-fix {
  clear: both;
}

.row-wrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.right-img-wrap, .left-img-wrap {
  padding: 16px;
}

.row-wrap .asset-sub-heading3 {
  margin-top: 12px;
}

.row-wrap .col-md-6 {
  padding-left: 0px;
}

.new-pramotion-image-right {
  float: right;
  padding: 11px;
  border: 1px solid var(--g-blue);
  margin: 20px -43px 0 38px;
}

.cost-capability-steps p {
  font-size: 14px;
  line-height: 20px;
}

.cost-capability-steps hr {
  border-top: dotted;
  /* height: 0; */
}

.aside-bar-right.report-pramotion {
  /* background: red; */
  padding: 25px 20px;
  color: #fff !important;
  margin-top: 33px;
  float: none;
  width: 70%;
  margin: 30px auto;
}

.aside-bar-right.report-pramotion .testi-text h4 {
  margin-bottom: 0px;
  color: #000;
}

.aside-bar-right.report-pramotion .testi-text {
  text-align: center;
}

.aside-bar-right.report-pramotion h3 {
  font-size: 26px;
  line-height: 39px;
  font-weight: 700;
}

.aside-bar-right.report-pramotion .testi-text p {
  color: #000;
}

.aside-bar-right.report-pramotion p {
  text-align: center;
}

/* NEW */
.thk-services-wrap ul{ list-style: none;}
/* .inside_page_body{ padding: 50px 0;} */

/* After-content */
div#after-content {
    box-shadow: 1px 1px 12px 0px #b5b5b554;
    padding: 55px;
    margin-bottom: 42px;
}

.sticky-kb-navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease; top: 40px;     width: auto; margin-left: auto;
}

.sticky-kb-navbar.is-sticky {
  background: white!important; opacity: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); border-radius: 0 0 0 20px; z-index: 2;
}
/* Sentinel must not affect layout */
.sticky-sentinel {
  height: 1px;
  pointer-events: none;
}
.sticky-kb-navbar a.btn.btn-outline-secondary { border: 1px solid var(--bs-btn-color); opacity: 0.9; box-shadow: none; cursor: pointer;}
.sticky-kb-navbar a.btn.btn-outline-secondary:hover { opacity: 1; color: var(--g-blue); border: 1px solid var(--g-blue); box-shadow: none; }
.sticky-kb-navbar a.btn.btn-outline-secondary:hover i.bi { color: var(--g-blue); }

/* LEADERS BIO */
.leaders-bio p, .leaders-bio p *{ font-size: 0.9rem!important; color: white !important; line-height: 1.25!important;}
picture.picture-square { width: 100%; aspect-ratio: 1 / 1;   /* always square */ overflow: hidden; }

picture.picture-square img { width: 100%; height: 100%; object-fit: cover;    /* or contain */ }
.modal { z-index: 1055;}
.modal-backdrop { z-index: 1050;}

/* BREAKPOINTS */
  @media (min-width: 768px) and (max-width: 1200px) {
    #video-gallery-page #video-gallery-page .kbvideos-banner-text h1 {
      font-size: 1.8rem;
      line-height: normal;
    }
  }
  
  /* ENDS :: KB-Video Gallery css */


  @media (min-width: 768px) {
    .insight-speaker-img img {
      width: 100%;
    }
    .banner-text_wrapper h2 {
      font-size: 2.75rem;
      line-height: 2.75rem;
    }
    .banner-text_wrapper h3 {
      font-size: 1rem;
      padding-top: 0 !important;
    }
    .gep-share-vertical {
      display: block;
    }
    .aside-bar-right.report-pramotion.wow.fadeInUp {
      float: none !important;
      width: 100%;
    }
    .img-float-right {
      float: right;
    }
    .do-it-yourself {
      margin-left: -33px;
      margin-top: 6px;
    }
  }
  @media (min-width: 992px) {
    section.innerPage_Hero .background-image-holder img.mobile-image {
      display: none;
    }
    section.innerPage_Hero .background-image-holder img.desktop-image {
      display: block;
    }
    .campaign-copy-container {
      height: auto;
    }
    .campaign-copy-container .campaign-text-wrap {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    .campaign-copy-container.order-md-1 .campaign-text-wrap {
      left: 65%;
    }
    .campaign-copy-container.order-md-2 .campaign-text-wrap {
      left: 35%;
    }
    .collapse.dont-collapse {
      display: block;
      height: auto !important;
      visibility: visible;
    }
  }
  @media (max-width: 575.98px) {
    .webcast-thank .container-insight_from_top {
      margin-top: -300px !important;
    }
    .new-app-pramo .new-app-wrap-test h2 {
      font-size: 2.5rem;
    }
    .new-pramotion-image-right {
      float: none;
      padding: 11px;
      border: 1px solid var(--g-blue);
      margin: 0 10%;
    }
    .asset-content-wrapper .new-qoute-box2 p {
      padding-right: 0px;
      padding-left: 58px;
    }
    .asset-content-wrapper .collateral-info {
      width: 100%;
      float: none;
      margin-right: 0px;
      margin-bottom: 20px;
    }
    .icon-text-resp {
      text-align: center;
    }
    .icon-text-resp .display-inline {
      display: block;
    }
    .icon-margin-right {
      margin-right: 0px;
      margin-bottom: 10px;
      display: inline;
    }
    .right-floated-image, .left-floated-image {
      width: 90%;
      float: none;
    }
    .asset-sub-heading2 {
      font-size: 20px;
    }
    #insights-from-the-top-page .banner-text_wrapper {
      display: none;
    }
    .kb-form-wrapper {
      padding: 25px;
    }
    .kb-form-wrapper input[type=submit], .kb-form-wrapper button[type=submit] {
      display: block;
      width: 100%;
    }
  }
  @media (max-width: 767.98px) {
    .g-search-mobile i {
      font-size: 1.2rem;
      color: #393939;
    }
    .banner-text_wrapper h2 {
      font-size: 1.5rem;
    }
    .banner-text_wrapper h3 {
      font-size: 1rem;
      padding-top: 0 !important;
    }
    .banner-text_wrapper .home-banner.banner-text {
      margin-top: 0 !important;
    }
    .banner-text_wrapper .home-banner.banner-text .slider-text h2 {
      font-size: 1.313rem;
      line-height: 1.5rem;
    }
    .banner-text_wrapper .home-banner.banner-text .slider-text h3 {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .bounce {
      display: none;
    }
    .row.kb-hero-sec .col-md-6.pe-0 {
      padding-right: 0.8rem !important;
    }
    .row.kb-hero-sec .col-md-6.ps-0 {
      padding-left: 0.8rem !important;
    }
    .view-kb-topics.view-display-id-category {
      margin-top: 0px;
    }
    .view-kb-topics.view-display-id-category .row.kb-hero-sec {
      margin-top: 0;
    }
    .view-kb-topics.view-display-id-category .view-header .h2-title {
      margin-left: 0;
    }
    .kb-hero-sec > div {
      padding-right: 0;
    }
    .kb-here-text {
      position: absolute;
      z-index: 1;
      color: #fff;
      bottom: 0;
      padding: 20px;
      width: 100%;
    }
    .kb-here-text h2 {
      font-size: 15px;
      margin-top: 5px;
      margin-bottom: 10px;
      line-height: 23px;
    }
    .kb-here-text.small-card h2 {
      font-size: 14px;
      line-height: 22px;
    }
    .kb-hero-sec .col-md-8 .kb-hero-card .kb-here-text.small-card h2:first-child {
      font-size: 14px;
    }
    .kb-hero-sec .kb-hero-card.large-thumb {
      height: 250px;
    }
    .kb-hero-sec .kb-hero-card.large-thumb .kb-here-text {
      width: 99%;
      bottom: 0;
    }
    .kb-hero-sec .kb-hero-card.large-thumb .kb-here-text h2 {
      font-size: 14px;
    }
    .kb-hero-card.small-thumb .kb-here-text {
      width: 99%;
    }
    .webcast-thank {
      background: none;
    }
    .container-insight_from_top {
      margin-top: -200px;
      z-index: 9;
    }
    .image-bg.banner-slider {
      display: none;
    }
    .insight-mobile-banner-wrap {
      display: block;
      width: 100%;
      height: 525px;
      min-height: auto;
    }
    .gep-insights-after-content h2 {
      font-size: 32px;
    }
    .kb-form-wrapper {
      padding: 25px;
    }
    .kb-form-wrapper input[type="submit"], .kb-form-wrapper button[type="submit"] {
      display: block;
      width: 100%;
    }
    .kb-cat-filter-block .filter-ico i {
      font-size: 1.5rem;
    }
    .kb-cat-filter-block .bef-exposed-form .form--inline .form-item {
      width: 80%;
      float: none;
      display: block;
      margin: 0 0 1rem 1rem;
    }
    .kb-cat-filter-block .form-item {
      margin-right: 1rem;
      height: auto;
    }
    .kb-cat-filter-block .form-item .customselect-list-container, .kb-cat-filter-block .form-item .form-select {
      margin-bottom: 0.5rem;
    }
    .kb-cat-filter-block .form-actions {
      width: 80%;
      margin: 0 0 0.1rem 1rem;
    }
    .kb-cat-filter-block .form-actions .form-submit {
      width: 100%;
      padding: 0.4rem 0;
      text-align: center;
    }
    .kb-cat-filter-block .customselect-list-container .customselect-list.customselect-dropdown.open li.customselect-list-input-item {
      width: 100%;
    }
    .other-services-wrap {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
    }
    .other-services-wrap h2 {
      font-size: 2rem;
      text-align: left;
    }
    .other-services-wrap .text-left h2 {
      text-align: left;
    }
    .other-services-wrap .service-links li {
      display: block !important;
      width: 100% !important;
      margin: 0 0 1rem;
    }
    .other-services-wrap .service-links li i {
      font-size: 1.2rem;
      line-height: 1.6rem;
      vertical-align: middle;
    }
    .blog-wrapper {
      max-width: 100%;
      margin: 0 auto;
    }
    .new-app-promo .new-app-wrap-test h2 {
      font-size: 2rem;
    }
    #block-strategy h6 {
      display: none;
      /* Asset HTML */
    }
    .asset-content-wrapper {
      width: 90%;
    }
    .aside-bar-right.report-pramotion {
      width: 100%;
    }
    .img-float-right {
      clear: right;
    }
    ul.margin-xs-0 li {
      margin-left: 0;
    }
    .table-Scroll {
      overflow: scroll;
    }
    .new-pramotion-image-right {
      float: none;
      padding: 11px;
      border: 1px solid var(--g-blue);
      margin: 0 30%;
    }
    .new-pramotion-image-right {
      float: none;
      padding: 11px;
      border: 1px solid var(--g-blue);
      margin: 0 30%;
      /* admin nav */
      /* BLOG */
    }
    .latest-blog .card .card-body {
      padding: 1rem !important;
      border-bottom: 1px dashed #393939;
      /* BLOG ENDS */
    }
    .banner-cta a {
      display: inline-block;
    }
    .why-gep .card:hover .card-img-overlay .card-text {
      height: 78%;
    }
    .gep-share-vertical {
      display: none;
    }
    .banner-text_wrapper .inner-banner.banner-text {
      margin-top: 0;
    }
    .gep-search-form .close-search {
      right: 6vh;
      top: 6vh;
    }
    
    #video-gallery-page #video-gallery-page .kbvideos-banner-text h1 {
      font-size: 1.6rem;
      line-height: normal;
    }
    #video-gallery-page #views-exposed-form-kb-videos-block-2 .form-wrapper .js-form-item {
      width: 48%;
      display: inline-block;
    }
    .kb-form-text p.form-div-2{ font-size: 4vw!important; line-height: 1.25;}

  }
  @media (max-width: 991.98px) {
    .asset-lp-hero {
      padding: 4rem 0 0;
    }
    .asset-lp-hero.innerPage_Hero {
      display: none;
    }
    .asset-lp-hero .innerPage_Hero {
      display: none;
    }
    .asset-lp-hero.campaign .innerPage_Hero {
      display: block;
    }
    .asset-details .asset-access-call-wrapper {
      position: relative;
      right: 0;
      z-index: 1;
      width: 100%;
      margin-top: 0;
      margin-bottom: 20px;
      top: -2rem;
      /* admin nav */
    }
    #block-geptheme-local-tasks {
      clear: both;
      float: none;
      position: relative;
      display: block;
      width: 100%;
      border: 0px solid red;
      height: auto;
    }
    #block-geptheme-local-tasks .nav-tabs {
      display: block;
      font-size: 0.7rem;
      float: none;
      clear: both;
      margin-bottom: 0.7rem;
    }
    #block-geptheme-local-tasks .nav-tabs .nav-link {
      padding: 0.5rem 0.66rem;
    }
    .kb-collateral-wrap .gep-share ul li {
      margin: 0 0.1rem !important;
      font-size: 0.8rem !important;
    }
    .kb-collateral-wrap .gep-share ul li i {
      font-size: 0.8rem !important;
    }
    .gep-insights .insights-author-detail {
      width: auto;
      margin: 0 auto 1rem;
    }
    .gep-insights .insights-author-detail .a-name {
      font-size: 32px;
    }
    .gep-insights .insights-author-detail .a-dsg {
      font-size: 20px;
    }
    .gep-insights .insights-author-detail .a-company {
      font-size: 20px;
    }
    .gep-insights .insights-speaker {
      margin-top: 0 !important;
    }
    #login-page .gep_container {
      padding: 8.5rem 0 4rem;
    }
    #login-page .gep_container .inside_page_body {
      max-width: 80%;
    }
    .webcast-thank {
      height: auto;
    }
    .webcast-thank video {
      max-width: 100%;
      height: auto;
    }
    .border-dash-r {
      border: none;
      /* podcast banner */
    }
    .page-node-type-podcast .asset-lp-hero {
      padding: 4rem 0 0;
    }
    .page-node-type-podcast .asset-lp-hero .innerPage_Hero {
      display: block;
      height: 85vh;
    }
    .page-node-type-podcast .asset-lp-hero .innerPage_Hero .banner-text_wrapper {
      position: absolute;
      background: transparent;
      /* webcast banner */
    }
    #webcasts-page .innerPage_Hero {
      display: block;
      height: 85vh;
    }
    #webcasts-page .innerPage_Hero .banner-text_wrapper {
      position: absolute;
      background: transparent;
    }
  }
  @media (max-width: 1199.98px) {
    .banner-text_wrapper .inner-banner.banner-text {
      margin: 0;
    }
    .other-services-wrap .service-links ul li {
      display: block;
      float: none;
      width: auto;
      /* CLP CAMPAIGN */
    }
    .clp-banner.innerPage_Hero {
      height: auto;
    }
    .clp-banner.innerPage_Hero .background-image-holder {
      position: relative;
    }/*
    .clp-banner.innerPage_Hero .clpbanner-form {
      position: relative;
      margin: 1rem auto;
      width: 90%;
      right: auto;
      top: auto;
    }*/
    .kb-collateral-wrap .gep-share ul li {
      padding: 0;
      margin: 0;
      font-size: 0.7rem;
    }
    .kb-collateral-wrap .gep-share ul li i {
      font-size: 0.7rem;
    }
    section.innerPage_Hero {
      height: auto;
    }
    section.innerPage_Hero h2 {
      font-size: 1.75rem;
      line-height: 2rem;
      text-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
      margin-bottom: 0;
    }
    section.innerPage_Hero h3 {
      font-size: 1rem;
      padding-top: 0.7rem !important;
    }
    section.innerPage_Hero .video-overlay {
      display: none;
    }
    section.innerPage_Hero .background-image-holder {
      position: relative;
    }
    section.innerPage_Hero .background-image-holder::before {
      position: absolute;
      background: rgba(0, 0, 0, 0.19);
      width: 100%;
      height: 100vh;
      z-index: 0;
      top: -77px;
    }
    section.innerPage_Hero .background-image-holder img {
      height: 100%;
      object-fit: cover;
      display: block;
    }
    section.innerPage_Hero .background-image-holder img.mobile-image {
      min-height: 240px;
      object-fit: cover;
    }/*
    section.innerPage_Hero .banner-text_wrapper.h-100 {
      position: relative;
      background: black;
      padding-bottom: 1rem;
      padding-top: 1rem;
    }*/
    section.innerPage_Hero .banner-text_wrapper.h-100 .home-banner.banner-text {
      margin-top: 0;
    }
    .career-badge {
      display: none;
    }
    .page-node-type-blog-posts .gep_container {
      margin-top: 5rem;
    }
    .client-logos {
      border: 0px solid red;
    }
    .client-logos nav.slick__arrow {
      position: relative;
      top: -50%;
    }
    .client-logos nav.slick__arrow .slick-next {
      right: -25px;
      top: 35px;
    }
    .client-logos nav.slick__arrow .slick-next::before {
      color: var(--g-blue);
      content: '\F285' !important;
      font-family: bootstrap-icons !important;
    }
    .client-logos nav.slick__arrow .slick-prev {
      right: -25px;
      left: auto;
    }
    .client-logos nav.slick__arrow .slick-prev::before {
      color: var(--g-blue);
      content: '\F284' !important;
      font-family: bootstrap-icons !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .gep-insights .insights-author-detail {
      margin-left: 0 !important;
      margin-top: 0 !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .kb-here-text {
      width: 68%;
    }
    .kb-here-text.small-card {
      bottom: -10px;
    }
    .kb-here-text.small-card h2 {
      font-size: 14px;
    }
  }
  @media screen and (min-width: 576px) and (max-width: 1500px) {
    .kb-here-image img {
      height: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .kb-hero-sec .kb-hero-card .kb-here-text {
      width: 80%;
    }
  }
  @media screen and (min-width: 1600px) {
    .kb-insights-slider-block {
      top: 24vh;
    }
    .key-insights-slide {
      top: 90vh;
    }
    .volatility-index-figure-container .volatility-index-figure p.display-2{
      font-size: 4.5rem;
    }
    .assetlp-page .kb-details-body ul li, .assetlp-page .kb-details-body ul{ font-size: 1.275rem!important;}
  }
  
 /* responsive css ends */