﻿@font-face {
    font-family: "Proxima Nova";
    src: url('fonts/proximanova-regular-webfont.woff') format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Proxima Nova";
    src: url('fonts/proximanova-bold-webfont.woff') format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "Proxima Nova";
    src: url('fonts/proximanova-semibold-webfont.woff') format("woff");
    font-weight: 600;
}

@font-face {
    font-family: "Proxima Nova";
    src: url('fonts/proximanova-bold-webfont.woff') format("woff");
    font-weight: 700;
}

@font-face {
    font-family: "Proxima Nova";
    src: url('fonts/proximanova-extrabold-webfont.woff') format("woff");
    font-weight: 800;
}

:root {
    --Primary-Forrester-Green: #00563F;
    --Primary-White: #FFF;
    --Primary-Black: #000;
    --Secondary-Dark-Green: #003D2D;
    --Color-Neutral-neutral-lighter: #CCC;

    --Gray-50: #F6F6F6;
    --Gray-300: #E1E1E1;
    --Gray-700: #626262;
    --Gray-800: #434343;
    --Gray-900: #222;

}

body {
    color: #000;
    font-family: 'Proxima Nova', 'Helvetica', sans-serif;
    width: 100% !important;
    height: 100% !important;
    font-size: 18px;
    letter-spacing: 0.03em;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.05);
    display: none;
    letter-spacing: unset;
    /*remove bootstrap letter spacing*/
}

.Progress {
    width: 100%;
    padding: 6px 12px 12px 12px;
}

.Bar {
    width: 1%;
    height: 12px;
    background-color: #000;
    border-radius: 30px;
}

.header:first-child {
    display: none !important;
}

.sectionContainer {
    position: relative;
    top: -80px;
}

.no-break {
    break-inside: avoid;
}

.sourceFilePreview {
    display: block !important;
}

h1 {
    font-size: 48px;
}

.header-1-bold {
    font-weight: 700;
}

h2 {
    font-size: 40px;
    margin-bottom: 0.5em;
    line-height: 1.1;
}

.header-2-bold {
    font-weight: 600;
}

h3 {
    font-size: 32px;
    font-style: normal;
    line-height: 125%;
}

.header-3-bold {
    font-weight: 700;
}

.header-3-extrabold {
    font-weight: 800;
}

h4 {
    font-size: 24px;
    font-style: normal;
    line-height: 125%;
}

.header-4-bold {
    font-weight: 700;
}

h5 {
    font-size: 22px;
    font-style: normal;
    line-height: 125%;
}

.header-5-light {
    font-weight: 300;
}

.header-5-bold {
    font-weight: 700;
}

h5.subhead {
    line-height: 1.25;
    font-size: 1.2em;
    color: #000000;
    margin-bottom: 0em;
    font-weight: 400;
    width: 100%;
    float: left;
    text-transform: none;
}

h6 {
    color: #000;
    clear: left;
    font-size: 22px;
    font-style: normal;
    line-height: 125%;
}

.header-6-bold {
    font-weight: 700;
}

p,
li,
td {
    font-family: 'Proxima Nova', 'Helvetica', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

li {
    list-style: none;
}

a {
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: var(--Primary-Forrester-Green);
}

ol.tableOfContents a {
    color: #000000;
}


.bold {
    font-weight: 600;
}

/*** Currency & Language Locatization Styles ***/

.currencyDropdownButton {
    border: none;
    border-bottom: 1px solid var(--Gray-700);
    height: 32px;
    padding: 4px;
    min-width: 100px;
    background-color: var(--Gray-50) !important;
    color: var(--Primary-Black) !important;
    text-align: start;
    appearance: none;
    border-radius: 0;
}

.exchangeRateInput {
    height: 37px;
    padding: 0px 4px;
    text-align: end;
    border: none;
    background-color: var(--Primary-White) !important;
    font-size: 14px;
    font-weight: 600;
    color: var(--Primary-Black);
}

.currencySymbolInput:focus-visible,
.exchangeRateInput:focus-visible {
    outline: none !important;
}

.currencyDropdown .currencyDropdownButton::after,
.languageDropdownButton::after {
    content: none !important;
}

.currencyDropdownMenu {
    border-radius: 0;
    padding: 0;
    min-width: 100px !important;
    border: none;
    border-bottom: 1px solid var(--Gray-700);
    width: 100%;
}

.currencyDropdownMenu.show {
    transform: translate(0px, 32px) !important;
}

.currencyDropdownMenu>li>a:hover {
    text-decoration: none;
    background-color: var(--Gray-300);
    color: var(--Primary-Black);
}

.currencyDropdownMenu>li>a {
    padding: 8px 10px 10px;
    display: flex;
    justify-content: space-between;
    background-color: var(--Gray-50);
    text-decoration: none;
}

.currencyDropdownMenu>li>a.selected {
    background: var(--Gray-900);
    color: white !important;
}

.languageDropdownButton {
    background-color: unset;
    color: var(--Primary-White);
    font-size: 14px;
    border: none;
}

.languageSelectionLabel {
    line-height: 44px;
    margin: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
}

.headerCurrencyContainer {
    display: flex;
    padding: 4px 10px 3px;
    font-size: 12px;
    background-color: var(--Gray-800);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.languageDropdownMenu {
    padding: 0 10px 10px;
    background-color: var(--Primary-Black);
}

.languageDropdownItem {
    display: block;
    height: 40px;
    width: 274px;
    padding: 8px 10px 10px;
    color: var(--Gray-300);
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    text-transform: initial;
}

.languageDropdownItem:hover {
    text-decoration: none;
    background: var(--Gray-800);
    color: white;

}

.languageDropdownMenu>li>a.selected {
    border-bottom: 2px solid var(--Primary-White) !important;
    background: var(--Gray-900) !important;
    color: var(--Primary-White) !important;
}

.languageDropdownMenu.show {
    transform-origin: top right;
}

.languageDropdownMenu>*:not(:first-child) {
    margin-top: 10px;
}

.languageDropdownArrow::before {
    font-size: 18px;
    line-height: 1.5;
}

.bi-globe2 {
    font-size: 16px;
    line-height: 1.5px;
    margin-left: 5px;
}

.currencyDropdownArrow::before {
    font-size: 18px;
    line-height: 1.35;
    margin-right: 4px;
}

/** localization end **/

.Hide,
.displayHide,
.SourceHide,
.PrintHide,
.HideIcon:after,
.HideIcon:before {
    display: none !important;
}

.header a,
.header span {
    color: #fff !important;
    text-decoration: none;
}

p.body-1-report {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.2px;
}

p.body-1-report-bold {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.2px;
}

p.body-2,
span.body-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.18px;
}

p.body-2-bold,
span.body-2-bold {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.18px;
}

p.body-3,
span.body-3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.18px;
}

p.label-1 {}

p.label-1-bold,
span.label-1-bold {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

p.label-2-bold,
span.label-2-bold {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.28px;
}

p.label-2-semibold,
span.label-2-semibold {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.28px;
}

p.label-3,
span.label-3 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
}

p.label-3-bold,
span.label-3-bold {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.24px;
}

.overline {
    color: #767676 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.pb-30px {
    padding-bottom: 30px;
}

.inputAndInfoPrint {
    border-bottom: 1px solid var(--Primary-Forrester-Green);
    background: rgba(0, 0, 0, 0.05);
}

.inputAndInfoPrint span {
    margin-top: 5px;
    display: inline-block;
}

.minMaxValidationMessage {
    color: #E41648;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    /* 11.5px */
    letter-spacing: 0.2px;
    padding-top: 10px;
}

.popover {
    background: #000;
    border-radius: unset;
}

.popover-header {}

.popover-body {
    background-color: #000;
    color: #fff;
    border-radius: unset;
}

.popover-arrow {}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    border-right-color: #000;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    border-top-color: #000;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    border-left-color: #000;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #000;
}

i.bi.bi-info-circle {
    color: #9F9F9F;
    font-size: 16px !important;
}

/*HIDE CUSTOM VALUES ON INITIAL LOAD*/
div[data-dynamicshowhide$="_show"],
span[data-dynamicshowhide$="_show"],
input[data-dynamicshowhide$="_show"] {
    display: none;
}

/*UNHIDE CUSTOM VALUES ON SOURCE PREVIEW*/
.sourceFilePreview div[data-dynamicshowhide$="_show"],
.sourceFilePreview span[data-dynamicshowhide$="_show"],
.sourceFilePreview input[data-dynamicshowhide$="_show"] {
    display: block !important;
}

hr {
    width: 100%;
}

.navbar .container {}

.container {}

.container.intro-body {}

.row.white {
    background: #FFF;
    margin-top: 2em;
}


/*Header*/
.headerLocalization a {
    text-decoration: none;
}

.headerLocalization img {
    width: 16px;
    height: 16px;
}

.headerLocalization a:hover {
    text-decoration: none;
}

.headerLocalization .label-3-bold,
.headerLocalization .label-1-bold {
    color: #fff;
}

.headerLocalization .CurrencySelections {
    padding-left: 10px;
    padding-top: 4px;
    top: 4px;
    position: relative;
}

.headerLocalization .CurrencySymbol {}

.headerLocalization .CurrencyCode {
    position: relative;
    top: -1px;
}

.microToolCookieConsentFullBtn {}

.LeftNavigation {
    max-height: calc(100vh - 100px);
    overflow-y: scroll !important;
    overflow-x: hidden;
}

/*NavBar*/
.navbar-TableOfContents {
    float: left;
    margin-top: .5em;
    background: none;
}

.navbar-TableOfContents .tableOfContents a {
    color: #000;
    text-transform: none;
}

.navbar-TableOfContents .dropdown-menu {
    padding: 1em;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0px;
    min-width: 291px;
}


.dropdown.open .dropdown-toggle:after {
    padding-left: 5px;
    content: "\e113";
}

.tableOfContents-body .dropdown .dropdown-toggle:after {
    color: #000;
}

.dropdown .dropdown-toggle:after {
    padding-left: 5px;
    font-family: 'bootstrap-icons';
    content: "\F282";
    float: right;
    color: #fff;
    border: 0
}

a#dropdownMenuButton {
    background-color: #000000;
    border: none;
}

