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

   * DOCUMENT

   * SEARCH JOBS (HOME): SITE LEVEL
   * SEARCH JOBS: SECTION LEVEL
   * SEARCH JOBS: ARTICLE LEVEL

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

/* SEARCH JOBS (HOME): SITE LEVEL
   ========================================================================== */
.body--search-jobs .main__wrapper {
    padding-bottom: 0;
    padding-top: 40px
}

.internalMethod {
    padding-left: 3px;
    font-size: 13px;
    padding-bottom: 2px
}

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

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

}

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

/* Media query to target mobile and tablet */
@media (max-width:1024px) {
    .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;
    }

}

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

    }

}

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

    .section--search-jobs.section--collapsible-form-search .form--search .form__toggle {
        right: 24px;
        top: 30px;
    }

}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .section--search-jobs .section__header + .section__content {
        margin-top: 0 !important;
    }

    .section--search-jobs .section__header {
        display: none;
    }

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

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

}

/* SEARCH JOBS: ARTICLE LEVEL
   ========================================================================== */
.article--result + .article--result {
    margin-top: 25px;
}

.article--result .article__header__text__subtitle {
    margin-top: 0;
    color: inherit;
    margin-bottom: 10px;
}

.article--result .article__content {
    line-height: 150%;
    max-width: 760px;
}

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

    .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 0px 10px;
    }

    .article--result .article__header__text__subtitle {
        color: #565656; /* var(--color--text--2) */
        margin-bottom: 5px;
    }

    .article--result .article__header__actions {
        width: 100%;
        padding: 4px 8px;
        text-align: left;
    }

    .article__header__actions .button--action-default{
        width: calc( 100% - 45px );
    }

    .article__header__actions .button--action-disabled{
            width: calc( 100% - 0px );
            border: 1px solid #cccccc;
            padding: 12px 0 9px;
    }

}

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

}

/* PROFILE: ARTICLE LEVEL: ATTACHMENT UPLOAD
   ========================================================================== */
.article--attachments-upload {
    background-color: #FFFFFF;
    padding: 16px 0px;
}

.article--attachments-upload .article__header {
    margin-bottom: 16px;
    padding-bottom: 0px;
}

/* 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: -11px;
        width: 26px;
        height: 26px;
        text-indent: -9999px;
        overflow: hidden;
    }

}

/* SOCIAL SHARE
   ========================================================================== */

/*Fix me*/
.fv-share-alt {
    margin-top: -5px;
    vertical-align: middle;
    font-size: 21px;
}

.breadcrumbs .link,
.article--view-more--aside .article__footer .link{
    font-family: 'CalibreBold';
    border-bottom:1px solid #000000;
}

.form--search .labelText{
    font-size: 14px;
    margin-bottom: 9px;
}

.social-share__button.button{
    border-color: #000000;
    padding: 13px 8px 6px;
}

.section-content-talent{
    background-color: #c81d2e;
    color:#FFFFFF;
    text-align: center;
    padding: 45px 0 52px;
}

.section-content-talent--static .article__content,
.section-content-talent .article__content{
    max-width: 460px;
    margin:auto;
}

.section-content-talent .article__header__text__title{
    margin-bottom: 15px;
    color:#FFFFFF;
}

.section-content-talent p{
    margin: 0 auto 15px;
}

.body--search-jobs .button--action{
    font-size: 16px;
}

.body-login .article__header__text__title{
    margin-bottom: 20px;
    color:#333333;
}

.body-login .the-forgot-link .link{
    font-size: 14px;
    font-family: 'CalibreMedium';
}

.body-login .fieldSpec > label{
    padding-bottom: 7px;
    font-size: 16px;
    color: #000;
}

.body-login .fieldSpec{
    padding-bottom: 12px;
}

.section__content--left{
    margin:0;
    max-width: 800px;
}

.AcceptCheckboxField .labelText{
    margin-left: 20px;
    margin-top: 3px;
    color:#c81b2d;
}

.action-edit,
.action-delete{
    font-family: 'CalibreRegular';
}

.action-delete{
    color:#f93535 !important;
}
.action-edit{
    color:#000;
}

