@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700;900&display=swap");
/* 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 !important;
  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-pc-btn-handler {
  font-size: 0.813em !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;
  }
  .bd-header__user {
    margin-right: 10px;
  }

  .languages-tab a {
    display: flex;
  }

  .languages-tab .bd-header__globe-label {
    min-width: 85%;
	padding-right: 0px;
  }

  .languages-tab .bd-header__globe {
    margin-right: 5px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1439px){
  .bd-header__navigation__right .bd-header__site .arraow {
    display: block;
	position: relative;
    right: 10px;
    top: 7px;
    }
}

@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__show-card ul{
    /* display: flex !important; */
	}
}

.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 .bd-content-card-list__img,
.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 .bd-content-card-list__img: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-spotlight__main-container .bd-spotlight__container-right.spotlightCarousel-block .spotlightCarousel-item__image img{ 
 border-radius: 0px !important; 
}

@media (max-width: 768px) {
  .bd-spotlight__main-container .bd-spotlight__container-right.spotlightCarousel-block .bd-spotlight__container-right-inner{
	  height: 350px !important;
  }
}

.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;
}

@media (max-width: 1439px) {
  .bd-image-card__details {
    font-size: 14px;
  }
}

.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: 80%;
  }
}

@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: 80%;
  }
}

@media (min-width: 964px) {
  .bd-footer__description > div {
    width: 80%;
  }
}

@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%;
  }
  #anz-splash #splash-image-arrow {
  position: relative;
  bottom: 50px;
  margin-top: 0px !important;
  }

  #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%;
  }
 #anz-splash #second-arrow{
	  margin-top: 5px;
  }
}
@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%;
	margin-left: 6%;
    margin-right: 8%;
  }
   #anz-splash #splash-image-teaser .cmp-teaser__content {
    margin-top: -75%;
	margin-left: 6%;
    margin-right: 8%;
  }
  #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;
	}
	#anz-splash #splash-image-teaser .cmp-teaser__action-container{
		height:32px;
	}
}
@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: -60%;
    }
    #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;
    }
}

/* Product discontinued message code */

.alert-mess { 
margin: 0 auto 0 auto;
 padding: 20px 5px;
 text-align: center; 
 color: #004593;
 background-color: #f7f7f7;
 font-size: 15pt;
 z-index: 10; 
 border-top: 2px solid #e5e5e5; 
 }
 
 .alert-mess p { 
 font-family: 'FS Albert Pro', Helvetica, Arial, Verdana, sans-serif !important;
 opacity: 1 !important; 
 margin-left: 10px !important;
 margin-right: 10px !important;
 //text-decoration: none;
 }
 
 .alert-mess:hover, .alert-mess:hover p {
    color: #ffffff !important;
    background-color: #004593 !important;
}
/* Product discontinued message code end */

#terms-container .component-heading{

 font-size: 20px !important;

}
.bd-spotlight__container-left__description-left p{
    font-weight:normal !important;
}
.bd-spotlight__container-left__description-left span{
    font-weight:normal !important;
    font-size: 18px !important;
}

/* Carausal arrow fixes */

.slider-handlers.slider-handler-no-content .slick-arrow{
  display: inline-block !important;
}

.bd-product-page-heading .bd-sidebar-component__container .component-heading{
  overflow-wrap: break-word;
}

/* United Kingdom START */

#content-div-4 .bd-image-card__image-wrapper{
    display: flex;
    justify-content: center;
}

#content-div-5-gb .cmp-container-responsive {
  padding: 1rem 3.8rem !important;
}

#content-div-5-gb #text-container{
  padding-top: 0.5rem;
}

#micro-fine-pn-portfolio-hcp-gb #ref{
  padding-top: 4.7rem;
}


#content-div-1 .cmp-container-responsive {
  padding: 0 1.875rem !important;
}

 

#content-div-1 #content-div-1-first-child {
  padding-bottom: 3rem !important;
   padding-top: 3rem !important;
}

#content-div-1 #ref{
padding-top: 1rem;	
}

