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

   * SEARCH JOBS (HOME): SITE LEVEL

   * BANNER: SECONDARY

   * WIDGET: SOCIAL LOGIN
   ========================================================================== */

/* 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.
 */

/* SEARCH JOBS (HOME): SITE LEVEL
   ========================================================================== */

[class*="__wrapper"] {
    max-width: 1102px;
}

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

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

    .body--search-jobs .main {
        background-color: transparent;
    }

}

/* BANNER: MAIN
   ========================================================================== */
.body--search-jobs .banner--main {
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.body--search-jobs .banner__text__title {
    line-height: normal;
    font-weight: 300;
    text-transform: uppercase;
}

.body--search-jobs .banner__text__title span {
    display: block;
    font-size: 48px;
    font-weight: 900;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .body--search-jobs .banner--main {
        min-height: 147px;
        background-image: url('../images/banner--main-home-small.png');
    }

    .body--search-jobs .banner--main .banner__wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .body--search-jobs .banner__text__title {
        font-size: 20px;
    }

    .body--search-jobs .banner__text__title span {
        font-size: 36px;
    }
}

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

    .body--search-jobs .banner--main .banner__wrapper {
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }

}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .body--search-jobs .banner--main {
        margin-bottom: -202px;
        background-image: url('../images/banner--main-home-medium.png');
    }

    .body--search-jobs .banner--main .banner__wrapper {
        padding-top: 52px;
        padding-right: 33.33%;
    }

    .body--search-jobs .banner__text__title {
        font-size: 26px;
    }

}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .body--search-jobs .banner--main {
        margin-bottom: -248px;
        background-image: url('../images/banner--main-home-large.png');
    }

    .body--search-jobs .banner--main .banner__wrapper {
        padding-top: 60px;
    }

    .body--search-jobs .banner__text__title {
        font-size: 36px;
    }

}

/* BANNER: SECONDARY
   ========================================================================== */
.banner--secondary {
    background-image: url('../images/banner--secondary.png');
    -webkit-background-size: cover;
    background-size: cover;
}

.banner--secondary .banner__title {
    font-weight: 500;
}

.banner--secondary .banner__subtitle {
    margin-top: 25px;
    line-height: 150%;
}

.banner--secondary .banner__actions {
    margin-top: 15px;
}

.banner--secondary .button--default,
.banner--secondary .button--default:link,
.banner--secondary .button--default:visited {
    border-color: #F75589;
    background-color: #F75589;
}

.banner--secondary .button--default:hover,
.banner--secondary .button--default:active {
    border-color: #D6196A;
    background-color: #FF74A0;
}

.banner--secondary .button--default:focus {
    border-color: #FF74A0;
    background-color: #FF74A0;
}


/* Media query to target only mobile */
@media all and (max-width:750px) {
    .banner--secondary {
        margin-left: -24px; /* This is the [class*="__wrapper"] padding-left, defined in stylesheet #3. */
        margin-right: -24px; /* This is the [class*="__wrapper"] padding-right, defined in stylesheet #3. */
        width: calc(100% + 24px + 24px); /* This is the parent width, plus the [class*="__wrapper"] padding-right and padding-left */
    }

    .banner--secondary .banner__wrapper {
        padding-top: 36px;
        padding-bottom: 36px;
    }

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

    .banner--secondary .banner__title {
        font-size: 24px;
    }

}

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .banner--secondary {
        height: 336px;
    }

    .banner--secondary .banner__wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .banner--secondary .banner__content {
        max-width: 460px;
    }

    .banner--secondary .banner__title {
        font-size: 36px;
    }

}

/* SEARCH JOBS: SECTION LEVEL
   ========================================================================== */

