

body{
    background-color: #f2f2f2;
   font-family: "Roboto", sans-serif;
   font-size:14px;
}
.question-card .list-group-item.border-0 {
    padding-left: 0 !important;
    padding-right: 29px !important;
}
.banner{
    height: 360px;
    padding: 9% 8% 7% 8%;
    background-size: cover;
    background-position-y: 27%;
    color:#ffffffc7;
    position: relative;
    max-width: 99.8vw;
}
.banner .banner-txt{
    z-index: 1;
    position: relative;
}
.banner::before{
    content: ' ';
    background-color: #000000ba;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
        z-index: 0;
}
.sidebar{
    background-color: #ffffff;
    padding: 1%;
}
.sidebar-left li{
    list-style: none;
    padding: 2% 0;
}
.sidebar-left li a{
    text-decoration: none;
    color:#000;
        font-size: 14px;
    font-weight: bold;
}
.sidebar-left ul ul {
    padding-left: 15px;
}
.sidebar-left li ul li a{
    color:#717171;
}
/* Position submenus properly */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Optional: small caret for submenu */
.dropdown-submenu > a:after {
    content: " ▶";
    float: right;
}
.subcats li a{
    font-size:0.85em;
    opacity: 0.9;
}
a.nav-link.p-0.text-white{
    color:#ffffff73 !important;
}
a.nav-link.p-0.text-white:hover{
    color:#fff !important;
}
.blockquote-footer {
    margin-top: 1rem !important;
}
@media (max-width: 768px) {
  .banner{
    padding-top: 119px;
        height: auto !important;
        min-height: unset !important;
  }
}