/* ====================== */
/* ===  Header type 3 === */
/* ====================== */

/* ====================== Base color palette information ==================== */

/*
color-1 (Left btn and <a>)
    Hex #e74124

color-1 Hover (Left btn and <a>)
    Hex #a40e15;
}

color-2 (Right button)
    Hex #002659;
}

color-2 Hover (Right button)
    Hex #5b9fc0;
*/

/* ====================== Default container styles ========================== */


body {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    background-color: #fff;
}

a {
    color: #e74124;
}

a:hover {
    color: #e74124;
    text-decoration: none;
}

h1 {
    color: #000;
}

h2 {
    color: #000;
}

h3 {
    color: #000;
}

h4 {
    color: #000;
}

h5 {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    text-shadow: none;
}

.Masthead {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#content-container .container {
    background-color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.container {
    width:95%;
    max-width: 1280px;
}

#footer-container .container {
  max-width: 100% !important;
}

@media (min-width: 768px) {
    #content-container .container {
        padding: 20px 0px;
    }

    div#ctl00_ContentPlaceHolder1_pnlLogin {
        padding: 0px;
    }
}

#dvCustomMasthead {
    display: block;
}

.btn-primary {
    background-color: #e74124;
    border-color: #e74124;
}

.btn-primary:hover {
    background-color: #e8634c;
    border-color: #e8634c;
}


/* =================================== */
/* === 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;
}

/* ===================== */
/* === Header Styles === */
/* ===================== */

.logo_container {
    position: absolute;
    margin-left: 4px;
    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: 400;
    text-transform: uppercase;
    padding: 1px 15px;
}

#dvCustomMasthead .emeraldTopSecton1 {
    width: 80%;
    max-width: 1280px;
    padding-bottom: 30px;
    padding-top: 55px;
    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 {
    height: 81px;
}

@media only screen and (max-width: 1090px){
    #emeraldLogo {
        max-width: 200px;
    }
}

/* =========================== */
/* === 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: 1280px;
}

.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: #6d6e71;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 14px;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.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: 2px;
}

/* Dropdown carat */
span.dopdownicon {
    display: inline-block;
    font-size: 9px;
    vertical-align: bottom;
    padding-left: 5px;
}

span.dopdownicon:hover {
    color: #e74124;
}

.navbar-collapse .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #124767;
    border-bottom: 3px solid #124767;
}

.navbar-nav > li > a.active {
    background-color: transparent;
    color: #124767;
    border-bottom: 3px solid #124767;
}

.navbar-nav > li.active > a {
    background-color: transparent;
    color: #124767;
    border-bottom: 3px solid #124767;
}

.nav-username {
    /*
    padding: 5px;
    color: white;
    height: auto;
    font-size: 14px;
    */
}

#ctl00_UserInfo_lnkLogout {
    /*
    font-family: 'Roboto', Helvetica, Arial, Lucida, 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: 992px) and (max-width: 1100px) {
    .navbar-collapse .navtop-right > .navbar-nav > li > a{
        color: #000;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 14px;
        padding-bottom: 9px;
        text-transform: uppercase;
        font-size: 11.5px;
        /* 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: 10px 20px;
        font-weight: 500;
    }

    .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: 20px;
    }

}

/* ====================== */
/* === Dropdown Menus === */
/* ====================== */

.dropdown-menu {
    background-color: #fff;
    border-color: #E74124;
    border-left: 2px solid #E74124;
    border-top: 4px solid #E74124;
    border-bottom: none;
    border-radius: 0px;
    padding: 20px 17px;
    min-width: 280px;
}

.dropdown-menu>li>a {
    color: #222222;
    border-left: 3px solid #e74124;
    margin: 0px;
    font-size: 15px;
    padding: 3px 10px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 400;
    transition: all .4s ease-in-out;
}

.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: #e74124;
    border-color: #E74124;
    background-color: #f1f1f1;
    opacity: .7;
}

