/* ==========================================================================
   16_SPECIFICS
   --------------------------------------------------------------------------
   * README

   * DOCUMENT
   * PROFILE: ARTICLE LEVEL: ATTACHMENT UPLOAD
   * PROFILE: ARTICLE LEVEL: ATTACHMENT UPLOAD
   ========================================================================== */

/* README
   ========================================================================== */

/*!
 * Styles on this stylesheet are the All specific styles.
 * That means they apply to any page that deals with an exception to any
 * default style.

 * If you need to deal with an exception to any default styles, you should
 * manage it by adding a .X--modifier class to the .X element and develop the
 * given exception nested to this .X--modifier class in this stylesheet under
 * the corresponding page subtitle.

 * These .X--modifier classes and its nested styles are grouped by page in which
 * are featured, sorted by HTML depth, and separated in Structure, Behaviour or
 * Appearance styles as appropriate.
 */

/* DOCUMENT
   ========================================================================== */

.body {
    font-family: var(--font);
}

.portalLanguages {
    max-height: 80vh;
    overflow-y: scroll;
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    [class*="__wrapper"] {
        max-width: var(--grid--width);
    }

    .body--IE [class*="__wrapper"] {
        --content--w--full: 105.4rem; /* the previous calc doesn't work due to the IE polyfill nesting limitations */
    }

    [class*="--w--semifull"] {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: var(--content--w--semifull);
    }

    .grid--2--sidebar > .grid__item {
        padding-left: 0;
    }

    .grid--2--sidebar .grid__item:first-of-type .section {
        padding-right: calc( var(--spacer--xxl) *2 );
    }

}

[class*="__title--0"]{
    font-size: 7.2rem;
    font-weight: var(--font--weight--medium);
}

[class*="__title--4"]{
    font-size: 3.2rem;
    font-weight: var(--font--weight--medium);
    color: var(--color--brand);
}

@media (max-width: 1024px){
    [class*="__title--4"] {
        font-size: 2rem;
    }

    [class*="__title--0"]{
        font-size: 3.6rem;
    }
}

@media (min-width: 751px){
    .body--banner-fixed-on-scroll .banner--main.banner--scrolling .banner__text__title {
        font-size: 5.3rem;
    }
}

.dropdown__placeholder{
    font-weight: 500;
    border-width: 0;
    border-bottom-width: 1px;
}

.dropdown__placeholder:before{
    background-image: url('../images/icon--dropdown.svg');
    border-top: none;
    background-size: cover;
    background-position: center;
    height: 5px;
    width: 8px;
}

.link{
    font-weight: 500;
    border-bottom-width: 0;
}

.link:hover{
    border-bottom-color:transparent;
    color: var(--color--brand--sub-1);
}

[class*="--centered"]{
    text-align: center;
}

[class*="--boxed--custom"] {
    background-color: transparent;
    padding: var(--spacer--m) !important;
}

[class*="__wrapper"] {
    padding-right: unset;
    padding-left: unset;
}

@media (max-width: 1024px){
    [class*="__wrapper"],
    .footer {
        padding-right: var(--grid--laterals);
        padding-left: var(--grid--laterals);
    }

    .video__wrapper,
    .footer__wrapper {
        padding-right: unset;
        padding-left: unset;
    }
}

/* BANNER: MAIN
   ========================================================================== */

.banner--main {
    background-image: var(--banner--background--image);
    background-position: center;
    background-size: cover;
}

.banner__text__subtitle:first-of-type {
    font-size: 1.8rem;
    font-weight: var(--font--weight--medium);
    line-height: 1.3;
}

@media (min-width: 751px){
    .banner__text__title br {
        display: block;
    }
}

.main{
    background-image: var( --main--background--image);
    background-position: top;
    background-size: cover;
}

@media (max-width: 750px){
    .body--search-jobs .banner--main{
        height: 16.4rem;
    }
}

/* BANNER: SECONDARY
   ========================================================================== */
.banner--secondary{
    color: var(--banner--font--color);
    margin-top: var(--spacer--xl);
    margin-bottom: var(--spacer--xl);
}

.banner--secondary .banner__wrapper{
    padding-top: var(--spacer--xxl);
    padding-bottom: var(--spacer--xxxl);
    justify-content: flex-start;
    border-top: solid 1px #cad1d3;
}

