/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    
/*    .mx-md-125 {*/
/*    margin-left: 1.25rem!important;*/
/*    margin-right: 1.25rem!important;*/
/*}*/
    
     /* navigation */
    #main-nav {
        position: unset;
    }
    
    /* Header */
    .home-tooth {
        height: auto;
        width: 100%;
       
        /*position: absolute;*/
        /*top: -1px;*/
        /*right: -14px;*/
    }
    
    /*Breadcrumbs */
    /*will show full breadcrumbs medium size and up*/
    .breadcrumb-item:not(:nth-last-of-type(-n+2)) {
        display: list-item;
    }
    .breadcrumb-item:nth-last-of-type(n+2)::before {
    display: block;
}
.breadcrumb-item:nth-last-of-type(n+2) {
    padding-left: 0.5rem;
}

li.breadcrumb-item:first-of-type {
    padding-left: 0;
}
    /*Header inner */
    #header-inner {
    position: relative;
}
    
     /*Landing cards */
    .landing-cards .card-title {
    min-height: 50px;
    
}

.landing-cards .card-body h2 {
    font-size: 1.125rem;
}

/*Search */
    .search-result {
    box-shadow: var(--boxShadow);
}
 

/*Footer */
    
    footer  .nes-logo {
        padding-top: 0;
    }
    footer .nes-logo-top {
    width: 84px;
}
    footer .nes-logo a {
        float: right;
    }
    
    .shfooter .collapse {
    display: block;
}
footer .fa-chevron-right {
    display: inline-block;
}
footer ul li {
    margin-bottom: 10px;
    padding-left: 2.3rem;
    text-indent: -1.1rem;

}

    
}