.tpt_uploadResumeLoginLegend .section__header__text__title .link{
    font-family: 'CalibreRegular';
}

.article__content--rich-text h1,
.article__content--rich-text h2,
.article__content--rich-text h3{
    font-family: 'CalibreMedium'!important;
    margin: 10px 0!important;
    color:#000000!important;
}

.methodButton{
    border-radius: 0;
    font-family: 'Calibrebold'!important;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 11px;
}

.methodButton--dropbox,
.methodButton--file,
.methodButton--googledrive,
.methodButton--later,
.methodButton--paste{
    border-color: #000000;
    background-color: #ffffff;
    color: #000000;
}
.methodButton--dropbox:hover,
.methodButton--file:hover,
.methodButton--googledrive:hover,
.methodButton--later:hover,
.methodButton--paste:hover{
    background-color: #000000;
    color: #ffffff;
}

.methodButton--later {
    background-image: url("../images/copy-paste.svg");
    padding-left: 34px;
}
.methodButton--later:hover {
    background-image: url("../images/copy-paste-white.svg");
}

.methodButton--paste {
    background-image: url("../images/with-out-resume.svg");
    padding-left: 34px;
}
.methodButton--paste:hover {
    background-image: url("../images/with-out-resume-white.svg");
}

.methodButton--file {
    background-image: url("../images/from-pc.svg");
    padding-left: 34px;
}
.methodButton--file:hover {
    background-image: url("../images/from-pc-white.svg");
}

.table--agent:not(.table--cards__cards-view) tbody td:nth-child(1){
    white-space: normal;
}


/*3.6 newstyles*/
.fieldSpec.margin-top--136{
    margin-top: 136px
}
.clearer{
    clear: both;
    margin: 0px 0px 10px;
    display: block;
    float: left;
    width: 100%;
}

.button-bar.margin--Top0, 
.article.margin--Top0 .article__content, 
.margin--Top0{
    margin-top: 0px;
}
.margin--Top20{
    margin-top: 20px;
}
.margin--Top40{
    margin-top: 40px;
}
.margin--Bot25{
    margin-bottom: 25px;
}
.margin--Bot40{
    margin-bottom: 40px;
}
.nav__item,
.nav__item.nav__item--active{
    position:relative;
    display:inline-block;
}
.nav__item:hover::after,
.nav__item.nav__item--active:hover::after{
    transition: width 0.1s ease;
    width: 24px;
}
.nav__item::after,
.nav__item.nav__item--active::after {
    display: block;
    position: absolute;
    content: '';
    height: 4px;
    bottom: -0.3125rem;
    top: initial;
    left: 17px;
    background: #d22130;
    -webkit-transition: width 0.1s ease;
    -moz-transition: width 0.1s ease;
    -ms-transition: width 0.1s ease;
    -o-transition: width 0.1s ease;
    transition: width 0.1s ease;
    width: 0px;
}
.nav__item--active.custom .nav__item__link::after{
    content: '';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-color: #d22130;
    width: 24px;
    height: 4px;
    display: block;
    bottom: -6px;
}
/**/
/*font*/
.article__content{
    font-size: 18px
}
.static__banner__text__section{
    margin: 85px auto;
    text-align: center;
    max-width: 860px;
}
.whowheare .static__banner__text__section{
    max-width: 1060px;
}

.static__page h2,
.static__page h3,
.static__page h4{
    font-family: 'CalibreSemibold';
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 15px
}

.static__page h2{
    font-size: 40px;
    line-height: 46px;
}
.static__page h3{
    font-size: 36px;
    line-height: 42px;
}
.static__page h4{
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 20px
}
.static__page p.large{
    font-size: 30px;
    line-height: 36px;
    font-family: 'CalibreRegular';
    color: #000000;
    margin-bottom: 25px
}

.static__page p.medium,
.static__page p.small{
    font-family: 'CalibreRegular';
    color: #57585b;
    margin-bottom: 20px
}
.static__page p.medium{
    font-size: 20px;
    line-height: 26px;
}
.static__page p.small{
    font-size: 18px;
    line-height: 24px;
}
.static__page p.small--legal,
p.small--legal{
    font-size: 15px;
    line-height: 22px;
}

