html {
    height: 100%;
}
body {
    font-family:'HaasText' !important;
    height: 100%;
}
.bootstrap-namespaced {
    height: calc(100% - 300px);
    min-height: 500px;
}
.bootstrap-namespaced .btn, .bootstrap-namespaced .btn-xs {
    margin-right: 5px;
    border: 2px solid #262626;
    background: #262626;
    color: #fff;
    vertical-align: baseline;
    font: normal normal 12px 'HaasText', 'Helvetica';
}
.bootstrap-namespaced .btn:hover, .bootstrap-namespaced .btn-xs:hover {
    border-color: #262626;
    background: #fff;
    color: #262626;
}
.bootstrap-namespaced .carousel {
    overflow: visible; 
}
.bootstrap-namespaced .carousel-inner {
    /*overflow: visible;*/
    height: 100%;
}
/***template*/
 #graphic-container {
    overflow: visible;
    margin: 20px auto 0px auto;
    max-width: 1160px;
    height: 100%; 
    background: white;
    color: #262626;
    font: normal normal 12px 'HaasText', 'Helvetica';
}
#graphic-header {
    max-width: 1160px;
    border-bottom: 1px solid #262626;
    background: white;
}
#graphic-header.affix {
    position: fixed !important;
    top: 0px;
    z-index: 2;
}
#graphic-body {
    position: relative;
    height: 100%;
    background: white;
}
#graphic-footer {
    margin-top: 0;
    padding-top: 20px;
    /*border-top: 1px solid #262626;*/
    background: white;
}
.no-border {
    border: none !important;
}
.no-background {
    background: none !important;
}
/*template*/
 #quiz-container {
    height: 100%; 
}
.item {
    overflow: visible;
    padding: 15px;
    width: 100%;
    height: 100%;  
    border-color: #fff;
    color: #fff;
}
.item.other:first-child .item-caption {
    font: normal normal 150px/150px 'HaasTextBold', 'Helvetica';
}
.item.other {
    color: #262626;
}
.item-subcaption {
    display: block;
    padding-top: 10px;
    color: black;
    font: normal normal 24px 'HaasTextBold', 'Helvetica';
}
.item.other:first-child {
    background: none;
}
.item.other input {
    border-bottom-color: #262626;
}
.item.other input.typing {
    background: #000;
    color: #fff;
}
.item.match input.typing {
    background: #fff;
    color: #20c288;
}
.item .btn-xs {
    background: #fff;
    font: normal normal 24px 'HaasTextBold', 'Helvetica';
    -webkit-font-smoothing: normal !important;
    -moz-osx-font-smoothing: normal !important;
}
.item.service, .item.payment, .item.stock {
    background: #20c288;
}
.item-caption {
    z-index: 2;
}
.step-item {
    display: none;
}
.step-item.disabled {
    display: none;
    /*opacity: 0;*/
}

.chart-view, .scores-view {
    display: none;
}
.match, .btn-xs.match, .btn-xs.match:hover {
    background-color: #20c288;
    color: #fff;
}
.contributions, .btn-xs.contributions, .btn-xs.contributions:hover {
    background-color: #00afb1;
    color: #fff;
}
.investments, .btn-xs.investments, .btn-xs.investments:hover {
    background-color: #0097d2;
    color: #fff;
}
.vesting, .btn-xs.vesting, .btn-xs.vesting:hover {
    background-color: #0077d6;
    color: #fff;
}
.enrollment, .btn-xs.enrollment, .btn-xs.enrollment:hover {
    background-color: #5a4cb4;
    color: #fff;
}
.payment, .btn-xs.payment, .btn-xs.payment:hover, .service, .btn-xs.service, .btn-xs.service:hover, .stock, .btn-xs.stock, .btn-xs.stock:hover {
    background-image: url("../img/penalty-background.png");
}

