  /*General Styles*/
	.new-subpage-news-grid-view .grid .row  {
	margin-bottom: 20px;	
	}
	.new-subpage-news-grid-view .news-grid-category {
		text-transform: uppercase;
		  color: #502d0e;
		  font-size: 1rem;
		  font-weight: bold;
		  margin-top: 20px;
	}
	.new-subpage-news-grid-view .news-grid-title {
		margin-bottom: 20px;
		margin-top: 20px;
		width: 95%;
	}
	.new-subpage-news-grid-view .news-grid-title h3 {
	  font-size: 32px;
		padding: 0px;
		margin: 0px;
	}
	.new-subpage-news-grid-view .news-grid-title a {
	  font-weight: 600;
	  color: #000000;
	  text-decoration: none !important;
	  line-height: 1.1;
	}
	.new-subpage-news-grid-view .news-grid-title a:hover {
		text-decoration: underline !important;
		color: #3069f4 !important;
	}
	.new-subpage-news-grid-view .news-grid-title a:focus {
		text-decoration: underline !important;
		color: #3069f4 !important;
	}
	.new-subpage-news-grid-view .news-grid-datetime {
		font-size: 0.75em;
	}
/*End General Styles*/
/*Desktop Queries*/
@media screen and (min-width: 768px) {
	.new-subpage-news-grid-view {
		padding-left: 30px;
		padding-right: 30px;
	}
	/*.new-subpage-news-grid-view .grid .row  {
		margin-left: 0px;
		margin-right: 0px;
	}*/
	.new-subpage-news-grid-view .views-field-field-story-teaser-image img {
		width: 100%;
		height: auto;
		/*max-height: 290px;*/
	}
	/*Making View Flex Display on Desktop*/
	.new-subpage-news-grid-view  .views-view-grid.row {
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 48px !important;
	}
	.new-subpage-news-grid-view  .views-view-grid.row .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 {
	flex-basis: 0 !important;
	flex-grow: 1 !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	}
	/*End Making View Flex Display on Desktop*/

}
/*End Desktop Queries*/

/*Mobile Queries*/
@media screen and (max-width: 767px) {
.view-new-subpage-news-grid .views-field-field-story-teaser-image img {
	width: 100% !important;
	height: auto !important;
}
.new-subpage-news-grid-see-more-link {
	padding-left: var(--padded-paragraph-mobile-sides) !important;
	padding-right: var(--padded-paragraph-mobile-sides) !important;
	padding-top: 20px;
}
.view-new-subpage-news-grid .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
}
.view-new-subpage-news-grid .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4:last-child {
	padding-bottom: 0px;
}
}
/*End Mobile Queries*/
/*More Link CSS*/
/*.new-subpage-news-grid-see-more-link {
	margin-bottom: 60px;
	
}*/
.new-subpage-news-grid-see-more-link a {
	background-color: transparent;
	  padding: 0px;
	  text-transform: capitalize;
	  text-decoration: none !important;
	  border-bottom: 4px solid #FFE41E;
	  font-weight: 500;
	  font-size: 16px;
	  color: #000000;
	  padding-bottom: 3px;
}
.new-subpage-news-grid-see-more-link a:hover {
	text-decoration: none !important;
	color: #000000 !important;
	font-weight: 550;
}
.new-subpage-news-grid-see-more-link a:focus {
	text-decoration: underline !important;
	color: #000000 !important;
	font-weight: 550;
}
@media screen and (min-width: 768px) {
	.new-subpage-news-grid-see-more-link {
		padding-top: 30px !important;
		text-align: right !important;
	}
}
/*End More Link CSS*?
/*View Padding CSS*/
@media screen and (min-width: 768px) {
.new-subpage-news-grid-view > .views-view-grid > .row {
	width: 100% !important;
}
}
/*End View PAdding CSS*/