/* ==========================================================================
   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
      : TopNav
      : Banner
      : Steps bar (Override/complement)
      : Result (New)
      : Attachment upload box (New)
      : Cookies
      : Social
      : Footer
      : Swiper

   * PAGETYPES
      : Search jobs
         : Wrapper (Override/complement)
         : Main (Override/complement)
         : Section (Override/complement)
      : Application Methods
      : Details
         : Aside
      : Recomendation list

   * SECTIONS
      : Recomendation

   ========================================================================== */

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

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

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

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

/* 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--login-grid .grid--2--divider > .grid__item:nth-of-type(odd) {
        flex: 0 0 50%;
        padding-right: 0;
    }
}

/* COMPONENTS: TopNav
   -------------------------------------------------------------------------- */

.nav__item--has-subnav:hover .nav__item:not(.nav__item--active) .nav__item__link:hover,
.nav__item--has-subnav:hover .subnav__item:not(.subnav__item--active) .subnav__item__link,:hover
.nav__item--has-subnav:hover .nav__item__link>span:hover,
.nav__item--has-subnav--open .nav__item:not(.nav__item--active) .nav__item__link:hover,
.nav__item--has-subnav--open .subnav__item:not(.subnav__item--active) .subnav__item__link:hover,
.nav__item--has-subnav--overflows-not .portalLanguages__link:hover {
    color: var(--color--nav--item--hover);
}

.article--details.js_collapsible--enabled .js_collapsible__header:after,
.nav__item--has-subnav .nav__item__link:after, .tabs__placeholder:after,
.toggle__icon:after{
    color: var(--color--nav--item--hover);
}

.nav__item--has-subnav:hover .subnav__item:not(.subnav__item--active) .subnav__item__link:active,
.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:hover,
.portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:active,
.portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:focus,
.portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:hover{
    background-color: var(--color--black);
    color: var(--color--white);
}

@media all and (min-width:1025px) and (max-width:1258px){
    .header__wrapper{
        height: 8rem;
    }

    .header__content .header__nav .nav__item:not(.nav__item--login) .nav__item__link{
        max-width: none;
    }

    .nav__list--options{
        flex-wrap: wrap;
        justify-content: center
    }
}

@media all and (max-width:1024px){
    .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,
    .header{
        color: var(--color--black);
    }

    .portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link,
    .portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:link,
    .portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:visited,
    .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(--color--white);
    }

}

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

    .portalLanguages__item+.portalLanguages__item, .subnav__item+.subnav__item,
    .nav__item--has-subnav--overflows-not .portalLanguages,
    .nav__item--has-subnav--overflows-not .subnav__list,
    .nav__item--has-subnav:hover .nav__item__link>span,
    .nav__item--has-subnav:hover .nav__item__link{
        background-color: var(--color--black);
        border: 0;
        box-shadow: none;
    }

    .nav__item--has-subnav:hover .nav__item:not(.nav__item--active) .nav__item__link,
    .nav__item--has-subnav:hover .nav__item:not(.nav__item--active) .nav__item__link:link,
    .nav__item--has-subnav:hover .nav__item:not(.nav__item--active) .nav__item__link:visited,
    .nav__item--has-subnav:hover .subnav__item:not(.subnav__item--active) .subnav__item__link,
    .nav__item--has-subnav:hover .subnav__item:not(.subnav__item--active) .subnav__item__link:link,
    .nav__item--has-subnav:hover .subnav__item:not(.subnav__item--active) .subnav__item__link:visited,
    .nav__item--has-subnav--open .nav__item:not(.nav__item--active) .nav__item__link,
    .nav__item--has-subnav--open .nav__item:not(.nav__item--active) .nav__item__link:link,
    .nav__item--has-subnav--open .nav__item:not(.nav__item--active) .nav__item__link:visited,
    .nav__item--has-subnav--open .subnav__item:not(.subnav__item--active) .subnav__item__link,
    .nav__item--has-subnav--open .subnav__item:not(.subnav__item--active) .subnav__item__link:link,
    .nav__item--has-subnav--open .subnav__item:not(.subnav__item--active) .subnav__item__link:visited,
    .nav__item--has-subnav--overflows-not .portalLanguages__link,
    .nav__item--has-subnav--overflows-not .subnav__item__link{
        color: var(--color--white);
    }

    .nav__item--has-subnav--overflows-not .portalLanguages:hover{
        color: var(--color--brand);
    }

    .nav__item--login span{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .header__nav .nav__item:not(.nav__item--login) .nav__item__link{
        text-align: center;
        white-space: initial;
        color: var(--color--nav--item--hover);
    }

    .nav {
        flex-wrap: nowrap;
    }

}

/* COMPONENTS: NEW TopNav (901939)
   -------------------------------------------------------------------------- */

