@charset "UTF-8";
/* CSS Document */

#NavContainer .Divider {display: none;}
#FooterInner {}
	#FooterInner .FooterNav {display: none;}

/* ****************** Content Pages */

.ContentFlex {
	justify-content: center;
	flex-wrap: wrap;
}
.LeftPhotoBox {
}
	.LeftPhotoBox img {
	}
.RightTextBox {
	margin-left: 0;
}
	.RightTextBox p:first-child {
		margin-top: 1em;
	}