/*header top*/
a.logo.navbar-btn.pull-left img {
  max-width: 232px;
  padding-left: 2px;
}
.sticky-header header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  max-width: 100%;
}
.sticky-header header > div {
  max-width: 1232px;
  margin: auto;
}
#whole-mobile-header {
  display: none;
}
.header-top-middle {
  width: 80%;
}

#whole-header-top,
#whole-header-bottom {
  max-width: 1232px;
}

@media (min-width: 1001px) {
  #whole-header-bottom,
  .header-bottom-left.col-sm-6 {
    width: 100% !important;
  }
}

.header-top-right {
  max-width: 46px;
  padding-left: 9px;
}
.header-top-left {
  padding: 8px 0 4px 5px;
}
.header-top-left .navbar-btn {
  margin: 0px;
}
#block-alnylam-mainnavigation-2 ul li span {
  padding: 11px 20px 11px 20px !important;
  margin-right: 22px;
}
#whole-header-bottom .header-bottom-left {
  padding-left: 20px !important;
}
header ul li span,
header ul li a {
  padding: 0px 12px !important;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #00254b;
}
.header-top-middle .active-trail.sf-depth-1.menuparent::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  background: #001f3d;
}
.header-top-middle .active-trail.sf-depth-1.menuparent::before {
  content: "";
  position: absolute;
  background: url(../images/dark-blue-arrow.png) no-repeat;
  width: 6px;
  height: 3px;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 3px;
}
header ul li span,
header ul li a:hover,
header ul li a:focus {
  text-decoration: none;
  outline: none;
}
header ul li span {
  cursor: pointer;
}
header ul li span:hover {
  color: #ff9900;
}
ul.sf-menu .sf-sub-indicator {
  display: none;
}
header ul li ul {
  background: #001f3d !important;
  font-weight: 600;
  padding: 8px 24px 16px 24px !important;
  transition: 0.3s ease;
}
.header-top-middle li:nth-child(6) a.sf-depth-1.menuparent.sf-with-ul {
  border-left: 1px solid #b9d9eb;
  border-right: 1px solid #b9d9eb;
}
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  left: 0;
  top: 2.3em;
}
.header-top-middle ul.sf-menu > li.sf-depth-1:hover::before,
.header-top-middle ul.sf-menu > li.sf-depth-1 > a:hover::before,
.header-top-middle ul.sf-menu > li.active-trail.sf-depth-1 > a::before,
.header-top-middle ul.sf-menu > li.sf-depth-1 > a.is-active::before {
  content: "";
  width: 6px;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: url(../images/dark-blue-arrow.png) no-repeat;
}

