/*only screen and*/
@media (max-width: 1023px){  
    /* body{background-color: pink;} */

    .aLeft{
        width: 300px;    
        height: 300px;  
    }
    .aRight{
        width: 60%;        
    }
    .aRight > .desc{
        font-size: 2em;
        padding-bottom: 0;
    }
    .desc > p {
        margin-top: 0;
        margin-bottom: 0;
    }

    #filterDiv, hr.hrHide, #vertBanner, .readMore, .tooltip, .desc > a{
        display:none!important;
    }   
    #rightMenu{
        width: 100%;
        height:100vh;
        transform: translateX(-2px);
    }
    #filterDiv2{
        border: black solid 1px;
        display: block;
        padding: 5px 30px 15px;
        height: fit-content;      
        transition: background-color 0.5s ease;  
    }
    #filterDiv2, #resDivTitle{
        font-size: 2em;
    }
    #resDivTitle{
        margin-top: .3em;
    }
    #filterDiv2:hover{
        cursor: pointer;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    }
    #sb-inner{
        display: -webkit-inline-box;
    }
    #allLabData > .lab:first-of-type > h4 {
        margin-top: 12px;
        /* unset; */
    }
    .lab{
        max-width: 98vw;
    }
    .lab > h4 {
        font-size: 3em;
        padding-right: 20px;
    }
    #resDivTitle, #filterDiv2{
      width: max-content;
    }
    #resDivTitle{
        margin-left: 2em;
        margin-right: 1.5em;
      }
    #resDivOuter{
        box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.3);
        position:sticky;
        display: -webkit-inline-box;
        width: 100vw;        
        padding: 40px 0 0;
        top: -3px;
        transform: translateX(-30px);
    }
    #returnLink{
        font-size: 1.5em;
        font-weight: bold;
    }
    #resCountDiv {
        line-height: 2.5em;
        height: 4em;
        margin-left: 1.5em;
        /* font-size: 19px; */
        font-size: 1.5em;
    }
    hr.hrShow{
        display: block;
        margin: 10px 15px;
    }
    #outer, .aRight{
        border: none;
    }
    #mydiv{
        display: -webkit-inline-box;
        padding-left: 30px;
    }
    
    #resDiv {
        height: 50px;
        width: 100vw;
        background-color: hotpink;
        display: inline-block;        
    }
    #searchCap {
        width: 65vw;
        height: 35px;
        font-size: 1.8em;
    }
    #filterDivOuter,#resDiv{
        display: none;
    }
    #leftMenu{
        min-width: 220px;
        display: unset;        
    }
    #leftMenu > #domains{
        background: #333;
        width: 100vw;
        color: white;
        position: absolute;
        display: none;
        z-index: 10;
    }
    label[id^='checkboxLabel_']{
        color: white!important;
    }    
    .domain{
        padding: 12px;
        background-color: unset;
    }
    .domainTitle{
        font-size: 1.5em;
        font-weight: unset;
    }
    .filterListItem{
        padding: 20px;
        font-size: 1.5em;
    }
    span[id^='lab_count_']{
        color: white!important;
    }
    input[id^='checkbox_']{
        width: 2em!important;
        height: 2em!important;
        /* background: transparent!important; */
        border: 2px solid white!important;
    }
    #filterList{
        display: none;
    }
}/*end max1023*/
/*only screen and*/
@media (min-width: 1023px){ 
    /* body{
        /* background-color: #cbc0ff; 
    } */
    .desc{
        padding-right: 35px;
    }
    #domains, #allLabData{
        margin-top: 0!important;
        background-color: unset;;
    }    
    #domains{
        display:block!important;
    }
    #filterDiv{
        display: block;
        width: 250px;     
        border: none; 
        padding-bottom: 7px; 
        margin: 0px auto 0px auto; 
        z-index: 1000; 
        display: flex; 
        align-items: center; 
        justify-content: center;
    }
    hr.hrShow, #filterDiv2{
        display: none;
    }
    #resDivOuter{
        width: 110%;
    }
    
}/*end min1024*/
