﻿/* Reset Styles */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

html {
    width: 100% !important;
    height: 100% !important;
}

body {
    color: #000;
    font-family: 'Arial', 'Helvetica', sans-serif;
    width: 100% !important;
    height: 100% !important;
    font-size: 16px;
    letter-spacing: 0.03em;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

body.body-white {
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    text-transform: none;
    margin: 0 0 35px;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
    font-weight: bold;
}

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: #003D99;
    text-decoration: none;
}
    a:hover {
        text-decoration: underline;
    }

ol.tableOfContents a {
    color: #000000;
}

a.accordion-toggle {
    color: #000000;
}

a.nextLink {
    float: right;
    color: #000000;
    text-decoration: underline !important;
    width: 100%;
    text-align: right;
}

a.accordion-toggle.collapsed {
    color: #000000;
}

.h2,
h2 {
    font-size: 1.75em;
}

.bold {
    font-weight: bold;
}

.error{
    color:red;
}

.microToolCookieConsentFullBtn {
    color: #fff;
    text-decoration: underline;
}

.microToolInstantPoll .downloadPDFDisabled,
.microToolInstantPoll .downloadPDFDisabled:hover {
    background: none;
}

.microToolInstantPoll .microToolCookieConsentFullBtn {
    color: black;
}

.midpointInfo {
    background: #F1f1f1;
    border: 2px solid #888;
    padding: .5em;
    max-width: 170px;
    position: absolute;
    z-index: 99;
    top: 5%;
    right: 0%;
}

.midpointInfo p {
    margin-bottom: 0;
    font-size: .85em;
}

@media all and (max-width: 768px) {
    .midpointInfo {
        bottom: 0;
        top: auto;
    }
}

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


/*CAROUSEL*/

.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: "\e079";
    font-family: Glyphicons Halflings;
    font-size: 30px;
}

.microToolCarouselNav.carousel-control-next-icon::before {
    content: "\e080";
    font-family: Glyphicons Halflings;
    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 .carousel-inner>.item>a>img,
.carousel-inner>.item>img {}

.microToolCarousel .carousel-caption {
    text-shadow: none;
    color: #000;
}

.microToolCarousel .carousel-caption.ontop {
    color: #fff;
}

.microToolCarousel .figureTitle {
    height: 15%;
}

.microToolCarousel .figureCaption {
    width: 100%;
    height: 10%;
    float: left;
    font-size: .85em;
    margin: .5em auto .5em auto;
    color: #000;
}

.microToolCarousel .figureContent {
    height: 75%;
    margin: 0 auto;
    background-color: transparent;
    width: 100%;
}

.microToolCarousel .figureContent img {
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.subNav {
    padding-top: 1em;
}

.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;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.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: 'Glyphicons Halflings';
    content: "\e114";
    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;
}

.panel {
    box-shadow: none;
}

.panel-group {
    max-width: 1150px;
    margin: 0 auto;
}

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

.panel-title {
    font-size: 1.875em;
    margin-bottom: 0.3em;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: unset;
    border-color: unset;
}

.panel-default {
    border-color: unset;
    border: none;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    text-decoration: none;
}

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

.accordionTableMorePanel .accordion-toggle.collapsed:before {
    content: "View More";
    cursor: pointer;
}

.accordionTableMorePanel .accordion-toggle:before {
    content: "View Less";
    cursor: pointer;
}

.accordionTableMorePanel .accordion-toggle.nocontent:before {
    content: '' !important;
}

.accordianViewMore,
.accordianViewLess {
    cursor: pointer;
}

.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;
}

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

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
    color: #808080;
}

.sectionHeader .collapsed {
    padding: 0;
}

.panel-default {
    padding: 0;
}

.panel-default ul {
    padding-left: 1.2em;
    display: inline-block;
}

.panel-default li {
    list-style: disc;
}


/*
.panel-heading li::before {
    content: "\2022";
    color: #000000;
    float: left;
    line-height: 1;
    padding-right: 0;
    margin-right: 1em;
    width: 0px;
    font-size: 1.5em;
    margin-top: -1px;
} */

.accordionTableMorePanelContainer>.small,
.accordionTableMorePanelContainer>.small>a,
.accordionTableMorePanelContainer>a,
.accordionTableMorePanelContainer>small,
.accordionTableMorePanelContainer>small>a {
    text-decoration: none;
}

