﻿.vega-footer {

    background-color: #220b26 !important;
    padding: 6rem 0rem 6rem 0rem;

    a, p {
          font-size: 10px;
          font-size: 10px;
          font-weight: 400;
          font-family: 'Inter', sans-serif !important;
      }
    
    .social_list a {
        color: transparent !important;
    }

    .list-unstyled {
        a {
            font-weight: 300;
            
            &:hover {
                        text-decoration: underline !important;
            }
        }
    }


    @media (max-width: 767px) {
        .list-unstyled {
            text-align: center;
        }
    }

    .pptcs {
        margin-bottom: 1rem !important;

        a {
            font-weight: 300;
            
            &:hover {
                        text-decoration: underline !important;
            }
        }
    }

    .emeris_group {

         font-size: 11px;
         align-items: center;  
         gap: 6px;  
         height: 20px;          
         width: auto;

         span {
                padding-left: 0.3rem;
              }
    }

    .educational_copy {
        p {
              color: #F2EEEA;
              font-size: 13px;
              margin: 0;
              font-family: 'Inter', sans-serif !important;
          }

          a.views {
              color: #F2EEEA;
              font-size: 13px;
          }
    }

}

.footer__accreditation-wrapper {
    margin-top: 4rem;

    @media (max-width: 767px) {
      
            text-align: center;
        
    }
}

.footer-logo-align {
    margin-top: 5px;
}