/* ================================================================
   OCIA PUBLIC — RESOURCE / GOVERNANCE SYSTEM
   ================================================================ */


/* ================================================================
   RESOURCE MEGA MENU
   ================================================================ */

.ocia-resource-megamenu .ocia-resource-intro{
  line-height:1.55;
  color:#777;
  margin-bottom:12px;
}


.ocia-resource-megamenu .ocia-resource-menu-status{
  color:#999;
}


.ocia-resource-megamenu [data-ocia-resource-menu-group] li a i{
  width:18px;
  margin-right:5px;
}


/* ================================================================
   RESOURCE LIBRARY
   ================================================================ */

.ocia-resource-intro-block{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}


.ocia-resource-card{
  height:100%;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
}


.ocia-resource-card__icon{
  min-height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f6f6f6;
}


.ocia-resource-card__icon i{
  font-size:46px;
}


.ocia-resource-card__body{
  padding:25px;
}


.ocia-resource-card__meta{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#888;
}


.ocia-resource-empty{
  padding:45px 30px;
  text-align:center;
  border:1px dashed rgba(0,0,0,.18);
  background:#fafafa;
}


.ocia-resource-empty i{
  display:block;
  margin-bottom:15px;
  font-size:38px;
}


/* ================================================================
   LEGAL / GOVERNANCE
   ================================================================ */

.ocia-legal-document{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  padding:35px;
}


.ocia-media-card{
  height:100%;
  background:#fff;
}


/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (max-width:767px){

  .ocia-legal-document{
    padding:24px;
  }


  .ocia-resource-card__icon{
    min-height:140px;
  }

}