.accordionTableMorePanelContainer>.small,
.accordionTableMorePanelContainer>.small>a:hover,
.accordionTableMorePanelContainer>a:hover,
.accordionTableMorePanelContainer>small,
.accordionTableMorePanelContainer>small>a:hover {
    text-decoration: none;
}

.accordionTableMorePanelContainer {
    text-align: center;
}

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

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

.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;
    flex-direction: column;
}

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

.container .col-md-8 {
    padding-left: 0;
    float: left;
}

.gdprBottom {
    position: fixed;
    bottom: 0;
}

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

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

hr {
    width: 100%;
}

.btn {
    letter-spacing: 1px;
    font-weight: bold;
}


/* Header Navigation */

.navbar-fixed-top .navbar-collapse {
    padding: 0 0 .5em 0;
}

.container>.navbar-header {
    /*margin-left: 15px;*/
}

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


/*.navbar-custom.top-nav-collapse .navbar-brand {
    width: 4em;
    padding: .5em 0 1em 0;
}*/

.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-custom.top-nav-collapse .navbar-brand .logodark {
    max-height: 3em;
    max-width: 7em;
}*/


/*.navbar-custom.top-nav-collapse {
    background: #000;
    border: 0;
    padding-top: .5em;
    border-top: 5px solid #3399CC;
}*/

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

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

.navbar-fixed-top .container {
    /*width: auto;*/
}

ul.nav.navbar-nav.navbar-left {
    float: right !important;
    margin: 1em 0 0 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;
}


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

.navbar .nav .fa:hover {
    /* color: #005740; */
}

.nav .fa {
    font-size: 20px;
}

.navbar-custom img {
    max-height: 32px;
    height: 22px;
}

.forresterLogoFlex {
    flex: 250px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00563f;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px 30px 37px;
    -webkit-transition: padding .3s;
    transition: padding .3s;
}

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;
}

div.downloadPDFDisabled {
    float: right;
    margin-top: .5em;
    background: #ccc;
    border: 0;
    color: #FFF;
    font-weight: bold;
    padding: .25em .75em;
    border-radius: 2px;
}

div.downloadPDF img,
div.downloadPDFDisabled img {
    max-height: 20px;
    padding-right: 0;
}

div.downloadPDF:hover,
div.downloadPDFDisabled:hover {
    background: #444;
}


/*.top-nav-collapse .icon-bar {
    background: #FFF;
}*/

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


/* Hero Styles */


/*.intro {
    background: url('../img/TEI MCCS Template 2020.png');
   background-color: #3ab982;
    height: 60vh !important;
    text-align: left;
    background-size: cover;
    color: #000;
    display: table;
     text-align: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
    height: 100% !important;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: 340px;
    background-position: 100% 80%;
} */

.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 0 3em;
    position: relative;
    z-index: 1;
    max-width: 1150px !important;
    width: 90%;
}

.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: normal;
    font-size: 1.125em;
    text-transform: uppercase;
}


/* Body Content */

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#buildingContent {
    width: 100%;
    float: left;
}

.row .bodyContent {
    float: left;
    max-width: 1150px !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;
}

.noTopPadding {
    padding-top: 0;
}

.row:not(:first-child) {
    padding-top: 1em;
    padding-bottom: 1em;
}

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

.bodyContent h2::after {
    content: '';
    background-color: #000;
    width: 35px;
    height: 5px;
    display: table;
    margin-top: 20px;
}

.headerImage img {
    float: left;
    margin: 0;
    padding: 0;
    max-height: 200px;
    max-width: 200px;
    display: inline-block;
}

.bodyContent h6 {
    color: #000;
    margin-bottom: 0;
    font-size: 1.5em;
    clear: left;
}

.pullquote {
    color: #00563f;
    font-size: 1.3750em;
    line-height: 1.25;
    margin: 1em 0;
}

.calloutAccent {
    color: #000000;
    font-size: 1.5em;
    line-height: 1.23;
    margin: 1em 0;
    letter-spacing: normal;
}

h3.subhead {
    line-height: 1.21;
    font-size: 1.5em;
    color: #000000;
    margin-bottom: 1em;
    font-weight: bold;
    width: 100%;
    float: left;
}

h5.subhead {
    line-height: 1.25;
    font-size: 1.25em;
    color: #000000;
    margin-bottom: 1em;
    font-weight: bold;
    width: 100%;
    float: left;
    text-transform: uppercase;
}

