﻿body, section {
    background-color: #13253A;
}

h1, h2, h3, h4, h5 {
    color: #446CA0;
}

h2 {
    border-bottom: 2px solid #DBD09B;
}

h3 {
    border-bottom: 4px solid #9D0B0D;
}

h4 {
    border-bottom: 1px solid #DBD09B;
}

a:hover, a:focus, a:active,
button:hover, button:focus, button:active,
input:hover, input:focus, input:active {
    outline: 3px dotted #9D0B0D !important;
}

a.link {
    color: #9D0B0D;
    border-bottom: 1px solid #2D5078;
}

    a.link:active, a.link:hover, a.link:focus {
        color: #2D5078;
        border-bottom: 1px solid #9D0B0D;
    }

    a.link[href$=".pdf"]:after {
        content: '';
    }

label {
    color: #002069;
}

    label.required::before {
        color: #9D0B0D;
    }

.img-circle {
    border: 1px solid #DAE5F1;
}

.menu.condense li a {
    border-bottom: 2px solid transparent;
}

.menu.condense li ul li a {
    border-bottom: 2px dotted transparent;
}

nav {
}

    nav li a {
        color: #2A4A6F;
    }

        nav li a:hover, nav li a:focus, nav li a:active {
            background-color: #F2F2D9;
            color: #1C314A;
        }

    nav .button-item .button {
        color: #F5F5F5;
        border-color: #1C314A;
    }

        nav .button-item .button:hover, nav .button-item .button:focus, nav .button-item .button:active {
            color: #F5F5F5;
        }

.button.primary.hollow.fill:hover, .button.primary.hollow.fill:focus {
    background-color: #002986;
    color: #F8F8F8;
}

.button {
    color: #F5F5F5;
    background-color: #9D0B0D;
    background: #9D0B0D;
    box-shadow: rgba(0, 0, 0, .75) 1px 3px 2px;
}

    .button:hover, .button:focus {
        color: #FFF;
        background-color: #661A1A;
        background: #661A1A;
    }

    .button.warning {
        background-color: #e67300;
    }

        .button.warning:hover, .button.warning:focus {
            color: #FFF;
            background-color: #994d00;
        }

    .button.alert {
        color: #F5F5F5;
        background-color: #b32d00;
    }

        .button.alert:hover, .button.alert:focus {
            color: #FFF;
            background-color: #661A00;
        }


