/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/
/* ====================== Base color palette information ==================== */
/*Boothstrap Design: Industrial*/

/*
Base blue
hex #0b104d

Dark blue
hex #2a6496;
    
Black borders
hex #333;
    
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */
@font-face {
    font-family: 'conduit_itc_proextra_bold';
    src: url('../fonts/conduititcpro-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/conduititcpro-extrabold-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'chocolatierbold';
    src: url('../fonts/chocolatier.woff2') format('woff2'),
        url('../fonts/chocolatier.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {

    font-family: "Open Sans", sans-serif;
    background-color: #fff;
}

a {
    color: #07022C ;
}

a:hover {
    color: #07022C ;
    text-decoration: underline;
}

h1 {
    font-family: "Open Sans", sans-serif;
    text-shadow: none;
    font-weight: 600;
    color: #07022C ;

}

h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #07022C
}

h3 {

    color: #07022C;
    font-family: "Open Sans", sans-serif;
}

h4 {

    color: #07022C;

    font-family: "Open Sans", sans-serif;
}

h5 {
    /*
    color: #0b104d;
    */
    font-family: "Open Sans", sans-serif;
}

.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-top: 20px;
    padding-bottom: 20px;
}


.eventinfo {
    padding-top: 25px;
    text-align: right;
}

.eventinfo .location {
    font-weight: bold;
    font-size: 18px;
}

@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 ==== */

.jumbotron h1,
.jumbotron .h1 {
    color: #B8141F ;
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    /* font-family: 'conduit_itc_proextra_bold', sans-serif; */
    margin-bottom: 0;
}

.homeJumbotron.jumbotron {
    background: url(../images/interface/jumbotron-bg.png);
    background-size: cover;
    background-position: 50% 35%;
    background-repeat: no-repeat;
    background-color: #19124B;
    height: 70vh;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20vh;
}

.jumbotron h1,
.jumbotron .h1 {
    color: #B8141F ;
    font-size: 65px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    /* font-family: 'conduit_itc_proextra_bold', sans-serif; */
}

@media only screen and (max-width: 980px) {
    /*
    .homeJumbotron.jumbotron {
        background: url(../images/interface/jumbotron-bg.png);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        background-color: #B8141F ;
    }*/

    .jumbotron h1,
    .jumbotron .h1 {
        color: #B8141F ;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
        /* font-family: 'conduit_itc_proextra_bold', sans-serif; */
    }

    .overlay {
        background-color: #ffffffb5;
    }
}

.jumbotron p {
    color: #000;
    /*font-family: 'Roboto Slab', serif;
    letter-spacing: 1px;*/
}

.btn-primary {
    color: #fff;
    background-color: #EAEEF7 ;
    border-color: #EAEEF7 ;
}

.btn-primary:hover {
    color: #fff;
    background-color: #326897;
    border-color: #326897;
}

.homeJumbotron a.btn.btn-primary.btn-lg {
    background-color: #B8141F ;
    border-color: #B8141F ;
    padding: 20px 10px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 20px;
}

.homeJumbotron a.btn.btn-primary.btn-lg:hover {
    opacity: .9;
}

#home h3 {
    font-weight: bold;
    margin-top: 20px;
    color: #438bc9;
    text-transform: uppercase;
}

.btn-success {
    color: #fff;
    background-color: #EAEEF7 ;
    border-color: #EAEEF7 ;
}

img.img-responsive.headerlogo {
    max-width: 250px;
    width: 100%;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active  {
    color: #fff;
    background-color: #B8141F !important;
    border-color: #B8141F !important;
}
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active  {
    color: #fff;
    background-color: #B8141F !important;
    border-color: #B8141F !important;
}


/* ====================== 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: #EAEEF7 ;
}

.nav-tabs>li {
    color: #555;
}

.nav-tabs>li>a:hover {
    color: #2a6496;
}

.nav-tabs>li.active>a {
    border-top-color: #000;
    color: #000;
}

body.no-nav {
    /*
    background-color: white;
    background-image: none;
    */
}



/* ====================== Navigational styles =============================== */

div#ctl00_dvTopNavigation {
    background: #EAEEF7 ;
    border-bottom: 1px solid #B8141F ;
}

div#dvTopNavigation {
    background: #19124B;
    border-bottom: 4px solid #eae6df;
}

@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: #EAEEF7 ;
}

