
/**umb_name:Image left*/
.article__rte-image-left{float: left; display: block; margin-right: 1rem; margin-bottom: 1rem; vertical-align: top;}

/**umb_name:Image center*/
.article__rte-image-center{display: block; margin: 0 auto 1rem;}


/**umb_name:Image right*/
.article__rte-image-right{float: right; display: block; margin-left: 1rem; margin-bottom: 1rem; vertical-align: top;}

/**umb_name:Quote*/
blockquote.article__quote{font-size: 22px;
color: #0d7548;
line-height: 1.2;
text-align: center;
font-weight: 200;
margin: 1em 0;
padding: 1em 0;
border: 1px solid #e0e0d6;
border-width: 1px 0;font-family: -apple-system, Calibri, Thonburi, Helvetica, Arial, Sans-Serif;}

/**umb_name:Quote - left*/
blockquote.article__quote.article__quote--align-left{font-size: 22px;
color: #0d7548;
line-height: 1.2;
text-align: left;
font-weight: 200;
margin: 1em 0;
padding: 1em 0;
border: 1px solid #e0e0d6;
border-width: 1px 0;font-family: -apple-system, Calibri, Thonburi, Helvetica, Arial, Sans-Serif;
float: left;
width: 47%;margin-right: 6%;margin-top: 0;}

/**umb_name:Quote - right*/
blockquote.article__quote.article__quote--align-right{
    font-size: 22px;
    color: #0d7548;
    line-height: 1.2;
    text-align: left;
    font-weight: 200;
    margin: 1em 0;
    padding: 1em 0;
    border: 1px solid #e0e0d6;
    border-width: 1px 0;
    font-family: -apple-system, Calibri, Thonburi, Helvetica, Arial, Sans-Serif;
    float: right;
    width: 47%;
    margin-left: 6%;
    margin-top: 0;
}

/**umb_name:Header Gotham (H1)*/
h1.article__rte-header-h1 {
    font-family: "Gotham Rounded A", "Gotham Rounded B", Sans-Serif;
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.25;
}

/**umb_name:Header Gotham (H2)*/
h2.article__rte-header-h2-alt {
    font-family: "Gotham Rounded A", "Gotham Rounded B", Sans-Serif;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.25;
}

/**umb_name:Header Gotham (H3)*/
h3.article__rte-header-h3 {
    font-family: "Gotham Rounded A", "Gotham Rounded B", Sans-Serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3;
}

h1.article__rte-header-h1 + p,
h2.article__rte-header-h2 + p,
h3.article__rte-header-h3 + p
{
    margin-top: 0;
}

/**umb_name:Body Gotham*/
.article__rte-body {
    font-family: "Gotham Rounded A", "Gotham Rounded B", Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}