#content-div-6 .cmp-container {
    padding-left: 2rem;

 

}
#content-div-3-gb .cmp-container-responsive {

 

  padding: 0rem 1.875rem !important;

 

}

#ultra-fine-4mm-hcp-gb #ref{
  padding-top:30.6rem;
}
 
 #content-div-3-gb #ref{
  padding-top: 13rem;
}

#content-div-3-gb #product-family-overview-03{
  padding-bottom: 3rem !important;
}

#content-div-3-gb #product-family-overview-01{
	padding-top: 4rem !important;
}


#content-div-3-gb .bd-container__grey{
  padding-top: 2rem;
}
#content-div-2 .cmp-container-responsive{
  padding: 0 1.875rem !important;
}

#content-div-2 #text-container-consumer-gb{
  padding-bottom: 3rem;
}

#bd-micro-fine-ultra-4mm-gb #ref{
  padding-top: 15rem;
}

#bd-micro-fine-ultra-4mm-gb #product-family-overview-03{
  padding-top: 1rem;
}

#bd-micro-fine-pen-needle-portfolio-c-gb #product-family-overview-03{
  padding-top: 0rem;
}

#bd-micro-fine-pen-needle-portfolio-c-gb #ref{
  padding-top: 4.5rem;
}

#bd-autoshield-gb #ref{
  padding-top: 21rem;
}

#bd-autoshield-gb #product-family-overview-04{
  padding-top: 0rem;
}

#viva-pen-needle-c-gb #product-family-overview-02{
  padding-top: 1rem;
}

#viva-pen-needle-c-gb #product-family-overview-03{
  padding-top: 0rem;
}

#viva-pen-needle-c-gb #ref{
	padding-top: 3.4rem;
}

#viva-pen-needle-gb #ref{
  padding-top: 3.3rem;
}

#micro-fine-sy-portfolio-gb #ref{
  padding-top: 0.8rem;
}

#bd-microfine-insuline-syringe-c-gb #product-family-overview-03{
  padding-top: 0rem;
  padding-bottom: 3rem;
}

#bd-safety-glide-gb #ref{
  padding-top: 6rem;
}

#bd-safety-glide-gb #product-family-overview-03{
  padding-top: 0rem;
  padding-bottom: 3rem;
}

#content-div-4 #home-video {
    padding-top: 1rem;
    max-width: 100%;
}

#content-div-2 #first-child{
   padding-bottom: 1rem !important;
    padding-top: 3rem !important;
    padding-left: 0rem !important;
}

 

#content-div-4 #home-last{
    padding-top: 1rem !important;
}

 

#content-div-4 #home-last .bd-image-card__content{
    padding-top: 1rem!important;
  padding-bottom: 2rem !important;
}

#content-div-2 {
  padding-bottom: 3rem;
}

#content-div-2 #first-child img{
  height: 180px;
}

/* United Kingdom END */

/* Ireland START */

#content-div-ie #content-div-4-ie {
  padding-left: 2rem !important;
}

#content-div-ie .cmp-container-responsive{
  padding: 0 3rem !important;
}

#content-div-ie #content-div-1-ie .cmp-container-responsive{
  padding-left: 2rem !important;
}

#content-div-ie #content-div-1-ie{
  padding-bottom: 3rem !important;
   padding-top: 3rem !important;
}

#content-div-ie #product-family-overview-03{
  padding-top: 1rem !important;
}

#content-div-ie #product-family-overview-01{
  padding-top: 3rem !important;
}

#content-div-ie #insulin-syringes{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

#content-div-ie-viva #product-family-overview-02{
  padding-top: 1.5rem !important;
}

#content-div-ie-viva-c #product-family-overview-02{
  padding-top: 1.5rem !important;
}

#content-div-ie-about-us .cmp-container-responsive{
  padding: 2rem 3rem !important;
}

#content-div-ie-home #home-last{
  padding-top: 1rem !important;
}

#content-div-ie-home #home-last .bd-image-card__content {
    padding-top: 0rem!important;
    padding-bottom: 2rem !important;
    padding-right: 0rem !important;
}

