/* ==========================================================================
   SPECIFICS
   --------------------------------------------------------------------------
   * INVERTING CLICKABLE COLORS (commented and ready to use)
      : Nav
      : Tabs
      : Switcher
      : Dropdown

   * STRUCTURE
      : Content layouts: 2 even column, with a divider (50%) (Override/complement)

   * COMPONENTS
      : Steps bar (Override/complement)
      : Result (New)
      : Attachment upload box (New)

   * PAGETYPES
      : Search jobs
         : Wrapper (Override/complement)
         : Main (Override/complement)
         : Section (Override/complement)
   ========================================================================== */

/* INVERTING CLICKABLE COLORS: Nav
   -------------------------------------------------------------------------- */

/* INVERTING CLICKABLE COLORS: Tabs
   -------------------------------------------------------------------------- */

/* INVERTING CLICKABLE COLORS: Switcher
   -------------------------------------------------------------------------- */

/* INVERTING CLICKABLE COLORS: Dropdown
   -------------------------------------------------------------------------- */

@font-face {
    font-family: RecoletaAlt;
    src: url(../fonts/RecoletaAlt-Bold.woff) format("woff"),
        url(../fonts/RecoletaAlt-Bold.woff2) format("woff2");
    font-weight: bold
}

@font-face {
    font-family: RecoletaAlt;
    src: url(../fonts/RecoletaAlt-Medium.woff) format("woff"),
        url(../fonts/RecoletaAlt-Medium.woff2) format("woff2");
    font-weight: 500;
}

* {
    line-height: 1.5;

}

.alert {
    font-size: 1.4rem;
    padding-left: 2.4rem;
    position: relative;
}

.alert:before {
    content: " ";
    width: .8rem;
    height: 100%;
    position: absolute;
    left: 0;
}

.alert--info {
    background-color: rgba(118, 184, 42, .1);
}

.alert--info:before {
    background-color: var(--color--green);
}

.alert--error {
    color: var(--color--error);
    background-color: rgba(218, 53, 53, .1);
}

.alert--error:before {
    background-color: var(--color--error);
}

.alert--error .fa-exclamation-circle {
    display: none;
}

.cookies {
    background-color: #b2c0c9;
    padding-top: 3.2rem;
    font-size: 1.6rem;
    color: var(--color--font);
}

.cookiesButton.cookiesButtonAccept,
.cookiesButton.cookiesButtonSave,
.cookiesButton.cookiesButtonReject {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    border-radius: 2rem;
    border-width: 0.1rem;
    border-style: solid;
    min-height: 4rem;
    padding: .8rem 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: initial;
    text-decoration: none;
    text-align: center;
    vertical-align: baseline;
    cursor: pointer;
    transition: all 250ms ease-in-out;
    min-width: 16.5rem;
}

.cookiesButton.cookiesButtonAccept,
.cookiesButton.cookiesButtonAccept,
.cookiesButton.cookiesButtonSave,
.cookiesButton.cookiesButtonSave {
    color: var(--color--white);
    background: var(--color--brand);
    border-color: var(--color--brand);
}

.cookiesButton.cookiesButtonAccept:hover,
.cookiesButton.cookiesButtonAccept:hover,
.cookiesButton.cookiesButtonSave:hover,
.cookiesButton.cookiesButtonSave:hover {
    border-color: var(--color--buttons--sub-1);
    background-color: var(--color--buttons--sub-1);
    color: var(--color--white);
}

.cookiesButton.cookiesButtonAccept:focus,
.cookiesButton.cookiesButtonAccept:focus,
.cookiesButton.cookiesButtonAccept:active,
.cookiesButton.cookiesButtonAccept:active,
.cookiesButton.cookiesButtonSave:focus,
.cookiesButton.cookiesButtonSave:focus,
.cookiesButton.cookiesButtonSave:active,
.cookiesButton.cookiesButtonSave:active {
    border-color: var(--color--brand);
    background-color: var(--color--brand);
    color: var(--color--white);
}

.cookiesButton.cookiesButtonReject {
    color: var(--color--brand);
    border-color: var(--color--brand);
}

.cookiesButton.cookiesButtonReject:hover {
    color: var(--color--brand);
    border: 0.1rem solid var(--color--brand);
    background-color: var(--color--buttons--sub-3);
}