.nav__item__link>img {
    margin-right: .6rem;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .header__wrapper .logo--header {
        width: 18.2rem;
    }

    .header__nav .nav__item .nav__item__link{
        font-size: 1.4rem;
        font-weight: var(--font--weight--semi-bold);
        border: 0;
        padding: 0;
        margin-right: 3.2rem;
        position: relative;
    }

    .header__content {
        justify-content: inherit;
    }

    .header__nav {
        width: 100%;
    }

    .header__nav .nav {
        justify-content: right;
        align-items: center;
    }

    .header__nav .nav__list--options {
        margin-right: auto;
        margin-left: 4.8rem;
    }

    .nav__item--has-subnav .nav__item__link:after {
        color: var(--color--nav--item--hover);
        transition: transform .3s ease;
        margin-left: .6rem;
    }

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

    .nav__item--has-subnav:hover .nav__item__link {
        border-radius: 0;
    }

    .nav__item__link>span {
        line-height: unset;
    }

    .nav__item--has-subnav .subnav__item__link span,
    .portalLanguages .portalLanguages__link {
        position: relative;
    }

    .portalLanguages .portalLanguages__link::before,
    .nav__item--has-subnav .subnav__item__link span::before,
    .nav__item--has-subnav .nav__item__link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        transition: width .5s ease, opacity .5s ease;
        border-bottom: .1rem solid #43b02a;
        opacity: 0;
        z-index: 3;
    }

    .portalLanguages .portalLanguages__link:hover::before,
    .nav__item--has-subnav .subnav__item__link:hover span::before,
    .nav__item--has-subnav .nav__item__link:hover::before {
        width: 100%;
        opacity: 1;
    }

    .nav__item--has-subnav .portalLanguages, .nav__item--has-subnav .subnav__list {
        padding: 8rem;
        list-style: none;
        height: 40rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 2rem 11.2rem;
        align-content: flex-start;
    }

    .nav__item--has-subnav:hover .portalLanguages, .nav__item--has-subnav:hover .subnav__list {
        display: none;
    }

    .nav__item--has-subnav.nav__item--has-subnav--open:hover .portalLanguages, .nav__item--has-subnav.nav__item--has-subnav--open:hover .subnav__list {
        display: flex;
    }

    .nav__item--has-subnav--overflows-not.nav__item--has-subnav--open .portalLanguages, .nav__item--has-subnav--overflows-not.nav__item--has-subnav--open .subnav__list, .nav__item--has-subnav--overflows-not:hover .portalLanguages, .nav__item--has-subnav--overflows-not:hover .subnav__list {
        padding: 4.8rem 11.6rem 5.4rem;
    }

    .portalLanguages__link, .subnav__item__link {
        padding: 0;
        font-size: 2.4rem;
        font-weight: 300;
        color: var(--color--nav--item--hover);
    }

    .nav__item--has-subnav .nav__item__link[aria-expanded=true]:after {
        content: "\f107";
        transform: rotate(-180deg);
    }

    .nav__list--separator-left {
        border-left-color: #97999b;
        padding-left: var(--spacer--l);
    }
}

@media (max-width: 1024px) {
    a[class*="__trigger"] {
        background-image: var(--menu--icon--image--burger);
        background-size: 4rem;
        width: 4rem;
        left: var(--grid--laterals);
    }

    .header__logo {
        padding-left: 6rem;
    }

    .logo--header {
        width: 14.7rem;
    }

    .header--mobile-menu--from-right .header__wrapper {
        min-height: 7.6rem;
    }

    .tpt_mobile-menu--from-right--moves-over.open {
        top: var(--header--height);
    }

    .nav {
        background-color: var(--color--black);
    }

    .nav__list {
        background-color: var(--color--font--sub);
        font-size: 1.4rem;
    }

    .nav__item__link>span {
        color: var(--color--nav--item--hover);
        font-weight: 600;
    }

    .nav__item__link {
        padding: 1.6rem 1.6rem;
    }

    .nav__item__link .subnav__item__link:first-of-type {
        padding-top: 0;
    }

    a[class*="__trigger"].open:before {
        background-color: unset;
    }

    .nav__list {
        padding: 0;
    }

    .portalLanguages__link, .subnav__item__link {
        color: var(--color--white);
        font-weight: 300;
        padding-left: 3.2rem;
        padding-top: .6rem;
        padding-bottom: .6rem;
    }

    .portalLanguages, .subnav__list {
        padding-bottom: 1rem;
    }

    .nav__item {
        border-top-color: #707377;
    }

    .tpt_mobile-menu--from-right--moves-over__open .tpt_mobile-menu--from-right--moves-over__trigger {
        background-image: var(--menu--icon--image--burger-active);
    }

    .nav__item--has-subnav.nav__item--has-subnav--open .nav__item__link:after {
        color: var(--color--buttons);
    }
}

/* COMPONENTS: Dialog
   -------------------------------------------------------------------------- */
   .ui-dialog .ui-dialog-titlebar-close {
    background-color: transparent;
    border: none;
}

/* 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__header__text__subtitle{
    font-size: 1.2rem;
}

.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: var(--boxes--border--radius);
        border-width: .1rem;
        border-style: solid;
        border-color: var(--boxes--border--color);
    }

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

/* COMPONENTS: Cookies
   -------------------------------------------------------------------------- */
.body .cookies{
    background-color: var(--color--white);
    color: var(--color--black);
    font-family: var(--font--alt), Helvetica;
}

.cookies input:checked + .cookies__settings__option__slider,
.cookies .cookiesButtonAccept{
    background-color: var(--color--buttons);
}

