/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/
/* ====================== Base color palette information ==================== */
/*Bootstrap Design: Industrial*/


/*
Base blue
hex #def505

Dark blue
hex #2a6496;
    
Black borders
hex #333;
    
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */

body {

    font-family: "peridot-devanagari", sans-serif;
    font-weight: 500;
    font-style: normal;
}

a {
    color: #1c053d;
}

a:hover {
    color: #1c053d;
    text-decoration: none;
}

h1 {
    font-family: 'peridot-devanagari', sans-serif;
    text-shadow: none;
    font-weight: 700;

}

h2 {
    font-family: 'peridot-devanagari', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

h3 {
    /*
     color: #def505;
     */
    font-family: 'font-weight: 700;', sans-serif;
        font-weight: 700;
}

h4 {
    /*
     color: #def505;
     */
    font-family: '    font-weight: 700;', sans-serif;
}

h5 {
    /*
     color: #def505;
     */
    font-family: 'peridot-devanagari', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 5px 0;
}

.Masthead {

    box-shadow: none;
    -webkit-box-shadow: none;
}

#content-container .container {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-bottom: 40px;
}

#dvCustomMasthead {
    display: block;
    padding-bottom: 10px;
    /*   background-color: #222; /* mmp */
}

.dates {
    font-size: 18px;
    color: #b2e30d;
}

.eventinfo {
    /*padding-top: 10px;*/
    text-align: right;
    /* padding-bottom: 20px; */
    /* padding-right: 0; */
    color: #fff;
}

.eventinfo .location {
    font-size: 18px;
    color: #fff;
}

@media (max-width: 767px) {
    .headerlogo {
        margin: 0 auto;
    }

    .eventinfo {
        text-align: center;
        padding-top: 10px;

    }
}

.Video-Container .thumbnail {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.Video-Container .thumbnail:hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}


/* ===== Home Styles ==== */

.homeJumbotron.jumbotron {
    /* background: url(../images/interface/jumbotron-bg.jpg); */
    background-size: cover;
    background-position: center;
    /* height: 400px; */
    background-color: #1c053d;
}
.jumbotron h1, .jumbotron .h1 {
    color: #b2e30d;
    text-transform: uppercase;
    font-family: "peridot-devanagari", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 64px;
}

.jumbotron h2,
.jumbotron .h2 {
    color: #b2e30d;
    text-transform: none;
}

.jumbotron p {
    color: #fff;
    text-transform: unset;
    font-family: "peridot-devanagari", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.btn-primary {
    color: #fff;
    background-color: #162c9b;
    border-color: #162c9b;
    font-weight: 900;
}

.btn-primary:hover {
    color: rgb(255 255 255 / 90%);
    background-color: #1833b9;
    border-color: #1833b9;
}

.homeJumbotron a.btn.btn-primary.btn-lg {
    background-color: #dad683;
    border-color: #dad683;
    color: #363411;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 25px;
    font-weight: 600;
}

.homeJumbotron a.btn.btn-primary.btn-lg:hover {
    background-color: #363411;
    border-color: #363411;
    color: #fff;
}

.homeJumbotron a.btn.btn-primary.btn-lg:hover {
    opacity: .9;
}

#home h3 {
    font-weight: bold;
    margin-top: 20px;
    color: #4F7EEE;
    text-transform: uppercase;
}

/* ====================== Additional container styles ======================= */

.breadcrumb {
    /*
     margin: 0px;
     padding: 7px 0px 0px 0px;
     background-color: transparent;
     */
}

.breadcrumb>.active {
    color: #777;
    font-size: 22px;
}

.badge {
    background-color: grey;
}

.pagination>li>a,
.pagination>li>span {
    color: #def505;
}

.nav-tabs>li {
    color: #555;
}

.nav-tabs>li>a:hover {
    color: #2a6496;
}

.nav-tabs>li.active>a {
    border-top-color: #def505;
    color: #def505;
}

body.no-nav {
    /*
     background-color: white;
     background-image: none;
     */
}

ul.nav.navbar-nav.navbar-right.navbar-top.hidden-xs.topActionButtons a {
    color: white;
}

ul.nav.navbar-nav.navbar-right.navbar-top.hidden-xs.topActionButtons a:hover {
    background: none;
    color: white;
    opacity: 0.8;
}


/* ====================== Navigational styles =============================== */

