﻿*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #767676;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #767676;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #767676;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #767676;
    opacity: 1;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

html[dir="rtl"] {
    text-align: right;
}

body, h1, h2, h3, h4, h5, h6, fieldset, legend {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: inherit;
}

fieldset {
    min-inline-size: auto;
}

legend {
    width: 100%;
}

body {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*System utils*/
.ss-sr-only {position: absolute!important;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);white-space: nowrap;border: 0;}
.clear {clear: both;}
.remTime {font-size:1.2em;font-weight:bold;width:100%;text-align:right;padding-right:10px;margin-bottom:15px;}
.sys45gt78g     {display:none;}

button, input, optgroup, select, textarea {
    font-family: inherit;
}

textarea {
    resize: vertical;
}

input,
textarea,
select,
button {
    font-size: 1em;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

    input:not([type="radio"]):not([type="checkbox"]),
    textarea,
    select {
        line-height: 1.5;
        max-width: 100%;
    }

    input:focus,
    textarea:focus,
    select:focus {
        position: relative;
        z-index: 1;
    }

html[dir="rtl"] input[type="checkbox"],
html[dir="rtl"] input[type="radio"] {
    left: initial;
    right: 0.5em;
}

html[dir="rtl"] .rb > input[type="radio"],
html[dir="rtl"] .ck > input[type="checkbox"] {
    margin-left: 0;
    margin-right: -0.5em;
    position: absolute;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .5em center/8px 10px;
    background-clip: padding-box;
}

    html[dir="rtl"] select {
        padding-left: 1.75em;
        padding-right: .75em;
        background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .5em center/8px 10px
    }

    select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    select::ms-expand {
        display: none;
    }

.fMessage {
    background: #fff;
    border-bottom: #666;
}

    .fMessage input[type="checkbox"], .fAdminUtil input[type="checkbox"] {
        position: static;
        opacity: 1;
        z-index: 0;
    }

.row .col-var {
    float: left;
}

    html[dir="rtl"] .row .col-var {
        float: right;
    }


    .row .col-var + .col-var {
        margin-left: 1em;
    }


        html[dir="rtl"] .row .col-var + .col-var {
            margin-left: initial;
            margin-right: 1em;
        }

.row .col-var-2 {
    width: calc(100% / 2 - 1em);
}

.row .col-var-3 {
    width: calc(100% / 3 - 1em);
}

.row .col-var-4 {
    width: calc(100% / 4 - 1em);
}

.row .col-var-5 {
    width: calc(100% / 5 - 1em);
}

@media (max-width:576px) {
    .row .col-var {
        float: none;
    }

        .row .col-var + .col-var {
            margin-left: 0;
        }

            html[dir="rtl"] .row .col-var + .col-var {
                margin-right: 0;
            }

    .row .col-var-2,
    .row .col-var-3,
    .row .col-var-4,
    .row .col-var-5 {
        width: 100%;
    }
}

label {
    display: inline-block;
}

.signature-pad canvas {
    border: 1px solid rgba(0, 0, 0, 0.42);
    border-radius: 4px;
    display: block;
}

.signature-pad .btn-clear-canvas {
    display: block;
    margin-top: .5em;
}

.signature-pad .tx {
    margin-top: .5em;
}

.tx,
select {
    border: 1px solid rgba(0, 0, 0, 0.42);
    border-radius: 4px;
    outline: 0;
    padding: .25em .5em;
    background-color: #fff;
}

select {
    padding: .375em 1.75em .375em .75em;
}

.matrixMain select {
    padding: .25em 1.5em .25em .5em;
    width: 100%;
}

    html[dir="rtl"] .matrixMain select {
        padding-left: 1.5em;
        padding-right: .5em;
    }

.textAnswer,
#secValSum .vSummary > div {
    padding: .375em .75em;
}

#secValSum {
    outline: none;
}

#secValSum .vSummary > div {
    border-radius: .25rem;
}

#secValSum ul:empty {
    margin: 0;
}

.tx:not(.choiceCompl) {
    width: 100%;
}

.charCount {
    color: rgba(0, 0, 0, 0.6);
}

.wrapper {
    text-align: left;
    width: 100%;
}

    html[dir="rtl"] .wrapper {
        text-align: right;
    }

.formComplete {
    margin: auto;
    width: 100%;
    line-height: 1.5;
}

.logo {
    line-height: 0;
}

.logo img {
    display: inline-block;
}

.header.leftFloat .logo {
    text-align: left;
}


