/* ==========================================================================
   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)
      : Login
   ========================================================================== */

/* LOCAL IMAGES: Header logo
   -------------------------------------------------------------------------- */
.header__logo {
    background-image: var(--logo--background--image);
}

.header__logo {
    display: block;
    width: var(--logo--width);
    height: var(--logo--height);
    background-position: var(--logo--background--position, left center);
    background-size: var(--logo--background--size, auto 100%);
    text-indent: -999.9rem;
    overflow: hidden;
}

/* LOCAL IMAGES: Main banner
   -------------------------------------------------------------------------- */
.banner--main {
    background-image: var(--banner--background--image);
    height: var(--banner--height);
}

.section--banner--secondary {
    background-image: var(--banner--secondary--background--image);
    background-size: cover;
    height: 16.4rem;
    width: 100%;
    text-align: center;
    color: var(--color--shadow);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
}

.section--banner--secondary .banner__text__title.banner__text__title--2 {
    background-color: var(--color--buttons);
}

@media all and (max-width:750px) {
    .section--banner--secondary {
        height: auto;
    }
}

.body--search-jobs .banner--main,
.body--article-details .banner--main {
    background-image: var(--banner--search-jobs--background--image);
    max-height: var(--banner--height--sub-1);
    height: var(--banner--height--sub-1);
}

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

.nav__item:not(.nav__item--active):not(.nav__item--has-subnav--open) .nav__item__link,
.nav__item:not(.nav__item--active):not(.nav__item--has-subnav--open) .nav__item__link:link,
.nav__item:not(.nav__item--active):not(.nav__item--has-subnav--open) .nav__item__link:visited {
    color: var(--header--clickeable--color);
    text-transform: uppercase;
    font-size: 1.6rem;
    font-family: var(--font);
    font-weight: 500;
}

.nav__item:not(.nav__item--active) .nav__item__link, .nav__item:not(.nav__item--active) .nav__item__link:link, .nav__item:not(.nav__item--active) .nav__item__link:visited {
    text-transform: uppercase;
    font-family: var(--font);
}

.nav .nav__list .nav__item .nav__item__link.portalLanguages__placeholder {
    color: var(--color--black);
    text-transform: uppercase;
    font-size: 1.6rem;
    font-family: var(--font);
    font-weight: 500;
}

.nav__item:not(.nav__item--active):not(.nav__item--has-subnav) .nav__item__link:hover {
    color: var(--buttons--secondary--hover--color--background);
}
.nav__item--active .nav__item__link,
.nav__item--active .nav__item__link:link,
.nav__item--active .nav__item__link:visited,
.nav__item--active .nav__item__link:hover,
.nav__item--active .nav__item__link:focus,
.nav__item--active .nav__item__link:active {
    color: var(--header--clickeable--color);
}

.subnav__item:not(.subnav__item--active) .subnav__item__link,
.subnav__item:not(.subnav__item--active) .subnav__item__link:link,
.subnav__item:not(.subnav__item--active) .subnav__item__link:visited {
    color: var(--header--clickeable--color--sub-1);
    text-transform: uppercase;
    font-family: var(--font);
    font-weight: 500;
}

.subnav__item:not(.subnav__item--active) .subnav__item__link:focus, .subnav__item:not(.subnav__item--active) .subnav__item__link:active, .subnav__item--active:focus .subnav__item__link:visited, .subnav__item--active .subnav__item__link:visited {
    color: var(--color--shadow);
}

.subnav__item--active .subnav__item__link,
.subnav__item--active .subnav__item__link:link,
.subnav__item--active .subnav__item__link:visited,
.subnav__item--active .subnav__item__link:focus,
.subnav__item--active .subnav__item__link:active,
.portalLanguages__item--selected .portalLanguages__link,
.portalLanguages__item--selected .portalLanguages__link:link,
.portalLanguages__item--selected .portalLanguages__link:visited,
.portalLanguages__item--selected .portalLanguages__link:focus,
.portalLanguages__item--selected .portalLanguages__link:active {
    color: var(--color--black);
    font-family: var(--font);
    font-weight: 500;
    text-transform: uppercase;
}

.subnav__item--active .subnav__item__link:focus,
.subnav__item--active .subnav__item__link:active,
.portalLanguages__item--selected .portalLanguages__link:focus,
.portalLanguages__item--selected .portalLanguages__link:active {
    outline-width: .2rem;
    outline-style: solid;
    outline-color: var(--color--black);
}

.subnav__list--has-cols .subnav__list__col__header {
    color: var(--color--font);
    display: block;
    line-height: var(--header__thumbnail);
    font-weight: var(--font--weight--bold);
    font-size: 1.4rem;
    padding-top: var(--spacer--m);
    padding-right: var(--spacer--s2);
    padding-bottom: var(--spacer--m);
    padding-left: var(--spacer--s2);
}

.portalLanguages__item .portalLanguages__link {
    text-transform: uppercase;
    font-weight: 400;
}

.subnav__item.subnav__item--header + .subnav__item {
    border-top-width: 0;
}
@media all and (max-width:1024px) {
    .nav__item--active .nav__item__link,
    .nav__item--active .nav__item__link:link,
    .nav__item--active .nav__item__link:visited,
    .nav__item--active .nav__item__link:focus,
    .nav__item--active .nav__item__link:active {
        color: var(--header--clickeable--color--sub-2);
    }
    .nav__item--active .nav__item__link:hover {
        color: var(--header--clickeable--color--sub-1);
    }
}