.header-top-middle ul.sf-menu > li.sf-depth-1:hover::after,
.header-top-middle ul.sf-menu > li.sf-depth-1 > a:hover::after,
.header-top-middle ul.sf-menu > li.active-trail.sf-depth-1 > a::after,
.header-top-middle ul.sf-menu > li.sf-depth-1 > a.is-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  background: #001f3d;
}
.header-top-middle ul.sf-menu > li:last-child > ul li a.mail,
.header-top-middle ul.sf-menu > li:last-child > ul li a.facebook,
.header-top-middle ul.sf-menu > li:last-child > ul li a.youtube,
.header-top-middle ul.sf-menu > li:last-child > ul li a.twitter,
.header-top-middle ul.sf-menu > li:last-child > ul li a.linkedin,
.header-top-middle ul.sf-menu > li:last-child > ul li a.instagram {
  display: flex;
  align-items: center;
  padding-left: 45px !important;
}
.header-top-middle ul.sf-menu > li:last-child > ul li a.facebook::before,
.header-top-middle ul.sf-menu > li:last-child > ul li a.mail::before,
.header-top-middle ul.sf-menu > li:last-child > ul li a.youtube::before,
.header-top-middle ul.sf-menu > li:last-child > ul li a.twitter::before,
.header-top-middle ul.sf-menu > li:last-child > ul li a.linkedin::before,
.header-top-middle ul.sf-menu > li:last-child > ul li a.instagram::before {
  content: "";
  width: 100%;
  height: 14px;
  display: block;
  position: absolute;
  left: 15px;
}
.header-top-middle ul.sf-menu > li:last-child > ul li a.youtube::before {
  background: url(../images/youtube.png) no-repeat left;
  background: url(../images/social-icons/follow-youtube.svg) no-repeat left;
}
.header-top-middle ul.sf-menu > li:last-child > ul li a.twitter::before {
  background: url(../images/twitter.png) no-repeat left;
  background: url(../images/social-icons/follow-twitter.png) no-repeat left;
  max-width: 17px;
  background-size: cover;
}
.header-top-middle ul.sf-menu > li:last-child > ul li a.linkedin::before {
  background: url(../images/linkedin.png) no-repeat left;
  background: url(../images/social-icons/follow-linkedin.png) no-repeat left;
  max-width: 17px;
  background-size: cover;
}
.header-top-middle ul.sf-menu > li:last-child > ul li a.facebook::before {
  background: url(../images/facebook.svg) no-repeat left;
  background: url(../images/social-icons/facebook.svg) no-repeat left;
  max-width: 17px;
  height:17px;
  background-size: cover;
}
.header-top-middle ul.sf-menu > li:last-child > ul li a.instagram::before {
  background: url(../images/instagram.png) no-repeat left;
  background: url(../images/social-icons/follow-instagram.svg) no-repeat left;
}
.header-top-middle ul.sf-menu > li:last-child > ul li a.mail::before {
  background: url(../images/social-icons/social-email-white.svg) no-repeat left;
  left: 13px;
  max-width: 20px;
  background-size: cover;
}
.header-top-middle ul.sf-menu > li.sf-depth-1:first-of-type > ul {
  width: 14.6471em !important;
}
.header-top-middle ul.sf-menu > li:nth-of-type(2).sf-depth-1 > ul,
.header-top-middle ul.sf-menu > li:nth-of-type(3).sf-depth-1 > ul {
  width: 18.5882em !important;
}
.header-top-middle ul.sf-menu > li:nth-of-type(4).sf-depth-1 > ul,
.header-top-middle ul.sf-menu > li:nth-of-type(5).sf-depth-1 > ul {
  width: 16.3529em !important;
}
.header-top-middle ul.sf-menu > li:nth-of-type(6).sf-depth-1 > ul {
  width: 12em !important;
}
ul#superfish-main {
  font-weight: 600;
  font-size: 18px;
}
ul#superfish-top-navigation {
  float: right;
  font-weight: 600;
}
#block-language {
  margin-top: 8px;
}
#superfish-top-navigation .sf-depth-1 {
  font-size: 16px;
  line-height: 24px;
  padding: 24px 0px 16px 0px;
}
ul#superfish-main ul li a {
  font-size: 14px !important;
}
a.our-company.bullet-point,
a.our-science.bullet-point,
a.our-products.bullet-point,
a.our-news.bullet-point {
  padding-left: 30px !important;
}
a.our-company.bullet-point:before,
a.our-science.bullet-point:before,
a.our-products.bullet-point:before,
a.our-news.bullet-point:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 25px;
  top: 17px;
  left: 14px;
}

