.cognito .c-forms-form {
  font-size: inherit !important;
  margin: 0 auto !important;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
}

.c-public-form .cognito .c-forms-form-main {
  padding: 0 20px 8px 20px;
  min-height: 100px;
}

.c-public-form .cognito .c-forms-heading, .c-public-form .cognito .c-forms-form, .c-public-form .cognito .c-forms-form-main {
  width: 100%;
}

.c-public-form .cognito .c-forms-heading .c-forms-form-title {
  padding: 28px 20px 10px 20px;
}

.c-public-form .cognito .c-forms-confirmation-message {
  padding: 8px 28px;
}

.c-public-form .cognito .c-forms-not-available-message {
  padding: 28px;
}

.c-public-form .cognito .c-forms-payment-order-summary {
  padding: 0 20px;
}

.c-public-form .cognito .c-forms-payment {
  padding: 0 20px;
}

.c-public-form .cognito .c-forms-form-details {
  padding: 0 20px;
}

.c-public-form .cognito div[class^="c-page-page"] .c-forms-payment {
  padding: 8px 0 0 0;
}

.c-public-form .cognito .c-button-section {
  padding: 0 20px 20px 20px;
}

.c-public-form .cognito .c-button-section .c-button-section {
  padding: 0;
}

.c-public-form .cognito div[class^="c-page-page"] .c-button-section {
  padding: 8px 0 0 0;
}

.cognito .c-forms-confirmation {
  padding-bottom: 20px !important;
}

.cognito.c-sml .c-forms-form-main, .cognito.c-sml .c-forms-heading .c-forms-form-title, .cognito.c-sml .c-button-section {
  padding-left: 0;
  padding-right: 0;
}

.cognito.c-sml .c-forms-logo {
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-bottom: 0;
}

.cognito.c-sml .c-forms-confirmation-message {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.cognito.c-sml .c-forms-form-details {
  padding: 0;
}

.cognito.c-sml .c-forms-payment-order-summary {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cognito.c-sml .c-forms-form-main {
  margin-bottom: 0 !important;
}

.cognito #c-submit-warning {
  clear: both;
  padding: 5px 8px;
  font-size: 90%;
}

.cognito .c-forms-form .c-footer-terms a {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 11px !important;
  text-decoration: none;
  display: block;
}

.cognito .c-forms-form .c-footer-terms a:hover {
  text-decoration: underline;
}

.c-footer-terms ul {
  padding: 0;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0;
}

.c-footer-terms li {
  padding: 0 5px;
  display: inline-block;
}

#c-web-powered-by .c-brand {
  max-width: 800px;
  margin: 10px auto;
  overflow: visible;
}

#c-web-powered-by .c-brand>div {
  float: left;
  max-width: 60%;
}

@media screen and (max-width: 820px) {
  #c-web-powered-by {
    height: 206px;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
  }

  #c-web-powered-by .c-brand>div {
    text-align: center;
    float: none;
    max-width: 100%
  }

  #c-web-powered-by .c-brand a {
    font-size: 16px;
    float: none;
    margin-top: 5px;
    max-width: none;
  }

  #c-web-powered-by .c-brand h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  #c-web-powered-by .c-brand img {
    max-width: 100%;
  }
}

@media screen and (max-width: 400px) {
  #c-web-powered-by .c-brand a {
    float: none;
    font-size: 14px;
  }

  #c-web-powered-by .c-brand {
    text-align: center;
  }

  #c-web-powered-by .c-brand h2 {
    font-size: 20px;
  }

  #c-web-powered-by .c-brand>div {
    float: none;
  }

  #c-web-powered-by .c-brand img {
    max-width: 80%;
  }
}

@media print {
  #c-forms-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-forms-form {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
    overflow: visible !important;
  }

  .c-forms-form-public-readonly {
    overflow: visible !important;
  }

  .c-forms-form-main {
    padding: 0 !important;
    overflow: visible !important;
  }

  .c-forms-payment-order-summary {
    display: inline-block;
    padding: 0 !important;
  }

  .c-page {
    clear: both;
    overflow: visible !important;
    display: inline-block;
  }

  .c-forms-heading .c-forms-form-title, .c-forms-heading h2 {
    padding-left: 0 !important;
    padding-top: 0 !important
  }

  .c-forms-confirmation-message {
    padding-left: 0 !important
  }

  #c-web-powered-by, .c-footer-terms {
    display: none;
  }
}