@media all and (min-width:1025px) {
    .nav__item--active .nav__item__link,
    .nav__item--active .nav__item__link:link,
    .nav__item--active .nav__item__link:visited,
    .nav__item--active .nav__item__link:hover,
    .nav__item--active .nav__item__link:focus,
    .nav__item--active .nav__item__link:active {
        color: var(--header--clickeable--color);
        font-family: var(--font);
        font-weight: 500;
        text-transform: uppercase;
    }

    .subnav__item--active .subnav__item__link:hover,
    .portalLanguages__item--selected .portalLanguages__link:hover {
        color: var(--color--black);
    }

    .nav__item--has-subnav--with-arrow .nav__item__link {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav__item--has-subnav--with-arrow .nav__item__link:before {
        border-top-color: var(--color--shadow);
    }

    .nav__item--active {
        margin-bottom: calc(-1 * var(--header--padding--bottom));
        margin-top: calc(-1 * var(--header--padding--top));
        padding-top: var(--header--padding--top);
        padding-bottom: var(--header--padding--bottom);
    }
    .nav__item--active:not(.nav__item--has-subnav--open):not(:hover) {
        border-bottom-width: .3rem;
        border-bottom-style: solid;
        border-bottom-color: var(--color--brand--sub-2);
        text-transform: uppercase;
    }

    .nav__item--active .nav__item__link {
        padding-top: 1rem;
        padding-bottom: .5rem;
    }

    .nav__item--has-subnav:hover .subnav__list.subnav__list--has-cols,
    .nav__item--has-subnav--open .subnav__list.subnav__list--has-cols {
        display: flex;
        flex-direction: row;
        min-width: 61rem;
    }

    .subnav__list--has-cols .subnav__list__col {
        flex: auto;
    }

    .subnav__list__col + .subnav__list__col {
        margin-left: var(--spacer--l);
    }

    .subnav__item,
    .nav__item--has-subnav:hover .subnav__item:not(.subnav__item--active) .subnav__item__link:hover {
        color: var(--header--clickeable--color--sub-2);
    }

    .subnav__list,
    .portalLanguages {
        box-shadow: 0 .8rem 1.6rem 0 rgba(99, 101, 106, 0.5);
        background-color: var(--color--shadow--sub-1);
        top: 100%;
    }

    .subnav__item:not(.subnav__item--active):not(.subnav__item--header):hover, .subnav__item:not(.subnav__item--active):not(.subnav__item--header):focus {
        background-color: var(--color--clickeable);
    }

    .subnav__item:not(.subnav__item--active):hover .subnav__item__link,
    .subnav__item:not(.subnav__item--active):hover .subnav__item__link:link {
        color: var(--color--shadow);
    }

    .nav__item--has-subnav:hover,
    .nav__item--has-subnav--open {
        box-shadow: none;
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }

    .nav__item--has-subnav:hover .nav__item__link {
        border: 0;
        background-color: unset;
        box-shadow: unset;
        text-transform: uppercase;
        font-weight: 500;
        font-family: var(--font);
    }

    .nav__item.nav__item--has-subnav--open,
    .nav__item.nav__item--has-subnav:hover {
        margin-bottom: calc(-2 * var(--header--padding--bottom));
        margin-top: calc(-2 * var(--header--padding--top));
        padding-top: calc(1*var(--header--padding--top));
        border: .1rem solid transparent;
    }

    .subnav__list, .portalLanguages {
        overflow-y: visible;
    }
}

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

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

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

/* BANNER
   -------------------------------------------------------------------------- */
.banner--main [class*="__title--"]{
    font-weight: bold;
}

.section--banner--secondary .button {
    border-width: .2rem;
    margin-top: 2.4rem;
    padding: 1rem 3.6rem;
    font-size: 1.8rem;
    min-width: 34rem;
    background-color: var(--color--buttons);
}

.body.body--home .body__content {
    padding-top: var(--header--height);
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .banner__wrapper {
        padding-right: 13rem;
    }
    .section--banner--secondary {
        padding-left: var(--spacer--m);
        padding-right: var(--spacer--m);
        padding-top: var(--spacer--xl);
        padding-bottom: var(--spacer--xxxl);
    }

    .section--banner--secondary [class*="__title--"]{
        font-size: 2.2rem;
    }

    .section--banner--secondary .button {
        padding: 1rem 3.6rem;
        font-size: 1.6rem;
        min-width: 80%;
    }

    .body.body--search-jobs .body__content,
    .body.body--article-details .body__content {
        padding-top: var(--header--height);
    }

    .article--slide .article__header {
        background-position: top;
    }
}

@media (min-width: 751px) and (max-width:1024px) {
    .body--banner-fixed-on-scroll.body--search-jobs .body__content,
    .body--banner-fixed-on-scroll.body--article-details .body__content {
        padding-top: calc(var(--header--height) + var(--banner--height--sub-1));
    }

    .body:not(.body--search-jobs):not(.body--article-details):not(.body--home):not(.body--job-details) .main__content {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 1025px){
    .body--header-fixed-on-scroll .banner--logo {
        position: fixed;
        top: var(--header--height);
        z-index: 8;
        height: var(--banner--height--sub-2);
    }

    .banner--scrolling + .banner--logo,
    .banner--scrolling + .banner--logo .banner__logo-img {
        display: none;
    }

    .banner--main.banner--scrolling {
        top: var(--header--height);
    }

    .banner--scrolling + * + .main {
        margin-top: calc(-1 * var(--banner--height--sub-2));
    }

    .banner--scrolling + .banner--logo,
    .banner--main.banner--scrolling,
    .banner--scrolling + * + .main {
        transition: all 250ms ease-in-out;
    }

    .banner__logo-img {
        height: 4.8rem;
        display: none;
    }
}

/* FOOTER
   -------------------------------------------------------------------------- */

.footer {
    font-size: 1.4rem;
    border-width: 0;
}

.footer .link {
    color: var(--color--shadow);
    font-weight: normal;
}

.footer .link:focus {
    transition: unset;
}

.footer .footer__links {
    margin-top: var(--spacer--m);
}

.footer__social__item {
    max-width: none;
}

.footer .footer__block--right {
    max-width: 66rem;
}

@media all and (max-width:750px) {
    .footer .footer__rights {
        text-align: center;
    }

    .body:not(.body--search-jobs) .footer {
        border-top-style: solid;
        border-top-color: var(--color--brand--sub-2);
        border-top-width: .3rem;
    }
}

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

    .footer .footer__rights {
        text-align: right;
    }

    .footer .footer__links {
        justify-content: right;
    }

    .body:not(.body--search-jobs) .main__content {
        border-bottom-style: solid;
        border-bottom-color: var(--color--brand--sub-2);
        border-bottom-width: .6rem;
    }

    .footer__links__divider{
        margin-left: var(--spacer--m);
        margin-right: var(--spacer--m);
    }
}

/* 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;
    }

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

    .body--profile .banner__text__subtitle,
    .banner--main .banner__text__title {
        background-color: var(--header--font--color);
    }

    .grid__item--main {
        max-width: 71%;
    }

    .article__content--overflow {
        overflow: auto;
    }
}

/* 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: -.6rem;
        width: 1.6rem;
        height: 1.6rem;
        text-indent: -999.9rem;
        overflow: hidden;
    }

}

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

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

.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;
}

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

    .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: var(--boxes--padding--outers) var(--boxes--padding--outers);
    }

    .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: .1rem;
        border-top-style: solid;
        border-top-color: var(--color--brand);
        padding-top: var(--boxes--padding--inners);
        padding-bottom: var(--boxes--padding--inners);
        font-size: 1.4rem;
    }

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

    .article--result .article__header__actions .button,
    .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;
        line-height: 1.4rem;
        color: var(--color--clickeable);
    }

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

}

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

    .article--result:not(.article--result:last-of-type) {
        border-bottom-width: .1rem;
        border-bottom-color: var(--color--borders--sub-1);
        border-bottom-style: solid;
    }

    .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: .1rem;
    border-style: dashed;
    border-color: var(--boxes--border--color);
    background-color: var(--color--shadow);
    padding: var(--boxes--padding--outers) var(--boxes--padding--outers);
}

.article--attachments-upload .article__header {
    margin-bottom: var(--boxes--padding--outers);
    border-bottom-width: .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) {
    .main {
        --main--background--color: var(--color--shadow--sub-1);
    }

    .main__wrapper {
        padding-top: 0;
        padding-bottom: 8rem;
    }

    .main__content {
        box-shadow: var(--box-shadow);
    }
}

@media all and (max-width:750px) {
    .body--search-jobs .list-controls__text {
        display: none;
    }

    .body--search-jobs .list-controls--bottom {
        justify-content: center;
    }
    .body--search-jobs .main__wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .body--search-jobs .section--search-jobs {
        padding-bottom: var(--spacer--xxxl);
        padding-right: var(--grid--laterals);
        padding-left: var(--grid--laterals);
    }
}

/* 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: .1rem;
        border-bottom-style: solid;
        border-bottom-color: #63656a;
    }
}

/* 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--shadow);
        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);
    }

    .article--slide .article__header {
        background-position: center;
    }

}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .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--shadow);
        padding: 4.9rem 15rem;
    }

    .section--search-jobs .section__content__results {
        border-top-width: .1rem;
        border-top-style: solid;
        border-top-color: #63656a;
    }
}

/* PAGETYPES: Login
   -------------------------------------------------------------------------- */
.article--login--section .article__header__text__title{
    text-transform: uppercase;
    margin-bottom: var(--spacer--m);
}

.article--login--section .article__header__text p{
    font-size: 1.8rem;
    margin-bottom: var(--spacer--m);
    color: var(--color--font--sub-1);
}

.article--login--wrapper .button--primary{
    background-color: var(--color--buttons);
}

.article--login--section--left .article--employees{
    padding-bottom: 4rem;
    border-bottom: 0.1rem solid var(--color--disabled--sub-1);
}

.article--login--section--left .article--first--applicant{
    padding-top: var(--spacer--l);
}

.article--login--section--right .article__header__text p{
    margin-bottom: var(--spacer--xs);
}

.forgot__password--wrapper{
    padding-top: var(--spacer--s);
    padding-bottom: var(--spacer--xl);
}

.article--login--section--right .social-login__text{
    font-size: 1.8rem;
    color: var(--color--font--sub-1);
}

.article--login--section--right .requiredField{
    color: var(--color--font--sub-1);
}

.article--login--section--right .requiredField::after{
    content: "*";
    color: var(--color--error);
}

.list--social-login .list__item{
    margin-right: var(--spacer--l);
}

@media all and (min-width:751px) {
    .article--login--wrapper {
        display: flex;
    }

    .article--login--section--left{
        padding-right: var(--spacer--xl);
        border-right: 0.1rem solid var(--color--disabled--sub-1);
        max-width: 40.8rem;
    }

    .article--login--section--left .article{
        max-width: 39.8rem;
    }

    .article--login--section--left .button{
        max-width: 28rem;
    }

    .article--login--section--right{
        padding-left: 3.5rem;
    }
}

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

    .article--login--wrapper {
        margin-top: var(--spacer--s);
    }

    .article--login--section .article__header__text__title{
        font-size: 2.2rem;
    }

    .article--login--section--right .social-login__text,
    .article--login--section .article__header__text p{
        font-size: 1.6rem;
    }

    .article--login--section--left .article--first--applicant{
        padding-bottom: 4rem;
        border-bottom: 0.1rem solid var(--color--disabled--sub-1);
    }

    .article--login--section--right{
        margin-top: var(--spacer--xl);
    }

    .article--login--section--right .list--social-login{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .list--social-login .list__item{
        margin-bottom: var(--spacer--l);
    }

    .list--links--bottom--login{
        margin-bottom: 2.6rem;
    }

}

/* PAGETYPES: Search jobs: Search wizard (Override/complement)
   -------------------------------------------------------------------------- */
.fieldSpec.inline-fields {
    min-width: 66.67%;
    padding-left: 0;
}
.inline-fields:not(.fieldSpec) {
    width: 100%;
}

.inline-fields:not(.fieldSpec) > * {
    width: 50%;
    clear: none;
    float: left;
}

.inline-fields:not(.fieldSpec) label {
    display: block;
    width: 100%;
    padding-bottom: var(--form__item--padding--inners);
    font-size: var(--form__item__label--font--size);
    font-weight: var(--font--weight--bold);
}

@media all and (max-width:750px) {
    .inline-fields:not(.fieldSpec) > *:first-of-type {
        padding-left: 0;
        padding-right: calc(var(--grid--columns--gap) * .5);
    }
    .inline-fields:not(.fieldSpec) > *:nth-of-type(2) {
        padding-left: calc(var(--grid--columns--gap) * .5);
    }
}

@media all and (min-width:751px) {
    .inline-fields:not(.fieldSpec) > * {
        padding-left: var(--grid--columns--gap);
    }
}

@media all and (min-width:1025px) {
    .article__content--form {
        background-color: var(--color--shadow);
        margin-left: -28%;
        padding-left: 34%;
        margin-right: -28%;
        padding-right: 34%;
        margin-top: calc(-1 * var(--main--padding--top));
        padding-top: 4.8rem;
        padding-bottom: 3.2rem;
        border-bottom-width: .6rem;
        border-bottom-style: solid;
        border-bottom-color: var(--color--brand);
    }
    .body--search-jobs .section__content + .section__content {
        margin-top: 0;
    }
}

@media (max-width: 1024px) {
    .section--collapsible-form-search .form--search .Section {
        background-color: var(--color--shadow--sub-2);
        border-bottom-width: .3rem;
        border-bottom-style: solid;
        border-bottom-color: var(--color--brand);
    }

    .body--search-jobs .section__header .section__header__text__title {
        font-weight: normal;
    }

    .section--collapsible-form-search .form--search .form__toggle:hover,
    .section--collapsible-form-search .form--search .form__toggle:focus,
    .section--collapsible-form-search .form--search.form--open .form__toggle {
        background-color: var(--color--shadow--sub-2);
    }
}

/* FONTS (Override/complement)
   -------------------------------------------------------------------------- */

[class*="__title"]:not(.banner__text__title),
.article--details * {
    color: var(--color--font--sub-1);
}

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

[class$="__title--0"] {
    font-weight: var(--font--weight--bold);
}

.article--details .paragraph {
    font-size: 1.8rem;
}

.t--j {
    text-align: justify;
}
.banner .banner__text {
    text-transform: uppercase;
}

.body--job-details .button:not(.t-t--n),
.body--search-jobs .button:not(.t-t--n),
.body .button:not(.t-t--n),
.body .submitButton:not(.t-t--n),
.body .button--cancel:not(.t-t--n) {
    text-transform: uppercase;
}

.list-controls__pagination {
    font-weight: 700;
}

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

.cookiesButtonSave {
    color: #4599F2;
    border-color: #4599F2;
}

@media all and (min-width:751px) {
    .f-s--18--d {
        font-size: 1.8rem;
    }

    .banner--main .banner__text__title {
        font-size: 4.8rem;
    }

    .body--job-details .grid__item {
        padding-top: 8rem;
    }
}

@media all and (max-width:750px) {
    .t-t--n {
        text-transform: none;
    }

    .f-s--16--m {
        font-size: 1.6rem;
    }

}

/* WIZARDS
   -------------------------------------------------------------------------- */

@media all and (min-width:751px) {
    .button--large .button {
        min-width: 20.7rem;
    }
}

.w-100,
.form--grid .fieldSpec.w-100 {
    width: 100%;
}

.AcceptCheckboxField.isRequired legend {
    float: left;
    margin-right: var(--spacer--xs);
    width: auto;
}

.fieldSpec input::placeholder {
    color: #63656a;
}

.form input:where([type="color"],[type="date"],[type="datetime-local"],[type="email"],[type="file"],[type="month"],[type="number"],[type="password"],[type="range"]:not(.progress-bar__selector),[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"]):not([class*="select2"]):focus, .form select:focus, .form textarea:focus, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--single:focus {
    border-color: var(--color--black);
    box-shadow: inset 0 0 0 .1rem var(--color--black);
}

.link:focus,
.list-controls__pagination__item:not(.currentPageLink):focus,
.nav__item__link:focus,
.header__logo:focus,
.skip-content:focus,
.dropdown__placeholder:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.share__button:focus,
.footer__social__item:focus,
.section--banner--secondary .button:focus,
.link--white:focus,
.grid--methods a:focus,
.fieldSpec a:focus,
.RadioButtonListFormField:focus,
.multipleDatasetWrapper a:focus,
.addDatasetRow:focus,
.fieldSpec.AcceptCheckboxField input:focus,
.shareButton:focus,
.list--view-more a:focus,
.button--tertiary.downloadAttachmentsButton:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice:focus,
.select2-container--default .select2-selection--multiple .select2-selection__clear:focus span,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus span,
.article--collapsible .article__header:focus,
.select2-container--default .select2-selection--single .select2-selection__clear:focus span {
    outline-width: .2rem;
    outline-style: solid;
    outline-color: var(--color--black);
}

.tpt_registrationMethods .grid--methods{
    margin-top: calc(-1 * var(--spacer--xl));
}

div[class*="fieldSpec"] div[class*="description"] a:focus {
    border-width: .2rem;
    border-style: solid;
    border-color: var(--color--black);
    outline-width: 0;
}

.cookies .cookies__settings__option label input:active, .cookies .cookies__settings__option label input:focus, .cookies a:active, .cookies a:focus, .cookies button:active, .cookies button:focus {
    outline-width: .2rem;
    outline-style: solid;
    outline-color: var(--color--white);
}

.Separator--font h3, .Separator--font h2 {
    font-size: 2rem;
    font-weight: var(--font--weight--bold);
}

@media all and (max-width: 750px) {
    .Separator--font h3, .Separator--font h2 {
        font-size: 1.8rem;
    }
}

/* SOCIAL SHARE POP-UP AND BUTTON
   -------------------------------------------------------------------------- */

.share--popUp .share__popup {
    border-radius: .5rem;
}

.share--popUp .share__popup,
.section .share__popup:before {
    border-color: var(--color--brand);
}

@media all and (min-width:751px) {
    .article--result .share__button {
        font-size: 2rem;
        max-width: 4rem;
        max-height: 4rem;
    }

    .share--popUp .share__button {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .body--search-jobs .share__button {
        border-width: .2rem;
    }
}

/* PAGETYPES: Home
   -------------------------------------------------------------------------- */
.section--video {
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: var(--color--brand);
    margin-top: 0;
}

.section--video .section__content {
    overflow: hidden;
}

.embed-container {
    height: 100%;
}

.section--careers .section__header {
    display: block;
}

.section--careers .section__header__title,
.section--news .section__header__title,
.section--kpis .section__header__title {
    color: var(--color--clickeable);
    font-size: 4.8rem;
    font-weight: 700;
    margin-bottom: var(--spacer--xl);
}

.section--careers,
.section--news,
.section--kpis {
    background-color: var(--color--shadow);
    text-align: center;
}

.section--careers,
.section--areas,
.section--news {
    padding-top: var(--spacer--xxxl);
    padding-bottom: var(--spacer--xxxl);
}

.section--careers .section__header,
.section--news .section__header,
.section--kpis .section__header {
    justify-content: center;
}

.section--careers .section__header__title,
.section--news .section__header__title,
.section--kpis .section__header__title {
    text-transform: uppercase;
}

.section--careers .link {
    text-decoration: underline;
}

.section--careers .link:hover,
.section--areas .link:hover {
    border-bottom-width: 0;
}

.body--home .main__wrapper {
    padding-top: 0;
}

.body--home * + .section {
    margin-top: 0;
}

.section--areas {
    background-color: var(--color--brand);
    background-image: var(--westrock--background--graphic);
    background-position: bottom right;
    background-size: contain;
}

.section--areas .grid__item {
    margin-bottom: 2.8rem;
    max-height: 29.6rem;
}

.article--area .article__header {
    height: 21.2rem;
    width: 100%;
    background-size: cover;
    background-position-x: center;
}

.article--area .article__content {
    margin-top: 0;
    padding: 0;
    width: 100%;
    font-weight: 700;
    background-color: var(--color--shadow);
    height: 8.4rem;
}

.article--area .article__content .link:focus {
	outline-color: var(--color--white);
}

.article--area .article__content .article__content--link {
    height: 100%;
    padding-top: var(--spacer--m);
    padding-bottom: var(--spacer--m);
    padding-left: var(--spacer--l);
    padding-right: var(--spacer--l);
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article--area .article__content .article__content--link:hover,
.article--area .article__content .article__content--link:focus {
    background-color: var(--color--clickeable);
    color: var(--color--shadow);
    transition: all 0.3s ease;
}

.article--area .link:hover {
    border: 0
}

.article__header--area-image-manufacturing {
    background-image: var(--department--manufacturing--image);
    background-position-y: 25%;
}

.article__header--area-image-engineering {
    background-image: var(--department--engineering--image);
}

.article__header--area-image-innovation {
    background-image: var(--department--rd--image);
}

.article__header--area-image-supplyChain {
    background-image: var(--department--supplychain--image);
}

.article__header--area-image-finance {
    background-image: var(--department--finance--image);
}

.article__header--area-image-sales {
    background-image: var(--department--marketing--image);
    background-position-y: 70%;
}

.article__header--area-image-technology {
    background-image: var(--department--tech--image);
}

.article__header--area-image-hr {
    background-image: var(--department--hr--image);
}

.link--white {
    color: var(--color--shadow);
    margin-bottom: -.1rem;
    border-width: .2rem;
    border-style: solid;
    font-weight: var(--font--weight--bold);
    text-decoration: none;
    word-break: break-word;
    transition: all 0.3s ease;
    padding: 1rem 3.6rem;
    font-size: 1.8rem;
    background-color: var(--color--buttons);
    text-transform: uppercase;
}

@media all and (max-width:750px) {
    .link--white {
        font-size: 1.2rem;
        padding: 1rem 1.6rem;
    }
}

.section--areas .section__footer,
.section--areas .article__content--link {
    text-align: center;
}

.article--kpi .article__header__text__title {
    font-size: 10rem;
    font-weight: bold;
    color: var(--color--brand--sub-2);
}

.article--kpi .article__header__text__subtitle {
    font-size: 2.4rem;
    color: var(--color--clickeable);
}

/* Media query to target only mobile */

@media all and (max-width:750px) {
    .section--video {
        border-bottom-width: .3rem;
    }

    .section--video .section__content {
        height: calc(100% - 0.3rem);
    }

    .section--careers [class*="__title"] {
        font-size: 3rem;
        margin-bottom: var(--spacer--l);
    }

    .section--careers {
        padding-top: var(--spacer--xl);
        padding-bottom: var(--spacer--xl);
    }

    .body--home .main__wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .section--careers .section__header__title,
    .section--news .section__header__title,
    .section--kpis .section__header__title {
        font-size: 3rem;
        margin-bottom: 0;
    }

    .section--careers .section__header + *,
    .section--news .section__header + *,
    .section--kpis .section__header + * {
        margin-top: 4rem;
    }

    .section--kpis {
        margin-bottom: calc(-1 * var(--main--padding--bottom));
    }
}

@media all and (min-width:1025px) {
    .embed-container iframe, .embed-container object, .embed-container embed {
        top: calc(-1 * 10%);
    }
}

/* Media query to target tablet and desktop */

@media all and (min-width:751px) {
    .section--video {
        border-bottom-width: .6rem;
        height: var(--banner--video--height);
    }

    .section--video .section__content {
        height: calc(var(--banner--video--height) - 0.6rem);
    }

    .section--careers [class*="__title"] {
        font-size: 4.8rem;
        margin-bottom: var(--spacer--xl);
    }

    .section--careers {
        padding-top: var(--spacer--xxxl);
        padding-bottom: var(--spacer--xxxl);
    }

    .section--areas {
        padding-left: 6%;
        padding-right: 6%;
    }
}

/* PAGETYPES: Home : Search Wizard
   -------------------------------------------------------------------------- */
.body--home .submitButton {
    text-transform: uppercase;
    width: 100%;
}

.body--home .fv-search {
    position: absolute;
    font-size: 2rem;
}

@media all and (max-width:750px) {
    .body--home .fv-search {
        padding-top: 1rem;
        padding-left: 1rem;
    }
}

@media all and (min-width:751px) {
    .body--home .fv-search {
        padding-top: .9rem;
        padding-left: .9rem;
    }

    .body--home .fieldSpec:first-of-type {
        width: 75%;
    }

    .body--home .fieldSpec:nth-of-type(2) {
        width: 25%;
    }

    .body--home .button-bar__wrap {
        width: 100%;
    }
}

.body--home input[class*="TextField"] {
    text-indent: 3rem;
}

/* PAGETYPES: Home : Slider
   -------------------------------------------------------------------------- */
.swiper-button-next, .swiper-button-prev {
    width: 13rem;
    height: 100%;
    top: 0;
    margin-top: 0;
    color: var(--color--clickeable);
}

.swiper-container {
    margin-left: 1.8rem;
    margin-right: 1.8rem;
    overflow: visible;
}

.swiper-button-next {
    background-image: linear-gradient(to left, var(--color--shadow) 50%, rgba(255, 255, 255, 0) 84%);
    justify-content: flex-end;
    right: -.1rem;
    padding-right: .5rem;
}

.swiper-button-prev {
    background-image: linear-gradient(to right, var(--color--shadow) 50%, rgba(255, 255, 255, 0) 84%);
    justify-content: flex-start;
    left: 0;
    padding-left: .5rem;
}

.swiper-button-next:focus, .swiper-button-prev:focus {
    outline-width: .2rem;
    outline-style: solid;
    outline-color: var(--color--black);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}

.article--slide {
    box-shadow: var(--box-shadow);
}

.article--slide .article__header {
    border-bottom-width: .1rem;
    border-bottom-style: solid;
    border-bottom-color: var(--color--shadow);
    z-index: 2;
}

.article--slide .article__header .article__header--img {
    height: 21.5rem;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.article--slide .article__content {
    height: 10.6rem;
    background-color: var(--color--clickeable);
    display: flex;
    margin-top: 0;
}

.article--slide .article__content .link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
    width: 100%;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    color: var(--color--shadow);
    border-bottom-width: .4rem;
    border-bottom-style: solid;
    border-bottom-color: var(--color--brand);
}

.article--slide .article__content:hover, .article--slide .article__content .link:focus {
    background-color: var(--color--brand);
    border-bottom-color: var(--color--brand);
    transition: all 0.3s ease;
}

.article--slide .article__content__text .article__content__text__title,
.article--slide .article__content__text .article__content__text__link,
.article--slide .article__content__footer {
    color: var(--color--shadow);
    text-align: left;
    width: 100%;
}

.article--slide .article__content__text .article__content__text__title {
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
}

.article--slide .article__content__text .article__content__text__link {
    margin-top: 0.8rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
}

.article--slide .article__content__footer {
    font-size: 1rem;
}

.swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.2);
    opacity: unset;
}

.swiper-pagination-bullet-active {
    background: var(--color--clickeable);
    opacity: 1;
}

.swiper-pagination-bullet:focus {
    outline-style: solid;
    outline-width: .2rem;
    outline-color: var(--color--black);
}

@media all and (max-width:1024px) {
    .article--slide {
        margin-bottom: 4.8rem;
    }

    .swiper-slide-prev, .swiper-slide-next {
        visibility: hidden;
    }
}

@media all and (min-width:1025px) {
    .article--slide {
        margin-bottom: 1.8rem;
    }
}

/* PAGETYPES: Job Details
   -------------------------------------------------------------------------- */

@media all and (min-width:1025px) {
    .body--job-details .main__content {
        padding-bottom: 7.4rem
    }
}

@media all and (max-width:1024px) {
    .body--job-details .article--actions,
    .body--article-details .article--actions {
        border-top-width: .3rem;
        border-top-style: solid;
        border-top-color: var(--color--brand);
        box-shadow: none;
    }

    .article--view-more--aside {
        background-color: #e8e8e8;
    }
    .share--inline {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media all and (min-width:751px) {
    .body:not(.body--search-jobs):not(.body--article-details) .banner--main {
        height: 14rem;
    }

    .body:not(.body--search-jobs):not(.body--home) .main__content {
        background-color: var(--color--shadow);
    }

    .body--job-details .main__content {
        padding-left: var(--grid--laterals);
        padding-right: var(--grid--laterals);
    }

    .body:not(.body--search-jobs):not(.body--home):not(.body--article-details):not(.body--job-details) .main__content {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

}

.shareButton--email {
    background-image: var(--mail--icon);
}

.body--job-details .alert {
    border-left: .8rem solid #fd3232;
    background-color: rgba(253, 50, 50, .1);
    color: var(--color--error);
}

/* PAGETYPES: Article Details
   -------------------------------------------------------------------------- */
.body--article-details .banner--main,
.body--search-jobs .banner--main {
    border-bottom-style: solid;
    border-bottom-color: var(--color--brand);
}

.body--article-details .article__image img {
    height: 15rem;
    width: 100%;
    margin-right: 0;
    margin-top: var(--spacer--xl);
    margin-bottom: var(--spacer--xxxl);
    border-radius: 0;
    object-fit: cover;
}

.body--article-details .article__header + * {
    margin-top: 0;
}

@media all and (max-width:750px) {
    .body--article-details .banner--main,
    .body--search-jobs .banner--main {
        border-bottom-width: .3rem;
    }

    .body--article-details .article__header .article__header__text__title {
        font-size: 2.2rem;
    }

    .body--article-details .article__image img {
        height: 5.7rem;
        margin-top: var(--spacer--l);
        margin-bottom: var(--spacer--l);
    }
}

@media all and (min-width:751px) and (max-width:1024px) {
    .body--search-jobs .banner--main {
        border-bottom-width: .6rem;
    }
}

@media all and (min-width:751px) {
    .body--article-details .banner--main {
        border-bottom-width: .6rem;
    }

    .body--article-details .article__header .article__header__text__title {
        font-size: 3.6rem;
    }

    .body--article-details .article__header__image {
        height: 15rem;
        margin-top: var(--spacer--xl);
        margin-bottom: var(--spacer--l);
    }

    .body--article-details .main__content,
    .body--job-details .main__content {
        padding-top: var(--spacer--xxxl);
        padding-bottom: 8rem;
    }
}

/* PAGETYPES: Profile
   -------------------------------------------------------------------------- */

.button--borders--w--2 {
    border-width: .2rem;
}

.downloadAttachmentsButton {
    border-color: var(--buttons--secondary--default--color--border);
    background-color: var(--buttons--secondary--default--color--background);
    color: var(--buttons--secondary--default--color--font);
    border-width: .2rem;
    min-width: 36rem;
    padding: var(--spacer--s) var(--spacer--m);
}

.downloadAttachmentsButton:hover {
    border-color: var(--buttons--secondary--hover--color--border);
    background-color: var(--buttons--secondary--hover--color--background);
    color: var(--color--shadow);
    text-decoration: none;
}

.downloadAttachmentsButton:focus {
    border-color: var(--buttons--secondary--focus--color--border);
    background-color: var(--buttons--secondary--focus--color--background);
    color: var(--buttons--secondary--default--color--font);
    outline-offset: .1rem;
}

.table--default thead th, .tableField thead th {
    background-color: var(--color--clickeable);
    color: var(--color--shadow);
}

.table--cards.table--cards--with-no-subtitle tbody td:nth-of-type(1):before {
    content: attr(data-th)":\00a0 ";
    display: inline-block;
}

.table--cards tbody td:nth-of-type(1), .table--cards tbody td:nth-of-type(2) {
    height: auto;
    min-height: var(--spacer--xxl);
}

@media all and (min-width:751px) {
    .body--profile .main__content{
        padding-left: 7.7rem;
        padding-right: 7.7rem;
    }
}

/* PAGETYPES: Registration Methods
   -------------------------------------------------------------------------- */

.section--methods {
    display: flex;
    flex-direction: column;
}

/* Chrome infinite scroll on multi-column layout fix
   -------------------------------------------------------------------------- */
.article__content__view__field {
    display: inline-block;
    width: 100%;
}

/* PAGETYPES: Success
   -------------------------------------------------------------------------- */
.article--success {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article__header--success {
    width: auto;
}

/* Nav */
@media all and (max-width: 1024px) {
    a[class*="__trigger"]:focus {
        outline-style: solid;
        outline-width: .2rem;
        outline-color: var(--color--black);
    }
}

/* Glitch: Add and remove buttons */

.removeDatasetRow,
.addDatasetRow {
    float: none;
    display: inline-block;
}

/* Checkbox label hidden */

.checkbox--label--hidden label {
    display: none;
}

/* Hover dropdown profile and buttons */

.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-color: var(--header--clickeable--color);
    color: var(--color--shadow);
    text-transform: uppercase;
    font-weight: 400;
}

.subnav__item:not(.subnav__item--active) .subnav__item__link:focus, .portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:focus, .portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:active {
    outline-width: .2rem;
    outline-style: solid;
    outline-color: var(--color--black);
    color: var(--color--shadow);
    background-color: var(--color--clickeable);
}

.button--cancel:hover,
.cancelButton:hover,
.button--secondary:hover,
.partialSaveButton:hover,
.previousButton:hover,
.homeButton:hover,
.clearButton:hover,
.formPreviousButton:hover {
    color: var(--color--shadow);
}

.skip-content,
.skip-content:link,
.skip-content:visited {
    color: var(--color--black);
}

/* Dropdown sort */

.dropdown--sort .dropdown__list .sort__item:focus {
    background-color: var(--color--clickeable);
    color: var(--color--shadow);
    border-width: .2rem;
    border-style: solid;
    border-color: var(--color--black);
}

/* Form Labels */

.fieldSpec.description--bold .description {
    font-size: 2rem;
    font-weight: 700;
}

/* Links */
.link {
    border-bottom-width: 0;
}

.footer .link {
    border-bottom-width: .1rem;
}

/* Aside */
@media all and (min-width: 1025px) {
   .aside {
        overflow-x: visible;
    }
}

/* Cookie banner */
.cookies {
    max-height: calc(100vh - var(--header--height));
    overflow: auto;
}

.cookies::-webkit-scrollbar {
    display: none;
}

.cookies__settings {
    overflow-y: visible;
}

.cookiesButtonSettingsIcon, .icon-icon-settings:before {
    color: var(--color--shadow);
}

.cookies__open .cookies__settings {
    height: auto;
    max-height: 100%;
}

.cookies__settings__option {
   max-height:100%
}

@media (max-width: 500px) {
    .cookies__open .cookies__wrapper {
        align-self: inherit;
    }
}

/* Buttons */
.form [class$="Button"], .button {
    border-width: .2rem;
}

.button--primary:focus, .button--primary:active, .saveButton:focus, .saveButton:active, .submitButton:focus, .submitButton:active, .nextButton:focus, .nextButton:active, .gotoButton:focus, .gotoButton:active, .redirectUrlButton:focus, .redirectUrlButton:active, .formNextButton:focus, .formNextButton:active {
    border-color: var(--color--black);
    outline-width: 0;
}

.share--popUp .share__button:hover, .share--popUp .share__button:focus {
    color: var(--buttons--secondary--hover--color--font);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search:first-child:after {
    border-top-width: .5rem;
    border-left-width: .4rem;
    border-right-width: .4rem;
    right: var(--spacer--s);
    top: 46%;
}

.button-bar > fieldset > div, .button-bar__wrap {
    overflow: visible;
}

.button--cancel:focus, .button--cancel:active, .cancelButton:focus, .cancelButton:active, .previousButton:focus, .previousButton:active, .button--secondary:focus, .button--secondary:active {
    outline-width: .2rem;
    outline-style: solid;
    outline-color: var(--color--black);
    color: var(--buttons--secondary--focus--color--font);
    outline-offset: .1rem;
}

.attachment-preview:not(.attachment-preview--show) .attachment-preview__preview {
    display: none;
}

*:not(.article--collapsible) .toggle__icon:after {
    content: "";
}

.article--collapsible .toggle__icon:after {
    content: "\f107";
}

.article--collapsible[open] .toggle__icon:after {
    content: "\f106";
}

.form--methods div[class*="fieldSpec"] input[type="file"] {
    display: none !important;
}

@media (min-width: 751px) {
    .button-bar__flex {
        display: flex;
        justify-content: center;
    }
}

/* List */
.list--attachments .list__item__actions {
    display: flex;
    gap: var(--spacer--s);
}
