@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;800&display=swap");
body {
  background-color: #FFFFFF;
  font-size: 1rem;
  color: #333333;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-family: "helveticaneuebold";
  font-size: 2.7rem;
}

/* h2 {
    font-family: 'helveticaneuebold';
} */
h3 {
  font-family: "helveticaneuebold";
}

h4 {
  font-size: 1.4rem;
}

@font-face {
  font-family: "helveticaneuebold";
  src: url("../../assets/fonts/helveticaneue_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "merriweatherbold";
  src: url("../../assets/fonts/merriweather.bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "merriweatherregular";
  src: url("../../assets/fonts/merriweather.regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.hand {
  cursor: pointer;
}

.text-blue {
  color: #00889b !important;
}

.bg-blue {
  background-color: #00889b;
}

.brand-link {
  font-weight: bold;
  color: #00889b;
  font-size: 0.9rem;
}
.brand-link:hover {
  color: #00b5ce;
}

.blue-link {
  text-decoration: underline;
  font-weight: 600;
}
.blue-link:hover {
  text-decoration: none;
}

.event-link {
  font-weight: bold;
  color: #333333;
  text-decoration: underline;
}
.event-link:hover {
  text-decoration: none;
  color: #00889b;
}

.link {
  color: #333333;
  text-decoration: none;
}
.link:hover {
  text-decoration: none;
  color: #333333;
}

.link-pipeline {
  color: #333333;
  text-decoration: none;
}
.link-pipeline:hover {
  text-decoration: underline;
  color: #00889b;
}

.copy-text {
  color: #333333;
}

.semi-bold {
  font-weight: 600;
}

.navbar-bran {
  max-width: 170px;
  padding-bottom: 5px;
}
@media (max-width: 600px) {
  .navbar-bran {
    max-width: 150px;
  }
}
@media only screen and (device-width: 280px) {
  .navbar-bran {
    max-width: 110px;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.nav-link {
  padding: 1rem 1rem;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  border-bottom: solid 3px #00889b !important;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
}

.navbar-light .navbar-toggler {
  border: 0;
  outline: 0;
}

.navbar-collapse {
  padding: 0;
}

/* .navbar-light .navbar-nav .nav-link:hover{
    color: $primary;
} */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
nav {
  padding: 0.5rem 0 0 0 !important;
  margin-bottom: 3px;
}
nav .dropdown-item {
  padding: 0.5rem 1.5rem;
  margin: 0;
}
nav .dropdown-item.dropdown-item-nolink {
  padding-bottom: 0;
  cursor: default;
}
nav .dropdown-item.dropdown-subitem {
  padding-left: 30px;
}
nav .dropdown-toggle::after {
  color: #c5ced0;
}
nav .dropdown-menu {
  border-radius: 0;
  border-top: solid 3px #00889b;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 0 !important;
}
nav .dropdown-item:focus, nav .dropdown-item:hover {
  background-color: #00889b;
  color: white;
}
nav .dropdown-item:focus .sub-item, nav .dropdown-item:hover .sub-item {
  color: #FFFFFF !important;
}
nav .dropdown-item:focus.dropdown-item-nolink, nav .dropdown-item:hover.dropdown-item-nolink {
  background-color: #FFFFFF;
  color: #212529 !important;
}

.hero-section {
  border-top: solid 8px #11879d;
  padding-bottom: 70px;
  background: url(../../assets/images/index-hero.jpg) #cae5f3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
@media (max-width: 1368px) {
  .hero-section {
    background: url(../../assets/images/index-hero-m.jpg) #d5edf9;
    background-size: cover;
    background-position: center top;
  }
}
@media (max-width: 800px) {
  .hero-section .mob-hide {
    display: none;
  }
}
.hero-section p {
  max-width: 530px;
}
.hero-section .about-us_link {
  height: 24px;
  background-image: url("../../assets/images/icons/i-icon.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 36px;
}
@media (max-width: 550px) {
  .hero-section .about-us_link {
    height: 23px;
    padding-left: 30px;
  }
}
.hero-section .mission-links .mission-a {
  height: 27px;
  display: inline-block;
}
@media (max-width: 550px) {
  .hero-section .mission-links .mission-a {
    height: 23px;
  }
}
.hero-section .mission-links .vision-a {
  height: 27px;
  background-image: url("../../assets/images/icons/vision-icon.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 35px;
  display: inline-block;
}
@media (max-width: 550px) {
  .hero-section .mission-links .vision-a {
    height: 21px;
    padding-left: 25px;
    margin-bottom: 5px;
  }
}
.hero-section .mission-links .values-a {
  height: 27px;
  background-image: url("../../assets/images/icons/values-icon.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 35px;
  display: inline-block;
}
@media (max-width: 550px) {
  .hero-section .mission-links .values-a {
    height: 23px;
    padding-left: 27px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1100px) {
  .hero-section p {
    font-size: 1rem;
  }
}
@media (max-width: 670px) {
  .hero-section {
    padding-bottom: 20px !important;
    padding-top: 10px;
  }
  .hero-section p {
    margin-bottom: 0.4rem;
  }
  .hero-section h1 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 740px) {
  .hero-section {
    padding-bottom: 50px;
  }
}
.hero-section h1 {
  margin-top: 140px;
}
@media only screen and (device-width: 540px) {
  .hero-section h1 {
    margin-top: 50px !important;
  }
}
@media (max-width: 550px) {
  .hero-section h1 {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .hero-section h1 {
    margin-top: 60px;
    font-size: 2.2rem;
  }
}
@media (max-width: 550px) {
  .hero-section h2 {
    font-size: 1.2rem;
  }
  .hero-section p {
    font-size: 0.8rem;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .hero-section h2 {
    font-size: 1.7rem;
  }
  .hero-section a.link-learnmore {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 360px) and (min-width: 300px) {
  .hero-section h1 {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .hero-section h2 {
    font-size: 1rem;
  }
  .hero-section p {
    font-size: 0.8rem;
    line-height: 14px;
    margin-bottom: 2px;
  }
  .hero-section a.link-learnmore {
    font-size: 1rem;
  }
}
@media only screen and (device-width: 280px) {
  .hero-section h1 {
    margin-top: 5px !important;
    font-size: 1rem;
    margin-bottom: 2px;
  }
  .hero-section h2 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .hero-section p {
    font-size: 0.55rem;
    line-height: 14px;
    margin-bottom: 2px;
  }
}
.hero-section a.link-learnmore {
  color: #00889b;
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 550px) {
  .hero-section a.link-learnmore {
    margin-top: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 1180px) {
  .hero-section .mob-none {
    display: none;
  }
}

.news-icon {
  padding-left: 60px;
  background-image: url("../../assets/images/icons/news-icon.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 47px;
}
@media (max-width: 900px) {
  .news-icon {
    padding-top: 0px;
  }
}

.mission-statements .card {
  border-top: solid 15px #00889b !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mission-statements .card p {
  font-size: 0.8rem;
}
.mission-statements .card .card-title {
  font-weight: bold;
  height: 40px;
  padding-top: 9px;
  padding-left: 48px;
  margin-top: 10px;
  background-image: url("../../assets/images/mission-icon.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
.mission-statements .card .card-title.vision {
  height: 37px;
  background-image: url("../../assets/images/vision-icon.png");
}
.mission-statements .card .card-title.values {
  background-image: url("../../assets/images/values-icon.png");
}

.title-underline {
  height: 6px;
  background: rgb(255, 255, 255);
  background: linear-gradient(86deg, rgb(255, 255, 255) 11%, rgb(107, 183, 196) 35%, rgb(107, 183, 196) 73%, rgb(255, 255, 255) 89%);
}

.product-section .product-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
.product-section .product-icon img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-section .btn {
  background: #fff;
  border-radius: 0;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 0.8rem;
}

.footer {
  font-size: 0.8rem;
  color: #707070;
}
.footer.top-border {
  border-top: solid 1px #707070;
}
.footer .footer-underline {
  height: 6px;
  background: rgb(255, 255, 255);
  background: linear-gradient(86deg, rgb(255, 255, 255) 0%, rgb(107, 183, 196) 35%, rgb(107, 183, 196) 73%, rgb(255, 255, 255) 100%);
}
.footer .footer-logo {
  width: 170px;
}
.footer a {
  color: #707070;
}
.footer a:hover {
  color: #00889b;
}
.footer a.active {
  font-weight: 700;
}
.footer ul {
  margin-left: 0;
  padding-left: 0;
}
.footer ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.footer .quick-links {
  font-size: 1.25rem;
}

.whoweare-hero {
  border-top: solid 8px #11879d;
  background: url(../../assets/images/who-we-are.png) #00889b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.whoweare-hero.leadership {
  background: url(../../assets/images/leadership-hero.jpg) #00889b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.whoweare-hero.board-of-directors {
  background: url(../../assets/images/board-of-directors.jpg) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.whoweare-hero.mission-vission-values {
  background: url(../../assets/images/mission-vission-values.jpg) #00798d;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.whoweare-hero.diversity-and-inclusion {
  background: url(../../assets/images/diversity-and-inclusion.jpg) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.whoweare-hero.advocacy-hero {
  background: url(../../assets/images/advocacy-hero.jpg) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.whoweare-hero.pipeline-hero {
  background: url(../../assets/images/pipeline-hero.jpg) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.whoweare-hero.gerd-ee-and-nerd-hero {
  background: url(../../assets/images/gerd-ee-and-nerd-hero.jpg) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.whoweare-hero.crc-screening-and-colonoscopy-hero {
  background: url(../../assets/images/crc-screening-and-colonoscopy-hero.jpg) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.whoweare-hero.long-acting-reversible-contraception-hero {
  background: url(../../assets/images/long-acting-reversible-contraception-hero.jpg) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.whoweare-hero.news-and-events-hero {
  background: url(../../assets/images/news-and-events-hero.jpg) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.whoweare-hero.presentations-hero {
  background: url(../../assets/images/presentations-hero.jpg) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.whoweare-hero.business-development-hero {
  background: url(../../assets/images/business-development-hero.jpg) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .whoweare-hero {
    /* padding-bottom: 200px;
    padding-top: 200px;  */
    padding-bottom: 185px;
    padding-top: 185px;
  }
  .whoweare-hero.threeline-hero {
    padding-bottom: 135px !important;
    padding-top: 135px !important;
  }
  .whoweare-hero.fourline-hero {
    padding-bottom: 110px !important;
    padding-top: 110px !important;
  }
  .whoweare-hero.mission-vission-values {
    padding-bottom: 160px !important;
    padding-top: 160px !important;
  }
  .whoweare-hero.diversity-and-inclusion {
    padding-bottom: 163px !important;
    padding-top: 163px !important;
  }
  .whoweare-hero.news-and-events-hero {
    padding-bottom: 162px !important;
    padding-top: 162px !important;
  }
  .whoweare-hero.business-development-hero {
    padding-bottom: 156px !important;
    padding-top: 156px !important;
  }
  .whoweare-hero.board-of-directors {
    padding-bottom: 163px;
    padding-top: 163px;
  }
}
@media only screen and (device-width: 280px) {
  .whoweare-hero {
    padding-bottom: 28px !important;
    padding-top: 28px !important;
  }
  .whoweare-hero h1.fourline-title {
    font-size: 0.65rem !important;
  }
  .whoweare-hero h1.threeline-title {
    font-size: 1rem;
  }
  .whoweare-hero.threeline-hero {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .whoweare-hero.mission-vission-values {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .whoweare-hero.mission-vission-values h1 {
    font-size: 1rem;
  }
}
@media (max-width: 550px) {
  .whoweare-hero {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .whoweare-hero.mission-vission-values {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .whoweare-hero.fourline-hero {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .whoweare-hero.threeline-hero {
    padding-bottom: 33px;
    padding-top: 33px;
  }
  .whoweare-hero h1 {
    font-size: 1.3rem;
  }
  .whoweare-hero h1.fourline-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 917px) and (min-width: 550px) {
  .whoweare-hero {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .whoweare-hero.mission-vission-values {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .whoweare-hero.mission-vission-values h1 {
    font-size: 1.8rem;
  }
  .whoweare-hero.fourline-hero {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 690px) and (min-width: 600px) {
  .whoweare-hero {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .whoweare-hero.mission-vission-values {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1180px) and (min-width: 950px) {
  .whoweare-hero {
    padding-bottom: 130px;
    padding-top: 130px;
  }
  .whoweare-hero.fourline-hero {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
  }
  .whoweare-hero.mission-vission-values {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 1180px) and (min-width: 550px) {
  .whoweare-hero h1.threeline-title {
    font-size: 2.1rem;
  }
  .whoweare-hero h1.fourline-title {
    font-size: 1.6rem;
  }
}

.hero-bg {
  padding: 70px 0;
  background-color: #00889b;
}
@media (max-width: 600px) {
  .hero-bg {
    padding: 50px 0;
  }
  .hero-bg h1 {
    font-size: 1.4rem;
  }
}

.integervitae-hero {
  border-top: solid 8px #11879d;
  padding-bottom: 160px;
  padding-top: 160px;
  background: url(../../assets/images/bli-2800novel-colonoscopy-prep-hero.jpg) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.integervitae-hero.bli2800-hero {
  padding-bottom: 40px;
  padding-top: 40px;
}
.integervitae-hero.tegoprazan-gerd-and-nerd-hero {
  border-top: solid 8px #11879d !important;
  padding-bottom: 171px;
  padding-top: 171px;
  background: url(../../assets/images/tegoprazan-gerd-and-nerd-hero.jpg) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 950px) {
  .integervitae-hero.tegoprazan-gerd-and-nerd-hero {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .integervitae-hero.tegoprazan-gerd-and-nerd-hero h1 {
    font-size: 2rem;
  }
  .integervitae-hero.tegoprazan-gerd-and-nerd-hero .subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 550px) {
  .integervitae-hero.tegoprazan-gerd-and-nerd-hero {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.integervitae-hero.copper-175mm-iud {
  border-top: solid 8px #11879d !important;
  background: url(../../assets/images/copper-175-mm-iud.png) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (device-width: 280px) {
  .integervitae-hero.copper-175mm-iud {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .integervitae-hero.copper-175mm-iud h1 {
    font-size: 1.1rem !important;
  }
  .integervitae-hero.copper-175mm-iud h1 div {
    width: 150px !important;
    float: none !important;
    text-align: left !important;
  }
  .integervitae-hero.copper-175mm-iud .subtitle {
    font-size: 0.7rem !important;
  }
}
@media screen and (max-width: 1120px) and (min-width: 1024px) {
  .integervitae-hero.copper-175mm-iud {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 950px) {
  .integervitae-hero.copper-175mm-iud {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .integervitae-hero.copper-175mm-iud h1 {
    font-size: 1.8rem;
  }
  .integervitae-hero.copper-175mm-iud .subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 550px) {
  .integervitae-hero.copper-175mm-iud {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .integervitae-hero.copper-175mm-iud h1 {
    font-size: 1.5rem;
  }
  .integervitae-hero.copper-175mm-iud h1 div {
    width: 200px;
    float: none !important;
    text-align: left !important;
  }
  .integervitae-hero.copper-175mm-iud h1 .subtitle {
    font-size: 0.9rem;
  }
}
.integervitae-hero.miudella-banner {
  border-top: solid 8px #11879d !important;
  background: url(../../assets/images/miudella-banner-img.png) #00879b;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (device-width: 280px) {
  .integervitae-hero.miudella-banner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .integervitae-hero.miudella-banner h1 {
    font-size: 1.1rem !important;
  }
  .integervitae-hero.miudella-banner h1 div {
    width: 150px !important;
    float: none !important;
    text-align: left !important;
  }
  .integervitae-hero.miudella-banner .subtitle {
    font-size: 0.7rem !important;
  }
}
@media screen and (max-width: 1120px) and (min-width: 1024px) {
  .integervitae-hero.miudella-banner {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 950px) {
  .integervitae-hero.miudella-banner {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .integervitae-hero.miudella-banner h1 {
    font-size: 1.8rem;
  }
  .integervitae-hero.miudella-banner .subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 550px) {
  .integervitae-hero.miudella-banner {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .integervitae-hero.miudella-banner h1 {
    font-size: 1.5rem;
  }
  .integervitae-hero.miudella-banner h1 div {
    width: 200px;
    float: none !important;
    text-align: left !important;
  }
  .integervitae-hero.miudella-banner h1 .subtitle {
    font-size: 0.9rem;
  }
}
.integervitae-hero.sebela-IUD-52mm {
  border-top: solid 8px #11879d !important;
  background: url(../../assets/images/sebela-IUD-52mm.jpg) #00879b;
  padding-bottom: 175px;
  padding-top: 175px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (device-width: 280px) {
  .integervitae-hero.sebela-IUD-52mm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .integervitae-hero.sebela-IUD-52mm h1 {
    font-size: 1rem !important;
  }
  .integervitae-hero.sebela-IUD-52mm h1 div {
    width: 150px !important;
    float: none !important;
    text-align: left !important;
  }
  .integervitae-hero.sebela-IUD-52mm .subtitle {
    font-size: 0.6rem !important;
  }
}
@media screen and (max-width: 1120px) and (min-width: 1024px) {
  .integervitae-hero.sebela-IUD-52mm {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 950px) {
  .integervitae-hero.sebela-IUD-52mm {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .integervitae-hero.sebela-IUD-52mm h1 {
    font-size: 1.3rem;
  }
  .integervitae-hero.sebela-IUD-52mm h1 div {
    width: 320px;
  }
  .integervitae-hero.sebela-IUD-52mm .subtitle {
    font-size: 0.8rem;
  }
}
@media (max-width: 550px) {
  .integervitae-hero.sebela-IUD-52mm {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .integervitae-hero.sebela-IUD-52mm h1 {
    font-size: 1.3rem;
  }
  .integervitae-hero.sebela-IUD-52mm h1 div {
    width: 200px;
    float: none !important;
    text-align: left !important;
  }
  .integervitae-hero.sebela-IUD-52mm h1 .subtitle {
    font-size: 0.8rem;
  }
}
.integervitae-hero .subtitle {
  font-size: 1.5rem;
}
.integervitae-hero .bluecontent-box {
  max-width: 400px;
  min-width: 400px;
  font-size: 0.9rem;
}
.integervitae-hero .bluecontent-box h5 {
  line-height: 2rem;
  font-weight: 600;
}
@media (max-width: 480px) {
  .integervitae-hero .bluecontent-box {
    min-width: 100%;
  }
}
.integervitae-hero .bluecontent-box2 {
  max-width: 470px;
  font-size: 0.9rem;
}
@media only screen and (device-width: 280px) {
  .integervitae-hero {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .integervitae-hero h1 {
    font-size: 1.5rem !important;
  }
  .integervitae-hero .subtitle {
    font-size: 1rem !important;
  }
}
@media (max-width: 950px) {
  .integervitae-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .integervitae-hero .bluecontent-box {
    font-size: 0.8rem;
  }
  .integervitae-hero h1 {
    font-size: 2rem;
  }
  .integervitae-hero .subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 550px) {
  .integervitae-hero {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .integervitae-hero .bluecontent-box {
    max-width: 100%;
  }
}
@media screen and (max-width: 1120px) and (min-width: 1024px) {
  .integervitae-hero {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.whoweare-sebelalogo {
  max-width: 185px;
}
@media (max-width: 670px) {
  .whoweare-sebelalogo {
    max-width: 175px;
  }
}

.whoweare-bluebox-text {
  font-family: "merriweatherregular";
  font-size: 1.7rem;
  line-height: 2.5rem;
}
@media (max-width: 670px) {
  .whoweare-bluebox-text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

@media (max-width: 1180px) {
  .mob-none {
    display: none;
  }
}
.committee a {
  text-align: none;
  color: #333333;
}
.committee a:hover {
  text-decoration: none;
}
.committee .card {
  border-color: white;
  transition: 0.2s;
}
.committee .card:hover {
  border-color: rgba(0, 0, 0, 0.125);
  box-shadow: 0px 1px 23px 0px rgba(0, 0, 0, 0.22);
}
.committee .card p {
  font-size: 0.8rem;
}
.committee .card h5 {
  font-size: 1.11rem;
}
.committee .card .committee-thumb {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 950px) and (min-width: 750px) {
  .committee .card .committee-thumb.bod-thumb {
    width: 120px;
    height: 120px;
  }
}
.committee .card .committee-thumb img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s all ease-in-out;
}
.committee .card:hover img {
  transform: scale(1.11);
}

.backTo {
  color: #2899ab;
}
.backTo:hover {
  text-decoration: none;
  color: #1e7482;
}

.job-search {
  border-color: #707070 !important;
  font-size: 80%;
}
.job-search .iframe {
  /* scrollbar */
}
.job-search .iframe ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.job-search .iframe ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.job-search .iframe ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.job-search .iframe ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
.job-search .department {
  position: relative;
}
.job-search .department::after {
  content: "";
  position: absolute;
  left: 46%;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #00889b;
  clear: both;
}
.job-search .location {
  position: relative;
  padding-right: 15px;
}
.job-search .location::after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  clear: both;
}
.job-search .paycor-logo {
  width: 120px;
  margin: 0 auto;
}

.btn-primary {
  background-color: #00889b !important;
  border: #00889b !important;
}
.btn-primary:hover {
  background-color: #005b68 !important;
}
.btn-primary.partner-withus {
  color: white !important;
}

.btn-outline-secondary {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #00889b;
  border-color: #00889b;
  border-width: 2px;
  font-weight: bold;
  font-size: 0.9rem;
}
@media (min-width: 740px) {
  .btn-outline-secondary {
    min-width: 370px;
  }
}
@media (max-width: 540px) {
  .btn-outline-secondary {
    min-width: 90%;
  }
}
.btn-outline-secondary.btn-secondary-a {
  color: #00889b !important;
}
.btn-outline-secondary.btn-secondary-a:hover {
  color: #fff !important;
}
.btn-outline-secondary:hover {
  background-color: #00889b !important;
  border-color: #00889b !important;
}
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 155, 0.5) !important;
}

.contact-form .form-control {
  border-radius: 0;
  border-color: #707070;
}
.contact-form .btn-primary {
  border-radius: 0;
  min-width: 170px;
}

.contact-address {
  background-color: #00889b;
}
.contact-address .location-icon {
  display: inline-block;
  width: 20px;
  fill: white;
  overflow: hidden;
}
.contact-address .location-text {
  position: relative;
  top: -5px;
}
.contact-address .location-text a {
  text-decoration: underline;
  color: white;
}
.contact-address .location-text a:hover {
  text-decoration: none;
}

.jumbotron {
  background-color: #f7f7f8;
}

.long-action-img {
  max-width: 250px;
  margin: 0 auto;
}

/* 
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
    color:#707070;
}
.accordion .card-header.collapsed:after {
    content: "\f067"; 
    color:#707070;
}
.accordion{
  .card-header {
    background-color: white;
    border-bottom: solid 1px $primary;
    margin-bottom: 0 !important;
  }
  .card-title {
    color:#333333;
    font-size: 0.9rem;
  }
} */
.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  border-bottom: solid 1px #a0c0c4;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.panel-default > .panel-heading a {
  display: block;
  padding: 17px 15px;
  color: #333;
  font-size: 0.9rem;
}
.panel-default > .panel-heading a:hover {
  text-decoration: none;
}

.panel-default > .panel-heading a:after {
  content: "+";
  position: relative;
  top: 1px;
  display: inline-block;
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default > .panel-heading a[aria-expanded=true] {
  background-color: #FFF;
}

.panel-default > .panel-heading a[aria-expanded=true]:after {
  content: "−";
  transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded=false]:after {
  content: "+";
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
  border-bottom: solid 3px #a2d0d7;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Collapse All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Expand All";
}

/*   .collapse.in {
    display: block;
} */
.small {
  font-size: 75%;
}

.list-items {
  padding-left: 20px;
  margin-left: 0;
}
.list-items li {
  margin-bottom: 5px;
}
.list-items li::marker {
  color: #00889b;
  font-size: 1.2rem;
}

.crc-table {
  font-weight: 600;
  color: #000000;
}
.crc-table .border {
  border-color: #00889b !important;
  padding: 0.25rem 0.7rem;
}

.crc-chart {
  max-width: 210px;
  margin: 0 auto;
}

.chemical-structure {
  margin: 0 auto;
  max-width: 200px;
}

.index-our-products .gastrenterology {
  height: 55px;
  background-image: url("../../assets/images/icons/gastroenterology-icon.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 60px;
  padding-top: 13px;
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  .index-our-products .gastrenterology {
    height: 45px;
    padding-left: 50px;
    padding-top: 10px;
  }
}
@media (max-width: 540px) {
  .index-our-products .gastrenterology {
    margin-bottom: 40px;
  }
}
.index-our-products .gastrenterology a {
  color: #00889b;
  font-size: 1.2rem;
  font-weight: 600;
}
.index-our-products .womens-health {
  height: 50px;
  background-image: url("../../assets/images/icons/wh-icon.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 90px;
  padding-top: 20px;
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  .index-our-products .womens-health {
    height: 40px;
    padding-left: 70px;
    padding-top: 13px;
  }
}
@media (max-width: 540px) {
  .index-our-products .womens-health {
    margin-bottom: 40px;
  }
}
.index-our-products .womens-health a {
  color: #00889b;
  font-size: 1.2rem;
  font-weight: 600;
}
.index-our-products .other-products {
  height: 55px;
  background-image: url("../../assets/images/icons/op-icon.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 70px;
  padding-top: 15px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  .index-our-products .other-products {
    height: 45px;
    padding-left: 60px;
    padding-top: 12px;
  }
}
@media (max-width: 540px) {
  .index-our-products .other-products {
    margin-bottom: 40px;
  }
}
.index-our-products .other-products a {
  color: #00889b;
  font-size: 1.2rem;
  font-weight: 600;
}

.mision-vision-values p {
  color: #6d6e71;
}
.mision-vision-values .divider-h {
  height: 100%;
  background-image: url("../../assets/images/h-line.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px;
}
@media (max-width: 750px) {
  .mision-vision-values .divider-h {
    background-image: none;
    padding-right: 0;
  }
}
.mision-vision-values .m-icon {
  height: 30px;
  background-image: url("../../assets/images/icons/mission-icon.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-bottom: 20px;
  display: inline-block;
  color: #00889b;
  font-size: 1.3rem;
  font-weight: 700;
}
.mision-vision-values .v-icon {
  height: 28px;
  background-image: url("../../assets/images/icons/vision-icon.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-bottom: 20px;
  display: inline-block;
  color: #00889b;
  font-size: 1.3rem;
  font-weight: 700;
}
.mision-vision-values .values-icon {
  height: 28px;
  background-image: url("../../assets/images/icons/values-icon.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-bottom: 20px;
  display: inline-block;
  color: #00889b;
  font-size: 1.3rem;
  font-weight: 700;
}

.pr-border {
  padding: 10px;
  border: 1px solid #ededed;
  box-shadow: 0 0.1rem 6px rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 10px;
}

.panel-default.pr-border > .panel-heading {
  border-bottom: none;
  font-weight: 600;
}

.panel-default.pr-border > .panel-heading a {
  padding: 17px 15px 10px 15px;
}

.panel-default.pr-border .panel-body {
  padding: 0 0 0 25px;
}

.text-small {
  font-size: 0.8rem;
}

.our-products .gastro, .our-products .womens-health, .our-products .other-pd {
  height: 60px;
  background-image: url(../../assets/images/gastro-logo.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 35px;
  /* display: inline-block; */
  margin: auto;
  width: 335px;
  justify-content: center;
  text-align: center;
  line-height: 52px;
  color: #00879c;
  font-weight: 600;
  margin-bottom: 20px;
}
.our-products .womens-health {
  background-image: url(../../assets/images/womens-logo.png) !important;
}
.our-products .card .row {
  align-items: center;
}
.our-products .other-pd {
  background-image: url(../../assets/images/others-logo.png) !important;
}
@media (max-width: 600px) {
  .our-products .mob-center {
    text-align: center !important;
  }
}

.pdf-svg {
  width: 50px;
  display: inline-block;
}
.pdf-svg .style-1 {
  fill: #F15642;
}
.pdf-svg .style-2 {
  enable-background: new 0 0 512 512;
}
.pdf-svg .style-3 {
  fill: #E2E5E7;
}
.pdf-svg .style-4 {
  fill: #B0B7BD;
}
.pdf-svg .style-5 {
  fill: #CAD1D8;
}
.pdf-svg .style-6 {
  fill: #FFFFFF;
}
.pdf-svg .style-7 {
  fill: #CAD1D8;
}

.sebelaTimeline {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .sebelaTimeline {
    width: 100%;
  }
}

.pipeline-scroll .pipeline-fixed {
  width: 1061px;
  overflow-x: auto;
}

.pipeline {
  font-size: 0.75rem;
  margin-bottom: 6px;
  float: left;
}
.pipeline .pipeline-title {
  color: #131d4e;
  font-size: 0.8rem;
  font-weight: 700;
}
.pipeline .title-blue {
  color: #131d4e;
  font-weight: 700;
  font-size: 0.75rem;
}
.pipeline .col-one {
  width: 300px;
  display: inline-block;
  float: left;
  height: 28px;
}
.pipeline .col-two, .pipeline .col-three, .pipeline .col-four, .pipeline .col-five, .pipeline .col-six, .pipeline .col-seven, .pipeline .col-eight {
  width: 10.2%;
  display: inline-block;
  float: left;
  padding: 5px;
  height: 28px;
}
@media (max-width: 500px) {
  .pipeline .col-two, .pipeline .col-three, .pipeline .col-four, .pipeline .col-five, .pipeline .col-six, .pipeline .col-seven, .pipeline .col-eight {
    width: 11.2%;
  }
}
@media (max-width: 500px) {
  .pipeline .col-two {
    width: 85px !important;
    padding-left: 2px;
    padding-right: 2px;
  }
  .pipeline .title-blue {
    font-size: 0.59rem;
  }
  .pipeline .col-one {
    font-size: 0.67rem !important;
    width: 260px;
    line-height: 12px;
  }
}
@media (max-width: 370px) {
  .pipeline .col-one {
    font-size: 0.6rem !important;
    width: 240px;
    line-height: 12px;
  }
}
.pipeline .bordered-whitebox {
  background-color: white;
  border-color: #00889b !important;
}
.pipeline .color-status {
  background: #55d8ec;
}
.pipeline .color-phaseOne {
  background: #43c4d9;
}
.pipeline .color-phaseTwo {
  background: #3dbad0;
}
.pipeline .color-phase2B {
  background: #3baec3;
}
.pipeline .color-phaseThree {
  background: #37a8ba;
}
.pipeline .color-nda {
  background: #369dae;
}
.pipeline .color-market {
  background: #2a90a1;
}
.pipeline .color-default7 {
  background: #d5d5d5;
}
.pipeline .color-default6 {
  background: #dbdbdb;
}
.pipeline .color-default5 {
  background: #e0e0e0;
}
.pipeline .color-default4 {
  background: #e9e7e8;
}
.pipeline .color-default3 {
  background: #ebebeb;
}

.rounded-10 {
  border-radius: 10px;
}

@media (max-width: 1369px) {
  .whoweare-hero {
    background-position: right top !important;
  }
  .integervitae-hero {
    background-position: right top !important;
  }
}
.light-yellow-bg {
  background-color: #ffffcc;
}

.text-underline {
  text-decoration: underline;
}

.h4-uids {
  font-size: 1.3rem !important;
}

@media (max-width: 768px) {
  .mision-vision-values .nogap {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.h4-style {
  font-size: 1.4rem;
  color: #00889b;
  font-weight: bold;
}

.corporate-partnership {
  background: #cae5f3;
}
.corporate-partnership .partner {
  width: 200px;
  height: 150px;
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 420px) {
  .corporate-partnership .partner {
    width: 150px;
    height: auto;
  }
  .corporate-partnership .partner img {
    max-height: 100px;
  }
}
@media screen and (max-width: 320px) {
  .corporate-partnership .partner {
    width: 200px;
    height: auto;
  }
  .corporate-partnership .partner img {
    max-height: 130px;
  }
}
.corporate-partnership .partner img {
  max-height: 130px;
}

.follow-us-on {
  padding-left: 10px;
}
.follow-us-on .bi-linkedin {
  color: #0a66c2;
}

.careers-iframe {
  height: 850px;
  overflow: hidden;
}

.gray-color333 {
  color: #333 !important;
}

.gray-color7070 {
  color: #707070 !important;
}

.br-6 {
  border-radius: 6px;
}

.presentation-modalIfame {
  width: 100%;
  height: 500px;
}

.font-size1-2rem {
  font-size: 1.2rem;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../images/hamburger-menu.png") !important;
}

.color-pink {
  color: #d900bd;
}

.miudella-img {
  padding: 64px 0;
  max-width: 350px;
}

.text-underline {
  text-decoration: underline;
}

.font-bold {
  font-weight: 600;
}

.miudellarems header {
  border-top: 80px solid #00843d;
  border-bottom: 5px solid #f2f2f2;
  padding: 15px 0;
}
.miudellarems header .logo {
  width: 170px;
  display: flex;
}
.miudellarems .content {
  border: 2px solid #b9975b;
  border-radius: 20px;
  padding: 40px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .miudellarems .content {
    padding: 20px;
    margin: 15px auto;
  }
}
.miudellarems .content h1 {
  font-family: "Noto Sans", serif;
  font-size: 52px;
  color: #00843d;
  font-weight: normal;
  border-bottom: 2px solid #b9975b;
  width: auto;
  display: inline-block;
  padding: 0 80px 15px 80px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .miudellarems .content h1 {
    padding: 0 40px 15px 40px;
    font-size: 30px;
  }
}
.miudellarems .content p {
  font-size: 22px;
  padding: 0 240px;
}
@media screen and (max-width: 768px) {
  .miudellarems .content p {
    font-size: 18px;
    padding: 0 5px;
  }
}
.miudellarems .content a {
  color: #00843d;
  text-decoration: underline;
}
.miudellarems footer {
  border-top: 5px solid #f2f2f2;
}
.miudellarems footer img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .miudellarems section {
    padding: 0 15px;
  }
  .miudellarems .mob-break {
    display: block;
    padding: 0 !important;
  }
}/*# sourceMappingURL=styles.css.map */