﻿body {
    color: #000;
    font-family: 'Arial', 'Helvetica', sans-serif;
    width: 100% !important;
    height: 100% !important;
    font-size: 18px;
    letter-spacing: 0.03em;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #000 !important;
}

h1,
h2,
h4,
h5,
h6 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    text-transform: none;
    margin-bottom: 1em;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
    font-weight: bold;
    font-size: 1em;
}

h3 {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

p,
li,
th,
td {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1em;
    font-family: 'Arial', 'Helvetica', sans-serif;
    letter-spacing: 0px;
}

li {
    list-style: none;
}

a {
    color: #000;
}

    a:hover {
        text-decoration: underline;
        color: #27AFE7;
    }

ol.tableOfContents a {
    color: #000000;
}

.h2,
h2 {
    font-size: 1.75em;
}

.bold {
    font-weight: bold;
}

.Hide,
.displayHide,
.SourceHide {
    display: none !important;
}

hr {
    width: 100%;
}

.showDisc {
    list-style: disc;
    margin-left: 1em;
}


.navbar .container {
    max-width: 1140px;
    padding: 0;
    width: 100%;
}

.container {
    max-width: 100%;
    width: 100%;
}

    .container.intro-body {
        max-width: 960px;
    }

.row {
    padding-left: 1em;
    padding-right: 1em;
}

    .row.white {
        background: #FFF;
        margin-top: 2em;
    }

.container .col-md-8 {
    padding-left: 0;
    float: left;
}

/*Header*/


.microToolCookieConsentFullBtn {
    /* color: #fff; */
    /* text-decoration: underline; */
}

/*NavBar*/

.navbar-TableOfContents {
    float: left;
    margin-top: .5em;
    background: none;
}

    .navbar-TableOfContents .tableOfContents a {
        color: #000;
        /* text-decoration: none; */
        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: #003D2D;
}

.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 {
    max-width: 950px;
    margin: 0 auto;
}

.panel-heading {
    padding: 10px 0px;
}

.panel-title {
    font-size: 1.5em;
    margin-bottom: 0.3em;
    margin-top: 2em;
}

.panel-default > .panel-heading {
    color: #000;
    background-color: unset;
    border-color: unset;
}

.panel-default {
    border-color: unset;
    border: none;
    padding: 0;
}


.panel-title button {
    background: unset;
    width: 100%;
    text-align: left;
    border: none;
    font-weight: 700;
    padding: 0;
    color: #000;
}

.accordianViewMore,
.accordianViewLess {
    cursor: pointer;
}


.panel-heading .accordion-toggle.collapsed:after {
    content: "\F282";
}

.panel-heading .accordion-toggle:after {
    font-family: 'bootstrap-icons';
    content: "\F286";
    float: right;
    color: #000000;
}


.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;
}


/*Embed Videos*/

.embeddedVideo {
    padding-bottom: 30px;
    padding-top: 20px;
}

    .embeddedVideo video {
        width: 100%;
    }

.microToolVideoContainer {
    width: 100%;
    /*inherit; 675px;*/
    height: 100%;
    /*inherit; 383px;*/
}

    .microToolVideoContainer iframe {
        width: 100%;
        /*inherit; 675px;*/
        height: 100%;
        /*inherit; 383px;*/
        max-width: inherit;
        z-index: 9998;
        /*position: absolute;*/
        /*top: 0px;*/
        /*left: 0px;*/
        display: block;
    }

    .microToolVideoContainer .microToolVideoOverlay {
        width: 100%;
        /*inherit; 675px;*/
        height: 100%;
        /*inherit; 383px;*/
        max-width: inherit;
        z-index: 9999;
        /* this is on top */
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        cursor: pointer;
    }

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 {
    padding-left: 0;
}

.navbar-fixed-bottom .navbar-collapse,
.fixed-top .navbar-collapse {
    max-height: 400px;
}

.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;
    /*margin: 1em 0 0 0;*/
}

.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: #003D2D;
    padding: 15px;
}

.nav .bi {
    font-size: 20px;
    padding: 5px;
}

.navbar-custom img {
    max-height: 32px;
    height: 22px;
}

span.microToolLanguageLink {
    text-transform: none;
}

    span.microToolLanguageLink:hover {
        color: #3BB982;
        cursor: pointer
    }

.tlp span.microToolLanguageLink:hover {
    color: #003D2D;
    cursor: pointer
}


