#FooterArea {
	color: #362F2F;
	/* bottom: 0; */
	/* position: absolute; */
	width: 100%;
}
@media screen and (max-width: 640px) {
	#FooterArea {
		text-align: center;
	}
}
#FooterArea .ContentRow {
	width: 100%;
	max-width: 1140px;
	margin: 4.875rem auto 0;
}
#FooterArea .ContentRow:first-child {
	margin-top: 0;
}
#FooterArea > .ContentRow {
	max-width: none;
	margin-top: 0;
	padding: 2.4375rem 30px;
}
#FooterArea > .ContentRow:first-child {
	background-color: #362F2F;
	color: #FFFFFF;
}
#FooterArea > .ContentRow:last-child > .ContentElement > .ContentRow {
	max-width: 1640px;
}
#FooterArea .Widget-PartnerLogos {
	-ms-flex-item-align: center;
	align-self: center;
}
#FooterArea .Widget-PartnerLogos a {
	display:inline-block;
	color: inherit;
}
#FooterArea .Widget-PartnerLogos .Image {
	text-align: center;
}
@media screen and (max-width: 640px) {
	#FooterArea .Widget-PartnerLogos .Image {
		margin-top:1rem;
	}
}
#FooterArea .Widget-PartnerLogos img, #FooterArea .Widget-PartnerLogos svg, #FooterArea .Widget-PartnerLogos video {
	width:auto;
	max-width:100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
#FooterArea .Menu-Footer {
	margin: -1.625rem -20px 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#FooterArea .Menu-Footer {
		text-align: inherit;
	}
}
#FooterArea .Menu-Footer:after {
	content:'';
	display: inline-block;
	width: 100%;
}
#FooterArea .Menu-Footer li.Level1 {
	display: inline-block;
	margin: 1.625rem 20px 0;
	font-size: 1rem;
	line-height: 1;
	vertical-align: top;
}
@media screen and (max-width: 1024px) {
	#FooterArea .Menu-Footer li.Level1 {
		font-size: 0.75rem;
	}
}
@media screen and (max-width: 640px) {
	#FooterArea .Menu-Footer li.Level1 {
		display: block;
		font-size: 1rem;
	}
}
#FooterArea .Menu-Footer a {
	color: inherit;
}
#FooterArea .Menu-Footer ul.Level2 {
	display: none;
}

/* ct.qmat customizations */

.pf-c-avatar.pf-m-md {
    width: 0;
}

body {
	--pf-global--FontFamily--sans-serif: Barlow,Arial,Geneva,sans-serif;
	--pf-global--FontFamily--heading--sans-serif: Barlow,Arial,Geneva,sans-serif;
  
	--pf-global--BackgroundColor--dark-100: #362F2F;
  
	--pf-global--Color--100: #362F2F;

	--pf-v5-global--Color--100: #362F2F;
	--pf-v5-c-page__header--BackgroundColor: #362F2F;
	--pf-v5-c-page__sidebar--BackgroundColor: #362F2F;
}

/*
.pf-c-page__sidebar {
	--pf-c-page__sidebar--BackgroundColor: #ffffff;
}

.pf-c-nav__link {
	--pf-c-nav__link--Color: #362F2F;
}

.pf-c-nav__link:hover {
	color: #0059FF;
	background-color: #ffffff;
}

.pf-c-nav__link.pf-m-current, .pf-c-nav__link.pf-m-current:hover, .pf-c-nav__item.pf-m-current:not(.pf-m-expanded) .pf-c-nav__link {
	color: #1613c8;
	background-color: #ffffff;
} 

.pf-c-nav__list .pf-c-nav__link {
  --pf-c-nav__list-link--Color: #7a12aa;
  --pf-c-nav__list-link--m-current--Color: #ffffff;
}

.pf-c-nav__simple-list .pf-c-nav__link {
  --pf-c-nav__simple-list-link--Color: #ec2bf3;
  --pf-c-nav__simple-list-link--m-current--Color: #ffffff;
}
*/