/* CUSTOM CSS */

blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
blockquote {
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.88;
    padding: 5px 15px 5px 20px;
    border-left: 5px solid #fff;
    font-family: Georgia, serif;
     font-weight: 300;
    font-weight: normal;
}
 
blockquote {
    margin: 20px 0 20px 0;
    line-height: 1.5;
    font-style: italic;
    color: #333;
}

.uk-callout {
    margin: 35px 0;
    padding: 25px;
    background: #f2f6fa;
    border: 3px solid #dfe8f0;
}

ul.uk-list.endnotes {
    margin-left: 10px;
}

ul.endnotes li {
    font-size: 12px;
    line-height: 16px;
    color: #454545;
    margin-bottom: 15px;
}

h2.align_center, h3.align_center, h4.align_center, h5.align_center {
    margin: 0 auto;
    display: block;
    text-align: center !important;
    margin-bottom:20px;
}