
#whole-footer-top {
  background:none;
  background-color: #f4f9fc;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
#whole-footer-top .footer-top {
    background-image: url("../images/dna-lines-footer.svg");
    background-repeat: repeat-x !important;
    overflow: hidden !important;
    max-width: 1175px !important;
    margin: auto !important;
    width: 100%;
    padding: 80px 0 48px !important;
}
#whole-footer-top ul.menu.nav li {
    display: inline-block;
    width: 100%;
}
#whole-footer-top ul.menu.nav li a {
    font-size: 14px;
    padding: 0;
    color: #00254b;
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 8px;
  }
#whole-footer-top ul.menu.nav li a:hover {
    background: transparent;
}
#whole-footer-bottom .row {
    display: flex;
    align-items: center;
}
ul.footer-social-link-section {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
}
ul.footer-social-link-section span,
#whole-footer-top .caret{
    display: none;
}
ul.footer-social-link-section li {
    display: inline-block;
    margin-right: 15px;
}
ul.footer-social-link-section li a {
    color: #fff;
    font-size: 18px;
}


@media (max-width:1000px){
  #whole-footer-top {
    padding: 0px 22px 8px !important;
  }
  #whole-footer-top .footer-top {
    background-repeat: repeat-x !important;
    overflow: hidden !important;
    padding-top: 40px !important;
    padding-bottom:0 !important;
  }
 #whole-footer-top .footer-top div.row {
    margin: 0 !important;
    padding: 0 11px !important;
  }
  #whole-footer-top .footer-top .col-sm-3 {
    padding: 0;
  }
  #whole-footer-top ul.menu.nav li a {
    line-height: 24px;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 24px !important;
    color: #00254b !important;
    padding-bottom: 8px;
  }
  div#whole-footer-bottom {
    padding: 16px;
    line-height: 20px;
    overflow: hidden;
  }
  #whole-footer-bottom .footer-bottom-left-area p {
    max-width: 272px !important;
    /* text-align: center !important; */
    font-weight: normal !important;
    font-size: 13px !important;
    margin: auto;
    line-height: 16px;
}
}


/***********/
ul.footer-social-link-section {
	display: flex;
	justify-content: start;
	align-items: center;
}
ul.footer-social-link-section li i {
	display: none;
}
#block-alnylam-copyright p {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.85;
	letter-spacing: normal;
}
ul.footer-social-link-section li {
	display: inline-block;
	margin-right: 11px !important;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.85;
	letter-spacing: normal;
	text-align: right;
  max-height:24px;
}
ul.footer-social-link-section li:first-child{
  margin-right: 13px !important;
}
ul.footer-social-link-section li a {
	width: 24px;
	height: 24px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
ul.footer-social-link-section li.youtube a {
	background-image: url("/themes/custom/alnylam/images/social-icons/social-youtube-24-white.svg");
}
ul.footer-social-link-section li.facebook a {
	background-image: url("/themes/custom/alnylam/images/social-icons/facebook.svg");
  width:18px;
}
ul.footer-social-link-section li.twitter a {
	background-image: url("/themes/custom/alnylam/images/social-icons/social-twitter-24-white.png");
}
ul.footer-social-link-section li.linkedin a {
	background-image: url("/themes/custom/alnylam/images/social-icons/social-linked-in-24-white.png");
}
ul.footer-social-link-section li.instagram a {
	background-image: url("/themes/custom/alnylam/images/social-icons/social-instagram-24-white.svg");
}
ul.footer-social-link-section li.mail a {
	background-image: url("/themes/custom/alnylam/images/social-icons/social-email-white.svg");
}
@media(min-width:1001px){
  #whole-footer-top {
    padding: 0 35px 48px !important;
  }
  .footer-top .row .col-sm-3 {
    padding: 0 !important;
  }
  .footer-top .row {
    padding: 0 15px;
  }
  .footer-top {
    width:100%;
    background-image: url("../images/dna-lines-footer.png");
    background-repeat: repeat-x !important;
    overflow: hidden !important;
    padding-top: 80px !important;
    max-width: 1175px !important;
    margin: auto !important;
  }
}