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

   *NAV

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

@media (max-width: 500px) {
    .banner__wrapper {
        padding: 0;
    }

    .banner--main {
        position: relative;
        height: 200px;
        background-size: cover;
    }

    .banner__text {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 8px 14px;
        background: rgb(15,75,144);
        background: linear-gradient(90deg, rgba(15,75,144,1) 0%, rgba(70,120,188,1) 100%);

    }
}

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

.nav__circle {
    background-color: rgb(37, 48, 67);
    border-radius: 180px;
    width: 3px;
    height: 3px;
    vertical-align: middle;
}

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

    .nav__circle{
        display: block;
    }

    .nav__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
/* 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 .form--step2{
    text-align: center;
}

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

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

.list__item__pill{
    background-color: #404040;
    color: var(--color--white);
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 25px;
}

.list__item__pill--top-right{
    position: absolute;
    top: 25px;
    right: 5px;
}

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

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

@media all and (max-width:660px) {
    .body--details .grid .grid__item--aside {
        padding: 20px;
    }
}

.section.section--search-jobs{
    padding-bottom: 50px;
}

.list--jobs.grid > .grid__item {
    position: relative;
}

.list__item__container{
    padding: 0;
    height: 100%;
}

.list__item__header{
    position: relative;
    width: 100%;
    height: 60px;
}

.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: 60px;
}
.list__item__banner-card {
    height: 60px
}
.list__item__banner-card__container{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    height: 100px;
}

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

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

.button--aside{
    max-width: 260px;
}

.item__date i {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    height: 6px;
    width: 3px;
}

.item__date i.right{
    right: 0;
    display: none;
}

.item__date i.left{
    left: 0;
    display: none;
}

.list__item__details{
    padding: 20px 24px 54px;
}

.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: 100px;
    width: 100%;
}

.item__date{
    width: 64px;
    height: 64px;
    padding-top: 8px;
    position: absolute;
    z-index: 2;
    bottom: -70px;
    left: 20px;
}

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

.list__item__details__data{
    margin-bottom: 14px;
}

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

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

.list__item__details__data p,
.list__item__more p{
    max-width: 200px;
}

.list__item__more{
    position: absolute;
    bottom: 31px;
    left: 47px;
    width: calc(100% - 75px);
}

.list__item__more .button {
    width: 100%;
}

.list__item__more{
    margin-top: 30px;
}

.basic__details{
    margin:0 0 23px;
}

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

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

.article__header__add-to-calendar{
    margin-bottom: 22px;
}

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

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

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

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

.mapPopUp__title {
    margin: 5px 0;
}

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

#aside-wizard .button,
.list__item__details__data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.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;
}

.basic__icon {
    float: left;
}

.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;
    box-shadow:none;
    min-height: 78vh;
}

.body--details .grid .grid__item--aside {
    background: #0f4b90;
    color: #FFFFFF;
}

.list__item__container{
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
}

.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: 26px;
    font-weight: 600;
    color: #FFFFFF;
}

.thanks__page p {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}

.thanks__page .link{
    font-weight: 600;
}

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

.list__item__header-noimg-banner {
    background: rgb(15,75,144);
    background: linear-gradient(90deg, rgba(15,75,144,1) 0%, rgba(70,120,188,1) 100%);
}

.list__item:nth-child(2n) .list__item__header-noimg-banner {
    background: rgb(74,140,64);
    background: linear-gradient(90deg, rgba(74,140,64,1) 0%, rgba(129,189,65,1) 100%);
}

.item__date{
    background: #0a0a0a;
    border: none;
    box-shadow:none;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

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

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

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

.list__item__more {
    font-size: 14px;
    color: #1063ba;
    font-weight: 500;
    vertical-align: middle;
}

.basic__icon--jobdate{
    background-image: url('../images/icons/calendar.svg');
}
.basic__icon--location{
    background-image: url('../images/icons/locationBuilding.svg');
}
.basic__icon--locationPin{
    background-image: url('../images/icons/locationPin.svg');
}
.basic__icon--venueAdress{
    background-image: url('../images/icons/flag.svg');
}
.basic__icon--dress{
    background-image: url('../images/icons/dresscode.svg');
}
.basic__icon--targetAudience{
    background-image: url('../images/icons/attendees2.svg');
}
.basic__icon--lead{
    background-image: url('../images/icons/eye.svg');
}
.basic__icon--time{
    background-image: url('../images/icons/time.svg');
}
.basic__icon--world{
    background-image: url('../images/icons/world.svg');
}

.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__header__add-to-calendar .link:hover,
.article__header__add-to-calendar .link:active,
.article__header__add-to-calendar .link:focus{
    border:none;
    text-decoration: none;
}

.article__content__item__text--subtitle {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
}

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

.fa-circle{
    color: #bfd6f0;
}

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

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

.form--search .button--default{
    border-radius: 200px;
}

.link__left{
    font-size: 16px;
    font-weight: 600;
}

.body--search-jobs .grid__item.grid__item--aside {
    background-image: url("../images/map.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    min-width: 347px;
}

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

    .body--search-jobs .container.grid--gutters-xl > .grid__item.grid__item--main {
        padding: 48px 0 0 0;
    }

    .link--register{
        display: block;
    }

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

    .form.form--search{
        height: 100%;
        background: #FFF;
        padding: 24px 0;
    }

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

    .body--details .container{
        margin: 0;
    }

    .article__header__date__container{
        margin-right: 20px;
    }

    .list__item__header__cover{
        background-size: 110%;
    }

}

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

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

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

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

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

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

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

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

    .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;
    }

    .body--details .banner--main .banner__title {
        font-size: 26px;
    }
}

/* Event details grid mobile */

@media all and (max-width:375px) {
    .grid--details.grid > .grid__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 0;
    }

    .basic__details {
        margin: 0 0 0;
    }

}

/* Event detail map */
[class*="event-map"] {
   background-size:100%;
}

/* Event Detail */
.body--details .grid__item--aside .article__header__text__title--1 {
    color: #FFFFFF;
}

.body--details .grid__item--aside .Separator > legend,
.Separator > span {
    color: #FFFFFF;
}

.body--details .grid__item--aside .removeDatasetRow,
.body--details .grid__item--aside .addDatasetRow,
.body--details .grid__item--aside .CheckBoxListFormField_more {
    color: #FFFFFF;
}