h5.subhead strong {
    font-weight: 700;
}

.greenboxContent {
    width: 100%;
    display: table;
    background-color: #3BB982;
    padding: 3em 4em 2em;
    margin-bottom: 1em;
}

.greenboxContent img {
    width: 50px;
}

.greenboxContent h5 {}

.greenboxContent h6,
.greenboxContent h3,
.greenboxContent p,
.greenboxContent ul li {
    color: #000;
}


/* Tooltip styles */

.tooltip-inner {
    background-color: #fff;
    color: #000;
    border: 1px solid;
}

.microToolChartToolTip {
    display: block;
    background: rgba(255, 255, 255, .95);
    padding: 9px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 0px;
    max-width: 100%;
}


/* Modal Content */

.module-header {
    background: none repeat scroll 0 0 #003B5C;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    min-height: 34px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.module-quicktutorial-body {
    background-color: #FFF;
    border-top: medium none;
    box-shadow: 0 10px 5px -10px #000 inset;
    color: #454545;
    line-height: 40px;
    padding: 11px 14px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.module-header-title {
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    padding-left: 15px;
    padding-top: 7px;
}

.modalBtn {
    background: #3BB982;
    color: #000;
    /* float: right; */
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
    letter-spacing: 0;
    padding: 1em;
    width: 90%;
    /* margin-left: -2em; */
    font-size: 1em !important;
}

.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%;
}

ul.modalSocial {
    list-style: none;
    float: left;
    margin: 1.5em auto 1em 1em;
    padding: 0;
}

ul.modalSocial li {
    display: inline;
    float: left;
}

ul.modalSocial li a {
    color: #003D99;
}

ul.modalSocial li a:hover {
    color: #3399CC;
    background: transparent;
}

ul.modalSocial a .fa {
    opacity: 1 !important;
}

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

.modal-content {
    float: left;
}

a.microToolDownloadButtonLink,
a.tableOfContentsDropDown {
    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;
}

.modal-content .microToolSocialMediaIcons {
    float: left;
}

#pdfModal .close {
    font-size: 2.5em;
    color: #00563f;
    opacity: 1;
    background:none;
    border:none;
    font-weight:700;
}

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

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

#pdfModal button.downloadPDF {
    float: left;
    background: #003D99;
    color: #FFF;
}

#pdfModal button.downloadPDFDisabled {
    float: left;
    background: #ccc;
    color: #FFF;
}

#pdfModal button.downloadPDF:hover,
#pdfModal button.downloadPDFDisabled:hover {
    background: #3399CC;
}

#pdfModal button.downloadPDF a,
#pdfModal button.downloadPDFDisabled a {
    color: #FFF;
}

#pdfModal ul.modalSocial {
    margin: 1em auto 1em 1em;
}

#pdfModal div.downloadPDF {
    float: left;
    background: #003D99;
    color: #FFF;
    position: relative;
    width: 100px;
}

#pdfModal div.downloadPDFDisabled {
    float: left;
    background: #ccc;
    color: #FFF;
    position: relative;
    width: 100px;
}

#pdfModal div.downloadPDF:hover,
#pdfModal div.downloadPDFDisabled:hover {
    background: #3399CC;
}

#pdfModal div.downloadPDF a,
#pdfModal div.downloadPDFDisabled a {
    color: #FFF;
}

#pdfModal div.downloadPDF img,
#pdfModal div.downloadPDFDisabled img {
    width: 100%;
    position: absolute;
    margin-top: 4px;
}

.externalLink {
    background: #3BB982;
    color: #000000;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
    letter-spacing: 0;
    padding: 1em;
    width: 90%;
    font-size: 1em !important;
    white-space: normal;
    -webkit-appearance: unset;
}

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

.externalLink:hover {
    color: #000;
    background: #FFF;
    opacity: 1;
    border: 1px solid;
}

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


/* Sidebar Menu Styles */

.col-xl-4.sidebar,
.col-lg-4.sidebar,
.col-md-4.sidebar {
    float: left;
    padding-left: 0;
    margin-bottom: 20px;
}

.col-lg-8 .col-md-8.projectDirectors {
    padding-right: 3em;
    float: right;
}

.sidebar.projectDirectors {
    padding-top: 20px;
}

span.projectDirectorsList {
    font-size: 0.875em;
}

.projectDirectors ul {
    margin-left: -42px;
    display: inline-block;
    height: 10px
}