h2.border__color{
    margin-bottom: 45px
}
h2.border__color::after,
.border__color::after{
    content: '';
    background-color: #d22130;
    width: 24px;
    height: 4px;
    display: block;
    margin-top: 15px
}


/*font*/

/*flex*/
.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
  }
.wrap    { 
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }  

.main__image__message > div{
    margin: 50px 60px;
    max-width: 560px;
}
.whowheare .main__image__message div p {
    max-width: 490px;
}
.medium__wrapper{
    max-width: 1100px;
    margin: 50px auto 0px;
    width: 100%;
}
.main__image__message {
    background-color:#FFFFFF;
}

/* Center the text vertically */
.main__image__message__text-wrapper {
    display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
              justify-content: center;
}

@media only screen and (max-width: 1150px) and (min-width: 954px){
    .main__image__message img {
        display: inline-block;
        max-width: 54%;
        float: left;
        height: max-content;

    }
    .main__image__message > div {
        margin: 0 2%;
        /*max-width: 40%;*/
        float: right;
    }

    .whowheare .main__image__message div p {
        max-width: 100%;
    }

    .main__image__message__text-content p.medium {
        margin-bottom: 10px;
    }

    .main__image__message__text-content p.large {
        margin-bottom: 15px;
    }
}

/* @media only all and (max-width: 1100px){
    .main__image__message.flex-container {
       display: flow-root;
    }
    .main__image__message.flex-container img,
    .main__image__message.flex-container div{
        display: flow-root;
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 40px
    }
    .whowheare .main__image__message div p {
        max-width: 100%;
    }
}*/

/*box img*/
.box__info .section__box{
    clear: both;
    margin-bottom: 40px;
    display: block;
    width: 100%;
    overflow: auto;
}
.box__info .main__text{
    margin: 80px auto;
    overflow: auto;
}
.box__info .main__text p{
    max-width: 900px;
}
.whowheare .box__info .main__text p{
    max-width: 780px;
}

.image__left img{
    float: left;
}
.image__right img{
    float: right;
}
.section__box .info{
    width: 43%;
    float: left;
    margin: 80px 0 80px 7%;
}
.section__box.image__right  .info{
    margin: 80px 5% 80px 0;
}

.whowheare .box__info .main__text{
    margin-bottom: 10px
}

.section__box.values__box{
    margin-top: 50px
}

.section__box img.icon__section__box{
    width: 48px;
}
.section__box .icon__section__box{
    margin: 20px 0px;
    display: block;
}

.item__value{
    width: 28.5%;
    float: left;
    margin: 8px 0px 15px;
    min-height: 95px;
    min-width: 280px;
}
.item__value--medium{
    width: 28.5%;
    float: left;
    margin: 8px 7% 15px;
    min-height: 95px;
    min-width: 280px;
}
.section__box .clearer{
    clear: both;
    margin: 5px 0px 15px;
    display: block;
    float: left;
    width: 100%;
}

