/*****************************************************************************/


/************************ CSS Lite Stylesheet for PM's ***********************/


/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*
Base blue
hex #428bca

Dark blue
hex #2a6496;
    
Base orange
hex #ff8000;
    
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */

body {
    background-color: #fff;
    font-family: "Cairo", sans-serif;
    font-weight: 400;
}

div#header {
    background: #fff;
    /* width: 100%; */
}

a {
    color: #058091;
    text-decoration: none;
}

a:hover {
    color: #058091;
    text-decoration: none;
}

h1 {
    
    color: #363b42;
    font-size: 57px;
    text-shadow: none;
}

h2 {
    /*
    color: #428bca;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: normal;
    text-shadow: none;
    */
    font-size: 26px;
}

h3 {
    /*
    color: #428bca;
    */
    font-size: 1.73em;
}

h4 {
    /*
    color: #428bca;
    */
    font-size: 18px;
    
}

h5 {
    /*
    color: #428bca;
    */
    font-size: 15px;
}

h1, h2, h3, h4, h5 {
    color: #363b42;
    font-family: "cairo",sans-serif!important;
    font-weight: 700;
    font-style: normal;
}
.Masthead {
    /*
    box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
    */
}

#content-container .container {
    background-color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 10px;
}

.is-btn {
    padding: 10px 50px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    transition: all .16s ease;
}

.is-btn-exlg {
    font-size: 21px;
    text-transform: none;
    padding: 10px 55px;
    line-height: 1.5;
    letter-spacing: 1px;
    border-radius: 4px;
}

.is-btn {
    border-radius: 4px;
    /* font-size: 16px !important; */
}



.is-dark-text .is-light-text .is-btn-ghost2, .is-light-text .is-btn-ghost2, .template1 a.is-btn-ghost2 {
    color: #fff !important;
    border: 2px solid #f4782f;
    background-color: #f4782f;
    font-weight: 400;
}

a.is-btn-ghost2:hover {
    color: #fff !important;
    border: 2px solid #058091;
    background-color: #058091;
    text-decoration: none;
}

a.is-btn.is-btn-ghost3.is-btn-exlg{
    color: #fff !important;
    border: 2px solid #058091;
    background-color: #058091;
    font-weight: 400;
}

a.is-btn.is-btn-ghost3.is-btn-exlg:hover {
    color: #fff !important;
    border: 2px solid #f4782f;
    background-color: #f4782f;
    text-decoration: none;
}

.top-buttons {
    z-index: 999;
    text-align: right;
    /* max-width: 1170px; */
    padding-right: 25px;
    margin: 0 auto;
    margin-top: 15px;
}

.top-buttons .is-btn {
    margin: 0 6px;
    border-radius: 0;
    font-size: 16px;
    padding: 0px 15px;
    font-weight: 600;
}

@media (max-width: 480px) {
    .top-buttons .is-btn {
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 600;
    }
}

@media (max-width: 1023px) {
    .top-buttons {
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    .top-buttons {
    text-align: center;
    }
}

a.is-btn.is-btn-ghost2.is-btn-small.attendee-reg-top-fixed.attendee-reg-hpbanner {
    color: #fff !important;
    border: 2px solid #f57a21;
    background-color: #f57a21;
}

a.is-btn.is-btn-ghost3.is-btn-small.exhibit-inquire-top-fixed.exhibit-inquire-hpbanner {
    color: #fff !important;
    border: 2px solid #058091;
    background-color: #058091;
}

a.is-btn.is-btn-ghost2.is-btn-small.attendee-reg-top-fixed.attendee-reg-hpbanner:hover {
    color: #fff !important;
    border: 2px solid #058091;
    background-color: #058091;
    text-decoration: none;
}


a.is-btn.is-btn-ghost3.is-btn-small.exhibit-inquire-top-fixed.exhibit-inquire-hpbanner:hover {
    color: #fff !important;
    border: 2px solid #f57a21;
    background-color: #f57a21;
    text-decoration: none;
}




/* ====================== Additional container styles ======================= */

.breadcrumb {
    /*
    margin: 0px;
    padding: 7px 0px 0px 0px;
    background-color: transparent;
    */
}

.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;
    */
}


