label.rwmb-label {
    width: 200px;
    display: block;
}

div.rwmb-field {
    margin: 10px 0 10px 0;
}

input.rwmb-input {
    width: 100%;
}

textarea.rwmb-textarea {
    width: 100%;
    height: 100px;
}


/* bread */

ul#is-breadcrumb a {
    color: #b3b3b3;
    text-decoration: none;
    font-size: 13px;
}

ul#is-breadcrumb li.item-current {
    color: #7ebec5;
    font-size: 13px;
    margin-top: 2px;
}

ul#is-breadcrumb {
    padding: 0px;
    height: 40px;
}

ul#is-breadcrumb li {
    float: left;
    list-style: none;
}

ul#is-breadcrumb li.seperator {
    padding: 0 5px 0 5px;
    color: #cccccc;
}

@media only screen and (max-width: 560px) {
    ul.is-breadcrumb {
        display: none;
    }
}


/* mobile menu */

div.burger {
    display: none;
}

div#is-mobile {
    display: none;
}

@media only screen and (max-width: 980px) {
    div.burger {
        display: block;
        /*        position: fixed;
        top:6em;
        right:4em;
        z-index: 2; */
        /* width: 48px; */
        width: 3em;
        /* height: 36px; */
        height: 2.25em;
        cursor: pointer;
        padding: 0;
        /*
        filter: hue-rotate(220deg) saturate(5);
*/
        /*
        mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48' height='36' viewBox='0 0 48 36' fill='rgb(255,255,255)'%3E%3Crect x='16' y='12' width='16' height='2' /%3E%3Crect x='16' y='17' width='16' height='2' /%3E%3Crect x='16' y='22' width='16' height='2' /%3E%3C/svg>");
        mask-position: center;
        mask-repeat: no-repeat;
        */
        background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48' height='36' viewBox='0 0 48 36' fill='rgb(62,76,81)'%3E%3Crect x='16' y='12' width='16' height='2' /%3E%3Crect x='16' y='17' width='16' height='2' /%3E%3Crect x='16' y='22' width='16' height='2' /%3E%3C/svg>");
        background-position: center;
        background-repeat: no-repeat;
        /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 48 36' fill='rgb(20,20,20)'><rect x='16' y='12' width='16' height='2' /><rect x='16' y='17' width='16' height='2' /><rect x='16' y='22' width='16' height='2' /></svg>"); */
        /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 48 36' fill='rgb(20,20,20)'%3E%3Crect x='16' y='12' width='16' height='2' /%3E%3Crect x='16' y='17' width='16' height='2'/%3E%3Crect x='16' y='22' width='16' height='2' /3E%3C/svg%3E"); */
        /* background-size: contain; */
        font-size: 1em;
        /*    background-color: #ddd;
        border: 1px solid #ccc;
        border-radius: 3px; */
        /*        box-shadow: 0 1px 3px rgba(0,0,0,.25);*/
    }
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    div#is-mobile {
        background-color: #fff;
        overflow: auto;
        padding: 20px 0 5px 0;
        border-bottom: 1px solid #7b89a1;
        animation: fadeIn 0.5s;
    }
    div#is-mobile li {
        background-color: #fff;
        overflow: auto;
        min-height: 35px;
        line-height: 32px;
        border-bottom: 1px solid #eee;
    }
    div#is-mobile ul.dropdown-menu li {
        border-bottom: none;
    }
    div#is-mobile li a {
        font-weight: bold;
        font-size: 13px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, .6);
    }
    .break {
        flex-basis: 100%;
        height: 0;
    }
    div#is-mobile div.wrap {
        display: flex;
        flex-wrap: wrap;
    }
    div#is-mobile div.expand {
        float: left;
        min-height: 32px;
        padding: 0 0px 0 0;
        width: 30px;
        font-size: 18px;
        background-color: #fff;
        color: #5b7981;
        text-align: center;
        vertical-align: baseline;
        font-family: ETmodules;
        margin-right: 20px;
        transition: .3s ease-in-out;
        /*        box-shadow: 0 1px 3px rgba(0,0,0,.25);*/
    }
    div#is-mobile div.opened {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transform-origin: 50% 50%;
        transition: .3s ease-in-out;
        padding: 0 0 0 0px;
        background-color: #ffffff;
    }
    div#is-mobile div.wopened {
        background-color: #ffffff;
        transition: .3s ease-in-out;
    }
    div#is-mobile div.link {
        float: left;
        min-height: 32px;
        padding-left: 10px;
        flex-grow: 100;
    }
    div#is-mobile ul.dropdown-menu {
        display: none;
        clear: both;
        margin-left: 40px;
        margin-top: 0px;
    }
    div#is-mobile div.search {
        margin: 4px 0 4px 0;
    }
    div#is-mobile input.search {
        box-sizing: border-box;
        border: 1px solid #77949C;
        border-radius: 4px;
        padding: 5px;
        font-size: 13px;
        width: 100%;
        margin-top: 4px;
    }
    li.mobilemenu-bold,
    li.mobilemenu-bold div.expand {
        color: #000 !important;
    }
    div.search {}
    .current-menu-item a {
        color: #94b4bd !important;
    }
}

