/* ====================== */
/* ===  Header type 3 === */
/* ====================== */

/* ====================== Base color palette information ==================== */

/*
color-1 (Left btn and <a>)
    Hex #91aeec

color-1 Hover (Left btn and <a>)
    Hex white;
}

color-2 (Right button)
    Hex black;
}

color-2 Hover (Right button)
    Hex #5b9fc0;
*/

/* ====================== Fonts ========================== */


@font-face {
    font-family: 'centra_no2bold';
    src: url('../fonts/centra_no2_bold-webfont.woff2') format('woff2'),
         url('../fonts/centra_no2_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'centra_no2extrabold';
    src: url('../fonts/centra_no2_extrabold-webfont.woff2') format('woff2'),
         url('../fonts/centra_no2_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'centra_no2book';
    src: url('../fonts/centra_no2-webfont.woff2') format('woff2'),
         url('../fonts/centra_no2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'centra_no2light';
    src: url('../fonts/centra_no2_light-webfont.woff2') format('woff2'),
         url('../fonts/centra_no2_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* ====================== Default container styles ========================== */


body {
    font-family: freight-text-pro, serif;
    font-weight: 500;
    background-color: #fff;
}

a {
    font-family: "centra_no2light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #003e51;
}

a:hover {
    color: #003e51;
    text-decoration: underline;
}

h1 {
    font-family: "centra_no2bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #000;
    text-shadow: none;
}

h2 {
    font-family: "centra_no2bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #003e51;
    margin: 0.6em 0;
    letter-spacing: 0;
    line-height: 1.4;
    text-shadow: none;
}

h3 {
    font-family: "centra_no2bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 27px;
    color: #003e51;
    margin: 0.7em 0;
    text-shadow: none;
}

h4 {
    font-family: "centra_no2bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #003e51;
    text-shadow: none;
}

h5 {
    font-family: "centra_no2bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-shadow: none;
}

.Masthead {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#content-container .container {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#dvCustomMasthead {
    display: block;
}

/* =================================== */
/* === 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;
}
#tdleftnav > div.navbar-collapse.collapse.top-navbar.main-nav-top > div > ul > li > a > span > i{
    color: #0058A9;
}
/* ========================================= */
/* === 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: 3px;
    bottom: 11px;
}

.top-buttons {
    z-index: 999;
    text-align: right;
    margin: 0 auto;
    margin-top: 11px;
    display: inline-block;
    float: right;
    position: relative;
    top: 50px;
}

/* Top button styles*/
.top-buttons a {
    margin-left: 6px;
    letter-spacing: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    padding: 10px 15px 10px 15px;
}

#dvCustomMasthead .emeraldTopSecton1 {
    width: 85%;
    max-width: 1280px;
    padding-bottom: 80px;
    /*padding-top: 15px;*/
    margin: 0 auto;
    position: relative;
    margin-top: -40px;
}

.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;
        margin-top: 50px;
    }
    .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;
    }
    #dvCustomMasthead .emeraldTopSecton1 {
        margin-top: 0px;
    }
}

/* ============================================= */
/* === Logo Sizing (Use Client's breakpoints)=== */
/* ============================================= */


#emeraldLogo {
max-width: 700px;
}

@media only screen and (max-width: 1200px){
    #emeraldLogo {
        max-width: 500px;
    }
}

@media only screen and (max-width: 600px){
    #emeraldLogo {
        max-width: 100%;
    }
}
/* ====================== Top Nav Bar ======================= */
#dvCustomMasthead > nav > div{
    padding-left: 0px;
}

#dvCustomMasthead .navbar-collapse .navbar-nav > li > a:hover {
    background-color: #0058A9;
    color: #fff;
    border-bottom: 0;
}

#dvCustomMasthead .navbar-collapse .navbar-nav > li > a:active {
    background-color: #0058A9;
    color: #fff;
    border-bottom: 0;
}

a.navbar-brand {
    display: none;
}
@media (max-width: 767px){
    a.navbar-brand {
        display: block;
    }
    nav.navbar.navbar-default {
        padding: 0;
    }
  
    #bs-example-navbar-collapse-1 > ul > li > a {
        padding: 10px 25px;
        font-size: 20px;
    }
}


.navbar {
    position: relative;
    min-height: 10px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: white;
    border-color: white;
    margin-bottom: 30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: white;
    border-top: white;
}
.navbar-default .navbar-nav > li > a {
    font-family: centra_no2bold, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;

    
}
.navbar-default .navbar-nav > li {
    border-right: 1px solid #000 !important;
    background: #000;
}

.navbar-default .navbar-nav > li:last-child {
    border-right: 0 !important;
}
.navbar-header {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.navbar {
    border: 1px solid transparent;
    padding: 0;
}

.navbar-header.top-nav-area {
    background-color: black;
}

button > i.fa.fa-caret-down{
    color: #0058A9;
    background-color: black;
}

button.navbar-toggle.collapsed {
    background: white;
    border: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: centra_no2bold, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}

div.visible-xs.visible-sm > header > div > div > div > button{
    background-color: white;
}
div#bs-example-navbar-collapse-1 {
    width: 100% !important;
}




@media (min-width: 768px) and (max-width: 992px){
    #ctl00_dvTopNavigation .navbar-header {
        width: 750px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none;
        padding-bottom: 0px;
        margin-top: 100px;
    }
    }


@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: -1px;
    }
    }
