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

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


html,
body {
    font-family:'Proxima-Nova', 'Arial', 'Helvetica', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    background-attachment: fixed;

}

body {
    display: none;
}

.sourceFilePreview {
    display: block !important;
}


/* HERO*/
.hero_container {
    /*background-image: url("../images/forrester_bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 51%;*/
    /*background-position: 100% 38%;*/
    /* background-position-x: 80%; */
    overflow: hidden;
    /* max-width:1235px; */
    margin: 0 auto;
    position: relative;
    /* padding:0px 15px 0px 15px; */
    min-height: 450px;
    display: flex;
    align-items: center;
    position: relative;
    /* opacity: 0.5; */
}

.hero_content {
    /*width:60%;*/
}

.hero_bg {
    background-image: url("../img/ashim-d-silva-WeYamle9fDM-unsplash.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: 100% 25%;*/
    position: absolute;
    right: 0;
    opacity: 0.3;
    height: auto;
    min-height: 450px;
    height: 100%;
    /*max-width: 700px;*/
    width: 100%;
    z-index: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

/*QUESTION*/
.inputRow {
    /* max-width: 1200px; */
    margin: 0 auto;
    background-color: #3BB982;
    align-items: center;
    display: flex;
}

.resultsRow {
    height: calc(100vh - 67px);
    /* min-height:900px; */
    /*display:flex;*/
    margin: 0 auto;
    padding: 67px 0px;
    align-items: center;
    /* overflow: auto; */
}

.resultsRow:last-child {
    padding-bottom: 0px;
    align-content: center;
    /*height: calc(100vh - 900px);
    min-height: 868px;*/
    height: unset;
}


.didyouknowblockContent {
    border-left: 10px solid #000 !important;
    padding: 0em 1em 0em;
}

.chartContent {
    /*padding: 50px 0px;*/
    display: flex;
    /*align-items: center;*/
}

.didyouknowblockContent h4 {
    text-transform: uppercase;
    font-size: 20px;
}

.source p {
    font-size: 13px;
    margin: 0;
}


.Hide {
    display: none !important;
}

/*Progress*/
.progressCount {
    text-align: center;
    margin: 10px;
    font-weight: 600;
    /* bottom: 0; */
    /* position: absolute; */
}



/*Checkbox & Radio*/

.form-check-input:checked {
    background-color: #000;
}

.form-check-input {
    background-color: #fff;
}


/*RATING INPUT*/

.ratingInputContainer {
    line-height: 30px;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    float: left;
    width: 400px;
}

.ratingInputContainer span {
    padding-left: 4%;
    padding-right: 4%;
    cursor: hand;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 12%;
    text-align: center;
    border: 1px solid #000;
    margin-right: 4%;
}

.ratingInputContainer span:hover {
    background-color: #000;
    color: #fff;
}

.ratingInputSelected {
    background-color: #000 !important;
    color: #fff !important;
}


#footer {
    z-index: 1;
    background-color: #444;
    color: #fff;
}


a.microToolCookieConsentFullBtn.footer {
    color: #fff;
}

.footer {
    max-width: 1000px;
}

.footerLogo {
    width: 120px;
    margin: 10px 0px;
}

a {
    color: #003d99;
    z-index: 10;
    text-decoration: none;
}

p {
    z-index: 1;
    font-size: 18px;
}


.microToolIntroduction div {}



#microTool_container {
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1600px;
}


.finalResultsPanel h4 {
    color: #000;
    font-weight: 700 !important;
}

h4 {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
}


/*custom h4 */

h4 {
    font-size: 18px !important;
    font-weight: bold;
    padding: 10px 0 !important;
}


.microTool_header {
    /*position: fixed;*/
    z-index: 100;
    width: 100%;
}

#microTool_header {
    padding: 0px;
    position: relative;
    background-color: #fff;
}

#microTool_header #header_section {
    max-width: 1600px;
    position: relative;
    margin-left: 6%;
    height: 68px;
    margin-right: 6%;
}

#microTool_content {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 0px;
}


#microToolRegButton {
    background: none repeat scroll 0 0 #003d99;
    border-radius: 2px;
    box-shadow: 0 6px 5px -5px #B9B9B9;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    padding: 3px 7px;
    position: absolute;
    right: -20px;
    top: 0px;
    width: auto;
    cursor: pointer;
    text-decoration: none;
}