.tlp a#dropdownMenuButton {
    background-color: var(--Secondary-Dark-Green);
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

dropdown-menu {
    background-color: #fff;
}

/*Section Panels and Accordion*/
.panel {
    box-shadow: none;
}

.panel-group {}

.panel-heading {
    padding: 10px 0px;
}

.sectionHeaderExpanded .panel-heading {
    border-bottom: 1px solid grey;
}

.panel-title {
    margin-bottom: 0em;
}

.panel-default>.panel-heading {
    color: #000;
    display: inline-block;
    width: 100%;
}

.panel-default {
    padding-bottom: 20px;
    padding-top: 20px;
}


.panel-title button {
    background: unset;
    width: 100%;
    text-align: left;
    border: none;
    font-weight: 600;
    padding: 0;
    color: #000;
}



.accordianViewMore,
.accordianViewLess {
    cursor: pointer;
}


.panel-heading .accordion-toggle.collapsed:after {
    content: "\F14A";
}

.panel-heading .accordion-toggle:after {
    font-family: 'bootstrap-icons';
    content: "\F149";
    float: right;
    color: #666666;
}


.accordionTableMorePanelContainer {
    text-align: center;
}

.accordionTableMorePanel .accordion-toggle.collapsed:after {
    content: "\F282";
    cursor: pointer;
}

.accordionTableMorePanel .accordion-toggle:after {
    font-family: 'bootstrap-icons';
    content: "\F286";
    float: none;
    color: #808080;
    top: 2px;
    position: relative;
    padding-left: 5px;
    cursor: pointer;
}


.sectionHeader .collapsed {
    padding: 0;
}

.inputsPanel {
    background-color: #fff;
    border: 1px solid #ccc;
}


/*Embed Videos*/
.embeddedVideo {
    padding-bottom: 30px;
    padding-top: 20px;
}

.embeddedVideo video {
    width: 100%;
}

.microToolVideoContainer {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 2em;
}

.microToolVideoContainer iframe {
    width: 100%;
    height: 100%;
    max-width: inherit;
    z-index: 9998;
    display: block;
}

.microToolVideoContainer video {
    width: 100%;
    overflow: hidden;
}

.microToolVideoContainer .microToolVideoOverlay {
    width: 100%;
    height: 100%;
    max-width: inherit;
    z-index: 9999;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    cursor: pointer;
}

.microToolVideoContainer .calloutText {
    margin-top: 1em;
    margin-bottom: 3em;
    padding-left: 1em;
    font-weight: 600;
    font-size: 1.2em;
}

iframe {
    width: 100%;
    min-height: 100%;
    max-width: 675px;
}


/*GDPR*/
.gdprBottom {
    position: fixed;
    bottom: 0;
}

.gdprBtn.gdprAcceptance,
.gdprBtn.gdprRegAcceptance {
    background-color: #003d99 !important;
}

.gdprBtn {
    border-radius: 0px !important;
}

.gdprBottomBody {
    font-size: 18px;
}


/* Header Navigation */
.navbar-fixed-top .navbar-collapse {
    padding: 0 0 .5em 0;
}


.navbar-custom .navbar-brand .logo {
    width: 5em;
}


.navbar-custom .navbar-brand {
    /*    margin-left: 1rem;
            margin-right: 1rem;*/
}

.navbar-fixed-bottom .navbar-collapse,
.fixed-top .navbar-collapse {}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: #0000;
    text-transform: uppercase;
    color: #000000e6;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}


.navbar-fixed-top .navbar-collapse .nav a {
    color: #FFF !important;
}

.navbar-fixed-top .navbar-collapse .nav a:hover {
    color: #fff !important;
    background: unset !important;
}



ul.nav.navbar-nav.navbar-left {
    float: left !important;
}

.nav.navbar-nav.navbar-left li {
    margin-bottom: 0;
}


.nav>li>a {
    padding: 0 .5em 0 0;
    color: #ffffff;
}

.navbar-custom {
    color: #FFF !important;
    background-color: #000;
    padding: 15px;
}

.tlp .navbar-custom {
    color: #FFF !important;
    background-color: var(--Secondary-Dark-Green);
    padding: 15px;
}

.nav .bi {
    font-size: 20px;
    padding: 5px;
}

.navbar-custom img.companyLogo {
    max-height: 32px;
    height: 22px;
    position: relative;
    top: 4px;
    width: 138px;
}

span.microToolLanguageLink {
    text-transform: none;
}

span.microToolLanguageLink:hover {
    color: #3BB982;
    cursor: pointer
}

.tlp span.microToolLanguageLink:hover {
    color: var(--Secondary-Dark-Green);
    cursor: pointer
}

.microToolLocalization {
    width: 300px;
    background-color: #000;
    color: #BEBEBE;
}

.microToolLocalization label {
    font-size: .9em;
    margin-bottom: 5px;
}

.microToolLocalization .microToolInput {
    color: #BEBEBE;
    background-color: #222;
    border: none;
    border-bottom: 1px solid #BEBEBE;
    border-radius: unset;
}

/*Buttons*/
.btn {
    font-weight: 600;
}

.microToolDownloadButton,
.downloadPanel,
.microToolRegisterButton,
.microToolRegistrationButton,
.mustAcceptCookieNote,
.microToolByPassRegButton,
.microToolButton {
    float: right;
    margin-top: 0;
    background-color: #FFDE00;
    border: 0;
    color: #000;
    font-weight: 600;
    padding: 0;
    border-radius: 2px;
    border-bottom: 1px solid #000;
    min-height: 40px;
}

.userCallToActions .microToolDownloadButton,
.userCallToActions .downloadPanel,
.userCallToActions .microToolRegisterButton,
.userCallToActions .microToolRegistrationButton,
.userCallToActions .mustAcceptCookieNote,
.userCallToActions .microToolByPassRegButton .userCallToActions .microToolButton {
    width: 100%;
}

.microToolRegistrationButton {
    background-color: #000;
    color: #fff;
}

.microToolDownloadButton img,
.microToolRegisterButton img,
.microToolRegistrationButton img,
.mustAcceptCookieNote img,
.microToolByPassRegButton img,
.microToolButton img {
    max-height: 20px;
    padding-right: 0;
}

.microToolDownloadButton:hover,
.downloadPanel:hover,
.microToolRegisterButton:hover,
.microToolRegistrationButton:hover,
.mustAcceptCookieNote:hover,
.microToolByPassRegButton:hover,
.microToolDownloadButtonLink:hover,
.microToolButton:hover {
    background: #E5C800;
    color: #000 !important;
}

a.microToolDownloadButtonLink {
    text-decoration: none;
    text-transform: none;
    width: 100%;
}

a.tableOfContentsDropDown {
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}