/* =========================== */
/* === 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: 85%;
    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: -30px;
}

.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{
    font-family: 'Source Sans Pro', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.2px;
    font-weight: 700;
    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;
}


.navbar-collapse .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #0058A9;
    border-bottom: 3px solid #0058A9;
}

.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;
    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-top: 10px;
        padding-bottom: 10px;
        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: 0px 50px;
    }

}

/* ====================== */
/* === Dropdown Menus === */
/* ====================== */

.dropdown-menu {
    background-color: #fff;
    color: #000;
    border: none;
    border-top: 4px solid #000;
    border-radius: 4px;
    border-left: 1px solid #000;
    padding: 15px 0px;
    min-width: 300px;
}

.dropdown-menu>li>a {
    color: #000;
    border-bottom: none;
    margin: 0px 15px 0px 15px;
    font-size: 15px;
    padding: 3px 10px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all .4s ease-in-out;
    border-left: #000 solid 2px;
    margin-left: 10px;
}

.dropdown-menu>li:last-child>a {
    border-bottom: none;
}

.dropdown-menu>li:last-child:hover>a {
    border-bottom: none;
}

.dropdown-menu>li > a::before {
    content: "\27A4";
    width: 5px;
    height: 5px;
    color: transparent;
    margin-left: -13px;
  
    padding-right: 15px;
}

.dropdown-menu>li:hover > a::before {
    content: "\27A4 ";
    width: 5px;
    height: 5px;
    color: #0058A9;
    margin-left: -13px;
  /*  transition: all .2s ease-in-out;*/
    padding-right: 15px;
}


.dropdown-menu>li>a:hover {
    color: #0058A9;
    border-color: black;
    background-color: #f9f9f9;
}

@media (max-width: 1199px) {
    .dropdown-menu>li>a {
        font-size: 15px;
        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;
    }
}

@media (max-width: 992px) {
    #ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav, #ctl00_dvTopNavigation .navbar-collapse ul.nav.navbar-nav ul {
        margin: 0px;
    }
}

/* ============================ */
/* === 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;
	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;
}




@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: 30px 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: #000000;
    padding: 10px 5px;
}

div#dvFooterInc .eSocial-icons {
    /*display: flex;*/
    justify-content: flex-end;
    align-items: center;
    max-width: 250px;
    margin: 0 auto;
    text-align: right;
    padding-top: 10px;
}
/*
.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 {
    font-family: "futura-pt", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff !important;
    background-color: #000000;
    border: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    padding: 15px 25px;
    font-size: 17px;
    border-radius: 30px;
}

a.ebtn-color-1:hover {
    background-color: black;
    border: 2px solid #000;
    color: #fff !important;
}

a.ebtn-color-2 {
    font-family: "futura-pt", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff !important;
    background-color: #000000;
    border: 2px solid #000000;
    text-transform: uppercase;
    font-weight: 800;
    padding: 15px 25px;
    font-size: 17px;
    border-radius: 30px;
}

a.ebtn-color-2:hover {
    background-color: black;
    border: 2px solid #000;
    color: #fff !important;
}

/* ===================================== */
/* ==== Universal Search UI Styles ===== */
/* ===================================== */

ul.nav.navbar-nav.navbar-right .form-group.us-input {
    padding: 0px;
    right: 0px;
    
}

ul.nav.navbar-nav.navbar-right .form-group.us-input .mini {
    width: 250px;
    position: absolute;
    right: 0px;
    top: -70px;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input .mini .form-control {
    font-size: smaller !important;
}

.top-phone {
    padding-right: 5px;
    padding-top: 2px;
    float: left;
}

@media (max-width: 992px) {
    .navbar-header {
        padding: 0px 20px;
        margin: 0px;
        position: relative;
        top: -80px;
        float: none;
    }

    #ctl00_dvTopNavigation .navbar-header {
        padding: 0px 20px;
        margin: 0px;
        position: relative;
        top: 0px;
    }

    .top-phone {
        display: none;
    }

    .top-buttons {
        position: relative;
        bottom: -22px;
        right: 0px !important;
        float: none !important;
        margin-top: 40px;
    }
}

.top-buttons .is-btn {
    margin: 0 0px 0px 8px;
}

.wrapper {
    display: inline-block;
}

@media (max-width: 992px) {
    #dvCustomMasthead {
        display: block !important;
    }
    
    .navbar-header {
        background-color: transparent;
    }
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #000;
    border-color: #000;
}

div#ctl00_dvTopNavigation {
    box-shadow: 0 10px 6px 0 rgba(0,0,0,.3);
}

.footer_copyright p {
    font-weight: 100;
}


                    div#ctl00_ContentPlaceHolder1_pnlPanelLogic .panel-body.form-horizontal {
                        display: none;
                    }
                    div#ctl00_ContentPlaceHolder1_pnlPanelLogic hr {
                    display: none;
                    }


/*gallery page*/

.filterSearchBar {
    background: #000000;
    background-color: #000000 !important;
    border-radius: 0px;
    border: none !important;
}

.filterSearchBar .btn-group.bootstrap-select.show-tick {
    border: 2px solid #ffffff;
    border-radius: 0px;
}
.sponsorshipGallery .sponsorshipType {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000000;
    color: white;
    font-size: 11px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#ExhibitorConsoleHeaderPreview{
   visibility: hidden;
}

/* UPDATED: 07/18/23 12:05:03 PM - MMP */