/**umb_name:red-highlight*/
.redHighlight{color:#ff0000}

/**umb_name:green highlight*/
.greenHighlight{color:#95c11e}



/**umb_name:dark-panel*/
.darkPanel{background-color:#4a4e54;
padding:30px;
color:#FFFFFF;
display:block;
word-wrap:break-word}



/**umb_name:green-panel*/
.greenPanel{background-color:#95c11e;
padding:30px;
color:#FFFFFF !important;
display:block;
word-wrap:break-word}





/**umb_name:Header 1*/
h1{color:#95c11f;
margin-top: 0;
margin-bottom: 0.3em;
color: #95c11f;
font-family: "DecimaRoundA", arial, sans-serif;
line-height: normal;}

/**umb_name:Header 2*/
h2{color:#95c11f;
margin-top: 0;
margin-bottom: 0.3em;
color: #95c11f;
font-family: "DecimaRoundA", arial, sans-serif;
line-height: normal;}

/**umb_name:Header 3*/
h3{color:#95c11f;
margin-top: 0;
margin-bottom: 0.3em;
color: #95c11f;
font-family: "DecimaRoundA", arial, sans-serif;
line-height: normal;}

/**umb_name:button-link*/
.buttonLink{display: inline-block;
margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 22px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 6px 25px;
    font-size: 18px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #494e54;
    border-color: #494e54;
    font-family: var(--primary-font-family);}