@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
.color--accent {
  color: #ed451a; }

.color--primary {
  color: #455560; }

.mdl-progress {
  width: 100%; }
  .mdl-progress .bufferbar.bar.bar2 {
    background-image: none;
    background-color: #455560; }

.mdl-checkbox {
  height: auto; }
  .mdl-checkbox .mdl-checkbox__box-outline {
    border: 2px solid #ed451a; }
  .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid #455560; }
  .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background-color: #455560; }

.mdl-textfield .mdl-textfield__input,
.mdl-textfield .mdl-dropdown__input,
.mdl-textfield .mdl-auto-complete__input,
.mdl-dropdown .mdl-textfield__input,
.mdl-dropdown .mdl-dropdown__input,
.mdl-dropdown .mdl-auto-complete__input,
.mdl-auto-complete .mdl-textfield__input,
.mdl-auto-complete .mdl-dropdown__input,
.mdl-auto-complete .mdl-auto-complete__input {
  border-bottom: 2px solid #d8dfe4; }

.mdl-textfield.is-invalid .mdl-textfield__label,
.mdl-textfield.is-invalid .mdl-dropdown__label,
.mdl-textfield.is-invalid .mdl-auto-complete__label,
.mdl-dropdown.is-invalid .mdl-textfield__label,
.mdl-dropdown.is-invalid .mdl-dropdown__label,
.mdl-dropdown.is-invalid .mdl-auto-complete__label,
.mdl-auto-complete.is-invalid .mdl-textfield__label,
.mdl-auto-complete.is-invalid .mdl-dropdown__label,
.mdl-auto-complete.is-invalid .mdl-auto-complete__label {
  color: #ed451a; }

.mdl-textfield.is-invalid .mdl-textfield__input,
.mdl-textfield.is-invalid .mdl-dropdown__input,
.mdl-textfield.is-invalid .mdl-auto-complete__input,
.mdl-dropdown.is-invalid .mdl-textfield__input,
.mdl-dropdown.is-invalid .mdl-dropdown__input,
.mdl-dropdown.is-invalid .mdl-auto-complete__input,
.mdl-auto-complete.is-invalid .mdl-textfield__input,
.mdl-auto-complete.is-invalid .mdl-dropdown__input,
.mdl-auto-complete.is-invalid .mdl-auto-complete__input {
  border-color: #ed451a; }

.mdl-textfield.is-focused .mdl-textfield__label,
.mdl-textfield.is-focused .mdl-dropdown__label,
.mdl-textfield.is-focused .mdl-auto-complete__label,
.mdl-dropdown.is-focused .mdl-textfield__label,
.mdl-dropdown.is-focused .mdl-dropdown__label,
.mdl-dropdown.is-focused .mdl-auto-complete__label,
.mdl-auto-complete.is-focused .mdl-textfield__label,
.mdl-auto-complete.is-focused .mdl-dropdown__label,
.mdl-auto-complete.is-focused .mdl-auto-complete__label {
  border-color: #455560; }

.mdl-textfield.is-focused .mdl-textfield__label::after,
.mdl-textfield.is-focused .mdl-dropdown__label::after,
.mdl-textfield.is-focused .mdl-auto-complete__label::after,
.mdl-dropdown.is-focused .mdl-textfield__label::after,
.mdl-dropdown.is-focused .mdl-dropdown__label::after,
.mdl-dropdown.is-focused .mdl-auto-complete__label::after,
.mdl-auto-complete.is-focused .mdl-textfield__label::after,
.mdl-auto-complete.is-focused .mdl-dropdown__label::after,
.mdl-auto-complete.is-focused .mdl-auto-complete__label::after {
  background-color: #455560; }

/*
.mdl-textfield.is-disabled .mdl-textfield__input,
.mdl-auto-complete.is-disabled .mdl-auto-complete__input,
.mdl-dropdown.is-disabled .mdl-dropdown__input {
  color: rgba(0,0,0,0.87);
  border-bottom: 2px solid #fff;
  border-bottom: 2px solid transparent;
}
*/
.mdl-dropdown.is-disabled i.material-icons {
  display: none; }

.mdl-button {
  font-size: 16px;
  cursor: pointer;
  height: auto;
  line-height: 24px;
  padding: 8px 16px;
  text-align: left;
  border-radius: 36px;
  text-transform: none;
  font-weight: bold;
  color: #455560; }

.mdl-button--raised {
  box-shadow: none;
  background-color: transparent;
  border: 2px solid #95a2ac;
  color: #95a2ac; }
  .mdl-button--raised.mdl-button--disabled {
    border-color: #b1bcc4; }

.mdl-button--accent {
  background-color: #ed451a;
  border: 2px solid #ed451a;
  color: #fff; }
  .mdl-button--accent.mdl-button--disabled {
    background-color: #ff9073;
    border-color: #ff9073; }

.mdl-button:not(.mdl-button--disabled):hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.mdl-button.mdl-button--icon {
  height: 32px; }

.mdl-auto-complete .mdl-menu,
.mdl-dropdown .mdl-menu {
  ms-overflow-style: -ms-autohiding-scrollbar; }

.mdl-textfield__error,
.mdl-dropdown__error,
.mdl-auto-complete__error {
  color: #ed451a;
  font-size: 14px;
  line-height: 16px; }

.form-input.form-input--select {
  position: relative;
  cursor: pointer; }
  .form-input.form-input--select i {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none; }
  .form-input.form-input--select input {
    cursor: inherit; }
  .form-input.form-input--select input::-ms-clear {
    display: none; }
  .form-input.form-input--select .mdl-menu .mdl-menu--bottom-right {
    top: 0;
    bottom: auto; }
  .form-input.form-input--select .mdl-menu__outline {
    transform-origin: 0 100%;
    transform: scale(1) !important; }

.form-input.form--link {
  text-decoration: underline;
  color: #455560;
  line-height: 24px;
  cursor: pointer; }
  .form-input.form--link i {
    vertical-align: top;
    padding-right: 4px; }

.form-input.form-input--label {
  line-height: 20px;
  padding-top: 2px; }

body {
  cursor: default;
  font-size: 16px; }

.main {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-color: #ed451a;
  color: #fff;
  display: flex;
  flex-flow: row nowrap; }

.main__wrapper {
  min-width: 995px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: 0 auto; }

p {
  hyphens: auto;
  font-size: 16px;
  line-height: 20px; }
  p:last-child {
    margin-bottom: 0; }

ul, ol {
  font-size: 16px;
  line-height: 20px; }

.row {
  display: flex;
  justify-content: space-between;
  position: relative; }

.page {
  position: static;
  width: 995px;
  padding-bottom: 40px; }
  .page .page__header,
  .page .page__footer {
    text-align: center; }
  .page .page__header {
    margin-bottom: 48px; }
  .page .page__footer {
    padding-top: 48px;
    background-color: #ed451a;
    color: #fff; }
    .page .page__footer:before {
      display: none; }
  .page .page__footer__more-info {
    margin-bottom: 56px; }
  .page .page__header h1,
  .page .page__footer__more-info-1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 10px; }
  .page .page__header h2,
  .page .page__footer__more-info-2 {
    font-weight: normal;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 10px; }
  .page .page__footer__more-info-3 {
    font-size: 20px;
    margin-bottom: 12px; }
  .page .page__footer-1,
  .page .page__footer__company {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600; }
  .page .page__footer__company {
    font-weight: 800; }
  .page .page__footer-1 {
    font-size: 20px; }
  .page .page__footer__copy {
    font-size: 14px;
    margin-top: 56px; }
  .page .page__footer a, .page .page__footer a:link, .page .page__footer a:visited, .page .page__footer a:focus, .page .page__footer a:active {
    color: #fff;
    text-decoration: none; }
  .page .page__content {
    color: #455560;
    background-color: #fff; }
    .page .page__content:after {
      content: " ";
      display: block;
      height: 1px; }
  .page .section .section__header,
  .page .section .section--subsection .section__header {
    color: #fff;
    padding: 32px 20px 24px;
    min-height: 22px;
    font-size: 26px;
    line-height: 35.75px;
    text-align: center;
    color: #455560;
    font-weight: bold; }
  .page .section .section__content {
    padding-left: 20px;
    padding-right: 20px; }
    .page .section .section__content::before, .page .section .section__content::after {
      content: " ";
      display: table; }
    .page .section .section__content::after {
      clear: both; }
  .page .row .section--subsection {
    flex: 1 1 100%; }
  .page .page__legend {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 24px;
    margin-bottom: 20px;
    color: #455560; }
    .page .page__legend:before, .page .page__legend:after {
      content: " ";
      display: table; }
    .page .page__legend:after {
      clear: both; }
  .page .page__buttons {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px; }
    .page .page__buttons button p {
      margin-bottom: 0; }
    .page .page__buttons .page-button--prev {
      float: left; }
    .page .page__buttons .page__button--next {
      float: right; }
    .page .page__buttons:before, .page .page__buttons:after {
      content: " ";
      display: table; }
    .page .page__buttons:after {
      clear: both; }
    .page .page__buttons .mdl-button {
      padding-left: 32px; }
      .page .page__buttons .mdl-button .material-icons {
        display: inline-block;
        transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 90deg);
        position: absolute;
        top: calc(50% + 1px);
        left: 8px;
        right: auto; }
    .page .page__buttons .page__button--next .mdl-button {
      padding-right: 32px;
      padding-left: 16px; }
      .page .page__buttons .page__button--next .mdl-button .material-icons {
        right: 8px;
        left: auto; }

.fatal-error {
  position: static;
  width: 995px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottoM: 60px;
  margin-top: 40px;
  padding-bottom: 40px; }

.janitos-logo {
  display: block;
  margin: 20px 0 48px;
  width: 995px; }
  .janitos-logo img {
    width: 196px;
    height: 56px;
    position: relative;
    top: 0;
    left: -2px; }

.table {
  display: block;
  width: 955px;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .table .table__row::before, .table .table__row::after {
    content: " ";
    display: table; }
  .table .table__row::after {
    clear: left; }
  .table .table__cell {
    width: 202px;
    float: left;
    min-height: 17px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 17px; }
    .table .table__cell.table__cell--button {
      width: 210px;
      padding: 0;
      background-color: transparent; }
      .table .table__cell.table__cell--button .mdl-button {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px; }
    .table .table__cell.table__cell--link {
      text-align: left;
      padding-top: 0;
      padding-bottom: 0;
      min-height: 24px;
      background-color: transparent; }
  .table .table__cell.table__cell--header {
    position: relative;
    width: 284px;
    line-height: 20px; }
    .table .table__cell.table__cell--header i {
      position: absolute;
      top: 16px;
      right: 16px; }
    .table .table__cell.table__cell--header .cell__icon i {
      position: absolute;
      top: 16px;
      right: 16px;
      cursor: pointer; }
    .table .table__cell.table__cell--header::before, .table .table__cell.table__cell--header::after {
      content: " ";
      display: table; }
    .table .table__cell.table__cell--header::after {
      clear: right; }
    .table .table__cell.table__cell--header.table__cell--button {
      width: 284px;
      padding: 4px;
      padding-top: 16px;
      padding-bottom: 16px; }
  .table .table__cell--has-component.table__cell--header i {
    top: 24px;
    right: 16px; }
  .table .table__cell--has-component.table__cell--header .cell__icon i {
    top: 24px;
    right: 56px; }
  .table .table__cell.table__cell--header.table__cell--has-tooltip i {
    top: 2px; }
  .table .table__cell.table__cell--header.table__cell--has-component {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 47px; }
  .table .table__cell {
    background-color: #95a2ac;
    color: #fff;
    text-align: right; }
  .table .table__cell.table__cell--header {
    background-color: transparent;
    color: #455560;
    text-align: left; }
  .table .table__cell.table__cell--highlight {
    background-color: #ed451a; }
  .table .mdl-textfield, .table .mdl-dropdown, .table .mdl-auto-complete {
    padding-top: 0;
    padding-bottom: 0; }
  .table .mdl-textfield__label, .table .mdl-dropdown__label, .table .mdl-auto-complete__label {
    top: 4px; }
    .table .mdl-textfield__label::after, .table .mdl-dropdown__label::after, .table .mdl-auto-complete__label::after {
      bottom: 0; }
  .table .mdl-dropdown .material-icons, .table .mdl-auto-complete .material-icons {
    top: 0 !important;
    right: 0 !important; }
  .table .mdl-dropdown .mdl-menu__container {
    top: 0 !important; }
  .table .form-input.form-input--dropdown {
    height: 27px; }

.main.main--iframe .janitos-logo {
  display: none; }

.main.main--iframe .page__header,
.main.main--iframe .page__footer {
  display: none; }

.main--iframe {
  background-color: #fff; }
  .main--iframe .pages {
    border: 45px solid #ed451a; }

.focus-helper {
  max-width: 1px; }

.section--person .field.field--standard .field__label {
  width: 180px; }

.mdl-textfield textarea {
  height: 96px; }

.mdl-textfield textarea[rows="1"] {
  height: 24px; }

.mdl-textfield textarea[rows="2"] {
  height: 48px; }

.mdl-textfield textarea[rows="3"] {
  height: 72px; }

.mdl-textfield textarea[rows="4"] {
  height: 96px; }

.page.page--1 .mdl-button {
  width: 360px;
  text-align: center; }

.row {
  margin-top: 20px;
  margin-bottom: 20px; }

.field {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .field .field__label {
    color: #455560;
    padding-top: 2px; }
  .field .field__component {
    position: relative; }
  .field .field__tooltip {
    width: 18px;
    margin-left: 6px;
    margin-top: 6px; }
    .field .field__tooltip .material-icons {
      line-height: inherit; }
  .field .field__error {
    padding-top: 4px;
    height: 1px;
    overflow: visible;
    hyphens: auto; }
    .field .field__error p {
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      hyphens: inherit;
      margin-bottom: 0; }
  .field .field__error {
    color: #455560;
    font-size: 14px;
    line-height: 16px; }
  .field.is-urgent .field__error,
  .field.is-needed .field__error {
    color: #ed451a; }
  .field .field__help {
    font-size: 14px;
    line-height: 16px;
    color: #455560;
    max-width: 600px;
    margin-top: 4px;
    hyphens: auto; }
  .field .mdl-auto-complete, .field .mdl-dropdown, .field .mdl-textfield {
    padding-top: 0;
    padding-bottom: 0; }
  .field .mdl-textfield__label,
  .field .mdl-auto-complete__label {
    top: 6px; }
  .field .mdl-textfield__label::after,
  .field .mdl-auto-complete__label::after {
    bottom: 0; }
  .field .mdl-auto-complete, .field .mdl-auto-complete__input,
  .field .mdl-dropdown, .field .mdl-dropdown__input {
    width: auto;
    max-width: 100%; }
  .field .mdl-dropdown .material-icons, .field .mdl-auto-complete .material-icons {
    top: 3px; }
  .field .mdl-dropdown .mdl-menu__container {
    top: 0 !important; }

.field--has-icon .field__icon {
  display: block; }

.field--no-layout .field__label {
  display: none; }

.field--no-layout .field__tooltip {
  display: none; }

.field--standard {
  width: 955px; }
  .field--standard .field__label {
    margin-right: 24px;
    width: 302px; }
  .field--standard .field__component {
    width: auto; }
  .field--standard .field__error {
    width: 302px;
    margin-right: 1px;
    padding-left: 24px;
    margin-left: auto; }

.field--long-label {
  width: 955px; }
  .field--long-label .field__label {
    width: 955px; }
  .field--long-label .field__component {
    width: auto;
    margin-left: 326px; }
  .field--long-label .field__component, .field--long-label .field__tooltip {
    margin-top: 20px;
    margin-bottom: 40px; }
  .field--long-label .field__error {
    width: 302px;
    margin-top: -40px;
    margin-left: 326px;
    margin-right: 303px; }

.field--half-width {
  width: 445px; }
  .field--half-width .field__label {
    width: 175px;
    margin-right: 24px; }
  .field--half-width .field__component {
    width: 222px; }
  .field--half-width .field__error {
    width: 246px;
    padding-top: 0;
    margin-left: auto; }

.field--half-width.is-singleton {
  width: 955px; }
  .field--half-width.is-singleton .field__label {
    width: 175px;
    margin-right: 24px; }
  .field--half-width.is-singleton .field__component {
    width: 222px; }
  .field--half-width.is-singleton .field__error {
    width: 445px;
    margin-left: auto; }

.field--half-width.is-singleton.field--no-error .field__component {
  width: auto; }

.field--half-width.is-singleton.field--no-error .field__error {
  display: none; }

/* mobile */
body {
  width: auto;
  min-height: auto; }

html * {
  max-height: 10000px; }
