#page-wrapper {
    position: relative;
    min-height: 100vh
}

#content-wrapper {
    padding-bottom: 2.5rem
}

#sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;
    background-color: #133596;
    color: #dee2e6
}

#footer-content {
    text-align: center;
    padding-top: 4px
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.btn {
    border-radius: 0;
    white-space: nowrap;
    text-decoration: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #133596;
    border-color: #133596
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0f2974;
        border-color: #0d2569
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(19,53,150,0.5);
        -moz-box-shadow: 0 0 0 .2rem rgba(19,53,150,0.5);
        box-shadow: 0 0 0 .2rem rgba(19,53,150,0.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #133596;
        border-color: #133596
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0d2569;
        border-color: #0c215d
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(19,53,150,0.5);
            -moz-box-shadow: 0 0 0 .2rem rgba(19,53,150,0.5);
            box-shadow: 0 0 0 .2rem rgba(19,53,150,0.5)
        }

.btn-danger {
    color: #fff;
    background-color: #B20838;
    border-color: #B20838
}

    .btn-danger:hover {
        color: #fff;
        background-color: #8d062c;
        border-color: #810629
    }

    .btn-danger:focus, .btn-danger.focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(178,8,56,0.5);
        -moz-box-shadow: 0 0 0 .2rem rgba(178,8,56,0.5);
        box-shadow: 0 0 0 .2rem rgba(178,8,56,0.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #B20838;
        border-color: #B20838
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #810629;
        border-color: #750525
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(178,8,56,0.5);
            -moz-box-shadow: 0 0 0 .2rem rgba(178,8,56,0.5);
            box-shadow: 0 0 0 .2rem rgba(178,8,56,0.5)
        }

.btn-outline-primary {
    color: #133596;
    background-color: transparent;
    background-image: none;
    border-color: #133596
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #133596;
        border-color: #133596
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(19,53,150,0.5);
        -moz-box-shadow: 0 0 0 .2rem rgba(19,53,150,0.5);
        box-shadow: 0 0 0 .2rem rgba(19,53,150,0.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #133596;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #133596;
        border-color: #133596
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(19,53,150,0.5);
            -moz-box-shadow: 0 0 0 .2rem rgba(19,53,150,0.5);
            box-shadow: 0 0 0 .2rem rgba(19,53,150,0.5)
        }

.btn-outline-danger {
    color: #B20838;
    background-color: transparent;
    background-image: none;
    border-color: #B20838
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #B20838;
        border-color: #B20838
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(178,8,56,0.5);
        -moz-box-shadow: 0 0 0 .2rem rgba(178,8,56,0.5);
        box-shadow: 0 0 0 .2rem rgba(178,8,56,0.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #B20838;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #B20838;
        border-color: #B20838
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(178,8,56,0.5);
            -moz-box-shadow: 0 0 0 .2rem rgba(178,8,56,0.5);
            box-shadow: 0 0 0 .2rem rgba(178,8,56,0.5)
        }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #133596;
    border-radius: 0
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    color: #133596;
    background-color: #fff;
    border-radius: 0
}

    .nav-pills .nav-link:hover, .nav-pills .nav-link:focus {
        color: #000;
    }

.navbar {
    display: none;
    position: relative;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    padding: 0;
    margin-bottom: 1rem;
    background-color: #133596;
    border-top: 5px solid #000;
    -webkit-transition: ease-out .25s;
    -moz-transition: ease-out .25s;
    transition: ease-out .25s
}

@media screen and (min-width: 576px) {
    .navbar {
        height: 45px;
        padding: 0 1rem;
        margin-bottom: 0
    }
}

@media screen and (min-width: 768px) {
    .navbar {
        height: 55px;
        padding: 0 2rem
    }
}

@media screen and (min-width: 1200px) {
    .navbar {
        height: 70px
    }
}

.navbar .navbar-toggler {
    font-size: 2rem;
    height: 35px;
    padding: 0
}

    .navbar .navbar-toggler .navbar-toggler-icon {
        height: 35px;
        width: 35px;
        vertical-align: top
    }

.navbar .navbar-brand {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none !important
}

@media screen and (min-width: 576px) {
    .navbar .navbar-brand {
        width: 50%
    }
}

.navbar .navbar-brand img {
    display: none;
    height: 40px;
    position: absolute;
    left: 25px;
    top: 0;
    left: 15px;
    -webkit-box-shadow: 0 5px 15px 0 #000;
    -moz-box-shadow: 0 5px 15px 0 #000;
    box-shadow: 0 5px 15px 0 #000;
    -webkit-transition: ease-out .25s;
    -moz-transition: ease-out .25s;
    transition: ease-out .25s
}

@media screen and (min-width: 576px) {
    .navbar .navbar-brand img {
        display: block;
        height: 50px
    }
}

@media screen and (min-width: 768px) {
    .navbar .navbar-brand img {
        height: 65px;
        left: 30px
    }
}

@media screen and (min-width: 1200px) {
    .navbar .navbar-brand img {
        height: 80px
    }
}

.navbar .navbar-brand h1 {
    display: block;
    margin-left: 15px;
    color: #dee2e6;
    font-size: 1.45rem;
    font-weight: 400;
    padding: 0;
    -webkit-transition: ease-out .25s;
    -moz-transition: ease-out .25s;
    transition: ease-out .25s;
    position: relative;
    top: 5px
}

@media screen and (min-width: 576px) {
    .navbar .navbar-brand h1 {
        margin-left: 7rem;
        font-size: 1.45rem;
        top: 2px
    }
}

@media screen and (min-width: 768px) {
    .navbar .navbar-brand h1 {
        margin-left: 9rem;
        font-size: 2rem;
        top: -2px
    }
}

@media screen and (min-width: 1200px) {
    .navbar .navbar-brand h1 {
        margin-left: 11rem;
        font-size: 2.5rem;
        top: -4px
    }
}

.navbar .links {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 576px) {
    .navbar .links {
        width: 50%
    }
}

.navbar .links .navbar-collapse {
    z-index: 1000
}

    .navbar .links .navbar-collapse .nav-item.show .nav-link {
        -webkit-box-shadow: inset 0 3.25em 0 0 #000;
        -moz-box-shadow: inset 0 3.25em 0 0 #000;
        box-shadow: inset 0 3.25em 0 0 #000
    }

@media screen and (min-width: 768px) {
    .navbar .links .navbar-collapse .nav-item.show .nav-link {
        -webkit-box-shadow: inset 0 3.6em 0 0 #000;
        -moz-box-shadow: inset 0 3.6em 0 0 #000;
        box-shadow: inset 0 3.6em 0 0 #000
    }
}

.navbar .links .navbar-collapse .nav-link {
    padding: .75rem .5rem;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

    .navbar .links .navbar-collapse .nav-link:hover, .navbar .links .navbar-collapse .nav-link:focus {
        -webkit-box-shadow: inset 0 3.25em 0 0 #000;
        -moz-box-shadow: inset 0 3.25em 0 0 #000;
        box-shadow: inset 0 3.25em 0 0 #000;
        text-decoration: none
    }

@media screen and (min-width: 576px) {
    .navbar .links .navbar-collapse .nav-link {
        padding: .65rem .5rem
    }
}

@media screen and (min-width: 768px) {
    .navbar .links .navbar-collapse .nav-link {
        padding: .8rem .5rem
    }

        .navbar .links .navbar-collapse .nav-link:hover, .navbar .links .navbar-collapse .nav-link:focus {
            -webkit-box-shadow: inset 0 3.6em 0 0 #000;
            -moz-box-shadow: inset 0 3.6em 0 0 #000;
            box-shadow: inset 0 3.6em 0 0 #000;
            text-decoration: none;
        }
}

@media screen and (min-width: 1200px) {
    .navbar .links .navbar-collapse .nav-link {
        font-size: 1.15rem;
        padding: 1.15rem .5rem
    }
}

.navbar .links .navbar-collapse a {
    color: #dee2e6
}

.navbar .links .dropdown .dropdown-menu {
    text-decoration: none !important;
    -webkit-box-shadow: 0 15px 25px -10px #000;
    -moz-box-shadow: 0 15px 25px -10px #000;
    box-shadow: 0 15px 25px -10px #000;
    background-color: #000;
    border: 1px solid #000;
    padding: .15rem
}

    .navbar .links .dropdown .dropdown-menu .dropdown-item:hover, .navbar .links .dropdown .dropdown-menu .dropdown-item:focus {
        color: #212529;
        background-color: #adb5bd;
        text-decoration: none
    }

    .navbar .links .dropdown .dropdown-menu .dropdown-header {
        font-size: 1.5rem;
        font-weight: bold;
        padding: 0 1rem
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: none;
    background-color: #fff;
}

a {
    color: #133596;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0a1d52;
        text-decoration: underline
    }

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.form-group {
    margin-bottom: 1rem;
}

.form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
}


.dropdown-menu {
    border-radius: 0 !important;
    margin: 0 !important;
}

.dropdown-menu-right {
    right: 0;
    left: auto !important;
}

.form-select {
    border-radius: 0 !important;
}

.form-control {
    border-radius: 0 !important;
}

.form-inline .form-select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    border-radius: 0;
}

.form-inline label {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-bottom: 0;
}

label {
    margin-bottom: 0.5rem;
}

.h2, h2 {
    color: #444;
    font-weight: bold;
}

.h5, h5 {
    color: #6c207f;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    h5, .h5 {
        font-size: 1.15rem;
    }
}

