/* ====================== */
/* ===  Header type 3 === */
/* ====================== */

/* ====================== Base color palette information ==================== */

/*
color-1 (Left btn)
    Hex #2c8180;

color-1 Hover (Left btn)
    Hex #2c4f81;
}

color-2 (Right button)
    Hex #2c4f81;
}

color-2 Hover (Right button)
    Hex #2c8180;
*/

/* ====================== Default container styles ========================== */


body {
    font-family: 'Source Sans Pro', 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    background-color: #fff;
    font-size: 14px;
    color: #666;
}

a {
    color: #2c318c;
}

a:hover {
    color: #2c318c;
    text-decoration: none;
}

h1 {
    color: #000000;
}

h2 {
    color: #000000;
}

h3 {
    color: #000000;
}

h4 {
    color: #000000;
}

h5 {
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    text-shadow: none;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-family: 'Source Sans Pro', 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

.Masthead {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#content-container .container {
    background-color: white;
    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;
}

/* ========================================= */
/* === 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: 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: 700;
    line-height: 12px;
    padding: 12px 25px;
}

#dvCustomMasthead .emeraldTopSecton1 {
    width: 95%;
    max-width: 1440px;
    padding-bottom: 80px;
    padding-top: 25px;
    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: 180px;
    width: 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: 100%;
    margin-top: -40px;
}

.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: #0f4c75;
    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: #2c318c;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 700;
        padding: 10px 0px;
        /*border-top: #2c8180 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: #2c318c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

@media (max-width: 1385px) {

    .navbar-nav>li>a,
    .left-nav>li>a,
    .left-nav .left-subnav>li>a {
        color: #2c318c;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
    }

}

@media (max-width: 1250px) {

    .navbar-nav>li>a,
    .left-nav>li>a,
    .left-nav .left-subnav>li>a {
        color: #2c318c;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 5px 10px 0px;
    }

}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin-left: 190px !important;
        margin-bottom: 5px;
        margin-top: 0px;
    }
}

@media (min-width: 1190px) {
    .navbar-nav {
        float: left;
        margin-left: 190px !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: capitalize;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
}

.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: #4b4b4d;
    background-color: #f5f5f5;
}

@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;
    }
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #2c8180;
    border-color: #2c8180;
}


/* ============================ */
/* === 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;
    margin-bottom: 10px;
}


/* ======================================== */
/* === Emerald copyright section styles === */
/* ======================================== */

.eFooterContainer {
    display: flex;
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
    margin: 0 auto;
    align-items: center;
}

.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: 32px 0;
}

@media (max-width: 992px) {
    .ecSection.ecRight {
        margin-top: 50px;
    }
}

/* ================================ */
/* === Social media icon styles === */
/* ================================ */

.esocialRow {
    margin: 0 auto;
    background-color: #484848;
    padding: 10px 5px;
}

div#dvFooterInc .eSocial-icons {
    /*display: flex;*/
    justify-content: flex-end;
    align-items: center;
    max-width: 200px;
    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: #f19120;
}

a.ebtn-color-1:hover {
    background-color: #e95144;
    opacity: 1;
}

a.ebtn-color-2 {
    color: #ffffff;
    background-color: #d23085;
}

a.ebtn-color-2:hover {
    background-color: #e95144;
    opacity: 1;
}


/* ======================= */
/* === 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;
}