html {
    /* Make smaller scroolbar on Firefox Windows */
    scrollbar-width: thin;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    max-width: 100vw;
}

main.content-wrapper {
    margin-top: 1.5rem;
    width: min(100vw, 66.66rem);
    margin-bottom: auto;
}

.margin-image-title {
    margin-top: 32px;
}

@media (min-width: 767px) {
    .margin-image-title {
        margin-top: 0;
    }
}

footer {
    margin-top: 32px;
}

.login {
    display: flex;
    justify-content: center;
}

@media (min-width: 767px) {
    footer {
        margin-top: 55px;
    }
}

a {
    text-decoration: none;
}

.tabs {
    font-size: 0;
}

.tab {
    position: relative;
    top: 1px;
    z-index: 2;
    width: auto;
    padding: 12px 25px;
    color: var(--dark-blue);
    background-color: var(--white);
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid var(--dark-blue);
    font-size: 18px;
    cursor: pointer;
}

.tab-content {
    position: relative;
    z-index: 0;
}

.tab.is-active-tab {
    font-weight: 700;
    border-top: 1px solid var(--dark-blue);
    border-right: 1px solid var(--dark-blue);
    border-left: 1px solid var(--dark-blue);
    border-bottom: 1px solid transparent;
}

.tab-content {
    border-top: 1px solid var(--dark-blue);
}

.tab-content.no-border {
    border-top: none;
}

a:visited {
    background-color: transparent;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    background-color: transparent;
    text-decoration: underline;
}

a:not(.big-blue-button, .normal-blue-button, .small-blue-button) {
    color: var(--dark-blue);
}

a:visited:not(.big-blue-button, .normal-blue-button, .small-blue-button) {
    color: var(--dark-blue);
}

a:hover:not(.big-blue-button, .normal-blue-button, .small-blue-button),
a:active:not(.big-blue-button, .normal-blue-button, .small-blue-button),
a:focus:not(.big-blue-button, .normal-blue-button, .small-blue-button) {
    color: var(--light-blue);

}

.divider {
    display: grid;
    grid-template-areas:
        "title help"
        "divider divider";
    /*margin-top: 80px;*/
    margin-top: 4rem;
}

.divider .title {
    color: var(--dark-blue);
    grid-area: title;
    margin: 0;
    font-size: 22.5px;
    line-height: 32px;
}

.divider h1.title {
    font-size: 32px;
    line-height: 48px;
    color: var(--black);
}

.divider .help {
    grid-area: help;
    align-self: end;
    justify-self: end;
    background-color: var(--white);
}

.divider-thin {
    grid-area: divider;
    width: 100%;
    height: 1px;
    background-color: var(--dark-blue);
    margin-top: 15px;
    margin-bottom: 32px;
}

.divider-thin.is-dark-grey {
    background-color: var(--dark-grey);
}

.title-medium {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.title-medium > .form-hint {
    display: inline;
    font-weight: 400;
}

.subtitle {
    display: block;
    font-size: 18px;
    line-height: 34px;
}

.help-icon {
    width: 32px;
    height: 32px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--dark-blue);
    background-color: var(--white);
}

.help-icon:hover,
.help-icon:active,
.help-icon:focus {
    background-color: var(--dark-blue);
}

.help-icon svg {
    height: 16px;
    width: 7px;
    color: var(--dark-blue);
}

.help-icon:hover svg,
.help-icon:active svg,
.help-icon:focus svg {
    color: var(--lighter-blue);
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.section-heading {
    border-bottom: solid 0.1rem var(--dark-blue);
    color: var(--dark-blue);
    line-height: 2.75rem;
    display: block;
}

/* META NAV */
.meta-nav {
    overflow: hidden;
    display: flex;
    min-height: 40px;
    background-color: var(--lighter-blue);
}

.meta-list {
    padding: 0;
    margin: 10px 0;
    list-style-type: none;
}

.meta-list li {
    display: flex;
}

.meta-list.is-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    margin-right: auto;
}

.meta-list.is-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.meta-link {
    font-size: 14px;
    line-height: 16px;
    margin-left: 12px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

.meta-link.is-active:after {
    display: block;
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: var(--dark-blue);
}

span.meta-link {
    color: var(--dark-blue);
}

.meta-link svg {
    margin-right: 4px;
}

.meta-link-divider {
    width: 1px;
    margin: 0.5rem 0 0.5rem 12px;
    height: 16px;
    display: block;
    background-color: var(--dark-blue);
}

#main-header {
    width: 100%;
    height: auto;
    background-image: linear-gradient(var(--dark-blue), var(--light-blue));
    color: var(--white);
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.35);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 501;
}

.common-status {
    margin-bottom: 32px;
}

.message {
    margin-top: 32px;
}

.table-role-chooser {
    width: 100%;
}

table th {
    background-color: var(--lighter-blue);
    font-weight: 700;
}

table td.align-top {
    vertical-align: top;
}


table tbody tr:nth-child(odd) {
    background-color: var(--grey);
}

table tbody tr:nth-child(even) {
    background-color: transparent;
}

table tbody tr:hover {
    background-color: #e8f0f7;
}

/*table.table-role-chooser tbody th {
    background-color: transparent;
}*/

table.table-role-chooser tbody tr {
    background-color: transparent;
}

table.table-role-chooser tbody tr:not(:first-child):hover {
    background-color: #e8f0f7;
}

