/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* line 5, node_modules/bootstrap/scss/_card.scss */
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

/* line 16, node_modules/bootstrap/scss/_card.scss */
.card > hr {
    margin-right: 0;
    margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

/* line 28, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/* line 34, node_modules/bootstrap/scss/_card.scss */
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

/* line 41, node_modules/bootstrap/scss/_card.scss */
.card-title {
    margin-bottom: 0.75rem;
}

/* line 45, node_modules/bootstrap/scss/_card.scss */
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

/* line 50, node_modules/bootstrap/scss/_card.scss */
.card-text:last-child {
    margin-bottom: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.card-link:hover {
    text-decoration: none;
}

/* line 59, node_modules/bootstrap/scss/_card.scss */
.card-link + .card-link {
    margin-left: 1.25rem;
}

/* line 68, node_modules/bootstrap/scss/_card.scss */
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 74, node_modules/bootstrap/scss/_card.scss */
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 79, node_modules/bootstrap/scss/_card.scss */
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

/* line 85, node_modules/bootstrap/scss/_card.scss */
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, node_modules/bootstrap/scss/_card.scss */
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 100, node_modules/bootstrap/scss/_card.scss */
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

/* line 107, node_modules/bootstrap/scss/_card.scss */
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

/* line 113, node_modules/bootstrap/scss/_card.scss */
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

/* line 122, node_modules/bootstrap/scss/_card.scss */
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

/* line 128, node_modules/bootstrap/scss/_card.scss */
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

/* line 133, node_modules/bootstrap/scss/_card.scss */
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 141, node_modules/bootstrap/scss/_card.scss */
.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* line 145, node_modules/bootstrap/scss/_card.scss */
.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    /* line 141, node_modules/bootstrap/scss/_card.scss */ .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    /* line 154, node_modules/bootstrap/scss/_card.scss */
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

/* line 171, node_modules/bootstrap/scss/_card.scss */
.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* line 177, node_modules/bootstrap/scss/_card.scss */
.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    /* line 171, node_modules/bootstrap/scss/_card.scss */ .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    /* line 185, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    /* line 190, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    /* line 197, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    /* line 200, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }

    /* line 204, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }

    /* line 210, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    /* line 213, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }

    /* line 217, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }

    /* line 223, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }

    /* line 226, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    /* line 230, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    /* line 236, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }

    /* line 239, node_modules/bootstrap/scss/_card.scss */
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

/* line 257, node_modules/bootstrap/scss/_card.scss */
.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    /* line 256, node_modules/bootstrap/scss/_card.scss */ .card-columns {
        -webkit-column-count: 5;
        column-count: 5;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    /* line 267, node_modules/bootstrap/scss/_card.scss */
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

/* line 280, node_modules/bootstrap/scss/_card.scss */
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

/* line 286, node_modules/bootstrap/scss/_card.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

/* line 291, node_modules/bootstrap/scss/_card.scss */
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 297, node_modules/bootstrap/scss/_card.scss */
.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}