.cookies .avaicon-icon-settings::before,
.cookies .cookiesButtonSave,
.cookies .cookiesButtonReject{
    border-color: var(--color--buttons);
    color: var(--color--buttons);
}

.cookies .cookiesButtonSave:hover{
    border-color: var(--color--buttons);
    color: var(--color--buttons);
    opacity: .8;
}

.cookies__open .cookies__content .cookies__info,
.cookies .cookies__settings,
.cookies .cookies__settings__buttons{
    border-color:#E9E9E9
}

/* COMPONENTS: Social
   -------------------------------------------------------------------------- */
.footer__social__item{
    width: 2.8rem;
    height: 2.8rem;
}

.footer__social__item--facebook{
    background-image: var(--social--icon--facebook--grey);
}

.footer__social__item--facebook:hover{
    background-image: var(--social--icon--facebook);
}

.footer__social__item--linkedin{
    background-image: var(--social--icon--linkedin--grey);
}

.footer__social__item--linkedin:hover{
    background-image: var(--social--icon--linkedin);
}

.footer__social__item--x{
    background-image: var(--social--icon--x);
    background-color: #707377;
    border-radius: 2rem;
    background-position: center;
}

.footer__social__item--x:hover{
    background-color: var(--color--black);
}

.footer__social__item--instagram{
    background-image: var(--social--icon--instagram--grey);
}

.footer__social__item--instagram:hover{
    background-image: var(--social--icon--instagram);
}

/* COMPONENTS: Footer
   -------------------------------------------------------------------------- */

.footer__rights__copy{
    color: var(--color--white);
}