#content-div-ie-home #home-last .bd-image-card__image-wrapper {
    display: flex;
    justify-content: center;
}

#bd-autoshield-ie #product-family-overview-02 {
  padding-top: 1rem;
}

#bd-autoshield-ie #product-family-overview-03{
  padding-top: 0rem;
}

#bd-autoshield-ie #ref{
  padding-top: 16rem;
}

#micro-fine-pn-portfolio-hcp-ie #ref{
  padding-top: 4.6rem;
}

#bd-micro-fine-insuline-ie #ref-text{
  padding-top: 0.5rem;
}

#bd-micro-fine-insuline-ie #product-family-overview-02{
  padding-top: 1rem;
}

#bd-micro-fine-insuline-ie #product-family-overview-03{
  padding-top: 0rem;
}

#content-div-1-ie .bd-content-card-list__card-list{
  padding-top: 1rem;
  grid-template-columns: repeat(3,32.175%) !important;
}

#bd-micro-fine-insuline-c-ie #product-family-overview-02{
  padding-top: 2rem;
}

#bd-microfine-ultra-4mm-c-ie #ref{
  padding-top: 33.4rem;
}

#bd-micro-fine-ultra-4mm-hcp-ie #ref{
  padding-top: 13.6rem;
}

#content-div-ie #ref{
  padding-top: 4.7rem;
}

#content-grid-home #txt-teaser{
	max-width: 50% !important
}

#content-div-ie-home .bd-content-card-list__card:nth-child(4) .bd-content-card-list__img:after,#content-div-ie-home .bd-content-card-list__card:nth-child(1) .bd-content-card-list__img:after {
	content: none
}

#content-div-ie-home #home-video {
    padding-top: 1rem;
    max-width: 100%!important ;

}

#content-div-safety-ie #ref{
  padding-top: 8.6rem;
}

/* Ireland END */

/* Europe START */


#content-div-eu-about-us .cmp-container-responsive{
  padding: 2rem 3rem !important;
}

#content-div-eu #content-div-1-eu .cmp-container-responsive{
  padding-left: 2rem !important;
}

#content-div-eu #content-div-1-eu{
  padding-bottom: 3rem !important;
   padding-top: 3rem !important;
}

#content-div-1-eu .bd-content-card-list__card-list{
  padding-top: 1rem;
  grid-template-columns: repeat(3,32.175%) !important;
}

#content-div-eu .cmp-container-responsive{
  padding: 0 3rem !important;
}

#content-div-eu-home #home-last{
  padding-top: 1rem !important;
  padding-bottom: rem !important;
}

#content-div-eu-home #home-last .bd-image-card__content {
    padding-top: 0rem!important;
    padding-bottom: 2rem !important;
    padding-right: 0rem !important;
}

#content-div-eu-home #home-last .bd-image-card__image-wrapper {
  padding-top: 1rem;
    display: flex;
    justify-content: center;
}

#content-div-eu #text-container{
  padding-bottom: 2rem; 
}

#content-div-eu-consumer #reference{
  padding-top: 0rem;
  padding-bottom: 1rem;
}

#content-div-eu-pen-needle-portfolio #product-family-overview-03 {
  padding-top: 0rem;
}

#content-div-eu-insuline-syringes-c #product-family-overview-04 {
  padding-top: 0rem;
}

#content-div-eu-pen-needle #product-family-overview-03 {
  padding-top: 0rem;
}

#content-div-eu #opportunity .bd-contaniner__second-column{
  padding-bottom: 2rem !important;
}

#content-div-eu-home .bd-content-card-list__card:nth-child(4) .bd-content-card-list__img:after,
#content-div-eu-home .bd-content-card-list__card:nth-child(1) .bd-content-card-list__img:after { 
content: none
}

#bd-pen-needle-portfolio-c-eu #ref{
  padding-top: 5.7rem;
}

#content-div-eu #opportunity{
  padding-top: 4rem !important;
}

#content-div-eu-pen-needle-portfolio #ref{
  padding-top: 4.7rem;
}