/*Language Globe Dropdown*/

.languageDropDown .btn,
.languageDropDown .btn:hover,
.languageDropDown .btn:active,
.languageDropDown .btn:focus {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

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

.microToolLanguageLink:hover,
.microToolLanguageLink:focus,
.microToolLanguageLink:active {
    background-color: #e9ecef;
    color: #1e2125;
}


.sectionHeaderTextInfo {
    font-size: 12px;
}

#topUl {
    list-style: outside;
    padding-left: 15px;
    border-bottom: 2px solid #003d99;
}

#topUl li {
    padding-bottom: 10px;
}

#topOl li {
    padding-bottom: 10px;
}

.microToolButton {}

.microToolButton.left {
    float: left;
    margin-left: 330px;
}

.microToolButton.right {
    float: right;
}

.microToolButton.closeBtn {
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 5px 10px 5px 10px;
    background-color: #000;
    cursor: pointer;
}

.microToolButton.startBtn {
    background-color: #000 !important;
    border: 0px;
}


/*MODAL*/

.modal-title {
    font-weight: 600;
}


.error {
    color: red;
    text-align: center;
}

.pointsValidationMessage.error {
    color: red;
    text-align: left !important;
}

.lowerNavContainer .btn {
    float: right;
}

.lowerNavContainer .navBtn .mpix2 {}

.textInputAfterRadio {
    margin-left: 60px;
    margin-top: 25px;
    margin-bottom: 10px;
}

#pnlInformationBody {
    text-align: left;
    line-height: 30px;
}

#pnlpnlInputErrorBody {
    text-align: left;
    line-height: 30px;
    width: 90%;
    min-height: 150px;
}

#pnlpnlInputErrorBody .Sub-Footer {
    width: 100%;
    padding-top: 5px;
    margin-top: 5px;
}


.results1Left {
    width: 80px;
    float: left;
}

.results1Right {
    width: 200px;
    float: right;
    margin: 0px 10px 5px 0px;
}


.bulletLegend {
    display: inline-block;
    height: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.bulletCharts {
    width: 800px;
    height: 75px;
    margin: 0 auto;
    background: #F6F6F6;
    display: inline-block;
}

.resultBody {
    width: 100%;
    margin: 0 auto;
}


.resultsBtn {
    /*background: #01BBEC none repeat scroll 0 0;*/
    /*border-radius: 30px;*/
    color: #fff;
    /*margin: 0 auto;*/
    /*padding: 10px 20%;*/
    /*font-size: 20px;*/
    cursor: pointer;
    white-space: nowrap;
}

.resultsBtnContainer {
    display: inline-block;
    position: relative;
    top: 55px;
}

input:focus {
    outline: none;
}


.inputSection h1 {
    font-size: 1.5em;
}



[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family:'Proxima-Nova', 'Arial', 'Helvetica', sans-serif;
    color: #222;
}

button {
    font-family: 'Proxima-Nova', 'Arial', 'Helvetica', sans-serif;
    color: #222;
    font-size: 100%;
    vertical-align: middle;
    line-height: normal;
    cursor: pointer;
    -webkit-appearance: button;
    overflow: visible;
    margin: 0;
}

input {
    font-family:'Proxima-Nova', 'Arial', 'Helvetica', sans-serif;
    color: #222;
    font-size: 100%;
    vertical-align: middle;
    line-height: normal;
    margin: 0;
}

select {
    font-family: 'Proxima-Nova','Arial', 'Helvetica', sans-serif;
    color: #222;
    font-size: 100%;
    vertical-align: middle;
    margin: 0;
}

textarea {
    font-family: 'Proxima-Nova','Arial', 'Helvetica', sans-serif;
    color: #222;
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    margin: 0;
}

body {
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    height: auto;
}

a {
    color: #003d99;
}

a:hover {
    color: #003d99;
    outline: 0;
}

a:active {
    outline: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    margin: auto;
    display: block;
}



body.body-public .btn-success,
body.body-public .btn-success:active:focus,
body.body-public .btn-success:active:hover,
body.body-public .btn-info,
body.body-public .btn-info:active:focus,
body.body-public .btn-info:active:hover {
    background-color: #000;
    border-color: #000;
    outline-color: #000;
    color: #fff;
    width: auto;
    margin: 0 auto;
    border-radius: 0;
    /* margin-top:20px; */
}


header div.logo #headerImg {
    max-height: 70px;
    float: left;
}

