.form-title {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.section-wrap {
  clear: both;
}
.form-group {
  margin-bottom: 15px;
}
.form-group[data-question-mapped-key-name=''] {
  margin-bottom: 5px;
}
.form-group[data-question-mapped-key-name="HasJointApplicant"] {
  display: flex;
}
.form-group[data-question-mapped-key-name="HasJointApplicant"] .question {
  order: 2;
}
.form-group[data-question-mapped-key-name="HasJointApplicant"] .joint-application-wrapper {
  order: 1;
}
@media (max-width: 767px) {
  .form-group .form-control {
    font-size: 16px;
  }
}
.dx1-rating {
  padding-top: 0px !important;
}
.dx1-rating div {
  padding-top: 0px !important;
}
h3.section-title {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  color: #666;
}
.question-wrap {
  padding: 0 0 10px 0;
}
.question {
  display: block;
  font-weight: bold;
  padding: 0 0 2px 0;
}
.dx1-required-label {
  font-size: 26px;
  line-height: 0;
  color: #b50015;
  padding-right: 5px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: bold;
}
.section-wrap span.question span.required {
  font-size: 20px;
  line-height: 0;
  color: #b50015;
  padding-left: 5px;
}
.answer-horizontal,
.answer-vertical,
.answer-vertical span {
  display: block;
}
table.multi-choice tbody {
  display: flex;
  flex-wrap: wrap;
}
table.multi-choice tr {
  margin-right: 15px;
}
.form-check.dx1-consent {
  display: flex;
}
.form-check-label {
  margin: 0;
  font-size: 0.875rem;
}
.form-check-label.dx1-consent-label {
  font-size: 12px;
  font-weight: 400;
  flex: 1;
}
.error-message {
  background: #b50015;
  padding: 2px 4px;
  color: #fff !important;
  font-weight: bold;
}
.error-text {
  color: #fff !important;
  font-weight: bold;
}
.limit-reached {
  background: #b50015;
  width: 180px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .form-control-inline .question {
    display: inline-block;
    margin-right: 10px;
  }
  .form-control-inline .form-control,
  .form-control-inline .multi-choice {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
  }
  .form-control-inline .form-group {
    margin-bottom: 10px;
  }
  .form-control-inline .error-message[style*="inline"] {
    display: table !Important;
  }
}
/*============ Dx1 Evaluation ============*/
p.dx1-note {
  text-align: right;
  font-family: "Lucida Grande", Lucida Sans Unicode, Helvetica, Arial, Sans-Serif;
  font-style: italic;
}
fieldset.dx1-create-questions,
fieldset.dx1-preview-area {
  display: none;
}
fieldset.dx1-create-new,
fieldset.dx1-create-questions,
fieldset.dx1-preview-area {
  border: none;
  padding: 0 0 15px 0;
  margin: 0;
}
#dx1-evaluation legend {
  padding: 0 0 5px 0;
}
#dx1-evaluation legend.Head {
  color: #6f4719;
  font-family: "Lucida Grande", Lucida Sans Unicode, Helvetica, Arial, Sans-Serif;
  font-size: 20px;
  letter-spacing: -1px;
}
#dx1-evaluation div {
  clear: both;
  padding-bottom: 20px;
  height: 100%;
  overflow: hidden;
}
#dx1-evaluation .dx1-label {
  display: block;
  float: left;
  text-align: right;
  width: 200px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 5px;
  font-family: Helvetica, Arial, Sans-Serif;
}
#dx1-evaluation .dx1-input {
  display: block;
  float: left;
  background: #ebf5fc;
  color: #020202;
  padding: 3px 5px;
  position: relative;
  font-family: Helvetica, Arial, Sans-Serif;
}
#dx1-evaluation .dx1-formlabeldisplay {
  padding-top: 5px;
  display: inline-block;
}
#dx1-evaluation input.NormalTextBox,
#dx1-evaluation textarea.NormalTextBox,
#dx1-evaluation select.NormalTextBox {
  border: 1px #cbcbcb solid;
  width: 300px;
  height: 38px;
  padding: 8px;
  font-family: Helvetica, Arial, Sans-Serif;
}
label.error {
  display: block;
  position: absolute;
  top: 10%;
  left: 310px;
  padding: 5px 20px;
  background: url(../images/validator-bg-right.gif) left no-repeat;
  color: #ebc6c6;
  min-width: 140px;
  font-weight: bold;
  font-family: Helvetica, Arial, Sans-Serif;
}
span.ai-input label.error {
  top: -4px;
  left: -170px;
}
#dx1-evaluation a.dx1-reactivate,
#dx1-evaluation a.dx1-deactivate,
#dx1-evaluation a.dx1-edit,
#dx1-evaluation a.dx1-copy,
#dx1-evaluation a.dx1-delete {
  color: #007b00;
  padding: 4px;
  text-decoration: underline;
  font-weight: bold;
}
#dx1-evaluation a.dx1-reactivate {
  color: #8e3fc3;
  padding: 0;
}
#dx1-evaluation a.dx1-deactivate {
  color: #d513d5;
  padding: 0;
}
#dx1-evaluation a.dx1-edit {
  color: #0063dd;
  padding: 0;
}
#dx1-evaluation a.dx1-delete {
  color: #b50015;
  padding: 0;
}
#dx1-evaluation a.dx1-delete.disabled {
  color: #b6b6b6;
}
a.dx1-edit,
a.dx1-edit:link,
a.dx1-edit:active,
a.dx1-edit:visited {
  color: #0063dd;
}
a.dx1-copy,
a.dx1-copy:link,
a.dx1-copy:active,
a.dx1-copy:visited {
  color: #007b00;
}
a.dx1-delete,
a.dx1-delete:link,
a.dx1-delete:active,
a.dx1-delete:visited {
  color: #b50015;
}
a.dx1-reactivate,
a.dx1-reactivate:link,
a.dx1-reactivate:active,
a.dx1-reactivate:visited {
  color: #8e3fc3;
}
a.dx1-deactivate,
a.dx1-deactivate:link,
a.dx1-deactivate:active,
a.dx1-deactivate:visited {
  color: #d513d5;
}
#dx1-evaluation a.dx1-reactivate:hover,
#dx1-evaluation a.dx1-deactivate:hover,
#dx1-evaluation a.dx1-edit:hover,
#dx1-evaluation a.dx1-copy:hover,
#dx1-evaluation a.dx1-delete:hover {
  text-decoration: none;
}
.dx1-title,
.dx1-field-match {
  border-top: 1px #ccc solid;
  padding-top: 15px;
}
.dx1-description textarea.NormalTextBox {
  height: 100px;
}
.dx1-input-pre {
  display: block;
  width: 300px;
}
ul.dx1-action-btns,
ul.dx1-pr-action-links {
  clear: both;
  padding: 10px 15px 15px 110px;
  list-style: none;
  margin: 0;
}
ul.dx1-action-btns li {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline;
}
ul.dx1-action-btns li.primary-btn a,
ul.answer-inputs li.primary-btn a {
  color: #df3f00;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 1px 1px 1px #fff;
  display: block;
  padding: 3px 15px;
  font-family: Helvetica, Arial, Sans-Serif;
}
ul.dx1-action-btns li.primary-btn a:hover,
ul.answer-inputs li.primary-btn a:hover {
  text-decoration: none;
}
ul.dx1-action-btns li.primary-btn,
ul.answer-inputs li.primary-btn {
  background: url(../images/btn-bg.gif) repeat-x bottom;
  border: 1px #f17b4d solid;
  display: block;
  float: left;
}
ul.dx1-action-btns li.primary-btn:hover,
ul.answer-inputs li.primary-btn:hover {
  text-decoration: none;
  background: url(../images/btn-bg-on.gif) repeat-x bottom;
}
ul.dx1-action-btns li.secondary-btn a {
  line-height: 34px;
  padding-left: 15px;
  color: #9e7261;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  font-family: Helvetica, Arial, Sans-Serif;
  line-height: 28px;
}
ul.dx1-action-btns li.secondary-btn a:hover {
  color: #000;
  text-decoration: none;
}
ul.dx1-action-btns li.disabled,
ul.dx1-action-btns li.disabled:hover {
  border: 1px #b2b2b2 solid;
  background: url(../images/btn-bg.gif) repeat-x bottom;
}
ul.dx1-action-btns li.disabled a {
  color: #b6b6b6;
}
.form-listing ul {
  padding: 15px 0 0 0;
}
#dx1-evaluation .dx1-question a.dx1-edit {
  display: block;
  cursor: pointer;
  margin-left: 110px;
  padding-left: 20px !important;
  clear: both;
  background: url(../images/help-icn.gif) no-repeat left;
}
#section-title-input a.dx1-delete {
  padding: 5px 0 0 10px;
  display: block;
  float: left;
}
#dx1-evaluation .define-answer {
  overflow: visible;
  float: left;
  display: block;
  clear: none;
}
.define-answer .dx1-input {
  margin-bottom: 10px;
}
.dx1-answer-inputs {
  background: #eee;
  color: #020202;
  width: 410px;
  border-bottom: 1px #c4cbb2 solid;
  border-right: 1px #cfcfcf solid;
  clear: both;
}
ul.answer-inputs {
  margin: 10px 0 0 0;
  padding: 10px;
  list-style: none;
  clear: both;
}
ul.answer-inputs li {
  list-style: none;
  padding: 5px 0 5px 10px;
  border: 1px #eee solid;
  height: 100%;
}
ul.answer-inputs li.answer-input {
  cursor: move;
}
ul.answer-inputs li.answer-input:hover {
  border-color: #fff #ccc #ccc #fff;
  border-style: solid;
  border-width: 1px;
}
ul.answer-inputs li.ui-state-highlight {
  background: none;
}
#dx1-evaluation .answer-inputs input.NormalTextBox,
#dx1-evaluation .answer-inputs textarea.NormalTextBox,
#dx1-evaluation .answer-inputs select.NormalTextBox {
  border: 1px #cbcbcb solid;
  width: 320px;
  padding: 5px;
}
#dx1-evaluation .dx1-answer-inputs .answer-inputs input.NormalTextBox {
  width: 260px;
}
#dx1-evaluation .dx1-answer-inputs ul.dx1-action-btns {
  padding: 0 10px 15px 20px;
  overflow: hidden;
}
#dx1-evaluation .dx1-answer-inputs li.primary-btn a {
  font-size: 12px;
}
#dx1-evaluation ul.answer-inputs a.dx1-delete {
  padding-left: 10px;
}
.ai-label {
  font-weight: bold;
  display: block;
  padding: 5px 0;
}
.ai-input {
  position: relative;
}
#ShortTextAnswer,
#LongTextAnswer {
  padding-left: 10px;
}
ul#dx1-previews {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
ul#dx1-previews li.dx1-preview {
  padding: 10px 15px;
  margin: 10px;
  display: block;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  color: #020202;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  height: 100%;
  cursor: move;
}
ul#dx1-previews li.dx1-preview:hover {
  background: #FEFFEF;
  border-right: 1px #b9bd77 solid;
  border-bottom: 1px #b9bd77 solid;
}
.ui-sortable-helper {
  background: #feffe8;
  border-right: 1px #b9bd77 solid;
  border-bottom: 1px #b9bd77 solid;
  overflow: hidden;
  padding: 10px 15px !important;
  cursor: pointer;
}
li.ui-state-highlight {
  height: 100px;
  background: #f1f1f1;
  list-style: none;
}
ul.dx1-pr-action-links {
  padding: 0 0 10px 0;
  text-align: right;
  border-bottom: 1px #ccc dotted;
  margin-bottom: 10px;
}
ul.dx1-pr-action-links li {
  display: inline;
}
#dx1-evaluation .dx1-preview .dx1-label {
  padding-top: 0;
}
.pv-question {
  display: block;
  float: left;
}
.pv-answer {
  float: left;
  padding: 5px 0 0 0;
}
#dx1-evaluation hr {
  border: none;
  border-top: 1px #ccc solid;
}
li.dx1-undo {
  background: #FFF6BF;
  color: #020202;
  border-top: 1px solid #FFD324;
  border-bottom: 1px solid #FFD324;
  padding: 5px 10px;
}
.dx1-collapsed legend a,
.dx1-expanded legend a {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 0 0 12px;
}
.dx1-collapsed legend a {
  background-image: url(../images/expand.gif);
}
.dx1-expanded legend a {
  background-image: url(../images/collapse.gif);
}
.dx1-collapsed .dx1-collapsable {
  display: none;
}
.dx1-expanded .dx1-collapsable {
  display: block;
}
#dx1-evaluation fieldset.dx1-optional {
  border: none 0;
  padding: 0;
}
#dx1-evaluation fieldset.dx1-optional legend {
  padding-left: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*------ Form Listing ------*/