a.microToolDownloadButtonLink,
a.tableOfContentsDropDown,
a.microToolOutboundButtonLink {
    color: #FFF !important;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}

    a.tableOfContentsDropDown:hover {
        color: #FFF !important;
        text-decoration: none;
        text-transform: none;
        font-weight: normal;
    }

/*Buttons*/
.btn {
    letter-spacing: 1px;
    font-weight: bold;
}

button.downloadPDF img {
    max-height: 20px;
    padding-right: 0;
}

button.downloadPDF:hover {
    background: #444;
}


button.downloadPDF {
    float: right;
    margin-top: .5em;
    background: #3399CC;
    border: 0;
    color: #FFF;
    font-weight: bold;
    padding: .25em .75em;
    border-radius: 2px;
}

    button.downloadPDF img {
        max-height: 20px;
        padding-right: 0;
    }

    button.downloadPDF:hover {
        background: #444;
    }

div.downloadPDF {
    float: right;
    /* margin-top: .5em;*/
    color: #FFF;
    /* font-weight: bold; */
    padding: .25em .75em;
    border-radius: 2px;
    cursor: pointer;
    border: solid 1px #ffffff;
    text-transform: none;
}

.tlp div.downloadPDF {
    float: right;
    margin-top: .5em;
    color: #FFF;
    font-weight: bold;
    padding: .25em .75em;
    border-radius: 2px;
    cursor: pointer;
    border: solid 1px #ffffff;
    text-transform: none;
    background-color: #003D2D;
}

.hybrid-tei div.downloadPDF {
    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.downloadPDF:hover,
div.downloadPDFDisabled:hover {
    background: #444;
}

.hybrid-tei div.downloadPDF:hover,
div.downloadPDFDisabled:hover {
    background: #ffde00;
    color: #000 !important;
}

.navbar-toggle .icon-bar {
    width: 24px;
}

.externalLink, .yellow-btn {
    background: #FFDE00;
    color: #000000;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
    letter-spacing: 0;
    padding: 1em;
    width: auto;
    font-size: 1em !important;
    white-space: normal;
    -webkit-appearance: unset;
    /* float: right; */
    border-radius: 0;
    border-bottom: 2px solid #000000;
}

.btn.externalLink a {
    color: #000;
    text-decoration: none;
}

.externalLink:hover {
    color: #000;
    background: #FFF;
    opacity: 1;
    border: 1px solid;
    text-decoration: underline;
}

.externalLink:focus,
.externalLink:visited {
    color: #000;
    border: 1px solid;
    box-shadow: none;
}


/* Hero Styles */

.intro:before {
    /*background: rgba(0, 0, 0, 0.5);*/
    content: "";
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.intro .container {
    display: table;
    vertical-align: middle;
    padding: 10em 1em 3em;
    position: relative;
    z-index: 1;
    max-width: 950px !important;
    width: 100%;
}

.intro h2 {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 400;
    width: 65%;
}

.intro h3 {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: .5em;
}

.intro .date {
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    color: #8c8c8c;
}


.intro.tlp {
    background-color: #003D2D;
    text-align: left;
    color: #fff;
    display: table;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .intro.tlp:before {
        /*background: rgba(0, 0, 0, 0.5);*/
        content: "";
        left: 0;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .intro.tlp .container {
        -moz-background-size: contain;
        background-size: cover;
        background: url(../img/DTLP-BannerOption7.png);
        background-repeat: no-repeat;
        background-size: 340px;
        background-position: 100% 80%;
    }

        .intro.tlp .container.DTLP-BannerOption1 {
            -moz-background-size: contain;
            background-size: cover;
            background: url(../img/DTLP-BannerOption1.png);
            background-repeat: no-repeat;
            background-size: 340px;
            background-position: 100% 80%;
        }

        .intro.tlp .container.DTLP-BannerOption2 {
            -moz-background-size: contain;
            background-size: cover;
            background: url(../img/DTLP-BannerOption2.png);
            background-repeat: no-repeat;
            background-size: 340px;
            background-position: 100% 80%;
        }

        .intro.tlp .container.DTLP-BannerOption3 {
            -moz-background-size: contain;
            background-size: cover;
            background: url(../img/DTLP-BannerOption3.png);
            background-repeat: no-repeat;
            background-size: 340px;
            background-position: 100% 80%;
        }

        .intro.tlp .container.DTLP-BannerOption4 {
            -moz-background-size: contain;
            background-size: cover;
            background: url(../img/DTLP-BannerOption4.png);
            background-repeat: no-repeat;
            background-size: 340px;
            background-position: 100% 80%;
        }

        .intro.tlp .container.DTLP-BannerOption5 {
            -moz-background-size: contain;
            background-size: cover;
            background: url(../img/DTLP-BannerOption5.png);
            background-repeat: no-repeat;
            background-size: 340px;
            background-position: 100% 80%;
        }

        .intro.tlp .container.DTLP-BannerOption6 {
            -moz-background-size: contain;
            background-size: cover;
            background: url(../img/DTLP-BannerOption6.png);
            background-repeat: no-repeat;
            background-size: 340px;
            background-position: 100% 80%;
        }

        .intro.tlp .container.DTLP-BannerOption7 {
            -moz-background-size: contain;
            background-size: cover;
            background: url(../img/DTLP-BannerOption7.png);
            background-repeat: no-repeat;
            background-size: 340px;
            background-position: 100% 80%;
        }

        .intro.tlp .container.DTLP-BannerOption8 {
            -moz-background-size: contain;
            background-size: cover;
            background: url(../img/DTLP-BannerOption8.png);
            background-repeat: no-repeat;
            background-size: 340px;
            background-position: 100% 80%;
        }

        .intro.tlp .container.DTLP-BannerOption9 {
            -moz-background-size: contain;
            background-size: cover;
            background: url(../img/DTLP-BannerOption9.png);
            background-repeat: no-repeat;
            background-size: 340px;
            background-position: 100% 80%;
        }

        .intro.tlp .container.DTLP-BannerOption10 {
            -moz-background-size: contain;
            background-size: cover;
            background: url(../img/DTLP-BannerOption10.png);
            background-repeat: no-repeat;
            background-size: 340px;
            background-position: 100% 80%;
        }

        .intro.tlp .container.DTLP-BannerOption11 {
            -moz-background-size: contain;
            background-size: cover;
            background: url(../img/DTLP-BannerOption11.png);
            background-repeat: no-repeat;
            background-size: 340px;
            background-position: 100% 80%;
        }

        .intro.tlp .container.DTLP-BannerOption12 {
            -moz-background-size: contain;
            background-size: cover;
            background: url(../img/DTLP-BannerOption12.png);
            background-repeat: no-repeat;
            background-size: 340px;
            background-position: 100% 80%;
        }

.intro.tei {
    background-color: #000;
    text-align: left;
    color: #fff;
    display: table;
    width: 100%;
    overflow: hidden;
    position: relative;
}


    /*.tei .hero{
    width: 100%;
    margin: 0 auto;
    background-image: url('../img/TEI MCCS Template 2020.png');
    background-repeat: no-repeat;
    background-position: 100% 70%;
    max-width: 1500px;
    }*/

    .intro.tei:before {
        background: rgba(0, 0, 0, 0.5);
        content: "";
        left: 0;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: -9;
    }

.intro.tei {
    -moz-background-size: contain;
    background-size: cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1.3), rgba(0, 0, 0, 0.3)), url('../img/TEI-coverphoto_web-min_optimized.png');
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 100% 80%;
}

/*
.intro.tei .container {
    -moz-background-size: contain;
    background-size: cover;
    background: url('../img/TEI MCCS Template 2020.png');
    background-repeat: no-repeat;
    background-size: 340px;
    background-position: 100% 80%;
}
*/


/* Body Content */

.hideSectionsWhenNotRegistered {
    display: none;
}

section,
.section {
    position: relative;
    z-index: 992;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    /*padding: 3em 0;*/
    border-bottom: solid 1px #d9d9d9;
}

.tlp .sectionHeader {
    max-width: 100% !important;
    width: 100%;
    padding: 20px 15px 20px 15px;
    background-color: #e8e8e8;
}

.sectionHeader {
    max-width: 100% !important;
    width: 100%;
    padding: 20px 15px 20px 15px;
    background-color: #fff;
}

.sectionBody {
    padding-bottom: 20px;
}

.sectionHeaderExpanded {
    background-color: #fff !important;
}


.row .bodyContent {
    float: left;
    max-width: 950px !important;
    margin: 0 auto;
    padding: 0;
}

#executiveSummary .bodyContent p {
    clear: none;
}

.projectDirectors::before {
    content: "";
    background-color: #000000;
    width: 68px;
    height: 2px;
    display: table;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.contentSection {
    overflow: hidden;
}


.bodyContent h2 {
    margin-bottom: 0.5em;
    font-weight: 700;
    line-height: 1.1;
}

.bodyContent h6 {
    color: #000;
    margin-bottom: 0;
    font-size: 1.5em;
    clear: left;
}

h5.subhead {
    line-height: 1.25;
    font-size: 1.2em;
    color: #000000;
    margin-bottom: 1em;
    font-weight: 400;
    width: 100%;
    float: left;
    text-transform: none;
}

.sidebarQuote.greenboxContent h3 {
    margin: 0em 0em 1em;
    line-height: 1.21;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebarQuote.greenboxContent h4 {
    font-size: 1.2em;
    width: 100%;
    margin-bottom: .5em;
    font-weight: 600;
}

.sidebarQuote.greenboxContent h2 {
    font-size: 1.2em;
    width: 100%;
    margin-bottom: .5em;
    font-weight: 600;
}

.sidebarQuote.greenboxContent h5 {
    margin-bottom: 1em;
    line-height: 1.21;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebarQuote.greenboxContent {
    background: #3BB982;
    padding: 2em;
    margin-bottom: 1em;
    /*border-left: 10px solid #3BB982 !important;*/
    font-size: 1em;
}


.greenboxContent img {
    width: 50px;
}

.greenboxContent p,
.greenboxContent ul li {
    color: #000;
    font-size: 1em !important;
}


.sidebarQuote {
    padding: 2em;
    margin: 4em 0em;
}


.figure .sidebarQuote {
    width: 100%;
    float: right;
    background: #ffffff;
    color: #000000;
    padding: 2em;
    margin: 0em 0 2em 2em;
}

.sidebarQuote.white {
    background: #FFF;
    padding: 0em 2em;
}

.tlp .sidebarQuote.white.border-left {
    border-left: 10px solid #000 !important;
}

.sidebarQuote.black {
    background: #000;
    color: #fff;
    padding: 2em;
    margin-bottom: 1em;
    /*border-left: 10px solid #3BB982 !important;*/
}

    .sidebarQuote.black h5 {
        color: #3BB982;
        margin-bottom: 1em;
        font-size: 1.2em;
        line-height: 1.21;
        font-weight: bold;
        text-transform: uppercase;
    }

.sidebarQuote.white.number .calloutText {
    font-size: 1.25em;
    font-weight: normal;
    line-height: normal;
}

.sidebarQuote.white.number .calloutNumber {
    font-size: 2.5em;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
}

.sidebarQuote.statistic {
    padding: 0em
}

    .sidebarQuote.statistic div {
        align-items: center;
    }

    .sidebarQuote.statistic .icon {
        height: 4em;
        width: 4em;
    }

    .sidebarQuote.statistic .calloutText {
        font-size: 1.25em;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 0.25em;
    }

    .sidebarQuote.statistic .calloutNumber {
        font-size: 2.5em;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0;
    }

.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: bold;
}

.sidebarQuote.white h5 {
    color: #000000;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 1.5em;
}

.sidebarQuote h5 strong {
    font-weight: 700;
}

.sidebarQuote .source {
    line-height: 1.5em;
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 0;
    font-weight: bold;
    color: #828282;
    text-transform: uppercase;
}

.source {
    line-height: 1.44;
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 0;
    /* font-style: italic; */
}

.sidebarQuote p {
    color: #000;
    margin-bottom: unset;
    font-size: 1.5em;
    /* padding: 0em 2em; */
    line-height: 1.5em;
}

.sidebarQuote li {
    font-size: 1.2em;
    list-style: disc;
    /* margin-bottom: 0; */
}
/*
.sidebarQuote img {
    max-height: 100px;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}
*/
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%;
    /* float: left; */
    height: auto;
    width: 100%;
}

ul.bodyContentList {
    width: 100%;
    /* float: left; */
    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%;
    /* float: left; */
    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-right: 1em;*/
    padding-top: 5px;
}

.bodyContentList li p {
    margin-bottom: 0;
    clear: none;
    text-indent: 0;
    line-height: 1.5;
    margin-right: 1.75em;
    /*margin-left: 1.75em;*/
}

.bodyContentList li h6 {
    text-indent: 0;
    /*margin-left: 1.30em;*/
    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;
}

    .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;
    /* margin-left: 2em; */
}



/* Key Findings */

.keyFindingsBody {
    background: #000000;
    color: #ffffff;
    padding: 2em;
    margin-top: 4em;
}

    .keyFindingsBody h3.findingsTitle {
        margin-top: 2em;
        margin-bottom: 2em;
    }


    .keyFindingsBody p.findingsSubhead {
        margin-bottom: .5em;
        font-size: 1.25em;
        float: left;
    }

    .keyFindingsBody ul.findingsList {
        list-style: disc;
    }

    .keyFindingsBody ul p.findingsSubhead {
        margin-bottom: 2em;
        font-size: 1.25em;
        width: 100%;
        margin-right: 10%;
    }

        .keyFindingsBody ul p.findingsSubhead span {
            font-weight: bold;
        }

    .keyFindingsBody h6 {
        font-size: 2.5em;
        line-height: 1.25;
        /* margin-top: 0.56em;*/
        letter-spacing: normal;
        color: #fff;
        text-align: left;
        margin-bottom: 0;
        /* display: inline-block; */
        /* margin: 0 auto; */
    }

    .keyFindingsBody p {
        text-align: left;
        clear: both !important;
        margin-top: 1em;
        margin-bottom: 0;
        font-size: 1em;
        text-transform: uppercase;
    }

.keyFindingsMetrics {
    padding-left: 0;
    min-height: 300px;
}

.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;
    /* list-style: none; */
}


/*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 {
    /* float: left; */
    /* background: #00563f; */
    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;
        /* padding: 5%; */
        margin-top: 10%;
        border-radius: 50%;
        background-color: #00563f;
    }