img.brandLogo {
    max-height: 57px;
    width: auto;
}

header {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    z-index: 4;
    display: table;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
    /* top: -9px; */
    min-height:67px;
}


header div.div-public {
    color: #333333;
    letter-spacing: 1px;
}

.headerWidth {
    max-width: 1000px;
}

header.header-public div.div-public {
    color: #000;
}

header section.logo {
    padding: 15px;
}

header div.logo {
    padding: 0px 3px 0px 3px;
}


header div.desc-public {
    font-size: 1.25em;
    padding: 20px 2px 11px 2px;
    color: #fff;
}

header.header-public-white div.desc-public {
    color: #000;
    font-weight: bold;
}

header section.brand {
    text-align: center;
}

header.header-public div.brand {
    text-align: right;
}

header section.brand p,
header div.brand span,
header div.brand p {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 0.8em;
    padding-top: 5px;
}


header.header-public div.brand p {
    text-align: left;
    float: left;
    margin-left: 0;
    color: #fff;
    font-size: 0.5em;
    text-decoration: underline;
    padding: 10px 0 3px 0;
    max-width: 140px;
}



#console {
    overflow: hidden;
    vertical-align: top;
    padding-top: 0px;
    /* padding-bottom: 10px; */
    height: 100%;
    width: 100%;
    background: #f8f9fa;
    /*max-width: 1400px;*/
    display: none;
    /*margin-top: 140px;*/
    display: block;
    margin-top: 67px;
}

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


html.body-scroll #console {
    height: auto;
}

.nav-pills li {
    margin-bottom: 1px;
    margin-left: 2px;
}

.nav-wrap {
    position: relative;
    height: 100%;
    padding: 0 0 0 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-wrap.nav-horiz {
    height: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    overflow-y: hidden;
    overflow-x: auto;
}

.footer .nav-wrap.nav-horiz {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 0.8em;
}

.footer .nav-wrap.nav-horiz div {
    padding-top: 5px;
}

body.body-public div.nav-wrap-green .mainmnu,
body.body-public div.nav-wrap-green .subNav {
    color: #fff;
    /*background: #333;*/
    /*border: solid 1px #333;*/
}

div.nav-wrap-green .nav-menu li.active .mainmnu,
div.nav-wrap-green .nav-menu li.active .subNav {
    border-bottom: solid 1px #fff;
}


.row h3 {
    clear: both;
    padding-top: 10px;
}



#main-menu {
    margin-top: 0;
}





body.body-public li.mainNav a {
    border: 1px solid #fff;
}


body.body-public div.nav-wrap-green .nav-menu li.active .mainmnu {
    color: #fff;
}

body.body-public div.nav-wrap-green .nav-menu li.active .mainmnu:hover {
    color: #fff !important;
}


.nav-top {
    padding-right: 15px;
}

.resultGreen {
    color: #2ec486;
}

.mainmnu,
.subNav {
    margin: 0;
    padding: 30px 10px 30px 5px;
    /*background: #f9f9f9;*/
    color: #676767;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*border-bottom: solid 1px #e4e4e4;*/
    width: 100%;
    -webkit-transition: background .25s, color .35s, padding .5s;
    transition: background .25s, color .35s, padding .5s;
}


.nav-title {
    margin-left: 5px;
}


.console-wrap {
    position: relative;
    height: 100%;
    min-height: 100px;
    /* padding: 0 0 0 15px; */
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    -webkit-overflow-scrolling: touch;
}

.console-wrap.inputSection {
    background-color: #FFF;
}

body .console-wrap {
    padding-bottom: 0px !important;
}

html.body-scroll div.console-wrap {
    height: auto;
}

.console-menu {
    min-width: 100%;
    height: 100%;
}

html.body-scroll div.console-menu {
    height: auto;
}

#content h2,
#content h3:not(.popover-title) {
    color: #000;
    font-weight: 700;
}

#content h2 {
    font-size: 1.25em !important;
}

#content h2.h2-public {
    margin-top: 0;
}

