.staticFooterContent .btn-secondary {
	background-color: #E22331;
	color: #fff !important;
	font-weight: bold;
	border: 1px solid #D21E2E;
	width: 180px;
	margin-bottom:18px;
}
	.staticFooterContent .btn-secondary:hover {
		background-color: #cf202d !important;
		color: #fff !important;
		font-weight: bold;
	}
.footer-top {
	background: #F0E9F4;
	padding: 50px 25px;
}
.footer-bottom{
	background:#693065;
	padding:28px 20px;
}
.footer-bottom li a {
    color: #fff !important;
    font-size: 14px;
}
.footer-bottom ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-bottom ul li {
    margin-right: 30px;
}
.footer-bottom ul li:last-child {
    margin-right: 0px;
}

footer .listHeader{
	margin-bottom:36px;
}
footer .listHeader a, footer .staticFooterContent .listHeader a{
	font-family:"Poppins-Bold";
	font-size:20px;
	color:#6A3065 !important;	
	text-decoration:none !important;
	cursor:default;
}
footer .footerList li{
	margin-bottom:18px;
}
footer .footerList li a, footer .staticFooterContent a{
	color:#333 !important
}
footer .footerList li a:hover, footer .staticFooterContent a:hover, footer .footerList li a:focus, footer .staticFooterContent a:focus{
	color:#6A3065 !important;
}
footer .footerList li:last-child{
	margin-bottom:0;
}
.footer-top {
    background: #F0E9F4;
    padding: 25px 25px 50px 25px;    
    width: 100%;
	/*background: url(../images/mobilefooter-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;*/
    /* background-size: cover; */
	position:relative;
}
.footer-top::before {
		content: '';
		width: 100%;
		position: absolute;
		top: -48px;
		left: 0;
		background: url(../images/mobilefooter-top.png) no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		height: 48px;
}
footer .socialMediaWrapper .socialMediaImg{
	width:40px;
}
footer .socialMediaWrapper ul {
    /*display: flex;
    flex-direction: row;*/
}
footer .socialMediaWrapper ul li{
	margin-right:9px;
	margin-bottom:9px;
	display:inline-block;
}
footer .socialMediaWrapper ul li:last-child{
	margin-right:0px;
}
.staticFooterContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.webFooterColCustom{
	padding-right: 130px;
}
.footerLogo{
	position:relative;
	padding-top: 20px;  
	margin-top: 15px;
}
.footerLogo::before{
	content:'';
	position:absolute;
	top:0;
	left: -35px;
    width: calc(100% + 70px);
	background:#815374;
	height:1px;
}
footer .footerMobileAccord .accordArrow{
	display:none;
}
footer {
    margin-top: 170px;
}
.popDisclaimer {
	position: sticky;

	margin: 0px auto;
	border-radius: 6px;
	padding: 16px 16px 26px 16px;
	background-color: black;
	opacity: 0.8;
	color: white
}
	.popDisclaimer #popClose:hover
	{
		cursor:pointer;
	}
	.popDisclaimer .header {
		text-align: right;
		padding: 0px 0px 8px 0px
	}
	.popDisclaimer .body {
	}
		.popDisclaimer .body a {
			color: #F0E9F4;
			text-decoration: underline;
		}
@media (min-width: 501px) {
	.popDisclaimer {
		bottom: 80px;
		width: 90%;
	}
}
@media (max-width: 500px) 
{
	.popDisclaimer {
		bottom: 80px;
		width: 98%;
	}
}