/* hero */
@media only screen and (min-width: 1069px) {
	.typography-hero-headline {
		font-size: 87px;
	}
}

/* ribbon */
.ribbon .ribbon-content-wrapper {
	padding-top: 13px;
	padding-bottom: 13px;
}

/* chevron */
.icon:after {
	position: relative !important;
	top: -1px;
}

#ac-globalfooter .ac-gf-more::after {
	top: -1px;
}

/* hero */
.section-hero {
	padding-top: 75px;
}

@media only screen and (max-width: 1068px) {
	.section-hero {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero {
		padding-top: 54px;
	}
}

@media only screen and (max-width: 734px) {
	.violator-reduced {
		padding-top: 4px;
	}
}

.custom-button-adjust {
	padding-top: 10px;
	padding-left: 18px;
}
