.t-head {
    border-bottom: 0.5px solid #355b53;
    vertical-align: top;
}


.t-head-1 {
    border-bottom: 0.5px solid #355b53;
}


.t-head-single {
    border-bottom: 0.5px solid #355b53;
}


td p {
    background-color: #d3e5d8;
    padding: 2px;
}


.t-head p {
    background-color: #fff !important;
    height: 30px !important;
    font-weight: 700;
}

.t-head-1 p {
    background-color: #fff !important;
    height: 10px !important;
    font-weight: 700;
}

.t-head-single {
    background-color: #fff !important;
    height: 10px !important;
    font-weight: 700;
    vertical-align: top;
}

#printOnly {
    display: none;
}

@media print {
    #printOnly {
        display: block;
    }
}

.s-category-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #D9E8E1;
}

.s-button {
    display: flex;
    height: 40px;
    padding: 0 calc(20px - .5rem);
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 2px;
}

.s-button:hover {
    text-decoration: none;
}

.s-button.purple {
    color: #6A63D2;
    border: 0.5px solid #6A63D2;
}

s-button.white {
    color: #fff;
    border: 0.5px solid #fff;
}


.s-button.blue {
    color: #598CE4;
    border: 0.5px solid #598CE4;
}

.s-button.green {
    color: #046637;
    border: 0.5px solid #046637;
}

.s-button.red {
    color: #D28163;
    border: 0.5px solid #D28163;
}


.s-button > span {
    margin: 0 .5rem;
}

.s-button > svg {
    margin: 0 .5rem;
}

.single-subtitle {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.198px;
    margin-bottom: .5rem;
}

.s-subtitle {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-bottom: 1px solid #046637;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}

.s-related-documents {
    display: block;
    border-radius: 1px;
    border: 1px solid #E9E9EC;
    background: #FFF;
    margin-bottom: 1rem;
    padding: 1.5rem;
}

.s-related-documents:hover {
    text-decoration: none;
}

.s-related-documents-text {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.s-meta-details {
    color: #8F919A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: .25rem;
}

.s-read-more {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.s-items-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.s-item-box {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    height: 2rem;
    border-radius: 5px;
    border: 1px solid #046637;
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.16);
    color: #046637;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.198px;
}

.s-item-box:hover {
    text-decoration: none;
    color: #046637;
}

.s-spacer {
    margin: 0 10px;
}

.article-title {
    margin: 0 0 1.5rem !important;
}

.s-bg-blue {
    background-color: #E6EEFB;
}

.s-bg-green {
    background-color: #EEFCF2;
}

.s-bg-red {
    background-color: #F8ECE8;
}

.s-bg-purple {
    background-color: rgba(106, 99, 210, 0.15);
}

.s-text-blue {
    color: #598CE4;
}

.s-text-purple {
    color: #6A63D2;
}

.s-text-green {
    color: #046637;
}

.s-text-red {
    color: #D28163;
}
