body {
  font-family: "Open Sans", "Arial", "sans-serif";
}
header {
  border-bottom-color: #ffffff;
}
.validation_errorBlock, .layout_globalErrorBlock {
  color: #ce0000;
}
.button_button_isSecondary {
  color: #ffffff;
}
.progressbar_progressBarIndicator {
  background-color: #ce0000;
}
.button_button_isPrimary, .button_button_isPrimary:focus, .button_button_isPrimary:hover {
  background-color: #367ed5;
}
.dropdown_dropdownSelector:focus, .dropdown_dropdownSelector:hover, .hasNoTouch .option_input:focus+.option_optionContainer, .hasNoTouch .option_input:hover+.option_optionContainer, .hasNoTouch .cellOption_input:focus+.cellOption_indicatorContainer, .hasNoTouch .cellOption_input:hover+.cellOption_indicatorContainer, .textarea_textareaContainer:hover, .textarea_textareaContainer_isFocused, .layoutListItem_layoutListItemContainer_hasHighlights:hover, .layoutListItem_layoutListItemContainer_hasHighlights:focus, .dropdown_dropdownListItem:hover, .dropdown_dropdownListItem:focus, .hasNoTouch .option_optionContainer:hover, .hasNoTouch .option_optionContainer_hasBoxShadow, .textField_textField:focus, .textField_textField:hover, .calendarTextfieldInput:hover, .calendarTextfieldInput:focus, .calendar_calendarIconContainer:focus, .calendar_calendarIconContainer:hover, .hasNoTouch .day_day:focus, .hasNoTouch .day_day:hover {
  box-shadow: 0 0 0 3px #6d6e71;
}
.button_button_isSecondary, .button_button_isSecondary:focus, .button_button_isSecondary:hover {
  background-color: #6d6e71;
}
.indicatorRadio_indicatorRadioContainer_isSelected {
  border-color: #6d6e71;
}
.indicatorCircle_circle_isSelected {
  background: #6d6e71;
}
.indicatorCheckbox_indicatorCheckboxContainer_isSelected {
  background: #6d6e71;
  border-color: #6d6e71;
}