.footer-basic {
    color: var(--cFirst);
    padding: 7em 0 !important;
    font-size: 0.5em !important;
    margin-top: 3em !important;
    background-color: transparent;
    background-image: linear-gradient(180deg, #004eaa 0%, #2f3351 100%);
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-basic li {
    padding: 0 10px;
}

.footer-basic ul a {
    color: #ffffff;
    text-decoration: none;
    font-family: var(--fPrimary);
    font-size: 16px;
	text-transform: lowercase;
}

.footer-basic ul a:hover {
    opacity: 1;
}

.footer-basic .social {
    text-align: center;
}

.footer-basic .social>a {
    font-size: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: var(--cFirst);
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}

.footer-basic .social>a:hover {
    opacity: 0.9;
}

.footer-basic .copyright {
    text-align: center;
    font-size: 13px;
    color: var(--cFirst);
    margin-bottom: 0;
}


.footer {
    /* background: var(--cBackground) !important; */
    color: var(--cFirst) !important;
}

.footerLogo {
    width: 292px;
    height: 47px;
}

ul.footerSocials li {
    display: inline;
}

span.footer-icon-list-icon i {
    color: #ffffff;
}

.footerBorder {
    border-style: solid;
    border-width: 2px 2px 0px 0px;
    border-color: #00b2b1;
    padding: 4em 1em 0em 0em;
    border-radius: 0px 21px 0px 0px;
}

#pPSLogo {
    fill: var(--cFirst);
}

#svgPSLogo {
    height: 40px;
}