    /*****************************************************************************/


    /************************ CSS Lite Stylesheet for PM's ***********************/


    /*****************************************************************************/


    /* ====================== Base color palette information ==================== */


    /*
    Base blue
    hex #428bca

    Dark blue
    hex #2a6496;
        
    Black borders
    hex #333;
        
    Base white
    hex #fff; (or white)
    */


    /* ====================== Default container styles ========================== */

    body {
        font-family: 'linotype-vectora', sans-serif;
        font-weight: 400;
        font-style: normal;
        background-color: #fff;
    }

    a {
        color: #96d7e9 ;
    }

    a:hover {
        color: #96d7e9 ;
        text-decoration: none;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'linotype-vectora', sans-serif;
        text-shadow: none;
        font-weight: 600;
        color: #333;
    }

    h1 {
        color: #218d42 ;
    }

    h2 {
        color: #218d42 ;
    }
    
    h3 {
        color: #218d42 ;
    }
    
    #home h3 {
        color: #218d42 ;
    }
    
    #home h3 a {
        color: #218d42 ;
    }
    
    #home a i {
        color: #218d42 ;
    }

    .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: 20px;
    }


    .eventinfo {
        padding-top: 25px;
        text-align: right;
    }

    .eventinfo .location {
        font-weight: bold;
        font-size: 20px;
    }

    @media (max-width: 767px){
        .headerlogo {
            margin: 0 auto;
        }
        .eventinfo{
            text-align: center;
            padding-top: 10px;
        }
    }
    
    .btn-primary {
        background-color: #3A9EB5;
        border-color: #3A9EB5;
    }
    
    .btn-primary:hover {
        background-color: #8BBCCC;
        border-color: #8BBCCC;
    }

    /* ===== Home Styles ==== */

    .homeJumbotron.jumbotron {
        background: url(../images/interface/jumbotron-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 100px;
        padding-bottom: 100px;
    }


    .jumbotron h1, .jumbotron .h1 {
        color: white;
    }

    .jumbotron p {
        color: white;
    }

    .homeJumbotron a.btn.btn-primary.btn-lg {
        background-color: #3D1152;
        border-color: #3D1152;
    }

    .homeJumbotron a.btn.btn-primary.btn-lg:hover {
        opacity: .9;
    }

    #home h3{
        font-weight: bold;
        margin-top: 20px;
        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: #428bca;
        */
    }

    .pagination>li>a,
    .pagination>li>span {
        /*
        color: #428bca;
        */
    }

    .nav-tabs>li {
        /*
        color: #555;
        */
    }

    .nav-tabs>li>a:hover {
        /*
        color: #2a6496;
        */
    }

    .nav-tabs>li.active>a {
        /*
        border-top-color: #428bca;
        color: #428bca;
        */
    }

    body.no-nav {
        /*
        background-color: white;
        background-image: none;
        */
    }
    
     @media (max-width: 992px) {
        .actColumn {
            margin-bottom: 50px;
        }
    }



    /* ====================== Navigational styles =============================== */

    div#ctl00_dvTopNavigation {
        background: #218d42;
        border-bottom: 4px solid #2b4252;
    }

    @media (min-width: 768px) and (max-width: 992px) {
        div#ctl00_dvTopNavigation {
            background: transparent;
        }
    }

    .navbar-collapse {
        background: #3c5cb24;
        padding: 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .container>.navbar-collapse {
        border-bottom-color: #ff8000;
        border-bottom-style: none;
        border-bottom-width: 2px;
    }

    .navbar-top>li>a {
         color: #438bc9 !important;
    }

    ul.nav.navbar-nav.navbar-top.nav-logout > li {
        color: #438bc9 !important; 
    }

    .navbar-top>li>a:hover {
        color: #2a6496 !important;
    }

    .navbar-nav > li > a {
        /*
        color: white;
        */
        font-family: 'linotype-vectora', sans-serif;
        color: inherit;
        background-color: inherit;
    }

    .navbar-nav>li>a:hover {
        color: black !important;
        background-color: #FCE482;
        text-shadow: none;
    }

    .navbar-nav>li {
        color: white;
        background-color: transparent;
    }

    .navbar-nav>li:hover {
        color: #000;
        background-color: #FCE482;
    }

    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: #3A9EB5;
        text-shadow: none;
    }

    .navbar-nav>li.active>a {
        color: #000;
        background-color: #FCE482;
        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: #FCE482;
        border-bottom-color: #0083ca;
        border-bottom-width: 2px;
        border-bottom-style: none;
        border-radius: 0px;
        border-top: none;
    }

    .dropdown-menu>li>a {
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent;
        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: #428bca;
        */
    }

    .left-nav>li.active>a:hover {
        /*
        color: white;
        background-color: #428bca;
        */
    }

    .left-nav>li.active>a:focus,
    .left-subnav.in>li.active>a {
        /*
        color: white;
        background-color: #428bca;
        */
    }

    .left-nav>li.active>.left-subnav>li>a,
    .left-subnav.in>li>a {
        /*
        color: #428bca;
        */
    }

    .left-nav>li.active>.left-subnav>li>a:hover,
    .left-subnav.in>li>a:hover {
        /*
        color: #428bca;
        */
    }

    .left-subnav.in>li>a {
        /*
        color: #428bca;
        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: #428bca;
        */
    }

    .left-subnav>li>a:hover {
        /*
        color: #428bca;
        background-color: white;
        */
    }

    .left-subnav>li.active>a {
        /*
        color: white;
        background-color: #428bca;
        */
    }

    .left-subnav>li.active>a:hover {
        /*
        color: white;
        background-color: #428bca;
        */
    }

    .nav-username {
        /*
        padding: 5px;
        color: white;
        height: auto;
        font-size: 14px;
        */
    }

    #ctl00_UserInfo_lnkLogout {
        color: #3A9EB5;
    }

    a#ctl00_UserInfo1_lnkLogout {
        color: #3A9EB5;
    }

    .navbar-brand.nav-username {
        color: #707070;
    }

    span#ctl00_UserInfo1_lblLoggedUserInfo {
        color: #707070;
    }

    .container.subhead-bottom.visible-xs {
        background: #252525;
    }

    .nav-social a {
        color: white;
        font-size: 20px;
        display: inline-block;
        padding: 10px 10px 10px 0px;
    }

    .nav-social a:hover {
        opacity: 0.5;
    }

    .navbar-toggle {
        border-color: #3A9EB5;
        background-color: #3A9EB5;
        border-radius: 0px;
        margin: 0px;
        padding: 17px;
    }

    .navbar-toggle.collapsed {
        border-color: #3A9EB5;
        background-color: #3A9EB5;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 3px;
    }

    .navbar-toggle .icon-bar:nth-of-type(2) {
        top: 8px;
        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: -4px;
        transform: rotate(-45deg);
    }

    .navbar-toggle .icon-bar {
        position: relative;
        transition: all 500ms ease-in-out;
        background-color: white;
    }

    .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
        top: 7px;
        transform: rotate(180deg);
    }

    .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
        background-color: white;
        top:-5px;
    }

    .navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
        top: 2px;
        transform: rotate(180deg);
    }


    i.fa.fa-caret-down {
        /*
        display: none; (This is optional)
        */
    }

    #ctl00_dvTopNavigation .navbar-header{
        width: 100% !important;
        background-color: #3D1152;
        padding-bottom: 0px;
    }


    @media (max-width: 992px){
        .navbar-collapse {
            padding: 0px;
            background-color: #3A9EB5;
            width: 100% !important;
        }
    }

    /* ====================== Custom footer styles ============================== */

    #footer-container {
        background: #218d42;
        border-top: 4px solid #FCE482;
        margin-top: 40px;
    }

    #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: white;
        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: white;
        text-decoration: none;
        margin-bottom: 3px;
        list-style-type: none;
        font-weight: 100;
    }

    #Footer {
        background: #218d42;
        color: #fff;
    }

    .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;
    }


    /* =================== CUSTOM ===================== */

    a {
      color: #96d7e9  !important;
    }

    a:hover {
      color: #96d7e9  !important;
    }

	.dropdown-menu {
      background-color: #fff !important;
	  color: #000 !important;
    }

	.dropdown-menu a {
	  
      color: #1c3e4b !important;
    }

    .dropdown-menu a:hover {
     background-color: #FCE482 !important;
      color: #000 !important;
    }

.dropdown-menu>li>a {
    color: #333;
    
}

.navbar-nav > li > a {
    color: white !important;
}

.navbar-nav > li > a:hover {
    color: #333 !important;
}

.nav-social a {
    color: white !important;
}

.nav-social a:hover {
    color: #FCE482 !important;
}

    p.first {
        background: #218D42b0 !important;
        color: #ffffff !important;
    }

    #home h3 {
      color: #218d42 !important;
    }

    #home h3 a {
      color: #218d42 !important;
    }
/*
    h1, h1 span {
      color: #91D3CE !important;
    }*/

    h3, h3 span {
      color: #000 !important;
    }


    #header-container {
      background-color: #218d42 !important;
    }

    div#ctl00_dvTopNavigation {
      background: #218d42 !important;
      border-bottom: 4px solid #218d42 !important;
  }

  .navbar-collapse {
    background-color: #218d42 !important;
}

.alert-warning {
    color: #950606;
    background-color: #f9f9f9;
    border-color: #950606;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active  {
    color: #fff;
    background-color: #218d42 !important;
    border-color: #218d42 !important;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active  {
    color: #fff;
    background-color: #218d42  !important;
    border-color: #218d42  !important;
}