#Wrapper {
	background: #872323;
}

#ProgressBar {
	display: none;
}

.Skin #Header {
	padding: 0;
	text-align: center;
}

#Header img {
	display: inline-block;	
	margin: 20px 0;
	padding: 0 20px;
}

.Skin #LogoContainer {
	background: 0 0;
}

.JFEScope .Separator ~ .Separator {
	display: none;
}

/*.Skin .QuestionBody {
	padding: 0 20px 0;
}*/

.Skin .QuestionBody {
	padding: 0 15px 0;
}

.Skin .MC .QuestionBody {
	padding-left: 15px;
	padding-right: 15px;
}

.Skin .QuestionText {
	padding: 0;
}

.Skin .QuestionText .contents {
	padding: 7px 15px;
}

.q_label {
	padding: 5px 20px 0 20px;
}

.ChoiceStructure {
	padding-bottom: 10px;
}

div.separator {
	height: 0;
	border-top: 1px dashed #8c8b8b;
	margin: 0px 0 11px 0;
	padding: 0;
}

.Skin .QuestionOuter.Highlight .Inner div.separator {
	border-top: none;
	margin: 0;
}

.Skin .ValidationError {
	border-top: 1px dashed #8c8b8b;
	background: #FFE6E6;
	padding: 10px 0 10px 20px;
	text-align: left;
}

.Skin .MC .QuestionBody label {
	vertical-align: middle;
}

.Skin .QuestionText {
	color: #43464D;
	font-size: 18px;
	line-height: 1.5em;
}

.MultipleAnswer, .SingleAnswer span {
	color: #777;
}

.Skin .TE textarea, .Skin input.TextEntryBox, .Skin input[type="text"], .Skin input[type="password"], .Skin input[type="search"], .Skin select, .Skin textarea {
	border: 2px solid #d2d2d6;
	padding: 2px;
	border-radius: 2px;
}

.Skin .SkinInner {
	max-width: 660px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 0;
	position: relative;
	z-index: 2;
}

.Skin button, .Skin input, .Skin select, .Skin textarea {
	font-size: 16px;
	color: #43464D;
}

#RestoredResponseBar, .Skin, .Skin .yui-skin-sam .yui-calcontainer, .Skin button, .Skin input, .Skin select, .Skin textarea {
	font-family: "Helvetica Neue",Arial,sans-serif;
}

.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {
    border: none;
    color: #FFF;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    text-align: center;
    text-decoration: none;
    background-color: #841617;
}

.Skin #Buttons #NextButton:hover, .Skin #Buttons #PreviousButton:hover {
	background-color: #6E1213;
}

input[type=checkbox], input[type=radio] {
	vertical-align: top;
	margin: 3px;
}

.Skin .MC .QuestionBody label {
	vertical-align: top;
}

.Skin input[type=text]:focus, .Skin input[type=textarea]:focus {
	border-color: #872323;
}

.ChoiceStructure {
	padding-bottom: 20px;
}

.Skin input[title="Other"] {
	margin: 10px 0 5px 3px !important;
}

#Header hr {
	margin-bottom: 15px;
}

.Skin .QuestionText .contents.extra_padding {
	padding-bottom: 15px;
}

.header {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #EEE;
	border-top: 1px solid #CCC;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	margin-bottom: 7px;
	line-height: 1.6;
}

.Skin #PushStickyFooter, #Footer {
	display: none;
}

.Skin #Buttons {
	text-align: center;
	padding: 15px;
	background: #EEE;
	border-top: 1px solid #CCC;
	margin: 0;
}

.Skin #Plug {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}

.Skin #Plug a {
	color: #555;
	padding: 0;
}

#Overlay {
	background: #872323 !important;
}

.Skin .QuestionOuter.Highlight .Inner {
	background: #FFE6E6;
}

.Skin .EndOfSurvey {
	padding: 5px 0 0 0;
}

.Skin .QuestionText .contents.extra_padding.section_header {
	padding: 10px 20px;
	background: #EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

.Skin .QuestionText .contents.extra_padding.section_header2 {
	padding: 10px 20px;
	background: #EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

.Skin .QuestionText .contents.after_section_header {
	padding-top: 10px;
}

.EndOfSurvey .message {
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding: 10px 15px 30px 15px;
	line-height: 1.4;
}

div.nav-buttons {
	text-align: center;
	padding: 20px 0 0 0;
	background: #EEE;
}

.nav-button {
	border: 1px solid #B3B3B3;
	background-color: #E0E0E0;
	cursor: pointer;
	color: #333;
	display: inline-block;
	padding: 6px 13px;
	text-decoration: none;
	margin: 0 10px 20px 10px;
	min-width: 250px;
}

.nav-button:hover {
	background-color: #CCC;
	transition: background-color 250ms linear;
	text-decoration: none;
}

.Skin .Highlight .QuestionText .contents.after_section_header {
	padding-top: 0;
}

span.note {
	font-size: 15px;
	color: #b0b0b0;
}

.Skin .TE .ESTB .InputText {
	margin-top: 8px;
}

.Skin .TE td.ControlContainer {
	width: auto;
}

.Skin .TE .FORM .InputText {
	max-width: 350px;
	width: 100%;
}

.header_2 {
	color: #932d2d;
}

.Skin .MC .TextEntryBox, .Skin .TE .ESTB input.InputText, .Skin .TE .FORM input.InputText, .Skin .TE .ML input.InputText, .Skin .TE .PW input.InputText, .Skin .TE .SL input.InputText {
	min-width: 250px;
	max-width: 350px;
	width: 100%;
}

.Skin .MC .TextEntryBox, .Skin .TE .ESTB textarea.InputText, .Skin .TE .FORM textarea.InputText, .Skin .TE .ML textarea.InputText, .Skin .TE .PW textarea.InputText, .Skin .TE .SL textarea.InputText {
	width: 100%;
	min-height: 500px;
	margin-top: 2px;
}

.dib {
	display: inline-block;
}

.contents.after_section_header.empty {
	height: 0;
}

p {
	margin-bottom: 15px;
}

.Skin select {
	margin-bottom: 10px;
}

.Skin .TE tr, .Skin .TE td.ControlContainer {
	display: block;
}

.Skin .TE .FORM td.ControlContainer input.InputText {
	margin-bottom: 15px;
}

.Skin .TE .FORM td span.LabelWrapper {
	padding-bottom: 7px;
	display: inline-block;
}

.ChoiceStructure table {
	margin-top: 10px;
}

.text-only-spacer {
	height: 7px;
}

b {
	margin-bottom: 5px;
	display: block;
}

.JFEScope .dropzone {
	background: #CCC;
}

.JFEScope .dropzone.dz-drag-hover, .JFEScope .dropzone:not(.dz-max-files-reached):hover {
	background: #BBB;
}

.QuestionText ul {
	margin-bottom: 10px;
	margin-top: 10px;
}

.InputText[readonly] {
	background: #DDD;
	border-color: #D2D2D2 !important;
	cursor: not-allowed;
	user-select: none;
}

.hidden_form {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	visibility: hidden !important;
}