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

   * SEARCH JOBS (HOME): SITE LEVEL

   * BANNER: SECONDARY

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

/* README
   ===========================================g=============================== */

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

/* BANNER: MAIN
   ========================================================================== */
.body--search-jobs .banner__wrapper {
    background-image: url(../images/banner--main.png);
    background-position: 110% 0;
}
.body--search-jobs .banner__wrapper .banner__image {
    display: none;
}
.body--search-jobs .banner--main {
    background-image: none;
}
.body--search-jobs .banner__text__title {
    line-height: normal;
    font-weight: 300;
    color: #fff;
}

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

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .body--search-jobs .banner--main {
        min-height: 168px;
    }

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

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

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

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

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

}

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

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

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

}

@media all and (min-width:1025px) {
    .body--search-jobs .banner__text__title {
        font-size: 30px;
    }

}

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

[class*="--pad"] {
    padding: 40px;
}
[class*="--center"] {
    text-align: center;
}
[class*="--dl-mc"] {
    text-align: center;
}
[class*="--right"] {
    text-align: right;
}

[class*="--grow"] {
    flex-grow: 2;
}

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

.column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.column__item {
    width: 100%;
}
.column__item--side {
    width: 300px;
}
.column__item--side2 {
    width: 34%;
}
.column__item--main {
    width: calc(100% - 220px);
}

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

/* popups */
.body--popup .body__content {
    padding-top: 0;
}
.body--popup .main {
    background-color: #fff;
}
.body--popup .section--details {
    padding-bottom: 0;
}

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

 [class*="__center"] {
    text-align: center;
    margin: auto;
    display: block;
    border:none;
 }

/* MAP
   -------------------------------------------------------------------------- */
/* Structure
   -------------------------------------------------------------------------- */

#map {
    height: 250px;
}

#map__canvas {
    height: 100%;
    width: 100%;
    margin: 0;
}

.mapPopUp__bannerImg {
    max-width: 240px!important;
    width: 100%;
    margin: 5px 0 10px 10px;
}

.article__content__map{
    margin-bottom: 20px;
}

.map__host{
    margin:16px 0;
}

.grid__item--aside .form{
    margin-top: 24px;
}

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

#map__canvas {
    display: none;
}

.article__content__map #map__canvas,
.grid__item--aside #map__canvas{
    display: block;
}

/* Appearance
   -------------------------------------------------------------------------- */
.article__content__map{
    line-height: 30px;
    font-size: 14px;
}