div.employee {}


/* nes list */

div.is_news {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.ileft {
    flex-direction: row-reverse;
}

.iright {
    flex-direction: row;
}

@media only screen and (max-width: 980px) {
    div.is_news {
        flex-direction: column-reverse;
    }
}

img.is_news {
    width: 100%;
    max-width: none;
}

.is_newsimg {
    width: 100%;
    height: 380px;
    background-size: cover;
    background-position: center;
}

div.is_news_item {
    padding: 0px;
    flex-grow: 1;
    flex-basis: 0;
}

.is_news_item-inside {
    padding: 30px;
}

.is_news_item-date {
    font-size: 12px;
}

div.is_news_right {
    flex-grow: 1;
    flex-basis: 0;
}

.is_margin_right {
    margin-right: 45px;
}

.is_margin_left {
    margin-left: 45px;
}

.is_padding_right {
    padding-right: 45px;
}

.is_padding_left {
    padding-left: 45px;
}

div.post-categories {
    margin-bottom: 20px;
}

div.post-categories a {
    background-color: #4b5e65;
    padding: 4px 8px;
    color: #fff;
    margin: 0px 15px 20px 0px;
    font-size: 14px;
}


/* related news items */

div.is_related_news {
    display: flex;
    justify-content: left;
    margin: 0 -20px 40px -20px;
    flex-wrap: wrap;
}

div.is_related_news_item {
    flex-grow: 1;
    flex-basis: 0;
    margin: 20px;
    padding: 0px;
    line-height: 18px;
    max-width: 340px;
    border: 1px solid #d8d8d8;
    transition: box-shadow 300ms ease 0ms;
}

div.is_related_news_item:hover {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.22);
    transition: box-shadow 300ms ease 0ms;
}

div.is_related_news_item .post-meta {
    font-size: 12px !important;
    color: #3b3b3b !important
}

div.is_related_news_item_inside {
    padding: 20px;
}

div.is_related_news_item_title {
    font-size: 21px;
    font-weight: 500;
    margin: 10px 0 10px 0;
    line-height: 25.2px;
    text-decoration: none;
    height: 110px;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
}

div.is_related_news_item_text {
    line-height: 24px;
}

div.ncentercrop {
    width: 100%;
    height: 50%;
    max-height: 190px;
    overflow: hidden;
}

div.is_related_news_item img {
    xwidth: 100%;
    xheight: 100%;
    clip-path: content-box;
}