@media not print {

    .background-gradient-dark-light {
        background-color: #CCBE99 !important;
        background: linear-gradient(#CCBE99, #D4C8A9) !important;
    }

    .background-gradient-light-dark {
        background-color: #D4C8A9 !important;
        background: linear-gradient(#D4C8A9, #CCBE99) !important;
    }

    .background-light {
        background-color: #D4C8A9 !important;
        background: #D4C8A9 !important;
    }

    .background-dark {
        background-color: #CCBE99 !important;
        background: #CCBE99 !important;
    }

    .background-none {
        background-color: none !important;
        background: none !important;
    }

    /*section*/
    .section-head.section-img > .section-img-area {
        background-position: center;
    }

    .section-head .border-line {
        background-color: #DBD09B;
        background: linear-gradient(#F2F2D9, #DBD09B);
    }

    .section-content {
        background-color: #13253A;
    }

    .section-head-condense h2 {
        color: #FFFEEE;
        background-color: rgba(42, 74, 111, 0.95);
    }

    .section-blue {
        color: #FBFBFB !important;
        background-color: #25466F !important;
        border: 2px solid #25466F !important;
    }

        .section-blue b {
            color: #FFE675;
        }

        .section-blue h4 {
            color: #FFE675;
        }

    /*page*/
    .page {
        background-color: #FCFCFC;
    }

        .page .page-panel {

        }

    /*timeline*/
    .timeline .timeline-line {
        background-color: #DBD09B;
    }

    .timeline .timeline-item .timeline-dot {
        border: 8px solid #9D0B0D;
        background-color: #DBD09B;
        box-shadow: rgba(0, 0, 0, .3) 0px 3px 6px;
    }

    .timeline .timeline-item .timeline-item-arrow {
        border-top: 25px solid transparent;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 32px solid #FCFCFC;
    }

    .timeline .timeline-item.timeline-insert .timeline-item-arrow {
        border: 1px solid #2D5078;
        background-color: #2D5078;
    }

    .timeline .timeline-item.timeline-insert .page {
        background-color: #2D5078;
        color: #FFFEEE;
    }

    /*section*/
    div.section-head.section-img .section-img-area .heading {
        background-color: rgba(0, 50, 10, 0.90);
        background: rgba(27, 54, 84, 0.9);
    }

        div.section-head.section-img .section-img-area .heading h2 {
            color: #FFF;
        }
}

/*note*/
.note {
    color: #505050;
}

/*cross-caption*/
.cross-caption {
    background-color: #E3E2D4;
    color: #525252;
}

/* cover */
@media not print {

    .overlay {
        background-color: rgba(0, 0, 0, 0.8);
    }

    #intro .cover .title-area {
        background-color: rgba(0, 0, 0, 0.85);
        background: rgba(0, 0, 0, 0.85);
    }

    .cover {
        background-color: #13253A;
        min-height: 640px;
    }

        .cover .title {
            background-position: 85% 0;
            min-height: 640px;
        }

        .cover .title-area {
            background-position: right;
            background-color: rgba(35, 0, 50, 0.95);
            background: linear-gradient(to bottom, rgba(60, 30, 80, 0.80), rgba(35, 0, 50, 0.90));
            position: absolute;
            width: 100%;
            bottom: 1rem;
        }

        .cover h1 {
            color: #A2A2A2;
        }

            .cover h1 .subtitle {
                color: #FFFFFF;
            }

        .cover h2 {
            color: #DBD09B;
        }

        .cover p {
            color: #F2F2D9;
        }

            .cover p.release-date {
                color: #F2F2D9;
            }

        .cover a {
            color: #F5F5F5;
            border-bottom: 1px solid #F5F5F5;
        }

    .section-banner-container {
        background-color: rgba(0, 50, 10, 0.90);
        background: rgba(27, 54, 84, 0.9);
    }

    .section-banner .section-banner-title {
        background-color: rgba(0, 50, 10, 0.90);
        background: rgba(27, 54, 84, 0.9);
    }

    #more {
        position: absolute;
        bottom: -1px;
        margin-bottom: 0;
        color: #F2F2D9;
        background: none;
        border-radius: 100% 100% 0 0;
        box-shadow: none;
    }

        #more i {
            font-size: 2rem;
        }

    /*timeline*/
    .timeline {
        position: relative;
        padding-top: 2rem;
    }

        .timeline .timeline-line {
            position: absolute;
            height: 100%;
            top: 0px;
            left: 40px;
            width: 10px;
        }

        .timeline .timeline-item {
            position: relative;
        }

            .timeline .timeline-item .timeline-dot {
                display: inline-block;
                position: absolute;
                height: 45px;
                width: 45px;
                left: 23px;
                right: auto;
                top: -20px;
                border: 8px solid #9D0B0D;
                border-radius: 100%;
                background-color: #DBD09B;
                box-shadow: rgba(0, 0, 0, .3) 0px 3px 6px;
            }

            .timeline .timeline-item .timeline-item-arrow {
                position: absolute;
                top: -55px;
                left: 35px;
                height: 45px;
                display: inline-block;
                border-top: 25px solid transparent;
                border-left: 25px solid transparent;
                border-right: 25px solid transparent;
                border-bottom: 32px solid #FCFCFC;
                border-bottom-width: 32px;
                content: " ";
                right: auto;
            }

            .timeline .timeline-item.timeline-insert .timeline-item-arrow {
                top: 0;
                left: -35px;
                height: 10px;
                width: 35px;
                border: 1px solid #2D5078;
                background-color: #2D5078;
            }

            .timeline .timeline-item.timeline-insert .page {
                background-color: #2D5078;
                color: #FFFEEE;
                border-radius: 0 15px 15px 0;
                margin-top: 0;
                margin-bottom: 0;
                padding-top: 1rem;
                padding-bottom: 1rem;
            }

            .timeline .timeline-item.timeline-insert .timeline-insert-year {
                font-size: 1.75rem;
            }

        .timeline h3 {
            margin-top: 1rem;
        }
}

/*fieldset*/
fieldset {
    border: 1px solid #CCC;
}

/*card*/
.card {
    background-color: #FCFCFC;
}

    .card .card-divider {
        background-color: #2D5078;
    }

        .card .card-divider .card-header {
            color: #F5F5F5;
        }

    .card.tab-card .card-section {
        background-color: #2C2C2C;
    }

    .card.tab-card img {
        box-shadow: rgba(0, 0, 0, .3) 5px 5px 6px 6px;
    }

    .card.tab-card label {
        color: #EDECE4;
    }

    .card.card-base {
        border: 0;
    }

    .card.condense {

    }

        .card.condense .card-divider .card-header {
            color: #0A0A0A;
        }

/*callout*/
.callout {
    background-color: #F2F2D9;
}

    .callout .callout-heading {
        color: #FFF;
    }

/*accordion*/
.accordion {
    background: transparent;
}

.accordion-section .accordion-title {
    color: #0A0A0A;
    background-color: transparent;
    border: 1px solid #FCFCFC;
}

.accordion-section .accordion-title-footer {
    color: #0A0A0A;
    background-color: transparent;
    border: 1px solid #EFA453;
}

.accordion-section .accordion-content {
    background-color: transparent;
    border: 1px solid #FCFCFC;
}

