/* MAIN FRAMEWORK */
html {
	background: white;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: black;
	overflow-y: scroll;
}

*, *:before, *:after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html.modal-showing {
	margin-right: 17px;
	overflow: hidden;
}

body {
	font-family: Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 100%; /* Assumed 16px */
	margin: 0px;
	padding: 0px;
}

.wrapper {
	background: transparent;
	margin: 0px auto;
	max-width: 100%;
	width: 961px;
}

/* Keep the wrapper at full width in IE8, media queries don't work with it */
@media \0screen\,screen\9 {.wrapper {max-width: none;}}

html.no-shrink .wrapper {
	max-width: none;
}

.main {
	background: #FFF;
	padding: 3px;
	position: relative;
	width: 100%;
}

.top-module {
	padding: 0px;
	width: 100%;
}

.top-module:after {
	content: "";
	display: table;
	clear: both;
}

.bottom-module {
	background: transparent;
	overflow: hidden;
	padding: 0px 10px 10px;
	position: relative;
	width: 100%;
}

.bottom-container {
	background: transparent;
	border-top: 2px solid #736B5E;
	padding: 10px 0px 0px;
	position: relative;
	text-align: center;
	width: 100%;
}

/* FOOTER SETUP */
.progress {
	background: transparent;
	clear: both;
	float: right;
	margin-top: 5px;
	min-height: 1px; /* keeps this from collapsing if there is no content */
	min-width: 140px;
	text-align: right;
	width: 32%;
}

.progress-label {
	color: #7E0400;
	font-size: 0.8em;
	font-weight: bold;
}

.navigation {
	background: transparent;
	float: right;
	min-height: 1px; /* keeps this from collapsing if there is no content */
	min-width: 140px;
	text-align: right;
	width: 32%;
}

.navigation .mrPrev, .navigation .mrNext {
	background: #7E0400;
	border: none;
	height: 60px;
	padding: 0px;
	width: 60px;
}

.navigation .mrNext {
	margin-left: 10px;
}

