/* Colors */
    .color_white{
        color: #FFF;
    }
    .color_black{
        color: #000;
    }
    .color_gray{
        color: #434244;
    }
    .color_softgray{
        color: #DBD9D9;
    }
    .color_purple{
        color: #652D8F;
    }
    .color_red{
        color: #D71F2A;
    }
    .color_green{
        color: #009345;
    }
    .color_blue{
        color: #255FAC;
    }
    .color_softblue{
        color: #1E75BA;
    }
    .color_yellow{
        color: #BEA600;
    }
    .color_bluegray{
        color: #03688A;
    }
    .color_softgreen{
        color: #8BC541;
    }
/* backg_   border_   btn_   hov_ */
/* Colors Comp */
    a.color_white, a.color_white:link, a.color_white:visited{
        color: #FFF;
    }
    .backg_white{
        background-color: #FFF;
    }
    .border_white{
        border: solid 1px #FFF;
    }
    .hov_white:hover{
        color: #FFF !important;
    }
    a.color_black, a.color_black:link, a.color_black:visited{
        color: #000;
    }
    .backg_black{
        background-color: #000;
    }
    .border_black{
        border: solid 1px #000;
    }
    .hov_black:hover{
        color: #000 !important;
    }
    a.color_blue, a.color_blue:link, a.color_blue:visited{
        color: #255FAC;
    }
    .backg_blue{
        background-color: #255FAC;
    }
    .border_blue{
        border: solid 1px #255FAC;
    }
    .btn_blue{
        background-color: #255FAC;
    }
    .btn_blue:hover{
        background-color: #DBD9D9;
        color: #FFF;
    }
    .hov_blue:hover{
        color: #255FAC !important;
    }
    li.bull_blue::before{
        content: "• ";
        color: #255FAC;
        margin-right: 4px;
    }
    a.color_softgray, a.color_softgray:link, a.color_softgray:visited{
        color: #DBD9D9;
    }
    .backg_softgray{
        background-color: #DBD9D9;
    }
    .border_softgray{
        border: solid 1px #DBD9D9;
    }
    .btn_softgray{
        background-color: #DBD9D9;
    }
    .btn_softgray:hover{
        background-color: #D71F2A;
        color: #FFF;
    }
    .hov_softgray:hover{
        color: #DBD9D9 !important;
    }
    a.color_gray, a.color_gray:link, a.color_gray:visited{
        color: #434244;
    }
    .backg_gray{
        background-color: #434244;
    }
    .border_gray{
        border: solid 1px #434244;
    }
    .btn_gray{
        background-color: #434244;
    }
    .btn_gray:hover{
        background-color: #F16624;
        color: #FFF;
    }
    .hov_gray:hover{
        color: #434244 !important;
    }
    a.color_purple, a.color_purple:link, a.color_purple:visited{
        color: #652D8F;
    }
    .backg_purple{
        background-color: #652D8F;
    }
    .border_purple{
        border: solid 1px #652D8F;
    }
    .btn_purple{
        background-color: #652D8F;
    }
    .btn_purple:hover{
        background-color: #DBD9D9;
        color: #FFF;
    }
    .hov_purple:hover{
        color: #652D8F !important;
    }
    li.bull_purple::before{
        content: "• ";
        color: #652D8F;
        margin-right: 4px;
    }
    a.color_softblue, a.color_softblue:link, a.color_softblue:visited{
        color: #1E75BA;
    }
    .backg_softblue{
        background-color: #1E75BA;
    }
    .border_softblue{
        border: solid 1px #1E75BA;
    }
    .btn_softblue{
        background-color: #1E75BA;
    }
    .btn_softblue:hover{
        background-color: #255FAC;
        color: #FFF;
    }
    .hov_softblue:hover{
        color: #1E75BA !important;
    }
    li.bull_softblue::before{
        content: "• ";
        color: #1E75BA;
        margin-right: 4px;
    }
    a.color_yellow, a.color_yellow:link, a.color_yellow:visited{
        color: #BEA600;
    }
    .backg_yellow{
        background-color: #BEA600;
    }
    .border_yellow{
        border: solid 1px #BEA600;
    }
    .hov_yellow:hover{
        color: #BEA600 !important;
    }
    a.color_red, a.color_red:link, a.color_red:visited{
        color: #D71F2A;
    }
    .backg_red{
        background-color: #D71F2A;
    }
    .border_red{
        border: solid 1px #D71F2A;
    }
    .btn_red{
        background-color: #D71F2A;
    }
    .btn_red:hover{
        background-color: #DBD9D9;
        color: #000000;
    }
    .hov_red:hover{
        color: #D71F2A !important;
    }
    li.bull_red::before{
        content: "• ";
        color: #D71F2A;
        margin-right: 4px;
    }
    a.color_softgreen, a.color_softgreen:link, a.color_softgreen:visited{
        color: #8BC541;
    }
    .backg_softgreen{
        background-color: #8BC541;
    }
    .border_softgreen{
        border: solid 1px #8BC541;
    }
    .btn_softgreen{
        background-color: #8BC541;
    }
    .btn_softgreen:hover{
        background-color: #255FAC;
        color: #FFF;
    }
    .hov_softgreen:hover{
        color: #8BC541 !important;
    }
    li.bull_softgreen::before{
        content: "• ";
        color: #8BC541;
        margin-right: 4px;
    }