.banner--secondary .banner__text{
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.banner--secondary .banner__text__title {
    color: var(--color--brand);
}

.banner--secondary .banner__text p{
    color: #435254;
    min-width: 25%;
}

.banner__button-wrapper {
    min-width: 25%;
    text-align: right;
}

.banner--secondary .button {
    background-color: #25543e;
}

.banner--secondary .button:hover,
.banner--secondary .button:focus,
.banner--secondary .button:active {
    background-color: #25543e;
    border-color: #25543e;
    color: #FFFFFF;
}

.button__sign-up__icon {
    margin-left: 1.4rem;
}

@media all and (max-width:750px) {
    .banner--secondary .banner__wrapper{
        padding-left: 0;
        padding-top: var(--banner--padding--top);
        padding-bottom: var(--banner--padding--bottom);
    }

    .banner--secondary .banner__text {
        max-width: 100%;
    }

}

@media all and (max-width:1024px) {
    .banner--secondary .banner__text {
        flex-direction: column;
    }

    .banner--secondary .banner__text > * {
        margin-top: var(--spacer--xl);
    }

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

    .banner--secondary .banner__text p{
        font-size: 1.6rem;
    }

}

/* PROFILE: ARTICLE LEVEL: ATTACHMENT UPLOAD
   ========================================================================== */
.article--attachments-upload {
    border-radius: var(--boxes--border--radius);
    border-width: 1px;
    border-style: dashed;
    border-color: var(--boxes--border--color);
    background-color: #FFFFFF;
    padding: var(--boxes--padding--outers) var(--boxes--padding--outers);
}

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

/* PROFILE: ARTICLE LEVEL: ATTACHMENT UPLOAD
   ========================================================================== */

.list--attachments .list__item__actions .link {
    font-weight: var(--font--weight--semibold);
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

/* CREATE ALERT
   ========================================================================== */

.section__content--saved-alert {
    padding-bottom: calc( var(--spacer--m) * 10 );
}

/* TABLES
   ========================================================================== */

.table--default, .tableField {
    table-layout: fixed;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-color: #cccccc;
    border-top-color: #c0d4cb;
}

.table--default tbody tr + tr td, .tableField tbody tr + tr td {
    border-top-color: #cccccc;
}

.table--default thead th, .tableField thead th {
    background-color: #c0d4cb;
    color: var(--color--brand);
}

.table--default thead th, .tableField thead th, .table--default td[data-th]:before {
    font-weight: var(--font--weight--semibold);
}

.table--default tbody td, .tableField tbody td{
    line-height: 1.5;
    word-break: break-word;
}

.table, .tableField{
    background-color: transparent;
}

.table--default tbody td:last-of-type .link {
    text-decoration: underline;
}

.table--default tbody td:nth-of-type(1) .link {
    white-space: inherit;
    word-break: inherit;
}

@media all and (max-width:1024px) {
    .table--cards tbody td:nth-of-type(1) .link{
        font-size: 2rem;
        font-weight: 600;
    }

    .table--jobs tbody td:first-of-type{
        font-size: 20px;
        font-weight: 600;
        color: var(--color--brand);
    }

    .table--cards tbody td[data-th]:before {
        font-weight: var(--font--weight--bold);
    }
}

/* FORMS
   ========================================================================== */

.fieldSpec > label,
.datasetfieldSpec > label,
.formfieldSpec > label,
.fieldSpec fieldset > legend,
.AlertCustomField label,
.DateFormField > div > label{
    text-transform: uppercase;
    font-weight: var(--font--weight--medium);
    color: var(--color--brand--sub-1);
}

.form select:not([multiple]){
    background-image: url('../images/icon--dropdown.svg');
}

div[class*="fieldSpec"] .errorMessage{
    font-weight: 500;
    font-size: 1.4rem;
}

.Separator > legend {
    font-size: 3.2rem;
    font-weight: var(--font--weight--medium);
    color: var(--color--brand);
    margin-top: 4rem;
}

.form select:not([multiple]),
.select2-container .select2-search--inline .select2-search__field {
    font-size: 1.6rem;
}

.select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:focus, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single{
    box-shadow: 0 0 4px 0 var(--color--clickeable);
    border-color: #FFFFFF;
}

.form select option {
    padding: var(--spacer--m) var(--spacer--s);
    font-size: 1.8rem;
}

.SeparatorDescription > span,
div[class*="fieldSpec"] div[class*="description"] {
    font-size: 1.8rem;
    font-weight: var(--font--weight--medium);
}

.form .FileField input:not([type="checkbox"]):not([type="radio"]):not([class*="select2"]) {
    height: var(--fields--file--height);
}

div[class*="fieldSpec"].FileField div[id*="fileInput_"] a {
    border-width: 0;
    width: var(--fields--file--height);
    height: var(--fields--file--height);
}

div[class*="fieldSpec"] label + div[class*="description"] a,
div[class*="fieldSpec"] legend + div[class*="description"] a {
    border-bottom-color: inherit;
}

.body--ismobile .fieldSpec.AcceptCheckboxField input {
    margin-top: 3px;
}

@media all and (min-width:1025px) {
    .form--grid--7 .fieldSpec {
        width: 14%;
    }

    .form--grid--7 .fieldSpec:nth-child(7n+1) {
        clear: both;
    }

    .form--grid--7 .fieldSpec.button-bar:nth-child(7n+1) legend {
        display: none;
    }
}

/* DATASET
   ========================================================================== */
.removeDatasetRow {
    background-image: url('../images/icon--remove.svg');
    position: relative;
    z-index: 1;
}

.addDatasetRow {
    background-image: url('../images/icon--add.svg');
}

.removeDatasetRow, .addDatasetRow{
    text-transform: capitalize;
    font-size: 1.6rem;
}

/* FILE UPLOAD
   ========================================================================== */
div[class*="fieldSpec"].FileField div[id*="fileInput_"] > button,
div[class*="fieldSpec"].FileField div[id*="fileInput_"] > button:hover,
div[class*="fieldSpec"].FileField div[id*="fileInput_"] > button:active,
div[class*="fieldSpec"].FileField div[id*="fileInput_"] > button:focus {
    background-image: url('../images/icon--remove.svg');
}

/* PHOTO UPLOAD (PENDING)
   ========================================================================== */
div[class*="fieldSpec"].FileField div[id*="fileInputContainer_"] .photoInputPreviewWrapper .photoInputPreviewContainer.photoPreviewUnselected {
    background-image: url('../images/icon--user.svg');
}

/* BLOCKING LOGIN: SITE
   ========================================================================== */
.body--login {
    background-image: var(--login__body--background--image);
}

.article--login .article__header__text__title {
    background-image: var(--logo--background--image);
}

.article__content--login .link {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

@media all and (max-width:1024px) {
    .article__header__text__title--login {
        font-size: 3rem;
    }
}

/* RESET PASSWORD
   ========================================================================== */
@media all and (min-width:1025px) {
    .form--reset-password {
        margin-bottom: var(--spacer--xl);
    }
    .form--grid.form--reset-password .Section,
    .form--grid.form--reset-password .fieldSpec.button-bar fieldset {
        display: flex;
        align-items: baseline;
    }

    .form--grid.form--reset-password .Section .fieldSpec {
        padding-bottom: 0;
    }

    .form--grid.form--reset-password .fieldSpec button {
        margin-bottom: 0;
    }

    .form--grid.form--reset-password .fieldSpec.button-bar legend:before {
        content: "";
    }
}

/* JOB DETAIL
   ========================================================================== */

.article--details .view--title .article__content__view__field__value {
    text-align: left;
}

.article--details .MultipleDataSetFieldValue {
    text-align: justify;
}

.article--details.regular-fields-label--inline .article__content__view__field__value,
.article--details.regular-fields-label--inline .MultipleDataSetFieldValue {
    position: relative;
    top: 1px;
}

.article--details + .article--details {
    border-top-width: 0;
}

.article--details .article__header__text__title{
    font-size: 2.4rem;
    font-weight: var(--font--weight--medium);
    color: var(--color--brand);
}

.article--details .article__content__view__field__label,
.article--details .MultipleDataSetFieldLabel {
    color: var(--color--brand);
    font-weight: var(--font--weight--semibold);
    font-size: 2rem;
}

.article--view-more--aside .article__footer{
    font-size: 1.4rem;
}

.article--view-more--aside .link{
    font-size: 2rem;
}

.article--view-more--aside .article__header__text__title {
    font-family: var(--font);
    color: var(--color--brand);
}

.list--view-more .list__item__text__title {
    font-weight: var(--font--weight--semibold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.list--attachments .list__item__text__title {
    font-weight: var(--font--weight--medium);
}

.social-share__text{
    font-weight: 500;
    font-style: normal;
}

.view--title{
    font-size: 2.6rem;
    font-weight: 600;
}

.view--logo img{
    max-height: 50px;
}

.view--separator-custom-w-bar .view--logo {
    max-width: fit-content;
}

.view--separator-custom-w-bar .article__content__view{
    display: flex;
}

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

}

@media all and (min-width: 769px){
    .view--separator-custom .view--logo .article__content__view__field__value{
        display: flex;
        justify-content: flex-end;
    }

    .view--separator-custom-w-bar .view--title {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .view--separator-custom-w-bar .view--title:before {
        content: '';
        height: 35px;
        border-left: 1px solid #cccccc;
        padding-right: var(--spacer--l);
    }

}

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

    .view--title{
        font-size: 2.2rem;
    }

    .view--separator-custom-w-bar .article__content__view{
        flex-direction: column-reverse;
    }

    .view--logo{
        margin-top: var(--spacer--m);
    }
}

@media all and (max-width: 1024px){
    .article--details .article__header__text__title{
        font-size: 2.2rem;
    }

    .aside .article--actions{
        position: initial;
        width: 100%;
        background-color: transparent;
        padding-right: 0;
        padding-left: 0;
    }

    .article--view-more--aside{
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        background-color: unset;
        padding-left: unset;
        padding-right: unset;
    }

    .aside .social-share{
        display: block;
    }

    .grid--2--sidebar .grid__item--aside-right:before {
        content: "";
        height: 1px;
        background-color: var(--color--brand--sub-1);
        margin-right: calc(var(--grid--laterals) * -1);
        margin-left: calc(var(--grid--laterals) * -1);
    }

}

/* APPLICATION METHODS
   ========================================================================== */

@media all and (min-width: 751px){
    .list--steps .list__item__text__subtitle {
        background-color: var(--color--borders);
    }

    .list--steps .list__item--current .list__item__text__subtitle{
        background-color: var(--color--brand--sub-1)
    }

    .list--steps .list__item__text__subtitle {
        width: 30px;
        height: 30px;
        color: #FFFFFF;
        background-color: var(--color--brand--sub-3);
        text-indent: unset;
        font-size: 1.4rem;
        line-height: unset;
        font-weight: var(--font--weight--semibold);
        border: 0;
        margin-top: var(--spacer--xxl);
        margin-bottom: unset;
        padding-top: 5px;
    }

    .list--steps .list__item--filled .list__item__text__subtitle{
        background-color: var(--color--brand--sub-1);
    }

}

.list--steps:after{
    border-bottom-color: var(--color--brand--sub-3);
    bottom: 10px;
}

.list--steps .list__item .list__item__text:after{
    border-bottom-color: var(--color--brand--sub-1);
    bottom: 10px;
}

.list--steps .list__item__text__title {
    text-transform: unset;
    font-size: 1.8rem;
    font-weight: var(--font--weight--medium);
}

.section--methods .section__header__text__title {
    margin-bottom: var(--spacer--xxxl);
}

.section--registered .section__header__text__title {
    color: var(--color--brand--sub-4);
}

.methodButton--dropbox,
.methodButton--file,
.methodButton--googledrive,
.methodButton--later,
.methodButton--paste{
    border-style: solid;
    border-color: var(--color--brand);
    font-weight: var(--font--weight--medium);
    font-size: 1.6rem;
    padding-right: 9px;
    padding-left: 24px;
    justify-content: center;
    text-align: center;
    color: var(--color--brand);
}

.methodButton--later {
    background-image: url(../images/icon-methods-without-resume.svg);
    background-position: left 8px center;
}

.methodButton--file {
    background-image: url(../images/icon-methods-from-computer.svg);
    background-position: left 8px center;
}

.methodButton--paste {
    background-image: url(../images/icon-methods-copy-paste.svg);
    background-position: left 8px center;
}

.methodButton.methodButton--seek {
    font-size: 1.4rem;
    max-width: 175px;
    min-width: auto;
    background-size: 37%;
}

.section--methods-privacy p{
    font-size: 16px;
    text-align: center;
}

.section--methods-privacy p .link {
    color: var(--color--brand--sub-4);
    text-decoration: underline;
}

.section--registered .section__header__text__title + .section__header__text__title{
    margin-top: var(--spacer--l);
}

.section--registered {
    margin-top: unset;
}

.section--registered .section__header__text__title + .section__header__text__title{
    margin-top: var(--spacer--l);
}

.list__item--linkedin .IN-Awli-widget {
    display: block !important;
    text-align: center;
    margin-top: 16px;
    padding-left: 14px;
}

.body--registration .Section + .Section {
    margin-top: unset;
}

.body--registration .button-bar button,
.body--registration .button-bar input[type="submit"],
.body--registration .button-bar .button {
    margin-bottom: unset;
    margin-top: var(--spacer--l);
}

@media all and (min-width: 751px) {
    .list--steps .list__item__text__subtitle {
        font-size: 1.8rem;
    }
}

@media all and (max-width: 750px) {
    .list--steps .list__item__text__subtitle {
        font-size: 1.8rem;
    }

    .list--steps .list__item__text__title {
        text-transform: uppercase;
    }

    .Separator > legend {
        font-size: 2.4rem;
    }
}

@media all and (max-width: 1024px) {
    .section--methods .section__header__text__title {
        font-size: 3rem;
    }

    .section--registered .section__header__text__title {
        font-size: 2.4rem;
    }

    .section--methods .section__header__text__title {
        margin-bottom: var(--spacer--m);
    }
}

/* BREADCRUMBS TOP
   ========================================================================== */

.navigation--bar{
    display: flex;
    justify-content: space-between;
}

.breadcrumbs--top{
    font-weight: 500;
}

.chevron-right-custom{
    background-image: url('../images/icon--breadcrumbs.svg');
    width: 8px;
    height: 14px;
    display: inline-block;
    background-size: contain;
    background-position: center;
}

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

    .breadcrumbs--bottom .link{
        display: block;
    }

    .breadcrumbs > * + *{
        margin-left: 0;
        margin-top: var(--spacer--l);
    }
}

/* BREADCRUMBS BOTTOM
   ========================================================================== */

.breadcrumbs--bottom .link {
    font-size: 2rem;
    font-weight: var(--font--weight--semibold);
    text-decoration: underline;
}

/* COOKIES
   ========================================================================== */

a.cookiesButton.cookiesButtonAccept {
    padding: 8px 27px;
    border-radius: 0;
    background-color: #FFFFFF;
    color: #1f6a4d;
    font-weight: 700;
    border-width: 1px;
    border-color: #FFFFFF;
    border-style: solid;
}

a.cookiesButton.cookiesButtonSave,
a.cookiesButton.cookiesButtonSave,
a.cookiesButton.cookiesButtonReject {
    padding: 8px 27px;
    border-radius: 0;
    background-color: #1f6a4d;
    color: #FFFFFF;
    font-weight: 700;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    text-transform: uppercase;
    text-align: center;
}

i.icon-icon-settings {
    position: relative;
}

i.icon-icon-settings::before {
    color: #FFFFFF;
    content: '';
    background-image: url('../images/icon--settings.svg');
    position: absolute;
    width: 20px;
    height: 22px;
}

.cookies__settings__option__title {
   margin-bottom: 14px;
}

div.cookies__open div.cookies__info {
    border-color: #F7F7F7;
}

span.cookies__settings__option__slider {
    background-color: #0f3527;
}

div.cookies__open {
    padding-top: 50px;
    padding-bottom: 33px;
}

div.cookies__settings__buttons {
    border-top: unset;
}

.cookies p {
    line-height: 24px;
    word-break: normal;
}

.cookies__info a.link {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: underline;
    word-break: normal;
}

a.cookiesButton + a.cookiesButton {
    margin-left: 12px;
}

a.cookiesButton {
    min-width: 150px;
}

div.cookies__info__buttons {
    align-self: center;
    min-width: 348px;
    padding-top: 20px;
}

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

    .cookies__open .cookies__wrapper {
        max-height: 60vh;
        overflow: scroll;
    }

    div.cookies__open {
        max-height: 70vh;
    }

    div.cookies__info__buttons {
        min-width: unset;
    }

    div.cookies__info__buttons {
        max-height: 70vh;
    }

}

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

    i.icon-icon-settings::before {
        display: none
    }

    div.cookies__info__buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    a.cookiesButton + a.cookiesButton {
        margin-top: 12px;
        margin-left: 0px;
    }

    div.cookies__open div.cookies__settings {
        height: fit-content;
    }

}

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

   div.cookies__open div.cookies__info {
        display: flex;
        flex-wrap: wrap;
    }

    div.cookies__info__copy {
        width: 100%;
    }

    a.cookiesButton {
        width: 100%;
    }

}

