#opportunities {
    margin-bottom: 20px;
}

.empty-results {
    border-left: 5px solid #f39219;
    padding: 20px;
    background: #ddd;
}

.opportunity {
    padding: 30px;
    border-radius: 2%;
    border: 1px solid #D0D5DD;
    margin-bottom: 5%;
    background-color: #ffffff;
}
    /*.opportunity:nth-child(even) {
        background: #eee;
    }*/

    .opportunity .type {
        color: #f39219;
        text-transform: uppercase;
        font-weight: bold;
    }

    .opportunity .row {
        clear: both;
    }
    .opportunity .item {
        margin-bottom: 10px;
    }
    .opportunity .label {
        font-weight: bold;
    }
    .col-xs-12.col-lg-10 .row{
        position:absolute;
        flex-wrap: nowrap !important;
    }

    .col-xs-12.col-lg-3.filterbtn input.btn.btn.btn-primary{
        padding: 10px 50px;
    }

    div#page-wrapper.wrapper{
        margin-top: -25px;
    }
    div#right-sidebar.col-md-3.widget-area{
        /*margin-top: 15%;*/
    }
    div.row div.col-xs-12.col-lg-5{
        display:flex;
        justify-content: space-between;
    }
    div.opportunity h3 a{
        color: #000 ;
    }
    div.item span{
        color:#f3911f;
        padding-left: 5px;
        font-size: 1rem;
    }
    div.item a{
        display: flex;
        align-items: center;
        
    }
   div.item{
       min-width: 175px;
       display:flex;
       /*justify-content: center;*/
   }
    div.col-xs-12.col-lg-3.filterbtn{
        display: flex;
        justify-content: center;
    }
    .wr-gr-components{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    h4 a{
        color: #828282 !important;
    }

/***
* FORM
***/
#filter-opportunities {
    background: #eee;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 50px;
}

#filter-opportunities fieldset {
    background: #FFF;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

#filter-opportunities fieldset label {margin-left: 10px;margin-bottom: 0;}

#filter-opportunities fieldset legend {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    background: #FFF;
    width: 100%;
    padding: 0 10px;
    position: relative;
    border: 1px solid #eee;
    border-bottom: 0;
    cursor: pointer;
}

#filter-opportunities .dropcontent {
    padding: 10px;
    border: 1px solid #eee;
    border-top: 0;
    position: absolute;
    width: 100%;
    background: #FFF;
    z-index: 8;
    display: none;
}
    #filter-opportunities .open .dropcontent {
        display: block;
    }

    #filter-opportunities .dropcontent > div {
        margin-bottom: 3px;
    }

    #filter-opportunities .clear-all {
        margin: 10px -10px -10px;
        padding: 5px 33px;
        font-weight: bold;
        background: #eee;
        text-transform: uppercase;
        font-size: 0.8em;
        cursor: pointer;
    }

    #filter-opportunities .clear-all:hover {
        background: #f5f5f5;
    }

#filter-opportunities fieldset legend:after {
    content: '';
    border-top: 10px solid #000;
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    right: 10px;
    top: 10px;
}


#filter-opportunities fieldset input[type=checkbox]:before {
    content:"";
    display:inline-block;
    width:16px;
    height:16px;
    left: 0;
    top: -8px;
    position: relative;
}

#cin_field-of-work{
    margin-right: -120px;

}

/* images */
#filter-opportunities fieldset input[type=checkbox]:before {
    background: url(images/unchecked.jpg) #fff;
}
#filter-opportunities fieldset input[type=checkbox]:checked:before {
    background: url(images/checked.jpg) #fff;
}

@media (min-width: 992px) {
    #filter-opportunities .btn {
        /*margin-top: 39px;*/
    }
    .opportunity .row .type {
        float: right;
    }
    .opportunity .row .btn {
        float: right;
    }

}
@media (max-width: 992px){
    .wr-gr-components{
        flex-direction: column;
        align-items: flex-start;
    }
    .wr-gr-components div.col-xs-12.col-lg-2{
        display: contents;
    }
    div.row div.col-xs-12.col-lg-5{
        flex-direction: column;
    }
}