/*Colors:
#233B52 - dark blue background
#5794CD - fancy blue for ribbon
#B1D95C - fancy green for topnav and borders
#FC5F00 - bright orange
#F4FFE0 - light green for backgrounds (#E7FAC5 - a bit darker)
#FFF9E0 - light orange for backgrounds
#DEEDFC - light blue for backgrounds
*/

/*for dev only*/
.bgcolor {
    background-color: #efe;
}

.bgcolor1 {
    background-color: #fee;
}

.bgcolor2 {
    background-color: #eef;
}


/* layout */
.container {
    width: 960px;
}
/*Also can be 840, 720, 600...*/
.containerWrap {
    margin: 0 auto;
    width: 970px;
}


/* customize colors */
fieldset, .incolBorder, .incolVBorder, .incolHBorder, .sidenote {
    border: 1px solid #aaa;
}

a {
    text-decoration: underline;
}

    a:link {
        color: #2C4B69;
    }

    a:visited {
        color: #3D3D88;
    }

    a:hover, a:active {
        color: #386085;
    }

fieldset dt {
    color: #333;
}

.highlight {
    background-color: #ffa;
}

.quiet, .comment {
    color: #666;
}

table.nice tr:hover {
    background-color: #ffc;
}

label span {
    color: #f00;
}

html {
    overflow-y: scroll;
}

/* font-family (sizes are set earlier) */
* {
    font-family: Montserrat, Segoe UI, 'Open Sans', Arial,sans-serif;
}
/*body,legend, .serif{font-family:Segoe UI, 'Open Sans', Arial,sans-serif;}*/
/*select,input,textarea,fieldset, .sans {font-family:Segoe UI,Arial,sans-serif;}*/
/*.comment {font-family:Segoe UI,Arial, Helvetica, sans-serif;}*/
pre, code {
    font-family: "Courier New",Courier,mono;
}
/*#header ul.nav, h1, h2, h3,h4, h5 {font-family:Segoe UI, Arial, sans-serif;}*/
h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 15px;
    line-height: 18px;
}

h5 {
    font-size: 13px;
    line-height: 18px;
}


/*a.title{font-family: Georgia,serif;color:#f4ffe0;display:block; position:absolute;text-decoration: none;z-index: 100;left: 180px;}
.primary-title{font-size: 30px;top: -80px;}
.secondary-title{font-size: 20px;top: -40px; font-style:italic;}*/

/*a.logo {position:absolute; left:25px;top:-93px; _z-index:100; display:block}*/

/*
See also,
#header ul.nav li#header ul.nav li a
#header ul.nav li a:hover
*/


#footer {
    text-align: center;
    /*font-size: 12px;*/
}

    #footer ul.nav {
        margin: 20px auto 0;
        line-height: 2em; /*height:11em;*/
    }

        #footer ul.nav li {
            display: block;
            margin: 0 1em 0 0;
            float: left;
            position: relative;
        }

        #footer ul.nav a {
            text-decoration: none;
            display: block;
        }

            #footer ul.nav a:hover {
                text-decoration: underline;
            }

            #footer ul.nav a.active {
                color: #fff;
            }
        /*#footer ul.nav li .subnav a {color:#bbb; font-size: 11px;}
#footer ul.nav li .subnav {line-height:20px; position:relative; top: -12px;}*/
        #footer ul.nav li .subnav {
            position: absolute;
            left: 0;
            z-index: 1002;
            display: none;
            min-width: 129px;
            background: #233B52;
        }

        #footer ul.nav li:hover .subnav {
            display: block;
            line-height: 1.8em;
            margin: -1px;
            padding: 5px 10px 10px;
            box-shadow: 0 0 0 1px rgba(255,255,255,0.3);
            border-radius: 2px;
        }

        #footer ul.nav li .subnav a {
            color: #bbb;
            margin: 0 1px 1px;
            text-align: left;
            background-image: none;
        }


/*Exhibitors drop-down menu
li.exhibitorsMenu {position: relative; margin-left:20px;}
li.exhibitorsMenu a {}
li.exhibitorsMenu ul {position: absolute;z-index:500;top:1.5em;left:-5px;display:none; width:12em;font-size:.8em; line-height:1.5em; background-color:#B1D95C;border: 5px solid #F4FFE0; padding:1em;}
li.exhibitorsMenu:hover ul{display: block;}
li.exhibitorsMenu ul li{display: block;}*/

