 /* HUBS */

.hub-logo{
    max-width: 240px;
}

 .archive-hubs-box .archive-hubs-box-image{
     min-height: 400px;
 }

 @media screen and (max-width: 576px) {
    .archive-hubs-box{
        min-height: 240px;
    }
 }

 .hub-courses-slider .owl-dot span{
    background-color: #728fA5;
    opacity: 0.5;
    
  }

  .hub-courses-slider .owl-dot.active span{
    opacity: 1;
    
    
  }

  .header-hubs hr.white{
    border-top: 2px solid white;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 154px;
    margin: 30px 0;
  }

  .header-hubs img.hub-logo{
    max-height: 64px; 
    width: auto;
  }



  .hub-courses-slider .owl-dots button span{
    background-color: #728fA5 !important;
    border-color: #728fA5 !important;
  }


  .hub-courses-slider .owl-nav{
    position: absolute;
    top: 0;
    z-index: 1000;
    margin: 0 !important;
    width: 100%;
    
  }

  @media screen and (max-width: 576px) {
    .hub-courses-slider .owl-nav{
        display: none;
    }
 }


  .hub-courses-slider .owl-nav .owl-prev{
    
    color: #728fA5 !important;
    font-size: 100px !important;
    
    position: absolute;
    padding: 0;
    left: -50px;
    top: 0;
    
  }

  .hub-courses-slider .owl-nav .owl-next{
    
    color: #728fA5 !important;
    font-size: 100px !important;
    
    position: absolute;
    padding: 0;
    right: -50px;
    top: 0;
    
  }

  button:focus{
    outline: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    fill: none !important;
  }

  .hub-courses-slider  .owl-nav [class*=owl-]:hover{
    background-color: transparent !important;
  }

  .hub-infoblock{
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }

  .nav-hub-info .nav-item{
    padding: 0;
  }

  .nav-hub-info .nav-item .nav-link{
    border-bottom: 2px solid #e8e8e8;
    font-weight: bold;
  }

  .nav-hub-info .nav-item .nav-link.active{
    border-bottom: 2px solid #728fA5;
    
  }