/* ====================== */
/* ===  Header type 3 === */
/* ====================== */

/* ====================== Base color palette information ==================== */

/*
color-1 (Left btn and <a>)
    Hex #d71921

color-1 Hover (Left btn and <a>)
    Hex #b9151c;
}

color-2 (Right button)
    Hex #008c44;
}

color-2 Hover (Right button)
    Hex #006832;
*/

/* ====================== Default container styles ========================== */


body {
	font-family: "Source Sans Pro","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #666;
}

a {
	color: #2ea3f2;
}

a:hover {
	color: #2ea3f2;
	text-decoration: none;
}

h1 {
	font-family: "Source Sans Pro","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 30px;
	padding-bottom: 10px;
	text-shadow: none;
	line-height: 1em;
	font-weight: 500;
}

h2 {
    font-family: "Source Sans Pro","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 26px;
	padding-bottom: 10px;
	text-shadow: none;
	line-height: 1em;
	font-weight: 500;
}

h3 {
    font-family: "Source Sans Pro","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 22px;
	padding-bottom: 10px;
	text-shadow: none;
	line-height: 1em;
	font-weight: 500;
}

h4 {
    font-family: "Source Sans Pro","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 22px;
	padding-bottom: 10px;
	text-shadow: none;
	line-height: 1em;
	font-weight: 500;
}

h5 {
    font-family: "Source Sans Pro","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 16px;
	padding-bottom: 10px;
	text-shadow: none;
	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: 100%;
    margin: auto;
}
.clearfix.Masthead {
    max-width: 80%;
}
/* =================================== */
/* === Additional container styles === */
/* =================================== */

.breadcrumb {
	display: none;
}

.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;
	*/
}

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;
}
.addr-info{
    float: right;
    padding: 15px 20px 0 0;
    text-align: right;
    font-size: 13px;
    color: #555;
}
/* ===================== */
/* === Header Styles === */
/* ===================== */

.logo_container {
	position: absolute;
	margin-left: 3px;
	bottom: -15px;
}

.top-buttons {
    z-index: 999;
    text-align: right;
    margin: 0 auto;
    margin-top: 11px;
    display: inline-block;
    float: right;
}

/* Top button styles*/
.top-buttons a {
    margin-left: 6px;
    letter-spacing: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 15px;
}

#dvCustomMasthead .emeraldTopSecton1 {
    width: 95%;
    max-width: 1280px;
    padding-bottom: 80px;
    padding-top: 15px;
    margin: 0 auto;
    position: relative;
}

.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: 190px;
    float: left;
}

@media only screen and (max-width: 1090px){
	#emeraldLogo {
		max-width: 150px;
	}
	
}

@media only screen and (max-width: 992px){
	#emeraldLogo {
		padding: 20px;
	}
	
}

/* =========================== */
/* === 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 */
img#emeraldLogo {
    margin-bottom: 10px;
}

div#header-container {
    border-bottom: 1px solid #ccc;
}

div#tdleftnav {
    position: relative;
    width: 95%;
    max-width: 1280px;
}

.navbar-collapse {
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #fff;
}

.navtop-left {
    position: absolute;
    left: 200px;
    top: 30px;
}

@media only screen and (max-width: 1090px){
    .navtop-left {
        position: absolute;
        left: 170px;
        top: 30px;
    }
	
}

.navtop-right {
    float: right;
    margin-top: -52px;
}

.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-left > .navbar-nav > li > a{
	color: #555;
	/*padding-left: 0px;*/
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.2px;
	font-family: 'Source Sans Pro', sans-serif;
}
@media only screen and (max-width: 1120px){
    .navbar-collapse .navtop-left > .navbar-nav > li > a {
        padding-left: 0px;
        font-size: 14px;
    }
	
}
.navbar-collapse .navtop-right > .navbar-nav > li{
    padding: 4px 5px 15px 1px;
    float: none;
    display: inline-block;
}

.navbar-collapse .navtop-right > .navbar-nav > li:last-child{
    padding-right: 2px;
}

/* 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: #b9151c;
    border-bottom: none;
}

.navbar-nav > li > a.active {
    background-color: transparent;
    color: #000;
    border-bottom: 3px solid #000;
}

.navbar-nav > li.active > a {
    background-color: transparent;
    color: #000;
    border-bottom: 3px solid #000;
}



.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;
	*/
}

.navbar-toggle {
    border-color: transparent;
    background-color: transparent;
    float: right !important;
    margin: 0;
    padding-left: 3px;
    margin-bottom: 25px;
}

.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;
}


