/* ==========================================================================
Timeline
========================================================================== */
.timeline-wrapper {
  padding: 40px 0;
  position: relative; }
  @media (max-width: 1200px) {
    .timeline-wrapper {
      padding-top: 0px; } }

.glossary-nav.pills {
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: baseline; }
  @media (max-width: 992px) {
    .glossary-nav.pills .text {
      padding-left: 10px;
      margin-bottom: 5px; } }

.glossary-nav .category-name span {
  text-decoration: none;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  color: #495D59;
  font-family: 'Source Sans Pro', serif;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  flex-grow: 1; }

.glossary-nav .category-name a {
  border: 1px solid #e5e5e5;
  padding: 3px 15px;
  border-radius: 15px;
  text-decoration: none; }
  .glossary-nav .category-name a:hover {
    background: #f5f5f5; }

.glossary-nav .category-name.current a {
  font-weight: 700;
  background: #f5f5f5; }

.glossary-nav .list-inline li {
  margin-bottom: 5px !important; }

.glossary-nav .list-inline.categories {
  text-align: left; }

.timeline {
  position: relative;
  /* UTILITY CLASSES */
  /* /UTILITY CLASSES */ }
  .timeline .flex {
    display: flex; }
    @media (max-width: 1200px) {
      .timeline .flex {
        display: block; } }
  .timeline .flex-col {
    flex-direction: column; }
  .timeline .with-gap {
    gap: 40px; }
  .timeline .w-1\/4 {
    width: 180px; }
    @media (max-width: 1200px) {
      .timeline .w-1\/4 {
        width: 100%; } }
  .timeline .w-3\/4 {
    width: 75%;
    padding-left: 100px;
    box-sizing: border-box;
    flex-grow: 1; }
    @media (max-width: 1200px) {
      .timeline .w-3\/4 {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px; } }
  .timeline .uppercase {
    text-transform: uppercase; }
  .timeline .sticky {
    position: sticky;
    top: 45%;
    padding-top: 40px;
    padding-bottom: 60px; }
    @media (max-width: 1200px) {
      .timeline .sticky {
        padding-top: 0px;
        position: relative;
        top: auto; } }
    @media (max-width: 1200px) {
      .timeline .sticky {
        padding-bottom: 0px; } }
  .timeline .embed-frame {
    margin-top: 20px;
    max-width: 500px;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    padding: 12px; }
    .timeline .embed-frame img {
      display: block; }
  .timeline .image-caption {
    max-width: 500px;
    text-align: left;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px; }
  .timeline .border {
    border-color: #e5e7eb;
    border-left-width: 2px;
    border-style: solid;
    border-top: none;
    border-right: none;
    border-bottom: none; }
  .timeline .date-entry {
    padding-bottom: 40px;
    padding-top: 40px; }
  .timeline .timeline-content {
    margin: 1em 0; }
  .timeline .timeline-media {
    margin: 20px 0; }
  .timeline .date-entry-wrapper {
    position: relative; }
  .timeline .timeline-progress {
    z-index: 0;
    width: 4px;
    left: 180px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.08);
    position: absolute;
    overflow: visible; }
    @media (max-width: 1200px) {
      .timeline .timeline-progress {
        display: none; } }
  .timeline .timeline-current-progress {
    z-index: 1;
    width: 4px;
    left: 180px;
    height: 5%;
    background: #889EA6;
    position: absolute;
    overflow: visible;
    /*position: sticky;
	    left: 180px;
	    top: 0px;
	    height: 80vh;
	    z-index: 1;
		 width: 4px;
		 overflow: visible;
		 background-color: rgba(0, 0, 0, 0.08);
		*/ }
    @media (max-width: 1200px) {
      .timeline .timeline-current-progress {
        display: none; } }
  .timeline .timeline-divider {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #fff;
    left: -158px;
    bottom: -30px;
    padding: 30px;
    margin-left: 15px;
    box-sizing: border-box;
    z-index: 2; }
    @media (max-width: 1200px) {
      .timeline .timeline-divider {
        display: none; } }
    .timeline .timeline-divider:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      height: 6px;
      background-color: rgba(0, 0, 0, 0.08);
      width: 50%;
      transition: all .2s; }
  .timeline .date-waypoint {
    position: relative; }
    .timeline .date-waypoint .month-and-date {
      display: inline-block;
      text-align: right;
      font-family: 'Source Serif Pro', serif; }
      @media (max-width: 1200px) {
        .timeline .date-waypoint .month-and-date {
          display: block;
          position: relative;
          text-align: center; }
          .timeline .date-waypoint .month-and-date .month-and-date-wrapper {
            background: #fff;
            z-index: 2;
            padding: 20px;
            position: relative;
            display: inline-block; }
          .timeline .date-waypoint .month-and-date:after {
            position: absolute;
            top: 49%;
            width: 100%;
            left: 0px;
            z-index: 1;
            height: 1px;
            line-height: 1;
            content: "";
            border-bottom: 1px solid #e5e5e5;
            margin: auto; } }
    .timeline .date-waypoint .month {
      font-size: 95%;
      line-height: 1rem;
      display: block;
      text-transform: uppercase; }
    .timeline .date-waypoint .year {
      font-weight: 500;
      font-size: 3rem;
      line-height: 1;
      display: block; }
  .timeline .date-entry-wrapper.completed .timeline-divider:after {
    background: #889EA6; }
  .timeline .topic-info {
    padding-bottom: 20px; }
    .timeline .topic-info .topic {
      color: #6b7280; }
  .timeline .timeline-details .title {
    font-size: 36px;
    max-width: 100%;
    text-wrap: pretty;
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
    margin-bottom: 10px; }
    @media (min-width: 1500px) {
      .timeline .timeline-details .title {
        max-width: 100%; } }
    @media (max-width: 1200px) {
      .timeline .timeline-details .title {
        width: 100%;
        font-size: 28px;
        max-width: 100%; } }
  .timeline .timeline-details .subtitle {
    font-family: 'Source Serif Pro', serif;
    color: #889EA6;
    font-size: 24px;
    text-wrap: pretty;
    max-width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 1500px) {
      .timeline .timeline-details .subtitle {
        max-width: 100%; } }
    @media (max-width: 1200px) {
      .timeline .timeline-details .subtitle {
        width: 100%;
        font-size: 20px;
        max-width: 100%; } }

/* ==========================================================================
Glossary
========================================================================== */
.hero-header {
  background: url(https://dnib.com/media/images/articles/generic/generic15.jpeg);
  background-size: cover;
  margin-left: -100px;
  margin-right: -100px;
  margin-top: -100px;
  padding: 100px 100px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-bottom: 60px; }
  @media (max-width: 992px) {
    .hero-header {
      margin-left: -25px;
      margin-right: -25px;
      margin-top: -25px;
      padding: 50px 50px; } }
  .hero-header .title {
    color: #fff;
    font-size: 40px;
    font-family: 'Archivo Black', sans-serif;
    font-weight: 400;
    display: block; }
  .hero-header .subtitle {
    margin-top: 30px;
    color: #fff;
    font-size: 24px;
    font-family: 'Source Serif Pro', serif;
    display: block; }

.glossary {
  padding-bottom: 100px;
  position: relative; }
  .glossary .topic-info {
    display: none; }

.glossary-nav {
  color: #495D59;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly; }
  .glossary-nav .accent {
    display: flex;
    align-items: center; }
    .glossary-nav .accent.with-icon .icon {
      margin-top: 0px;
      display: flex; }
    .glossary-nav .accent svg {
      fill: #495D59; }
  .glossary-nav .alphabet {
    display: flex;
    text-align: center;
    text-wrap: pretty; }
  @media (max-width: 768px) {
    .glossary-nav.pills .alphabet {
      text-align: left;
      padding: 0 10px; } }
  .glossary-nav .alpha-letter span {
    text-decoration: none;
    box-sizing: border-box;
    border-bottom: 2px solid #495D59;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1em;
    width: 15px;
    text-align: center;
    color: #495D59;
    font-family: 'Source Sans Pro', serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    flex-grow: 1; }
  .glossary-nav .alpha-letter.none {
    cursor: auto; }
    .glossary-nav .alpha-letter.none span {
      color: rgba(73, 93, 89, 0.5);
      border-bottom: none;
      font-weight: 400; }
  .glossary-nav .list-inline {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    .glossary-nav .list-inline li {
      display: inline-block;
      margin: 0;
      padding: 4px;
      list-style-type: none; }

.scrollbutton {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40%;
  background-color: #1b5490;
  color: #e8e8e8;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px; }

.scrollbutton:hover {
  background-color: #2d6418;
  color: white;
  font-size: 20px;
  padding: 20px; }

.letter .letter-header {
  padding: 60px 0; }
  .letter .letter-header .the-letter {
    display: inline-block;
    font-family: 'Source Sans Pro', serif;
    display: block;
    position: relative;
    text-align: center; }
    .letter .letter-header .the-letter .the-letter-wrapper {
      background: #fff;
      z-index: 2;
      padding: 20px;
      position: relative;
      display: inline-block;
      font-size: 36px;
      font-weight: 700; }
    .letter .letter-header .the-letter .the-top-wrapper {
      background: #e9e9e9;
      z-index: 2;
      padding: 5px;
      font-size: 12px;
      border-radius: 50%;
      border: 1px solid #ccc;
      font-weight: 700;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translate(0, -50%); }
      .letter .letter-header .the-letter .the-top-wrapper svg {
        width: 16px;
        height: 16px;
        justify-content: center; }
    .letter .letter-header .the-letter:after {
      position: absolute;
      top: 49%;
      width: 100%;
      left: 0px;
      z-index: 1;
      height: 1px;
      line-height: 1;
      content: "";
      border-bottom: 1px solid #e5e5e5;
      margin: auto; }

.back-top.floating {
  transition: all .25s ease-in-out;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: auto; }
  @media (max-width: 576px) {
    .back-top.floating {
      display: none; } }

.back-top.show {
  visibility: visible;
  opacity: 1; }

.back-top.hide {
  visibility: hidden;
  opacity: 0; }

.back-to-top {
  cursor: pointer; }

.glossary-item {
  margin-bottom: 60px; }
  .glossary-item:last-child {
    margin-bottom: 0px; }
  .glossary-item .topic-info .topic {
    color: #6b7280; }
  .glossary-item .article-details .title {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'Source Sans Pro', serif;
    font-weight: 600; }
  .glossary-item .related {
    background: rgba(107, 114, 128, 0.1);
    border: 1px solid #e5e5e5;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 12px;
    display: inline-block;
    margin-top: 10px; }

/* ==========================================================================
FAQ
========================================================================== */
.question {
  cursor: pointer;
  position: relative;
  padding-right: 100px; }
  .question .title {
    font-size: 24px; }
  @media (max-width: 768px) {
    .question {
      padding-right: 50px; } }
  .question .chevron {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px; }
    .question .chevron svg {
      color: #444; }
    .question .chevron.down {
      display: none; }

.answer h2:first-child, .answer h3:first-child, .answer p:first-child {
  margin-top: 0px; }

.answer h2 {
  font-size: 20px;
  font-weight: 600; }

.answer h3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600; }

.answer p + h3, .answer p + h2 {
  margin-top: 30px; }

.answer h2 + h3 {
  margin-top: 5px; }

.answer ul {
  list-style: none; }
  .answer ul li:before {
    content: "\2022";
    color: #E57A43;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.faq-item {
  border-bottom: 1px solid #e5e5e5;
  margin: 0px 0px 20px 0;
  padding: 20px 0; }
  .faq-item:last-child {
    padding-bottom: 0px;
    border-bottom: 0px; }

/* toggler stuff */
.answer {
  /*border-left: 5px solid #e5e5e5;
		padding-left: 30px;
		padding-right: 30px;*/
  height: 0px;
  overflow: hidden;
  /*background: #faf7f4;*/
  /*word-break: break-all;*/ }
  .answer a {
    word-break: break-all; }
  .answer p {
    margin: 0 0 1em 0; }

.expanded .answer {
  height: auto;
  padding-top: 10px; }

.expanded .question .down {
  display: block; }

.expanded .question .right {
  display: none; }

/* ==========================================================================
Cover Text
========================================================================== */
.topic-info.is-special {
  margin-bottom: 25px !important; }

span.capsule {
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px; }

span.cover-text {
  font-size: 32px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 20px;
  letter-spacing: -1px;
  line-height: 1;
  width: 100%;
  display: inline-block;
  text-align: right;
  padding: 0 30px;
  box-sizing: border-box;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); }
  @media (min-width: 1200px) {
    span.cover-text {
      font-size: 28px; } }
  @media (min-width: 1500px) {
    span.cover-text {
      font-size: 32px; } }
  @media (max-width: 992px) {
    span.cover-text {
      font-size: 28px; } }
  @media (max-width: 768px) {
    span.cover-text {
      font-size: 28px; } }
  span.cover-text.special {
    font-size: 24px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      span.cover-text.special {
        font-size: 20px; } }
  @media (min-width: 768px) {
    span.cover-text.article-cover-text.special {
      font-size: 36px; } }
  @media (min-width: 1200px) {
    span.cover-text.article-cover-text.special {
      font-size: 46px; } }

@media (max-width: 1500px) {
  .col-lg-3 span.special {
    font-size: 14px;
    padding: 0 15px; } }

@media (max-width: 992px) {
  .col-lg-3 span.special {
    font-size: 24px; } }

.more-from span.cover-text {
  font-size: 16px;
  padding: 0 15px; }
  @media (max-width: 992px) {
    .more-from span.cover-text {
      font-size: 24px; } }

/* ==========================================================================
New Listing Page
========================================================================== */
.article-info .subtitle a {
  color: inherit;
  text-decoration: underline; }
  .article-info .subtitle a:hover {
    text-decoration: none; }

@media (max-width: 992px) {
  .section .archive-listing {
    padding-top: 0px; } }

@media (max-width: 992px) {
  .section .archive-listing .row > div {
    margin-bottom: 1em; } }

@media (min-width: 768px) {
  .archive-listing.remove-row-margins .row {
    margin-left: -1em;
    margin-right: -1em; } }

.archive-listing .article-details span.subtitle {
  color: #495D59; }

.archive-listing .article-details span.download {
  font-family: Source Sans Pro;
  margin-top: 10px; }
  .archive-listing .article-details span.download a {
    color: #495D59; }
    .archive-listing .article-details span.download a:hover {
      color: #444; }

.resource-item {
  position: relative;
  margin: 20px auto;
  padding: 0px 60px 30px 120px;
  min-height: 100px;
  display: flex; }
  @media (max-width: 992px) {
    .resource-item {
      padding-right: 10px; } }
  .resource-item .resource-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px; }
    .resource-item .resource-image .cover-text {
      font-size: 32px;
      bottom: 5px;
      right: 5px;
      padding: 0px; }
    .resource-item .resource-image .supporting-image {
      width: 100px;
      height: 100px; }
  .resource-item .resource-content {
    text-align: left; }

.toggle-list {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  .toggle-list .question {
    padding-left: 20px;
    padding-right: 20px; }
    .toggle-list .question h1 {
      font-family: Source Sans Pro;
      letter-spacing: 2px;
      width: 70px; }
    .toggle-list .question .chevron {
      right: auto;
      left: 90px;
      top: 4px; }
  .toggle-list .answer {
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 992px) {
      .toggle-list .answer {
        padding-left: 20px;
        padding-right: 20px; } }
    .toggle-list .answer span.title {
      font-weight: 700;
      font-size: 18px; }
    .toggle-list .answer a {
      word-break: default; }
  .toggle-list .not-centered {
    background-position-x: 0;
    background-position-y: 0; }
    
/* ============= latest report card =============== */
.report-card {
  background: #0062A9;
  padding: 20px 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-wrap: pretty;
  font-size: 24px;
  margin: 0 auto; }
  .report-card a {
    color: #fff; }
  @media (min-width: 768px) {
    .report-card .no-break {
      white-space: nowrap; } }
  @media (min-width: 992px) {
    .report-card {
      padding: 20px 40px;
      gap: 20px; } }
  @media (min-width: 1500px) {
    .report-card {
      padding: 20px 60px;
      gap: 40px; } }
  @media (max-width: 992px) {
    .report-card {
      padding: 20px 20px;
      gap: 20px; } }
  .report-card .thing {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-wrap: pretty; }
    @media (min-width: 1500px) {
      .report-card .thing p {
        padding: 0px 0px; } }
    @media (max-width: 1200px) {
      .report-card .thing {
        max-width: 100%;
        font-size: 20px; } }
  .report-card .notification-image {
    max-width: 100px;
    max-height: 80px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.8); }
    @media (max-width: 1200px) {
      .report-card .notification-image {
        display: none; } }

/* //============ latest report card ============== */    
    
/* ==========================================================================
Notification
========================================================================== */
.notification {
  display: none; }
  .notification + .section {
    margin-top: -80px; }
  @media (max-width: 768px) {
    .notification + .section {
      margin-top: 100px;
      padding-top: 10px; } }

.with-notification .notification {
  display: block; }
  .with-notification .notification + .section {
    margin-top: 0px; }
  .with-notification .notification.topic-one, .with-notification .notification.topic-policy {
    background: #E57A43; }
  .with-notification .notification.topic-two, .with-notification .notification.topic-security {
    background: #BF474F; }
  .with-notification .notification.topic-three, .with-notification .notification.topic-analysis {
    background: #9C6D9B; }
  .with-notification .notification.topic-neutral, .with-notification .notification.topic-report {
    background: #0062A9; }
  @media (min-width: 768px) {
    .with-notification .notification {
      margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .with-notification .notification {
      margin-top: 85px;
      margin-bottom: -90px;
      /*margin-left: 20px;
			margin-right: 20px;*/ } }
  .with-notification .notification .notification-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    z-index: 2;
    position: relative;
    padding: 20px 0;
    color: #fff;
    padding-right: 30px;
    font-size: 20px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .with-notification .notification .notification-wrapper.topic-one, .with-notification .notification .notification-wrapper.topic-policy {
      background: #E57A43; }
    .with-notification .notification .notification-wrapper.topic-two, .with-notification .notification .notification-wrapper.topic-security {
      background: #BF474F; }
    .with-notification .notification .notification-wrapper.topic-three, .with-notification .notification .notification-wrapper.topic-analysis {
      background: #9C6D9B; }
    .with-notification .notification .notification-wrapper.topic-neutral, .with-notification .notification .notification-wrapper.topic-report {
      background: #0062A9; }
    @media (max-width: 576px) {
      .with-notification .notification .notification-wrapper {
        gap: 0;
        align-items: top; } }
    .with-notification .notification .notification-wrapper a {
      color: #fff;
      text-decoration: none;
      text-wrap: pretty; }
    .with-notification .notification .notification-wrapper .close {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
      cursor: pointer; }
      .with-notification .notification .notification-wrapper .close svg {
        fill: #ffffff; }
    .with-notification .notification .notification-wrapper .kicker {
      font-weight: 600; }
    .with-notification .notification .notification-wrapper span {
      display: inline-block; }
    .with-notification .notification .notification-wrapper .image img {
      max-width: 80px;
      height: auto;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.8); }
      @media (max-width: 576px) {
        .with-notification .notification .notification-wrapper .image img {
          display: none; } }
    .with-notification .notification .notification-wrapper .notification-image {
      max-width: 80px;
      max-height: 50px;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.8); }
      @media (max-width: 576px) {
        .with-notification .notification .notification-wrapper .notification-image {
          display: none; } }

.with-notification header.show .overlay-menu {
  z-index: 3; }

@media (max-width: 768px) {
  .with-notification.top-notification .notification {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 100px; } }

@media (min-width: 768px) {
  .with-notification.top-notification .main-navigation .logo {
    position: relative; } }

.with-notification.top-notification .mobile-navigation {
  position: absolute; }

.with-notification.top-notification header .overlay-menu {
  position: absolute;
  top: auto;
  margin-top: -70px; }

.with-notification.inset-notification .notification {
  margin-top: 100px;
  margin-bottom: 10px;
  background: none; }
  @media (min-width: 768px) {
    .with-notification.inset-notification .notification {
      margin-top: -60px;
      margin-bottom: -60px; } }
  .with-notification.inset-notification .notification .notification-wrapper {
    padding-left: 30px;
    padding-right: 50px;
    box-shadow: 0px 1px 8px -3px rgba(0, 0, 0, 0.3); }
    @media (min-width: 992px) {
      .with-notification.inset-notification .notification .notification-wrapper {
        padding-right: 60px; } }
  .with-notification.inset-notification .notification .close {
    right: 20px; }
    @media (min-width: 992px) {
      .with-notification.inset-notification .notification .close {
        right: 30px; } }