/*.section-landing-search.page_section {
   min-height: inherit;
}

.section-landing-search.page_section .row {
   padding-bottom: 0px;
}

.section-landing-search .columnBlockLayout {
   margin-bottom: 0px;
   margin-top: 0px;
}

#search-filter:not(:hover):not(:active):not(:focus) {
   color: #ca9831;
   background-color: white;
}

.page_section .form-search .btn {
   padding-top: 5px;
   padding-bottom: 6px;
}*/

.page_section {
   position: relative;
   background-size:auto;
}

.page_section .row {
   padding-top: 0px;
   padding-bottom: 0px;
}

.section-landing-search
{
  background-image: url("/Form-top-bg.png");
  background-repeat: no-repeat;
  min-height:241px;
}

.page_section .form-search .btn-default {
   padding: 6px 20px 5px 20px;
   margin-top: 0;
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}

.page_section .form-search .btn-primary {
   padding: 6px 20px 5px 20px;
   margin-top: 0;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}

/* ------------------------------------- Bootstrap breadcrumb - in this stylesheet as it is currently only used on the search page ----------------- */
.breadcrumb {
   --bs-breadcrumb-divider-color: #5c5a58 !important;
}

.breadcrumb > .active {
   color:#5c5a58 !important;
}

.breadcrumb > li a {
   color: #056679;
   font-style: italic;
}

.page-heading
{
   padding-top:0px;
}


.search-results .page-header {
   outline: none !important;
}

.search-body-container
{
   color: #3B3D3A !important;
   background-color: rgba(255, 255, 255, 0.9) !important;  
   border-radius: 15px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
   margin: 10px;
   padding-top:10px;
   min-height:400px;
}

.facet-title.card-header:first-child
{
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}

.facet-view > .card-body
{
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   border-top-left-radius: 0px !important;
   border-top-right-radius: 0px !important;
}

.search-results .highlight {
   background-color: #B7B7C5;
}

.btn-link {
   --bs-btn-color: #056679;
}