/* Media query to target mobile and tablet */
@media (max-width: 1024px) {
    .section--search-jobs .section__header {
        margin-bottom: 16px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #8F98A7; /* var(--color--borders) */
        padding-bottom: 16px;
    }

    .section--search-jobs .section__header:not(.section__header--hr-bottom) + * {
        margin-top: 0;
    }

    .section--search-jobs .section__header__text__title--2 {
        font-weight: 500;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .section--search-jobs {
        padding-bottom: 24px;
    }

    .section--search-jobs .section__header__text__title--2 {
        font-size: 22px;
        letter-spacing: -0.1px;
    }

    .section--search-jobs.section--collapsible-form-search .form--search {
        top: 39px;
    }

}

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .section--search-jobs .section__content__results {
        margin-bottom: 8px;
        padding: 16px 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #8F98A7; /* var(--color--borders) */
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .section--search-jobs {
        border-radius: 3px 3px 0 0;
        background-color: #FFFFFF;
        padding: 24px;
    }

    .section--search-jobs .section__header__text__title--2 {
        font-size: 24px;
    }

    .section--search-jobs.section--collapsible-form-search .form--search {
        top: 68px;
    }

    .section--search-jobs.section--collapsible-form-search .form--search .section--collapsible-form-search__toggle {
        top: -55px;
        right: 24px;
    }
}

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

    .section--search-jobs .section__header__text__title {
        color: #FFFFFF;
    }

    .section--search-jobs .section__header:not(.section__header--hr-bottom) + * {
        margin-top: 20px;
    }

    .section--search-jobs .section__content + .section__content {
        border-radius: 3px 3px 0 0;
        background-color: #FFFFFF;
        padding: 32px 48px;
    }

    .section--search-jobs .form--search {
        color: #FFFFFF;
    }

    .section--search-jobs .section__content__results {
        margin-top: 8px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #8F98A7; /* var(--color--borders) */
    }

}

/* SEARCH JOBS: ARTICLE LEVEL
   ========================================================================== */

.article--result .article__header__text__subtitle {
    margin-top: 8px;
    color: inherit;
}

.article--result .article__content {
    line-height: 150%;
}

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

    .article--result .article__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article--result .article__header__text {
        width: 100%;
        padding:16px 16px;
    }

    .article--result .article__header__text__title {
        font-size: 18px;
    }

    .article--result .article__header__text__subtitle {
        color: #565656;
    }

    .article--result .article__header__actions {
        width: 100%;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #8F98A7; /* var(--color--borders) */
        padding: 4px 8px;
        text-align: left;
    }

}

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

/* ARTICLE LEVEL: TITLES WITH ZIG-ZAG BOTTOM RIBBONS
   ========================================================================== */
[class*="article__header--with-ribbon"] {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

[class*="article__header--with-ribbon"]:before,
[class*="article__header--with-ribbon"]:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 112px;
}

[class*="article__header--with-ribbon"]:after {
    height: 14px;
    background: linear-gradient(-135deg, #FFFFFF 8px, transparent 0) 0 8px, linear-gradient(135deg, #FFFFFF 8px, transparent 0) 0 8px;
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}

[class*="article__header--with-ribbon"]:before {
    height: 11px;
}

.article__header--with-ribbon-magenta:before {
    background: linear-gradient(-135deg, #FA3A7A 8px, transparent 0) 0 8px, linear-gradient(135deg, #FA3A7A 8px, transparent 0) 0 8px;
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}

.article__header--with-ribbon-cyan:before {
    background: linear-gradient(-135deg, #5DDAEA 8px, transparent 0) 0 8px, linear-gradient(135deg, #5DDAEA 8px, transparent 0) 0 8px;
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}

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

.article--attachments-upload [class*="--hr-bottom"] {
    padding-bottom: 16px;
    margin-bottom: 16px;
}

/* PROFILE: ARTICLE LEVEL: ATTACHMENT UPLOAD
   ========================================================================== */
/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .list--steps .list__item__text__subtitle {
        margin-bottom: -6px;
        width: 16px;
        height: 16px;
        text-indent: -9999px;
        overflow: hidden;
    }
}