.resource-category-download-button {
    background-color: #67A4FF;
    color: white;
    border-color: #67A4FF;
    width:224px;
}

.resource-left-menu-font {
    color: #2e2e2e;
}

a.resource-left-menu-font:hover{
    color: #2e2e2e;
}

span.resource-left-menu-font:hover{
    color: #2e2e2e;
}

.resource-category-message {
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.resource-category-message > p{
    line-height: 1.88;
}

.resource-category-message > p span {
    color: #626262;
}

.resource-category-message a {
    text-decoration: none;
    color: #2e2e2e;
}

.resource-category-message a:hover {
    color: #ff7000;
}

.resource-left-menu-size{
    width: 260px !important;
    min-width: 260px;
}

.resource-left-menu-layout{
    display:flex !important;
}

.pagination a{
    color:gray;
}

.page-link:hover{
    background-color: #67a4ff;
}

.resource-category-banner{
    display:flex;
    flex-direction: row;
}

.banner-offset{
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ff7000;
    background-color: white;
}

.page-item.active .page-link {
    background-color: #67a4ff;
    border-color: #67a4ff;
}

.font-samibold{
    font-weight: 600 !important;
}

@media (min-width: 576px) {
  .banner-offset {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .banner-offset{
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .banner-offset {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .banner-offset {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .banner-offset {
    max-width: 1320px;
  }
}

@media (max-width: 575.98px) {
    .resource-left-menu-size{
        width: auto;
        min-width: auto;
        margin: 0 auto;
    }

    .resource-left-menu-layout{
        display:block !important;
    }

    .resource-category-banner{
        flex-direction: column;
    }

    .resource-category-message {
        padding-top: 20px;
        margin-bottom: 0px;
    }

    .banner-offset{
        padding-left: 0;
        padding-right: 0;
    }

    .banner-img{
        width:100%;
    }
}