/*Header*/
/*.login {position:absolute; right:0; top:-2.2em; line-height:1.8em;}*/
/*.login{color:#fff;}*/
/*.login a:link, .login a:visited, .login a:hover, .login a:active{color:#fff;text-decoration:underline;}*/

/*ribbon*/
/*.ribbon {color:#fff;overflow:hidden;font-family:"Lucida Sans Unicode", Arial, sans-serif;}*/
/*.ribbon {color:#fff; font-family: Segoe UI, Arial, sans-serif;height:auto; line-height:24px; font-size:13px;}
.insidePageHeader .ribbon {font-size:14px;line-height:32px;}
.ribbon .announcement {float:right; text-align: right; margin-left: 160px; font-size:15px; margin-bottom:18px;}

.ribbon a:link, .ribbon a:active, .ribbon a:hover, .ribbon a:visited {color:#fff;} 
.ribbon h1 {line-height: 1; font:28px bold Garamond, Serif;}
.ribbon h3 {line-height: 1.2; font-size:17px; margin: 24px 0 36px}
.ribbon .registerButton {display: block; margin-top: 4px; background: url(../images/register.png) no-repeat; width:235px; height:56px;}
.ribbon .registerButtonSmall {display: block; margin-top: 4px; background: url(../images/registersmall.png) no-repeat; width:134px; height:32px;}
.ribbon .registerNowText {text-align:center;line-height: 1.6em;}
.ribbon-text > p {    margin-bottom: 20px !important;
    line-height: 1.2em;
    text-shadow: 0 0 4px rgba(0,0,0,0.2);
    font: 24px bold Garamond, Serif;}*/

/* Gallery styles */
#gallery {
    position: relative;
    height: 340px;
    margin-bottom: 10px;
}

    #gallery a {
        float: left;
        position: absolute;
    }

        #gallery a img {
            border: none;
        }

        #gallery a.show {
            z-index: 500;
        }

    #gallery .caption {
        z-index: 600;
        background-color: #000;
        color: #ffffff;
        height: 80px;
        width: 100%;
        position: absolute;
        bottom: 0;
        line-height: normal; /*override cssframe*/
    }

        #gallery .caption .content {
            margin: 5px;
        }

            #gallery .caption .content h3 {
                margin: 3px auto; /*overrided(previously0)*/
                padding: 0;
                color: #1DCCEF;
            }

/*Footer
#footer {background-color:#233B52; text-align:center;}
#footer ul {list-style:none; margin:18px auto;}
#footer li {display:inline; margin-right:1em;}
#footer ul a {color:#F4FFE0; text-decoration:none;}
#footer ul a:hover {text-decoration:underline;}
#footer ul a.active {color:#fff;}*/

/*Borders*/
.border, .borderR, .borderB, .borderL {
    border: 4px solid #eee;
}

.borderR {
    border-width: 0 4px 0 0;
}

.borderL {
    border-width: 0 0 0 4px;
}

.borderB {
    border-width: 0 0 4px 0;
}


/*Sidebars*/
#sideL, #sideR {
    border: 0 solid #eee;
    padding: 9px 20px;
}

    #sideL img, #sideR img {
        margin: 18px auto;
    }

#sideL {
    border-right-width: 4px;
}

#sideR {
    border-left-width: 4px;
}

h4 {
    border-bottom: 4px solid #eee;
    padding-bottom: 4px;
    margin-bottom: 6px;
}

html body h4.margintop {
    margin-top: 36px;
}

#sideL h4, #sideR h4, .box h4 {
    margin-top: 36px;
}

    #sideL h4.first, #sideR h4.first {
        margin-top: 0;
    }

.testimonials cite {
    display: block;
    text-align: right;
    margin-bottom: 18px;
}

/*box with colors similar to sidebars (can be used instead of pad)*/
.box {
    border: 4px solid #eee;
    padding: 9px 10px;
}
/*Common*/
.block {
    display: block;
}

