.article-hero__wrapper .article-hero__siteconfig {
  font-size: 3.2rem;
  font-weight: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-transform: none
}

@media only screen and (min-width: 768px) {
  .article-hero__wrapper .article-hero__siteconfig {
    font-size:4rem;
    line-height: 1.2
  }
}

.article-hero__wrapper .article-hero__main-media-caption,.article-hero__wrapper .article-hero__byline {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2.2rem;
  letter-spacing: 0;
  text-transform: none
}

.article-hero__wrapper .article-hero__share-btn,.article-hero__wrapper .article-hero__btn {
  padding: 0;
  border: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  appearance: none;
  line-height: normal;
  text-transform: inherit;
  letter-spacing: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  cursor: pointer
}

.download-all-documents__button {
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2rem;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  margin: 0;
  padding: 16px 32px;
  border: 1px solid currentColor;
  color: #000ad2;
  background-color: rgba(0,0,0,0);
  appearance: none;
  text-transform: inherit;
  text-decoration: none;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  transition: background-color .3s,border-color .3s,color .3s
}

@media only screen and (min-width: 1248px) {
  .download-all-documents__button {
    font-size:1.6rem
  }
}

.download-all-documents__button[disabled] {
  opacity: .4;
  cursor: default
}

.download-all-documents__button:hover {
  background-color: #000ad2;
  border-color: #000ad2;
  color: #fff
}

.transcript-wrapper .transcript-container-content ol {
  list-style: none;
  padding: 0 0 0 17%;
  margin: 0 0 20px 0;
  counter-reset: li
}

@media only screen and (min-width: 1248px) {
  .transcript-wrapper .transcript-container-content ol {
    padding-left:14.5%
  }
}

.transcript-wrapper .transcript-container-content ol li {
  margin: 0 0 5px 0;
  counter-increment: li
}

.transcript-wrapper .transcript-container-content ol li::before {
  display: inline-block;
  font-weight: 300;
  color: currentColor;
  content: counter(li);
  font-size: 16px;
  line-height: 16px;
  margin-left: -2em;
  margin-right: 1em;
  text-align: center;
  direction: rtl;
  width: 1em;
  top: 0;
  position: relative
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0
  }

  100% {
    background-position: 468px 0
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@media print {
  .article-hero__wrapper .article-hero__btn--download,.article-hero__wrapper .article-hero__btn--share {
    display: none
  }

  .content-cards-section .content-card__transcript-link {
    display: none
  }

  .full-width-image__main-media .transcript-link {
    display: none
  }

  .inline-image-video .transcript-link {
    display: none
  }

  .navigation-header__inner--wrapper {
    position: static
  }

  .skip-navigation,.navigation-header__action-wrapper,#kampyleButtonContainer,#nebula_div_btn {
    display: none
  }

  .navigation-header--light .navigation-header__nav {
    box-shadow: none
  }

  .key-takeaways__list {
    flex-direction: column;
    padding-bottom: 0
  }

  .key-takeaways__item {
    margin-bottom: 3rem
  }

  .key-takeaways__item:last-of-type {
    margin-bottom: 0
  }
}

.transcript-link {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 2.2rem;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1.6rem;
  display: flex;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  align-self: flex-start;
  text-decoration: underline;
  font-weight: 400
}

.transcript-link:hover {
  opacity: .8
}

.transcript-link:focus-visible {
  border: 1px solid #748cda;
  outline: 1px solid #fff
}

.transcript-link:focus-visible:active {
  border: none
}

.transcript-link :hover {
  opacity: .8
}

.transcript-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--black60);
  z-index: 9999
}

.transcript-wrapper.transcript-visible {
  display: flex
}

.transcript-wrapper .transcript-container {
  position: relative;
  margin: auto;
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 4.8rem 2rem
}

@media only screen and (min-width: 768px) {
  .transcript-wrapper .transcript-container {
    width:75%;
    height: auto;
    max-width: 93.6rem;
    min-width: 67.2rem;
    max-height: 85%;
    padding: 4.8rem 3.2rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 60px rgba(0,0,0,.15)
  }
}

.transcript-wrapper .transcript-container-close {
  position: absolute;
  right: 2rem;
  top: 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #15261e;
  outline: none;
  font-size: 1.4rem;
  padding: 0
}

.transcript-wrapper .transcript-container-close:focus {
  outline: revert
}

@media only screen and (min-width: 768px) {
  .transcript-wrapper .transcript-container-close {
    right:1.8rem
  }
}

.transcript-wrapper .transcript-container-content {
  height: calc(100% - 4.8rem);
  overflow-y: scroll;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 2.4rem;
  padding-right: 2rem;
  padding-left: .3rem
}