#content-div-eu-consumer .bd-content-card-list__card{
  width: 150%;
  padding-left: 5rem;
}

#content-div-eu .bd-content-card-list__card{
  width:150%;
  padding-left:5rem;
}

#content-div-eu #top{
  padding-top:2rem !important;
}

 
@media (min-width: 1500px) {
#content-div-eu .bd-content-card-list__product-card{
    max-width: 265px !important;
  }
  
#content-div-eu-consumer .bd-content-card-list__product-card{
  max-width: 265px !important;
  width: 100%;
}

#content-div-eu-consumer .bd-content-card-list__card-list{
    width: 127%;
  }
  
#content-div-eu .bd-content-card-list__card-list{
    width: 127%;
  }
}

#content-div-eu .bd-content-card-list__product-card{
  max-width: 180px ;
}

#content-div-eu-consumer .bd-content-card-list__product-card{
  max-width: 180px ;
}

/* Europe END */

/* home video */
#home-video, #splash-video {
    max-width: 80% !important;
    margin: 0 auto;
    margin-top: 10%;
}

#content-div #txt-teaser :nth-child(3) {
  position: relative;
}
@media only screen and (min-width: 568px) { 
#content-div #txt-teaser :nth-child(3) .forward-arrow-icon {
  display:inline;
  position:absolute;
}
}
 
@media only screen and (max-width: 567px) { 
#content-div #txt-teaser :nth-child(3) .forward-arrow-icon {
  display:inline;
  position:absolute;
  top: 3px;
}
}


@media only screen and (min-width: 568px) {
  #content-div #home-last {
  padding-top: 0.5rem;
}
 
#content-div #home-last .bd-image-card__image-wrapper {
  display: flex;
  justify-content: center;
}
 
#content-div #home-last .bd-image-card__wrapper .bd-image-card__content {
   width: 50%;
    padding-top: 0rem!important;
    padding-bottom: 2rem !important;
    padding-right: 0rem !important;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 959px){
	#content-div #home-last .bd-image-card__wrapper .bd-image-card__content {
	margin: 0px auto;
}
}

/* France start */

#content-div-about-fr #Une-vie-non{
  padding-bottom: 0rem;
}

#content-div-about-fr #about-video{
  padding-top: 0rem;
}

#content-div-about-fr #Linnovation{
  padding-top: 0rem;
}

#micro-fine-ultra-pro-fr #ref{
  padding-top: 11.5rem;
}

#bd-micro-fine-ultra-gamme-fr #ref{
  padding-top: 3.5rem;
}

#safety-assist-fr #ref{
  padding-top: 4.8rem;
}

#safety-glide-fr #ref{
  padding-top: 3.5rem;
}

#bd-autoshield-fr #ref{
  padding-top: 17.6rem;
}

#micro-fr #ref{
  padding-top:2.1rem;
}

#bd-micro-fr #ref{
  padding-top: 3.5rem;
}

#Providers-fr #Faites-fr{
  padding-bottom: 0rem;
}

#Providers-fr #Application-fr{
  padding-top: 0rem;
  padding-bottom: 0rem;
}

#bd-micro-fine-ultra-pen-needle-c #ref{
  padding-top: 11.7rem;
}

#bd-micro-fine-ultra-pen-needle-c #product-family-overview-02{
  padding-bottom: 0rem;
}


#bd-micro-fine-ultra-pro-fr #ref{
  padding-top: 32.4rem;
}

#content-div-about-fr #Linnovation {
  padding-bottom: 0rem;
}

#bd-heading-fr-contact-us .component-heading {
  overflow-wrap: normal ;
}


@media (min-width: 768px) {
  *:lang(fr-fr) .bd-header__navigation > li:nth-child(6) {
    right: 250px !important;
  }
  
  *:lang(fr-fr) .bd-header__navigation > li:nth-child(7) {
    right: 160px !important; 
  }  
  
}
/* France end */

/* CANADA ------------------------------------------------------------------- */

