
@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
 */
.cm-question .cm-response-group-name {
  /* theme color */
  color: #ee352a;
}
.loader > div {
  background-color: #ee352a;
}
/* > Loading Animation Color*/
/* > Checked */
[type="radio"].with-gap:checked + label:before {
  border-color: #ee352a;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
  background-color: #ee352a;
  border-color: #ee352a;
}
/* > Checked */
[type="checkbox"].filled-in:checked + label:after {
  background-color: #ee352a;
  border-color: #ee352a;
}
.cm-smart-button.cm-selected {
  background-color: #ee352a;
  border-color: #ee352a;
  color: white;
}
.cm-smart-button.cm-selected:hover {
  background-color: #ed2c21;
  border-color: #ed2c21;
}
.cm-scaleGrp {
  color: #ee352a;
}
/*** Quick Settings > Simple Grid ***/
.cm-scale-response-set .cm-scale-header, .cm-simple-grid__table thead {
  border-bottom: 2px solid #ee352a;
}
/*Quick Settings > Slider > Handle */
.cm-slider .ui-slider-handle {
  background: #ee352a;
}
.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: #ed2c21;
}
/* > Value Number */
.cm-slider-value {
  color: #e11e12;
}
/*** Quick Settings > Drag & Drop Questions ***/
.cm-dd-drag-section__header, .cm-dd-bucket-section__header {
  color: #e11e12;
  border-bottom: 1px solid #ee352a;
}
/* > Progress Bar */
.progress {
  background-color: #feefee;
}
.progress .determinate {
  background-color: #e11e12;
}
.cm-progress-bar-text label {
  color: #e11e12;
}
div.cm-navigation-buttons {
  background-color: #fde9e8;
}
.cm-navigation-next-button, .cm-navigation-previous-button {
  color: #e11e12;
}
.cm-navigation-next-button, .cm-Survey[dir='rtl'] .cm-navigation-previous-button {
  background-color: #fde9e8;
  background: linear-gradient(to right, #fbd2d0 50%, #fde9e8 50%) right bottom/200% 99%;
}
.cm-navigation-previous-button, .cm-Survey[dir='rtl'] .cm-navigation-next-button {
  border-color: #f9b8b4;
  background-color: #fde9e8;
  background: linear-gradient(to left, #fbd2d0 50%, #fde9e8 50%) left bottom/200% 100%;
}
/****CUSTOM ****/
div.nxs-header {
  background-color: #ee352a;
}
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: #e11e12;
}
.nxs-header .progress_ball {
  background-color: #f1534a;
}
.nxs-header .progress_ball:before {
  border: 4px solid transparent;
  border-right: 8px solid #f1534a;
}
.cm-Survey[dir='rtl'] .nxs-header .progress_ball:before {
  border: 4px solid transparent;
  border-left: 8px solid #f1534a;
}
.progress-bottom .progress_ball {
  color: #e11e12;
}
.nxs-header .progress .determinate {
  background-color: #feefee;
}
/*****************************
 ** 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: 0px;
}
.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: #fff;
  -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: #333;
  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: 0px;
  border-right-width: 0px;
}
/*** 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: #aaa;
}
/*** 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 0px 1px 2px 0px 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: 0px 0px 10px #ddd inset;
  -moz-box-shadow: 0px 0px 10px #ddd inset;
  -o-box-shadow: 0px 0px 10px #ddd inset;
  box-shadow: 0px 0px 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: 0px;
}
/*** 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: #fff;
  -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: #333;
  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: #aaa;
}
.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: 0px;
}
/* > Next & Previous Buttons */
.cm-navigation-buttons {
  width: 100%;
  box-shadow: 0px 1px 1px 0px #a5abb3;
  -webkit-box-shadow: 0px 1px 1px 0px #a5abb3;
  border-radius: 3px;
  height: 42px;
  background-color: #cfdceb;
}
.cm-navigation-next-button, .cm-navigation-previous-button {
  width: 100%;
  display: inline-block;
  margin: 0px;
  font-family: Ionicons, Calibri, Arial, Verdana, Trebuchet, Sans-serif;
  font-size: 24px;
  cursor: pointer;
  line-height: normal;
  border-width: 0px;
  box-shadow: none;
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  border-radius: 0px;
}
.cm-test-endpage_link .cm-navigation-next-button {
  margin-top: 0px;
}
.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: 0px;
  margin-bottom: 0px;
  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: 0px;
}
.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: 0.95em;
  color: #888;
}
/*****************************
 ** 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.2em;
}
.has-nxs-header .cm-survey-container {
  padding: 20px 0.2em 0.2em 0.2em;
}
.cm-pageWrapper, .cm-survey-header, .cm-survey-footer {
  margin: 0px 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 0px 0px;
  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.2s;
  animation-delay: -0.2s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0px);
    transform: scale(0px);
    opacity: 0px;
  }
  40% {
    -webkit-transform: scale(1px);
    transform: scale(1px);
    opacity: 1px;
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0px);
    transform: scale(0px);
    opacity: 0px;
  }
  40% {
    -webkit-transform: scale(1px);
    transform: scale(1px);
    opacity: 1px;
  }
}
/*****************************
 ** 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 0px;
}
.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: 0px;
}
.cm-grid-response-set .cm-grid-cell:last-child {
  border-right-width: 0px;
}
.cm-grid-response-set .cm-grid-row .cm-grid-cell {
  border-top-width: 1px;
  border-bottom-width: 0px;
}
.cm-grid-response-set .cm-grid-row:first-child .cm-grid-cell {
  border-top-width: 0px;
}
.cm-mobile-smart__wrapper--grid .cm-grid-cell {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 0%;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}
.cm-mobile-smart__wrapper--grid .cm-grid-row:last-child .cm-grid-cell {
  border-bottom-width: 0px;
}
.cm-grid-response-set .cm-grid-cell .cm-grid-input {
  padding-left: 1.5em;
}
/*****************************
 ** Simple Grid
 *****************************/