table.prices th div {
    font-size: .92em;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

table.prices th, table.prices td {
    padding: 4.5px 0;
    border-bottom: 1px solid #eee;
}

table.interests th, table.interests td, table.boothcount th, table.boothcount td {
    padding: 2px 0 0;
    border-bottom: 1px solid #eee;
}

table.2col tr:hover {
    background-color: #ffc;
}

/* FloorPlan page*/
.floorPlan {
    position: relative;
    clear: left;
}

    .floorPlan a {
        left: -1000px;
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(images/iconSuccessSmall.png);
        background-repeat: no-repeat;
    }

        .floorPlan a.active {
            background-image: url(images/highlightFp.png);
        }

.legend div {
    float: left;
    margin-bottom: 10px;
}

.prime, .deluxe, .platinum, .gold, .corpBooth, .sponsor, .showBooth {
    width: 20px;
    height: 20px;
    margin: 0pt 4px 0pt 20px;
    border: 1px solid #000000;
}

.prime {
    background-color: #B5FFDB;
}

.deluxe {
    background-color: #FFF9DD;
}

.platinum {
    background-color: #FFC16E;
}

.gold {
    background-color: #FDFF6E;
}

.corpBooth {
    background-color: #AB9B7F;
}

.sponsor {
    background-color: #FF9896;
}

.showBooth {
    background-color: #f5989d;
}

/*Exhibitor page*/
.soldOut {
    color: #FF0000;
    font-weight: bold;
    padding-left: 10px;
}

/*Exhibitors page*/
input.desciptionText {
    color: #555;
    font-style: italic;
}

/* Default page*/
.n-row {
    margin-top: 18px;
}

.n-box {
    padding: 9px 20px;
}

    .n-box h3, .n-box h2 {
        border-bottom: 4px solid #eee;
        margin-bottom: 6px;
        padding-bottom: 4px;
        color: #000;
    }

    .n-box cite {
        display: block;
        margin-bottom: 12px;
        text-align: right;
        line-height: 1.22;
    }

    .n-box blockquote {
        font-size: 13px;
    }

#n-sideL {
    background-color: #fff;
    border: 0 solid #eee;
    border-right-width: 4px;
}

    #n-sideL .n-box p {
        margin-bottom: 9px;
    }

#n-sideR {
    padding: 9px 16px;
}

    #n-sideR h2 {
        font-weight: bold;
    }

#corporateSponsors img {
    margin: 18px auto;
}

#for-exhibitors-box p {
    background-repeat: no-repeat;
    background-position: left 0;
    padding: 0 0 5px 35px;
}

    #for-exhibitors-box p a {
        display: inline;
        font-weight: bold;
    }

#why-exhibit {
    background-image: url(../images/info.png);
}

#reserve-a-booth {
    background-image: url(../images/lighting.png);
}

#exhibitors-checklist {
    background-image: url(../images/mark.png);
}

#exhibitoru {
    background-image: url(../images/learn.png);
}

#marketing {
    background-image: url(../images/marketing.png);
}

/*#plan-my-visit-list, #exhibitors-list{list-style-type: none;margin: 0; padding: 0;}
#plan-my-visit-list li, #exhibitors-list li{margin: 0;}
#plan-my-visit-list li a, #plan-my-visit-list li span.larger{padding: 0 0 9px 35px; display: block;width: auto;}
#plan-my-visit-list li.nopicture a{padding-bottom: 3px;}*/

#choose-exhibitors {
    background-repeat: no-repeat;
    background-image: url(../images/star.png);
    background-position: 7px 3px;
}

#attend-seminars {
    background-image: url(../images/marketing.png);
    background-repeat: no-repeat;
    background-position: left 0;
}

/* checklist */
.option-content {
    margin-left: 21px;
    margin-bottom: 20px;
}

.checklist-preview {
    display: inline;
}

    .checklist-preview td {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .checklist-preview img {
        border: solid 1px #999;
    }

/* company details */
.company-mbot {
    margin-bottom: 10px;
}

.company-mtop {
    margin-top: 10px;
}


#xnav {
    clear: both;
    margin: 10px 20px 10px 0;
    border-top: dashed 1px rgba(255, 255, 255, 0.2);
    padding-top: 10px;
}

    #xnav > div {
        display: inline-block;
        vertical-align: top;
    }

        #xnav > div:first-child {
            margin-right: 80px;
        }

    #xnav ul {
        margin-left: 0;
    }

    #xnav li {
        margin-left: 0;
        list-style-type: none;
        line-height: 2;
        font-size: 12px;
    }

    #xnav a {
        color: #bbb;
        text-decoration: none;
    }

        #xnav a > i {
            font-style: normal;
        }

        #xnav a:hover {
            text-decoration: underline;
        }