@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .navbar-collapse .navtop-right > .navbar-nav > li > a{
    	color: #000;
    	padding-left: 0px;
    	padding-right: 0px;
    	padding-top: 0px;
    	padding-bottom: 9px;
    	text-transform: uppercase;
    	font-size: 10px;
    	/* font-weight: 700; */
    	letter-spacing: 1.2px;
    }
}
@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: #000;
		font-size: 12.5px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: 700;
        border-bottom: 1px solid rgba(0,0,0,.03);
	}

	.navbar-collapse.top-navbar {
		position: absolute;
		z-index: 9999999;
		width: 95% !important;
		left: 2.5%;
		right: 2.5%;
		border-top: 3px solid #000;
	}

	.navbar-collapse .navbar-nav > li > a:hover {
	   border: none;
	}
	.navbar-collapse .navbar-nav{
		padding: 30px 20px;
	}

}

/* ====================== */
/* === Dropdown Menus === */
/* ====================== */

.dropdown-menu {
    background-color: #fff;
    border: none;
    /*border-top: 4px solid #000;*/
    border-radius: 0px;
    /*border-left: 1px solid #000;*/
    padding: 15px 0px;
    min-width: 280px;
}

.dropdown-menu>li>a {
    color: #000;
    margin: 0px 15px 0px 15px;
    font-size: 13px;
    padding: 10px 0px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all .4s ease-in-out;
}

.dropdown-menu>li:hover {
    background-color: rgba(0,0,0,.03);
}

.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: #000000;
    border-color: #000000;
    opacity: .7;
    background-color: transparent;
    font-weight: 700;
}

@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: -200px;
   }
}

@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;
	}
}

/* ============================ */
/* === 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: 20px;
    padding-bottom: 20px;
    text-align: center;
}


/* Dark Section text styles */
.emeraldDarkSection .EDScalloutTxt {
    color: white;
    display: block;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 30px;
    padding-top: 15px;
	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: 600;
    display: inline-block;
	font-family: 'Source Sans Pro','Open Sans',Helvetica,Arial,Lucida,sans-serif;
	 transition: all 300ms ease 0ms;
	 border-radius:3px;
}




@media (min-width: 993px){
    a.emeraldbtn.EDSbtn-bottom-left.ebtn-color-1 {
        margin-right: 40px;
        margin-left: 20px;
        padding: 10px 30px;
    }
    a.emeraldbtn.EDSbtn-bottom-right.ebtn-color-2 {
		margin-right: 10px;
		margin-left: 30px;
		padding: 10px 30px;
	}
	/*
    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: 50px 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: 10px 0 0;
}

@media (max-width: 992px){
	.ecSection.ecRight {
		margin-top: 50px;
	}
}

/* ================================ */
/* === Social media icon styles === */
/* ================================ */

.esocialRow {
    margin: 0 auto;
    background-color: #484848;
    padding: 20px 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: #eaa81b;
}

a.ebtn-color-1:hover {
    background-color: #fa5921;
    opacity: 1;
}

a.ebtn-color-2 {
    color: #ffffff;
    background-color: #fa5921;
}

a.ebtn-color-2:hover {
    background-color: #eaa81b;
    opacity: 1;
}


.emeraldDarkSection a.ebtn-color-1 {
    background-color: #eaa81b;
}

.emeraldDarkSection a.ebtn-color-1:hover {
    background-color: #fa5921;
}

.emeraldDarkSection a.ebtn-color-2 {
    background-color: #fa5921;
}

.emeraldDarkSection a.ebtn-color-2:hover {
    background-color: #eaa81b;
}


/* ======================= */
/* === 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: 190px;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

input#ctl00_ucTemplate2_TopNavigation_us_searchQuery {
    font-size: 9.5px;
    width: 150px;
}

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;
}

.clearfix.Masthead {
  position: absolute;
  left: 65%;
  z-index: 99;
  margin-top: 55px;
}

#ctl00_dvTopNavigation {
  margin-top: 50px;
}

@media only screen and (max-width: 992px){

    .clearfix.Masthead {
        left: 35px;
        margin-top: 20px;
    }

    #emeraldLogo {
      max-width: 200px !important;
    }

    #content-container {
      margin-top: 100px;
    }
    .clearfix.Masthead {
      min-width: 93%;
    }

    .addr-info {
      float: none;
      text-align: center;
      position: relative;
      margin-top: 100px;
    }

    .top-buttons {
      float: none;
      margin-top: 145px;
      position: absolute;
      left: 38%;
    }
	
}

@media only screen and (max-width: 490px){
    .top-buttons {
      float: none;
      margin-top: 145px;
      position: absolute;
      left: 25%;
    }    
}

.twitter-X {
  position: relative;
  max-width: 17px;
  margin-right: 7px;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  #content-container .container #ctl00_dvContent {
    width: 1170px;
    margin: 0 auto;
  }
    .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container #ctl00_dvContent {
    width: 1170px;
  }
    .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container #ctl00_dvContent {
    width: 970px;
  }
    .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container #ctl00_dvContent {
    width: 750px;
  }
    .container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #content-container .container {
    padding: 0px;
  }
}