/*Video Pop Up*/
.ebmt-home .video-popup-container .video-popup-wrapper .close-popup {
    top: 2%;
  }
  
  /*Main Search Bar*/
  .search-desktop {
      width: 1170px;
    }
    
    /*Header Banner*/
    .desktop_header {
      padding-top: 48px !important;
    }
  
    /*SCHEDULED EVENTS*/
    .teaser a, .teaser a:active, .teaser a:visited {
        color: #003FE2;
        text-decoration: underline;
        font-weight: 600;
      }
      
      /*CONNECT*/
      
     .connect_block{
       margin-top: 20px !important;
    }
        
        
        .connect_us .schedule img{
          width: 55px!important;
          margin: 0 auto;
          padding-top: 10px;
        }
        
        .connect_us .connect img{
          width: 57px;
          margin: 0 auto;
          padding-top: 15px;
        }
        
        .connect_us .download img{
          padding-top: 5px;
          width: 50px;
          margin: 0 auto;
        }
        
        @media (max-width: 767px) {
          .connect_us .connect img {
            width: 42px;
          }
          .connect_us .schedule img {
            width: 42px;
          }
          .connect_us .follow img {
            width: 41px;
          }
          .connect_us .download img {
            width: 32px;
          }
          .connect_us .schedule img{
              width: 38px!important;
           }
        }
        
        .social_media{
          padding: 0px !important;
        }
        
        .social_media #follow_1{
          display: block;
          width: 100%;
          height: 100%;
        }
        
        .social_media #follow_2{
          display: none;
          width: 100%;
          height: 100%;
        }
        
        .social_media .schedule img{
          padding-top: 20px !important;
        }
        
        .social_media #follow_2 p{
          padding: 10px;
        }
        
        /*@media (max-width: 767px) {
          .social_media #follow_1 .schedule, .social_media #follow_2 p{
              padding: 20px 5px 0px 5px;
          }
          
          .social_media #follow_2 p{
          padding: 20px 5px 10px 5px;
          }
        }*/
        
        .opp_tiles a, .opp_tiles a:hover{
          text-decoration: none;
        }
        
        .opp_tiles .follow_insta img{
          width: 40%;
          margin-left: 60%;
        }
        
        .opp_tiles .follow_linkedin img{
          width: 40%;
        }
        
        .opp_tiles #follow_2 .close_follow{
          position: absolute;
          width: 30px;
          height: 30px;
          top: 10px;
          right: 10px;
          min-height: auto;
        }
        
        .opp_tiles #follow_2 .close_follow:before{
          content: "";
          background: url(/images/03e27b8ce250bb664df53278710181f5.png) no-repeat center;
          background-size: 100%;
          width: inherit;
          height: inherit;
          position: static;
          display: inline-block;
        }
    
    /*Upcoming Conversations*/
  
    .upcoming-conversation, .product-theater {
      background-color: RGB(242, 242, 248);
      padding: 3rem 3rem 1.5rem 3rem;
    } 
    
    .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;
        }
      }