#primeagile__41455 {
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: .2rem solid #db2020;
    margin-bottom: 2rem;
    min-height: 12rem
}

.main {
    margin-top: 2rem
}

.blog-card {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    line-height: 1.6;
    color: #4b5563;
    border-left: 5px solid #ccc;
    list-style: none
}

.blog-list {
    padding-left: 0
}

.blog-title {
    font-style: normal;
    font-weight: 700;
    color: #1e293b;
    font-size: 1.1em;
    display: block;
    margin-bottom: 8px
}

.accent-blue {
    border-left-color: #3b82f6
}

.accent-green {
    border-left-color: #10b981
}

.accent-purple {
    border-left-color: #8b5cf6
}

.accent-red {
    border-left-color: #ef4444
}

.accent-orange {
    border-left-color: #f97316
}

.custom-table {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: .95rem;
    border-collapse: collapse
}

.custom-table th {
    background-color: transparent;
    border-bottom: 2px solid #333;
    font-family: "Merriweather",serif;
    padding: 12px 15px;
    text-align: left
}

.custom-table td {
    vertical-align: top;
    padding: 12px 15px;
    border-bottom: 1px solid #e5e7eb
}

.custom-table tr:hover {
    background-color: #f5f5f5
}

.lead {
    font-size: 1.15rem;
    font-weight: 300;
    color: #1f2937
}

.styled-box {
    border-left: 5px solid #db2020;
    padding: 1.5rem;
    background-color: #f3f4f6;
    border-radius: 4px;
    margin-top: 2rem
}

h1#primeagile__41459 {
    font-size: 4rem;
    letter-spacing: -0.2rem;
    padding: 1rem;
    color: #003049
}

#primeagile__41467 {
    justify-content: center
}

.recent-news-container {
    display: flex;
    height: 5rem;
    gap: 2rem;
    text-decoration: none
}

#primeagile__41456 {
    width: 100vw
}

#pagelist {
    margin: 0 auto;
    width: 80vw
}

#primeagile__41454 #pagelist>div {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(17rem,1fr));
    place-items: center;
    place-content: center;
    width: 85vw;
    gap: 3rem
}

#pagelist a {
    text-decoration: none
}

.news-page-list-item {
    overflow: hidden;
    border: 1px solid #003049;
    width: 20rem;
    height: 23rem;
    display: grid;
    grid-template-rows: 10rem 6rem 7rem;
    transition: all .2s;
    margin: 2rem 0
}

.news-page-list-item::after {
    content: "Read Complete Article";
    font-weight: bold;
    display: fixed;
    position: relative;
    bottom: 0;
    width: 20rem;
    text-align: center;
    padding: 1rem;
    background: #db2020;
    color: white;
    transition: transform .3s,opacity .3s;
    opacity: 0
}

.news-page-list-item:hover::after {
    opacity: 1;
    content: "Read Complete Article";
    display: fixed;
    position: relative;
    transform: translateY(-3.8rem);
    width: 20rem;
    text-align: center;
    padding: 1rem;
    background: #db2020;
    color: white
}

.news-page-list-item h2 {
    font-size: 1.4rem;
    padding: 1rem;
    font-weight: bolder;
    color: #474747
}

.news-page-list-item div {
    height: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news-page-list-item p {
    color: #737373;
    padding: 1rem
}

.news-sub-nav {
    display: flex;
    gap: 2rem;
    transform: translateY(1.3rem)
}

#primeagile__41471 #pagelist>div {
    width: 20rem;
    gap: 5px
}

.news-sub-nav a {
    text-decoration: none !important;
    color: black
}

.breadcrumb {
    justify-content: flex-end;
    transform: translateY(-0.3rem)
}

@media only screen and (max-width: 600px) {
    .news-sub-nav {
        transform:translateY(3rem)
    }

    h1#primeagile__41459 {
        font-size: 2rem
    }

    .news-page-list-item div img {
        transform: translateY(1rem)
    }

    .breadcrumb {
        transform: translateY(-1rem)
    }
}

.recent-news-container {
    display: grid;
    grid-template-columns: 5rem 1fr;
    width: 20rem;
    place-items: flex-start;
    gap: 1rem
}

.recent-news-container img {
    width: 5rem;
    border-radius: 5px
}

.recent-news-container h2 {
    font-size: 1rem;
    width: 100%
}
