/* Small up */
@media screen {
    .promotedWarp {
        border: 1px solid #888888;
        padding: 1em 2em;
        color: #888888;
        margin: 0 1em;
        min-height: 20em!important;
        display: table!important;
    }

    .promotedInnerWarp { display: table-cell; vertical-align: middle; }
    

    .promotedJobTitle {
        font-size: 29px;
        font-family: 'Almoni Neue Tzar';
        font-weight:500;
    }

    a.jobReadMore {
        display: block;
        border: 2px solid #892388;
        color: #892388;
        width: 165px;
        text-align: center;
        padding: 0.25em 1em;
        font-size: 23px;
        font-family: 'Almoni Neue Tzar';
        font-weight: 400;
    }

    .preDesc, .preJobArea{ display: inline-block; color: #892388; } 
    .promotedJobDesc * { display: inline!important; line-height: 30px!important; }

    .promotedJobDesc { margin-bottom: 1em; font-size: 20px; line-height: 10px!important; }

    .promotedJobArea { font-size: 20px }

    .promotedJobs .slick-prev:after, .promotedJobs .slick-next:after{ top: 0!important; }
    
    .promoted-jobs-container {
        margin-bottom: 100px;
    }
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}