@media (max-width: 1023px) {
  *:lang(en-CA) .nav-toggle + a,
  *:lang(fr-CA) .nav-toggle + a {
    right: calc(-30% + 39px);
  }
}

*:lang(en-CA) .bd-footer__bottom-left,
*:lang(fr-CA) .bd-footer__bottom-left {
  margin-top: 1rem;
}

*:lang(en-CA) .bd-footer__bottom ul li,
*:lang(fr-CA) .bd-footer__bottom ul li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media (min-width: 768px) {
  *:lang(fr-CA) .bd-footer__bottom ul li {
    font-size: 12px;
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  *:lang(fr-CA) .bd-footer__bottom ul li {
    font-size: 16px;
    margin-right: 20px;
  }
}

*:lang(en-CA) .bd-footer__description > a > img,
*:lang(fr-CA) .bd-footer__description > a > img {
  height: 40px;
}

@media (min-width: 1440px) {
  *:lang(en-CA) .bd-footer__description > a > img,
  *:lang(fr-CA) .bd-footer__description > a > img {
    height: 40px
  }
}

@media (min-width: 964px) {
  *:lang(en-CA) .bd-footer__description > div,
  *:lang(fr-CA) .bd-footer__description > div {
    width: 80%;
  }
}

@media (max-width: 767px) {
  *:lang(en-CA) .bd-footer__description > a,
  *:lang(fr-CA) .bd-footer__description > a {
    left: 0;
    right: 0;
  }
}

/* add margins to "embecta, formerly part of BD..." disclaimer */
*:lang(en-CA) .bd-text__center.font-size-14-all > p > i,
*:lang(fr-CA) .bd-text__center.font-size-14-all > p > i {
  display: inline-block;
  margin: 0 1.875rem;
}

@media (min-width: 768px) {
  *:lang(fr-CA) .bd-header__navigation > li:nth-child(6) {
    right: 250px !important;
  }
  
  *:lang(fr-CA) .bd-header__navigation > li:nth-child(7) {
    right: 160px !important; 
  }  

/* CANADA end */

/* NETHERLANDS -------------------------------------------------------------- */
/*
@media (min-width: 768px) {
  *:lang(nl-NL) .bd-header__navigation > li:nth-child(5),
  *:lang(nl-NL) .bd-header__navigation > li:nth-child(6) {
    padding: 10px;
    margin-right: 0;
    position: absolute;
    right: -35px;
    top: 3px;
  }
}
*/

@media (min-width: 768px) {
  *:lang(nl-NL) .bd-header__navigation > li:nth-child(7) {
    right: 54px !important;
  }
}
/* NETHERLANDS end */

/* BELGIUM-Dutch */
@media (min-width: 768px) {
  *:lang(nl-BE) .bd-header__navigation > li:nth-child(7) {
    right: 54px !important;
  }
}

/* BELGIUM-Dutch end */

/* SPAIN
@media (min-width: 768px) {
	*:lang(es-es) .bd-header__navigation > li:nth-child(6){
		right: 140px !important
    }
}

@media (min-width: 768px) {
    *:lang(es-es) .bd-header__navigation > li:nth-child(7) {
        right: 62px !important;
    }
}
END SPAIN

US-SPANISH
@media (min-width: 768px) {
	*:lang(es-us) .bd-header__navigation > li:nth-child(6){
		right: 170px !important
    }
}

@media (min-width: 768px) {
	*:lang(es-us) .bd-header__navigation > li:nth-child(7) {
        right: 97px !important;
   }
}
END US-SPANISH */

/* Add padding around non-carousel product hero images */
@media (max-width: 1023px) {
  body.familypage .bd-spotlight__image-box {
    margin-left: auto;
    /* padding: 20px 20px 65px 20px; */
    padding: 5% 5% 12% 5%;
  }
}

/* center footer social icons on mobile */
@media (max-width: 767px) {
  .bd-footer__bottom-right > ul {
    max-width: 280px;
  }
}

/* add underline to footer link hover & active states */
.bd-footer a:hover,
.bd-footer a:active {
  text-decoration: underline;
}

/* white dropdown arrows for mobile nav */

@media (max-width: 1023px) {
  .subMenuSymbol > i {
    background-image: url("/content/dam/bdcom-assets/en/en-us/images/graphic/icon/arrow-down-white.svg");
  }
}

@media (max-width: 1023px) {
  .subMenuSymbol.active > i {
    background-image: url("/content/dam/bdcom-assets/en/en-us/images/graphic/icon/arrow-up-white.svg");
  }
}

/* product page hero size & position */

@media (min-width: 1024px) {
	body.familypage .bd-spotlight__container-right-inner .bd-spotlight__image-box {
    align-items: center;
    display: flex;
		height: 553px;
    justify-content: end;
	}
}

body.familypage .bd-spotlight__container-right-inner .bd-spotlight__image-box img {
	border-radius: unset;
	height: auto;
	min-height: 0;
	width: 100%;
}

@media (min-width: 1024px) {
	body.familypage .bd-spotlight__container-right-inner .bd-spotlight__image-box img {
		height: auto;
    max-height: 450px;
    max-width: 790px;
		width: auto;
	}
}

/* 
  card list styles brought over from prod because the
  client-side libs aren't the same on staging
*/

.bd-content-card-list .bd-content-card-list__img,
.bd-content-card-list-two-column .bd-content-card-list__img,
.bd-content-card-list .bd-content-card-list__product-card,
.bd-content-card-list-two-column .bd-content-card-list__product-card {
  width: 100% !important;
}

.bd-content-card-list .bd-content-card-list__background,
.bd-content-card-list-two-column .bd-content-card-list__background {
  width: 100%;
  height: 177px;
}

@media (min-width: 768px) {
  .bd-content-card-list .bd-content-card-list__background,
  .bd-content-card-list-two-column .bd-content-card-list__background {
    height: 139px;
  }
}

@media (min-width: 1024px) {
  .bd-content-card-list .bd-content-card-list__background,
  .bd-content-card-list-two-column .bd-content-card-list__background {
    height: 164px;
  }
}

@media (min-width: 1440px) {
  .bd-content-card-list .bd-content-card-list__background,
  .bd-content-card-list-two-column .bd-content-card-list__background {
    height: 16pc;
  }
}

.bd-image-card__image,
.bd-content-card-list .bd-content-card-list__img,
.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;
}

.bd-content-card-list .bd-content-card-list__img,
.bd-content-card-list-two-column .bd-content-card-list__img,
.bd-content-card-list .bd-content-card-list__product-card,
.bd-content-card-list-two-column .bd-content-card-list__product-card {
  width: 100% !important;
}

.bd-content-card-list .bd-content-card-list__img > img,
.bd-content-card-list-two-column .bd-content-card-list__img > img,
.bd-content-card-list .bd-content-card-list__video,
.bd-content-card-list-two-column .bd-content-card-list__video {
  width: 100%;
  height: 177px;
  /* -o-object-fit: cover; */
  -o-object-fit: contain;
  /* object-fit: cover; */
  object-fit: contain;
  /*padding: 0.5rem;*/
}

@media (min-width: 768px) {
  .bd-content-card-list-two-column .bd-content-card-list__img > img,
  .bd-content-card-list-two-column .bd-content-card-list__video {
    /* height: 139px; */
    height: 164px;
    /* height: auto; */
    padding: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .bd-content-card-list-two-column .bd-content-card-list__img > img,
  .bd-content-card-list-two-column .bd-content-card-list__video {
    height: 12pc;
    /* height: auto; */
  }
}

/* product detail page references section text */
body.familypage #product-family-overview-03 p {
  font-weight: normal !important;
}

/* remove brand card max height */
.brand-lines-13 .brand-card-text {
  max-height: none !important;
}

/* remove brand card's last paragraph bottom margin */
.brand-card .cmp-text p:last-child {
  margin-bottom: 0 !important;
}


#splash-image-teaser .cmp-teaser__action-container{

flex-direction: column;

    display: flex;

}

