/*COVID BANNER*/
/* .covid-banner {
  flex-wrap: nowrap;
} */
.aacr_popup_continue {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  background-color: #0100CA;
  padding: 24px 72px;
  border-radius: 27px;
}
@media screen and (min-width: 768px) {
    .sabcs_home .connect_block {
      margin-top: 20px;
      margin-bottom: 5rem;
    }
  
    .sabcs_home .header_parent {
      margin-top: 2rem;
    }
  }

.sabcs_header .bc-player-g2OtgoAoBs_default, .sabcs_header .bc-player-g2OtgoAoBs_default .vjs-poster {
    background-color: transparent;
}

.sabcs_header .video-js {
  position: inherit;
}

.sabcs_header helix-carousel-slide-advance .helix-carousel-slide-advance__information {
  padding-bottom: 200px;
}

  .popup_body_industry {
    font-weight: 400;
    padding-bottom: 4rem;
  }
  
  .popup_body_industry-check {
    font-size: 2.4rem;
    color: rgb(105, 105, 105);
  }
  
  /*CONNECT*/

  .connect_us .spotlight {
    padding-top: 3.5rem;
   }

   .connect_us .twitter {
     padding-top: 1rem;
   }

   .connect_us .block4 {
     padding-top: 1rem;
   }

  .esmo_home .opp {
    color: #00004E;
    font-size: 28px;
    line-height: 1.357;
  }
  
  .esmo_home .opp_tiles {
    border: 1px solid #003FE2;
    padding: 20px 14px;
  }
  
  .esmo_home .connect_us p {
    font-size: 17px;
    line-height: 1.263;
    color: #003FE2;
    text-align: center;
    padding-bottom: 0;
  }
  
  .esmo_home .connect_us p a {
    text-decoration: none;
    color: #003FE2;
  }
  
  .esmo_home .connect_us .connect img {
    width: 90px;
    margin: 0 auto;
  }
  
  .esmo_home .connect_us .schedule img {
    width: 63px;
    margin: 0 auto;
    padding-top: 0px;
  }
  
  .esmo_home .connect_us .follow img {
    width: 57px;
    margin: 0 auto;
    padding-top: 0px;
  }
  
  .esmo_home .connect_us .download img {
    width: 56px;
    margin: 0 auto;
  }
  
  @media (max-width: 767px) {
    .esmo_home .connect_us .connect img {
      width: 51px;
    }
  
    .esmo_home .connect_us .schedule img {
      width: 55px;
    }
  
    .esmo_home .connect_us .follow img {
      width: 41px;
    }
  
    .esmo_home.connect_us .download img {
      width: 32px;
    }
  }
  
  /* upcoming Conversation and Product Theater */
.upcoming-conversation, .product-theater {
  background-color: RGB(242, 242, 248);
  padding: 3rem 3rem 1.5rem 3rem;
  margin-bottom: 5rem;
}

