/*****************************************************************************/
/************************ 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:  "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #fff;
    font-size: 16px;
}

a {
    color: #007bff;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

p a {
    font-weight: 500;
}

span a {
    font-weight: 500;
}

h1 {
    color: #5e0047;
}

h2 {
    color: #5e0047;
}

h3 {
    color: #5e0047;
}

h4 {
    color: #333;
}

h5 {
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family:  "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    text-shadow: none;
}

.Masthead {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#content-container .container {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-bottom: 0px;
    background-color: transparent;
}

#dvCustomMasthead {
    display: block;
    /* padding-bottom: 20px; */
    /* padding-top: 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;
    }
}

#dvTopSidebar {
    display: block;
}

a.dropdown-toggle.language-toggle {
    display: none;
}



/* ===== Home Styles ==== */

.homeJumbotron.jumbotron {
    background: url(../images/interface/jumbotron-bg.jpg);
    background-size: cover;
    background-position: center;
}

.jumbotron h1,
.jumbotron .h1 {
    color: white;
}

.jumbotron p {
    color: white;
}

.homeJumbotron a.btn.btn-primary.btn-lg {
    background-color: #ff8000;
    border-color: #ff8000;
}

.homeJumbotron a.btn.btn-primary.btn-lg:hover {
    opacity: .9;
}

.btn-primary {
    color: #d1cfc9;
    background-image: linear-gradient(to bottom, #00ab92, #007e6d);
    border: none;
    font-weight: bold;
    font-size: 16px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a95500;
    border-color: #a95500;
}

button#ctl00_ContentPlaceHolder1_us_btnSubmit {
    background-color: #428bca;
    border-color: #428bca;
}

a.btn.btn-primary.fetcMailing {
    border: 1px solid #FFFFFF;
    background: #414a9f;
    color: #d1cfc9;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

a.btn.btn-primary.fetcMailing:hover {
    color: #0098ce;
}

a.btn.btn-primary.fetcInquiry {
    border: none;
    background-image: linear-gradient(to bottom, #00ab92, #007e6d);
    color: white;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

#home h3 {
    font-weight: bold;
    margin-top: 20px;
    color: #438bc9;
    text-transform: uppercase;
}

a.dropdown-toggle.language-toggle {
    display: none;
}


/* ====================== 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: #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;
    */
}

#Msg4004 {
    display: block;
}

div#Msg4016 {
    margin: 20px 0px 40px 0px;
}

.one-edge-shadow {
    box-shadow: 0 8px 6px -6px black;
    position: relative;
}

.one-edge-shadow h6 {
    color: #0077a4;
    font-weight: 500;
    font-size: 16px;
}




/* ====================== Navigational styles =============================== */

a.btn.btn-primary.bnMailing {
    border: none;
    font-weight: bolder;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    background: #812990;
    
}

a.btn.btn-primary.bnMailing:hover {
    color: #233642;
    background: #812990;
}

.shownameMobile {
    font-size: 20px;
    color: white;
    padding: 8px;
    font-weight: bold;
}

.shownameMobile a {
    color: white;
}

.shownameMobile a:hover {
    text-decoration: none;
}

div#ctl00_dvTopNavigation {
 /*   background-image: linear-gradient(to bottom, #da7c35, #df134c);
    border-bottom: 1px solid #282828; */
}

@media (max-width: 992px) {
    div#ctl00_dvTopNavigation {
        background-image: linear-gradient(to bottom, #da7c35, #df134c);
        border-bottom: 1px solid #282828;
    }

    div#dvTopNavigation {
        background: #428bca;
        border-bottom: 4px solid #333;
    }
}

div#dvTopNavigation .navbar-header {
    float: none;
    background: transparent;
}

@media (min-width: 993px) {
    div#tdleftnav {
        width: 96%;
    }
}

@media (min-width: 993px) {
    .navbar-collapse.collapse.top-navbar.main-nav-top {
        margin: 11px 0px;
    }

    .navbar-collapse.collapse.top-navbar.main-nav-top a img {
        position: relative;
        /*top: 5px;*/
    }
}

.navbar-collapse {
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
}

.container>.navbar-collapse {
    border-bottom-color: #ff8000;
    border-bottom-style: none;
    border-bottom-width: 2px;
}

.navbar-top>li>a {
    /*
    padding: 5px;
    color: #428bca;
    */
    color: #eee !important;
}

