/* ====================== */
/* ===  Header type 3 === */
/* ====================== */

/* ====================== Base color palette information ==================== */

/*
color-1 (Left btn and <a>)
    Hex #0f4d75;

color-1 Hover (Left btn and <a>)
    Hex #000;
}

color-2 (Right button)
    Hex #000;
}

color-2 Hover (Right button)
    Hex #0f4d75;
*/

/* ====================== Default container styles ========================== */


body {
	font-family:  'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	background-color: #fff;
	font-size: 14px;
	color: #666;
}

a {
	color: #33c0cd;
}

a:hover {
	color: #33c0cd;
	text-decoration: none;
}

h1 {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 30px;
}

h2 {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 26px;
}

h3 {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 22px;
}

h4 {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
}

h5 {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    text-shadow: none;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

.Masthead {
	box-shadow: none;
	-webkit-box-shadow: none;
}

#content-container .container {
	background-color: white;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#dvCustomMasthead {
    display: block;
    max-width: 1170px;
    margin: 0 auto;
}

/* =================================== */
/* === Additional container styles === */
/* =================================== */

.breadcrumb {
	display: none;
}

.badge {
	/*
	background-color: #428bca;
	*/
}

.pagination > li > a, .pagination > li > span {
	
	color: #33c0cd;
	
}

.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;
	*/
}

a.dropdown-toggle.language-toggle {
    display: none;
}

/* ========================================= */
/* === Global button styles (DONT TOUCH) === */
/* ========================================= */

a.emeraldbtn {
    padding: 10px 50px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 0;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    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;
}

/* ===================== */
/* ===== Black Bar ===== */
/* ===================== */

#Msg4002 {
    display: block;
    display: none;
}

#network-container {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}

#network-container nav {
    background: #111;
    height: auto;
    padding: 0px 0px;
    height: 44px;
}

#network-container nav h5 {
    display: none;
}

#network-container nav ul {
    float: left;
    padding: 0px 0 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#network-container nav ul li {
    float: left;
    padding: 0px;
    border-left: 1px solid #272727;
    list-style: none;
    height: 44px;
    padding-top: 10px;
}

#network-container nav a {
    font: 600 15px/17px 'Source Sans Pro',sans-serif;
    color: #888;
    padding: 12px 11px 10px;
    text-decoration: none;
}

#network-container nav a.active {
    color: #fff;
    text-decoration: none;
}

@media all and (max-width: 616px){
    #network-container nav{
        height: 100%;
        min-height: 44px;
        display: inline-block;
    }
}

/* ===================== */
/* === Header Styles === */
/* ===================== */



.top-buttons {
    z-index: 999;
    text-align: right;
    margin-top: 3px;
    display: inline-block;
    float: right;
}

/* Top button styles*/
.top-buttons a {
    margin-left: 3px;
    letter-spacing: 0.2px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 12px;
    padding: 12px 15px;
    font-family: 'Open Sans', sans-serif;
}

#dvCustomMasthead .emeraldTopSecton1 {
    padding-bottom: 80px;
    padding-top: 25px;
    margin: 0 auto;
    position: relative;
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
}

.emeraldTopSecton1 #brand-expo {
    position: relative;
    bottom: -14px;
    left: 20%;
    border-left: 1px solid #3c3c3c;
    padding-left: 16px;
    display: inline-block;
}

/* Show location text */
.emeraldTopSecton1 .expo_location {
    color: #000;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    width: auto;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    line-height: 1em;
}

/* Show date text */
.emeraldTopSecton1 .expo_date {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
    line-height: 1em;
}


@media only screen and (max-width: 980px){
	#dvCustomMasthead .emeraldTopSecton1 {
		padding-bottom: 20px;
		padding-top: 12px;
	}

	.logo_container {
		position: initial;
		text-align: center;
	}
	.emeraldTopSecton1  #brand-expo {
		position: initial;
		float: left;
		width: 56% !important;
		margin-top: 8px;
		left: 0;
		bottom: 0;
	}
	.emeraldTopSecton1 .expo_location {
		font-size: 16px;
	}
	.emeraldTopSecton1 .expo_date {
		font-size: 12px;
	}
}

/* ============================================= */
/* === Logo Sizing (Use Client's breakpoints)=== */
/* ============================================= */


#emeraldLogo {
    max-width: 500px;
    width: 100%;
    text-align: left;
}

.logo_container {
    margin-left: 4px;
    bottom: 5px;
    text-align: left;
    margin-bottom: 5px;
    float: left;
    flex-basis: 100%;
}
/*
@media (max-width: 1090px) and (min-width: 993px) {
    #emeraldLogo {
        max-width: 200px;
    }
    .logo_container {
	bottom: 12px;
	margin-left: 3px;
}
}

@media (max-width: 992px) {
    #emeraldLogo {
        max-width: 180px;
        display: block;
        margin: 0 auto;
        text-align: center;
        width: auto;
    }
    
    .logo_container {
        display: none;
    }
}*/