a.our-company.bullet-point::before {
  background: #0099cc;
}
a.our-science.bullet-point::before {
  background: #ff9900;
}
a.our-products.bullet-point::before {
  background: #6eceb2;
}
a.our-news.bullet-point::before {
  background: #c90287;
}
.header-top-middle a.is-active.sf-depth-2,
.header-top-middle a.sf-depth-2:hover,
.header-top-middle a.sf-depth-3:hover,
.header-top-middle a.is-active.sf-depth-3,
.header-top-middle a.is-active.sf-depth-4,
.header-top-middle a.sf-depth-4:hover {
  border-left: 2px solid #b9d9eb !important;
}
a.sf-depth-2 {
  color: #fff;
  padding: 0.5em 1em !important;
  font-size: 0.8vw;
  border-left: 2px solid transparent;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-stretch: normal !important;
  line-height: 24px !important;
  letter-spacing: normal !important;
}
ul#superfish-main ul li a {
  font-size: 14px !important;
  font-weight: 600 !important;
  font-stretch: normal !important;
  line-height: 24px !important;
  letter-spacing: normal !important;
}
a.sf-depth-2 {
  padding: 8px 0 8px 14px !important;
}
li.sf-depth-2 a.is-active,
a.sf-depth-2:hover,
a.sf-depth-3:hover,
a.sf-depth-4:hover {
  background: rgb(0, 51, 102, 0.5);
  text-decoration: none;
  color: #fff;
}
#clp-whole-header-top #language-switcher-icon,
.header-top-right #language-switcher-icon {
  width: 14px;
  height: 14px;
  box-shadow: none;
  background: url(../images/globe-copy-2.svg) no-repeat center;
  color: transparent;
  cursor: pointer;
  position: relative;
  text-indent: -9999px;
}

#language-switcher-icon::after {
  content: "";
  background: url(../images/dropdown.svg) no-repeat center right;
  transform: rotate(0);
  transition: all ease 300ms;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -22px;
  top: -5px;
  z-index: -1;
}

.open-lang #language-switcher-icon::after {
  transform: rotate(180deg);
}
@media (min-width: 1001px) {
  #block-language {
    width: 30px;
    cursor: pointer;
  }
}
@media (max-width: 1000px) {
  .open-lang#language-switcher-icon::after {
    transform: rotate(180deg);
  }
}
.clp-language-switcher-block .field--item:first-child .language-switcher-main {
  width: 100%;
  float: none;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d8d8;
}
.language-switcher-main {
  width: 50%;
  float: left;
  padding-bottom: 7px;
  margin-right: 0;
  padding-top: 7px;
  min-height: 40px;
}
#block-languageswitcher:before {
  content: "";
  background: url(../images/language-arrow.png) no-repeat center right;
  width: 11px;
  height: 7px;
  position: absolute;
  right: 24px;
  top: -7px;
}
#block-languageswitcher .field--item:first-child .language-switcher-main {
  width: 100%;
  float: none;
  padding-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 8px;
}
#block-languageswitcher
  .field--name-field-language-link
  > .field--item:first-child {
  padding-right: 24px;
}
#block-languageswitcher {
  position: absolute;
  top: -11px;
  right: 0;
  padding: 14px 1px 16px 24px;
  border: 1px solid #f5f5f5;
  background: #fff;
  width: 520px;
  float: right;
  z-index: 999;
  box-shadow: 0 2px 4px 0 rgba(151, 151, 151, 0.46);
  display: none;
}
.language-switcher-main span {
  display: inline-flex;
}
.language-switcher-main span.label-text {
  font-weight: 600;
  color: #333333;
  font-size: 14px;
  padding-right: 7px;
}
.language-switcher-main span.link-text .field--item {
  display: contents;
}
.language-switcher-main span.link-text .field--item a {
  border-bottom: 1px solid #b9d9eb;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #00254b;
}
.language-switcher-main span.link-text .field--item a:hover {
  color: #ff9900;
}
/*header bottom*/
header ul li span,
div#whole-header-bottom ul.sf-menu li.sf-depth-1 a {
  /* font-size: 1vw; */
  font-size: 18px;
  line-height: 24px;
}
.header-bottom-left ul.sf-menu li:hover > ul,
.header-bottom-left ul.sf-menu li.sfHover > ul {
  left: -15px;
  top: 2.55em;
}
.header-top-middle ul.sf-menu li:hover > ul,
.header-top-middle ul.sf-menu li.sfHover > ul {
  left: -25px;
  top: 64px;
}
li.sf-depth-2 {
  padding: 0.3vw 0.5vw !important;
}
li.sf-depth-2 {
  padding: 0 !important;
}
.header-bottom-left .block-superfish ul.menu > li > span:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li
  > a.our-company-main:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li
  > a.our-science-main:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li
  > a.our-products-main:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li
  > a.our-news-main:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li.active-trail
  > a.our-company-main::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li.active-trail
  > a.our-science-main::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li.active-trail
  > a.our-products-main::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li.active-trail
  > a.our-news-main::after,