.transcript-wrapper .transcript-container-content h2,.transcript-wrapper .transcript-container-content h3,.transcript-wrapper .transcript-container-content h4,.transcript-wrapper .transcript-container-content h5,.transcript-wrapper .transcript-container-content h6,.transcript-wrapper .transcript-container-content p,.transcript-wrapper .transcript-container-content ul,.transcript-wrapper .transcript-container-content ol {
  margin-bottom: 2.4rem
}

.transcript-wrapper .transcript-container-content h2 {
  font-family: "InvescoEditor",Arial,sans-serif;
  font-size: 4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 4.8rem;
  letter-spacing: normal;
  text-transform: none
}

@media only screen and (min-width: 768px) {
  .transcript-wrapper .transcript-container-content h2 {
    font-size:4.8rem;
    font-weight: 400;
    font-style: normal;
    line-height: 5.6rem;
    letter-spacing: normal;
    text-transform: none
  }
}

.transcript-wrapper .transcript-container-content h3 {
  font-family: "InvescoEditor",Arial,sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 4rem;
  letter-spacing: normal;
  text-transform: none
}

@media only screen and (min-width: 768px) {
  .transcript-wrapper .transcript-container-content h3 {
    font-size:4rem;
    font-weight: 400;
    font-style: normal;
    line-height: 4.8rem;
    letter-spacing: normal;
    text-transform: none
  }
}

.transcript-wrapper .transcript-container-content h4 {
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.8rem;
  letter-spacing: normal;
  text-transform: none
}

@media only screen and (min-width: 768px) {
  .transcript-wrapper .transcript-container-content h4 {
    font-size:3.2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 4rem;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 500
  }
}

.transcript-wrapper .transcript-container-content h5 {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.4rem;
  letter-spacing: normal;
  text-transform: none
}

@media only screen and (min-width: 768px) {
  .transcript-wrapper .transcript-container-content h5 {
    font-size:2.4rem;
    font-weight: 500;
    font-style: normal;
    line-height: 3.2rem;
    letter-spacing: normal;
    text-transform: none
  }
}

.transcript-wrapper .transcript-container-content h6 {
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.4rem;
  letter-spacing: normal;
  text-transform: none
}

@media only screen and (min-width: 768px) {
  .transcript-wrapper .transcript-container-content h6 {
    font-size:1.8rem;
    font-weight: 500;
    font-style: normal;
    line-height: 2.4rem;
    letter-spacing: normal;
    text-transform: none
  }
}

.transcript-wrapper .transcript-container-content p {
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2.4rem;
  letter-spacing: normal;
  text-transform: none
}

@media only screen and (min-width: 1248px) {
  .transcript-wrapper .transcript-container-content p {
    font-size:1.8rem;
    line-height: 2.8rem
  }

  .gpc-page .transcript-wrapper .transcript-container-content p {
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    line-height: 2.4rem;
    letter-spacing: normal;
    text-transform: none
  }
}

.transcript-wrapper .transcript-container-content sup a,.transcript-wrapper .transcript-container-content sub a {
  text-decoration: none;
  font-weight: normal
}

.transcript-wrapper .transcript-container-content sup a:hover,.transcript-wrapper .transcript-container-content sub a:hover {
  text-decoration: underline
}

.transcript-wrapper .transcript-container-content a {
  text-decoration: underline;
  color: #000ad2;
  font-weight: 400
}

.transcript-wrapper .transcript-container-content ul,.transcript-wrapper .transcript-container-content ol {
  padding: 0 0 0 2.6rem
}

.transcript-wrapper .transcript-container-content ul li,.transcript-wrapper .transcript-container-content ol li {
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2.4rem;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: .8rem
}

.transcript-wrapper .transcript-container-content ul {
  padding-left: 1.8rem
}

.transcript-wrapper .transcript-container-content ul li {
  list-style: disc
}

.transcript-wrapper .transcript-container-content ol li::before {
  font-weight: normal;
  left: 3px
}

.transcript-wrapper .transcript-container-content *:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.transcript-wrapper .transcript-container-content a:has(sup) {
  text-decoration: none
}

.transcript-wrapper .transcript-container-content p {
  font-size: 1.6rem;
  line-height: 2.4rem
}

.transcript-wrapper .transcript-container-content::-webkit-scrollbar-thumb {
  border-radius: 1.5rem;
  background: #dcdcdc;
  border: .7rem solid #fff
}

.transcript-wrapper .transcript-container-content::-webkit-scrollbar {
  width: 2rem
}

@media only screen and (min-width: 768px) {
  .transcript-wrapper .transcript-container-content {
    height:100%;
    overflow-y: auto;
    overflow-x: auto
  }
}

.transcript-wrapper .transcript-container-content b {
  font-weight: 500
}

