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

   * SEARCH JOBS (HOME): SITE LEVEL

   * BANNER: SECONDARY
   * BANNER: COOKIES CONSENT

   * 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
   ========================================================================== */
.body--search-jobs .list-controls__legend {
    float: none;
    margin-right: 0;
    white-space: nowrap;
}

.body--home .businessAreaField {
    display: none;
}

.form--search .fieldSpec.main-field {
    padding: 16px 0
}
.form--search .fieldSpec.main-field input {
    background-image: url(../images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
}
.form--search .fieldSpec {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.form--search .fieldSpec.button-bar {
    border-bottom: none;
    padding: 16px 0 0;
}
.form--search .fieldSpec select {
    border-color: transparent;
    padding-right: 30px
}

.form--search ::-webkit-input-placeholder {
    color: #000;
}

.form--search ::-moz-placeholder {
    color: #000;
}

.form--search :-ms-input-placeholder {
    color: #000;
}

.form--search :-moz-placeholder {
    color: #000;
}

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

    .grid__item--aside-alt {
        flex: 0 0 330px;
        max-width: 330px;
    }

}

/* BANNER: MAIN
   ========================================================================== */
.body--search-jobs .banner__text__title {
    line-height: normal;
    font-weight: 300;
    color: #fff;
}

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

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

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

    .body--search-jobs .banner__text__subtitle {
        font-size: 24px;
        font-weight: 300;
    }
    .banner__text__paragraph {
        font-size: 14px;
    }
}

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

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

}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {

    .body--search-jobs .banner--main .banner__wrapper {
        padding-top: 52px;
        padding-right: 52.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__text__title {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 12px;
    }

}

/* BANNER: SECONDARY
   ========================================================================== */
.banner--secondary {
    -webkit-background-size: cover;
    background-size: cover;
}

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

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

}

/* BANNER: COOKIES CONSENT
   ========================================================================== */
.body .cookies {
    z-index: 999999;
}

/* 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: #e3e5ec; /* 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: 600;
    }
}

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

}

/* Media query to target tablet and desktop */

