:root {
    --bs-primary: #00095B;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "FordAntenna", Arial, Helvetica, sans-serif;
    margin-bottom: 60px;
}

.text-blue {
    color: #00095B;
}

.bg-blue {
    background-color: #00095B;
}

.text-bigger {
    font-size: 1.25rem;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #00095B;
}

.btn-primary {
    height: 40px;
    color: #fff;
    font-stretch: condensed;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: center;
    padding: 0 20px;
    background-color: #00095B;
    border-color: #00095B;
    border-radius: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    color: #fff;
}

span.idme-description {
    display: none !important;
}

.faq-question {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.faq-answer {
    margin-top: 0;
    margin-bottom: 1rem;
}

.amx-red {
    color: #d62d14;
}

.amx-green {
    color: #008200;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    background: rgba(0,0,0,.5);
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200001;
}

.modal--close-btn {
    font-size: 22px;
    cursor: pointer;
}