img.hexagon {
    height: 5em;
    width: 5em;
    float: left;
}

.icon img {
    width: 125px;
    height: auto;
    float: left;
    padding-bottom: 1em;
}

/*.sidebarQuote .icon {
    display: unset !important;
    margin: unset !Important;
}*/

.col-md-3 .icon {
    width: 173px;
    height: 227.812px;
}

.findingContent {
    width: 90%;
    float: left;
    /*padding-left: 2%;*/
    margin-top: 1em;
}

.findingsSubhead {
    /* font-size: 1.5em; */
    font-weight: bold;
    /* color: #00563f; */
}

.findingContent h6 {
    font-size: 1.375em;
    color: #000000;
}

.keyFindingsBody .container .col-md-8 {
    float: left;
}

#financialSummary .findingContent {
    width: 78%;
}

ul.keyFindingsBodyMetrics li {
    text-align: center;
    margin-bottom: 4em;
}

/* Modal Content */

.modalBtn {
    background: #3BB982;
    color: #000;
    /* float: right; */
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
    letter-spacing: 0;
    padding: 1em;
    width: 100%;
    /* margin-left: -2em; */
    font-size: 1em !important;
    float: right;
}

    .modalBtn:hover {
        color: #000;
        background: #fff;
        border: 1px solid;
        opacity: 1;
    }

    .modalBtn:focus,
    .modalBtn:visited {
        /*color: #FFF !important; */
        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;
    }