.cm-simple-grid {
  margin: 2em 0px;
  /*overflow-x: auto;*/
  overflow:hidden;
}
.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: 0px;
}
.cm-simple-grid__table td:last-child, .cm-simple-grid__table th:last-child {
  border-right-width: 0px;
}
.cm-simple-grid__table tr:first-child td, .cm-simple-grid__table tr:first-child th {
  border-top-width: 0px;
}
.cm-simple-grid__table td:first-child, .cm-simple-grid__table th:first-child {
  border-left-width: 0px;
}
/*****************************
 ** Question Wrapper
 *****************************/
.cm-question-wrapper {
  margin-bottom: 0.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: 0px;
}
/*** 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 0px;
}
.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 0px 0px;
}
.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: 0px;
}
.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: 0px;
  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: 0px;
  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: 0px;
  top: 0px;
}
.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: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 4px;
  left: 30px;
  z-index: 99999px;
}
/*****************************
 ** 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: 0px 2px 5px 0px 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.6px;
  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: 0px;
  padding: 5px;
  height: auto;
  box-sizing: border-box;
}
textarea.materialize-textarea {
  min-height: 7em;
  max-width: 100%;
  overflow: auto;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px #ddd inset;
  -moz-box-shadow: 0px 0px 10px #ddd inset;
  -o-box-shadow: 0px 0px 10px #ddd inset;
  box-shadow: 0px 0px 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: 0px;
  text-align: center;
  padding: 0px 0px 1ex 0px;
}
.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: 0px;
  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: 0px 2px 2px 0px 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 0px;
}
.cm-dd-drag-section__header, .cm-dd-bucket-section__header {
  margin: 0px 0px 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: 0px;
  cursor: move;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.cm-dd-drag-item:hover {
  box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.125);
  -webkit-transform: scale(1.025px);
  transform: scale(1.025px);
  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: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}
.cm-dd-bucket__header {
  margin: 0px;
  padding: 2px;
}
/*****************************
 ** Drag & Drop Scale Question
 *****************************/
