/*****************************************************************************/.dropdown-menu > li > a
/************** CSS Lite Stylesheet for Clients, Design + TSAs ***************/
/*****************************************************************************/

/* ========================================================================== */
/* ====================== Base color palette information ==================== */
/* ========================================================================== */

/*
Base lightblue (body background)
hex #e1e7ee;

Base blue (anchor)
hex #36b0c9;

Base blue (anchor hover)
hex #00677f;

Base dark blue (footer bg, etc)
hex #253746;

Base dark grey (body copy, filler content headers, etc)
hex #333333;
	
Base green (footer border-top, etc)
hex #00B0A5;
	
Base white
hex white; (or #fff)
*/


/* ========================================================================== */
/* ====================== Default container styles ========================== */
/* ========================================================================== */


* {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

body {
	font-family: "futura-pt", sans-serif;
	background-color: #fff;
	font-weight: 400;
}

p {
	font-family: "futura-pt", sans-serif;
}

div#header.container {
    width: 100%;
    max-width: 100%;
    padding: 0px 40px;
}

a {
	color: #2ea3f2;
}

a:hover {
	color: #2ea3f2;
}

a.dropdown-toggle.language-toggle {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "futura-pt", sans-serif;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    color: black;
}
h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 30px;
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

h2 {
    font-weight: 600;
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
	/*
	color: rgb(88, 95, 105);
    font-weight: normal;
    text-shadow: none;
	*/
	font-size: 18px;
}

h5 {
	/*
	color: rgb(88, 95, 105);
    font-weight: normal;
    text-shadow: none;
	*/
	font-size: 16px;
}



.Masthead {
	box-shadow: none;
	-webkit-box-shadow: none;
}

#content-container .container {
	background-color: white;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.btn-primary {
    background-color: #36b0c9;
    border-color: #36b0c9;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #00a7c9;
    border-color: #00a7c9;
}

.btn-primary:hover {
    background-color: #00a7c9;
    border-color: #00a7c9;
}

.Video-Container .thumbnail {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.Video-Container .thumbnail:hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}

div#Msg4016 {
    margin: 15px 0px;
    display: inline-block;
}



/* ====================== Additional container styles ======================= */

.breadcrumb {
	/*
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	*/
}

.badge {
	/*
	background-color: grey;
	*/
}

.pagination > li > a, .pagination > li > span {
	color: #006350;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #006350;
    border-color: #006350;
}

.nav-tabs > li {
	/*
	color: #555;
	*/
}

.nav-tabs > li > a:hover {
	/*
	color: #00677f;
	*/
}

.nav-tabs > li.active > a {
	border-top-color: #006350;
	color: #006350;
}

body.no-nav {
	/*
	background-color: white;
	background-image: none;
	*/
}



/* ====================== Navigational styles =============================== */

div#tdleftnav {
    width: 100%;
    max-width: 100%;
    padding: 0px 40px 20px;
    border-top: 1px solid #ddd;
    /*border-bottom: 1px solid #e5e5e5;*/
    /*display: block !important;*/
}
ul#nav {

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}



/*@media (max-width: 992px) {
    div#tdleftnav {
        height: 0px !important;
    }
}*/

.navbar-collapse {
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color:#fff;
}

.container > .navbar-collapse {
	/*
	border-bottom-color: #00B0A5;
	border-bottom-style: none;
	border-bottom-width: 2px;
	*/
}

.navbar-top > li > a {
	color: #36b0c9;
	font-weight: 600;
}

.navbar-top > li > a:hover {
	color: #00677f;
}

.navbar-collapse > .navbar-nav > li > a {
	color: #000000;
	font-weight: 600;
	padding-top: 10px;
}

.navbar-collapse > .navbar-nav > li > a:hover {
	/*
	color: white;*/
	background-color: #ffffff;
	
}

.navbar-nav > li > a.active {
	/*
	color: white;
	background-color: #00677f;
	*/
}

.navbar-nav > li.active > a {
	/*
	color: white;
	background-color: #00677f;
	*/
}

.navbar-nav > li > .dropdown-menu {
	/*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
}

@media (min-width: 768px){
    .dropdown-menu {
        position: absolute;
        min-width: 200px;
        padding: 15px;
    }
}
.dropdown-menu {
	border-bottom-color: #ffffff;
}

.dropdown-menu > li > a {
	/*
	color: #333;
	*/
	font-weight: 600;
}

.dropdown-menu > li > a:hover {
	background-color: #FAFAFA;
	color:#000;
}

