footer{position:relative;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;height:auto;background-color:transparent;flex-direction:row;padding:40px 0}footer .footer__content{text-align:center}footer h2,footer h3,footer h4{line-height:42px;margin-bottom:20px}footer p{color:#303030!important;font-size:18px;line-height:30px;white-space:pre-wrap;margin:0;font-family:Lato,sans-serif}footer h4{color:#084792;font-size:18px;font-weight:700;line-height:22px;font-family:Lato,sans-serif}footer ul{display:flex;flex-direction:row;justify-content:center;align-items:center;list-style:none;margin-top:25px;padding:0}footer a{margin:0 20px;font-size:16px;line-height:30px;color:#303030;position:relative;text-decoration:none}footer a:before{content:none}footer a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background-color:#084792;transition:width .35s ease-in-out}footer a:hover::after{width:100%}footer.loggedOut{flex-direction:row;height:50px;background-color:#084792;padding:0}footer.loggedOut .a{color:#fff}footer.loggedOut .link-login-page{color:#fff}footer.loggedOut .link-login-page::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background-color:#fff;transition:width .35s ease-in-out}footer.loggedOut .link-login-page:hover::after{width:100%}@media (max-width:1024px){footer{padding-bottom:100px}footer.loggedOut{padding-bottom:0}}@media (max-width:414px){footer{flex-direction:column}#footer-container .footer-links ul{flex-direction:column}footer.loggedOut{height:auto;padding-top:80px;padding-bottom:45px;flex-direction:column;position:relative}footer.loggedOut:after{content:"";position:absolute;top:-80px;left:0;width:100%;height:80px;z-index:-1;background-color:#084792}footer.loggedOut .footer-links a{margin:0 10px}footer.loggedOut .link-login-page{margin:0 10px}}