.header.rightFloat .logo {
    text-align: right;
}

.headerTitle,
.headerSubtitle {
    line-height: normal;
}

.headerTitle,
.headerSubtitle,
.sectionTitle,
.subsectionTitle {
    font-weight: 300;
}

.headerTitle,
.headerSubtitle,
.question-title {
    margin: 0;
}

.language_selector {
    text-align: right;
}

html[dir="rtl"] .language_selector {
    text-align: left;
}

.language_selector label {
    position: absolute;
}

.language_selector select {
    display: inline-block;
    width: auto;
}

.language_selector_lnk {
    margin-left: .5em;
}

html[dir="rtl"] .language_selector_lnk {
    margin-left: 0;
    margin-right: .5em;
}

.language_selector_lnk.btn {
    display: inline-block;
}

.subSection.customHeader {
    padding-left: 0;
    padding-right: 0;
}

.ss-progress-bar:not(.ss-progress-bar-modern) {
    margin-bottom: -1.5em;
}

.ss-progress-bar-modern .ss-progress-bar-outer {
    height: 2px;
    max-width: 100%;
    border: none;
    background-color: inherit;
}

.ss-progress-bar-modern .ss-progress-bar-text {
    text-align: left;
}

    html[dir="rtl"] .ss-progress-bar-modern .ss-progress-bar-text {
        text-align: right;
}

.ss-progress-bar-outer {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 1em;
    height: 1em;
    margin: auto;
    max-width: 360px;
    overflow: hidden;
    width: 100%;
}



.ss-progress-bar-inner {
    background-color: #000;
    height: 100%;
    width: 25%;
}

.ss-progress-bar-text {
    text-align: center;
}

/*FileUpload keybord hack added to template but for those not recompiled*/
.ss-file-upload > input[type="file"]:focus + label{
    -webkit-box-shadow: 0 0 0 0.2em rgba(0,0,0,0.25);
    box-shadow: 0 0 0 0.2em rgba(0,0,0,0.25);
}
/*.ss-file-upload {
        display: inline-block;
        border: 1px dashed rgba(0, 0, 0, 0.24);
        border-radius: 4px;
        outline: 0;
        padding: .375em .75em;
        cursor: pointer;
    }

    .ss-file-upload-ctrl {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        white-space: nowrap;
        width: 1px; 
    }

    .ss-file-upload-ctrl:focus + label,
    .ss-file-upload-ctrl + label:hover {
        border-style: solid;
    }
 
    .ss-file-upload-ctrl:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }
*/
.sectionTitle {
    display: block;
    font-weight: 300;
}

.question-title {
    font-weight: 400;
    white-space: pre-wrap;
    position: relative;
}

.reqFlag {
    font-size: 1.3em;
    margin-right: .1em;
    position: absolute;
    right: 100%;
}

    html[dir="rtl"] .reqFlag {
        right: initial;
        margin-right: initial;
        left: 100%;
        margin-left: .1em;
    }

.reqText {
    padding-left:0.25em;
}

.questionDesc {
    display: block;
    padding-top: .25em;
}

.QError {
    display: block;
}

.questionAnswer {
    margin-top: .5em;
}

.AnswerList {
    margin: 0;
    padding: 0;
}

    .AnswerList > li {
        display: block;
    }

        .AnswerList > li:not(:last-child) > .rb,
        .AnswerList > li:not(:last-child) > .ck,
        .AnswerList > li:not(:last-child) > .choiceCompl {
            margin-bottom: .25em;
        }

@media (min-width:577px) {
    .AnswerList.listRowleft > li {
        text-align: left;
    }

        html[dir="rtl"] .AnswerList.listRowleft > li {
            text-align: right;
        }

    .AnswerList.listRowcenter > li {
        text-align: center;
    }

    .AnswerList.listRowright > li {
        text-align: right;
    }

        html[dir="rtl"] .AnswerList.listRowleft > li {
            text-align: left;
        }
}

.AnswerList > li .rb,
.AnswerList > li .ck {
    display: block;
}