/* YOUTUBE VIDEO IFRAME RESPONSIVE */

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* LANGUAGE SWITCHER
   ========================================================================== */
.portalLanguages__item .portalLanguages__link:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 17px;
    margin-right: var(--spacer--m);
}

.portalLanguages__item--en_US .portalLanguages__link:before {
    background-image: url(../images/flags/en_US.svg);
}

.portalLanguages__item--da_DK .portalLanguages__link:before {
    background-image: url(../images/flags/da_DK.svg);
}

.portalLanguages__item--de_DE .portalLanguages__link:before {
    background-image: url(../images/flags/de_DE.svg);
}

.portalLanguages__item--es_ES .portalLanguages__link:before {
    background-image: url(../images/flags/es_ES.svg);
}

.portalLanguages__item--es_MX .portalLanguages__link:before {
    background-image: url(../images/flags/es_MX.svg);
}

.portalLanguages__item--fr_CA .portalLanguages__link:before {
    background-image: url(../images/flags/fr_CA.svg);
}

.portalLanguages__item--fr_FR .portalLanguages__link:before {
    background-image: url(../images/flags/fr_FR.svg);
}

.portalLanguages__item--it_IT .portalLanguages__link:before {
    background-image: url(../images/flags/it_IT.svg);
}

.portalLanguages__item--nl_NL .portalLanguages__link:before {
    background-image: url(../images/flags/nl_NL.svg);
}

