/* News Overrides */
.paragraph--type--news-blog-and-events-layer {
	position: relative;
	width: 100vw;
	left: calc(-50vw + 50%);
	background-color: #F4BA4E;
	& .wrap {
		padding: 20px;
	}
	& .layer-tab-controls {
		display: none;
	}
	&.accent-lightblue-lightgreen {
		
		& .layer-tab {
			& .col-left {
				padding: 0;
				border: none;
				& .featured-item {
					padding-top: 26px;
					border-top: 1px solid rgba(34, 34, 34, 0.22);
				}
			}
			& .headline-container {
				padding-top: 26px;
				border-top: 1px solid rgba(34, 34, 34, 0.22);
			}
			& .col-right {
				border-top: 1px solid rgba(34, 34, 34, 0.22);
			}
			& .headline {
				color: #232323;
				font-size: 2.5rem;
				font-family: "Montserrat";
				font-style: normal;
				font-weight: 600;
				line-height: 1.125;
				letter-spacing: 0.4px;
				text-transform: none;
			}
			& .news-date {
				color: #232425;
				font-size: 0.8325rem;
				font-style: normal;
				line-height: 1.5;
			}
			& .news-title a {
				color: #0A1E40;
				font-size: 1.25rem;
				font-weight: 600;
				font-family: "Montserrat";
				line-height: 1.1;
				text-decoration: none;
			}
			& .featured .news-title a {
				font-size: 2rem;
				font-weight: 700;
			}
			& .featured-item {
				padding-bottom: 30px;
				@media only screen and (min-width: 64rem) {
					padding-bottom: 0;
				}
			}
			& .item-list li {
				border-color: rgba(0, 0, 0, 0.50);
			}
			& .read-more {
				background: url(/sites/scdmv/files/images/icons/arrow-black.svg) no-repeat right center;
			}
		}
	}
}

@media (min-width: 64rem) {
	.paragraph--type--news-blog-and-events-layer {
		& .wrap {
			padding: 0;
			max-width: 1600px;
		}
		& .layer-tab-controls {
			display: none;
		}
		&.accent-lightblue-lightgreen {
			padding: 48px 60px 70px;
		}
		& .layer-tab {
			& > .wrapper {
				gap: 0 60px;
				justify-content: center;
				& .col-left {
					flex: 0 1 1040px;
					& .featured-item {
						flex: 0 1 660px;
					}
				}
				& .col-right {
					flex: 0 1 380px;
				}
			}
		}
	}
}

/* End News Overrides */