/*footer__links*/
.footer__links{
    border-bottom: 1px solid #e5e5e5;
    overflow: auto;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.section__left_70{
    float: left;
}
.section__right_30{
    float: right;
    text-align: right
}
.footer__rights__links .link{
    padding-right: 0px;
    padding-left: 0px;
    line-height: 16px;
    height: 12px;
    display: inline-block;
    padding-bottom: 15px;
}
.item__links{
    float: left;
    min-width: 310px;
}
.item__links h4{
    font-family: 'CalibreBold';
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.item__links a{
    font-family: 'CalibreRegular';
    font-size: 14px;
    color: #57585b;
    display: block;
    margin: 5px 0px 17px;
}
.item__links a.icon{
    margin: 5px 0px 0 30px;
    display: inline-block;
}
.item__links a.icon:hover{
    opacity:0.7;
    transition: all .1s ease-out;
}
.section-content-talent--static .article__content{
    text-align: center;
    padding: 50px 0 58px;
    background-color: #FFFFFF;
    max-width: 560px;
}
.section-content-talent--static .article{
    padding-top: 60px;
}
.section-content-talent--static{
    background-image: url(../images/static/image--banner--bottom.jpg);
    background-position: left top;
}
.section-content-talent--static.weDo{
    background-image: url(../images/static/image--banner--bottom--second.jpg);
    background-position: left top;
}
.section-content-talent--static.jobDetail.main__wrapper {
    padding-top: 60px;
}
.section-content-talent--static.jobDetail{
    background-image: url(../images/jobDetail--banner.jpg);
    background-position: left top;
}
.section-content-talent--static.jobDetail .article__header__text__title--6{
    padding: 0px 40px 15px;
}
.section__content.section-content-talent--static .article__header__text__title--6,
.section-content-talent--static.jobDetail .article__header__text__title--6,
.section-content-talent--static.weDo .article__header__text__title--6{
    padding: 0px 40px 15px;
    margin-bottom: 16PX;
}

.section-content-talent--static.jobDetail .article{
    padding-top: 0;
}

.section-content-talent--static .static__page h3 {
    font-size: 36px;
    line-height: 46px;
}
.section-content-talent--static .button--action{
    padding: 18px 20px;
    line-height: 20px;
    min-width: 292px;
    margin-right: 0px;
}

.staticPage .banner__wrapper{
    position: relative;
}
.small__form__static{
    position: absolute;
    background-color: #FFFFFF;
    width: 280px;
    height: 54px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    float: right;
    right: 0;
    line-height: 30px;
    padding: 13px;
    text-transform: lowercase;
    bottom: 30px;
    background: url(../images/static/icon@2x.png) no-repeat;
    background-position: 22px 19px;
    background-size: 5%;

}
.button--action-static{
    text-transform: none;
    color: #aaa;
    font-size: 18px;
    padding-left: 40px;
    vertical-align: baseline
}

/**/
/**/
/*for footer menu responsive*/
.menu-icon .navicon:before,
.menu-icon .navicon:after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.menu-icon .navicon:before {
  top: 5px;
}
.menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */
  .div__link__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }
  .div__link__menu .menu li a{
    display: block;
    padding: 0px;
    text-decoration: none;
  }
  .div__link__menu li a:hover,
  .div__link__menu .menu-btn:hover {
    background-color: transparent;
  }
  /* menu */
  .div__link__menu .menu{
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  /* menu icon */
  .div__link__menu .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 10px 0px;
    position: relative;
    user-select: none;
  }
  .div__link__menu .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 30px;
    height: 17px;
    background: url(../images/static/up.svg);
    background-size: 30px;
    background-position: 0px -8px;
  }
  .div__link__menu .menu-icon .navicon:before,
  .div__link__menu .menu-icon .navicon:after {
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  /* menu btn */
  .div__link__menu .menu-btn {
    display: none;
  }
  .div__link__menu .menu-btn:checked ~ .menu {
    max-height: 240px;
  }
  .div__link__menu .menu-btn:checked ~ .menu-icon .navicon {
    background: url(../images/static/down.svg);
    height: 17px;
    background-size: 30px;
    background-position-y: -8px;
  }
  .div__link__menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .div__link__menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  /* 59.375em = 950px */

/*jobDetail blocks*/
.jobDetailPage .section__text__title,
.jobDetailPage .actions--item{
    float: left;
    width: 50%;
}
.jobDetailPage .actions--item{
    float: right;
    margin-top: 22px;
    width: auto;
}
.jobDetailPage #main-panel{
    clear: both;
}
.actions--item .article__content{
    float: right;
    clear: none;
}
.actions--item .article__content+.article__content{
    margin-top: 0px
}
.actions--item .article--actions > div{
    float:left;
    margin-left: 20px;
}
.actions--item .article--actions .item--detail--link.last--item{
    font-size: 14px;
    margin-left: -5px;
}