div.is_related_news_item a {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

div.small_text {
    font-size: 12px;
}

div.title {
    margin: 6px 0 6px 0;
}

@media only screen and (max-width: 980px) {
    div.is_related_news_item {
        max-width: 100%;
    }
}


/*
@media only screen and (max-width: 980px) {

    div.is_related_news {
        display: block;
    }

    div.is_related_news_item {
        display: flex;
        width:100%;
        max-width: 100%;
    }

    div.is_related_news_item img {
        width:100%;
        height:100%;
    }

    div.ncentercrop {
        width:30%;
        height:auto;
    }

    div.is_related_news_item_inside {
        padding: 15px;
        width:100%;
    }

}
*/

@media only screen and (max-width: 1280px) and (min-width: 980px) {
    div.small_text {
        font-size: 11px;
    }
}


/* related consultant items */

div.is_related_consultants {
    display: flex;
    justify-content: left;
    margin: 0 -40px 40px 0px;
    flex-wrap: wrap;
}

div.is_related_consultants_item {
    flex-grow: 1;
    flex-basis: 0;
    margin: 20px 40px 20px 0px;
    padding: 0px;
    max-width: 248px; /* msd 260px */
    line-height: 25px;
}

div.is_related_consultants_item_inside {
    padding: 15px 0 0 0;
}

div.centercrop {
    width: 100%;
    xmax-height: 210px;
    overflow: hidden;
    min-width: 210px;
    position: relative;
    xdisplay: flex;
}

div.is_related_consultants_item img {
    width: 100%;
    height: auto;
    clip-path: content-box;
    display: block;
}

div.is_related_consultants_item a {
    color: #5B7981;
    font-weight: bold;
    text-decoration: none;
}

div.small_text {
    font-size: 13px;
}

div.title {
    margin: 6px 0 6px 0;
}

div.contact {
    line-height: 20px;
}

div.skillset {
    margin: 5px 0 5px 0;
    border-top: 1px solid #AAA;
    padding: 5px 0 5px 0;
}

@media only screen and (max-width: 980px) and (min-width: 280px) {
    div.is_related_consultants_item {
        width: 100%;
        max-width: 100%;
    }
}


/*@media only screen and (max-width: 980px) and (min-width: 280px) {
    div.small_text {
        font-size: 12px;
    }
    div.is_related_consultants_item {
        display: flex;
        width:100%;
        max-width: 100%;
        background-color: teal;
    }

    div.is_related_consultants_item_inside {
        padding: 0px 0px 15px 20px;
        display: flex;
        flex-wrap: wrap;
        background-color: yellow;
    }


}
*/


/*@media only screen and (max-width: 980px) {

    div.skillset {
        xdisplay:none !important;
    }

    div.is_related_consultants {
        display: block;
        background-color: teal;
    }

    div.is_related_consultants_item {
        display: flex;
        width:100%;
        max-width: 100%;
        background-color: green;
    }

    div.is_related_consultants_item_inside {
        padding: 15px 20px 15px 20px;
        width:100%;
        display: flex;
        flex-wrap: wrap;
        background-color: red;
    }

    div.centercrop {
        width:100%;
        height:auto;
        display: flex;
        flex-wrap: wrap;
        background-color: aqua;
    }

    div.is_related_consultants_item img {
        width:210px;
    }



}
*/

div.efilter {
    display: flex;
    flex-wrap: wrap;
    min-height:60px;
    align-content: center;
    align-items: center;
    background: #FFF;
    padding:0px;
    column-gap: 20px;
    row-gap: 20px;
    position:sticky;
    top:80px;
    z-index: 7000;

}

div.efilter>* {
    xmargin-bottom: 10px;
    /* width:100%; */
    min-width:210px;
}

div.efilter1 {
    xpadding: 10px 10px 10px 0px;
    xwidth: 25%;
    display: flex;
    xpadding-left:30px;
}

div.efilter2 {
    xpadding: 10px 25px 10px 0px;
    xwidth: 25%;
    display: flex;
    xpadding-left:30px;
}

div.efilter3 {
    padding: 0px 20px 0px 10px;
    xwidth: 25%;
    display: flex;
    xpadding-left:30px;
}

div.efilter4 {
    xpadding: 10px 15px 10px 0px;
    xwidth: 25%;
    display: flex;
    xpadding-left:20px;
}

/* @media only screen and (max-width: 980px) and (min-width: 575px) {
    div.efilter1 {
        xpadding: 10px 10px 0px 0px;
        width: 50%;
        display: flex;
    }
    div.efilter2 {
        xpadding: 10px 25px 0px 27px;
        width: 50%;
        display: flex;
    }
    div.efilter3 {
        xpadding: 10px 20px 0px 27px;
        xborder-left: solid 0px #f4f4f4;
        width: 50%;
        display: flex;
    }
    div.efilter4 {
        xpadding: 10px 15px 0px 0px;
        width: 50%;
        display: flex;
    }
} */

@media only screen and (max-width: 575px) {
    div.efilter {
        row-gap: 10px;
        position: initial;
    }
    div.efilter>* {
        flex-grow: 1;
    }
    div.efilter1 {
        xpadding: 10px 10px 10px 0px;
        xwidth: 100%;
        display: flex;
        xjustify-content: center;
    }
    div.efilter2 {
        xpadding: 10px 25px 10px 27px;
        xwidth: 100%;
        display: flex;
        xjustify-content: center;
    }
    div.efilter3 {
        xpadding: 10px 20px 10px 27px;
        xwidth: 100%;
        display: flex;
        xjustify-content: center;
    }
    div.efilter4 {
        xpadding: 10px 15px 10px 0px;
        xwidth: 100%;
        display: flex;
        xjustify-content: center;
    }
}

button#filter3 {
    height: 2.1rem;
    padding: .3rem .3rem .3rem .3rem;
    xargin: 0 0 0 0.5em;
    font-size: 0.9rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #f4f4f4;
    border-radius: 8px;
    border: 1px solid rgb(187, 187, 187);
    min-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 210px;
}