@media (min-width: 768px) {
    .modal-dialog {
        width: 60% !important;
        margin: 30px auto;
    }

    .intro {
        padding: 0;
    }
}

/* Sidebar Menu Styles */

.sidebar {
    padding-right: 0;
    margin-bottom: 20px;
}

.col-lg-8 .col-md-8.projectDirectors {
    padding-right: 3em;
    float: right;
}

.projectDirectors p {
    font-size: 1em;
    line-height: 1.65em;
    margin-bottom:unset;
}


.sidebarMenu h4 {
    font-size: 1.5em;
    margin-bottom: 0;
}

ul.tableOfContents {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

    ul.tableOfContents li {
        margin-bottom: 1em;
        line-height: 1.25;
        font-size: 1em;
    }

    ul.tableOfContents a {
        /* color: #FFF; */
        text-decoration: underline;
    }

        ul.tableOfContents a:hover {
            color: #3BB982 !important;
        }

.tlp ul.tableOfContents a:hover {
    color: #003D2D !important;
}


/* Figure Styles */

.figureChartContent img {
    /* margin: 0 auto; */
    /* display: table; */
    /* width: 80%; */
}

.figureChartContent {
    /* padding: 1em;*/
    width: 100%;
}

/* Hero Styles */

.intro:before {
    /*background: rgba(0, 0, 0, 0.15);*/
    content: "";
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.intro h1 {
    font-size: 2.5em;
    line-height: 1.1;
    font-weight: 700;
    width: 60%;
}

.intro h2 {
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 400;
}

.intro h3 {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: .5em;
}


/* Body Content */

.executiveSummary .col-md-8.bodyContent {
    padding-left: 0;
    padding-right: 3em;
}

.executiveSummaryContent {
    /* float: left; */
    padding-bottom: 20px;
    /* max-width: 800px; */
}

.contentSection {
    overflow: hidden;
}

.bodyContent h2 {
    margin-bottom: 0.5em;
    font-weight: 700;
    line-height: 1.1;
}



/* Sidebar Menu Styles */

.col-md-4.sidebar {
    padding-left: 0;
}

.sidebarMenu {
    /* background: #e8e8e8; */
    color: #000;
    border-top: none;
    /* padding: 2em; */
    width: 100%;
    float: right;
}

.sidebarMenuimg {
    background: #ffffff;
    color: #000;
    /* border: solid 1px #e8e8e8; */
    /* padding: 2em; */
    width: 100%;
    float: right;
}

    .sidebarMenuimg img {
        margin-bottom: 1em;
        max-width: 200px;
        max-height: 100px;
    }

.sidebarMenu h4 {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 2em;
}

ul.tableOfContents {
    margin-top: 20px;
}

    ul.tableOfContents li {
        margin-bottom: 1em;
        line-height: 1.25;
        font-size: 1em;
    }

    ul.tableOfContents a {
        /* 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;
        }

.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%;
    /* float: left; */
    /* clear: both; */
    /* margin: 1em auto; */
    /* position: relative; */
}

    .figure h4.figureTitle {
        color: #000000;
        font-size: 1.2em;
        font-weight: 700;
    }

.figureChartContent {
    padding: 1em;
    width: 100%;
    /* float: left; */
    margin-bottom: 1em;
}

.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;
        /*margin-right: 4em;*/
    }

        .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: 700;
}