.container>.navbar-collapse {
    border-bottom-color: #EAEEF7 ;
    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 {
    /*
    color: white;
    */
    font-weight: 500;
    color: inherit;
    background-color: inherit;
    font-size: 13px;
    /*font-family: 'conduit_itc_proextra_bold', sans-serif;*/
    /*padding-left: 10px;*/
}

@media only screen and (min-width: 980px) {
    .navbar-nav>li>a {
        /* color: white; */
        font-weight: 500;
        color: inherit;
        background-color: inherit;
        font-size: 13px;
        /* font-family: 'conduit_itc_proextra_bold', sans-serif; */
        padding-left: 10px;
    }

}

@media (min-width: 993px) and (max-width: 1199px) {
    .navbar-nav>li>a {
        padding: 15px 10px;
        padding-left: 5px;
    }

    .navbar-nav>li>a {

        font-size: 10px;
    }
}

.navbar-nav>li>a:hover {
    color: inherit;
    background-color: inherit;
    text-shadow: none;
}

ul.nav.navbar-nav.navbar-right.search li:hover {
    background-color: transparent;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #B8141F ;
    border-color: #B8141F ;
}

.navbar-nav>li {
    color: #19124B;
    background-color: transparent;
}

.navbar-nav>li:hover {
    color: #fff;
    background-color: #19124B;
}

ul.nav.navbar-nav.navbar-top.nav-logout>li:hover {
    color: #438bc9 !important;
    background-color: transparent !important;
}

.navbar-nav>li>a.active {
    color: #fff;
    background-color: #EAEEF7 ;
    text-shadow: none;
}

.navbar-nav>li.active>a {
    color: #ffffff;
    background-color: #19124B;
    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: #EAEEF7 ;
    border-bottom-color: #EAEEF7 ;
    border-bottom-width: 2px;
    border-bottom-style: none;
    border-radius: 0px;
    border-top: none;
}

.dropdown-menu>li>a {
    color: #19124B;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    /*font-family: 'conduit_itc_proextra_bold', sans-serif;*/
}

.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: rgba(7, 2, 44, 0.8);
    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: #EAEEF7  ;
    */
}

.left-nav>li.active>a {
    /*
    color: white;
    background-color: #19124B ;
    */
}

.left-nav>li.active>a:hover {
    /*
    color: white;
    background-color: #19124B ;
    */
}

.left-nav>li.active>a:focus,
.left-subnav.in>li.active>a {
    /*
    color: white;
    background-color: #19124B ;
    */
}

.left-nav>li.active>.left-subnav>li>a,
.left-subnav.in>li>a {
    /*
    color: #19124B ;
    */
}

.left-nav>li.active>.left-subnav>li>a:hover,
.left-subnav.in>li>a:hover {
    /*
    color: #19124B ;
    */
}

.left-subnav.in>li>a {
    /*
    color: #0b104d;
    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: #0b104d;
    */
}

.left-subnav>li>a:hover {
    /*
    color: #0b104d;
    background-color: white;
    */
}

.left-subnav>li.active>a {
    /*
    color: white;
    background-color: #0b104d;
    */
}

.left-subnav>li.active>a:hover {
    /*
    color: white;
    background-color: #0b104d;
    */
}

.nav-username {
    /*
    padding: 5px;
    color: white;
    height: auto;
    font-size: 14px;
    */
}

#ctl00_UserInfo_lnkLogout {
    /*
    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: #07022C;
    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: #EAEEF7 ;
    background-color: #EAEEF7 ;
    border-radius: 0px;
    margin: 0px;
    padding: 17px;
}

.navbar-toggle.collapsed {
    border-color: #EAEEF7 ;
    background-color: #EAEEF7 ;
}

.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: #07022C;
    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: #07022C;
    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: #EAEEF7 ;
    padding-bottom: 0px;
}


@media (max-width: 992px) {
    .navbar-collapse {
        padding: 0px;
        background-color: #EAEEF7 ;
        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;
    }

    .dropdown-menu>li>a:hover {
        color: #333;
        text-shadow: none;
        background-color: #c5870f;
    }
}

/* ====================== Custom footer styles ============================== */

#footer-container {
    background: #EAEEF7 ;
    border-top: 4px solid #EAEEF7 ;
    margin-top: 0;
}

#footer-container .container {
    background-color: transparent;
    border-top-color: #EAEEF7 ;
    border-top-style: none;
    border-top-width: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 30px 20px 20px;
}

.footer h2 {

    color: #000;
    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: #000;
    text-decoration: none;
    margin-bottom: 3px;
    list-style-type: none;
    font-weight: 600;
}

.footer ul li a {
    color: #000;
}

#Footer {
    background: #EAEEF7 ;
    color: black
}

.footer_copyright {
    padding: 15px 20px;
}




/* ================== 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;
}