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

   * LOGIN: SITE LEVEL

   * EXTRA NAV

   * DASHBOARD: DASHLETS: ARTICLE LEVEL
   ========================================================================== */

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

/* EXTRA NAV
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.extra-nav__wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Appearance
   -------------------------------------------------------------------------- */
.extra-nav {
    background-color: #EBEFF5;
}

.body--search-jobs .extra-nav,
.body--dashboard .extra-nav {
    background-color: #FFFFFF;
}

.extra-nav__title {
    font-weight: 400;
    font-size: 18px;
}

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

    /* Structure
       -------------------------------------------------------------------------- */
    .extra-nav .button {
        width: auto !important;
        float: none !important;
    }

}

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

    /* Structure
       -------------------------------------------------------------------------- */
    .extra-nav__title {
        margin-bottom: 10px;
    }

    /* Appearance
       -------------------------------------------------------------------------- */
    .extra-nav__title {
        text-align: center;
    }

}

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

    /* Behaviour
       -------------------------------------------------------------------------- */
    .extra-nav__content > * {
        display: inline-block;
    }

}

/* DASHBOARD: DASHLETS: ARTICLE LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.article--dashlet {
    padding: 19px 26px 27px 26px;
}

.article--dashlet .button--action-secondary {
    padding: 0;
}

/* Behaviour
   -------------------------------------------------------------------------- */

.article--dashlet .button--action-secondary span{
    display: none;
}

/* Appearance
   -------------------------------------------------------------------------- */

/* EXTERNAL CAREERS STYLES
================================================================================================ */

/* HEADER BEHAVIOR
   ========================================================================== */

@keyframes slidedown {
    from {
        top:-171px
    }
    to {
        top:0
    }
}
@keyframes slideup {
    from {
        top:0
    }
    to {
        top:-171px
    }
}

header#ecb-doc-header.active {
    background-color: rgba(255,255,255,0.95);
}

header#ecb-doc-header.sticky {
    top:-171px;
    position:fixed;
    z-index: 99999;
}

header#ecb-doc-header.sticky.active {
    animation:slidedown .3s ease-out;
    top:0;
}

header#ecb-doc-header.sticky:not(.active) {
    animation:slideup .3s ease-out;
    top:-171px;
}

/* End Header Behavior */

/* General Styles */

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

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

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

    .main__wrapper {
        position:relative;
    }
    /* Box shadow left and right main wrapper */

    .main__wrapper:after {
        content:"";
        position:absolute;
        box-shadow: 0 -55px 30px 0 rgba(0,0,0,.5);
        /*transform: perspective(290px) rotateX(-3deg);*/
        z-index: -2;
        width: calc(100% - 66px);
        left: 33px;
        top: 169px;
        height: 190px;
        border-radius: 0 0 100px 100px;
    }

    .body--Safari .main__wrapper:after {
        /*display: none;*/
    }
}

.main__content,
.section--lightgray {
    position: relative;
    background-color: #fbfbfb;
}

.body--search-jobs .main__content {
    background-color: rgba(251,251,251,0.9);
}

/* Inner Paddings */
.section__content__padding,
.section__header__padding {
    padding: 32px 48px 0 48px;
}
.section__inner-padding {
    padding-left: 48px;
    padding-right: 48px;
}

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

/* Nav Header */
.header__legend {
    position: relative;
    top: 4px;
    max-width: 400px;
    margin: auto;
    padding-top: 16px;
    text-align: center;
}

.header__legend--slogan img {
    display: block;
    width: 100%;
}

.header__legend--jobs {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #4076bf;
}

.header__legend--jobs a {
    font-size: 21px;
    font-weight: 600;
    color: #4076bf;
}

.icon--login {
    display: inline-block;
    width: 20px;
    height: 14px;
    border-right: 1px dotted #4076bf;
    background-image: url("../images/icon-login.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 9px 14px;
}

.body--IE .icon--login {
    background-position: left bottom;
    background-size: 9px 14px;
}

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

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

    .body--search-jobs .section--search-jobs .button--action-default {
        position: relative;
    }

}

/* BANNER: MAIN
   ========================================================================== */
