.browser-warning {
    height: 50px;
    position: fixed;
    bottom: 30px;
    text-align: center;
    background: #ffff94;
    border-top: 1px solid orange;
    border-bottom: 1px solid orange;
    width: 100%;
    box-sizing: border-box;
    color: sienna;
    transition: bottom 500ms;
    cursor: pointer;
}

.vivo-home__title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .vivo-home__title-container h1 {
        display: inline;
    }

.vivo-home__main-content {
    display: flex;
    justify-content: center;
}

.vivo-home-cards-container {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    width: 80%;
    margin-bottom: 100px;
    justify-content: center;
}

.vivo-home-card {
    width: 400px;
    margin: 15px;
    text-align: left;
    box-shadow: 0 0 15px lightgrey;
    background: white;
    border: none;
}

.vivo-card__title {
    background: #19af8c;
    color: white;
    margin: 0;
    padding: 15px;
}

    .vivo-card__title h2 {
        margin: 0;
    }

.vivo-card__description {
    padding: 15px;
    height: 150px;
}

.vivo-card__link-container {
    text-align: right;
}

    .vivo-card__link-container .vivo-card__link-button {
        margin: 15px;
    }

        .vivo-card__link-container .vivo-card__link-button i {
            margin-left: 15px;
        }

.page .main {
    overflow-y: auto;
}

.beta {
    color: black;
    background-color: yellow;
    font-weight: 500;
    margin-left: 10px;
    text-align: center;
}

.vivo-content {
    padding: 7.5px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
}

/*.vivo-content h1,
    .vivo-content h2,
    .vivo-content h3,
    .vivo-content h4,
    .vivo-content h5,
    .vivo-content h6,
    .vivo-content img,
    .vivo-content p,
    .vivo-content div {
        padding: 7.5px;
    }*/

.vivo-margin-bottom {
    margin-bottom: 15px;
}

.vivo-nospacing {
    margin: 0px !important;
    padding: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(0,150,136);
    margin: 0px;
    font-weight: 300 !important;
    line-height: 1;
    padding: 7.5px !important;
    display: inline;
    margin: 0px !important;
}

p {
    margin: 0px;
}

#page-container {
    height: 100%;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    /*pointer-events: none;*/
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

h1 {
    font-size: 40px !important;
}

h4 {
    font-size: 18px !important;
}

h2 {
    font-size: 32px !important;
}

.content-container {
    z-index: 1;
    /*pointer-events: none;*/
    padding: 15px;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 40px;
    justify-content: center;
}


.no-padding {
    padding: 0px !important;
}

.cards-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    max-width: 1245px;
    align-items: flex-start;
}

.card {
    width: 400px;
    margin: 7.5px;
    height: 280px;
    justify-content: space-between;
}

.vivo-content a.mdl-button {
    margin: 7.5px;
    align-self: flex-end;
}

.card-text {
    display: flex;
    flex-direction: column;
}

#map-container {
    pointer-events: none;
    width: 99%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .page .main {
        height: calc(100% - 86px) !important;
        /*display: flex;
        flex-direction: column;
        overflow: hidden;*/
    }
}