.header-bottom-left
  ul.sf-menu
  li:nth-child(1).active-trail.sf-depth-1
  .our-company-main::after,
.header-bottom-left
  ul.sf-menu
  li:nth-child(1).sf-depth-1
  a.our-company-main.is-active::after,
.header-bottom-left
  ul.sf-menu
  li:nth-child(2).sf-depth-1
  a.our-science-main.is-active::after,
.header-bottom-left
  ul.sf-menu
  li:nth-child(2).active-trail.sf-depth-1
  .our-science-main::after,
.header-bottom-left
  ul.sf-menu
  li:nth-child(3).active-trail.sf-depth-1
  .our-products-main::after,
.header-bottom-left
  ul.sf-menu
  li:nth-child(3).sf-depth-1
  a.our-products-main.is-active::after,
.header-bottom-left
  ul.sf-menu
  li:nth-child(4).active-trail.sf-depth-1
  .our-news-main::after,
.header-bottom-left
  ul.sf-menu
  li:nth-child(4).sf-depth-1
  a.our-news-main.is-active::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 3px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
}
.header-bottom-left .block-superfish ul.menu > li > span:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li
  > a.our-company-main:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li
  > a.our-science-main:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li
  > a.our-products-main:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li
  > a.our-news-main:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li.active-trail
  > a.our-company-main::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li.active-trail
  > a.our-science-main::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li.active-trail
  > a.our-products-main::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li.active-trail
  > a.our-news-main::before,
.header-bottom-left
  ul.sf-menu
  li:nth-child(1).active-trail.sf-depth-1
  .our-company-main::before,
.header-bottom-left
  ul.sf-menu
  li:nth-child(1).sf-depth-1
  a.our-company-main.is-active::before,
.header-bottom-left
  ul.sf-menu
  li:nth-child(2).sf-depth-1
  a.our-science-main.is-active::before,
.header-bottom-left
  ul.sf-menu
  li:nth-child(2).active-trail.sf-depth-1
  .our-science-main::before,
.header-bottom-left
  ul.sf-menu
  li:nth-child(3).active-trail.sf-depth-1
  .our-products-main::before,
.header-bottom-left
  ul.sf-menu
  li:nth-child(3).sf-depth-1
  a.our-products-main.is-active::before,
.header-bottom-left
  ul.sf-menu
  li:nth-child(4).active-trail.sf-depth-1
  .our-news-main::before,
.header-bottom-left
  ul.sf-menu
  li:nth-child(4).sf-depth-1
  a.our-news-main.is-active::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 3px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 3px;
}
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(1)
  > span.our-company-main:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(1)
  > a.our-company-main:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(1).active-trail
  > span.our-company-main::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(1).active-trail
  > .our-company-main::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(1).active-trail
  > a.our-company-main::before,
.header-bottom-left
  ul.sf-menu
  li:nth-child(1).sf-depth-1
  a.our-company-main.is-active::before {
  background: url(../images/blue-arrow.png) no-repeat;
}
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(2)
  > span.our-science-main:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(2)
  > a.our-science-main:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(2).active-trail
  > span.our-science-main::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(2).active-trail
  > a.our-science-main::before,
.header-bottom-left
  ul.sf-menu
  li:nth-child(2).sf-depth-1
  a.our-science-main.is-active::before {
  background: url(../images/orange-arrow.png) no-repeat;
}
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(3)
  > span.our-products-main:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(3)
  > a.our-products-main:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(3).active-trail
  > span.our-products-main::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(3).active-trail
  > a.our-products-main::before,
