.faq .card .card-header {
    color: #004a8a
}

.logo-bottom-margin {
    margin-bottom: 1em;
}

.card {
    border: 3px #555555 solid;
    border-radius: 8px;
}

/*div.card-custom.card-body.bg-light{*/
/*    background-color: #ffffff;*/
/*}*/

.card-custom{
    background-color: #ffffff !important;
}

/*div.card-body.bg-light {*/
/*    background: #ffffff !important;*/
/*}*/

body {
    font-size: 1.25rem !important;
    font-family: "Open Sans",Arial,sans-serif !important;
    --font-family-sans-serif: "Open Sans",Arial,sans-serif !important;
}

#footer, #copyright {
    font-size: 1rem !important;
}


a.btn-outline-dark-sneak-peek {
    color: #ffffff;
    border-color: #ffffff;
}

a.btn-outline-dark-sneak-peek:hover {
    color: #ffffff;
    background: #004a8a;
    border-color: #004a8a;
}

.text-blue {
    color: #004a8a;
}

.subtitle-bold {

}

.footer-container {
    padding-top: 1rem !important;
    padding-bottom:1rem !important;
}

.custom-shadow {
    -webkit-box-shadow: 10px 10px 21px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 21px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 21px 0px rgba(0,0,0,0.75);
}