@import url("https://urldefense.com/v3/__https://fonts.googleapis.com/css2?family=Source*Sans*Pro:wght@400;700;900&display=swap__;Kys!!A8r1wgmWYzM!Sja21TFNG7fD7kF9-Vf81tbU7jJ3pN-wWWoKwuEBftHXlphBvOhK0O3hOMuGDPsyAs4dTd9-LES8Ogh8Gu1h7Qu0JBXB$ ");
/* font-family: 'Source Sans Pro', sans-serif; */

:root {
  --white: #fff;
  --tan: #d1ccbd;
  /* --tan-light:    rgba(209, 204, 189, 0.42); */
  --tan-light: #eceae3;
  --green: #c5e86c;
  --black: #201547;
  --blue: #307fe2;
  --orange: #ff6a39;
  --pink: #bb16a3;
  --purple: #2e008b;

  --bright-grad: linear-gradient(to right, var(--orange), var(--pink));
  --dark-grad: linear-gradient(to right, var(--purple), var(--blue));

  --source-sans: "Source Sans Pro", sans-serif;
}

/* ----- WEB FONTS ----- */

body,
html {
  font-family: var(--source-sans) !important;
  font-weight: 400;
}

.bd-contact-us__address a,
.bd-contact-us__mail a,
.bd-contact-us__phone-number a,
.bd-contact-us__redirect a,
.bd-contact-us__wrapper > h1,
.bd-content-card-list__description,
.bd-content-card-list__heading,
.bd-content-card-list__learnmore p,
.bd-content-card-list__learnmore,
.bd-dropdown__placeholder,
.bd-footer__bottom ul li,
.bd-footer__description > div,
.bd-header a,
.bd-hero-search__heading,
.bd-hero-search__wrapper input,
.bd-image-card__details,
.bd-image-card__heading,
.bd-image-card__link-learn-more,
.bd-image-card__link-learn-more p,
.bd-keypoint-card__description,
.bd-keypoint-card__header,
.bd-keypoint-card__learn-more-text,
.bd-link-with-image .bd-link-with-image__after-link,
.bd-resources-links-list__list a,
.bd-sec-nav__active,
.bd-sec-nav__dropdown,
.bd-sec-nav-cnt__link-text,
.bd-spotlight__main-container .bd-spotlight__container-left h1 p,
.bd-spotlight__main-container .bd-spotlight__container-left h1,
.bd-spotlight__main-container .bd-spotlight__container-left p,
.bd-spotlight__main-container .bd-spotlight__container-left a,
.bd-spotlight__main-container
  .bd-spotlight__container-v2
  .bd-spotlight__container-left__backBtn,
.bd-spotlight__main-link a,
.bd-support-chatbot__action-btn,
.bd-support-chatbot__input-label,
.bd-support-chatbot__modal-header-text > div,
.bd-support-chatbot__modal-header-text > span,
.bd-tabs__blue-underline .bd-tabs__container .cmp-tabs__tab span,
.bd-tabs__container .cmp-tabs__tablist .cmp-tabs__tab--active,
.bd-tabs__container .cmp-tabs__tablist > li,
.bd-tabs-search .bd-tabs__container .cmp-tabs__tab span,
.bd-training-event-list__description,
.bd-training-event-list__description-global,
.bd-training-event-list__header-left,
.bd-training-event-list__heading-right,
.bd-video-and-links__link,
.bd-video-and-links__video-heading,
.brand-card-title,
.cmp-text h3,
.cmp-text h4,
.cmp-text p,
.cmp-text p b,
.cmp-text ul li b,
.cmp-text,
.component-heading,
.font-size-14-all .cmp-text li,
.font-size-14-all .cmp-text ol,
.font-size-14-all .cmp-text p,
.no-page-result-found__heading-global,
.no-page-result-found__help-heading-global,
.no-page-result-found__search-tip-list,
.no-page-result-found__search-tip-list-global,
.search-resultAll-card__heading,
.search-resultAll-card__heading b,
#onetrust-banner-sdk,
#onetrust-consent-sdk,
#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,
#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-pc-sdk,
#ot-sdk-cookie-policy {
  font-family: var(--source-sans) !important;
}

.bd-spotlight__main-link a {
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

.bd-header a {
  font-weight: 400 !important;
}

b,
strong {
  font-weight: 700;
}

.cmp-container {
  color: var(--black);
}

.cmp-text {
  color: var(--black);
}

.cmp-text a,
.bd-link-with-image .bd-link-with-image__after-link {
  color: var(--purple);
  /* text-decoration: underline; */
}

@media (min-width: 1024px) {
  .font-size-16 .cmp-text p {
    font-size: 18px;
    /* line-height: 1.5rem; */
    letter-spacing: 0;
  }
}

.custom-select__trigger {
  color: var(--black);
}

/* ----- COOKIES ----- */

#onetrust-consent-sdk #onetrust-policy-text {
  color: var(--purple) !important;
  font-size: 1pc !important;
  font-weight: 600 !important;
  line-height: 150% !important;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
  /* border-color: #68b631; */
  font-size: 0.813em;
  font-weight: 600;
  height: auto;
  line-height: 1.2;
  margin-right: 1em;
  min-width: 125px;
  padding: 12px 10px;
  text-transform: uppercase;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  background-color: var(--white) !important;
  border: 0.063rem solid var(--purple) !important;
  border-radius: 0.25rem !important;
  color: var(--purple) !important;
  font-size: 14px !important;
  letter-spacing: 0.1rem !important;
  line-height: 150% !important;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler {
  background-color: var(--pink) !important;
  border-color: var(--pink) !important;
  color: var(--white) !important;
}

/* ----- MAIN ----- */

@media (max-width: 1023px) {
  .aem-Grid.aem-Grid--default--12
    > .aem-GridColumn.aem-GridColumn--default--10 {
    width: 100%;
  }
}

.bd-container__background-image[data-background-image] {
  background-position: right bottom;
}

.bd-container__background-image {
  /* background-repeat: no-repeat; */
  background-image: none !important;
}

/* hide theme button section */
.theme.aem-GridColumn {
  display: none;
}

main {
  padding-bottom: 4em;
}

@media (min-width: 1024px) {
  /*main {
    background-image: url("/content/dam/bdcom-assets/en/en-us/images/photography/homepage/main-shine_d.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: calc(2437px / 2) calc(1309px / 2);
    padding-bottom: 10em;
  }*/
}

.bd-spotlight__main-container .bd-spotlight__container-left h1,
.bd-spotlight__main-container .bd-spotlight__container-left h1 p {
  letter-spacing: 0.02em !important;
}

.cmp-text,
.cmp-text p {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.cmp-text table {
  border-collapse: collapse;
  caption-side: bottom;
}

#horiz-sep {
  display: block;
  height: 1px;
  margin: 40px auto;
  width: 83.33333333%;
}

@media (min-width: 1024px) {
  #horiz-sep {
    margin: 60px auto;
    width: 30%;
  }
}

