/**umb_name:titleWithGreenUnderline*/
h2{background-position: 0 1.1em;
    background-repeat: repeat-x;
    background-size: 1px 9px;
    display: inline;
    text-shadow: 2px 2px #ffffff, 2px -2px #ffffff, -2px 2px #ffffff, -2px -2px #ffffff;
    background-image: linear-gradient(to right, #12a587, #12a587);    
color: #35485e;
    font-size: 55px;
    font-weight: 600;
line-height: 1.2em;}

/**umb_name:titleWithRedUnderline*/
.titleWithRedUnderline{background-position: 0 1.1em;
background-repeat: repeat-x;
background-size: 1px 9px;
display: inline;
text-shadow: 2px 2px #ffffff, 2px -2px #ffffff, -2px 2px #ffffff, -2px -2px #ffffff;
background-image: linear-gradient(to right, #d44a41, #d44a41) !important;
color: #35485e;
font-size: 55px;
font-weight: 600;
line-height: 1.2em;}

/**umb_name:titleWithPurpleUnderline*/
.titleWithPurpleUnderline{background-position: 0 1.1em;
background-repeat: repeat-x;
background-size: 1px 9px;
display: inline;
text-shadow: 2px 2px #ffffff, 2px -2px #ffffff, -2px 2px #ffffff, -2px -2px #ffffff;
background-image: linear-gradient(to right, #865a9a, #865a9a)!important;
color: #35485e;
font-size: 55px;
font-weight: 600;
line-height: 1.2em;}

/**umb_name:quote*/
.quote{font-size: 40px;
    font-weight: 600;
    color: #35485e;
    line-height: 1.2em;}