/* ====================== Navigational styles =============================== */
div#header-container {
    border-bottom: 3px solid #f4782f;
}
div#ctl00_dvTopNavigation {
    background: white;
    /* border-bottom: none; */
    /* box-shadow: 0 3px 6px 0 rgba(0,0,0,.15) !important; */
}

div#tdleftnav {
    /*width: 100%;
    max-width: 1170px; */
    width: 99%;
    padding-left: 15px;
}

div#dvTopSidebar {
    /* background: #f48991; */
    /* min-height: 204px; */
    /* background: url(../images/interface/headers/floorplan-header.jpg); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: 50% 60%; */
}

/*a.navbar-brand {
    padding: 0px;
    margin: 0px 0px;
    height: 92px;
    margin-top: -44px;
    margin-left: 1px;
    margin-bottom: 15px;
}*/

a.navbar-brand {
    padding: 2px 0px 0px 10px;
    margin: 0px 0px;
    margin-top: -27px;
    height: 0px;
    margin-left: 1px;
    margin-bottom: 90px;
}

.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;
    */
}

.navbar-top>li>a:hover {
    /*
    color: #428bca;
    background-color: white;
    */
}

.navbar-collapse > .navbar-nav > li > a {
    color: #4b4b4d;
    font-size: 13px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 13px;
    /* padding: 10px 7px; */
    font-size: 15px;
    font-weight: 400;
    font-family: 'Cairo', sans-serif;
}

.navbar-collapse > .navbar-nav > li > a i {
    margin-left: 8px;
}

@media (max-width: 992px) {
    .navbar-collapse > .navbar-nav > li > a i {
        display: none;
    }
}

.navbar-collapse>.navbar-nav>li:hover>a {
    /*
    color: #428bca;
    background-color: white;
    */
    background-color: transparent;
    color: #000;
    border-bottom: 3px solid #000 ;
}

.navbar-nav>li>a.active {
    background-color: transparent;
    color: #284d81;
    border-bottom: 3px solid #284d81;
}

@media (max-width: 992px) {
    .navbar-nav>li>a.active:hover {
        color: #284d81;
    }
}

.navbar-nav>li.active>a {
    
    color: #000000;
    background-color: white;
    
}

ul.nav.navbar-nav.navbar-right > li.dropdown {
    min-height: 60px;
    padding-left: 11px;
    padding-right: 11px;
    padding: 10px 11px;
    padding: 10px 10px;
}

ul.nav.navbar-nav.navbar-right > li.dropdown:last-child {
    padding-right: 0px;
}

.navbar-nav>li>.dropdown-menu {
    /*
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    */
}

@media (min-width: 993px) {
    .navbar-nav>li>.dropdown-menu {
    right: auto;
    margin-top: 0px;
    }
    .navbar-nav>li:last-child>.dropdown-menu {
       left: -70px;
   }
}

.dropdown-menu {
    background-color: #fff;
    border: none;
    border-top: 3px solid #f4782f ;
   
    border-radius: 4px;
    padding: 15px 0px;
}

.dropdown-menu>li>a {
    color: #4b4b4d;
    margin: 0px 15px 0px 15px;
     border-left: 3px solid #f4782f;
    font-size: 15px;
    padding: 3px 20px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .dropdown-menu>li>a {
        font-size: 13px;
        text-shadow: none;
    }
}

.dropdown-menu>li:last-child>a {
    border-bottom: none;
}

.dropdown-menu>li:last-child:hover>a {
    border-bottom: none;
}

.dropdown-menu>li>a:hover {
    color: #058091;
    background-color: rgba(0,0,0,.03);
}

.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',sans-serif !important;
    font-size: 13px;
    */
}

.navbar-toggle {
    border-color: transparent;
    background-color: transparent;
    position: relative;
    /*top: 50px;*/
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #2a95cb;
}

#ctl00_dvTopNavigation .navbar-header {
    background: transparent;
    text-align: center;
    margin-bottom: 10px;
}

#dvTopNavigation .navbar-header {
    background: transparent;
    text-align: center;
    margin-bottom: 10px;
}