.navbar-top>li>a:hover {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-nav>li>a {
    color: #ffffff;
    background-color: inherit;
}

.navbar-nav>li>a:hover {
    color: #233642;
    background-color: transparent;
    text-shadow: none;
}

.navbar-nav>li {
    color: #333;
    background-color: transparent;
}

.navbar-nav>li:hover {
    color: #fff;
    background-color: transparent;
}


.navbar-nav>li>a.active {
    color: #0098ce;
    background-color: transparent;
    text-shadow: none;
}

.navbar-nav>li.active>a {
    color: #233642;
    background-color: transparent;
    text-shadow: none;
}

.navbar-collapse .navtop-right > .navbar-nav > li > a {
    cursor: default;
}

.navbar-nav>li>.dropdown-menu {
    /*
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    */
}

.dropdown-menu {
    background-color: #fff;
    border-bottom-color: #fff;
    border-bottom-width: 2px;
    border-bottom-style: none;
    border-radius: 3px !important;
    border-top: none;
}

.dropdown-menu>li>a {
    color: #000033;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover {
    color: #233642;
    background-color: #f8f9fa;
    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 {
    /*
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    */
}

a#ctl00_UserInfo_lnkLogout {
    color: #428bca !important;
    font-size: 14px;
    font-weight: 600;
}

a#ctl00_UserInfo1_lnkLogout {
    color: #428bca !important;
    font-size: 14px;
    font-weight: 600;
}

.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: #ffffff;
    background-color: transparent;
    border-radius: 5px;
    margin: 0px;
    padding: 17px;
}

.navbar-toggle.collapsed {
    border: 1px solid #969696c9;
    background-image: linear-gradient(to bottom, #414a9f, #101f2d);
    background: transparent;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

/*
.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: -4px;
    transform: rotate(-45deg);
}*/

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    height: 2px;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    top: 1px;
    transform: rotate(180deg);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    background-color: rgba(0, 0, 0, 0.5);
    top: 2.5px;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
    top: 4px;
    transform: rotate(180deg);
}

/* ============ Mobile Navigation (End) ============ */


i.fa.fa-caret-down {
    /*
    display: none; (This is optional)
    */
}

#ctl00_dvTopNavigation .navbar-header {
    width: 100% !important;
    padding: 15px;
    background: transparent;
}


@media (max-width: 992px) {
    .navbar-collapse {
        padding: 0px;
        background-color: transparent;
        width: 100% !important;
    }

    .navbar-nav>li>a {
        color: white;
    }

    .main-nav-top .navbar-nav>li>a {
        color: black;
    }
    .navbar-nav>li>a.active {
        color: #000033;
        background-color: transparent;
        text-shadow: none;
    }
}


@media (min-width: 768px) {
    ul.nav.navbar-nav.a2zNav {
        float: left;
        margin-left: 20px;
    }
    .main-nav-top .navbar-nav>li>a {
        padding: 10px 8px;
        cursor: default;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .main-nav-top .navbar-nav>li>a {
        padding: 10px 8px;
        font-size: smaller;
    }
}


/* ====================== Custom footer styles ============================== */

#footer-container {
    background: #333;
    /* border-top: 4px solid #333; */
}

#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;
}

div#newfooter.jumbotron {
    background: #333;
    margin-bottom: 0px;
}

div#newfooter.jumbotron a {
    color: #666666;
}

div#newfooter.jumbotron p.text-center.socials a {
    margin: 0px 2px;
}

div#newfooter.jumbotron h3 {
    font-size: 28px;
    padding-top: 15px;
}

div#newfooter.jumbotron h3 svg {
    position: relative;
    top: 3px;
}

div#newfooter.jumbotron h6 {
    font-size: 16px;
    font-weight: 400;
    font-family: "good-times", sans-serif;
}

div#newfooter.jumbotron h8 {
    font-size: 14px;
}

.footer h2 {
    color: #999;
    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: #999;
    text-decoration: none;
    margin-bottom: 3px;
    list-style-type: none;
    font-weight: 100;
}

.footer ul li a {
    font-weight: 500;
    margin-left: 0px;
}

#Footer {
    background: #3c3c3c;
    color: white;
}

.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;
}



/* =================== Universal Search in Nav ===================== */

ul.nav.navbar-nav.navbar-right.search li:hover {
    background-color: transparent;
}

ul.nav.navbar-nav.navbar-right.search .form-group.us-input {
    position: relative;
    right: 0px;
    padding: 3px 0px 0px 20px;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #909090;
    border-color: #909090;
}

@media (max-width: 992px) {
    ul.nav.navbar-nav.navbar-right.search {
        margin-top: 0px !important;
    }

    ul.nav.navbar-nav.a2zNav {
        margin-bottom: 0px !important;
    }       
}

/*----- Modal Styles --------- */
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #5e0047;
    font-size: 20px;
    font-weight: 400;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px 15px 0 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
    position: relative;
    padding: 0 15px 15px 15px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}


@media (min-width: 992px){
.modal-lg {
    width: 500px;
}}
/*----- Track Colors --------- */

.track_46  { color: #0076bd;}
.track_48  { color: #101f2d;}
.track_47  { color: #6c207e;}
.track_264 { color: #fdb945;}
.track_263 { color: #f36c38;}
.track_121 { color: #00ab92;}
.track_122 { color: #54bceb;}

.container>.navbar-collapse {
    border-bottom-color: #de549e;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-image: linear-gradient(to right, #da7c35, #df134c) 1;
}