a.tableOfContentsDropDown:hover {
    color: #FFF !important;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}


a.microToolDownloadButtonLink:hover {}

.microToolDownloadButton,
.mustAcceptCookieNote,
.gotoRegisterBtn {}


.microToolDownloadButton,
.microToolDownloadButton .btn,
.downloadPanel,
.downloadPanel .btn,
.regformContainer .btn,
.LeftContent .mustAcceptCookieNote,
.LeftContent .registrationPanel,
.LeftContent .microToolRegistrationButton,
.externalLink .btn,
.microToolButton,
.microToolButton .btn {
    width: 100%;
    text-align: center;
}

.microToolDownloadButton,
.regformContainer .btn,
.mustAcceptCookieNote .btn,
.registrationPanel .btn,
.microToolButton {
    color: #000;
}

.microToolDownloadButton:hover,
.downloadPanel:hover,
.regformContainer .btn:hover,
.mustAcceptCookieNote .btn:hover,
.registrationPanel .btn:hover,
.microToolDownloadButtonLink .btn:hover,
.microToolButton .btn:hover {
    color: #000;
}

.microToolButton .bi {
    top: 1px;
    position: relative;
}

.microToolRegistrationButton .btn {
    width: 100%;
    color: #fff
}

.microToolReturnTopFloatingButton {
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1030;
    border: 1px solid #E1E1E1;
    background-color: #FFF;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.10);
}

.microToolLocalizationButton {
    background-color: #fff;
    border: none;
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
}

.microToolLocalizationButton span {}

.btn:focus {
    box-shadow: none;
    outline: none;
}

.mustAcceptCookieNote {}

.microToolDownloadButton .btn:hover,
.downloadPanel .btn:hover,
.regformContainer .btn:hover,
.mustAcceptCookieNote .btn:hover,
.registrationPanel .btn:hover,
.microToolByPassRegButton .btn:hover {
    color: #000 !important;
}

.microToolResetToDefault {
    border-bottom: 1px solid #3BB982 !important;
    background: #E2F4EA !important;
    margin-bottom: 20px;
}

.microToolResetToDefault span {
    padding-left: 10px;
}

.microToolResetToDefault .bi-arrow-counterclockwise:before {
    transform: rotate(270deg);
}

.resultsHead {
    background-color: #ffde00;
    outline: 1px solid #ffde00;
}

.resultsHead p {
    align-items: center;
    height: 40px;
    display: flex;
    margin: unset;
}

div.downloadBTN {
    color: #000;
    font-weight: 600;
    padding: .25em .75em;
    cursor: pointer;
    border-bottom: solid 1px #000;
    text-transform: none;
    background-color: #ffde00;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.tlp div.downloadBTN {
    float: right;
    margin-top: .5em;
    color: #FFF;
    font-weight: 600;
    padding: .25em .75em;
    border-radius: 2px;
    cursor: pointer;
    border: solid 1px #ffffff;
    text-transform: none;
    background-color: var(--Secondary-Dark-Green);
}

.hybrid-tei div.downloadBTN {
    float: right;
    margin-top: 0em;
    color: #FFF;
    font-weight: normal;
    padding: 0;
    border-radius: 2px;
    cursor: pointer;
    border: solid 1px #ffffff;
    text-transform: none;
    background-color: transparent;
}


div.downloadBTN:hover,
div.downloadBTN:hover a,
div.downloadBTN a:hover,
div.downloadBTN a span:hover,
div.downloadBTNDisabled:hover {
    background: #444;
    color: #fff;
}


.navbar-toggle .icon-bar {
    width: 24px;
}

.externalLink {
    float: right;
    background-color: #000;
    border: 0;
    color: #FFF;
    font-weight: 600;
    padding: 0;
    border-radius: 2px;
    border-bottom: 1px solid #000;
    min-height: 40px;
    width: 100%;
    margin-top: 1em;
}

/* .externalLink:last-child{
margin-bottom:0em;
} */

/* .externalLink, */
.yellow-btn {
    background: #FFDE00;
    color: #000000;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 600;
    letter-spacing: 0;
    padding: 1em;
    width: auto;
    font-size: 1em !important;
    white-space: normal;
    -webkit-appearance: unset;
    border-radius: 0;
    border-bottom: 2px solid #000000;
}

.externalLink .btn {
    color: #FFF;
}

.externalLink-blue,
.blue-btn {
    background: #27AFE7;
    color: #000000;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 600;
    letter-spacing: 0;
    padding: 1em;
    width: auto;
    font-size: 1em !important;
    white-space: normal;
    -webkit-appearance: unset;
    border-radius: 0;
    border-bottom: 2px solid #000000;
}

.btn.externalLink a {
    color: #000;
    text-decoration: none;
}

.externalLink:hover {
    color: #FFF;
    background: #444;
    opacity: 1;
    /* border: 1px solid; */
    /* text-decoration: underline; */
}

.externalLink:focus,
.externalLink:visited {
    color: #000;
    border: 1px solid;
    box-shadow: none;
}

.LeftContent {
    /* top: 85px; */
    margin-top: 60px;
}

.ContentSpacer {
    height: 85px;
}

/* Hero Styles */
.intro:before {}

.intro .container {
    /* padding:0; */
}

.intro .contentSection.sectionBody {
    padding: 0 !important;
}

.intro .company {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #E1E1E1;
    border-bottom: 1px dashed #BEBEBE;
    text-decoration: none;
    line-height: 150%;
    letter-spacing: 0.28px;
}

.intro .date {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.28px;
}

.intro.tlp {
    -moz-background-size: contain;
    background-size: cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/TLP-coverphoto.webp');
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 100% 80%;
}

.intro.tlp:before {}

.intro.tei,
.intro.tlp {
    background-color: #000;
    text-align: left;
    color: #fff;
    overflow: hidden;
    position: relative;
    min-height: 420px;
}


.intro.tei:before {}

.intro.tei {
    background-image: url(../img/HERO-with-gradients.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-top: 120px;
    background-color: var(--Secondary-Dark-Green);
}

/* Body Content */
.hideSectionsWhenNotRegistered {
    display: none;
}

section,
.section {
    position: relative;
    z-index: 992;
    padding-top: 0px;
    margin-bottom: 40px;
}

section[style*="hidden"],
.section[style*="hidden"] {
    margin-bottom: unset;
}

.sectionUnset .sectionWrapper {
    background-color: unset;
    border: unset;
}

section.collapsedSection,
.section.collapsedSection {
    background-color: #f9f9f9;
}

.CalculateyourROIBody {
    /*    max-height: calc(100vh - 450px);
        overflow-y: scroll !important;*/
}

.tlp .sectionHeader {
    max-width: 100% !important;
    width: 100%;
    padding: 20px 15px 20px 15px;
    background-color: #e8e8e8;
}

.sectionHeader {}

.sectionWrapper {
    background-color: #fff;
    border: solid 1px #e1e1e1;
}


.glossaryItem {
    background-color: #fff;
    border: 1px solid #ccc;
}

.glossaryItem .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 4px;
    text-transform: uppercase;
}



.row .bodyContent {
    padding-bottom: 10px;
}

.row .contentPanel {
    max-width: 1600px;
    margin: auto;
}

.executiveSummary .bodyContent p {}

.projectDirectors {
    background-color: unset;
    border: none;
}

.projectDirectors .contentSection.sectionBody {
    padding: 0;
}

.projectDirectors h6 {
    text-align: right;
    text-transform: uppercase;
}

.projectDirectors h4 {
    color: var(--Primary-Forrester-Green);
    text-align: left;
    margin-bottom: unset;
}

.projectDirectors p {
    text-align: right;
}

.projectDirectors .consultants {
    text-align: left;
}


.contentSection {
    overflow: hidden;
    padding-bottom: 20px;
    PADDING-TOP: 20px;
}

.greenboxContent {
    border: 1px solid rgba(0, 86, 63, 0.25);
    background: linear-gradient(0deg, #F1FBF5 0%, #F1FBF5 100%), #FFF;
    padding: 1.25em;
    margin: 1em 0em;
}

.greenboxContent h3 {}

.greenboxContent h4 {}

.greenboxContent h2 {}

.greenboxContent h1,
.greenboxContent h2,
.greenboxContent h3,
.greenboxContent h4,
.greenboxContent h5,
.greenboxContent p.body-1-report-bold {
    color: var(--Primary-Forrester-Green);
}


.greenboxContent img {}

.greenboxContent p,
.greenboxContent ul li {}

.greenboxContent p:last-child {
    margin-bottom: 0;
}


.sidebarQuote,
.callout {
    padding: 0.25em 1em;
    margin: 2em 0em;
}


.figure .sidebarQuote {
    width: 100%;
    float: right;
    background: #ffffff;
    color: #000000;
    padding: 2em;
    margin: 0em 0 2em 2em;
}

.sidebarQuote.white.poll {
    background: #005740;
    border-left: 10px solid var(--Primary-Forrester-Green) !important;
}

.sidebarQuote.white {
    background: unset;
    border-left: 4px solid var(--Primary-Forrester-Green) !important;
}
    .sidebarQuote.green {
    background: linear-gradient(0deg, #F1FBF5 0%, #F1FBF5 100%), #FFF;
    border-left: 1px solid rgba(0, 86, 63, 0.25);
}

.greenboxContent .sidebarQuote.white {
    margin: 0px;
}

.sidebarQuote.white.number,
.callout.white.number {
    background: unset;
    border-left: 0px !important;
    /* text-align: center; */
    max-width: 600px;
    width: 100%;
    justify-self: center;
}
    .sidebarQuote.green.number,
    .callout.green.number {
    background: linear-gradient(0deg, #F1FBF5 0%, #F1FBF5 100%), #FFF;
    border: 1px solid rgba(0, 86, 63, 0.25);
    /* text-align: center; */
    max-width: 600px;
    width: 100%;
    justify-self: center;
    padding:30px 20px;
}

.sidebarQuote.white.tlp {
    background: #3BB982;
    border-left: 10px solid #3BB982 !important;
}

.sidebarQuote.white.tlp .source {
    color: #000000;
}

.tlp .sidebarQuote.white.border-left {
    border-left: 10px solid var(--Primary-Forrester-Green) !important;
}

.sidebarQuote.black {
    background: #000;
    color: #fff;
    border-left: 10px solid #3BB982 !important;
}

.sidebarQuote.black a {
    color: #fff;
}

.sidebarQuote.black h5 {
    color: #3BB982;
    margin-bottom: 1em;
    font-size: 1.2em;
    line-height: 1.21;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebarQuote.white.number .calloutText {}

.sidebarQuote.white.number .calloutNumber,
.sidebarQuote.green.number .calloutNumber,
 .callout.white.number .calloutNumber,
.callout.green.number .calloutNumber{
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 115%;
    color: var(--Primary-Forrester-Green);
    white-space:nowrap;
}

.sidebarQuote.statistic,
.callout.statistic {
    padding: 0em
}

.sidebarQuote.statistic div {
    align-items: center;
}

.sidebarQuote.statistic .icon {
    height: 4em;
    width: 4em;
}

.sidebarQuote.statistic .calloutText {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 0.25em;
}

.sidebarQuote.statistic .calloutNumber {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 115%;
    color: var(--Primary-Forrester-Green);
}


.sidebarQuote.statistic .header-4-bold {
    display: inline;
}

.sidebarQuote.statistic .bi-info-circle {
    position: relative;
    top: -3px;
}

.sidebarQuote ul {
    padding-left: 1em;
}

.sidebarQuote.white.border-bottom {
    background: #FFF;
    padding: 1em !important;
    border-bottom: 10px solid #3BB982 !important;
}

.sidebarQuote h5 {
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1.21;
    font-weight: 600;
}

.sidebarQuote.white h5 {
    color: #000000;
    font-weight: 600;
    letter-spacing: normal;
    font-size: 1.5em;
}

.sidebarQuote h5 strong {
    font-weight: 600;
}

.sidebarQuote .source {
    padding-top: 1em;
    padding-bottom: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.18px;
}

.source {
    line-height: 1.44;
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 0;
}

.sidebarQuote p {
    color: #000;
    margin-bottom: unset;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    line-height: 125%;
}

.sidebarQuote p.body-1-report,
.callout p.body-1-report {
    color: #000;
    margin-bottom: unset;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.2px;
}

.sidebarQuote.white.poll p {
    color: #fff;
}

.sidebarQuote li {
    font-size: 1.2em;
    list-style: disc;
}


.sidebarQuote img {}


.dot-chart{
    justify-content: end;
    margin-right:74px;
}

.dot-bar{
    position: relative;
    right:0;
    bottom:-34px;
    width: 50px;
    height: 45px;
}

.dot-bar img{
    max-width: 50px !important;
    max-height: 45px;
}

.donut-col-item{
flex-direction: column;
}

.donut-col-item .calloutNumber{
    text-align:right;
}


ul.keyAssumptions {
    padding: 0;
    margin: 1em 0 0 -.5em;
}

ul.keyAssumptions li {
    list-style: disc;
    float: left;
    width: 100%;
    margin-left: 1.5em;
    margin-bottom: 0.5em !important;
}

ul.keyAssumptions li ul {
    margin-top: 1em;
}

div.withquote {
    max-width: 100%;
    height: auto;
    width: 100%;
}

ul.bodyContentList {
    width: 100%;
    list-style: none;
    margin: 0 auto 1em auto;
    padding-left: 1em;
}

td ul.bodyContentList {
    margin-bottom: 0px;
}

ul.bodyContentList.withquote {
    max-width: 60%;
}

.bodyContentList li {
    text-indent: 0;
    width: 100%;
    margin-bottom: 1em;
    list-style-position: inside;
    text-indent: 0;
    list-style: disc;
}

ol.bodyContentList li {
    list-style: decimal;
}

.bodyContentList.listWithHeadline li::before {
    display: none;
}

.bodyContentList.listWithHeadline li:before {
    margin-top: -7px;
}

.bodyContentList.listWithHeadline li:before h6 {
    margin-top: -5px;
}

.bodyContentList li li::before {
    text-indent: -1em;
    padding-top: 5px;
}

.bodyContentList li p {
    margin-bottom: 0;
    clear: none;
    text-indent: 0;
    line-height: 1.5;
    margin-right: 1.75em;
}

.bodyContentList li h6 {
    text-indent: 0;
    line-height: 1.25;
    margin-top: -.25em;
}

.bodyContentList li li {
    padding-left: 2em;
    list-style-position: inside;
    text-indent: -1.5em !important;
}

.bodyContentList li li p {
    text-indent: 0em;
}

.bodyContentSubList li::before {
    width: 0px;
}

.bodyContentList .bodyContentSubList li h6 {
    margin-left: 0em;
    margin-top: 0px;
}

.bodyContentList .bodyContentSubList li p {
    margin-left: 0em;
}

.bodyContentList .bodyContentSubList li:before {
    margin-top: -7px;
}

.listWithHeadline ul {
    padding-left: 0em;
    margin-top: 5px;
}

.listWithHeadline ul li {
    list-style-type: disc;
    margin-left: 15px;
}

ul.subList {
    list-style-type: disc;
    padding-left: 30px;
}

.listWithHeadline ul ul li {
    list-style-type: circle;
}

.listWithHeadline h6 {
    clear: none;
    font-size: 1em;
    line-height: 23px;
}

.listWithHeadline p {
    clear: none;
}


/* Key Findings */
.keyFindingsBody {
    margin-bottom: 20px;
}

.keyFindingsBody h3 {
    color: var(--Primary-Forrester-Green);
}


.keyFindingsBody p.findingsSubhead {}

.keyFindingsBody ul.findingsList {}

.keyFindingsBody ul p.findingsSubhead {}

.keyFindingsBody ul p.findingsSubhead span {}

.keyFindingsBody h6 {}

.keyFindingsBody p {
    margin-bottom: 0;
}

.keyFindingsMetrics {
    padding-top: 20px;
}

.col-sm-4.keyFindingsMetrics {
    width: 50%;
}

.col-md-3.keyFindingsMetrics {
    float: left;
    padding: 0
}

.col-md-4.keyFindingsMetrics {
    padding-right: 80px;
    padding-left: 0;
    float: left;
}

.col-lg-4.col-md-6.col-sm-6.keyFindingsMetrics {
    float: left;
    padding-right: 20px;
}

ul.keyFindingsMetrics {
    padding: 0;
}


/*Key findings social media icons*/
.bodyContentList ol li::before {
    display: none;
}

ul.findingsList {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.findingItem {
    width: auto;
    margin-bottom: 1em;
}


.icon {
    border-radius: 50%;
    height: 5em;
    width: 5em;
    margin-right: 4%;
    text-align: center;
    vertical-align: middle;
    display: table;
    margin: 0 auto;
}



.icon svg {
    width: 5em;
    fill: #FFF !important;
    margin-top: 10%;
    border-radius: 50%;
    background-color: var(--Primary-Forrester-Green);
}

img.hexagon {
    height: 5em;
    width: 5em;
    float: left;
}

.icon img {
    width: 125px;
    height: auto;
    float: left;
    padding-bottom: 1em;
}

.col-md-3 .icon {
    width: 173px;
    height: 227.812px;
}

.findingContent {
    width: 90%;
    float: left;
    margin-top: 1em;
}

.findingsSubhead {
    font-weight: 600;
}

.findingContent h6 {
    font-size: 1.375em;
    color: #000000;
}

.keyFindingsBody .container .col-md-8 {}

.financialSummary .findingContent {
    width: 78%;
}

ul.keyFindingsBodyMetrics li {
    text-align: center;
    margin-bottom: 4em;
}

/* Modal Content */
.modalBtn {
    background: #3BB982;
    color: #000;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 600;
    letter-spacing: 0;
    padding: 1em;
    width: 100%;
    font-size: 1em !important;
    float: right;
    border-radius: 0px;
}

.modalBtn:hover {
    color: #000;
    background: #fff;
    border: 1px solid;
    opacity: 1;
}

.modalBtn:focus,
.modalBtn:visited {
    border: 1px solid;
    box-shadow: none;
}

.modal-body img {
    max-width: 100%;
}


.modal-footer .btn+.btn {
    background: #3BB982;
    letter-spacing: 0px;
    border: 0px;
}

.modal-footer .btn+.btn:hover {
    background: #3BB982;
}



/* Sidebar Menu Styles */
.sidebarMobileMenu {
    background-color: #fff;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.10);
}

.sidebarMobileMenu .LeftContent {
    margin-top: 0;
}

.sidebarMobileMenu .tableOfContents {
    margin-top: 0px;
}

.sidebarMobileMenu a span,
.sidebarMobileMenu h4 {
    display: none;
}


.sidebar {
    padding-right: 0;
    margin-bottom: 20px;
}




.sidebarMenu h4 {
    font-size: 1.5em;
    /* margin-bottom: 0; */
}

p.tableOfContentsTitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 100%;
}

section.tableOfContents {
    /*    max-height: calc(-500px + 100vh);
        overflow-y: scroll !important;
        overflow-x: hidden;*/
}

ul.tableOfContents {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

ul.tableOfContents a {
    text-decoration: none;
}

ul.tableOfContents a:hover {
    color: var(--Primary-Forrester-Green) !important;
}

.tlp ul.tableOfContents a:hover {
    color: var(--Secondary-Dark-Green) !important;
}

ul.tableOfContents {
    margin-top: 20px;
}

ul.tableOfContents li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.28px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer .tableOfContents li {
    padding-top: 4px;
    padding-bottom: 4px;
}

ul.tableOfContents a {}

ul.tableOfContents .dot {
    display: none;
}

.sidebarMobileMenu ul.tableOfContents .dot {
    height: 8px;
    width: 8px;
    background-color: var(--Primary-Forrester-Green);
    border-radius: 50%;
    display: inline-block;
}

.sidebarMobileMenu ul.tableOfContents .dot:hover {
    background-color: #000;
}

ol.tableOfContents {
    margin-top: 20px;
}

ol.tableOfContents li {
    margin-bottom: 1em;
    line-height: 1.25;
    font-size: 1em;
    list-style: decimal;
}

ol.tableOfContents a {
    color: #000;
    text-decoration: none;
}

ol.tableOfContents a:hover {
    color: #3BB982;
}


/* Figure Styles */
.figureChartContent img {
    max-width: 100%;
}

.figureChartContent {
    width: 100%;
}

.figureChartHeader {
    border-bottom: 1px solid #E1E1E1;
}

.figureChartContent .overline,
.figureChartContent .header-5-bold,
.figureChartContent .label-1 {
    margin-bottom: 8px;
}


/* Body Content */
.executiveSummary .col-md-8.bodyContent {
    padding-left: 0;
    padding-right: 3em;
}

.executiveSummaryContent {
    padding-bottom: 20px;
}

.contentSection {
    overflow: hidden;
}

.bodyContent h2 {
    margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1.1;
}



/* Sidebar Menu Styles */
.col-md-4.sidebar {
    padding-left: 0;
}

.sidebarMenu {}

.sidebarMenuimg {
    /*padding-top: 60px;*/
}

.sidebarMenuimg img {
    /*margin-bottom: 1em;*/
    max-width: 200px;
    max-height: 100px;
    width: 100%;
    height: auto;
}

.sidebarMenu h4 {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.2px;
}



.bodyContent p {
    clear: left;
}


.col-md-4 .sidebarQuote {
    padding: 2em;
    width: 90%;
    float: right;
    margin-top: 2em;
}

ul.bodyContentList.listWithHeadline {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 auto 1em auto;
    display: flex;
}

ul.listWithHeadline {
    margin: 0;
    padding: 0;
}


.bodyContentSubList li p {
    margin-left: 0em;
}


/* Figure Styles */
.figureContent {
    background: #D8D8D8;
    padding: 1em;
    width: 100%;
    float: left;
    margin-bottom: 1em;
}

.figure {
    width: 100%;
}

.figure h4.figureTitle {
    color: #000000;
    font-size: 1.2em;
    font-weight: 600;
}

.figureChartContent {
    width: 100%;
    margin: 1em 0em;
}

.figureContent {
    background: #D8D8D8;
    padding: 1em;
    width: 95%;
    float: left;
    margin-bottom: 1em;
}

.figureChartContent ul.inputsList {
    margin: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    overflow: hidden;
}

.figureChartContent ul.inputsList li {
    margin: 0;
    float: left;
    display: inline;
    /* padding: 1em; */
}

.figureChartContent ul.inputsList li:last-child {
    margin-right: 0;
}

.figureChartContent label:hover {
    color: #000000;
}

.figureContent img {
    width: 100%;
    background: #FFF;
}

h4.figureTitle {
    font-size: 1.2em;
    width: 100%;
    margin-bottom: .5em;
    font-weight: 600;
}

h6.figureTitle {
    font-size: 0.9em;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--Gray-700);
}

.figureCaption {
    width: 100%;
    font-size: .8em;
    margin: .5em auto 2em auto;
    color: #000;
}

/* Poll Styles */
.microToolInstantPoll .microToolCookieConsentFullBtn {
    color: black;
}

.pollFigure {
    width: 100%;
}

.parentbox {
    height: 100%;
}

.parentbox:before {
    /* create a full-height inline block pseudo-element */
}

.childbox {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.didyouknowblock {
    width: 100%;
    color: #000;
    float: left;
}

.didyouknowblockContent {
    width: 85%;
    float: left;
    border-left: 10px solid #000;
}

.didyouknowblockContent h3 {
    margin-bottom: .5em;
    float: left;
    width: 100%;
    margin-left: 20px;
}

.didyouknowblockContent p.pollFact {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-left: 20px;
}

.didyouknowblockContent .figureCaption {
    margin-left: 20px;
}

.surveyRow {
    background-color: #F2F2F2;
    padding:7em 3em;
}

.survey {
    width: 100%;
    max-width: 800px;
    padding: 2.67em;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.survey label {
    display: initial;
    font-weight: initial;
}

.surveyRectangle {
    width: 35px;
    height: 5px;
    background-color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tlp .surveyRow .surveyRectangle {
    width: 35px;
    height: 5px;
    background-color: #000 !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tlp .container .surveyRectangle {
    background-color: #fff;
}

.pollFigure h6.figureTitle {
    color: var(--Gray-700);
    /* letter-spacing: 3px;
    font-weight: 700; */
}

.pollFigure h4.figureTitle {
    font-size: 14px;
    margin: 0;
}

.poll {
    width: 100%;
    /* float: left;
    display: table; */
}

/* .poll h4 {
        color: #000;
        font-size: 1.5em;
        margin-bottom: 1em;
    } */

.poll h3 {
    margin-bottom: .5em;
    line-height: 1.25;
}


.selection {
    float: left;
    width: 100%;
}

.question h6 {
    font-size: 1.25em;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 400;
}

.selection ul {
    padding: 0;
    margin: 0;
}

.selection li {
    width: 100%;
    float: left;
    list-style: none;
    margin-bottom: 1em;
}

/* .selection input[type="radio"]+label {
    width: 100%;
    float: left;
    list-style: none;
    padding-bottom: .5em;
    padding-top: .5em;
    line-height: 1.25;
    padding-left: 1.5em;
    font-size: 1.25em;
    border-radius: 2px;
    border: solid 1px #000;
    text-decoration: none;
    font-weight: normal;
} */

/* .selection input[type="radio"]:checked+label {
    width: 100%;
    float: left;
    list-style: none;
    padding-bottom: .5em;
    padding-top: .5em;
    line-height: 1.25;
    padding-left: 1.5em;
    font-size: 1.25em;
    border-radius: 2px;
    border: solid 1px #000;
    background: #fff;
    text-decoration: none;
    font-weight: normal;
} */

/* .selection input[type="radio"]:checked+label::after {
    border-bottom: 0px;
    padding-top: 0px;
} */

.selection input[type="checkbox"]+label,
.selection input[type="radio"]+label {
    width: 100%;
    float: left;
    list-style: none;
    line-height: 1.25;
    font-size: 1em;
    border: solid 1px #000;
    padding: 8px 16px 8px 8px;
}

.selection input[type="checkbox"]:checked+label,
.selection input[type="radio"]:checked+label {
    width: 100%;
    float: left;
    list-style: none;
    line-height: 1.25;
    border: solid 1px #000;
    background: #00563F;
    color: #ffffff;
}

.selection input[type=radio],
.selection input[type=checkbox] {
    margin-right: .5em;
    display: none;
}

.hybrid-tlp input[type=checkbox],
.hybrid-tlp input[type=radio] {
    display: block;
}




.inputsList li {
    list-style: none;
    cursor: pointer;
}

.inputsList input[type=radio]+label {
    cursor: pointer;
    font-size: 1em;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    line-height: 20px;
}

.inputsList input[type=radio]:checked+label {
    color: #000000;
    font-weight: 600;
}

.SelectedAnswerTitle{
    display:none;
}

input[type=radio]:checked+label::after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #000000;
    display: table;
    padding-top: 10px;
    position: absolute;
}

input {
    /*    display: inline-block;*/
    /*    margin: 5px;*/
}


.figureChartContent input[type=checkbox]+label {
    cursor: pointer;
    font-size: 1em;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}

.figureChartContent input[type=checkbox]:checked+label {
    color: #000000;
    font-weight: 600;
}

.figureChartContent input[type=checkbox]:checked+label::after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #000000;
    display: table;
    padding-top: 10px;
    position: absolute;
}


button#submit,
.microToolInstantPollSubmitButton {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #000;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    padding: 10px 16px;
    float: right;
    border: solid 1px #000000;
    line-height: 20px;
}

button#submit:hover,
button#voteAgain:hover {
    background: #FBDC00;
    color: #000;
    border: solid 1px #000000;
}

button#voteAgain {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #000;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    padding: 10px 16px;
    float: right;
    border: solid 1px #000000;
    line-height: 20px;
}

.total {
    /* margin: 0 auto; */
    display: none;
    /* position: relative; */
}

.total h3 {
    line-height: 1.25;
    margin-bottom: 0;
    float: left;
    width: 100%;
}


.total button {
    position: relative;
    top: 5px;
}

p.pollFact {
    font-size: 1.25em;
    line-height: 1.5;
}

/* MARKETO*/
.pnlRegistration input[type=checkbox],
#registrationModal input[type=checkbox],
.pnlRegistration input[type=radio],
#registrationModal input[type=radio] {
    display: unset;
}

/* Key Recomendations */
.microToolCarousel {
    /* min-height: 350px; */
}

.microToolCarouselNav {
    width: 48px;
    height: 48px;
    /* background: none !important; */
    text-shadow: none;
    box-shadow: none;
    opacity: 1;
    border-radius: 50px;
    color: #515960;
    border: 1px solid var(--Forrester-1, #00563F);
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--Forrester-1, #00563F);
}

.microToolCarouselNav:hover{
    background-color:#00563F;
    color:#ffffff;
}

/* .microToolCarousel .carousel-control-prev{
    background-image: linear-gradient(to right, #000 0, #0000 0%);
}

.microToolCarousel .carousel-control-next{
   background-image: linear-gradient(to right, #000 0, #0000 0%);
} */

.microToolCarousel .carousel-control {
    opacity: 1;
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}

.microToolCarousel .carousel-control-prev-icon,
.microToolCarousel .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    opacity: 1;
    padding-top: 2px;
}

.carousel-indicators {
    bottom: -70px !important;
    margin-bottom: 0px !important;
    position: absolute;
    justify-content: left;
    margin-left: 0;
    padding: 0px 12px;
}

.carousel-indicators li {
    background-color: #d8d8d8 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
}

.carousel-indicators li:hover {
    background-color: #00563F !Important;
}


.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
    font-size: 24px;
}

a.carousel-control-prev {
    height: 50px;
    top: auto;
    right: 71px;
    left: auto;
    width: 50px;
    bottom: -70px;
    z-index: 2;
}

a.carousel-control-next {
    height: 50px;
    top: auto;
    right: 15px;
    left: auto;
    width: 50px;
    bottom: -70px;
    z-index: 2;
}

.carousel-item.active {
    height: 100%;
}

.carousel-item {
    height: 100%;
    background: linear-gradient(0deg, #F1FBF5 0%, #F1FBF5 100%), #FFF;
    border: 1px solid rgba(0, 86, 63, 0.25);
    padding: 40px;
}

.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start) {
    margin-left:32px;
    margin-right:32px
}

.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end) {
    margin-left:-32px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    border-radius: 50%;
    height: 18px;
    width: 18px;
}

.carousel-indicators .active {
    background-color: var(--Primary-Forrester-Green) !important;
}

.microToolCarousel .carousel-inner {
    min-height: 250px;
    width: 100%;
}

.microToolCarousel .carousel-inner>.item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 40px;
}