.cognito form {
  font-size: 16px;
}

.cognito:not(.c-forms-actionBar) {
  max-width: 800px;
  margin: 0 auto;
}

.c-public-form .cognito {
  max-width: 800px;
}

.cognito .c-forms-form {
  background-color: rgba(255, 255, 255, 1);
}

.cognito .c-forms-form .c-dropdown select {
  padding-right: 26px;
}

.cognito.c-ie .c-forms-form .c-dropdown select {
  padding-right: 6px;
}

.cognito .c-span-24 .c-span-12 {
    width: 50%;
}

.cognito .c-field {
    padding: 8px 0;
}
.cognito .c-editor .c-choice-option label, .cognito .c-editor label.c-yesno-radio, .cognito .c-editor.c-yesno-checkbox label {
    display: inline-block;
    padding: 4px 10px 4px 1.6em;
    text-indent: -1.6em;
  }

.cognito .c-forms-form .c-forms-heading {
  background-color: rgba(0, 0, 0, 0);
}

.cognito .c-forms-form .c-forms-form-title h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  color: #000000;
  line-height: 1.15em;
}

.cognito .c-forms-form .c-forms-description {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8125em;
}

.cognito .c-forms-form .dropdown-menu>li>a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}

.cognito .c-forms-form .c-helptext {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: calc(0.8125em * .9);
}

.cognito .c-forms-form h1, .cognito .c-forms-form h2, .cognito .c-forms-form h3, .cognito .c-forms-form h4, .cognito .c-forms-form h5, .cognito .c-forms-form h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 1.2em;
}

.cognito .c-forms-form h1, .cognito .c-forms-form h2, .cognito .c-forms-form h3 {
  font-size: 1.25em;
}

.cognito .c-forms-form h4 {
  font-size: calc(1.25em * .9);
}

.cognito .c-forms-form h5 {
  font-size: calc(1.25em * .9 * .9);
}

.cognito .c-forms-form h6 {
  font-size: calc(1.25em * .9 * .9 * .9);
}

.cognito .c-forms-form .c-html h1 {
  font-size: calc(1.25em / 0.813);
}

.cognito .c-forms-form .c-html h2 {
  font-size: calc(1.25em * .9 / 0.813);
}

.cognito .c-forms-form .c-html h3 {
  font-size: calc(1.25em * .9 * .9 / 0.813);
}

.cognito .c-forms-form .c-html h4 {
  font-size: calc(1.25em * .9 * .9 * .9 / 0.813);
}

.cognito .c-forms-form .c-html h5 {
  font-size: calc(1.25em * .9 * .9 * .9 * .9 / 0.813);
}

.cognito .c-forms-form .c-html h6 {
  font-size: calc(1.25em * .9 * .9 * .9 * .9 * .9 / 0.813);
}

.cognito .c-forms-form .c-html a, .cognito .c-forms-form .c-forms-confirmation-message a {
  font-size: calc(0.875em / 0.813);
}

.cognito .c-forms-form .c-label {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  color: #000000;
  line-height: 1.3em;
}

.cognito .c-forms-form .c-editor-date-icon, .cognito .c-forms-form .c-editor-time-icon, .cognito .c-forms-form .c-remove-item, .cognito .c-forms-form .c-save-resume-close {
  color: #000000;
}

.cognito .c-forms-form .c-remove-item {
  padding-top: .1em;
  font-size: 100%;
}

.cognito .remove-icon circle {
  fill: #D85427;
  stroke: #C24B23;
}

.cognito .remove-icon line {
  stroke: #FFFFFF;
}

.cognito .c-forms-form #c-save-resume-email-link {
  font-size: 100%;
}

.cognito .c-forms-form .c-email-sent-message {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.8125em;
}

.cognito .c-forms-form .c-table-section:not(.c-responsive) select, .cognito.c-med .c-forms-form .c-table-section.c-responsive select, .cognito.c-lrg .c-forms-form .c-table-section.c-responsive select {
  font-size: 1em
}

.cognito .c-forms-form .c-table-section:not(.c-responsive)>*:not(.c-table-header)>*>*,
.cognito.c-med .c-forms-form .c-table-section.c-responsive>*:not(.c-table-header)>*>*,
.cognito.c-lrg .c-forms-form .c-table-section.c-responsive>*:not(.c-table-header)>*>* {
  font-size: 0.8125em;
}