#horiz-sep hr {
  background-color: var(--tan);
  opacity: 1;
}

/* hide empty containers */
.new.newpar.section {
  display: none !important;
}

/* ----- HEADER ----- */

.bd-header {
  border-bottom: 1px solid var(--tan);
}

@media (min-width: 768px) {
  .bd-header span,
  .bd-header a {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .bd-header > .spotlight__content-container {
    margin: 0 auto;
    padding-left: 4.62rem;
    padding-right: 4.62rem;
  }
}

@media (min-width: 1440px) {
  .bd-header > .spotlight__content-container {
    /* padding-left: 3em; */
    /* padding-right: 3em; */
  }
}

.nav-brand {
  height: 39.2px;
  width: auto;
}

@media (min-width: 768px) {
  .nav-brand {
    height: 56.66px;
  }
}

.navigation {
  height: 63px;
  transition: none !important;
}

@media (min-width: 768px) {
  .navigation {
    height: 111px;
  }
}

/* --- center logo on mobile --- */

@media (max-width: 1023px) {
  .bd-header__navigation__left,
  .navigation,
  .nav-header {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .nav-toggle + a {
    /* WITH SEARCH BUTTON */
    /* right: calc(-46% + 53px); */

    right: calc(-41% + 53px);
  }
}

/* --- END center logo --- */

.nav-menus-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .bd-header__navigation > li {
    margin-right: 25px;
  }
}

.bd-header__navigation > li:nth-child(1) {
  order: 1;
} /* consumers */
.bd-header__navigation > li:nth-child(2) {
  order: 2;
} /* healthcare providers */
.bd-header__navigation > li:nth-child(3) {
  order: 4;
} /* about us */
.bd-header__navigation > li:nth-child(4) {
  order: 3;
} /* careers */

@media (max-width: 1023px) {
  .bd-header__navigation > li > a > span,
  .bd-header__navigation > li > span {
    color: var(--white) !important;
  }
}

.bd-header__navigation > li > a > span {
  border-bottom: none;
}

/* mobile nav - open */

.navigation-portrait .nav-menus-wrapper {
  background-color: var(--purple);
}

.bd-header__navigation > .active > a > span {
  border-bottom: var(--purple);
  color: var(--black);
}

@media (min-width: 1024px) {
  .bd-header__navigation > li > a > span {
    border-bottom: 4px solid var(--white);
  }
}

@media (min-width: 1024px) {
  .bd-header__navigation > li:hover > a > span {
    border-color: var(--pink);
    border-width: 4px;
    font-weight: 700;
  }
}

@media (min-width: 1024px) {
  .bd-header__navigation > li:hover > a > span span {
    border-bottom: 3px solid var(--pink);
  }
}

@media (min-width: 1024px) {
  .bd-header__navigation ul li .submenu-indicator-chevron {
    border-bottom-color: var(--purple) !important;
    border-right-color: var(--purple) !important;
    margin-top: 0;
    transition: none;
  }
}

@media (min-width: 1024px) {
  .bd-header__navigation ul li:hover .submenu-indicator-chevron {
    border-bottom-color: var(--white) !important;
    border-right-color: var(--white) !important;
  }
}

@media (min-width: 1024px) {
  .bd-header ul {
    margin-top: auto;
  }
}

@media (max-width: 1023px) {
  .nav-dropdown {
    background-color: transparent;
  }
}

@media (min-width: 1024px) {
  .nav-dropdown {
    /* border-top: 1px solid var(--tan); */
    top: 111px;
  }
}

.nav-dropdown > li > a {
  color: var(--black) !important;
  display: block;
  line-height: 1.25;
  transition: none !important;
}

@media (max-width: 1023px) {
  .nav-dropdown > li > a {
    color: var(--white) !important;
  }
}

@media (max-width: 1023px) {
  .bd-header__navigation > .active > a > span {
    border-bottom: 3px solid var(--pink);
  }
}

@media (max-width: 1023px) {
  .nav-dropdown > li > li:active {
    background-color: var(--pink);
  }
}

@media (min-width: 1024px) {
  .nav-dropdown.nav-submenu li {
    background-color: var(--tan-light) !important;
  }
}

.nav-dropdown.nav-submenu .nav-submenu-open {
  background-color: var(--pink) !important;
}

.nav-dropdown.nav-submenu > .nav-submenu-open {
  background-color: var(--pink) !important;
}

@media (max-width: 1023px) {
  .nav-dropdown.nav-submenu .nav-subsubmenu li {
    background: transparent;
  }
}

.nav-dropdown.nav-submenu.nav-subsubmenu > .focus > a,
.nav-dropdown.nav-submenu.nav-subsubmenu > li:hover > a {
  border-bottom: none;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li:active > a {
  color: var(--white) !important;
  transition: none !important;
}

.bd-header__navigation li .cq-LinkChecker {
  display: none;
}

.nav-overlay-panel {
  display: none !important;
}

.navigation-portrait .nav-menus-wrapper {
  height: 91%;
}

@media (max-width: 1023px) {
  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    padding-bottom: 3rem;
    top: 64px;
  }
}

/* ----- */

.bd-header__user-login,
.bd-header__user-label,
.bd-header__user {
  display: block;
}

/*.languages-tab,
.languages-tab-mobile {
  display: block;
}*/

/* header search button */

.bd-header__search-button {
  background-color: transparent;
  background-image: url("/content/dam/bdcom-assets/en/en-us/images/graphic/icon/search-icn.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16.36px 16.36px;
  border: 1px solid var(--tan);
  border-radius: 2px;
  /* display: none; */
  height: 2rem;
  width: 2rem;
}

@media (min-width: 1024px) {
  .bd-header__search-button {
    height: 2rem;
    margin-top: 17px;
    min-width: 2rem;
    width: 2rem;
  }
}

/* header search input */

#bd-search {
  margin: 0;
  padding: 8px 0;
  right: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  #bd-search {
    top: 37px;
  }
}

#bd-search #bd-search-icon {
  background-image: url("/content/dam/bdcom-assets/en/en-us/images/graphic/icon/search-icn.svg");
  background-size: 16.36px 16.36px;
  height: 20px;
  left: 9pt;
  width: 20px;
}

@media (min-width: 1023px) {
  #bd-search #bd-search-icon {
    left: auto;
    right: 84.35%;
  }
}

#bd-search #bd-global-search__text {
  border: 1px solid var(--tan) !important;
  border-radius: 0;
  flex: 0 0 87%;
  margin-left: auto;
}

