h2 {
    font-size: 46px;
    font-family: "VAGRoundStdLight";
    margin-top: 0;
}

h3 {
    font-size: 32px;
    font-family: "VAGRoundStdLight";
    margin-top: 0;
}

p {
    margin: 0 0 1em;
    padding: 0;
    color: #7A7A7A;
    line-height: 1.4em;
    font-size: 18px;
    font-family: "ProximaSoftLight";
}

ul {

}

ul li {
    color: #7A7A7A;
    font-family: "ProximaSoftLight";
    font-size: 18px;
}

/**umb_name:H2*/
h2{}

/**umb_name:H3*/
h3{}

/**umb_name:CTA*/
.wysiwyg-cta{color: white;
background-color: #8AC613;
padding: 7px 15px;
font-size: 16px;
display: inline-block;
border-radius: 30px;
font-weight: bold;
text-align: center;
text-decoration: none;}