.header-bottom-left
  ul.sf-menu
  li:nth-child(3).sf-depth-1
  a.our-products-main.is-active::before {
  background: url(../images/green-arrow.png) no-repeat;
}
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(4)
  > span.our-news-main:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(4)
  > a.our-news-main:hover::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(4).active-trail
  > span.our-news-main::before,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(4).active-trail
  > a.our-news-main::before,
.header-bottom-left
  ul.sf-menu
  li:nth-child(4).sf-depth-1
  a.our-news-main.is-active::before {
  background: url(../images/pink-arrow.png) no-repeat;
}
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(1)
  > span:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(1).active-trail
  > span::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(1)
  > a.our-company-main:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(1).active-trail
  > .our-company-main::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(1)
  > .our-company-main:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(1).active-trail
  > a.our-company-main::after,
.header-bottom-left
  ul.sf-menu
  li:nth-child(1).sf-depth-1
  a.our-company-main.is-active::after {
  background: #0099cc;
}
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(2)
  > span.our-science-main:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(2)
  > a.our-science-main:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(2).active-trail
  > span.our-science-main::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(2).active-trail
  > a.our-science-main::after,
.header-bottom-left
  ul.sf-menu
  li:nth-child(2).sf-depth-1
  a.our-science-main.is-active::after {
  background: #ff9900;
}
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(3)
  > span.our-products-main:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(3)
  > a.our-products-main:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(3).active-trail
  > span.our-products-main::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(3).active-trail
  > a.our-products-main::after,
.header-bottom-left
  ul.sf-menu
  li:nth-child(3).sf-depth-1
  a.our-products-main.is-active::after {
  background: #6eceb2;
}
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(4)
  > span.our-news-main:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(4)
  > a.our-news-main:hover::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(4).active-trail
  > span.our-news-main::after,
.header-bottom-left
  .block-superfish
  ul.menu
  > li:nth-child(4).active-trail
  > a.our-news-main::after,
.header-bottom-left
  ul.sf-menu
  li:nth-child(4).sf-depth-1
  a.our-news-main.is-active::after {
  background: #c90287;
}
.header-bottom-left
  ul.sf-menu
  li.sf-depth-1
  ul
  li.sf-depth-2
  a.our-company.is-active,
.header-bottom-left
  ul.sf-menu
  li.sf-depth-1
  ul
  li.sf-depth-2
  a.our-company:hover {
  border-left: 2px solid #0099cc !important;
}
.header-bottom-left
  ul.sf-menu
  li.sf-depth-1
  ul
  li.sf-depth-2
  a.our-science.is-active,
.header-bottom-left
  ul.sf-menu
  li.sf-depth-1
  ul
  li.sf-depth-2
  a.our-science:hover {
  border-left: 2px solid #ff9900 !important;
}
.header-bottom-left
  ul.sf-menu
  li.sf-depth-1
  ul
  li.sf-depth-2
  a.our-products.is-active,
.header-bottom-left
  ul.sf-menu
  li.sf-depth-1
  ul
  li.sf-depth-2
  a.our-products:hover {
  border-left: 2px solid #6eceb2 !important;
}
.header-bottom-left
  ul.sf-menu
  li.sf-depth-1
  ul
  li.sf-depth-2
  a.our-news.is-active,
.header-bottom-left ul.sf-menu li.sf-depth-1 ul li.sf-depth-2 a.our-news:hover {
  border-left: 2px solid #c90287 !important;
}
.header-bottom-right .search-block-form {
  display: none;
}
.header-bottom-left
  .block-superfish
  ul.menu
  li:nth-child(1).sf-depth-1.menuparent
  ul {
  border-bottom: 3px solid #0099cc;
  width: 15.5em !important;
}
.header-bottom-left
  .block-superfish
  ul.menu
  li:nth-child(2).sf-depth-1.menuparent
  ul {
  border-bottom: 3px solid #ff9900;
  width: 13.556em !important;
}
.header-bottom-left
  .block-superfish
  ul.menu
  li:nth-child(3).sf-depth-1.menuparent
  ul {
  border-bottom: 3px solid #6eceb2;
  width: 12em !important;
}
.header-bottom-left
  .block-superfish
  ul.menu
  li:nth-child(4).sf-depth-1.menuparent
  ul {
  border-bottom: 3px solid #c90287;
  width: 16.5em !important;
}