button#filter3:hover {
    height: 2.1rem;
    padding: .3rem .3rem .3rem .3rem;
    xmargin: 0 0 0 0.5em;
    font-size: 0.9rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #d6d6d6;
    border-radius: 8px;
    border: 1px solid rgb(187, 187, 187);
    min-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 210px;
}

select.select {

    height: 2.1rem;
    padding: .3rem .5rem .3rem .5rem;
    xmargin: 0 0 0 0.5em;
    font-size: 0.9rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fff;
    border-radius: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
    background-size: 9px 6px;
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat;
    min-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width:100%;
}

input#filter4 {
    height: 2.1;
    padding: .3rem .5rem .3rem .5rem;
    xmargin: 0 0 0 0.5em;
    font-size: 0.9rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fff;
    border-radius: 8px;
    min-width: 100px;
    width: 100%;
}

select.select::-ms-expand {
    display: none;
}

h1.searchtitle {
    margin-bottom: 10px;
}
h3.searchtitle {
    margin-top: 10px;
    /* margin-bottom: 10px; */
    line-height: 1.0em;
}

div.etitle {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    color: #333;
}

div.efilter1>span.et-pb-icon {
    font-size: 27px;
    color: #7EBEC5;
    margin-top: 4px;
}

div.efilter2>span.et-pb-icon {
    font-size: 27px;
    color: #7EBEC5;
    margin-top: 4px;
}

div.efilter3>span.et-pb-icon {
    font-size: 27px;
    color: #7EBEC5;
    margin-top: 4px;
}

div.efilter4>span.et-pb-icon {
    font-size: 25px;
    color: #7EBEC5;
    margin-top: 4px;
}

.search #left-area,
.et_no_sidebar #left-area {
    float: none;
    width: 100% !important;
}

div.is_related_news_item a.et_pb_button {
    text-decoration: none;
}

div.newlistimgwrap {}

div.newlistimg {
    width: 100%;
    height: 240px;
    xheight:300px;
    xbackground-size: cover;
    background-size: 100%;
    background-position: top center;
    xbackground-position: center;
    background-repeat: no-repeat;

}

div.et_pb_row_is {
    padding: 2% 0;
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}

