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

   * SEARCH JOBS (HOME): SITE LEVEL

   * BANNER: SECONDARY

   * WIDGET: SOCIAL LOGIN

   * GENERAL ADDED STYLES
   * PAGE LOGIN ADDED STYLES
   * SUCCESS PAGE ADDED STYLES
   * WIZARD ADDED STYLES
   * SUCCESS PAGE ADDED STYLES
   * VIEW ADDED STYLES
   * DASHBOARD ADDED STYLES
   * SEARCH JOBS ADDED STYLES
   * TIMESLOT ADDED STYLES
   * OFFER PAGES (DOCUSING) ADDED STYLES
   * ADDED STYLES FOR MENU
   * OPENS IN NEW TAB LINKS TOOLTIP ADDED STYLES
   ========================================================================== */

/* 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
   ========================================================================== */
@media all and (min-width:769px) {

    /* Behaviour
     -------------------------------------------------------------------------- */
    .body--search-jobs .banner--main .banner__wrapper {
        background-position: 100% -64px;
        -webkit-background-size: auto 540px;
        -moz-background-size: auto 540px;
        -ms-background-size: auto 540px;
        -o-background-size: auto 540px;
        background-size: auto 540px;
    }

    /* Appearance
       -------------------------------------------------------------------------- */
    .body--search-jobs .banner--main .banner__wrapper {
        background-image: url(../images/banner--guy.png);
    }
}

/* BANNER: SECONDARY
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.banner--secondary {
    height: 390px;
}

/* Appearance
   -------------------------------------------------------------------------- */
.banner--secondary {
    background-image: url('../images/banner--secondary.png');
}

.banner--secondary .banner__title {
    font-size: 38px;
    font-weight: 300;
}

.banner--secondary .banner__subtitle {
    font-size: 16px;
}

