.landingModel.modal {
   text-align: center;
   padding: 0 !important;
}
.landingModel.modal:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
   margin-right: -4px;
}
.landingModel .modal-dialog {
   display: inline-block;
   text-align: left;
   vertical-align: middle;
}
.landingModel .modal-content {
   border: 0;
   border-radius: 0;
}
.landingModel .modal-body {
   background-color: #333;
   color: #fff;
   background-image: none !important;
   text-align: center;
}
.landingModel .modal-body .firstText {
   font-weight: bold;
   font-size: 18px;
}
.landingModel .modal-body .secondText {
   font-size: 12px;
}
.landingModel .modal-footer {
   text-align: center;
   border: 0;
}
.landingModel .modal-footer .btn {
   background-color: #333;
   color: #fff;
   border-radius: 0;
   border: 0;
   padding: 5px 25px;
}
.landingModel .modal-footer input {
   position: relative;
   top: 2px;
}
.landingModel .modal-footer label {
   margin-left: 5px;
   font-size: 10px;
}
.landingModel .downarrow {
   width: 0;
   height: 0;
   border-top: 8px solid #333;
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   margin: 0 auto;
}
@media all and (min-width: 768px) {
   .landingModel .modal-dialog {
      width: 370px;
   }
   .landingModel .modal-body {
      padding: 40px 60px 30px 40px;
   }
}

/* af */
.logo.nav-top {
   display: block;
   padding: 0;
}
.logo.nav-top a {
   display: block;
   height: 100%;
}
.logo.nav-top a img {
   width: 100px;
   height: auto;
   margin-top: 20px;
}

.home-box-logo .home-box-content {
   overflow: hidden;
   padding-left: 0;
}

.home-box-content .home-logo {
   position: absolute;
   left: -43%;
   top: 30px;
   width: 136%;
}
.home-box-logo h1 {
   margin-left: 52%;
   padding-left: 0;
   font-size: 22px;
   padding-top: 15%;
}
.home-box-logo h2 {
   padding-left: 0;
   margin-left: 52%;
   font-size: 20px;
}
.home-box-logo p {
   padding-left: 0;
   margin-left: 52%;
   font-size: 14px;
}

.home-box-logo .home-box-content {
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   flex-direction: row;
   padding-bottom: 20%;
}
.home-box-logo .hbc-text {
   padding-right: 5px;
   width: 49%;
}
.home-box-logo .hbc-text h1,
.home-box-logo .hbc-text h2,
.home-box-logo .hbc-text p {
   margin-left: 0;
   padding-bottom: 0;
}

@media screen and (max-width: 374px) {
   .home-box-logo .home-box-content {
      padding-left: 0;
   }
   .home-box-main .home-logo-novartis {
      /*display: none;*/
   }
}
@media screen and (max-width: 480px) {
   .language {
      right: 0;
      left: auto;
      position: relative;
      margin-bottom: 10px;
      padding-right: 10px;
      float: left;
      height: auto;
      width: 100%;
   }
}
@media screen and (max-width: 767px) {
   .home-box-logo h2 {
      padding-left: 0;
      margin-left: 45%;
      font-size: 20px;
   }
}
@media screen and (max-width: 991px) {
   .home-box-cible:after {
      padding-top: 111%;
   }
}
@media screen and (max-width: 1024px) {
   /*.home-box-main .home-logo-novartis {
      display: none;
   }*/
}
/*.home-box-main .home-logo-novartis {
   display: none;
}*/

.modal-backdrop.fade {
   z-index: 99991;
}
.modal.fade {
   z-index: 99999;
}

img {
   width: auto;
   height: auto;
}

.bg-20548 {
   background: rgb(161, 199, 54) !important;
}
.txt-20548 {
   color: rgb(161, 199, 54) !important;
}
.bg-20548 .home-vertical-arrow {
   border-color: transparent transparent transparent rgb(161, 199, 54);
}

#article_text .block-rich-text .plusimg img {
   width: 105px;
   height: auto;
   margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
   #article_text .block-rich-text .plusimg img {
      display: block;
   }
   #article_text .block-rich-text .plusimg {
      line-height: normal;
   }
}
.nav .nav-bottom-links a:first-child {
   width: 31%;
}