/* Legacy Footer Styles (Migrated from style.css) */
#footer {
  padding: 0 0 30px;
  color: var(--footertext-color);
  font-size: 14px;
  position: relative;
  z-index: 999;
}
#footer .footer-top {
  padding: 60px 0 30px;
  position: relative;
}
#footer .footer-top .footer-info h3 {
  font-size: 30px;
  margin: 0 0 20px;
  padding: 2px 0;
  line-height: 1;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  color: #fff;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  color: var(--footertext-color);
}
#footer .footer-top .social-links a {
  font-size: var(--font-size-20);
  display: inline-block;
  color: var(--footertext-color);
  line-height: 1;
  padding: 8px;
  margin-right: 10px;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: .3s;
}
#footer .footer-top .social-links a:hover {
  background: var(--wrightgreen);
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--footertext-color);
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top h4::after, #footer .footer-top h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
#footer .footer-top h4::before {
  right: 0;
  background: var(--footerlines);
}
#footer .footer-top h4::after {
  background: var(--wrightgreen);
  width: 60px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}
#footer .footer-top .footer-links ul li {
  padding-left: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
#footer .footer-top .footer-links ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6px;
  width: 97%;
  height: 1px;
  background: #2d2d2d;
}
.footer-links a {
  font-family: PPMori-Regular!important;
}
.footerp {
  margin-left: 0;
}
.social-links .footerp {
  margin-left: 15px;
}
.price .grey, .price .header {
  font-size: var(--font-size-20);
}
.registrationNumber p {
  margin-left: 10px;
  font-size: var(--font-size-16)!important;
}
.button, .panel-title>a, .panel-title>a:active {
  font-size: var(--font-size-16);
  text-decoration: none;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: grey;
  font-size: var(--font-size-14);
  font-family: PPMori-Regular;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: var(--wrightgreen);
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: var(--footertext-color);
  transition: .3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #13a456;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.transactions_button #switchbrokerholding {
  margin-right: 20px;
}
.import-holding-button {
  padding-right: 20px;
}

#contact .contact-address, #contact .contact-email, #contact .contact-phone {
  padding: 20px 0;
}
.financial_page form .form-control, .goal_page form .form-control, .insurance_page form .form-control {
  width: 300px!important;
  background-color: #0000;
}
#contact .contact-phone {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