@media (min-width:577px) {
.AnswerList.horizontal > li,
.AnswerList.vertical {
    display: inline-block;
    margin-right: 1em;
    vertical-align: top;
}

    html[dir="rtl"] .AnswerList.horizontal > li,
    html[dir="rtl"] .AnswerList.vertical {
        margin-right: initial;
        margin-left: 1em;
    }

    .AnswerList.horizontal.c2 > li,
    .AnswerList.vertical.c2 {
        width: calc(50% - 1em);
    }

    .AnswerList.horizontal.c3 > li,
    .AnswerList.vertical.c3 {
        width: calc(100% / 3 - 1em);
    }

    .AnswerList.horizontal.c4 > li,
    .AnswerList.vertical.c4 {
        width: calc(25% - 1em);
    }

    .AnswerList.horizontal.c5 > li,
    .AnswerList.vertical.c5 {
        width: calc(20% - 1em);
    }

    .AnswerList.label-top .rb > label,
    .AnswerList.label-top .ck > label {
        padding: .25em .5em 2em;
    }

    .AnswerList.label-top .rb,
    .AnswerList.label-top .ck {
        display: block;
    }

        .AnswerList.label-top .rb > input[type="radio"],
        .AnswerList.label-top .rb > label:before,
        .AnswerList.label-top .rb > label:after,
        .AnswerList.label-top .ck > input[type="checkbox"],
        .AnswerList.label-top .ck > label:before,
        .AnswerList.label-top .ck > label:after {
            bottom: .5em;
            top: auto;
        }

    .AnswerList.label-top.listRowcenter .rb > input[type="radio"],
    .AnswerList.label-top.listRowcenter .rb > label:before,
    .AnswerList.label-top.listRowcenter .rb > label:after,
    .AnswerList.label-top.listRowcenter .ck > input[type="checkbox"],
    .AnswerList.label-top.listRowcenter .ck > label:before,
    .AnswerList.label-top.listRowcenter .ck > label:after {
        left: 50%;
        margin-left: -.5em;
    }

        html[dir="rtl"] .AnswerList.label-top.listRowcenter .rb > input[type="radio"],
        html[dir="rtl"] .AnswerList.label-top.listRowcenter .rb > label:before,
        html[dir="rtl"] .AnswerList.label-top.listRowcenter .rb > label:after,
        html[dir="rtl"] .AnswerList.label-top.listRowcenter .ck > input[type="checkbox"],
        html[dir="rtl"] .AnswerList.label-top.listRowcenter .ck > label:before,
        html[dir="rtl"] .AnswerList.label-top.listRowcenter .ck > label:after {
            left: initial;
            right: 50%;
            margin-left: initial;
            margin-right: -.5em;
        }

    .AnswerList.label-top.listRowright .rb > input[type="radio"],
    .AnswerList.label-top.listRowright .rb > label:before,
    .AnswerList.label-top.listRowright .rb > label:after,
    .AnswerList.label-top.listRowright .ck > input[type="checkbox"],
    .AnswerList.label-top.listRowright .ck > label:before,
    .AnswerList.label-top.listRowright .ck > label:after {
        left: auto;
        right: 0;
    }

        html[dir="rtl"] .AnswerList.label-top.listRowright .rb > input[type="radio"],
        html[dir="rtl"] .AnswerList.label-top.listRowright .rb > label:before,
        html[dir="rtl"] .AnswerList.label-top.listRowright .rb > label:after,
        html[dir="rtl"] .AnswerList.label-top.listRowright .ck > input[type="checkbox"],
        html[dir="rtl"] .AnswerList.label-top.listRowright .ck > label:before,
        html[dir="rtl"] .AnswerList.label-top.listRowright .ck > label:after {
            left: 0;
            right: auto;
        }
}

