a.news-item {
    text-decoration: none;
    display: flex;
	background: #f5f5f5;
    border-radius: 16px;
    margin-bottom: 1em;
}
			a.news-item:hover {

    opacity: .7;
}
img.news-img {
    margin-bottom: 1em;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 16px;
	margin-bottom: 0px;
}
.news-image-box {
    flex-basis: 24%;
			 display: none;
}


.news-text-box {
    
	padding: 15px;
}	

	 .top-one-sec-one {
        
        padding: 2.5em 15px 1.5em 15px;
        
    }	
			@media only screen and (min-width: 992px) {
    .top-one-sec-one {
        
        padding: 4em 4em;
        
    }
}


	@media only screen and (min-width: 650px) {		
.news-image-box {
   
    display: flex;
}
		
		.news-text-box {
    flex-basis: 76%;
	
}	
	}		
			

@media only screen and (max-width: 649px) {		

p.catagory-header {
    font-size: 1em;
    margin-bottom: 5px;
}
}

			
.edit-area h3.news-header {
    font-size: clamp(18px, 14.5714px + 1.0714vw, 24px);
	padding-top: 0px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #292929;
    line-height: 1.2em;
	padding-bottom: .3em;
}
p.news-list-date {
   font-size: 1em;
   padding: 0px;
   margin: 0px;
}
.pagg {
    margin-top: 3em;
}		
		.pagg, .pagination {
    display: flex
;
    gap: .6em;
    align-content: center;
    align-items: center;
				color: #282828;
}
				
				
				.pagg a {
    text-decoration: none;
				color: #282828;
}
				.pagg li {
    line-height: inherit;
    padding-bottom: 0;
    margin: 0px;
				color: #282828;
}
				
				.pagination a {
    border-radius: 33px;
   border: solid 2px #282828;
    padding: .5em .9em;
    line-height: initial;
    overflow: visible;
    display: inline-block;
				color: #282828;
}
				
				.pagination .active a {
    background: #00703c;
    color: #fff;
}		
			li.disabled a.page {
    border: none;
}
			
			.local-nav.archive-nav li:first-of-type {
    
    border-top: 2px solid #dcdcdc;
}
	p.archive-heading {
    color: #282828;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    line-height: 1.3em !important;
    letter-spacing: -.5px;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 2em;
}
			
			
			/*** Subscribe form ******/
			
		.subscribe form{
    display: flex;
    flex-direction: row;
    font-size: 1.1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border: solid 3px #2a2a2a;
    padding: 0px;
    padding: 0px;
    align-items: stretch;
    border-radius: 0px;
    background-color: #fff;
}
		.subscribe input {
   
    width: 100%;
    border: none;
    padding: .7em;
}
			.subscribe button {
      border: none;
    padding: .7em 1em;
    background: #00703c;
    color: #fff;
    border-left: solid 3px #2a2a2a;
			transition: all 0.4s ease;
}
			.subscribe button:hover {
    background: #008949;
}
		p.subscibe-heding {
    margin-top: 2em;
    text-transform: capitalize;
}


.news-story-date::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f073";
    padding-right: 7px;
}
		
.news-story-no-hero-img {
    aspect-ratio: 6 / 3.4;
    object-fit: cover;
    border-radius: 24px;
	width: 100%;
	margin-bottom: 2em !important;
}


/****** News Story Styles ********/


h1.news-main-heading {
    font-size: clamp(21px, 1px + 3.75vw, 42px);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: .4em;
    margin-top: .4em;
    letter-spacing: .02em;
    font-family: "Roboto Slab", serif;
    color: #2a2a2a;
    line-height: 1.13em;
		   
}
p.news-story-date {
    font-size: 1em;
    
}
.top-one p:last-of-type {
    margin-bottom: 0em;
   margin-top: .6em;
}
 .no-hero-header h1.news-main-heading {
    font-size: clamp(22px, 18px + 1.25vw, 36px);
    margin-top: 0em;
    margin-bottom: 1em;
}
.sharethis-inline-share-buttons{
	margin-bottom:1em;
	margin-top: 1em;
}
		
.no-hero-header .sharethis-inline-share-buttons {
    margin-bottom: 2em;  
}
		
.narrow-content .date-share,
.narrow-content p,
.narrow-content h2,
.narrow-content h3 {
		max-width:900px;
		margin-left:auto;
		margin-right:auto;
}