.footer__links .link {
    font-weight: 600;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .footer__content--bottom {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer__links {
        flex-direction: column;
        margin-top: 0;
    }

    .footer__social__item+.footer__social__item {
        margin-left: var(--spacer--m);
    }

    .footer__rights__copy {
        font-size: 1.6rem;
    }

    .footer * {
        line-height: 200%;
    }
}

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

:root {
    --swiper__slide--gap: var(--grid--columns--gap);
    --swiper-navigation-size: 4.4rem;
}

.slider{
    position:relative;
}

.swiper-container {
    width: calc(100% - (var(--swiper__slide--gap)*2) - var(--swiper-navigation-size));
}

.swiper-slide{
    height: auto;
    margin-bottom: 1rem;
}

.swiper-slide .article--card {
    box-sizing: border-box;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
    --swiper-theme-color: var(--color--black);
}

.swiper-button-next,
.swiper-button-prev{
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: calc(var(--swiper-navigation-size)/2);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev{
    right: 0;
    z-index: 7;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
    left: 0;
    z-index: 7;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .swiper-container {
        width: calc(100% - (var(--swiper__slide--gap)*3) - var(--swiper-navigation-size));
    }
}

@media all and (max-width:1024px) {
    .swiper-slide .article--card {
        max-width: 38rem;
    }
}

/* 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 {
        --color--background: var(--color--white);
    }

}

/* 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: var(--dividers--border--color);
        overflow: visible;
    }

}

/* 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 .toggle--search {
        right: var(--spacer--l);
    }

}

/* 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--white);
        padding: var(--spacer--xl) 0;

    }

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

}

/* PAGETYPES: Search jobs: Results
   -------------------------------------------------------------------------- */
.section__content__results,
.section__content__results .table--default tbody tr+tr>* {
    border-width: 0;
    border-bottom-width: 0;
    border-top-width:0;
}

.section__content__results table:not(.table--cards) td {
    padding-top: var(--spacer--m);
    padding-bottom: var(--spacer--m);
}

.section__content__results table:not(.table--cards) .visibility--only-card {
    display: none;
}

.section__content__results table.table--cards .visibility--only-card {
    display: inline-flex;
}

.section__content__results .article__header__text__title {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.section__content__results .table--cards .article__header__text__title {
    white-space: normal;
}

.section__content__results .table--cards .article__header__text__title {
    height: 6.6rem;
}

.section__content__results table:not(.table--cards) .article__header__text__subtitle {
    color: var(--color--title-sub);
    margin-top: .6rem;
    font-size: 1.4rem;
}

.section__content__results .button {
    padding: 0 var(--spacer--xxl);
}

.section__content__results table:not(.table--cards) tbody tr {
    width: 100%;
    display: flex;
    margin-bottom: var(--spacer--m);
    justify-content: space-between;
    align-items: center;
    column-gap: 3.2rem;
    border-radius: var(--border--radius--boxes);
    border-left: 1.1rem solid var(--color--brand--sub-1);
    border-right: 0.1rem solid var(--color--brand--sub-1);
    border-top: 0.1rem solid var(--color--brand--sub-1);
    border-bottom: 0.1rem solid var(--color--brand--sub-1);
}

.section__content__results table:not(.table--cards) tbody tr .td__actions strong {
    width: 100%;
    display: block;
    text-align: center;
}

.section__content__results table:not(.table--cards) tbody tr .td__actions .button--share {
    margin-top: 1.6rem;
}

.section__content__results table:not(.table--cards) td{
    width: auto;
    background-color: unset;
    display: flex;
    align-items: start;
    flex-direction: column;
    height: 100%;
}

.section__content .table--cards .article__header__text__subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1.6rem;
}

.section__content__results .table--cards .article__header__text__subtitle span {
    color:var(--color--font--sub);
    font-weight: 400;
}

.section__content__results .table--cards .list-item__separator {
    display: none;
}

.section__content__results .list-item__separator {
    color:#cccccc;
    padding-right: var(--spacer--s);
}

.section__content__results .table--cards .list-item__label {
    font-weight: 600;
    display: block;
    color:var(--color--black);
}

.table--cards tbody tr>:first-child {
    height: unset;
    font-size: unset;
}

.table--cards tbody tr td:last-child:not(:first-child) .article__header__actions {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.table--cards tbody tr td:last-child:not(:first-child) .article__header__actions strong {
    margin: auto 0;
}

.body--search-jobs .table--cards tbody tr td:nth-child(2) {
    height: unset;
    border-top-color: var(--color--brand--sub-1);
    overflow: initial;
}

.table--cards tbody tr {
    border-radius: var(--border--radius--boxes);
    box-shadow: 0.2rem 0.2rem 0.4rem 0 var(--color--shadow-1);
    border: 0.1rem solid var(--color--brand--sub-1);
    border-left: .6rem solid var(--color--brand--sub-1);
}

.table--cards .article__header__text__title a {
    font-size: 1.6rem;
    font-weight: 400;
}

.body--search-jobs .section__content__results.table__wrap .article__header__text__subtitle__card,
.body--search-jobs .section__content__results .table--cards .article__header__text__subtitle__list {
    display: none;
}

.body--search-jobs .section__content__results .article__header__text__subtitle__card p {
    display: flex;
    flex-direction: column;
}

.body--search-jobs .section__content__results .article__header__text__subtitle__card p + p {
    margin-top: .8rem;
}

.table--cards .card--box .button--primary {
    width: 10.8rem;
    min-height: 3.2rem;
}

.table--cards .button--share {
    padding-right: 0;
}

.table--cards .card--box .share--popUp {
    display: flex;
    align-items: center;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .table--cards .card--box:hover {
        border-left: .6rem solid var(--color--clickeable);
        background-color: var(--color--background--box);
        box-shadow: .4rem .4rem 1rem 0 var(--color--shadow-2);
        transition: all .3s ease;
    }
}

@media (max-width: 1024px) {
    .table--cards .article__header__text__title a {
        color: var(--color--clickeable);
    }

}

/* PAGETYPES: Application Methods
   -------------------------------------------------------------------------- */
.body--methods .button--primary:focus{
    border-color: var(--color--buttons);
    background-color: var(--color--buttons);
}

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

.grid__item--main .js_views .article--details+.article--details{
    border-top-color: #CCCCCC
}

/* PAGETYPES: Details: Aside
   -------------------------------------------------------------------------- */

@media all and (min-width:1025px){
    .body--aside-fixed-on-scroll .aside{
        position: sticky;
        top: calc(var(--header--height) + var(--main--padding--top));
    }
}

/* PAGETYPES: Recomendation list
   -------------------------------------------------------------------------- */
.body--recommendation .article__header__text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media all and (max-width:750px){
    .body--recommendation .article__header__text{
        align-items: flex-start;
    }
}

/* COMPONENTS: matching pill
   -------------------------------------------------------------------------- */

.matching-pill{
    border-radius: var(--buttons--border--radius);
    border-width: 0.1rem;
    border-style: solid;
    padding-top: 0.8rem;
    min-width: 9.8rem;
    text-align: center;
    height: 4rem;
    font-weight: 600;
}

/* SECTIONS: Recomendations
   -------------------------------------------------------------------------- */
.body--get--recomendation .main__wrapper{
    padding: 0;
    max-width: none;
}

.main__wrapper--get--recomendation{
    padding-top: var(--main--padding--top);
    padding-bottom: var(--main--padding--bottom);
    padding-right: var(--grid--laterals);
    padding-left: var(--grid--laterals);
    max-width: calc(var(--grid--laterals) + var(--content--w--full) + var(--grid--laterals));
}

.section--recomendation {
    display: flex;
    background: var(--color--buttons);
    justify-content: center;
    align-items: center;
    padding-top: var(--spacer--xs);
    padding-bottom: var(--spacer--xs);
}

.section--recomendation--text{
    padding-right: var(--spacer--s);
    color: var(--color--white);
    font-family: var(--title--font);
}

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

    .section--recomendation--text,
    .section--recomendation .button{
        margin-bottom: var(--spacer--s);
        margin-top: var(--spacer--s);
    }
}

/* PAGETYPES: Home page NEW
   -------------------------------------------------------------------------- */

.body--home .main__wrapper {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.section--grey {
    background-color: var(--color--background--gray);
}

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

.body--home,
.body--search-jobs,
.body .banner,
.body .footer,
.body .header {
    font-family: var(--font--alt),Arial,Helvetica,sans-serif;
}

/* COMPONENTS: Banner
   -------------------------------------------------------------------------- */

.banner__flex {
    display: flex;
}

.body .banner--main {
    --banner--background--image--sizing: auto 38rem;
}

.body .banner__wrapper {
    flex-direction: column;
    align-items: start;
    padding-top: 4.8rem;
    transition: all .3s ease;
}

.body .banner__wrapper .banner__text__title {
    letter-spacing: -.282rem;
    font-size: 4.2rem;
    font-weight: 400;
}

.banner--secondary--top {
    margin-left: 0;
    width: auto;
}

.body .banner__text__subtitle {
    max-width: 69.2rem;
    font-weight: 400;
    font-size: 1.6rem;
    text-transform: initial;
    line-height: 1.5;
    padding-top: 1.6rem;
}

.banner__text__title__phrase {
    font-weight: 600;
    margin-top: 6.4rem;
}

.body .banner--secondary--top {
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
    background-color: transparent;
}

.body .banner--secondary--top .button {
    width: 36.7rem;
}

.body .banner__image__inner {
    display: none;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .body .banner--main {
        background-image: none;
    }

    .body .banner__image__inner {
        display: block;
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .body .banner__image__inner {
        width: 38rem;
        margin: 0 auto;
    }

    .body .banner__wrapper {
        width: 60%;
        margin-left: 0;
    }

    .body .banner__text__title__phrase {
        margin-top: 1.6rem;
    }

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

@media (max-width: 1024px) {
    .body .banner__wrapper {
        padding-top: 3.2rem;
        padding-bottom: 4.8rem;
    }

    .body .banner__wrapper .banner__text__title {
        font-size: 3.2rem;
        letter-spacing: -.223rem;
    }

    .body .banner__text__subtitle {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
        max-width: 100%;
    }

    .body .banner__text__title__phrase {
        margin-top: 3.2rem;
        text-align: center;
    }

    .banner--secondary--top {
        margin: 0;
        width: 100%;
    }

    .body .banner--secondary--top .button {
        width: 100%;
    }
}

/* simple banner */
.body--banner-fixed-on-scroll.body--banner-simple {
    --banner--height: 20rem;
}

.body--banner-simple .banner--main {
    --banner--height: 20rem;
    --banner--background--image--position: right center;
    --banner--background--image--sizing: auto 20rem;
}

.body--banner-simple .banner__wrapper {
    padding-top: 0;
    justify-content: center;
}

.banner__profile {
    display: flex;
}

.body--profile.body--banner-simple .banner__text__subtitle {
    padding-top: 1.6rem;
    padding-bottom: 0;
}

@media all and (min-width:1150px) {
    .body--banner-simple .banner--main {
        --banner--background--image--position: right calc((100vw - var(--grid--width)) * .5) center;
    }
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .body--banner-simple .banner__wrapper .banner__text__title {
        padding-right: 20rem;
    }

    .body--login-grid .grid--2--divider > .grid__item:nth-of-type(even) .button-bar {
        padding-top: var(--spacer--xs);
    }

    .body--profile.body--banner-simple .banner--scrolling .banner__text__title {
        font-size: 2.8rem;
    }

    .body--profile.body--banner-simple .banner--main.banner--scrolling .banner__wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .body--banner-simple .banner--main.banner--scrolling {
        background-image: var(--banner--background--image);
    }

    .body.body--banner-simple .banner__text__title {
        font-size: 2.8rem;
    }
}

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .body--profile.body--banner-simple .banner--scrolling .banner__text__subtitle {
        padding-top: .4rem;
    }

    .body--profile.body--banner-simple .banner__image {
        margin: auto;
        margin-right: var(--spacer--m);
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .body--banner-simple .banner__flex {
        flex-direction: column;
        width: 100%;
    }

    .body--banner-simple .banner__image__inner {
        width: 20rem;
        margin: 0 auto;
    }
}

/* COMPONENTS: Home page - slider
   -------------------------------------------------------------------------- */

.body--home .section--slider {
    padding-top: 4.8rem;
    padding-bottom: 4rem;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    color: #458592;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 2.4rem;
}

.section--slider {
    background: var(--color--white);
    min-height: 44.2rem;
    position: relative;
    padding: 4rem 4rem;
    border-radius: 7.5rem 0 0 0;
    margin-right: 2rem;
}

.section--slider .article--card {
    border: 0.1rem solid #e8e8e8;
    border-radius: 1.2rem;
    box-shadow: .2rem .2rem .4rem 0 var(--color--shadow-1);
}

.section--slider .article--card .article__header {
    margin-top: 0;
    max-height: 13.8rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: auto;
    height: 100%;
}

.section--slider .article--card .article__header .article__header-image {
    min-width: 100%;
    min-height: 100%;
    aspect-ratio: 23/12;
}

.section--slider .article--card .article__header .article__header__text {
    position: absolute;
    margin: var(--spacer--m);
}

.section--slider .article--card .article__content__text__title {
    width: auto;
    height: 6.6rem;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    margin-bottom: 1.2rem;
}

.section--slider .article--card .article__content {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
    margin-top: 0;
}

.section--slider .article--card .article__content .paragraph {
    color: var(--color--font--grey);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
}

.section--slider .article--card .article__content .paragraph .field-value{
    color: var(--color--font--grey);
}

.section--slider .article--card .article__footer {
    padding-top: .8rem;
    padding-bottom: 1.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    border-top: 0.1rem solid #cccccc;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    font-size: 1.4rem;
    align-items: center;
}

.section--slider .article--card .article__footer p {
    height: var(--buttons--height);
    display: flex;
    align-items: center;
}

.section--slider .article--card .article__footer .button {
    width: 10.8rem;
}

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

@media (max-width: 1024px) {
    .body--home .section--slider {
        padding: 2.4rem 1.6rem 4.8rem;
    }

    .section--slider .section__header--action-next-to-title .section__header__text__title {
        font-size: 2.4rem;
    }

    .section--slider .section__wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .section--slider .article--card .article__footer {
        padding-bottom: .8rem;
    }

    .section--slider .article--card .article__footer .link {
        font-size: 1.6rem;
    }

    .section--slider .article--card .article__footer {
        --buttons--height: 3.2rem;
    }

    .section--filters-slider {
        margin-top: 0;
        background-color: var(--color--background--gray);
        border-radius: 0;
        padding-top: 3.2rem;
        padding-bottom: 5.5rem;
    }

    .section--filters-slider .section__wrapper {
        padding-top: 0;
    }

    .section--filters-slider .article--place {
        width: 100%;
        height: 100%;
    }

    .section--places {
        display: none;
    }
}

/* COMPONENTS: Home page - search bar
   -------------------------------------------------------------------------- */

.body--home .section--search {
    padding-bottom: 7.2rem;
}

.body--home .section--search .Section {
    display: flex;
}

.body--home .section--search .Section .TextField {
    float: left;
    width: 100%;
}

.body--home .section--search .Section .fieldSpec {
    padding-bottom: 0;
}

.body--home .section--search .Section input {
    border: .1rem solid #cccccc;
    border-radius: 0;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.body--home .section--search .Section .ButtonBarField {
    width: unset;
}

.body--home .section--search .Section .submitButton {
    --buttons--font--size: 1.6rem;
    font-weight: 700;
    border-radius: 0;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    width: 9rem;
    float: right;
}

@media (max-width: 1024px) {
    .body--home .section--search {
        margin-top: 0;
        padding-bottom: 4rem;
    }
}

/* COMPONENTS: Home page - filter set cards
   -------------------------------------------------------------------------- */

.section--places.section--grey {
    margin-top: 0;
}

.section--places.section--grey .section__wrapper {
    padding-top: 6.4rem;
    padding-bottom: 8rem;
}

.section--places .article__content {
    margin-top: 5.6rem;
}

.section--places .section__content {
    display: flex;
    justify-content: center;
    column-gap: 2.4rem;
}

.section--places .article__content .article+.article {
    margin-top: 0;
}

.article--place {
    box-sizing: border-box;
    position: relative;
    border-radius: 1.2rem;
    width: 28.4rem;
    color: var(--color--white);
    box-shadow: .2rem .2rem .4rem 0 var(--color--shadow-1);
}

.article--place .article--place--image {
    width: 100%;
    overflow: hidden;
    border-radius: 1.2rem 1.2rem 0 0;
}

.article--place .article--place--image img {
    width: 100%;
    min-height: 13.2rem;
}

.article--place .article__header__text__title {
    text-align: center;
    font-size: 1.4rem;
    line-height: 4rem;
    background-color: #007cb0;
    margin: 0 4rem;
    border-radius: 2rem;
}

.article--place .article__header {
    position: absolute;
    bottom: 2.4rem;
}

@media (max-width: 1024px) {
    .article--place {
        max-width: 38rem;
    }
}

/* COMPONENTS: Home page - events
   -------------------------------------------------------------------------- */

.section--events {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.section--events .section__content {
    display: flex;
}

.section--events .article+.article {
    margin-top: 0;
    text-align: center;
}

.section--events .article__header+* {
    margin-top: 2.4rem;
}

.section--events .paragraph {
    padding-bottom: var(--spacer--l);
}

.section--events .button-bar {
    padding-top: 4.8rem;
}

.section--events .button {
    width: 28.9rem;
    margin-bottom: 0;
}

@media (max-width: 750px) {
    .section--events {
        padding-top: 3.2rem;
        padding-bottom: 4.8rem;
        margin-top: 0;
    }

    .section--events .t--08 {
        font-size: 2.4rem;
    }

    .section--events .article__header+* {
        margin-top: 3.2rem;
    }

    .section--events .article--img {
        width: 15.6rem;
        text-align: center;
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .section--events .button-bar {
        padding-top: 0rem;
    }

    .section--events .button {
        width: 100%;
    }
}

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

}

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

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

}

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

   /* Media query to target only mobile */
@media all and (max-width:750px) {
    .body--search-jobs .main__wrapper {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .body--search-jobs .section__header__text__toggle {
        padding: var(--grid--laterals);
        border-bottom: .1rem solid var(--color--gray);

    }

    .body--search-jobs .section__header__text__toggle .section__header__text__title {
        color: var(--color--toggle--icon);
    }

    .section--collapsible-form-search .form--search .Section {
        background-color: var(--color--white);
        border-top: .1rem solid var(--color--clickeable);
        border-bottom: .1rem solid #cccccc;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        border-bottom-left-radius: 1.2rem;
        border-bottom-right-radius: 1.2rem;
    }

    .section--collapsible-form-search .form--search .toggle--search {
        border-radius: 0;
        background-color: var(--color--white);
        right: var(--grid--laterals);
    }

    .form--search .toggle--search.toggle .toggle__icon:after {
        color: var(--color--clickeable);
    }

    .form--search.form--open .toggle--search {
        background-color: var(--color--clickeable);
    }

    .form--search.form--open .toggle--search.toggle .toggle__icon:after {
        color: var(--color--white);
    }

    .toggle--content {
        display: none;
    }

    .table__row--open .toggle--content {
        display: block;
    }

    .card--box.table__row--open {
        border-left: 0.6rem solid var(--color--clickeable);
    }

    .body--search-jobs .table--cards tbody tr td:nth-child(2) {
        padding-right: var(--boxes--padding--outers);
    }

    .body--search-jobs .list-controls--bottom {
        justify-content: center;
    }

    .body--search-jobs .list-controls__text-none {
        display: none;
    }
}

/* 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 .toggle--search {
        right: var(--spacer--l);
    }

    .section--collapsible-form-search .form--search .Section {
        padding-bottom: var(--grid--columns--gap);
        padding-left: var(--grid--columns--gap);
    }
}

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

    .section--search-jobs .grid--2--sidebar--aside-left>.grid__item--aside-left {
        max-width: 28.4rem;
        padding-left: 0;
    }
}

/* PAGETYPES: Search jobs: Search form
   -------------------------------------------------------------------------- */
/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .body--search-jobs .section__wrapper {
        padding-left: 0;
        padding-right: 0;
        max-width: 120.8rem;
        margin-top: 0;
    }

    .body--search-jobs .grid--2--sidebar {
        justify-content: center;
    }

    .section--search-jobs .form--search {
        margin-bottom: 7rem;
        border: .1rem solid var(--color--brand--sub-1);
        padding: var(--spacer--l) 1.5rem;
        border-radius: var(--border--radius--boxes);
        box-shadow: .2rem .2rem .4rem 0 var(--color--shadow-1);
        margin-top: 0;
    }

    .section--search-jobs .form--search .button-bar--cols-1 button {
        width: 100%;
    }

    .section--search-jobs .grid--2--sidebar>.grid__item {
        padding-top: 4.8rem;
    }
}

.body--search-jobs .dropdown__placeholder{
    height: 4rem;
}

.body--search-jobs .dropdown__placeholder{
    padding-left: 1.2rem;
    padding-right: 2.6rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 0.1rem 0.2rem 0.1rem 0.4rem;
    border-radius: 0.2rem;
    border:0;
    background-color: #e8e8e8;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
    color: var(--color--black);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: var(--color--font--grey);
    font-weight: normal;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: var(--color--clicked);
}

.grid__item--aside-left .form--search .title {
    color: var(--color--brand--sub-6);
    font-weight: 400;
    margin-bottom: var(--spacer--s);
}

.grid__item--aside-left .form--search .submitButton {
    margin-bottom: var(--spacer--m);
}

.card--box{
    border: 0.1rem solid var(--color--brand--sub-1);
    border-radius: var(--border--radius--boxes);
    box-shadow: 0.2rem 0.2rem 0.4rem 0 var(--color--shadow-1);
}

.section__content__results .table--default .card--box:hover {
    background-color: var(--color--background--box);
    box-shadow: .4rem .4rem 1rem 0 var(--color--shadow-2);
    border-left: 1.8rem solid var(--color--clickeable);
    transition: all .3s ease;
}

.dropdown__list, .dropdown__placeholder, .form .tox.tox-tinymce, .form input[type=color], .form input[type=date], .form input[type=datetime-local], .form input[type=email], .form input[type=file], .form input[type=month], .form input[type=number], .form input[type=password], .form input[type=range]:not(.progress-bar__selector), .form input[type=search]:not([class*=select2]), .form input[type=tel], .form input[type=text]:not([class*=select2]), .form input[type=time], .form input[type=url], .form input[type=week], .form select, .form textarea, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border-color: var(--color--gray);
}

.body--search-jobs .form--search .fieldSpec>label {
    font-size: 1.4rem;
    padding-bottom: .8rem;
}

.body--search-jobs .form--search .button-bar__wrap {
    display: flex;
    flex-direction: column;
}

.body--search-jobs .form--search .clearButton {
    --buttons--border--color: var(--color--clickeable);
    --buttons--background--color: var(--color--white);
    --buttons--font--color: var(--color--clickeable);
    border-radius: 2rem;
    margin-left: 0;
}

.body--search-jobs .form--search .clearButton:hover {
    --buttons--border--color: var(--color--clicked);
    --buttons--background--color: var(--color--white);
    --buttons--font--color: var(--color--clicked);
}

.body--search-jobs .form--search .clearButton:focus,
.body--search-jobs .form--search .clearButton:active {
    --buttons--border--color: var(--color--clicked);
    --buttons--background--color: var(--color--white);
    --buttons--font--color: var(--color--clicked);
}

.body--search-jobs .form--search .clearButton.button--disabled,
.body--search-jobs .form--search .clearButton:disabled {
    --buttons--border--color: transparent;
    --buttons--background--color: #e8e8e8;
    --buttons--font--color: #666666;
}

.body--search-jobs .table--default .card--box .article__header__actions .button {
    width: 14.9rem;
}

.table--default .card--box .share--popUp {
    display: block;
    margin-left: 0;
}

.card--box .share--popUp .share__popup, .share--popUp--topRight .share__popup:before {
    border-color: var(--color--gray);
}

.card--box .article__header__text__title a:hover {
    color: var(--color--clickeable);
}

.body--search-jobs .button--share {
    --buttons--border--color: transparent;
    --buttons--background--color: transparent;
    --buttons--font--color: var(--color--clickeable);
    font-weight: 600;
    min-height: auto;
    padding: 0;
}

.body--search-jobs .button--share:hover span,
.body--search-jobs .button--share:focus span,
.body--search-jobs .button--share:active span {
    text-decoration: underline;
}

.body--search-jobs .button--share.button--disabled,
.body--search-jobs .button--share:disabled {
    --buttons--font--color: #666666;
}

.body--search-jobs .section__content__results table:not(.table--cards) td:last-child {
    width: auto;
    padding-right: 1.6rem;
}

.body--search-jobs .dropdown__placeholder {
    color: var(--color--dropdown--placeholder);
}

.body--search-jobs .list-controls__text__reset {
    font-style: normal;
}

.body--search-jobs .list-controls__pagination {
    font-weight: 600;
}

.body--search-jobs .list-controls__pagination__item:not(.currentPageLink) {
    margin-left: 1.2rem;
}

@media (min-width: 1025px) {
    .body--search-jobs .list-controls--top {
        margin-bottom: 0;
    }

    .section--search-jobs .section__content__results {
        padding-bottom: 1rem;
    }
}

.table--default tbody tr.card--box>:first-child {
    padding-left: 2.4rem;
    max-width: 66.3rem;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .grid__item--aside-left .form--search .title {
        color: var(--color--toggle--icon);
        font-weight: 400;
        font-size: 1.6rem;
        width: 100%;
        border-bottom: .1rem solid #005587;
        padding-bottom: var(--spacer--m);
    }
}

.switcher__toggling__option .fa-lg {
    font-size: 3.2rem;
}

.switcher [class*="__option"],
.switcher [class*="__option"]:active,
.switcher [class*="__option"]:focus,
.switcher [class*="__option"]:hover {
    color: #a5a5a5;
}

.color--blue {
    color: #007cb0;
}

.font--weight-normal {
    font-weight: 400;
}

.font--weight-semibold {
    font-weight: 600;
}

/* COMPONENTS: matching pill NEW
   -------------------------------------------------------------------------- */

   .matching-pill {
    border-radius: 1.1rem;
    width: 9.8rem;
    text-align: center;
    color: var(--color--white);
    font-weight: 400;
    font-size: 1.4rem;
    height: 2.2rem;
    padding-top: 0;
}

.matching-pill--strong{
    border-color: var( --color--matching--strong);
    background-color: var( --color--matching--strong);
}

.matching-pill--great{
    background-color: var(--color--matching--great);
    border-color: var(--color--matching--great);
    color: var(--color--black);
}

.matching-pill--good{
    border-color: var(--color--matching--good);
    background-color: var(--color--matching--good);
    color: var(--color--black);
}

.body--search-jobs .table--jobs tbody tr.card--box--with-no-results {
    border: 0;
    box-shadow: unset;
    border-width: 0;
}

.body--search-jobs .table--jobs tbody tr.card--box--with-no-results td:last-child .link {
    font-weight: 700;
    display: block;
    float: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 1.4rem;
}

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .banner--scrolling .banner__scrolling__hide {
        display: none;
    }

    .banner__scrolling__hide {
        transition: all .3s ease;
    }
}

.article__content__paragraph {
    height: calc(calc(.2rem + 2ex + .2rem)* 6 + var(--spacer--s)* 2);
}

.nav__item--login .nav__item__link, .nav__item--login:not(.nav__item--active) .nav__item__link:visited {
    color: var(--color--nav--item--hover);
}

.methodButton--dropbox:hover, .methodButton--file:hover, .methodButton--later:hover, .methodButton--paste:hover {
    background-color: var(--color--white);
    border-color: var(--color--button--blue-hover);
    --buttons--font--color: var(--color--button--blue-hover);
}

@media all and (max-width:513px) {
    .body--home .swiper {
        overflow: visible;
    }

    .body--home .swiper-slide:not(.swiper-slide-active) {
        visibility: hidden;
    }

    .body--home .swiper-slide:not(.swiper-slide-active) * {
        display: none;
    }
}

.body button:not(.saveButton):not(.submitButton):not(.nextButton):not(.formNextButton):not(.gotoButton):not(.redirectUrlButton)~.cancelButton:hover {
    text-decoration: none;
}

.body .cookiesButton {
    border-radius: 2rem;
}