.microToolCarousel.keyRecommendations {
    display: flex;
    margin-bottom: 70px;
}

.microToolCarousel .carousel-inner {
    width: 100%;
    margin: 0 auto;
}

.keyRecs h3.recsTitle {
    font-size: 2em;
}

.keyRecs h6 {
    font-size: 1.125em;
    margin-bottom: 0;
}

.recsList .itemMeta {
    float: left;
}

ul.recsList {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.recItem {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}

li.recItem:last-child {
    margin-bottom: 1em;
}

/*Financial Summary*/
.financialSummary img {
    max-width: 4em;
    margin-bottom: 2em;
    margin-right: 1em;
}

.financialSummary .figureChartContent img {
    width: 70%;
    max-width: 100%;
    margin: 0;
}


/* Byline Styles */
.bylineRow {
    background: #e8e8e8;
}

.byline p {
    font-size: 1em;
    line-height: 1.5;
    padding-right: 5%;
}

.byline img {
    max-width: 100%;
    width: 200px;
    padding-left: 5%;
    float: right;
}

.byline a {
    cursor: pointer;
}

.byline .row {
    padding-bottom: 0;
}

.byline .row p {
    margin-bottom: 0px;
}


/* Disclosure Text */

.disclosures .contentSection.sectionBody {
    padding: 0;
}

.disclosureBody {}

.disclosureBody .disclosures {}

.disclosures {
    background: unset;
    border: none;
}

.disclosures h4 {}

.disclosures p {}

.disclosures p:last-child {
    margin-bottom: 0;
}




/* Icon List */
.col-md-5.framework {
    float: left;
    padding: 0;
}

.col-md-6.iconList {
    float: right;
    padding: 2em;
    background-color: #000;
    color: #fff;
}

.iconList a {
    color: #fff;
}

.iconList a:hover {
    color: #27AFE7;
}

ul.iconList {
    list-style: none;
    padding: 0;
}

ol.iconList li {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 1em;
    list-style: auto;
}

ol.iconList li::marker {
    color: #39b881;
    font-weight: 600;
}

ul.iconList li {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 1em;
}

ul.iconList img {
    float: left;
    width: 50px;
    height: 50px;
    padding-right: 1em;
}


/*carousel-item TLP*/
.recsList .itemMeta h6 {
    color: var(--Secondary-Dark-Green);
}

.itemMeta {
    width: 95%;
}

.itemMeta h6 {
    color: #39b881;
    font-size: 1em;
}

.tlp .itemMeta h6 {
    color: #000;
    font-size: 1.375em;
    background-color: #A6E483;
    margin-bottom: 0.5em;
    display: inline-block;
}

.tlp .tableHeader {
    background-color: #A6E483;
}


.bodyContentList li ul {
    list-style: none;
    padding: 1em 0 0 2em;
}

.contentSection h3 {}


img.chart {
    max-width: 100%;
    max-height: unset;
}


.sidebarQuote img.chart {
    max-height: 200px !important;
}


/* Table Styles */

.contentSection table {
    width: 100%;
    background: #FFF;
    margin-bottom: 2em;
    color: #333;
    text-align: left;
    font-size: 1em;
}

div.tableTitle {
    background: #000000;
    padding: 10px;
    width: 100%;
    margin: 0;
}

.tableTitle>h5 {
    float: left;
    font-size: 1em;
    color: #fff;
    margin-bottom: 0px;
}

.tableHeader,
.tableHeader th,
.tableHeader th span,
.tablHeader td,
.tableHeader td span {
    background: var(--Primary-Forrester-Green);
    color: #fff !important;
    font-size: 1em !important;
    font-weight: 700 !important;
}

.tableHeader th {
    white-space: nowrap;
}

td,
th {
    border: 0 !important;
    padding: .5rem;
}

th {
    text-align: left;
    /*text-transform: uppercase;*/
}

td {
    border-bottom: none;
    color: rgb(20, 20, 20);
}

td:first-of-type,
th:first-of-type {
    border-left: none;
}

td:last-of-type,
th:last-of-type {
    border-right: none;
}

table td.numberAlign,
table th.numberAlign {
    text-align: right;
}


thead th {
    text-transform: none;
}

tr {
    border-bottom: 1px solid #a7a9ac;
}

tr:last-child {
    border-bottom: 0;
}

.table-responsive {
    width: 100%;
    margin-bottom: 2em;
    display: grid;
}

.table-responsive tbody p,
.table-responsive tbody span,
.table-responsive td {
    color: #3C3E45;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.table-responsive tbody strong span {
    font-weight: 700;
}

.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>td,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>thead>tr>th {
    white-space: unset;
}


.table>tbody>tr:nth-of-type(odd) {
    /*background: #FFF;*/
}


.collapseControlRow {
    background: #FFF !important;
}

.table>tbody>tr:last-child {
    border: none !important;
}

.customFade {
    opacity: .3;
}

.customPreFade {
    opacity: .7;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 4px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #3BB982;
    border-radius: 5px;
}


/* Apendix */
.apendix h4 {
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 0;
}

.apendix h6 {
    text-transform: none !important;
    padding-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 600;
    font-size: 1.125em;
}

.sectionNotes {
    background-color: #f5f5f5;
    margin: 1em 0em;
}

.sectionNotes i.bi.bi-info-circle {
    color: #000000;
    font-size: 20px !important;
    padding-right: 5px;
}

.sectionNotes:last-child,
.sectionNotes p:last-child {
    margin-bottom: 0;
}

.sectionNotes .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

ul.teiApproach {
    padding: 0;
}

ul.teiApproach li {
    list-style: none;
    margin-bottom: 2em;
    float: left;
}

ul.teiApproach li img {
    margin-bottom: 1em;
}

ul.teiApproach li p {
    padding-left: 6em;
    padding-top: 1em;
    clear: right;
}


ul.teiApproach p .text {
    font-weight: normal;
    color: #000;
}

ul.teiApproach p .bold {
    font-weight: 600;
    color: #000000;
}

.Appendix {}

.Appendix .disclosures {
    background-color: #fff;
}

.apendixSidebar {
    background: #fff;
    padding: 2em;
    float: left;
    margin-top: 2em;
}

.appendixSidebarList {
    float: left;
    width: 68%;
}

.apendix img {
    max-width: 80%;
}

.apendixSidebar ul {
    display: inline;
    float: left;
    padding: 0;
    margin: 0;
}

.apendixSidebar li {
    width: 48%;
    float: left;
    margin-right: 1%;
    display: inline;
}

.apendixSidebar li:nth-child(2),
.apendixSidebar li:nth-child(4) {
    margin-right: 0;
}

.apendixSidebar li img {
    float: left;
    max-width: 3.5em;
    padding-right: 1em;
    margin-bottom: 2em;
}

.apendixSidebar li h6 {
    padding-top: 0;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.125em;
}

.apendixSidebar li p {
    text-indent: 0;
}

/* Footer Styles */
section.footer {
    width: 100%;
    max-width: unset;
    margin-bottom: unset;
}

div.footer {
    background: #000000;
    color: #fff;
    padding: 3em 0;
    margin-bottom: 0px;
}

div.footer.footerPanelA {
    background: #333;
}

div.footer.footerPanelA p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.18px;
}