.nav-logout:hover a {
    /*
    background-color:transparent !important;
    text-decoration: none;
    */
}

.dropdown-toggle i.fa.fa-caret-down {
    /*
    display: none; (This is optional)
    */
    margin-left: -8px;
    /* font-size: 14px; */
}

a.dropdown-toggle.language-toggle {
    display: none;
}


@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 29px;
    }
}

@media (min-width: 993px) and (max-width: 1056px) {
    .main-nav-top ul.nav.navbar-nav.navbar-right {
        width: 100%;
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
        display: inline-block;
    
    }

    #ctl00_dvTopNavigation .navbar-nav>li {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 1056px) {
    a.navbar-brand img {
        margin: 0 auto;
    }
    a.navbar-brand {
        float: none;
        margin: 0 auto;
    }
    .navbar-collapse.collapse.top-navbar.main-nav-top {
        text-align: center;
        margin-top: 20px;
    }
}


@media (max-width: 992px) {
    a.navbar-brand img {
        padding-top: 8px;
        padding-bottom: 10px;
    }
    .navbar-collapse.top-navbar {
        background: #fff;
        padding: 0px 40px;
    }

    .navbar-collapse>.navbar-nav>li>a {
        font-size: 15px;
        padding: 5px 0px;
    }
}



@media (min-width: 992px) and (max-width: 1170px){
    .navbar-collapse > .navbar-nav > li > a {
        font-size: 13px;

}
ul.nav.navbar-nav.navbar-right > li.dropdown {
    padding: 6px 7px;
}

}

@media (min-width: 993px){
    .main-nav-top .navbar-nav.navbar-right {
        margin-top: 8px;
    }
}

.dropdown-menu>li {
    position: relative;
}

.dropdown-menu>li > a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 9px;
    border-color: transparent;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 17px;
}

.dropdown-menu>li:hover > a::before {
    transition: all .2s ease-in-out;
    top: 12px;
    border-color: transparent transparent transparent #f57a21;
}



/* ====================== Custom footer styles ============================== */
/* ============================ */
/* === Custom footer styles === */
/* ============================ */

#footer-container .container {
	background-color: #fff;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 100%;
}


/* ================================== */
/* === Dark footer section styles === */
/* ================================== */

/* Dark Section styles */
.emeraldDarkSection {
    background-color: #363b42;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: center;
    border-bottom:15px solid #fff;
    
}


/* Dark Section text styles */
.emeraldDarkSection .EDScalloutTxt {
    color: white;
    display: block;
    font-weight: 100;
    font-size: 24px;
    margin-bottom: 30px;
}

.EDSbtnBox {
    max-width: 1280px;
    margin: 0 auto;
}

.EDSbtnBox .col-md-6{
    padding: 0px;
}

/* Dark Section Button styles */
.emeraldDarkSection .emeraldbtn {
    font-size: 21px;
    text-transform: capitalize;
    padding: 30px 55px;
    line-height: 1.5;
    border: none;
    font-weight: 700;
    display: inline-block;
    transition: all 300ms ease 0ms;
    border-radius: 4px;
    margin-bottom: 10px;
}





/* ======================================== */
/* === Emerald copyright section styles === */
/* ======================================== */

.eFooterContainer {
    display: flex;
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
}

.eFooterContainer hr {
    border-color: #b3b3b3;
}

.ecSection{
	padding: 0px;
}

.ecSection.ecLeft {
    padding-left: 14px;
}

.ecSection.ecLeft > ul{
    padding: 0px;
}
.ecSection.ecLeft > ul > li {
    display: inline-block;
    margin-right: 17px;
}

