body, html {
    font-family: Arial, sans-serif;
    line-height: 1.75rem;
}

.article-content {
    font-size: 1.15rem;
}

.article-list-title {
    font-size: 1.25rem;
}

.bg-custom {
    background: #0b2833 !important;
    color: white !important;
}

blockquote {
    padding: 20px;
    border-left: 5px solid #6ac42e;
}

.quoted-text {
    font-size: .95rem;
    font-style: italic;
}

.logo-text-container {
    padding-top: 4px;
}

.logo-text-blue {
    color: #1d84a8;
}

.article-description {
    line-height: normal;
}

.logo-header {
    letter-spacing: -1px;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1rem;
}

.logo-sub-text {
    font-size: .7rem;
    color: #999999;
    font-weight: normal !important;
}

.image-overlay {
    opacity: .7;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 10px 2px 10px;
    font-weight: bold;
}

figure img {
    min-width: 100%;
}

figcaption {
    background: #f5f5f5;
    padding: 2px;
    padding-right: 5px;
    text-align: right !important;
}

.logo-icon {
    background: url(hedghog-sm.png) no-repeat left;
    background-size: 64px 46px;
    padding-left: 60px;
    border-radius: 0 !important;
    height: 46px;
}

@media only screen and (max-width: 414px) {
    a.rec-title {
        font-size: 0.9rem;
        font-weight: 400;
    }

    .article-content {
        font-size: 1rem;
    }

    h1 {
        font-size: 1.5rem;
    }
}

h1.article-heading {
    font-size: 1.75rem;
}

h1 {
    color: #212529;
}

.orange {
    color: #ff9023;
}

.list-display li {
    margin-bottom: .25rem;
    font-size: 1rem;
}

.list-checkmarks {
    padding-left: 1.5rem;
}

.list-checkmarks li {
    list-style-type: none;
    padding-left: 1rem;
}

.list-checkmarks li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin: 0 10px 0 -28px;
    color: #17aa1c;
}

.compact-paragraph {
    line-height: 1rem;
}

.nowrap {
    white-space: nowrap;
}