.banner--main {
    margin-top: 0;
    background-image: url("../images/banner--main-large.jpg");
    background-position: center top;
}

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

    .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 .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 {
        min-height: 495px;
        margin-bottom: -115px;
    }

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

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

}

@media all and (max-width:1024px) {
    /* Inner Paddings */
    .section__content__padding,
    .section__header__padding {
        padding: 0;
    }
    .section__inner-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .section__header.pad--top-50px {
        padding-top: 18px;
    }
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .body--search-jobs .banner--main,
    .banner--main {
        min-height: 665px;
    }
    .banner--main {
        margin-top: 0;
        margin-bottom: -169px;
    }

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

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

    .form--search .button-bar button,
    .form--search .button-bar .button {
        min-width: auto !important;
    }

}

/* BANNER: SECONDARY
   ========================================================================== */
.banner--secondary {
    -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: #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;
    }

}

@media all and (min-width:1500px) {
    .banner--main {
        background-position: center;
    }
}

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

    .section__content__padding,
    .section__header__padding {
        padding: 0;
    }
}

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

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

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

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .section--search-jobs .section__header__text__title {
        color: #000000;
    }

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

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

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

    .section--search-jobs .section__content__results .article__header {
        position: relative;
    }

     .section--search-jobs .section__content__results .article__header__actions {
        position: absolute;
        top: -10px;
        right: 0;
    }

    .section--search-jobs .section__content__results {
        margin-top: 8px;
    }

    .section--search-jobs .section__content__results .article__header__text__title {
        max-width: calc(100% - 400px);
        display: block;
        color: #4076bf;
        font-weight: 700;
    }

}

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

.article--result .article__header__text__subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #9f9f9f;
}

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

/* Media query to target only mobile */

@media all and (max-width:1024px) {
    .article--result {
        border-radius: 5px;
        border-width: 1px;
        border-style: solid;
        border-color: #d9d9d9;
    }

    .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%;
        margin-bottom:16px;
        padding:16px 16px;
        border-bottom: 1px solid #d9d9d9;
    }

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

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

    .article--result .article__header__actions {
        width: 100%;
        padding: 12px 12px 4px 10px;
        text-align: left;
        position: relative;
    }

    .article--result .article__content {
        padding: 0 15px 20px 15px;
    }

    .article--result .article__header__actions .social-share {
        position: absolute;
        z-index: 5;
        top:0;
    }
    .article--result .article__header__actions .social-share + .button--action-default {
        position: relative;
        left: 125px;
        top: -9px;
    }

}

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

@media all and (min-width:1024px) {
    .section__content__results .article__header__actions .button--action-default {
        position: relative;
        top: 3px;
    }
}

/* 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: ARTICLE LEVEL: ATTACHMENT UPLOAD
   ========================================================================== */
.article--attachments-upload {
    border-radius: 5px;
    border-width: 1px;
    border-style: dashed;
    border-color: #B2BFD4; /* var(--color--borders) */
    background-color: #FFFFFF;
    padding: 24px 24px;
}

/* Login */
.body--signin .section__header:not(.section__header--hr-bottom) + * {
    margin-top: 0;
}

.body--signin .button-bar.button-bar--profile {
    padding-top: 7px;
}

