/* Minification failed. Returning unminified contents.
(367,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(368,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(369,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(370,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(371,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(372,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}
*/
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}
*/
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/*    .jumbotron {
        margin-top: 20px;
    }
*/    .body-content {
        padding: 0;
    }
}
.pembhi-orange-shadow {
    box-shadow: 7px 7px 25px -7px rgba(255, 111, 0, 0.23)
}

    .pembhi-orange-shadow:active,
    .pembhi-orange-shadow:hover {
        box-shadow: 7px 7px 15px -7px #7d9ec1;
    }
a.nav-link.active,
.nav-tabs .show > .nav-link {
    color: #ffc40f !important;
}
.navbar-dark {
    background-color: #1b90d5;
}
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*  margin-bottom: 60px;
*/ color: rgba(77,77,77,1.00);
    font-size: 18px;
}

.footer {
    /*  position: absolute;
*/ bottom: 0;
    width: 100%;
    white-space: nowrap;
    /*line-height: 60px;  Vertically center the text there */
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


.cp-primary {
    color: #4480b7;
}

.cp-secondary {
    color: #d05f20;
}

.cp-info {
    color: #6fdcf5;
}

.cp-navbar-bg-secondary {
    background-color: #d05f20;
}

/*.container {
    max-width: 880px;
}

*/

.hero {
    height: 100vh;
    position: relative;
    z-index: 3;
}

.hero-content {
    justify-content: center;
    width: 100vw;
    height: 80vh;
}

.hero-background {
    filter: brightness(50%);
    width: 100%;
    height: 100vh;
    background-image: url('https://images.unsplash.com/photo-1455165814004-1126a7199f9b?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEzMjQ5fQ&s=717bb77ee80ef214219ddd6b493ffbe9');
    background-size: cover;
    background-position: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.hero-title {
    color: rgba(255,255,255,1.00);
    text-align: center;
    text-transform: uppercase;
    margin-top: auto;
    font-size: 4rem;
}

    .hero-title:after {
        background-color: rgb(199, 144, 108);
        clear: both;
        max-width: 100%;
        height: 10px;
        border: none;
        margin: 20px 0;
        /*background-color: rgba(44,255,184,1.00);*/
        margin-left: auto;
        margin-right: auto;
        display: block !important;
        width: 250px;
    }

.hero-slogan {
    color: rgba(255,255,255,0.90);
    text-align: center;
    font-weight: 100;
}

.hero-overlay {
    background-color: rgba(0,0,0,0.50);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    right: 0;
    bottom: 0;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(34,26,4,1.00);
    text-align: center;
}
*/





.collapseBtnShadow {
    border-radius: 10px;
    background-color: rgba(22, 107, 200, 0.85);
    box-shadow: 0 8px 16px 0 #7d9ec1;
}

.pembhi-active {
    color: #7fcadd;
    font-weight: bolder;
    font-style: italic;
}

.pembhi-heading-light-green {
    color: #7FCADD;
}

.pembhi-heading-dark-blue {
    color: #264077;
}

.pembhi-background-off-white {
    background-color: #FCFAFA;
}

.pembhi-background-dark-blue {
    background-color: #264077;
}

.pembhi-background-light-blue {
    background-color: #1B90D5;
}

.pembhi-background-dark-green {
    background-color: #4BACA5;
}

.pembhi-background-light-green {
    background-color: #7FCADD;
}

.pembhi-body-text {
    color: #264077;
}


.pembhi-card-icons-dark-blue {
    color: #264077;
    font-size: 4rem;
}

.pembhi-card-icons-sm-dark-blue {
    color: #264077;
    font-size: 1rem;
}

.pembhi-heading-light-blue {
    color: #1B90D5;
}

.pembhi-heading-light-green {
    color: #7FCADD;
}

.pembhi-heading-dark-green {
    color: #4BACA5;
}

.pembhi-heading-off-white {
    color: #FCFAFA;
    text-decoration: none;
}

.pembhi-nav-shadow {
    box-shadow: 0 1rem 3rem 0 #7d9ec1;
}

.pembhi-shadow {
    border-radius: 10px;
    box-shadow: 0 1rem 3rem 0 #7d9ec1;
}

    .pembhi-shadow:active,
    .pembhi-shadow:hover {
        box-shadow: 0 1rem 3rem 0 #4BACA5;
    }

.pembhi-border {
    /* border-radius: 10px; */
    border-color: #4BACA5;
}

/*.accordion-button {
    color: #264077;
    background-color: #4BACA5;
}

    .accordion-button:not(.collapsed) {
        color: #264077;
        background-color: #264077;
    }
*/
.nav-link {
    color: #FCFAFA;
}

    .nav-link:hover,
    a:active,
    a:hover {
        color: #7FCADD;
    }

.nav-link-dark-blue {
    color: #264077;
}

nav-link-dark-blue:hover,
a:active,
a:hover {
    color: #7FCADD;
}


/* Set the border color */
.custom-toggler.navbar-toggler {
    border-color: #FCFAFA;
}
/* Setting the stroke to green using rgb values (0, 128, 0) */
.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(252, 250, 250, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler:active,
.custom-toggler:hover {
    border-color: #4BACA5;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.table {
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: #7d9ec12c;
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: #4baca627;
}


.form-signin-body {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}


.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