.cm-dd-scale-container .dupeWarning {
  text-align: center;
  margin: 1em 0px 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 0px;
}
li.cm-coordinate-state {
  display: inline-block;
}
.cm-coordinate-state-button {
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  cursor: pointer;
}
.cm-coordinate-state-active .cm-coordinate-state-button {
  box-shadow: inset 0px 2px 3px 0px 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: 0px 2px 4px 0px 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: 0px;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 19px;
  top: -7px;
}
.cm-coordinate-remove-button:after {
  content: "✕";
  font-size: 0.8em;
  margin: 0px 0px 0px 0.5px;
  display: inline-block;
}
.cm-coordinate-comment-container {
  border-radius: 3px;
  padding: 0.333em;
  box-shadow: 0px 2px 5px 0px 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 0px 1.25em 0px;
}
/*** Footer > Progress Bar ***/
.cm-survey-navigation .progress {
  margin-bottom: 0px;
}
.cm-survey-navigation .cm-progress-bar {
  width: 16em;
  text-align: center;
  display: inline-block;
  *zoom: 1px;
  *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: 0px;
  padding-top: 0px;
}
.cm-survey-footer {
  text-align: center;
}
/****CUSTOM ****/
div.nxs-header {
  height: 50px;
  position: relative;
  box-shadow: 0px 1px 2px 0px #7e8c9a;
  -webkit-box-shadow: 0px 1px 2px 0px #7e8c9a;
  -moz-box-shadow: 0px 1px 2px 0px #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: 0px;
  left: 40px;
  box-sizing: content-box;
  border-color: #fff;
  -webkit-box-shadow: 0px 0.5px 1px 0.5px #ced3e1;
  -moz-box-shadow: 0px 0.5px 1px 0.5px #ced3e1;
  box-shadow: 0px 0.5px 1px 0.5px #ced3e1;
}
div.nxs-logo-l:after, div.nxs-logo-l:before {
  content: " ";
  border-style: solid;
  width: 0px;
  position: absolute;
}
div.nxs-logo-l:before {
  display: block;
  border-width: 14px 64px 0px;
  border-color: #ced3e1 transparent;
  left: 0.75px;
  bottom: -14.5px;
}
div.nxs-logo-l:after {
  display: block;
  border-width: 14px 65px 0px;
  left: 0px;
  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: 0px;
  left: 0px;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 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: 0px;
  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: 0px;
}
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: 400px;
}
.cm-Survey[dir='rtl'] .nxs-header .progress_ball {
  right: auto;
  left: -43px;
}
.nxs-header .progress_ball:before {
  content: "";
  width: 0px;
  height: 0px;
  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: #fff;
  -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: #333;
  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: #fff !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;
}
/****** 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: #2196f3;
}
/* 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: #222;
}
.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: #222;
}
.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 #ddd;
}
.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: #f00;
}
.cm-javascript-content, code {
  font-family: monospace;
  font-size: 12px;
}
/****** codebook ******************************************************************************/
/*screen size adjustment*/
@media only screen and (min-width: 1400px) {
  div.nxs-logo {
    display: none;
  }
  div.nxs-logo-l {
    display: block;
  }
  .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%;
  }
}
/* 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*/
/* hide space between questions*/
.cm-question-wrapper {margin-bottom: 0;}
.cm-survey-navigation {margin-top: .667em;}


/* --- CUSTOM CSS --- */

[type="radio"]+label:before {
  width: 22px;
  height: 22px;    
}

[type="radio"]+label:after {
  width: 16px;
  height: 16px;  
  margin-left: 7px;  
  margin-top: 7px;
}

[type="radio"].with-gap:checked + label:before {
  background-color: #ee352a;
  border-color: #ee352a;  
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
  background-color: #fff;
  border-color: #fff;
}

.cm-radio-response-set .cm-response-container, .cm-checkbox-response-set .cm-response-container {
    padding: 0;
    border: 2px solid rgba(0,0,0,.2);
    border-color: #666;
    box-sizing: border-box;    
    min-height: 62px;
    background: 0 0;
    border-radius: 4px;
    color: #000;
    transition: all .3s ease-in;
    box-shadow: none;
}

.cm-radio-response-set .cm-response-container:hover, .cm-checkbox-response-set .cm-response-container:hover {
  background: 0 0;
  border: 2px solid rgba(0,0,0,.2);
  color: #000;
  transition: all .3s ease-in;  
}

