@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/archivo-narrow-v5-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'),
       url('fonts/archivo-narrow-v5-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/archivo-narrow-v5-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/archivo-narrow-v5-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/archivo-narrow-v5-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/archivo-narrow-v5-latin-ext_latin-regular.svg#ArchivoNarrow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Archivo Narrow';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/archivo-narrow-v5-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Archivo Narrow Italic'), local('ArchivoNarrow-Italic'),
       url('fonts/archivo-narrow-v5-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/archivo-narrow-v5-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/archivo-narrow-v5-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/archivo-narrow-v5-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/archivo-narrow-v5-latin-ext_latin-italic.svg#ArchivoNarrow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/archivo-narrow-v5-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'),
       url('fonts/archivo-narrow-v5-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/archivo-narrow-v5-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/archivo-narrow-v5-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/archivo-narrow-v5-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/archivo-narrow-v5-latin-ext_latin-700.svg#ArchivoNarrow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Archivo Narrow';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/archivo-narrow-v5-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Archivo Narrow Bold Italic'), local('ArchivoNarrow-BoldItalic'),
       url('fonts/archivo-narrow-v5-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/archivo-narrow-v5-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/archivo-narrow-v5-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/archivo-narrow-v5-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/archivo-narrow-v5-latin-ext_latin-700italic.svg#ArchivoNarrow') format('svg'); /* Legacy iOS */
}
html {
    font-size: 115%;
	margin: 0rem;
	padding: 0rem;
}
body {
    background: #E6E6E6;
	display: block;
    font-family: 'Archivo Narrow', Verdana, Helvetica, Arial, sans-serif;
    font-size: 1rem;
	margin: 0rem;
    padding: .5rem;
}
a {
    font-family: 'Archivo Narrow', Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.9 rem;
    font-weight: 700;
}
a:link {
    color: #006691;
    text-decoration: none;
}
a:visited {
    color: #929292;
    text-decoration: underline;
}
a:hover {
    color: #FF0808;
    text-decoration: underline;
}
a:active {
    color: #FF0808;
    text-decoration: none;
}
b, strong {
    color: rgba(0, 102, 145, 1);
    font-weight: bold;
}
code {
    background: #f9f9f9;
    -moz-border-radius: .3rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    border: .1rem solid #ddd;
    color: #000;
    padding: .1rem .3rem;
}
form {
    display: block;
    margin-top: 0em;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
input, textarea, keygen, select, button, option, .numeric_input, .open_end_text_box, .text_input {
	font-family: 'Archivo Narrow', Verdana, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	color: rgba(0, 102, 145, 1);
}

#preload_images {
	background: url('checkbox-on.svg') no-repeat -9999px -9999px,
				url('checkbox-off.svg') no-repeat -9999px -9999px,
				url('checkbox-on-green.svg') no-repeat -9999px -9999px,
				url('checkbox-on-red.svg') no-repeat -9999px -9999px,
				url('radio-on.svg') no-repeat -9999px -9999px,
				url('radio-off.svg') no-repeat -9999px -9999px,
				url('previous.svg') no-repeat -9999px -9999px,
				url('next.svg') no-repeat -9999px -9999px;
	width: 0;
	height: 0;
}
.seat-title {
    color: #f79f07;
    font-weight: bold;
}
.alt_color1 {
    background: rgba(0, 102, 145, .05);
}
.alt_color2 {
    background: rgba(0, 102, 145, .10);
}
.cbc_best_row .best_worst_graphics .radiobox  {
	background:url('checkbox-off.svg') no-repeat center center;
}
.cbc_best_row .best_worst_graphics .radioboxselected  {
	background:url('checkbox-on-green.svg') no-repeat center center; 
}
.cbc_worst_row .best_worst_graphics .radiobox  {
	background:url('checkbox-off.svg') no-repeat center center;
}
.cbc_worst_row .best_worst_graphics .radioboxselected  {
	background:url('checkbox-on-red.svg') no-repeat center center; 
}

/*CBC Best*/
.cbc_concept.best .best_button,
.cbc_concept.discrete.best .task_select_button,
.dual_response_none_button.would_button.selected,
.custom_position_none.best .best_button
{
    background-color: #00AE26;
    border-color: #00AE26;
}

.cbc_concept.best
{
    border-color: #00AE26;
}

.nav_dot.best
{
    background-color: #00AE26;
}

/*CBC Worst*/
.cbc_concept.worst .worst_button,
.dual_response_none_button.would_not_button.selected,
.custom_position_none.worst .worst_button
{
    background-color: #E70000;
    border-color: #E70000;
}

.cbc_concept.worst
{
    border-color: #E70000;
}

.nav_dot.worst
{
    background-color: #E70000;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.checkbox {
	background:url("checkbox-off.svg") no-repeat center center;
}
.checkboxselected {
	background:url("checkbox-on.svg") no-repeat center center;
}
.error_messages {
    background: #da1d24;
    -moz-border-radius: .3rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    color: #FFF;
    font-weight: 700;
    margin: 0 0 1rem 0;  
    text-align: center;
}
.error_quest_highlight {
    background-color: rgba(255, 3, 3, 0.02);
    -moz-border-radius: .3rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    padding: 1rem !important;
}
.example {
    -moz-border-radius: .3rem;
    -webkit-border-radius: .3rem;
    background: rgba(127, 127, 127, 0.2);
    border: .1rem solid rgba(127, 127, 127, 0.4);
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 300;
    margin: 1rem auto;
    padding: .6rem;
}
.footer {
    background-color: rgba(127, 127, 127, 0.2);
    -moz-border-radius: .3rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    border: .1rem solid rgba(127, 127, 127, 0.4);
    font-size: .8rem;
    font-weight: 300;
    margin: 1rem auto;
    padding: .6rem;
}
.graphical_next_button {
	background-image: url("next.svg");
}
.graphical_previous_button {
	background-image: url("previous.svg");
}

.text_nav_button
{
    background-color: rgba(9, 44, 92, 1);
	color: white;
	border-width: 0;
}

.header1 {
    color: rgba(0, 102, 145, 1);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.7rem;
    margin: 0 0 1rem;
    padding: 0;
}
.header2 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6rem;
    margin: 0 0 1rem;
    padding: 0;
}
.highlight,
.highlight td {
    background: rgba(0, 102, 145, .25) !important;
}
.indent {
    margin: 0;
    padding: 0;
}
.input_cell, .freeformat .input_cell {
    vertical-align: middle !important;
    padding: 0rem;
}
.inner_table td {
    padding: .3rem;
}
.l0,
.l1,
.l2,
.l3,
.l5,
.l6,
.l7,
.l8 {
    list-style-type: decimal;
}
.page {
    background: #fff;
    -moz-box-shadow: 0rem .3rem .3rem rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0rem .3rem .3rem rgba(0, 0, 0, .2);
    box-shadow: 0rem .3rem .3rem rgba(0, 0, 0, .2);
    -moz-border-radius: .3rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    margin: 1rem auto;
    padding: 0;
    z-index: 2;
}
.page_error {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #da1d24;
    padding: 1rem;
}
.page_header,
.page_footer {
    background: rgba(9, 44, 92, 1);
    color: #fff;
    margin: 0;
    padding: .1rem 0 .2rem 0;
    text-align: center;
}
.page_footer {
    -moz-border-radius: 0 0 .3rem .3rem;
    -webkit-border-radius: 0 0 .3rem .3rem;
    border-radius: 0 0 .3rem .3rem;
    font-size: .8rem;
}
.page_header {
    -moz-border-radius: .3rem .3rem 0 0;
    -webkit-border-radius: .3rem .3rem 0 0;
    border-radius: .3rem .3rem 0 0;
    font-size: 1.5rem;
    font-weight: 700;
}
.progress_bar {
    font-size: .8rem;
    margin-bottom: .8rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .2rem;
    padding-right: .2rem;
    position: relative;
    vertical-align: middle;
    width: 60%;
}
.progress_bar_inner {
    background: rgba(9, 44, 92, 1);
}
.progress_bar_outer {
    background: #ddd;
}
.question {
    margin: 2rem;
    padding: 0rem;
}
.page_error .error_messages {
    -moz-border-radius: 0rem;
    -webkit-border-radius: 0rem;
    border-radius: 0rem;
}
.question_body {
	padding: 0em;
}
.question_error_box .error_messages {
    -moz-border-radius: .3rem .3rem 0 0;
    -webkit-border-radius: .3rem .3rem 0 0;
    border-radius: .3rem .3rem 0 0;
}
.question_text {
    line-height: 1.4rem;
    margin: .5rem 0;
    padding: 0;
}
.radiobox {
	background:url("radio-off.svg") no-repeat center center;
}
.radioboxselected {
	background:url("radio-on.svg") no-repeat center center;
}
.submit_div {
	margin: 1rem;
    padding: 0rem;
	text-align: center;
}