@media (min-width: 1025px) {
    .body--signin .grid--2-with-divider > .grid__item {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Wizards */
.fieldSpec.form__item--full {
    width: 100%;
}

/* Search Jobs Job List */
@media all and (max-width:750px) {
.form--grid.form--search .fieldSpec.button-bar {
        text-align: left;
    }
}

.icon_joblist + span {
    margin-right: 20px;
}

.icon_joblist {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size:contain;
    vertical-align: middle;
}

.icon-calendar {
    background-image: url("../images/icon-calendar.svg");
    background-position: left 1px;
}
.icon-businessArea {
    background-image: url("../images/icon-businessarea.svg");
}
.icon-interest {
    background-image: url("../images/icon-interest.png");
}
.icon-level {
    background-image: url("../images/icon-level.png");
}
.icon-reference {
    background-image: url("../images/icon-reference.png");
}

/* Job Detail */
.section--jobdetail .article__header__text__title--4 {
    font-weight: 600;
    color: #4076bf;
}

.section--jobdetail .article--details {
    font-size: 17px;
}

.section--jobdetail .article--details a:link,
.section--jobdetail .article--details a:active,
.section--jobdetail .article--details a:focus,
.section--jobdetail .article--details a:visited {
    color: #4076bf;
    text-decoration:underline;
}

.section--jobdetail .article--details ol,
.section--jobdetail .article--details ul {
    padding-left: 20px;
}

.section--jobdetail .article--details ul {
   list-style: disc;
}

.section--jobdetail .article--details ol {
   list-style: decimal;
}

.body--job-detail .grid__item--main {
    padding-right: 30px;
}

.body--job-detail .aside .article--actions .button-bar {
    margin-left: 3px;
}

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

    .body--job-detail .grid--detail {
         margin: 0px 0 0 -20px;
    }

   .body--job-detail .grid__item--main {
        padding-right: 30px;
        border-right: 1px solid #d9d9d9;
    }

    .body--job-detail .aside {
        margin-top: 25px;
    }

}

.breadcrumbs .link {
    color: #000000;
}

/* Apply Methods */

.body--ApplicationMethods,
.body--ApplicationMethods .main__content {
   background-color: #FFFFFF;
}

.body--ApplicationMethods .main__wrapper {
    padding-bottom: 0;
}

.body--ApplicationMethods .section__header__text__title:after {
   display: none;
}

.section__header__text--bkgBlue {
    position: relative;
    padding: 32.5px 20px;
    background-color: #4076bf;
    color:#FFFFFF;
    text-align: center;
}

.section__header__text--bkgBlue:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #4076bf;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -6px;
    left: calc( 50% - 20px);
}

.body--ApplicationMethods .section__header__text__title {
    margin-bottom: 10px;
    font-weight: 400;
}

.body--ApplicationMethods .section__header__text__subtitle {
   font-size: 18px;
}

.body--ApplicationMethods .section.section--registered {
    max-width: 100%;
    margin-top: 0;
    padding: 0 24px 40px;
    border-top: 1px solid #d9d9d9;
    background-color: #fbfbfb;
}

