﻿@font-face {
    font-family: 'Montserrat';
        src: url('/Uploads/SecurityShield/Montserrat-VariableFont_wght.ttf') format('truetype');
        font-weight: 100 900;
        font-style: normal;
}

body {
    font-size: 18px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    background: #242532;
    height: 100%;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 3em;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
    font-weight: 400;
}

h4 {
    font-size: 27px;
}

h4.calloutMetric {
    font-size: 64px;
    color: #F04E23;
    margin-bottom: 0;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

h6.eyebrow {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #F04E23;
    margin-bottom: 0;
}

img {
    width: 100%;
}

.Hide,
.nodisplay {
    display: none;
}

#content-wrap {
    padding: 0;
}

.headerContent .logo {
    width: auto;
    height: 2em;
}

.microToolcontent {
    margin-top: 82px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: none;
    padding: 1em;
}

.headerActions {
    float: right;
}

.no-icon-wrapper-spacer {
    width: 55px;
}

.headerContent,
.hero_container,
.contentBody {
    max-width: 1440px;
    margin: 0 auto;
}

.headerContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.intro {
    background-image: url('../img/consolidation-ebook-promotion-hero-banner-1920x875.jpg');
    background-size: cover;
    padding: 7em 0;
    color: #FFF;
}

/* Inputs and Resuluts */
.inputRow,
.resultsRow {
    padding: 80px 0;
}

.contentDesc p {
    font-size: 18px;
}

.dropdown {
    float: right;
}

.globe {
    margin-right: 10px;
}

.globe:before {
    content: "\F3EE";
    font-family: 'bootstrap-icons';
    color: #000;
    display: inline-block;
}

.globe:hover::before {
    font-family: 'bootstrap-icons';
    content: "\F3EE";
    color: #F04E23;
    display: inline-block;
}

a.dropdown-toggle:hover,
.globe:hover {
    color: #F04E23;
}

.dropdown-menu ul li:hover {
    color: #F04E23;
    cursor: pointer;
}

/*HERO*/
.hero_container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    min-height: auto;
}

.hero_wrapper {
    z-index: 1;
    position: relative;
}

.hero_img_wrapper {
    position: relative;
}

.hero_img_content {
    position: relative;
    height: 100%;
}

.contentTitle {
    text-align: center;
}

.input {}

.inputRow,
.resultsRow {
    position: relative;
}

.contentBody {
    margin: 0px auto;
}

.contentBody h2,
.contentBody p {
    text-align: center;
}

.contentDesc {
    text-align: center;
    margin-bottom: 40px;
}

.figTitle {
    text-align: center;
    padding: 15px 0px;
}

.green:after {
    background-color: #F04E23;
}

.purple:after {
    background-color: #C140FF;
}

.orange:after {
    background-color: #FF8300;
}

#input-bg {
    /*position: absolute;*/
    /* background-image: url('../img/Wave-left-light-BW-1600x1600.jpg'); */
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25%;
}

/*CARD*/
.card-container {
    position: relative;
    margin-bottom: 15px;
}

.card {
    /*margin: 0px 15px;*/
    /*max-width: 250px;*/
    width: 100%;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 0px;
    border: none;
}

.card-header img {
    width: auto;
    height: 24px;
}

.card-header {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 15px;
}

