.d-flex {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.invisible {
    display: none; !important;
}

.top {
    display: none; !important;
}

.google-ad.adunit {
    display: none !important;
}

app-menu>.top .pill-links {
    display: none !important;
}

.middle.container-fluid {
    display: none !important;
}

.hero {
    background: #0076be;
    color: white;    
}

.hero h1 {
    color: white;
}

.hero a {
    color: white;
    text-decoration: none;   
}

.app-generic-content {
    font-family: "Montserrat Semibold",sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
}

a.pill-link.btn-primary.mx-auto.btn-small {
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    width: 150px;
    background-color: #0076be;
    border: none;
    padding: 0.5625rem 1.5625rem;
    border-radius: 1.5625rem;
    outline: none;
    font-family: "Montserrat Semibold",sans-serif;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0;
}

a.pill-link.btn-primary.mx-auto.btn-small:hover {
    background-color: #2062a9;
    cursor: pointer;
}

a.pill-link.btn-secondary.mx-auto.btn-small {
    line-height: 1.4;
    color: #2062a9;
    text-decoration: none;
    width: 150px;
    background-color: #e4eef8;
    border: none;
    padding: 0.5625rem 1.5625rem;
    border-radius: 1.5625rem;
    outline: none;
    font-family: "Montserrat Semibold",sans-serif;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0;
}

a.pill-link.btn-secondary.mx-auto.btn-small:hover {
    background-color: #f1f6fb;
    cursor: pointer;
}

app-footer.hydrated {
margin-top: 0px !important;
}

.container-fluid .widget-spacer {
    margin: 0px !important;
    gap: 1rem !important;
}

.team-card {
    display: flex;
    flex-direction: column;
    min-width: 350px;
    max-width: 350px;
    padding: .7em;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.team-card .row {
    margin-bottom: 0px !important;
}

.team-info-container {
    max-width: 1110px;
    min-width: 400px;
}

.container-fluid.top {
    display: none !important;
}

.bottom {
    display: none !important;
}