p {
    margin: 0 0 27px 0;
}

/**umb_name:h1*/
h1 {
    font-size: 22px;
    line-height: 105%;
}

/**umb_name:h2*/
h2 {
    font-size: 19px;
    line-height: 150%; /*=54px */
    margin: 54px 0 18px 0;
}

/**umb_name:h3*/
h3 {
    font-size: 17px;
    line-height: 167%; /* = 45px */
    margin: 54px 0 18px 0;
}

/**umb_name:h4*/
h4 {
    font-size: 15px;
    line-height: 130%; /*=27px*/
    margin: 36px 0 18px 0;
    font-weight: 900;
}

blockquote {
    display: block;
    position: relative;
    background-repeat: no-repeat;
}

blockquote::before {
    font-size: 100px;
    font-weight: bold;
    margin: -30px 0px 0px -10px;
    color: #aaebfd;
    display: block;
    position: absolute;
    z-index: -1;
    content: '"';
}

/**umb_name:image-caption*/
.image-caption {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin: 0 auto 36px auto;
}

.full-width-image-block img, image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 27px auto 36px auto;
}

.blog-page .article-section .article-container td {
    font-size: 16px;
    line-height: 27px;
}

.citation::before {
    font-size: 100px;
    font-weight: bold;
    margin: -30px 0px 0px -10px;
    color: #aaebfd;
    display: block;
    position: absolute;
    z-index: -1;
    content: '"';
}

.small-inline-image img, image {
    height: auto;
    max-width: 10%;
    vertical-align: middle;
    padding-right: 5px;
}

/**umb_name:citation*/
div.citation {
    display: block;
    position: relative;
    background-repeat: no-repeat;
}

/**umb_name:scrollable-table*/
div.scrollable-table {
    overflow: auto;
    margin-bottom: 36px;
    max-width: 100%;
}

/**umb_name:author-of-citation*/
.author-of-citation {
}

/**umb_name:organization-of-citation*/
.organization-of-citation {
}

/**umb_name:definition*/
div.definition {
    padding-left: 10px;
    display: block;
    border-left: 3px solid #FF7A00;
}

/**umb_name:full-width-image*/
.full-width-image-block {
}

/**umb_name:small-inline-image*/
.small-inline-image {
}

a {
    color: #FF7A00;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.video-container {
    display: flex;
}

.video-container iframe {
    width: 100%;
    height: 163px;
}