.entity-header {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.entity-header .component-content .background-container {
  padding: 40px 0px;
  min-height: 520px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .entity-header .component-content .background-container {
    background-image: none !important;
    padding: 0px;
    min-height: inherit;
    display: block;
  }
}

@media screen and (max-width: 767.98px) {
  .entity-header .component-content .background-container .container .row > div {
    padding: 0px !important;
  }
}

.entity-header .component-content .background-container .container .row > div .entity-card {
  background: -webkit-gradient(linear, left top, left bottom, from(#317FCB), to(#00529F));
  background: -webkit-linear-gradient(top, #317FCB 0%, #00529F 100%);
  background: linear-gradient(180deg, #317FCB 0%, #00529F 100%);
  color: #FFF;
  padding: 16px;
  text-align: center;
}

.entity-header .component-content .background-container .container .row > div .entity-card .entity-type {
  font-size: 20px;
  line-height: 33px;
  padding-bottom: 16px;
  position: relative;
}

.entity-header .component-content .background-container .container .row > div .entity-card .entity-type::before {
  content: "";
  background-color: #FFF;
  opacity: 0.12;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
  height: -webkit-calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  left: -16px;
  top: -16px;
}

.entity-header .component-content .background-container .container .row > div .entity-card .entity-short-name {
  font-size: 48px;
  line-height: 60px;
  padding: 40px 0px;
  margin: 0px 16px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.entity-header .component-content .background-container .container .row > div .entity-card .entity-name {
  padding: 40px 0px;
}

.entity-header .component-content .background-container .container .row > div .entity-card .entity-name > h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 0;
}