body.body-public #content h2.h2-public {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
    padding: 10px 10px 10px 20px;
}

#content h3:not(.popover-title) {
    font-size: 1em;
}

#content h3:not(.popover-title),
#content h4 {
    margin: 0px;
    padding: 20px 0;
    font-size: 1.25em;
}

section h3:not(.popover-title),
section h4 {
    margin: 0;
}

body.body-public #content h3.h3-public {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

/*
#content section {
    /*border-bottom: solid 1px #e4e4e4;
    width: 100%;
    color: #696969;
}
*/

.pnlWelcome {
    background: url(../images/generic_bg.png) no-repeat top right #fff !important;
    padding: 0px 0px 45px 0;
    height: 800px;
}

.radioQuestion {}


#content section:after {
    clear: left;
}

#content section table,
#content section tbody {
    width: 100%;
}

#content section .ref {
    width: 10%;
    float: left;
}

#content section .ref tr {
    padding: 0;
}

#content section .ref td {
    text-align: center;
}

#content section .values {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

h1 {
    margin-left: 0;
    padding-left: 0;
    /*padding-left:0;*/
    color: #000;
    font-size: 1.875em;
    font-weight: 700;
}


.checkbox label,
.radio label {
    margin-top: 4px;
    margin-bottom: 5px;
    padding-left: 35px;
}


#content section:last-child {
    border-bottom: none;
}

#content .c-head {
    padding: 10px 20px 10px 20px;
    margin-bottom: 0;
}

#content section.c-head h2,
body.body-public #content section.c-head h2.h2-public {
    margin-bottom: 0;
    padding: 0;
}


.nav-top {
    padding-right: 0px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

#content footer p {
    padding-left: 10px;
    font-size: 0.75em;
}

div.footer {
    background-color: #444;
}

div.footer span {
    padding-left: 0px;
}

/*REG Panel*/
.registerBtn {
    clear: both;
    display: block;
    margin: 0 auto;
}

.regPanel {
    background-color: #DDDDDD;
    text-align: center;
    min-height: 200px;
    /* margin-top: 50px; */
    padding: 30px 15px;
}

.regContent {}

.bold {
    font-weight: bold;
}


.nodisplay {
    display: none;
}

.highcharts-container {
    overflow: visible !important;
}

.wrapper {
    display: inline-block;
    width: 100%;
    min-height: 400px;
}


.invalid {
    color: white;
    background: red;
    font-weight: bold;
}


.border {
    border-style: solid;
}

.stripe {
    background: #eff4f6;
}


/* #f9f9f9 */

select::-webkit-scrollbar {
    width: 1px;
    background-color: transparent;
}

.list-none {
    list-style-type: none;
}


/* bootstrap has class of "checkbox" and "radio"...this may override some CSS elements */

#content .checkbox {
    /*margin-left: 80px;*/
    margin-bottom: 15px;
}

#content .radio {
    margin-left: 0px;
    margin-bottom: 15px;
}

.checkbox,
.radio {
    margin-top: 0px;
}

#content .checkbox input[type=checkbox],
#content .radio input[type=radio] {
    float: left;
}

#content input[type=checkbox].checkbox-lg {
    height: 24px;
    width: 24px;
    margin-top: 6px;
    margin-left: 0px;
    position: absolute;
}

#content input[type=radio].radio-lg {
    height: 18px;
    width: 18px;
    margin-top: 3px;
    /*margin-left: -30px;*/
}

#content label.checkbox-lg,
#content label.radio-lg {
    padding-top: 0;
    font-size: 20px;
}


#content input[type=checkbox].checkbox-xxl,
#content input[type=radio].radio-xxl {
    height: 30px;
    width: 30px;
}


#content label.text-left {
    text-align: left !important;
}

#content label.text-center {
    text-align: center !important;
}

#content li {
    /*margin-left: 40px;*/
    padding-right: 20px;
    padding-bottom: 20px;
}

#content .inputNextMessage {
    padding-bottom: 0;
}

#content div.container-striped div.row:nth-of-type(even),
#content div.container-striped div.flexbox-row:nth-of-type(even) {
    background-color: #f9f9f9;
    /* #f9f9f9 */
}