.portalLanguages__item--nb_NO .portalLanguages__link:before {
    background-image: url(../images/flags/nb_NO.svg);
}

.portalLanguages__item--pl_PL .portalLanguages__link:before {
    background-image: url(../images/flags/pl_PL.svg);
}

.portalLanguages__item--pt_BR .portalLanguages__link:before {
    background-image: url(../images/flags/pt_BR.svg);
}

.portalLanguages__item--pt_PT .portalLanguages__link:before {
    background-image: url(../images/flags/pt_PT.svg);
}

.portalLanguages__item--ro_RO .portalLanguages__link:before {
    background-image: url(../images/flags/ro_RO.svg);
}

.portalLanguages__item--sk_SK .portalLanguages__link:before {
    background-image: url(../images/flags/sk_SK.svg);
}

.portalLanguages__item--sv_SE .portalLanguages__link:before {
    background-image: url(../images/flags/sv_SE.svg);
}

.portalLanguages__item--vi_VN .portalLanguages__link:before {
    background-image: url(../images/flags/vi_VN.svg);
}

.portalLanguages__item--tr_TR .portalLanguages__link:before {
    background-image: url(../images/flags/tr_TR.svg);
}

.portalLanguages__item--cs_CZ .portalLanguages__link:before {
    background-image: url(../images/flags/cs_CZ.svg);
}