div#ctl00_dvTopNavigation {
    background: #b2e30d;
    border-bottom: none;
}

div#dvTopNavigation {
    background: #000000;
    border-bottom: 4px solid #333;
}

@media (min-width: 768px) and (max-width: 992px) {
    div#ctl00_dvTopNavigation {
        background: transparent;
    }
}

.navbar-collapse {
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #b2e30d;
}

.container>.navbar-collapse {
    border-bottom-color: #010535;
    border-bottom-style: none;
    border-bottom-width: 2px;
}

.navbar-top>li>a {
    /*color: color: #438bc9 !important;*/
}

.navbar-top>li>a:hover {
    /*color: color: #2a6496 !important;*/
}

ul.nav.navbar-nav.navbar-top.nav-logout>li {
    color: #438bc9 !important;
}

.navbar-nav>li>a {
    font-weight: bold;
    color: #1c053d;
    background-color: inherit;
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .navbar-nav>li>a {
        padding: 15px 10px;
    }
}

.navbar-nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a:active {
    background-color: #def505;
    text-shadow: none;
    color: #1c053d;
}

ul.nav.navbar-nav.navbar-right.search li:hover {
    background-color: transparent;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #606060;
    border-color: #606060;
}

.navbar-nav>li {
    color: #fff;
    background-color: transparent;
}

.navbar-nav>li:hover {}

ul.nav.navbar-nav.navbar-top.nav-logout>li:hover {
    color: #438bc9 !important;
    background-color: transparent !important;
}

.navbar-nav>li>a.active {
    color: #010535;
    text-shadow: none;
    background-color: #def505;
}

.navbar-nav>li.active>a {
    color: #1c053d;
    background-color: #def505;
    text-shadow: none;
}

.navbar-nav>li>.dropdown-menu {
    /*
     margin-top: 0;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
     */
}

.dropdown-menu {
    background-color: #b2e30d;
    border-bottom-color: #b2e30d;
    border-bottom-width: 2px;
    border-bottom-style: none;
    border-radius: 0px;
    border-top: none;
}

.dropdown-menu>li>a {
    color: #1c053d;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.dropdown-menu>li>a:hover {
    color: #1c053d;
    background-color: #def505;
    text-shadow: none;
}

.left-nav>li {
    /*
     border-bottom-color: #e0eded;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     */
}

.left-nav>li>a {
    /*
     color: white;
     */
}

.left-nav>li>a:hover {
    /*
     color: white;
     background-color: #ff8000;
     */
}

.left-nav>li.active>a {
    /*
     color: white;
     background-color: #def505;
     */
}

.left-nav>li.active>a:hover {
    /*
     color: white;
     background-color: #def505;
     */
}

.left-nav>li.active>a:focus,
.left-subnav.in>li.active>a {
    /*
     color: white;
     background-color: #def505;
     */
}

.left-nav>li.active>.left-subnav>li>a,
.left-subnav.in>li>a {
    /*
     color: #def505;
     */
}

.left-nav>li.active>.left-subnav>li>a:hover,
.left-subnav.in>li>a:hover {
    /*
     color: #def505;
     */
}

.left-subnav.in>li>a {
    /*
     color: #def505;
     padding: 8px 0px 8px 24px;
     background-color: white;
     */
}

.left-subnav>li {
    /*
     border-bottom-color: #e0eded;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     */
}

.left-subnav>li>a {
    /*
     padding: 8px 0px 8px 11px;
     color: #def505;
     */
}

.left-subnav>li>a:hover {
    /*
     color: #def505;
     background-color: white;
     */
}

.left-subnav>li.active>a {
    /*
     color: white;
     background-color: #def505;
     */
}

.left-subnav>li.active>a:hover {
    /*
     color: white;
     background-color: #def505;
     */
}

.nav-username {

    padding: 5px;
    color: white;
    height: auto;
    font-size: 14px;

}

#ctl00_UserInfo_lnkLogout {
    color: #bbf2ff;
    /*
     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 13px;
     */
}

a#ctl00_UserInfo1_lnkLogout {
    color: rgb(66, 139, 202);
}

.nav-social a {
    color: white;
    font-size: 20px;
    display: inline-block;
    padding: 10px 10px 10px 0px;
}

.nav-social a:hover {
    opacity: 0.5;
}


