body {
	margin: 0;
	padding: 0;
}
.frame {
	padding-top: 20px;
}
@media all and (min-width: 768px) {
	.frame {
		padding: 8.333333333333332%;
	}
}
@media all and (min-width: 992px) {
	.frame {
		padding: 8.333333333333332% 15px;
	}
}
/* Correction for standard rendering */
.vt-standard .frame {
	padding-left: 8.333333333333332%;
	padding-right: 8.333333333333332%;
}

.banner {
	background-image: url(gradient.png);
	background-repeat: repeat-x;
	min-height: 50px;
	padding: 10px 30px;
	
	-moz-box-shadow: 0 0 10px #444;
	-webkit-box-shadow: 0 0 10px #444;
	box-shadow: 0 0 10px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#444444');
}
.vt-standard .banner {
	min-height: 30px;
}
.page-content {
	margin: 0;
}.section-heading {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #231F20;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.question-heading,
.question-heading:hover {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #231F20;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.question-text,
.text-block,
.tagline {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #231F20;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.response-text,
.response .specify-text,
.choice-text,
.topic-text,
.slider-label,
.page-number,
.progress-text,
.response-set td,
.drag_and_drop_element .choice_item label,
.sliders-container .slider-container .slider-title,
.sm_flex_wraper .buttons div.btnText,
.sm_flex_wraper div.skipbtn,
.sm_flex_wraper div.caption,
div.sliders-container td.slider-container a.slider-item-label,
.vt_skin_dragdrop .response-label,
.image-name .image-label,
.image-name .image-description,
.file-size-wrapper .file-size-label,
.file-size-wrapper .file-size-value,
div.tags-details span.tags-label,
div.tags-details .tags-initial-message,
div.tags-details .tags-list a {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #231F20;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.column-heading,
.category-row,
.topic-col,
.choice-row,
.choice-row th,
.drag_and_drop_element p,
.ranked-items p,
.sm_flex_wraper .count,
.vt_skin_dragdrop .response-set > dt {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #231F20;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.validation-text,
.validation-error,
.validation-message {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #231F20;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.button-text,
.submit-button {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.vt-adaptive .response-hover-color,
.vt-adaptive .select-area:hover,
.vt-adaptive .matrix .select-area > label:hover.choice-text,
.question-imagechoices .select-area:hover .choice-text,
.question-imagechoices .choice-text:hover .response-image-area:after,
.question-imagechoices .choice-text.response-hover-color .response-image-area:after,
.vt_skin_dragdrop_hint,
.vt_skin_dragdrop .jiggle:hover label,
.vt_skin_dragdrop .jiggle:focus label,
.select-area.hover,
.slider-coded-value:hover,
.slider-coded-value:focus,
.slider-coded-value:hover label,
.vt-adaptive .sm_flex_wraper .buttons div.choice,
.vt-adaptive .sm_flex_wraper .edge div.hover,
.vt-adaptive .sm_flex_wraper .results .rated li,
.vt-adaptive .sm_flex_wraper div.skipbtn.hover,
.tags-list a {
	background-color: #FFFFFF;
}
.vt-adaptive .response-selected-color,
.vt-adaptive .select-area.checked,
.vt-adaptive .matrix .select-area.checked > label.choice-text,
.question-imagechoices .select-area.checked .choice-text,
.question-imagechoices .checked .choice-text .response-image-area:after,
.vt_skin_dragdrop .response-set,
.vt_skin_dragdrop .response-set > dt,
.vt_skin_dragdrop .ranked label:after,
.select-area.checked,
.vt-adaptive .sm_flex_wraper .content,
.vt-adaptive .sm_flex_wraper .buttons div.choice.hover,
.vt-adaptive .sm_flex_wraper .buttons div.choice.clicking,
.vt-adaptive .sm_flex_wraper .results .rated .odd,
.vt-adaptive .sm_flex_wraper .results .rated li:hover,
.vt-adaptive .sm_flex_wraper .buttons div.choice,
.vt-adaptive .sm_flex_wraper .results .rated li {
	background-color: #98C7ED;
}
.checkbox-bg-color,
.modern input[type=checkbox]:checked + label:before,
.modern input[type=checkbox]:checked + label:hover:before,
.modern .checked i.input-checkbox:before,
.modern .checked i.input-checkbox:hover:before {
	background-color: #121212;
	border-color: #121212;
}
.radiobutton-bg-color,
.modern input[type=radio]:checked + label:before,
.modern input[type=radio]:checked + label:hover:before,
.modern .checked i.input-radio:before,
.modern .checked i.input-radio:hover:before,
.bar::before {
	background-color: #090402;
	border-color: #090402;
}
.table-header-color,
.vt-adaptive .matrix .response-set th,
.rankorder .response-set th,
.dragdroprankorder .response-set th,
.scrollingmatrix .response-set th,
.table-striped > thead > tr:nth-child(odd) > th,
.table-striped > thead > tr:nth-child(even) > th,
.table-striped > tbody > tr.category-row:nth-child(odd) > th,
.table-striped > tbody > tr.category-row:nth-child(even) > th,
.table-striped > tbody > tr.choice-row:nth-child(odd) > th,
.table-striped > tbody > tr.choice-row:nth-child(even) > th,
.vt-standard .matrix thead > tr > th,
.vt-standard .matrix thead > tr {
	background-color: #F9F9F9;
	border-color: #F9F9F9;
}
.table-odd-row-color,
.table-striped > tbody > tr.odd-row:nth-child(odd) > td,
.table-striped > tbody > tr.odd-row:nth-child(even) > td,
.vt-standard .matrix tbody > tr.odd-row,
.vt-standard .matrix tbody > tr.odd-row > td,
.vt-standard .rankorder tbody > tr.odd-row,
.vt-standard .rankorder tbody > tr.odd-row > td {
	background-color: #F9F9F9;
	border-color: #F9F9F9;
}
.table-even-row-color,
.table-striped > tbody > tr.even-row:nth-child(odd) > td,
.table-striped > tbody > tr.even-row:nth-child(even) > td,
.vt-standard .matrix tbody > tr.even-row,
.vt-standard .matrix tbody > tr.even-row > td,
.vt-standard .rankorder tbody > tr.even-row,
.vt-standard .rankorder tbody > tr.even-row > td {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.table-border-color,
.response-set table,
.response-set tr,
.response-set td,
.progress-table,
.table-border,
.vt-standard .matrix .response-set table tbody  tr,
.vt-standard .matrix .response-set table tbody tr td,
.vt-standard .matrix thead > tr > th,
.vt-adaptive .matrix .table.border,
.vt-standard .rankorder .response-set table tbody  tr,
.vt-standard .rankorder .response-set table tbody tr td,
.vt-standard .rankorder thead > tr > th {
	border-color: #FFFFFF;
}
input:focus ~ .placeholder-label,
textarea:focus ~ .placeholder-label {
	color: #090402;
}
.accent1,
.section-heading.accent1 {
	background-color: #231F20;
}
.accent2 {
	background-color: #231F20;
}
.accent3 {
	background-color: #231F20;
}
.accent4 {
	background-color: #231F20;
}
.k-draghandle {
	background-color: #fff;
}
.k-draghandle:hover,
.k-draghandle.k-state-selected,
.k-draghandle.k-state-focused:link {
	background-color: #CCCCCC;
}
.k-draghandle {
	border-color: #CCCCCC;
}
.k-draghandle:hover {
	border-color: #CCCCCC;
}
.k-slider-selection {
	background-color: #ebebeb;
	border-color: #ebebeb;
}
.submit-button,
.button-next,
.button-next:hover,
.modern .buttonscale .select-area input[type=radio]:checked + label,
.modern .buttonscale .select-area input[type=radio]:checked + label:hover {
	color: #333234;
}
.submit-button,
.button-next,
.modern .buttonscale .select-area input[type=radio]:checked + label,
.modern .buttonscale .select-area input[type=radio]:checked + label:hover {
	border-color: #FFFFFF;
}
.submit-button,
.button-next,
.modern .buttonscale .select-area input[type=radio]:checked + label,
.modern .buttonscale .select-area input[type=radio]:checked + label:hover {
	background-color: #CDC6C8;
}
.submit-button:hover,
.button-next:hover,
.btn-upload.response-hover-color {
	border-color: #FFFFFF;
}
.submit-button:hover,
.button-next:hover,
.btn-upload.response-hover-color {
	background-color: #34C3E0;
}
.button-back,
.button-back:hover,
.modern .buttonscale .select-area label,
.modern .buttonscale .select-area label:hover {
	color: #343335;
}
.button-back,
.modern .buttonscale .select-area label {
	border-color: #FFFFFF;
}
.button-back,
.modern .buttonscale .select-area label {
	background-color: #CDC6C8;
}
.button-back:hover,
.modern .buttonscale .select-area label:hover,
.modern .buttonscale .select-area label.response-hover-color {
	border-color: #FFFFFF;
}
.button-back:hover,
.modern .buttonscale .select-area label:hover,
.modern .buttonscale .select-area label.response-hover-color {
	background-color: #34C3E0;
}
.button-reset,
.button-reset:hover {
	color: #343335;
}
.button-reset {
	border-color: #FFFFFF;
}
.button-reset {
	background-color: #CDC6C8;
}
.button-reset:hover {
	border-color: #FFFFFF;
}
.button-reset:hover {
	background-color: #34C3E0;
}
.button-save,
.button-save:hover {
	color: #343335;
}
.button-save {
	border-color: #FFFFFF;
}
.button-save {
	background-color: #CDC6C8;
}
.button-save:hover {
	border-color: #FFFFFF;
}
.button-save:hover {
	background-color: #34C3E0;
}
.button-jump,
.button-jump:hover {
	color: #343335;
}
.button-jump {
	border-color: #FFFFFF;
}
.button-jump {
	background-color: #CDC6C8;
}
.button-jump:hover {
	border-color: #FFFFFF;
}
.button-jump:hover {
	background-color: #34C3E0;
}
.logo {
	background-image: url('NYC Logo (White).png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 50px;
}
.page-bg-color,
.question-imagechoices .select-area:hover,
.question-imagechoices .select-area.checked,
.question-imagechoices .response-image-area:after {
	background-color: #ffffff;
}
.progress-complete-color,
.completed-cell,
.live-results-element .progress .progress-bar {
	background-color: #106FCB;
}
.progress-incomplete-color,
.uncompleted-cell {
	background-color: #AAD1F8;
}
.validation-border-color,
.validation-error,
.validation-message {
	border-color: #E98C2A;
}
.validation-bg-color,
.validation-error,
.validation-message {
	background-color: #F5CB9E;
}
.has-error .bar::before {
	background-color: #231F20;
}
.has-error :focus ~ .placeholder-label,
.has-error .has-value ~ .placeholder-label {
	color: #231F20;
}
.table-live-results table .LiveResultsPercentageCellColor-1  {
	background-color: #FDFEFF;
}
.table-live-results table .LiveResultsPercentageCellColor-2  {
	background-color: #FBFDFE;
}
.table-live-results table .LiveResultsPercentageCellColor-3  {
	background-color: #F8FBFE;
}
.table-live-results table .LiveResultsPercentageCellColor-4  {
	background-color: #F6FAFD;
}
.table-live-results table .LiveResultsPercentageCellColor-5  {
	background-color: #F4F8FD;
}
.table-live-results table .LiveResultsPercentageCellColor-6  {
	background-color: #F1F7FC;
}
.table-live-results table .LiveResultsPercentageCellColor-7  {
	background-color: #EFF5FC;
}
.table-live-results table .LiveResultsPercentageCellColor-8  {
	background-color: #ECF4FB;
}
.table-live-results table .LiveResultsPercentageCellColor-9  {
	background-color: #EAF3FB;
}
.table-live-results table .LiveResultsPercentageCellColor-10  {
	background-color: #E8F1FA;
}
.table-live-results table .LiveResultsPercentageCellColor-11  {
	background-color: #E5F0FA;
}
.table-live-results table .LiveResultsPercentageCellColor-12  {
	background-color: #E3EEF9;
}
.table-live-results table .LiveResultsPercentageCellColor-13  {
	background-color: #E0EDF9;
}
.table-live-results table .LiveResultsPercentageCellColor-14  {
	background-color: #DEEBF8;
}
.table-live-results table .LiveResultsPercentageCellColor-15  {
	background-color: #DCEAF8;
}
.table-live-results table .LiveResultsPercentageCellColor-16  {
	background-color: #D9E8F7;
}
.table-live-results table .LiveResultsPercentageCellColor-17  {
	background-color: #D7E7F7;
}
.table-live-results table .LiveResultsPercentageCellColor-18  {
	background-color: #D4E6F6;
}
.table-live-results table .LiveResultsPercentageCellColor-19  {
	background-color: #D2E4F6;
}
.table-live-results table .LiveResultsPercentageCellColor-20  {
	background-color: #D0E3F5;
}
.table-live-results table .LiveResultsPercentageCellColor-21  {
	background-color: #CDE1F5;
}
.table-live-results table .LiveResultsPercentageCellColor-22  {
	background-color: #CBE0F4;
}
.table-live-results table .LiveResultsPercentageCellColor-23  {
	background-color: #C9DEF4;
}
.table-live-results table .LiveResultsPercentageCellColor-24  {
	background-color: #C6DDF3;
}
.table-live-results table .LiveResultsPercentageCellColor-25  {
	background-color: #C4DBF2;
}
.table-live-results table .LiveResultsPercentageCellColor-26  {
	background-color: #C1DAF2;
}
.table-live-results table .LiveResultsPercentageCellColor-27  {
	background-color: #BFD9F1;
}
.table-live-results table .LiveResultsPercentageCellColor-28  {
	background-color: #BDD7F1;
}
.table-live-results table .LiveResultsPercentageCellColor-29  {
	background-color: #BAD6F0;
}
.table-live-results table .LiveResultsPercentageCellColor-30  {
	background-color: #B8D4F0;
}
.table-live-results table .LiveResultsPercentageCellColor-31  {
	background-color: #B5D3EF;
}
.table-live-results table .LiveResultsPercentageCellColor-32  {
	background-color: #B3D1EF;
}
.table-live-results table .LiveResultsPercentageCellColor-33  {
	background-color: #B1D0EE;
}
.table-live-results table .LiveResultsPercentageCellColor-34  {
	background-color: #AECFEE;
}
.table-live-results table .LiveResultsPercentageCellColor-35  {
	background-color: #ACCDED;
}
.table-live-results table .LiveResultsPercentageCellColor-36  {
	background-color: #A9CCED;
}
.table-live-results table .LiveResultsPercentageCellColor-37  {
	background-color: #A7CAEC;
}
.table-live-results table .LiveResultsPercentageCellColor-38  {
	background-color: #A5C9EC;
}
.table-live-results table .LiveResultsPercentageCellColor-39  {
	background-color: #A2C7EB;
}
.table-live-results table .LiveResultsPercentageCellColor-40  {
	background-color: #A0C6EB;
}
.table-live-results table .LiveResultsPercentageCellColor-41  {
	background-color: #9EC4EA;
}
.table-live-results table .LiveResultsPercentageCellColor-42  {
	background-color: #9BC3EA;
}
.table-live-results table .LiveResultsPercentageCellColor-43  {
	background-color: #99C2E9;
}
.table-live-results table .LiveResultsPercentageCellColor-44  {
	background-color: #96C0E9;
}
.table-live-results table .LiveResultsPercentageCellColor-45  {
	background-color: #94BFE8;
}
.table-live-results table .LiveResultsPercentageCellColor-46  {
	background-color: #92BDE8;
}
.table-live-results table .LiveResultsPercentageCellColor-47  {
	background-color: #8FBCE7;
}
.table-live-results table .LiveResultsPercentageCellColor-48  {
	background-color: #8DBAE7;
}
.table-live-results table .LiveResultsPercentageCellColor-49  {
	background-color: #8AB9E6;
}
.table-live-results table .LiveResultsPercentageCellColor-50  {
	background-color: #88B7E5;
}
.table-live-results table .LiveResultsPercentageCellColor-51  {
	background-color: #86B6E5;
}
.table-live-results table .LiveResultsPercentageCellColor-52  {
	background-color: #83B5E4;
}
.table-live-results table .LiveResultsPercentageCellColor-53  {
	background-color: #81B3E4;
}
.table-live-results table .LiveResultsPercentageCellColor-54  {
	background-color: #7EB2E3;
}
.table-live-results table .LiveResultsPercentageCellColor-55  {
	background-color: #7CB0E3;
}
.table-live-results table .LiveResultsPercentageCellColor-56  {
	background-color: #7AAFE2;
}
.table-live-results table .LiveResultsPercentageCellColor-57  {
	background-color: #77ADE2;
}
.table-live-results table .LiveResultsPercentageCellColor-58  {
	background-color: #75ACE1;
}
.table-live-results table .LiveResultsPercentageCellColor-59  {
	background-color: #72ABE1;
}
.table-live-results table .LiveResultsPercentageCellColor-60  {
	background-color: #70A9E0;
}
.table-live-results table .LiveResultsPercentageCellColor-61  {
	background-color: #6EA8E0;
}
.table-live-results table .LiveResultsPercentageCellColor-62  {
	background-color: #6BA6DF;
}
.table-live-results table .LiveResultsPercentageCellColor-63  {
	background-color: #69A5DF;
}
.table-live-results table .LiveResultsPercentageCellColor-64  {
	background-color: #67A3DE;
}
.table-live-results table .LiveResultsPercentageCellColor-65  {
	background-color: #64A2DE;
}
.table-live-results table .LiveResultsPercentageCellColor-66  {
	background-color: #62A0DD;
}
.table-live-results table .LiveResultsPercentageCellColor-67  {
	background-color: #5F9FDD;
}
.table-live-results table .LiveResultsPercentageCellColor-68  {
	background-color: #5D9EDC;
}
.table-live-results table .LiveResultsPercentageCellColor-69  {
	background-color: #5B9CDC;
}
.table-live-results table .LiveResultsPercentageCellColor-70  {
	background-color: #589BDB;
}
.table-live-results table .LiveResultsPercentageCellColor-71  {
	background-color: #5699DB;
}
.table-live-results table .LiveResultsPercentageCellColor-72  {
	background-color: #5398DA;
}
.table-live-results table .LiveResultsPercentageCellColor-73  {
	background-color: #5196DA;
}
.table-live-results table .LiveResultsPercentageCellColor-74  {
	background-color: #4F95D9;
}
.table-live-results table .LiveResultsPercentageCellColor-75  {
	background-color: #4C93D8;
}
.table-live-results table .LiveResultsPercentageCellColor-76  {
	background-color: #4A92D8;
}
.table-live-results table .LiveResultsPercentageCellColor-77  {
	background-color: #4791D7;
}
.table-live-results table .LiveResultsPercentageCellColor-78  {
	background-color: #458FD7;
}
.table-live-results table .LiveResultsPercentageCellColor-79  {
	background-color: #438ED6;
}
.table-live-results table .LiveResultsPercentageCellColor-80  {
	background-color: #408CD6;
}
.table-live-results table .LiveResultsPercentageCellColor-81  {
	background-color: #3E8BD5;
}
.table-live-results table .LiveResultsPercentageCellColor-82  {
	background-color: #3C89D5;
}
.table-live-results table .LiveResultsPercentageCellColor-83  {
	background-color: #3988D4;
}
.table-live-results table .LiveResultsPercentageCellColor-84  {
	background-color: #3787D4;
}
.table-live-results table .LiveResultsPercentageCellColor-85  {
	background-color: #3485D3;
}
.table-live-results table .LiveResultsPercentageCellColor-86  {
	background-color: #3284D3;
}
.table-live-results table .LiveResultsPercentageCellColor-87  {
	background-color: #3082D2;
}
.table-live-results table .LiveResultsPercentageCellColor-88  {
	background-color: #2D81D2;
}
.table-live-results table .LiveResultsPercentageCellColor-89  {
	background-color: #2B7FD1;
}
.table-live-results table .LiveResultsPercentageCellColor-90  {
	background-color: #287ED1;
}
.table-live-results table .LiveResultsPercentageCellColor-91  {
	background-color: #267CD0;
}
.table-live-results table .LiveResultsPercentageCellColor-92  {
	background-color: #247BD0;
}
.table-live-results table .LiveResultsPercentageCellColor-93  {
	background-color: #217ACF;
}
.table-live-results table .LiveResultsPercentageCellColor-94  {
	background-color: #1F78CF;
}
.table-live-results table .LiveResultsPercentageCellColor-95  {
	background-color: #1C77CE;
}
.table-live-results table .LiveResultsPercentageCellColor-96  {
	background-color: #1A75CE;
}
.table-live-results table .LiveResultsPercentageCellColor-97  {
	background-color: #1874CD;
}
.table-live-results table .LiveResultsPercentageCellColor-98  {
	background-color: #1572CD;
}
.table-live-results table .LiveResultsPercentageCellColor-99  {
	background-color: #1371CC;
}
.table-live-results table .LiveResultsPercentageCellColor-100  {
	background-color: #106FCB;
}
.live-results-element .Selected .progress .progress-bar {
	background-color: #589BDB;
}
