/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */


.h1-Generis-blue h1 {
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    color: #0059ff;
}

.h1-Generis-banner h1 {
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    color: white;
}

.h2-Generis-blue h2 {
    color: #032262;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    margin-bottom: 3rem;
}

.Generis-link-green a {
    text-decoration: underline;
    color: #34c04b;
}

.modal-content-generis {
    border: 0 none !important;
    border-radius: 1rem !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    pointer-events: auto !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    outline: 0 !important;
}

.modal-header-generis {
    height: 50px;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0 none !important;
    outline: none;
}

.modal-body-generis {
    padding: 50px !important;
}

.modal-body-generis h3 {
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    color: #032262;
}

.row:before, .row:after {
    width: 0px;
    height: 0px;
}