#bd-search #bd-close-icon {
  background-image: url("/content/dam/bdcom-assets/en/en-us/images/graphic/icon/cta-close.svg");
  cursor: pointer;
  height: 18px;
  right: 9pt;
  width: 18px;
}

/* mobile nav toggle */

.nav-toggle::before {
  background-color: var(--pink);
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 var(--pink), 0 1em 0 0 var(--pink);
  box-shadow: 0 0.5em 0 0 var(--pink), 0 1em 0 0 var(--pink);
}

.bd-life-sciences-form__modal-close {
  background-image: url("/content/dam/bdcom-assets/en/en-us/images/graphic/icon/cta-close.svg");
}

/* ----- SUBNAV TAB BAR ----- */

.bd-tabs__container .cmp-tabs__tablist {
  background-color: var(--tan-light);
  color: var(--black);
}

@media (max-width: 767px) {
  .bd-tabs__container .cmp-tabs__tablist {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.bd-tabs__container .cmp-tabs__tablist > li {
  font-weight: 400;
}

@media (max-width: 767px) {
  .bd-tabs__container .cmp-tabs__tab {
    background-color: var(--white);
  }
}

@media (max-width: 767px) {
  .bd-tabs__container .cmp-tabs__tab--active {
    background-color: var(--pink);
    border: none;
    color: var(--white);
    font-weight: 700;
  }
}

@media (min-width: 768px) {
  .bd-tabs__container .cmp-tabs__tab--active {
    border-top-color: var(--pink);
  }
}

.bd-tabs__container .cmp-tabs__tablist .cmp-tabs__tab--active {
  font-weight: 700;
}

.bd-tabs__container .grey-bg-color {
  background-color: transparent;
}

.bd-dropdown__placeholder {
  background-color: var(--tan-light);
  color: var(--black);
}

/* ----- MAIN ----- */

/* CONTENT CARDS */

.bd-content-card-list {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bd-content-card-list__show-card {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .bd-content-card-list__show-card {
    margin-top: 60px;
  }
}

.bd-content-card-list__heading,
.bd-image-card__heading {
  color: var(--purple) !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 1.25em;
}

@media (min-width: 768px) {
  .bd-content-card-list__heading,
  .bd-image-card__heading {
    font-size: 26px;
  }
}

.bd-content-card-list__heading {
  color: var(--purple);
  margin-top: 1.25em;
}

.bd-image-card__image,
.bd-content-card-list-two-column .bd-content-card-list__img,
.bd-container__carousel
  .cmp-container
  .bd-key-point-card
  .bd-keypoint-card__container {
  padding-bottom: 6px;
  position: relative;
}

.brand-card {
  border-top: none;
  padding-bottom: 6px;
  position: relative;
}

.bd-image-card__image:after,
.bd-content-card-list-two-column .bd-content-card-list__img:after,
.bd-container__carousel
  .cmp-container
  .bd-key-point-card
  .bd-keypoint-card__container:after,
.brand-card:after {
  background-image: var(--bright-grad);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.brand-card:after {
  bottom: unset;
  top: 0;
}

.bd-content-card-list__background {
  background-color: transparent;
}

.bd-content-card-list__description {
  font-weight: 400;
  letter-spacing: 0;
  max-height: 100%;
}

.bd-image-card__image {
  height: auto;
}

.bd-image-card__details {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.38888889;
  letter-spacing: 0;
}

.bd-content-card-list__learnmore,
.bd-image-card__link-learn-more {
  color: var(--purple);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
}

@media (min-width: 768px) {
  .bd-content-card-list__learnmore,
  .bd-image-card__link-learn-more {
    font-size: 18px;
  }
}

.bd-content-card-list__learnmore p,
.bd-image-card-list__learnmore p {
  color: var(--purple);
  font-weight: 700;
  text-transform: uppercase;
}

/* ----- FOOTER ----- */

.bd-footer {
  background-color: var(--black) !important;
  color: var(--white) !important;
  padding: 0;
}

.bd-footer > section {
  height: auto;
  /* margin: 0 1pc; */
  margin-bottom: 50px;
  padding: 0;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .bd-footer > section {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .bd-footer > section {
    height: auto;
    margin: 0 auto;
    padding: 3em 4.62em 6em;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .bd-footer > section {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media (min-width: 1440px) {
  .bd-footer > section {
    padding-bottom: 5em;
  }
}

.bd-footer > section:after {
  /* background-color: hotpink; */
  bottom: -10px;
  /*content: 'This site is intended for adult US residents only.';*/
  font-size: 1rem;
  height: auto;
  left: 5vw;
  position: absolute;
  text-align: center;
  width: 90vw;
}

@media (min-width: 768px) {
  .bd-footer > section:after {
    bottom: 40px;
    font-size: 14px;
    /* left: calc(50% - 158px); */
    left: auto;
    /* right: 7.1%; */
    right: 3rem;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .bd-footer > section:after {
    font-size: 1rem;
  }
}

footer.bd-footer {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  footer.bd-footer {
    width: 90pc !important;
    margin: 0 auto;
  }
}

/* social media block */

@media (min-width: 768px) {
  .bd-footer .bd-spotlight__container.spotlight__content-container {
    /* background-color: lime !important; */
    display: inline-block;
    /* margin-bottom: 1rem; */
    width: auto !important;
  }
}

.bd-footer .spotlight-left-color,
.bd-footer .spotlight-right-color {
  display: none;
}

@media (min-width: 768px) {
  .bd-footer .bd-spotlight__container {
    min-height: 0;
    color: var(--neutral-white);
  }
}

.bd-footer .bd-spotlight__container-left {
  background-color: transparent !important;
  /*background-color: lime !important;*/
  height: 11.625rem;
  height: auto;
  /* left: -1px; */
  left: 0;
  left: auto;
  padding-left: 1.875em;
  padding-right: 1.875em;
  /* position: absolute; */
  position: relative;
  top: 0;
  width: 70%;
  /* width: 100% !important; */
  width: auto !important;
}

@media (min-width: 768px) {
  .bd-footer .bd-spotlight__container-left {
    padding-left: 0;
    padding-right: 0;
  }
}

.bd-footer .spotlight-left-color {
  background: transparent;
  height: auto;
  position: relative;
  width: 100%;
}

.bd-footer__bottom--right-socialicon {
  background-color: transparent !important;
}

.bd-footer__bottom--right-socialicon > .d-block-lg {
  letter-spacing: 0.2em;
}

.bd-footer .bd-spotlight__container-left-inner {
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bd-footer .bd-spotlight__container-left-inner {
    width: auto;
  }
}

.bd-footer .bd-spotlight__container-center {
  display: none !important;
}

.bd-footer__bottom-right.bd-footer__left-inner-content {
  margin-top: auto !important;
  margin-left: auto !important;
  width: 100% !important;
}

@media (min-width: 768px) {
  .bd-footer__bottom-right.bd-footer__left-inner-content {
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: auto !important;
  }
}

.bd-footer .position-relative .bd-spotlight__container-right {
  display: none !important;
}

.bd-footer__bottom ul {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 767px) {
  .bd-footer__bottom ul {
    margin-bottom: 1.15em;
    margin-top: 2em;
  }
}

@media (min-width: 768px) {
  .bd-footer__bottom ul {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .bd-footer__bottom-right > ul {
    margin: 0 auto 1em;
    max-width: 200px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  ul.bd-footer__bottom--right-socialicon {
    flex-direction: row;
  }
}

ul.bd-footer__bottom--right-socialicon > .d-block-lg {
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  ul.bd-footer__bottom--right-socialicon > .d-block-lg {
    margin-bottom: 0;
    padding-right: 1.93rem;
  }
}

.bd-footer__bottom ul li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media (min-width: 768px) {
  .bd-footer__bottom ul li {
    font-size: 14px;
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .bd-footer__bottom ul li {
    font-size: 18px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .bd-footer__bottom ul li:nth-child(1) {
    order: 6;
  } /* contact us */
  .bd-footer__bottom ul li:nth-child(2) {
    order: 1;
  } /* cookie prefs */
  .bd-footer__bottom ul li:nth-child(3) {
    order: 3;
  } /* privacy */
  .bd-footer__bottom ul li:nth-child(4) {
    order: 2;
  } /* terms of use */
  .bd-footer__bottom ul li:nth-child(5) {
    order: 5;
  } /* website a11y */
  .bd-footer__bottom ul li:nth-child(6) {
    order: 4;
  } /* site map */
}

/* utility nav, logo, copyright block */

@media (min-width: 768px) {
  .bd-header__navigation > li,
  .bd-header__navigation__left input:checked ~ .bd-header__navigation {
    display: block;
  }
}

@media (min-width: 768px) {
  .bd-header__navigation > li:nth-child(5),
  .bd-header__navigation > li:nth-child(5) a,
  .bd-header__navigation > li:nth-child(5) span,
  .bd-header__navigation > li:nth-child(6),
  .bd-header__navigation > li:nth-child(6) a,
  .bd-header__navigation > li:nth-child(6) span {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .bd-header__navigation > li:nth-child(5),
  .bd-header__navigation > li:nth-child(6) {
    padding: 10px;
    margin-right: 0;
    position: absolute;
    right: -35px;
    top: 3px;
  }
}

@media (min-width: 768px) {
  .bd-header__navigation > li:nth-child(6) {
    right: -140px;
  }
}

@media (max-width: 767px) {
  .bd-footer .spotlight__content-container {
    padding-bottom: 110px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .bd-footer .spotlight__content-container {
    display: flex;
    flex-direction: row-reverse;
  }
}

.bd-footer__bottom {
  color: var(--white);
  background-color: var(--black);
}

.bd-footer__bottom.spotlight__content-container {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .bd-footer__bottom.spotlight__content-container {
    display: flex;
    flex-direction: column;
  }
}

.bd-footer__description {
  /* background-color: pink; */
}

@media (min-width: 768px) {
  .bd-footer__description {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 0;
    width: auto;
  }
}

.bd-footer__bottom-left {
  /* background-color: aqua; */
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .bd-footer__bottom-left {
    max-height: 50px;
  }
}

/* ========================= */

.bd-footer__description > div {
  font-size: 9pt;
  font-weight: 400;
  letter-spacing: 0.0216em;
  line-height: 1.42857143;
  padding-top: 1.25rem;
  width: 80%;
}

@media (max-width: 767px) {
  .bd-footer__description > div {
    margin: 3em auto 0;
    padding-left: 0;
    padding-top: 0;
    width: 76%;
  }
}

@media (min-width: 768px) {
  .bd-footer__description > div {
    display: flex;
    align-items: end;
    padding-left: 2rem;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .bd-footer__description > div {
    bottom: 40px;
    font-size: 14px;
    font-weight: 600;
    left: 2.3em;
    letter-spacing: 0.0168em;
    line-height: 150%;
    padding-left: 0;
    position: absolute;
    width: 51%;
  }
}

@media (min-width: 964px) {
  .bd-footer__description > div {
    width: 41%;
  }
}

@media (min-width: 1024px) {
  .bd-footer__description > div {
    left: 3.4em;
  }
}

@media (min-width: 1440px) {
  .bd-footer__description > div {
    align-items: flex-end;
  }
}

/* ========================= */

.bd-footer__description p {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.42857143;
}

@media (max-width: 767px) {
  .bd-footer__description > a {
    bottom: 40px;
    left: calc(50% - 77.75px);
    position: absolute;
  }
}

.bd-footer__description > a > img {
  max-width: none;
  height: 62px;
  width: auto;
}

/* ----- SLICK CAROUSEL ----- */

.bd-spotlight__main-container
  .bd-spotlight__container-right.spotlightCarousel-block
  .spotlightCarousel-item
  img,
.bd-spotlight__main-container
  .bd-spotlight__container-right.spotlightCarousel-block
  .spotlightCarousel-item
  video-js {
  height: 13.12rem;
  margin-right: 0;
  pointer-events: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bd-spotlight__main-container
    .bd-spotlight__container-right.spotlightCarousel-block
    .spotlightCarousel-item
    img,
  .bd-spotlight__main-container
    .bd-spotlight__container-right.spotlightCarousel-block
    .spotlightCarousel-item
    video-js {
    height: 6.5rem;
    margin-right: 0;
    width: 11.56rem;
  }
}

@media screen and (min-width: 1024px) {
  .bd-spotlight__main-container
    .bd-spotlight__container-right.spotlightCarousel-block
    .spotlightCarousel-item
    img,
  .bd-spotlight__main-container
    .bd-spotlight__container-right.spotlightCarousel-block
    .spotlightCarousel-item
    video-js {
    height: 9.75rem;
    margin-right: 2rem;
    width: 13rem;
  }
}

@media screen and (min-width: 1440px) {
  .bd-spotlight__main-container
    .bd-spotlight__container-right.spotlightCarousel-block
    .spotlightCarousel-item
    img,
  .bd-spotlight__main-container
    .bd-spotlight__container-right.spotlightCarousel-block
    .spotlightCarousel-item
    video-js {
    max-height: 24rem;
    min-height: 24rem;
    min-width: 30rem;
    max-width: 30rem;
  }
}

/* controls */

.bd-spotlight__main-container
  .bd-spotlight__container-v2
  .slick-dots
  li.slick-active
  button {
  background: var(--pink);
  border-color: var(--pink);
}

.bd-spotlight__main-container .bd-spotlight__container-v2 .slick-next,
.bd-spotlight__main-container .bd-spotlight__container-v2 .slick-prev {
  background-image: url("/content/dam/bdcom-assets/en/en-us/images/graphic/icon/carousel-arrow.svg");
  background-size: 10.95px 16px;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 0.4rem;
}

.bd-spotlight__main-container .bd-spotlight__container-v2 .slick-prev {
  transform: rotate(180deg);
  transform-origin: 5px 3px;
}

.bd-spotlight__main-container .bd-spotlight__container-v2 .slick-next > img,
.bd-spotlight__main-container .bd-spotlight__container-v2 .slick-prev > img {
  visibility: hidden;
}

/* ----- PRODUCT PAGE ----- */

.bd-spotlight__main-container
  .bd-spotlight__container-v2
  .bd-spotlight__container-left__backBtn {
  font-size: 18px;
  line-height: 1.44444444;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bd-spotlight__main-container
  .bd-spotlight__container-v2
  .bd-spotlight__container-left__learnMore {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.375;
  margin-top: 2rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .bd-spotlight__main-container
    .bd-spotlight__container-v2
    .bd-spotlight__container-left__learnMore {
    font-size: 18px;
    line-height: 1.38888889;
    margin-top: 3.5rem;
  }
}

.bd-spotlight__main-container
  .bd-spotlight__container-v2
  .bd-spotlight__container-left__learnMore
  a {
  border: solid 2px var(--pink);
  border-radius: 6px;
  line-height: 1;
  padding: 15px 30px;
}

@media (min-width: 1024px) {
  .bd-spotlight__main-container
    .bd-spotlight__container-v2
    .bd-spotlight__container-left__learnMore
    a {
    padding: 18px 36px;
  }
}

.bd-spotlight__main-container
  .bd-spotlight__container-v2
  .bd-spotlight__container-left__learnMore
  a:hover,
.bd-spotlight__main-container
  .bd-spotlight__container-v2
  .bd-spotlight__container-left__learnMore
  a:active {
  background-color: var(--pink);
}

/* CARDS */

.bd-keypoint-card__header {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  /* margin-bottom: .625rem; */
}

@media (min-width: 768px) {
  .bd-keypoint-card__header {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .bd-keypoint-card__header {
    font-size: 26px;
    line-height: 1.30769231;
  }
}

@media (min-width: 1440px) {
  .bd-keypoint-card__header {
    /* margin-bottom: 0; */
  }
}

.brand-card-title {
  color: var(--purple);
  font-weight: 700;
}

/* ----- PRIVACY, TERMS OF USE ----- */

.policypage .cmp-container-responsive {
  padding: 2.5rem 1.875rem 0;
}

@media (min-width: 768px) {
  .policypage .cmp-container-responsive {
    padding: 2.5rem 1.875rem 0;
  }
}

@media (min-width: 64rem) {
  .policypage .cmp-container-responsive {
    padding: 3.75rem 3rem 0;
  }
}

@media (min-width: 90rem) {
  .policypage .cmp-container-responsive {
    padding: 5rem 5rem 0;
  }
}

.bd-sec-nav__dropdown {
  background-color: var(--tan-light);
}

.bd-sec-nav__active {
  color: var(--black);
  font-size: 14px;
  letter-spacing: 0.0168em;
  line-height: 150%;
  text-decoration-color: var(--pink);
}

.bd-sec-nav-cnt__wrapper {
  background-color: var(--tan-light);
  font-weight: 400;
  /* margin: 0 auto; */
  /* width: 90pc; */
}

.bd-sec-nav__sticky {
  /* left: 50%; */
  /* margin-left: -45pc; */
}

.bd-sec-nav-cnt__btn {
  background-color: transparent;
  color: var(--black);
  height: auto;
  padding: 0;
}

.bd-sec-nav-cnt__link-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  padding: 1.5rem 1rem;
  letter-spacing: 0.02em;
}

.bd-sec-nav-cnt__link-text--underline {
  background-color: var(--white);
  font-weight: 700;
  padding-bottom: 1.5rem;
  border-bottom: none;
}

@media (min-width: 768px) {
  .bd-sec-nav-cnt__link-text {
    /* font-weight: 600; */
  }
}

@media (min-width: 1024px) {
  .bd-sec-nav-cnt__link-text {
    /* font-size: 14px; */
  }
}

@media (min-width: 1440px) {
  .bd-sec-nav-cnt__link-text {
    font-size: 18px;
  }
}

.policypage .bd-text-table__cell-border tbody,
.policypage .bd-text-table__cell-border td,
.policypage .bd-text-table__cell-border tfoot,
.policypage .bd-text-table__cell-border th,
.policypage .bd-text-table__cell-border thead,
.policypage .bd-text-table__cell-border tr {
  border-color: var(--tan);
  padding: 1rem;
}

.policypage .bd-video-and-links__video-heading {
  color: var(--purple);
  font-weight: 700;
}

/* ----- SITE MAP ----- */

.cq-LinkChecker.cq-LinkChecker--prefix.cq-LinkChecker--invalid img {
  display: none;
}

/* A11Y ICON */

body .uwy.userway_p5 .uai {
  background-color: var(--pink);
}

.userway-widget-container .widget .widget-header-wrapper {
  background-color: var(--pink);
}

/* CHAT BOT */

.bd-support-chatbot__floaty-circle {
  background-color: var(--pink);
  bottom: 1pc;
  box-shadow: none;
  color: var(--neutral-white);
  right: 1pc;
}

.bd-support-amelia-chat__modal-container,
.bd-support-chatbot__modal-container {
  z-index: 5000;
}

.bd-support-chatbot__modal-header {
  background-color: var(--pink);
  color: var(--white);
}

.bd-support-chatbot__action-btn--blue {
  background-color: var(--pink);
  color: var(--white);
  border: 1px solid var(--pink);
}

.bd-support-chatbot__input-field {
  border: 1px solid var(--tan);
}

.bd-support-chatbot__input-label {
  font-weight: 700;
  letter-spacing: 0;
}

#splash-image-background {
  margin-top: -15%;
}

#splash-image-teaser {
  margin-top: -3.5%;
}

#splash-image-teaser .cmp-teaser__content {
  margin-top: -20%;
  margin-left: 8%;
  margin-right: 10%;
}

#splash-image-teaser .cmp-teaser__title {
  font-size: 35px;
  line-height: 42px;
  color: var(--white);
  text-decoration: none;
  font-weight: bold;
}

#splash-image-teaser .cmp-teaser__title a {
  font-size: 35px;
  line-height: 42px;
  color: var(--white);
  text-decoration: none;
  font-weight: bold;
}

#splash-image-teaser .cmp-teaser__description {
  font-size: 20px;
  line-height: 25px;
  color: var(--white);
  margin: 30px 0;
}

#splash-image-teaser .cmp-teaser__action-container a {
  color: white;
  text-decoration: none;
  font-size: 19px;
  line-height: 19px;
  margin-left: 3%;
}

#splash-image-arrow {
  height: calc(40px / 1.75);
  width: calc(40px / 1.75);
  margin-top: -1.5%;
  margin-left: 8%;
}

#splash-image-logo {
  width: 22%;
  margin-top: -55%;
  right: 15%;
  position: absolute;
}

#splash-video {
  padding-top: 7%;
  margin-left: auto;
  margin-right: auto;
}

#splash-footer .bd-footer > section:after {
  content: unset;
}

#splash-footer .d-block-lg {
  color: white;
}

#splash-light {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.82) 15%,
    rgba(0, 0, 0, 0) 69%
  );
  height: 550px;
  width: 550px;
  right: 3%;
  margin-top: -70%;
  position: absolute;
}

@media (min-width: 500px) {
  #splash-image-logo {
    width: 25%;
    right: 14%;
  }
  #splash-image-teaser {
    margin-top: unset;
  }

  #splash-image-teaser .cmp-teaser__image img {
    height: 50%;
  }

  #splash-image-teaser .cmp-teaser__content {
    margin-top: -60%;
  }

  #splash-image-arrow {
    margin-top: -4%;
    margin-left: 8%;
  }

  #splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 8%;
  }

  #splash-video {
    padding-top: 7%;
  }
}
@media (min-width: 740px) {
  #splash-image-teaser .cmp-teaser__image img {
    height: 30%;
  }
  #splash-image-teaser .cmp-teaser__content {
    margin-top: -30%;
  }

  #splash-image-arrow {
    margin-top: -2.5%;
    margin-left: 8%;
  }

  #splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 5%;
  }

  #splash-video {
    padding-top: 3%;
  }
}
@media (min-width: 968px) {
  #splash-image-teaser .cmp-teaser__image img {
    height: unset;
  }

  #splash-image-teaser .cmp-teaser__content {
    margin-top: -25%;
  }

  #splash-image-arrow {
    margin-top: -2.2%;
  }

  #splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 4%;
  }

  #splash-video {
    padding-top: 7%;
  }
}

