.light{
    font-family: light;
}
.med{
    font-family: med;
}
.reg{
    font-family: reg;
}
.semiBold {
    font-family: semiBold;
}



.white{
    color: white;
}
.blue{
    color : #1582AE;
}
.blueDark{
    color: #477490;
}
.gray{
    color : #949494;
}
.lightGray{
    color : #d8d8d8;
}
.red {
    color: #8d3400;
}
.orange {
    color : #d55100;
}



.textHighlight {
    background-color: #b6deff;
    border-radius: 3px;
}


.ss {
    font-size: 12px;
}

.s {
    font-size: 14px;
}
.sm{
    font-size:16px;
}
.m {
    font-size:18px;
}
.l {
    font-size:22px;
}
.xl {
    font-size:26px;
}
.xxl {
    font-size:30px;
}








h1{
    font-family: med;
    font-size: 25px;
}



.hrM {
    height: 0;
    border-top: 2px solid rgb(156, 156, 156);   
}
.hrS {
    height: 0;
    border-top: 1px solid rgb(221, 221, 221);   
}


.hrWhiteS {
    height: 0;
    border-top: 1px solid rgb(255, 255, 255);   
}


.top-3
{
    position: relative;
    top:3;
}

.top-2
{
    position: relative;
    top:2;
}

.top-1
{
    position: relative;
    top:1;
}

.textCenter{
    text-align: center;
}


.marginCenter {
    margin: auto;
}



.circleBullet {
    background-color: #c04600;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: 7px;
}