﻿@font-face {
    font-family: "FSThriveElliot";
    src: url('fonts/FSThriveElliot-Light.otf') format("opentype");
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: "FSThriveElliot";
    src: url('fonts/FSThriveElliot-Regular.otf') format("opentype");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "FSThriveElliot";
    src: url('fonts/FSThriveElliot-Bold.otf') format("opentype");
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: "FSThriveElliot";
    src: url('fonts/FSThriveElliot-Heavy.otf') format("opentype");
    font-display: swap;
    font-weight: 900;
}

html,
body {
    font-family: 'FSThriveElliot', 'Helvetica', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    font-weight: 400;
    padding: 0;
    background: #fff;
    font-size: 16px;
    color: #000;
}

html.body-scroll {
    -webkit-overflow-scrolling: touch;
}


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

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

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


.console-wrap {
    position: relative;
    height: 100%;
    min-height: 100px;
    -webkit-overflow-scrolling: touch;
}

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;
    /* margin-top: 67px; */
}

.nodisplay {
    display: none;
}
.Hide {
    display: none !important;
}

h1 {
    font-size: 2.5em;
    font-weight: 400;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'FSThriveElliot';
    font-weight: 700;
}

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

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

small {
    font-weight: 700;
}

.light {
    font-weight: 200;
    font-size: 1.25em;
}

.bold {
    font-weight: 700;
}

.startBtn {
    border-radius: 100px;
    font-size: 1.125em;
    font-weight: 700;
}

ul {
    margin: 0;
    /*padding: 0px 0px 0px 20px;*/
    padding:0px;
}

#content li {
    margin-left: 0px;
    padding-right: 0;
    padding-bottom: 5px;
    /*list-style-type: "—";*/
    list-style: none;
    /*text-indent: 10px;*/
    font-size: 14px;
}

#content li:last-child {
    padding-bottom: 0px;
}

/*Header and Footer*/

.microTool_header {
    z-index: 100;
    width: 100%;
}


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


.headerWidth {
    max-width: 1200px;
}

header.header-public div.div-public {
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
}


header section.logo {
    padding: 15px;
}

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

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

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

#footer {
    z-index: 1;
    background-color: #000;
    color: #fff;
    display:none;
}

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

.footer {
    max-width: 1200px;
}

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

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


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


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


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

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

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

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

.nav-wide {
    max-width: 1200px;
    margin: auto;
}


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

/*Panels*/

.container {
    display: block;
    position: relative;
    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;
}


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

.background {
    max-width: 900px;
    height: auto;
    width: 100%;
    right: 0;
}

.background img {
    width: 100%;
}

.white-bg {
    height: calc(100% - 67px);
    background-color: #fff;
    border-radius: 0px 100px 0px 0px;
    width: 99%;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
}

.inputRow:first-child {
    margin: 0 auto;
    padding: 67px 0px 0px 0px;
    height: 100vh;
}

.inputRow {
    margin: 0 auto;
    padding: 67px 0px;
    height: calc(100vh - 67px);
    position: relative;
}

.introPanel {
    height: calc(100vh - 67px - 110px);
}

.inputRow {
    margin: 0 auto;
    align-items: center;
}

.DarkBlue {
    background-color: #0A2029;
}

.Teal {
    background-color: #8FE4DE;
}

.Gray {
    background-color: #0000001a;
}

.Blue {
    background-color: #A1C4FD;
}

.Yellow {
    background-color: #FFF200;
}

.inputRow {
    margin: 0 auto;
    min-height: 100vh;
    height: 100%;
}

.resultsRow {
    height: 100%;
    padding: 67px 0px 0px 0px;
    align-items: center;
    margin: 0 auto;
    min-height: 100vh;
}

.resultsRow:last-child {
    padding-bottom: 0px;
    align-content: center;
    position: relative;
}

.kpiContent {
    /*border-left: 5px solid #000 !important;*/
    padding: 0em 1em 0em;
}

.kpiContent .bold {
    text-transform: uppercase;
    padding-top: 0px !important;
}

img.icon {
    width: 100px;
    padding: 10px;
    margin: 0;
    height: 100%;
}


.yellow-gradient-data {
    width: 100%;
    background: left;
    padding: 10px 20px;
    border-radius: 0px 20px 0px 0px;
    background: linear-gradient(90deg, transparent, #fff200);
    /*max-width: 300px;*/
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

/*Inputs*/

.form-control{
    font-weight:300;
}

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

.form-check-input {
    background-color: transparent;
    border-radius: 100px !important;
    border: 2px solid;
    font-weight:300;
}


.checkboxInputContainer {
    min-height: 45px;
}

label {
    /* cursor: pointer; */
    font-size: 14px;
    color: #000;
    font-weight: 400;
}


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

input:focus {
    outline: none;
}

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


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


/*Progress*/

.dataText {
    font-size: 12px;
    width: 150px;
    font-weight: 700;
}

.valueText {
    font-weight: 700;
    font-size: 24px;
}

.white-gradient-data {
    width: 100%;
    background: left;
    padding: 10px 20px;
    border-radius: 0px 20px 0px 0px;
    background: linear-gradient(90deg, transparent, white);
    /* max-width: 430px; */
}

.prog-container {
    position: relative;
    /* display: flex; */
    width: 100%;
    margin: 0 auto;
    height: 40px;
}

.progressCount {
    text-align: center;
    /* margin: 10px; */
    font-weight: 600;
    /* bottom: 0; */
    /* position: absolute; */
    width: auto;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    /* border: 2px solid #fff; */
    position: absolute;
    justify-content: center;
    /* right: 0; */
    left: -1px;
    z-index: 1;
}

.Teal .progressCount {
    border: 2px solid #8FE4DE;
}

.Gray .progressCount {
    border: 2px solid #d9d9d9;
}

.Yellow .progressCount {
    border: 2px solid #FFF200;
}

.Blue .progressCount {
    border: 2px solid #A1C4FD;
}

.DarkBlue .progressCount {
    border: 2px solid #fff;
}


.progressCount span {
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff;
    /* border-radius: 100px; */
    font-size: 14px;
}


.lowerNavContainer {
    width: 100%;
    position: absolute;
    left: 0;
}

.lowerNavContainer .btn-progress {
    float: right;
}


/*Button*/

.btn-progress,
.btn-progress:active:focus,
.btn-progress:active:hover {
    background-color: #09202a;
    border-color: transparent;
    outline-color: transparent;
    color: #fff;
    width: auto;
    height: 40px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 20px 10px 50px;
    letter-spacing: 1px;
    left: 4px;
    border: 0px;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    border-radius: 30px;
}



.microToolButton.startBtn {
    border: 0px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 40px;
}

/*Footer*/



/*MODAL*/

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

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

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


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

@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:993px) {
    .white-bg {
        width: 100%;
        /* height: 94%; */
    }

}

@media (max-width:760px) {

    .inputRow:first-child{
        height: 100%;
    }

    .resultsRow,
    .inputRow {
        height: 100%;
    }
    .inputRow:first-child .contentBody,
    .resultsRow:last-child .contentBody{
        padding-top:67px;
        padding-bottom:67px;
    }

    .lowerNavContainer {
        max-width: inherit;
    }

   .btn-progress,
.btn-progress:active:focus,
.btn-progress:active:hover {
        width:100%;
    }

}

@media (max-height:800px) {
    .inputRow:first-child .contentBody,
    .resultsRow:last-child .contentBody{
        padding-top:67px;
        padding-bottom:67px;
    }

    .inputRow:first-child,
    .resultsRow:last-child{
        height: 100%;
    }
    .resultsRow,
    .inputRow {
        height: 100%;
    }
}