@media (min-width: 1366px) {
  #splash-image-background {
    margin-top: -15%;
  }

  #splash-image-teaser {
    margin-top: -3.5%;
  }

  #splash-image-teaser .cmp-teaser__content {
    margin-top: -20%;
    margin-left: 8%;
    margin-right: 10%;
  }

  #splash-image-teaser .cmp-teaser__title {
    font-size: 35px;
    line-height: 42px;
    color: var(--white);
    text-decoration: none;
  }

  #splash-image-teaser .cmp-teaser__title a {
    font-size: 35px;
    line-height: 42px;
    color: var(--white);
    text-decoration: none;
  }

  #splash-image-teaser .cmp-teaser__description {
    font-size: 20px;
    line-height: 25px;
    color: var(--white);
    margin: 30px 0;
  }

  #splash-image-teaser .cmp-teaser__action-container a {
    color: white;
    text-decoration: none;
    font-size: 19px;
    line-height: 19px;
    margin-left: 3%;
  }

  #splash-image-arrow {
    height: calc(40px / 1.75);
    width: calc(40px / 1.75);
    margin-top: -1.5%;
    margin-left: 8%;
  }

  #splash-image-logo {
    width: 22%;
    margin-top: -55%;
    right: 15%;
    position: absolute;
  }
  #splash-video {
    padding-top: 7.5%;
    width: 80% !important;
  }
  #splash-video .bd-brightcove-video {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 390px) and (max-width: 393px) {
  #splash-image-teaser {
    margin-top: unset;
  }

  #splash-image-teaser .cmp-teaser__image img {
    height: 35%;
  }

  #splash-image-teaser .cmp-teaser__content {
    margin-top: -85%;
  }

  #splash-image-arrow {
    margin-top: -5%;
    margin-left: 8%;
  }

  #splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 10%;
  }

  #splash-video {
    padding-top: 11%;
    width: 100% !important;
  }
  #splash-light {
    height: 200px;
    width: 200px;
    right: 1%;
    margin-top: -75%;
  }
}
@media (min-width: 320px) and (max-width: 325px){
  #splash-light {
    height: 200px;
    width: 200px;
    right: 1%;
    margin-top: -80%;
  }
  #splash-image-teaser .cmp-teaser__image img {
    height: 35% !important;
  }
  #splash-image-teaser .cmp-teaser__content {
    margin-top: -65%;
  }
  #splash-image-arrow {
    margin-top: -6.5%;
  }
  #splash-image-teaser .cmp-teaser__action-container a,  {
    margin-left: 12%;
  }
  #splash-video {
    padding-top: 25%;
    width: 100% !important;
	padding-bottom: 25%;
  }
  #splash-image-teaser .cmp-teaser__title, #splash-image-teaser .cmp-teaser__title a {
    font-size: 20px;
    line-height: 26px;
  }
  #splash-image-teaser .cmp-teaser__description {
    font-size: 15px;
    line-height: 22px;
    margin: 15px 0;
  }
  #splash-video {
    padding-top: 10%;
    width: 100% !important;
    padding-bottom: 5%;
	}
	#splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 12%;
	}
	#splash-image-teaser .cmp-teaser__action-container{
		height:18px;
	}
}
@media (min-width: 326px) and (max-width: 374px){
  #splash-light {
    height: 200px;
    width: 200px;
    right: 1%;
    margin-top: -80%;
  }
  #splash-image-teaser .cmp-teaser__image img {
    height: 30%;
  }
  #splash-image-teaser .cmp-teaser__content {
    margin-top: -60%;
  }
  #splash-image-arrow {
    margin-top: -6.5%;
  }
  #splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 12%;
  }
  #splash-video {
    padding-top: 25%;
    width: 100% !important;
	padding-bottom: 25%;
  }
  #splash-image-teaser .cmp-teaser__title {
    font-size: 20px;
    line-height: 26px;
  }
  #splash-image-teaser .cmp-teaser__description {
    font-size: 15px;
    line-height: 22px;
    margin: 15px 0;
  }
  #splash-video {
    padding-top: 12%;
    width: 100% !important;
    padding-bottom: 5%;
	}
}
@media (min-width: 375px) and (max-width:767px){
  #splash-light {
    height: 200px;
    width: 200px;
    right: 1%;
    margin-top: -75%;
  }

  #splash-image-teaser .cmp-teaser__image img {
    height: 38%!important;
  }
  #splash-image-teaser .cmp-teaser__content {
    margin-top: -64%;
  }
  #splash-image-arrow {
    margin-top: -5.5%;
  }
  #splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 12%;
  }
  #splash-video {
    padding-top: 14%;
    width: 100% !important;
    padding-bottom: 1%;
  }
  #splash-image-teaser .cmp-teaser__title, #splash-image-teaser .cmp-teaser__title a {
    font-size: 20px;
    line-height: 30px;
	}
	#splash-image-teaser .cmp-teaser__description {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
   }
   #splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 12%;
	}
	#splash-image-teaser .cmp-teaser__action-container{
		height:18px;
	}
}
@media (min-width: 412px) and (max-width: 414px) {
  #splash-light {
    height: 200px;
    width: 200px;
    right: 1%;
    margin-top: -75%;
  }
  #splash-image-teaser .cmp-teaser__image img {
    height: 35%;
  }
  #splash-image-teaser .cmp-teaser__content {
    margin-top: -80%;
  }
  #splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 11%;
  }
  #splash-image-arrow {
    margin-top: -5%;
  }
  #splash-video {
    padding-top: 10%;
    width: 100% !important;
  }
}