.cognito .c-forms-form .c-table-section:not(.c-responsive)>*>*>* .c-editor,
.cognito.c-med .c-forms-form .c-table-section.c-responsive>*>*>* .c-editor,
.cognito.c-lrg .c-forms-form .c-table-section.c-responsive>*>*>* .c-editor {
  font-size: 1em
}

.cognito.c-sml .c-forms-form .c-table.c-table-section.c-responsive:not(.c-readonly) .c-repeating-section-group>.c-repeating-section-item {
  padding-left: calc(2em * 0.813 - 8px)
}

.cognito.c-sml .c-forms-form .c-table.c-table-section.c-responsive:not(.c-readonly) .c-repeating-section-group>.c-repeating-section-item .c-repeating-section-item-title {
  margin-left: calc(-2em * 0.813 + 8px)
}

.cognito .c-table-section:not(.c-responsive)+.c-validation, .cognito.c-med .c-table-section.c-responsive+.c-validation, .cognito.c-lrg .c-table-section.c-responsive+.c-validation {
  margin-left: calc(2em / 0.813)
}

.cognito .c-forms-form .c-table-section:not(.c-responsive)~.c-repeating-section-add,
.cognito.c-med .c-forms-form .c-table-section.c-responsive~.c-repeating-section-add,
.cognito.c-lrg .c-forms-form .c-table-section.c-responsive~.c-repeating-section-add {
  font-size: 0.8125em
}

.cognito :not(.c-responsive).c-table-section~.c-repeating-section-add .c-add-item, .cognito.c-med .c-table-section.c-responsive~.c-repeating-section-add .c-add-item, .cognito.c-lrg .c-table-section.c-responsive~.c-repeating-section-add .c-add-item {
  font-size: calc(0.875em / 0.813)
}

.cognito .c-forms-form .c-table-section:not(.c-readonly):not(.c-responsive) .c-repeating-section-group .c-repeating-section-item [class^=c-calculation-],
.cognito.c-med .c-forms-form .c-table-section.c-responsive:not(.c-readonly) .c-repeating-section-group .c-repeating-section-item [class^=c-calculation-],
.cognito.c-lrg .c-forms-form .c-table-section.c-responsive:not(.c-readonly) .c-repeating-section-group .c-repeating-section-item [class^=c-calculation-] {
  background-color: rgba(0, 0, 0, 0.04);
}

.cognito .c-forms-form .c-table-section:not(.c-responsive).c-readonly>.c-repeating-section-group.c-table-body>.c-table-row.c-repeating-section-item:nth-child(odd),
.cognito.c-med .c-forms-form .c-table-section.c-responsive.c-readonly>.c-repeating-section-group.c-table-body>.c-table-row.c-repeating-section-item:nth-child(odd),
.cognito.c-lrg .c-forms-form .c-table-section.c-responsive.c-readonly>.c-repeating-section-group.c-table-body>.c-table-row.c-repeating-section-item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.04);
}

.cognito .c-forms-form .c-table-section:not(.c-responsive).c-readonly>.c-repeating-section-group.c-table-body>.c-table-row.c-repeating-section-item:last-child>*:not(:first-child),
.cognito.c-med .c-forms-form .c-table-section.c-responsive.c-readonly>.c-repeating-section-group.c-table-body>.c-table-row.c-repeating-section-item:last-child>*:not(:first-child),
.cognito.c-lrg .c-forms-form .c-table-section.c-responsive.c-readonly>.c-repeating-section-group.c-table-body>.c-table-row.c-repeating-section-item:last-child>*:not(:first-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.cognito .c-forms-form {
  background-color: rgba(255, 255, 255, 1);
}

.cognito .c-editor {
    padding-right: 7px;
    padding-left: 8px;
    position: relative;
}

.cognito .c-forms-form .c-rating-scale .c-choice-option .c-label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.8125em;
  color: #000000;
}

.cognito .c-forms-form .c-editor, .cognito .c-forms-form .c-rating-scale-questions {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.8125em;
  color: #000000;
}

.cognito .c-forms-form select, .cognito .c-forms-form input[type=text], .cognito .c-forms-form input[type=password], .cognito .c-forms-form textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.cognito .c-editor .c-choice-option label, .cognito .c-editor label.c-yesno-radio, .cognito .c-editor.c-yesno-checkbox label {
  font-weight: normal;
}