h6.figureTitle {
    font-size: 0.813em;
    text-transform: uppercase;
}

.figureCaption {
    width: 100%;
    /* float: left; */
    font-size: .85em;
    margin: .5em auto 2em auto;
    color: #000;
}

/* Poll Styles */
.microToolInstantPoll .microToolCookieConsentFullBtn {
    color: black;
}

.pollFigure {
    width: 100%;
    /*float: right;*/
}

.parentbox {
    /* position: absolute; */
    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: #FBDC00;
    padding-top: 1em;
    padding-bottom: 1em;
}

.survey {
    width: 100%;
    float: left;
    padding: 5px;
    clear: both;
    background-color: #FBDC00;
}

    .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;
}

.poll h4 {
    font-size: 14px;
}

.pollFigure h4.figureTitle {
    font-size: 14px;
    margin: 0;
}

.poll {
    width: 100%;
    float: left;
    display: table;
}

    .poll h6 {
        color: #000;
        font-size: 1.5em;
        margin-bottom: 0;
    }

    .poll h3 {
        margin-bottom: .5em;
        line-height: 1.25;
    }


.selection {
    float: left;
    width: 100%;
}

.question h4 {
    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;
}

.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 {
    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;
}

.selection input[type="checkbox"]: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;
}

.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;
}


input:not(:checked) + .toggle-slider.toggle-content-onoff:after {
    content: "Off";
}

input:checked + .toggle-slider.toggle-content-onoff:after {
    content: "On";
}

input:not(:checked) + .toggle-slider.toggle-content-yesno:after {
    content: "No";
}

input:checked + .toggle-slider.toggle-content-yesno:after {
    content: "Yes";
}

input:not(:checked) + .toggle-slider.toggle-content-enableddisabled:after {
    content: "Disabled";
    padding-left: 30px;
}

input:checked + .toggle-slider.toggle-content-enableddisabled:after {
    content: "Enabled";
}

.inputsList li {
    list-style: none;
    cursor: pointer;
}

input[type=radio] + label {
    cursor: pointer;
    font-size: 1em;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}

input[type=radio]:checked + label {
    color: #000000;
    font-weight: bold;
}

    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;
}

button#submit,
.microToolInstantPollSubmitButton {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #000;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    letter-spacing: 0px;
    padding: .25em .75em;
    float: right;
    border: solid 1px #000000;
}

    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: 700;
    font-size: 1.25em;
    letter-spacing: 0px;
    padding: .25em .75em;
    float: right;
    border: solid 1px #000000;
}

.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: 250px;
}

.microToolCarouselNav {
    width: 50px;
    height: 50px;
    background: none !important;
    text-shadow: none;
    box-shadow: none;
    opacity: 1;
    border-radius: 50px;
    color: #515960;
}

