@charset "UTF-8";
/*
* TABLE OF CONTENTS
* ------------------
* Quick Settings - Collection of color and font settings for quick cusomization.
* Global Styles
* Main Layout
* Loading Indicator
* Tables
* Table Grid
* Simple Grid
* Question Wrapper
* Question Text
* Instruction Text
* Error Messaging
* Smart Buttons
* Text Inputs
* Radio & Checkbox Questions
* Scale Question
* Dropdown Question
* Numeric Questions
* Slider Question
* Drag & Drop Question
* Drag & Drop Scale Question
* Coordinate Tracker Question
* Footer
*/

/* theme color */
.cm-question .cm-response-group-name {color: #4773A6;}
.loader > div {background-color: #4773A6;}/* > Loading Animation Color*/
/* > Checked */
[type="radio"].with-gap:checked + label:before {border-color: #4773A6;}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #4773A6;
  border-color: #4773A6;
}
/* > Checked */
[type="checkbox"].filled-in:checked + label:after {
  background-color: #4773A6;
  border-color: #4773A6;
}
.cm-smart-button.cm-selected {
  background-color: #4773A6;
  border-color: #4773A6;
  color: white;
}
.cm-smart-button.cm-selected:hover {
  background-color: #5884b8;
  border-color: #5884b8;
}
.cm-scaleGrp {color: #4773A6;}
/*** Quick Settings > Simple Grid ***/
.cm-scale-response-set .cm-scale-header,
.cm-simple-grid__table thead {border-bottom: 2px solid #4773A6;}

/*Quick Settings > Slider > Handle */
.cm-slider .ui-slider-handle {background: #4773A6;}
.cm-slider:not(.ui-slider-disabled) .ui-slider-handle:hover,
.cm-slider:not(.ui-slider-disabled) .ui-slider-handle:focus,
.cm-slider:not(.ui-slider-disabled) .ui-slider-handle:active {background: #5884b8;}
/* > Value Number */
.cm-slider-value {color: #3c618c;}

/*** Quick Settings > Drag & Drop Questions ***/
.cm-dd-drag-section__header,.cm-dd-bucket-section__header {
  color: #3c618c;
  border-bottom: 1px solid #4773A6;
}

/* > Progress Bar */
.progress {background-color: #d4e0ed;}
.progress .determinate {background-color: #3c618c;}
.cm-progress-bar-text label {color: #3c618c;}
.cm-navigation-next-button, .cm-navigation-previous-button{color: #4773A6;}
.cm-navigation-next-button, .cm-Survey[dir='rtl'] .cm-navigation-previous-button {
  background-color: #cfdceb;
  background: linear-gradient(to right,#bdcfe3 50%,#cfdceb 50%) right bottom/200% 99%;
}
.cm-navigation-previous-button, .cm-Survey[dir='rtl'] .cm-navigation-next-button {
  border-color: #a8bfda;
  background-color: #cfdceb;
  background: linear-gradient(to left,#bdcfe3 50%,#cfdceb 50%) left bottom/200% 100%;
}

/****CUSTOM ****/
div.nxs-header {background-color: #4773A6;}
div.nxs-logo-l .nxs-logo-img{background-image: url(https://d2n88fe5uqdqty.cloudfront.net/rnd/template/logos/dynata-logo-v.png);}
div.nxs-logo .nxs-logo-img {background-image: url(https://d2n88fe5uqdqty.cloudfront.net/rnd/template/logos/dynata-logo-h.png);} 
.nxs-header .progress {background-color: #3c618c;}
.nxs-header .progress_ball {background-color: #5884b8;}
.nxs-header .progress_ball:before {border: 4px solid transparent;border-right: 8px solid #5884b8;}
.cm-Survey[dir='rtl'] .nxs-header .progress_ball:before {border: 4px solid transparent;border-left: 8px solid #5884b8;}
.progress-bottom .progress_ball{color: #3c618c;}
.nxs-header .progress .determinate {background-color: #d4e0ed;}




/*****************************
** Quick Settings
** Basic color and font styles are available here for quick customization.
*****************************/
body {
    background-color: #E9ECEF;
    font-size: 15px;
    font-family: Calibri,Arial,Helvetica,Sans-serif,Ionicons;
    line-height: 22px;
}
.cm-header{display: none;}


/*** Quick Settings > Question Text ***/
.cm-qtext table,.cm-qtext td,.cm-qtext tr {border: 1px solid #ddd;}

/*** Quick Settings > Loading Indicator ***/
/* > Screen Cover Color */
.cm-form-cover{background: rgba(255, 255, 255, 0.6);}

/* > Text Color */
.cm-form-cover .cm-message__content {color: #222;}

/*** Quick Settings > Table Grid ***/
  /* override materialize */
thead {border-color: #ddd;}

.cm-grid-response-set .cm-grid-cell {border-color: #ddd;}
.cm-mobile-smart__wrapper--grid .cm-grid-cell {border-bottom-color: #ddd;}

/*** Quick Settings > Simple Grid ***/
table.cm-simple-grid__table td,table.cm-simple-grid__table th {border: 0;}
.cm-simple-grid__table tbody tr:first-child td {padding-top: 15px;}
.cm-simple-grid__view .cm-radio-input-container, .cm-simple-grid__view .cm-checkbox-input-container {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 5px 0px #ced3e1;
    -moz-box-shadow: 0px 1px 5px 0px #ced3e1;
    box-shadow: 0px 1px 5px 0px #ced3e1;
    border: solid 1px #b6c0cc;
    padding: 7px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    max-width: 150px;
    margin: auto;
}
.cm-simple-grid__view .cm-checkbox-input-container {padding: 10px 3px;}
.cm-simple-grid__table td, .cm-simple-grid__table th {
    border-left-width: 0;
    border-right-width: 0;
}

/*** Quick Settings > Radio Questions ***/
/* > Hover Highlight */
.cm-radio-response-set .cm-response-container:hover {background: #F2F2F4;}

/* > Unchecked  */
[type="radio"]:not(:checked) + label:before {border-color: #222;}

/*** Quick Settings > Checkbox Questions ***/
/* > Hover Highlight */
.cm-checkbox-response-set .cm-response-container:hover {background: #F2F2F4;}

/* > Unchecked */
[type="checkbox"] + label:before,
[type="checkbox"].filled-in:not(:checked) + label:after {border-color: #222;}
[type="checkbox"].filled-in:checked + label:before {
  /* The "check" in the checkbox */
  border-right-color: white;
  border-bottom-color: white;
}

/*** Quick Settings > Smart Butto**ns
    Used for button select questions.
*/
.cm-smart-button {
  background-color: #f8f8f8;
  border-color: #c4c4c4;
  color: #222;
}

.cm-smart-button:hover {
  background-color: #dfdfdf;
  border-color: #aaaaaa;
}

/*** Quick Settings > Text Inputs ***/
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea,
textarea.materialize-textarea {
  background-color: white;
  border-color: #c4c4c4;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.125);
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]){
  border:1px solid #CED3E2;
  box-shadow: none;
}
textarea.materialize-textarea:focus:not([readonly]) {
  border:1px solid #CED3E2;
  -webkit-box-shadow: 0 0 10px #ddd inset;
  -moz-box-shadow: 0 0 10px #ddd inset;
  -o-box-shadow: 0 0 10px #ddd inset;
  box-shadow: 0 0 10px #ddd inset;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea, textarea.materialize-textarea
{
  border:1px solid #CED3E2;
  border-radius: 3px;
  font-size: 16px;
  outline: 0;  
}

/*** Quick Settings > Scale Questions ***/
table.cm-scale-response-set .cm-scale-value-cell {padding-top: 10px;}
table.cm-scale-response-set label.cm-scale-value-input {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 5px 0px #ced3e1;
    -moz-box-shadow: 0px 1px 5px 0px #ced3e1;
    box-shadow: 0px 1px 5px 0px #ced3e1;
    border: solid 1px #b6c0cc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    max-width: 150px;
    width: 100%;
    height: 40px;
}
table.cm-scale-response-set label.cm-scale-value-input:before, table.cm-scale-response-set label.cm-scale-value-input:after {
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
}
/*** Quick Settings > Dropdown ***/
select {
  background-color: white;
    font-size: 15px;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: darkgray;
    height: auto;
}
select:focus {outline: -webkit-focus-ring-color auto 5px;}

/*** Quick Settings > Slider ***/
/* > Container */
.cm-sliders-header-row {border-bottom-color: #ddd;}

/* > Bar */
.cm-slider {background: #c4c4c4;border-color: #aaaaaa;}

.cm-slider.cm-slider-filled {
  /* Optionally color bar to the left of handle */
  /* background: blue; */
}

.cm-slider .ui-slider-range-max {
  /* Optionally color bar to the right of handle */
  background: transparent;
}

.cm-slider.ui-slider-disabled .ui-slider-handle {background: #c4c4c4;}
/*** Quick Settings > Drag & Drop Questions ***/
.cm-dd-drag-item {
  background-color: white;
  color: inherit;
  border: 1px solid #c4c4c4;
}

.cm-dd-drag-item:hover {background-color: white;}

.cm-dd-drag-item-content:before {
  background-color: #f8f8f8;
  color: #222;
  border-bottom: 1px solid #c4c4c4;
}

.cm-dd-bucket-group__header {background-color: #f8f8f8;}
.cm-dd-bucket-hover {background-color: #f8f8f8;}
.cm-dd-bucket__drag-item-list-container {border: 2px dashed #ddd;}

/*** Quick Settings > Drag & Drop Scale Question ***/
.cm-dd-scale-container .bucket {border: 2px dashed #ddd;}

/*** Quick Settings > Coordinate Tracker ***/
.cm-coordinate-state-button {
  background-color: #f8f8f8;
  color: #222;
  /* !important overrides the q-type's border-bottom setting */
  border: 1px solid #c4c4c4 !important;
}

.cm-coordinate-state-button:hover,.cm-coordinate-state-button:focus {background-color: #ebebeb;}
.cm-coordinate-state-active .cm-coordinate-state-button {background-color: #dfdfdf;}
.cm-coordinate-tracker-image-container {border: 2px solid #ddd;}

/*** Quick Settings > Highlighter ***/
.cm-highlight-text,.cm-highlight-key,.cm-highlight-image {border: 1px solid #ddd;}
.cm-highlight-key .title {background: white;}

/*** Quick Settings > Error Messaing ***/
.cm-responseError,
.cm-error-msg,
.cm-error-msg-max,
.cm-text-counter-count.cm-error,
.cm-dd-scale-container .dupeWarning,
label.cm-error:not(.cm-dropdown-label),
.cm-cell-response-error.has-error-description span,
.cm-grid-cell .cm-cell-response-error.has-error-description:hover:before,
.cm-grid-cell .cm-cell-response-error.has-error-description.clicked:before,
.cm-simple-grid__row-header .cm-cell-sub-question-error.has-error-description span,
.cm-simple-grid__row-header .cm-cell-sub-question-error.has-error-description:hover:before,
.cm-simple-grid__row-header .cm-cell-sub-question-error.has-error-description.clicked:before,
.cm-simple-grid__column-header .cm-cell-sub-question-error.has-error-description:hover:before,
.cm-simple-grid__column-header .cm-cell-sub-question-error.has-error-description.clicked:before,
.cm-slider-container.cm-error .cm-slider-row__label-cell label,
.cm-slider-container.cm-error .cm-slider-value,.cm-cell-error-num.has-error-description.cm-cell-sub-question-error span {
  color: #bc2023;
  font-weight: bold;
}

.cm-dd-drag-item-error__icon,
.cm-dd-bucket-error__icon,
.cm-slider-container.cm-error .cm-slider .ui-slider-handle,
.cm-slider-container.cm-error .cm-slider:not(.ui-slider-disabled) .ui-slider-handle:hover {
  background-color: #bc2023;
}

label.cm-error + .cm-other-specify {border: 1px solid #bc2023;}

.cm-dd-drag-item-error,.cm-dd-bucket-error {outline: 1px solid #bc2023;}
.cm-grid-cell .cm-cell-response-error {border-color: transparent #bc2023;}

.cm-grid-cell .cm-cell-response-error.has-error-description:hover:before,
.cm-grid-cell .cm-cell-response-error.has-error-description.clicked:before,
.cm-simple-grid__row-header .cm-cell-sub-question-error.has-error-description:hover:before,
.cm-simple-grid__row-header .cm-cell-sub-question-error.has-error-description.clicked:before,
.cm-simple-grid__column-header .cm-cell-sub-question-error.has-error-description:hover:before,
.cm-simple-grid__column-header .cm-cell-sub-question-error.has-error-description.clicked:before {
  background-color: white;
  border: 1px solid #ddd;
}
.cm-dd-drag-item-error__icon,.cm-dd-bucket-error__icon {color: white;border: 2px solid white;}
.cm-dd-drag-item-error__text,.cm-dd-bucket-error__text {
  background-color: #bc2023;
  color: white;
}

/* > Progress Bar */
.progress .determinate {border-radius: 3px;}
.cm-Survey[dir='rtl'] .progress .determinate {left: auto;right: 0;}

/* > Next & Previous Buttons */
.cm-navigation-buttons {
    width: 100%;
    box-shadow: 0 1px 1px 0 #a5abb3;
    -webkit-box-shadow: 0 1px 1px 0 #a5abb3;
    border-radius: 3px;
    height: 42px;
    background-color: #cfdceb;    
}
.cm-navigation-next-button, .cm-navigation-previous-button {
    width: 100%;
    display: inline-block;
    margin: 0;
    font-family: Ionicons,Calibri,Arial,Verdana,Trebuchet,Sans-serif;
    font-size: 24px;
    cursor: pointer;
    line-height: normal;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    height: 42px;
    line-height: 42px;
    border-radius: 0;
}
.cm-test-endpage_link .cm-navigation-next-button {margin-top: 0;}
.cm-navigation-buttons .btn br {display: none;}
.cm-navigation-next-button:hover,
.cm-navigation-next-button:focus,
.cm-navigation-previous-button:hover,
.cm-navigation-previous-button:focus {
    -webkit-transition: background 350ms ease-in-out;
    -moz-transition: background 350ms ease-in-out;
    -ms-transition: background 350ms ease-in-out;
    -o-transition: background 350ms ease-in-out;
    transition: background 350ms ease-in-out;
    margin-top: 0;
    margin-bottom: 0;
    height: 42px;
    box-shadow: none;
}
.cm-navigation-previous-button {border-right-width: 1px;border-right-style: solid;}
.cm-navigation-next-button:hover,.cm-navigation-next-button:focus{background-position: left bottom; }
.cm-navigation-previous-button:hover,.cm-navigation-previous-button:focus{background-position:right bottom; }

.cm-Survey[dir='rtl'] .cm-navigation-previous-button {border-right-width: 0;}
.cm-Survey[dir='rtl'] .cm-navigation-next-button {border-right-width: 1px;border-right-style: solid;}

.cm-Survey[dir='rtl'] .cm-navigation-next-button:hover,.cm-Survey[dir='rtl'] .cm-navigation-next-button:focus{background-position: right bottom; }
.cm-Survey[dir='rtl'] .cm-navigation-previous-button:hover,.cm-Survey[dir='rtl'] .cm-navigation-previous-button:focus{background-position:left bottom; }


.cm-navigation-buttons a:nth-child(2):nth-last-child(2), .cm-navigation-buttons a:nth-child(2):nth-last-child(2) ~ a {width: 50%; }

/* > Footer Text
    Sometimes added, appears below progress
    and nav buttons at the very bottom.
*/
.cm-survey-footer {font-size: .95em;color: #888888;}
/*****************************
** Global Styles
*****************************/
label {font-size: 1rem;color: inherit;}
img {max-width: 100%;}

/*****************************
** Main Layout
** Styles for the main survey containers.
*****************************/
.cm-survey-container {padding: 0.200em;}
.has-nxs-header .cm-survey-container {padding: 20px 0.200em 0.200em 0.200em;}

.cm-pageWrapper,.cm-survey-header,.cm-survey-footer {
  margin: 0 auto;
  width: auto;
  max-width: 1050px;
}

/*****************************
** Loading Indicator
*****************************/
.cm-form-cover .cm-message__content {font-weight: bold;}

/*** Loading Indicator > Loading Animation ***/
.loader {margin: 0.75em 0 0;text-align: center;}

.loader > div {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
  -webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
          animation: sk-bouncedelay 1.7s infinite ease-in-out both;
}

.loader .loader-item1 {
  -webkit-animation-delay: -0.84s;
          animation-delay: -0.84s;
}

.loader .loader-item2 {
  -webkit-animation-delay: -0.68s;
          animation-delay: -0.68s;
}

.loader .loader-item3 {
  -webkit-animation-delay: -0.52s;
          animation-delay: -0.52s;
}

.loader .loader-item4 {
  -webkit-animation-delay: -0.36s;
          animation-delay: -0.36s;
}

.loader .loader-item5 {
  -webkit-animation-delay: -0.20s;
          animation-delay: -0.20s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/*****************************
** Tables
*****************************/
table {
  width: 100%;
  /*
    Opinionated table-layout property. Required for
    making the columns equal widths.
  */
  table-layout: fixed;
}

td {
  /* Set width attempts to make table cells equal width. */
  width: 300px;
}

td.rowItem {font-weight: bold;}
td.cm-rowHeader {vertical-align: bottom;}
td.cm-rowCell {text-align: center;}

/*****************************
** Table Grid
*****************************/
.cm-grid-response-set {margin: 2em 0;}
.cm-grid-response-set .cm-grid-cell,.cm-grid-response-set .cm-grid-header-cell {padding: 0.3em 0.5em;}
.cm-grid-response-set .cm-grid-cell {
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
}
.cm-grid-response-set .cm-grid-cell:first-child {border-left-width: 0;}
.cm-grid-response-set .cm-grid-cell:last-child {border-right-width: 0;}
.cm-grid-response-set .cm-grid-row .cm-grid-cell {border-top-width: 1px;border-bottom-width: 0;}
.cm-grid-response-set .cm-grid-row:first-child .cm-grid-cell {border-top-width: 0;}
.cm-mobile-smart__wrapper--grid .cm-grid-cell {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 0%;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
}
.cm-mobile-smart__wrapper--grid .cm-grid-row:last-child .cm-grid-cell {border-bottom-width: 0;}
.cm-grid-response-set .cm-grid-cell .cm-grid-input {padding-left: 1.5em;}

/*****************************
** Simple Grid
*****************************/
.cm-simple-grid {margin: 2em 0;overflow-x: auto;}
.cm-simple-grid__table td,.cm-simple-grid__table th {
  padding: 0.3em 0.5em;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0;
}
.cm-simple-grid__table td:last-child,.cm-simple-grid__table th:last-child {border-right-width: 0;}
.cm-simple-grid__table tr:first-child td,.cm-simple-grid__table tr:first-child th {border-top-width: 0;}
.cm-simple-grid__table td:first-child,.cm-simple-grid__table th:first-child {border-left-width: 0;}
/*****************************
** Question Wrapper
*****************************/
.cm-question-wrapper {
  margin-bottom: .667em;
  background: white;
  padding: 2%;
}

/*****************************
** Question Text
*****************************/
.cm-qtext {
  font-size: 1.133em;
  color: #333;
  margin-bottom: 0.75em;
}
.cm-endpage .cm-qtext {background: #fff; padding: 10px 2%;}
.cm-endpage .cm-qtext p {margin: 0;}

/*** Question Text > Lists ***/
.cm-qtext ul,.cm-qtext ol {margin-left: 2.5em;}
.cm-qtext ul,.cm-qtext ul li {list-style-type: disc;}
.cm-qtext ul ul,
.cm-qtext ol ul,
.cm-qtext ul ul li,
.cm-qtext ol ul li {
  list-style-type: circle;
}

.cm-qtext ol ol ul,
.cm-qtext ol ul ul,
.cm-qtext ul ol ul,
.cm-qtext ul ul ul,
.cm-qtext ol ol ul li,
.cm-qtext ol ul ul li,
.cm-qtext ul ol ul li,
.cm-qtext ul ul ul li {
  list-style-type: square;
}

/*** Question Text > Tables ***/
.cm-qtext table,.cm-qtext td,.cm-qtext tr {text-align: inherit;}
.cm-qtext table {margin: 0.75em 0;}
.cm-qtext td,.cm-qtext tr {padding: 0.125em 0.25em;line-height: normal;}

/*****************************
** Instruction Text
*****************************/
.cm-instructions {font-size: 1.067em;color: #7d7d7d;}

/*** Instruction Text > Lists ***/
.cm-instructions ul,.cm-instructions ol {margin-left: 2.5em;}
.cm-instructions ul,.cm-instructions ul li {list-style-type: disc;}

.cm-instructions ul ul,
.cm-instructions ol ul,
.cm-instructions ul ul li,
.cm-instructions ol ul li {
  list-style-type: circle;
}

.cm-instructions ol ol ul,
.cm-instructions ol ul ul,
.cm-instructions ul ol ul,
.cm-instructions ul ul ul,
.cm-instructions ol ol ul li,
.cm-instructions ol ul ul li,
.cm-instructions ul ol ul li,
.cm-instructions ul ul ul li {
  list-style-type: square;
}

/*****************************
** Error Messaging
*****************************/
.cm-error {font-weight: bold;}
.cm-error-msg,.cm-error-msg-max {padding: 1em 0 0;}
.cm-error-msg ul,.cm-error-msg ol {padding-left: 2.5em;}
.cm-error-msg ul li {list-style-type: disc;}
.cm-debug-error-list {list-style-type: disc;margin-left: 0;}
.cm-debug-error-list .cm-debug-error {
  margin-left: 2.5em;
  list-style-type: disc;
}
.cm-Survey .cm-debug-error-list:first-child {
  margin-left: 0;
  font-weight: bold;
  list-style: none;
}
.cm-cell-response-error.has-error-description.cm-cell-error-num,
.cm-cell-sub-question-error.has-error-description.cm-cell-error-num {
  border-color: transparent;
  background-color: transparent;
  font-size: 0.8em;
}
.cm-simple-grid__row-header .cm-cell-sub-question-error,
.cm-simple-grid__column-header .cm-cell-sub-question-error {
  position: relative;
  cursor: pointer;
}
.cm-simple-grid__row-header .cm-cell-sub-question-error.has-error-description span {
  position: absolute;
  right: -2px;
  bottom: 0;
  top: -5px;
}
.cm-simple-grid__row-header .grid-subquestion-type-radio .cm-cell-sub-question-error.has-error-description span,
.cm-simple-grid__row-header .grid-subquestion-type-checkbox .cm-cell-sub-question-error.has-error-description span {
  right: -2px;
  bottom: -10px;
}
.cm-simple-grid__column-header .cm-cell-sub-question-error.has-error-description span {
  right: 0;
  top: 0;
}
.cm-dd-drag-item-error__icon,
.cm-dd-bucket-error__icon {
  font-size: 1rem;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 1.125em;
  left: 2px;
}
.cm-dd-drag-item-error__text,
.cm-dd-bucket-error__text {
  border-radius: 3px;
  padding: 0.5em;
  line-height: 1.4em;
  display: block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 4px;
  left: 30px;
  z-index: 99999;
}
/*****************************
** Smart Buttons
*****************************/
.cm-smart-button {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 0.25em 0.5em;
  margin: 0.25em auto;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.cm-smart-button .cm-grid-cell-content {line-height: 1.2em;}
.cm-smart-button.cm-selected {box-shadow: none;}
.cm-button-disabled,.cm-button-disabled:hover {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

/*****************************
** Text Inputs
*****************************/
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #757575;}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder{color: #757575;}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #757575;}
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=datetime-local]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=search]:-moz-placeholder, textarea:-moz-placeholder{color: #757575;}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea,
textarea.materialize-textarea {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  margin: 0;
  padding: 5px;
  height: auto;
  box-sizing: border-box;
}
textarea.materialize-textarea {
  min-height: 7em;
  max-width: 100%;
  overflow: auto;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px #ddd inset;
  -moz-box-shadow: 0 0 10px #ddd inset;
  -o-box-shadow: 0 0 10px #ddd inset;
  box-shadow: 0 0 10px #ddd inset;  
}
.cm-text-response-set li + li {margin-top: 0.25em;}
.cm-text-response-set .cm-checkbox-dontknow {margin-top: 1em;}
.cm-text-response-set .cm-checkbox-dontknow .cm-text-label-container {width: 100%;padding: 4px 8px;}
ul.cm-text-response-set.cm-text-response-set--first-column.cm-text-response-set--last-column li.cm-checkbox-response-set.cm-checkbox-response-set--first-column.cm-checkbox-dontknow {width: auto;}
ul.cm-text-response-set.cm-text-response-set--first-column.cm-text-response-set--last-column li.cm-checkbox-response-set.cm-checkbox-response-set--first-column.cm-checkbox-dontknow .cm-response-container {padding-right: 10px;}
.cm-text-response-set .cm-response-container > div {
    width: auto;
    display: inline-block;
    max-width: 100%;
}
.cm-text-response-set .cm-sidetext-input-width > div{width: 500px !important;max-width: 100%;}
.cm-text-response-set .cm-sidetext-input-width > div > textarea {width: 402px; max-width: 100%;}
.cm-text-response-set .cm-sidetext-input-width > div > input {width: 290px !important;max-width: 100%;}
/*****************************
** Radio & Checkbox Questions
*****************************/
.cm-radio-input-container,
.cm-checkbox-input-container {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  vertical-align: top;
  line-height: 20px;
  /* display: inline-block; set when selected layout calls for it */
}

[type="radio"] + label:before,[type="radio"] + label:after {left: 4px;}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  vertical-align: top;
  line-height: 24px;
  padding-left: 32px;
  height: 24px;
}
[type="checkbox"].filled-in + label:before,[type="checkbox"].filled-in + label:after {left: 4px;}
[type="checkbox"].filled-in:checked + label:before {left: 5px;}
[type="checkbox"] + label {
  vertical-align: top;
  line-height: 20px;
  padding-left: 28px;
  height: auto;
}
.cm-radio-label-container,.cm-checkbox-label-container {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  vertical-align: top;
  cursor: pointer;
  min-height: 24px;
}
.cm-radio-label-container label,.cm-checkbox-label-container label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
}
.cm-checkbox-label .cm-radio-label-text{min-width: 99%}
.cm-radio-label-text,.cm-checkbox-label-text {
  display: inline-block;
  vertical-align: top;
}

.cm-radio-label-text img,.cm-checkbox-label-text img {
  display: inline-block;
  vertical-align: top;
}
.cm-other-specify-container {margin-top: 0.75em;}
.cm-other-specify-container .cm-radio-label-text,
.cm-other-specify-container .cm-checkbox-label-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.cm-other-specify-container .cm-other-specify {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  word-break: normal;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 3em;
  max-width: 18.189em;
}

/*****************************
** Scale Question
*****************************/
.cm-scale-response-set td,.cm-scale-response-set th {
  border-width: 0;
  text-align: center;
  padding: 0 0 1ex 0;
}
.cm-scale-header {vertical-align: top;}
.cm-scale-header-hidden {visibility: hidden;}
.cm-colHeaderHide .cm-scale-header-point {display: none;}
.cm-scale-value-cell {border-width: 0;text-align: center;}

/*****************************
** Dropdown Question
*****************************/
.cm-dropdown-response-set .cm-dropdown-label {white-space: nowrap;}
.cm-dropdown-response-set .cm-dropdown-input {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.cm-dropdown-response-set .cm-other-specify {
  max-width: 25em;
  margin-top: 0.5em;
}

/*****************************
** Numeric Questions
*****************************/
.cm-response-direction-left .cm-numeric-label-container,
.cm-response-direction-right .cm-numeric-label-container {
  padding-top: 0.333em;
}
.cm-numeric-response-set{width: 100%;}
.cm-numeric-response-set .cm-numeric-input-container {width: auto;}
.cm-numeric-response-set .cm-side-label-has-1-side-label {width: auto;}
.cm-numeric-response-set .cm-checkbox-dontknow .cm-dk-margin-right-label {margin-left: 0px;}
.cm-numeric-response-set .cm-response-container {margin-top: 4px;}

/*****************************
** Slider Question
*****************************/
/*** Slider Question > Sliders Container ***/
.cm-sliders-container {
  position: relative;
  margin-top: 30px;
}
.cm-sliders-header-row {font-weight: bold;}

/*** Slider Question > Slider Bar ***/
.cm-slider {height: 8px;}
.cm-slider .ui-slider-range-max {transition: width 200ms ease;}

/*** Slider Question > Slider Handle ***/
.cm-slider .ui-slider-handle {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  top: -16px;
  margin-left: -18px;
  outline: none;
  cursor: pointer;
  transition: left 200ms ease;
}

.cm-slider:not(.ui-slider-disabled) .ui-slider-handle:hover,
.cm-slider:not(.ui-slider-disabled) .ui-slider-handle:focus,
.cm-slider:not(.ui-slider-disabled) .ui-slider-handle:active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.cm-slider.ui-slider-disabled .ui-slider-handle {
  width: 24px;
  height: 24px;
  top: -10px;
  margin-left: -12px;
  cursor: default;
}
/*** Slider Question > Slider Value Number ***/
.cm-slider-value {font-size: 0.8em;font-weight: bold;}

/*****************************
** Drag & Drop Question
*****************************/
.cm-dd-container {margin: 1.5em 0;}
.cm-dd-drag-section__header,.cm-dd-bucket-section__header {margin: 0 0 0.5em;}
.cm-dd-drag-item-list {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 3px;
}
.cm-dd-drag-item {
  border-radius: 3px;
  padding: 0;
  cursor: move;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.cm-dd-drag-item:hover {
  box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.125);
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}
.cm-dd-drag-item-content {position: relative;}
.cm-dd-drag-item-content:before {
  content: "●●●";
  text-align: center;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.cm-dd-bucket__header {margin: 0;padding: 2px;}

/*****************************
** Drag & Drop Scale Question
*****************************/
.cm-dd-scale-container .dupeWarning {
  text-align: center;
  margin: 1em 0 1.5em;
}
.cm-dd-scale-container .bucket {min-height: 22em;}
.cm-dd-scale-container .canvasContainer {margin-top: 1em;margin-bottom: 0.5em;}
.cm-dd-scale-container .indicatorValue .value {font-size: 0.8em;font-weight: bold;}
.cm-dd-scale-container .tickValues li {font-size: 0.8em;}

/*****************************
** Coordinate Tracker Question
*****************************/
ul.cm-coordinate-states {margin: 0.5em 0;}
li.cm-coordinate-state {display: inline-block;}
.cm-coordinate-state-button {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  cursor: pointer;
}
.cm-coordinate-state-active .cm-coordinate-state-button {
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.cm-coordinate-state-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-size: 12px 12px;
}
.cm-coordinate-state-icon,.cm-coordinate-state-text {vertical-align: middle;}
.cm-coordinate-tracker-image-container {margin-bottom: 1em;}
.cm-coordinate-button {
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.cm-coordinate-active .cm-coordinate-button {border-color: white;}
.cm-coordinate-remove-button {
  background-color: #222;
  color: white;
  font-size: 0.8em;
  line-height: 1em;
  text-align: center;
  border: 0.5px solid white;
  border-radius: 50%;
  padding: 0;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 19px;
  top: -7px;
}
.cm-coordinate-remove-button:after {
  content: "✕";
  font-size: 0.8em;
  margin: 0 0 0 0.5px;
  display: inline-block;
}

.cm-coordinate-comment-container {
  border-radius: 3px;
  padding: 0.333em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  left: 1.5em;
}

.cm-coordinate-comment {
  min-width: 12em;
  display: inline-block;
  vertical-align: top;
  outline: none;
  box-shadow: none;
}

/*****************************
** Footer
*****************************/
.cm-survey-navigation {padding: 0.1em 0 1.25em 0;}

/*** Footer > Progress Bar ***/
.cm-survey-navigation .progress{margin-bottom: 0}
.cm-survey-navigation .cm-progress-bar {
  width: 16em;
  text-align: center;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.cm-survey-navigation .cm-progress-bar {width: 100%;margin-bottom: 5px;}
.cm-survey-navigation .cm-progress-bar-text{text-align: left;}
.cm-Survey[dir='rtl'] .cm-survey-navigation .cm-progress-bar-text{text-align: right;}
.cm-survey-navigation .cm-progress-bar-text label {font-size: 12px;font-weight: bold;}

/*** Footer > Footer Text
    Sometimes added, appears below progress
    and nav buttons at the very bottom.
***/
.cm-footer {padding-bottom: 0;padding-top: 0;}
.cm-survey-footer {text-align: center;}

/****CUSTOM ****/
div.nxs-header {
  height: 50px;
  position: relative;
  box-shadow: 0 1px 2px 0 #7e8c9a;
  -webkit-box-shadow: 0 1px 2px 0 #7e8c9a;
  -moz-box-shadow: 0 1px 2px 0 #7e8c9a;
}
  div.nxs-logo, div.nxs-logo-l {
  background-color: #FFF;
  padding: 5px;
  text-align: center;
}  
div.nxs-logo-l {
  display: none;
  position: absolute;
  width: 120px;
  height: 60px;
  top: 0;
  left: 40px;
  box-sizing: content-box;
  border-color: #FFF;
  -webkit-box-shadow: 0 0.5px 1px 0.5px #ced3e1;
  -moz-box-shadow: 0 .5px 1px .5px #ced3e1;
  box-shadow: 0 0.5px 1px 0.5px #ced3e1;
}
div.nxs-logo-l:after, div.nxs-logo-l:before {
  content: " ";
  border-style: solid;
  width: 0;
  position: absolute;
} 
div.nxs-logo-l:before {
  display: block;
  border-width: 14px 64px 0;
  border-color: #ced3e1 transparent;
  left: .75px;
  bottom: -14.5px;
}
div.nxs-logo-l:after {
  display: block;
  border-width: 14px 65px 0;
  left: 0;
  bottom: -14px;
  border-top-color: inherit;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: inherit;
}
div.nxs-logo {
  position: absolute;
  box-sizing: border-box;
  width: 100px;
  height: 45px;
  top: 0;
  left: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  margin-left: 20px;
}
.cm-Survey[dir='rtl'] div.nxs-logo, .cm-Survey[dir='rtl'] div.nxs-logo-l {left: auto;}
.cm-Survey[dir='rtl'] div.nxs-logo-l {right: 40px;}
.cm-Survey[dir='rtl'] div.nxs-logo{
  right: 0;
  margin-left: auto;
  margin-right: 20px;
}

.nxs-logo-img {
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  height: 32px\9;
}

div.nxs-logo .nxs-logo-img, div.nxs-logo img {max-width: 80%;margin-top: 5px;}
div.nxs-logo-l .nxs-logo-img,div.nxs-logo-l img {max-width: 80%;margin-top: 15px;}
div.nxs-logo-l .nxs-logo-img {background-position: center;margin-top: 0;}
div.nxs-header-container {
  position: relative;
  max-width: 1050px;
  margin: auto;
}
.nxs-header .progress {
  background-image: none;
  background-repeat: repeat;
  height: 4px;
  max-width: 1050px;
  border-radius: 3px;
  margin: auto;
  overflow: visible;
}
.nxs-header .progress_ball {
  background-image: none;
  background-position: right top;
  background-repeat: no-repeat;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  float: right;
  position: absolute;
  height: 18px;
  width: 32px;
  top: -7px;
  right: -43px;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: inherit;
  font-weight: 400;
}
.cm-Survey[dir='rtl'] .nxs-header .progress_ball {
    right: auto;
    left: -43px;
}
.nxs-header .progress_ball:before {
  content: "";
  width: 0;
  height: 0;
  margin-top: -4px;
  top: 50%;
  right: 100%;
  position: absolute;
}
.cm-Survey[dir='rtl'] .nxs-header .progress_ball:before {
    right: auto;
    left: 100%;
}
.cm-progress-bar.progress-bottom {margin: auto;display: none;}
.progress-bottom .cm-progress-bar-text {display: none;}
.progress-bottom .progress {overflow: visible;width:99%;}
.progress-bottom .progress_ball{
  padding-top: 5px;
  font-weight: bolder;
  font-size: 12px;    
  text-align: center;
  float: right;
  position: absolute;
  top: -25px;
  right: -6px;
}
.cm-Survey[dir='rtl'] .progress-bottom .progress_ball {
    right: auto;
    left: -6px;
}
.nxs-header .cm-progress-bar {
  box-sizing: border-box;
  padding-top: 23px;
  padding-left: 130px;
  padding-right: 50px;
  width: 100%;
}
.cm-Survey[dir='rtl'] .nxs-header .cm-progress-bar {
    padding-left: 50px;
    padding-right: 130px;
}
.nxs-header .cm-progress-bar-text {display: none;}
.cm-radio-response-set .cm-response-container,.cm-checkbox-response-set .cm-response-container {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 5px 0px #ced3e1;
  -moz-box-shadow: 0px 1px 5px 0px #ced3e1;
  box-shadow: 0px 1px 5px 0px #ced3e1;
  border: solid 1px #b6c0cc;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333333;
  min-height: 32px;
  font-size: 16px;
  cursor: pointer;
  box-sizing: content-box;
  vertical-align: middle;
  margin-top: 8px;
}


.coordinate-response-codes,.simple-grid-response-codes,.response-level-codes {
  background: none !important;
  color: red !important;
  font-size: 12px !important;
}
.response-level-codes:before {content: "[";}
.response-level-codes:after {content: "]";}
.cm-Survey[dir='rtl']  .response-level-codes{float: right;}
.cm-page-logic {background: white;margin-top: -5px;margin-bottom: 5px;}
.question-code.questionLabel {font-size: 1em !important;}
.autofill{cursor: pointer;}
.autofill,.question-code.questionLabel {
  background: #FFFFFF !important;
  -webkit-box-shadow: 0px 1px 5px 0px #ced3e1 !important;
  -moz-box-shadow: 0px 1px 5px 0px #ced3e1 !important;
  box-shadow: 0px 1px 5px 0px #ced3e1 !important;
  border: solid 1px #b6c0cc !important;
  border-radius: 3px !important;
  vertical-align: text-top !important;  
}
.question-code.questionLabel {
    color: red !important;
    font-weight: bold;
    padding: 1px 6px !important;
}
.cm-hidden {
  display: none;
}

/* Hidden by default */
div.nxs-logo{display: none;}
div.nxs-logo-l{display: none;}

/*screen size adjustment*/
@media only screen and (min-width: 1400px){
  .cm-Survey[dir='rtl'] .nxs-header .cm-progress-bar, .nxs-header .cm-progress-bar{padding-left:5px;padding-right:5px}
  .has-nxs-header .cm-survey-container {padding-top: 50px;}
}
@media screen and (max-height: 480px), screen and (max-width: 480px){
  .cm-progress-bar.progress-bottom {display:block}
  .nxs-header {display: none;}
  .has-nxs-header .cm-survey-container {padding-top: 3px;}
}
@media screen and (max-width: 480px){
  .cm-other-specify-container .cm-other-specify{max-width: 95%}
  .cm-text-response-set .cm-sidetext-input-width > div {max-width: 100%;}
}
/****** test endpage ****************************************************************************/
.cm-test-endpage {display: block !important;}
.cm-test-endpage .cm-test-endpage__label:nth-child(1),.cm-test-endpage .cm-test-endpage__value:nth-child(2) {display: none;}
.cm-test-endpage_link .cm-test-endpage__value p {color: rgb(33, 150, 243);}/* CMIX link blue */
.cm-test-endpage_link .cm-test-endpage__value p:before {
  content: "This session has ended due to the Respondent Status above. A live respondent would have immediately been redirected to the link below:";
  display: block;
  margin-bottom: 10px;
  color: rgb(34, 34, 34);
}
.cm-test-endpage_link .cm-test-endpage__value p:after {
  content: "If you would like to traverse back to the previous screen of the interview, click the << button in the testing tools pane on the right.";
  display: block;
  margin-top: 10px;
  color: rgb(34, 34, 34);
}
.cm-test-endpage_link .cm-test-endpage__value .cm-navigation-next-button {display: none;}

/****** codebook ******************************************************************************/
.cm-Codebook .cm-question-wrapper, .cm-Codebook .fieldset,.cm-Codebook .cm-simple-grid{display: block !important;}
.logic-block-action:not(:first-child) {background: inherit;border-top: 1px solid rgb(221, 221, 221);}
.logic-block-conditional-formula {font-weight: bold;}
.page-event__action-title {display: none;}
.page-event__action-notes,.concept-event__action-notes,.logic-block-description,.cm-codebook__variable-label {color: rgb(255, 0, 0);}
.cm-javascript-content,code {font-family: monospace;font-size: 12px;}
/****** codebook ******************************************************************************/

/* hide logo start*/
/*
.nxs-logo-l,.nxs-logo{display:none !important;}
.cm-Survey[dir='rtl'] .nxs-header .cm-progress-bar, .nxs-header .cm-progress-bar{padding-left:5px !important;padding-right: 0px !important;}

@media only screen and (min-width: 1400px){
  .nxs-header .cm-progress-bar {padding-left: 5px !important;}
  .has-nxs-header .cm-survey-container {padding-top: 20px;}
}
*/
/* hide logo end*/

[type="radio"]+label:after { z-index: 99 !important; }

img {pointer-events: none;}