.card:after {
    content: "";
    height: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.card-title {
    width: 100px;
}

.form {
    max-width: 1088px;
}

.form-check-input {
    height: 22px;
    width: 42px !important;
    padding: 0;
}

.form-check-input:checked {
    background-color: #17EBA0;
    border-color: #0000005c;
}

/*Nav Tab*/

.tab-container .nav {
    max-width: 223px;
    width: 100%;
}

.nav-item {
    margin-bottom: 27px;
}

.nav-pills .nav-link {
    text-align: left;
    padding: 0px 0px 0px 28px;
    font-size: 22px;
    font-weight: 600;
    color: #999999;
    line-height: 26px;
    ;
}

.sub-nav.nav-link {
    font-size: 18px;
}

.nav-pills .nav-link.active {
    color: #000;
    position: relative;
    background: none;
}

.nav-link.active:after {
    content: "";
    width: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tab-content {
    width: 100%;
}

.tab-collapse.collapse {
    width: 100%;
    display: block;
}

.nav-link-responsive {
    display: none !important;
}

.tab-collapse .collapse {
    display: block !important;
}


/*Inputs*/
.form-control.microToolInput {
    text-align: right;
}

.row-input {
    margin: 15px 0px;
}

.formContainer {
    background-color: #fff;
}

.form {
    max-width: 1088px;
    width: 100%;
    margin: 0 auto;
}

.form-label {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}


span.icon-wrapper {
    padding: 10px;
}

.icon {
    width: 24px;
    height: 24px;
}

svg.icon path {
    stroke: #F04E23;
}

.figContent {
    padding-top: 50px;
}

.resultsContent {
    z-index: -1;
    position: relative;
}

.resultsContent.diclaimer p {
    font-size: 12px;
    color: #8a8a8a;
}

h3.metricTitle {
    text-align: right;
    padding-right: .5em;
    margin-top: .25em;
}

.metricValue img {
    margin: 0 auto;
    display: flex;
    width: auto;
    height: 80px;
}

.metricValue {
    box-shadow: 4px 4px 16px 0px rgba(28, 40, 44, 0.15);
    max-width: 300px;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    text-align: center;
    justify-content: center;
}

.metricValue:first-child {
    margin-left: 15px;
}

.metricContent .metricValueDark,
.metricContent .metricValueLight {
    display: flex;
    flex-direction: row;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}

.metricContent {
    padding: 15px 0px;
    justify-content: center;
}

.metricValueDark {
    background-color: #FDF0D0;
    padding: 32px 24px;
    text-align: center;
    margin-right: 15px;
    width: 100%;
    max-width: 1088px;
}

.metricValueLight {
    background-color: #FF8300;
    padding: 10px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    margin-right: 15px;
}

.metricValueLight h4,
.metricValueLight h3,
.metricValueLight h2 {
    color: #fff;
}


a.microToolButton {
    text-decoration: none;
    color: #fff;
    height: fit-content;
}

.modal-body p.small {
    font-size: 12px;
    color: #8a8a8a;
}

.small {
    font-size: 12px;
}

.microToolButton:hover {
    background-color: #F04E23;
}

div.cta {
    text-align: center;
    margin-top: 2em;
}

.microToolButton.cta {
    width: auto;
    padding: 12px 24px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 0;
    letter-spacing: 3px;
}

.microToolButton.downloadReport {
    width: auto;
    padding: 10px 20px;
    background-color: transparent;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 0px;
    background: #000;
    float: right;
}

.microToolButton.cta:hover,
.microToolButton.downloadReport:hover {
    background-color: #F04E23;
}

.microToolButton.cta.downloadReport {
    text-align: center;
    float: none;
    margin: 0 auto;
}

.microToolButton.primary {
    width: auto;
    padding: 6px 12px;
    background-color: #F04E23;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
}

.inputContainer .cta {
    display: none;
}

/*Modal*/
.modal-xl .modal-body {
    max-height: 800px;
}

.contact {
    background: #F2f2f2;
    padding: 120px 0;
}

.contactContent {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    color: #000;
}

.contact img.logo {
    padding: 0 0 1em 0;
    height: 3em;
}

.contactContent h2.contentTitle {
    color: #000;
}

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

.minMaxValidationMessage {
    display: block;
    margin-top: 10px;
    text-align: right;
}

.error {
    color: red;
}

.minMaxValidationMessage {
    top: 100%;
    z-index: 1;
    /* width: 100%; */
    margin-top: .1rem;
    position: absolute;
    background-color: rgba(220, 53, 69, .9);
    color: #fff;
    font-size: 14px;
    padding: 5px;
    opacity: 0.98;
    /* width: 100%; */
    text-align: center;
    right: 0;
}

#footer {
    color: #FFF;
    margin: 0 auto;
    background-color: #333;
    width: 100%;
    padding: 40px 0;
    border-bottom: 20px solid #000;
    font-size: .85em;
}

#footer a {
    text-decoration: underline;
    color: #FFF;
}

#footer a:hover {
    color: #F04E23;
}

.footer {
    margin: 0 auto;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px;
}

.copyright {
    float: right;

}

#console {
    overflow: hidden;
}

.container-fluid {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.content-wrap {
    position: relative;
    height: 100%;
    min-height: 100px;
    padding: 0 0 0 15px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}

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

.contentPanel {
    min-height: calc(100vh - 80px);
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.btnContainer {
    display: flex;
    /* justify-content: space-between; */
    /* max-width: 753px; */
    margin: 0 auto;
    margin-top: 20px;
}

.btnContainer .btn {
    margin-bottom: 10px;
}

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

.dropdown-toggle::after {
    content: "\F282";
    font-family: 'bootstrap-icons';
    border: none;
}

.dropdown-menu.dropdown-menu-left.show {
    width: 200px;
}

ul {
    margin-bottom: 0;
}

ul li {
    list-style: none;
    padding: 0;

}

.registration {
    margin-bottom: 15px;
}

span.registrationPanel.microToolButton:hover {
    color: #fff;
}

.form-control:read-only {
    background-color: #fff;
    border-color: #fff
}

.form-control:read-only:focus {
    box-shadow: 0 0 0 0;
}

/* Bar Chart */
#figChart1 {
    width: 60%;
    margin: 0 auto;
    min-height: 420px;
}

.chart1legend {}

.highcharts-xaxis-labels text {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.25em !important;
    font-family: "proxima-nova", sans-serif;
    color: #000 !important;
    fill: #000 !important;
}

.highcharts-yaxis-labels text {
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
    font-size: 1em !important;
    color: rgb(0 0 0 / 50%)
}

/* Pie chart */
#figChart2 {
    font-family: "proxima-nova", sans-serif;
}

#figChart2 rect.highcharts-point {
    width: 12px;
    height: 12px;
}

#figChart2 .legendTitle {
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 2px;
    padding-bottom: 1em;
}

#figChart2 .categoryName {
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    font-size: 1.5em;
}