div.row-align-items-top,
div.row-align-items-top-all {
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: flex;
    align-items: flex-start;
}

div.row-align-items-center,
div.row-align-items-center-all {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

div.row-align-items-bottom,
div.row-align-items-bottom-all {
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    display: flex;
    align-items: flex-end;
}

#content div.row-border {
    border-top-color: #f8f9fa;
}

#content div.row-border:last-child {
    border-bottom-color: #f8f9fa;
}

#content div.container-border div.row-input {
    border-top-color: #f8f9fa;
}

#content div.container-border div.row-input:last-child {
    border-bottom-color: #f8f9fa;
}

#content div.row-header {
    font-size: 0.8em;
    font-weight: bold;
    padding-bottom: 5px;
}

#content div.row-input {
    padding-top: 10px;
    padding-bottom: 10px;
}

#content div.row-input-short {
    padding-top: 5px;
    padding-bottom: 5px;
}

#content div.row-input-text {
    /* padding-left: 20px; */
    font-size: 20px;
}

#content div.row.row-input div.row-input-text {
    padding-left: 20px;
    padding-top: 6px;
}

#content div.row-input-radio div:not(.row-input-text),
#content div.row-input div:not(.row-input-text) {
    display: inline;
    /*text-align: center;*/
}

#content div.row-input-radio div.text-left,
#content div.row-input div.text-left {
    display: inline;
    text-align: left;
}

#content div.row-input-radio label {
    font-size: 18px;
    /* padding-left: 20px; */
    vertical-align: bottom;
    padding-left: 0;
    padding-right: 0;
}

#content div.row-input-radio-b4 label {
    font-size: 0.8em;
    padding-left: 3px;
}

#content div.row-vertical-align-bottom {
    padding-bottom: 3px;
}

#content div.row-header div {
    padding-left: 0;
    padding-right: 0;
}

#content p.equationRowsTrigger {
    cursor: pointer;
    background-color: #003d99;
    color: #fff;
    width: 100%;
}

.labelwrapper {
    float: right;
    text-align: left;
    width: 85%;
}

.disabledCheckboxLabel {
    color: #ccc !important;
}

.gdprBtn.gdprAcceptance,
.gdprBtn.gdprRegAcceptance {
    background: #0f62fe !important;
    color: #fff !important;
}

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

body.body-public #content p.equationRowsTrigger {
    background-color: #003d99;
}

body.body-public div.progress {
    border-radius: 0;
}

body.body-public .progress-bar {
    background-color: #000;
}

#content .progressbar-lg-responsive {
    padding-top: 25px;
}

.pleaseSpecifyOther {
    padding-top: 15px;
}

.profileStyle {
    font-size: 24px;
    color: #009EDA;
}

.industryOtherLabel {
    font-weight: normal;
}

.spacer {
    margin-top: 15px;
}


.float-right {
    float: right;
}

.float-left {
    float: left;
}


/*RadioButton*/


/* The container */

.container {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: initial;
}


/* Hide the browser's default radio button */

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio .container {
    /*width: inherit !important;*/
    /*padding: 0px !important;*/
}

label.container .d-block.d-md-none {
    margin-left: 15px;
    /*width: 85%;*/
}

/* Create a custom radio button */

.checkmark {
    /*
    position: absolute;
    top: 0;
    left: 0;
        */
    position: relative;
    margin: 0 auto;
    display: block;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #fff;
}


/* When the radio button is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #000;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container input:checked~.checkmark:after,
.container:hover input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container .checkmark:after,
.container:hover .checkmark:after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
}

.multiColumnLabel {
    font-size: 24px;
    /*height: 60px;*/
    padding-left: 30px;
    padding-right: 30px;
}

.multiColumnValue {
    color: #467f1a;
    font-size: 45px;
}

.multiColumnBorder {
    border-right: 1px solid #467f1a;
    border-left: 1px solid #467f1a;
}

.media-left img,
.media-right img {
    width: 200px;
}

.media-center {
    vertical-align: middle !important;
}

.topBorder {
    border-top: 1px solid #467f1a;
    margin-top: 10px;
    margin-bottom: 10px;
}

.subNav {
    padding-left: 10px;
}

.hero_container .contentBody {
    /* z-index:1; */
    padding: 40px 0px;
}

.contentBody {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}