/******/
.header-bottom-left
  .block-superfish
  ul.menu
  li:nth-child(2).sf-depth-1.menuparent
  ul,
#superfish-top-navigation .sf-depth-1:first-of-type ul,
#superfish-top-navigation .sf-depth-1:nth-of-type(5) ul {
  width: 280px !important;
}

.header-bottom-right .header-right-search,
body.search-open .header-bottom-right .header-right-search {
  background: url(../images/search.png) no-repeat bottom;
  border: 0;
  width: 25px;
  font-size: 0px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.header-bottom-right {
  height: 27px;
  padding-right: 0px;
}
body.search-open .header-bottom-right .header-right-search {
  background: url(../images/search-close.png) no-repeat bottom;
  top: 1px;
  right: 6px;
}
.alnylam__basic-search-block .search-open-btn {
  padding: 0px;
  margin-top: -1px;
}
.alnylam__basic-search-block .search-close-btn {
  margin-top: -1px;
}
.search-block-form .form-group {
  margin-bottom: 0px;
}
.header-bottom-right .block-search-form-block {
  position: absolute;
  width: 100%;
  top: -8px;
  right: 55px;
  background: #ffffff;
}
.search-block-form .input-group {
  position: relative;
  display: block;
}
#whole-header-bottom
  .header-bottom-right
  .block-views-exposed-filter-blocksearch-content-page-1 {
  display: none;
  position: absolute;
  top: 0;
  right: 8%;
}
#whole-header-bottom
  .header-bottom-right
  .block-views-exposed-filter-blocksearch-content-page-1
  input {
  width: 440px;
  font-size: 16px;
  border-radius: 0;
  height: 40px;
  color: #002855;
  letter-spacing: 0;
  font-weight: 500;
  position: absolute;
  top: -6px;
  right: -24px;
  box-shadow: none;
  padding: 6px 40px 11px 15px;
}
#whole-header-bottom
  .header-bottom-right
  .block-views-exposed-filter-blocksearch-content-page-1
  button.form-submit {
  position: absolute;
  top: -16px;
  margin-right: 0;
  right: -26px;
  font-size: 0;
  border-radius: 3px;
  border: 0;
  background-color: transparent;
  font-weight: bold;
}
.glyphicon-search:before {
  content: "";
  width: 25px;
  height: 20px;
  display: block;
  margin-top: 1px;
  background: url(../images/search.png) no-repeat;
}
#whole-header-bottom
  .header-bottom-right
  .block-views-exposed-filter-blocksearch-content-page-1
  button.form-submit
  span {
  position: absolute;
  right: 14px;
  top: 17px;
}
.search-block-form .form-control {
  border-radius: 0px !important;
  border-color: #979797;
  box-shadow: none;
  padding: 22px 55px 22px 22px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.views-exposed-form .form-control::placeholder,
.alnylam__basic-search-block .input-group input::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00254b;
}
.alnylam__basic-search-block .input-group input {
  width: 370px;
  font-weight: 500 !important;
}
.alnylam__basic-search-block .input-group button[type="submit"] {
  height: 20px;
}
.alnylam__basic-search-block .input-group button[type="submit"] {
  height: 20px;
  position: absolute;
  top: 10px;
  right: 7px;
  padding: 0px;
  font-size: 14px;
  border-radius: 0px;
  border: 0px;
  background: url(../images/search.png) no-repeat right;
  font-weight: bold;
  max-width: 24px;
  margin-right: 0px;
  text-indent: 9999px;
  overflow: hidden;
}
.alnylam__basic-search-block .input-group {
  margin-right: 2px;
  max-height: 40px !important;
}
.search-block-form .input-group .form-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 45px;
  border: 0px;
  background: url(../images/search.png) no-repeat center;
  outline: none;
  box-shadow: none;
  z-index: 999;
}
.search-block-form .input-group .form-submit::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 15px;
  width: 1px;
  height: 16px;
  background: #979797;
  border: 0px;
}
.search-block-form .input-group .glyphicon {
  display: none;
}
/**/
.view-news {
  padding-bottom: 64px;
}
.view-news .slick-initialized .slide .slide__media {
  transform: rotateY(0deg) !important;
}
.view-news .media.media--ratio {
  height: 290px;
}
.view-news .slide__description .news-box {
  box-shadow: 0 2px 4px 0 rgba(151, 151, 151, 0.46);
  padding: 23px;
  border-bottom: 8px solid #990066;
  background: #ffffff;
}
.view-news .slide__description .news-box h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #990066;
  line-height: 24px;
}
.view-news .slide__description .description-text {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 300;
  color: #333333;
  line-height: 24px;
}
.view-news .slide__description .view-article-btn a {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00254b;
  border-bottom: 1px solid #b9d9eb;
}
.view-news .slick-current.slick-active.slick-center {
  position: relative;
}
.view-news .slick-current.slick-active.slick-center img {
  width: 85%;
  height: 100% !important;
}
.view-news .slick-slide {
  opacity: 0.43;
}
.view-news .slick-slide.slick-center {
  opacity: 1;
}
.view-news .slick-slide .slide__media img {
  width: 88%;
  height: 80%;
  margin: auto;
}
.view-news .slick-current.slick-active.slick-center .slide__description {
  position: absolute;
  left: 70px;
  right: 0;
  bottom: -100px;
  margin: 3px;
  background: #ffffff;
  z-index: 9999;
}
.view-news .slick--skin--d3-back .slick-initialized .slide .slide__content {
  padding-bottom: 100px;
}
.view-news .slick__arrow {
  top: 100%;
  left: -35px;
}
.view-news .slick-arrow {
  background-size: 40px !important;
}
.view-news button.slick-prev.slick-arrow {
  left: 135px;
  background: url(../images/prev-arrow.png) no-repeat center;
}
.view-news button.slick-next.slick-arrow {
  left: 190px;
  background: url(../images/next-arrow.png) no-repeat center;
}
.view-news .slick-prev:before,
.view-news .slick-next:before {
  content: none;
}
.view-news .slick-dots li button:before {
  top: 29px;
  width: 160px;
  height: 2px;
  background: #d8d8d8;
}
.view-news .slick-dots li {
  margin: 0 70px;
}
.view-news .slick-dots li.slick-active button:before {
  background: #00254b;
  height: 3px;
}