.projectDirectors li {
    margin-bottom: 5px;
    font-size: 0.9em;
    display: inline-block
}

.projectDirectorTitle {
    font-size: 0.875em;
    display: inline-block;
    font-weight: bold;
    margin: 0;
}

.projectDirectors p{
  font-size:0.875em;
}

.sidebar.projectDirectors .sidebarMenu {
    color: #000;
    background: rgba(221, 221, 221, .5);
    padding: 1em 2em;
    border-top: 0px;
}

.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;
}

span.microToolLanguageLink {
    text-transform: none;
}

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

.tlp span.microToolLanguageLink:hover {
    color: #003D2D;
    cursor: pointer
}

.pullRightImage {
    float: right;
    text-align: right;
    margin-bottom: 2em;
}

.pullRightImage img,
.pullRightImage svg {
    padding: 1em 0 1em 1em;
    max-width: 100%;
    width: 90%;
    float: right;
}

.sidebarQuote {
    width: 33%;
    float: right;
    color: #FFF;
    padding: 2em;
    margin: 0em 0 2em 2em;
}

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

.findingItem .sidebarQuote.white {
    padding: 0em !important;
    width: 100%;
}

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

.sidebarQuote.white {
    background: #FFF;
    padding: 1em;
}

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

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

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

.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 .boldheader {
    color: #000000;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 1.5em;
    margin-bottom: 0;
    line-height: 1.21;
}

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

.sidebarQuote h5 .grande {
    font-weight: bold;
    font-size: 3.5em;
    width: 100%;
    float: left;
    line-height: 1;
}

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

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

p.source span p{
    margin:0;
}

.sidebarQuote.white p,
.sidebarQuote.white li {
    color: #000;
    margin-bottom: .1em;
}

.sidebarQuote img {
    max-height: 100px;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}

.sidebarQuote .figureSocial,
.findingsBlockquote .figureSocial {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 1em;
}

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

.sidebarQuote.white .figureTitle,
.sidebarQuote.white .fig2chartSubTitle {
    color: black;
}

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;
}

.findingsBlockquote .figureSocial {
    margin: 1em 0;
    float: none;
    padding-bottom: .125em;
}

.sidebarQuote .shareList,
.findingsBlockquote .figureSocial .shareList {
    float: left;
    list-style: none;
}

.sidebarQuote .shareList li,
.findingsBlockquote .figureSocial .shareList li {
    display: inline;
}

.sidebarQuote .shareList a i.fa.fa-fw,
.findingsBlockquote .shareList a i.fa.fa-fw {
    color: #FFF !important;
    opacity: 1 !important;
}

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

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

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


/*
.bodyContentList li::before {
    content: "\2022";
    color: #000000;
    float: left;
    line-height: 1;
    padding-right: 0;
    margin-right: 1em;
    width: 0px;
    font-size: 1.5em;
    margin-top: -1px;
} */

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;
}

td .bodyContentList li {
    /*margin-bottom: 0px*/
}

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

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

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

.bodyContentList.listWithHeadline .bodyContentSubList li:before {
    /*margin-top: -10px;*/
}


/*
.bodyContentList li::before {
    content: "■ ";
    color: #003B5C;
    float: left;
    line-height: 1;
    padding-right: 0;
    margin-right: 0em;
    width: 0px;
    font-size: 1.5em;
    margin-top: -1px;
} */

.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: 1em;
}

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

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

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

.listWithHeadline p {
    clear: none;
    /* margin-left: 2em; */
}


/* Figure Styles */

.figure {
    width: 100%;
    float: left;
    clear: both;
    margin: 1em auto;
}

.figureChartContent img {
    margin: 0 auto;
    display: table;
    width: 80%;
}

.pollFigure {
    width: 100%;
    /*float: right;*/
}

.figureChartContent {
    /* padding: 1em;*/
    width: 100%;
}

button.downloadPDF img {
    max-height: 20px;
    padding-right: 0;
}

button.downloadPDF:hover {
    background: #444;
}

.fakeDisabledButton {
    width: 66px;
    background: #ccc;
    color: #aaa;
    cursor: default;
    height: 35px;
    clear: both;
    padding-right: 7px;
    float: right;
    padding-left: 7px;
    padding-top: 5px;
}

.fakeDisabledButton a,
.fakeDisabledButton:hover,
.fakeDisabledButton:hover a {
    color: #aaa;
    cursor: default;
}