.logo {
	background-color: transparent;
	background-image: url(/images/global/responsive.v1/mrr_logo.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 60px;
	max-width: calc(100% - 150px);
	width: 68%;
}

.seal {
	margin: 0px;
	padding: 0px;
	float: right;
}

.verisign {
	clear: both;
	margin-top: 10px;
	width: 140px;
}

.mcafee-secure {
	margin-top: 23px;
	width: 125px;
}

/* MAIN CONTENT CONTAINERS */
.content {
	float: left;
	padding: 10px;
	width: 100%;
}

.per5 {
	width: 5%;
}

.per10 {
	width: 10%;
}

.per15 {
	width: 15%;
}

.per20 {
	width: 20%;
}

.per25 {
	width: 25%;
}

.per30 {
	width: 30%;
}

.per35 {
	width: 35%;
}

.per40 {
	width: 40%;
}

.per45 {
	width: 45%;
}

.per50 {
	width: 50%;
}

.per55 {
	width: 55%;
}

.per60 {
	width: 60%;
}

.per65 {
	width: 65%;
}

.per70 {
	width: 70%;
}

.per75 {
	width: 75%;
}

.per80 {
	width: 80%;
}

.per85 {
	width: 85%;
}

.per90 {
	width: 90%;
}

.per95 {
	width: 95%;
}

.question-2-column-count {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}

.question-3-column-count {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}

.question-4-column-count {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
}

.question-5-column-count {
	-webkit-column-count: 5; /* Chrome, Safari, Opera */
	-moz-column-count: 5; /* Firefox */
	column-count: 5;
}

.question-6-column-count {
	-webkit-column-count: 6; /* Chrome, Safari, Opera */
	-moz-column-count: 6; /* Firefox */
	column-count: 6;
}

.question-7-column-count {
	-webkit-column-count: 7; /* Chrome, Safari, Opera */
	-moz-column-count: 7; /* Firefox */
	column-count: 7;
}

.question-8-column-count {
	-webkit-column-count: 8; /* Chrome, Safari, Opera */
	-moz-column-count: 8; /* Firefox */
	column-count: 8;
}

.question-9-column-count {
	-webkit-column-count: 9; /* Chrome, Safari, Opera */
	-moz-column-count: 9; /* Firefox */
	column-count: 9;
}

.question-100-column-width {
	-webkit-column-width: 100px; /* Chrome, Safari, Opera */
	-moz-column-width: 100px; /* Firefox */
	column-width: 100px;
}

.question-125-column-width {
	-webkit-column-width: 125px; /* Chrome, Safari, Opera */
	-moz-column-width: 125px; /* Firefox */
	column-width: 125px;
}

.question-150-column-width {
	-webkit-column-width: 150px; /* Chrome, Safari, Opera */
	-moz-column-width: 150px; /* Firefox */
	column-width: 150px;
}

.question-175-column-width {
	-webkit-column-width: 175px; /* Chrome, Safari, Opera */
	-moz-column-width: 175px; /* Firefox */
	column-width: 175px;
}

.question-200-column-width {
	-webkit-column-width: 200px; /* Chrome, Safari, Opera */
	-moz-column-width: 200px; /* Firefox */
	column-width: 200px;
}

.question-225-column-width {
	-webkit-column-width: 225px; /* Chrome, Safari, Opera */
	-moz-column-width: 225px; /* Firefox */
	column-width: 225px;
}

.question-250-column-width {
	-webkit-column-width: 250px; /* Chrome, Safari, Opera */
	-moz-column-width: 250px; /* Firefox */
	column-width: 250px;
}

.question-275-column-width {
	-webkit-column-width: 275px; /* Chrome, Safari, Opera */
	-moz-column-width: 275px; /* Firefox */
	column-width: 275px;
}

.question-300-column-width {
	-webkit-column-width: 300px; /* Chrome, Safari, Opera */
	-moz-column-width: 300px; /* Firefox */
	column-width: 300px;
}

.question-325-column-width {
	-webkit-column-width: 325px; /* Chrome, Safari, Opera */
	-moz-column-width: 325px; /* Firefox */
	column-width: 325px;
}

.question-350-column-width {
	-webkit-column-width: 350px; /* Chrome, Safari, Opera */
	-moz-column-width: 350px; /* Firefox */
	column-width: 350px;
}

.question-375-column-width {
	-webkit-column-width: 375px; /* Chrome, Safari, Opera */
	-moz-column-width: 375px; /* Firefox */
	column-width: 375px;
}

.question-400-column-width {
	-webkit-column-width: 400px; /* Chrome, Safari, Opera */
	-moz-column-width: 400px; /* Firefox */
	column-width: 400px;
}

.question-425-column-width {
	-webkit-column-width: 425px; /* Chrome, Safari, Opera */
	-moz-column-width: 425px; /* Firefox */
	column-width: 425px;
}

.question-450-column-width {
	-webkit-column-width: 450px; /* Chrome, Safari, Opera */
	-moz-column-width: 450px; /* Firefox */
	column-width: 450px;
}

.question-475-column-width {
	-webkit-column-width: 475px; /* Chrome, Safari, Opera */
	-moz-column-width: 475px; /* Firefox */
	column-width: 475px;
}

.modal-background {
	display: none;
	width: 100%;
}

.modal-floating {
	background: #A7A7A7;
	background: rgba(167, 167, 167, 0.75);
	height: 100%;
	left: 0px;
	overflow-x: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0px;
	z-index: 3500;
}

.modal-not-floating {
	float: left;
	position: relative;
}

.modal {
	background-color: transparent;
	visibility: hidden;
}

.modal-floating .modal {
	position: absolute;
	z-index: 4000;
}

.modal-container {
	background-color: #FFF;
	padding: 10px;
}

.modal-floating .modal-container {
	border: solid 1px #000;
	margin: 10px;
}

.modal-close {
	text-align: right;
}

.modal-content {
	display: none;
	margin: 1em 0px 0px;
}

.hide-for-modal {
	visibility: hidden;
}

ul {
	list-style: disc inside url(/images/global/responsive.v1/list-style-diamond.gif);
	margin: 0px;
	padding: 0px;
}

li {
	padding-bottom: 0.75em;
	padding-left: 1.8em;
	text-indent: -1.8em;
}

.image-display {
	display: inline-block;
	text-align: center;
}

/* QUESTION LAYOUT */
.question-text {
	display: block;
	font-weight: bold;
	margin-bottom: 1.5em;
}

.grid-stepwise .question-text {
	margin-bottom: 1em;
}

.question-controls {
	display: block;
	max-width: 100%;
	padding-bottom: 20px;
}

.question-controls:last-child {
	padding-bottom: 0px;
}

/* CATEGORICALS */
span.category-container, .grid-stepwise .category-container, .category-group, .category-header {
	display: inline-block;
	margin: 0px 0px 0.75em;
	max-width: 100%;
	vertical-align: top;
	width: 100%;
}

.column-categorical .category-container {
	padding: 0px 0px 0.75em;
}

.column-categorical .category-container ~ .category-container {
	padding-left: 1em;
}

span.category-container, .grid-stepwise .category-container {
	position: relative;
}

span.category-row {
	width: auto;
}

.category-header {
	border-bottom: 2px solid black;
}

/* Hide the actual inputs, but keep them near what we're using so the screen doesn't bounce around when clicking or tabbing through things */
.category-container > .mrSingle, .category-container > .mrMultiple, .grid td > .mrSingle, .grid td > .mrMultiple {
	display: block;
	float: left;
	height: auto;
	margin: 0px;
	opacity: 0;
	position: absolute;
	width: auto;
	z-index: -1;
}

.category-container > label {
	background-color: #DADADA;
	background-position: 1em 0.75em;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	border-radius: 5px;
	color: black;
	cursor: pointer;
	display: block;
	margin: 0px;
	padding: 1em 1em 1em 3em;
	text-align: left;
}

.grid-stepwise .category-container > label {
	background-position: 1em 0.5em;
	padding: 0.75em 1em 0.75em 3em;
}

.category-container > label.disabled {
	cursor: auto;
}

.category-centered > label {
	background-position: center 1em;
	padding: 3em 1em 1em 1em;
	text-align: center;
}

.category-container > .mrSingle + label {
	background-image: url(/images/global/responsive.v1/radio.png);
}

.category-container > .mrMultiple + label {
	background-image: url(/images/global/responsive.v1/checkbox.png);
}

.category-container > .mrSingle:focus + label, .category-container > .mrMultiple:focus + label, .category-container > label:hover {
	background-color: #BABABA;
	color: black;
}

.category-container > .mrSingle:focus + label, .category-container > .mrMultiple:focus + label {
	outline: 1px dotted blue;
}

.category-container > .mrSingle + label.checked, .category-container > .mrMultiple + label.checked {
	background-color: #7E0400;
	color: white;
}

.category-container > .mrSingle + label.checked {
	background-image: url(/images/global/responsive.v1/radio-checked.png);
}

.category-container > .mrMultiple + label.checked {
	background-image: url(/images/global/responsive.v1/checkbox-checked.png);
}

.category-no-background > label {
	background-color: transparent;
	background-position: 0em 0em;
	border-radius: 0px;
	color: black;
	padding: 0.25em 0em 0.25em 2em;
}

.category-no-background.category-centered > label {
	background-position: center 0em;
	padding: 2em 0em 0em 0em;
}

.category-no-background > .mrSingle + label.checked {
	background-image: url(/images/global/responsive.v1/radio-checked-no-bg.png);
}

.category-no-background > .mrMultiple + label.checked {
	background-image: url(/images/global/responsive.v1/checkbox-checked-no-bg.png);
}

.category-no-background > .mrSingle:focus + label, .category-no-background > .mrMultiple:focus + label, .category-no-background > label:hover, .category-no-background > .mrSingle + label.checked, .category-no-background > .mrMultiple + label.checked {
	background-color: transparent;
	color: black;
}

.category-hide-input > label {
	padding: 1em;
}

.category-hide-input > .mrSingle + label, .category-hide-input > .mrSingle + label.checked {
	background-image: none;
}

.category-hide-input > .mrMultiple + label, .category-hide-input > .mrMultiple + label.checked {
	background-image: none;
}

.category-no-background.category-hide-input > label {
	padding: 0em;
}

/* OPEN ENDS AND DROPDOWNS */
.mrEdit, .mrDropdown {
	background: #FDFDFD;
	border: 3px solid #7E0400;
	color: black;
}

.question-controls > .mrEdit, .question-controls > .mrDropdown {
	margin-bottom: 0.75em;
}

.mrDropdown {
	max-width: 100%;
}

.mrEdit:hover, .mrEdit:focus, .mrDropdown:hover, .mrDropdown:focus {
	background: #F0F0F0;
	outline: none;
}

textarea.mrEdit {
	height: 6em;
	overflow: auto;
	padding: 2px;
	width: 66%;
}

input.mrEdit {
	height: auto;
	max-width: 100%;
	overflow: hidden;
	padding: 1px;
	width: 15em;
}

.category-container > label .mrEdit {
	border: none;
	padding: 0px;
}

.category-no-background > label .mrEdit {
	border: 3px solid #7E0400;
	padding: 1px;
}

.per5 textarea.mrEdit, .per10 textarea.mrEdit, .per15 textarea.mrEdit, .per20 textarea.mrEdit, .per25 textarea.mrEdit, .per30 textarea.mrEdit, .per35 textarea.mrEdit, .per40 textarea.mrEdit, .per45 textarea.mrEdit, .per50 textarea.mrEdit, .per55 textarea.mrEdit, .per60 textarea.mrEdit {
	width: 100%;
}

/* GRIDS */
.grid {
	border-collapse: collapse;
	font-weight: normal;
	margin: 0px;
}

.grid tr:nth-child(odd) {
	background-color: #ECECEC;
}

.grid tr:hover {
	background-color: #E5E5E5;
}

.grid tr.grid-header, .grid tr.arrow-row {
	background-color: #7E0400;
	color: #FFF;
	font-weight: bold;
}

.grid tr.row-lowlight {
	opacity: 0.25;
}
.grid tr.unanswered-row-highlight {
	background-color: #E6E67C;
}

.grid tr.grid-sub-header {
	background: #C7C7C7;
	color: #000;
	font-weight: bold;
	opacity: 1;
}

.grid td {
	padding: 10px 5px;
}

.grid .grid-header td, .grid .arrow-row td {
	padding: 5px;
}

.grid td > label {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	color: black;
	cursor: pointer;
	display: block;
	height: 2em;
	margin: 0px auto;
	padding: 0px;
	width: 2em;
}

.grid td > .mrSingle + label {
	background-image: url(/images/global/responsive.v1/radio.png);
	border-radius: 1em;
}

.grid td > .mrMultiple + label {
	background-image: url(/images/global/responsive.v1/checkbox.png);
	border-radius: 5px;
}

.grid td > .mrSingle:focus + label, .grid td > .mrMultiple:focus + label {
	outline: 1px dotted blue;
}

.grid td > .mrSingle + label.checked, .grid td > .mrMultiple + label.checked {
	background-color: #7E0400;
	color: white;
}

.grid td > .mrSingle + label.checked {
	background-image: url(/images/global/responsive.v1/radio-checked.png);
}

.grid td > .mrMultiple + label.checked {
	background-image: url(/images/global/responsive.v1/checkbox-checked.png);
}

.grid td > label.disabled {
	display: none;
}

.grid td .category-container:last-child {
	margin-bottom: 0px;
}

.per5 .grid, .per10 .grid, .per15 .grid, .per20 .grid, .per25 .grid, .per30 .grid, .per35 .grid, .per40 .grid, .per45 .grid, .per50 .grid, .per55 .grid, .per60 .grid {
	font-size: 0.9375em;
}

.arrow-down {
	border: 0.5em solid transparent;
	border-top: 1em solid white;
	height: 0px;
	width: 0px;
}

.grid-stepwise, .grid-stepwise thead, .grid-stepwise tbody, .grid-stepwise th, .grid-stepwise tr, .grid-stepwise td {
	display: block;
	float: left; /*helps IE9- actually make these things blocks*/
	width: 100%;
}

.grid-stepwise .grid-header, grid-stepwise .grid-sub-header, .grid-stepwise .arrow-row {
	display: none;
}

.grid-stepwise-expand {
	background-color: #DADADA;
	border-radius: 3px;
	color: black;
	display: block;
	float: right;
	height: 2em;
	line-height: 2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	text-align: center;
	text-decoration: none;
	width: 2em;
}

/* FONTS AND EVERYTHING ELSE */
img {
	max-width: 100%;
}

.modal-floating .modal-content img {
	max-width: none;
}

a img {
	border: none;
}

.warn {
	color: #797979;
}

.emphasize {
	color: #00F;
}

.mrSingleText .emphasize, .mrMultipleText .emphasize, .grid .emphasize, .grid-stepwise label .emphasize {
	color: inherit;
	font-weight: bold;
}

.grid-header .emphasize {
	color: inherit;
	text-decoration: underline;
}

.big {
	font-size: 1.15em;
}

.big2 {
	font-size: 1.30em;
}

.super {
	font-size: 0.75em;
	vertical-align: super;
}

.link {
	color: #00F;
	cursor: pointer;
	text-decoration: underline;
}

.error {
	color: #F00;
	font-weight: bold;
}

input.description {
	background: #7E0400;
	border: 2px outset #7E0400;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	height: 2em;
}

.pairsScale {
	display: none;
}

.clearfix {
	clear: both;
}

.noSelect {
	khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/* SWEEPS INFO */
.sweeps-info {
	background: transparent;
	color: #000;
	font-size: 0.65em;
	margin: 0px;
	padding: 5px;
	text-align: justify;
	width: 100%;
}

.sweeps-info a {
	color: #000;
	text-decoration: underline;
}

.sweeps-buttons {
	margin: 0px auto;
	max-width: 100%;
	width: 350px;
}

.sweeps-buttons input.description {
	background: #7E0400;
	border: 2px outset #7E0400;
	color: #FFF;
	margin: 5px 1% 1em;
	width: 47%;
}

.sweeps-name {
	text-align: center;
}

.sweeps-language {
	margin: 1em 0px;
}

/* DRAG AND DROP */
.drag-drop-container {
	position: relative;
	width: 100%;
}

.draggable {
	cursor: pointer;
	font-weight: bold;
	margin: 0px;
	position: absolute;
	z-index: 1000;
}

.draggable-text {
	background: #7E0400;
	padding: 10px;
}

.draggable-image {
	background: transparent;
	padding: 0px;
}

.draggable-content {
	background: transparent;
	color: #FFF;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.draggable-reset {
	display: none;
}

.droppable {
	background: #FFF;
	color: #000;
	position: absolute;
}

.droppable-label {
	font-weight: bold;
	margin: 0px 0px 10px;
	text-align: center;
}

.droppable-bucket {
	background: #FFF;
	border: 3px solid #000;
	overflow: hidden;
}

.droppable-bucket .draggable {
	background: transparent;
	cursor: auto;
	position: relative;
}

.droppable-bucket .draggable-text {
	padding: 5px;
}

.droppable-bucket .draggable .draggable-content, .droppable-bucket .draggable .draggable-reset {
	color: #000;
}

.droppable-bucket .draggable-text .draggable-content {
	cursor: auto;
	margin-right: 15px;
	text-align: left;
}

.droppable-bucket .draggable-text .draggable-reset {
	cursor: pointer;
	display: block;
	float: right;
	text-align: right;
	width: 10px;
}

.droppable-hover .droppable-bucket {
	background: #DDD;
}

.draggable .category-highlight, .droppable .category-highlight {
	display: inline;
	margin: 0px;
}

/* SLIDER */
.slider-anchors {
	font-weight: bold;
	margin: 0px 0px 1em;
}

.slider-left-anchor {
	float: left;
	text-align: left;
}

.slider-right-anchor {
	float: right;
	text-align: right;
}

.slider-middle-anchor {
	text-align: center;
}

.slider-container {
	margin: 0px 10px 1em;
}

.slider {
	background: #FFF;
	border: 1px solid #A7A7A7;
	border-radius: 4px;
	clear: both;
	height: 0.8em;
	margin: 0px;
	position: relative;
}

.ui-slider-handle {
	background: #7E0400;
	border: 1px solid #7E0400;
	border-radius: 4px;
	height: 1.2em;
	margin-left: -0.6em;
	position: absolute;
	top: -0.3em;
	width: 1.2em;
}

.ui-slider-handle .slider-connector{
	background: #000;
	height: 2em;
	left: 0.5em;
	position: absolute;
	top: 1.2em;
	width: 0.2em;
}

.ui-slider-handle .slider-tag{
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	position: absolute;
	text-align: center;
	top: 3.2em;
}

/* MEDIA QUERIES */
@media (max-width: 750px) {
	html:not(.no-shrink) .content {
		width: 100%;
	}
}
@media (max-width: 600px) {
	html:not(.no-shrink) textarea.mrEdit {
		width: 100%;
	}
}

/* PLUGIN SPECIFIC */
.grid-stepwise-hidden {
	visibility: hidden;
}

.dynamic-followup-hidden {
	visibility: hidden;
}

.dynamic-followup-container:not(:last-child) {
	padding-bottom: 20px;
}