#emailSubscribeForm .input-container:nth-child(2) {
    display: none !important;
}

.byline .second-author-container {
	display: flex;
}

.sub-head-wrapper {
	display: none;
}

.body-text h2 {
	margin-bottom: 20px;
}

.body-text h5 {
    color: #000000;
    font-family: 'Soleil';
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
}

.body-text p {
	width: 100%;
}

@media (min-width: 991px) {
	.body-text h2 {
		margin-bottom: 15px;
	}
	.body-text p {
		max-width: 680px;
	}
	/*8/30/22 Eric Left Aligning h3s*/
	#article-616691 .body-text h3 {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.app .home .home-nav {
		z-index: 1;
	}
	.app .home .home-nav a.home-link {
		line-height: 10em;
	    width: 50%;
	    text-align: center;
	}
}