﻿
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.btn-admin {
    color: #fff;
    background-color: #a10f2b;
    border-color: #8a0d25;
}

    .btn-admin:hover {
        color: #fff;
        background-color: #720b1f;
        border-color: #150206;
    }

    .btn-check:focus + .btn-admin, .btn-admin:focus {
        color: #fff;
        background-color: #720b1f;
        border-color: #150206;
    }

    .btn-check:checked + .btn-admin,
    .btn-check:active + .btn-admin, .btn-admin:active, .btn-admin.active,
    .show > .btn-admin.dropdown-toggle {
        color: #fff;
        background-color: #720b1f;
        border-color: #150206;
    }

        .btn-check:checked + .btn-admin:focus,
        .btn-check:active + .btn-admin:focus, .btn-admin:active:focus, .btn-admin.active:focus,
        .show > .btn-admin.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(65, 150, 254, 0.5);
        }

    .btn-admin:disabled, .btn-admin.disabled {
        color: #fff;
        background-color: #a10f2b;
        border-color: #8a0d25;
    }


.btn-outline-admin {
    color: #2083fe;
    border-color: #2083fe;
}

    .btn-outline-admin:hover {
        color: #fff;
        background-color: #2083fe;
        border-color: #2083fe;
    }

    .btn-check:focus + .btn-outline-admin, .btn-outline-admin:focus {
        box-shadow: 0 0 0 0.25rem rgba(32, 131, 254, 0.5);
    }

    .btn-check:checked + .btn-outline-admin,
    .btn-check:active + .btn-outline-admin, .btn-outline-admin:active, .btn-outline-admin.active, .btn-outline-admin.dropdown-toggle.show {
        color: #fff;
        background-color: #2083fe;
        border-color: #2083fe;
    }

        .btn-check:checked + .btn-outline-admin:focus,
        .btn-check:active + .btn-outline-admin:focus, .btn-outline-admin:active:focus, .btn-outline-admin.active:focus, .btn-outline-admin.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(32, 131, 254, 0.5);
        }

    .btn-outline-admin:disabled, .btn-outline-admin.disabled {
        color: #2083fe;
        background-color: transparent;
    }

.section-heading {
    margin-bottom: 50px;
    text-align: center;
}

    .section-heading.half {
        margin-bottom: 30px;
    }

    .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
        position: relative;
        padding-bottom: 10px;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
        line-height: 140%;
    }

        .section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
            content: '';
            display: block;
            width: 100px;
            height: 2px;
            background: #a10f2b;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6 {
        color: #fff;
    }

    .section-heading.grey h1, .section-heading.grey h2, .section-heading.grey h3, .section-heading.grey h4, .section-heading.grey h5, .section-heading.grey h6 {
        color: #b7b7b7;
    }

        .section-heading.grey h1:after, .section-heading.grey h2:after, .section-heading.grey h3:after, .section-heading.grey h4:after, .section-heading.grey h5:after, .section-heading.grey h6:after {
            background: #b7b7b7;
        }

    .section-heading.left {
        text-align: left;
    }

        .section-heading.left h1, .section-heading.left h2, .section-heading.left h3, .section-heading.left h4, .section-heading.left h5, .section-heading.left h6 {
            padding-bottom: 15px;
        }

            .section-heading.left h1:after, .section-heading.left h2:after, .section-heading.left h3:after, .section-heading.left h4:after, .section-heading.left h5:after, .section-heading.left h6:after {
                margin: 0;
                left: 0;
            }

    .section-heading strong {
        font-weight: 600;
    }

    .section-heading.white p {
        color: #fff;
    }

    .section-heading p {
        font-size: 15px;
        font-weight: 400;
        padding-top: 15px;
        margin: 0 auto;
    }

    .section-heading span {
        position: relative;
        font-size: 15px;
        font-weight: 500;
        color: #a10f2b;
        line-height: 200%;
        margin-bottom: 10px;
    }

    .section-heading.white span {
        color: #fff;
    }

    .section-heading.grey span {
        color: #b7b7b7;
    }

    .section-heading .badge {
        display: inline-block;
        padding: 7px 19px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 14px;
        color: #a10f2b;
        border: 1px solid #a10f2b;
        background: transparent;
        text-transform: uppercase;
        letter-spacing: .075em;
    }

/*-- Navigation Tabs --*/

.nav-tabs .nav-item .nav-link {
    background-color: #fff;
    color: #2083fe;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

    .nav-tabs .nav-item .nav-link:hover {
        text-decoration: underline;
    }

    .nav-tabs .nav-item .nav-link.active {
        color: #000;
        background-color: #fff;
        border-top: 5px solid #2083fe;
        border-right: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6;
    }

        .nav-tabs .nav-item .nav-link.active:hover {
            text-decoration: none;
        }


/*-- Accordion color --*/

.accordion-body {
    background-color: white;
}

.accordion-button {
    color: white;
    background-color: #1e2e50;
    font-family: SpartanMB,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: bold;
}

    .accordion-button:not(.collapsed) {
        color: white;
        background-color: #1e2e50;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            transform: rotate(-180deg);
        }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform 0.2s ease-in-out;
    }