.cookiesButton.cookiesButtonReject:focus,
.cookiesButton.cookiesButtonReject:active {
    color: var(--color--brand);
    border-color: var(--color--brand);
}

@media all and (max-width:750px) {
    .cookies__open {
        overflow: auto;
        padding-top: 1.6rem;
    }
}

@media all and (max-width:500px) {
    .cookies__open .cookies__wrapper {
        align-self: flex-start;
    }
}

[class*="__title--"] {
    color: var(--color--brand);
}

[class*="__title--4"] {
    font-family: RecoletaAlt;
    font-weight: 500;
}

[class*="__title--0"] {
    font-weight: bold;
}

.Separator>legend,
.formfieldSpec.form--separator {
    font-size: 2.6rem;
    font-weight: 500;
    color: var(--color--brand);
    font-family: RecoletaAlt;
}

@media all and (max-width:750px) {
    [class*="__title--4"] {
        font-size: 2.2rem;
    }
}

/* STRUCTURE: Content layouts: 2 even column, with a divider (50%) (Override/complement)
   -------------------------------------------------------------------------- */

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .grid--2--divider>.grid__item {
        max-width: none;
    }

    .grid--2--divider>.grid__item:nth-of-type(odd) {
        flex: 0 0 calc(.375 * var(--grid--columns--1) * var(--grid--columns--amount) + ((.375 * var(--grid--columns--amount)) - 1) * var(--grid--columns--gap));
    }

    .grid--2--divider>.grid__item:nth-of-type(even) {
        flex-grow: 1;
    }
}

/* COMPONENTS: Steps bar (Override/complement)
   -------------------------------------------------------------------------- */

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .list--steps .list__item__text__subtitle {
        margin-bottom: -0.6rem;
        width: 1.6rem;
        height: 1.6rem;
        text-indent: -999rem;
        overflow: hidden;
    }

}

/* COMPONENTS: Result (New)
   -------------------------------------------------------------------------- */

.article--result+.article--result {
    margin-top: 1.4rem;
}

.article--result .article__header__text__title a {
    color: var(--color--clickeable);
}

.article--result .article__header__text__subtitle {
    margin-top: var(--spacer--xxs);
}

.article--result .article__header__actions {
    display: flex;
    align-items: center;
}

.list-controls__pagination__item {
    margin-left: 1.2rem;
}

.list-controls__pagination__item:not(.currentPageLink) {
    color: #2298c4;
    border-bottom-color: inherit;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .article--result {
        border-radius: var(--boxes--border--radius);
        border-width: 0.1rem;
        border-style: solid;
        border-color: #96a8b6;
    }

    .article--result .article__header {
        flex-direction: column;
        align-items: stretch;
    }

    .article--result .article__header>* {
        width: 100%;
        padding-right: var(--boxes--padding--outers);
        padding-left: var(--boxes--padding--outers);
    }

    .article--result .article__header__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        min-height: var(--boxes__heading--height);
        padding: 1.2rem 1.6rem;
    }

    .article--result .article__header__text__title {
        font-size: 1.8rem;
    }

    .article--result .article__header__text__subtitle {
        font-size: 1.4rem;
    }

    .article--result .article__header__actions {
        border-top-width: 0.1rem;
        border-top-style: solid;
        border-top-color: var(--boxes--border--color);
        padding-top: var(--boxes--padding--inners);
        padding-bottom: var(--boxes--padding--inners);
    }

    .article--result .article__header__actions>*+* {
        margin-left: var(--boxes--padding--inners);
    }

    .article--result .article__header__actions .button {
        display: block;
        min-height: 0;
        border-radius: 0;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-color: transparent;
        border-left-width: 0;
        background-color: transparent;
        padding: 0;
        font-size: 1.2rem;
        text-transform: uppercase;
        line-height: 1.4rem;
        color: var(--color--clickeable);
    }

    .article--result .article__header__actions strong {
        font-size: 1.4rem;
    }

    .article--result .article__header__actions .button:hover {
        background-color: transparent;
        border-bottom-color: var(--color--clickeable);
    }

    .article--result-no-job {
        background: #f2f2f2;
    }

}

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .article--result {
        padding-top: calc(var(--boxes--padding--inners) * .5);
        padding-bottom: calc(var(--boxes--padding--inners) * .5);
    }

    .article--result .article__header__actions>*+* {
        margin-left: var(--spacer--s);
    }

}