/* AddThisEvent (add to your existing CSS) */
/*.addthisevent-drop 						{width:490px;display:inline-block;position:relative;z-index:999998;cursor:pointer;background:#f7f7f7;font-family:"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;color:#333!important;font-size:15px;border:1px solid #cfcfcf;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.15);-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.15);box-shadow:1px 1px 3px rgba(0,0,0,0.15);-webkit-border-radius:2px;border-radius:2px;}
.addthisevent-drop:hover 				{background-color:#f4f4f4;}
.addthisevent-drop:active 				{top:1px;}
.addthisevent-drop .date 				{width:60px;height:60px;float:left;position:relative;}
.addthisevent-drop .date .mon 			{display:block;text-align:center;padding:9px 0px 0px 0px;font-size:11px;color:#bf5549;font-weight:bold;line-height:110%;text-transform:uppercase;}
.addthisevent-drop .date .day 			{display:block;text-align:center;padding:0px 0px 8px 0px;font-size:30px;font-weight:bold;color:#333;line-height:100%;}
.addthisevent-drop .date .bdr1 			{width:1px;height:50px;background:#eaeaea;position:absolute;z-index:100;top:5px;right:-3px;}
.addthisevent-drop .date .bdr2 			{width:1px;height:50px;background:#fff;position:absolute;z-index:100;top:5px;right:-4px;}
.addthisevent-drop .desc 				{width:420px;height:60px;float:left;position:relative;}
.addthisevent-drop .desc p 				{margin:0;display:block;text-align:left;padding:7px 0px 0px 18px;font-size:12px;color:#666;line-height:110%;}
.addthisevent-drop .desc .hed 			{height:15px;display:block;overflow:hidden;margin-bottom:3px;font-size:14px;line-height:110%;color:#333;text-transform:uppercase;white-space: nowrap;text-overflow: ellipsis;}
.addthisevent-drop .desc .des 			{height:28px;display:block;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.addthisevent-selected 					{background-color:#f4f4f4;}
.addthisevent_dropdown 					{width:490px;position:absolute;z-index:99999;padding:6px 0px 0px 0px;background:#fff;text-align:left;display:none;margin-top:-2px;margin-left:-1px;border:1px solid #cfcfcf;-webkit-box-shadow:1px 3px 6px rgba(0,0,0,0.15);-moz-box-shadow:1px 3px 6px rgba(0,0,0,0.15);box-shadow:1px 3px 6px rgba(0,0,0,0.15);}
.addthisevent_dropdown span 			{display:block;line-height:110%;background:#fff;text-decoration:none;font-size:14px;color:#6d84b4;padding:8px 10px 9px 15px;}
.addthisevent_dropdown span:hover 		{background:#f4f4f4;color:#6d84b4;text-decoration:none;font-size:14px;}
.addthisevent span 						{display:none!important;}
.addthisevent-drop ._url,.addthisevent-drop ._start,.addthisevent-drop ._end,.addthisevent-drop ._summary,.addthisevent-drop ._description,.addthisevent-drop ._location,.addthisevent-drop ._organizer,.addthisevent-drop ._organizer_email,.addthisevent-drop ._facebook_event,.addthisevent-drop ._all_day_event {display:none!important;}
.addthisevent_dropdown .copyx 			{height:21px;display:block;position:relative;cursor:default;}
.addthisevent_dropdown .brx 			{width:390px;height:1px;overflow:hidden;background:#e0e0e0;position:absolute;z-index:100;left:10px;top:9px;}
.addthisevent_dropdown .frs 			{position:absolute;top:3px;cursor:pointer;right:10px;padding-left:10px;font-style:normal;font-weight:normal;text-align:right;z-index:101;line-height:110%;background:#fff;text-decoration:none;font-size:10px;color:#cacaca;}
.addthisevent_dropdown .frs:hover 		{color:#6d84b4;}
.addthisevent 							{visibility:hidden;}*/