.container div.et_pb_row_is {
    width: 100%;
}


/*

div.et_builder_inner_content  div.et_pb_row_is {
    padding: 2% 0;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
*/

.et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_contact_reset:hover,
.et_pb_contact_submit:hover,
.et_pb_pricing_table_button:hover {
    background-color: rgba(0, 0, 0, .15) !important;
}

div.reduce_margin {
    /*    margin-top: -80px; */
    padding-top: 10px;
}


/*
POPUP
*/

#popup-container {
    position: fixed;
    z-index: 9999;
}

/* Apply the blur effect to the background */
body.blurred {
    filter: blur(5px);
}

div.cpopup {
    position:fixed;
    width:500px;
    min-height:420px;
    background-color:#5B7981;
    color:#fff;
    padding:40px;
    z-index: 9998;

    left:43%;
    top:50%;
    transform: translate(-50%,-30%);
}

div.cpopup ul  {
    list-style-type: none;
    margin-left:0px !important;
}

div.cpopup ul li::before {
    content: '\39' !important;
    color: #fff;
    font-family: 'ETMODULES' !important;
    margin-right: 14px;
    margin-left: -32px;
    font-size: 1.0em !important;
    position: absolute !important;
    margin-top: 0px !important;
}

.cpopup .etitle {
    color:#fff;
    font-weight: bold;
}

.cpopup .contact a {
    color:#fff;
}

div.cpopupbg {
    background-color: rgba(255,255,255,0.75);
    position: fixed;

    z-index:9997;

    top:0;
    left:0;

    width:100vw;
    height:100vh;
}

div.cimgpopup {
    position:absolute;
    left:320px;
    top:50%;
    transform: translate(0%,-50%);

    z-index: 9999;
    width:350px;
    height:350px;
    max-height:350px;
}

div.cimgpopup img {
    width: 100%;
}

div.cpclose {
    position:absolute;
    left:630px;

    top:50%;
    transform: translate(0%,-50%);

    z-index: 9999;
    width:30px;
    height:350px;
    padding-top:10px;
}

div.cpclose:hover {
    cursor: pointer;
}


div.cpopup div.skillset {
    border-top:none;
}

div.cpopup div.skillset ul {
    margin-top:10px;
    margin-left:5px;
    max-width:230px;
}

div.cimg:hover {
    cursor: pointer;
    xwidth: 110%;
}

div.ciinfo {

    position: absolute;
    margin-left:0px;
    margin-top:0px;
    display: block;
    width:100%;
    height:100%;
    text-align:center;

    display: none;
    justify-content: center;
    align-items: center; /* flex-end; */

    background-color: #5B7981A0;
    color:#fff;
    /* padding:5px 10px 5px 10px; 5px 10px 15px 10px; */
    padding:0;
    z-index: 999;
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;

    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

div.cimg:hover div.ciinfo {
    display: flex;
}

/* eeat */

div.author_bio {
    display:flex;
    width:fit-content;
    margin-top:10px;
    font-size:14px;
    font-weight: bold;
    line-height: 18px;
}

div.author_bio div.author_img {}

div.author_bio div.author_img  img {
    max-height: 55px;
    max-width: 55px;
    display:block;
}


div.author_inner {
    display:block;
    padding:2px 16px 8px 16px;
}

div.author_bio div.author_title {
    font-size:12px;
    font-weight: normal;
}

div.author_bio div.author_date {
    font-size:11px !important;
    font-weight: normal;
    color:#6b7991;
}

@media only screen and (max-width: 980px) {
    div.author_bio div.author_date {
    }

    div.author_bio .hide-mobile {
        display:none !important;
    }
}


/* employee page */

div.container {
    max-width:1050px;
    margin: 30px auto 70px auto;
}

div.eauthor_inner  {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: normal;
    align-content: normal;
}

div.eauthor_inner div.eauthor_bio {
    width:50%;
}

div.eauthor_inner div.eauthor_img  img {
    max-height: 367px;
    display:block;
}
