/* Board of Directors - modern NESPAK directory layout */
:root {
    --bod-maroon: #8f2938;
    --bod-maroon-bright: #b53b4c;
    --bod-navy: #0b2035;
    --bod-text: #26323e;
    --bod-muted: #000;
    --bod-border: #dfe4e8;
    --bod-surface: #fff;
    --bod-page: #f6f7f8;
}

.bod-page .c-layout-page {
    background: var(--bod-page);
}

.bod-page .c-layout-page > .c-layout-breadcrumbs-1:first-child {
    padding: 54px 0 42px;
    border: 0 !important;
    border-bottom: 1px solid #e5e8eb !important;
    background: #fff;
}

.bod-page .c-layout-page > .c-layout-breadcrumbs-1:first-child .container {
    max-width: 1050px;
}

.bod-page .c-layout-page > .c-layout-breadcrumbs-1:first-child .c-page-title {
    float: none !important;
}

.bod-page .c-layout-page > .c-layout-breadcrumbs-1:first-child .c-page-title::before {
    content: "About NESPAK";
    display: block;
    margin: 0 0 10px;
    color: var(--bod-maroon);
    font-family: "ABC Diatype", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .7px;
    line-height: 1.15;
    text-transform: uppercase;
}

.bod-page .c-layout-page > .c-layout-breadcrumbs-1:first-child h3 {
    margin: 0;
    color: var(--bod-navy);
    font-family: "ABC Diatype", Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.16;
}

.bod-page .c-layout-page > .c-layout-breadcrumbs-1:first-child h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    margin-top: 18px;
    background: var(--bod-maroon-bright);
}

.bod-page .c-layout-page > .container {
    max-width: 1050px;
    padding-top: 44px;
    padding-bottom: 70px;
}

.bod-page .c-layout-page > .container > .c-content-box {
    padding: 0 !important;
}

.bod-page .c-layout-page > .container > .c-content-box > .c-margin-t-20 {
    display: none;
}

.bod-page .c-layout-page .row.c-margin-b-40 {
    width: 100%;
    margin: 0 0 22px !important;
}

.bod-page .c-content-product-2 {
    position: relative;
    overflow: hidden;
    min-height: 0;
    padding: 30px 36px 32px;
    border: 1px solid var(--bod-border);
    border-radius: 3px;
    background: var(--bod-surface);
    box-shadow: 0 3px 12px rgba(11,32,53,.055);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.bod-page .c-content-product-2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: var(--bod-maroon);
}

.bod-page .c-content-product-2:hover {
    border-color: #cbd3d9;
    box-shadow: 0 7px 20px rgba(11,32,53,.09);
}

.bod-page .c-content-product-2 > .col-md-4,
.bod-page .c-content-divider {
    display: none;
}

.bod-page .c-content-product-2 > .col-md-8 {
    float: none;
    width: 100%;
    padding: 0;
}

.bod-page .c-info-list {
    width: 100%;
}

.bod-page .c-info-list .c-title {
    margin: 0 0 15px !important;
}

.bod-page .c-title a {
    display: block;
    color: var(--bod-navy) !important;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.bod-page .c-title a::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 13px;
    background: var(--bod-maroon-bright);
}

.bod-page .c-info-list p,
.bod-page .c-info-list ul,
.bod-page .c-info-list li {
    color: var(--bod-muted);
    font-family: "Roboto Condensed", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.65;
}

.bod-page .c-info-list p {
    margin: 0 0 12px;
    text-align: justify !important;
}

.bod-page .c-info-list ul {
    margin: 8px 0 16px 20px;
    padding: 0;
}

.bod-page .c-info-list li {
    margin: 0 0 5px;
    padding-left: 2px;
}

.bod-page .c-info-list strong {
    color: var(--bod-text);
    font-weight: 700;
}

.bod-page .c-info-list > p:first-of-type > strong:first-child {
    display: inline-block;
    margin-bottom: 4px;
    color: var(--bod-maroon);
    font-size: 17px;
}

@media (max-width: 767px) {
    .bod-page .c-layout-page > .c-layout-breadcrumbs-1:first-child {
        padding: 42px 0 34px;
    }

    .bod-page .c-layout-page > .c-layout-breadcrumbs-1:first-child h3 {
        font-size: 26px;
    }

    .bod-page .c-layout-page > .container {
        padding-top: 32px;
        padding-bottom: 50px;
    }

    .bod-page .c-content-product-2 {
        padding: 26px 24px 28px;
    }

    .bod-page .c-content-product-2::before {
        right: 0;
        bottom: auto;
        width: auto;
        height: 4px;
    }
}

@media (max-width: 480px) {
    .bod-page .c-layout-page > .c-layout-breadcrumbs-1:first-child .c-page-title::before {
        font-size: 15px;
    }

    .bod-page .c-layout-page > .c-layout-breadcrumbs-1:first-child h3 {
        font-size: 23px;
    }

    .bod-page .c-title a {
        font-size: 20px;
    }

    .bod-page .c-info-list p,
    .bod-page .c-info-list ul,
    .bod-page .c-info-list li {
        font-size: 15px !important;
    }
}