/* Size fonts */
    .fnt14{
        font-size: 14px;
    }
    .fnt16{
        font-size: 16px;
    }
    .fnt18{
        font-size: 18px;
    }
    .fnt20{
        font-size: 20px;
    }
    .fnt27{
        font-size: 27px;
    }
    .fnt30{
        font-size: 30px;
    }
    .fnt35{
        font-size: 35px;
    }
    .fnt45{
        font-size: 45px;
    }
    .fntbld{
        font-weight: bold;
    }
    .fntlig{
        font-weight: lighter;
    }
    .fntwnor{
        font-weight: normal;
    }
    .fntsnor{
        font-style: normal;
    }
    .fntita{
        font-style: italic;
    }
    .txt_underline{
        text-decoration: underline;
    }
    .txt_thro{
        text-decoration: line-through;
    }
/* Misc */
    .txtal_center{
        text-align: center;
    }
    .txtal_right{
        text-align: right;
    }
    .txtal_left{
        text-align: left;
    }
    .txtal_justify{
        text-align: justify;
    }
    .marg_auto{
        margin: auto;
    }
    .dis_inline{
        display: inline-block;
    }
    .dis_block{
        display: block;
    }
    .dis_hide{
        display: none;
    }
    .dis_table{
        display: table;
    }
    .ver_alig_mid{
        vertical-align: middle;
    }
    .ver_alig_sup{
        vertical-align: super;
    }
    .padding_0{
        padding: 0px;
    }
    .cur_poi{
        cursor: pointer;
    }
    .mrg_lef20{
        margin-left: 20px;
    }
    .mrg_rig20{
        margin-right: 20px;
    }
    .pos_rel{
        position: relative;
    }
    .pos_abs{
        position: absolute;
    }
    .txt_area_lines{
        white-space: pre-line;
        /*text-align: justify;*/
        word-wrap: break-word;
    }
    .txt_area_lines ul{
        margin-bottom: 0px;
        padding: 0px;
        line-height: 0px;
    }
    .txt_area_lines li{
        line-height: 25px;
    }
    .arrow_white{
        background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(255, 255, 255)"></polygon></svg>') ;
    }
    .txt_upper{
        text-transform: uppercase;
    }
    a.a_underline:link,
    .a_underline{
        text-decoration: underline;
    }
    .height_100{
        height: 100%;
    }
    .width_100{
        width: 100%;
    }
    .lin_hei_ini{
        line-height: initial;
    }
    ul.styl_none{
        list-style: none;
    }
    .cont_rich_editor{
        word-wrap: break-word;
    }
    
/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){
    .fnt27{
        font-size: 24px;
    }
    .fnt35{
        font-size: 30px;
    }
}