/* Media query to target tablet and mobile */
@media all and (max-width:1024px) {

    .article__box--search-form {
        position: relative;
    }
    .section--search-jobs.section--collapsible-form-search .form--search .section--collapsible-form-search__toggle {
        top: -52px;
        right: 0px;
    }
    .section--search-jobs.section--collapsible-form-search .form--search .fv-search {
        color: #fff;
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .section--search-jobs .section__header__text__title--2 {
        font-size: 24px;
    }

    .section--search-jobs.section--collapsible-form-search .form--search {
        top: 64px;
    }
    .article__box--search-form .article__header {
        margin: -20px !important;
        padding: 20px !important;
        width: calc(100% + 20px + 20px) !important;
    }

}

/* Media query to target only desktop */
@media all and (min-width:1025px) {

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

    .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;
        margin-top: 16px;
        background-color: #FFFFFF;
        padding: 32px 48px;
    }

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

.section--search-jobs .section__content__results {
    margin-top: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e3e5ec; /* var(--color--borders) */
    padding-top: 0;
    padding-bottom: 16px;
}

.ui-autocomplete {
    background-color: #fff !important;
    width: 100% !important;
    max-width: 270px;
    border: 1px solid #e3e5ec;
    border-top: 1px solid #fff;
    max-height: 375px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    border-radius: 0 !important;
    z-index: 9999 !important;
}
.ui-autocomplete .ui-autocomplete-category {
    font-family: 'Open sans', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700 !important;
    line-height: 1.25;
    letter-spacing: initial;
    padding: 10px 30px 10px 10px !important;
    background-color: #eee;
    position: relative;
}
.ui-autocomplete .ui-autocomplete-category:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: normal;
    position: absolute;
    right: 5px;
    top: 10px;
    color: #bbb;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .body--IE .ui-autocomplete,
* html .body--Gecko .ui-autocomplete {
    height: 375px;
}

.ui-autocomplete .ui-menu-item+.ui-menu-item {
    border-top: 1px dotted #ccc;
}

.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-widget-content .ui-state-active,
.ui-autocomplete .ui-widget-header .ui-state-active,
.ui-autocomplete a.ui-button:active,
.ui-autocomplete .ui-button:active,
.ui-autocomplete .ui-button.ui-state-active:hover {
    border: none !important;
    background: #fff !important;
    color: #007CB0 !important;
}

.ui-autocomplete .ui-menu-item-wrapper {
    font-weight: 600 !important;
    line-height: 1.25;
    letter-spacing: initial;
    padding: 10px !important;
    cursor: pointer;
    background: #fff !important;
}

.ui-menu .ui-menu-item-wrapper span {
    font-size: 11px;
    display: block;
    color: #999
}

.ui-autocomplete-loading {
    background: #fff url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
}

@media all and (max-width:750px) {
    .ui-autocomplete {
        max-width: calc(100% - 60px);
    }
}

/* SEARCH JOBS: ARTICLE LEVEL
   ========================================================================== */
.article--boxed-inverted .article__header__text__title--2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.article--boxed-inverted .list__item {
    margin-bottom: 10px;
}

.article--result .article__header__text__subtitle {
    margin-top: 8px;
    color: #333;
    font-size: 12px;
}

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

.article--result {
    border-bottom: 1px solid #e3e5ec;
    padding: 16px 0;
}
.article--result--nojobs {
    padding: 16px 0;
}

.toggleLocations {
    cursor: pointer !important;
    position: relative;
}
.toggleLocations:after {
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 5px;
    content: '';
    position: absolute;
    top: 2px;
    right: -14px;
    font-size: 14px;
}
.toggleLocations--show:after {
    content: "\f196";
    transition: transform .3s;
}
.toggleLocations--hide:after {
    transition: transform .3s;
    content: '\f147';
}

.article__header--locations {
    padding: 0;
    background-color: #fff;
    margin-top: 5px;
}

.body--search-jobs .article__header--locations {
    padding: 10px;
    background-color: #f1f1f1;
    margin-top: 5px;
    border-radius: 4px;
}

.article__content--grid {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e3e5ec;
}
.article__content--grid .article--result {
    width: 50%;
    padding: 0;
}
.article__content--grid .article--result:nth-child(even) {
    border-left: 1px solid #e3e5ec;
}

.article__content--grid .article--result * {
    height: 100%
}

.article__content--grid .article--result .article__header__text__title--1 .link {
    padding: 16px;
    display: block;
}
.article__content--grid .article--result .article__header__text__title--1 .link:hover {
    border-color: transparent;
    background-color: #f1f1f1;
}
.article__content--grid .article--result .article__header__text__title--1 .link:after {
    content: '»';
    display: inline-block;
    border: 1px solid;
    color: #999;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    font-size: 20px;
    transition: all .52s
}
.article__content--grid .article--result .article__header__text__title--1 .link:hover:after {
    color: #000;
    margin-left: 5px
}

.button--banner {
    min-width: 230px;
    margin-top: 16px;
    border-width: 2px;
    color: #fff;
}
.button--banner:hover {
    background-color: #fff;
    color: #000;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .article__box--search-form .article__header {
        margin: -15px !important;
        padding: 15px !important;
        width: calc(100% + 15px + 15px) !important;
    }

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

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

    .article--result .article__header__text__subtitle {
        margin-top: 0;
    }

    .article--result .article__header__actions {
        width: 100%;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #e3e5ec;
        padding: 4px 8px;
        text-align: left;
    }
    .article__content--grid .article--result {
        width: 100%;
    }
    .article__content--grid .article--result:nth-child(even) {
        border-left: none;
    }
    .article__content--grid .article--result .article__header__text__title--1 .link {
        padding: 16px 0;
    }

}

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

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