/* =========================== */
/* === Navigational styles === */
/* =========================== */
/* 

Make sure to look for:
    - Letter spacing
    - Dropdown menus
    - Mobile Menus
    - Font that is called might not be actually font that is Pulled

*/


/* nav bottom border */
div#header-container {
    border-bottom: 1px solid #ccc;
}

div#tdleftnav {
    position: relative;
    width: 95%;
    max-width: 1170px;
    margin-top: -50px;
}

.navbar-collapse {
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #fff;
}

.navtop-left {
    position: absolute;
    left: 4px;
}

.navtop-right {
    float: right;
    margin-top: -65px;
}

.container > .navbar-collapse {
	border: none;
}

.navbar-top > li > a {
	/*
	padding: 5px;
	color: #428bca;
	*/
}

.navbar-top > li > a:hover {
	/*
	color: #428bca;
	background-color: white;
	*/
}

.navbar-collapse .navtop-right > .navbar-nav > li > a{
	color: #000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 16px;
	padding-bottom: 10px;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
	font-size: 15.5px;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.navbar-collapse .navtop-right > .navbar-nav > li{
    padding: 4px 11px 15px 1px;
    float: none;
    display: inline-block;
}

.navbar-collapse .navtop-right > .navbar-nav > li:last-child{
    padding-right: 1px;
}

/* Dropdown carat */
span.dopdownicon {
    display: inline-block;
    font-size: 9px;
    vertical-align: bottom;
    padding-left: 5px;
}


.navbar-collapse .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #4ec1ce;
    border-bottom: none;
}

.navbar-nav > li > a.active {
    background-color: transparent;
    color: #0f4c75;
    border-bottom: 3px solid #000;
}

.navbar-nav > li.active > a {
    background-color: transparent;
    color: #000;
    border-bottom: none;
}



.nav-username {
	/*
	padding: 5px;
	color: white;
	height: auto;
	font-size: 14px;
	*/
}

#ctl00_UserInfo_lnkLogout {
	/*
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 13px;
	*/
}


.navbar-toggle {
    border-color: transparent;
    background-color: transparent;
    float: left !important;
    margin: 0;
    padding: 20px;
    padding-right: 5px;
    margin-top: -13px;
    margin-bottom: 9px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px 10px 5px;
}


@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .navbar-collapse .navtop-right > .navbar-nav > li > a{
    	color: #000;
    	padding-left: 0px;
    	padding-right: 0px;
    	padding-top: 15px;
    	padding-bottom: 9px;
    	text-transform: uppercase;
    	font-size: 13px;
    	/* font-weight: 700; */
    	letter-spacing: 1px;
    }
}
@media (max-width: 992px){
	div#ctl00_dvTopNavigation .navbar-header {
		width: 95% !important;
		margin: 0 auto !important;
		max-width: 1280px;
	}
    .navbar-collapse > .navbar-nav > li > a {
        color: #4ec1ce;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 700;
        padding: 10px 0px;
        border-top: #4ec1ce solid 2px;
    }

	.navbar-collapse.top-navbar {
		position: absolute;
		z-index: 9999999;
		width: 95% !important;
		left: 2.5%;
		right: 2.5%;
		border-top: 3px solid #000;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	}


	.navbar-collapse .navbar-nav > li > a:hover {
	   border: none;
	}
	.navbar-collapse .navbar-nav{
		padding: 30px 50px;
	}

}
.navbar-nav>li>a, .left-nav>li>a, .left-nav .left-subnav>li>a {
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

/*
@media (min-width: 768px){
    .navbar-nav {
    float: left;
    margin-left: px !important;
    margin-bottom: 5px;
    margin-top: 0px;
    }
}
*/
@media (min-width: 1170px){
    .navbar-nav {
    float: left;
    /*margin-left: 100px !important;*/
    margin-bottom: 5px;
    margin-top: -30px;
    }
}
/* ====================== */
/* === Dropdown Menus === */
/* ====================== */

.dropdown-menu {
    background-color: #fff;
    border: none;
    border-top: none ;
    border-radius: 0px;
    border-left: none ;
    padding: 15px 0px;
    min-width: 280px;
}

.dropdown-menu>li>a {
    color: #7c7c7c;
    border-left: none;
    margin: 0px 15px 0px 15px;
    font-size: 14px;
    padding: 3px 10px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1;
}

.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: #4ec1ce;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .dropdown-menu>li>a {
        font-size: 13px;
        text-shadow: none;
        /* text-transform: none; */
    }
}

@media (min-width: 993px) {
    .navbar-nav>li:last-child>.dropdown-menu {
       left: -130px;
   }
}

