/*Page Banner CSS*/
section.sub-page-banner.bg-img::before{
  /* content: ' '; */
  /* position: absolute;
  background: linear-gradient(90.21deg, rgb(4 19 96 / 80%) 36%, rgb(4 19 96 / 80%) 36%, rgb(4 19 96 / 70%) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-blend-mode: multiply; */
}

section.sub-page-banner .container.content-sec{
  position: relative;
  z-index: 2;
}

section.sub-page-banner.bg-img::after{
  /* content: " "; */
  position: absolute;
  background-image: url('/wp-content/themes/ipsen-main/dist/images/page-banner-graphic.png');
  width: 100%;
  height: 100%;
  top: 0px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
section.sub-page-banner.bg-img::before{
  content: none !important;
}
section.sub-page-banner::before{
  content: " ";
  position: absolute;
  /* background: linear-gradient(90.21deg, #00011d 30%, #000E56 50%, #061F80 100%); */
  /* background: linear-gradient(90.21deg, #000E56 50%, #061F80 100%); */
  background: linear-gradient(90.21deg, #01044e 30%, #000E56 50%, #061F80 100%);
  width: 100%;
  height: 100%;
  top: 0px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.sub-page-banner p{
  color:#fff;
  font-family: 'RethinkSans-Regular';
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
}
li.breadcrumb-item a{
  color: #EDEBE4 !important;
  font-weight: 600;
  font-family: 'RethinkSans-SemiBold';
  font-size: 16px;
  line-height: 20px;
}
/* li.breadcrumb-item a, */
li.breadcrumb-item a:hover,
li.breadcrumb-item a:active,
li.breadcrumb-item a:focus{
  color: #6EC4FF !important;
}
li.breadcrumb-item a:hover, 
li.breadcrumb-item a:focus{
  text-decoration: underline;
  text-underline-offset: 5px;
  position:relative;
  top:-10%;
  transition:transform ease-in .5s;
}
li.breadcrumb-item.active,
li.breadcrumb-item.active:hover,
li.breadcrumb-item.active:active,
li.breadcrumb-item.active:focus {
    color: #FFF;
}
.breadcrumb-item+.breadcrumb-item::before{
  color:#FFFFFF;
}
.breadcrumb{
  align-items: center;
}
li.breadcrumb-item{
  line-height: 24px;
}
li.breadcrumb-item.active a,
li.breadcrumb-item.active{
  font-family: 'RethinkSans-Regular' !important;
}
li.breadcrumb-item.active:last-child a {
  pointer-events: none;
  color: #EDEBE4 !important;
}

/* Large desktop design */
  @media only screen and (min-width: 1600px){
  .sub-page-banner{
    padding:52px 0;
    background-size: cover;
    position: relative;
    min-height: inherit;
    width:100%;
    margin-bottom:100px;
    overflow:hidden;
    background-position: center;
  }
  .sub-page-banner h1{
    padding: 44px 0 0;
    color: #fff;
    font-family: 'Rethinksans-bold';
    font-weight: 700;
  }
  .sub-page-banner p{
    font-family: 'RethinkSans-Regular';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color:#fff;
    margin-bottom: 0px;
  }
  li.breadcrumb-item a, 
  li.breadcrumb-item.active{
    font-family: 'RethinkSans-SemiBold';
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #EDEBE4 !important;
  }
  .sub-page-banner ol.breadcrumb{
    margin-bottom:0;
  }
  }

/* Small desktop design */
  @media only screen and (min-width: 1200px) and (max-width: 1599px){
  .sub-page-banner{
    background-size: cover;
    position: relative;
    max-height: inherit;
    width:100%;
    margin-bottom:100px;
    margin-bottom:70px;
    padding: 25px 0;
    overflow:hidden;
    background-position: center;
  }
  .sub-page-banner h1{
    padding: 44px 0 0;
    color: #fff;
    font-family: 'Rethinksans-bold';
    font-weight: 700;
  }
  .sub-page-banner p{
    font-family: 'RethinkSans-Regular';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color:#fff;
  }
  li.breadcrumb-item a, 
  li.breadcrumb-item.active{
    font-family: 'RethinkSans-SemiBold';
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #EDEBE4;
  }
  
  }

/* Tablet landscape design */
  @media only screen and (min-width: 992px) and (max-width: 1199px){
  .sub-page-banner{
    background-size: cover;
    position: relative;
    max-height: inherit;
    width:100%;
    margin-bottom:100px;
    margin-bottom:70px;
    padding: 25px 0;
    overflow:hidden;
    background-position: center;
  }
  .sub-page-banner h1{
    padding: 44px 0 0;
    color: #fff;
    font-family: 'Rethinksans-bold';
    font-weight: 700;
  }
  .sub-page-banner p{
    font-family: 'RethinkSans-Regular';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color:#fff;
  }
  li.breadcrumb-item a, li.breadcrumb-item.active{
    font-family: 'RethinkSans-SemiBold';
    font-size: 16px;
    line-height: 20px;
  }
  
  }

/* Tablet portrait design */
  @media only screen and (min-width: 768px) and (max-width: 991px){
  .sub-page-banner{
    background-size: cover;
    position: relative;
    margin-bottom:70px;
    max-height: inherit;
    width:100%;
    padding: 25px 0;
    overflow:hidden;
    background-position: center;
  }
  .sub-page-banner h1{
    padding: 35px 0 0 0;
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    font-family: 'Rethinksans-bold';
    font-weight: 700;
  }
  .sub-page-banner p{
    font-family: 'RethinkSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color:#fff;
  }
  li.breadcrumb-item a, li.breadcrumb-item.active{
    font-family: 'RethinkSans-SemiBold';
    font-size: 13px;
    line-height: 16px;
  }
  
  section.sub-page-banner.bg-img::after{
    /* content: " "; */
    position: absolute;
    background-image: url('/wp-content/themes/ipsen-main/dist/images/page-banner-graphic.png');
    width: 100%;
    height: 100%;
    top: 0px;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    left: 120px;
  }
  }

/* Mobile design */
  @media only screen and (min-width: 360px) and (max-width: 767px){
  .sub-page-banner{
    background-size: cover;
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    padding: 25px 0;
    overflow: hidden;
    background-position: center;
    /* content: " "; 
    background-image: url('/wp-content/themes/ipsen-main/dist/images/03-3_Sciences-Neuroscience_Module-Banner-1_375x165.jpg') !important; */
  }
  .sub-page-banner h1{
    color:#ffffff;
    margin-top: 22px;
    font-family: 'Rethinksans-bold';
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
  }
  .sub-page-banner p{
    font-family: 'RethinkSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color:#fff;
  }
  li.breadcrumb-item a, li.breadcrumb-item.active,li.breadcrumb-item{
    font-family: 'RethinkSans-SemiBold';
    font-size: 14px;
  }
  section.sub-page-banner.bg-img::after {
    display:none;
  }
  .content-sec p.visible{
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    margin-bottom: 2px;
  }
  }


/* Breadcrumb */

.sub-page-banner .breadcrumb-item.active a.link-pointer-events-none,
.breadcrumb-item.active a.link-pointer-events-none{
  pointer-events: none;
}

/* section.sub-page-banner .container.content-sec p{
  margin-bottom: 1.5rem;
} */