.transcript-wrapper .transcript-container-content ul {
  padding-left: 2rem
}

.transcript-wrapper .transcript-container-content ul li {
  padding-left: .8rem
}

.transcript-wrapper .transcript-container-content ol li {
  padding-left: .4rem
}

.transcript-wrapper .transcript-container-content ol li::before {
  left: 5;
  display: inline-block;
  font-weight: 300;
  color: currentColor;
  content: counter(li);
  font-size: 16px;
  line-height: 16px;
  margin-left: -2em;
  margin-right: 1em;
  text-align: left;
  width: 1em;
  top: 0;
  position: relative
}

.transcript-wrapper .transcript-container-header {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 16px
}

@media only screen and (min-width: 768px) {
  .transcript-wrapper .transcript-container-header {
    font-size:2.4rem;
    margin-bottom: 24px;
    line-height: 32px
  }
}

.configuremessage {
  margin-top: 44px
}

.article-hero__wrapper .article-hero {
  margin-bottom: 60px;
  padding-top: 40px;
  border-bottom: 0
}

@media only screen and (min-width: 768px) {
  .article-hero__wrapper .article-hero {
    margin-bottom:80px
  }
}

@media only screen and (min-width: 1248px) {
  .article-hero__wrapper .article-hero {
    margin-bottom:80px
  }
}

.article-hero__wrapper .article-hero::after {
  content: "";
  display: block;
  margin: 40px 20px 0
}

@media only screen and (min-width: 768px) {
  .article-hero__wrapper .article-hero::after {
    margin:48px 40px 0
  }
}

@media only screen and (min-width: 1248px) {
  .article-hero__wrapper .article-hero::after {
    width:100%;
    max-width: 1120px;
    margin: 35px auto 0
  }
}

.article-hero__wrapper .article-hero__inner {
  margin-right: 12px;
  margin-left: 12px;
  max-width: var(--max-width, 1184px);
  position: relative
}
.article-hero__wrapper .article-hero__inner img {
  width: 100%;
}
.article-hero__wrapper .article-hero__inner::after {
  clear: both;
  content: "";
  display: block
}

@media only screen and (min-width: 768px) {
  .article-hero__wrapper .article-hero__inner {
    margin-right:24px;
    margin-left: 24px
  }
}

@media only screen and (min-width: 1248px) {
  .article-hero__wrapper .article-hero__inner {
    margin-right:auto;
    margin-left: auto
  }
}

.article-hero__wrapper .article-hero__inner::after {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 1rem -4rem;
  padding-top: 4rem
}

@media only screen and (min-width: 768px) {
  .article-hero__wrapper .article-hero__inner::after {
    margin:0 2.4rem -4rem
  }
}

@media only screen and (min-width: 1248px) {
  .article-hero__wrapper .article-hero__inner::after {
    margin:0 3.2rem -4rem
  }
}
.col-12 {
  width: calc(100% - 16px);
  float: left;
  margin-left: 8px;
}

@media only screen and (min-width: 768px) {
  .col-md-12 {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
  }
}

@media only screen and (min-width: 1248px) {
  .col-lg-5 {
    width: calc(41.6666666667% - 45.3333333333px);
    float: left;
    margin-left: 32px;
  }
}

@media only screen and (min-width: 1248px) {
  .offset-lg-1 {
    margin-left: calc(8.3333333333% - 34.6666666667px + 64px);
  }
}
.article-hero__wrapper .article-hero__eyebrow {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 1.5px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 4px
}

@media only screen and (min-width: 768px) {
  .article-hero__wrapper .article-hero__eyebrow {
    margin-bottom:8px
  }
}

.article-hero__wrapper .article-hero__eyebrow a {
  text-decoration: none
}

.article-hero__wrapper .article-hero__title {
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-transform: none;
  font-family: "InvescoEditor",Arial,sans-serif;
  margin-bottom: 16px
}

@media only screen and (min-width: 768px) {
  .article-hero__wrapper .article-hero__title {
    font-size:40px;
    font-weight: 400;
    font-style: normal;
    line-height: 48px;
    letter-spacing: normal;
    text-transform: none
  }
}

.article-hero__wrapper .article-hero__siteconfig {
  font-size: 3rem;
  color: #d63b20
}

.article-hero__wrapper .article-hero__date {
  margin-right: 10px
}

.article-hero__wrapper .article-hero__content-divider::before {
  content: "|";
  display: inline-block;
  margin-right: 1rem
}

.article-hero__wrapper .article-hero__author {
  margin: 3.2rem 0
}

@media only screen and (min-width: 768px) {
  .article-hero__wrapper .article-hero__author {
    margin:4rem 0 2rem
  }
}

@media only screen and (min-width: 1248px) {
  .article-hero__wrapper .article-hero__author {
    margin:4rem 0 0
  }
}