.body--ApplicationMethods .section.section--registered .section__content {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.body--ApplicationMethods .section.section--registered .section__header__text__subtitle--buttonlike {
    display: inline-block;
    margin-top: -1px;
    padding: 5px 10px;
    border: 1px solid #d9d9d9;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    background-color: #FFFFFF;
}

@media all and (max-width:750px) {
    .body--ApplicationMethods .section.section--registered {
        background-color: #ffffff;
        padding: 40px 24px;
    }

}

/* Profile */
.section--withdraw {
    min-height: 350px;
}

/* VIEWS */

.article__content--view .paragraph:before {
    display: inline-block;
    margin-right: 10px;
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    content: "\f054";
    font-size:13px
}

/* Job Detail View */
.view__separator {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}

.view__separator span[data-map="item-title"] {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    color: #4076bf;
    font-weight: 600;
}

.article__content--jobview span[data-map="item-title"]:after {
    content: ":";
    position:relative;
    left:-3px;
}

.article__content--jobview .view__separator span[data-map="item-title"]:after {
    display: none;
}

/* Tooltipster */
.fieldSpec label.tooltip.tooltipstered {
    display: inline-block;
    width: auto;
    clear: both;
}

.Separator >legend {
    display: inline-block;
}

.Separator--personalinfo >legend:after,
.Separator--furtherinfo >legend:after,
.Separator--education >legend:after,
.Separator--experience >legend:after,
.Separator--languages >legend:after,
.Separator--skills >legend:after,
.fieldSpec.label--tooltip label:after {
    content: "";
    display: inline-block;
    margin-left:8px;
    margin-bottom: -2px;
    width: 18px;
    height: 18px;
    background-image: url("../images/icon-help.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}

.fieldSpec.label--tooltip label:after {
    width: 16px;
    height: 16px;
}

.tooltipster-sidetip .tooltipster-box {
    background: #4076bf;
    border: 2px solid #4076bf;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #4076bf;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #4076bf;
}

.tooltipster-sidetip .tooltipster-content {
    font-size: 13px;
    line-height: 15px;
}

/* Forms */
.Separator--education,
.Separator--experience,
.Separator--skills,
.Separator--languages,
.Separator--personalinfo{
    float: left;
    clear: both;
}

.formSetField div {
    margin: 10px 0px;
}
.formSetField .question {
    font-weight: 600;
}

/* Aside Actions Job Detail*/
@media all and (min-width:751px) and (max-width:1024px) {
    .aside .article.article--actions .article__content+.article__content {
        margin-top: 0;
    }
}
@media all and (max-width:750px) {
    .aside .article.article--actions .article__content+.article__content {
        margin-top: 10px;
    }
}

/* Success */
.body--success .button-bar.button-bar--center {
    text-align: center;
}

/****** ECB Custom Navigation *******/

.header__wrapper {
    position: relative;
}

.header__legend {
    position: relative;
    top: 0;
    max-width: 400px;
    margin: auto;
    padding-top: 15px;
    text-align: center;
    margin-bottom: -20px;
}

.header__navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.navbar__logo {
    width: 98px;
    margin-right: 5px;
}

.navbar__logo img {
    display: block;
    width: 100%;
}

.navbar__links {
    background-color: #003299;
    height: 50px;
    flex-grow: 1;
    display: flex;
}

.navbar__mobile {
    position: relative;
}

/*
    Hide the checkbox itself. For selecting
    it we will use the label instead.
*/

.navbar__mobile input[type=checkbox],
.navbar__menu input[type=checkbox] {
    display: none;
}

.navbar__item {
    position: relative;
}

.navbar__wrap {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 40px;
    display: block;
    width: 100vw;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 15px 10px 0 rgba(0,0,0,.3);
    display: none;
}

.header__content [class*="__menu__item"] {
    padding: 12px 0;
    border-bottom: 1px solid #EEEEEE;
    font-size: 16px;
    cursor: pointer;
}

.header__content [class*="__menu__link"] {
    padding: 0 10px;
    color: #000000;
    text-decoration: none;
}

.header__content [class*="__menu__link"]:hover {
    color: #003299;
    text-decoration: none;
}

.subnavbar__menu {
    display: none;
    background-color:#f7f7f7;
}

.subnavbar__menu:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 35px;
    width: 15px;
    height: 15px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

.navbar__menu__item--with-subnavbar {
    position: relative;
}

.navbar__menu__item--with-subnavbar .subnavbar__label {
    width: 100%;
    height: 30px;
    display: block;
    cursor: pointer;
}

.navbar__menu__item--with-subnavbar .subnavbar__label > span{
    display: inline-block;
    color: #000000;
    padding: 0 10px;
}

/* Click to expand button */
.navbar__mobile .navbar__label {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #4076bf;

    cursor: pointer;
    text-align: center;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**

    By using the Following-sibling selector (~),
    we can target elements positioned after our checkbox in the DOM tree.

    With the state pseudo selector (:checked),
    we can make changes depending on the state of the checkbox.

    Using this combination of selectors
    allows to change the color of the label
    and show the list of items
    only when the checkbox is checked.

*/

.navbar__mobile input#checkbox-toggle-navbar:checked ~ label.navbar__label {
    background-color: #FFFFFF;
}

.navbar__mobile input#checkbox-toggle-navbar:checked ~ .navbar__wrap,
.navbar__menu__item--with-subnavbar input#checkbox-toggle-subnavbar-1:checked ~ .subnavbar__menu,
.navbar__menu__item--with-subnavbar input#checkbox-toggle-subnavbar-2:checked ~ .subnavbar__menu {
    display: block;
}

/* Trigger Icon */
.navbar__trigger .icon {
    height: 25px;
    position: absolute;
    top: calc(50% - 12.5px);
    left: calc(50% - 14px);
    width: 28px;
}

.navbar__trigger .icon .line-outer {
    -webkit-transition: .1s .1s cubic-bezier(0,0,0,1);
    -ms-transition: .1s .1s cubic-bezier(0,0,0,1);
    transition: .1s .1s cubic-bezier(0,0,0,1);
}

.navbar__trigger .icon .line-inner {
    -webkit-transition: .1s cubic-bezier(0,0,0,1);
    -ms-transition: .1s cubic-bezier(0,0,0,1);
    transition: .1s cubic-bezier(0,0,0,1);
    background: #fff;
    border-radius: 2.5px;
    height: 5px;
    position: absolute;
    width: 28px;
}

.navbar__trigger .icon .line-outer:first-child .line-inner {
    top: 0;
}
.navbar__trigger .line-outer:nth-child(2) .line-inner {
    top: 10px;
}
.navbar__trigger .icon .line-outer:nth-child(3) .line-inner {
    top: 20px;
}

.navbar__mobile input[type=checkbox]:checked ~ label .icon .line-outer:first-child {
    -webkit-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    transform: translate(0,10px);
}

.navbar__mobile input[type=checkbox]:checked ~ label .icon .line-outer:nth-child(3) {
    -webkit-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    transform: translate(0,-10px);
}

.navbar__mobile input[type=checkbox]:checked ~ label .icon .line-outer:nth-child(2) {
    opacity: 0;
    position: relative;
}

.navbar__mobile input[type=checkbox]:checked ~ label .icon .line-outer:first-child .line-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar__mobile input[type=checkbox]:checked ~ label .icon .line-inner {
    -webkit-transition: .1s .1s cubic-bezier(0,0,0,1);
    -ms-transition: .1s .1s cubic-bezier(0,0,0,1);
    transition: .1s .1s cubic-bezier(0,0,0,1);
    background-color: #4076bf;
}

.navbar__mobile input[type=checkbox]:checked ~ label .icon .line-outer:nth-child(3) .line-inner {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar__menu__item--with-subnavbar .subnavbar__trigger {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #093c99;
}

.navbar__menu__item--with-subnavbar .subnavbar__icon:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-transform: none !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    color:#a8a9a9;
}
.navbar__menu__item--with-subnavbar input[type=checkbox]:checked ~ .subnavbar__label .subnavbar__trigger .subnavbar__icon:after {
    content: "\f078";
     color:#093c99;
}

@media all and (max-width:768px) {
    .header__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar__mobile {
        display: block;
    }

    .navbar__logo {
        margin-left: 0;
        margin-right: 5px;
    }

    .header__legend {
        max-width: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header__legend--jobs {
        padding-top: 5px;
    }

    .header__legend--jobs a {
        font-size: 15px;
    }

    .navbar__logo {
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        width: 78.4px;
        height: 68px;
        margin-left: 0;
        margin-right: 5px;
    }

    .navbar__links {
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
        background-color: #003299;
        height: 40px;
        flex-grow: 1;
        display: flex;
        margin-left: 0;
        margin-right: 5px;
    }

    .navbar__mobile {
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3;
    }

    .navbar__mobile .navbar__label {
        width: 40px;
        height: 40px;
    }

    .navbar__wrap {
        left: auto;
        right: 0;
    }

    .navbar__trigger .icon {
        width: 22px;
        height: 17px;
        top: calc(50% - 8.5px);
        left: calc(50% - 11px);
    }

    .navbar__trigger .icon .line-inner {
        width: 22px;
        height: 3px;
        border-radius: 1.5px;
    }
    .navbar__trigger .icon .line-outer:nth-child(2) .line-inner {
        top: 7px;
    }

    .navbar__trigger .icon .line-outer:nth-child(3) .line-inner {
        top: 14px;
    }

    .navbar__mobile input[type=checkbox]:checked ~ label .icon .line-outer:first-child {
        -webkit-transform: translate(0,4px);
        -ms-transform: translate(0,4px);
        transform: translate(0,4px);
    }

    .navbar__mobile input[type=checkbox]:checked ~ label .icon .line-outer:nth-child(3) {
        -webkit-transform: translate(0,-10px);
        -ms-transform: translate(0,-10px);
        transform: translate(0,-10px);
    }

    .navbar__mobile .navbar__menu__item .icon--login {
        display: none;
    }
}

@media all and (max-width:320px) {
    .header__legend--jobs a {
        font-size: 14px;
    }
}

/* Navigation Menu Desktop */

@media all and (min-width:769px) {
    .navbar__mobile {
        display: none;
    }

    /* Menu User Desktop */

    #navbar__user__desktop {
        position: absolute;
        right: 24px;
        bottom: 70px;
    }

    #navbar__user__desktop .navbar__menu__item {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }

    .header__content #navbar__user__desktop [class*="__menu__item"] {
        padding: 10px 0;
        font-size: 14px;
    }

    .header__content #navbar__user__desktop .navbar__menu__item {
        border-bottom: none;
    }

    .navbar__menu__item--with-subnavbar {
        position: relative;
    }

    .navbar__menu__item--with-subnavbar .subnavbar__label {
        height: auto;
        display: inline-block;
        padding-right: 5px;
    }

    .navbar__menu__item--with-subnavbar .subnavbar__label > span {
        padding: 0 8px;
        color: #4076bf;
    }

    .navbar__menu__item--with-subnavbar .subnavbar__trigger {
        position: absolute;
        top: 9px;
        right: 0;
    }

    .navbar__menu__item--with-subnavbar .subnavbar__icon {
        font-size: 9px;
    }

    .navbar__menu__item.navbar__menu__item--with-subnavbar {
        padding: 10px 0;
        border-bottom: 0;
        font-size: 12px;
    }

    .subnavbar__menu {
        display: none;
        position: absolute;
        z-index: 10;
        width: 100%;
        min-width: 130px;
        top: 32px;
        right: 0;
        background-color: #ffffff;
    }

    .subnavbar__menu:before {
        display: none;
    }

    .header__content .navbar__menu__link {
        color: #4076bf;
    }

    .header__content .navbar__menu__link.navbar__menu__link--login {
        padding-right: 0;
    }

    /* Menu Corporate Desktop */
    .navbar__menu--corporate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
                flex-grow:1;
    }
    .navbar__menu--corporate .navbar__menu__item {
        position: relative;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
                flex-grow:1;
        padding: 0;
        border-bottom: none;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
    }

    .navbar__menu--corporate .navbar__menu__item:after {
        content: "";
        display: block;
        position: absolute;
        top: 30%;
        right: -1px;
        height: 40%;
        border-left: 1px solid rgba(255,255,255,.5);
        transition: border-color .3s ease-out;
    }

    .navbar__menu--corporate .navbar__menu__item:hover {
        background-color:#4076bf;
        color: #FFFFFF;
    }

    .navbar__menu--corporate .navbar__menu__item:hover:after {
         border-left: 1px solid transparent;
    }

    .navbar__menu--corporate .navbar__menu__link,
    .navbar__menu--corporate .navbar__menu__link:hover {
        color: #FFFFFF;
    }

    .navbar__menu--corporate .navbar__menu__item .navbar__menu__link {
        display:block;
        white-space: nowrap;
        padding: 18px 0;
    }
}

