﻿/**umb_name:Title H1*/
h1.edit {
    font-family: 'open_sans_condensedbold', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
    color: #00c573;
}

/**umb_name:Title H2*/
h2.edit {
    font-family: 'open_sans_condensedbold', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
    color: #068232;
}

/**umb_name:Title H3*/
h3.edit {
    font-family: 'open_sans_condensedbold', sans-serif;
    font-weight: 300;
    font-size: 23px !important;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
    color: #00c573 !important;
}

/**umb_name:Title H4*/
h4.edit {
    font-family: 'open_sans_condensedbold', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

/**umb_name:Title H5*/
h5.edit {
    font-family: 'open_sans_condensedbold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

/**umb_name:Title H6*/
h6.edit {
}

/**umb_name:Paragraph*/
p.edit {
    font-family: 'open_sanscondensed_light', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

/**umb_name:White*/
.white-edit {
    color: #FFFFFF !important;
}

/**umb_name:Black*/
.black-edit {
    color: #000000 !important;
}

/**umb_name:Green */
.green-edit {
    color: #00c573 !important;
}

/**umb_name:Yellow */
.yellow-edit {
    color: #f9df00 !important;
}

.umb-page ul {
    list-style: square !important;
    margin-left: 22px;
}

.umb-page ol {
    list-style: decimal !important;
    margin-left: 22px;
}