.form-listing {
  float: left;
  width: 62%;
}
.form-listing h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
}
#form-filters {
  clear: both;
  overflow: hidden;
}
#form-filters table {
  float: right;
}
.form-listing td {
  padding: 5px 10px;
}
.form-preview {
  float: right;
  width: 34%;
  border: 1px solid #d4dfe1;
  padding: 10px;
  margin-top: 50px;
}
.form-preview td {
  padding: 5px 10px;
}
ul.sl-repeater {
  margin: 0;
  padding: 0;
  border-top: 1px solid #D4DFE1;
}
ul.sl-repeater li {
  list-style: none;
  padding: 10px;
  margin: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
ul.sl-repeater li span.sl-repeater-data {
  display: block;
  width: 50%;
  float: left;
}
span.sl-repeater-data span,
ul.sl-repeater li span.sl-repeater-actions {
  display: block;
  font-family: Helvetica, Arial, Sans-Serif;
}
span.sl-repeater-data .sl-title {
  font-size: 14px;
  padding-bottom: 5px;
}
span.sl-repeater-data .sl-user {
  font-weight: bold;
  color: #444;
}
ul.sl-repeater li .sl-repeater-actions a,
.sa-action-btn a {
  display: block;
  float: left;
  padding: 2px 15px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0 5px;
  border-color: #fff #c8d6e1 #c8d6e1 #fff;
  border-style: solid;
  border-width: 1px;
  font-family: Helvetica, Arial, Sans-Serif;
}
ul.sl-repeater li.sl-item .sl-repeater-actions a:hover,
.rgRow .sa-action-btn a:hover {
  background: #fff;
}
ul.sl-repeater li.sl-alt-item .sl-repeater-actions a:hover,
.rgAltRow .sa-action-btn a:hover {
  background: #F2F6F9;
}
ul.sl-repeater li {
  background: #F2F6F9;
  color: #020202;
  border: 1px solid #D4DFE1;
  border-top: none;
}
ul.sl-repeater li.sl-alt-item {
  background: #fff;
}
/*================== Analyze ===============*/
.sa-charts {
  clear: both;
}
.sa-charts .RadChart {
  float: left;
  padding: 1em;
}
.sa-long-answer {
  display: block;
  height: 10em;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
/*============ Global Navigation ============*/
ul.em-global-nav {
  clear: both;
  overflow: hidden;
  background: #fbf1ed;
  border-right: 1px #e4bbab solid;
  border-bottom: 1px #e4bbab solid;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  height: 100%;
}
ul.em-global-nav li {
  display: block;
  float: left;
  padding: 5px 25px 5px 0;
}
ul.em-global-nav li a,
ul.em-global-nav li a:hover,
ul.em-global-nav li a:visited {
  padding-left: 25px;
  color: #df3f00;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  font-family: Helvetica, Arial, Sans-Serif;
}
ul.em-global-nav li a:hover,
ul.em-global-nav li a:visited:hover {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
ul.em-global-nav li.egn-home {
  background: url(../images/em-home-icn.gif) left no-repeat;
}
ul.em-global-nav li.egn-add-new {
  background: url(../images/em-add-icn.gif) left no-repeat;
}
ul.em-global-nav li.egn-manage {
  background: url(../images/em-manage-icn.gif) left no-repeat;
}
ul.em-global-nav li.egn-settings {
  background: url(../images/em-settings-icn.gif) left no-repeat;
}
/*============ Global Navigation ============*/
.em-success,
.thankyou-wrap {
  border: 2px #95c277 solid;
  background: #f5ffea;
  color: #020202;
  padding: 8px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.em-success .Normal,
.thankyou-wrap .Normal {
  color: #020202;
}
/*============ User Message ============*/
.em-user-message {
  margin: 0 auto;
}
.em-message-title {
  color: #666;
  margin: 5px 0;
  font-size: 16px;
}
.em-message {
  border: 2px solid;
  padding: 5px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.em-warning {
  background: #fff5b7;
  border-color: #e1c300;
}
.em-success {
  background: #e0ffce;
  border-color: #78bd4e;
}
.em-help {
  background: #e3f1ff;
  border-color: #2e94fc;
}
.em-error {
  background: #ffd8d8;
  border-color: #800000;
}
/*========================  Settings ========================*/
.dx1-form fieldset {
  color: #222;
  background: #f7f7f7;
  border: solid 1px #ddd;
  padding: 15px;
  margin-bottom: 15px;
}
.dx1-form legend {
  color: #d4730c;
  font-size: 1.2em;
}
.dx1-form ul.dx1-form-items,
.dx1-form ul.dx1-actions {
  margin: 0;
  padding: 0;
}
.dx1-form ul li.dx1-form-item,
.dx1-form ul.dx1-actions li {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  zoom: 1;
  /*clearfix below needs hasLayout in IE*/
}
.dx1-form ul li.dx1-form-item:after {
  content: "";
  display: table;
  clear: both;
}
.dx1-form label {
  display: block;
}
.dx1-form .dx1-window-wrap label {
  display: inline;
}
.dx1-form .dx1-form-item label a.dnnFormHelp {
  background-position: left;
  padding-left: 20px;
  display: inline;
}
.dx1-form .dx1-form-item .dnnFormHelpContent {
  left: 30%;
}
.dx1-form .dx1-tiny input,
.dx1-form .dx1-tiny label {
  float: left;
}
/* dx1-tiny should have the label after the input (e.g. for checkboxes) */
.dx1-form .dx1-tiny .dx1-form-help {
  clear: left;
  float: none;
}
.dx1-form .dx1-small input,
.dx1-form .dx1-medium select {
  width: 4em;
}
.dx1-form .dx1-small .RadInput .riTextBox {
  width: 4em !important;
}
.dx1-form .dx1-medium input,
.dx1-form .dx1-medium select {
  width: 200px;
}
.dx1-form .dx1-medium .RadInput .riTextBox {
  width: 200px !important;
}
.dx1-form .dx1-large input,
.dx1-form .dx1-large select {
  width: 600px;
}
.dx1-form .dx1-large .RadInput .riTextBox {
  width: 600px !important;
}
.dx1-form input[type="checkbox"],
.dx1-form input[type="radio"],
.dx1-form input[type="submit"],
.dx1-form input[type="button"] {
  width: auto;
}
.dx1-form .dx1-list input {
  float: left;
}
.dx1-form .dx1-list label {
  margin-bottom: 0.5em;
}
.dx1-form ul.dx1-actions li {
  float: left;
}
.dx1-form .dx1-primary-action {
  background: #d4730c;
  padding: 2px 6px;
  border: solid 1px #ddd;
  color: #fff;
}
.dx1-form .dx1-primary-action[disabled] {
  cursor: default;
  color: #bbb;
  border-color: #777;
}
.dx1-form .dx1-secondary-action {
  background: none;
  border: none;
  color: #d4730c;
  padding: 2px 6px;
}
.dx1-form .dx1-secondary-action:hover {
  text-decoration: underline;
}
.dx1-form .dx1-secondary-action[disabled] {
  cursor: default;
  background: #ddd;
  border: solid 1px #777;
}
.dx1-form .dx1-secondary-action[disabled]:hover {
  text-decoration: none;
}
.dx1-form .dx1-tertiary-action {
  background: #60605f;
  padding: 2px 6px;
  border: solid 1px #ddd;
  color: #fff;
}
.dx1-form .dx1-tertiary-action[disabled] {
  cursor: default;
  border-color: #bbb;
  color: #777;
}
.dx1-primary-action,
.dx1-secondary-action,
.dx1-tertiary-action {
  cursor: pointer;
}
.dx1-end-form {
  clear: both;
}
.none {
  display: none !important;
}
.dominion-setting.row {
  padding: 6px 2px;
  margin: 0 auto;
}
.dx1-completion-url {
  padding: 6px 1px;
  margin-bottom: 6px;
}
.dx1-completion-message {
  padding: 6px 1px;
  margin-bottom: 6px;
}
.formControl .section-wrap .form-group .multi-choice .checkbox {
  min-height: 20px;
}
@media (max-width: 365px) {
  .recaptcha-wrapper {
    transform: scale(0.7);
    margin-left: -25px;
    position: relative;
  }
}
.dx1-form-ctpa {
  font-size: 12px;
  padding-top: 15px;
}
