﻿/* ==========================================================================
   MODERN THEME (DEFAULT)
   Source: Renamed from gcf.css
   Usage: The default "Skin" (Fonts/Colors) for the Modern Stack.
   ========================================================================== */

html,
body {
    font-family: "Montserrat", sans-serif;
    color: #456a8c;
    font-size: 16px;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
.cards-wrapper .cards-wrapper-title h3 {
    font-family: "Playfair Display", serif;
    color: #0e2130;
}

.main-content {
    background: #f6f8fb;
}

/* --------------------------------------------------------------------------
   Brand Colors
   -------------------------------------------------------------------------- */
.gcf-lightblue {
    background: #d9edfb !important;
    color: #002a49 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .gcf-lightblue * {
        color: #002a49;
    }

.gcf-blue {
    background: #00497f !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .gcf-blue * {
        color: #fff !important;
    }

.gcf-green {
    background: #00372d !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .gcf-green * {
        color: #fff !important;
    }

.gcf-red {
    background: #521732 !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .gcf-red * {
        color: #fff !important;
    }

.gcf-yellow {
    background: #ad8543 !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .gcf-yellow * {
        color: #fff !important;
    }

/* --------------------------------------------------------------------------
   Component Styling Overrides
   -------------------------------------------------------------------------- */
.card-stat .card-stat-wrap {
    border-radius: 4px;
}

.card-stat h3 {
    margin: 0;
}

.gcf-logo {
    width: 180px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: inline-block;
}

.bcg-logo {
    width: 150px;
    display: inline-block;
}

.logos {
    height: 100%;
}

.link-list {
    padding: 0;
    margin: 3rem 0 0;
    list-style: none;
}

    .link-list li {
        margin-bottom: 0.5rem;
    }

.gcf-label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #0e2130;
    margin-bottom: 4px;
}

.progress {
    height: 24px;
    margin-bottom: 26px;
    background: #edf2f7;
}

.progress-bar {
    line-height: 24px;
    box-shadow: none;
    font-weight: 600;
}

.gcf-icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.card .card-progress-stat .card-stat-row:first-child:after {
    content: none;
}

.card .card-progress-stat .card-stat-row {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .card .card-progress-stat .card-stat-row h4 {
        margin: 0;
        padding: 0;
    }

/* Button */
.gcf-button-container {
    padding: 20px;
}

.gcf-button,
.gcf-button:active,
.gcf-button:focus,
header.header ul.quick-links > li > a.dropdown-button {
    background: #0375c1;
    color: #fff;
    font-size: 0.875em;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    display: inline-block;
    text-decoration: none;
    transition: 0.2s;
}

    .gcf-button:hover {
        background: #0e2130;
        color: #fff;
        text-decoration: none;
    }

.cards-wrapper .card-title h3 {
    margin-bottom: 1rem;
}

.section {
    padding-top: 24px;
}

    .section .cards-wrapper-title h2 {
        border-top: 1px solid #c5d6e6;
        padding-top: 32px;
    }

.navbar-nav li a {
    font-size: 14px;
}

@media print {
    .no-print {
        display: none;
    }
}

/* Disclaimer */
.disclaimer {
    background: #d9edfb;
    padding: 32px;
    color: #002b49;
    position: relative;
    margin-top: 32px;
    margin-bottom: 32px;
}

.unverified {
    background: #fff;
    padding: 8px 16px;
    border: 1px solid #002b49;
    color: #002b49;
    display: inline-block;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    transform: rotate(-3deg);
    font-family: "Montserrat", sans-serif;
}

.header .unverified {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: rotate(-3deg) translateX(-50%);
    opacity: 0.9;
}

@media print {
    .disclaimer {
        margin: 0;
    }

    .header .unverified {
        position: fixed;
        top: 50%;
        font-size: 32px;
        bottom: auto;
        opacity: 0.3;
    }
}

/* --------------------------------------------------------------------------
   Styling of Action Pillar (Fixed Syntax Errors)
   -------------------------------------------------------------------------- */
.actionplan table {
    width: 1000px;
}

.actionplan th {
    padding: 0.5em;
    height: 4.5em;
    border: 1px solid white;
    position: relative;
    text-align: center;
    width: 400px;
}

.cell-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    left: -2em;
    background-color: inherit;
    border-left: 2.4em solid white;
    border-top: 2.2em solid white;
    border-bottom: 2.2em solid white;
}

/* --------------------------------------------------------------------------
   Pillar Roadmap (Fixed Syntax Errors)
   -------------------------------------------------------------------------- */
.pillarRoadmap table {
    width: 800px;
}

.pillarRoadmap td,
th {
    padding: 0.5em;
    height: 4.1em;
    border: 1px solid white;
    position: relative;
    text-align: center;
    width: 100px;
}

.pillarRoadmap .cell-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    left: -1em;
    background-color: inherit;
    border-left: 1.5em solid transparent;
    border-top: 2em solid transparent;
    border-bottom: 2em solid transparent;
}

.pillarRoadmap .title {
    width: 250px !important;
}

.gray {
    background-color: #e5e5e5;
}

.cell-arrow {
    height: 4.1em;
}

.orange {
    background-color: #ffcf96;
}

.blue {
    background-color: #aad7d9;
}

.red {
    background-color: #fa7070;
}

.green {
    background-color: #a8df8e;
}

.darkblue {
    background-color: #8eaccd;
}

.orange + .cell-arrow:after {
    border-left-color: #ffcf96;
}

.blue + .cell-arrow:after {
    border-left-color: #aad7d9;
}

.red + .cell-arrow:after {
    border-left-color: #fa7070;
}

.green + .cell-arrow:after {
    border-left-color: #a8df8e;
}

.darkblue + .cell-arrow:after {
    border-left-color: #8eaccd;
}

/* --------------------------------------------------------------------------
   Accordion / Collapse Styles
   -------------------------------------------------------------------------- */
.ShowDetailsPart {
    padding-left: 20px;
    padding-top: 15px;
    display: block;
}

.showHideButton {
    padding-left: 20px;
    text-decoration: underline;
    cursor: pointer;
    font-family: "Arial", serif;
    font-size: 18px;
    color: #1a415a !important;
}

.white-font {
    color: white;
    text-align: center;
}

.sc-collapse-item-right {
    font-size: 20px;
}

    .sc-collapse-item-right span {
        font-size: 36px;
        color: #456a8c;
        font-weight: 800;
    }

.sc-collapse-content {
    padding-left: 30px;
    padding-right: 15px;
}

    .sc-collapse-content p {
        margin-bottom: 0;
    }

.sc-collapse-content-inner .card-info {
    padding: 0 2px;
    color: #b2b2b2;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.sc-collapse-content-inner p span {
    font-size: 20px;
    font-weight: 700;
    color: #456a8c;
}

.sc-collapse-content-total p {
    border-top: 1px solid #e0e0e0;
    padding-top: 5px;
    padding-left: 10px;
    margin-top: 5px;
}

    .sc-collapse-content-total p span {
        font-size: 20px;
        font-weight: 700;
        color: #456a8c;
    }

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.card-fit-content {
    height: fit-content !important;
}

.line-height {
    line-height: 2rem;
}