/* COMPONENTS: Attachment upload box (New)
   -------------------------------------------------------------------------- */

.article--attachments-upload {
    border-radius: var(--boxes--border--radius);
    border-width: 0.1rem;
    border-style: dashed;
    border-color: var(--boxes--border--color);
    background-color: var(--color--white);
    padding: var(--boxes--padding--outers) var(--boxes--padding--outers);
}

.article--attachments-upload .article__header {
    margin-bottom: var(--boxes--padding--outers);
    border-bottom-width: 0.1rem;
    border-bottom-style: solid;
    border-bottom-color: var(--dividers--border--color);
    padding-bottom: var(--boxes--padding--outers);
}

.article--attachments-upload .article__header .fv {
    vertical-align: middle;
}

/* PAGETYPES: Search jobs: Wrapper (Override/complement)
   -------------------------------------------------------------------------- */

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .body--search-jobs .main__wrapper {
        --main--padding--bottom: 0;
    }

}

/* PAGETYPES: Search jobs: Main (Override/complement)
   -------------------------------------------------------------------------- */

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .body--search-jobs .main {
        --main--background--color: var(--color--brand--sub-2);
    }

}

/* PAGETYPES: Search jobs: Section (Override/complement)
   -------------------------------------------------------------------------- */

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .section--search-jobs .section__content__results {
        padding: var(--spacer--m) 0;
        border-bottom-width: 0.1rem;
        border-bottom-style: solid;
        border-bottom-color: var(--dividers--border--color);
    }

    .form--search .button-bar {
        flex: 0 0 18.2rem;
        max-width: 18.2rem;
    }

    .form--search .Section {
        display: flex;

    }

    .form--search .button-bar__wrap,
    .form--search .submitButton {
        width: 100%;
    }

    .form--search .fieldSpec {
        flex-grow: 1;
    }

}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .section--search-jobs {
        border-radius: var(--boxes--border--radius) var(--boxes--border--radius) 0 0;
        background-color: var(--color--white);
        padding: var(--spacer--l) var(--spacer--l)
    }

    .section--search-jobs.section--collapsible-form-search .form--search {
        top: var(--spacer--l);
    }

    .section--search-jobs.section--collapsible-form-search .form--search .form__toggle {
        right: var(--spacer--l);
    }

}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .section--search-jobs .section__header {
        display: none;
    }

    .section--search-jobs .section__header+.section__content {
        margin-top: 0;
    }

    .section--search-jobs .section__content+.section__content {
        border-radius: var(--boxes--border--radius) var(--boxes--border--radius) 0 0;
        background-color: var(--color--white);
        padding: var(--spacer--xl) var(--spacer--xxxl);
    }

    .section--search-jobs .section__content__results {
        border-top-width: 0.1rem;
        border-top-style: solid;
        border-top-color: var(--dividers--border--color);
    }

}

