/*!
 * Bootstrap v3.3.7 - Academic High Visibility Edition
 * Clean Contrast & Strict Single-Line Tab Architecture
 */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
}

body {
    margin: 0;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #1e293b;
    background-color: #f1f5f9;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/* Hyperlinks & Hover States */
a {
    color: #0c2340;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #c62828;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

/* Base Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

b, strong {
    font-weight: 700;
}

small, .small {
    font-size: 85%;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #e2e8f0;
}

img {
    vertical-align: middle;
    border: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 4px;
}

.img-circle {
    border-radius: 50%;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: #0c2340;
}

h2 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
}

h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

h5 {
    font-size: 14px;
}

p {
    margin: 0 0 10px;
}

/* Text & Alignment Utilities */
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #64748b;
}

.text-primary {
    color: #0c2340;
}

.text-success {
    color: #16a34a;
}

.text-info {
    color: #0284c7;
}

.text-warning {
    color: #d97706;
}

.text-danger {
    color: #dc2626;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hidden {
    display: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Grid System */
.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }
}

/* Clearfix */
.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after, .nav:before, .nav:after, .navbar:before, .navbar:after {
    display: table;
    content: " ";
}

.clearfix:after, .container:after, .row:after, .nav:after, .navbar:after {
    clear: both;
}

/* Navbar */
.navbar {
    position: relative;
    min-height: 48px;
    margin-bottom: 0;
    border: none;
}

.navbar-default {
    background-color: #0c2340;
    border-bottom: 3px solid #f9a825;
}

.navbar-nav {
    margin: 0 -15px;
    list-style: none;
    padding-left: 0;
}

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            display: block;
            padding: 14px 16px;
            font-size: 14px;
            font-weight: 600;
            color: #ffffff;
            text-decoration: none;
        }

            .navbar-nav > li > a:hover,
            .navbar-nav > li > a:focus {
                color: #ffeb3b;
                background-color: #1a365d;
                text-decoration: none;
            }

    .navbar-nav > .active > a,
    .navbar-nav > .active > a:hover,
    .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #071526;
        border-bottom: 3px solid #f9a825;
    }

.navbar-toggle {
    float: right;
    padding: 9px 10px;
    margin: 7px 15px 7px 0;
    background-color: #1a365d;
    border: 1px solid #334e68;
    border-radius: 4px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #ffffff;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
}

@media (max-width: 767px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }

        .navbar-nav > li {
            float: none;
        }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.in {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }
}

/* Dropdown Menu */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 210px;
    padding: 6px 0;
    margin: 0;
    font-size: 13.5px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

    .dropdown-menu > li > a {
        display: block;
        padding: 8px 18px;
        color: #1e293b;
        font-weight: 500;
        text-decoration: none;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: #0c2340;
            text-decoration: none;
        }

.open > .dropdown-menu {
    display: block;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* Panels with Visible Dark Navy Header */
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dbe2e8;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.panel-body {
    padding: 15px;
}

.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #0c2340;
    border-bottom: 2px solid #f9a825;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 15px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

/* STRICT SINGLE-LINE TABS (Matching News Gallery Header Size & Style) */
.nav-tabs {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: none !important;
    background-color: #0c2340 !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    list-style: none;
}

    .nav-tabs > li {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        text-align: center;
        margin: 0 !important;
    }

        .nav-tabs > li > a {
            display: block !important;
            width: 100% !important;
            height: 42px !important;
            line-height: 22px !important;
            padding: 10px 4px !important;
            font-size: 14.5px !important;
            font-weight: 700 !important;
            color: #cbd5e1 !important;
            background-color: #1a365d !important;
            border: none !important;
            border-right: 1px solid #0c2340 !important;
            border-radius: 0 !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            text-decoration: none !important;
        }

        .nav-tabs > li:last-child > a {
            border-right: none !important;
        }

        .nav-tabs > li > a:hover,
        .nav-tabs > li > a:focus {
            background-color: #0c2340 !important;
            color: #ffeb3b !important;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #ffffff !important;
            background-color: #0c2340 !important;
            border: none !important;
            border-bottom: 2px solid #f9a825 !important;
            cursor: default;
        }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

/* List Group */
.list-group {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.list-group-item {
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

    .list-group-item:hover,
    .list-group-item:focus {
        background-color: #f1f5f9;
        color: #0c2340;
        text-decoration: none;
        padding-left: 18px;
        transition: all 0.2s ease-in-out;
    }

/* Badges & Labels */
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    background-color: #0c2340;
    border-radius: 10px;
}

.label {
    padding: 3px 6px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 3px;
}

.label-info {
    background-color: #0284c7;
}

.label-default {
    background-color: #64748b;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
}

.btn-danger {
    color: #ffffff;
    background-color: #c62828;
    border-color: #b71c1c;
}

    .btn-danger:hover, .btn-danger:focus {
        color: #ffffff;
        background-color: #b71c1c;
        text-decoration: none;
    }

.btn-default {
    color: #1e293b;
    background-color: #ffffff;
    border-color: #cbd5e1;
}

    .btn-default:hover {
        background-color: #f1f5f9;
        color: #0c2340;
        text-decoration: none;
    }

.btn-xs {
    padding: 3px 8px;
    font-size: 12px;
}

/* Responsive Video Embed */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Carousel */
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

    .carousel-inner > .active {
        display: block;
    }
