@charset "UTF-8";
/*
* Theme: Pillar
*
* Using this theme:
* At the top of the "Quick Settings", you can change the image URLs to the
* left/right banner images of your choosing.
*/
/*
* 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
*/
/*****************************
** Quick Settings
** Basic color and font styles are available here for quick customization.
*****************************/
body {
  background-color: white;
  color: #222;
  font-family: Ubuntu, Verdana, sans-serif;
}

@media (min-width: 900px) {
  body:before {
    background-image: url("https://s3.amazonaws.com/cmix.com/shared/images/theme-previews/bg_pillar_left.png");
    background-position: right center;
    left: 0;
  }
  body:after {
    background-image: url("https://s3.amazonaws.com/cmix.com/shared/images/theme-previews/bg_pillar_right.png");
    background-position: left center;
    right: 0;
  }
}

/*** Quick Settings > Question Text ***/
.cm-question .cm-response-group-name {
  color: #0c3c56;
}

.cm-qtext table,
.cm-qtext td,
.cm-qtext tr {
  border: 1px solid #ddd;
}

/*** Quick Settings > Loading Indicator ***/
/* > Screen Covor Color */
#cm-surveyCover {
  background: rgba(255, 255, 255, 0.8);
}

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

/* > Loading Animation Color*/
.loader > div {
  background-color: #0c3c56;
}

/*** Quick Settings > Table Grid ***/
thead {
  /* override materialize */
  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 ***/
.cm-simple-grid__table td,
.cm-simple-grid__table th {
  border-color: #ddd;
}

/*** Quick Settings > Radio Questions ***/
/* > Hover Highlight */
.cm-radio-response-set .cm-response-container:hover {
  background-color: rgba(12, 60, 86, 0.2);
}

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

/* > Checked */
[type="radio"].with-gap:checked + label:before {
  border-color: #0c3c56;
}

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

/*** Quick Settings > Checkbox Questions ***/
/* > Hover Highlight */
.cm-checkbox-response-set .cm-response-container:hover {
  background-color: rgba(12, 60, 86, 0.2);
}

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

/* > Checked */
[type="checkbox"].filled-in:checked + label:after {
  background-color: #0c3c56;
  border-color: #0c3c56;
}

[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;
}

.cm-smart-button.cm-selected {
  background-color: #0c3c56;
  border-color: #0c3c56;
  color: white;
}

.cm-smart-button.cm-selected:hover {
  background-color: #061d29;
  border-color: #061d29;
}

/*** 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]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-color: #0c3c56;
  box-shadow: 0 1px 0 0 #0c3c56;
}

/*** Quick Settings > Scale Questions ***/
.cm-scale-header {
  border-color: #ddd;
}

.cm-scaleGrp {
  color: #0c3c56;
}

/*** Quick Settings > Dropdown ***/
select {
  background-color: white;
  border-color: #c4c4c4;
}

select:focus {
  outline: 1px solid #0c3c56;
}

/*** 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;
}

/* > Handle */
.cm-slider .ui-slider-handle {
  background: #0c3c56;
}

.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: #0f4c6c;
}

.cm-slider.ui-slider-disabled .ui-slider-handle {
  background: #c4c4c4;
}

/* > Value Number */
.cm-slider-value {
  color: #0c3c56;
}

/*** 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-drag-section__header,
.cm-dd-bucket-section__header {
  color: #0c3c56;
  border-bottom: 1px solid #0c3c56;
}

.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 {
  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;
}

/*** Quick Settings > Footer ***/
.cm-survey-navigation {
  border-top: 1px solid #ddd;
}

/* > Progress Bar */
.progress {
  background-color: rgba(12, 60, 86, 0.2);
}

.progress .determinate {
  background-color: #0c3c56;
}

/* > Next & Previous Buttons */
.cm-navigation-next-button {
  background-color: #D1B26E;
  border-color: #D1B26E;
  color: white;
}

.cm-navigation-next-button:hover,
.cm-navigation-next-button:focus {
  background-color: transparent;
  color: #D1B26E;
}

.cm-navigation-previous-button {
  background-color: #D1B26E;
  border-color: #D1B26E;
  color: #222;
  font-weight: 700;
}