.carousel_prev 
{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-15167 -2035 24 28'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7B fill: %23036592; %7D%3C/style%3E%3C/defs%3E%3Cpath id='Left_task_arrow' data-name='Left task arrow' class='cls-1' d='M-15143-2035v28l-24-13.917z'/%3E%3C/svg%3E");
}

.carousel_next 
{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-15123 -2035 24 28'%3E%3Cdefs%3E%3Cstyle%3E.cls-1 %7B fill: %23036592; %7D%3C/style%3E%3C/defs%3E%3Cpath id='Right_task_arrow' data-name='Right task arrow' class='cls-1' d='M-15123-2035l24 13.917-24 14.083z'/%3E%3C/svg%3E");
}

.nav_dot.active 
{
    border-color: rgba(0, 102, 145, 1);
}

@media only screen and (min-width : 320px) /* Custom, iPhone Retina */
{
	.page {width:100%;}
}

@media only screen and (min-width : 480px) /* Extra Small Devices, Phones */
{
	.page {width:100%;}
}

@media only screen and (min-width : 768px) /* Small Devices, Tablets */
{
	.page {width:100%;}
}

@media only screen and (min-width : 992px) /* Medium Devices, Desktops */
{
	.page {width:100%;}
}

@media only screen and (min-width : 1200px) /* Large Devices, Wide Screens */
{
	.page {width:1200px;}
}

@media only screen and (max-width: 800px) 
{
    .question.cbc .header1,
    .question.cbc .header2,
    .question.cbc .footer
    {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}