.inputRow {
    /* max-width: 1200px; */
    margin: 0 auto;
    background-color: #3BB982;
    padding: 67px 0px;
    /* min-height: 900px; */
    height: calc(100vh - 67px);
}

.introPanel {
    min-height: calc(100vh - 67px - 110px);
    /* display: flex; */
    /* padding-top: 40px; */
}



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

.gdprFooterPadding {
    /*padding-bottom: 80px;*/
}

.gdprContentPadding {
    /* margin-bottom: 185px; */
}


.inputSection {
    overflow: hidden;
}

.inputPanel {
    background-color: #FFF;
    overflow: hidden;
}


.inputSection h3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


/* force the radio buttons to be vertical .. which normally they would with responsive css at 767 screen width */

.collapseRadio.nobackground {
    background-color: white !important;
    border-color: white !important;
}

.collapseRadio.hidden-xs {
    display: none !important;
}

#content div.row-input-radio.collapseRadio div:not(.row-input-text) {
    text-align: left !important;
}


.collapseRadio input[type='radio'],
.collapseRadio .checkmark {
    float: left !important;
    margin-bottom: 10px !important;
}

.visible-xs-inline.collapseRadio {
    display: inline-block !important;
    padding-left: 10px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    width: 92%;
}

.col-sm-1.collapseRadio,
.col-sm-2.collapseRadio {
    width: 100% !important;
}


/*
.col-xs-12.collapseRadio {
    width: 100%;
}
    */

div.row-align-items-center.collapseRadio {
    display: block !important;
}

#content div.row-input-radio.collapseRadio label {
    font-weight: normal !important;
    font-size: 1.25em !important;
}

#content div.row-input-radio.collapseRadio div:not(.row-input-text) {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.chartTitle {
    width: 142px;
    vertical-align: middle;
    display: table-cell;
}

.bulletContainer {
    display: table;
    margin: 0 auto;
}


/*
.multiColumnLabel {
    padding-left: 0px  !important;
}

.multiColumnContainer {
    padding-left: 0px !important;
}

#imgGeneral {
    width: 100%;
    margin-top: 15px;
}
*/

.keyareatext {
    width: 49%;
    display: inline-block;
    float: left;
}

.keyareaimage {
    width: 49%;
    display: inline-block;
    float: left;
}

.commissionedBy {
    color: black !important;
    float: right;
    /*margin-right: 30px !important;*/
    padding-right: 0px;
    padding-top: 0px !important;
}

.forresterAndCommissionedWrapper {
    /* float: right;*/
    /* width: 200px;*/
}

.forresterAndCommissioned {
    margin: auto 0;
    width: 100%;
}

.legendImageTextWrapper {
    font-size: 16px;
}