div.footer.footerPanelA p.title,
div.footer.footerPanelA span.title {
    color: #A6E483;
    text-transform: uppercase;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 4px;
}

div.footer.footerPanelB {
    background: #000000;
}

div.footer.footerPanelB p {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

div.footer.footerPanelB p.title,
div.footer.footerPanelB span.title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

div.footer .container {
    max-width: 950px;
}

.footerLogo {
    max-width: 200px;
    display: flex;
    /*margin-left: -3em;  in firefox, this moves the logo off screen to the left. commenting out. */
}

.footer h6 {
    font-size: 1em;
    margin-bottom: 0.5em;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .privacyLink a,
.footer .cookieSettingsLink a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: underline;
}

.footer-social-share {
    display: inline-flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}



.footer-social-share li:first-of-type {
    padding-left: 0;
}

.footer-social-share li {
    list-style: none;
}

.footer-social-share a {
    cursor: pointer;
    width: auto;
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
}

.footer-social-share a svg {
    width: auto;
    max-height: 20px;
}

.footer-social-share a:active svg path,
.footer-social-share a:focus svg path,
.footer-social-share a:hover svg path {
    fill: #fff
}

.site-footer .colophon__util a,
.site-footer .menu-item a {
    text-decoration: none;
    color: #fff;
    transition: .5s ease-in-out;
}

.screen-reader-text,
.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.footer .externalBrandLinks {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.2px;
}

.footer ul.tableOfContents,
.footer .tableOfContentsTitle {
    padding-left: 2rem;
}

.footer .tableOfContents a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.2px;
    color: unset;
}

