/* space in between bullet points */
.main-container ul:not(.navbar-nav) li:not(.leaf):not(.expanded),
ol li {
    margin: 10px 0;
    line-height: 125%;
}

/* faq - questions style */
.field-items .faqfieldcustom-question {
    color: #185280;
    font-size: 1.25em;
}
.field-items .faqfieldcustom-question:hover {
    color: #185280;
}
h4.faq-question {
    color: #185280;
    font-family: "Roboto", sans-serif;
    font-size: 1.23em;
    font-weight: 700;
}
h4.faq-question ~ p {
    margin-left: 15px;
    margin-bottom: 25px;
}

/* word-wrap for long links in tables */
.formatted-div-body a {
    word-wrap: break-word;
}

/* blockquote border */
blockquote {
    border-color: #c8c8c8;
    margin-top: 1em;
    margin-left: 2em;
}

ol li img,
ul li img {
    display: block;
    margin: 1em auto;
    height: auto;
    width: auto;
    max-width: 100%;
}