/* Research Report Start  */
body:not(.postid-5415) header#site-header.sticky { opacity: 0; }
body:not(.postid-5415) header#site-header.header-footer-group.sticky {
  border: none;
}
.single-post main article.category-research-report header {
    border-bottom: 2px solid #f3f3f3;
}
.single-post main article header .entry-header-inner.section-inner::before { display: none; }
.single-post main article.category-research-report header > div h1 { 
    margin-top: calc(65%);
    font-size: 45px;
    line-height: 48px; 
}
.single-post main article.category-research-report header > div .intro-text { 
    margin-left: 0;
    margin-bottom: 40px; 
}
.single-post main article.category-research-report header > div > p { 
    font-size: 16px; 
}
.single-post main article.category-research-report.category-report-with-no-excerpt header > div > p {
  margin-top: 20px;
 }
  
.wp-block-image figcaption { font-size: 12px; }

.entry-content > .alignfull.wp-block-group.research-report-top,
.entry-content > .alignfull.wp-block-group.report-part{ margin-bottom: 80px !important; }

.report-outline-nav:hover .hover-keeper {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 70px;
}
.report-outline-nav .hover-keeper { left: 0; }
.wp-block-group.report-part { 
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.road-map .wp-block-coblocks-row__inner > .wp-block-coblocks-column > .wp-block-coblocks-column__inner > *:not(figure):not(.cta-type-2):not(.cta-type-1),
.road-map:not(.sticky) .road-map-nav,
.report-part > .wp-block-group__inner-container > *:not(div),
.wp-block-group.fww-data-viz > div > *
{
  padding: 0 2rem;
}
.road-map .wp-block-coblocks-row__inner > .wp-block-coblocks-column > .wp-block-coblocks-column__inner > *:not(figure):not(.cta-type-2):not(.cta-type-1),
.report-part .wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content-wrapper,
.wp-block-group.report-part [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-image):not(.fwa-carousel):not(.road-map h6):not(.road-map.sticky .road-map-nav):not(.wp-block-coblocks-row):not(.cta-type-2):not(.cta-type-1),
.wp-block-group.research-report-top [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-image),
.fww-data-viz .wp-block-image,
.wp-block-group.road-map-nav,
.wp-block-group.road-map-nav ul {
  width: calc(100% - 30px) !important;
}
  
.research-report-nav {
  opacity: 0;
  visibility: hidden;
  padding: 5px 0 10px;
  border-bottom: 3px solid #000000;
  background: #ffffff;
  transition: opacity .25s;
}
.research-report-nav.active {
  visibility: visible;
  opacity: 1;
}
.research-report-nav > div.wp-block-group__inner-container {
    padding: 0 1rem;
}
.research-report-nav.sticky .research-report-columns > .research-report-column.column-left > div > *:not(.research-report-action-wrapper) { display: none; }
.research-report-nav .research-report-columns > .research-report-column.report-outline-wrapper { 
  align-items: center;
}
.research-report-nav .research-report-social-block ul {
    display: flex;
}
.research-report-nav ul.research-report-social-block {
  max-width: none;
  margin-left: 10px;
}
.research-report-nav ul.research-report-social-block li,
.research-report-nav ul.research-report-social-block {
  margin-bottom: 0;
}
.research-report-nav ul.research-report-social-block li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.research-report-nav ul.research-report-social-block li.wp-social-link svg {
  width: 20px;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link { color: #ffffff; }
.research-report-nav .research-report-column.is-vertically-aligned-center:last-child { display: none; }
.research-report-nav.sticky .research-report-column.is-vertically-aligned-center:last-child { 
  position: fixed;
  z-index: 1000000;
  bottom: 10px;
  display: flex;
  right: 10px;
}
.research-report-nav .research-report-column.report-outline-wrapper + div.research-report-column { 
  margin-left: 0;
  margin-bottom: 0;
  flex-grow: 1; 
}
.research-report-nav.sticky .report-outline-nav { display: block; } 
.research-report-nav.sticky .report-outline-wrapper + div.research-report-column .research-report-column:first-child { display: none; }

.report-outline-nav {
  position: relative;
  display: none; 
  margin-left: 4rem;
  font-size: .9em;
  font-weight: 600;
}
.report-outline-nav span.part { display: none; }
.report-outline-nav span.part.active { 
  display: inline-block; 
  position: relative;
  padding-right: 10px;
}
.report-outline-nav span.part::after {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  right: -10px;
  height: 0;
  width: 0;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid #000000;
  margin-left: 2rem;
  transform: rotate(90deg);
}
.report-outline-nav:hover span.part::after {
  border-left: none;
  border-right: 5px solid #000000;
}
.report-outline-nav ul { 
  display: none; 
  position: absolute;
  left: 0;
  margin: 1.3rem 0 0;
  padding: 1rem 2rem 1rem 0;
  background: #ffffff;
  list-style-type: none;
  font-weight: 500;
  font-size: smaller;
  -webkit-box-shadow: -1px 2px 6px -3px rgba(0,0,0,0.17);
  -moz-box-shadow: -1px 2px 6px -3px rgba(0,0,0,0.17);
  box-shadow: -1px 2px 6px -3px rgba(0,0,0,0.17);
}
.report-outline-nav,
.report-outline-nav ul { 
  left: -10px;
  width: 100vw; 
}
.research-report-nav.sticky .report-outline-wrapper { 
  margin-bottom: 0;
  align-self: flex-end;
}  
.research-report-nav.sticky .report-outline-nav {  
  margin-left: 10px;
  width: auto;
}
.report-outline-nav ul li { margin-bottom: 2rem; }
.report-outline-nav ul li:last-child { margin-bottom: 0rem; }
.report-outline-nav ul a { text-decoration: none; }
.report-outline-nav ul a:hover {
  font-weight: 600;
  color: #0057B8;
  text-decoration: underline;
}
.report-outline-nav:hover ul { display: block; }

.research-report-nav .research-report-column .fwa-pdf-download { 
  min-width: 50%;
  align-self: center;
  margin-left: 5px;
  border-left: 0.5px solid #868686; 
}

.research-report-nav .wp-block-button,
.research-report-nav .research-report-column > .research-report-columns {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  max-width: 70rem;
}
.entry-content .wp-block-group .fwa-pdf-download p { max-width: 126px;}
.research-report-nav a#report-pdf-link { 
  font-size: .8em;
  text-decoration: none;
  font-weight: 700; 
  color: #000000;
}
.research-report-nav a#report-pdf-link::after {
  content: url(./images/button_download.png);
  vertical-align: middle;
  margin-left: 5px;
}
.research-report-nav .research-report-cta-block .wp-block-button {
  position: relative;
  width: 56px;
  height: 56px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  background: #89d6ed;
  filter: drop-shadow(0px 2px 20px rgba(135, 135, 135, 0.21));
}
.research-report-nav .wp-block-button .wp-block-button__link { 
  font-size: 10px;
  line-height: 10px;
  letter-spacing: -.15px;
  background: transparent;
  border: none;
}
.research-report-nav .research-report-cta-block .wp-block-button .wp-block-button__link { 
  position: absolute;
  top: 5px;
  left: -9px;
  width: 133%;
}
.action-form-wrapper { 
  display: none; 
  position: absolute;
  top: 5rem;
  left: -12rem;
  padding: 0 2rem 2rem;
  border: 1px solid #b7b7b7;
  background: #ffffff;
}
.action-form-wrapper.open { display: block; }
.action-form-wrapper button {
  float: right;
  margin-top: 1rem;
  font-weight: bold;
  color: #000000;
  background: transparent;
}
.action-form-wrapper .form-item { border-bottom: 1px solid #000000; }
.action-form-wrapper form p { margin-top: 4rem }

.road-map .wp-block-coblocks-row__inner > .wp-block-coblocks-column > .wp-block-coblocks-column__inner > *:not(figure):not(.cta-type-2),
.report-part .wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content,
.report-part > .wp-block-group__inner-container > *:not([class*='wp-block-coblocks-hero']):not([class*='wp-block-image']):not([class*='fwa-carousel']):not(.road-map):not(.road-map.sticky .road-map-nav):not(.cta-type-2):not(.alignfull):not(.fww-data-viz):not(.cta-type-1),
.research-report-top h4,
.report-outline {
  max-width: 70rem !important;
}
.cta-type-1,
.cta-type-2 { max-width: 90% !important; }
.wp-block-coblocks-hero__content-wrapper { 
  max-width: 66rem !important; 
  margin-top: 48px;
}
.report-outline {
  padding: 3rem 2rem 3rem 1rem !important;
  border: 1px solid #e7e7e7;
}
.report-outline > li {
  margin-bottom: 2rem;
  font-size: 18px; 
  font-weight: 600;
  color: #0057B8;
  text-transform: uppercase;
}
.report-outline li ul li {
  font-size: 16px;
  font-weight: 500;
  color: initial;
  text-transform: none;
}
.report-outline li ul,
.report-outline li ul li { margin-left: 0; }

.report-part .wp-block-coblocks-hero__inner {
  padding: 190px 2rem 6rem;
  background: #000000;
  background-size: 130%;
  background-repeat: no-repeat;
  color: #ffffff;
}
.report-part .wp-block-coblocks-hero__content p:last-child {
  margin-bottom: 0;
}
sup.footnote { font-size: 13px; }
a.footnote { 
  position: relative;
  text-decoration: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}
a.footnote sup { 
  display: inline-block;
  font-weight: 600;
  color: #0057B8;
  text-decoration: underline; 
}
.mixed-media a.footnote sup { 
  font-weight: normal;
  font-size: small;
  text-decoration: none;
  color: inherit; 
}
.mixed-media a.footnote:hover sup { text-decoration: underline; }
a.footnote:hover { background-color: transparent !important; }
div.active-footnote {
  z-index: 1;
  position: absolute;
  width: 300px;
  padding: 20px;
  font-size: smaller;
  background: #f4f2f2;
  border: 1px solid #dad9d9;
  border-radius: 6px;
  opacity: 1;
  transition: opacity 10s ease-in-out;
  filter: drop-shadow(0px 2px 19px rgba(0, 0, 0, 0.15));
}
div.active-footnote span.footnote-content {
  display: block;
  height: 100%;
  overflow: hidden scroll;
}
div.active-footnote span.triangle-one,
div.active-footnote span.triangle-two {
  display: block;
  position: absolute;
  top: -20px;
  left: 139px;
  width: 0;
  height: 0;
  border-style: solid;
}
div.active-footnote.above span.triangle-one,
div.active-footnote.above span.triangle-two {
  top: auto;
  bottom: -20px
  }
div.active-footnote.above span.triangle-one {
  left: 138px;
  border-color:  #f4f2f2 transparent transparent transparent;
  border-width: 11px;
}
/* this border color controlls the outside, thin border */
div.active-footnote.above span.triangle-two {
  border-color: #dad9d9 transparent transparent transparent;
  border-width: 10px;
}
div.active-footnote span.triangle-one {
  left: 138px;
  border-color: transparent transparent #f4f2f2 transparent;
  border-width: 11px;
}
/* this border color controlls the outside, thin border */
div.active-footnote span.triangle-two {
  border-color: transparent transparent #dad9d9 transparent;
  border-width: 10px;
}
body.noscroll div.active-footnote { z-index: 1000; }
div.active-footnote.fade-out { opacity: 0; }
div.active-footnote div.close-it {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 11px;
  height: 10px;
  color: transparent;
  cursor: pointer;
  background: url(./images/x-out.svg) no-repeat 0 0;
}

.road-map.sticky .road-map-nav {
  z-index: 1;
  position: fixed;
  top: 69px;
  max-width: 100% !important;
  background: #ffffff;
  border: 25px solid #ffffff;
}
.road-map.sticky .road-map-nav {
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.road-map-nav > div {
  position: relative;
  padding: 2em 0 1.5em 0;
  border: 1px solid #000000;
  border-left: none;
  border-right: none;
}
.road-map.sticky .road-map-nav > div { 
  max-width: 120rem; 
  border-top: none;
  padding: 0;
}
.road-map-nav h6 {
  position: absolute;
  top: -1.3rem;
  background: #ffffff;
  width: auto !important;
  padding-right: 1rem;
  font-size: 16px;
  letter-spacing: 0;
}
.road-map.sticky h6 { display: none; }
.road-map-nav ul {
  display: flex;
  max-width: 120rem !important;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
}
.road-map-nav ul li {
  margin-left: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
}
.road-map-nav ul li a { 
  opacity: .4;
  text-decoration: none;
}
.road-map-nav ul li a:hover { opacity: 1; }
.road-map.sticky .road-map-nav ul li { 
  display: none; 
  margin-bottom: 1em;
}
.road-map.sticky .road-map-nav ul li.active { display: list-item; }

.road-map .road-map-nav ul li.active a,
.road-map:not(.sticky) .road-map-nav ul li:first-child a { 
  opacity: 1;
  color: #0057B8; 
}

.report-part > div > h5,
.road-map-content h4,
.road-map-content h5,
.road-map-content h4 strong,
.road-map-content h5 strong { font-weight: 600; }

.story-content h5,
.road-map-content h5 {
  display: flex;
}
  .story-content h5::before,
.road-map-content h5::before {
  content: 'fw';
  display: block;
  border-left: 5px solid #0057B8;
  color: transparent;
}
.story-content h5 { 
  font-size: 32px;
  border-color: #8EBAE5;
}

.fwa-accordian-item details {
  border: 2px solid #f3f3f3;
  border-left: none;
  border-right: none;
  padding: 2rem 0;
}
.fwa-accordian-item summary.wp-block-coblocks-accordion-item__title {
  background: none;
  cursor: pointer;
}
.fwa-accordian-item details ol li { font-size: smaller; }

.wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"]{
  max-width: none;
}

.fww-data-viz figure figcaption {
  font-size: 14px;
  color: #000000;
}
.fww-data-viz figure figcaption strong { font-weight: 600; }
  
  /* Research Report End  */

@media (min-width: 400px){
  .report-part .wp-block-coblocks-hero__inner {
    background-size: 125%;
  }
}

@media (min-width: 425px){
  .report-part .wp-block-coblocks-hero__inner {
    background-size: 115%;
  }
}

@media (min-width: 450px){
  .report-part .wp-block-coblocks-hero__inner {
    background-size: 110%;
  }
}

@media (min-width: 500px){
  .report-part .wp-block-coblocks-hero__inner {
    padding-top: 0;
    background-size: cover;
  }
}

@media (min-width: 700px){
  .report-part > .wp-block-group__inner-container > *:not(div){
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (min-width: 1000px){
  body:not(.postid-5415) header#site-header.sticky,
  body:not(.postid-5415) header#site-header.sticky #wide-logo { 
    height: 67px; 
  }
  body:not(.postid-5415) header#site-header.sticky #wide-logo { width: 132px; }
  body:not(.postid-5415) header#site-header.sticky #wide-logo img {
    margin: 13px auto;
    width: 68px;
    height: auto;
  }
  body:not(.no-sticky):not(.postid-5415) header#site-header.header-footer-group.sticky:not(.going-up) {
    background-color: #ffffff;
  }
  .single-post main#site-content article.category-research-report header.entry-header {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 190px 0 0;
    min-height: 672px;
  }
  .single-post main article.category-report-with-no-excerpt header.entry-header {
    background-size: 100%;
  }
  .single-post main article.category-research-report header > div h1 { 
    margin-top: 0;  
    font-size: 64px;
      line-height: 68px; 
  }
  .single-post main article.category-research-report.category-report-with-no-excerpt header.entry-header p {
    margin-top: 12rem;
  }

  .research-report-nav.sticky {
      z-index: 100;
      position: absolute;
      top: 0;
      right: 0;
      width: calc(100% - 132px);
      height: 100%;
  }
  .research-report-nav.sticky > div,
  .research-report-nav.sticky > div > div
  { height: 100%; }
  .research-report-nav.sticky .research-report-column.is-vertically-aligned-center:last-child {
    position: relative;
    z-index: auto;
    bottom: auto;
    right: auto;
  }
  .research-report-nav.sticky .report-outline-wrapper + div.research-report-column .research-report-column:first-child,
  .research-report-nav.sticky .research-report-columns > .research-report-column.column-left > div > *:not(.research-report-action-wrapper) { display: block; }
  .research-report-nav > div > .research-report-columns { display: flex; }
  .research-report-nav .research-report-column > .research-report-columns { justify-content: flex-end;}
  .research-report-nav .research-report-columns > .research-report-column.report-outline-wrapper { 
    display: flex; 
    flex-basis: 50%;
  }
  .research-report-nav .research-report-columns > .research-report-column { align-self: center; }
  .research-report-nav .research-report-column.is-vertically-aligned-center:last-child { 
    display: flex; 
    margin-right: 84px;
    justify-content: flex-end;
  }
  .research-report-nav .research-report-column .fwa-pdf-download { min-width: 125px;}
  .research-report-nav .wp-block-button .wp-block-button__link { font-size: .6em; }
  .research-report-nav .research-report-cta-block .wp-block-button {
    width: auto;
    height: auto;
    justify-content: flex-end;
    border: none;
    background: transparent;
    filter: none;
  }
  .research-report-nav .research-report-cta-block .wp-block-button .wp-block-button__link {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    font-size: 18px;
    border: 2px solid #000000;
    background: #89d6ed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
  }
  .report-outline-nav span.part::after {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
  }
  .report-outline-nav, .report-outline-nav ul { 
    width: auto; 
    min-width: 250px;
  }
  .road-map.sticky .road-map-nav { padding-bottom: 0 !important; }
  .road-map.sticky .road-map-nav > div { 
    padding: 2em 0 1.5em 0;
    border-top: 1px solid #000000;
  } 
  .road-map.sticky .road-map-nav:not(.alignwide) > div { max-width: 66rem; } 
  .road-map.sticky h6 { display: block; } 
  .road-map-nav ul { flex-direction: row; }
  .road-map.sticky .road-map-nav ul li { display: list-item; }

  .research-report-column.report-outline-wrapper + div.research-report-column {
      margin-left: 32px;
      padding-top: 0;
      flex-grow: 0;
      border-top: none !important;
  }

  .wp-block-group.report-part div:not(.fww-data-viz) > [class*="__inner-container"] > figure.wp-block-image,
  .wp-block-coblocks-row[data-columns="1"] .wp-block-coblocks-column__inner>[class*="wp-block-"]:not(.cta-type-2){
    max-width: 897px !important;
  }

  .road-map.sticky .road-map-nav {
    max-width: 70rem;
  }

  .cta-type-1,
  .cta-type-2 { max-width: 70rem !important; }
}

@media (min-width: 1220px){
    .research-report-nav.sticky .report-outline-wrapper + div.research-report-column .research-report-column:first-child { display: block; }

    .research-report-nav .research-report-column.is-vertically-aligned-center:last-child {
      margin-left: 30px;
      justify-content: flex-start;
    }
}

@media (min-width: 1500px){
  .research-report-nav .research-report-column > .research-report-columns {
    max-width: none;
  }
}