:root {
  --bs-primary: #008FB4;
  --bs-alt-color: #F26321;
  --bs-dark: #3C3C3C;
  --bs-light-blue: #EAF6F9;
  --bs-dark-blue: #003B5B;
  --tooltip-bg: var(--bs-primary);
  --bs-alt-text-color: #3c3c3c;
  --font-family: Arial, sans-serif;
  --font-family-alt: 'Klavika Basic', Arial, sans-serif;
}

html, body {
  font-family: var(--font-family);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--bs-alt-text-color);
}

.bg__light-blue {
  background-color: var(--bs-light-blue);
}

a {
  color: var(--bs-primary);
}

a:hover {
  text-decoration: none;
}

.nav__top-menu {
  font-size: .9rem;
  justify-content: center;
}

.nav__top-menu-mobile {
  justify-content: center;
}

@media (min-width: 768px) {
  .nav__top-menu {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .nav__top-menu {
    justify-content: space-evenly;
  }
}

.nav__top-menu .nav-link {
  font-size: 13.7px;
}

.nav-link, .dropdown-item {
  color: var(--bs-primary);
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  font-family: var(--font-family-alt);
}

.nav__top-menu-mobile .nav-link {
  color: var(--bs-white);
  font-weight: 400;
  font-family: var(--font-family);
  text-transform: none;
  font-size: 14.7px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: -0.03px;
  text-align: left;
  color: #fff;
  padding: 0;
}

@media (min-width: 992px) {
  .nav__top-menu .nav-link {
    font-size: 13.7px;
  }
}

@media (min-width: 1200px) {
  .nav__top-menu .nav-link {
    font-size: 13.7px;
  }
}

@media (min-width: 1400px) {
  .nav__top-menu .nav-link {
    font-size: 13.7px;
  }
}

.nav__top-menu .nav-link-light-dark, .nav__top-menu .nav-link-light-dark:hover, .nav__top-menu .nav-link-light-dark:focus, .nav__top-menu .nav-link-light-dark.active {
  font-size: 13.7px;
}

@media (min-width: 992px) {
  .nav__top-menu .nav-link-light-dark, .nav__top-menu .nav-link-light-dark:hover, .nav__top-menu .nav-link-light-dark:focus, .nav__top-menu .nav-link-light-dark.active {
    font-size: 13.7px;
  }
}

.nav__top-menu .nav-link-light-dark, .nav__top-menu .nav-link-light-dark:hover, .nav__top-menu .nav-link-light-dark:focus, .nav__top-menu .nav-link-light-dark.active {
  color: var(--bs-black);
  font-weight: 300;
}

.nav__top-menu .nav-link-light-dark:hover, .nav__top-menu .nav-link-light-dark:focus {
  color: var(--bs-dark);
}

.nav-link:hover, .nav-link:focus, .nav-link.active {
  color: var(--bs-alt-color);
}

.nav__top-menu-mobile .nav-link:hover, .nav__top-menu-mobile .nav-link:focus, .nav__top-menu-mobile .nav-link.active {
  color: var(--bs-light);
}

.nav__main-menu {
  background-color: #EAF5F8;
}

@media (min-width: 768px) {
  .nav__main-menu {
    background-color: transparent;
  }
}

.nav__main-menu .nav-item {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .nav__main-menu .nav-item {
    display: list-item;
    width: auto;
  }
}

.nav__main-menu .nav-link {
  white-space: nowrap;
  text-align: left;
  padding: 1.2rem;
  border-top: 1px solid #D2D2D2;
  border-right: 0;
  border-bottom: 1px solid #D2D2D2;
  border-left: 0;
}

@media (min-width: 768px) {
  .nav__main-menu .nav-link {
    white-space: nowrap;
    text-align: center;
    padding: .5rem;
    border: 0;
  }
}

.nav__main-menu .nav-link:hover, .nav__main-menu .nav-link:focus, .nav__main-menu .nav-link.active {
  color: var(--bs-alt-color);
  position: relative;
}

.nav__main-menu .nav-item .nav-link.active .select_indicator {
  position: absolute;
  width: calc(100% - var(--bs-nav-link-padding-x) * 2);
  bottom: -3px;
}

@media (min-width: 768px) {
  .nav__main-menu .nav-item .nav-link.active .select_indicator {
    position: absolute;
    /*width: calc(100% - var(--bs-nav-link-padding-x) * 2);*/
    width: calc(100% - .5rem * 2);
    bottom: -3px;
    border-bottom: 4px solid var(--bs-alt-color);
  }
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: 0.155em;
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.355' height='4.533' viewBox='0 0 8.355 4.533'%3E%3Cpath id='nav_dropdown_carrot_desktop' data-name='nav dropdown carrot desktop' d='M369.508,30.3l-2.844,2.572a.64.64,0,0,1-.868-.018l-2.549-2.517a.639.639,0,0,0-.868-.019h0a.558.558,0,0,0-.019.819l3.394,3.356a.639.639,0,0,0,.868.018l3.734-3.374a.557.557,0,0,0,.019-.819h0A.639.639,0,0,0,369.508,30.3Z' transform='translate(-362.19 -30.143)' fill='%23f26321'/%3E%3C/svg%3E");
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.dropdown-toggle.right::after {
  vertical-align: .055em;
  width: 5px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.989' height='8.5' viewBox='0 0 4.989 8.5'%3E%3Cpath id='nav_dropdown_carrot_desktop' data-name='nav dropdown carrot desktop' d='M840.582,28.276l2.83,2.894a.613.613,0,0,1-.02.882l-2.771,2.593a.616.616,0,0,0-.02.883h0a.647.647,0,0,0,.9.02L845.2,32.1a.615.615,0,0,0,.021-.883l-3.714-3.8a.647.647,0,0,0-.9-.019h0A.614.614,0,0,0,840.582,28.276Z' transform='translate(-840.405 -27.22)' fill='%23f26321'/%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {
  .nav__main-menu {
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .nav__main-menu {
    justify-content: end;
    align-items: center;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .nav__main-menu {
    justify-content: end;
    align-items: center;
    width: 100%;
  }
}

.nav__shadow {
  box-shadow: 0 5px 5px var(--bs-dark);
  background-color: #fff;
}

.nav__container {
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  /*margin: 10px auto 0;*/
}

.img__logo-opdivo-yervoy {
  width: 100%;
  height: auto;
  max-width: 420px;
}

@media (min-width: 1200px) {
  .img__logo-opdivo-yervoy {
    width: 100%;
    /*height: 100px;*/
    object-fit: cover;
  }
}

@media (min-width: 1400px) {
  .img__logo-opdivo-yervoy {
    width: 100%;
    /*height: 120px;*/
    object-fit: cover;
  }
}

.modal__indications {
  margin-top: 20px;
}

.modal__indications .modal-dialog {
  margin: 100px auto 30px auto;
  max-width: 1060px;
}

@media (min-width: 1200px) {
  .modal__indications .modal-content {
    padding: 60px 60px 30px 60px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
}

.modal__indications .modal-content {
  padding: 15px 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal__indications button.close {
  position: absolute;
  top: -100px;
  right: auto;
  left: 0;
  background: #f26322;
  color: #FFF;
  font-size: 380%;
  font-family: Arial, "sans-serif";
  line-height: 1em;
  font-weight: normal;
  width: 55px;
  height: 55px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  opacity: 1;
  z-index: 999;
  box-shadow: var(--bs-gray-100);
  border: var(--bs-gray-100);
}

.modal__indications button.close svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-size: 380%;
  font-family: Arial, "sans-serif";
  line-height: 1em;
  font-weight: normal;
  width: 55px;
  height: 55px;
}

.modal__indications .modal-header {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 10px 44px;
  width: auto;
  height: 50px;
  border-bottom: none;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  opacity: 1;
}

.modal__indications .modal-footer .btn__close {
  position: relative;
  display: inline-block;
  padding: 10px 50px;
  font-family: var(--font-family-alt);
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  width: 190px;
  height: 50px;
  background: #f26322;
  border-radius: 5px;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none;
  opacity: 1;
  cursor: pointer;
}

.modal__indications .modal-footer {
  border: none;
  width: 960px;
  height: 80px;
  padding: 15px;
}

.modal-backdrop.fade {
  background-color: #0d4564;
  opacity: 0.95;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  opacity: 1;
  filter: invert(41%) sepia(99%) saturate(1346%) hue-rotate(348deg) brightness(98%) contrast(94%);
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

.carousel-control {
  position: relative;
  display: flex;
  width: 150px;
  margin-bottom: 10px;
}

.carousel-control .carousel-control-pages {
  margin-inline: auto;
}

.modal-body {
  /*min-height: 360px;*/
  padding: 0;
}

.control__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .control__column {
    align-items: end;
  }
}

.control__label {
  margin: 0;
  color: var(--bs-alt-color);
  text-transform: uppercase;
  font-family: var(--font-family-alt);
  font-size: 16px;
}

.carousel-control-pages {
  font-weight: bold;
  color: var(--bs-backdrop-bg);
  font-size: 22px;
  line-height: 23px;
}

/* Header Home */

.header__home {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 400px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .header__home {
    height: 670px;
  }
}

@media (min-width: 1200px) {
  .header__home {
    height: 670px;
  }
}

.header__home .header__home-image-box {
  position: relative;
  width: 100%;
  height: 380px;
  background-color: #f4f4f4;
}

@media (min-width: 768px) {
  .header__home .header__home-image-box {
    height: 480px;
  }
}

@media (min-width: 992px) {
  .header__home .header__home-image-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}

.header__home-image-box .header__home-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../img/hero-home_.jpg");
  background-color: #f4f4f4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

/* @media (min-width: 768px) {
  .header__home-image-box .header__home-image {
    background-image: url("../img/hero-home_.jpg");
    background-position: center top;
  }
} */

@media only screen and (max-width: 768px) {

  .header__home-image-box .header__home-image {
    background-image: url("../img/hero-home_mobile.jpg");
    
  }

}

.header__home-image-box .header__label {
  position: absolute;
  top: 570px;
  right: 100px;
  z-index: 9;
  font-family: var(--font-family-alt);
  font-weight: bold;
  font-size: 15px;
  color: var(--bs-white);
}

@media (max-width: 991px) {
  .header__home-image-box .header__label {
    top: 374px !important;
    left: 100px !important;
  }
}

@media (max-width: 780px) {
  .header__home-image-box .header__label {
    top: 319px !important;
    left: 20px !important;
  }
}

.header__home .header__content-box {
  position: relative;
  background-color: var(--bs-primary);
  width: 100%;
  height: auto;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .header__home .header__content-box {
    width: 595px;
    height: 400px;
    padding: 4px 15px 10px 14px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #008fb4;
    position: absolute;
    top: 65px;
    right: 55px;
    max-width: 560px;
    z-index: 5;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    left: 50px!important;
  }
}

@media (min-width: 1200px) {
  .header__home .header__content-box {
    width: 595px;
    height: 400px;
    padding: 4px 15px 10px 14px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #008fb4;
    position: absolute;
    top: 65px;
    /* right: 55px; */
    left: 70px;
    max-width: 560px;
    z-index: 5;
  }
}

/* Header Pages */

.header__pages {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 400px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .header__pages {
    height: 384px;
  }
}

@media (min-width: 1200px) {
  .header__pages {
    height: 334px;
  }
}

.header__pages .header__pages-image-box {
  position: relative;
  width: 100%;
  height: 380px;
  background-color: #f4f4f4;
}

@media (min-width: 768px) {
  .header__pages .header__pages-image-box {
    height: 480px;
  }
}

@media (min-width: 992px) {
  .header__pages .header__pages-image-box {
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 45px solid var(--bs-white);
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}

.header__pages-image-box .header__pages-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #f4f4f4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

@media (min-width: 768px) {
  .header__pages-image-box .header__pages-image {
    background-position: center center;
  }
}

.header__pages-image-questions {
  background-image: url("../img/hero-preguntas-xs.jpg");
}

@media (min-width: 768px) {
  .header__pages-image-questions {
    background-image: url("../img/hero-preguntas_.jpg");
  }
}

.header__pages-image-resources {
  background-image: url("../img/hero-resources-xs.jpg");
}

@media (min-width: 768px) {
  .header__pages-image-resources {
    background-image: url("../img/hero-resources_.jpg");
  }
}

.header__pages-image-box .header__label {
  position: absolute;
  bottom: 20px;
  left: 10px;
  z-index: 9;
  font-family: var(--font-family-alt);
  font-weight: bold;
  font-size: 15px;
  color: var(--bs-white);
  font-style: italic;
}

@media (min-width: 768px) {
  .header__pages-image-box .header__label {
    top: auto;
    bottom: 10px;
    left: 90px;
    color: var(--bs-white);
  }
}

.header__pages .header__pages-heading {
  position: relative;
  height: 60px;
}

@media (min-width: 992px) {
  .header__pages .header__pages-heading {
    position: absolute;
    width: 474px;
    height: 70px;
    right: 0;
    bottom: 0;
    z-index: 15;
  }
}

.header__pages-heading .pages-heading__box {
  position: absolute;
  width: 100%;
  max-width: 474px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--bs-primary);
  padding: 21px 0px 21px 30px;
  z-index: 10;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (min-width: 992px) {
  .header__pages-heading .pages-heading__box {
  }
}

@media (min-width: 1200px) {
  .header__pages-heading .pages-heading__box {
  }
}

.pages-heading__title {
  font-family: var(--font-family-alt);
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  line-height: 29px;
  color: var(--bs-white);
  text-align: left;
  margin: 0;
  text-transform: capitalize;
}

main, header {
  max-width: 1200px;
  margin-inline: auto;
}

.section-how-it-works {
  background-color: var(--bs-light-blue);
}

.media {
}

@media (min-width: 768px) {
  .media {
    width: 570px;
    height: 150px;
    display: flex;
    margin-inline: auto;
  }
}

.media-left {
  width: 151px;
  height: 151px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .media-left {
    width: 151px;
    height: 151px;
  }
}

.media-body {
  text-align: center;
}

@media (min-width: 768px) {
  .media-body {
    margin-left: 40px;
  }
}

.media-object {
  width: 151px;
  height: 151px;
}

.btn__default {
  color: var(--bs-light);
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  padding: 10px 31px;
  font-family: var(--font-family-alt);
  font-weight: bold;
  font-size: 17px;
}

.btn__default:hover, .btn__default:focus {
  color: var(--bs-primary);
  background-color: var(--bs-white);
  border: 1px solid var(--bs-primary);
}

.section__home-resources, .section__resources, .section__questions, .section__glossary {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 1200px) {
  .section__glossary .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .section__resources .container {
    max-width: 960px;
  }
}

.header__glossary {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header__glossary .header__title {
  min-height: 28px;
  font-family: var(--font-family-alt);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.05px;
  text-align: center;
  color: var(--bs-dark-blue);
}

.header__glossary .header__title span.spacer {
  color: var(--bs-alt-color);
  margin-inline: 15px;
  font-size: 16px;
}

.header__glossary .header__title a {
  text-align: center;
  color: var(--bs-dark-blue);
  text-decoration: none;
}

.header__glossary .header__title a:hover {
  color: var(--bs-dark-blue);
  text-decoration: underline;
}

.header__glossary .header__title a::after {
  font-size: 23.8px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.05px;
  text-align: center;
  color: var(--bs-dark-blue);
}

.division__line {
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
  border-top: 0;
  opacity: 1;
  margin: 0 0 1rem;
}

.block__line {
  width: 100%;
  height: 3.9px;
  background-color: var(--bs-alt-color);
  opacity: 1;
  border-top: 0;
}

.section__line {
  width: 158.8px;
  height: 3.9px;
  margin: 11.3px 459.7px 13.9px 461.5px;
  background-color: var(--bs-alt-color);
  opacity: 1;
  border-top: #003356;
}

.section__glossary .section__title span.spacer {
  color: var(--bs-alt-color);
  margin-inline: 15px;
  font-size: 16px;
}

.section__glossary .section__title a::after {
  font-size: 23.8px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.05px;
  text-align: center;
  color: var(--bs-dark-blue);
}

.section__glossary .section__title {
  font-family: var(--font-family-alt);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.05px;
  text-align: left;
  color: var(--bs-dark-blue);
}

.section__glossary .section__subtitle {
  font-family: var(--font-family-alt);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: var(--bs-dark-blue);
}

.section__glossary .section__title::after {
  content: '';
  display: block;
  border-bottom: 4px solid var(--bs-alt-color);
  color: var(--bs-alt-color);
  width: 34px;
}

.section__glossary .section__title a {
  text-align: center;
  color: var(--bs-dark-blue);
  text-decoration: none;
}

.section__glossary .section__title a:hover {
  color: var(--bs-dark-blue);
  text-decoration: underline;
}

/* Resources */

.section__resources .section-intro__title {
  font-family: var(--font-family-alt);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.05px;
  text-align: left;
  color: var(--bs-dark-blue);
}

.section__resources .section__title {
  font-family: var(--font-family-alt);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.05px;
  text-align: center;
  color: var(--bs-dark-blue);
}

.section__home-resources .section__title {
  font-family: var(--font-family-alt);
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: -0.05px;
  text-align: center;
  color: var(--bs-dark-blue);
}

.section__resources .section__title::after {
  content: '';
  display: block;
  border-bottom: 2px solid var(--bs-alt-color);
  color: var(--bs-alt-color);
  width: 155px;
  margin: 15px auto;
}

.section__home-resources .section__title::after {
  content: '';
  display: block;
  border-bottom: 3px solid var(--bs-alt-color);
  color: var(--bs-alt-color);
  width: 155px;
  margin: 15px auto;
}

.section__resources .sub__section {
  background-color: var(--bs-light-blue);
  /*max-width: 414px;*/
  /*min-height: 275px;*/
  padding: 15px 25px;
}

.section__resources .sub__section .title {
  font-family: var(--font-family-alt);
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.05px;
  text-align: center;
  color: var(--bs-dark-blue);
  min-height: 63px;
}

.section__resources .sub__section .title::after {
  content: '';
  display: block;
  border-bottom: 2px solid var(--bs-alt-color);
  color: var(--bs-alt-color);
  width: 155px;
  margin: 15px auto;
}

.section__resources .sub__section .content {
  display: flex;
  justify-content: center;
  max-width: 414px;
  margin-inline: auto;
}

.sub__section .content .content__icon {
  width: 59.6px;
  height: 63.7px;
  margin: 16px 16px 16px 0;
}

.sub__section .content .content__text {
  width: 284.9px;
  min-height: 86.6px;
  margin: 16px 0 16px 16px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -0.02px;
  text-align: left;
  color: #3c3c3c;
}

a.tooltip__text:hover {
  color: var(--bs-primary) !important;
  text-decoration: underline !important;
}

a.tooltip__text {
  color: var(--bs-primary) !important;
  text-decoration: none !important;
  font-weight: normal !important;
}

.tooltip .tooltip-inner {
  --bs-tooltip-bg: var(--bs-primary);
}

.tooltip .tooltip-arrow::before {
  --bs-tooltip-bg: var(--bs-primary);
}

.content__text a {
  font-family: var(--font-family);
  text-align: center;
  color: var(--bs-primary);
  text-decoration: underline;
  font-weight: bold;
}

.content__text a:hover {
  color: var(--bs-dark-blue);
  text-decoration: none;
}

.section__resources .sub__section .subtitle {
  font-family: var(--font-family-alt);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: var(--bs-dark-blue);
}

/* Resources */

.section__resources .section-intro__title {
  font-family: var(--font-family-alt);
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: -0.05px;
  text-align: left;
  color: var(--bs-dark-blue);
}

.section__resources .sub__section {
  background-color: var(--bs-light-blue);
  /*max-width: 414px;*/
  /*min-height: 275px;*/
  padding: 15px 25px;
}

.section__resources .sub__section .title {
  font-family: var(--font-family-alt);
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.05px;
  text-align: center;
  color: var(--bs-dark-blue);
  min-height: 63px;
}

.section__resources .sub__section .title::after {
  content: '';
  display: block;
  border-bottom: 2px solid var(--bs-alt-color);
  color: var(--bs-alt-color);
  width: 155px;
  margin: 15px auto;
}

.section__resources .sub__section .content {
  display: flex;
  justify-content: center;
  max-width: 414px;
  margin-inline: auto;
}

.section__resources .sub__section .content .content__icon {
  width: 59.6px;
  height: 63.7px;
  margin: 16px 16px 16px 0;
}

.section__resources .sub__section .content .content__text {
  width: 284.9px;
  min-height: 86.6px;
  margin: 16px 0 16px 16px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -0.02px;
  text-align: left;
  color: #3c3c3c;
}

.content__text a {
  font-family: var(--font-family);
  text-align: center;
  color: var(--bs-primary);
  text-decoration: underline;
  font-weight: bold;
}

.content__text a:hover {
  color: var(--bs-dark-blue);
  text-decoration: none;
}

.section__resources .sub__section .subtitle {
  font-family: var(--font-family-alt);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: var(--bs-dark-blue);
}

/* Tooltips */

.section__questions .sub__section .content a.tooltip__text:hover {
  color: var(--bs-primary) !important;
  text-decoration: none !important;
}

.section__questions .sub__section .content a.tooltip__text {
  color: var(--bs-primary) !important;
  text-decoration: underline !important;
  font-weight: normal !important;
}

.tooltip .tooltip-inner {
  --bs-tooltip-bg: var(--bs-primary);
}

.tooltip .tooltip-arrow::before {
  --bs-tooltip-bg: var(--bs-primary);
}

/* Questions */

.section__questions .section-intro__title {
  font-family: var(--font-family-alt);
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: -0.05px;
  text-align: left;
  color: var(--bs-dark-blue);
  text-transform: capitalize;
}

.section__questions .section__title {
  font-family: var(--font-family-alt);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.05px;
  text-align: center;
  color: var(--bs-dark-blue);
}

.section__questions .section__title::after {
  content: '';
  display: block;
  border-bottom: 2px solid var(--bs-alt-color);
  color: var(--bs-alt-color);
  width: 155px;
  margin: 15px auto;
}

.section__questions .sub__section {
  padding: 15px 25px;
}

.section__questions .sub__section .title {
  font-family: var(--font-family-alt);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: -0.05px;
  text-align: center;
  color: var(--bs-dark-blue);
  min-height: 63px;
}

.section__questions .sub__section .title::after {
  content: '';
  display: block;
  border-bottom: 2px solid var(--bs-alt-color);
  color: var(--bs-alt-color);
  width: 155px;
  margin: 15px auto;
}

.section__questions .sub__section .content {
  display: flex;
  justify-content: center;
  max-width: 414px;
  margin-inline: auto;
}

.section__questions .sub__section .subtitle {
  font-family: var(--font-family-alt);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: var(--bs-dark-blue);
}

/* Media */

.media-body__text {
  font-family: var(--font-family-alt);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03px;
  color: var(--bs-primary);
  margin-top: 18px;
}

.media-left a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.card__watch-video {
  width: 100%;
  min-height: 257.9px;
  margin-inline: auto;
  padding: 17px 105px;
  border-radius: 12.3px;
  background-color: var(--bs-alt-color);
}

@media (min-width: 768px) {
  .card__watch-video {
    width: 606.7px;
    margin-inline: auto;
    padding: 17px 105px;
  }
}

.card-body__watch-video .card-text {
  min-height: 41px;
  margin: 0 auto 15.2px;
  font-family: var(--font-family-alt);
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.04px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .card-body__watch-video .card-text {
    width: 379px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.04px;
  }
}

@media (min-width: 992px) {
  .card-body__watch-video .card-text {
    font-size: 19px;
    line-height: 20px;
  }
}

.card__image {
  width: 123.3px;
  height: 125.8px;
  margin-inline: auto;
}

.card-body__watch-video {
  text-align: center;
}

.btn__watch-video {
  width: 142px;
  height: 28px;
  font-family: var(--font-family-alt);
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.05px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #003356;
}

.btn__watch-video svg {
  color: var(--bs-white);
  position: relative;
  margin-top: -5px;
}

.btn__watch-video:hover svg {
  color: #003356;
  animation: video_btn 1s infinite;
  animation-direction: alternate;
}

.btn__watch-video:hover {
  color: var(--bs-white);
}

.section__how-it-works {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: var(--bs-light-blue);
}

.card__image {
  background-color: var(--bs-alt-color);
  border: none;
  padding: 0;
}

.section__isis {
  background-color: var(--bs-white);
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 1050;
  box-shadow: 5px 5px 10px var(--bs-dark);
}

.section__isis-title {
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #2d2d2d;
}

.section__isis-subtitle {
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: var(--bs-dark-blue);
}

.section__isis-content-title {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #003b5c;
  margin: 0 0 10px;
  text-transform: none;
}

.legend__title {
  font-family: Arial;
  font-size: 18.2px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #003b5c;
}

.legend__box {
  border: 2px dotted #e3e3e3;
  margin-bottom: 15px;
}

.legend__header {
  background-color: #e3e3e3;
  padding: 7px 14px;
}

.legend__content {
  display: flex;
  align-content: center;
  justify-content: center;
}

.legend__content div {
  text-align: center;
  padding: 10px 15px 0;
}

.legend__content div img {
  width: 48px;
  margin-bottom: 15px;
}

.legend__content div p {
  font-size: 18px;
  line-height: 21px;
}

.icon-content__box {
  margin-bottom: 15px;
  display: flex;
}

.icon-content__image-box {
  margin-right: 15px;
}

ul.list__2cols {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-left: -15px;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.section__isis-content-text {
  margin-bottom: 10px;
  font-family: var(--font-family);
  color: #333333;
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
  font-weight: normal;
}

.content-header__title {
  height: auto;
  margin-bottom: 10px;
  font-family: var(--font-family-alt);
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.98;
  letter-spacing: -0.04px;
  text-align: center;
  color: var(--bs-white);
}

@media (min-width: 992px) {
  .content-header__title {
    margin-top: 10px;
  }
}

.content-footer__text {
  font-family: var(--font-family-alt);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 14px;
  letter-spacing: -0.03px;
  text-align: center;
  color: #fff;
}

.content-body__col {
  position: relative;
  width: 278px;
  height: 125px;
  margin: 5px;
  border-radius: 8px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  margin-bottom: 20px;
}

.content-body__row {
  display: block;
}

@media (min-width: 768px) {
  .content-body__row {
    display: flex;
  }
}

.header__content-footer {
  padding-top: 5px;
}

.content-body__col:hover {
  background-color: var(--bs-alt-color);
  color: var(--bs-white);
}

.content-body__col a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.content-body-col__box {
  padding: 22px;
  display: flex;
}

.content-body-col__image {
  width: 28px;
  height: 34px;
  min-width: 28px;
  margin-right: 10px;
}

.icon__search {
  background-image: url(../img/icon-search1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.icon__faqs {
  background-image: url(../img/icon-faq.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.content-body__col:hover .icon__faqs, .content-body__col:hover .icon__search, .content-body__col:hover .icon__glossary, .content-body__col:hover .icon__video {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  filter: invert(100%) sepia(42%) saturate(48%) hue-rotate(175deg) brightness(212%) contrast(100%);
}

.icon__video {
  background-image: url(../img/icon-video.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.icon__glossary {
  background-image: url(../img/icon-glosary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.content-body-col__content {
}

.content-body-col__content p {
  margin-bottom: 7px;
  font-family: var(--font-family-alt);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 12px;
  letter-spacing: -0.5px;
  text-align: left;
}

.content-body-col__content h4 {
  font-family: var(--font-family-alt);
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
}

.btn__link {
  font-family: var(--font-family-alt);
  background-color: var(--bs-backdrop-bg);
  font-weight: bold;
  font-size: 13px;
}

.content-body-col__content p.btn__link {
  font-family: var(--font-family-alt) !important;
  background-color: var(--bs-backdrop-bg);
  font-weight: bold !important;
  font-size: 13px !important;
  margin-bottom: 0;
}

.faqs__box {
  padding: 15px 7px 15px 15px;
}

@keyframes video_btn {
  0% {
    left: 0px;
    top: 0px;
  }
  100% {
    left: 5px;
    top: 0px;
  }
}

.navbar-toggler-icon {
  display: flex;
  justify-content: space-evenly;
  width: 118px;
  height: auto;
  background-image: none;
  color: var(--bs-white);
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler.collapsed {
  display: none;
}

.nav-item.nav-item-left {
  width: 90px;
  color: white;
  padding: 0;
  margin-inline: 10px;
}

.nav-item.nav-item-right {
  width: 160px;
  color: white;
  padding: 0;
  margin-inline: 10px;
}

.nav-item.nav-item-spacer {
  width: 5px;
  color: #507183;
  padding: 0;
  margin-inline: 10px;
}

.nav__top-menu-mobile .nav-link.dropdown-toggle {
  white-space: normal;
  text-transform: none;
  font-weight: 400;
}

/* Image Content */

.image__content {
  display: flex;
  justify-content: space-between;
}

.image__content .image__box {
  width: 54px;
  /*height: 54px;*/
  margin-right: 15px;
}

.image__content .content__box {
  /*min-width: 360px;*/
  min-height: 70px;
  text-align: left;
}

.image__content .content__box p {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -0.02px;
  color: #003b5b;
}

/* List Content */

.list__content {
  display: flex;
  justify-content: space-between;
}

.list__content .bullet__box {
  width: 10px;
  min-height: 10px;
  margin-right: 10px;
  font-size: 21px;
  line-height: 21px;
  color: var(--bs-alt-color);
}

.list__content .content__box {
  width: 100%;
  /*min-width: 360px;*/
  text-align: left;
}

.list__content .content__box p {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: -0.02px;
}

/* Image Content */

.image-right__content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.image-right__content .image__box {
  width: 40px;
  height: 40px;
}

.image-right__content .content__box {
  /*min-width: 360px;*/
  min-height: 40px;
  text-align: left;
}

.image-right__content .content__box p {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -0.02px;
  color: #003b5b;
}

/* List Link */

.list__link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.list__link .bullet__box {
  width: 10px;
  min-height: 10px;
  margin-right: 10px;
  font-size: 21px;
  line-height: 24px;
  color: var(--bs-alt-color);
}

.list__link .link__box {
  width: 100%;
  min-width: 360px;
  text-align: left;
}

.list__link .content__box a {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: -0.02px;
}

/* Support Box */

.support__box {
  text-align: center;
}

.support__box img {
  min-height: 80px;
}

.support__box p {
  padding-inline: 20px;
  font-size: 16px;
  line-height: 19px;
}

@media (min-width: 992px) {
  .support__box p {
    padding-inline: 20px;
    font-size: 16px;
    line-height: 19px;
    min-height: 120px;
  }
}

/* Resource Footer */

.footer__legal {
  max-width: 440px;
  margin: 15px auto;
  font-family: var(--font-family);
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: -0.01px;
  text-align: center;
  color: var(--bs-alt-text-color);
}

.footer__resources {
  margin-inline: auto;
  padding: 15px;
  background-color: var(--bs-light-blue);
}

@media (min-width: 768px) {
  .footer__resources {
    max-width: 340px;
    min-height: 245px;
    background-color: var(--bs-white);
  }
}

.footer__resources .opdivo-you__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}

.footer__resources .opdivo-you__box h4 {
  font-family: var(--font-family-alt) !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: -0.03px;
  text-align: center;
  color: #003b5b;
  margin: 0 15px 0 0;
}

.footer__resources .contact__box {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.footer__resources .contact__box img {
  padding-inline: 10px;
}

.footer__resources .content__box {
  margin-inline: auto;
}

.footer__resources .content__box p {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: -0.02px;
  text-align: center;
  color: #003b5b;
}

.carousel-item img.carousel-item__icon {
  position: absolute;
  left: 0;
  top: 0;
}

.carousel-item {
  padding-left: 50px;
}

.modal-title {
  font-family: var(--font-family-alt);
  font-style: italic;
  font-size: 28px;
  line-height: 1.25em;
  font-weight: 400;
}

.nav__main-menu {
}

nav.navbar .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  nav.navbar .container-fluid {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }
}

.navbar-toggler {
  border-radius: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: var(--bs-primary);
}

.navbar-toggler-icon span {
  height: 1.3rem;
}

.navbar.navbar__menu {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .nav__container {
    margin: 10px auto 0;
  }
}

@media (min-width: 768px) {
  .content-body__col {
    margin-bottom: 5px;
  }
}

.nav__top-menu-mobile {
  width: 100%;
  height: 55px;
  background-color: #003356;
  align-items: center;
}

.section__glossary .section__content {
  font-size: 16px;
  font-family: Arial, sans-serif;
}

.section__questions .sub__section .content p {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  padding: 10px 25px 0px 20px;
}

.section__questions p {
  font-size: 16px;
  line-height: 20px;
}

.section__resources p {
  font-size: 16px;
  line-height: 20px;
}

.text-shadow {
  text-shadow: 1px 1px 2px var(--bs-black);
}

.carousel-item h3 {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--font-family);
  font-weight: bold;
  color: var(--bs-dark-blue);
}

.carousel-item p {
  font-size: 16px;
  line-height: 19px;
  font-family: var(--font-family);
}

@media (min-width: 1200px) {
  .section__questions .container {
    max-width: 960px;
  }
}

@media (min-width: 992) {
  .section__questions .container {
    max-width: 960px;
  }
}

.border-right__line {
  border-right: 1px solid #d4d4d4;
}

.text__alt-color {
  color: var(--bs-dark-blue);
}

.carousel-control-next, .carousel-control-prev {
  color: var(--bs-alt-color);
  opacity: .9;
  text-decoration: none;
  font-size: 30px;
  line-height: 30px;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: var(--bs-alt-color);
  opacity: 1;
  text-decoration: none;
}

sub, sup {
  font-size: 75%;
}

sup {
  font-size: 60%;
}

.nav-item {
  position: relative;
}

.nav-item .item__right-line {
  display: none;
  position: absolute;
  top: 7px;
  right: 0;
  border: .5px solid #c1c1c1;
  height: 50%;
}

@media (min-width: 1024px) {
  .nav-item .item__right-line {
    display: inline-block;
  }
}

@media print {
  .do-not-print {
    display: none;
  }
}

@media print {
  .division__line {
    border-bottom: 1px solid #c1c1c1;
  }
}

@media print {
  .block__line {
    border-bottom: 4px solid var(--bs-alt-color);
  }
}

@media print {
  a.tooltip__text {
    color: var(--bs-alt-text-color) !important;
  }
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: 15px;
}

a.footer-nav__item {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

a.footer-nav__item svg {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #f26322;
}

a.footer-nav__item .fas {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #f26322;
}

.section__footer-nav {
  max-width: 960px;
  margin: auto;
}


.flex-column--mobile-only {
  display: flex;
  justify-content: space-between;

}


@media only screen and (max-width: 991px) {
  .flex-column--mobile-only {
    flex-direction: column!important;
    justify-content: center!important;
    align-items: center!important;
   
  }
}

.desktop-only-991 {
  display: block;
}

.mobile-only-991 {
  display: none;
}


@media only screen and (max-width: 991px) {

  .desktop-only-991 {
      display: none!important;
  }

  .mobile-only-991 {
      display: block!important;
  }

}