.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 all and (min-width:769px) {

    /* Structure
     -------------------------------------------------------------------------- */
    .banner--secondary:before {
        width: 45%;
    }

    .banner--secondary .banner__content {
        padding-left:45%;
    }

    /* Behaviour
     -------------------------------------------------------------------------- */
    .banner--secondary {
        position: relative;
    }

    .banner--secondary:before {
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        background-position: 100% 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    /* Appearance
       -------------------------------------------------------------------------- */
    .banner--secondary:before {
        content:'';
        background-image: url(../images/banner--gal.png);
    }
}

/* PAGE APPLICATION METHODS ADDED STYLES
   ========================================================================== */
.article--methods{
    background:#fff;
    padding:30px;
}

.article--methods .article__footer{
    font-size:14px;
    line-height:16px;
}

@media all and (max-width:1180px){
    .article--methods .grid--4 > .grid__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media all and (max-width:980px){
    .body--methods .grid__item:not(.grid__item--aside){
        order:1;
        padding-top: 10px;
    }
    .body--methods .grid__item--aside{
        order:2;
        padding-top: 0;
    }

    .body--methods .grid > .grid__item{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .body--methods [class*="--smallBorder"]{
        margin-top:10px;
    }
}

@media all and (max-width:600px){
    .article--methods .grid--4 > .grid__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media all and (max-width:400px){
    .body--methods .main__wrapper{
        padding-left:0;
        padding-right:0;
        padding-top: 30px;
    }

    .article--methods{
        padding:60px 24px;
    }

    .body--methods .grid__item--aside .article{
        padding-left:24px;
        padding-right:24px;
    }
}

/* VIEW ADDED STYLES
   ========================================================================== */
/*Default is fields in 2 cols. Use view__item__full if you need a field in 1 col.
For datasetfields, use view__item__dataset--1-col */

.article__content__view{
    overflow: hidden;
}

.article__content__view .fieldSet,
.article__content__view .MultipleDataSetField {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding-right: 30px;
}

.article__content__view .fieldSet.view__item__dataset{
    width:100%;
}
.grid__item--aside .article__content__view .fieldSet,
.article__content__view .fieldSet.view__item__full,
.article__content__view .fieldSet.view__item__dataset--1-col .MultipleDataSetField{
    width:100%;
}

.grid__item--aside .article__content__view{
    padding:30px;
}

.article__content__view .fieldSet .fieldSetLabel{
    font-size: 16px;
    color: #000000;
    font-weight:600;
    text-transform: uppercase;
    display:inline-block;
    width:100%;
}

.article__content__view .fieldSet .MultipleDataSetFieldLabel{
    font-size: 16px;
    color: #000000;
    font-weight:600;
    text-transform: uppercase;
}

.article__content__view .fieldSet .MultipleDataSetFieldValue{
    display:inline-block;
    width:100%;
}

.article__content__view .MultipleDataSetFields + .MultipleDataSetFields{
    margin-bottom: 30px;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.article__content__view .MultipleDataSetFields:last-child{
    border-bottom:0;
}

.view__item__description{
    margin-top: 20px;
    width:100% !important;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D4D4D4;
    padding-top: 40px;
}

.view__item__description .fieldSetLabel{
    font-size: 30px;
    line-height: 36px;
    margin-bottom:30px;
}

.article__content__view .fieldSet.MultipleDatasetEntryFormField--with-border .MultipleDataSetFields{
    float:left;
    width:100%;
    clear:both;
    border-bottom:1px solid #D4D4D4;
    margin-bottom:25px;
}

.article__content__view .fieldSet.MultipleDatasetEntryFormField--with-border ul.MultipleDataSetFields:last-of-type{
    border-bottom:0;
}

.article__content__view .fieldSet.view__item__bigger .fieldSetLabel,
.article__content__view .fieldSet.view__item__bigger .fieldSetValue{
    font-size: 20px;
    font-weight:600;
}

.article__content__view .fieldSet.view__item__bolder p{
    font-weight:600;
}

.article__content__view .fieldSet.view__item__margin-top{
    margin-top:65px;
}

.article__content__view .fieldSet.view__item__no-label .fieldSetValue{
    font-weight:300;
    margin-left:-5px;
}

.article__content__view--offer .fieldSet .fieldSetLabel{
    display:inline-block;
    width:auto;
    text-transform: none;
    font-weight:300;
    font-size:18px;
}

.article__content__view--offer .fieldSet .fieldSetValue{
    display:inline-block;
    width:auto;
    text-transform: none;
    font-weight:600;
    font-size:18px;
}

.article__content__view--offer .fieldSet{
    margin-bottom:0;
}

.article__content__view div:not(.fieldSet).view__item__file{
    max-height: 150px;
    overflow-y: auto;
    overflow-x: auto;
}

@media all and (max-width:900px){
    .article__content__view .fieldSet,
    .article__content__view .MultipleDataSetField {
        width:100%;
    }

}

@media all and (max-width:768px){
    .article__content__view .fieldSet.view__item__margin-top{
        margin-top:20px;
    }
}

/* DASHBOARD ADDED STYLES
   ========================================================================== */
.body--dashboardPage [class*="--hr-top"]{
    border-top-color: #000000;
}

@media all and (max-width:1020px){
    .body--dashboardPage .grid__item--aside-dashboard{
        order:1;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .body--dashboardPage .grid__item--left{
        order:2;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*--BANNER--*/
.banner--dashboard .grid > .grid__item--img{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35.85%;
    -ms-flex: 0 0 35.85%;
    flex: 0 0 35.85%;
    max-width: 35.85%;
    min-height: 530px;
    position: relative;
}

.banner--dashboard {
    position: relative;
    min-height: 530px;
    object-fit: contain;
    background-size: 66% auto;
    background-image: url(../images/banner--img.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.banner--dashboard .banner__content>* {
    display: block;
    vertical-align: middle;
}

.banner.banner--dashboard .banner__wrapper{
    max-width: 1440px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.banner--dashboard .grid > .grid__item--blue{
    top: 0;
    left: 0;
    width: 38.65%;
    right: auto;
    height: 100%;
    z-index: 2;
    position: absolute;
    background: #051C2C;
}

.banner--dashboard .banner__title{
    font-weight: 600;
    font-family: 'Theinhard', Arial, Helvetica, sans-serif;
}

.banner--dashboard .banner__title--1 {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 56px;
    font-family: 'Bower', Arial, Helvetica, sans-serif;
}

.banner--dashboard .banner__title__number{
    display: block;
    font-size: 90px;
    font-weight: 600;
    line-height: 90px;
    font-family: 'LarishMcKinsey';
    margin-bottom: 10px;
    font-weight:600;
}

.banner--dashboard .banner__title--2{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.banner--dashboard .grid__item__text--left {
    height: 100%;
    z-index: 3;
    padding: 0px 30px 70px 0px;
    position: relative;
}

.banner--dashboard .valing__out,
.banner--dashboard .valign__int-bottom{
    height:100%;
}

.banner--dashboard .grid__item__text--right{
    text-align:center;
}

.banner--dashboard .button--light-blue{
    min-width: 220px;
}

.banner--dashboard .banner__actions .icon--arrow{
    display:none;
}
.banner--dashboard .banner__actions .button {
    float: left;
    min-width: auto;
    line-height: 2.4;
}

.banner--dashboard .banner__actions .button + .button {
    margin-left: 20px;
}

.banner--dashboard .banner__text{
    margin-bottom:20px;
}
@media all and (max-width:1665px){
    .banner--dashboard{
        background-size: auto 530px;
    }
}
@media all and (max-width:1020px){
    .banner--dashboard .banner__actions .button {
        width: auto;
    }

    .banner--dashboard .banner__title--1{
        font-size: 42px;
        line-height: 48px;
    }

    .banner--dashboard .banner__title__number{
        font-size: 68px;
    }

    .banner--dashboard .banner__title--2{
        font-size:30px;
        line-height: 36px;
    }

    .banner--dashboard .grid > .grid__item--img {
        padding: 0px 0px 30px 0px;
        min-height: 340px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }

    .banner--dashboard .grid__item__text--left{
        padding: 70px 30px 10px 0px;
        max-width: 100%;
    }

    .banner--dashboard .button--light-blue{
        min-width: auto;
    }

    .banner--dashboard .grid > .grid__item--blue{
        width:35%;
    }

    .banner--dashboard{
        min-height: 340px;
        background-image: none;
    }

    .banner--dashboard .grid > .grid__item--img,
    .banner--dashboard .grid > .grid__item--blue{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position:relative;
    }
}

@media all and (max-width:700px){
    .banner--dashboard .banner__actions .button{
        text-align: left;
    }

    .banner--dashboard .banner__actions .button + .button{
        margin-top: 15px;
        margin-left: 0;
    }
}

@media all and (max-width:600px){
    .banner--dashboard .grid__item__text--right{
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .banner--dashboard .banner__title__number{
        display:inline-block;
        font-size: 90px;
        vertical-align: middle;
    }

    .banner__title__text{
        display:inline-block;
        vertical-align: middle;
    }

    .banner--dashboard .button--light-blue{
        width:100%;
    }

    .banner--dashboard .banner__actions .icon--arrow{
        display:inline-block;
    }

    .banner--dashboard{
        height: auto;
        background-image: none;
    }
    .banner--dashboard .grid > .grid__item--img {
        min-height: 377px;
    }

    .banner--dashboard .banner__actions .button + .button{
        margin-top:0;
    }

    .banner--dashboard .grid > .grid__item--img{
        overflow: hidden;
    }
}

/*Content*/
.body--dashboardPage .main__wrapper{
    padding-top:40px;
    padding-bottom:40px;
}

@media all and (max-width:1020px){
    .body--dashboardPage{
        display:block;
    }

    .footer{
        display:block;
        height:auto;
    }
}

@media all and (max-width:600px){
    .body--dashboardPage .main__wrapper{
        padding-top:0;
        padding-left:0;
        padding-right:0;
    }
}
/*----*/

/*--LEFT COLUMN--*/

/*Recruiting team*/
.recruiting-box{
    clear: both;
    display: block;
    margin-bottom: 26px;
}

.recruiting-box__photo{
    float: left;
    width: 100px;
    margin-right: 0px;
    margin-left: 7px;
}
.recruiting-box__photo img {
    border-radius: 100%;
}

.recruiting-ampersand{
    margin-top: 7px;
}

.recruiting-box__info {
    margin-left: 2%;
}

.recruiting-box__info__name,
.article--recruiting h5.recruiting-box__info__name {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.recruiting-box__combinated{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 260px;
}

.recruiting-box__combinated-person{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    font-size: 18px;
    margin-top: 7px;

}

.nationality{
    font-size: 15px;
    margin-top: -4px;
}

.coleaders-paragraph{
    font-size: 16px;
}

.recruiting-box__info__title,
.recruiting-box__info__description {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.recruiting-box__info__title {
    margin-bottom: 6px;
}

.recruiting-box__info__description {
    margin-bottom: 10px;
}

.recruiting-box__info__link,
.recruiting-box__info__link a {
    color: #000000;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
}

.recruiting-box__info__link a {
    display: inline-block;
    vertical-align: middle;
}

.recruiting__photo figure{
    width:64px;
    height:64px;
    overflow: hidden;
    border-radius: 50%;
}

.recruiting__photo figure img{
    width:100%;
    height:auto;
}

.article--recruiting h5
{
    font-weight:600;
    font-size:18px;
    margin-bottom:15px;
}

.article--recruiting h5.recruiting-box__info__name {
    margin-bottom: 0;
}

.recruiting-text p{
    margin-bottom:25px;
}
@media all and (max-width:1020px){
    .article--recruiting{
        margin-top:-40px;
    }

    .article--links{
        margin-top:-40px;
    }
}

/*Alumni, slider*/
* + .article.article--slider-alumni{
    margin-top: 40px;
}

.article--slider-alumni .tns-controls [data-controls="prev"]{
    background-color:transparent;
    background-image:url(../images/arrow--left--slide.svg);
    background-size:20px auto;
    background-position:left center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    border: 0;
    float:left;
    width:20px;
    padding-right: 0;
    padding-left: 0;
}

.article--slider-alumni .tns-controls [data-controls="next"]{
    background-color:transparent;
    background-image:url(../images/arrow--right--slide.svg);
    background-size:20px auto;
    background-position:left center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    border: 0;
    float:right;
    width:20px;
    padding-right: 0;
    padding-left: 0;
}

.slider-alumni__item{
    text-align: center;
    transition-duration: 0.3s;
}

.slider-alumni__img{
    width: 64px;
    height: 64px;
    margin: 15px 0px;
    overflow: hidden;
    margin-right: 32px;
    border-radius: 50%;
}

.slider-alumni__img img{
    width:100%;
    height:auto;
}

.slider-alumni__name{
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 32px
}

.slider-alumni__info {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 32px;
}

.article--slider-alumni .total-count{
    text-align: center;
    margin-top: 15px;
    color: #757575;
}

/*Your Interests widgets*/
* + .article.article--interests {
    margin-top: 60px;
}

.article--interests .recruiting-box{
    display: flex;
}

.article--interests .recruiting-box__photo {
    margin-right: 7px;
}

.article--interests figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.article--interests .recruiting-box__photo img {
    min-width: 100px;
    min-height: 100px;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}

/*What you should know*/
.links-video-box{
    clear: both;
    display: inline-block;
    margin-bottom: 24px;
}

.links-video-box--first{
    margin-top:20px;
}

.links-video-box a{
    display:block;
}

.slider-alumni__item .link__text,
.links-video-box .link__text {
    position: absolute;
    left: -9999px;
}

.links-video-box__img {
    float: left;
    width: calc(50% - 16px);
    margin-right: 16px;
}

.links-video-box__img img{
    width:100%;
    height:auto;
}

.links-video-box__title{
    width: 50%;
    float: left;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.links-video-box__img figure {
    position: relative;
    background-color: #1F40E6;
}

.links-video-box__img .link--has-tooltip:hover img,
.links-video-box__img .link--has-tooltip:focus img {
    opacity: .8;
}

@media all and (max-width:600px){
    .links-video-box__img{
        width:100%;
        margin-right: 0;
        margin-bottom:20px;
    }

    .links-video-box__title{
        width:100%;
        font-size: 24px;
        line-height: 28px;
    }
}
/*Videos*/
.article--videos .article__content a {
    display: block;
}
.article--videos .article__content a img {
    width: 100%;
}
.article--videos .article__footer a img {
    width: 16px;
}

.article__header__text__title--youtube{
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 8px;
}

.article--videos .article__header__actions{
    font-weight:600;
}

.article--videos .article__content{
    clear:both;
}

.article--videos .article__header{
    margin-top: 35px;
    margin-bottom:0;
}

@media all and (max-width:1020px){
    .article--videos{
        margin-top:-40px;
    }
}

@media all and (max-width:600px){
    .grid__item--left .article {
        padding-left: 24px;
        padding-right: 24px;
    }

    .grid__item--left .article--videos .article__content > .article,
    .grid__item--left .article--instagram .article__content > .article {
        padding-left: 0;
        padding-right: 0;
    }
}

/*Instagram*/
.article__header__text__title--instagram{
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 8px;
}

.article--instagram .article__header{
    margin-top: 35px;
    margin-bottom:0;
}

.instagram-widget__box{
    width: 100%;
    height: 384px;
    display: flex;
    margin-bottom: 20px;
    background-size: cover;
    background-color:#000;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.article--instagram .article__header__actions{
    font-weight:600;
}

.instagram-widget__box__text{
    display:none;
}

.instagram-widget__box:hover .instagram-widget__box__text,
.instagram-widget__box:focus .instagram-widget__box__text {
    display:block;
    position: absolute;
    z-index: 1;
    color: #fff;
    padding: 20px;
    line-height: normal;
    font-size:14px;
    background: rgba(0, 0, 0, 0.7);
    height: 384px;
    top: 0;
}

.instagram-widget__box img {
    object-fit: cover;
    width: 100%;
}

@media (max-width:769px) {
    .instagram-widget .grid--3 > .grid__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .instagram-widget__box,
    .instagram-widget__box:hover .instagram-widget__box__text{
        height: 368px;
    }
}

@media (max-width:600px) {
    .instagram-widget .grid--3 > .grid__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .instagram-widget__box,
    .instagram-widget__box:hover .instagram-widget__box__text{
        height: 352px;
    }
}

@media (max-width:415px) {
    .instagram-widget__box,
    .instagram-widget__box:hover .instagram-widget__box__text{
        height: 368px;
    }
}

@media (max-width:400px) {
    .instagram-widget__box:hover .instagram-widget__box__text {
        font-size: 12px;
    }
}
/*----*/

/*--SIDEBAR--*/
.grid__item--aside-dashboard .article{
    background:#fff;
    padding: 30px;
}

.grid__item--aside-dashboard .button {
    height: 32px;
    font-size: 14px;
    min-width: auto;
    margin-top: 8px;
    line-height: 32px;
    margin-bottom: 0;
}

.grid__item--aside-dashboard .div--hr-top{
    margin-top: 30px;
    border-color: #B3B3B3;
    padding-top: 30px;
}

/*General styles for boxes*/
.sidebar-box__title {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 2px;
}

.sidebar-box--profile p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.sidebar-box__address{
    width: 100%;
    display: inline-block;
    padding-left: 24px;
    background-size: 16px auto;
    background-image: url(../images/icon--map.svg);
    background-repeat: no-repeat;
    background-position: left;

    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}

.sidebar-box__smaller-text{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.sidebar-box__label{
    font-weight:400;
}

.sidebar-box {
    margin-bottom: 20px;
}

.sidebar-box:last-of-type {
    margin-bottom: 0px;
}

/*Meetings boxes*/
.sidebar-box--meetings{
    margin-bottom:30px;
}

.sidebar-box--meetings__name{
    font-weight:600;
}

.sidebar-box--meetings__job{
    font-size:14px;
    color: #757575;
}

.sidebar-box--meetings .link{
    font-weight:600;
    display: inline-block;
    width: 100%;
}

.sidebar-box--meetings__phone{
    color: #4D4D4D;
}

/*Open Applications boxes*/
.article--applications .sidebar-box--prev-applications{
    margin-top: 40px;
}
.article--applications .sidebar-box--prev-applications h4.article__header__text__title {
    margin-bottom: 16px;
}

.sidebar-box--prev-applications__title{
    font-size: 18px;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Events box */

.sidebar-box--events {
    margin-bottom: 24px;
}
.sidebar-box--events .sidebar-box__date {
    margin: 10px 0;
}
.article--events .sidebar-box--prev-events{
    border: 1px solid #f0f0f0;
    margin-top: 36px;
}

/*Profile*/
/*Toggles modifications*/
@media all and (max-width:1020px){
    .body--dashboardPage .article--toggle .article__content{
        display:block;
        padding: 10px 0px;
        overflow: hidden;
    }

    .body--dashboardPage .article--toggle .article__header__text__title--1{
        font-size: 24px;
        letter-spacing: 0;
        margin-bottom: 0;
    }

    .body--dashboardPage .article--toggle .article__header{
        background-image: url(../images/icon--arrow-down.svg);
        background-repeat: no-repeat;
        background-size:32px auto;
        background-position: right 25px center;
    }

    .body--dashboardPage .article--toggle__open .article__header{
        background-image: url(../images/icon--arrow-up.svg);
        background-repeat: no-repeat;
        background-size:32px auto;
        background-position: right 25px center;
      }

     .body--dashboardPage .article--toggle .article__header .article__header__text__title{
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 90%;
    }

    .body--dashboardPage .article--toggle{
        height:80px;
        overflow: hidden;
    }

    .body--dashboardPage .article--toggle .sidebar-box{
        float: left;
        width: calc(50% - 20px);
        border: 0;
        margin-right: 20px;
    }

    .body--dashboardPage .article--toggle__open{
        height:auto;
        overflow: auto;
    }

    .article--applications .sidebar-box--prev-applications {
        margin-top: 0px;
    }

    .article--events .sidebar-box--prev-events {
        margin-top: 36px;
    }
}

@media all and (max-width:600px){
    .article.article--toggle .article__header__text {
        padding: 30px 20px 25px 20px;
        border-bottom: 1px solid #f1f1f1;
    }

    .grid__item--aside-dashboard .article.article--toggle{
        padding: 0;
        max-width: 90%;
        background-position: right 20px top 32px;
    }

    .body--dashboardPage .article--toggle .sidebar-box{
        width:100%;
        margin-right:0;
    }

    .article--toggle__open .article__content{
        border-bottom:1px solid #f1f1f1;
    }

    .article--applications .sidebar-box--prev-applications{
        margin-top:20px;
    }

    .body--dashboardPage .article--toggle .article__content{
        padding:10px 20px;
    }
}

/* SEARCH JOBS ADDED STYLES
   ========================================================================== */
 .extra-info-box__label{
    font-size:14px;
    font-weight: 600;
    text-transform: uppercase;
 }

 .list__item__extra-info--smallBorder{
    padding-top: 20px;
    margin-top: 20px;
 }

.body--search-jobs .article__footer .button--default{
    padding: 0 20px 7px 20px;
    float:right;
}

.body--search-jobs .article__footer{
    margin-top:40px;
}

.body--search-jobs .article__footer .pagination{
    text-align:left;
}

/* TIMESLOT PAGE ADDED STYLES
   ========================================================================== */

.body--timeslot .section__header__text__subtitle{
    font-size:20px;
    text-transform: none;
    font-weight: 300;
    margin-top:30px;
}

.article--recruiter__label{
    font-size: 14px;
    color: #757575;
}

.article--recruiter__mail{
    margin-left:35px;
}

.article--recruiter__location{
    margin-left:25px;
}

.body--timeslot .form{
    font-family: 'Roboto', sans-serif;
    padding: 40px 40px 20px 40px;
}

.body--timeslot .timeLocal {
    display: block;
}

.body--timeslot .timeZone {
    padding-left: 0 !important;
}

/* WIZARDS ADDED STYLES
   ========================================================================== */
@media all and (max-width:600px){
    body:not(.body--offer) .form.tpt_wizard {
        padding: 24px;
        overflow: auto;
    }
}

/*For offer acepted and declined pages*/
.form__item--offer-separator{
    text-align:center;
}
.form__item--offer-separator > legend,
.form__item--offer-separator > span{
    font-size: 68px;
    line-height: 72px;
    font-family: 'LarishMcKinsey';
}

.form__item--offer-separator .SeparatorDescription > span{
    font-size:20px;
}

form .captcha {
    display: block;
    overflow: hidden;
    clear: both;
    float: right;
}

form .captcha .errorText {
    margin-top: 10px;
    color: #aa1133;
}

.layoutRSVP .fieldSpec.AcceptCheckboxField.isRequired > fieldset > legend {
    display: flex;
    flex-direction: row-reverse;
}

/* OFFER PAGES ADDED STYLES
   ========================================================================== */
.article--offer-links{
    background:#051b2a;
    padding:30px;
    margin-top:0;
}

.article--offer-links-detail{
    padding-top: 0;
    margin-top: -20px;
}

.offer-links a{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background: #008ecd;
    padding: 20px 0px 15px 0px;
    display: inline-block;
    width: 100%;
}

.offer-links p{
    color:#fff;
}

.offer-links p{
    transition:all 0.4s;
}

.offer-links a:hover p{
    color: #051b2a;
}

.offer-links__number{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.offer-links__circle{
    display: inline-block;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #90979a;
    vertical-align: middle;
    margin-left: 5px;
}

.offer-links__circle--filled{
    display: inline-block;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #90979a;
    vertical-align: middle;
    margin-left: 5px;
    background-image: url(../images/icon--check--filled.svg);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center;
}
.body--offer .article__header__text__title--7{
    color:#000;
}

.article--offer-links__text{
    margin-top:10px;
    color:#fff;
    font-size:18px;
}

.article__content--bigger{
    font-size:20px;
    line-height: 150%;
}

.article__content--bigger p{
    margin-bottom:15px;
    font-size:18px;
}

.body--offer .grid > .grid__item--aside{
    padding: 20px 0px 20px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 410px;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    max-width: 410px;
    margin-left:65px;
}

.body--offer .grid__item--aside .article__content__view {
    padding: 10px 60px 0px 60px;
    border-left: 1px solid #B3B3B3;
    height: 100%;
    font-size:18px;
}

.body--offer * + .article {
    margin-top: 0px;
}

.body--offer-detail .section__header__text__title--2{
    font-size:72px;
    line-height: 90px;
}

.body--offer-detail .section__header__text__subtitle{
    font-size:30px;
    text-transform: none;
    font-weight:300;
    margin-top:15px;
}

.body--esign .section__header__text__subtitle{
    font-size:18px;
    text-transform: none;
    font-weight:300;
    margin-top:15px;
}

.body--esign .button-bar .button{
    float:right;
}

@media all and (max-width:768px){
    .body--offer .section__header__text__subtitle{
        font-size:18px;
        line-height: 22px;
    }

    .body--offer .grid > .grid__item--aside{
        order: 1;
        margin-left: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 25px 20px 45px;
    }

    .body--offer .article--white {
        background: transparent;
        padding: 0;
    }

    .body--offer .main__wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-bottom:0;
    }

    .body--offer .article:not(.article--offer-links) .grid > .grid__item:not(.grid__item--aside){
        order:2;
        padding: 20px 25px 20px 45px;
        background:#fff;
    }

    .body--offer .grid__item--aside .article__content__view{
        border:0;
        padding:0;
    }

    .body--offer .section__header{
        padding-left:25px;
        padding-right:25px;
    }

    .body--offer .section__header__text__subtitle{
        border-bottom: 1px solid #B3B3B3;
        padding-bottom: 20px;
    }

    .article--offer-links{
        text-align: left;
    }

    .offer-links__number,
    .offer-links__name{
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .offer-links__name{
        max-width: 80%;
    }

    .offer-links__name{
        margin-left: 15px;
    }

    .article__content--bigger{
        font-size:16px;
    }

    .body--offer .form{
        padding:30px 25px 20px 25px;
    }

    .form__item--offer-separator > legend,
    .form__item--offer-separator > span{
        font-size: 36px;
        line-height: 42px;
    }

    .form__item--offer-separator .SeparatorDescription > span{
        font-size:16px;
        line-height: 24px;
    }

    .article__docusing{
        padding:0px 25px 25px;
    }
}

/* ADDED STYLES FOR MENU
   ========================================================================== */
.nav:not(.nav--user) .nav__item__link:hover,
.nav:not(.nav--user) .nav__item__link:focus {
    font-weight: 500;
    position: relative;
}

.nav:not(.nav--user) .nav__item__link:hover:after,
.nav:not(.nav--user) .nav__item__link:focus:after {
    content: "";
    background-color: #2251ff;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
}

@media all and (max-width:1280px){
    .nav:not(.nav--user) .nav__item__link{
        font-size:15px;
    }
}

/* OPENS IN NEW TAB LINKS TOOLTIP ADDED STYLES
   ========================================================================== */
.link--has-tooltip {
    position: relative;
}

.link__tooltip {
    display: none;
    position: absolute;
    bottom: 0;
    margin-bottom: -25px;
    right: -5px;
    height: 20px;
    width: 110px;
    background-color: #979797;
    color: #FFFFFF;
    text-align: center;
    font-size: 11px;
    padding: 0 10px;
    z-index: 99;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.link--has-tooltip:focus .link__tooltip,
.link--has-tooltip:hover .link__tooltip {
    display: block;
}

/* ADDED STYLES COOKIES
   ========================================================================== */
/*Cookies*/
body:not(.body--popup-box__open) .popup-box {
    display:none;
}

body.body--popup-box__open .popup-box {
    position: fixed;
    width: 100%;
    min-height: 60px;
    height:auto;
    padding-top: 10px;
    z-index: 3;
    background-color: #ba122b;
    left: 0;
    top: 90px;
    color: #fff;
}

body.body--popup-box__open .popup-box .popup-box__text {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    padding: 10px 10px 15px 10px;
    text-align: center;
    max-width: 1200px;
    width: calc(100% - 100px);
    margin: 0px auto;
}

body.body--popup-box__open .popup-box .popup-box__close {
    background-image: url('../images/popup-box__close.png');
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    right: 12px;
    transition: text-shadow ease .2s;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    outline: none;
}
body.body--popup-box__open .popup-box .popup-box__close:focus {
    border: solid 1px #fff;
    padding: 5px;
    width: 30px;
    height: 30px;
    outline: none;

}

body.body--popup-box__open .popup-box .popup-box__close img{
    max-width:100%;
}
.multipleDatasetWrapper .clearOption:focus{
    outline-width: 1px;
    outline-style: solid;
    outline-color: #1F40E6;
    outline-offset: 3px;
}
.totalPoints {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.totalPoints>span{
    width: 65px;
    text-align: center;
}
@media all and (max-width:600px){
    body.body--popup-box__open .popup-box .popup-box__text{
        width: calc(100% - 30px);
        text-align: left;
        padding: 5px 10px 10px 10px;
        max-width: 100%;
        margin:0 0;
    }

    body.body--popup-box__open .popup-box .popup-box__close{
        top: 20px;
        right: 10px;
        width: 15px;
    }

    body.body--popup-box__open .popup-box{
        padding-top:5px;
    }
}

@media (max-width: 600px) {
    .button-bar--zipDownload .button--cancel,
    .button-bar--zipDownload .button--default {
        padding: 18px 25px 16px 25px;
    }
}

/*GLAM LINK*/

.glam{
    color: #1E40E6;
}

.glam:hover,
.glam:focus {
    font-weight: 500;
}

/*REMOVE BGCOLOR of Reg Meths*/

.tpt_registrationMethods>article {
    background-color: unset;
}

.body--loginPage .main .link {
    color: #1F40E6;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}

.body--loginPage .main .button-bar .link {
    display: inline-block;
    font-size: 15px;
    margin-top: 0.4em;
    margin-left: 10px;
    vertical-align: middle;
}

.body--loginPage [class*="--smallBorder"] {
    max-width: 450px;
}

.article__header__text__title--bower {
    line-height: 1.35;
    font-family: 'Bower', Arial, Helvetica, sans-serif;
    margin-bottom: 24px;
}

.article__header__text__title--bower--re {
    color: #000000;
    display: block;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 24px;
}

.body--loginPage .article__header__text__paragraph {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.body--loginPage .form fieldset {
    max-width: 480px;
}

.pageChoosePassword .form fieldset {
    clear: both;
    float: left;
    max-width: 100%;
}
.pageChoosePassword .form .Section1,
.pageChoosePassword .form .firstFieldset {
    order: 1;
    width: 100%;
    margin-bottom: 4px;
}
.pageChoosePassword .form .Section2,
.pageChoosePassword .form .secondField {
    order: 2;
    width: 280px;
}
.pageChoosePassword .form .Section3,
.pageChoosePassword .form .lastFieldset {
    order: 3;
    clear: right;
    float: right;
    width: 280px;
}
@media all and (max-width: 768px) {
    .pageChoosePassword .form {
        flex-direction: column;
    }
    .pageChoosePassword .form .Section1,
    .pageChoosePassword .form .Section2,
    .pageChoosePassword .form .Section3,
    .pageChoosePassword .form .secondField,
    .pageChoosePassword .form .lastFieldset,
    .pageChoosePassword .form .firstFieldset {
        clear: both;
        float: none;
        width: 100%;
    }
    .pageChoosePassword .form .Section1,
    .pageChoosePassword .form .firstFieldset {
        margin-bottom: 0;
    }

    .pageChoosePassword .form .Separator {
        padding: 0;
    }
    .pageChoosePassword .form .Section3 .fieldSpec,
    .pageChoosePassword .form .lastFieldset .fieldSpec {
        margin-bottom: 0;
    }
}

.layoutOptOut .article__header__text__paragraph,
.pagePrivateEventError .article__header__text__paragraph {
    color: #333333;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
}

.body--loginPage.pagePrivateEventError .article__header__text__paragraph {
    margin-bottom: 24px;
}

.body--loginPage.pagePrivateEventError.pageDiversityForm .article__header__text__paragraph {
    margin-bottom: 0;
}

.section__footer--smallBorder {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.pageEventCapError .section__footer,
.pagePrivateEventError .section__footer {
    margin-top: 22px;
}

.pageChoosePassword .button.button--default.button--blue,
.pagePrivateEventError .button.button--default.button--blue {
    width: auto;
    color: #FFFFFF;
    min-width: auto;
    background: #1F40E6;
    line-height: 2.45;
    border-color: #1F40E6;
    background-color: #1F40E6;
}

@media all and (max-width: 768px) {
    .pageChoosePassword .button-bar,
    .pagePrivateEventError .button-bar {
        text-align: left;
    }

    .pageChoosePassword .button.button--default.button--blue,
    .pagePrivateEventError .button.button--default.button--blue {
        width: auto;
    }

    .article__header__text__title--bower--re {
        font-size: 48px;
        line-height: 56px;
    }

    .form--2cols .Section:nth-of-type(odd),
    .form--2cols .Section:nth-of-type(even) {
        clear: both;
        float: none;
        width: 100%;
    }
}

.select2-container {
    min-width: 100%;
}

.select2-container .select2-selection--single .select2-selection__clear {
    top: 0;
    right: 10px;
    position: absolute;
}
.select2-container .select2-selection--single {
    height: 40px !important;
    border: 1px solid #B3B3B3 !important
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #595959 !important;
}

.article_header {
    clear: both;
    padding: 20px 40px;
    max-width: 100%;
    background: #FFF3CE;
    background-color: #FFF3CE;

    overflow: hidden;
    position: relative;
}

.article_header p {
    color: #6A4F00;
    display: inline-block;
    font-size: 16px;
    text-align: left;
    line-height: 21px;
    font-weight: 500;
    vertical-align: middle;
}

.article_header--warning__left {
    float: left;
}

.article_header--warning__right {
    clear: right;
    float: right;
}

.article_header--warning__left--two {
    margin-left: 16px;
}

.article_header--warning__right a {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

@media all and (max-width:768px) {
    .article_header {
        padding: 20px 24px;
    }
    .article_header--warning__left {
        width: 60%;
    }
    .article_header--warning__left--one {
        width: 6%;
    }
}

.article--slider-alumni .article__footer {
    margin-top: 56px;
}

.article--slider-alumni .article__footer,
.article--videos .article__footer,
.article--instagram .article__footer {
    text-align: right;
}

.article--slider-alumni .article__footer a,
.article--videos .article__footer a,
.article--instagram .article__footer a {
    color: #000000;
    display: inline-block;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0;
    vertical-align: middle;
}

img.icon--blue-email {
    width: 16px;
    height: auto;
}
img.icon--blue-arrow-right,
img.icon--light-blue-arrow-right {
    width: 16px;
    height: auto;
    margin-left: 12px;
}

.article--videos .article__header__text__title--2 {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    font-family: 'Theinhard', Arial, Helvetica, sans-serif;
}

.banner__actions--links {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}

.link--dashboard {
    color: #000000;
    display: inline-block;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: none;
}

.link--dashboard:hover,
.link--dashboard:focus {
    text-decoration: underline;
    color: #1E40E6;
}

.link--dashboard-white,
.link--dashboard-white:hover,
.link--dashboard-white:focus {
    color: #FFFFFF;
}

.article__content__details_location__subtitle--date {
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}

.article__content__details_location__subtitle--date--previous {
    padding-top: 6px;
    padding-left: 0;
}

.banner__actions--dashboardHeader {
    clear: both;
    position: relative;
}

.choosePassword--container p {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}

.choosePassword--container span {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.pageDiversityForm .CheckBoxListFormField {
    margin-bottom: 0;
}
.pageDiversityForm .fieldSpec.fieldSpec--diversity-link {
    margin-left: 28px;
    margin-bottom: 12px;
}
.pageDiversityForm .fieldSpec--diversity-description {
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding-top: 24px;
}

.body--dashboardPage .article--toggle__open .article__header.article__header--no-dropdown {
    background-image: none;
}

@media (max-width: 600px) {
    .body--dashboardPage .article--meetings.article--toggle {
        margin-top: 32px;
    }
}

.fieldSpec--password {
    margin-bottom: 24px;
}

.pageApplicationMethods .button-bar.button-bar--2col button.button {
    margin-right: 24px;
}

.pageSuccess .link {
    color: #1F40E6;
}

.pageSuccess a.button--default {
    min-width: auto;
    line-height: 2.4;
}

@media all and (max-width:768px) {
    .pageSuccess a.button--default {
        float: left;
        width: auto;
    }
}

/* @Dark Mode */
@media (prefers-color-scheme: dark) {
    .header__logo {
        background-image: url("../images/logo--default-dark.svg");
    }
}
@media (prefers-color-scheme: light) {
    .header__logo {
        background-image: url("../images/logo--default.svg");
    }
}
.validatePercent.error-percent {
    outline-color: rgba(221, 0, 0, 0.5);
    border-color: #DD0000;
}
input.validatePercent {
    text-align: center;
}
/* Chrome, Safari, Edge, Opera */
.validatePercent::-webkit-outer-spin-button,
.validatePercent::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.validatePercent[type=number] {
    -moz-appearance: textfield;
}

/* Menage aplications link */
.section__header__text__subtitle a{
    color: -webkit-link
}

/*Application Methods - Upload file*/
span#dropboxManualMethodErrorContainer {
    display: none!important;
}