.microToolCarousel .carousel-control-prev,
.microToolCarousel .carousel-control-next {
    background-image: linear-gradient(to right, #000 0, #0000 0%);
    height: 100%;
    width: 100px;
}

.microToolCarousel .carousel-control {
    opacity: 1;
}

.microToolCarouselNav.carousel-control-prev-icon::before {
    content: "\F284";
    font-family: 'bootstrap-icons';
    font-size: 30px;
}

.microToolCarouselNav.carousel-control-next-icon::before {
    content: "\F285";
    font-family: 'bootstrap-icons';
    font-size: 30px;
}

.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;
}

.microToolCarousel .carousel-indicators {
    bottom: 0px !important;
    margin-bottom: 0px !important;
}

    .microToolCarousel .carousel-indicators li {
        background-color: #d8d8d8;
        width: 18px;
        height: 18px;
        border-radius: 50%;
    }

.carousel-dark .carousel-indicators [data-bs-target] {
    border-radius: 50%;
    height: 18px;
    width: 18px;
}

.microToolCarousel .carousel-indicators .active {
    background-color: #00563f;
}

.microToolCarousel .carousel-inner {
    height: 400px;
    width: 100%;
}

    .microToolCarousel .carousel-inner > .item {
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 40px;
    }

.microToolCarousel.keyRecommendations .carousel-indicators {
    margin-bottom: 0em !important;
    bottom: -2em !important;
}

.microToolCarousel.keyRecommendations {
    width: 90%;
    margin: 0 auto;
}

.microToolCarousel .carousel-inner {
    height: 100%;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 3em 0em 3em 0em;
}

.keyRecs h3.recsTitle {
    font-size: 2em;
}

.keyRecs h6 {
    font-size: 1.125em;
    margin-bottom: 0;
}

.recsList .itemMeta {
    float: left;
    margin-left: 3em;
}

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 */

.disclosureBody {
    background-color: rgba(221, 221, 221, .5);
    /*padding: 4em;*/
    margin-top: 3em;
}

    .disclosureBody .disclosures {
        background: none;
    }

.disclosures {
    background: rgba(221, 221, 221, .5);
    padding: 1em;
    float: left;
    margin-top: 3em;
    margin-bottom: 2em;
    width: 100%;
}

    .disclosures h4 {
        margin-bottom: 0.5em;
        font-size: 0.8em;
        line-height: 1em;
        font-weight: bold;
    }

    .disclosures p {
        font-size: 0.8em;
        margin-bottom: .75em;
        line-height: 1.5em;
        color: #444;
    }

        .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;
    /* background-color: #000; */
}

ol.iconList li {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 1em;
    list-style: auto;
}

    ol.iconList li::marker {
        color: #39b881;
        font-weight: bold;
    }

ul.iconList li {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 1em;
}

ul.iconList img {
    float: left;
    width: 50px;
    height: 50px;
    padding-right: 1em;
}


.itemMeta {
    /*float: right;*/
    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 {
    margin-top: 2em;
    margin-bottom: 2em;
    float: left;
    width: 100%;
    /* font-size: 1.5em; */
}

.contentSection table {
    width: 100%;
    background: #FFF;
    margin-bottom: 2em;
    color: #333;
    text-align: left;
    font-size: 1em;
}

h3.tableTitle {
    float: left;
    width: 100%;
    background: #000000;
    margin: 0;
    font-size: 1em;
    padding: 10px;
    margin-bottom: 0px;
    color: #fff;
}

.tableHeader {
    background: #3BB982;
    color: #000000;
}

    .tableHeader th {
        white-space: nowrap;
    }


img.chart {
    max-width: 100%;
    max-height: unset;
}


.sidebarQuote img.chart {
    max-height: 200px !important;
}


/* Table Styles */

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 {
    /*float: left;*/
    width: 100%;
    margin-bottom: 2em;
}

    .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;
}


/* 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: bold;
    font-size: 1.125em;
}

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: bold;
        color: #000000;
    }

.apendixSidebar {
    background: rgba(221, 221, 221, .5);
    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: bold;
        margin-bottom: 0;
        font-size: 1.125em;
    }

    .apendixSidebar li p {
        text-indent: 0;
        /* padding-left: 5em; */
    }

/* Footer Styles */

section.footer {
    background: #000000;
    color: #AAAAAA;
    padding: 3em 0;
}

.footer .container {
    max-width: 950px;
}

.footer .col-sm-3 {
    width: 50%;
    margin-bottom: 1em;
}