@media (width: 425px) {
  #splash-light {
    height: 200px;
    width: 200px;
    right: 1%;
    margin-top: -75%;
  }

  #splash-image-teaser .cmp-teaser__image img {
    height: 55%;
  }
  #splash-image-teaser .cmp-teaser__content {
    margin-top: -75%;
  }

  #splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 11%;
  }

  #splash-image-arrow {
    margin-top: -4.75%;
  }
  #splash-video {
    padding-top: 7%;
    width: 100% !important;
  }
}
@media (width: 768px) {
  #splash-image-teaser .cmp-teaser__image img {
    height: 30%;
  }
  #splash-light {
    height: 350px;
    width: 350px;
  }
  #splash-image-teaser .cmp-teaser__content {
    margin-top: -30%;
  }
  #splash-image-arrow {
    margin-top: -2.75%;
  }
  #splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 6%;
  }
  #splash-video {
    padding-top: 0.5%;
    width: 100% !important;
  }
  #splash-video .bd-brightcove-video {
    width: 100% !important;
    height: 100% !important;
  }
}

@media (width: 1024px) {
  #splash-video {
    padding-top: 8.5%;
    width: 100% !important;
  }
  #splash-video .bd-brightcove-video {
    width: 100% !important;
    height: 100% !important;
  }
  #splash-light {
    margin-top: -80%;
  }
}
@media (width: 1440px) {
  #splash-video {
    padding-top: 8.15%;
    width: 100% !important;
  }
  #splash-video .bd-brightcove-video {
    width: 100% !important;
    height: 100% !important;
  }
}

