/* ---------------------- */
@media only screen and (max-width: 400px) {
  .page-node-type-clp .popup-content h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  
}
@media only screen and (max-width: 1000px) {
  div#clp-whole-mobile-header {
    display: block !important;
  }
  .mobile-header-language {
    width: 37%;
    float: left;
  }
  .mobile-header-logo {
    float: right;
  }
  #clp-whole-header-top {
    display: none;
  }
  .clp-mobile-header-cta {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 5px;
  }
 
  .language-block-switcher {
    display: none;
    position: absolute;
    top: 165px;
    background: #fff;
    left: 15px;
    right: 15px;
    z-index: 1;
    padding: 10px;
    height: 508px;
    overflow: hidden;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 50%);
    overflow-y: scroll;
  }
  .sticky-header .language-block-switcher {
    top: 80px;
  }
  .clp-mobile-header-bottom {
    min-height: 45px;
  }
  .clp-mobile-header-middle #language-switcher-icon {
    width: 15px;
    box-shadow: none;
    background: url(../images/language.png) no-repeat center;
    color: transparent;
    cursor: pointer;
    position: relative;
  }
  /* clp header menu */
  ul.clp-secondary-menu {
    padding: 24px 15px;
    margin: 0px;
    padding-bottom: 30px;
  }
  .clp-mobile-header-middle {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .clp-secondary-menu li {
    list-style: none;
    display: inline-block;
    width: 49%;
  }
  .clp-secondary-menu li a {
    color: #fff;
    font-size: 11px;
    padding: 0 20px !important;
  }
  .clp-mobile-header-top .mobile-header-menu {
    background: #00254b;
    overflow: hidden;
    min-height: 100px;
  }
  .clp-top-bar-mobile {
    width: 32px;
    height: 32px;
    background: url(../images/navigation-global-caret-down.png) no-repeat center;
    position: absolute;
    display: block;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .clp-mobile-header-top {
    background: #00254b;
    margin-top: -72px;
    transition: 0.2s all;
    margin-bottom: 12px;
  }
  .clp-mobile-header-top.menu-expand {
    margin-top: 0;
  }
  .clp-mobile-header-top.menu-expand .clp-top-bar-mobile {
    background: url(../images/navigation-global-caret-up.png) no-repeat center;
    background-size: 100%;
  }
  /* clp banner overlay */
  #clp-banner-overlay .banner-text-wrapper {
    width: 100% !important;
    padding: 20px 45px;
    margin-top: 0px !important;
  }
  /* clp banner text */
  .mobile-upper-text {
    display: block;
    padding: 0 15px;
  }
  #simple-banner-with-text-wrapper .text-wrapper .upper-text {
    display: none;
  }
  #simple-banner-with-text-wrapper {
    height: 200px;
  }
  #simple-banner-with-text-wrapper {
    background-size: 100% !important;
    height: auto;
    padding: 20% 0;
  }
  #simple-banner-with-text-wrapper .text-wrapper {
    width: 100% !important;
  }
  #simple-banner-with-text-wrapper .text-wrapper .upper-text {
    top: 65%;
    left: 0;
    padding: 0 10px;
  }
  #simple-banner-with-text-wrapper h2 {
    color: #003366;
    font-size: 22px;
    padding-top: 20px;
  }
  #simple-banner-with-text-wrapper h1 {
    color: #003366;
    font-size: 35px;
  }
  #simple-banner-with-text-wrapper .quote {
    width: 100% !important;
    bottom: 0;
  }
  #simple-banner-with-text-wrapper p {
    color: #003366;
    line-height: 1.3em;
  }

  /* clp-full-bleed-bg */
  #clp-full-bleed-bg {
    padding: 0 10px;
  }
  #clp-full-bleed-bg .text-wrapper {
    width: 100% !important;
    margin: 65px auto !important;
    padding: 8px 8px 20px;
  }
  #clp-full-bleed-bg .text-wrapper h1 {
    font-size: 30px;
  }
  #clp-full-bleed-bg .text-wrapper p a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #ff9900;
  }
  /* clp-html-content-background css */
  .paragraph-id--1181 #clp-html-content-background .content-wrapper {
    text-align: left;
    padding: 20px 10px;
  }
  .paragraph-id--1181
    #clp-html-content-background
    .content-wrapper
    .clp-html-background-desc
    h3 {
    font-size: 16px;
    line-height: 1;
    margin-top: 15px;
  }
  #clp-html-content-background .content-wrapper {
    width: 100% !important;
    text-align: center;
    padding: 40px 10px;
    font-size: 16px;
  }
  /*Alnylam by the Numbers */
  #clp-banner-overlay .slick-list.draggable {
    padding: 0 40px !important;
  }
  .counter-box .row .col-sm-2 h1 {
    margin-bottom: 50px;
    text-align: center;
  }
  p.count-text {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    color: #1a3a67;
    padding-bottom: 10px;
  }
  #clp-banner-overlay ul.slick-dots {
    bottom: 0px !important;
  }
  #clp-banner-overlay ul.slick-dots li {
    margin: 0 10px;
  }
  #clp-banner-overlay ul.slick-dots li button:before {
    font-size: 38px;
    font-weight: bold;
    text-shadow: 0px 1px 2px #999999;
    content: "_";
    text-align: center;
    opacity: 1;
    color: #999999;
  }
  #clp-banner-overlay ul.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ff9900;
  }
  .margin-top-24px {
    font-size: 14px;
    margin-top: 50px !important;
    margin-bottom: 30px !important;
  }
  /* clp-left-img-text */
  #clp-left-img-text {
    padding: 30px 0;
  }
  #clp-left-img-text .img-text-wrapper {
    width: 100% !important;
  }

  #clp-left-img-text .img-text-wrapper .img-box {
    width: 100%;
    margin-right: 0%;
    float: unset;
  }
  #clp-left-img-text .img-text-wrapper .text-box {
    width: 100%;
    float: unset;
    padding: 10px;
  }
  #clp-left-img-text .img-text-wrapper .text-box p a {
    font-size: 18px;
  }
  /* CTA section */
  .whole-clp-callout-h1-cta--component {
    padding: 40px 2px;
  }
  .clp-callout-h1-cta--component {
    width: 100% !important;
    display: unset;
  }
  .clp-callout-h1-cta-content.col-sm-7 {
    width: 100%;
  }
  .clp-callout-h1-cta-link.col-sm-5 {
    width: 100%;
  }
  .whole-clp-callout-h1-cta--component h1.clp-title-text {
    font-size: 35px;
  }
  .whole-clp-callout-h1-cta--component h2.clp-title-text {
    font-size: 35px;
  }
  .clp-callout-h1-cta-short-description p {
    margin: 0 0 35px 0;
    font-size: 15px;
  }
  .whole-clp-callout-h1-cta--component .clp-callout-h1-cta-link p a {
    font-size: 16px;
    padding: 15px 10px;
    margin-bottom: 10px;
    float: unset;
    display: block;
    text-align: center;
  }

  /* clp footer section */
  #clp-whole-footer-bottom {
    padding: 10px 15px;
  }
  .footer-bottom-left-area nav {
    line-height: 18px;
  }
  .clp-footer-bottom .row {
    display: block;
  }
  #clp-whole-footer-bottom .footer-bottom-left-area {
    text-align: center;
    border-bottom: 1px solid #ffffff;
  }
  .footer-bottom-left-area .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px 0;
  }
  .footer-bottom-right-area.col-sm-6 {
    padding: 0;
  }
  .region.region-cpl-footer-bottom-right {
    text-align: center;
  }
  /* clp-2-column-video-text section */
  #clp-2-column-video-text {
    width: 100% !important;
    padding: 48px 66px;
  }
  #clp-2-column-video-text .text {
    width: 100%;
    padding: 0;
  }
  #clp-2-column-video-text .video {
    width: 100%;
    float: unset;
  }
  #clp-2-column-video-text #clp-video-description-thubmnail {
    margin-left: 0;
    width: 100%;
  }
  /* clp-3-column-video-text section */
  #clp-3-column-video-text {
    width: 100% !important;
    padding: 48px 66px;
  }
  #clp-3-column-video-text .text {
    width: 100%;
    padding: 0;
  }
  #clp-3-column-video-text .text p {
    padding: 10px 0 2px 0;
  }
  #clp-video-description-thubmnail {
    width: 100%;
  }
  #clp-video-description-thubmnail .video-content .image-box {
    padding-top: 30px;
  }
  #clp-video-description-thubmnail
    .video-content
    .three-column-video-play-button
    img {
    top: 50%;
    left: 40%;
  }
  #clp-3-column-video-text .video {
    width: 100%;
    float: unset;
  }
  /* whole-full-with-video-area */
  section.whole-full-with-video-area {
    padding: 21% 0;
    height: auto !important;
  }
  .full-width-video-title img {
    top: 60%;
    height: 35px;
  }
  .full-width-video-title h2 {
    top: 16%;
    left: 50%;
    font-size: 32px;
    text-align: center;
    line-height: 1;
    transform: translate(-50%, -50%);
  }
  /* popup content */
  .popup-content {
    padding: 30px !important;
  }
  .popup-content h1 {
    font-size: 27px;
    line-height: 27px;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0;
    text-align: center;
  }
  .popup-content h4 {
    font-size: 21px;
    line-height: 28px;
    text-align: center;
  }
  .page-node-type-clp .whole-full-with-video-area {
    padding: 0;
    height: 550px !important;
    background-position-x: 50% !important;
    background-size: cover !important;
    background-attachment: unset !important;
  }
  .page-node-type-clp  .full-width-video-title img{
    height:65px !important;
  }
}