.footerLogo {
    max-height: 2em;
    /*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;
    text-transform: uppercase;
    color: #AAAAAA;
}

.footer a {
    color: #AAA;
    text-decoration: underline;
}

    .footer a:hover {
        color: #AAA;
        text-decoration: underline;
    }

.checkboxInput:hover,
.checkboxInput: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 {
        background: rgba(0, 0, 0, 0.5);
        content: "";
        left: 0;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: -9;
    }


.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%;
}

/*    .intro.hybrid-tlp .container {
        -moz-background-size: contain;
        background-size: cover;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1.3), rgba(0, 0, 0, 0.3)), url('../img/TEI-coverphoto_web.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 100% 80%;
    }*/
/*
a {
    text-decoration: none;
}
*/
/*
    a:hover {
        text-decoration: underline;
    }
    */

.surveyRow {
    background-color: #3BB982;
}

.survey {
    width: 100%;
    float: left;
    padding: 5px;
    clear: both;
    background-color: #3BB982;
}

.custom p {
    margin-bottom: 0em;
}

div.custom {
    padding: 1em;
    border-left: 10px solid #27AFE7;
    background-color: #f5f5f5eb !important;
    ;
    margin-bottom: 1em;
}

.listWithHeadline ul li.custom {
    list-style-type: none;
}

li.custom {
    padding: 1em;
    border-left: 10px solid #27AFE7;
    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: #27AFE7 !important;
}

.composite {
    background-color: #3BB982 !important;
}

/* Offcanvas */

.offcanvas-header {
    border-bottom: 1px solid #cbcbcb;
}

.offcanvas input[type=radio]:checked + label.custom {
    background-color: #27AFE7 !Important;
    border-radius: 0;
    color: #000;
}

.offcanvas input[type=radio]:checked + label.composite {
    background-color: #3BB982 !Important;
    border-radius: 0;
    color: #000;
}

.offcanvas input[type=radio] + label.composite {
    background-color: #E8E8E8 !important;
    border-radius: 0;
    color: #0000008c;
}

.offcanvas input[type=radio] + label.custom {
    background-color: #E8E8E8 !important;
    border-radius: 0;
    color: #0000008c;
}

.offcanvas .row {
    flex-direction: row;
}

.div-input-box {
    margin-top: 1em;
}

.inputsList input[type=radio]:checked + label::after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #000000;
    display: table;
    padding-top: 10px;
    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;
}

.microTool_content.contentPanel {
    padding-top: 20px;
    position: relative;
}

.form-control-plaintext {
    padding: .375rem .75rem;
}

.offcanvas .form-control,
.form-control-plaintext {
    text-align: right;
    margin: 5px 0 5px 0;
    outline: 0;
}

.form-control {
    font-size: 21px;
}

.offcanvas h3 {
    margin-bottom: 20px;
}

.float-btn {
    position: fixed;
    z-index: 1000;
    right: 0px;
    border-radius: 5px 0px 0px 5px;
    top: 200px;
    border: none;
    height: 350px;
    max-width: 100%;
    width: 52px;
    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: 700;
    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;
}

.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: bold;
}

.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: 700;
    padding: 0;
    color: #000;
}

.float-btn-content {
    margin-left: 32px;
    background: #fff;
    height: 350px;
    top: -36px;
    position: relative;
    color: #000;
    left: 13px;
    padding: 25px 18px 25px 18px;
    /* margin: 0; */
    /* z-index: 2000; */
    max-width: 444px;
    text-align: initial;
    /*overflow:auto;*/
    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;
        /* font-size: 1.5em; */
        clear: left;
    }

#pdfModal .close {
    font-size: 2.5em;
    color: #00563f;
    opacity: 1;
    background: none;
    border: none;
    font-weight: 700;
}

.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;
    /* text-align: left; */
    position: relative;
    right: 89px;
    top: 157px;
    font-size: 20px;
    /* text-align: center; */
    /* margin: 0 auto; */
    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 {
    /* margin: 0; */
    list-style: none;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    overflow: hidden;
}

    .figureChartContent ul.inputsList li,
    .surveyRow ul.inputsList li {
        margin: 0;
        float: left;
        display: inline;
        padding: 1em;
        /*margin-right: 4em;*/
    }

.tableHeaderCustom {
    background-color: #27AFE7;
}

.col-sm-4.keyFindingsMetrics {
    width: 50%;
}

.microToolDownloadButton,
.mustAcceptCookieNote,
.gotoRegisterBtn {
    /* margin-top: .5em; */
    color: #FFF;
    /* font-weight: bold; */
    /* padding: 10px; */
    /* cursor: pointer; */
    /* border: solid 1px #ffffff; */
    /* text-decoration: none; */
    background: #000;
    /* display: inline; */
}


    .microToolDownloadButton,
    .regformContainer .btn,
    .mustAcceptCookieNote .btn,
    .registrationPanel .btn {
        margin-top: .5em;
        color: #FFF;
        font-weight: bold;
        padding: 10px;
        cursor: pointer;
        border: solid 1px #ffffff;
        text-decoration: none;
        background: #000;
        display: inline;
    }

.btn:focus {
    box-shadow: none;
    outline: none;
}


.hybrid-tei .microToolDownloadButton:hover,
.mustAcceptCookieNote:hover,
.gotoRegisterBtn:hover {
    background-color: #ffde00 !important;
    color: #000 !important;
}

.regformContainer {
    height: calc(100vh - 300px);
    background: #eaeaeaeb;
    width: 100%;
    z-index: 1;
    position: absolute;
    /* top: 62px; */
}

.mustAcceptCookieNote {
    text-align: center;
}

.regContent {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

.offcanvas .noscroll {
    overflow: hidden;
}

@media (max-width: 655px) {
    .col-sm-4.keyFindingsMetrics {
        width: 50%;
    }
}

@media only screen and (max-width: 550px) {
    .float-btn {
        height: 70px;
    }

    .float-btn-text {
        top: -70px !important;
    }

        .float-btn-text span {
            display: none !important;
        }
}

.showDisc {
    list-style: disc;
    margin-left: 1em;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 34px;
}

    /*TOGGLE SLIDER*/
    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    /* Forrester add */
    text-align: left;
    color: #fff;
    font-size: 0.7em;
    padding-top: 9px;
    padding-left: 2px;
    font-weight: normal;
}

    .toggle-slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        /*left: 4px;*/
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:not(:checked) + .toggle-slider:before {
    left: 4px;
}

