@charset "UTF-8";
/*
	TOC

*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
/*
	TOC
		Padding variables
		Body
		Main
		In-line anchor scroll margin

		TODO
			Main
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  padding-top: calc(var(--wmt-navbar-height) + 1rem);
}

body.account {
  padding-top: 0;
}

body.website {
  padding-top: var(--wmt-navbar-height);
}

body.share {
  padding-top: calc(var(--wmt-navbar-height) + 1rem);
}

body.app.client {
  padding-top: calc(var(--wmt-navbar-height) + 1rem + 3.5rem);
}

main {
  min-height: 60vh;
}

.section-anchor {
  scroll-margin-top: calc(var(--wmt-navbar-height) + 1rem);
}

.app.client .section-anchor {
  scroll-margin-top: calc(var(--wmt-navbar-height) + 1rem + 3.5rem);
}

/*
	TOC
		Badges
		Website footer
*/
footer {
  background-color: hsl(217, 67%, 13%);
  color: #FFF;
  padding-block: 2rem;
  margin-top: 1rem;
}
footer li {
  margin-bottom: 1rem;
}
footer a {
  text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active {
  text-decoration: underline;
}
footer .badges-block img {
  height: 3.5rem;
}
footer .logo-block .logo {
  height: 12rem;
}

.website footer {
  margin-top: 0;
}

:root {
  --wmt-navbar-height: calc(62px + 0.625rem + 1rem);
}

.navbar-brand img {
  height: 62px;
}

.navbar .nav-item.dropdown.active > .nav-link {
  color: var(--bs-navbar-active-color);
}

/*
	TOC

*/
.app .search-bar {
  left: 0;
  position: fixed;
  right: 0;
  top: var(--wmt-navbar-height);
  z-index: 3;
}

/*
    TOC
        Bootstrap customizations
        Global notifications
            Loading alerts
*/
.alert-danger {
  --bs-alert-color: hsl(0, 80%, 50%);
  --bs-alert-bg: hsl(0, 80%, 92%);
}

.alert-info {
  --bs-alert-bg: hsl(216, 67%, 93%);
}

.global-notifications-block {
  bottom: 1rem;
  max-width: 30rem;
  position: fixed;
  right: 1rem;
  width: calc(100% - 2rem);
  z-index: 10000;
}
.global-notifications-block .alert-loading {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 3rem;
  justify-content: center;
  margin-left: auto;
  width: 3rem;
}

/*
	TOC
		User avatar
		Company logo


	Resizing policy
		Old
			User avatars get stretched or squeezed disproportionately to fit a 150x150 box.
			Company avatars get sized to 150 height, and the width is proportional.
		New
			All avatars and logos get sized to 150px, and the width is scaled per the original ratio.
			Images that are less than 150px height are left unaltered.
*/
.avatar {
  aspect-ratio: 1/1;
  background-color: hsl(213, 9%, 95%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

.company-logo {
  background-color: #fff;
  background-origin: content-box;
  background-size: contain;
  border-radius: var(--bs-border-radius-lg);
  padding: 1%;
}
.company-logo.empty {
  background-color: hsl(213, 9%, 95%);
}

/*
    TOC

*/
.bg-motif-blue {
  background-color: hsl(216, 67%, 39%) !important;
  background-image: url("/wmtapp/wmt/img/shared/wmt-motif_blue-162519c20995ec5130bdb565d99f32a84a680203.jpg") !important;
}

.bg-motif-blue-dark {
  background-color: hsl(217, 67%, 13%) !important;
  background-image: url("/wmtapp/wmt/img/shared/wmt-motif_blue_dark-b203a6e582c3b7441c11b6da5cbe79ef316662df.jpg") !important;
}

.btn-wmt-secondary {
  --bs-btn-color: hsl(216, 67%, 39%);
  --bs-btn-bg: hsl(217, 50%, 97%);
  --bs-btn-border-color: hsl(212, 63%, 77%);
  --bs-btn-hover-color: hsl(216, 67%, 39%);
  --bs-btn-hover-bg: hsl(217, 50%, 87%);
  --bs-btn-hover-border-color: hsl(212, 63%, 67%);
  --bs-btn-focus-shadow-rgb: 140, 178, 223;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(245.82, 248.166, 251.94);
  --bs-btn-active-border-color: rgb(168.96045, 199.99803, 235.46955);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(217, 67%, 43%);
  --bs-btn-disabled-bg: hsl(217, 50%, 97%);
  --bs-btn-disabled-border-color: hsl(212, 63%, 77%);
}

.btn-wmt-danger {
  --bs-btn-color: hsl(0, 80%, 50%);
  --bs-btn-bg: hsl(0, 80%, 95%);
  --bs-btn-border-color: hsl(0, 80%, 80%);
  --bs-btn-hover-color: hsl(0, 80%, 50%);
  --bs-btn-hover-bg: hsl(0, 80%, 85%);
  --bs-btn-hover-border-color: hsl(0, 80%, 70%);
  --bs-btn-focus-shadow-rgb: 243, 143, 143;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.96, 236.64, 236.64);
  --bs-btn-active-border-color: rgb(245.82, 172.38, 172.38);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(0, 80%, 60%);
  --bs-btn-disabled-bg: hsl(0, 80%, 95%);
  --bs-btn-disabled-border-color: hsl(0, 80%, 80%);
}

.btn-wmt-warning {
  --bs-btn-color: hsl(30, 100%, 50%);
  --bs-btn-bg: hsl(30, 100%, 95%);
  --bs-btn-border-color: hsl(30, 100%, 80%);
  --bs-btn-hover-color: hsl(30, 100%, 50%);
  --bs-btn-hover-bg: hsl(30, 100%, 85%);
  --bs-btn-hover-border-color: hsl(30, 100%, 70%);
  --bs-btn-focus-shadow-rgb: 255, 193, 130;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 244.8, 234.6);
  --bs-btn-active-border-color: rgb(255, 209.1, 163.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(0, 80%, 60%);
  --bs-btn-disabled-bg: hsl(30, 100%, 95%);
  --bs-btn-disabled-border-color: hsl(30, 100%, 80%);
}

.btn-wmt-white-blue {
  --bs-btn-color: hsl(216, 67%, 39%);
  --bs-btn-bg: #FFF;
  --bs-btn-border-color: #FFF;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: hsl(216, 67%, 39%);
  --bs-btn-hover-border-color: hsl(216, 67%, 39%);
  --bs-btn-focus-shadow-rgb: 222, 230, 242;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(216, 67%, 49%);
  --bs-btn-disabled-bg: #FFF;
  --bs-btn-disabled-border-color: #FFF;
}

.btn-wmt-white-blue-dark {
  --bs-btn-color: hsl(216, 67%, 39%);
  --bs-btn-bg: #FFF;
  --bs-btn-border-color: #FFF;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: hsl(217, 67%, 13%);
  --bs-btn-hover-border-color: hsl(217, 67%, 13%);
  --bs-btn-focus-shadow-rgb: 222, 230, 242;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(216, 67%, 49%);
  --bs-btn-disabled-bg: #FFF;
  --bs-btn-disabled-border-color: #FFF;
}

/*
	TOC
		Card
		Linked card
*/
.card {
  overflow: hidden;
}
.card .card-divider {
  border-top: 1px solid hsl(212, 63%, 77%);
  margin: 1rem 0;
}

a.card {
  color: var(--bs-body-color);
  text-decoration: none;
}
a.card:hover, a.card:focus, a.card:active {
  border-color: hsl(212, 63%, 77%);
  outline: 1px solid hsl(212, 63%, 77%);
}
a.card:hover .card-footer, a.card:focus .card-footer, a.card:active .card-footer {
  background-color: hsl(217, 50%, 97%);
}

/*
	Table of contents
		Form group
		Label
		Form control help
		Form errors
		Sticky footer
*/
.form-group {
  max-width: 35rem;
  margin-bottom: 1rem;
}

.form-label.required:after {
  content: "*";
  color: var(--bs-danger);
  margin-left: 0.25em;
}

.form-control-help {
  color: var(--bs-secondary-color);
  font-size: 0.91rem;
}

.form-label + .form-control-help {
  margin-bottom: 0.5rem;
  margin-top: -0.25rem;
}

.form-error {
  color: var(--bs-danger);
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.form-control-error {
  color: var(--bs-danger);
  margin-top: 0.25rem;
}

.form-sticky-footer {
  background-color: #FFF;
  border-top: 2px solid hsl(213, 9%, 80%);
  bottom: 0;
  padding: 1rem 0;
  position: sticky;
  z-index: 10;
}

/*
	TOC

*/
.horizontal-filters {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: var(--bs-border-radius-sm);
  display: flex;
  font-size: 0.91rem;
  margin-bottom: 1rem;
}
.horizontal-filters .filter-block {
  padding: 1rem;
}
.horizontal-filters .filter-block:not(:last-child) {
  border-right: 1px solid hsl(213, 9%, 80%);
}

/*
	TOC
		Filter block
		Facets block with max height
		Filter with collapsible panel
		Filter header
*/
.vertical-filters {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: var(--bs-border-radius-sm);
  margin-bottom: 1rem;
}
.vertical-filters .filter-block {
  padding: 1rem;
}
.vertical-filters .filter-block:not(:last-child) {
  border-bottom: 1px solid hsl(213, 9%, 80%);
}
.vertical-filters .filter-collapsible-block .btn {
  background-color: hsl(213, 9%, 95%);
  border-bottom: 1px solid hsl(213, 9%, 80%);
  border-radius: 0;
  color: var(--bs-body-color);
  padding: 1rem !important;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.vertical-filters .filter-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.vertical-filters .facets-block-max-height {
  max-height: 7lh;
  overflow-y: auto;
}
.vertical-filters .facets-block-inset {
  margin-left: 1rem;
}

/*
	TOC
		Icon mixin

*/
/*
	TOC
		Base styles
		Thinker nav
		Video nav
*/
.nav-prev-next {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: var(--bs-border-radius-sm);
  display: grid;
  margin-bottom: 1rem;
}
.nav-prev-next > * {
  display: flex;
}
.nav-prev-next > *:not(:last-child) {
  border-bottom: 1px solid hsl(213, 9%, 80%);
}
.nav-prev-next a {
  text-decoration: none;
}
.nav-prev-next a:hover, .nav-prev-next a:focus, .nav-prev-next a:active {
  background-color: hsl(217, 50%, 97%);
}
.nav-prev-next .link-label {
  padding: 0.25rem;
}
@media (min-width: 768px) {
  .nav-prev-next {
    grid-template-columns: 1fr auto 1fr;
  }
  .nav-prev-next > *:not(:last-child) {
    border: none;
    border-right: 1px solid hsl(213, 9%, 80%);
  }
}
.nav-prev-next .prev-link::before, .nav-prev-next .prev-link::after {
  display: inline-block;
  font-family: "FontAwesome";
}
.nav-prev-next .prev-link::before {
  content: "\f104";
  margin-right: 0.5em;
}
.nav-prev-next .prev-link::before {
  align-items: center;
  border-right: 1px solid hsl(213, 9%, 80%);
  color: var(--bs-body-color);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 3ch;
}
.nav-prev-next .list-link {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-inline: 1.5rem;
}
.nav-prev-next .next-link {
  justify-content: end;
}
.nav-prev-next .next-link::before, .nav-prev-next .next-link::after {
  display: inline-block;
  font-family: "FontAwesome";
}
.nav-prev-next .next-link::after {
  content: "\f105";
  margin-left: 0.5em;
}
.nav-prev-next .next-link::after {
  align-items: center;
  border-left: 1px solid hsl(213, 9%, 80%);
  color: var(--bs-body-color);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 3ch;
}

.nav-prev-next.nav-thinker-prev-next .link-label {
  display: flex;
  gap: 1em;
}
.nav-prev-next.nav-thinker-prev-next .sup-info {
  color: var(--bs-body-color);
  display: block;
  font-size: 0.91rem;
}

.nav-prev-next.nav-video-prev-next .link-label {
  align-items: center;
  display: flex;
  gap: 1em;
}
.nav-prev-next.nav-video-prev-next .thumbnail-wrapper {
  flex: 0 0 6rem;
  width: 6rem;
}
.nav-prev-next.nav-video-prev-next .video-thumbnail-label {
  display: none;
}
.nav-prev-next.nav-video-prev-next .video-author {
  display: block;
  margin-top: 0.25rem;
  color: var(--bs-body-color);
  font-size: 0.91rem;
}

/*
	TOC
		Bootstrap customizations
        Unbordered table
		Blue table

*/
.table th {
  background-color: hsl(213, 9%, 95%);
}

.table-hover tr:hover {
  cursor: pointer;
}

.table-unbordered thead,
.table-unbordered tbody,
.table-unbordered tr,
.table-unbordered th,
.table-unbordered td {
  border: none !important;
}

.table-blue thead th,
.table-blue tbody tr:first-child th {
  background-color: hsl(216, 67%, 39%);
  color: #FFF;
}
.table-blue tbody th {
  background-color: hsl(217, 50%, 97%);
}

/*
	TOC


*/
.wmt-tooltip {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.wmt-tooltip .tooltip-text {
  background-color: var(--bs-body-color);
  border-radius: var(--bs-border-radius-sm);
  color: #FFF;
  padding: 0.3em 0.5em;
  visibility: hidden;
  white-space: nowrap;
  /* Position the tooltip text */
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%) translateY(-110%);
  z-index: 1;
}
.wmt-tooltip .tooltip-text:after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--bs-body-color) transparent transparent transparent;
}
.wmt-tooltip:hover .tooltip-text {
  visibility: visible;
}

/*
	TOC
		Headings
			Underlined heading
			Heading with 'All x >' link
		Lists
		Text utility classes

*/
.h1-xl {
  font-size: 3.8974342rem;
  font-weight: bold;
}

.heading-underlined {
  border-bottom: 1px solid hsl(213, 9%, 80%);
  padding-bottom: 0.25em;
}

.heading-w-link {
  border-bottom: 1px solid hsl(213, 9%, 80%);
  padding-bottom: 0.25em;
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
}
.heading-w-link .link {
  font-size: initial;
  text-decoration: none;
  white-space: nowrap;
}
.heading-w-link .link::before, .heading-w-link .link::after {
  display: inline-block;
  font-family: "FontAwesome";
}
.heading-w-link .link::after {
  content: "\f105";
  margin-left: 0.5em;
}
.heading-w-link .link:hover {
  text-decoration: underline;
}

.list ul,
.list ol {
  margin-top: 0.5rem;
}
.list li {
  margin-bottom: 0.5rem;
}

.text-sm {
  font-size: 0.91rem !important;
}

.text-xs {
  font-size: 0.83rem !important;
}

/*
	TOC
		Download links
		Preview
*/
.document-download-links a:not(:last-child) {
  border-right: 1px solid hsl(213, 9%, 80%);
  margin-right: 1em;
  padding-right: 1em;
}

.document-preview {
  aspect-ratio: 16/9;
  align-items: center;
  background-color: hsl(213, 9%, 95%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: var(--bs-border-radius);
  display: flex;
  height: 10rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.document-preview.empty {
  color: var(--bs-secondary-color);
}
.document-preview.empty.error {
  background-color: var(--bs-danger-bg-subtle);
  color: var(--bs-danger);
}

/*
	TOC
		Imports
		Meta block
		Summary block
		Grid
*/
/*
	TOC

*/
.project-card .project-card-thumbnail {
  aspect-ratio: 16/9;
  background-image: url("/wmtapp/wmt/img/shared/wmt-motif_blue-162519c20995ec5130bdb565d99f32a84a680203.jpg");
  overflow: hidden;
  text-align: center;
}
.project-card img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.project-card .deliverable + .deliverable:before {
  color: var(--bs-secondary-color);
  content: "•";
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.project-meta-block {
  margin-bottom: 1rem;
}
.project-meta-block .commissioner-prefix {
  margin-bottom: 0.125rem;
  font-size: 0.91rem;
}
.project-meta-block .commissioner-name {
  font-weight: bold;
}
.project-meta-block .project-date {
  font-size: 0.91rem;
  margin-top: 1rem;
}
.project-meta-block .project-status {
  color: var(--bs-success);
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.project-summary-block .heading-prefix {
  color: var(--bs-secondary-color);
  display: block;
  font-size: 0.91rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

/*
	TOC
		Imports	
		Grid
*/
/*
	TOC
		General styles
		Report type specfic styles
*/
.report-card-link {
  border: 1px solid hsl(212, 63%, 77%);
  border-radius: var(--bs-border-radius);
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.report-card-link:hover, .report-card-link:focus {
  outline: 1px solid hsl(212, 63%, 77%);
}
.report-card-link:hover .report-card-details, .report-card-link:focus .report-card-details {
  background-color: hsl(217, 50%, 97%);
}

.report-card-details {
  background-color: #fff;
  border-top: 1px solid hsl(212, 63%, 77%);
  padding: 0.5rem;
}

.report-card-poster {
  aspect-ratio: 16/9;
  background-color: hsl(213, 9%, 95%);
  background-position: center;
}

.report-card-poster.empty {
  background-color: var(--bs-danger-bg-subtle);
  color: var(--bs-danger);
  display: flex;
  justify-content: center;
  align-items: center;
}

.report-card-cta {
  color: var(--bs-body-color);
}

.report-card-download-links {
  margin-top: 0.5rem;
}

.report-card-link.QualResearchSummary .report-card-poster, .report-card-link.AbridgedQualitativeReport .report-card-poster, .report-card-link.CompetitiveReviewReport .report-card-poster, .report-card-link.AttachedDocument .report-card-poster {
  background-size: cover;
}

/*
	TOC
		Methodology table
		Summary
		Content elements
			Images
			Quote
			Key insight block
			Recommendations
*/
.report .methodology-table {
  border: none;
  width: 100%;
}
.report .methodology-table th,
.report .methodology-table td {
  padding: 0.5em;
  vertical-align: top;
}
.report .methodology-table th {
  padding-left: 0;
  width: 10ch;
}
.report:not(.report-editor) section.summary .section-analysis::before {
  content: "";
  aspect-ratio: 258/521;
  background-image: url("/wmtapp/wmt/img/app/report/summary-decaffe-adfec2caac83c9e880b85407dd261d8b85f06c0b.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
  width: 20%;
}
.report:not(.report-editor) section.summary .section-analysis::after {
  content: "";
  clear: both;
  display: table;
}

.report-content .VideoPlayer_wrapper:not(:has(~ .video-toolbar)) {
  margin-bottom: 1rem;
}
.report-content figure {
  margin: 1rem 0;
  text-align: center;
}
.report-content figure img {
  border-radius: 0.5rem;
  max-height: 60vh;
  max-width: 100%;
}
.report-content figure figcaption {
  font-size: 0.91rem;
  margin-top: 0.5em;
}
.report-content .quote-block {
  margin: 2.5rem auto 2rem;
  max-width: 40ch;
  text-align: center;
}
.report-content .quote-block::before {
  content: "“";
  color: var(--bs-primary);
  display: block;
  font-size: 5em;
  line-height: 0.1;
}
.report-content .quote-block .quote {
  font-style: italic;
  margin: 0;
  margin-bottom: 0.5rem;
}
.report-content .quote-block .attribution {
  font-size: 0.91rem;
  font-weight: 700;
  margin: 0;
}
.report-content .key-insight-block {
  background-image: url("/wmtapp/wmt/img/app/report/key-insight-icon-22eda68de6d16a29860d6328aff63b76f4bc53e0.jpg");
  background-position: right 100%;
  background-repeat: no-repeat;
  background-size: 4.5rem;
  border-bottom: 1px dashed hsl(216, 67%, 39%);
  font-size: 1.331rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 0 0 1.5rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .report-content .key-insight-block {
    padding: 0 4.5rem 1.5rem 0;
  }
}
.report-content .key-insight-block > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.report-content .section-recommendations {
  border: 2px solid hsl(212, 63%, 77%);
  border-radius: var(--bs-border-radius-lg);
  padding: 0 1rem 1rem;
  position: relative;
  margin-top: 3rem;
}
.report-content .section-recommendations::before {
  content: "";
  background-image: url("/wmtapp/wmt/img/app/report/recommendations-icon-3b9a88afa09f9443c39fb084502056bde35208a3.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 6.5rem;
  position: absolute;
  right: 0;
  top: -4.8rem;
  transform: rotate(-2deg);
  width: 6.5rem;
}
.report-content .section-recommendations h3 {
  margin-top: 1em;
}
@media (min-width: 576px) {
  .report-content .section-recommendations h3 {
    background-color: #FFF;
    display: inline-block;
    margin-top: 0;
    max-width: 75%;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    top: -0.5lh;
  }
}
.report-content .section-recommendations ul ::marker {
  content: "➜";
  color: hsl(216, 67%, 39%);
  font-weight: bold;
}
.report-content .section-recommendations ul li {
  padding-left: 0.5em;
}

/*
	TOC
		Report
			Poster
			Header
			Nav
			Content
		Editor
*/
.plcr-report {
  background-color: hsl(216, 67%, 39%);
  background-image: url("/wmtapp/wmt/img/shared/wmt-motif_blue-162519c20995ec5130bdb565d99f32a84a680203.jpg");
  border-radius: var(--bs-border-radius-lg);
  padding: 1rem;
  position: relative;
}
.plcr-report .poster {
  display: none;
}
@media (min-width: 992px) {
  .plcr-report .poster {
    background-attachment: fixed;
    border-radius: 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0;
    bottom: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
  }
}
.plcr-report .header {
  color: #FFF;
  margin-bottom: 2rem;
}
.plcr-report .header .report-type {
  font-size: 0.91rem;
  margin-bottom: 1rem;
}
.plcr-report .header .report-title {
  font-size: 3.8974342rem;
}
.plcr-report .header .report-subtitle {
  font-size: 1.331rem;
  margin-bottom: 2rem;
}
.plcr-report .navigation {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .plcr-report .navigation {
    position: sticky;
    top: calc(var(--wmt-navbar-height) + 1rem);
  }
}
.plcr-report .navigation ul {
  background-color: #FFF;
  border-radius: var(--bs-border-radius-lg);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .plcr-report .navigation ul {
    margin-right: -1rem;
  }
}
.plcr-report .navigation li:not(:last-child) {
  border-bottom: 1px solid hsl(212, 63%, 77%);
}
.plcr-report .navigation a {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.75rem;
  text-decoration: none;
}
.plcr-report .navigation a .link-label {
  transition: all 0.3s ease-in-out;
}
.plcr-report .navigation a .traffic-light {
  height: 1rem;
}
.plcr-report .navigation a:hover, .plcr-report .navigation a:focus, .plcr-report .navigation a:active {
  color: var(--bs-link-hover-color-rgb);
}
.plcr-report .navigation a:hover .link-label, .plcr-report .navigation a:focus .link-label, .plcr-report .navigation a:active .link-label {
  transform: translate(1em);
}
.plcr-report .report-content {
  background-color: #FFF;
  border-radius: var(--bs-border-radius-lg);
  padding: 1rem;
  position: relative;
}
.plcr-report .report-content section {
  margin: 0 auto;
  max-width: 760px;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.plcr-report .report-content section header {
  text-align: center;
}
.plcr-report .report-content section h2 {
  color: hsl(216, 67%, 39%);
  font-size: 1.771561rem;
}
.plcr-report .report-content .section-def {
  color: var(--bs-secondary-color);
  margin-bottom: 0.5rem;
}
.plcr-report .report-content .section-subtitle {
  font-size: 1.21rem;
  margin-bottom: 1.5rem;
}
.plcr-report .report-content .section-score {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.plcr-report .report-content .section-score:before {
  content: "";
  border-top: 1px solid hsl(212, 63%, 77%);
  display: block;
  position: relative;
  top: 1rem;
  z-index: -1;
}
.plcr-report .report-content .section-score .traffic-light {
  border: 1px solid #FFF;
  border-width: 0 1rem;
  height: 1.5rem;
}

.report-editor.plcr-report .section-subtitle p.is-editor-empty:first-child::before {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .app.client .plcr-report .navigation {
    position: sticky;
    top: calc(var(--wmt-navbar-height) + 1rem + 3.5rem);
  }
}

/*
	TOC

*/
.aqr-report .header {
  background-color: hsl(216, 67%, 39%);
  background-image: url("/wmtapp/wmt/img/shared/wmt-motif_blue-162519c20995ec5130bdb565d99f32a84a680203.jpg");
  color: white;
  margin-bottom: 2rem;
  min-height: calc(400px + 2rem);
}
@media (min-width: 1400px) {
  .aqr-report .header {
    border-radius: var(--bs-border-radius-lg);
  }
}
.aqr-report .header .report-title {
  font-size: 3.8974342rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.aqr-report .header .methodology-table {
  margin-bottom: 1rem;
}
.aqr-report .header .poster {
  aspect-ratio: 1/1;
  background-size: cover;
  border-radius: var(--bs-border-radius-xxl);
  margin: auto;
  margin-bottom: 1rem;
  max-width: 400px;
  width: 100%;
}
@media (min-width: 992px) {
  .aqr-report .header .poster {
    position: relative;
    bottom: -3rem;
  }
}
.aqr-report .client-logo {
  display: none;
  height: 2rem;
  text-align: right;
}
@media (min-width: 992px) {
  .aqr-report .client-logo {
    display: block;
  }
}
.aqr-report .client-logo img {
  background-color: white;
  border-radius: 0 0 var(--bs-radius-xs) var(--bs-radius-xs);
  height: 100%;
  padding: 0 2px 2px 2px;
}
@media (min-width: 992px) {
  .aqr-report .navigation {
    position: sticky;
    top: calc(var(--wmt-navbar-height) + 1rem);
  }
}
.aqr-report .navigation ul {
  border: 2px solid hsl(213, 9%, 80%);
  border-radius: var(--bs-border-radius-lg);
  list-style: none;
  margin: 0;
  padding: 0;
}
.aqr-report .navigation a {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
}
.aqr-report .navigation a:hover, .aqr-report .navigation a:focus, .aqr-report .navigation a:active {
  background-color: hsl(217, 50%, 97%);
}
.aqr-report .navigation a.active {
  color: var(--bs-body-color);
}
.aqr-report .navigation li:not(:last-child) a {
  border-bottom: 1px solid hsl(213, 9%, 80%);
}
.aqr-report .report-content section {
  margin: 0 auto;
  max-width: 760px;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.aqr-report .report-content header {
  border-bottom: 2px solid hsl(212, 63%, 77%);
  margin-bottom: 2rem;
}
.aqr-report .report-content h2 {
  font-size: 1.21rem;
}
.aqr-report .report-content .section-subtitle {
  color: var(--bs-primary);
  font-size: 1.61051rem;
  font-weight: bold;
}
.aqr-report .report-content .section-assertion {
  font-size: 1.21rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .app.client .aqr-report .navigation {
    position: sticky;
    top: calc(var(--wmt-navbar-height) + 1rem + 3.5rem);
  }
}

/*
	TOC

*/
.report-editor input[type=text] {
  background: none;
  border: none;
  border-bottom: 2px dashed hsl(213, 9%, 80%);
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
.report-editor .tiptap-editor {
  border: 2px dashed hsl(213, 9%, 80%);
  margin-top: 1rem;
}

/*
	TOC

*/
@media screen {
  .report-video-print {
    display: none;
  }
}
@media print {
  html,
  body {
    font-size: 14px;
  }
  .item-nav,
  .VideoPlayer_wrapper,
  .video-toolbar,
  .back-to-top.show,
  .client-logo,
  .poster,
  footer {
    display: none !important;
  }
  .multi-figure img {
    margin-bottom: 0.5em;
  }
}
.reports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 0.5rem;
  margin-bottom: 1rem;
}

/*
	TOC
		Imports
		Video attributes
		Draft alert
		Videos grid
*/
/*
	TOC

*/
.annotation {
  background-color: hsl(212, 63%, 77%);
  border-radius: 1lh;
  display: inline-block;
  padding: 0.2em 0.7em;
}

.annotations-editor {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: var(--bs-border-radius-sm);
  margin-bottom: 1rem;
}
.annotations-editor .annotations-editor-header {
  background-color: hsl(213, 9%, 95%);
  border-bottom: 1px solid hsl(213, 9%, 80%);
  padding: 1em;
}
.annotations-editor .annotations-editor-footer {
  background-color: hsl(213, 9%, 95%);
  border-top: 1px solid hsl(213, 9%, 80%);
  padding: 1em;
}
.annotations-editor .annotations-editor-row {
  border-bottom: 1px solid hsl(213, 9%, 80%);
  display: grid;
  gap: 1ch;
  align-items: center;
  grid-template-columns: 5ch 8ch 8ch 1fr 10ch;
  padding-block: 0.5em;
}
.annotations-editor .annotations-editor-row.current {
  background-color: var(--bs-info-bg-subtle);
}

/*
	TOC
		Download Item
		Download Menu
		Download Table
*/
.download-item-link .video-resolution {
  margin-inline-end: 0.5ch;
  text-transform: uppercase;
}
.download-item-link .download-item-type {
  display: inline-block;
}
.download-item-link .download-item-type::first-letter {
  text-transform: uppercase;
}
.download-item-link .video-resolution + .download-item-type::first-letter {
  text-transform: lowercase;
}
.download-item-link .download-item-meta {
  color: var(--bs-secondary-color);
  font-size: 0.91rem;
}
.video-download-menu a {
  width: 22em;
}
.video-download-menu .download-item-meta {
  float: right;
}
.video-download-menu .download-item-format {
  display: inline-block;
  text-align: right;
  width: 3em;
}

.video-download-table .download-item.disabled .download-item-link {
  display: none;
}
.video-download-table .download-item-link {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.video-download-table .download-item-link:hover .download-item-meta, .video-download-table .download-item-link:focus .download-item-meta, .video-download-table .download-item-link:active .download-item-meta {
  text-decoration: underline;
}
.video-download-table .download-item-meta {
  display: block;
}

/*
	TOC

*/
.video-gallery {
  display: grid;
  gap: 1rem;
}
@media (min-width: 576px) {
  .video-gallery {
    grid-template-columns: 250px 1fr;
  }
  .video-gallery .video-gallery-nav {
    max-height: 70vh;
    overflow: auto;
  }
}
.video-gallery .video-gallery-nav {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: var(--bs-border-radius-sm);
}
.video-gallery .video-gallery-nav a {
  padding: 0.5em;
  text-decoration: none;
}
.video-gallery .video-gallery-nav .selected-video {
  background-color: hsl(217, 50%, 97%);
  cursor: default;
  opacity: 0.7;
}
.video-gallery .video-gallery-nav .selected-video:hover .video-title {
  color: hsl(216, 67%, 39%);
}
.video-gallery .VideoPlayer_wrapper {
  max-width: 900px;
}

/*
	TOC

*/
.video-placeholder {
  aspect-ratio: 16/9;
  background-color: hsl(213, 9%, 95%);
  border-bottom: 1px solid hsl(213, 9%, 80%);
  display: flex;
  align-items: center;
  padding: 1rem;
}

.admin .video-placeholder {
  background-color: #000;
  color: #FFF;
}

/*
	TOC
		Wrapper
		Landscape Video
		Portrait Video

		mejs Overrides
*/
.VideoPlayer_wrapper {
  background-color: black;
}

.VideoPlayer {
  margin-left: auto;
  margin-right: auto;
}
.VideoPlayer.landscape {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.VideoPlayer.portrait {
  height: 50vh;
  width: 28.125vh;
}

.mejs__controls .mejs__button.mejs-fasterslower-button {
  width: 36px;
}
.mejs__controls .mejs__button.mejs-fasterslower-button button {
  background-image: none !important;
  color: #FFF;
  font-size: 11px;
  text-align: center;
  width: 26px;
}
.mejs__controls .mejs__button.mejs__skip-back-button,
.mejs__controls .mejs__button.mejs__jump-forward-button {
  display: none;
}
.mejs__controls .mejs__button.mejs__skip-back-button button,
.mejs__controls .mejs__button.mejs__jump-forward-button button {
  background-image: none !important;
}
.mejs__controls .mejs__button.mejs__skip-back-button button::before,
.mejs__controls .mejs__button.mejs__jump-forward-button button::before {
  color: #fff;
  font-family: "FontAwesome";
  font-size: 1rem;
  line-height: 20px;
}
.mejs__controls .mejs__button.mejs__skip-back-button button::before {
  content: "\f04a";
}
.mejs__controls .mejs__button.mejs__jump-forward-button button::before {
  content: "\f04e";
}

/*
	Sep'19
		me.js has a bug where the CC button's background doesn't change based on current state.
*/
.mejs__captions-button > button {
  background-position: -120px 0 !important;
}

.mejs__captions-button.mejs__captions-enabled > button {
  background-position: -140px 0 !important;
}

.mejs__container-fullscreen .mejs__button.mejs__skip-back-button,
.mejs__container-fullscreen .mejs__button.mejs__jump-forward-button {
  display: inline-block;
}

.show-seeker-btns .mejs__button.mejs__skip-back-button,
.show-seeker-btns .mejs__button.mejs__jump-forward-button {
  display: inline-block !important;
}

/*
	TOC
		Thumbnail
		Transcoding status icons
		Labels
*/
.video-thumbnail {
  background-color: #000;
  aspect-ratio: 16/9;
  position: relative;
  text-align: center;
}
.video-thumbnail img {
  max-height: 100%;
  max-width: 100%;
}
.video-thumbnail .fa:before {
  font-size: 2em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-thumbnail .video-thumbnail-label {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 3px;
  color: #FFF;
  display: flex;
  font-size: 0.83rem;
  gap: 0.5em;
  padding: 0 0.25em;
  position: absolute;
  right: 3px;
}
.video-thumbnail .video-thumbnail-label.reel {
  background-color: hsl(7, 99%, 65%);
}

/*
	TOC
		Toolbar section
*/
.video-toolbar {
  background-color: hsl(213, 9%, 95%);
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: 0 0 var(--bs-border-radius-sm) var(--bs-border-radius-sm);
  border-width: 0 1px 1px;
  margin-bottom: 1rem;
}
.video-toolbar .video-toolbar-section {
  padding: 0.5rem;
}
.video-toolbar .video-toolbar-section:not(:last-child) {
  border-bottom: 1px solid hsl(213, 9%, 80%);
}
.video-toolbar .video-title {
  font-size: 1.331rem;
  margin-bottom: 0;
  margin-top: 0;
}
.video-toolbar .video-author {
  display: inline-block;
  margin-right: 1em;
  margin-top: 0.5rem;
  font-size: 0.91rem;
}
.video-toolbar .video-date {
  display: inline;
}

.video-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.video-date,
.video-clipped-date {
  color: var(--bs-secondary-color);
  font-size: 0.83rem;
}

.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}
.videos-grid .videos-grid-subheading {
  grid-column-start: 1;
  grid-column-end: -1;
}
.videos-grid a {
  color: var(--bs-body-color);
  text-decoration: none;
}
.videos-grid a:hover .video-title, .videos-grid a:focus .video-title, .videos-grid a:active .video-title {
  color: hsl(216, 67%, 39%);
  text-decoration: underline;
}
.videos-grid .video-thumbnail {
  margin-bottom: 0.5rem;
}
.videos-grid .video-title {
  color: hsl(216, 67%, 39%);
}
.videos-grid .video-author {
  font-size: 0.91rem;
}

/*
	TOC

*/
.contact-card {
  background-color: hsl(217, 50%, 97%);
  border-radius: var(--bs-border-radius-lg);
  padding: 1rem;
}
.contact-card .contact-name {
  font-size: 1.331rem;
  font-weight: bold;
}
.contact-card .contact-role {
  margin-bottom: 1rem;
}
.contact-card .contact-email {
  display: block;
  margin-bottom: 0.25rem;
  white-space: nowrap;
}
.contact-card .contact-phone {
  white-space: nowrap;
}

/*
	TOC

*/
.document-viewer {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: var(--bs-border-radius);
}

.document-viewer-toolbar {
  padding: 0.5rem;
}

.document-viewer-pane {
  background-color: hsl(213, 9%, 95%);
  border: 1px solid hsl(213, 9%, 80%);
  border-width: 1px 0;
  text-align: center;
}
.document-viewer-pane img {
  max-height: calc(100vh - (var(--wmt-navbar-height) + 210px));
  max-width: 100%;
}

.document-viewer-pane.no-preview {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 20em;
}

/*
	TOC

*/
.page-title {
  margin-bottom: 1rem;
}
.page-title h1 {
  margin-top: 0;
}

.page-title.heading-underlined {
  border-bottom-width: 1px;
}

.page-title:has(~ .item-nav) {
  margin-bottom: 0.5rem;
}

/*
	TOC
		What we do
		We help
		Researchers
		Regional contacts
*/
/*
	TOC
		Padding variables
		Body
		Main
		In-line anchor scroll margin

		TODO
			Main
*/
body {
  padding-top: calc(var(--wmt-navbar-height) + 1rem);
}

body.account {
  padding-top: 0;
}

body.website {
  padding-top: var(--wmt-navbar-height);
}

body.share {
  padding-top: calc(var(--wmt-navbar-height) + 1rem);
}

body.app.client {
  padding-top: calc(var(--wmt-navbar-height) + 1rem + 3.5rem);
}

main {
  min-height: 60vh;
}

.section-anchor {
  scroll-margin-top: calc(var(--wmt-navbar-height) + 1rem);
}

.app.client .section-anchor {
  scroll-margin-top: calc(var(--wmt-navbar-height) + 1rem + 3.5rem);
}

/*
	TOC
		Badges
		Website footer
*/
footer {
  background-color: hsl(217, 67%, 13%);
  color: #FFF;
  padding-block: 2rem;
  margin-top: 1rem;
}
footer li {
  margin-bottom: 1rem;
}
footer a {
  text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active {
  text-decoration: underline;
}
footer .badges-block img {
  height: 3.5rem;
}
footer .logo-block .logo {
  height: 12rem;
}

.website footer {
  margin-top: 0;
}

:root {
  --wmt-navbar-height: calc(62px + 0.625rem + 1rem);
}

.navbar-brand img {
  height: 62px;
}

.navbar .nav-item.dropdown.active > .nav-link {
  color: var(--bs-navbar-active-color);
}

/*
	TOC

*/
.app .search-bar {
  left: 0;
  position: fixed;
  right: 0;
  top: var(--wmt-navbar-height);
  z-index: 3;
}

/*
    TOC
        Bootstrap customizations
        Global notifications
            Loading alerts
*/
.alert-danger {
  --bs-alert-color: hsl(0, 80%, 50%);
  --bs-alert-bg: hsl(0, 80%, 92%);
}

.alert-info {
  --bs-alert-bg: hsl(216, 67%, 93%);
}

.global-notifications-block {
  bottom: 1rem;
  max-width: 30rem;
  position: fixed;
  right: 1rem;
  width: calc(100% - 2rem);
  z-index: 10000;
}
.global-notifications-block .alert-loading {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 3rem;
  justify-content: center;
  margin-left: auto;
  width: 3rem;
}

/*
	TOC
		User avatar
		Company logo


	Resizing policy
		Old
			User avatars get stretched or squeezed disproportionately to fit a 150x150 box.
			Company avatars get sized to 150 height, and the width is proportional.
		New
			All avatars and logos get sized to 150px, and the width is scaled per the original ratio.
			Images that are less than 150px height are left unaltered.
*/
.avatar {
  aspect-ratio: 1/1;
  background-color: hsl(213, 9%, 95%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

.company-logo {
  background-color: #fff;
  background-origin: content-box;
  background-size: contain;
  border-radius: var(--bs-border-radius-lg);
  padding: 1%;
}
.company-logo.empty {
  background-color: hsl(213, 9%, 95%);
}

/*
    TOC

*/
.bg-motif-blue {
  background-color: hsl(216, 67%, 39%) !important;
  background-image: url("/wmtapp/wmt/img/shared/wmt-motif_blue-162519c20995ec5130bdb565d99f32a84a680203.jpg") !important;
}

.bg-motif-blue-dark {
  background-color: hsl(217, 67%, 13%) !important;
  background-image: url("/wmtapp/wmt/img/shared/wmt-motif_blue_dark-b203a6e582c3b7441c11b6da5cbe79ef316662df.jpg") !important;
}

.btn-wmt-secondary {
  --bs-btn-color: hsl(216, 67%, 39%);
  --bs-btn-bg: hsl(217, 50%, 97%);
  --bs-btn-border-color: hsl(212, 63%, 77%);
  --bs-btn-hover-color: hsl(216, 67%, 39%);
  --bs-btn-hover-bg: hsl(217, 50%, 87%);
  --bs-btn-hover-border-color: hsl(212, 63%, 67%);
  --bs-btn-focus-shadow-rgb: 140, 178, 223;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(245.82, 248.166, 251.94);
  --bs-btn-active-border-color: rgb(168.96045, 199.99803, 235.46955);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(217, 67%, 43%);
  --bs-btn-disabled-bg: hsl(217, 50%, 97%);
  --bs-btn-disabled-border-color: hsl(212, 63%, 77%);
}

.btn-wmt-danger {
  --bs-btn-color: hsl(0, 80%, 50%);
  --bs-btn-bg: hsl(0, 80%, 95%);
  --bs-btn-border-color: hsl(0, 80%, 80%);
  --bs-btn-hover-color: hsl(0, 80%, 50%);
  --bs-btn-hover-bg: hsl(0, 80%, 85%);
  --bs-btn-hover-border-color: hsl(0, 80%, 70%);
  --bs-btn-focus-shadow-rgb: 243, 143, 143;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(252.96, 236.64, 236.64);
  --bs-btn-active-border-color: rgb(245.82, 172.38, 172.38);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(0, 80%, 60%);
  --bs-btn-disabled-bg: hsl(0, 80%, 95%);
  --bs-btn-disabled-border-color: hsl(0, 80%, 80%);
}

.btn-wmt-warning {
  --bs-btn-color: hsl(30, 100%, 50%);
  --bs-btn-bg: hsl(30, 100%, 95%);
  --bs-btn-border-color: hsl(30, 100%, 80%);
  --bs-btn-hover-color: hsl(30, 100%, 50%);
  --bs-btn-hover-bg: hsl(30, 100%, 85%);
  --bs-btn-hover-border-color: hsl(30, 100%, 70%);
  --bs-btn-focus-shadow-rgb: 255, 193, 130;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 244.8, 234.6);
  --bs-btn-active-border-color: rgb(255, 209.1, 163.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(0, 80%, 60%);
  --bs-btn-disabled-bg: hsl(30, 100%, 95%);
  --bs-btn-disabled-border-color: hsl(30, 100%, 80%);
}

.btn-wmt-white-blue {
  --bs-btn-color: hsl(216, 67%, 39%);
  --bs-btn-bg: #FFF;
  --bs-btn-border-color: #FFF;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: hsl(216, 67%, 39%);
  --bs-btn-hover-border-color: hsl(216, 67%, 39%);
  --bs-btn-focus-shadow-rgb: 222, 230, 242;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(216, 67%, 49%);
  --bs-btn-disabled-bg: #FFF;
  --bs-btn-disabled-border-color: #FFF;
}

.btn-wmt-white-blue-dark {
  --bs-btn-color: hsl(216, 67%, 39%);
  --bs-btn-bg: #FFF;
  --bs-btn-border-color: #FFF;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: hsl(217, 67%, 13%);
  --bs-btn-hover-border-color: hsl(217, 67%, 13%);
  --bs-btn-focus-shadow-rgb: 222, 230, 242;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: hsl(216, 67%, 49%);
  --bs-btn-disabled-bg: #FFF;
  --bs-btn-disabled-border-color: #FFF;
}

/*
	TOC
		Card
		Linked card
*/
.card {
  overflow: hidden;
}
.card .card-divider {
  border-top: 1px solid hsl(212, 63%, 77%);
  margin: 1rem 0;
}

a.card {
  color: var(--bs-body-color);
  text-decoration: none;
}
a.card:hover, a.card:focus, a.card:active {
  border-color: hsl(212, 63%, 77%);
  outline: 1px solid hsl(212, 63%, 77%);
}
a.card:hover .card-footer, a.card:focus .card-footer, a.card:active .card-footer {
  background-color: hsl(217, 50%, 97%);
}

/*
	Table of contents
		Form group
		Label
		Form control help
		Form errors
		Sticky footer
*/
.form-group {
  max-width: 35rem;
  margin-bottom: 1rem;
}

.form-label.required:after {
  content: "*";
  color: var(--bs-danger);
  margin-left: 0.25em;
}

.form-control-help {
  color: var(--bs-secondary-color);
  font-size: 0.91rem;
}

.form-label + .form-control-help {
  margin-bottom: 0.5rem;
  margin-top: -0.25rem;
}

.form-error {
  color: var(--bs-danger);
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.form-control-error {
  color: var(--bs-danger);
  margin-top: 0.25rem;
}

.form-sticky-footer {
  background-color: #FFF;
  border-top: 2px solid hsl(213, 9%, 80%);
  bottom: 0;
  padding: 1rem 0;
  position: sticky;
  z-index: 10;
}

/*
	TOC

*/
.horizontal-filters {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: var(--bs-border-radius-sm);
  display: flex;
  font-size: 0.91rem;
  margin-bottom: 1rem;
}
.horizontal-filters .filter-block {
  padding: 1rem;
}
.horizontal-filters .filter-block:not(:last-child) {
  border-right: 1px solid hsl(213, 9%, 80%);
}

/*
	TOC
		Filter block
		Facets block with max height
		Filter with collapsible panel
		Filter header
*/
.vertical-filters {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: var(--bs-border-radius-sm);
  margin-bottom: 1rem;
}
.vertical-filters .filter-block {
  padding: 1rem;
}
.vertical-filters .filter-block:not(:last-child) {
  border-bottom: 1px solid hsl(213, 9%, 80%);
}
.vertical-filters .filter-collapsible-block .btn {
  background-color: hsl(213, 9%, 95%);
  border-bottom: 1px solid hsl(213, 9%, 80%);
  border-radius: 0;
  color: var(--bs-body-color);
  padding: 1rem !important;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.vertical-filters .filter-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.vertical-filters .facets-block-max-height {
  max-height: 7lh;
  overflow-y: auto;
}
.vertical-filters .facets-block-inset {
  margin-left: 1rem;
}

/*
	TOC
		Icon mixin

*/
/*
	TOC
		Base styles
		Thinker nav
		Video nav
*/
.nav-prev-next {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: var(--bs-border-radius-sm);
  display: grid;
  margin-bottom: 1rem;
}
.nav-prev-next > * {
  display: flex;
}
.nav-prev-next > *:not(:last-child) {
  border-bottom: 1px solid hsl(213, 9%, 80%);
}
.nav-prev-next a {
  text-decoration: none;
}
.nav-prev-next a:hover, .nav-prev-next a:focus, .nav-prev-next a:active {
  background-color: hsl(217, 50%, 97%);
}
.nav-prev-next .link-label {
  padding: 0.25rem;
}
@media (min-width: 768px) {
  .nav-prev-next {
    grid-template-columns: 1fr auto 1fr;
  }
  .nav-prev-next > *:not(:last-child) {
    border: none;
    border-right: 1px solid hsl(213, 9%, 80%);
  }
}
.nav-prev-next .prev-link::before, .nav-prev-next .prev-link::after {
  display: inline-block;
  font-family: "FontAwesome";
}
.nav-prev-next .prev-link::before {
  content: "\f104";
  margin-right: 0.5em;
}
.nav-prev-next .prev-link::before {
  align-items: center;
  border-right: 1px solid hsl(213, 9%, 80%);
  color: var(--bs-body-color);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 3ch;
}
.nav-prev-next .list-link {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-inline: 1.5rem;
}
.nav-prev-next .next-link {
  justify-content: end;
}
.nav-prev-next .next-link::before, .nav-prev-next .next-link::after {
  display: inline-block;
  font-family: "FontAwesome";
}
.nav-prev-next .next-link::after {
  content: "\f105";
  margin-left: 0.5em;
}
.nav-prev-next .next-link::after {
  align-items: center;
  border-left: 1px solid hsl(213, 9%, 80%);
  color: var(--bs-body-color);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 3ch;
}

.nav-prev-next.nav-thinker-prev-next .link-label {
  display: flex;
  gap: 1em;
}
.nav-prev-next.nav-thinker-prev-next .sup-info {
  color: var(--bs-body-color);
  display: block;
  font-size: 0.91rem;
}

.nav-prev-next.nav-video-prev-next .link-label {
  align-items: center;
  display: flex;
  gap: 1em;
}
.nav-prev-next.nav-video-prev-next .thumbnail-wrapper {
  flex: 0 0 6rem;
  width: 6rem;
}
.nav-prev-next.nav-video-prev-next .video-thumbnail-label {
  display: none;
}
.nav-prev-next.nav-video-prev-next .video-author {
  display: block;
  margin-top: 0.25rem;
  color: var(--bs-body-color);
  font-size: 0.91rem;
}

/*
	TOC
		Bootstrap customizations
        Unbordered table
		Blue table

*/
.table th {
  background-color: hsl(213, 9%, 95%);
}

.table-hover tr:hover {
  cursor: pointer;
}

.table-unbordered thead,
.table-unbordered tbody,
.table-unbordered tr,
.table-unbordered th,
.table-unbordered td {
  border: none !important;
}

.table-blue thead th,
.table-blue tbody tr:first-child th {
  background-color: hsl(216, 67%, 39%);
  color: #FFF;
}
.table-blue tbody th {
  background-color: hsl(217, 50%, 97%);
}

/*
	TOC


*/
.wmt-tooltip {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.wmt-tooltip .tooltip-text {
  background-color: var(--bs-body-color);
  border-radius: var(--bs-border-radius-sm);
  color: #FFF;
  padding: 0.3em 0.5em;
  visibility: hidden;
  white-space: nowrap;
  /* Position the tooltip text */
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%) translateY(-110%);
  z-index: 1;
}
.wmt-tooltip .tooltip-text:after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--bs-body-color) transparent transparent transparent;
}
.wmt-tooltip:hover .tooltip-text {
  visibility: visible;
}

/*
	TOC
		Headings
			Underlined heading
			Heading with 'All x >' link
		Lists
		Text utility classes

*/
.h1-xl {
  font-size: 3.8974342rem;
  font-weight: bold;
}

.heading-underlined {
  border-bottom: 1px solid hsl(213, 9%, 80%);
  padding-bottom: 0.25em;
}

.heading-w-link {
  border-bottom: 1px solid hsl(213, 9%, 80%);
  padding-bottom: 0.25em;
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
}
.heading-w-link .link {
  font-size: initial;
  text-decoration: none;
  white-space: nowrap;
}
.heading-w-link .link::before, .heading-w-link .link::after {
  display: inline-block;
  font-family: "FontAwesome";
}
.heading-w-link .link::after {
  content: "\f105";
  margin-left: 0.5em;
}
.heading-w-link .link:hover {
  text-decoration: underline;
}

.list ul,
.list ol {
  margin-top: 0.5rem;
}
.list li {
  margin-bottom: 0.5rem;
}

.text-sm {
  font-size: 0.91rem !important;
}

.text-xs {
  font-size: 0.83rem !important;
}

/*
	TOC

*/
.hs-embed-form .hs-form-field {
  margin-bottom: 1rem;
}
.hs-embed-form label {
  font-weight: bold;
}
.hs-embed-form legend {
  border: none;
  color: var(--bs-secondary-color);
  font-size: inherit;
  margin-bottom: 0.5rem;
}
.hs-embed-form .hs-form-required {
  color: var(--bs-danger);
  margin-left: 0.5em;
}
.hs-embed-form .hs-input {
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 40ch;
  padding: 0.33em 0.5em;
  width: 100%;
}
.hs-embed-form select {
  background-color: #FFF;
}
.hs-embed-form .hs-button.primary {
  border: none;
  border-radius: 2em;
  background-color: var(--bs-primary);
  color: #FFF;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  padding: 0.5em 1em;
  text-align: center;
}
.hs-embed-form .hs-error-msgs {
  color: var(--bs-danger);
  margin-top: 0.5em;
}
.hs-embed-form label.hs-error-msg {
  display: initial;
}
.hs-embed-form .hs_error_rollup {
  display: none;
}

.hs-report-form h4 {
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.hs-report-form .hs-button.primary {
  margin-bottom: 1rem;
}

/*
	http://kenwheeler.github.io/slick/
*/
.js-slick-slider {
  margin-left: 2rem;
  margin-right: 2rem;
  position: relative;
}
.js-slick-slider .slick-list {
  overflow: hidden;
}
.js-slick-slider .slick-slide {
  float: left;
}
.js-slick-slider .slick-arrow {
  background: none;
  border: none;
  color: var(--bs-body-color) -blue-dark;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.js-slick-slider .slick-arrow::before {
  font-size: 1.21rem !important;
  font-weight: 700;
}
.js-slick-slider .slick-disabled {
  color: hsl(213, 9%, 95%);
}
.js-slick-slider .slick-prev {
  left: -2rem;
}
.js-slick-slider .slick-prev::before, .js-slick-slider .slick-prev::after {
  display: inline-block;
  font-family: "FontAwesome";
}
.js-slick-slider .slick-prev::before {
  content: "\f053";
  margin-right: 0.5em;
}
.js-slick-slider .slick-next {
  right: -2rem;
}
.js-slick-slider .slick-next::before, .js-slick-slider .slick-next::after {
  display: inline-block;
  font-family: "FontAwesome";
}
.js-slick-slider .slick-next::before {
  content: "\f054";
  margin-right: 0.5em;
}
.js-slick-slider .slick-dots {
  bottom: -2rem;
  display: flex;
  gap: 0.5rem;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.js-slick-slider .slick-dots li button {
  background: none;
  border: none;
  color: var(--bs-primary);
  cursor: pointer;
  font-size: 0;
}
.js-slick-slider .slick-dots li button::before, .js-slick-slider .slick-dots li button::after {
  display: inline-block;
  font-family: "FontAwesome";
}
.js-slick-slider .slick-dots li button::before {
  content: "\f10c";
  margin-right: 0.5em;
}
.js-slick-slider .slick-dots li button::before {
  font-size: 0.91rem !important;
}
.js-slick-slider .slick-dots li.slick-active button::before {
  content: "\f111";
}

/*
	TOC
		Typography
		Quote section
		Addresses section
*/
.fs-ce-32 {
  font-size: 2rem !important;
}

.fs-ce-22 {
  font-size: 1.375rem !important;
}

.back-to-top-btn {
  background-image: url("/wmtapp/wmt/img/shared/back-to-top-icon-b9bbe5eaa85234bf502340e24ba6c44653f1f47d.svg");
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 1rem;
  float: right;
  height: 36px;
  line-height: 36px;
  margin-right: 1rem;
  margin-top: -3rem;
  position: sticky;
  width: 36px;
  z-index: 1;
}

.quote-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.quote-section .quote-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 60ch;
}
.quote-section .quote-block_speechmarks {
  height: 3.5rem;
}
.quote-section .quote-block_logo {
  height: 2.937rem;
}
.quote-section .quote-block_quote {
  font-style: italic;
}
.quote-section .quote-block_attribution {
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  white-space: nowrap;
}

.quote-section-blue {
  background-color: hsl(217, 50%, 97%);
}

#addresses-section {
  background-color: hsl(217, 50%, 97%);
  padding-bottom: 4rem;
}
#addresses-section h2 {
  color: var(--bs-primary);
  font-size: 1.375rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  #addresses-section h2 {
    font-size: 2rem;
  }
}

.address-block .address-block_map {
  border-radius: var(--bs-radius-lg);
  filter: grayscale(1);
  overflow: hidden;
  position: relative;
  padding-bottom: 69%;
  height: 0;
}
.address-block .address-block_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.address-block .address-block_heading {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.address-block .address-block_address {
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .address-block:not(.last) {
    border-bottom: 2px solid hsl(216, 67%, 39%);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.contact-card {
  align-items: center;
  background-color: #FFF;
  border-radius: var(--bs-radius-lg);
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
}
.contact-card > div:nth-child(2) {
  flex-grow: 1;
  text-align: center;
}
.contact-card img {
  height: 6rem;
}
.contact-card .contact-card_region {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.contact-card .contact-card_phone {
  margin-bottom: 0.5rem;
}

.contact-modal h4 {
  align-items: center;
  color: var(--bs-primary);
  display: flex;
  font-size: 1.61051rem;
  margin: 0.5rem 0 1.5rem 0;
}
.contact-modal img {
  height: 3.5rem;
  margin-right: 0.5em;
}

.newsletter-block .newsletter-block_wordmark img {
  height: 5.5rem;
}

/*
	TOC
		Contact Forms
*/
.website.contact-page #contact-forms-section {
  margin-bottom: 3rem;
}
.website.contact-page #contact-forms-section h1 {
  color: var(--bs-primary);
  font-size: 2.125rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .website.contact-page #contact-forms-section h1 {
    font-size: 4.5rem;
  }
}
.website.contact-page #contact-forms-section .contact-forms {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 64.75rem;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .website.contact-page #contact-forms-section .contact-forms {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.website.contact-page #contact-forms-section .contact-form {
  border: 3px solid hsl(216, 67%, 39%);
  border-radius: var(--bs-border-radius-xxl);
  padding: 1rem;
  text-align: center;
}
.website.contact-page #contact-forms-section .contact-form h2 {
  color: var(--bs-primary);
  font-size: 1.375rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .website.contact-page #contact-forms-section .contact-form h2 {
    font-size: 2rem;
  }
}
.website.contact-page #contact-forms-section .contact-form p {
  font-weight: 700;
}

/*
	TOC

*/
.website.legal-page {
  padding-top: calc(var(--wmt-navbar-height) + 1rem);
}
.website.legal-page .toc-block {
  border-bottom: 1px solid hsl(213, 9%, 80%);
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
.website.legal-page .toc-block h2 {
  color: var(--bs-secondary-color);
  font-size: 1rem;
  margin-top: 0;
}
.website.legal-page .toc-block nav a {
  text-decoration: none;
}
@media (min-width: 576px) {
  .website.legal-page .toc-block nav {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .website.legal-page .toc-block nav {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.website.legal-page .toc-block li {
  margin-bottom: 0.5rem;
}
.website.legal-page .toc-block ul ul {
  margin-left: 1rem;
}
.website.legal-page .list-lower-alpha {
  list-style-type: lower-alpha;
}
.website.legal-page .list-upper-alpha {
  list-style-type: upper-alpha;
}
.website.legal-page .list-lower-roman {
  list-style-type: lower-roman;
}
.website.legal-page .list-decimal {
  list-style-type: decimal;
}
.website.legal-page .simplese-block {
  border: 1px solid hsl(216, 67%, 39%);
  border-radius: var(--bs-border-radius-sm);
  padding: 0 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .website.legal-page .simplese-block {
    float: right;
    margin-left: 2rem;
    width: 30ch;
  }
}
.website.legal-page .simplese-block h4 {
  color: var(--bs-secondary-color);
  font-size: 0.91rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.website.legal-page .simplese-block p:first-of-type {
  margin-top: 0.5rem;
}
.website.legal-page .gdpr-block {
  border: 1px solid hsl(216, 67%, 39%);
  border-radius: var(--bs-border-radius-sm);
  padding: 1rem;
}
@media (min-width: 576px) {
  .website.legal-page .gdpr-block {
    float: right;
    margin-bottom: 1rem;
    margin-left: 2rem;
    width: 30ch;
  }
}
.website.legal-page .thinkers-acknowledgement-block {
  border: 1px solid hsl(213, 9%, 80%);
  border-radius: var(--bs-border-radius-sm);
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
.website.legal-page .other-terms-link {
  border: 1px solid hsl(216, 67%, 39%);
  border-radius: var(--bs-border-radius-sm);
  margin-bottom: 2rem;
  margin-top: -1rem;
  padding: 1rem;
}

#what-we-do-section {
  padding-bottom: 1rem;
  text-align: center;
}
#what-we-do-section .solutions {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  #what-we-do-section .solutions {
    grid-template-columns: repeat(4, 1fr);
  }
}
#what-we-do-section .solutions > div {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#what-we-do-section .solutions > div p {
  flex-grow: 1;
}
@media (min-width: 768px) {
  #what-we-do-section .solutions.three-solutions {
    grid-template-columns: repeat(3, 1fr);
  }
}
#what-we-do-section h2.imagine {
  color: var(--bs-primary);
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 50ch;
}
@media (min-width: 768px) {
  #what-we-do-section h2.imagine {
    font-size: 2rem;
  }
}
#what-we-do-section h2 {
  font-size: 1.375rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #what-we-do-section h2 {
    font-size: 2rem;
  }
}
#what-we-do-section img {
  max-width: 8.687rem;
  width: 100%;
}
#what-we-do-section h3 {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
#what-we-do-section p {
  margin-top: 0;
}
#what-we-do-section .btn {
  margin-bottom: 2rem;
}

#we-help-section {
  background-color: hsl(216, 67%, 39%);
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-align: center;
}
#we-help-section p {
  margin-inline: auto;
  max-width: 59ch;
}
@media (min-width: 768px) {
  #we-help-section {
    font-size: 2rem;
  }
}

#researchers-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#researchers-section h2 {
  color: var(--bs-primary);
  font-size: 1.375rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #researchers-section h2 {
    font-size: 2rem;
  }
}
#researchers-section .researcher {
  padding-left: 1rem;
  padding-right: 1rem;
}
#researchers-section h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#researchers-section p {
  margin-top: 0;
}

#regional-contacts-section {
  background-color: hsl(217, 50%, 97%);
  padding-bottom: 4rem;
  padding-top: 4rem;
  scroll-margin-top: var(--wmt-navbar-height);
}
@media (max-width: 575.98px) {
  #regional-contacts-section .contact-card {
    margin-bottom: 1rem;
  }
}