@media screen and (min-width: 1200px) {
    h5, .h5 {
        font-size: 1.25rem;
    }
}


.card-title {
    margin-bottom: .75rem;
}


#return-to-top {
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    #return-to-top:hover {
        background: rgba(0,0,0,0.9)
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px
        }

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card {
    margin-bottom: 1rem;
    border-radius: 0;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
/*
.container, .container-fluid {
    padding: 0.75rem 2rem;
}
*/
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

body {
    background-color: #F0F1F2 !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #133596;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0 !important
}

    .page-link:hover {
        z-index: 2;
        color: #0a1d52;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(19,53,150,0.25);
        -moz-box-shadow: 0 0 0 .2rem rgba(19,53,150,0.25);
        box-shadow: 0 0 0 .2rem rgba(19,53,150,0.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #133596;
    border-color: #133596
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.page-item {
    margin-left: 0px !important;
    padding: 0em !important;
    border: 0px !important;
}

    .page-item:hover {
        border: 0px !important;
    }

.form-select-sm {
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
}

.alert {
    border-radius: 0;
    margin-top: 1rem;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: inherit;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.alert-warning {
    color: #855000;
    background-color: #ffebcc
}

.alert-danger {
    color: #5d041d;
    background-color: #f0ced7
}

.breadcrumb {
    background: none;
    display: none;
    min-height: 1.25rem;
    margin-left: 0;
    padding: 0 1.25rem;
    -webkit-transition: ease-out .25s;
    -moz-transition: ease-out .25s;
    transition: ease-out .25s;
    margin-bottom: .25rem
}

@media screen and (min-width: 576px) {
    .breadcrumb {
        padding: 0 1.25rem;
        margin-left: 7rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 576px) {
    .container, .container-fluid {
        padding: .5rem 1rem;
    }
}

@media screen and (min-width: 768px) {
    .container, .container-fluid {
        padding: .75rem 2rem;
    }
}

/* Styles for program cards on dashboard */
.program-details {
    display: flex;
    margin-bottom: 1rem;
}

.program-card {
    position: relative;
    height: 100%;
    width: 100%;
}

    .program-card .close-btn {
        position: absolute;
        top: 0.25rem;
        right: 0.25rem;
        z-index: 2;
    }
