span {
    font-family: inherit !important;
}
body {
  font-family: Arial,"Segoe UI", apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
}

.cluster-banner {
  background-image: url('../images/ergoniris/Clusters_Header.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  color: white;
  text-align: left;
  padding: 20px;
}
/*
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
*/
.headerblackright {
  color: white; text-align:right; background-color: #29363D; padding: 10px;font-size: 24px;
}
.headerblackleft {
  color: white; text-align:left; background-color: #29363D; padding: 10px;font-size: 24px;
}
.headerblue {
  color: white; text-align:left; font-size: 24px; background-color: #00B0F0;padding: 10px;
}
.headerbluecenter {
  color: white; text-align:center; background-color: #00B0F0; padding: 10px;font-size: 24px;
}
.headerorange {
  background-color: orange; color: white; font-size: 18px; padding: 10px;
}
.news-header {
  font-size: 1.4em;
  padding: 10px;
}
.news-container {
  padding: 10px;
}
.module-header {
  padding: 10px;
}
.module-container {
  height: 210;
}
.iris-bg-blue {
  background-color: #00B0F0;
}
.iris-bg-dark {
  background-color: #29363d;
}
.img-modules {
  display: block;
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.img-news {
  /*
  display: block;
  position: relative;
  */
  float:left;
  width: 20%;
  padding: 5px;
}
.footer-container {
  padding: 40px 0 40px;
  background-color: #353d4d;
}
.footer-item {
  color: lightgrey;
}
.text-light {
  color: lightgrey;
}
/*
.footer-link {
  color: lightgrey;
  font-size: 14pt;
}
*/
a:link.iris-link, a:visited.iris-link {
  text-decoration: none;
}
a:link.footer-link, a:visited.footer-link {
  color: lightgrey;
  font-size: 14pt;
  text-decoration: none;
}
.social-link {
  color: lightgrey;
  width: 24px;
  font-size: 20pt;
}
.card-title {
  color: #536c79;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  /*
  white-space: nowrap;
  margin-bottom: 0.50rem;
  */
}
.notify-title {
  /* margin: 10px 10px; */
  font-size: 1.1em;
  font-weight: 700;
}
.img-bg{
  display:block;
  text-decoration:none;
  height:420px;
  background-size:cover;
  background-position:center center;
  position:relative;-
  webkit-transition:all .2s ease-out;
  -moz-transition:all .2s ease-out;
  -ms-transition:all .2s ease-out;
  -o-transition:all .2s ease-out;
  transition:all .2s ease-out
}
index-video-intro .img-bg:after{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(rgba(255,255,255,0) 60%,rgba(36,43,60,.89) 100%)}