.addmargin1{
	margin-left: 5% !important;
}

td, th {
    padding: 5px;
    display: table-cell;
    vertical-align: top;
    border-radius: 2px;
	font-size: 14px;
}
#container a {
    color: #039be5 !important;
}
.rightcontent a {
    text-transform: none !important;
}
#categoriesdiv > ul > li{
    padding-left: 28px;
    position: relative;
}

#categoriesdiv ul li {
    padding: 8px;
}

video {
    /* object-fit: contain !important;     */
	object-fit: cover !important;
}
.textlimit{
	   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
} 

.card-content p {
	height: 45px !important;
	font-size: 1rem !important; 
}

.newsletter-hero {
	background-image: url('../../assets/images/Newsletter Banner Image.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    position: relative;
} 
.newsletter-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}