/* PAGE TITLE */
#page-title .block-page-title-block {
}
#page-title::before,
#page-title::after {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#page-title::before {
}
#page-title::after {
}
#page-title {
  background: #004488;
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, #7ae6ff 0%, #004488 70%) repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 10px 5px;
  position: relative;
  text-align: center;
  width: 100%;
}
.page-title-inner {
    position: relative;
    z-index: 10;
}
.page-title-inner a:hover {
    color: var(--light);
    font-weight: bold;
}
h1.page-title {
    color: inherit;
    font-size: 1.7em;
    margin: 0;
    padding: 0;
}

/* BREADCRUMB */
.breadcrumb {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