input {
    border: none;
    border-bottom: 3px solid #fff;
    background: none;
}
.quiz-view input.your-company {
    width: 170px;
}
.chart-view input.your-company {
    width: 170px;
}
input:focus {
    outline: 0;
}
input, select {
    outline: 0 !important;
}
input:hover, select:hover, button:hover {
    -webkit-animation: blink 2s linear 3 alternate;
    -moz-animation: blink 2s linear 3 alternate;
    animation: blink 2s linear 3 alternate;
}
@-moz-keyframes blink {
    50% {
        border-bottom-color: rgb(255, 255, 255);
    }
}
@-webkit-keyframes blink {
    50% {
        border-bottom-color: rgb(255, 255, 255);
    }
}
@keyframes blink {
    50% {
        border-bottom-color: rgb(255, 255, 255);
    }
}
.bootstrap-namespaced .btn, .bootstrap-namespaced .btn:hover {
    border: none;
    background-color: #fff;
    color: #262626;
    font: normal normal 36px/36px 'HaasTextBold', 'Helvetica';
}
.bootstrap-namespaced .btn:focus {
    outline: 0;
}
.bootstrap-namespaced button[disabled], .bootstrap-namespaced html input[disabled] {
    opacity: .2;
    pointer-events: none;
}
.other .btn, .other .btn:hover {
    background-color: #262626;
    color: #fff;
}
.match .btn, .match .btn:hover, .payment .btn, .payment .btn:hover, .service .btn, .service .btn:hover, .stock .btn, .stock .btn:hover {
    color: #20c288 !important;
}
.contributions .btn, .contributions .btn:hover {
    color: #00afb1 !important;
}
.investments .btn, .investments .btn:hover {
    color: #0097d2 !important;
}
.vesting .btn, .vesting .btn:hover {
    color: #0077d6 !important;
}
.enrollment .btn, .enrollment .btn:hover {
    color: #5a4cb4 !important;
}
.clear-btn {
    display: none !important;
}
.item .skip-btn, .item .skip-btn:hover {
    position: relative; 
    /*position: absolute;
    bottom: 15px;
    left: 10px;*/
    margin-top: 20px;
    border: none;
    font: normal normal 14px 'HaasTextBold', 'Helvetica';
}
.other .submit-btn, .other .submit-btn:hover {
    font: normal normal 36px/36px 'HaasTextBold', 'Helvetica';
}
.scores-view .submit-btn {
    content:"asdfd";
}
.btn-xs.match, .btn-xs.payment, .btn-xs.service {
    border-color: #20c288;
    background-color: #20c288;
    color: #fff;
}
.btn-xs.contributions {
    border-color: #00afb1;
    background-color: #00afb1;
    color: #fff;
}
.btn-xs.investments {
    border-color: #0097d2;
    background-color: #0097d2;
    color: #fff;
}
.btn-xs.vesting {
    border-color: #0077d6;
    background-color: #0077d6;
    color: #fff;
}
.btn-xs.enrollment {
    border-color: #5a4cb4;
    background-color: #5a4cb4;
    color: #fff;
}
.btn-xs.match:hover, .btn-xs.payment:hover, .btn-xs.service:hover {
    border-color: #20c288;
    background-color: #fff;
    color: #20c288;
}
.btn-xs.contributions:hover {
    border-color: #00afb1;
    background-color: #fff;
    color: #00afb1;
}
.btn-xs.investments:hover {
    border-color: #0097d2;
    background-color: #fff;
    color: #0097d2;
}
.btn-xs.vesting:hover {
    border-color: #0077d6;
    background-color: #fff;
    color: #0077d6;
}
.btn-xs.enrollment:hover {
    border-color: #5a4cb4;
    background-color: #fff;
    color: #5a4cb4;
}
.chart-view .score-total {
    display: inline-block;
    vertical-align: top;
}
.chart-form {
    display: none;
    padding-bottom: 20px;
    font: normal normal 24px 'HaasTextBold', 'Helvetica';
    line-height: 1.3;
}
.chart-form input {
    border-bottom: 2px solid #262626;
    color: #262626;
    line-height: 1;
}
.chart-form input.your-match-1, .chart-form input.your-match-2 {
    border-bottom-color: #20c288;
}
#score-buttons-offset {
    display: inline-block;
    float: left;
    width: 9.5%;
    height: 20px;
    border-right: 1px dashed #262626;
}
#score-buttons {
    display: inline-block;
    float: left;
}
.glyphicon-remove-circle {
    color: #262626;
    vertical-align: middle;
    font-size: 16px;
    cursor: pointer;
}
.company-row {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    min-height: 35px;
    background: none;
    cursor: pointer;
}
.company-row-background {
    min-height: 50px;
    width: 100%;
    border-top: 1px solid #999;
    background-color: none;
}
.scores-view .company-row-background {
    position: absolute !important;
    top: 0;
    right: 0;
}
.company-row:first-child .company-row-background {
    border-top: none;
}
.company-row.tied .company-row-background {
    width: 99%;
    border-top-color: #ccc;
}
.company-row:first-child, .company-header:first-child {
    border: none;
}
.company-row.your-company {
    background-color: rgba(240, 240, 240, 1);
}
.company-row.your-company.blink {
    -webkit-animation: blink-your-company .75s linear 5 alternate;
    -moz-animation: blink-your-company .75s linear 5 alternate;
    animation: blink-your-company .75s linear 5 alternate;
}
@-moz-keyframes blink-your-company {
    50% {
        background-color: rgba(240, 240, 240, 0);
    }
}
@-webkit-keyframes blink-your-company {
    50% {
        background-color: rgba(240, 240, 240, 0);
    }
}
@keyframes blink-your-company {
    50% {
        background-color: rgba(240, 240, 240, 0);
    }
}
.company-row .company-header {
    display: block;
}
.company-row .rank {
    color: #262626;
    font-size: 14px;
    font-family:'HaasTextBold';
}
.company-row .industry {
    padding-bottom: 5px;
    /*color: #7800A8;*/
    text-align: left;
    font-family:'HaasText';
}
.company-row .company {
    display: block;
    font-size: 14px;
    font-family:'HaasTextBold';
}
.company-row .company .badge {
    vertical-align: super;
}
.score-total div {
    display: block;
    padding-top: 7%;
    width: 30px;
    height: 30px;
    border: 1px solid #262626;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    color: #262626;
    text-align: center;
    font: normal normal 14px 'HaasTextBold', 'Helvetica';
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.scores-barchart {
    height: 32px;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.scores-barchart.disabled {
    opacity: 0;
}
.scores-barchart-labels {
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.scores-barchart-labels.disabled {
    opacity: 0;
}
.score-label {
    margin: 0;
    padding: 0;
    color: red;
    font: normal normal 12px 'HaasText', 'Helvetica';
}
.score-bar {
    position: relative;
    float: left;
    overflow: hidden;
    height: 30px;
    border-right: 1px solid #fff;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.score-bar.match {
    border-left: 1px dashed #262626;
}
.score-bar.penalty {
    border-left: none;
}
.score-bar.disabled {
    opacity: .2 !important;
}
.quiz-view .scores-barchart.disabled {
    /*opacity: .2 !important;*/
}
.quiz-view .scores-barchart {
}
.quiz-view .scores-barchart-labels div {
    display: block;
    float: left;
}
.quiz-view .score-bar span {
}
.quiz-view .score-bar.service.disabled {
    display: none;
}
.quiz-view .score-bar.penalty.disabled {
    display: none;
}
.quiz-view .your-score {
    font: normal normal 28px 'HaasTextBold', 'Helvetica';
}
.score-bar-badge {
    z-index: 2;
    display: none;
    margin-top: 6px;
    padding-top: 3px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    color: #262626;
    text-align: center;
    opacity: 1;
    pointer-events: none;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.quiz-view .score-bar-badge {
    /*display: none;*/
}
.scores-barchart-offset {
    position: relative;
    float: left;
    width: 6%;
    height: 30px;
    height: 100;
    opacity: .02;
}
.arrow-tooltip {
    position: absolute;
    z-index: 3;
    display: block;
}
.arrow-tooltip .line-arrow {
    display: inline-block;
    float: left;
    width: 40px;
}
.arrow-tooltip .line {
    display: inline-block;
    float: left;
    width: 40px;
    height: 30px;
    border: 1px solid #999;
    border-width: 0 0 0 1px;
    border-radius: 97px 0 0 0;
}
.arrow-tooltip .arrow {
    display: inline-block;
    float: left;
    margin-left: -10%;
    width: 0;
    height: 0;
    border-top: 8px solid #262626;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.arrow-tooltip .title {
    display: inline-block;
    float: left;
    margin-top: -5%;
    width: 100px;
    color: #262626;
}
#chart-legend {
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 1160px;
    border-top: 1px solid #ccc;
    /*border-bottom: 1px solid #262626;*/
    background: #fff;
    color: #262626;
}
.disabled {
    opacity: .2;
}
.glyphicon.glyphicon-info-sign {
    color: #ff8200;
    /*font-size: 14px;*/
    /*vertical-align: bottom;*/
}
.pointer {
    cursor: pointer;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
.tooltip {
    position: absolute;
    z-index: 2;
    display: block;
    visibility: visible;
    font: normal normal 12px 'HaasText', 'Helvetica';
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    padding: 3px 8px;
    max-width: 200px;
    border-radius: 4px;
    background-color: #262626;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #262626;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #262626;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #262626;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #262626;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #262626;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #262626;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #262626;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #262626;
}
.selectpicker, .selectpicker:hover {
    outline: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
}
.bootstrap-select {
    width: auto !important;
    outline: 0 !important;
}
.selectpicker {
    margin: 0!important;
    padding: 0 !important;
    outline: 0 !important;
}
.dropdown-toggle {
    outline: 0 !important;
    background: none !important;
}
.dropdown-menu {
    background-color: #fff;
    font: normal normal 14px 'HaasText', 'Helvetica';
    transition: all 5s;
}
.your-match .dropdown-menu li a, .your-payment .dropdown-menu li a, .your-service .dropdown-menu li a {
    color: #20c288;
}
.your-contributions .dropdown-menu li a {
    color: #00afb1;
}
.your-investments .dropdown-menu li a {
    color: #0097d2;
}
.your-vesting .dropdown-menu li a {
    color: #0077d6;
}
.your-enrollment .dropdown-menu li a {
    color: #5a4cb4;
}
.popover-title {
    color: #262626;
    font: normal normal 14px 'HaasTextBold', 'Helvetica';
}
.filter-option {
    display: none;
}
.quiz-view .item {
    font: normal normal 48px 'HaasTextBold', 'Helvetica';
    line-height: 1.4;
}
.quiz-view input {
    min-width: 50px;
    width: 218px;
    height: 65px;
    text-align: left;
}
.bootstrap-select {
    border-bottom: 1px solid #262626;
}
.bootstrap-select .btn, .bootstrap-select .btn:hover {
    outline: 0;
    box-shadow: none;
    color: #262626;
}
.bootstrap-select .btn-group.open .dropdown-toggle {
    outline: 0;
}
.bootstrap-select .caret {
    display: none;
    padding: 0;
}
.bootstrap-select.your-investments .dropdown-menu {
    right: 0px;
    left: inherit;
}
.quiz-view .bootstrap-select .btn {
    margin: 0;
    padding: 0;
    outline: 0;
    color: #fff !important;
    font: normal normal 48px 'HaasTextBold', 'Helvetica';
}
.quiz-view .other .bootstrap-select .btn {
    color: #262626 !important;
}
.quiz-view .bootstrap-select {
    border-bottom: 3px solid #fff;
}
.quiz-view .bootstrap-select .dropdown-toggle{
    margin-top: 0px;
    height: 58px;
}
.quiz-view .other .bootstrap-select {
    border-bottom: 3px solid #262626;
}
.chart-view .bootstrap-select .btn {
    margin: 0;
    padding: 0;
    height: 32px;
    font: normal normal 24px 'HaasTextBold', 'Helvetica';
}
.chart-view .bootstrap-select {
    border-bottom-width: 2px;
}
.chart-view .bootstrap-select.your-match, .chart-view .bootstrap-select.your-match-type, .chart-view .bootstrap-select.your-payment, .chart-view .bootstrap-select.your-service {
    border-bottom-color: #20c288 !important;
}
.chart-view .bootstrap-select.your-contributions {
    border-bottom-color: #00afb1 !important;
}
.chart-view .bootstrap-select.your-investments {
    border-bottom-color: #0097d2 !important;
}
.chart-view .bootstrap-select.your-vesting {
    border-bottom-color: #0077d6 !important;
}
.chart-view .bootstrap-select.your-enrollment {
    border-bottom-color: #5a4cb4 !important;
}
#score-badge {
    z-index: 2;
    margin-top: 0;
    padding-top: 50px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    border-radius: 400px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 250px;
    opacity: 1;
    pointer-events: none;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.other .help {
    color: #000;
}
.info {
    display: inline-block;
    vertical-align: text-top;
}
.info span {
    z-index: 2;
    background: #fff;
    color: #262626;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    pointer-events: none;
}
.quiz-view .info span {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.70;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.quiz-view .plan-info span, .quiz-view .score-info span {
    margin-left: 0;
    background: #262626;
    color: #fff;
}
.quiz-view .match-info span, .quiz-view .payment-info span, .quiz-view .service-info span, .quiz-view .salary-contribution-info span {
    background: #fff;
    color: #20c288 !important;
}
.quiz-view .contributions-info span {
    background: #fff;
    color: #00afb1 !important;
}
.quiz-view .investments-info span {
    background: #fff;
    color: #0097d2 !important;
}
.quiz-view .vesting-info span {
    background: #fff;
    color: #0077d6 !important;
}
.quiz-view .enrollment-info span {
    background: #fff;
    color: #5a4cb4 !important;
}
.chart-view .info span {
    display: block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #262626;
    color: #fff;
    font-size: 12px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.chart-view .other-info span {
    background: #262626;
}
.chart-view .match-info span, .chart-view .payment-info span, .chart-view .service-info span {
    background: #20c288 !important;
}
.chart-view .contributions-info span {
    background: #00afb1 !important;
}
.chart-view .investments-info span {
    background: #0097d2 !important;
}
/*.chart-view .vesting-info span {
    background: #0077d6 !important;
}*/
 .chart-view .vesting-info span {
    background: #262626 !important;
}
.chart-view .enrollment-info span {
    background: #5a4cb4 !important;
}
canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
#methodology {
    padding-top: 20px;
    display: none;
    font: normal normal 14px 'HaasText', 'Helvetica';
}
#methodology b {
    font-family:'HaasTextBold', 'Helvetica';
}
#methodology ul, #methodology li {
    list-style: disc inside;
}
#credits {
    padding-top: 20px;
    border-top: 1px solid #262626;
    font: normal normal 14px 'HaasText', 'Helvetica';
}
@media(max-width:767px) {
    body {
        font-size: 12px;
    }
    .bootstrap-namespaced {
        height: 100%;
    }
    .top-banner {
        display: none !important;
    }
    .bootstrap-namespaced .btn, .bootstrap-namespaced .btn:hover {
        font: normal normal 12px/12px 'HaasTextBold', 'Helvetica';
    }
    .item.other:first-child .item-caption {
        font: normal normal 50px/56px 'HaasTextBold', 'Helvetica';
    }
    .quiz-view .item {
        font: normal normal 16px 'HaasTextBold', 'Helvetica';
        line-height: 1.6;
        height: 340px !important;
    }
    .quiz-view input {
        min-width: 20px;
        width: 100px;
        height: 28px;
        border-bottom-width: 2px;
    }
    .chart-form {
        padding-bottom: 10px;
        font: normal normal 14px 'HaasTextBold', 'Helvetica';
        line-height: 1.7;
    }
    .chart-form .btn-xs {
        margin: 0px;
        padding: 1px;
        font-size: 12px !important;
        line-height: 12px;
    }
    .quiz-view .bootstrap-select {
        border-bottom-width: 2px !important;
    }
    .quiz-view .bootstrap-select .btn {
        margin: 0;
        padding: 0;
        height: 24px;
        outline: 0;
        color: white !important;
        font: normal normal 16px 'HaasTextBold', 'Helvetica';
    }
    .chart-view .bootstrap-select .btn {
        height: 16px;
        color: #262626;
        font: normal normal 14px 'HaasTextBold', 'Helvetica';
    }
    .chart-view input {
        height: 18px;
        color: #262626;
        font: normal normal 14px 'HaasTextBold', 'Helvetica';
    }
    #chart-legend .scores-view.row.visible-xs div:first-child {
        padding-bottom: 5px;
    }
    #chart-legend .btn-xs {
        margin: 0px;
        padding: 1px;
        line-height: 12px;
    }
    .score-total div {
        /*padding-top: 5%;*/
        line-height: 26px;
    }
    .quiz-view .info span {
        display: block;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        font-size: 10px;
        line-height: 1.90;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
}
@media(min-width:768px) {
    /*.bootstrap-namespaced .btn, .bootstrap-namespaced .btn:hover {
        font: normal normal 32px/32px 'HaasTextBold', 'Helvetica';
    }
    .item {
        height: 600px;
    }*/
    .score-total div {
        padding-top: 10%;
    }
    .item.other:first-child .item-caption {
        font: normal normal 110px/110px 'HaasTextBold', 'Helvetica';
    }
    /*
    .quiz-view .item {
        font: normal normal 32px 'HaasTextBold', 'Helvetica';
        line-height: 1.3;
        height: 340px !important;
    }*/
}
@media(min-width:992px) {
    .item.other:first-child .item-caption {
        font: normal normal 150px/150px 'HaasTextBold', 'Helvetica';
    }
}
@media(min-width:1200px) {
    .item.other:first-child .item-caption {
        font: normal normal 150px/150px 'HaasTextBold', 'Helvetica';
    }
}
.widow {
    display: inline-block;
}
/*[data-sr] {
        visibility: hidden;
    }*/