/*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 .follow img{
        width: 57px;
        margin: 0 auto;
        padding-top: 15px;
      }
      
      .connect_us .download img{
        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*/
  
  .ascogu-home #upcoming-conversation {
      display: none;
  }