.container-header {
    height: 250px;  
 }

.breadcrumb {
    background-color: #FFFFFF;
}

h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #264f70; /* dark blue*/
}

h2 {
  font-size: 2.2rem;
  font-weight: 500;
  color: rgb(0, 168, 198); /*light blue*/
}

h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: grey;
}

/* Menu always open */
.mod-list .parent > ul {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/*main items*/
.mod-list li a {
  color: #264f70; /* dark blue*/
  }

/*subitems*/
.mod-list li ul li a {
    padding-left: 20px; /* indent */
    font-size: 0.9rem;
    color: rgb(0, 168, 198); /*light blue*/
}

/* Search input */

.finder .result-created,
.finder .result-date {
    display: none !important;
}

.mod-finder input[type="text"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

/* Search button */
.mod-finder button {
    padding: 10px 16px;
    background: #0077cc;
    color: #fff;
    border: none;
    border-radius: 6px;
    margin-left: 6px;
    cursor: pointer;
}

.mod-finder button:hover {
    background: #005fa3;
}

/* Container */
.finder {
    max-width: 800px;
    margin: 0 auto;
}

/* Result title */
.finder .result-title a {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0077cc;
    text-decoration: none;
}

.finder .result-title a:hover {
    text-decoration: underline;
}

/* Result snippet */
.finder .result-text {
    font-size: 1rem;
    color: #444;
    margin-bottom: 10px;
}

/* URL */
.finder .result-url {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 20px;
    display: block;
}

.finder-filter {
    background: #f7f7f7;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.finder-filter label {
    font-weight: 600;
}