@media (min-width: 577px) {
    .AnswerList.ss-likert-container {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .AnswerList.ss-likert-container > li {
            display: table-cell;
            margin-right: 0;
            padding-right: 1em;
            vertical-align: bottom;
        }
}

.matrixMain {
    table-layout: fixed;
    width: 100%;
}

    .matrixMain th,
    .matrixMain td {
        line-height: 1.5em;
        padding: .25em;
        background-clip: padding-box;
    }

    .matrixMain .tCellB {
        border: 1px solid;
    }

    .matrixMain .ss-border-b {
        border-bottom: 1px solid;
    }

    .matrixMain .ss-border-r {
        border-right: 1px solid;
    }

    .matrixMain .matrixSpacer {
        width: .5em;
    }

    .matrixMain thead {
        font-weight: bold;
    }

    .matrixMain .tHeader .columnHeader:first-child,
    .matrixMain .rowHeader {
        text-align: left;
    }

        html[dir="rtl"] .matrixMain .tHeader .columnHeader:first-child,
        html[dir="rtl"] .matrixMain .rowHeader {
            text-align: right;
        }

.QuestionMatrixVar .rowHeader, .QuestionMatrixVar .columnHeader:first-child {
    width: 28px;
}

.ss-matrix-var-btn-add {
    margin-left: calc(.25em + 2px);
}

    html[dir="rtl"] .ss-matrix-var-btn-add {
        margin-left: initial;
        margin-right: calc(.25em + 2px);
    }

.QCompl {
    margin-top: .5em;
}

.QComplTitle {
    font-weight: 400;
}

.QComplAnswer {
    margin-top: .5em;
}

.rb,
.ck {
    position: relative;
}

    .rb > input[type="radio"],
    .ck > input[type="checkbox"] {
        margin: .5em 0 0 -0.5em;
        position: absolute;
    }

    .rb > label,
    .ck > label {
        border: 1px solid transparent;
        border-radius: 4px;
        cursor: pointer;
        display: block;
        font-weight: 400;
        line-height: 1.5em;
        margin: 0 -.5em;
        margin-top: 0;
        max-width: inherit;
        min-height: calc(2em + 2px);
        padding: .25em .5em .25em 2em;
        position: relative;
        transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out;
    }

        html[dir="rtl"] .rb > label,
        html[dir="rtl"] .ck > label {
            padding-left: .5em;
            padding-right: 2em;
        }

        html[dir="rtl"] .rb > label::before, 
        html[dir="rtl"] .ck > label::before {
            left: initial;
            right: .5em;
        }

        html[dir="rtl"] .rb > label::after, 
        html[dir="rtl"] .ck > label::after {
            left: initial;
            right: .5em;
        }

.AnswerList input.choiceCompl {
    margin-left: 1.5em;
    max-width: calc(100% - 1.5em);
}

    html[dir="rtl"] .AnswerList input.choiceCompl {
        margin-left: initial;
        margin-right: 1.5em;
    }

.ss-choice-disabled {
    text-decoration: line-through;
}

.grid {
    width: 100%;
}

    .grid th {
        font-weight: normal;
    }

/*Horizontal question display*/
@media (min-width: 577px) {
    .ss-question-horizontal .fsQuestion legend,
    .ss-question-horizontal .questionHeader {
        float: left;
        margin-right: 1em;
    }

        html[dir="rtl"] .ss-question-horizontal .fsQuestion legend,
        html[dir="rtl"] .ss-question-horizontal .questionHeader {
            margin-right: initial;
            float: right;
            margin-left: 1em;
        }

    .ss-question-horizontal .questionAnswer {
        float: left;
        margin-top: 0;
    }

        html[dir="rtl"] .ss-question-horizontal .questionAnswer {
            float: right;
        }
}

/*Scale question*/
.ss-scale-container {
    width: 100%;
}

.ss-scale-labels {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: .25em;
}

.ss-scale-label {
    display: table-cell;
    font-weight: bold;
}

.ss-scale-label-left {
    text-align: left;
}

    html[dir="rtl"] .ss-scale-label-left {
        text-align: right;
    }

.ss-scale-label-center {
    text-align: center;
}

.ss-scale-label-right {
    text-align: right;
}

    html[dir="rtl"] .ss-scale-label-right {
        text-align: left;
    }


.ss-scale-label-sm {
    display: table-cell;
}

.ss-scale-options table {
    table-layout: fixed;
    width: 100%;
}

.ss-scale-label-value {
    text-align: center;
}

.rangeslider {
    border-radius: .25em;
    box-sizing: content-box;
    position: relative;
}

.rangeslider--horizontal {
    border-bottom: .875em solid;
    border-top: .875em solid;
    height: .25em;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=38);
    opacity: 0.38;
}

.rangeslider__fill {
    border-radius: .25em;
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    height: 100%;
}

.rangeslider__handle {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 1em;
    margin-top: -.375em;
    position: absolute;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    width: 1em;
}