.addthisevent-drop {
    display: inline-block;
    position: relative;
    z-index: 999998;
    padding-left: 22px;
    padding-right: 2px;
    background: url('//addthisevent.com/gfx/icon-calendar-t1.png') no-repeat left center;
}

.addthisevent-selected {
}

.addthisevent_dropdown {
    width: 160px;
    position: absolute;
    z-index: 99999;
    padding: 6px 0px 0px 0px;
    background: #fff;
    text-align: left;
    display: none;
    margin-top: 4px;
    margin-left: -1px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #bebebe;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
    box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
}

    .addthisevent_dropdown span {
        width: 135px;
        display: block;
        line-height: 110%;
        background: #fff;
        text-decoration: none;
        color: #6d84b4;
        padding: 8px 10px 9px 15px;
    }

        .addthisevent_dropdown span:hover {
            background: #f4f4f4;
            color: #6d84b4;
            text-decoration: none;
        }

.addthisevent span {
    display: none !important;
}

.addthisevent-drop ._url, .addthisevent-drop ._start, .addthisevent-drop ._end, .addthisevent-drop ._summary, .addthisevent-drop ._description, .addthisevent-drop ._location, .addthisevent-drop ._organizer, .addthisevent-drop ._organizer_email, .addthisevent-drop ._facebook_event, .addthisevent-drop ._all_day_event {
    display: none !important;
}

.addthisevent_dropdown .copyx {
    width: 160px;
    height: 21px;
    display: block;
    position: relative;
    cursor: default;
}

.addthisevent_dropdown .brx {
    width: 140px;
    height: 1px;
    overflow: hidden;
    background: #e0e0e0;
    position: absolute;
    z-index: 100;
    left: 10px;
    top: 9px;
}

.addthisevent_dropdown .frs {
    position: absolute;
    top: 5px;
    cursor: pointer;
    right: 10px;
    padding-left: 10px;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    z-index: 101;
    line-height: 110%;
    background: #fff;
    text-decoration: none;
    font-size: 9px;
    color: #cacaca;
}

    .addthisevent_dropdown .frs:hover {
        color: #6d84b4;
    }

.addthisevent {
    visibility: hidden;
}


.switch-expo {
    background: #ffe065;
    padding: 20px;
    clear: both;
    font-size: 16px;
    font-family: Montserrat, Arial;
    color: #4C4C00;
    /*z-index: 20;
    position: relative;*/
    display: none;
    margin: 0 0 4px 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    border-radius: 2px;
    line-height: 1.5em;
}

    .switch-expo > div {
        float: right;
    }

        .switch-expo > div > a {
            text-decoration: none;
            color: #000;
            display: block;
            padding: 6px;
            margin: -6px;
            border-radius: 2px;
            font-size: 14px;
            background-color: #ebcd55;
        }

            .switch-expo > div > a:hover {
                background-color: #dec047;
            }

.exhibitors--search-tbl {
    margin: 20px 0 5px;
    width: 351px;
}

    .exhibitors--search-tbl > tbody > tr > td {
        vertical-align: middle;
    }

        .exhibitors--search-tbl > tbody > tr > td > * {
            height: 30px;
        }

.sponsors-top-outer {
    background: #fff !important;
    border-bottom-width: 4px;
    padding: 0;
    margin: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative;
}

.sponsors-top-title {
    font-size: 11px;
    text-align: center;
    position: absolute;
    padding: 2px 4px;
    top: 0;
    left: 20px;
    background: #e4e4e4;
    z-index: 1;
}

.sponsors-top {
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
}

    .sponsors-top > a {
        display: block;
        flex: 0 0 0;
        display: flex;
        align-items: center;
        background: #fff;
    }

        .sponsors-top > a:nth-child(n+5) {
            display: none;
        }

        .sponsors-top > a > img {
            margin: 0;
            /*border: solid 1px #ccc;*/
            padding: 5px 5px;
            background: #fff;
        }

.topnav:after {
    content: "";
    display: table;
    clear: both;
}


.sponsors-sidebar-imaged {
    text-align: center;
    margin: 15px 0;
}

    .sponsors-sidebar-imaged > a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 70px;
        background: #fff;
    }

        .sponsors-sidebar-imaged > a > img {
            display: inline-block;
            margin: 0;
            padding: 5px 5px;
            background: #fff;
        }