.cognito .c-forms-form input::-webkit-input-placeholder {
  color: #cccccc;
}

.cognito .c-forms-form input:-ms-input-placeholder {
  color: #cccccc;
}

.cognito .c-forms-form input::-webkit-input-placeholder {
  color: #cccccc;
}

.cognito .c-forms-form input:-moz-placeholder {
  color: #cccccc;
}

.cognito .c-forms-form input::-moz-placeholder {
  color: #cccccc;
}

.cognito .c-forms-form .c-placeholder-text-styled {
  color: #cccccc;
}

.cognito .c-forms-form textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.cognito .c-forms-form textarea:-ms-input-placeholder {
  color: #cccccc;
}

.cognito .c-forms-form textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.cognito .c-forms-form textarea:-moz-placeholder {
  color: #cccccc;
}

.cognito .c-forms-form textarea::-moz-placeholder {
  color: #cccccc;
}

.cognito .c-forms-form a {
  color: #D85427;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875em;
}

.cognito .c-forms-form .c-fileupload-download a, .cognito .c-forms-form .c-fileupload-delete i {
  text-decoration: none;
  color: #000000;
}

.cognito .c-forms-form button {
  padding: .5em 1.25em;
}

.cognito .c-forms-form .c-add-item {
  padding: .5em;
}

.cognito .c-forms-form button, .cognito .c-forms-form .c-add-item, .cognito .c-forms-form input[type=button], .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button {
  background-color: #D85427;
  border-color: #C24B23;
  color: #FFFFFF;
  font-family: 'Open Sans Condensed', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.875em;
  border-radius: 4px;
}

.cognito .c-forms-form .c-fileupload-dropzone .c-upload-button {
  font-size: inherit;
}

.cognito .c-forms-form button:hover, .cognito .c-forms-form input[type=button]:hover, .cognito .c-forms-form .c-add-item:hover, .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button:hover {
  background-color: #C24B23;
}

.cognito .c-forms-form [class^="icon-"]:after, .cognito .c-forms-form [class*=" icon-"]:after {
  color: .c-forms-form;
}

.cognito .c-forms-form .c-repeating-section-group>div:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}

.cognito .c-forms-form .c-repeating-section-group>div:last-child {
  border-bottom-color: rgba(0, 0, 0, 0.04);
}

.cognito .c-forms-form .c-rating-scale tbody:nth-child(even) {
  background: rgba(0, 0, 0, 0.04);
}

.cognito .c-forms-form tbody.c-line-item-container {
  border-bottom-color: rgba(0, 0, 0, 0.25) !important;
}

.cognito .c-forms-form hr {
  background-color: rgba(0, 0, 0, 0.697);
}

.cognito .c-forms-form .c-background-highlight {
  background: rgba(0, 0, 0, 0.04);
}

.cognito .c-forms-form .c-text-light {
  color: rgba(0, 0, 0, 0.697);
}

.cognito .c-forms-form .c-progress-bar li:before {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(255, 255, 255, 1);
}

.cognito .c-forms-form .c-forms-progress li.c-page-selected:before {
  background-color: #D85427;
  color: #FFFFFF;
  border-color: #D85427;
}

.cognito .c-forms-form .c-progress-bar li.c-page-selected:before {
  background-color: #D85427;
  border-color: #D85427;
  color: #FFFFFF;
}

.cognito .c-forms-form .c-progress-bar li.c-page-selected:after {
  border-top-color: #D85427;
}

.cognito .c-forms-form .c-save-resume-button {
  color: #000000;
}

.cognito .c-forms-form #c-save-resume-dialog {
  background-image: ;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat;
  background-color: rgba(204, 204, 204, 1);
}

.cognito .c-forms-form #c-save-resume-dialog .dialog-contents {
  background-color: rgba(255, 255, 255, 1);
}

.cognito .c-forms-form #c-modal-overlay {
  background: rgba(0, 0, 0, 1);
}

.cognito .c-forms-form .c-email-sent-message span {
  background-color: #D85427;
  color: #FFFFFF;
}

.cognito .c-forms-form .c-progress-steps li:before {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}

.cognito .c-forms-form .c-forms-payment table {
  padding-top: 8px;
}

.cognito .c-forms-form .c-forms-payment-total-amount {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.219em;
  color: #000000;
}