.table-role-chooser th {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-weight: bold;
}

.table-role-chooser td {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
}

.table-role-chooser .without-border {
    border: none;
    padding: 0;
}


.table-role-chooser .table-role-chooser-input {
    vertical-align: top;
    text-align: left;
}

.table-role-chooser .table-role-chooser-input .no-margin{
    margin: 0;
}

.table-role-chooser .table-role-chooser-input input {
    margin: 21px 0 0 0;
    /*transform: scale(1.5);*/
}

.table-role-chooser-input.small {
    width: 50px;
}

.table-role-chooser-input.small input {
  margin-top: 0;
}

.table-role-chooser label {
    text-align: left;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    width: auto;
}

.table-role-chooser label:after {
    display: none;
}

.list {
    padding: 0;
    list-style-type: none;
}

body.is-bg-none {
    background: none;
}

.no-margin {
    margin: 0;
}

.contact-form--body--forgot_pw {
    margin-left: auto;
    margin-top: 1rem;
    margin-right: auto;
}

.contact-form--body--forgot_pw a {
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
}

.mt-none {
    margin-top: 0;
}

.table-chooser-character {
    width: 20px;
}

.table-account {
    width: 100%;
    table-layout: fixed;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}

.table-account tr:hover {
    background-color: transparent;
}

.table-account tr:nth-child(odd) {
    background-color: transparent;
}

.table-account tr {
    border-bottom: 1px solid var(--dark-grey);
}

.table-account tr th {
    background-color: transparent;
    font-size: 18px;
    line-height: 24px;
    border: 0;
    padding: 8px 0;
}

.table-account .is-align-right {
    text-align: right;
}

.table-account .no-border {
    border: 0;
}

.table-account .is-align-right input:last-of-type {
    margin: 0;
}

.table-account td {
    vertical-align: initial;
    padding: 16px 0;
    border: 0;
}

.account-details {
    margin-bottom: 20px;
}

.account-label {
    width: 100%;
    text-align: left;
}

.account-checkbox {
    display: flex;
    align-items: baseline;
    margin-bottom: 2rem;
}

.account-checkbox input {
    margin-left: 0;
}

.account-details span {
    display: block;
}

.account-details u {
    display: block;
    color: var(--dark-blue);
    margin-bottom: 12px;
}

label,
.radio-label {
    width: auto;
    top: auto;
}

.radio-label > .form-hint {
    display: inline;
}

.table-role-chooser td {
    padding: 20px 10px;
    vertical-align: middle;
}

.text-group {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 24px 0;
}

.text-group label {
    width: auto;
}

.text-group input {
    margin-right: 0;
}

.field-items.is-align-right {
    text-align: right;
}

.field-items > *:last-child {
    margin-right: 0;
}

.title-with-help {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.title-with-help {
    display: flex;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 2rem;
}

.is-align-right {
    text-align: right;
}

.is-align-right input:last-of-type {
    margin: 0;
}

.is-break-word {
    word-wrap: break-word;
}

abbr {
    cursor: help;
}

.role-info {
    text-align: right;
    font-size: 14px;
    margin-top: -2rem;
    margin-bottom: 2rem;
}

.table-account tr.is-last-tr {
    border-bottom: none;
}

.table-account tr.is-last-tr td {
    padding-bottom: 2rem;
}

.mt-1_5 {
    margin-top: 1.5rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mt-3 {
    margin-top: 3rem;
}

.breadcrumb {
    margin-top: 0;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
    display: flex;
}

.breadcrumb ol li:before {
    display: none;
    content: ""
}

.breadcrumb ol li {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    color: var(--dark-blue);
    font-size: 14px;
}

.breadcrumb ol .icon {
    width: 16px;
    height: 16px;
}

.breadcrumb ol li a {
    padding: 0 4px;
    text-decoration: none;
}

h1 {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.is-justify-content-center {
    justify-content: center;
}

.required-star abbr {
    border-bottom: none;
}

.icon-chevron-right-2 {
    height: 24px;
    width: 24px;
}

.icon-chevron-right-2 svg {
    height: 24px;
    width: 24px;
}

.content-wrapper.is-fullwidth {
    /*min-width: 66.66rem;*/
    min-width: min(66.66rem, 100vw);
}

@media (min-width: 767px) {
    .meta-nav {
        max-height: 40px;
    }

    .meta-nav-list {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .meta-list {
        margin: 0;
    }
}

/* breadcrumb with little numbered bullets */
.zks_form_breadcrumb {
    padding-left: 0;
    padding-bottom: 19px;
    margin-bottom: 17px;
    margin-top: 17px;
}

.zks_form_breadcrumb img {
    vertical-align: middle;
}

.zks_form_breadcrumb li {
    display: block;
    float: left;
    margin-right: 15px;
}

.zks_form_breadcrumb li.zks_active {
    font-weight: bold;
}

.zks_form_breadcrumb li.zks_active .zks_dot {
    font-weight: normal;
}

.zks_form_breadcrumb .zks_second_level {
    background: url(../img/ico_arrow_down_right.png) no-repeat 10px bottom;
    padding: 0 0 0 32px;
    line-height: 21px;
}

.zks_form_breadcrumb .zks_third_level {
    font-weight: normal;
}

.zks_form_breadcrumb .zks_third_level_bold {
    font-weight: bold;
}

.zks_form_breadcrumb .zks_subitem {
    padding-left: 10px;
}
