/* Adjustment styles */
body {
	line-break: strict;
}
.icon-wrapper .icon-after:after, .icon-wrapper .more:not(.icon-before):after {
	position: relative;
	top: -0.075em;
}

span.jp-headline-adjust {
	margin-right: -0.4em;
}

@media only screen and (min-width: 1069px) {
	span.jp-headline-adjust.only-large-reject {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1068px) {
	span.jp-headline-adjust.only-large-reject {
		margin-right: -0.4em;
	}
}

@media only screen and (max-width: 735px) {
	span.jp-headline-adjust.only-large-reject {
		margin-right: -0.4em;
	}
	span.jp-headline-adjust.small-reject {
		margin-right: 0;
	}
}

.section-hero {
	margin-top: 40px;
}

@media only screen and (max-width: 734px) {
	.section-table:nth-child(odd) {
		background: transparent;
	}
	.section-table:nth-child(even) {
		background: #fbfbfd;
	}
}

.hero-intro .intro-copy {
	word-break: keep-all;
}
.icon-chevronup:after {
	position: relative;
	top: -0.07em;
}
