#footer-section a{
color: white;
text-decoration: underline; 
}
#footer-section ul{
margin: 0; margin-top: 10px;
list-style-type: none; padding: 0; }
#address-google-map{
}
#footer-section, #footer-section li > a , #address-google-map{
color: white !important;
color: var( --e-global-color-0a0ff8a );
font-family: var( --e-global-typography-primary-font-family ), 'Source Sans Pro',Sans-serif;
font-size: var( --e-global-typography-primary-font-size );
font-weight: var( --e-global-typography-primary-font-size );
}
.highlight{
color: var(--e-global-color-25331a5);
background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #cfecff 50%);
}
#back2Top {
width: 45px;
line-height: 40px;
border-radius: 3px;
overflow: hidden;
z-index: 999;
display: none;
cursor: pointer;
position: fixed;
bottom: 100px;
right: 2%;
color: var(--e-global-color-bf947b1) !important;
text-align: center;
font-size: 1.5em;
text-decoration: none;
border-radius:5px;
}
#back2Top:hover {
background:white;
border:solid 2px var(--e-global-color-bf947b1);
} #scroll-top{
display:none !important;
}
::-moz-selection{ 
background: #DFF2FE; 
color:#093295;
}
::selection{
background: #DFF2FE; 
color:#093295;
} @media screen and (max-width: 1024px){
#back2Top{
display: none !important;
}
#footer-section li{
margin-bottom:10px;
}
}