.checkboxInput:hover,
.checkboxInput:hover+label,
.radioInput:hover,
.radioInput:hover+label {
    cursor: pointer;
}

/*Hybrid TLP*/
.intro.hybrid-tlp {
    background-color: #000;
    text-align: left;
    color: #fff;
    display: table;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.intro.hybrid-tlp:before {}


.intro.hybrid-tlp {
    -moz-background-size: contain;
    background-size: cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1.3), rgba(0, 0, 0, 0.3)), url('/go/forrester/templates/TEI/v4/img/TEI-coverphoto_web-min_optimized.png');
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 100% 80%;
}



/*TOGGLE*/



.custom p {
    margin-bottom: 0em;
}

div.custom {
    padding: 1em;
    border-left: 10px solid var(--Primary-Forrester-Green);
    background-color: #f5f5f5eb !important;
    ;
    margin-bottom: 1em;
}

.listWithHeadline ul li.custom {
    list-style-type: none;
}

li.custom {
    padding: 1em;
    border-left: 10px solid var(--Primary-Forrester-Green);
    background-color: #f5f5f5eb !important;
    margin-bottom: 1em;
}

li p.custom {
    padding-left: 0;
    margin-bottom: 1em;
}

ul li.custom p {
    padding-left: 0em;
}

.custom ul li p {
    padding: 0;
}

.custom ul ul li {
    list-style-type: none;
}

.custom {
    background-color: #eee !important;
}

.composite {
    background-color: #FFDE00 !important;
}

.outterToggle {
    background-color: #000;
    border-radius: 0px;
    /*border: 1px solid #434343;*/
    padding: 5px;
    width: 100%;
    height: 100%;
    text-transform: none;
    display: flex;
    justify-content: center;
}

.outterToggle i {
    position: relative;
    left: -6px;
    top: 4px;
}

.outterToggle label {
    width: 42%;
    float: left;
    box-shadow: none !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.outterToggle input[type=radio]+label {
    border-radius: 0px;
    color: #000;
    font-size: 14px;
    border: 0px;
    background-color: #FFDE00 !important;
    padding-left: 5px;
    padding-right: 5px;
    top: -3px;
    letter-spacing: normal;
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}

.outterToggle input[type=radio]+label:hover {
    border-radius: 0px;
    color: #000;
    font-size: 14px;
    border: 0px;
    background-color: #fff !important;
    padding-left: 5px;
    padding-right: 5px;
    top: -3px;
    cursor: pointer;
}

.outterToggle input[type=radio]:checked+label {
    background-color: #000 !Important;
    color: #FFDE00;
    border: 0px;
    border-bottom: 1px solid #FFDE00;
    cursor: default;
}

.reg-input-group .outterToggle input[type=radio]:checked+label {
    background-color: #FFDE00 !Important;
    color: #fff;
}

.outterToggle input[type=radio]+label span {
    position: relative;
    top: 2px;
}

/* Offcanvas */
.offcanvas-header {
    border-bottom: 1px solid #cbcbcb;
}



.offcanvas .row {
    flex-direction: row;
}

.div-input-box {
    margin-top: 12px;
}

.div-input-box p.bold,
.div-input-box h6 {
    color: var(--Secondary-Dark-Green);
}

.div-input-box p {
    margin-bottom: 1em;
    font-size: 16px;
}

.div-input-box p:last-of-type {
    margin-top: 0em;
    margin-bottom: 0em;
}

.reg-input-group {
    border-bottom: 1px solid var(--Color-Neutral-neutral-lighter);
    padding-top: 12px;
    padding-bottom: 12px;
    row-gap: 12px;
}

.reg-input-label,
.label-3 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
    color: #000;
}

.form-check-input[type=radio]:hover,
.form-check-input[type=checkbox]:hover {
    background-color: #E1E1E1;
}

.form-check-input[type=radio] {
    border: 2px solid #000000;
    position: relative;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.5' fill='%23000'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio],
.form-check-input:checked[type=radio]:hover {
    background-color: var(--Gold, #FFDE00);
    border-color: #000000;
}

.form-check-input[type=checkbox] {
    border: 2px solid #000000;
    position: relative;
    border-radius: 0;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFDE00' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=checkbox]:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23E1E1E1' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #000000;
}

.form-check-input:checked[type=checkbox],
.form-check-input:checked[type=checkbox]:active {
    background-color: #000000;
}

.inputsList input[type=radio]:checked+label::after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #000000;
    display: table;
    padding-top: 5px;
    position: absolute;
}

input[type=radio]:checked+label::after {
    content: "";
    width: 100%;
    border-bottom: none;
}

button#submit:hover,
button#voteAgain:hover {
    background-color: #fff;
}