.cm-navigation-previous-button:hover,
.cm-navigation-previous-button:focus {
  background-color: transparent;
  color: #D1B26E;
}

/* > Footer Text
    Sometimes added, appears below progress
    and nav buttons at the very bottom.
*/
.cm-survey-footer {
  font-size: .75em;
  color: #888888;
}

/*****************************
** Global Styles
*****************************/
label {
  font-size: 1rem;
  color: inherit;
}

img {
  max-width: 100%;
}

/*****************************
** Main Layout
** Styles for the main survey containers.
*****************************/
@media (min-width: 900px) {
  body {
    position: relative;
  }
  body:before, body:after {
    content: " ";
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    bottom: 0;
    width: calc((100% - 900px) / 2);
  }
}

.cm-survey-container {
  padding: 1em 0.75em;
}

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

/*****************************
** Loading Indicator
*****************************/
#cm-surveyCover {
  /* display: table; is applied when shown */
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#cm-surveyCover .cm-message {
  display: table-cell;
  vertical-align: middle;
}

#cm-surveyCover .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;
}

.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: 1.5em;
}

/*****************************
** Question Text
*****************************/
.cm-qtext {
  font-size: 1.2em;
  margin-bottom: 0.75em;
}

/*** 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 {
  margin-bottom: 1.2em;
}

/*** 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: 4px;
  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: 4px;
  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],
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: 4px;
  margin: 0;
  padding: 0.5em 0.75em;
  height: auto;
  box-sizing: border-box;
}

textarea.materialize-textarea {
  min-height: 7em;
  max-width: 100%;
  overflow: scroll;
}

.cm-text-response-set li + li {
  margin-top: 0.25em;
}

.cm-text-response-set .cm-checkbox-dontknow {
  margin-top: 1em;
}

/*****************************
** 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-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: 10em;
}

/*****************************
** 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;
}

/*****************************
** 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: 4px;
}

.cm-dd-drag-item {
  border-radius: 4px;
  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: 4px;
  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: 4px;
  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: 1.25em 0;
}

/*** Footer > Progress Bar ***/
.cm-progress-bar {
  width: 16em;
  text-align: center;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.progress {
  margin-top: 0;
  margin-bottom: 0.75em;
}

/*** Footer > Navigation Buttons ***/
@media (min-width: 500px) {
  .cm-navigation-buttons {
    float: right;
    *zoom: 1;
    *display: inline;
  }
}

.cm-navigation-next-button,
.cm-navigation-previous-button {
  border-width: 1px;
  border-style: solid;
  text-transform: none;
  width: 49%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 500px) {
  .cm-navigation-next-button,
  .cm-navigation-previous-button {
    width: auto;
  }
  .cm-navigation-next-button + .cm-navigation-next-button,
  .cm-navigation-previous-button + .cm-navigation-next-button, .cm-navigation-next-button +
  .cm-navigation-previous-button,
  .cm-navigation-previous-button +
  .cm-navigation-previous-button {
    margin-left: 1em;
  }
}

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

.cm-survey-footer {
  text-align: center;
}

/*** Footer > Responsive Styles ***/
@media only screen and (max-width: 1024px) {
  .cm-progress-bar {
    width: 100%;
    margin-bottom: 1em;
  }
  .cm-survey-navigation {
    width: 100%;
  }
}

/*** CUSTOMIZATIONS ***/

.cm-survey-container {
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 2rem;
}
.cm-survey-title {
  display: none;
}
.cm-survey-container #cm-surveyContainer {
  height: 22rem;
  max-width: 900px;
  margin: 0 auto 2rem;
}
#cm-surveyContainer:before {
  display: block;
  content: "";
  background-image: url(https://cdn2.cmix.com/surveyContent/survey_180489/uploads/EWC_TWO-LINE_LOGOTYPE-03.svg);
  width: 100%;
  height: 20rem;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center center;
  -webkit-background-position: center center;
  -moz-background-position: center center;
}
.cm-qtext {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgb(209, 178, 110);
}
.cm-pageWrapper {
  margin-top: 2rem;
}
.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: none;
   -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

@media only screen and (max-width: 1024px) {
  .cm-survey-container #cm-surveyContainer {
    width: calc(100vw - 2rem);
  }
}