.contentContainer {
	width: 1100px;
	margin: 0px auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.headerContentContainer {
	padding-top: 7rem;
    padding-bottom: 7rem;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
}

@media (min-width: 1024px) {
	.headerContentContainer {
		max-width: 1024px;
	}

	.selfServiceHeaderRow .flexyContainer .flexyItem {
		line-height: 1.25;
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
@media (min-width: 768px) {
	.headerContentContainer {
		max-width: 768px;
	}

	.selfServiceHeaderRow .flexyContainer .flexyItem {
		line-height: 1.25;
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 640px) {
	.headerContentContainer {
		max-width: 640px;
	}

	.selfServiceHeaderRow .flexyContainer .flexyItem {
		line-height: 1.25;
		padding-left: 0px;
		padding-right: 0px;
	}
}

.paddingTop20 {
	padding-top: 20px;
}

.paddingBottom20 {
	padding-bottom: 20px;
}

.selfServiceHeaderRow {
    text-align: center;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(resources/images/contact-bg.jpg);
    background-color: rgb(0 0 0);
    justify-content: center;
    align-items: center;
    height: auto;
    position: relative;
}

.selfServiceHeaderRow .flexyContainer .flexyItem {
	color: rgb(255 255 255);
    line-height: 1.25;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 56rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 40;
    position: relative;
}

.contentContainer .flexyContainer ul li {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-image: url(../../../images/red-tick.svg);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding-left: 31px;
    padding-top: 0px;
    padding-bottom: 16px;
    border: 0px;
    margin-right: 0px;
}

.contentContainer .flexyContainer ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.contentContainer .flexyContainer h1 {
    font-size: 1.5rem;
    line-height: 2rem;
	--tw-text-opacity: 1;
    color: rgb(66 69 146 / var(--tw-text-opacity));
	font-weight: 700;
	text-align: left;
	display: block;
	margin: 0;
}

.contentContainer .flexyContainer a {
    color: #0000EE;
    text-decoration: underline;
}

.contentContainer .flexyContainer a:active {
    color: #424592;
}

.contentContainer .flexyContainer a:visited {
    color: #424592;
}

.contentContainer .flexyContainer h2 {
	font-size: 1.5rem;
    line-height: 2rem;
	--tw-text-opacity: 1;
    color: rgb(66 69 146 / var(--tw-text-opacity));
	font-weight: 700;
	text-align: left;
	display: block;
	margin: 0;
}