.al_footer{
  background-color: var(--al-matisse);
  background-image: url('../img/home_page/AlgoLit_Brand_Illustrations_Pattern_Footer.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.al-footer-logo-wrapper{
  padding-top: 100px;
}

@media screen and (max-width: 992px) {
  .al-footer-logo-wrapper{
    padding-top: 50px;
  }
  .privacy-policy-link{
    padding-top: 0px !important;
    padding-bottom: 50px !important;
  }
}

.al-footer-logo{
  padding: 0px;
}

.al-footer-logo>img{

}

.al-footer-embed-form-wrapper{
  padding-top: 50px;
}

.al-footer-get-updates-form{
  padding-top: 30px;
}

.al-footer-join-convo-header, .al-footer-conn-with-us-header{
  padding-top: 35px;
}

.al-footer-join-convo-hashtags{
  padding-top: 30px;
}

.al-footer-join-convo-hashtags>a{
  line-height: normal;
  font-weight: bold;
  font-size: 25px;
  text-decoration: underline;
  margin-bottom: 10px;
}

.al-footer-join-convo-links{
  padding-top: 30px;
}

.al-footer-join-convo-links>i{
  color: white;
  display: inline-block;
}

.al-footer-join-convo-links > a{
  text-decoration: underline;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 0px;
}

.al-footer-social-logos{
  padding-top: 5px;
}

.al-footer-social-logos>a{
  padding-right: 4px;
}

.built-by-kcj-content{
  padding-top: 50px;
  padding-bottom: 30px;
}


.privacy-policy-link{
  padding-top: 50px;
  padding-bottom: 33px;
}