/* All text in footer (including links) */
.ecSection *{
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
    line-height: 30.6px;
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

.ecSection * a {
    color: #fff;
}

/* Hover state of all links in footer */
.ecSection a:hover {
    color: #000;
    text-decoration: none;
}

/* Just the left side links */
.ecSection.ecLeft > ul > li > a {
    /*font-size: 17.5px;
    text-transform: none;
    font-weight: 500;
    color: #000;*/
}

/* Just the left side links Hover */
.ecSection.ecLeft > ul > li > a:hover{
    /*color: #000;*/
}


/* Just the right side text */
.ecSection.ecRight p {
	margin: 30px 0 20px 0;
	text-align: right;
	/* font-size: 17.5px;
    text-transform: none;
    font-weight: 500;
    color: #000;
	line-height: 30.6px;*/
}


/* Just the right side links */
.ecSection.ecRight > p > a {
    /* font-size: 17.5px;
    text-transform: none;
    font-weight: 500;
    color: #000;*/
}

/* Just the rifht side link hover */
.ecSection.ecRight > p > a:hover {
    /*color: #000;*/
}

.emeraldCopyright {
    margin: 0 auto;
    background: #2a2a2a;
    padding: 15px 0 0;
}

@media (max-width: 992px){
	.ecSection.ecRight {
		margin-top: 50px;
	}
}

/* ================================ */
/* === Social media icon styles === */
/* ================================ */

.esocialRow {
    margin: 0 auto;
    background-color: #373e4a;
    padding: 32px 5px;
}

div#dvFooterInc .eSocial-icons {
    /*display: flex;*/
    justify-content: flex-end;
    align-items: center;
    max-width: 250px;
    margin: 0 auto;
    text-align: right;
}
/*
.eSocial-icons .fa {
    color: #858b95;
    font-size: 36px;
    color: #8e8e8e !important;
}
*/

/* youtube icon (1/3) 
span.fa-stack.fa-lg {
    margin: 0 auto;
}
*/
/* youtube icon (2/3) 
.eSocial-icons i.fa.fa-youtube-play.fa-stack-1x.fa-inverse {
    color: white !important;
    font-size: 21px;
    margin: 1px auto;
}
*/
/* youtube icon (3/3) 
.eSocial-icons i.fa.fa-circle.fa-stack-2x {
    font-size: 38px;
    margin: 0 auto;
}*/

@media (max-width: 992px){
	div#dvFooterInc .eSocial-icons {
		justify-content: center;
		margin: 30px auto;
	}
	/*div#dvFooterInc .eSocial-icons a{
		margin: 0px 20px;
	}*/
}

/* ===================== */
/* === button colors === */
/* ===================== */
/* If button top colors differ from button bottom colors, 
then make sure to target the specific button and not these colors */


a.ebtn-color-1 {
    color: #ffffff;
    background-color: #f4782f;
}

a.ebtn-color-1:hover {
    background-color: #0f8190;
    opacity: 1;
}

a.ebtn-color-2 {
    color: #ffffff;
    background-color: #0f8190;
}

a.ebtn-color-2:hover {
    background-color: #f4782f;
    opacity: 1;
}


/* ================== 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;
    */
}

hr {
    border: none;
    border-top: 1px solid rgba(0,0,0,.18);
    margin: 40px 0px;
}

#dvCustomMasthead {
    display: block;
    background: white;
}

#dvCustomMasthead .container{
    width: 100%;
}

#dvTopSidebar {
    display: block;
}

div#ctl00_ContentPlaceHolder1_ctlExhibitorSearchInfo_trHall {
    display: none;
}

div#ctl00_ContentPlaceHolder1_ctlExhibitorSearchInfo_trSubExpo {
    display: none;
}

a.is-btn.is-btn-med.is-btn {
    font-size: 18px;
}


/* =================== Universal Search Styles ===================== */

ul.nav.navbar-nav.navbar-right .form-group.us-input {
    position: absolute;
    padding: 5px 0px 0px 0px;
}

ul.nav.navbar-nav.navbar-right.a2zNav {
    margin-top: 50px;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

input#ctl00_ucTemplate2_TopNavigation_us_searchQuery {
    font-size: small;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input .mini {
    width: 300px;
}

@media (max-width: 992px) {
    ul.nav.navbar-nav.navbar-right.search {
        margin-top: 0px !important;
    }
    
    ul.nav.navbar-nav.a2zNav {
        margin-bottom: 0px !important;
    }
}

#ExhibitorConsoleHeaderPreview{
   visibility: hidden;
}
















