.bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.bg-green {
    background-color: #0e91a1;
}
.bg-green-light {
    background-color: #00A3B7;
}

.text-half-white {
    color: #eee !important;
}

p > a,li > a {
    padding-left: 5px;
    padding-right: 5px;
}

.list-indent {
    list-style-position: inside;
    padding-left: 0px;
}

sup {
    font-style: italic;
    font-weight: 900;
    color: #e36611;
    padding-left: 2px;
}

.card {
    border: 1px solid rgba(0,0,0,.125);
}

.card-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-footer {
    border-top: 1px solid rgba(0,0,0,.125);
}