.content__button__jobDetail.social-share__button.button {
    border: 1px solid transparent;
    margin: 0;
    padding: 0;
    float: right;
    font-family: 'CalibreRegular';
    text-transform: capitalize;
    font-size: 20px;
    line-height: 22px;
    position: relative;
    z-index: 9;
    background-image: url('../images/share.svg');
    background-size: 18px;
    padding-left: 30px;
    background-position-y: -1px;
}
.content__button__jobDetail.social-share__button.button:hover::before{
    content: " ";
    border-bottom: 1px solid red;
    position: absolute;
    margin: 28px 0px 0px -30px;
    width: 74px;
}

.article.article--actions .button--action-secondary:hover,
.article.article--actions .button--action-secondary:hover, 
.article.article--actions .button--action-secondary:active{
    color: #000
}

.social-share--open .social-share__button {
    border-color:transparent;
    background-color:transparent;
    color: #000;
}

.item--detail--link .social-share,
.item--detail--link .apply,
.item--detail--link .back,
.item--detail--link .completeApplication{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-position: left 0px;
    font-size: 20px;
    padding-bottom: 7px;
    background-size: 20px;
    height: 25px;
    -webkit-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    color: #000;
}
.item--detail--link .apply:hover,
.item--detail--link .back:hover,
.item--detail--link .completeApplication:hover{
  border-bottom: 1px solid #c9372e;
}

.item--detail--link .social-share{
    width: 0px;
    position: relative;
    left: 30px;
    padding: 11px;
}
.item--detail--link .apply{
    background-image: url('../images/plus.svg');
}
.item--detail--link .back{
    background-image: url('../images/back.svg');
}
.item--detail--link .completeApplication{
    padding-left: 0px
}
/*jobDetail blocks*/
.registerPage.special--padding .main__wrapper{
    padding-top: 50px;
}

.registerPage .main__content,
.applicationMethod .main__content{
    max-width: 880px;
}
.bag__icon,
.path__only__mobile,
.only--mobile{display: none;}

/*profile*/

.layout--profile .section.first--section{
    min-height: 200px;
}
.layout--profile .content--personal--info{
    float: left;
    min-width: 620px;
}
.layout--profile .article--actions{
    float: right;
    width: 200px;
    margin-top: 10px;
}
.layout--profile .article--actions .button-bar {
    text-align: center
}
/*reset button*/
.button-bar.profile--custom .downloadAttachmentsButton{
    background-color: transparent;
    color: #000;
    padding: 0;
    border: 1px solid transparent;
    font-family: 'CalibreRegular';
    text-transform: inherit;
    font-size: 18px;
}
.button-bar.profile--custom .downloadAttachmentsButton:hover{
    text-decoration: underline
}
.button-bar.profile--custom .downloadAttachmentsButton:hover::before{
    content: "";
    border-bottom: 1px solid red;
    position: relative;
}
.custom--languages{
    color: #000;
}
.custom--languages li{
    margin-bottom: 5px;
}
.custom--languages strong{
    font-family: 'CalibreSemibold';
    color: #000000;
}
.smallTextJobs{
    margin: 30px 0px 20px;
}

/*form*/
.Section .formContainer div[id*="schemaFieldContainer"]{
    width: calc(50% - 15px);
    float: left;
    margin-right: 25px;
}
.Section .formContainer div[id*="schemaFieldContainer"]:nth-of-type(odd){
    margin-right: 0px;
}
/*form__header*/
.FormHeader[class*="FormHeader_"]{
    display: none;
}
.custom--form--title{
    display: block;
    font-size: 23px;
    font-family: 'CalibreSemibold';
    color: #000000;
    margin-bottom: 25px;
}
/**/
.section__header.tpt_uploadResumeLoginLegend{
    font-size: 20px;
    margin-top: 25px;
}
.section__header.tpt_uploadResumeLoginLegend .section__header__text__title{
    color: #57585b
}
.section__header.tpt_uploadResumeLoginLegend .section__header__text__title .link{
    color: #000
}
/*successPage*/
.body-profile .button.button--secondary,
.successPage .breadcrumbs--bottom .button{
    min-width: 200px;
}

