#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 h2 a {
	line-height: 1em;
}

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

@media (min-width: 991px) {
	.body-text h2 {
		margin-bottom: 15px;
	}
	.body-text h2 a {
		line-height: 2.5em;
	}
	.body-text p {
		max-width: 680px;
	}
}

@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;
	}
}