/* FORGOT PASSWORD: SITE LEVEL
   ========================================================================== */
/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .body--forgot-password .main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .body--forgot-password .main__wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: inherit;
    }
}

/* PROFILE
   ========================================================================== */
.section--head .section__content {
    margin-top: 20px;
}

.section--menu .article__box {
    background-color: #000;
    color: #fff;
    border-bottom: 6px solid #0D8390;
    padding: 0 20px;
}
.section--menu .section__subnav {
    display: flex;
    justify-content: space-between;
}
.section--menu .section__subnav__link {
    padding: 12px 10px 12px 45px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    position: relative;
    z-index: 9;
}
.section--menu .section__subnav__link span {
    position: relative;
    z-index: 9;
}
.section--menu .section__subnav__link:before {
    content: '+';
    color: #0D8390;
    font-size: 40px;
    font-weight: 300;
    display: block;
    position: absolute;
    left: -5px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #0D8390;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    z-index: 5;
    transition: all .3s;
    top: 27px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.section--menu .section__subnav__link:after {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: 1px;
    background-color: #222;
    left: -12px;
    bottom: 0;
    right: 0;
    transition: all .3s;
    z-index: 1;
}
.section--menu .section__subnav__link:hover:after {
    height: 59px;
}

.section--menu [class*="section__subnav__item__icon"] .section__subnav__link:before {
    background-repeat: no-repeat;
    background-size: 24px auto;
    content: '';
    background-position: center center;
    margin-top: -17px;
}

.section__subnav__item__icon--my-profile .section__subnav__link:before {
    background-image: url(../images/icon--my-profile.svg);
}
.section__subnav__item__icon--my-jobs .section__subnav__link:before {
    background-image: url(../images/icon--my-jobs.svg);
}
.section__subnav__item__icon--my-events .section__subnav__link:before {
    background-image: url(../images/icon--my-events.svg);
}
.section__subnav__item__icon--my-interviews .section__subnav__link:before {
    background-image: url(../images/icon--my-interviews.svg);
}

.section--narrowed {
    max-width: 980px;
}

.article--details .article__header__text__title__icon {
    margin-right: 7px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #0D8390;
    border: 1px solid #0D8390;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
    text-indent: -999999px;
    background-size: 36px auto;
    background-position: center center;
}

.article--details .article__header__text__title__icon--profile {
    background-image: url(../images/icon--my-profile-o.svg);
}
.article--details .article__header__text__title__icon--my-jobs {
    background-image: url(../images/icon--my-jobs-o.svg);
}
.article--details .article__header__text__title__icon--my-events {
    background-image: url(../images/icon--my-events-o.svg);
}
.article--details .article__header__text__title__icon--my-interviews {
    background-image: url(../images/icon--my-interviews-o.svg);
}

.article--attachments-upload {
    border-radius: 5px;
    border-width: 1px;
    border-style: dashed;
    border-color: #e3e5ec; /* var(--color--borders) */
    background-color: #FFFFFF;
    padding: 24px 24px;
}

.section--details .article__content {
    margin-top: 0;
    padding: 0 55px;
}

.section--details .article__footer {
    padding: 0 55px;
}

.grid__item--aside-alt .visibility--hidden.article + .article {
    margin-top: 0;
}

@media screen and (max-width: 750px) {
    .article--details .article__header__text__title__icon--plus {
        width: 26px;
        height: 26px;
        line-height: 22px;
        font-size: 26px;
    }
    .article--details .article__header__text__title--4 {
        font-size: 16px;
        font-weight: 700;
    }
    .section--details .article__content {
        padding: 0 0 0 38px;
        margin-top: 0;
    }
    .section--details .article__footer {
        padding: 20px 0 0;
        border-top: 1px solid #ccc;
    }
    .section--menu .section__subnav {
        flex-direction: column;
    }
    .section--menu .article__box {
        height: 56px;
        overflow: hidden;
        transition: all .3s;
    }
    .section--menu .article__box.opened {
        height: 203px;
        transition: all .3s;
    }
    .section--menu .section__subnav__link {
        padding: 15px 10px 15px 30px;
        font-size: 16px;
        line-height: 1.2;
        display: block;
    }
    .section--menu .section__subnav__link:before {
        font-size: 26px;
        left: -5px;
        width: 26px;
        height: 26px;
        line-height: 22px;
        top: 25px;
    }
    .section--menu {
        position: relative;
    }
    .section--menu .trigger {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        padding: 10px 15px
    }
    .section--menu .trigger:after {
        content: '\f107';
        color: #aaa;
        font-family: 'FontAwesome';
        font-size: 24px;
        transition: all .3s;
        display: inline-block;
    }
    .section--menu .trigger.open:after {
        transform: rotate(180deg);
        transition: all .3s;
    }
    .section--menu .section__subnav__link:after {
        content: '';
        display: none;
    }

}

/* SEARCH JOBS
   ========================================================================== */
.article__box--search-form .article__header {
    background-color: #292d2d;
    color: #fff;
    padding: 16px;
    margin: -16px -16px 0;
    width: calc(100% + 16px + 16px);
}
.article__box--search-form .article__header__text__title--3 {
    font-size: 18px;
}

.grid__item--aside-form-search {
    font-size: 14px;
}
.grid__item--aside-form-search .article+.article {
    margin-top: 20px;
}

.article--boxed-line {
    border-top: 4px solid #0D8390;
}
.article--boxed-line-alt {
    border-top-color: #53565a;
}
.article--boxed-line-alt-2 {
    border-top: 6px solid #012169;
}

.article--boxed-line .article__content {
    margin-top: 10px;
    color: #53565a;
}

.body--profile .article--boxed-line .article__content {
    color: #000;
}
.article--boxed-line .article__header * {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.article--boxed-line .article__header .article__header__text__subtitle {
    color: #53565a;
}
.body--profile .article--boxed-line .article__header .article__header__text__subtitle--alt,
.body--profile .article--boxed-line .article__header .article__header__text__subtitle--alt p {
    color: #000;
    padding: 0 50px;
    font-size: 16px;
    font-weight: 400;
    margin-top: -5px
}
.body--profile .article--boxed-line .article__header .article__header__text__subtitle--alt p {
    padding: 0 5px 5px
}

.article--boxed-line .read-more {
    color: #000;
    font-weight: 600;
    display: inline-block;
}
.read-more:after {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    padding-left: 5px;
}
.bottom-link {
    display: block;
    margin-top: 20px;
    font-size: 14px!important;
    font-weight: normal!important;
}
.article--boxed-line .read-more:hover {
    text-decoration: underline;
}
.article--boxed-line .read-more:hover:after {
    text-decoration: none;
}

.section--details .article__content--popup .article__content {
    margin: 0 !important;
    padding: 0 !important;
    border-left: none !important;
}

.body--popup .article__header__text__title--4 {
    margin-bottom: 20px;
}

/* Helpers
   ========================================================================== */

[class*="--pad"] {
    padding: 40px;
}
[class*="--center"] {
    text-align: center;
}
[class*="--dl-mc"] {
    text-align: center;
}
[class*="--right"] {
    text-align: right;
}
[class*="--left"] {
    text-align: left;
}
[class*="--grow"] {
    flex-grow: 2;
}
.nocaps {
    text-transform: lowercase;
}

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

.mrg-tp20 {margin-top: 20px;}
.mrg-bt20 {margin-bottom: 20px;}

.column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.column__item {
    width: 100%;
}
.column__item--side {
    width: 300px;
}
.column__item--side2 {
    width: 34%;
}
.column__item--main {
    width: calc(100% - 220px);
}
@media all and (max-width: 750px) {
    .column--line-bottom {
        flex-direction: column;
    }
}

.acolades .col__item {
    text-align: center;
    width: 100%;
    margin: 10px 0
}
.img-thumb {
    max-width: 140px;
    max-height: 100px;
}

.button--faux-cancel .saveButton+.saveButton,
.button--faux-cancel-first .saveButton:first-child,
.button--faux-cancel-last .saveButton:last-child {
    background-color: #000;
    border-color: #000;
}

/* profile */
@media all and (min-width: 750px) {
    .article__content--detail {
        margin: 10px 150px 30px 130px;
        border-left: 1px solid #e3e5ec;
        padding: 0 0 0 16px
    }
    .article__content--detail .view--subtitle--alt {
        margin-left: -93px;
        background-color: #fff;
        width: calc(100% + 93px);
    }
    .article__content--detail .view--subtitle--alt .field-title {
        font-weight: 400;
    }
    .article__content--detail .view--subtitle--alt.view--separator-line {
        border-top: 1px solid transparent;
        padding-top: 16px;
        margin-top: 0;
    }
    .article__content--detail .view--subtitle--alt.view--separator-line .field-title {
        font-weight: 400;
        border-top: 1px solid #e3e5ec;
        padding: 16px 0;
    }

    .body--profile .section--details .article__content {
        margin: 0 150px 0 130px;
        border-left: 1px solid #e3e5ec;
        padding: 0 0 0 16px
    }
    .body--profile .section--details .button-bar {
        margin-bottom: 0px;
        border-top-color: #e3e5ec;
        margin-top: 20px !important;
        border-top-width: 1px;
        border-top-style: solid;
        padding-top: 20px;
    }
    .section--details .article__content--attachments .list--attachments .list__item {
        width: 100%;
        margin: 10px 0;
    }
    .section--details .article__content--attachments .article--detail-item__title {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .article--detail-attachment .article__header {
        padding: 16px 0 0;
    }
    .body--profile .article--detail-attachment .article__header__text__subtitle.article__header__text__subtitle--alt {
        border-top: 1px solid #e3e5ec;
        padding: 13px 0;
        margin: 0 50px
    }
}

/* popups */
.body--popup .main {
    background-color: #fff;
}

.body--popup .Section fieldset > div {
    text-align: center;
    padding-top: 50px;
}

/* inline popup */
.inline__popup {
    background-color: #fff;
    padding: 24px;
}

/* scam */
.scam__alert--warning,
#scam__alert .section__header__text__title {
    color: #ff0000;
}

/* Disability */

.link-blue a {
    color: #0000ff;
    font-weight: bold;
    text-decoration: none;
}

.disability_3columns ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style: disc;
    margin-left:16px
}

.disability_3columns ul li {
    padding: 0px 8px 4px 0px;
}

.boxes_below_padding {
    padding-bottom:0px!important;
}

.required_field_hide .requiredField {
    display:none;
}

hr.black{
    border-color:#000000;
}

.body--jobdetail .grid__item--main .article__header__text__title--2,
.body--jobdetail .grid__item--main .article__header__text__title--3 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.hideFirstField .FormSection{
    display: none;
}

.hideFirstField .FormSection ~ .FormSection{
    display: block;
}

.duplicateWarningMessage {
    color: #e10000;
    margin-top: 8px;
    max-width: 326px;
    text-align: center;
    margin-left: 14px;
}

@media all and (max-width:750px){
    .disability_3columns ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .duplicateWarningMessage {
        margin-top: 8px;
        max-width: none;
        display: flex;
        justify-content: center;
        margin-left: 0;
    }

}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search:first-child:after {
    display: none;
}

.inline__popup {
    overflow: auto;
}

/* LightBox Cancel PopUp*/

.popUpCancelTitle p,
.popUpCancelSubtitle p{
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6rem;
}

.popUpCancelSubtitle p {
  font-size: 1rem;
  padding: 0 3rem;
}
