body, html {
    font-family: Arial, sans-serif;
    line-height: 1.75rem;
}

.article-content {
    font-size: 1.15rem;
}

.listblock {
    font-size: 1rem !important;
}

.article-list-title {
    font-size: 1.1rem !important;
}

.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;
}

.facebook {
    color: #4267B2;
}

.twitter {
    color: #1DA1F2;
}

.pinterest {
    color: #E60023;
}

.modal {
    overflow: auto !important;
    padding: 0px !important;
}

h1 {
    font-weight: 900 !important;
    color: #424242;
    /*background: #efefef;*/
    /*padding: 10px 25px 10px;*/
    border-radius: 10px;
    margin-bottom: 25px;
    font-size: 2rem;
}

h1 .small {
    font-size: 1rem;
    font-weight: 500;
}

.bg-custom {
    background: #434856 !important;
    color: white !important;
}

.btn-white {
    color: #fff !important;
    margin-right: 10px;
    padding: 4px;
    text-transform: uppercase;
    font-size: 85%;
}

.btn-white:hover {
    color: #000 !important;
    background: #FFF;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.active-category {
    /*background: #EEE;*/
    color: #1d84a8 !important;
    font-weight: 600;
}

a.rec-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

figcaption {
    color: #999;
    font-size: 85%;
    text-align: center;
}

figure {
    margin: 1rem 0 1em 0;
    text-align: center;
}

#closeblock {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 99999;
    display: block;
}

.footer-blocks {
    box-shadow: 5px 10px #888888;
}

.footer-blocks a {
    font-size: .75rem !important;
}

.footer-blocks .card-img-top {
    height: 120px;
    object-fit: cover !important;
}

.fa-background {
    background-image: radial-gradient(at center, white 40%, transparent 40%);
}

footer a {
    color: #bcbcbc;
}

.lg-text {
    font-size: 1.75rem;
}

.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    line-height: 1.2;
    padding: 12px;
}

/* Input */
.pure-material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 20px;
    height: 20px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 14px;
    width: 12px;
    height: 7px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.pure-material-checkbox:hover > input {
    opacity: 0.04;
}

.pure-material-checkbox > input:focus {
    opacity: 0.12;
}

.pure-material-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.pure-material-checkbox > input:disabled {
    opacity: 0;
}

.pure-material-checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.pure-material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}

.list-group-item {
    background: none !important;
}

