footer{
	font-size:0px;
	background-color:#005990;
	color:#ffffff;
	box-shadow: 20px 0px 0px #0000005F;
	width:100%;
	position:absolute; 
}
footer section{
	text-align:left;
	float:left;
	margin:0px;
	width:60%;
	font-size:22px;
}
footer .footermenu{
	padding:50px 0px;
	height:670px;
	background-image:url('/images/footerbg_1920w.png');
	box-shadow: 0px 0px 20px #0000005F;
	    background-size: cover;
}
footer .about{
	line-height:35px;
	width: calc( 100% - 100px );
    margin-right: 100px;
}
footer section.RHS{
	width: 40%;
    margin-right: 0px;
    text-align: right; 
}
footer .RHS ul{
	display: inline-block;
    width: calc( 50% - 25px );
    margin: 0px;
    vertical-align: top;
    list-style-type: none;
    padding: 0px;
    /* margin: 0px; */
    font-size: 20px;
	line-height:20px;
}
footer .RHS ul.subm a{

    font-size: 16px;
    font-family: var(--font_default);
}
footer .RHS ul:first-child {
    margin-right: 25px;
}
footer .RHS > ul:last-child {
    margin-left: 25px;
}
footer .RHS ul li{
    margin: 0px;
	text-align:left;
}
footer .RHS ul li{
	border-bottom:1px solid #ffffff;
	padding:20px 0px;
}
footer .RHS ul li:last-child{
	border:0px;
}
footer .RHS ul.subm{
	padding-top:2px;
	width:100%;
}
footer .RHS ul.subm li{
	border:0px;
	font-size:18px;
	line-height:18px;
	padding:2px 0px;
}
footer section:first-child{
	position:relative;
}
footer section:first-child:after{
	content: '';
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    height: 40%;
    top: 30%;
    right: 50px;
}    
footer .tnc-link{
	float:left;
}
footer .tnc-link a{
	margin-right:20px;
}
footer .tnc-link a:hover{
	color:inherit;
	text-decoration:underline;
}
footer .copyright{
	float:right;
}
footer .tnc{
	padding:50px 0px;
	color:#BEBEBE;
	font-size:20px;
}
footer .copyright br{
	display:none;
}
	#assoc-footer > div{
		font-size: 20px;
		color: #000000;
		width: calc( 100% - 40px );
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 2;
		display: grid;
		    grid-template-columns: 30% 70%;
		/* grid-gap: 20px; */
		margin: 30px 20px;
	}
	#assoc-footer{
		position: fixed;
		height: 120px;
		bottom: 0px;
		left: 0;
		right: 0;
	}
	#assoc-footer:before{
		content : '';
		width:100%;
		height:100%;
		background-color:#ffffff;
		border-radius:28px 28px 0px 0px;
		opacity: 0.9;
		position:absolute;
		left:0px;
		top:0px;
		z-index:1;
	}
	#assoc-footer .logos,#layerAssocList .logos{
		display: grid;
		grid-template-columns: repeat(9, 1fr);
		grid-gap: 10px;
		margin: 0px;
		padding-right: 30px;
		width: 100%;
	}
	#layerAssocList .logos{
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 20px;
		height:auto;
	}
	#assoc-footer .logos img{
		widht: auto;
		max-height: 100%;
	}
	#assoc-footer .logos > div{
		display: block;
		justify-content: center;
		align-items: flex-end;
		text-align: center;
		min-width:80px;
	}
	#assoc-footer .logos > div a{
		width:100%;
	}
	#layerAssocList .logos > div{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		    flex-direction: column;
	}
	#layerAssocList .logos > div .alogo{
		display: inline-flex;
		height: 160px;
		flex-grow: 1;
		padding: 20px;
	}
	#layerAssocList .logos > div span{
		display: block;
		    min-height: 50px;
		align-content: start;
		font-size:16px;
	}
	#layerAssocList .logos > div span br{
		display:none;
	}
	#assoc-footer .logos > div span{
		line-height:16px;
		font-size:11px;
		text-align:center;
		display:block;
		color: #404041;
	}
	#assoc-footer .logos > div:last-child{
		color:#58595B;
		font-size:20px;
		font-weight:500;
		    align-items: center;
			display:flex;
	}
	#assoc-footer .title{
		font-size: 16px;
		display: flex;
		align-items: center;
		height: 100%;
		padding-left: 100px;
		padding-right:30px;
		color:FF2A0C;
	}
	#layerAssocList .intro{
		text-align:center;
		color:#ED1C24;
		font-size:24px;
		margin-bottom:80px;
	}
	.LayerContent{
		width: 1200px;
		max-width: calc( 100% - 100px );
		margin: auto;
	}
	#assoc-footer .assoc-item div{
		height: 40px;
		max-width: 80px;
		margin: auto;
		display: flex;
		justify-content: center;
		margin-bottom: 5px;
	}
	
	
@media only screen and (max-width:1024px) {	
	.footermenu .maxw{
		display:none;
	}
	footer .footermenu{
		height: calc( 100vw / 2 );
		background-position: bottom;
		background-size: cover;
	}
	.body #assoc-footer{
		display:none !important;
	} 
	.navm #assoc-footer{
		display: block !important;
		position: relative;
		width: auto;
		height: unset;
		background-color: #eff6fb;
		border-radius: 25px;
		padding: 25px;
	}
	.navm #assoc-footer > div{
		position: unset;
		display:block;   
		padding: 0px;
		margin: auto;
	}
	.navm #assoc-footer .title{
		padding:0px;
		text-align:center;
		display:block;
		       margin: 0px 0px 15px 0px;
    line-height: 1em;
			color:#ff0000;
			height:unset;
			
	}
	.navm #assoc-footer:before{
		display:none;
	}
	.navm #assoc-footer .logos{
		grid-template-columns: 16% 16% 16% 16% 16% 16%;
		grid-gap:0px;
		width: auto;
		padding: 0px;
	}
	.navm #assoc-footer .logos > div{
		margin:0px 0px 30px 0px;
	}
	.navm #assoc-footer .assoc-item:nth-child(1), .navm #assoc-footer .assoc-item:nth-child(6){
		grid-column: 1 / span 2;
	}
	.navm #assoc-footer .assoc-item:nth-child(2), .navm #assoc-footer .assoc-item:nth-child(7){
		grid-column: 3 / span 2;
	}
	.navm #assoc-footer .assoc-item:nth-child(3), .navm #assoc-footer .assoc-item:nth-child(8){
		grid-column: 5 / span 2;
	}
	.navm #assoc-footer .assoc-item:nth-child(4){
		grid-column: 1 / span 3;
	}
	.navm #assoc-footer .assoc-item:nth-child(5){
		grid-column: 4 / span 3;
	}
	.navm #assoc-footer .assoc-item div{
		max-width:100%;
	}
	.navm #assoc-footer .btn{
		display:none !important;
	} 
	/*
	#assoc-footer > div{
		grid-template-columns: 100%;
		margin-top:10px;
	}
	#assoc-footer .title{
		padding:0px;
		text-align:center;
		display:block;
		    margin: 5px;
			line-height: 1em;
	} 
	*/ 
	.tnc-link{
		display:none;
	}
	footer .copyright {
		float: unset;
		text-align: center;
		font-size:16px;
	}

}
@media only screen and (max-width:768px) {	
	footer .copyright br{
	display:block;
}
}
@media only screen and (max-width:480px) {	

footer .tnc{
	padding:15px 0px;
}
footer .copyright {
	font-size:12px;
	line-height:18px;
}
}