@media (width: 820px) {
  #splash-light {
    height: 350px;
    width: 350px;
  }
  #splash-image-teaser .cmp-teaser__image img {
    height: 15%;
  }
  #splash-video {
    padding-top: 6%;
    width: 100% !important;
  }
  #splash-video .bd-brightcove-video {
    width: 100% !important;
    height: 70% !important;
  }
  #splash-footer {
    margin-top: -30%;
  }
}
@media (width: 912px) {
  #splash-image-teaser .cmp-teaser__image img {
    height: 10%;
  }
  #splash-image-teaser .cmp-teaser__content {
    margin-top: -25%;
  }
  #splash-video {
    padding-top: 6%;
    width: 100% !important;
  }
  #splash-video .bd-brightcove-video {
    width: 100% !important;
    height: 65% !important;
  }
  #splash-footer {
    margin-top: -34%;
  }
}
@media (width: 540px) {
  #splash-light {
    height: 200px;
    width: 200px;
    right: 1%;
    margin-top: -70%;
  }
  #splash-image-teaser .cmp-teaser__image img {
    height: 40%;
  }
  #splash-video {
    padding-top: 11%;
  }
}
@media only screen and (min-width: 301px) and (max-width: 319px) {
	#splash-light {
		right: 0.5%;
		margin-top: -85%;
		height: 200px;
		width: 200px;
   }
   #splash-image-teaser .cmp-teaser__image img {
    height: 30%;
  }
	#splash-image-teaser .cmp-teaser__description {
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0;
	}
	#splash-image-teaser .cmp-teaser__content {
		margin-top: -60%;
	}
	#splash-image-teaser .cmp-teaser__title {
		font-size: 18px;
		line-height: 25px;
	}
	#splash-video {
		padding-top: 5%;
		padding-bottom: 5%;
	}
}
@media only screen and (min-width: 280px) and (max-width: 300px) {
  #splash-light {
    right: 0.5%;
    margin-top: -85%;
    height: 200px;
    width: 200px;
  }
  #splash-image-teaser .cmp-teaser__image img {
    height: 30%;
  }
  #splash-image-teaser .cmp-teaser__content {
    margin-top: -65%;
  }
  #splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 15%;
  }
  #splash-image-arrow {
    margin-top: -6.5%;
  }
  #splash-video {
    padding-top: 10%;
    width: 100% !important;
	padding-bottom: 5%;
  }
  #splash-image-teaser .cmp-teaser__title {
    font-size: 18px;
    line-height: 24px;
	}
  #splash-image-teaser .cmp-teaser__description {
	font-size: 14px;
	line-height: 22px;
	margin: 8px 0;
  }
}
@media (width: 1280px) {
  #splash-image-teaser .cmp-teaser__image img {
    height: 15%;
  }
  #splash-image-teaser .cmp-teaser__content {
    margin-top: -18%;
  }
  #splash-image-arrow {
    margin-top: -1.5%;
  }
  #splash-video {
    padding-top: 4.5%;
  }
}
@media (width: 912px) {
  #splash-light {
    right: 2.5%;
    margin-top: -80%;
  }
}
@media (width: 360px) {
  #splash-light {
    height: 200px;
    width: 200px;
    right: 1%;
    margin-top: -75%;
  }

  #splash-image-teaser .cmp-teaser__image img {
    height: 50%;
  }
  #splash-image-teaser .cmp-teaser__content {
    margin-top: -105%;
  }
  #splash-image-arrow {
    margin-top: -5.5%;
  }
  #splash-image-teaser .cmp-teaser__action-container a {
    margin-left: 12%;	
  }
  #splash-video {
    padding-top: 6%;
    width: 100% !important;
  }
}
@media (width: 2560px) {
  #splash-light {
    height: 750px;
    width: 750px;
    right: 10%;
    margin-top: -65%;
  }
  #splash-image-teaser .cmp-teaser__image img {
    height: 10%;
  }
  #splash-image-teaser .cmp-teaser__content {
    margin-top: -12%;
  }
  #splash-image-teaser .cmp-teaser__title a {
    font-size: 60px;
    line-height: 75px;
  }
  #splash-image-teaser .cmp-teaser__description {
    font-size: 30px;
    line-height: 36px;
  }

  #splash-image-teaser .cmp-teaser__action-container a {
    font-size: 24px;
    line-height: 24px;
    margin-left: 2%;
  }

  #splash-video {
    padding-top: 2.5%;
  }
}
@media (min-width: 1920px) {
  #splash-video {
    padding-top: 9.5%;
    width: 100% !important;
  }
  #splash-video .bd-brightcove-video {
    width: 100% !important;
    height: 100% !important;
  }
  #splash-light {
    height: 750px;
    width: 750px;
    right: 7%;
    margin-top: -70%;
  }
  #splash-video {
    padding-top: 2.5%;
  }
}
@media (min-width: 1310px) {
  #splash-video {
    padding-top: 12.5%;
    width: 80% !important;
  }
  #splash-video .bd-brightcove-video {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1110px) {
  #splash-video {
    padding-top: 12%;
    padding-bottom: 0.5%;
    width: 80% !important;
  }

  #splash-video .bd-brightcove-video {
    width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 400px) and (max-width:767px){
	#splash-image-teaser .cmp-teaser__content {
    margin-top: -48%;
    }
    #splash-video {
    padding-top: 14%;
    width: 100% !important;
    padding-bottom: 1%;
    }
}
@media (max-width: 1023px) {
    .languages-tab-mobile .languages-mobile li{
        color: #fff;
        font-size: 14px;
        font-weight: none;
    }
    .languages-tab-mobile .languages-mobile h5{
        color: #fff;
        font-size: 16px;
    }
}
/* below lines added after comparision */
@media (width: 320px){
    #splash-light{
        height: 200px;
        width: 200px;
        right: 1%;
        margin-top: -80%;
   }
    #splash-image-teaser .cmp-teaser__image img {
        height: 65%;
   }
    #splash-image-teaser .cmp-teaser__content {
        margin-top: -120%;
   }
    #splash-image-arrow {
        margin-top: -6.5%;
   }
    #splash-image-teaser .cmp-teaser__action-container a {
        margin-left: 12%;
   }
    #splash-video{
        padding-top: 9%;
        width: 100% !important;
   }
}
@media (width: 375px){
    #splash-light{
        height: 200px;
        width: 200px;
        right: 1%;
        margin-top: -75%;
   }
    #splash-image-teaser .cmp-teaser__image img {
        height: 65%;
   }
    #splash-image-teaser .cmp-teaser__content {
        margin-top: -100%;
   }
    #splash-image-arrow {
        margin-top: -5.5%;
   }
    #splash-image-teaser .cmp-teaser__action-container a {
        margin-left: 12%;
   }
    #splash-video {
        padding-top: 5%;
        width: 100% !important;
   }
}
@media (width:280px){
    #splash-light {
        right: 0.5%;
        margin-top: -85%;
        height: 200px;
        width: 200px;
   }
    #splash-image-teaser .cmp-teaser__image img {
        height: 65%;
   }
    #splash-image-teaser .cmp-teaser__content {
        margin-top: -150%;
   }
    #splash-image-teaser .cmp-teaser__action-container a {
        margin-left: 15%;
   }
    #splash-image-arrow {
        margin-top: -6.5%;
   }
    #splash-video {
        padding-top: 6%;
        width: 100% !important;
   }
}

