.fp-color {
    color: #49C2C6;
}

.bold-text {
    font-weight: 700;
}

.white  {
    color: #ffffff;
}

.bg-fp {
    background-color: #49C2C6;
    border-radius: 1rem;
}

.bg-alternate {
    background-color: #B4CE45;
    border-radius: 1rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-14 {
    font-size: .875rem;
}

.fs-12 {
    font-size: .75rem;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-5 {
    padding-left: 1.5rem !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

ul > li, ol > li {
    color: #4cc2c4;
    margin: 7px 0;
    letter-spacing: 0.020em;
}

.fs-5-5 {
    font-size: 1.15rem !important;
}