ul.basicInputsList {
    width: 100% !important;
    padding: 0;
}

.microToolInputContent {}

.form-control-plaintext {
    padding: .375rem .75rem;
}

.offcanvas .form-control,
.form-control-plaintext {
    text-align: right;
    margin: 5px 0 5px 0;
    outline: 0;
}

.form-control {
    border: none;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.28px;
}

.form-control:focus {
    background: rgba(0, 0, 0, 0.05);
    border: none;
    border-bottom: 2px solid #000000;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: none;
}

.form-select {
    border: none;
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.28px
}

.form-select:focus {
    border: none;
    border-bottom: 2px solid #000;
}

.offcanvas h3 {
    margin-bottom: 20px;
}

.float-btn-right {
    position: fixed;
    z-index: 1000;
    right: 0px;
    border-radius: 5px 0px 0px 5px;
    top: 200px;
    border: none;
    height: 350px;
    max-width: 100%;
    width: 36px;
    color: #000;
    opacity: 0.90;
}


.float-btn-left {
    position: fixed;
    z-index: 1030;
    left: 0px;
    border-radius: 0px 10px 10px 0px;
    top: 30%;
    border: none;
    max-width: 100%;
    width: 36px;
    color: #000;
    opacity: 0.90;
}

.float-btn-bottom {
    position: fixed;
    z-index: 1000;
    right: 0;
    border-radius: 15px;
    bottom: 0px;
    margin: 0 auto;
    width: 225px;
    color: #000;
    left: 0;
    letter-spacing: normal;
    border: none;
    font-size: 14px;
    height: 0px;
    opacity: 0.90;
    font-weight: 600;
    text-align: center;
}

.offcanvas input[type=radio]:checked+label {
    background-color: #3BB982 !Important;
    border-radius: 0;
    color: #000;
}

.offcanvas input[type=radio]+label {
    background-color: #E8E8E8;
    border-radius: 0;
    color: #0000008c;
}

/* input[type=radio]+label {
    letter-spacing: normal;
    line-height: 20px;
    font-size: 1em;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
} */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #3BB982;
    color: #000;
}

.nav-pills .nav-link {
    background-color: #E8E8E8;
    color: #000;
    font-weight: 600;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
    border-radius: 0px;
    height: 100%;
}

.offcanvasStudy {
    height: calc(100% - 85px);
    width: 600px;
    left: auto;
    border-left: 1px #000 solid;
    top: 85px;
    opacity: .95;
}

.offcanvas-bottom {
    transform: translateX(100%);
}

.custombtn-close {
    color: #fff;
}

.panel-title button {
    background: unset;
    width: 100%;
    text-align: left;
    border: none;
    font-weight: 600;
    padding: 0;
    color: #000;
    display: flex;
    justify-content: space-between;
}

button.accordion-toggle span {
    margin-right: 16px;
}

.float-btn-content {
    margin-left: 32px;
    background: #fff;
    height: 350px;
    top: -36px;
    position: relative;
    color: #000;
    left: 13px;
    padding: 25px 18px 25px 18px;
    max-width: 444px;
    text-align: initial;
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.float-btn-content::-webkit-scrollbar {
    /* WebKit */
    width: 0px;
}

.float-btn-content p {
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
}

.float-btn-content h6 {
    color: #000;
    margin-bottom: 0;
    clear: left;
}

#pdfModal .close {
    font-size: 2.5em;
    color: var(--Primary-Forrester-Green);
    opacity: 1;
    background: none;
    border: none;
    font-weight: 600;
}

.float-btn-content h3 {
    margin-bottom: .5em;
}

button.btn.btn-primary.float-btn:active {
    background-color: #a6e483;
    border: none;
    color: #000;
}

button.btn.btn-primary.float-btn:focus {
    background-color: #a6e483;
    border: none;
    box-shadow: none;
    color: #000;
}

button.btn.btn-primary.float-btn:hover {
    background-color: #a6e483;
    color: #000;
}

.float-btn-text {
    -webkit-transform: rotate(-90deg);
    width: 208px;
    display: flex;
    position: relative;
    right: 89px;
    top: 157px;
    font-size: 20px;
    align-items: center;
}

.float-btn-text.fr-fr {
    width: 285px;
    right: 126px;
}

.float-btn-text.pt-br {
    width: 228px;
    right: 100px;
}

.float-btn-text.es-la {
    width: 260px;
    right: 116px;
}

.float-btn-text.de-de {
    width: 260px;
    right: 116px;
}

.float-btn-bottom.microToolFloatingButton.composite.fr-fr {
    width: 300px;
}

.float-btn-bottom.microToolFloatingButton.composite.pt-br {
    width: 300px;
}

.float-btn-bottom.microToolFloatingButton.es-la {
    width: 300px;
}

.float-btn-bottom.microToolFloatingButton.de-de {
    width: 300px;
}

i.bi.bi-sliders2 {
    padding: 0px 5px;
}