.chartData {
    background: #FFF;
    /* padding: 1em; */
    width: 100%;
    display: block;
    float: left;
}

.centerChart {
    width: 80%;
    margin: 0 auto;
}

.leftChart {
    width: 50%;
    float: left;
}

.rightChart {
    width: 50%;
    float: left;
}

.chartContent {
    position: relative;
    width: 100%;
    display: block;
}

.benefitModule img {
    max-width: 100%;
    margin-bottom: 2em;
}


/* Hero Styles */


/*
.intro {
    background: url('../img/forrester-tei-hero.jpg');
   height: 60vh !important; /
    text-align: left;
    background-size: cover;
} */

.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: 3em;
    line-height: 1.1;
    font-weight: 700;
    width: 60%;
}

.intro h2 {
    font-size: 1.75em;
    line-height: 1.5;
    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;
}

.contentSection {
    overflow: hidden;
}

.contentSection .row {
    padding-bottom: 2em;
}

.row:not(:first-child) {
    padding-top: 1em;
}

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

.pullquote {
    color: #003B5C;
    font-size: 1.75em;
    line-height: 1.25;
    margin: 1em 0;
}


/* Sidebar Menu Styles */

.col-md-4.sidebar {
    padding-left: 0;
}

.sidebarMenu {
    background: #e8e8e8;
    color: #000;
    border-top: none;
    padding: 2em;
    width: 90%;
    float: left;
}

.sidebarMenuimg {
    background: #ffffff;
    color: #000;
    border: solid 1px #e8e8e8;
    padding: 2em;
    width: 90%;
    float: left;
}

.sidebarMenuimg img {
    margin-bottom: 1em;
    max-width: 158px;
    max-height: 100px;
}

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

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

ul.tableOfContents li {
    margin-bottom: 1em;
    line-height: 1.25;
    font-size: 1em;
}

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

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;
}

.pullRightImage {
    float: right;
    text-align: right;
    margin-bottom: 2em;
}

.pullRightImage img,
.pullRightImage svg {
    padding: 1em 0 1em 1em;
    max-width: 100%;
    width: 90%;
    float: right;
}

.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;
}

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

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


/* Figure Styles */

.figure {
    width: 100%;
    float: left;
    clear: both;
    margin: 1em auto;
    position: relative;
}

.figure h4.figureTitle {
    color: #000000;
}

.figureChartContent {
    /*  padding: 1em; */
    width: 100%;
    float: left;
    margin-bottom: 1em;
}

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

p.instructions {
    /*
    color: #003B5C;
    font-style: italic;
    font-weight: bold;*/
}

.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;
}

.figureSocial {
    width: 5%;
    float: right;
    padding-left: 1em;
    text-align: right;
}

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

.figureSocial.inlineSocial {
    width: 100%;
    float: left;
}

.inlineSocial ul.shareList {
    display: inline;
    float: left;
}

.inlineSocial ul.shareList li {
    display: inline;
    float: left;
}

.shareList a i.fa.fa-fw {
    color: #003B5C;
    opacity: 1 !important;
}

.shareList a i.fa.fa-fw:hover {
    color: #3399CC;
}

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

h6.figureTitle {
    font-size: 0.813em;
    text-transform: uppercase;
}

.embeddedVideo {
    padding-bottom: 30px;
    padding-top: 20px;
}

.embeddedVideo video {
    width: 100%;
}

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


/* Poll Styles */

.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 p.figureCaption {
    margin-left: 20px;
}

.surveyRow {
    background-color: #FBDC00;
    margin-bottom: 2em;
}

.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,
.poll2,
.poll3,
.poll4,
.poll5,
.microToolInstantPollInputs {
    width: 100%;
    float: left;
    display: table;
}

.poll h6,
.poll2 h6,
.poll3 h6,
.poll4 h6,
.poll5 h6,
.microToolInstantPollInputs h6 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 0;
}

.poll h3,
.poll2 h3,
.poll3 h3,
.poll4 h3,
.poll5 h3,
.microToolInstantPollInputs h3 {
    margin-bottom: .5em;
    line-height: 1.25;
}

.question {}

.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;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

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

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

