.com-weblinks-category__items img {
    max-height:80px !important;
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
}

.com-weblinks-category__items figure {
    float: left;
}

.com-weblinks-category__items {
    max-width: 450px;
}

.com-weblinks-category__items a {
    color: darkblue;
    font-weight: bold;
    font-size: 2rem;
    text-decoration: underline;
}

img.logo-img {
    max-height:180px !important;
    width: auto;
    margin: 1rem;
    max-width: 80%;
}

img.logo-img-sm {
    max-height:80px !important;
    width: auto;
    margin: 0.2rem;
    max-width: 80%;
}

.t4-footer,.t4-breadcrumbs {
    padding-top: 0.1rem ;
    padding-bottom: 0.1rem ;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.small_font {
    font-size: 0.75rem;
}

.breadcrumb, .breadcrumb li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.t4-megamenu .dropdown-toggle .item-caret::before {
    border-top: 4px solid #ffffff;
}

.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    padding-top: 0.1rem ;
    padding-bottom: 0.1rem ; 
    height: initial;
    line-height: 25px;
    font-weight: bold;
}

.t4-megamenu .dropdown-menu {
    padding: 0rem 0rem;
}

.navbar-expand-sm .t4-megamenu .dropdown-menu {
    margin-left: 1rem !important;
}

.t4-megamenu .mega-inner {
    padding-bottom: 0;
    padding-top: 0;
}

.nav-link {
    padding: 0;
}

.t4-megamenu .dropdown-menu li>a,
.t4-megamenu .dropdown-menu li>.nav-link,
.t4-megamenu .dropdown-menu li .dropdown-item,
.category-module li {
    padding-bottom: 0.1rem; 
    padding-top: 0.1rem;
    line-height: 18px;
    /*padding: 0.2rem;*/
}


.category-module li a:before {
   content: initial;
}

.category-module li a {
    font-weight: 400;
    padding: 0.1rem;
    line-height: 18px;
}



.t4-header {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #FFFFFF60;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.t4-breadcrumbs {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #1128551B;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


.navbar-toggler {
    color: #ffffff;
}

.navbar-toggler:hover {
    color: silver;
}

.dropdown-menu {
    font-size: 0.75rem;
}

.header-block .container-xxl {
    padding-left: 0;
}

 .t4-main-body table th, .t4-main-body table td  {
    border: 1px solid silver ;
    color: darkgray;
    text-align: left ;
    padding: 1px ;
    font-size: 0.75rem;
    vertical-align: top;
}

.t4-main-body table th {
    color:gray ;
    background-color: lightgray ;
}

 .t4-main-body table td a {
    color: gray;
    font-weight: bold;
    text-decoration: underline;
}

.nav-link.dropdown-toggle span.menu-item-title {
 color: whitesmoke;
}


@media (max-width: 575.98px) {
/*    .nav-breakpoint-sm .t4-megamenu {
        background: #fff;
        border: 1px solid #e9ecef;
        box-shadow: 0 12px 10px rgba(0,0,0,.1);
        position: absolute;
        color: red;
        top: 100%;
        left: 0;
        max-height: 320px;
        margin-top: -1px;
        overflow: auto;
        padding: 1rem;
        width: 100%;
        z-index: 3;
    }*/
    .nav-link.dropdown-toggle span.menu-item-title {
      color: navy;
    }
}