#splash-image-teaser .cmp-teaser__action-container .cmp-teaser__action-link {

	text-decoration: underline;

    margin-top: 10px;

	}
	
#sweden-home #splash-image-arrow .image{
    position: relative;
	}
@media only screen and (min-width: 768px) { 
 #sweden-home #splash-image-arrow .image{
	bottom: 40%;
	}
}

@media (min-width: 376px) and (max-width:767px) {
    #anz-splash #splash-image-arrow {
        margin-top: -16.5%;
    }

    #anz-splash #second-arrow img {
        padding-top: 4px;
    }

    #anz-splash #splash-image-teaser .cmp-teaser__image img {
        height: 54%!important;
    }

    #anz-splash #splash-image-teaser .cmp-teaser__content {
        margin-top: -100%;
        margin-left: 6%;
        margin-right: 8%;
    }

    #anz-splash #splash-footer {
        margin-top: 30px;
    }

    #anz-splash .cmp-teaser__content {
        height: 375px;
    }

    #anz-splash #splash-image-teaser .cmp-teaser__description {
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0;
    }
}

@media (min-width: 320px) and (max-width: 376px) {

    #anz-splash #splash-image-arrow {
        margin-top: -18.5% !important;
    }

    #anz-splash #second-arrow img {
        padding-top: 4px;
    }

    #anz-splash #splash-image-teaser .cmp-teaser__image img {
        height: 70% !important;
    }

    #anz-splash #splash-image-teaser .cmp-teaser__content {
		position: relative;
		bottom: 25px;
        margin-top: -105%;
        margin-left: 6%;
        margin-right: 8%;
    }

    #anz-splash #splash-footer {
        margin-top: 30px;
    }

    #anz-splash .cmp-teaser__content {
        height: 375px;
    }

    #anz-splash #splash-image-teaser .cmp-teaser__description {
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0;
    }
}