/*
@media only screen and (min-width: 600px) {
  .embecta-container:not(.bd-header>.embecta-container){
    min-height: 500px;
  }
}

@media only screen and (min-width: 1600px) {
  .embecta-container:not(.bd-header>.embecta-container){
    min-height: 600px;
  }
}

@media only screen and (min-width: 2600px) {
  .embecta-container:not(.bd-header>.embecta-container){
    min-height: 900px;
  }
}

@media only screen and (min-width: 3300px) {
  .embecta-container:not(.bd-header>.embecta-container){
    min-height: 2210px;
  }
}
*/

@media(max-width: 767px){
     .bd-header__navigation li{
         color: #ffffff;
     }
     .bd-header__navigation p {
          color: #ffffff;
     }
     .bd-header__navigation > li:nth-child(1) {
         order: 3;
    }
    /* consumers */
     .bd-header__navigation > li:nth-child(2) {
         order: 4;
    }
    /* healthcare providers */
     .bd-header__navigation > li:nth-child(3) {
         order: 5;
    }
    /* about us */
     .bd-header__navigation > li:nth-child(4) {
         order: 1;
    }
    /* careers */
     .bd-header__navigation > li:nth-child(5) {
         order: 2;
    }
    /* careers */
     .bd-header__navigation > li:nth-child(6) {
         order: 6;
         margin-top: 200px;
    }
    /* careers */
    .nav-brand{
            left: 50%;
                }
    .languages-tab-mobile .languages-mobile{
            max-height: 15rem !important;
                        }
}