.cm-radio-response-set .cm-response-container:hover [type="radio"]:not(:checked) + label:before,
.cm-simple-grid__table tr td.cm-simple-grid__cell:hover [type="radio"]:not(:checked) + label:before {
  border: 2px solid rgba(0,0,0,.2);
}

.cm-radio-response-set .cm-response-container.cust-selected, .cm-checkbox-response-set .cm-response-container.cust-selected {
  background: rgba(238,53,42,.1);
  color: #ee352a;
  transition: all .3s ease-in;
  border-color: #ee352a;
}

.cm-radio-label-container, .cm-checkbox-label-container {
  padding-top: 0;
  padding-bottom: 0;
}
.cm-radio-label-container label, .cm-checkbox-label-container label {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cm-radio-response-set .cm-response-container.cm-response-direction-left label, .cm-checkbox-response-set .cm-response-container.cm-response-direction-left label {
  padding-left: 15px;
  padding-right: 30px;  
}

.cm-scale-response-set .cm-scale-header, .cm-simple-grid__table thead {
  border-bottom: 0;
}

.cm-simple-grid__table tr td, .cm-simple-grid__table tr th {
  border-bottom: 2px solid rgba(0,0,0,.2);
  border-right: 2px solid rgba(0,0,0,.2);
  border-color: rgba(0,0,0,.2);
  position: relative;
  padding: 10px;
}

.cm-simple-grid__table tr td:after, .cm-simple-grid__table tr th:after {
  content: '';
  position: absolute;
  display: inline-block;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  width: unset;
  height: unset;
  border: 2px solid transparent;
  transition: all .3s ease-in;
  z-index: -1;    
}

.cm-simple-grid__table tr td.cust-border-horizontal:after, .cm-simple-grid__table tr th.cust-border-horizontal:after {    
  border-top-color: #000;
  border-bottom-color: #000;
  z-index: 999;
}

.cm-simple-grid__table tr td.cust-border-vertical:after, .cm-simple-grid__table tr th.cust-border-vertical:after {    
  border-left-color: #000;
  border-right-color: #000;
  z-index: 999;
}

.cm-simple-grid__table td:last-child, .cm-simple-grid__table th:last-child {
  border-right-width: 2px;
}

.cm-simple-grid__view .cm-radio-input-container, .cm-simple-grid__view .cm-checkbox-input-container {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.cm-simple-grid__mobile-smart .mobile-smart__q-item_content {
  border: 2px solid #666;
  border-radius: 4px;
  padding-left: 0;
  border-color: #666;
}
.cm-simple-grid__mobile-smart .mobile-smart__response:not(.cust-last) {
  border: 2px solid #666;
  border-left: 0;
  border-right: 0;
  border-top: 0;    
}

.cm-simple-grid__view .cm-radio-input-container, .cm-simple-grid__view .cm-checkbox-input-container {
  width: 100%;
  max-width: 100%;
}

.mobile-smart__q-item_title .answered-indicator {
  height: 30px;
  opacity: 0.75;
}

.mobile-smart__q-item_title .answered-indicator > span {
  font-size: 16px;
  padding-left: 0;
  font-weight: 400;
  color: #ee352a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.mobile-smart__q-item_title .grid-error-helper-mobile {
  font-size: 16px;
  font-weight: 700;    
  position: relative;
  padding-right: 10px;
}

.mobile-smart__q-item_title .grid-error-helper-mobile:after {
  content: '';
  position: absolute;
  display: block;    
  right: 0;
  width: 0; 
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-smart__q-item_title .grid-error-helper-mobile.cust-expanded:after {    
  border-bottom: 6px solid #000;   
}

.mobile-smart__q-item_title .grid-error-helper-mobile.cust-collapsed:after {     
  border-top: 6px solid #000;
}


div.cm-navigation-buttons {
  text-align: center;
  background: transparent;
  box-shadow: none;
}
.cm-survey-navigation .cm-navigation-next-button, .cm-survey-navigation .cm-navigation-previous-button {
  border-radius: 4px;
  font-size: 16px;
  background: #ee352a;
  width:47% !important;
  max-width: 200px;
  font-size: 24px;
  font-weight: 400;
  min-height: 62px;
  padding: 10px 20px;
  color: #000;
  margin-left: 60px;
  margin-right: 60px;
  font-family: "Open Sans",Georgia,sans-serif;
}
@media screen and (max-height: 650px), screen and (max-width: 650px) {
 .cm-survey-navigation .cm-navigation-next-button, .cm-survey-navigation .cm-navigation-previous-button {
    margin-left: 20px;
    margin-right: 20px;
 }
}
@media screen and (max-height: 490px), screen and (max-width: 490px) {
 .cm-survey-navigation .cm-navigation-next-button{
    margin-left: 2%;
    margin-right: 0px;
  }
  .cm-survey-navigation .cm-navigation-previous-button {
    margin-left: 0px;
    margin-right: 2%;
 }
}
.cm-survey-navigation .cm-navigation-previous-button {
  color: #fff;
  background: #333;    
}
.cm-progress-bar {position:absolute;;top: 0;left: 0;right: 0;width:100%;}
.cm-progress-bar .progress {margin:0;} 
.cm-pageWrapper{margin-top:25px;}
@media screen and (max-height: 480px), screen and (max-width: 480px) {
  .cm-pageWrapper{margin-top:15px;}
}
.cm-survey-navigation .cm-progress-bar-text {
    text-align: center;
}
.cm-survey-navigation .cm-progress-bar-text label{
    display:inline-block;
    margin:0 auto;
}

body.cm-Survey{
  /* IE lte 9 */
   background: #f1f1ee url(//cdn2.cmix.com/surveyContent/survey_148508/uploads/fd837188107659141b9ac27d2b30f9fa.jpg) no-repeat center fixed;
    background-size: cover;
}
.bg-overlay{
position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -9;
    background: #fff;
    opacity: .8;  
}
.power-txt {display:none;}

.advanceBtn {
  -webkit-appearance: none!important;
  border: none;
  color: #000;
  width: 200px;
  height: 60px;
  text-align: center;
  transition: background .3s;
  background-color: #ee352a;
  font-size: 22px;
  line-height: 60px;
  font-weight: 500;
  border-radius: 4px;    
  cursor: pointer;
  outline: 0;
  margin: 20px auto 120px 60px;
}

.cm-dropdown-response-set .cm-dropdown-input {
  border-width: 2px;
}

/* --- mobile styles --- */

@media screen and (max-width: 480px) {
  .advanceBtn {        
      width: calc(100% - 40px);
      margin-left: 20px;
      margin-right: 20px;
  }
  .cm-progress-bar-text:before,.cm-progress-bar:after,.cm-progress-bar-text:after {
      content: '' !important;
  }
}

/*** added by guti *****/
.cm-progress-bar:after {
    content: 'Survey Completion';   
    font-size: 11pt;
    font-weight: bold;
    color:#e11e12;
    margin:auto 0;
}
.cm-progress-bar.en-US:after {
     content: 'Survey Completion';   
}
.cm-progress-bar.es-ES:after {
     content: 'Encuesta completada';   
}

 .cm-progress-bar-text:before {
    content: '0%';
    left: 4px;
    position: absolute;
    font-size: 12pt;
    font-weight: bold;
   color:#e11e12;
}
.cm-progress-bar-text:after {
    content: '100%';
    right: 4px;
    position: absolute;
    font-size: 12pt;
    font-weight: bold;
  color:#e11e12;
}

.cm-progress-bar-text label {display:none !important;}
div.cm-navigation-buttons {
    margin-bottom: 220px !important; 
}
.cm-simple-grid__table{ table-layout:fixed !important; }
thead tr th:first-child, tbody tr td:first-child {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
}
.witherror {
    border: 2px solid #bc2023;
    padding: 2px;
}
.cm-question-wrapper {
  margin-top: 100px
}
.cm-question-wrapper::before{
  content: " ";
  background: url(//cdn2.cmix.com/surveyContent/survey_148508/uploads/aarp_ID_4c.jpg);
  background-position: 3px 3px;
  background-size: 150px auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 55px;
  left: 0px;
  position: absolute;
  z-index: 9999;
  top: -60px;
  background-color: white;
}
/* --- END CUSTOM CSS --- */