@media (min-width: 365px) {
    .js-scroll-fx {
        opacity: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

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

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

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

@media (min-width:500px) {
    .d-md-none {
        margin-left: 20px;
        /*width: 89%;*/
        display: inline-block;
    }
}

@media (max-width:760px) {

    .resultsRow,
    .inputRow {
        height: 100% !important;
    }

    /*
    
    .inputRow{
        height: auto;
    }
      */
}

@media (max-height:800px) {

    .resultsRow,
    .inputRow {
        height: 100% !important;
    }

    /*.inputRow{
        height: auto;
    }
    */
}

@media screen and (max-width: 1100px) {
    .col-sm-6 .col-centered {
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1000px) {


    .keyareatext {
        width: 100%;
        display: block;

    }

    .keyareaimage {
        width: 100%;
        display: block;

    }
}

@media screen and (max-width: 991px) {

    div.row-align-items-top.row-break-sm,
    div.row-align-items-center.row-break-sm,
    div.row-align-items-bottom.row-break-sm {
        display: block;
    }

    #content div.row-header-responsive div {
        font-size: 0.75em;
    }
}

@media screen and (max-width: 975px) {
    .visible-xs-inline.collapseRadio {
        width: 90%;
    }

    #headerImg,
    #headerForresterLogo,
    #headerForresterLogo1 {
        max-width: 100%;
        min-width: 100px;
        height: auto;
    }
}

@media screen and (max-width: 900px) {

    .bulletCharts {
        width: 750px;
    }
}

@media screen and (max-width: 800px) {
    /*.gdprFooterPadding {
        padding-bottom: 105px;
    }*/

    .bulletCharts {
        width: 725px;
    }

    .col-centered {

        float: left !important;
    }
}

@media screen and (min-width: 768px) {

    #content .checkbox-col,
    #content .radio-col {
        margin-top: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .bulletCharts {
        width: 700px;
    }
}

@media screen and (max-width: 767px) {

    .col-xs-8 {
        width: 100%;
    }

    .h1,
    h1 {
        font-size: 30px;
    }

    #content .checkbox,
    #content .radio {
        /*margin-left: 40px;*/
        margin-bottom: 15px;
    }

    .container {
        font-size: 16px;
    }

    .row75pct {
        width: 100%;
        margin: 0 auto;
    }

    .chart {
        width: 90% !important;
    }

    .chart-col-centered {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }



    .media-left img,
    .media-right img {
        width: 150px !important;
    }

    .media-body h1 {
        font-size: 20px !important;
    }

    #content section table.output td.title,
    #content section table.output th.title {
        display: none;
    }

    div.row-align-items-top,
    div.row-align-items-center,
    div.row-align-items-bottom {
        display: block;
    }

    #content div.row-xs-border {
        border-top-color: #dfe5e8;
        border-top-style: solid;
        border-top-width: 0.8px;
    }

    #content div.row-xs-border:last-child {
        border-bottom-color: #dfe5e8;
        border-bottom-style: solid;
        border-bottom-width: 0.8px;
    }

    #content div.container-xs-border div.row-input {
        border-top-color: #dfe5e8;
        border-top-style: solid;
        border-top-width: 0.8px;
    }

    #content div.container-xs-border div.row-input:last-child {
        border-bottom-color: #dfe5e8;
        border-bottom-style: solid;
        border-bottom-width: 0.8px;
    }

    #content div.row-input.row-input-radio-b4 input[type=radio] {
        margin-left: 25%;
    }

    #content div.row-input-radio div:not(.row-input-text) {
        text-align: left;
        /* padding-left: 20px; */
        /* position: relative; */
        margin-bottom: 20px;
        /* display: block; */
        /* display: block; */
        /* padding: 20px; */
    }

    #content div.row-input.row-input-radio input[type=radio] {
        margin-left: 5%;
    }

    #console {
        /*margin-top: 125px;*/
        /*padding: 2px 2px 2px 2px;*/
    }

    .multiColumnBorder {
        border-right: none !important;
        border-left: none !important;
    }

    .multiColumnContainer {
        /*border-bottom: 1px solid #34a853;*/
    }

    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        font-size: 14px !important;
    }

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

    header p.commissionedBy {
        font-size: 0.5em;
    }

    header section.desc {
        font-size: 0.8em;
    }

    header div.desc-public {
        font-size: 0.9em;
        padding: 3px 2px 3px 20px;
    }

    #headerImg,
    #headerForresterLogo,
    #headerForresterLogo1 {
        max-width: 100%;
        min-width: 100px;
        height: auto;
    }

    header div.logo {
        padding: 11px 3px 11px 0px;
    }

    header.header-public div.brand p {
        padding: 3px 0 3px 0;
    }

    .nav-stacked>li {
        float: left;
    }

    .nav-pills>li+li {
        margin-left: 0;
    }

    .nav-pills li {
        margin-right: 2px;
    }

    .nav-stacked>li+li {
        margin-top: 0;
    }

    .nav-menu {
        padding-bottom: 2px;
    }

    .nav-wrap,
    .nav-wrap.nav-horiz {}

    .mainmnu,
    .nav-sm div.mainmnu,
    .nav-xsm div.mainmnu,
    .nav-xxsm div.mainmnu,
    .subNav,
    .nav-sm div.subNav,
    .nav-xsm div.subNav,
    .nav-xxsm div.subNav {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .btn-group-lg>btn,
    .btn-lg {
        font-size: 14px;
    }

    #content .form-group.form-group-responsive {
        margin-bottom: 10px;
        margin-left: 15px;
    }

    #content .progressbar-lg-responsive {
        padding-top: 22px;
    }

    #content div.row-input-text {}

    #content .checkbox,
    #content .radio {}

    #content section table[data-tableTag="E"] th.calculation,
    #content section table[data-tableTag="E"] td.calculation,
    #content section table[data-tableTag="E"] td[data-col="calculation"] {
        display: none;
    }

    #content section table.table-xs-condensed tr {
        height: auto;
    }

    #content section table.table-xs-condensed td,
    #content section table.table-xs-condensed th {
        font-size: 0.8em;
        min-height: auto;
        padding: 5px;
        min-width: auto;
    }

    #content div.row-header div {
        font-size: 0.8em;
    }

    /**wrap radio button labels*/
    input[type='radio'] {
        float: left;
        margin-bottom: 10px;
    }

    .visible-xs-inline {
        display: table-cell !important;
        padding-left: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .checkmark {
        float: left;
    }

    .radio .container span.visible-xs-inline {
        display: inline-block !important;
        padding-top: 4px;
    }
}