.calender__teaser p {
  width: 75%;
}
  
  @media only screen and (max-width: 767px) {
    .upcoming-conversation, .product-theater {
      padding: 1rem;
    }
}
    
   /*.upcoming__title__section:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.15rem;
    background-color: RGBA(0, 0, 78, 0.3);
    margin-bottom: 2rem;
    }*/
  
  .upcoming__title__section p {
    font-size: 3.2rem;
    font-weight: 700;
    color: rgb(35, 48, 120);
    text-align: center;
    padding: 0rem 0rem 2rem;
  }
  
  .upcoming__body__section {
    padding: 2rem 0rem;
  }
  
  .title__container p {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 500;
    color: rgb(1, 1, 73);
    padding-bottom: 2rem;
  }
  
  .calender__teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border: 1.8px solid rgb(0, 63, 226);
    padding: 1.2rem 2.5rem;
    margin: 1rem 0;
  }
  
  @media only screen and (max-width: 767px) {
    .calender__teaser {
      -ms-flex-flow: column nowrap;
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap;
      padding: 1.2rem;
      text-align: center;
    }
  }
  
  .add__to__calender .calender__teaser:first-child {
    margin-top: 0;
  }
  
  .calender__teaser p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.278;
    color: rgb(1, 1, 73);
    padding-bottom: 0;
  }
  
  @media only screen and (max-width: 767px) {
    .calender__teaser p {
      padding-bottom: 1.5rem;
    }
  }
  
  .calender__teaser a {
    display: inline-block;
    color: rgb(0, 63, 226);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2rem;
    padding: 1.6rem 2.05rem;
    border-radius: 2.8rem;
    background-color: #fff;
    border: 1.8px solid rgb(0, 63, 226);
    text-align: center;
    text-decoration: none;
  }
  
  .calender__teaser a:hover {
    color: #fff;
    background-color: rgb(0, 63, 226);
    border: 1.8px solid #fff;
    text-decoration: none;
  }
  
  
  @media only screen and (max-width: 767px) {
    .calender__teaser a {
      padding: 0.75rem 2.5rem;
    }
  }
  
  .upcoming__body__section .bottom__text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: rgb(1, 1, 73);
    padding: 1.5rem 0 0;
    text-align: justify;
  }
  
  .upcoming__body__section .bottom__text a {
    color: rgb(1, 1, 73);
    text-transform: none;
  }
  
  .home #upcoming-conversation, .home #product-theater {
    display: none;
  }
  
  .close-conversation, .close-theater{
      position: absolute;
      top: 1rem;
      right: 2rem;
      background: transparent;
      width: 30px;
      height: 30px;
      display: inline-block;
      outline: none;
      box-shadow: none;
  }
  
  @media only screen and (max-width: 767px) {
    .close-conversation, .close-theater {
      position: static;
      display: block;
      margin: 0 auto;
      margin-bottom: 20px;
    }
  }
  
  /* covid Banner */
  .covid-banner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgb(1, 0, 202);
    position: relative;
  }
  
  .covid-banner p {
    flex: 0 1 50%;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding-bottom: 0;
  }
  
  @media only screen and (max-width: 767px) {
    .covid-banner p {
      flex: 0 1 50%;
      font-size: 1.2rem;
    }
  }
  
  .covid-banner>img {
    width: 47rem;
    height: auto;
  }
  
  @media only screen and (max-width: 767px) {
    .covid-banner>img {
      width: 15rem;
      height: auto;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .covid-banner>img {
         width: 31rem;
      height: auto;
    }
    
    .covid-banner p {
      font-size: 2rem;
    }
  }
  
  .covid-banner img.redirect-icon {
    width: 4rem;
    margin: 0rem 2rem;
  }
  
  @media only screen and (max-width: 767px) {
    .covid-banner img.redirect-icon {
         width: 1.5rem;
      margin: 0.4rem 1rem;
    }
  }
  
  .covid-banner .redirection-link {
    position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  /*Footer*/
  .footer_para {
    font-size: 10px;
  }
  
  helix-table td.helix-table-cell--valign-middle, helix-table th.helix-table-cell--valign-middle {
    vertical-align: top;
  }
  
  .categoryAccordian .helix-accordion__panel-body-inner p.down-arrow::before{
      content: '';
      width: 0;
      height: 0;
      display: inline-block;
      border-top: 12px solid;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 20px solid #fff;
      position: relative;
      top: 6px;
      right: 10px;
  }
  .categoryAccordian .helix-accordion__panel-body-inner p.down-arrow{
      display: flex;
  }
  .categoryAccordian .helix-accordion__panel-body-inner p.down-arrow::after {
      content: '';
      width: 0;
      height: 0;
      display: inline-block;
      border-top: 12px solid;
      border-left: 9px solid transparent;
      border-right: 8px solid transparent;
      border-top: 13px solid #1f1f64;
      position: relative;
      top: 8px;
      right: 782px;
  }
  @media only screen and (max-width: 767px) {
  .categoryAccordian .helix-accordion__panel-body-inner p.down-arrow::after{
        right: 295px;
  }
  }
/* PDF Modal Button css */
.aacrPdfBtn {
  background-color: #00009C;
    outline: 0;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
    padding: 1rem 6rem;
    border: none;
    border-radius: 5rem;
    margin-top: 3rem;
    text-decoration: none;
}
a.aacrPdfBtn:hover, a.aacrPdfBtn:focus {
    color: #fff;
    text-decoration: none;
    webkit-box-shadow: 0rem 0rem 3rem 0.2rem rgb(0 0 78 / 26%);
    box-shadow: 0rem 0rem 3rem 0.2rem rgb(0 0 78 / 26%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}