/*t4-megamenu*/
a.nav-link {
    padding: 0px 0rem;
    height: 80px;
}
/*dropdown-menu-megamenu*/

.t4-megamenu .dropdown-menu {
    background: #1f3343;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 0;
    border: 0;
    color: var(--mainnav-text-color);
    min-width: 15rem;
    margin-top: 0;
    padding: 1rem 2rem;
}

/*SEARCH BOTTON*/

form {
    margin-top: auto;
    padding-top: 20px;
}

.mod-search.search.jmoddiv {
    /*margin-top: 20px;*/
}
.mod-languages.jmoddiv {
    margin-top: 20px;
}

.t4-col.safa.col-sm.col-md-2.d-none.d-sm-none.d-md-none.d-lg-block.d-xl-block {
    margin-top: 20px;
}
.form-control {
    max-width: 150px;
}
.form-control {
    display: block;
    width: 70%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.t4-section.t4-breadcrumbs {
    border-top: 0px solid #e9ecef;
}
/*Category*/
.category-desc.clearfix {
    border: none;
  padding: 0px
}
/*t4-col.logo-humanities-text.col-sm.col-md-5 {
    background-color: #b7a2cb;
}

*/

/*=====UNIV STREEP=====*/
div.mod-languages a {     text-decoration: none;     color: #fff; }
div.mod-languages ul li.lang-active { background-color: #1f3343; }

.t4-offcanvas-toggle {
    border: 0;
    color: #08bbe7;
    display: block;
    line-height: 1;
    padding: 10px;
    transition: all .35s ease-in-out;
    text-align: right;
}