.font-color-white{
    color: #FFFFFF!important;
}
.font-color-turquoise{
    color: #33AAAA!important;
}
.font-color-darkblue{
    color: #004477!important;
}
.font-color-gray{
    color: #f6f6f6!important;
}
.font-size-1
{
    font-size: 3rem!important;
}
.font-size-2
{
    font-size: 2.5rem!important;
}
.font-size-3
{
    font-size: 1.75rem!important;
}
.font-size-4
{
    font-size: 1.2rem!important;
}
.font-size-5
{
    font-size: 1.5rem!important;
}
.font-weight-bold{
    font-weight: bold!important;
}


.text-transform-uppercase{
    text-transform: uppercase!important;
}
.text-transform-none{
    text-transform: none!important;
}


.background-color-darkblue{
    background-color: #004477!important;
}
.background-color-white{
    background-color: #ffffff!important;
}
.background-color-darkblue a:hover{
    color: #f6f6f6!important;
}
.pagination li {
    list-style: none;
    background-image: none!important;
    background-repeat: no-repeat;
    background-position: 0px 10px;
    background-size: 10px;
    padding-inline-start: 1.125rem;
    margin-left: 0px!important;
}