.article-hero__wrapper .article-hero__main-media {
  width: calc(100% - 16px);
  float: left;
  margin-left: 8px;
  margin-bottom: 2.4rem
}

@media only screen and (min-width: 768px) {
  .article-hero__wrapper .article-hero__main-media {
    width:calc(100% - 4.8rem);
    margin-left: 2.4rem;
    margin-bottom: 3.2rem
  }
}

@media only screen and (min-width: 1248px) {
  .article-hero__wrapper .article-hero__main-media {
    width:calc(50% - 48px);
    float: left;
    margin-left: 32px;
    margin-bottom: 0
  }
}

.article-hero__wrapper .article-hero__main-media-caption {
  padding-top: .8rem
}

@media only screen and (min-width: 768px) {
  .article-hero__wrapper .article-hero__main-media-caption {
    padding-top:1.6rem
  }
}

@media only screen and (min-width: 1248px) {
  .article-hero__wrapper .article-hero__main-media-caption {
    padding-top:.8rem
  }
}

.article-hero__wrapper .article-hero__toolbar {
  width: calc(100% - 16px);
  float: left;
  margin-left: 8px;
  position: relative;
  outline: none;
  display: flex;
  justify-content: start;
  gap: 1.6rem;
  flex-direction: row
}

@media only screen and (min-width: 768px) {
  .article-hero__wrapper .article-hero__toolbar {
    width:calc(100% - 4.8rem);
    margin-left: 2.4rem
  }
}

@media only screen and (min-width: 1248px) {
  .article-hero__wrapper .article-hero__toolbar {
    width:calc(8.3333333333% - 34.6666666667px);
    float: left;
    margin-left: 32px;
    position: absolute;
    top: 25px;
    margin-bottom: 0;
    padding-left: 10px;
    flex-direction: column
  }
}

@media only screen and (min-width: 0) {
  .article-hero__wrapper .article-hero__video iframe,.article-hero__wrapper .article-hero__video video-js {
    width:335px;
    height: 188px
  }
}

@media only screen and (min-width: 768px) {
  .article-hero__wrapper .article-hero__video iframe,.article-hero__wrapper .article-hero__video video-js {
    width:556px;
    height: 313px
  }
}

@media only screen and (min-width: 1248px) {
  .article-hero__wrapper .article-hero__video iframe,.article-hero__wrapper .article-hero__video video-js {
    width:544px;
    height: 306px
  }
}

.article-hero__wrapper .article-hero__btn {
  color: #000ad2;
  text-decoration: none
}

.article-hero__wrapper .article-hero__btn--standalone {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: .1rem solid #000ad2;
  font-size: 1.6rem
}

.article-hero__wrapper .article-hero__btn--standalone:hover {
  background-color: #000ad2;
  color: #fff
}

.article-hero__wrapper .article-hero__btn--standalone:focus-visible {
  border: none;
  box-shadow: 0 0 0 .5rem #fff;
  outline: .1rem solid var(--invescoBlue);
  outline-offset: .5rem;
  border: .1rem solid #000ad2
}

.article-hero__wrapper .article-hero__share-toolbar {
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
  background-color: #000ad2;
  color: #fff
}

@-moz-document url-prefix() {
  .article-hero__wrapper .article-hero__share-toolbar {
    top: 4px
  }
}

.article-hero__wrapper .article-hero__share-toolbar:focus {
  outline: 0
}

@media only screen and (min-width: 1248px) {
  .article-hero__wrapper .article-hero__share-toolbar {
    left:9px
  }
}

.article-hero__wrapper .article-hero__share-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  display: flex;
  height: 4.4rem
}

.article-hero__wrapper .article-hero__share-btn {
  text-decoration: none;
  display: inline-block;
  padding: 0 1rem;
  opacity: 1;
  transition: opacity .3s;
  line-height: 1;
  font-size: 2rem;
  height: 4rem
}

.article-hero__wrapper .article-hero__share-btn:focus-visible {
  outline: none
}

.article-hero__wrapper .article-hero__share-btn:focus-visible::before {
  outline: .1rem solid #fff;
  outline-offset: .5rem
}

.article-hero__wrapper .article-hero__share-btn::before {
  vertical-align: middle;
  margin-top: 1rem
}

.article-hero__wrapper .article-hero__share-btn:hover {
  opacity: .8
}

.article-hero__wrapper .article-hero__share-btn--close {
  margin-right: 1rem;
  border-right: 1px solid rgba(255,255,255,.2);
  padding: 0 1.6rem 0 .75rem;
  font-size: 1.4rem
}

.article-hero__wrapper .article-hero__share-btn--close::before {
  margin-top: 0
}

.iframe-vimeo {
  border: none
}