@media screen and (max-width: 700px) {

    .bulletLegend {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bulletCharts {
        width: 625px;
    }
}

@media screen and (max-width: 650px) {

    #content div.row-input.row-input-radio.collapseRadio input[type=radio],
    #content div.row-input.row-input-radio.collapseRadio .checkmark {
        margin-left: 2% !important;
    }


    #content .checkbox,
    #content .radio {
        margin-left: 0px;

    }

    .bulletCharts {
        width: 575px;
    }

    /*.gdprFooterPadding {
        padding-bottom: 125px;
    }*/

    .commissionedBy {
        padding-right: 20px;
    }
}

@media screen and (max-width: 600px) {

    .commissionedBy {
        padding-right: 10px;
    }

    .forresterAndCommissionedWrapper {
        /*width: auto;*/
    }

    .pnlWelcome {
        background: none !important;
    }

    .bulletCharts {
        width: 525px;
    }
}

@media screen and (max-width: 550px) {
    /*.gdprFooterPadding {
        padding-bottom: 170px;
    }*/

    .bulletCharts {
        width: 475px;
    }

    #content li {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 500px) {
    .box {
        width: 100%;
    }

    #content div.row-input.row-input-radio.collapseRadio input[type=radio],
    #content div.row-input.row-input-radio.collapseRadio .checkmark {
        margin-left: 0% !important;
    }

    .bulletCharts {
        width: 425px;
    }

    .ratingSubText {
        width: 100%;
    }

    .ratingInputContainer {
        width: 100%;
    }

    /* CUSTOM */
    .figureChart {
        width: 100%;
    }

    .h1,
    h1 {
        font-size: 20px;
    }

    #content div.row-input-radio label {
        font-size: 16px;
    }

    #content label.checkbox-lg {
        font-size: 16px;
    }

    @media screen and (max-width: 450px) {
        .col-centered {
            width: 100% !important;
        }

        .bulletCharts {
            width: 375px;
        }

        .col-xs-6 {
            width: 47%;
        }


        header.header-public div.brand img.float-right {
            float: right;
            margin-right: 0px;
        }

        .ratingInputContainer span {
            /*width: 165px;*/

            clear: both;
            margin-bottom: 15px;
            margin-top: 15px;
            padding-top: 10px;
            height: 50px
        }

        .ratingSubText {
            display: none;
        }

    }

    @media screen and (max-width: 400px) {
        /*.gdprFooterPadding {
            padding-bottom: 190px;
        }*/

        .bulletCharts {
            width: 325px;
        }

        header.header-public div.brand {
            padding-right: 0px;
        }

        header.header-public div.brand img.float-right {
            margin-right: 0px;
        }

        header div.desc-public {
            margin-left: 5px;
        }


        .radio .container span.visible-xs-inline {
            width: 85%;

        }

    }

    @media screen and (max-width: 350px) {
        /*.gdprFooterPadding {
            padding-bottom: 205px;
        }*/

        .bulletCharts {
            width: 275px;
        }
    }

    @media screen and (max-width: 300px) {

        .bulletCharts {
            width: 225px;
        }
    }

    @media (min-width: 37.5em) {
        button.white-btn-public {
            font-size: 1.3125em;
            padding: .547619048em 1em;
        }

        button.btn-sm-public {
            font-size: 13px;
            font-weight: normal;
            padding-top: .416666667em;
            padding-bottom: .416666667em;
        }
    }

}