.catalog {
    background-color: white;
    padding: 0px !important;
    margin: 0px !important;
}

.card-columns {
    padding-left: 23px;
    padding-right: 23px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.banner-container {
    padding: 0px !important;
}

.catalog .banner {
    position: relative;
    max-width: 100%;
}

.catalog .shield {
    position: absolute;
    left: 10%;
    height: 100%; 
}

.catalog .participant {
    border: 0px !important;
    margin-bottom: 20px;
    text-align: justify;
    padding-left: 7px;
    padding-right: 7px;
}
.catalog .participant h4 {
    font-size: 1.2em;
    font-weight: bold;
}

.contact_information {
    color: #0056b3;
    font-size: 0.8em;
}

.contact_information a {
    color: #0056b3;
}

.contact_information .phone {
    white-space: nowrap;
}


.contact_information span:not(:first-child):not(:empty)::before {
    content: " · ";
    color: #0056b3;
    font-size: 0.8em;
}

#CatalogSearch {
  background-color: white;
  padding: 30px;  
}

#catalog-menu {
  z-index: 1000;
}

div.anchor {
  top: -60px;
  visibility: hidden;
  position: relative;
}