/* ============ Mobile Navigation (Start) ============ */

.navbar-toggle {
    border-color: #010535;
    background-color: #010535;
    border-radius: 0px;
    margin: 0px;
    padding: 17px;
}

.navbar-toggle.collapsed {
    border-color: #010535;
    background-color: #010535;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
    background-color: transparent;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    top: -7px;
    transform: rotate(-45deg);
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: white;
    height: 2px;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    top: 3px;
    transform: rotate(180deg);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    background-color: white;
    top: 3px;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
    top: 3px;
    transform: rotate(180deg);
}

/* ============ Mobile Navigation (End) ============ */


i.fa.fa-caret-down {
    /*
     display: none; (This is optional)
     */
}

#ctl00_dvTopNavigation .navbar-header {
    width: 100% !important;
    background-color: #010535;
    padding: 0px 20px;
}


@media (max-width: 992px) {
    .navbar-collapse {
        padding: 0px;
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    ul.nav.navbar-nav.a2zNav {
        margin-bottom: 0px !important;
    }

    ul.nav.navbar-nav.navbar-right.search {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

/* ====================== Custom footer styles ============================== */


#footer-container {
    /* background-image: linear-gradient(#010535, #010535); */
    border-top: 4px solid #1c053d;
    margin-top: 40px;
    background-color: #b2e30d;
}

#footer-container .container {
    background-color: transparent;
    border-top-color: #ff8000;
    border-top-style: none;
    border-top-width: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 80px 20px;
}

.footer h2 {

color: #1c053d;

padding-bottom: 0px;

font-size: 18px;

border-bottom-color: white;

border-bottom-width: 1px;

border-bottom-style: none;
}

.footer ul {
    /*
     padding-left: 0px;
     margin-top: 10px;
     float: left;
     */
}

.footer ul li {
    color: #1c053d;
    text-decoration: none;
    margin-bottom: 3px;
    list-style-type: none;
    font-weight: 400;
    position: relative;
}

#Footer {
    background: #fff;
    color: #000;
}

.footer_copyright {
    padding: 15px 20px;
}

.footer ul li a {
    color: #1c053d;
}



/* ================== When no content is in left sidebar =================== */

.left-container {
    /*min-height: 1px;*/
}



/* =================== img-responsive for IE ============== */

.img-responsive {
    width: auto;
}



/* =================== Fix Focus State for nav ===================== */

.nav>li>a:focus {
    background-color: transparent;
}

#header-container {
    background: #fff;
    /* background-image: url(../images/interface/jumbotron-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1c053d;
}



.headerlogo {
    margin-top: -40px;
    width: 100%;
    height: auto;
    max-width: 230px;
}

@media (max-width: 767px) {
    .headerlogo {
        margin-top: 15px;
    }
}

.bicsi-banner {
    display: block;
    margin-left: -1.4%;
    max-width: 100%;
    height: auto;
}

/* not ideal, but we'll go with it for now | mmp */

/* removing white space from top of site | mmp 
 #header-container {
     margin: -20px;
 }*/
i.fa.fa-circle.fa-stack-2x {
    color: transparent;
}

/* socnets | mmp */
/*
 .topActionButtons {background-color: #000325;}
 .topActionButtons {background-color: #000325;}
 .topActionButtons a {color: #fff !important;} 
 */

/* BICSI | 11/10/22 10:39:59 AM - MMP */
/* BICSI | 11/10/22 12:15:33 PM - MMP */

.slide a img {
    height: 65px !important;
    width: 165px !important;
    margin: 0 auto;
}

.slick-slider {
    height: 65px;
}

/* removes some extra space below the slider | mmp */


/*added media query to match mockup RB - Nov 14, 2022*/
@media only screen and (min-width: 1000px) {
    .jumbotron .container {
        max-width: 900px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .bicsi-banner {
        display: block;
        margin-left: -35px;
        max-width: 100%;
        height: auto;
    }

    .jumbotron {
        padding-top: 20px;
        padding-bottom: 48px;
    }
}

.topActionButtons>li>a:hover {
    /*background-color: white !important;*/
}

.topActionButtons>li>a {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

.homeJumbotron h2 {
    font-size: 46px;
    font-weight: 500;
    /*font-family: "elza", sans-serif;*/
    color: white;
}


h2.sessionDetails {
    color: #4169e1;
}