@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: -70px;
   }
}

@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: #2E2E2EFF;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 54px;
    text-align: center;
}


/* Dark Section text styles */
.emeraldDarkSection .EDScalloutTxt {
    color: white;
    display: block;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 30px;
}

.EDSbtnBox {
    max-width: 800px;
    margin: 0 auto;
}

.EDSbtnBox .col-md-6{
    padding: 0px;
}

/* Dark Section Button styles */
.emeraldDarkSection .emeraldbtn {
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 45px;
    line-height: 1.5;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    font-weight: 400;
    display: block;
}

@media (min-width: 993px){
    a.emeraldbtn.EDSbtn-bottom-left.ebtn-color-1 {
        margin-right: 40px;
        margin-left: 50px;
    }
    a.emeraldbtn.EDSbtn-bottom-right.ebtn-color-2 {
        margin-right: 50px;
    }

}

@media (max-width: 992px){
    .emeraldDarkSection .emeraldbtn {
        font-size: 30px;
        max-width: 400px;
        margin: 30px auto;
        padding: 20px;
    }
    .ecSection.ecRight {
        margin-top: 50px;
    }
}

@media (max-width: 767px){
    .emeraldDarkSection .emeraldbtn {
        font-size: 24px;
        max-width: 275px;
        margin: 30px auto;
        padding: 10px;
    }
}

/* ======================================== */
/* === Emerald copyright section styles === */
/* ======================================== */

.eFooterContainer {
    width: 80%;
    /*max-width: 1280px;*/
    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;
    color: #fff;
    line-height: 30.6px;
}

/* 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;*/
    text-transform: uppercase;
    font-size: 20px;
}

/* Just the left side links Hover */
.ecSection.ecLeft > ul > li > a:hover{
    /*color: #000;*/
    color: rgb(166,166,166);
    text-decoration: underline;
}


/* Just the right side text */
.ecSection.ecRight p {
    margin-bottom: 20px;
    margin-top:40px;
    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;*/
    text-decoration: underline;
}

/* Just the rifht side link hover */
.ecSection.ecRight > p > a:hover {
    /*color: #000;*/
    color: #fff;
    text-decoration: underline;
}

.emeraldCopyright {
margin: 0px auto;
  background-color: #2B2B2B;
  padding: 10px 0px;
}

@media (max-width: 992px){
    .ecSection.ecRight {
        margin-top: 50px;
    }
}

/* ================================ */
/* === Social media icon styles === */
/* ================================ */

.esocialRow {
    margin: 0 auto;
}

div#dvFooterInc .eSocial-icons {
    text-align:right;
    /*max-width: 500px;*/
    margin: 10px auto;
}

.eSocial-icons .fa {
    color: #000;
    font-size: 18px;
}


/* 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: #e74124;
}

a.ebtn-color-1:hover {
    background-color: #e8634c;
}

a.ebtn-color-2 {
    color: #ffffff;
    background-color: #002659;
}

a.ebtn-color-2:hover {
    background-color: #002659;
}


/* ======================== */
/* === Universal Search === */
/* ======================== */

ul.nav.navbar-nav.navbar-right.search {
    margin-top: -18px;
}

ul.nav.navbar-nav.navbar-right.search .form-group.us-input {
    padding: 8px 0px 8px 0px;
    position: absolute;
    right: 15px;
}

@media (min-width: 993px) {
    ul.nav.navbar-nav.a2zNav {
        margin-top: 30px;
    }
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input .mini {
    width: 266px;
}

input#ctl00_ucTemplate2_TopNavigation_us_searchQuery {
    font-size: x-small;
}

#ExhibitorConsoleHeaderPreview{
   visibility: hidden;
}

.row.esocialRow {
  background-color: #484848;
  color: #fff;
}

.fa.fa-facebook.fa-stack-1x.fa-inverse {
  margin: 0;
}