
/* ==========================================================================
   Babelnet custom styles
   ========================================================================== */
   #babel-container{
     position: relative;
     margin-bottom: -47px;
     width: 223px;
   }
   .customerLogo{
     height:auto!important;
   }
   @media (max-width: 1065px) {
     #babel-container{
       display:none;
     }
   }

   /* CONCEPT MAP BUTTON */
.concept-map-link {
  display: inline-block;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.15;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  background: #027CBF;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  cursor: pointer;
  transition: background-color 300ms ease, box-shadow 300ms ease;
}
.concept-map-link:hover,
.concept-map-link:focus {
  background: #026398;
  box-shadow: 0 4px 6px 1px rgba(0, 0, 0, .25);
  outline: 0;
}
a.concept-map-link:link, a.concept-map-link:visited {
  color: #fff;
  text-decoration: none;
}

.concept-map-link__icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 6px;
  verticle-align: text-top;
}

.concept-map-link__icon svg {
  fill: #fff;
}

/* end CONCEPT MAP BUTTON */