.industry {
    margin-top:-3em;
}

ul.industryChild, ul.industryParent {
clear:both;
padding: 0;
margin: 0;
}

ul.industryChild li, ul.industryParent li {
    list-style:none;

}

ul.industryChild li a, ul.industryParent li a {
border: 1px solid #ddd;
display:block;
text-align:center;
padding:10px;
height: 100px;
overflow:hidden;
}



/*
ul.industryChild li a:hover, ul.industryParent li a:hover {
    background: #eee;
}
*/



ul.industryChild li a, ul.industryParent li a {
border: 1px solid #ddd;
display:block;
text-align:center;
padding:10px;
height: 100px;
color:white;
/*background: rgb(171,202,0);*/
  box-shadow: 0px 100px rgba(50,50,50,.5) inset;
}

ul.technologies li a {
    background: rgb(171,202,0);
    box-shadow: 0px 100px rgba(50,50,50,0) inset;
}

.industryChild li a:hover, ul.industryParent li a:hover {
  box-shadow: 0px 100px rgba(50,50,50,.2) inset;
}

ul.technologies li a:hover {
    box-shadow: 0px 100px rgba(50,50,50,.1) inset;
}


h2 {
    clear:both;
}

.industryLabel {
  position: absolute;
  z-index: 1;
  text-align: left;
  left: 0;
  font-weight: 600;
  padding: 4px 16px 4px 16px;
  margin: 8px 0 0px 0px;
  color: white;
  background: rgba(171,202,0, .5);
  
}

.panel-body {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    width: 80%;
    float: right;
    margin-right: 10%;
    max-height: 125px;

}

.panel .uofs-icon {
    top:35%;    
}