<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.alignjustify {
    text-align: justify;
}


/*


a publication entry

*/

ol.my-list {
    padding: 0;
    counter-reset: li;
    list-style-type: none;
    font-size: 18px;
}

ol.my-list h2 {
    font-size: 1.25rem;
    letter-spacing: 0;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

ol.my-list&gt;li {
    position: relative;
    border-left: 4px solid #cccccc;
    padding-left: 15px;
    margin-top: 20px;
    margin-left: 30px;
}

ol.my-list&gt;li&gt;p {
    font-size: 14px;
    margin: 0;
}

ol.my-list&gt;li:before {
    content: counter(li);
    counter-increment: li;
    height: 30px;
    width: 30px;
    background-color: #cccccc;
    border-radius: 0;
    color: rgb(66, 66, 66);
    text-align: center;
    position: absolute;
    left: -30px;
    top: 0;
    line-height: 28px;
    font-weight: 400;
}

ol.my-list .entry-meta {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0 0 0;
    list-style: none;
}

ol.my-list .entry-meta li {
    font-size: 14px;
    margin-bottom: 0px;
}

ol.my-list .entry-meta li:first-child::before {
    content: '';
    margin-right: 0px;
}

.video-wrap video {
    position: relative !important;
}


/**/

.page-menu-item {
    text-transform: uppercase;
}


/**/

.divider {
    margin: 1rem auto;
}

.widget ul li {
    margin-bottom: .5rem;
}

.widget ol li {
    margin-bottom: .5rem;
}
.grid-filter {
    border: 0;
}

.grid-filter li a {
    border: 0 !important;
    background: #eee;
    border-radius: 10px !important;
    margin: 2px;
}

.heading-block{
    width:100%;
}</pre></body></html>