@media all and (min-width:769px) and (max-width:840px) {
    .navbar__menu--corporate .navbar__menu__item {
        font-size: 12px;
    }
}

/* Social Share Custom New ECB */

.social-share {
    border-radius: 5px;
    transition: all 600ms;
    float: left;
    width: 122px;
    height: 48px;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}
.social-share .button {
    border-radius: 5px;
    height: 40px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    transition: all 600ms;
    border-color: transparent;
    background-color: #FFFFFF;
    color: #4076bf;
    text-align: left; /* added specificly */
}

.aside .social-share .button {
    background-color: #fbfbfb;
}
.social-share .button span {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-right: 12px;
    border-right: 1px dotted transparent;
}
.social-share .button span::before {
    content: "";
    display: inline-block;
    padding-right: 12px;
    width: 30px;
    height: 20px;
    background-image: url("../images/icon-share-blue.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
}
.social-share .list {
    flex-direction: row;
    margin: 9px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    position: absolute;
}
.social-share .list li {
    width: 22px;
    height: 22px;
    margin-left: 8px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    transform: scale(0);
    transition: 300ms cubic-bezier(0.37, 0.01, 0.43, 1.3);
    transition-delay: 300ms;
}
.social-share .list li.social-share-facebook {
    transition-delay: 50ms;
}
.social-share .list li.social-share-linkedin {
    transition-delay: 100ms;
}
.social-share .list li.social-share-twitter {
    transition-delay: 150ms;
}
.social-share .list li.social-share-email {
    transition-delay: 200ms;
}
.social-share .list li.social-share-email {
    background-image: url("../images/social-share--email.svg");
}
.social-share .list li.social-share-twitter {
    background-image: url("../images/social-share--twitter.svg");
}
.social-share .list li.social-share-linkedin {
    background-image: url("../images/social-share--linkedin.svg");
}
.social-share .list li.social-share-facebook {
    background-image: url("../images/social-share--facebook.svg");
}
.social-share:hover,
.social-share.active {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #fff;
    width: 258px;
}
.social-share:hover .button,
.social-share.active .button {
    right: 140px;
    color: #fff;
    background-color: #4076bf;
}
.social-share:hover .button span,
.social-share.active .button span {
    background-color: transparent;
    border-right: 1px dotted #e1e1e1;
}
.social-share:hover .button span::before,
.social-share.active .button span::before {
    background-image: url("../images/icon-share-white.png");
}
.social-share:hover .list, .social-share.active .list {
    visibility: visible;
}
.social-share:hover .list li, .social-share.active .list li {
    transform: scale(1);
}

/* AGENCY SPECIFIC STYLES
====================================================================================
*/

/* LOGIN: SITE LEVEL
   ======================================================================= */

/* Appearance
   ---------------------------------------------------------------------- */
.body--login .main__content{
    background-color: transparent;
    max-width: 682px;
}

.body--login .section__header__text__title:after{
    margin-top: 19px;
}

.body--login .button-bar--1col button {
    width: 100%;
}

.body--login .section--login{
    background-color: #ffffff;
    margin-top: 23px;
}

.body--login .section__header__padding{
    padding-top: 13px;
}

.body--login .navbar__links{
    text-transform: uppercase;
    color: #ffffff;
    align-items: center;
    font-weight: bold;
    padding-left: 145px;
}

.body--login .main__wrapper:after{
    width: calc(46% - 66px);
    left: 370px;
    top: 388px;
}

.body--login .section__footer .privacy{
    border-left: 1px solid #66666669;
    margin-left: 2%;
    padding-left: 12px;
}

.body--login .header__legend{
    margin-left: 145px;
}

/* IE Fixes */
.body--IE.body--login .header__legend{
    margin-left: 29%;
}

@media (max-width: 768px){
    .body--login .header__legend{
        margin-left: auto;
    }
}

@media (max-width: 643px){

    .body--login .navbar__links{
        padding-left: 0;
        justify-content: center;
    }
}

@media all and (max-width:1024px) {
    /* Inner Paddings */
    .body--login .section__content__padding,
    .body--login .section__header__padding {
        padding: 32px 48px 0 48px;
    }

    .body--login .navbar__links{
        font-size: 14px;
    }

}

@media (max-width: 750px){

    .form .button-bar .button{
        width: 100%;
    }
}

/* DASHBOARD: SITE LEVEL
   ======================================================================= */

.body--dashboard .section__content .article .article__header .article__header__text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* SUBMITTED CANDIDATES SUCCESS: SITE LEVEL
   ======================================================================= */

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

    .body--submitted-candidates .button-bar{
        padding-top: 30px;
    }

    .body--submitted-candidates .section--search-jobs .section__content + .section__content {
        margin-top: 20px;
    }
}

.body--submitted-candidates .pagination.pagination--bottom{
    margin: 3% 0;
    text-align: right;
}

.body--submitted-candidates .button-bar .submitButton{
    margin-right: 1%;
}

/* SUBMIT CANDIDATE SUCCESS: SITE LEVEL
   ======================================================================= */

.body--SubmitCandidateSuccess .section.section__inner-padding{
    text-align: center;
}

.body--SubmitCandidateSuccess .article__header__text__title.article__header__text__title--4,
.body--SubmitCandidateSuccess .article__content {
    padding-top: 5px;
    padding-bottom: 5px;
}

.body--SubmitCandidateSuccess .breadcrumbs.breadcrumbs--bottom {
    text-align: left;
}

.body--Profile .article .paragraph:before {
    display: inline-block;
    margin-right: 10px;
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    content: "\f054";
    font-size:13px
}

/* HOW TO REPRESENT US
   ======================================================================= */

.article__content__video--narrow{
    margin: 2em auto;
}

.body--representUs span {
    font-weight: bold;
    text-decoration: underline;
}

.body--representUs .article__header__text__title--3{
    font-weight: bold;
    text-decoration: underline;
}

@media all and (min-width:1025px) {
    .indented--text{
        padding-left: 4em;
    }
}