.point-label {
    border-right: 3px solid #DBD09B;
    color: #446CA0;
}

.full-link a {
    color: #F5F5F5;
    background-color: #9D0B0D;
    background: #9D0B0D;
}

    .full-link a:hover, .full-link a:focus {
        color: #FFFFFF;
        background-color: #661A1A;
        background: #661A1A;
    }

/*blockquote*/
blockquote {
    position: relative;
    padding: 1.5rem 1rem;
    margin: 2rem 0 3rem 0;
    border: 6px double #F2F2D9;
    border-top: 2px solid #F2F2D9;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

    blockquote p {
        color: #446CA0;
    }

    blockquote cite {
        font-size: .8rem;
        color: #82470D;
        padding-right: 3rem;
        font-weight: bold;
    }

        blockquote cite a.link {
            color: #0A0A0A;
            border-bottom: 1px solid #0A0A0A;
        }

            blockquote cite a.link:hover, blockquote cite a.link:focus {
                color: #F5F5F5;
            }

    blockquote .quote-area .left-quote {
        color: #092A6F;
    }

    blockquote .quote-area .right-quote {
        color: #092A6F;
    }

    blockquote .text-emphasis {
        color: #FFBE3B;
    }

/*table*/
table thead th, table thead td, table tfoot th, table tfoot td {
    color: #FCFCFC;
    background-color: #2A4A6F;
}

table tbody tr:nth-child(2n) {
    background-color: #F5F4F0;
}

/* Footer */
#footer {
    background-color: #051230;
}

    #footer .icons a {
        color: #DBDBDB;
    }

    #footer .icons img {
        color: #DBDBDB;
    }

    #footer .icons a:hover {
        color: #FFFFFF;
    }

* #footer .copyright {
    color: #DBDBDB;
}

#footer .copyright li {
    border-left: solid 1px #DBDBDB;
}

    #footer .copyright li a:hover {
        color: #FFFFFF;
        border-bottom: solid 1px #FFFFFF;
    }

/* Extra Small only */
@media screen and (max-width: 26.9375em) {
}

/* Small only */
@media screen and (max-width: 39.9375em) {
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .cover .title {
        background-position: 100% 0%;
    }

    .cover .title-area {
        bottom: 3rem;
    }

    .section-head.section-img > .section-img-area {
        background-position: top;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
    .cover h1 {
        font-size: 3.5rem;
        line-height: 3.6rem;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

/* Max page width and up*/
@media screen and (min-width: 80rem) {

    .timeline .timeline-line {
        position: absolute;
        height: 120%;
        left: -50px;
        width: 10px;
        top: -10%;
        border-radius: 50%;
    }

    .timeline .timeline-item .timeline-dot {
        left: -67px;
        top: 60px;
    }

    .timeline .timeline-item .timeline-item-arrow {
        top: 26px;
        left: -30px;
        border-top: 25px solid transparent;
        border-left: 25px solid #FCFCFC;
        border-right: 35px solid #FCFCFC;
        border-bottom: 25px solid transparent;
        border-left-width: 0;
        border-right-width: 35px;
    }

    .timeline .timeline-item.timeline-insert .page {
        border-radius: 0 15px 0 15px;
    }
}

/*A Timeline of Reintegration Programs and Major Events*/
#chartTimelineOfReintegrationEvents {
    margin-bottom: -1px;
}

.card-reintegration-process .card-header {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem .5rem;
}

.card-reintegration-process .card-section {
    font-size: 1rem;
    padding: .5rem .5rem;
}

    .card-reintegration-process .card-section.rp-arrows {
        font-size: 4rem;
        padding: 0 .5rem;
    }

.card-reintegration-process-1 .card-header {
    color: #fff;
    background-color: #2b4066;
}

.card-reintegration-process-1 .card-section {
    color: #000;
    background-color: #bfc5d1;
}

    .card-reintegration-process-1 .card-section.rp-arrows {
        color: #8495a8;
    }

.card-reintegration-process-2 .card-header {
    color: #fff;
    background-color: #5c6689;
}

.card-reintegration-process-2 .card-section {
    color: #000;
    background-color: #ced1db;
}

    .card-reintegration-process-2 .card-section.rp-arrows {
        color: #657a8f;
    }

.card-reintegration-process-3 .card-header {
    color: #fff;
    background-color: #657a8f;
}

.card-reintegration-process-3 .card-section {
    color: #000;
    background-color: #d0d7de;
}

    .card-reintegration-process-3 .card-section.rp-arrows {
        color: #5c6689;
    }

.card-reintegration-process-4 .card-header {
    color: #fff;
    background-color: #8495a8;
}

.card-reintegration-process-4 .card-section {
    color: #000;
    background-color: #dadfe5;
}

    .card-reintegration-process-4 .card-section.rp-arrows {
        color: #2b4066;
    }