
  a:link, a:focus {
    color: #000;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #bb16a3;
    text-decoration: underline;
}
  a{   
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.9rem;
    color: #fff;
    text-decoration: none !important;
}

.embecta-footer{
    background-color: #201547;
    padding: 6rem 0 0;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 60px 0 30px;
    position: relative;
    text-align: center;
}
footer .logo {
    float: left;
    margin-right: 20px;
    margin-top: -3px;
      display: inline-block;
    margin: 0 0 15px;
}
  
  footer.embecta-footer .social ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-around;
    align-items: end;
}
  
 footer.embecta-footer .social ul li a {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.9rem;
    color: #fff;
    text-decoration: none !important;
}
  
  .pipe {
    display: inline-block;
    margin: 0 7px;
}
 a {
    font-family: Arial, Helvetica, sans-serif;
    color: inherit;
    font-size: inherit;
}
  
 footer.embecta-footer .embecta-copyright p {
    color: #cbd0d3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
}
  
/* footer.embecta-footer .embecta-copyright {
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 6rem;
    padding: 4rem 0 7rem;
}*/

footer.embecta-footer .embecta-copyright {
     text-align: center;
    border-top: 1px solid #fff;
    margin-top: 1rem !important;
    padding: 3rem 0 1rem;
}

header {
    background: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    height:80px;
}
  #Logo1 , .logo{width:30% !important}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 90%;
}  
.twitterLogo{
width:26px;
     height:26px;
}