.rangeslider--horizontal .rangeslider__handle {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.rangeslider__ruler {cursor: pointer;font-size: .7em;margin: 10px 3px 0 3px;position: relative;top: 100%;text-align: justify;}
.rangeslider__ruler:after {content: "";display: inline-block;width: 100%;}

.ss-nav-skip {
    text-align: center;
}

    .ss-nav-skip a {
        position: absolute !important;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border: 0;
    }

        .ss-nav-skip a:focus {
            position: relative !important;
            width: auto;
            height: auto;
            padding: 0;
            margin: 0px;
            overflow: hidden;
            clip: auto;
        }

.navSection {
    text-align: center;
}

.mainNav {
    margin-left: -.5em;
}

    .mainNav .navButton {
        margin-left: .5em;
    }

.btn.navButton {
    margin-bottom: 1em;
}

.navButton,
.btn {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
    padding: .5em .75em;
    text-decoration: none;
    -webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}



/*Modals*/
.fade.in {
    opacity: 1;
}

.ss-modal {
    position: fixed;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.ss-modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    top: 10%;
}

.ss-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.ss-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.ss-modal-body {
    position: relative;
    padding: 15px;
}

.ss-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .ss-modal-footer:before, .ss-modal-header:after, .ss-modal-header:before {
        display: table;
        content: " ";
    }

    .ss-modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

        html[dir="rtl"] .ss-modal-footer .btn + .btn {
            margin-left: initial;
            margin-right: 5px;
        }

.ss-modal-sm {
    width: 300px
}

@media (min-width:768px) {
    .ss-modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.ss-modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.ss-modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000;
}

.ss-modal, .ss-modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*AutoComplete*/
.autocomplete-suggestions {
    border: 1px solid;
    border-top: 1px solid rgba(0, 0, 0, 0.42);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #fff;
    cursor: pointer;
    margin-top: -4px;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: .25em .75em;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: .25em .75em;
}

.autocomplete-suggestions strong {
    font-weight: bold;
}

.autocomplete-group {
    padding: .25em .75em;
    font-weight: bold;
    font-size: 1em;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}

@media (min-width: 577px) {
    .tHeader .columnHeader:first-child,
    .rowHeader {
        max-width: 300px;
    }

    /*.ss-row-separator th, .ss-row-separator td,
    .ss-row-header th, .ss-row-header td{
        background-color: rgba(0, 0, 0, 0.10);
    }*/

    .oddRow th, .ss-row-shade th,
    .oddRow td, .ss-row-shade td,
    .ss-scale tbody .tCell {
        background-color: rgba(0, 0, 0, 0.05);
    }

        .oddRow .tCell:first-child,
        /*.ss-row-header .tCell:first-child,*/
        .ss-row-shade .tCell:first-child,
        /*.ss-row-separator .tCell:first-child,*/
        .ss-scale tbody .tCell:first-child {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .oddRow .tCell:last-child,
        /*.ss-row-header .tCell:last-child,*/
        .ss-row-shade .tCell:last-child,
        /*.ss-row-separator .tCell:last-child,*/
        .ss-scale tbody .tCell:last-child {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

    .matrixMain .tCell,
    .matrixMain .tCellB {
        height: 2.5em;
        position: relative;
    }

    .matrixMain .ss-cell-sticky {
        background: #fff;
        position: -webkit-sticky;
        position: sticky;
        top: -1px;
        z-index: 2;
        box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.24);
    }

        .matrixMain .ss-cell-sticky:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
        }

    .matrixMain .rb,
    .matrixMain .ck,
    .tableMobile .rb,
    .tableMobile .ck,
    .ss-scale .rb {
        margin: 0;
        padding: 0;
    }

        .matrixMain .rb > input,
        .matrixMain .ck > input,
        .tableMobile .rb > input,
        .tableMobile .ck > input,
        .ss-scale .rb > input {
            margin-left: -1em;
        }

            html[dir="rtl"] .matrixMain .rb > input,
            html[dir="rtl"] .matrixMain .ck > input,
            html[dir="rtl"] .tableMobile .rb > input,
            html[dir="rtl"] .tableMobile .ck > input,
            html[dir="rtl"] .ss-scale .rb > input {
                margin-left: initial;
                margin-right: -1em;
            }

        .matrixMain .rb > label,
        .matrixMain .ck > label,
        .tableMobile .rb > label,
        .tableMobile .ck > label,
        .ss-scale .rb > label {
            margin: 0;
        }

            .matrixMain .rb > label:before,
            .matrixMain .rb > label:after,
            .matrixMain .ck > label:before,
            .matrixMain .ck > label:after,
            .tableMobile .rb > label:before,
            .tableMobile .rb > label:after,
            .tableMobile .ck > label:before,
            .tableMobile .ck > label:after,
            .ss-scale .rb > label:before,
            .ss-scale .rb > label:after {
                left: 50%;
                margin-left: -.5em;
            }

                html[dir="rtl"] .matrixMain .rb > label:before,
                html[dir="rtl"] .matrixMain .rb > label:after,
                html[dir="rtl"] .matrixMain .ck > label:before,
                html[dir="rtl"] .matrixMain .ck > label:after,
                html[dir="rtl"] .tableMobile .rb > label:before,
                html[dir="rtl"] .tableMobile .rb > label:after,
                html[dir="rtl"] .tableMobile .ck > label:before,
                html[dir="rtl"] .tableMobile .ck > label:after,
                html[dir="rtl"] .ss-scale .rb > label:before,
                html[dir="rtl"] .ss-scale .rb > label:after {
                    left: initial;
                    margin-left: initial;
                    right: 50%;
                    margin-right: -0.5em;
                }

    .small-screen {
        display: none;
    }

    .ss-scale-label-sm {
        display: none;
    }
}

@media (max-width: 575px) {
    .matrixMain th,
    .matrixMain td,
    .tableMobile th,
    .tableMobile td,
    .ss-scale th,
    .ss-scale td {
        display: block;
        text-align: left !important;
        width: 100% !important;
    }

        html[dir="rtl"] .matrixMain th,
        html[dir="rtl"] .matrixMain td,
        html[dir="rtl"] .tableMobile th,
        html[dir="rtl"] .tableMobile td,
        html[dir="rtl"] .ss-scale th,
        html[dir="rtl"] .ss-scale td {
            text-align: right !important;
        }

    .matrixMain td:not(.rowHeader),
    .tableMobile td:not(.rowHeader),
    .ss-scale td:not(.rowHeader) {
        padding-left: 0;
        padding-right: 0;
    }

    .matrixMain .tCellB, .matrixMain .ss-border-b, .matrixMain .ss-border-r,
    .tableMobile .tCellB, .tableMobile .ss-border-b, .tableMobile .ss-border-r,
    .ss-scale .tCellB {
        border: 0;
    }

    .matrixMain thead,
    .tableMobile thead,
    .ss-scale thead {
        /*display: none;*/
        position: absolute !important;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border: 0;
    }

    .rowHeader {
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 4px;
    }

        .rowHeader th:first-child,
        .rowHeader td:first-child {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

    .ss-scale-label-not-sm {
        display: none;
    }
}

.footerBrand {
    padding-bottom: 2em;
    text-align: center;
}

.tycontent {
    text-align: center;
}

.divSkipRuleDisplay {
    background-color: white;
    border-left: solid 2px black;
    padding: .2em;
}

.divEndPageDisplay {
    background-color: white;
    border-left: solid 2px black;
    padding: .2em;
    border-top: dashed 2px black;
    margin-bottom: 2em;
    font-weight: bold;
}

/* MOBILE OVERRIDES */
@media (max-width: 576px) {
    .headerTitle {
        font-size: 2em !important;
    }

    .headerSubtitle {
        font-size: 1.5em !important;
    }

    .sectionTitle {
        font-size: 1.4em !important;
    }

    .subsectionTitle {
        font-size: 1.3em !important;
    }

    .question-title {
        font-size: 1.25em !important;
    }
}

#ss-card-element {
    padding-top: .5em;
    padding-bottom: .5em;
    cursor: text;
}

.ss-hidden {
    display: none;
}

.textBlock h1 {
    font-size: 2rem;
}

.textBlock h2 {
    font-size: 1.5rem;
}

.textBlock h3 {
    font-size: 1.25rem;
}

.textBlock h4 {
    font-size: 1rem;
}

.textBlock h5 {
    font-size: .875rem;
}

.textBlock h6 {
    font-size: .75rem;
}

.textBlock h1,
.textBlock h2,
.textBlock h3,
.textBlock h4,
.textBlock h5,
.textBlock h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.textBlock h4,
.textBlock h5,
.textBlock h6 {
    font-weight: bold;
}

.textBlock p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.textBlock ol,
.textBlock ul {
    margin-top: 0;
    margin-bottom: 1em;
}

.textBlock table {
    margin-bottom: 1em;
    border-spacing: 0;
    border-collapse: collapse;
}

    .textBlock table th,
    .textBlock table td {
        padding: .25rem .5rem;
    }

    .textBlock table:not([border]) th,
    .textBlock table:not([border]) td {
        border: 1px solid;
    }

.textBlock blockquote {
    padding: 0 1em;
    margin: 0 0 1em 0;
    color: rgba(0, 0, 0, 0.6);
    border-left: .25em solid rgba(0, 0, 0, 0.42);
}