#figChart2 .legendLabel {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    width: 100%;
    margin-top: -5px;
}

.legendValue {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 2em;
}

.highcharts-legend-item span {
    width: 600px !important;
}

.highcharts-legend-item.highcharts-pie-series text,
.highcharts-data-label {}

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

@media (max-width: 900px) {
    .hero_wrapper .col-sm-8 {
        flex: 0 0 auto;
        width: 100%;
    }

    .contentDesc {
        margin-bottom: .5em;
    }

    .headerContent .logo {
        width: auto;
        height: 1.5em;
    }

    .intro {
        padding: 4em;
    }

    h3.contentTitle,
    h3.figTitle {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 1.5em;
    }

    .hero_wrapper h1 {
        font-size: 2.5em;
        line-height: 100%;
    }

    .metricValue {
        justify-content: center;
        margin-top: 15px;
    }

    .metricContent {
        padding: 0;

    }

    .metricContent .metricValueDark {
        margin: 0 auto;
        width: auto;
    }

    .metricValueDark {
        padding: 1em 2em;
    }

    .metricContent {
        justify-content: center;
        flex-wrap: wrap;
    }

    h3.metricTitle {
        font-size: 1.75em;
    }

    h4.calloutMetric {
        font-size: 2.5em;
    }

    padding: 1em 0;

    .resultsRow {
        padding: 1em 0;
    }

    .contact {
        padding: 3em 0;
    }

    .contactContent {
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
        color: #000;
    }

    .contactContent h2.contentTitle {
        font-size: 2.5em;
    }

    .inputRow {
        padding: 2em 0;
    }
}

@media(max-width: 768px) {
    .hero_wrapper {
        width: 100%;
        padding: 2em 0.25em;
    }

    .hero_wrapper .col-sm-8 {
        width: 80%;
    }

    .form p {
        margin-bottom: 0;
    }

    .row-input {
        margin: 4px 0;
    }

    p {
        font-size: .9em;
    }

    .contentBody h2 {
        font-size: 1.5em;
    }

    div.cta {
        margin: 1em auto 2em auto;
    }

    .hero_container {}

    h6.eyebrow {
        font-size: 14px;
    }

    .hero_wrapper h1 {
        font-size: 2em;
        line-height: 100%;
    }

    .form-label {
        font-size: 14px;
    }

    .inputContent {
        padding: 0px 50px;
    }

    .microToolButton.cta {
        padding: 6px 12px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .metricValue {
        justify-content: center;
    }

    .metricContent {
        justify-content: center;
        padding: 0;
    }

    h3.metricTitle {
        font-size: 1.25em;
    }

    .intro,
    .resultsRow {
        padding: 0;
    }

    .inputRow {
        padding: 1em 0;
    }

    h4.calloutMetric {
        font-size: 2em;
    }

    .metricContent .metricValueDark,
    .metricContent .metricValueLight {
        margin-top: 0;
    }

    .metricValueDark {
        padding: 1em;
    }

    #figChart1 {
        width: 90%;
    }

    .tab-container .tab-pane {
        display: block !important;
        opacity: 1;
        background-color: #fff;
    }

    #v-pills-tab {
        display: none;
    }

    .inputContainer div.cta {
        display: block !important;
        margin-top: 0px;
    }

    .nav-link-responsive {
        display: block !important;
    }

    .tab-collapse.collapse {
        display: none !important;
    }

    .tab-collapse.collapse.show {
        display: block !important;
    }

    .metricValueLight {
        margin-left: 15px;
        margin-top: 15px;
    }

    .tab-content {
        width: 100%;
    }

    .highcharts-legend {
        width: 100% !important;
    }

    /*
    .highcharts-legend {
        left: 5% !important;
    }
    .highcharts-legend-item{
        position: relative !important;
        float: left;
        clear: both;
        display: block;
    }
    .highcharts-legend-item span{
        position: relative !important;
    }
    #figChart2 .legendLabel{
        width: 100% !important;
        position: relative !important;
    }
    */

    #figChart2 .legendTitle {
        letter-spacing: unset;
    }

    .nav-link-responsive {
        width: 100%;
        background-color: #fff;
        border: none;
        font-weight: 600;
        position: relative;
        padding: 15px;
        text-align: left;
        font-size: 22px;
    }

    .nav-link-responsive:before {
        content: "-";
        float: right;
    }

    .nav-link-responsive.collapsed:before {
        content: "+";
        float: right;

    }

    .nav-link-responsive:after {
        content: "";
        height: 8px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    #footer {
        position: relative;
    }

    .contact {
        padding: 2em 0.25em;
    }

    #content-wrap {
        margin-bottom: 0px !important;
    }

    .contactContent h2.contentTitle {
        font-size: 1.75em;
    }

    .form-check-input {
        height: 32px;
        width: 62px !important;
    }

    a.microToolCookieConsentFullBtn.footer {
        text-align: center;
        float: right;
        width: 100%;
        padding-bottom: 1em;
    }

    .copyright {
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 425px) {

    .inputContent {
        padding: 0px 20px;
    }

}