.uu-at-filter-wrapper{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: stretch;
}

.uu-at-filter-item{
    flex: 1 1 calc(16% - 5px); 
    margin-right: 5px;
}
.uu-at-filter-item:last-child{
    margin-right: 0;
   }

.uu-at-filter-item-search, .uu-at-filter-item select{
    width: 100%;
    box-sizing: border-box;
}

.uu-at-filter-wrapper #atSearch{
    width: 100%;
    line-height: 37px;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex: 1 1 auto;
    padding-left: 4px;
    font-size: 14px;
}

a#uu-at-clear-filters{
    margin: 0 auto !important;
    cursor: pointer;
    padding: 1px 0px;
    width: 100%;
}


@media screen and (max-width:800px){
    .uu-at-filter-wrapper{
      flex-flow:column wrap;
    }
    .chosen-container{
        margin-bottom: 10px;
    }
    a#uu-at-clear-filters{
        width: 100%;
        padding-left:0;
        padding-right: 0;
    }
}
select#data{
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    line-height: 43px !important;
    height: 43px !important;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text;
    border-radius: 3px;
}



/* CHOSEN OVERRIDES */
.chosen-container-single,  a.chosen-single, a#uu-at-clear-filters{
    line-height: 37px !important;
    height: 43px !important;
}

.chosen-container-single .chosen-single span {
    line-height: 41px !important;
}

.chosen-container-single .chosen-single div {
    top: 9px !important;
}
.chosen-container-single .chosen-single abbr {
    top: 15px !important;
}
.chosen-container-multi .chosen-choices {
    line-height: 42px;
    border-radius: 3px;
}

.chosen-results .active-result{
    font-size: 14px;
}
.chosen-search-input[value="Tag"]{
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
}
/* FILTER RESULTS */

.uu-at-overlay {
    background: #000000; 
    display: none;        
    position: absolute;   
    top: 0;                  
    right: 0;                
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

a.uu-at-title, a.uu-at-researcher {
    cursor: pointer;
}
.uu-at-ajax-response{
    margin-top: 1.5em;
}

.uu-at-desc-wrapper{
    padding-top: 1.5em;
    display: flex;
}
.uu-at-desc-title-container{
    margin-top: 20px;
    width: 100%;
}
.uu-at-desc-left-container{
   width: 68%;
   padding-right: 1.5em;
   /* background-color: aqua; */
}
.uu-at-desc-right-container{
    width: 26%;
    background-color: #fff;
    flex: 1 1 auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 20px 0px rgb(84 117 145 / 10%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
    box-shadow: 0px 10px 20px 0px rgb(84 117 145 / 10%);
    -webkit-transition: all,.3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px 15px 15px 0px;
    /* background-color: cadetblue; */
}
.uu-at-desc-wrapper h4{
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

.uu-at-desc-id {
    color: #C51230;
}
.uu-at-clear-filters{
    color: #C51230;
    margin: 20px 0 20px 0;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.uu-at-wrapper hr{
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    height: 1px !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #616161 !important;
    border: 0px;
}
.uu-at-card{
    background-color: #fff;
    width: 100%;
    flex: 1 1 auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 20px 0px rgb(84 117 145 / 10%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
    box-shadow: 0px 10px 20px 0px rgb(84 117 145 / 10%);
    -webkit-transition: all,.3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px 15px 15px 0px;
}
.uu-at-card a:hover, .uu-at-card a:active{
    text-decoration: underline;
    text-decoration-color: #372C2C;
}

#uu-at-page-numbers{
    display: flex;
    justify-content: space-between;
}

.uu-at-nextPage, .uu-at-prevPage{
    cursor: pointer;
    color: #c00;
    text-decoration: none;
}

.uu-at-nextPage:active, .uu-at-nextPage:hover, .uu-at-prevPage:active, .uu-at-prevPage:hover{
    text-decoration: underline;
}

/* Old Theme (2.0) Fixes */
.uu-at-card h5{
    color: #372C2C !important;
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin: 0px 0px 15px 0px;
}
.uu-at-card:not(h5) {
    line-height: 1.5em !important;
  }

#uu-at-clear-filters{
    text-align: center;
    border-radius: 4px !important;
}
#uu-at-page-numbers{
    margin-bottom: 11px;
}