input[type=radio]+label {
    cursor: pointer;
    font-size: 1em;
    margin: 0;
    font-size: 1em;
    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,
.total2,
.total3,
.total4,
.total5,
.microToolInstantPollResults {
    margin: 0 auto;
    display: none;
    position: relative;
}

.total h3,
.total2 h3,
.total3 h3,
.total4 h3,
.total5 h3,
.microToolInstantPollResults h3 {
    line-height: 1.25;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.total h4,
.microToolInstantPollResults h4 {}

.total button,
.total2 button,
.total3 button,
.total4 button,
.total5 button,
.microToolInstantPollResults button {
    position: relative;
    top: 5px;
}

.display {
    display: block;
}

.displayHide {
    display: none;
}

.hideSectionsWhenNotRegistered {
    display: none;
}

.resultsContent {
    width: 80%;
    margin: 0 auto;
    /*float: left;*/
}

.resultsContentLeft {
    width: 49%;
    float: left;
    /*margin-right: 1em;*/
}

.resultsContentRight {
    width: 49%;
    float: left;
    background: #467F1A;
    color: #FFF;
    padding: 2em;
}

.resultsContentCenter {
    width: 98%;
}

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

.resultsContent .figureSocial {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 1em;
}

.resultsContent .shareList {
    float: left;
    list-style: none;
}

.resultsContent .shareList li {
    display: inline;
}

.resultsContent .shareList a i.fa.fa-fw {
    color: #FFF;
    opacity: 1 !important;
}

.resultsContent .shareList a i.fa.fa-fw:hover {
    color: #3399CC;
}

.resultsContentCenter .shareList a i.fa.fa-fw {
    color: #003D99;
}

.resultsContentCenter .figureSocial {
    color: #003D99;
    margin-top: 0em;
    margin-bottom: 1em;
}


/*Key Benefits*/

.keyBenefitsBody {
    background: #a6d383;
    color: #000000;
    padding: 2.75em 0em 2.75em 0em;
    margin-top: 5em;
}

.keyBenefitsBody .keyFindingsMetrics .findingItem .icon.hexagon {
    float: left;
}


/* Key Findings */

.keyFindingsBody {
    background: #ffffff;
    color: #000000;
    padding: 5.75em 0em 2em 0em;
}

.keyFindingsBody h3.findingsTitle {
    font-size: 1.5em;
}

.keyFindingsBody h3.findingsTitle::after {
    content: '';
    background-color: #000000;
    width: 35px;
    height: 5px;
    display: table;
    margin-top: 20px;
}

.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: 1.3750em;
    margin-bottom: 0.56em;
    line-height: 1.25;
    margin-top: 0.56em;
    letter-spacing: normal;
    color: #000;
    /* display: inline-block; */
    /* margin: 0 auto; */
}

.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;
}


/*Key findings social media icons*/

.keyFindingsBody .shareList a i.fa.fa-fw {
    color: #fff !important;
}

.keyFindingsBody .shareList a i.fa.fa-fw :hover {
    color: #fff !important;
}

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

.sidebarQuote.white .shareList a i.fa.fa-fw {
    color: #003D99 !important;
}

.keyFindingsBody .sidebarQuote {
    background: transparent;
    width: 100%;
    padding: 0;
}

.keyFindingsBodyMetrics .figureSocial {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    float: none;
}

.keyFindingsBody ul.shareList {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.keyFindingsBody ul.shareList li {
    margin-bottom: 1em;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    float: none;
    display: inline;
    width: auto;
    padding: 2%;
    margin-bottom: 0;
}

ul.keyFindingsBodyMetrics li p.metric {
    text-align: left
}

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

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


/*
    li.findingItem:last-child {
        margin-bottom: 1em;
    } */

ul.findingsList-fw {
    float: left;
    width: 100%;
    /*margin-bottom: 4em;*/
    padding: 0em;
    display: flex;
    flex-flow: wrap;
}

ul.findingsList-fw li {
    margin-bottom: 0;
    width: 50%;
}

ul.findingsList-fw ul li {
    list-style-type: disc;
}

.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 i.fa {
    font-size: 3em;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.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;
}

.col-md-3 .icon {
    width: 10em;
}

.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%;
}

.findingsBlockquote {
    width: 98%;
    margin: 0 auto;
    display: block;
    padding: 2em;
    background: rgba(0, 61, 153, .7);
    color: #FFF;
}

.findingsBlockquote h5 {
    margin-bottom: 0;
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 400;
}

ul.keyFindingsBodyMetrics {
    list-style: none;
    padding: 0 2em 0 0;
}

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

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

