﻿/*
    0.5rem = 8px, 1rem = 16px, 1.25rem = 20px
*/

body {
    margin: 0;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.small {
    font-size: 80%;
    font-weight: 400;
}

.logo-header {
    width: 80px;
    height: 80px;
}

.logo-footer {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0px 15px 0px 0px;
}

.company-header {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.masthead {
    background-color: #2d3056;
}

.footer {
    background-color: #2d3056;
    color: #fff;
    font-size: 14px;
}

.SectionPrimary {
    border-bottom: 1px solid #6c757d;
    margin-bottom: 0.5rem;
}

.SectionSecondary {
    border-bottom: 4px solid #28a745;
    text-transform: uppercase;
}

.ContentSection {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: .25rem;
}

.ContentSectionFooter {
    font-size: 1rem;
    font-weight: 400;
}

.PageHeader {
    font-size: 1rem;
    font-weight: 400;
    border-bottom: 2px solid #28a745;
    text-transform: uppercase;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #999ea1;
    border-color: #999ea1;
}

.article_tool {
    color: #fff;
    background-color: #4583C0;
}

.JournalCategoryMenu {
    color: #000;
    background-color: #b6bcbf;
}

.div-hover:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.marquee {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

/*Site Anchors: Begin*/
a {
    color: #2F5BA6;
    text-decoration: none;
}
    a:hover {
        color: #2F5BA6;
        text-decoration: none;
    }

.menu {
    color: #fff;
    background-color: #265f32;
    font-size: 1rem;
    font-weight: 400;
}
    .menu:hover {
        color: #fff;
        background-color: #265f32;
        font-size: 1rem;
        font-weight: 400;
    }

.menuitem {
    color: #fff;
    text-decoration: none;
}
    .menuitem:hover {
        color: #fff;
        text-decoration: none;
    }

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #343a40;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
    .page-link:hover {
        z-index: 2;
        color: #343a40;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

.article-tool-link {
    color: #fff;
}
    .article-tool-link:hover {
        color: #fff;
    }

.body-link {
    color: #000;
}
    .body-link:hover {
        color: #000;
    }

.breadcrumb-link {
    color: #000;
}

    .breadcrumb-link:hover {
        color: #000;
    }
/*Site Anchors: End*/