﻿
/**umb_name:Font Medium*/
.defaultFontSize {
    font-size: 16px;
}
/**umb_name:Font Large*/
.largeSize {
    font-size: 18px;
}
/**umb_name:Font Extra Large*/
.xlargeFontSize {
    font-size: 22px;
}

/**umb_name:Font Grey*/
.textGrey {
    color: #7B8591 !important;
}

/**umb_name:Font Black*/
.textBlack {
    color: #000000 !important;
}

/**umb_name:Font White*/
.textWhite {
    color: #ffffff !important;
}

/**umb_name:Highlighted Title*/
.HighlightedText {
    font-size: 22px;
    line-height: 25px;
    color: #33607f;
}


/**umb_name:White Highlighted Title*/
.HighlightedText_White {
    font-size: 22px;
    line-height: 25px;
    color: white;
    background-color: #33607f;
}
