.Home .BackgroundCarrier {
	border-top: 2px solid #fff;		/* if you remove this: remember to prevent collapsing margins by other means! */
}
.elementz:not(.suppress) + .LayoutMiddle .Home .pixNav {
	position: relative;
	margin-top: -192px;
}
.Home .MainContent .Title h1 {
	color: var(--logo-color-1-dark);
	text-align: center;
}
.Home .MainContent {
	padding: 3rem 0;
	flex-wrap: wrap;
	text-align: center;
	background-attachment: fixed;
	background-position: center;
}

.Home .NavBoxIcons .item {
	background: var(--logo-color-1);
	text-align: center;
	position: relative;
	overflow: hidden;
	padding:  30px 10px;
}
.Home .NavBoxIcons .item .Text {
	position: relative;
	z-index: 2;
}
.Home .NavBoxIcons .item .Image {
	position: relative;
	margin-bottom: 8px;
	z-index: 3;
}
.Home .NavBoxIcons .item img {
	display: inline;
}
.Home .NavBoxIcons .item h2 {
	color: #fff;
	font-size: 24px;
}
.Home .NavBoxIcons .item .Link {
	color: #fff;
}
.Home .NavBoxIcons .item svg {
	position: absolute;
	bottom: -40px;
	left: 0;
	fill: #fff;
	transition: all 500ms cubic-bezier(.5, .05, .1, .3);
}
.Home .NavBoxIcons .item:hover svg {
	bottom: 0;
	transform: scale(1.4);
}
.Home .NavBoxIcons .item svg path {
	fill: #526b89;
}
.Home .ConGal2RandomSlide {
	margin-bottom: 4rem;
}
.Home .Intro {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
@media all and (min-width: 719px) {
	.Home .NavBoxIcons {
		margin-top: -100px;
	}
}


@media all and (min-width: 768px) {
	.Home .MainContent {
		flex-wrap: nowrap;
		text-align: left;
	}
	.Home .MainContent > .Title {
		padding-right: 20px;
	}
}
@media all and (max-width: 1199px) {
	.elementz:not(.suppress) + .LayoutMiddle .Home .pixNav {
		padding-top: 2rem;
		margin-top: 0;
	}
}
