.logged-in .emp-dashboard {
    margin-top: 130px;
}

.emp-dashboard {
    margin-top: 95px;
}


.job-contents {
    display: flex;
    flex-wrap: wrap;
}

.left-sidebar {
    display: flex;
    flex-wrap: wrap;
}

.acc-det,
.job-accset {
    width: 100%;
}

.left-sidebar > a {
    padding: 20px 40px;
    border-bottom: 1px solid #f5f6f8;
    display: block;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.2rem;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

    .left-sidebar > a img {
        padding-right: 15px;
        width: initial;
    }

    .left-sidebar > a:hover {
        background: #24315d;
        color: #fff;
    }

    .job-dash:hover:before {
        color: #fff !important;
    }

    .job-dash:before { 
        content: "\e917";
        position: absolute;
        left: 20px;
        top: 40%;
        font-family: 'icomoon';
        color: #5c91e3;
        transition: all 0.3s ease-in-out;
    }

    .acc-det {
        padding: 15px !important;
        font-size: 14px !important;
        text-transform: capitalize !important;
    }

    .job-accset {
        display: flex;
        flex-flow: column;
        padding: 40px;
    }

    .job-accset a:first-of-type {
        margin-bottom: 20px;
        border-bottom: none;
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .job-accset a:first-of-type img {
        margin-right: 10px;
    }

    .job-accset a:last-of-type {
        width: max-content;
    }

.right-announ {
    background: #f0f3fa;
    padding: 60px 11%;
}




.announce-date {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 13px;
    letter-spacing: 2px;
    color: #858da4;
}

.announce-post__item {
    border-radius: 19px;
    box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.2);
    margin-bottom: 25px;
    overflow: hidden;
    display: block;
    border: none !important;
    height: 95%;
}

.announce-post__item:after { content: none !important; }

.announce-post__meta {
    padding: 25px 40px;
    background-color: #fff;
}

.announce-post__title {
    margin-top: 0;
    padding-bottom: 10px;
}

.announce-post__img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.announce-post__link {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background: #1c2850;
    text-decoration: none;
    border-radius: 30px;
}

.announce-listing .post-item-single:first-child .announce-post__link {
    position: relative;
    top: auto;
    right: auto;
}

.announce-post__img-container {
    position: relative;
    height: 200px;
}

.announce-post__item .readbutton {
    position: absolute;
    right: 0;
    top: 175px;
    clip-path: ellipse(10% 47% at 62% 50%);
    padding-right: 60px;
    transition: 0.4s ease-in-out;
}

.readbutton .btn::before { right: 17px; }

.announce-post__item .readbutton span { font-size: 14px; }

.announce-post__item:hover .readbutton { clip-path: ellipse(100% 100% at 50% 50%); }

.announce-post__excerpt {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6em;
}

.announce-listing .post-item-single:first-child .announce-post__excerpt { font-weight: 600; }

.announce-post__title__link { font-size: 18px; }

.announce-listing .post-item-single:first-child .announce-post__title__link { font-size: 24px; }

.announce-listing-container {
    padding: 40px 0;
}

.announce-item-single { 
    z-index: 100;
    order: 2;
}

.featured { order: 1; }

.announce-post__img-container .bialty-container { height: 100%; }

.announce-post__img-container { background: #fff; }

.announce-post__img-container.has-image { background: #f0f3fa; }

.no-image.readbutton { top: 60px; }

.announce-categ {
    position: absolute;
    top: 130px;
    z-index: 2;
    left: 40px;
}

.no-image.announce-categ {
    top: 20px;
}

.blog-post__tag {
    background: #63a3ff;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 20px;
}

.logged-in .emp-dashboard {
    margin-top: 60px;
}

.emp-dashboard {
    margin-top: 80px;
}

@media(min-width: 768px) {
    .announce-listing-container {
        padding: 60px 0;
    }
}  

@media(min-width: 1025px) {
    .left-sidebar {
        width: 20%;
        display: inline-block;
    }

    .right-announ {
        width: 80%;
    }

    .logged-in .emp-dashboard {
        margin-top: 72px;
    }

    .emp-dashboard {
        margin-top: 105px;
    }
}

@media(min-width: 1200px) {
    .dashboard-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .featured {
        width: 100%;
    }

    .featured .announce-categ {
        top: inherit;
        bottom: 30px;
    }

    .announce-categ { top: 140px; }

    .featured .announce-post__item {
        height: 450px;
        background: #fff;
    }

    .featured .announce-post__img-container {
        width: 395px;
        float: left;
        height: 100%;
        margin-right: 50px;
    }

    .featured .announce-post__img-container .readbutton {
        right: -285px;
        top: 380px;
        clip-path: ellipse(100% 100% at 50% 50%);
    }

    .featured .announce-post__tags:before {
        content: "The Week's Highlight";
        position: absolute;
        font-size: 15px;
        background: #f0f3fa;
        padding: 10px 20px 10px 50px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        top: 35px;
        margin-left: -50px;
    }

    .featured .announce-post__tags { margin-top: 80px; }    

    .featured .announce-post__img {
        height: 100%;
    }

    .logged-in .emp-dashboard {
        margin-top: 130px;
    }

    .emp-dashboard {
        margin-top: 120px;
    }
}

@media(min-width: 1360px) {
    .acc-det {
        padding: 40px !important;
        font-size: 20px !important;
    }

    .left-sidebar > a {
        font-size: 14px;
    }

    .job-accset a:first-of-type {
        font-size: 16px;
    }
}

@media(min-width: 1420px) {
    .no-image.announce-categ {
        top: 75px;
    }
}

/* Offices Page */

.locations_list {
    display: block;
    position: relative;
    clear: both;
    margin-top: 20px;
}

.location_row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;

}

.location_item{
    display: block;
    position: relative;
    margin-top: 20px;
}

.location_item_details{
    display: block;
    position: relative;
    min-height: 320px;
}

.location_item_details_buttons{
    position: absolute;
    bottom: 10px;
}

@media (max-width: 767px) {
    .location_item_details{
        display: block;
        position: relative;
        height: auto;
    }
}