ul.keyFindingsBodyMetrics li p {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    font-size: 1.25em;
}

ul.keyFindingsBodyMetrics li p.metric {
    font-weight: 400;
    line-height: 1.25;
}


/* Video Embed */

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


/* Key Recomendations */
/*
.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;
}

.recsList {}

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;
}

.keyRecs .icon {
    float: left;
    background: #003B5C;
    border-radius: 50%;
    height: 5em;
    width: 5em;
    margin-right: 4%;
    text-align: center;
    vertical-align: middle;
    display: table;
}

.keyRecs .icon i.fa {
    font-size: 3em;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.recContent {
    width: 83%;
    float: left;
    padding-right: 10%;
}

#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: 1em;
    line-height: 23px;
}

.disclosures p {
    font-size: 0.813em;
    margin-bottom: .75em;
    line-height: 18px;
    color: #444;
}

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

.disclosures.noTopMargin {
    margin-top: 0;
}


/* Icon List */

.col-md-5.framework {
    float: left;
    padding: 0;
}

.col-md-6.iconList {
    float: right;
    padding: 0;
}

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

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

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

.imgLeft {
    float: left;
    width: 4em;
}

.itemMeta {
    float: right;
    width: 80%;
}

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

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

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

#framework ul.iconList .imgLeft:after {
    content: '\f175';
    font-family: fontawesome;
    font-size: 2em;
    display: block;
    text-align: center;
}

#framework ul.iconList>li:last-child>.imgLeft:after {
    content: '';
}

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

.contentSection h3 {
    margin-bottom: .5em;
    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: 5px;
    margin-bottom: 0px;
    color: #fff;
}

.tableHeader {
    background: #3BB982;
    color: #000000;
}

img.contentPieChart {
    max-width: 100%;
}

img.contentBarChart {
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

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

img.chart.half-width {
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

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

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


/* 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 {
    border-bottom: 2px solid #DDD;
}

thead th {
    text-transform: uppercase;
}

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

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;
}

.tablecontainer {
    width: 100%;
    max-width: 960px;
}

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

.table>tbody>tr:nth-of-type(even) {
    background: #e7e6e6;
}

.collapseControlRow {
    background: #FFF !important;
}

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

.customFade {
    opacity: .3;
}

.customPreFade {
    opacity: .7;
}


/* Apendix */


/* .apendix h2 {
    margin-bottom: 0;
} */

.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;
}

.apendix p.source,
p.refItem,
p.caption {
    font-size: .85em;
    padding-bottom: .5em;
    color: #333333;
    line-height: 1.125;
    margin-bottom: 0;
}

.blueBody {
    color: #083C5C;
}

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 span {
    font-weight: bold;
    color: #000000;
}

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: #444;
    color: #FFF;
    padding: 3em 0;
}

.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: 1.25em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

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

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

.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 .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%;
}

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


.showDisc {
    list-style: disc;
    margin-left: 1em;
}

