:root {
    --white: #FFFFFF;
    --orange: #E75300;
    --blue: #121E28;
    --head-gradient: linear-gradient(90deg, #121E28, #2E3D50);
    --main-gradient: linear-gradient(45deg, #001F3E, #265E91, #1D3A62);
}
/* @font-face {
    font-family: DINPro-bold;
    src: url('../fonts/DINPro-Bold.ttf');
    src: url('../fonts/DINPro-Bold.woff');
    src: url('../fonts/DINPro-Bold.woff2');
    src: url('../fonts/DINPro-Bold.eot');
    src: url('../fonts/DINPro-Bold.svg');
  } */
html {
    scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
}
.dark-box a, .dark-box a:hover{
    color: var(--white);
    font-weight: bold;
}
h4{
    line-height: 1.6;
}
.bold{
    font-weight: 700;
}
p.small{
    font-weight: 400;
    font-size: 16px;
}
h1{
   font-size: 40px;
   font-weight: 700;
   /* font-family: DINPro-bold; */
}
.white{
    color: var(--white);
}
.orange{
    color: var(--orange);
}
.main-header{
    background: var(--blue);
    background: var(--head-gradient);
    border-bottom: 9px solid var(--orange);
}
.main-content{
    background: var(--blue);
    background: var(--main-gradient);
}
.main-footer{
    background-color: var(--blue);
}
.logo-cellebrite{
    width: 237px;
}
.logo-premium{
    width: 120px;
}
.btn-orange{
    background: var(--orange);
    background: linear-gradient(82deg, rgba(231, 89, 0, 1) 0%, rgba(255, 174, 9, 1) 100%);
    transition: all 0.3s ease-in-out;
}
.btn-green{
    background:#4BB543;
    transition: all 0.3s ease-in-out;
}
.btn-blue{
    background: var(--orange);
    background: var(--head-gradient);
}
.cst-btn{
    display: inline-block;
    border-radius: 4px;
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 10px 25px;
    min-width: 200px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.next-btn{
    font-size: 20px;
    padding: 10px 15px;
    min-width: 120px;
}
.cst-btn:hover{
    color: var(--white);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    text-decoration: none;
}
.separator::after{
    width: 140px;
    height: 9px;
    display: block;
    content: "";
    background: var(--orange);
}
.navigation div{
    font-size: 25px;
    font-weight: 700;
}
.progress-bar-wrap .navigation .nav-inline-item span.dash:before{
    height: 5px;
    display: block;
    content: "";
    background: var(--white);
    margin-right: 8px;
}
.nav-inline-item{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.progress-bar-wrap .navigation .nav-inline-item:after{
    width: 5px;
    height: 5px;
    display: block;
    content: "";
    background: var(--white);
    margin-left: 4px;
    position: relative;
    top: 7px;
}
.progress-bar-wrap .navigation a.checked .nav-inline-item span.dash:before,
.progress-bar-wrap .navigation a.checked .nav-inline-item:after{
    background: var(--orange)!important;
}
.navigation a.checked{
    color: var(--orange);
    text-decoration: none;
}
.navigation a{
    color: var(--white);
    text-decoration: none;
    opacity: 1!important;
}
.navigation a[aria-disabled="true"]{
    pointer-events: none;
}
.question span{
    font-weight: 400;
    font-size: 16px;
}
.question-wrapper{
    position: relative;
}
.question p.num span{
    font-size: 62px;
    font-weight: 700;
    color: var(--orange);
    position: absolute;
    left: -70px;
    top: -12px;
}
.question p.num span:after {
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    background: var(--orange);
    margin-left: 4px;
    position: relative;
    top: -32px;
    left: 33px;
}
.form-wrapper div:not(:last-child){
    margin-bottom: 8px;
}
/* 
.form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-check label {
    position: relative;
    cursor: pointer;
}
.form-check label:before {
    content:'';
    -webkit-appearance: none;
    background: var(--head-gradient);
    border: none;
    border-radius: 5px;
    padding: 14px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    top: -2px;
}
.form-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 9px;
    height: 18px;
    border: solid var(--orange);
    border-width: 0 4px 4px 0;
    border-radius: 0px;
    transform: rotate(45deg);
    -webkit-box-shadow: 5px 2px 3px 0px rgba(0,0,0,0.2);
       -moz-box-shadow: 5px 2px 3px 0px rgba(0,0,0,0.2);
            box-shadow: 5px 2px 3px 0px rgba(0,0,0,0.2);
}
*/
.form-check{
    padding-left: 0;
}
.form-check-input {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
label.form-check-label:before {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--head-gradient);
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    top: 7px;
    position: relative;
}
label.form-check-label.circle:before {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--head-gradient);
    display: inline-block;
    margin-right: 10px;
    border-radius: 30px;
    top: 7px;
    position: relative;
}
input[type="checkbox"]:checked ~ label:before {
    background: var(--blue) no-repeat center;
    background-size: 20px 20px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
input[name="opt-Q5"]:checked ~ label:before, input[name="opt-Q4"]:checked ~ label:before {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--white) no-repeat center;
    border:8px solid var(--orange);
    display: inline-block;
    border-radius: 20px;
    position: relative;
}
textarea:hover, textarea:active, textarea:focus{
    outline:2px solid var(--orange) !important;
}
.form-wrapper .form-group textarea{
    margin-top: 14px;
}
.form-check label {
    font-weight: 400;
    font-size: 16px;
}
.results-icon{
    width: 150px;
}
.main-content #intro{
    margin: 80px 0 120px 0;
}
.main-content #thankyou{
    min-height: calc(100vh - 94px);
    padding: 100px 0 0 0;
} 
#Q1, #Q2, #Q3, #Q4, #Q5{
    padding: 160px 0 0 0;
}
#assessment-wrapper{
    min-height: calc(100vh - (94px + 50px));
}
.underline{
    text-decoration: underline;
}
.dark-box{
    background: var(--head-gradient);
    padding: 50px;
    border-radius: 20px;
    margin: 50px 0;
}
.progress-bar-wrap .assessment-wrap{
    position: relative; 
    z-index: 1000;
}
.progress-bar-wrap{
    background: rgba(18, 30, 40, .75);
    border-radius: 40px;
    padding: 10px 40px;
}
.current-view{
    min-height: calc(100vh - (95px + 0px));
}
.hideme{
    opacity:0;
}
#nav-wrap{
    position: relative;
    z-index: 1000;
}
.disabled{
    filter: grayscale(100%);
}

/* --XS-- X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .progress-bar-wrap{
        min-width: 350px!important;
        max-width: 350px!important;
    }
    .progress-bar-wrap .navigation .nav-inline-item span.dash:before{
        width: 12px;
    }
    .cst-ms-xs-6 {
        margin-left: 4rem!important;
    }
}

/* --S-- Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .progress-bar-wrap{
        min-width: 500px!important;
        max-width: 500px!important;
    }
    .progress-bar-wrap .navigation .nav-inline-item span.dash:before{
        width: 40px;
    }
}

/* --M-- Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .progress-bar-wrap{
        min-width: 700px!important;
        max-width: 700px!important;
    }
    .progress-bar-wrap .navigation .nav-inline-item span.dash:before{
        width: 75px;
    }
}

/* --L-- Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .progress-bar-wrap{
        min-width: 880px!important;
        max-width: 880px!important;
    }
    .progress-bar-wrap .navigation .nav-inline-item span.dash:before{
        width: 100px;
    }
    .cst-ms-xs-6 {
        margin-left: 0rem!important;
    }
}

/* --XL-- X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* --XXL-- XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}