.portalLanguages__item--bg_BG .portalLanguages__link:before {
    background-image: url(../images/flags/bg_BG.svg);
}

.portalLanguages__item--he_IL .portalLanguages__link:before {
    background-image: url(../images/flags/he_IL.svg);
}

.portalLanguages__item--th_TH .portalLanguages__link:before {
    background-image: url(../images/flags/th_TH.svg);
}

.portalLanguages__item--zh_CN .portalLanguages__link:before {
    background-image: url(../images/flags/zh_CN.svg);
}

.portalLanguages__item--zh_TW .portalLanguages__link:before {
    background-image: url(../images/flags/zh_TW.svg);
}

.portalLanguages__item--ja_JP .portalLanguages__link:before {
    background-image: url(../images/flags/ja_JP.svg);
}

.portalLanguages__item--ko_KR .portalLanguages__link:before {
    background-image: url(../images/flags/ko_KR.svg);
}

.portalLanguages__item--fi_FI .portalLanguages__link:before {
    background-image: url(../images/flags/fi_FI.svg);
}

.nav__item--language-switcher .nav__item__link>img {
    border-radius: 0;
    margin-right: 0;
}

.nav__item--language-switcher .nav__item__link {
    padding-top: 0;
    padding-right: 0;
}

@media all and (min-width:1025px) {
    .nav__item--language-switcher:hover .nav__item__link {
        background-color: transparent;
        border: 0;
    }

    .subnav__item__link, .portalLanguages__link {
        padding-right: var(--spacer--xl);
        padding-left: var(--spacer--xl);
        text-transform: uppercase;
        font-size: 2rem;
        font-weight: var(--font--weight--medium);
    }

    .subnav__list, .portalLanguages {
        top: 100%;
    }
}

/* Select Dropdowns
   ========================================================================== */

@media all and (max-width:750px) {
    .select2-dropdown.bigdrop.select2-dropdown--below {
        top:-50px;
    }
}

@media (min-width:751px) and (max-width:1024px) {
    .select2-dropdown.bigdrop.select2-dropdown--below {
        top:-50px;
        left: -35px;
    }
}

.alert--error .link {
    font-weight: var(--font--weight--bold);
    color: #2020ff;
    text-decoration: underline;
}