/* 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 .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%;
}

.hybrid-tlp a {
    text-decoration: none;
}

.hybrid-tlp a:hover {
    text-decoration: underline;
}

.hybrid-tlp .panel-title a:hover {
    text-decoration: none;
}

.hybrid-tlp .surveyRow {
    background-color: #3BB982;
}

.hybrid-tlp .survey {
    width: 100%;
    float: left;
    padding: 5px;
    clear: both;
    background-color: #3BB982;
}

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

.hybrid-tlp div.custom {
    padding: 1em;
    border-left: 10px solid #ffde00;
    background-color: #f5f5f5eb !important;
    ;
    margin-bottom: 1em;
}

.hybrid-tlp li.custom {
    padding: 1em;
    border-left: 10px solid #ffde00;
    background-color: #f5f5f5eb !important;
    ;
    margin-bottom: 1em;
}

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

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

.hybrid-tlp .custom ul li p {
    padding: 0;
}

.hybrid-tlp .custom {
    background-color: #ffde00 !important;
}

.hybrid-tlp .composite {
    background-color: #3BB982 !important;
}


.hybrid-tlp .offcanvas-header {
    border-bottom: 1px solid #cbcbcb;
}

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

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

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

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

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

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

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

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

.hybrid-tlp .microTool_content.contentPanel {
    padding-top: 20px;
    position: relative;
}

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

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

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

.hybrid-tlp .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;
}

.hybrid-tlp .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;
}

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

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

.hybrid-tlp input[type=radio]+label {
    letter-spacing: normal;
}

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

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

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

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

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

.hybrid-tlp .custombtn-close {
    color: #fff;
}

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

.hybrid-tlp .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;

    -ms-overflow-style: none;
}


.hybrid-tlp .float-btn-content::-webkit-scrollbar {
    
    width: 0px;
}

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

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

.hybrid-tlp #pdfModal .close {
    font-size: 2.5em;
    color: #00563f;
    opacity: 1;
    background: none;
    border: none;
    font-weight: 700;
}

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

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

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

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

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

.hybrid-tlp i.fa.fa-sliders {
    font-size: 30px;
    padding: 0px 5px;
}

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

.hybrid-tlp .figureChartContent ul.inputsList li,
.hybrid-tlp .surveyRow ul.inputsList li {
    margin: 0;
    float: left;
    display: inline;
    padding: 1em;
}

.hybrid-tlp .tableHeaderCustom {
    background-color: #ffde00;
}

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

.hybrid-tlp .microToolDownloadButton {
    margin-top: .5em;
    color: #FFF;
    font-weight: bold;
    padding: .25em .75em;
    cursor: pointer;
    border: solid 1px #ffffff;
    text-transform: none;
    background: #000;
}

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

.hybrid-tlp .microToolDownloadButton:hover {
    background-color: #ffde00;
    color: #000;
}

.hybrid-tlp .regformContainer {
    height: calc(100vh - 300px);
    background: #eaeaeaeb;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 62px;
}

.hybrid-tlp .regformContainer .btn {
    margin-top: .5em;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    border: solid 1px #ffffff;
    text-decoration: none;
    background: #000;
}

.hybrid-tlp .mustAcceptCookieNote {
    text-align: center;
}

.hybrid-tlp .regContent {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

.hybrid-tlp .offcanvas .noscroll {
    overflow: hidden;
}

@media (max-width: 655px) {
    .hybrid-tlp .col-sm-4.keyFindingsMetrics {
        width: 50%;
    }
}

@media only screen and (max-width: 550px) {
    .hybrid-tlp .float-btn {
        height: 70px;
    }
    .hybrid-tlp .float-btn-text {
        top: -70px !important;
    }
    .hybrid-tlp .float-btn-text span {
        display: none !important;
    }
}
*/

@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 0 4em;
        width: 90%;
    }
    .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: 90%;
    }
    .sidebarMenu {
        float: none;
        clear: both;
    }
    .sidebarQuote {
        width: 100% !important;
        padding: 1em;
        margin: 1em auto;
    }
    .col-md-4 .sidebarQuote {
        width: 100%;
    }
    .resultsContentLeft,
    .resultsContentRight {
        width: 100%;
    }
    .resultsContentLeft {
        padding: .5em .5em 0 .5em;
    }
    .findingContent,
    .recContent {
        padding-right: 0;
    }
    .figureChartContent ul.inputsList {}
    .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: .9em;
    }
}

@media (max-width: 768px) {
    .intro h1,
    .intro h2 {
        width: 100% !important;
    }
    .sidebarMenu,
    .sidebarMenuimg {
        width: 100%;
    }
    .modalBtn,
    .btn.btn.externalLink {
        width: 100%;
    }
    .sidebarQuote.hideResponsiveImage img.chart,
    .sidebarQuote.hideResponsiveImage img.sidebarIcon {
        display: none;
    }
    .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;
    }
    .centerChart {
        width: 100%;
    }
    .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: "\e055";
        color: #fff;
        font-family: 'Glyphicons Halflings';
    }
}

@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;
    }
    .imgLeft {
        width: 4em;
    }
    .itemMeta {
        width: 83%;
    }
    ul.iconList img {
        height: 3em;
        margin-right: 1%;
    }
    ul.keyFindingsBodyMetrics li {
        width: 49%;
    }
    .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;
    }
    .pullRightImage {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .pullRightImage img,
    .pullRightImage svg {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .findingsBlockquote {
        width: 100%;
    }
    .itemMeta {
        width: 80%;
    }
}

@media (max-width: 320px) {
    .itemMeta {
        width: 70%;
    }
}

@media screen and (max-width: 1000px) {
    .leftChart {
        width: 100%;
    }
    .rightChart {
        width: 100%;
    }
}

@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);
    }
}