@media (max-width: 992px){
    .navbar-collapse.top-navbar .navbar-nav > li > .dropdown-menu {
        position: relative;
        float: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    .navbar-collapse.top-navbar .navbar-nav > li > .dropdown-menu a:link {
        border: none;
        font-weight: 600;
    }
}

/* ============================ */
/* === 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: #2b2b2b;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}


/* Dark Section text styles */
.emeraldDarkSection .EDScalloutTxt {
    color: white;
    display: block;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 30px;
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

.EDSbtnBox {
    max-width: 800px;
    margin: 0 auto;
}

.EDSbtnBox .col-md-6{
    padding: 0px;
}

/* Dark Section Button styles */
.emeraldDarkSection .emeraldbtn {
    font-size: 1.6em;
    text-transform: uppercase;
    padding: 15px 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    border: none;
    font-weight: 400;
    display: inline-block;
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
	 transition: all 300ms ease 0ms;
}


    a.emeraldbtn.EDSbtn-bottom-right.ebtn-color-2:hover{
        color: #537fc0;
        background: #000;
    }
    a.emeraldbtn.EDSbtn-bottom-left.ebtn-color-1:hover {
        color: #537fc0;
        background: #000;
    }

@media (min-width: 993px){
    a.emeraldbtn.EDSbtn-bottom-left.ebtn-color-1 {
        margin-right: 40px;
        margin-left: 20px;
    }
    a.emeraldbtn.EDSbtn-bottom-right.ebtn-color-2 {
		margin-right: 10px;
		margin-left: 30px;
		padding: 15px 20px;
	}
    a.emeraldbtn.EDSbtn-bottom-right.ebtn-color-2:hover{
        padding: 15px 25px 15px 15px;
    }
    a.emeraldbtn.EDSbtn-bottom-left.ebtn-color-1:hover {
        padding: 15px 25px 15px 15px;
    }
    .emeraldDarkSection .emeraldbtn:after{
        transition: all 300ms ease 0ms;
    }
    .emeraldDarkSection .emeraldbtn:after {
        border-style: solid;
        border-width: 0.20em 0.20em 0 0;
        content: '';
        display: inline-block;
        height: 0.8em;
        position: relative;
        top: 0.399em;
        vertical-align: top;
        width: 0.8em;
        left: 1px;
        transform: rotate(45deg);
        margin-left: -1em;
        opacity: 0;
}
    
    .emeraldDarkSection .emeraldbtn:hover:after{
        opacity: 1;
        margin-left: -0.3em;
        transition: all 300ms ease 0ms;
    }
}

@media (max-width: 992px){
	.emeraldDarkSection .emeraldbtn {
		font-size: 20px;
		max-width: 400px;
		margin: 30px auto;
		padding: 20px;
	}
	.ecSection.ecRight {
		margin-top: 50px;
	}
}

@media (max-width: 767px){
	.emeraldDarkSection .emeraldbtn {
		font-size: 20px;
		max-width: 275px;
		margin: 30px auto;
		padding: 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: 35px 0 0 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;
}

@media (max-width: 992px){
	.ecSection.ecRight {
		margin-top: 50px;
	}
}

/* ================================ */
/* === Social media icon styles === */
/* ================================ */

.esocialRow {
    margin: 0 auto;
    background-color: #120c0d;
    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: #febd12;
    background-color: #000;
}

a.ebtn-color-1:hover {
    background-color: #ffffff;
    opacity: 1;
    color: #537fc0;
    border: 1px solid #537fc0;
}

a.ebtn-color-2 {
    color: #febd12;
    background-color: #000;
}

a.ebtn-color-2:hover {
    background-color: #ffffff;
    opacity: 1;
    color: #537fc0;
    border: 1px solid #537fc0;
}


/* ======================= */
/* === Univeral Search === */
/* ======================= */




.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 185px;
    margin-bottom: 0;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input {
    position: absolute;
    right: 0px;
    padding: 0px;
    bottom: -15px;
}

ul.nav.navbar-nav.a2zNav {
    margin-top: 30px;
}


ul.nav.navbar-nav.navbar-right .form-group.us-input .mini {
    width: 280px;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

input#ctl00_ucTemplate2_TopNavigation_us_searchQuery {
    font-size: 12px;
    width: 248px;
}

ul.nav.navbar-nav.navbar-right.search {
    margin-top: -12px;
}

@media (max-width: 992px) {
    ul.nav.navbar-nav.navbar-right.search {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    
    ul.nav.navbar-nav.a2zNav {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

div#ctl00_dvMasthead {
    margin-bottom: 0px;
}

div#ctl00_dvMasthead {
    display: block !important;
}
#ExhibitorConsoleHeaderPreview{
   visibility: hidden;
}