@media all and (min-width:1025px) {
    .header {
        height: var(--header--height);
    }

    .header__content {
        justify-content: flex-end;
    }

    .nav__item--has-subnav {
        margin-bottom: 0;
    }

    .nav__item--has-subnav--with-arrow .nav__item__link:before {
        transform: translateY(calc(-50%));
        border-top-color: var(--header--clickeable--color);
    }

    .nav__item--has-subnav--with-arrow .nav__item__link {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav__item__link {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav__item--has-subnav:hover .subnav__list,
    .nav__item--has-subnav.nav__item--has-subnav--open .subnav__list {
        width: 20.2rem;
        padding: 3rem 2.4rem 3rem 2.4rem;
        box-shadow: 0 0.2rem 0.4rem 0 rgb(51 51 51 / 15%), 0 0.2rem 0.4rem 0 rgb(0 0 0 / 50%);
        background-color: #02223a;
        left: 50%;
        top: 4.1rem;
        transform: translatex(-50%);
        border: 0;
        border-radius: 1rem;
        overflow: inherit;
    }

    .nav__item--has-subnav:hover .subnav__list:before,
    .nav__item--has-subnav.nav__item--has-subnav--open .subnav__list:before {
        position: absolute;
        border: 1.6rem solid transparent;
        border-bottom-color: #02223a;
        left: 50%;
        top: -2.6rem;
        transform: translateX(-1.6rem);
    }

    .nav__item--has-subnav:hover .subnav__item__link,
    .nav__item--has-subnav.nav__item--has-subnav--open .subnav__item__link {
        padding: 0;
        padding-bottom: 1.8rem;
        font-weight: normal;
        font-size: 1.4rem;
    }

    .nav__item--has-subnav:hover .subnav__item:last-child .subnav__item__link,
    .nav__item--has-subnav.nav__item--has-subnav--open .subnav__item:last-child .subnav__item__link {
        padding-bottom: 0;
    }

    .nav__item--has-subnav:hover .nav__item__link,
    .nav__item--has-subnav.nav__item--has-subnav--open .nav__item__link {
        border-color: transparent;
    }

    .nav__item--has-subnav:hover .subnav__item+.subnav__item,
    .nav__item--has-subnav.nav__item--has-subnav--open .subnav__item+.subnav__item {
        border: 0;
    }

    .nav__item--has-subnav:hover .nav__item__link,
    .nav__item--has-subnav.nav__item--has-subnav--open .nav__item__link {
        background-color: var(--header--background--color);
        color: #cbd5db;
    }

    .nav__item--has-subnav:after {
        content: " ";
        width: 100%;
        height: 2rem;
        position: absolute;
        opacity: 0;
    }
}

@media all and (max-width:1024px) {
    .nav {
        background-color: var(--color--brand);
    }

    .body .nav__item .nav__item__link,
    .body .nav__item .nav__item__link:link,
    .body .nav__item .nav__item__link:visited,
    .body .subnav__item__link,
    .body .subnav__item .subnav__item__link,
    .body .subnav__item .subnav__item__link:link,
    .body .subnav__item:not(.subnav__item--active) .subnav__item__link,
    .body .subnav__item:not(.subnav__item--active) .subnav__item__link:link,
    .body .subnav__item:not(.subnav__item--active) .subnav__item__link:visited,
    .body .portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link,
    .body .portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:link,
    .body .portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:visited {
        color: var(--color--white);
    }
}

.banner__wrapper {
    flex-direction: column;
}

.banner__text__title {
    font-family: RecoletaAlt;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;

}

.banner__text__title span {
    display: block;
}

.list-controls__pagination__item.currentPageLink {
    cursor: pointer;
    font-weight: bold;
}

.banner__text__con {
    display: flex;
    align-items: center;
}

.banner__text__con__right {
    flex: 1;
}

@media all and (min-width:751px) {
    .banner__text__title {
        font-size: 5.6rem;
        text-align: center;
    }
}

@media all and (max-width:750px) {

    .banner__text__title,
    .banner__text__subtitle,
    .banner__text__title--1 {
        color: var(--color--white);
    }

    .banner__text__title--1 {
        font-weight: bold;
    }

    .banner__wrapper {
        align-items: flex-start;
        justify-content: center;

    }
}

.fieldSpec>label,
.formfieldSpec>label,
.datasetfieldSpec>label,
.fieldSpec fieldset>legend,
.formfieldSpec fieldset>legend,
.datasetfieldSpec fieldset>legend,
.DateFormField>div>label {
    color: var(--color--brand);
}

.fieldSpec>label,
.formfieldSpec>label,
.datasetfieldSpec>label,
.fieldSpec fieldset>legend,
.formfieldSpec fieldset>legend,
.datasetfieldSpec fieldset>legend,
.DateFormField>div>label,
.form--grid:not(.form--grid--1) .fieldSpec.button-bar:before {
    padding-bottom: 0.8rem;
}

.body .gotoButton,
.body .saveButton,
.body:not(.body--search-jobs).submitButton {
    min-width: 17.5rem;
}

.cancelButton,
.previousButton {
    min-width: 13.6rem;
}

[class$="--w--narrow"] {
    max-width: 105.5rem;
}

.button-bar__wrap button {
    margin-right: 1.6rem;
}

.button-bar__wrap button:last-child {
    margin-right: 0;
}

div[class*="fieldSpec"] div[class*="description"] {
    font-size: 1.6rem;
    color: var(--color--font);
}

.t--l {
    text-align: center;
}

@media all and (min-width:751px) {

    .button-bar__wrap--center {
        display: flex;
        justify-content: center;
    }

    .t--c--tablet-and-desktop {
        text-align: center;
    }
}

@media all and (max-width:750px) {
    .t--c--only-mobile {
        text-align: center;
    }
}

.body .t--l {
    text-align: left;
}

.m--t--24 {
    margin-top: 2.4rem;
}

.m--t--40 {
    margin-top: 4rem;
}

.p--b--0 {
    padding-bottom: 0;
}

@media all and (max-width:750px) {
    .p--t--20--mobile {
        padding-top: 2rem;
    }
}

.no-text-underline {
    text-decoration: none;
}

.list--attachments .list__item__actions .link {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
}

.list--attachments .list__item__actions .link:first-child {
    margin-left: 0;
}

.list--attachments .list__item__actions .link:last-child {
    margin-right: 0;
}

.table--default thead th,
.tableField thead th {
    background-color: #e8e8e8;
    color: #000;
}

.table--default,
.tableField {
    border: 0;
}

.table--default tbody tr:last-child td {
    border-bottom-width: 0.1rem;
    border-bottom-style: solid;
    border-bottom-color: var(--table--border--color);
}

@media all and (min-width:1025px) {
    .main__wrapper {
        padding-top: 4.8rem;
    }

    .grid--2--sidebar>.grid__item--aside-right {
        flex: 0 0 38.5rem;
        max-width: 38.5rem;
        padding-left: 10.1rem;
    }

    .maxTable table {
        display: table-cell;
        max-width: 66.9rem;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media all and (max-width:750px) {
    .main__wrapper {
        padding-top: 2.4rem;
        min-height: 100%;
    }

    .main__content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .main__content .section {
        flex-grow: 1;
    }

    .body--search-jobs .main__wrapper {
        padding-top: 0;
    }

    .list--attachments .list__item__actions .link {
        font-size: 1.4rem;
    }
}

.methodButton--file,
.methodButton--paste {
    border-color: #1063ba;
    color: #1063ba;
}

.methodButton--later,
.methodButton--file,
.methodButton--paste,
.methodButton--dropbox {
    font-size: 1.4rem;
    font-weight: bold;
}

.form [class$="Button"],
.button {
    border-radius: 2rem;
}

.article--result .article__header__text {
    font-size: 1.4rem;
    color: var(--color--font);
}

.article--result .article__header__text__title {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.article--result .no-jobs-found {
    color: var(--color--brand);
    margin-bottom: 0;
}

.dropdown__placeholder {
    height: var(--fields--height);
    padding-left: 1.2rem;
    padding-right: 3rem;
}

.list-controls__text__reset {
    font-style: normal;
}

.dropdown__placeholder:before {
    right: 1.4rem;
}

.list-controls__text__reset {
    color: var(--color--font);
    font-size: 2rem;
}

.share--inline .share__text {
    margin-bottom: 1.3rem;
}

.list-controls__text__legend {
    padding-right: 0.6rem;
}

@media all and (min-width:751px) {
    .article--result .no-jobs-found {
        font-size: 2.6rem;
    }

    .article--details.regular-fields--cols-2Z .article__content__view__field,
    .article--details.table-fields--cols-2Z .MultipleDataSetFields {
        padding-bottom: 0.8rem;
    }

    .article--result .article__header__actions>*+* {
        margin-left: var(--spacer--m);
    }

    .share--popUp .share__button {
        height: var(--buttons--height);
        width: var(--buttons--height);
        border-radius: 50%;
        padding: 0;
        border: 0.1rem solid var(--color--brand);
    }
}

@media all and (min-width:1025px) {
    .list-controls--top {
        margin-bottom: 0.8rem;
    }
}

@media all and (min-width:751px) {
    .section--search-jobs .section__content:last-child {
        padding: 3.2rem 4.6rem 2.4rem 4.8rem;
        border-radius: 0.4rem;
        border: solid 0.1rem #96a8b6;
        background-color: var(--color--white);
        margin: 2.4rem 0 0;
    }

    .article--result {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .article--result .article__header__actions>.button {
        min-width: 12.8rem;
    }
}

@media all and (max-width:750px) {
    .section--search-jobs .section__header__text__title {
        font-size: 1.6rem;
        color: var(--color--font);
        font-weight: normal;
    }

    .article--result .no-jobs-found {
        font-size: 2rem;
    }
}

.footer {
    font-size: 1.4rem;
}

.footer__wrapper {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
}

.footer .link {
    font-weight: normal;
    text-decoration: none;
    border: 0;
}

@media all and (min-width:751px) {
    .footer .link {
        margin-right: 1.6rem;
    }
}

@media all and (max-width:750px) {
    .footer__links {
        display: flex;
        flex-direction: column;
    }

    .footer__content>*+* {
        margin-top: 1.2rem;
    }

    .footer__links__item {
        margin-bottom: 1.2rem;
        text-decoration: none;
        border-bottom: 0;
    }
}

.article__header__text__title {
    color: var(--color--brand);
}

.banner--main {
    background-image: none;
}

.font--specific {
    font-family: RecoletaAlt;
}

.font--medium {
    font-weight: 500;
}

@media all and (min-width:751px) {
    .banner--main {
        height: auto;
    }

    .banner__wrapper {
        padding-bottom: 0;
    }

    .banner__text {
        width: 100%;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner__text__title {
        font-size: 5.6rem;
    }

    .body--search-jobs .banner__text,
    .body--search-jobs .banner__text__title {
        color: var(--color--white);
    }

    .body--search-jobs .banner__text {
        min-height: 18.5rem;
    }

    .body:not(.body--search-jobs) .banner__text {
        background-color: var(--color--white);
        color: var(--color--brand);
        min-height: 15.1rem;
        margin-top: 3.4rem;
    }

    .body:not(.body--search-jobs) .banner__text__title {
        font-size: 5.6rem;
    }

    .banner__text__subtitle {
        color: var(--color--brand);
        text-transform: none;
        font-weight: normal;
    }
}

@media all and (min-width:1025px) {
    .main__content {
        padding-left: 7.7rem;
        padding-right: 7.7rem;
        padding-bottom: 8rem;
    }
    .body--detail .main__content{
        padding-bottom: 2.4rem;
    }
}

@media all and (max-width: 1024px) {
    .body--detail .article--actions {
        position: static;
        box-shadow: none;
        width: 100%;
    }

    .body--detail .share--inline {
        flex-direction: column;
        gap: 0;
    }
}

@media all and (max-width:750px) {
    .article--view-more--aside:last-child {
        background-color: #f2f2f2;
        margin-top: 4rem;
    }

    .banner--main {
        margin-top: -0.1rem;
    }
}

.link {
    line-height: 1;
    border-bottom-color: var(--color--clickeable)
}

.link--error {
    border-bottom-color: var(--color--error);
}

.list--links .list__item {
    box-shadow: none;
    padding-left: 0;
}

.body--login-page .grid--2--divider .grid__item:first-child .article__content {
    margin-top: 4rem;
}

.body--login-page .grid--2--divider .grid__item:nth-child(2) .article__content {
    margin-top: 0.6rem;
}

@media screen and (min-width:1025px) {

    .body--login-page .grid--2--divider>.grid__item:nth-of-type(even) {
        flex: 0 0 calc(.35 * var(--grid--columns--1) * var(--grid--columns--amount) + ((.35 * var(--grid--columns--amount)) - 1) * var(--grid--columns--gap));
    }

    .body--login-page .grid--2--divider>.grid__item:nth-of-type(odd) {
        flex: 1;
    }

    .grid--2--divider>.grid__item {
        padding-top: 0;
    }

    .body--login-page .form--grid--3 .Section {
        display: flex;
    }

    .body--login-page .form--grid--3 .fieldSpec {
        flex-grow: 1;
    }

    .body--login-page .form--grid--3 .button-bar {
        flex: 0 0 17.8rem;
        max-width: 17.8rem;
    }

    .body--login-page *+.button-bar:not(.fieldSpec) {
        padding-top: 1.8rem;
    }
}

@media all and (max-width:750px) {
    .body--login-page .article__footer {
        font-size: 1.4rem;
    }
}

.list--steps .list__item--current .list__item__text__subtitle,
.list--steps .list__item--current .list__item__text:after,
.list--steps .list__item--filled .list__item__text__subtitle,
.list--steps .list__item--filled .list__item__text:after {
    background: var(--color--green);
    border-color: var(--color--green);
}

.list--steps {
    margin-bottom: 0;
}

@media all and (min-width:751px) {
    .list--steps .list__item__text__title {
        padding-bottom: 2.4rem;
        text-transform: none;
    }

    .list--steps .list__item__text__title {
        font-size: 1.6rem;
    }

    .list--steps:after {
        bottom: 0.8rem;
        border-color: #768692;
    }

    .list--steps .list__item--current .list__item--current,
    .list--steps .list__item--filled .list__item--current {
        margin-top: 0;
    }

    .list--steps .list__item__text__subtitle {
        width: 2rem;
        height: 2rem;
        border: 0;
        text-indent: 0;
        background-color: #768692;
    }

    .list--steps .list__item--current .list__item__text__subtitle,
    .list--steps .list__item--filled .list__item__text__subtitle {
        width: 2.4rem;
        height: 2.4rem;
        line-height: 2.4rem;
        margin-bottom: -0.2rem;
    }

    .list--steps .list__item:not(.list__item--current) .list__item__text__subtitle {
        margin-bottom: 0;
    }

    .list--steps .list__item--current .list__item__text:after,
    .list--steps .list__item--filled .list__item__text:after {
        border-width: 0.8rem;
        bottom: 0.6rem;
    }
}

.tpt_uploadResumeLoginLegend .section__header__text__title {
    font-weight: 500;
}

.table--cards tbody td {
    font-size: 1.6rem;
}

.nav__item--has-subnav:hover .subnav__item:not(.subnav__item--active) .subnav__item__link:hover,
.nav__item--has-subnav:hover .subnav__item:not(.subnav__item--active) .subnav__item__link:focus,
.nav__item--has-subnav:hover .subnav__item:not(.subnav__item--active) .subnav__item__link:active,
.portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:hover,
.portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:focus,
.portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:active {
    background: none;
}

@media all and (min-width:751px) {
    .form--reset-password .Section {
        display: flex;
        justify-content: center;
    }

    .form--reset-password .button-bar {
        flex: 0 0 15.4rem;
        max-width: 15.4rem;
        padding-left: 2.4rem;
    }

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

@media all and (max-width:750px) {
    .list--links--bottom {
        font-size: 1.4rem;
    }

    .button-bar__wrap .button,
    .button-bar__wrap .submitButton,
    .button-bar__wrap .cancelButton,
    .button-bar__wrap .gotoButton,
    .button-bar__wrap .saveButton,
    .button-bar__wrap .previousButton {
        width: 100%;
        margin-bottom: var(--spacer--m);
    }

    .restrict-width-mobile {
        display: inline-block;
        max-width: 30rem;
    }

    .display-block-mobile {
        display: block;
    }

    .list--steps .list__item--current .list__item__text__subtitle,
    .list--steps .list__item--current .list__item__text:after,
    .list--steps .list__item--filled .list__item__text__subtitle,
    .list--steps .list__item--filled .list__item__text:after {
        background: none;
        color: var(--color--brand);
    }

    .body--profile .grid__item--aside-right .aside {
        position: relative;
        padding-top: 3.2rem
    }

    .body--profile .grid__item--aside-right .aside:before {
        content: " ";
        width: 100%;
        height: 0.2rem;
        position: absolute;
        top: 0;
        box-shadow: 0 -0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
    }

    .body--ismobile.body--footer-sticky .body__content {
        min-height: 100vh;
    }

    .body--success .article__header__text__title .link {
        border: 0;
    }

    .success__location {
        margin-top: 0.8rem;
    }
}

.list--disc {
    list-style: disc;
    list-style-position: inside;
}

.main .removeDatasetRow {
    position: relative;
    z-index: 2;
}

.fieldSpec.formContainer .FormHeader {
    display: none;
}

.d-none {
    display: none;
}

.article--result:not(.article--result-no-job) .article__header__text__title {
    display: flex;
    align-items: center;
}

.icon--feature {
    display: inline-block;
    color: var(--color--white);
    font-size: 1.1rem;
    line-height: 1.2rem;
    margin-left: 1.2rem;
    padding: 0.4rem 1rem 0.4rem 1.1rem;
    border-radius: 0.9rem;
    background-color: var(--color--green);
}
