


/* GLOBAL STYLES
        -------------------------------------------------- */
/* Padding below the footer and lighter body text */



/* CUSTOMIZE THE CAROUSEL
        -------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
    background-color: #777;
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 32rem;
    }

#myCarousel > div.overlay {
    background: #000000;
    opacity: .40;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* Featurettes
        ------------------------- */
.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

header {
    width: 100%;
    padding: 1rem 0;
    /*border-bottom: 7px solid #000;*/
}


body > header > nav.navbar.navbar-expand-md.navbar-light.bg-white > div.d-flex.flex-grow-1 > a.navbar-brand.d-none.d-md-inline-block > img {
    height: 50px;
    vertical-align: middle;
}

body > header > nav.navbar.navbar-expand-md.navbar-light.bg-white > div.d-flex.flex-grow-1 > a.navbar-brand-two.mx-auto.d-md-none.d-inline-block > img {
    height: 50px;
    vertical-align: middle;
}

#myNavbar > ul > li > a {
    margin-right: 30px;
}

.myNavbar > ul > li > a {
    margin-right: 30px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
.page-link {
    color: #0366d6;
}


.btn-primary {
    color: #fff;
    background-color: #003C6E !important;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #003C6E !important;
    border-color: #1861ac;
}

.btn-link {
    color: #003C6E !important;
}
/*Messages*/
body > main > div.container-fluid.marketing > div.row > div.container-fluid.message {
    background-color: #003C6E !important;
}
body > div > main > main > div.container-fluid.marketing.pb-3 > div.row > div.container-fluid.message > div {
    background-color: #003C6E !important;
}
body > div > main > div.container-fluid.marketing.pb-3 > div.row > div.container-fluid.message {
    background-color: #003c63 !important;
}

/*Connect*/
/*Collapse Accordion*/
div#headingOne.card-header.bg-white,
div#headingTwo.card-header.bg-white,
div#headingThree.card-header.bg-white,
div#headingFour.card-header.bg-white,
div#headingFive.card-header.bg-white,
div#headingSix.card-header.bg-white,
div#headingSeven.card-header.bg-white,
div#headingEight.card-header.bg-white {
    cursor: pointer;
}