.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: #00B0A5;
	*/
}

.left-nav > li.active > a {
	color: white;
	background-color: #36b0c9;
}

.left-nav > li.active > a:hover {
	/*
	color: white;
	background-color: #36b0c9;
	*/
}

.left-nav > li.active > a:focus, .left-subnav.in > li.active > a {
	/*
	color: white;
	background-color: #36b0c9;
	*/
}

.left-nav > li.active > .left-subnav > li > a, .left-subnav.in > li > a {
	/*
	color: #36b0c9;
	*/
}

.left-nav > li.active > .left-subnav > li > a:hover, .left-subnav.in > li > a:hover {
	/*
	color: #36b0c9;
	*/
}

.left-subnav.in > li > a {
	/*
	color: #36b0c9;
	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: #36b0c9;
	*/
}

.left-subnav > li > a:hover {
	/*
	color: #36b0c9;
	background-color: white;
	*/
}

.left-subnav > li.active > a {
	/*
	color: white;
	background-color: #36b0c9;
	*/
}

.left-subnav > li.active > a:hover {
	/*
	color: white;
	background-color: #36b0c9;
	*/
}

.nav-username {
	/*
	padding: 5px;
	color: white;
	height: auto;
	font-size: 14px;
	*/
}

#ctl00_UserInfo_lnkLogout {
	/*
	font-size: 13px;
	*/
}

.navbar-toggle {
	/*
	border-color: transparent;
	background-color: transparent;
	*/
}

.nav-logout:hover a {
	/*
	background-color: transparent !important;
	text-decoration: none;
	*/
}

i.fa.fa-caret-down {
	/*
	display: none; (This is optional)
	*/
}



/* ====================== Custom footer styles ============================== */

div#footer-container {
    background: #373E4A;
}

#footer-container .container {
	background-color: #373E4A;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 100%;

}

.footer_copyright.container {
    width: 90%;
    max-width: none;
}

.footerWrapper.row {
    padding: 36px 0;
}

#Footer.footer {
	/*
	background-color: transparent; (This is optional)
	*/
	color: #fff;
}

#Footer.footer a {
	color: #fff;
}

.footer_copyright p {
	/*
	margin: 0px;
	padding: 10px 12px;
	font-size: 12px;
	*/
}

h1.clientHeader {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.footer h1.clientHeader {
	font-family: 'Regular Semibold', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
}

.footer h2 {
	color: #fff;
}

a.emeraldXlink {
    color: #fff;
    font-weight: 100;
}

a.emeraldXlink:hover {
    text-decoration: none;
}

h2.clientHeader {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer h2.clientHeader {
	font-family: 'Regular Semibold', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
}

.footer ul {
	/*
	padding-left: 0px;
	margin-top: 10px;
	float: none;
	*/
}

.footer ul li {
	color: #fff;
}

.footer ul li a {
    color: #fff;
}

.footer ul li a:hover {
    color: #fff;
}

li.socialFooterIcon {
    display: inline-block;
}

li.socialFooterIcon a {
    color: black;
    margin-left: 0px;
}

li.socialFooterIcon a {
    color: black;
}

li.socialFooterIcon a i {
    /*font-size: 33px;*/
    margin-right: 10px;
}

.hd.small.littleFoot {
    font-family: 'GT America Mono', monospace;
    letter-spacing: .3px;
    text-transform: none;
    margin-bottom: 0px;
}

@media (min-width: 993px) {
    .footerWrapper.row {
        display: flex;
    }
    
    .rightColumn {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .hd.small.littleFoot {
        margin-top: auto;
    }
}

p.policyTerms {
    font-weight: 100;
    font-size: 15px;
    margin-top: 40px;
}

p.policyTerms a {
    color: #fff;
}

p.policyTerms a:hover {
    text-decoration: none;
}

span.footerBar {
    margin: 0px 7px;
}



/* ================== 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;
    */
}


/* ======================= */
/* === 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;
    top: -100px;
}

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: 1199px) {
    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;
}

/**/

.siteLogo.text-center {
    text-align: center;
    /*max-width: 300px;*/
    margin: 0 auto;
}

#dvCustomMasthead {
    display: block;
}


@media (max-width: 769px) {
/*.btn.btn1.btn-header {
  border-right: 4px solid #fff;
}*/
.clientButtons.headerbtn a {

  margin: 0px;
}
}
#ExhibitorConsoleHeaderPreview{
   visibility: hidden;
}