#anz-splash #splash-image-teaser .cmp-teaser__description {
    margin: 14px 0 !important;
}

@media (width: 1280px) {
    #anz-splash #splash-image-teaser .cmp-teaser__image img {
        height: 25%;
    }
}

@media (min-width: 968px) {
    #anz-splash #splash-image-teaser .cmp-teaser__image img {
        height: 35%;
    }

    #anz-splash #splash-image-teaser .cmp-teaser__content {
        margin-top: -30%;
    }
}

@media (min-width: 740px) {
    #anz-splash #splash-image-teaser .cmp-teaser__image img {
        height: 45%;
    }

    #anz-splash #splash-image-teaser .cmp-teaser__content {
        margin-top: -33%;
    }
    #anz-splash #blank-space {
		background-color: white;
    height: 50px;
	}
}
#column-1{
	padding-left: 50px;
}

@media (min-width: 1024px){
#store-link .bd-image-grid__img {
    max-width: 100% !important; 
}
}

@media (min-width: 783px){
#store-link .bd-image-grid-3-col__ul > li:first-child {
  margin-left: 25% !important;
}
}

#us-image .bd-spotlight__image-box img{
	background: transparent !important;
}



@media(max-width: 768px) {
 #embassador .bd-image-grid__img {
        max-width:9.37rem;
        max-height: 9.37rem;
    }

   #embassador .bd-image-grid__container-bottom ul {
        flex-direction: row!important;
    }

}


/* CE MARK ------------------------------------------------------------------ */

#ce-mark.bd-image-card__container {
  flex-direction: column;
  padding: 1 1.875rem 3rem;
  width: 100%;
}

@media (min-width: 1024px) {
  #ce-mark.bd-image-card__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1440px) {
  #ce-mark.bd-image-card__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 1441px) {
  #ce-mark.bd-image-card__container {
    margin: 0 auto;
    width: 90pc;
  }
}

#ce-mark.bd-image-card__container .bd-image-card__image-wrapper {
  margin-bottom: 4px;
  max-width: 60px;
  width: auto;
}

#ce-mark.bd-image-card__container .bd-image-card__image {
  height: auto;
  padding: 0;
  width: 50px;
}

