﻿* {
    box-sizing: border-box;
}

.section-org {
    padding: 5px 0 25px; /* unified padding */
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
    position: relative;
    color: #005B9A;
}

    .section-title span {
        background: #fff;
        padding-right: 10px;
        position: relative;
        z-index: 2;
    }

    .section-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 70px;
        height: 3px;
        background: #0090D4;
        border-radius: 2px;
    }

.sub-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
    border-left: 4px solid #0090D4;
    padding-left: 8px;
}

.section-org p {
    font-size: 15px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 12px;
    text-align: justify;
}

.section-org a.a1 {
    color: #005B9A;
    text-decoration: none;
}

    .section-org a.a1:hover {
        text-decoration: underline;
        color: #ff6f61;
    }

.link-highlight {
    font-weight: 600;
    color: #0077c8;
    text-decoration: none;
}

    .link-highlight:hover {
        text-decoration: underline;
    }

/* ==============================
   Lists Styling
   ============================== */
.styled-list {
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px; /* allow space for bullets */
    list-style-type: circle; /* show bullet points */
}

    .styled-list li {
        margin-bottom: 8px;
        color: #444;
        line-height: 1.6;
        text-align: justify;
    }

.section-org ol {
    margin-left: 10px;
    padding-left: 0;
}

    .section-org ol li {
        margin-bottom: 18px;
        line-height: 1.7;
        color: #333;
    }

.section-org ul.styled-list li {
    margin-bottom: 8px;
}

/* ==============================
   Decorative Lines
   ============================== */
.double-line-bottom-theme-colored-2 {
    width: 60px;
    height: 3px;
    background: #0090D4;
    margin: 10px 0 20px 0;
    border-radius: 2px;
}

/* ==============================
   Sidebar & Menu Styling
   ============================== */
.navyblue {
    color: #000080 !important;
}

.goldyellow {
    color: #FEB813 !important;
}

.meActive > a {
    color: #FEB813 !important;
}

    .meActive > a > i {
        color: #FEB813 !important;
    }

.content-wrapper {
    background: #fff;
    border-radius: 4px;
    padding: 25px;
    border: 1px solid #e6e6e6;
}

/* Sidebar widget card */
.widget1 {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.sidebar-menu a {
    font-size: 16px;
    display: block;
    color: #333;
    padding: 8px 0px;
}

    .sidebar-menu a:hover {
        color: #0073aa;
    }

.sidebar-menu .menu-item.meActive a {
    padding: 8px 0px; /* same as normal link */
    font-weight: 700;
    color: #0073aa !important;
}

/* Icon color */
.sidebar-menu i {
    font-size: 20px;
    font-weight: 800;
}
