.navbar-brand img { width: 300px; }

.loading-stripe {
    height: 4px;
    background-image: url(/images/structure/loading-stripe.gif);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.searchimage {
    background: url(/images/img/search-header.png);
    background-size: cover;
}

.search-results.table th {
    background: #ddd;
    border-top: none;
    font-family: "Playfair Display", serif;
 }
.search-results.table.by-name th { background: #4f5d75; color: white;}
.search-results.table.by-business-name th { background: #bee5eb; }
.search-results.table.by-handle th { background: #ffeeba; }

.profile-icons img {
    height: 50px;
    padding: 5px;
    width: 50px;
}

.ambit-sequence .top-image {position:relative; z-index:22;}
.ambit-sequence { 
    background: url(/images/img/ambit-sequence.png);
    background-repeat:none;
    position:relative;
    z-index:2;
}
.text-box {
    top: 40%;
    bottom: 10%;
    background-color: #4fbfa8;
}

.card-text-overlay { 
    position: relative;
    top: -40px;
    width: 75%;
    background-color: #4fbfa8;
    margin: auto;
}

#promotions [data-toggle=collapse] {
    cursor: default;
    position: relative;
}
#promotions [data-toggle=collapse]:before {
    content: "-";
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    left: 1rem;
    position: absolute;
}
#promotions .collapsed[data-toggle=collapse]:before {
    content: "+";
}

.site-dump {
    border-color: #36f;
    color: #36f;
    height: 200px;
    padding: 4px;
    width: 100%;
}