.map__host{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.mapPopUp__content{
    font-size: 13px;
    font-weight: 300;
}

.map__description{
    font-size: 14px;
    line-height: 14px;
}

.grid__item--aside .fieldSpec.tks .description {
    font-size: 18px
}

.section--details {
    padding-bottom: 40px;
}

.form.form--search {
    background-color: #f9f9f9;
    padding: 16px 16px 0;
    margin-bottom: 16px;
}
.form--search .fieldSpec.main-field input {
    background-image: url(../images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
}

/* X:X
   -------------------------------------------------------------------------- */

/* Structure
   -------------------------------------------------------------------------- */

.list__item__header--banner{
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
    height: 100px;
}

.body--details .container,
.body--search-jobs .container{
    margin: -16px;
}

.body--details .grid .grid__item--aside {
    padding: 16px;
}

.list--jobs.grid > .grid__item {
    padding: 24px 0 0 24px;
    position: relative;
}

.list__item__container{
    padding: 16px;
    height: 100%;
}

.list__item__header{
    position: relative;
    width: 100%;
    height: 80px;
}
.body--IE .list__item__header{
    height: 102px;
}

.list__item__header__cover{
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: -4px;
}

.list__item__header--logo{
    position: absolute;
    max-width: 140px;
    max-height: 60px;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.list__item__header__banner-content{
    position: relative;
    width: 100%;
    height: 80px;
    background-size: auto 80px;
    background-color: #000;
    background-position: center center;
    background-size: cover;
}
.list__item__header__banner-gradient {
    background: rgb(0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
    z-index: 2
}

.list__item__banner-card{
    height: 80px
}
.list__item__banner-card__container{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    height: 80px;
}

#aside-wizard .button{
    margin: 0 auto;
}

.section--details .section__header{
    margin-bottom: 0px;
}

.list__item__details{
    padding-bottom: 16px;
}

.list__item__header--banner,
.list__item__header-noimg-banner{
    position: absolute;
}

.list__item__header--banner{
    width: 100%;
    height: auto;
}

.thanks__page h2{
    margin: 30px 0;
}

.list__item__header-noimg-banner{
    height: 80px;
    width: 100%;
}

.item__date.item__date--details{
    position: relative;
    bottom: 10px;
    left: 0;
    margin-right: 40px;
}

.item__date i{
    height: 6px;
    width: 3px;
}

.item__date i.right{
    float: right;
    margin-top: -27px;
}

.item__date i.left{
    float: left;
    margin-top: 20px;
}

.list__item__text__title {
    font-weight: 400;
    font-size: 20px;
    min-height: 70px;
    padding-top: 16px;
}

.list__item__details__data{
    margin-bottom: 8px;
}

.list__item__details .list__item__details__data:last-child{
    margin-bottom: 0;
}

.list__item__details__data img{
    margin-right: 8px;
    margin-top: 1px;
}
.list__item__more img{
    margin-right: 8px;
}

.list__item__more{
    position: static;
    margin-top: 0;
}

.basic__icon{
    width: 22px;
    height: 24px;
    margin: 0 8px 0 0;
}

.basic__icon--arrow{
    height: 22px;
    width: 24px;
    margin-left: 6px;
}

.article__header__logo{
    height: 80px;
    width: 140px;
}

.article__header__logo img{
    width: 100%;
    height: auto;
}

.article__content__item__text{
    width: calc(100% - 60px);
}

.title--marginbottom{
    margin-bottom: 26px;
}

.mapPopUp__title {
    margin: 5px 0;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.list--jobs{
    clear: both;
}

#aside-wizard .button,
.list__item__details__data{
    display: block;
}

.list__item__details__data img{
    vertical-align: top;
}

.list__item__more img{
    vertical-align: middle;
}

.list__item__details__data p,
.list__item__more p{
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.basic__icon,
.article__header__logo{
    display: inline-block;
}

.link--register{
    display: none;
    float: right;
    border:none;
}

.article__content__item__text{
    display: inline-block;
    vertical-align: top;
}

/* Appearance
   -------------------------------------------------------------------------- */
.body--details .container,
.body--search-jobs .container{
    background: #FFFFFF;
}

.body--details .grid .grid__item--aside {
    background: #000;
    color: #fff;
    flex: 0 0 330px;
    max-width: 330px;
    margin-left: 36px
}
.body--details .grid .grid__item--aside div[class*="fieldSpec"] [class*="Message"] {
    color: #f17c82;
}

.body--details .grid .grid__item--aside .errorMessageIcon:after {
    color: #f17c82 !important;
}

.list__item__container{
    background-color: #FFFFFF;
    border: solid 1px #bbbcbc;
    display: flex;
    flex-direction: column;
}

.list__item__header{
    background-color: rgba(37,48,67,0.1);
}

.list__item__header__cover{
    background-image: url('../images/white.svg');
    background-position: center bottom;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

.thanks__page{
    text-align: center;
}

.thanks__page h2{
    font-size: 36px;
    text-align: center;
}

.thanks__page p{
    font-size: 16px;
}

.item__date i{
    background-color: #FFFFFF;
}

.list__item__header-noimg-banner{
    background-image: url('../images/banner--inner.png');
    background-repeat: no-repeat;
    background-size: auto 80px;
    background-position: center center;
    background-color: #000;
}

.list__item__text {
    padding-bottom: 16px;
}

.item__date{
    color:#666;
    font-size: 16px;
    font-weight: 600;
}

.item__date span{
    font-size: 28px;
    display: block;
    font-weight: 600;
}

.list__item__details{
    font-size: 14px;
    line-height: 14px;
    flex-grow: 2;
}

.list__item__details__data{
    color: #000;
    line-height: 14px;
}

.list__item__more .read-more {
    color: #000;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin-right: 10px;
    position: relative;
}
.list__item__more .read-more:hover {
    border-bottom: 1px solid #000;
}
.read-more:after {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    padding-left: 5px;
    position: absolute;
    top: 3px;
}

.basic__details.grid__item {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
    flex-direction: row;
    padding: 20px 0 0 20px;
    margin-bottom: 0
}

.basic__icon{
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    width: 26px !important;
    height: 24px !important;
    background-size: 24px 24px;
}
.body--IE .basic__icon{
    width: 30px !important;
    height: 27px !important;
}
.icon__bg {
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 4px 2px 4px 24px;
    background-size: 16px 16px;
    margin: 0;
}

.icon__bg--date,
.basic__icon--jobdate{
    background-image: url('../images/icon--calendar.png');
}
.icon__bg--location,
.basic__icon--location{
    background-image: url('../images/icon--location.png');
}
.icon__bg--venueAdress,
.basic__icon--venueAdress{
    background-image: url('../images/icon--location.png');
}
.icon__bg--school,
.basic__icon--school{
    background-image: url('../images/icon--school.png');
}
.icon__bg--gps,
.basic__icon--gps{
    background-image: url('../images/icon--gps.png');
}
.icon__bg--dress-code,
.basic__icon--dress{
    background-image: url('../images/icon--dress-code.png');
}
.icon__bg--business,
.basic__icon--targetAudience{
    background-image: url('../images/icon--business.png');
}
.icon__bg--event-category,
.basic__icon--lead{
    background-image: url('../images/icon--event-category.png');
}
.icon__bg--handshake,
.basic__icon--handshake{
    background-image: url('../images/icon--handshake.png');
}

.icon__bg--time,
.basic__icon--time{
    background-image: url('../images/icon--time.png');
}

.icon__bg--calendar,
.basic__icon--calendar{
    background-image: url('../images/icon--calendar.png');
    vertical-align: middle;
}

.basic__icon--arrow{
    background-image: url('../images/icons/learnmore.svg');
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    background-size: 100%;
    vertical-align: middle;
}

#map__canvas .gm-style-iw{
    font-size: 14px;
    color: #253043;
    font-weight: 600;
}

.mapPopUp__title {
    font-weight: 500;
    font-size: 15px;
}

.article__content__item__text--subtitle{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}

.article__content__item__text--title{
    font-size: 14px;
    font-weight: 500;
}

.fa-circle{
    color: #B9BEC8;
}

.social-share__popup__icon:hover .fa-circle{
    color: #EF2D9E;
}

a.fa-lg:hover .fa-circle::before {
   color: #DF1E8E;
}

.link__left{
    font-size: 14px;
}

.section--collapsible-form-search__toggle {
    display: none;
}

.main-field::-ms-input-placeholder {
    color: #999999 !important;
}
.body--search-jobs .select2-container--default .select2-search__field::-ms-input-placeholder {
    color: #999999 !important;
}

/*@media all and (max-width:1024px){
    .body--search-jobs .grid__item.grid__item--aside{
        display: none;
    }
    .link--register{
        display: block;
    }

    .body--search-jobs .container {
        background: transparent;
        box-shadow: none;}

    .form.form--search{
        box-shadow: 0 0 20px 8px rgba(0,0,0,0.07);
        height: 100%;
        background: #FFF;
        padding: 24px;
    }

    .body--search-jobs .container{
        margin: -40px 0 0px 0px;
    }

    .article__header__date__container{
        margin-right: 20px;
    }

    .list__item__header__cover{
        background-size: 110%;
    }

}
*/
@media all and (max-width:750px){

    /* Structure
   -------------------------------------------------------------------------- */

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

    .form--search .grid__item--location{
        display: none;
    }

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

    .form.form--search{
        height: 100%;
        padding: 16px !important;
    }
    .form--toggler {
        font-size: 16px;
        position: relative;
    }
    .section--collapsible-form-search__toggle {
        position: absolute;
        right: 0;
        transition: all .3s;
        color: #666;
        font-size: 24px;
        top: -5px;
        display: block;
    }
    .section--collapsible-form-search__toggle.open {
        transform: rotate(180deg);
        transition: all .3s;
    }
    .form.form--search .Section {
        height: 0;
        overflow: hidden;
        transition: all .3s;
    }
    .form.form--search .Section.opened {
        height: 390px;
        transition: all .3s;
    }
    .form.form--search-event .Section.opened {
        height: 160px;
        transition: all .3s;
    }
    .form.form--search .Section .fieldSpec.main-field {
        margin-top: 16px;
    }
    .section.section--search-jobs {
        padding-bottom: 0;
    }

    /* Structure
   -------------------------------------------------------------------------- */
   .body--search-jobs .container{
        margin: 0;
    }

    .article__header__date__container{
        bottom: 4px;
    }

    .form.form--search{
        padding: 20px 0;
    }

     /* Behaviour
   -------------------------------------------------------------------------- */
    .article__header__logo{
        display: none;
    }

    .form.form--search{
        box-shadow: none;
        border-radius: 0;
    }

    .form.form--search input{
        border: none;
        border-bottom: 1px solid #8F98A7;
        border-radius: 0;
    }

    .body--details .banner--main .banner__title{
        font-size: 28px;
    }
    .basic__details.grid__item {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        flex-direction: row;
        padding: 20px 0 0 20px;
        margin-bottom: 0;
    }
    .body--details .grid .grid__item .section--details {
        width: calc(100% - 20px);
        margin-left: 0;
    }
    .body--details .grid .grid__item--aside {
        margin-left: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .link--register {
        display: block;
        float: right;
        border: none;
        color: #000;
        font-weight: 600;
    }
    .link--register:after {
        font-family: 'FontAwesome';
        content: "\f107";
        display: inline-block;
        font-weight: 400;
        padding-left: 8px
    }

    .list__item__text__title {
        height: auto;
    }

}