.slick-dots {
  position: absolute;
  bottom: 8px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#block-alnylam-topnavigation-3
  ul#superfish-top-navigation
  li.sf-depth-1.menuparent:nth-child(6)
  span {
  border-left: 1px solid #b9d9eb;
  border-right: 1px solid #b9d9eb;
  margin-left: 12px;
  padding: 0 24px !important;
}

#superfish-main .menuparent:nth-child(2) ul li:nth-child(3) a,
#superfish-mobile-main-menu-accordion
  .menuparent:nth-child(2)
  ul
  li:nth-child(3)
  a {
  border-color: transparent !important;
  background-color: transparent;
}

#superfish-main .menuparent:nth-child(2) ul li:nth-child(3) a:hover,
#superfish-mobile-main-menu-accordion
  .menuparent:nth-child(2)
  ul
  li:nth-child(3)
  a:hover {
  border-color: #ff9900 !important;
  background: rgb(0, 51, 102, 0.5) !important;
}

@media (max-width: 1785px) {
  #block-alnylam-mainnavigation-2 ul li span {
    /*     padding: 11px 8px 11px 8px !important; */
    /*     margin-right: 0px; */
  }
}
@media (max-width: 1183px) {
  div#whole-header-bottom
    .header-bottom-left.col-sm-6
    #block-alnylam-mainnavigation-2
    #superfish-main
    li
    span {
    padding: 11px 8px 11px 8px !important;
    margin-right: 0;
  }
}