@media (max-width: 767px){
     .navigation-portrait .bd-header__navigation>li.user-preferences, .navigation-portrait .bd-header__navigation>li.user-preferences-1 {
         padding-right: 0pc!important;
    }
     .navigation-portrait .bd-header__navigation>li.user-preferences, .navigation-portrait .bd-header__navigation>li.user-preferences-1 {
         padding-right: 36px;
    }
     .navigation-portrait .bd-header__navigation>li.user-preferences .arraow, .navigation-portrait .bd-header__navigation>li.user-preferences-1 .arraow {
         position: relative;
         float: right;
         top: -10px;
         bottom: 8px;
         right: 9%;
         left: auto;
    }
    .bd-header .arraow:after, .bd-header .arraow:before {
      background: white !important;
    }
    .subMenuSymbol>i {
        width: 24px;
        height: 24px;
        float: right;
        position: relative;
        background-image: url(/content/dam/bdcom-assets/en/en-us/images/graphic/icon/Down%20Arrow%20Icon_White.svg) !important;
        background-repeat: no-repeat
    }
}

@media (min-width: 767px){
  .sign-out-optional {
    display: none;
  }
}


/* temp css to be removed start by Mohit to hide my contract tile

#contract_el{
	display: none;
}

.row-card .col-lg-3 {
	width: 33% !important;
}

temp css to be removed end*/


/* home video */
#home-video {
    max-width: 80% !important;
    margin: 0 auto;
    margin-top: 10%;
}

#content-div-jp .bd-spotlight__container-right-inner.bd-spotlight__padding-left-image-video img { 
    height: 100%;
}
#content-div-jp .bd-spotlight__main-container .bd-spotlight__container-secondary .bd-spotlight__container-left { 
    min-height: auto; 
}

@media (min-width: 768px) {
#banner-japan .spotlightCarousel-item__image img {
	width : 100% !important;
	height: auto !important;
}
}