@media all and (min-width: 950px){
    .div__link__menu li {
      float: left;
      width: 100%;
    }
    .div__link__menu li a {
      padding: 0px;
    }
    .div__link__menu .menu li a{
        padding: 0px;
        text-decoration: none;
        position: relative;
        display: inline-block;
    }
    /**/
    .div__link__menu .menu li a:hover:after {
        right: 0;
    }
        .div__link__menu .menu li a::after{
          display: block;
          position: absolute;
          content: '';
          height: 0.12rem;
          bottom: -0.3125rem;
          top: initial;
          left: 0;
          right: 100%;
          background: #d31334;
          transition: right 250ms ease-in-out;
        }

    .div__link__menu li a{
        padding: 10px;
    }
    .div__link__menu .menu {
      max-height: none;
    }
    .div__link__menu .menu-icon {
      display: none;
    }
    .div__link__menu{
        text-align: left
    }
    .div__link__menu.item__links h4{
        text-align: left;
        margin-bottom: 10px
    }
}
@media screen and (min-width:1025px) and (max-width:1310px){
    .header__logo {
        width: 40px;
    }
    .header__wrapper {
        padding-left: 28px;
        padding-right: 28px;
    }
    .body--search-jobs .main__wrapper,
    .main__wrapper{
        max-width: 1245px;
        padding-left: 60px;
        padding-right: 60px;
    }
    .footer__wrapper {
        padding: 28px;
    }
    .item__links {
        float: left;
        min-width: 260px;
    }
}
@media (min-width: 1025px){
    .section-content-talent--static {
        height: 350px;
        -webkit-background-size: cover;
        background-size: cover;
    }

}
/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .body-profile .aside .article--actions .button-bar {
        max-width: 237px;
    }
}
@media all and (max-width:1025px) {
    .layout--profile .article--actions{
        float: left;
        width: 100%;
    }
    .layout--profile .content--personal--info{
        width: 100%;
    }
}