#ce-mark.bd-image-card__container .bd-image-card__content {
  max-width: 60px;
  padding: 0;
  width: auto;
}

#ce-mark.bd-image-card__container .bd-image-card__details {
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
}


/* JAPAN PATIENT MODAL ------------------------------------------- */

#patient-modal-container_jp {}

@media (min-width: 576px) {
  #patientModalJp .modal-dialog {
    /* max-width: 600px; */
  }
}

#patientModalJp .modal-content {
  background-image: url('/content/dam/embecta/japan/modal-gradient-bg.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#patientModalJp .modal-header {
  border-bottom: none;
  padding: 2rem 3rem 0;
}

#patientModalJp .modal-header .nav-brand {
  height: auto;
  width: 110px;
}

#patientModalJp .modal-body {
  padding: 5rem 2.5rem 2.5rem;
  text-align: center;
}

#patientModalJp .modal-title {
  color: var(--purple);
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
}

#patientModalJp p {
  font-size: 0.875rem;
}

#patientModalJp .modal-footer {
  border-top: none;
  justify-content: center;
  padding: 0 2.5rem 5rem;
}

#patientModalJp .btn {
  background-color: var(--pink);
  border-color: var(--pink);
  font-size: 1.125rem;
  font-weight: 600;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  min-width: 80px;
}

.modal-backdrop {
  background-color: var(--white);
}


#ce-mark-new{
  max-height: 36px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  #ce-mark-new{
    margin-top:10px;
  }
}
/* END japan patient modal */


/** ARABIC site styles **/
html[lang="ar-SA"] {
  #bd-header__site {
  .desktop-header-countrylist.languages {
  left: 0;
  right: inherit;
  }
  .languages a.close {
  left: 22px;
  right: inherit;
  }
  }
  
  #navigation {
  .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
  }
  .nav-dropdown .nav-dropdown {
  right: 100%;
  left: inherit;
  }
  }
  
  @media (max-width: 1023px) {
  .nav-toggle + a {
  left: calc(-41% + 53px);
  right: inherit;
  }
  }
  
  footer {
  ul.bd-footer__bottom--right-socialicon {
  padding-right: 0;
  }
  .bd-footer__bottom-right ul li.d-block-lg {
  padding-right: 0;
  padding-left: 1.93rem;
  }
  ul.bd-footer__bottom--right-socialicon li>ul>li {
  margin-left: 1.68rem;
  margin-right: 0;
  }
  ul.bd-footer__bottom--right-socialicon li>ul>li:last-child {
  margin-left: 0;
  }
  .bd-footer__bottom ul li {
  margin-left: 20px;
  margin-right: 0;
  }
  .bd-footer__bottom ul li:last-child {
  margin-left: 0;
  }
  
  .bd-footer__description > div {
  align-items: flex-start;
  left: inherit;
  right: 3.4em;
  }
  
  @media (min-width: 1024px) {
  .bd-footer__description > div {
  align-items: flex-start;
  left: inherit;
  right: 5.3em;
  }
  }
  @media (min-width: 964px) {
  .bd-footer__description > div {
  right: 3.3em;
  }
  }
  
  @media (max-width: 767px) {
  .bd-footer__bottom-right > ul {
  max-width: 280px !important;
  padding: 0;
  }
  ul.bd-footer__bottom--right-socialicon li>ul>li:last-child {
  margin-right: 2.06rem;
  }
  ul.bd-footer__bottom--right-socialicon li>ul>li:first-child {
  margin-right: 0;
  }
  }
  }
  
  .aem-Grid.aem-Grid--largeDesktop--9>.aem-GridColumn.aem-GridColumn--largeDesktop--6 {
  float: right;
  }
  
  @media (min-width: 376px) and (max-width: 767px) {
  #arsa-heading > div {
  display: flex;
  flex-direction: column;
  
  & > .bd-contaniner__second-column {
  order: 2;
  }
  
  & > .bd-container__heading-width {
  order: 1;
  }
  }
  }
  }    