input:checked + .toggle-slider:before {
    left: 18px;
}

input:checked + .toggle-slider {
    background-color: #3BB982;
}

    /*input:focus + .toggle-slider {*/
    /*box-shadow: 0 0 1px #003d99;*/
    /*}*/
    input:checked + .toggle-slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

/* Forrester add */
input:not(:checked) + .toggle-slider.toggle-content-onoff:after,
input:not(:checked) + .toggle-slider.toggle-content-yesno:after,
input:not(:checked) + .toggle-slider.toggle-content-data:after {
    padding-left: 46px;
}




input:not(:checked) + .toggle-slider.toggle-content-data:after {
    content: attr(data-content-after);
}

input:checked + .toggle-slider.toggle-content-data:after {
    content: attr(data-content-before);
    padding-left: 8px;
}

.toggle-switch-width-lg {
    width: 90px;
}

input:checked + .toggle-slider.toggle-content-enableddisabled:before,
input:checked + .toggle-slider.toggle-content-data-enableddisabled:before {
    -webkit-transform: translateX(56px);
    -ms-transform: translateX(56px);
    transform: translateX(56px);
}


/* Rounded sliders */
.toggle-slider.round {
    border-radius: 34px;
}

    .toggle-slider.round:before {
        border-radius: 50%;
    }


@media (min-width: 990px) {
    .navbar-custom {
        /*border-bottom: 0;
        letter-spacing: 1px;*/
    }
}

@media (max-width: 990px) {
    .intro .container {
        background-image: none !important;
    }

    .navbar-header {
        float: none;
    }

    .container,
    .container,
    .intro .container {
        margin: 0 auto !important;
    }

    /*
        .container > .navbar-header {
            width: 100%;
            padding: 0;
            margin: 0 auto;
        } */
    .navbar-toggle {
        margin-right: 0;
    }

    .navbar > .container .navbar-brand {
        margin-left: 0;
    }

    .navbar-collapse .container,
    .navbar-fixed-top .container {
        /*width: 90%;
        margin-right: 6%;*/
    }

    .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;
    }

    /*
    div.downloadPDF {
        margin-top: -0.5em;
    } */
    .footerLogo {
        margin-left: 0;
        max-height: 100%;
    }

    .intro {
        /* height: 45vh !important; */
    }

        .intro .container {
            padding: 8em 1em 4em;
            width: 100%;
        }

        .intro h1 {
            font-size: 2.5em;
            margin-bottom: 0em;
        }

    .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%;
    }

    .sidebarMenu {
        float: none;
        clear: both;
    }

    .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: bold;
                text-align: center;
                line-height: 1;
            }

    .apendixSidebar {
        padding: 1em;
    }

        .apendixSidebar li {
            width: 100%;
        }

            .apendixSidebar li img {
                max-width: 3.5em;
            }

            .apendixSidebar li p {
                /* padding-left: 4em; */
            }

    .contentSection table {
        font-size: 1em;
    }
}

@media (max-width: 768px) {

    .intro h1,
    .intro h2 {
        width: 100% !important;
    }

    .sidebarMenu,
    .sidebarMenuimg {
        width: 100%;
    }

    .modalBtn,
    .btn.btn.externalLink {
        width: 100%;
    }



    .sidebarQuote.hideResponsiveImage h5 {
        font-size: 2em;
    }

    .container {
    }

    .intro {
        height: 36vh !important;
    }

        .intro .container {
            background-image: none !important;
        }

        .intro h1 {
            font-size: 2.5em;
            margin-bottom: 0;
        }

        .intro h2 {
            font-size: 1.5em;
            line-height: 1;
        }

        .intro h3 {
            font-size: 1.25em;
        }

    .tei .hero {
        background-image: none !important;
    }

    div.withquote {
        max-width: 100%;
    }

    ul.bodyContentList.withquote {
        max-width: 100%;
    }

    ul.findingsList-fw li {
        width: 100%;
    }

    .sidebarQuote {
        width: 100% !important;
        padding: 1em;
        margin: 1em auto;
    }

        .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 h4 {
            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;
    }

    table td.ref,
    table th.ref,
    table td.calculation,
    table th.calculation {
        display: none;
    }

    .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';
    }
}

@media (max-width: 655px) {
    .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;
        }

    .itemMeta {
        width: 83%;
    }

    ul.iconList img {
        height: 3em;
        margin-right: 1%;
    }


    .contentSection table {
        font-size: .85em;
    }

    .greenboxContent {
        padding: 3em 2em 2em !important;
    }
}

@media (max-width: 480px) {
    .container > .navbar-header {
        margin: 0;
    }

    .keyFindingsBody h3.findingsTitle {
    }

    .findingContent,
    .recContent {
        width: 100%;
        text-align: left;
    }

    .greenboxContent {
        padding: 3em 2em 2em;
    }

    .keyRecs h3.recsTitle {
        text-align: left;
    }

    .icon,
    .keyRecs .icon {
        margin: 0 auto;
    }

    .itemMeta {
        width: 80%;
    }
}

@media (max-width: 320px) {
    .itemMeta {
        width: 70%;
    }
}


@media (min-width: 768px) {
    .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);
        }
}