@media all and (max-width: 1024px){
    .main__image__message div,
    .box__info .main__text{
        padding: 0px 15px;
    }
    .box__info .section__box {
       padding: 0px 15px;
    }
    .footer__wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media all and (max-width: 950px){
    button, 
    input[type="submit"], 
    .genericButton, 
    .saveButton, 
    .nextButton, 
    .gotoButton, 
    .redirectUrlButton, 
    .previousButton, 
    .homeButton, 
    .clearButton, 
    .cancelButton, 
    .button{
        width: 100%;
    }
    .main__wrapper {
        padding: 15px 15px 40px;
    }
    .staticPage .static__page .video__wrapper{
        padding: 0;
    }
    .section__text__title {
        font-size: 34px;
    }
    /*menu*/
    .nav__item, .nav__item.nav__item--active {
        position: static;
        display: block;
    }
    .nav__item--active.custom .nav__item__link::after {
        display: none;
    }
    /*menu*/

    .header__logo{
        height: 24px;
        margin-top: 5px
    }
    .flex-container{
        display: flow-root;
    }
    .staticPage .banner--main{
        height: 180px;
    }
    .main__image__message img,
    .main__image__message div{
        display: flow-root;
        width: 100%;
        margin: 0;
        margin-bottom: 40px
    }
    .box__info .section__box{
        margin-bottom: 10px
    }
    .image__left img,
    .image__right img{
        float: left
    }
    .section__box .info,
    .section__box.image__right .info {
        width: 80%;
        float: left;
        margin: 30px 5%;
    }
    .staticPage .main__image__message{
        padding-left: 0px;
        padding-right: 0px
    }
    .staticPage .banner__wrapper {
        position: relative;
        align-items: normal;
    }
    .small__form__static{
        background-size: 3%;
    }
    .staticPage .banner__text__title{
        font-size: 34px;
        line-height: 36px;
        margin: 20px 20px 20px;
    }
    .small__form__static{
        width: 95%;
        bottom: 5px;
        left: 2%;
    }
    .main__image__message div {
        margin-bottom: 20px
        width: 100%;
        max-width: 100%;
    }
    .box__info.medium__wrapper,
    .box__info .main__text{
        margin: 30px auto;
        padding: 0px 0px;
    }
    .main__image__message > div,
    .box__info .main__text{
        margin-bottom: 20px;
        padding: 0px 15px;
    }
    h2.border__color {
        margin-bottom: 30px;
    }
    .static__page h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .static__page p.large{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px
    }
    .whowheare .main__image__message div p {
        max-width: 100%;
    }
    .section__box .info, .section__box.image__right .info {
        width: 100%;
        float: left;
        margin: 25px 0% 5px;
    }
    .section__box .info {
        padding: 0 15px;
    }
    .image__left img, .image__right img{
        width: 100%;
    }
    .static__banner__text__section{
        margin: 40px auto;
    }
    .section__box.values__box{
        margin-top: 10px;
        padding: 0 15px;
    }
    .section__box .icon__section__box {
        margin: 5px 0px 10px;
        display: block;
    }
    .static__page p.medium, 
    .static__page p.small{
        margin-bottom: 10px
    }
    .item__value,
    .item__value--medium {
        width: 100%;
        float: left;
        margin: 10px 0px 5px;
        min-height: auto;
        min-width: 100%;
    }
    .section-content-talent--static .article {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section-content-talent--static .article__content {
        text-align: center;
        padding: 30px 50px 30px;
        background-color: #FFFFFF;
        max-width: 500px;
    }
    .footer{
        margin-top: 0px
    }
    .section__left_70,
    .section__right_30{
        float: none;
    }
    .item__links {
        float: left;
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .section__right_30 .item__links {
        border-bottom: 1px solid transparent;
        margin: 0;
        padding: 0;
    }
    .section__right_30 .item__links a.icon {
        margin: 5px 15px 0px 10px;
        display: inline-block;
    }
    .footer__links .item__links h4{
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .footer__rights .footer__rights__links {
        display: block;
    }
    .footer__left{
        text-align: left
    }
    .footer .link {
        display: block;
        margin: 0px;
        text-align: left;}
    .footer__content {
        display: flex;
        flex-direction: column;
    }
    .footer__left{
        order:2;
        margin: 10px;
    }
    .footer__rights{
        order: 1
    }
    .footer .footer__rights__links .link{
        border-right: 1px solid transparent;
        min-height: 30px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .static__page h4{
        margin-bottom: 10px;
    }
    .section__box .clearer{
        margin: 0;
    }

    .path__only__mobile{
        display: inline-block;
        margin: 8px 20px 0px;
        font-family: 'CalibreMedium';
        letter-spacing: 0.5px;
        border-bottom: 1px solid #dfdada;
        color: #000;
        padding-bottom: 3px;
    }
    .bag__icon{
        display: inline-block;
        height: 22px;
        width: 22px;
        background-image: url('../images/bag@2x.png');
        background-position: left center;
        -webkit-background-size: contain;
        background-size: contain;
        text-indent: -9999px;
        margin: 7px 7px;
        float: right;
        }
    /**/
    .only--desktop{
        display: none;
    }
    .only--mobile{
        display: block;
        margin: 0;
        padding-left: 0;
    }
    .article--result .article__header__actions.only--mobile {
        margin: 0;
        padding-left: 0;
        margin-top: 10px
    }
    .article.article--actions.only--mobile{
        margin-top: 20px;
    }
    .article.article--actions.only--mobile > div{
        margin-right: 20px;
        display: inline-block;
    }
    .article.article--actions.only--mobile{
        margin-top: 20px;
        display: flex;
    }
    .content__button__jobDetail.social-share__button.button{
        float: left;
        width: auto;
        order: 2;
    }
    .article.article--actions.only--mobile > div {
        margin-left: 20px;
        margin-right: 0px;
        display: inline-block;
    }
    .article.article--actions.only--mobile > div:nth-child(1) {
        margin-left: 0px;
        margin-right: 0
    }
    .article.article.article--actions.only--mobile .item--detail--link.last--item{
        margin-right: -25px;
    }
}
@media all and (max-width: 750px){
    .button--action{
        width: 90%;
    }
    .fieldSpec.margin-top--136 {
        margin-top: 0px;
    }
    .internalMethod{
        padding-left: 0px;
        text-align: center;
    }
    .Section .formContainer div[id*="schemaFieldContainer"]{
        width: 100%;
        margin-right: 0px;
    }
}