.cognito .c-forms-form .c-footer-terms a {
  color: #000000;
}

.cognito .c-forms-form .c-forms-not-available-message, .cognito .c-forms-form .c-page-numbering, .cognito .c-forms-form .c-forms-confirmation-message, .cognito .c-forms-form #c-save-resume-content, .cognito .c-forms-form .c-progress-section, .cognito .c-forms-form .c-forms-payment-order-summary .detail, .cognito .c-forms-form .c-web-paypal-processing {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.8125em;
  color: #000000;
}

.cognito .c-forms-form .c-validation {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.8125em;
}

.cognito .c-forms-form .c-table-section *.c-error:after {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.cognito .c-forms-form .c-table-section:not(.c-responsive)>*>*>* .c-validation,
.cognito.c-med .c-forms-form .c-table-section.c-responsive>*>*>* .c-validation,
.cognito.c-lrg .c-forms-form .c-table-section.c-responsive>*>*>* .c-validation {
  font-size: inherit;
}

.cognito .c-forms-form .c-forms-payment-lineitem-label,
.cognito .c-forms-form .c-forms-payment-lineitem-amount {
  font-weight: normal;
}

.cognito .c-forms-form .c-validation,
.cognito .c-forms-form .c-error:after,
.cognito .c-forms-form .c-error .toggle-on:after,
.cognito .c-forms-form .c-validation-icon {
  background-color: #ff5858;
  color: white;
}

.cognito .c-validation {
  border-radius: 0 0 4px 4px;
  line-height: 1.3em;
}

.cognito .c-forms-form .c-forms-heading {
  text-align: left
}

.cognito .c-forms-form .c-button-section button {
  padding: .5em 1.25em;
  min-width: 100px;
}

.cognito .c-forms-form .c-signature .c-editor {
  color: #333;
}

.cognito .c-forms-form .c-table-section:not(.c-readonly):not(.c-responsive) .c-repeating-section-group .c-repeating-section-item [class^=c-calculation-],
.cognito.c-med .c-forms-form .c-table-section.c-responsive:not(.c-readonly) .c-repeating-section-group .c-repeating-section-item [class^=c-calculation-],
.cognito.c-lrg .c-forms-form .c-table-section.c-responsive:not(.c-readonly) .c-repeating-section-group .c-repeating-section-item [class^=c-calculation-] {
  background-color: #efefef;
  color: #000;
}

.cognito .c-table-section:not(.c-readonly):not(.c-responsive) .c-repeating-section-group .c-repeating-section-item>* .c-editor .c-content,
.cognito.c-med .c-table-section.c-responsive:not(.c-readonly) .c-repeating-section-group .c-repeating-section-item>* .c-editor .c-content,
.cognito.c-lrg .c-table-section.c-responsive:not(.c-readonly) .c-repeating-section-group .c-repeating-section-item>* .c-editor .c-content {
  color: #000
}

.cognito .c-forms-form .c-table-section:not(.c-readonly):not(.c-responsive) .c-repeating-section-group .c-repeating-section-item .c-text-multiplelines,
.cognito.c-med .c-forms-form .c-table-section.c-responsive:not(.c-readonly) .c-repeating-section-group .c-repeating-section-item .c-text-multiplelines,
.cognito.c-lrg .c-forms-form .c-table-section.c-responsive:not(.c-readonly) .c-repeating-section-group .c-repeating-section-item .c-text-multiplelines {
  background-color: #fff;
}

.cognito .c-forms-form .c-table-section:not(.c-readonly):not(.c-responsive) textarea,
.cognito.c-med .c-forms-form .c-table-section.c-responsive:not(.c-readonly) textarea,
.cognito.c-lrg .c-forms-form .c-table-section.c-responsive:not(.c-readonly) textarea {
  background-color: transparent;
}

.cognito.c-ie .c-forms-form :not(.c-responsive).c-table-section .c-repeating-section-group .c-repeating-section-item>* .c-validation,
.cognito.c-ie.c-med .c-forms-form .c-table-section.c-responsive .c-repeating-section-group .c-repeating-section-item>* .c-validation,
.cognito.c-ie.c-lrg .c-forms-form .c-table-section.c-responsive .c-repeating-section-group .c-repeating-section-item>* .c-validation {
  top: calc(1em + 16px)
}

.cognito.c-payment .c-payment-field {
  background-color: #fff;
}