.figureChartContent ul.inputsList,
.surveyRow ul.inputsList {
    list-style: none;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    overflow: hidden;
    padding: 0.6em;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.figureChartContent ul.inputsList li,
.surveyRow ul.inputsList li {
    margin: 0;
    float: left;
    display: inline;
    /* padding-left: 20px; */
    flex: 0 0 auto;
}

.figureChartContent ul.inputsList li:first-child {
    padding-left: 0px;
}

.tableHeaderCustom {
    background-color: #27AFE7;
}

.col-sm-4.keyFindingsMetrics {
    width: 50%;
}


.externalLink-blue:hover,
.blue-btn:hover {
    color: #000
}

.microToolByPassRegButton {}


.regformContainer {
    height: 100%;
    width: 100%;
    z-index: 1;
    /*position: absolute;*/
    z-index: 1000;
    bottom: 0;
}

.regformBlur {
    height: 100%;
    backdrop-filter: blur(20px);
}

.regformContainer .lockCircle {
    border-radius: 56px;
    background: var(--Gold, #FFDE00);
    width: 56px;
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    padding: 4px;
}

.regformStatic .regformBlur {
    bottom: 0;
    position: inherit;
    width: 100%;
    height: 98%;
}

.regformContainerDynamic {}

.regformContainerDynamic .regformFade {
    display: none;
}

.regformBody {
    padding-top: 80px;
    padding-bottom: 80px;
}

.regformStatic .regformBody {}


.regContent {
    margin: 0 auto;
}

.offcanvas .noscroll {
    overflow: hidden;
}

.showDisc {
    list-style: disc;
    margin-left: 1em;
    padding-bottom: 5px;
}

.showDisc p {
    margin-bottom: 0px !important;
}

.showDisc br:active {
    content: "";
    display: block;
    margin: 1.25em 0;
}

.showDisc br {
    content: "";
    display: block;
    margin: .5rem;
}

.showDisc br::after {
    content: " ";
    /* content: " " space ignored */
    float: left;
    margin-right: 0.5rem;
}

li.showDisc br+span {
    /** add spacing for a pargraph associated with list item  **/
    padding-top: 5px;
    display: inline-block;
}

/*TOGGLE SLIDER*/
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 34px;
    width: 80px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    font-size: 12px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-slider:after {
    position: absolute;
    content: "";
    height: 34px;
    width: 42px;
    left: 2px;
    bottom: 0px;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.toggle-slider {}

input:focus+.toggle-slider {}

input:not(:checked)+.toggle-slider:before {
    content: attr(data-content-after);
    color: #000;
    padding-left: 8px;
    top: 8px;
    position: relative;
}

input:not(:checked)+.toggle-slider:after {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(36px);
    content: attr(data-content-before);
    color: #fff;
    padding-left: 12px;
    padding-top: 8px;
}

input:checked+.toggle-slider:before {
    content: attr(data-content-before);
    color: #000;
    position: relative;
    left: 50px;
    top: 8px;
}

input:checked+.toggle-slider:after {
    content: attr(data-content-after);
    color: #fff;
    padding-left: 10px;
    padding-top: 8px;
}

/* Rounded sliders */
.toggle-slider.round {
    border-radius: 34px;
}

.toggle-slider.round:after {
    border-radius: 34px;
}

/*Media Queries max width*/
@media (max-width: 1200px) {}

@media (max-width: 1024px) {

    .microToolVideoContainer {
        width: 75%;
    }

    .intro.tei,
    .intro.tlp {}

    .navbar-header {
        float: none;
    }

    .contentSection h3 {}

    .container,
    .container,
    .intro .container {}

    .navbar-TableOfContents .dropdown-menu {
        min-width: unset;
    }


    .navbar-toggle {
        margin-right: 0;
    }

    .navbar>.container .navbar-brand {}

    .navbar-collapse .container,
    .navbar-fixed-top .container {}

    .navbar-fixed-top .navbar-collapse {
        padding: .5em 1em 1em 1em;
        background: #000 !important;
    }

    .navbar-fixed-top .navbar-collapse .nav a {
        color: #FFF !important;
    }

    .navbar-custom .nav li a {
        float: left;
    }

    .navbar-nav>li {
        float: right;
    }


    .footerLogo {
        margin-left: 0;
        max-height: 100%;
    }

    .intro {}

    .intro .container {}

    .intro h1 {}

    .executiveSummary .col-md-8.bodyContent {
        padding: 0 0 2em 0;
    }

    .col-md-4.sidebar {
        padding: 0;
        width: 100%;
        float: left;
    }

    .modalBtn,
    .btn.externalLink {
        width: 100%;
    }


    .sidebarQuote {
        width: 100% !important;
        padding: 1em;
        margin: 1em auto;
    }

    .col-md-4 .sidebarQuote {
        width: 100%;
    }


    .findingContent,
    .recContent {
        padding-right: 0;
    }


    .figureChartContent ul.inputsList li {
        display: inline;
    }

    .byline .col-md-8 {
        max-width: 70%;
        float: left;
    }

    .byline .col-md-4 {
        max-width: 25%;
        float: left;
    }

    .byline p {
        font-size: 1.25em;
    }

    ul.keyFindingsBodyMetrics {
        display: inline;
        float: left;
        width: 100%;
        padding: 0;
    }

    ul.keyFindingsBodyMetrics li {
        display: inline-block;
        position: relative;
        width: 24%;
        margin-bottom: 2em;
    }

    ul.keyFindingsBodyMetrics li img {
        max-width: 50%;
        margin: 0 auto 1em auto;
        text-align: center;
    }

    ul.keyFindingsBodyMetrics li p {
        color: #083C5C;
        font-weight: 600;
        text-align: center;
        line-height: 1;
    }

    .apendixSidebar {
        padding: 1em;
    }

    .apendixSidebar li {
        width: 100%;
    }

    .apendixSidebar li img {
        max-width: 3.5em;
    }

    .apendixSidebar li p {}

    .contentSection table {
        font-size: 1em;
    }
}

@media (max-width: 992px){
    .surveyRow{
        padding:1.5em;
    }
}

@media (max-width: 768px) {

    .LeftContent {
        margin-top: 20px;
    }

    .LeftNavigation {
        max-height: unset;
        overflow-y: unset !important;
        overflow-x: unset;
        position: unset;
    }


    /* .microToolDownloadButton,
    .regformContainer .btn,
    .mustAcceptCookieNote .btn,
    .registrationPanel .btn,
    .microToolRegistrationButton .btn {
        width: unset;
    } */

    .userCallToActions .microToolDownloadButton,
    .userCallToActions .microToolRegisterButton,
    .userCallToActions .microToolRegistrationButton,
    .userCallToActions .mustAcceptCookieNote,
    .userCallToActions .microToolByPassRegButton {
        /* width: unset;*/
    }

    /*    input[type=radio] + label.custom,
    input[type=radio] + label.composite {
        font-size: 12px;
    }*/

    .CalculateyourROIBody {
        /*        max-height: calc(100vh - 250px);
            overflow-y: scroll !important;
            overflow-x: hidden;*/
    }

    .LeftNavigation {
        max-width: unset;
    }

    .ps-xs-2 {
        padding-left: .5rem !important;
    }

    .pe-xs-2 {
        padding-right: .5rem !important;
    }

    .section,
    section {
        margin-bottom: 20px;
    }

    .intro h1,
    .intro h2 {
        width: 100% !important;
    }

    .sidebarMenu,
    .sidebarMenuimg {}

    .modalBtn,
    .btn.btn.externalLink {
        width: 100%;
    }

    .sidebarMenu {
        float: none;
        clear: both;
    }

    .sidebarQuote.hideResponsiveImage h5 {
        font-size: 2em;
    }

    .container {}


    .intro.tei,
    .intro.tlp {}

    .tei .hero {}

    div.withquote {
        max-width: 100%;
    }

    ul.bodyContentList.withquote {
        max-width: 100%;
    }

    ul.findingsList-fw li {
        width: 100%;
    }

    .col-md-6.iconList {
        padding: 1em;
    }

    .sidebarQuote {
        width: 100% !important;
        padding: 2em;
        margin: 1em auto;
    }

    .sidebarQuote .source {
        font-size: 0.85em;
    }

    .sidebarQuote p {
        font-size: 1.25em;
    }

    .sidebarQuote.statistic .calloutNumber {
        font-size: 40px;
    }

    .col-md-4 .sidebarQuote {
        width: 100%;
    }

    .sidebarQuote h5 .grande {
        text-align: left;
        font-size: 5rem;
    }


    .sidebarQuote h5 {
        font-size: 1.5em;
    }

    .survey h3 {
        margin-bottom: 0;
    }

    .question {
        width: 100%;
        padding: 1.5em;
    }

    .question h6 {
        line-height: 1.125;
    }

    .selection {
        width: 100%;
        margin-top: 1em;
    }

    ul.iconList img {
        height: 4em;
    }

    table {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0px !important;
    }

    .table-responsive {
        border: 0px !important;
    }

    .figureChartContent ul.inputsList {
        height: 100%;
    }

    .figureChartContent ul.inputsList li {
        float: none;
        display: block;
        /* padding: 1em; */
    }


    /* .microToolCarousel.keyRecommendations .carousel-control-prev {
        left: -4em;
    } */

    /* .microToolCarousel.keyRecommendations .carousel-control-next {
        right: -4em;
    } */

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-nav {
        flex-direction: row !important;
    }

    .navbar-expand-md .navbar-toggler-icon {
        display: inline-block !important;
        width: auto;
        height: auto;
    }

    .navbar-collapse {
        display: block;
    }

    span.navbar-toggler-icon::after {
        content: "\F479";
        color: #fff;
        font-family: 'bootstrap-icons';
    }

    img.hexagon {
        height: 4em;
        width: 4em;
        float: left;
    }

    .microToolVideoContainer {
        width: 90%;
    }

    .resultsContent {
        width: 100%;
    }

    .question {
        padding: 0;
    }

    .byline .row {
        display: unset;
    }

    .byline .row p {
        margin-bottom: 1em;
    }

    .icon i.fa {
        font-size: 2em;
    }

    .byline {
        padding: 1.5em 0;
    }

    .byline .col-md-8 {
        max-width: 100%;
        float: none;
        text-align: center;
        padding: 0;
    }

    .byline .col-md-4 {
        text-align: center;
        float: none;
        max-width: 50%;
        margin: 0 auto;
    }

    .byline p {
        padding: 0;
        line-height: 1.25;
        font-size: 1.125em;
    }


    ul.iconList img {
        height: 3em;
        margin-right: 1%;
    }


    .contentSection table {
        font-size: .85em;
    }

    .greenboxContent {}

    .surveyRow{
    padding:1.5em;
}
.survey{
    padding:1em;
}

.donut-col-item p{
    text-align:center;
}

}

@media (max-width: 576px) {}

@media (max-width: 480px) {
    .microToolVideoContainer {
        width: 100%;
    }

    .container>.navbar-header {}

    .keyFindingsBody h3.findingsTitle {}


    .col-md-3.keyFindingsMetrics {
        float: none;
        margin: 0 auto;
    }

    .findingContent,
    .recContent {
        width: 100%;
        text-align: left;
    }

    .greenboxContent {}

    .keyRecs h3.recsTitle {
        text-align: left;
    }

    .icon,
    .keyRecs .icon {
        margin: 0 auto;
    }

    .languageSelectionLabel {
        max-width: 50px;
    }

    .figureChartContent ul.inputsList::-webkit-scrollbar {
        display: none;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .figureChartContent ul.inputsList {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start !important;

    }
}

@media (max-width: 320px) {
    .microToolVideoContainer {
        /*width: 100%;*/
    }
}


/*Media Queries min width*/
@media (min-width: 320px) {
    .sectionContainer {
        top: unset;
    }
}

@media (max-width: 375px) {
    .headerlocalizationContainer {
        flex-direction: column-reverse;
        justify-content: center !important;
        align-items: end !important;
    }

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

@media (min-width: 480px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .modal-dialog {
        width: 60% !important;
        margin: 30px auto;
    }

    .intro {
        padding: 0;
    }

    .sectionContainer {
        top: -80px;
    }

    .sidebarMenuimg {
        /*padding-top: 20px*/
    }

    .js-scroll-fx {
        opacity: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .js-scroll-fx.in-view {
        opacity: 1;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .js-scroll-fx.js-scroll-fx--left {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }

    .js-scroll-fx.js-scroll-fx--right {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
    }
}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {}


/*PRINT STYLES, NOT MEDIA QUERY*/
body.Print {
    background: unset;
}

body.Print .container-fluid {}

body.Print .RightContentWell {
    width: unset;
}

body.Print .intro .contentSection.sectionBody {
    padding: inherit !important;
}

body.Print .sectionWrapper {
    border: unset;
}

body.Print .sectionBody {
    max-width: unset;
}

body.Print .sectionHeader {
    max-width: unset;
}

body.Print .sectionContainer {
    top: 5px !important;
}

body.Print .row .contentPanel {
    max-width: unset !important;
}

body.Print .disclosures .contentSection.sectionBody,
body.Print .projectDirectors .contentSection.sectionBody {
    padding-left: 20px;
    padding-right: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
}

body.Print .container {
    padding-left: 20px;
    padding-right: 120px;
}

body.Print .highcharts-container {
    margin: 0 auto;
}

body.Print highcharts-chart {
    width: 100vw;
    display: block;
}

body.Print .glossaryItem {
    border: none;
    padding: 0px !important;
}

body.Print .microToolChart {
    width: 950px;
}

body.Print .SelectedAnswerTitle{
    display:block;
}

body.Print .instructions,
body.Print .inputsList{
    display:none;
}

body.Print .poll {
    display: none !important;
}

body.Print .total {
    display: block !important;
}

body.Print #voteAgain{
    display:none;
}

body.Print .js-scroll-fx.js-scroll-fx--right,
body.Print .js-scroll-fx.js-scroll-fx--left {
    -webkit-transform: unset;
    transform: unset;
}

body.Print .carousel-inner {
    overflow: unset;
}

body.Print .carousel-item {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
}

body.Print .microToolCarousel.keyRecommendations {
    display: inline;
}

body.Print .carousel-indicators,
body.Print .carousel-control-prev,
body.Print .carousel-control-next {
    display: none;
}


.forresterPrintTitleLogo {
    background-color: #000;
    width: 200px;
    position: absolute;
    top: -36px;
    z-index: 100;
    left: 95px;
}

.forresterPrintTitleTop,
.forresterPrintTitleBottom,
.forresterPrintTitleBottom img {
    height: 600px;
}

.forresterPrintTitleTop .date {
    text-transform: uppercase;
}

body.Print .dot-chart img{
    margin:0 !important;
}


@media print {
    @page {
        size: auto;
        /*margin: 20mm 0 10mm 0;*/
    }

    .pagebreak {
        page-break-before: always;
    }

    html,
    body {
        /*width: 240mm;*/
        /* height: 297mm; */
        /*height: 282mm;*/
        /*font-size: 11px;*/
        /*background: #FFF;*/
        overflow: visible;
    }

    body {
        /*padding-top: 15mm;*/
        margin: 0;
        padding: 0;
        zoom: 70% !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    .table-responsive {
        margin-bottom: 0 !important;
    }

    .highcharts-container {
        margin: 0 auto;
    }
}